﻿.themeColor {
  color: #06408E !important;
}
.redColor {
  color: #E01900 !important;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
body,
html {
  background: #f2f2f2;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
a:hover,
a:active,
a:link,
a:visited {
  text-decoration: none!important;
}
em {
  font-style: normal;
}
img {
  border: 0;
  max-width: 100%;
}
input,
button,
textarea {
  outline: none;
  border: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #F4F4F4 !important;
}
button {
  cursor: pointer;
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.border-bottom {
  position: relative;
}
.border-bottom:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #eee;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.wid1200 {
  width: 1200px;
  margin: 0 auto;
}
.c6 {
  color: #666666;
}
.c9 {
  color: #999999;
}
.white-bg {
  background: #FFFFFF;
}
.grey-bg {
  background: #F2F2F2;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.position {
  position: relative;
}
.wid1200 {
  width: 1200px;
  margin: 0 auto;
}
/* 首页 */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.position-top {
  height: 92px;
}
.navbar-brand .logo {
  height: 53px;
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand .tel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 23px;
  padding-left: 24px;
}
.navbar-brand .tel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  width: 1px;
  background-color: #06408E;
}
.navbar-brand .tel .icon {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand .tel .number {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 30px;
  font-weight: bold;
  color: #E01900;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.banner-content .banner-img {
  display: block;
  width: 48%;
  margin: 0 auto;
}
.banner-content .classify-list {
  width: 48%;
  margin: 63px auto 0;
}
.banner-content .classify-list li {
  display: block;
  float: left;
  width: 16.6%;
}
.banner-content .classify-list li img {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
}
.banner-content .classify-list li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.footer {
  display: block;
  overflow: hidden;
}
.footer .footer-contact {
  width: 100%;
  min-height: 314px;
  background: url(../img/footer-contact-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 43px 0;
}
.footer .footer-contact .contact-content {
  padding-left: 50px;
}
.footer .footer-contact .contact-content .t1 {
  display: block;
  font-size: 30px;
  color: #fff;
}
.footer .footer-contact .contact-content .t2 {
  display: block;
  margin-top: 17px;
  font-size: 14px;
  color: #fff;
}
.footer .footer-contact .contact-content .contact-form {
  margin-top: 30px;
}
.footer .footer-contact .contact-content .contact-form .name-input,
.footer .footer-contact .contact-content .contact-form .tel-input,
.footer .footer-contact .contact-content .contact-form .demand-input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 140px;
  height: 40px;
  background: #ffffff;
  font-size: 14px;
  padding: 0 14px;
}
.footer .footer-contact .contact-content .contact-form .tel-input {
  width: 160px;
}
.footer .footer-contact .contact-content .contact-form .demand-input {
  width: 400px;
}
.footer .footer-contact .contact-content .contact-form .submit-btn {
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 40px;
  background: #E01900;
  font-size: 14px;
  color: #fff;
}
.footer .footer-contact .contact-content .t3 {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
.footer-company {
  width: 100%;
  padding: 46px 0 30px 0;
  background-color: #090B1A;
}
.footer-company .about-company {
  margin-right: 56px;
}
.footer-company .about-company dt {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 23px;
}
.footer-company .about-company dd {
  display: block;
  margin-bottom: 16px;
}
.footer-company .about-company dd a {
  color: #ccc;
}
.footer-company .cooperation .tit {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 23px;
}
.footer-company .cooperation .email {
  margin-bottom: 27px;
  padding-left: 28px;
  background: url(../img/email.png) left 5px no-repeat;
  background-size: 15px 9px;
}
.footer-company .cooperation .email span {
  width: 285px;
  color: #ccc;
}
.footer-company .cooperation .address {
  margin-bottom: 27px;
  padding-left: 28px;
  background: url(../img/address.png) left top no-repeat;
  background-size: 18px 18px;
}
.footer-company .cooperation .address span {
  width: 285px;
  color: #ccc;
}
.footer-company .ewm .item {
  width: 142px;
  margin-left: 25px;
}
.footer-company .ewm .item img {
  width: 142px;
  height: 142px;
}
.footer-company .ewm .item span {
  display: block;
  text-align: center;
  margin-top: 17px;
  font-size: 12px;
  color: #ccc;
}
.footer-company .friendly-link {
  margin-top: 42px;
  color: #ccc;
}
.footer-company .friendly-link .tit {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
}
.footer-company .friendly-link a {
  padding: 0 6px;
  font-size: 14px;
  color: #ccc;
}
.footer-company .copyright {
  margin-top: 60px;
  color: #ccc;
  text-align: center;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 123px;
  background: url(../img/footer-bg.png) center center no-repeat;
  background-size: cover;
}
.footer-fixed .footer-fixed-content {
  position: relative;
  padding-left: 142px;
  height: 123px;
}
.footer-fixed .footer-fixed-content .phone {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 122px;
  height: 160px;
  z-index: 9;
}
.footer-fixed .footer-fixed-content .left-text {
  padding-left: 20px;
  padding-top: 29px;
}
.footer-fixed .footer-fixed-content .left-text .s1 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.footer-fixed .footer-fixed-content .left-text .s2 {
  display: block;
  text-align: center;
  margin-top: 9px;
  color: #fff;
}
.footer-fixed .footer-fixed-content .tel {
  display: block;
  margin-left: 32px;
  padding-top: 45px;
  font-size: 22px;
  color: #fff;
}
.footer-fixed .footer-fixed-content .tel .number {
  font-size: 28px;
  color: #DFFF00;
  font-weight: bold;
}
.footer-fixed .footer-fixed-content .red-btn,
.footer-fixed .footer-fixed-content .yellow-btn {
  margin-left: 60px;
  width: 178px;
  height: 58px;
  background: #E01900;
  border-radius: 29px;
  margin-top: 34px;
}
.footer-fixed .footer-fixed-content .red-btn a,
.footer-fixed .footer-fixed-content .yellow-btn a {
  display: block;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
}
.footer-fixed .footer-fixed-content .yellow-btn {
  margin-left: 12px;
  background: #FF8000;
}
.footer-fixed .footer-fixed-content .close-layer {
  width: 32px;
  height: 32px;
  background: url(../img/close.png) no-repeat;
  background-size: 32px;
  margin-top: 46px;
  cursor: pointer;
}
.page-right-layer {
  position: fixed;
  bottom: 130px;
  right: 20px;
  width: 66px;
  z-index: 999;
}
.page-right-layer .item {
  display: block;
  width: 66px;
  height: 66px;
  background-color: #595D71;
  margin-bottom: 2px;
  padding-top: 8px;
  cursor: pointer;
  position: relative;
}
.page-right-layer .item img {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
}
.page-right-layer .item span {
  display: block;
  text-align: center;
  margin-top: 3px;
  font-size: 12px;
  color: #fff;
}
.page-right-layer .item:hover {
  background-color: #E01900;
}
.page-right-layer .item .phone-card {
  height: 66px;
  padding: 0 20px;
  line-height: 66px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: -176px;
  top: 0;
  background-color: #E01900;
}
.page-right-layer .item .wechat-ewm {
  width: 174px;
  height: 183px;
  background: url(../img/box.png) no-repeat;
  padding-top: 11px;
  padding-right: 10px;
  position: absolute;
  left: -186px;
  bottom: 0;
}
.page-right-layer .item .wechat-ewm img {
  width: 144px;
  height: 142px;
}
.page-right-layer .item .wechat-ewm span {
  color: #000;
}
.online-layer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 608px;
  height: 233px;
  background: url(../img/online-layer-bg.png) no-repeat;
  margin-top: -116px;
  margin-left: -304px;
  padding-top: 44px;
  z-index: 9999;
}
.online-layer .tit {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.online-layer .fill-in {
  margin-top: 32px;
  text-align: center;
}
.online-layer .fill-in .tel-input {
  display: inline-block;
  vertical-align: middle;
  width: 324px;
  height: 52px;
  background: #ffffff;
  padding-left: 17px;
  font-size: 16px;
}
.online-layer .fill-in .submit-btn {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 52px;
  background: #E01900;
  margin-left: 10px;
  font-size: 26px;
  color: #fff;
}
.online-layer .close-layer {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../img/close-layer.png) no-repeat;
  background-size: 32px;
  cursor: pointer;
}
.footer-fixed-phone {
  display: none;
}
.solution {
  padding: 80px 0;
}
.home-page-tit1 {
  display: block;
  text-align: center;
  font-size: 52px;
  color: #000;
  font-weight: bold;
}
.home-page-tit2 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 25px;
}
.solution-list {
  margin-top: 92px;
}
.solution-list .item {
  width: 18%;
  margin-right: 2.5%;
  height: 263px;
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  padding: 82px 28px 0;
  float: left;
  cursor: pointer;
}
.solution-list .item:nth-child(5n) {
  margin-right: 0;
}
.solution-list .item .icon {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-left: -50px;
  background-color: #fff;
}
.solution-list .item .icon img {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  display: block;
  margin: 7px;
}
.solution-list .item .icon .white {
  display: none;
}
.solution-list .item .t1 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.solution-list .item .con {
  font-size: 12px;
  line-height: 22px;
  color: #000;
  margin-top: 29px;
}
.solution-list .item:hover {
  background-color: #06408E;
}
.solution-list .item:hover .colours {
  display: none;
}
.solution-list .item:hover .white {
  display: block;
}
.solution-list .item:hover .t1,
.solution-list .item:hover .con {
  color: #fff;
}
.online-consult-btn {
  width: 273px;
  height: 57px;
  background: #ffffff;
  border: 2px solid #06408E;
  border-radius: 29px;
  margin: 64px auto 0;
  cursor: pointer;
}
.online-consult-btn a {
  display: block;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  color: #06408E;
}
.service {
  padding: 77px 0;
  background-color: #000;
}
.service .home-page-tit1,
.service .home-page-tit2 {
  color: #fff;
}
.service .service-list {
  margin-top: 80px;
}
.service .service-list .service-item {
  width: 100%;
  padding: 34px 24px 28px 24px;
  background-color: #fff;
  border-radius: 9px;
  cursor: pointer;
}
.service .service-list .service-item .icon {
  width: 94px;
  height: 94px;
  display: block;
  margin: 0 auto;
}
.service .service-list .service-item .t1 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.service .service-list .service-item .con {
  margin-top: 22px;
  font-size: 14px;
  color: #666;
  height: 60px;
  line-height: 20px;
  text-align: center;
}
.service .service-list .service-item .consult-btn {
  width: 136px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #06408E;
  border-radius: 17px;
  margin: 40px auto 0;
}
.service .service-list .service-item .consult-btn a {
  display: block;
  text-align: center;
  line-height: 34px;
  color: #06408E;
}
.service .service-list .service-item:hover .t1 {
  color: #E01900;
}
.service .service-list .service-item:hover .consult-btn {
  border-color: #E01900;
  background: #E01900;
}
.service .service-list .service-item:hover .consult-btn a {
  color: #fff;
}
.solve {
  padding: 66px 0;
}
.solve .solve-list {
  margin-top: 56px;
}
.solve .solve-list .item {
  float: left;
  width: 595px;
  height: 223px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #EAEBFF;
}
.solve .solve-list .item:nth-child(2n) {
  margin-right: 0;
}
.solve .solve-list .item .ikon-01 {
  margin-top: 20px;
  margin-left: 15px;
  width: 243px;
  display: inline-block;
  vertical-align: top;
}
.solve .solve-list .item .text {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  margin-left: 20px;
}
.solve .solve-list .item .text .t1 {
  display: block;
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-top: 32px;
}
.solve .solve-list .item .text .con {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
.solve .solve-list .item:nth-child(2) {
  background-color: #F2F7FC;
}
.solve .solve-list .item:nth-child(2) .ikon-02 {
  margin-top: 32px;
  margin-left: 40px;
  width: 194px;
}
.solve .solve-list .item:nth-child(2) .text {
  margin-left: 49px;
}
.solve .solve-list .item:nth-child(3) {
  background-color: #F2F7FC;
}
.solve .solve-list .item:nth-child(3) .ikon-03 {
  margin-top: 14px;
  margin-left: 18px;
  width: 221px;
}
.solve .solve-list .item:nth-child(3) .text {
  margin-left: 45px;
}
.solve .solve-list .item:nth-child(4) .ikon-04 {
  margin-top: 9px;
  margin-left: 21px;
  width: 216px;
}
.solve .solve-list .item:nth-child(4) .text {
  margin-left: 27px;
}
.pinpoint {
  width: 100%;
  background: url(../img/pinpoint-bg.png) center center no-repeat;
  background-size: cover;
  padding: 93px 0 62px;
}
.pinpoint .home-page-tit1,
.pinpoint .home-page-tit2 {
  color: #fff;
}
.pinpoint .pinpoint-list {
  margin-top: 88px;
}
.pinpoint .pinpoint-list .item {
  width: 380px;
  height: 320px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 1px;
  padding-top: 24px;
  float: left;
}
.pinpoint .pinpoint-list .item img {
  display: block;
  margin: 0 auto;
}
.pinpoint .pinpoint-list .item:nth-child(1) {
  padding-top: 21px;
}
.pinpoint .pinpoint-list .item:nth-child(2) {
  padding-top: 15px;
}
.pinpoint .pinpoint-list .item:nth-child(3) {
  padding-top: 10px;
}
.pinpoint .pinpoint-list .item:nth-child(3n) {
  margin-right: 0;
}
.case {
  padding: 44px 0 28px;
}
.case .case-tabs-tit {
  margin-top: 45px;
  text-align: center;
}
.case .case-tabs-tit .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 130px;
  height: 43px;
  background: #FFFFFF;
  border: 1px solid #06408E;
  opacity: 1;
  border-radius: 22px;
  cursor: pointer;
}
.case .case-tabs-tit .item span {
  display: block;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: #06408E;
}
.case .case-tabs-tit .item.on {
  background: #E01900;
  border-color: #F4F4F4;
}
.case .case-tabs-tit .item.on span {
  color: #fff;
}
.case .case-list {
  margin-top: 63px;
}
.case .case-list .item {
  width: 285px;
  height: 344px;
  float: left;
  background: #FFFFFF;
  border-radius: 9px;
  margin-right: 20px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.case .case-list .item:nth-child(4n) {
  margin-right: 0;
}
.case .case-list .item .case-img {
  width: 100%;
  height: 168px;
  border-radius: 9px 9px 0 0;
  object-fit: cover;
}
.case .case-list .item .content {
  padding: 18px 18px 0 18px;
}
.case .case-list .item .content .text {
  padding: 12px 0;
  border-bottom: 1px dotted #F4F4F4;
}
.case .case-list .item .content .text:last-child {
  border-bottom: none;
}
.case .case-list .item .content .text .s1 {
  float: left;
  font-size: 12px;
  color: #000;
}
.case .case-list .item .content .text .s2 {
  padding-left: 14px;
  font-size: 12px;
  margin: 0;
}
.news {
  width: 100%;
  background: url(../img/news-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 75px 0 56px 0;
}
.news .news-tit {
  text-align: center;
}
.news .news-tit span {
  position: relative;
  font-size: 52px;
  color: #fff;
  font-weight: bold;
}
.news .news-tit span:after {
  content: '';
  position: absolute;
  left: -157px;
  top: 50%;
  margin-top: -1px;
  width: 122px;
  height: 2px;
  background-color: #FAFAFA;
}
.news .news-tit span::before {
  content: '';
  position: absolute;
  right: -157px;
  top: 50%;
  margin-top: -1px;
  width: 122px;
  height: 2px;
  background-color: #FAFAFA;
}
.news-list {
  margin-top: 77px;
}
.news-list .item {
  float: left;
  width: 385px;
  height: 342px;
  border-radius: 7px;
  background-color: #fff;
  margin-right: 22px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.news-list .item:nth-child(3n) {
  margin-right: 0;
}
.news-list .item .news-img {
  width: 100%;
  height: 183px;
  object-fit: cover;
}
.news-list .item .news-img img {
  width: 100%;
  height: 183px;
}
.news-list .item .news-text {
  padding: 17px 20px 0 20px;
}
.news-list .item .news-text .t1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.news-list .item .news-text .con {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  line-height: 22px;
}
.news-list .item .news-text .know-btn {
  width: 84px;
  height: 29px;
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 4px;
  margin-top: 13px;
  float: right;
}
.news-list .item .news-text .know-btn a {
  display: block;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  color: #000;
}
.more-btn {
  width: 247px;
  height: 69px;
  border: 2px solid #FFFFFF;
  border-radius: 36px;
  margin: 33px auto 0;
}
.more-btn a {
  display: block;
  text-align: center;
  line-height: 69px;
  font-size: 20px;
  color: #fff;
}
.more-btn a:hover {
  color: #fff;
}
.app-exploitation-package {
  padding: 27px 0 46px 0;
  background-color: #021837;
}
.app-exploitation-package .home-page-tit1,
.app-exploitation-package .home-page-tit2 {
  color: #fff;
}
.app-exploitation-package .package-list {
  margin-top: 54px;
}
.app-exploitation-package .package-list .item {
  width: 141px;
  height: 153px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  padding-top: 25px;
  float: left;
  margin-right: 35px;
  cursor: pointer;
}
.app-exploitation-package .package-list .item:last-child {
  margin-right: 0;
}
.app-exploitation-package .package-list .item .icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
}
.app-exploitation-package .package-list .item .text {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}
.app-exploitation-charge {
  padding: 61px 0 88px 0;
  background-color: #fff;
}
.app-exploitation-charge .home-page-tit2 {
  font-size: 22px;
  padding: 0 30px;
  line-height: 38px;
}
.app-exploitation-service {
  width: 100%;
  background: url(../img/service-bg.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0 200px 0;
}
.app-exploitation-service .home-page-tit1 {
  color: #fff;
}
.app-exploitation-service .content {
  margin-top: 102px;
}
.app-exploitation-service .content .tit {
  display: block;
  font-size: 22px;
  color: #fff;
}
.app-exploitation-service .content .left-01 {
  margin-top: 14px;
}
.app-exploitation-service .content .left-01 .tit {
  padding-left: 38px;
}
.app-exploitation-service .content .left-01 .box {
  width: 348px;
  height: 97px;
  background: url(../img/service-box-01.png) no-repeat;
  background-size: 348px 97px;
  margin-top: 21px;
  padding: 25px 71px 0 21px;
}
.app-exploitation-service .content .left-01 .box .con {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.app-exploitation-service .content .right-01 .tit {
  text-align: right;
  padding-righ: 72px;
}
.app-exploitation-service .content .right-01 .box {
  width: 435px;
  height: 103px;
  background: url(../img/service-line-01.png) no-repeat;
  background-size: 435px 103px;
  margin-top: 17px;
  padding: 22px 15px 0 195px;
}
.app-exploitation-service .content .right-01 .box .con {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.app-exploitation-service .content .marginTop {
  margin-top: 118px;
}
.app-exploitation-service .content .left-02 .tit {
  padding-left: 16px;
}
.app-exploitation-service .content .left-02 .box {
  width: 389px;
  background: url(../img/service-line-02.png) left top no-repeat;
  background-size: 389px 45px;
  padding: 60px 0 0 27px;
}
.app-exploitation-service .content .left-02 .box .con {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.app-exploitation-service .content .right-02 {
  margin-top: 14px;
}
.app-exploitation-service .content .right-02 .tit {
  text-align: right;
  padding-right: 24px;
}
.app-exploitation-service .content .right-02 .box {
  width: 348px;
  height: 97px;
  background: url(../img/service-box-02.png) no-repeat;
  background-size: 348px 97px;
  margin-top: 21px;
  padding: 13px 0 0 89px;
}
.app-exploitation-service .content .right-02 .box .con {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
.app-exploitation-service-img {
  display: none;
}
.app-exploitation-flow {
  padding: 60px 0;
  background-color: #fff;
}
.app-exploitation-flow .flow {
  margin-top: 60px;
}
.app-exploitation-flow .flow .item {
  float: left;
  width: 170px;
  height: 195px;
  padding-top: 65px;
  margin-right: 36px;
}
.app-exploitation-flow .flow .item:last-child {
  margin-right: 0;
}
.app-exploitation-flow .flow .item:nth-child(1) {
  background: url(../img/flow-bg-01.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item:nth-child(2) {
  background: url(../img/flow-bg-02.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item:nth-child(3) {
  background: url(../img/flow-bg-03.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item:nth-child(4) {
  background: url(../img/flow-bg-04.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item:nth-child(5) {
  background: url(../img/flow-bg-05.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item:nth-child(6) {
  background: url(../img/flow-bg-06.png) no-repeat;
  background-size: 100% 100%;
}
.app-exploitation-flow .flow .item .t1 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.app-exploitation-flow .flow .item .t2 {
  display: block;
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
}
.app-exploitation-team {
  padding: 71px 0 77px 0;
}
.app-exploitation-team .team-img {
  margin-top: 33px;
}
.app-exploitation-team .team-img img {
  width: 100%;
}
.app-exploitation-type {
  width: 100%;
  height: 482px;
  background: url(../img/type.png) left top no-repeat #4123A2;
  background-size: 831px 482px;
  padding-left: 40%;
  padding-right: 22%;
  padding-top: 52px;
}
.app-exploitation-type .home-page-tit1 {
  color: #fff;
}
.app-exploitation-type .con {
  margin-top: 53px;
}
.app-exploitation-type .con span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-right: 20px;
  line-height: 38px;
}
.applet-banner {
  display: block;
  overflow: hidden;
  position: relative;
}
.applet-banner img {
  display: block;
  width: 100%;
}
.applet-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.applet-banner .text em {
  font-size: 83px;
  font-weight: bold;
  color: #E01900;
  line-height: 110px;
  margin-right: 22px;
}
.applet-banner .text span {
  font-size: 59px;
  line-height: 77px;
  color: #fff;
}
.applet-banner .text p {
  margin-top: 27px;
  font-size: 38px;
  color: #fff;
  text-align: center;
}
.applet-banner .news-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.applet-banner .news-text span {
  font-size: 59px;
  line-height: 77px;
  color: #fff;
}
.applet-banner .news-text p {
  margin-top: 43px;
  font-size: 38px;
  color: #fff;
}
.applet-content {
  padding-top: 50px;
  background-color: #fff;
}
.applet-content .list .item .icon {
  display: inline-block;
  vertical-align: top;
  width: 112px;
  height: 112px;
}
.applet-content .list .item .text {
  display: inline-block;
  vertical-align: top;
  margin-left: 28px;
  width: 368px;
}
.applet-content .list .item .text .t1 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
}
.applet-content .list .item .text .con {
  font-size: 14px;
  line-height: 26px;
  margin-top: 13px;
  color: #666;
}
.applet-content .content {
  padding: 77px 25px 0;
}
.applet-content .content img {
  display: block;
  width: 100%;
}
.applet-tit {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.applet-sort {
  padding: 63px 0 48px 0;
  background-color: #fff;
}
.applet-sort .sort-list {
  margin-top: 68px;
}
.applet-sort .sort-list .item {
  width: 120px;
  float: left;
  margin-right: 60px;
}
.applet-sort .sort-list .item:last-child {
  margin-right: 0;
}
.applet-sort .sort-list .item .icon {
  width: 74px;
  height: 83px;
  display: block;
  margin: 0 auto;
}
.applet-sort .sort-list .item span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}
.applet-sort .online-red-btn {
  width: 227px;
  height: 57px;
  background: #E01900;
  border-radius: 29px;
  margin: 78px auto 0;
}
.applet-sort .online-red-btn a {
  display: block;
  text-align: center;
  line-height: 57px;
  font-size: 20px;
  color: #fff;
}
.applet-reason {
  width: 100%;
  background: url(../img/reason-bg.png) center center no-repeat;
  background-size: cover;
  padding: 69px 0 9px 0;
}
.applet-reason .applet-tit {
  color: #fff;
}
.applet-reason .reason-text {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 70px;
  margin-top: 37px;
}
.applet-reason .reason-list {
  margin-top: 46px;
  text-align: center;
}
.applet-reason .reason-list .item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 56px;
}
.applet-reason .reason-list .item .icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.applet-reason .reason-list .item span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-top: 16px;
}
.applet-reason .xcy2,
.applet-reason .xcy3 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.applet-reason .xcy2 {
  margin-top: 52px;
}
.applet-reason .xcy3 {
  margin-top: 37px;
}
.location {
  padding-left: 27px;
  background: url(../img/home.png) left center no-repeat;
  background-size: 18px 16px;
  font-size: 12px;
  color: #666;
  line-height: 26px;
}
.location a {
  font-size: 12px;
  color: #666;
}
.news-container {
  padding: 28px 0 40px 0;
}
.news-container .newspage-list {
  margin-top: 28px;
}
.news-container .newspage-list .item {
  width: 100%;
  height: 213px;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.news-container .newspage-list .item .news-img {
  width: 385px;
  height: 183px;
  float: left;
  display: block;
  overflow: hidden;
}
.news-container .newspage-list .item .news-img img {
  width: 385px;
  height: 183px;
}
.news-container .newspage-list .item .news-text {
  float: right;
  width: 752px;
}
.news-container .newspage-list .item .news-text .tit {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.news-container .newspage-list .item .news-text .con {
  margin-top: 24px;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  color: #666;
}
.news-container .newspage-list .item .news-text .other {
  margin-top: 66px;
}
.news-container .newspage-list .item .news-text .other .left {
  font-size: 12px;
  color: #666;
  line-height: 22px;
  float: left;
}
.news-container .newspage-list .item .news-text .other .more {
  font-size: 12px;
  color: #06408E;
  line-height: 22px;
  float: right;
}
.news-detail {
  margin-top: 28px;
  padding: 46px 48px 60px 48px;
  background-color: #fff;
}
.news-detail .tit {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 47px;
}
.news-detail .time {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.news-detail .editor {
  margin: 60px 0;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.news-detail .news-link a {
  width: 50%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.news-detail .news-link .right {
  text-align: right;
}
.recommend {
  margin-top: 50px;
}
.recommend .tit {
  display: block;
  text-align: center;
  position: relative;
  font-size: 28px;
  line-height: 37px;
  color: #000;
  font-weight: bold;
}
.recommend .tit:after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 112px;
  margin-left: -56px;
  height: 4px;
  background: #06408E;
  border-radius: 4px;
}
.news-container .case .case-tabs-tit {
  text-align: left;
  margin-top: 0;
}
.news-container .case {
  padding-bottom: 0;
}
.news-container .case .case-tabs-tit .item {
  border-color: #06408E;
}
.news-container .case .case-tabs-tit .item.on {
  background: #06408E;
}
.case-detail {
  margin-top: 65px;
}
.case-detail .left {
  width: 860px;
  padding: 40px 24px;
  background-color: #fff;
}
.case-detail .left .tit {
  font-size: 36px;
  color: #000;
}
.case-detail .left .type {
  font-size: 20px;
  color: #000;
  display: block;
  margin-top: 13px;
}
.case-detail .left .case-img {
  margin-top: 25px;
}
.case-detail .left .case-img img {
  display: block;
  width: 100%;
}
.case-detail .left .btns {
  margin-top: 40px;
  text-align: center;
}
.case-detail .left .btns .online-red-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 178px;
  height: 58px;
  background: #E01900;
  border-radius: 29px;
}
.case-detail .left .btns .online-red-btn a {
  display: block;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #fff;
}
.case-detail .left .btns .back-list-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  width: 178px;
  height: 58px;
  border: 1px solid #E01900;
  border-radius: 29px;
}
.case-detail .left .btns .back-list-btn a {
  display: block;
  text-align: center;
  line-height: 58px;
  font-size: 20px;
  color: #E01900;
}
.case-detail .right {
  width: 320px;
  padding: 15px;
  background: #FFFFFF;
}
.case-detail .right .label-tit {
  display: block;
  text-align: center;
  line-height: 29px;
  width: 81px;
  height: 29px;
  background: #06408E;
  font-size: 16px;
  color: #fff;
}
.case-detail .right .news-ul {
  margin: 12px 0;
}
.case-detail .right .news-ul li {
  margin-bottom: 10px;
}
.case-detail .right .news-ul li:first-child {
  padding-bottom: 7px;
  border-bottom: 1px dashed #ddd;
}
.case-detail .right .news-ul li .news-img {
  display: block;
  margin-bottom: 9px;
}
.case-detail .right .news-ul li .news-img img {
  display: block;
  width: 100%;
}
.case-detail .right .news-ul li .tit {
  font-size: 14px;
  color: #000;
}
.case-detail .right .news-ul li .con {
  margin-top: 7px;
  font-size: 12px;
  color: #666;
  line-height: 22px;
}
.case-detail .right .news-ul li:hover .tit {
  color: #E01900;
}
.case-detail .right .case-ul {
  margin: 14px 0;
}
.case-detail .right .case-ul li {
  margin-bottom: 20px;
}
.case-detail .right .case-ul li .case-img {
  width: 100%;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.case-detail .right .case-ul li .case-img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.case-detail .right .case-ul li .text {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}
.about-container {
  padding: 40px 0;
  background-color: #fff;
}
.about-content {
  margin-top: 35px;
}
.about-content .left-text {
  width: 600px;
}
.about-content .left-text span {
  font-size: 14px;
  line-height: 26px;
  color: #000;
}
.about-content .right-img {
  width: 500px;
}
.about-content .right-img img {
  display: block;
  width: 100%;
}
.about-img-list {
  margin-top: 44px;
}
.about-img-list img {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.about-img-list img:nth-child(3n) {
  margin-right: 0;
}
.about-value {
  padding: 64px 0 83px 0;
  background: url(../img/value-bg.jpg) center center no-repeat #fff;
  background-size: cover;
}
.about-value .home-page-tit1 {
  font-weight: 400;
  color: #fff;
}
.about-value .value-list {
  margin-top: 80px;
}
.about-value .value-list .item {
  width: 22%;
  float: left;
  margin-right: 4%;
  background-color: #fff;
  border-radius: 8px;
}
.about-value .value-list .item:last-child {
  margin-right: 0;
}
.about-value .value-list .item .item-img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.about-value .value-list .item .item-img img {
  display: block;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.about-value .value-list .item .item-text {
  padding: 23px 0 35px 0;
  text-align: center;
}
.about-value .value-list .item .item-text .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.about-value .value-list .item .item-text .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.about-reason {
  padding: 62px 0 32px 0;
  background-color: #fff;
}
.about-reason .about-reason-list {
  margin-top: 87px;
}
.about-reason .about-reason-list .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 54px;
  float: left;
}
.about-reason .about-reason-list .item:nth-child(3n) {
  margin-right: 0;
}
.about-reason .about-reason-list .item .tit .icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.about-reason .about-reason-list .item .tit .icon.icon-01 {
  background: url(../img/about-icon-01.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit .icon.icon-02 {
  background: url(../img/about-icon-02.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit .icon.icon-03 {
  background: url(../img/about-icon-03.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit .icon.icon-04 {
  background: url(../img/about-icon-04.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit .icon.icon-05 {
  background: url(../img/about-icon-05.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit .icon.icon-06 {
  background: url(../img/about-icon-06.png) no-repeat;
  background-size: 100%;
}
.about-reason .about-reason-list .item .tit span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}
.about-reason .about-reason-list .item .tit span.orangeColor {
  color: #FB4D00;
}
.about-reason .about-reason-list .item .tit span.greenColor {
  color: #44C803;
}
.about-reason .about-reason-list .item .con {
  padding-left: 40px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.structure {
  padding: 92px 0 73px 0;
  background: url(../img/map-bg.jpg) center center no-repeat;
  background-size: cover;
}
.structure .left {
  width: 400px;
}
.structure .left .tit {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.structure .left .address {
  margin-top: 38px;
}
.structure .left .address .t1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
}
.structure .left .address p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
.structure .right {
  width: 640px;
  margin-top: 132px;
}
.structure .right .map {
  display: block;
  width: 640px;
}
.structure .right .others {
  margin-top: 38px;
  text-align: center;
}
.structure .right .others .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  width: 117px;
  height: 117px;
  padding-top: 19px;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 11px;
}
.structure .right .others .item .num {
  font-size: 24px;
  color: #fff;
}
.structure .right .others .item .text {
  margin-top: 13px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
/*媒介查询*/
@media (min-width: 768px) and (max-width: 1200px) {
  .wid1200 {
    width: 100%;
    padding: 0 15px;
  }
  .footer-fixed-phone {
    display: none;
  }
  .solution {
    padding: 40px 15px;
  }
  .home-page-tit1 {
    font-size: 32px;
  }
  .home-page-tit2 {
    font-size: 16px;
  }
  .service,
  .solve {
    padding: 40px 15px;
  }
  .solve .solve-list .item {
    margin: 10px auto!important;
    float: inherit;
  }
  .service .service-list .service-item .consult-btn {
    max-width: 100%;
  }
  .pinpoint .pinpoint-list .item {
    width: 32%;
    margin-right: 2%;
  }
  .case {
    padding: 40px 15px;
  }
  .news-container .case {
    padding: 40px 0 0 0;
  }
  .case .case-list {
    margin-top: 40px;
  }
  .case .case-list .item {
    width: 23%;
    margin-right: 2.6%;
  }
  .news {
    padding-top: 40px;
  }
  .news-list {
    margin-top: 40px;
  }
  .news-list .item {
    width: 32%;
    margin-right: 2%;
  }
  .news-tit span {
    font-size: 32px;
  }
  .app-exploitation-package .package-list .item {
    width: 124px;
    height: 145px;
    padding-top: 16px;
    margin-right: 20px;
  }
  .app-exploitation-service-img {
    display: none;
  }
  .app-exploitation-flow .flow .item {
    width: 156px;
    height: 178px;
    margin-right: 10px;
    padding-top: 58px;
  }
  .app-exploitation-flow {
    padding: 40px 0;
  }
  .app-exploitation-team {
    padding: 40px 0;
  }
  .app-exploitation-team .team-img {
    margin-top: 20px;
  }
  .app-exploitation-type {
    padding-right: 0;
  }
  .applet-banner .text em {
    font-size: 40px;
    line-height: 60px;
  }
  .applet-banner .text span {
    font-size: 30px;
  }
  .applet-banner .text p {
    font-size: 20px;
    margin-top: 0;
  }
  .applet-banner .news-text span {
    font-size: 30px;
  }
  .applet-banner .news-text p {
    font-size: 20px;
    margin-top: 0;
  }
  .applet-content {
    padding-top: 40px;
  }
  .applet-content .list .item .text {
    width: 340px;
  }
  .applet-content .content {
    padding-top: 40px;
  }
  .applet-tit {
    font-size: 30px;
  }
  .applet-sort {
    padding: 40px 0;
  }
  .applet-sort .sort-list {
    margin-top: 40px;
  }
  .applet-sort .sort-list .item {
    margin-right: 25px;
  }
  .applet-sort .online-red-btn {
    margin-top: 40px;
  }
  .news-container {
    padding: 20px 15px;
  }
  .news-container .newspage-list .item .news-text {
    width: 550px;
  }
  .news-detail .tit {
    font-size: 30px;
    line-height: 40px;
  }
  .case-detail {
    margin-top: 20px;
  }
  .case-detail .left {
    width: 70%;
    padding: 40px 15px;
  }
  .case-detail .right {
    width: 28%;
  }
  .about-content .left-text {
    width: 50%;
  }
  .about-content .right-img {
    width: 45%;
  }
  .structure {
    padding: 40px 0;
  }
  .structure .right {
    width: 580px;
  }
  .structure .right .map {
    width: 100%;
  }
  .structure .right .others .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .wid1200 {
    width: 100%;
    padding: 0 12px;
  }
  .position-top {
    height: 50px;
  }
  .navbar-brand {
    padding-top: 10px;
  }
  .navbar-brand .logo {
    height: 30px;
  }
  .navbar-brand .tel {
    margin-left: 5px;
    padding-left: 10px;
  }
  .navbar-brand .tel::after {
    height: 12px;
    margin-top: -6px;
  }
  .navbar-brand .tel .icon {
    height: 14px;
  }
  .navbar-brand .tel .number {
    margin-left: 2px;
    font-size: 16px;
  }
  .banner-content .banner-img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .banner-content .classify-list {
    width: 80%;
    margin: 10px auto 0;
  }
  .banner-content .classify-list li {
    display: block;
    float: left;
    width: 16.6%;
  }
  .banner-content .classify-list li img {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 auto;
  }
  .banner-content .classify-list li span {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    margin-top: 4px;
  }
  .footer .footer-contact {
    padding: 20px 0;
  }
  .footer .footer-contact .contact-content {
    padding-left: 12px;
  }
  .footer .footer-contact .contact-content .t1 {
    font-size: 14px;
  }
  .footer .footer-contact .contact-content .t2 {
    font-size: 12px;
    margin-top: 10px;
  }
  .footer .footer-contact .contact-content .t3 {
    font-size: 10px;
    margin-top: 10px;
  }
  .footer .footer-contact .contact-content .contact-form {
    margin-top: 10px;
  }
  .footer .footer-contact .contact-content .contact-form .name-input,
  .footer .footer-contact .contact-content .contact-form .tel-input,
  .footer .footer-contact .contact-content .contact-form .demand-input {
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-contact .contact-content .contact-form .tel-input {
    width: 100%;
  }
  .footer .footer-contact .contact-content .contact-form .demand-input {
    width: 100%;
  }
  .footer .footer-contact .contact-content .contact-form .submit-btn {
    width: 100%;
  }
  .footer-company {
    width: 100%;
    padding: 20px 0;
  }
  .footer-company .ewm {
    float: left;
  }
  .footer-company .ewm .item {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-company .friendly-link {
    margin-top: 20px;
    color: #ccc;
  }
  .footer-company .friendly-link .tit {
    font-size: 14px;
    margin-right: 5px;
  }
  .footer-company .friendly-link a {
    padding: 0 6px;
    font-size: 12px;
    color: #ccc;
  }
  .footer-company .copyright {
    font-size: 12px;
    margin-top: 20px;
    padding: 0 12px;
  }
  .footer-fixed {
    display: none;
  }
  .footer-fixed-phone {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: rgba(6, 64, 142, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  .footer-fixed-phone .btn {
    width: 42%;
    margin: 0 2%;
    height: 35px;
    background-color: #06408e;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-fixed-phone .btn a {
    color: #fff;
  }
  .page-right-layer {
    display: none;
  }
  .solution {
    padding: 30px 12px;
  }
  .home-page-tit1 {
    font-size: 22px;
  }
  .home-page-tit2 {
    font-size: 14px;
  }
  .solution-list {
    margin-top: 62px;
  }
  .solution-list .item {
    width: 48%;
    height: 220px;
    margin-right: 4%;
    margin-bottom: 55px;
    padding: 50px 12px 0;
  }
  .solution-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .solution-list .item:nth-child(5n) {
    margin-right: 4%;
  }
  .solution-list .item .icon {
    top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-left: -35px;
  }
  .solution-list .item .icon img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    margin: 5px;
  }
  .solution-list .item .con {
    margin-top: 10px;
  }
  .online-consult-btn {
    width: 173px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
  }
  .online-consult-btn a {
    line-height: 40px;
    font-size: 16px;
  }
  .service {
    padding: 30px 0;
  }
  .service .service-list {
    margin-top: 30px;
  }
  .service .service-list .service-item {
    padding: 20px 12px 20px 12px;
    border-radius: 5px;
  }
  .service .service-list .service-item .icon {
    width: 64px;
    height: 64px;
  }
  .service .service-list .service-item .t1 {
    font-size: 16px;
    margin-top: 20px;
  }
  .service .service-list .service-item .con {
    margin-top: 22px;
    font-size: 12px;
    color: #666;
    height: 54px;
    line-height: 18px;
  }
  .service .service-list .service-item .consult-btn {
    width: 100px;
    height: 28px;
    border-radius: 14px;
    margin: 20px auto 0;
  }
  .service .service-list .service-item .consult-btn a {
    line-height: 28px;
    font-size: 12px;
  }
  .solve {
    padding: 30px 12px;
  }
  .solve .solve-list {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .solve .solve-list .item {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-right: 0;
  }
  .solve .solve-list .item .ikon-01 {
    margin-top: 0;
    margin-left: 10px;
    width: 140px;
    display: inline-block;
    vertical-align: top;
  }
  .solve .solve-list .item .text {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-left: 20px;
  }
  .solve .solve-list .item .text .t1 {
    font-size: 16px;
    margin-top: 0px;
  }
  .solve .solve-list .item .text .con {
    font-size: 12px;
    margin-top: 10px;
  }
  .solve .solve-list .item:nth-child(2) {
    background-color: #F2F7FC;
  }
  .solve .solve-list .item:nth-child(2) .ikon-02 {
    margin-top: 0;
    margin-left: 20px;
    width: 140px;
  }
  .solve .solve-list .item:nth-child(2) .text {
    margin-left: 10px;
  }
  .solve .solve-list .item:nth-child(3) {
    background-color: #F2F7FC;
  }
  .solve .solve-list .item:nth-child(3) .ikon-03 {
    margin-top: 0;
    margin-left: 18px;
    width: 140px;
  }
  .solve .solve-list .item:nth-child(3) .text {
    margin-left: 10px;
  }
  .solve .solve-list .item:nth-child(4) .ikon-04 {
    margin-top: 0;
    margin-left: 10px;
    width: 140px;
  }
  .solve .solve-list .item:nth-child(4) .text {
    margin-left: 20px;
  }
  .pinpoint {
    padding: 30px 12px;
  }
  .pinpoint .wid1200 {
    padding: 0;
  }
  .pinpoint .pinpoint-list {
    margin-top: 30px;
  }
  .pinpoint .pinpoint-list .item {
    width: 48%;
    height: 190px;
    padding-top: 20px;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .pinpoint .pinpoint-list .item img {
    max-height: 80%;
  }
  .pinpoint .pinpoint-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .pinpoint .pinpoint-list .item:nth-child(3) {
    margin-right: 4%;
  }
  .case {
    padding: 30px 12px 14px  12px;
  }
  .case .case-tabs-tit {
    margin-top: 30px;
  }
  .case .case-tabs-tit .item {
    margin-right: 0;
    width: 65px;
    height: 30px;
    border-radius: 15px;
    margin-bottom: 5px;
  }
  .case .case-tabs-tit .item span {
    line-height: 30px;
    font-size: 12px;
  }
  .case .case-list {
    margin-top: 30px;
  }
  .case .case-list .item {
    width: 48%;
    height: auto;
    border-radius: 4px;
    margin-right: 4%;
    margin-bottom: 16px;
  }
  .case .case-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .case .case-list .item .case-img {
    height: 100px;
    border-radius: 4px 4px 0 0;
  }
  .case .case-list .item .content {
    padding: 12px;
  }
  .case .case-list .item .content .text {
    padding: 8px 0;
  }
  .news-container .case {
    padding: 30px 0 0 0;
  }
  .news {
    padding: 30px 0;
  }
  .news .news-tit span {
    font-size: 22px;
  }
  .news .news-tit span:after {
    left: -65px;
    width: 50px;
  }
  .news .news-tit span::before {
    right: -65px;
    width: 50px;
  }
  .news-list {
    margin-top: 30px;
  }
  .news-list .item {
    width: 48%;
    height: auto;
    border-radius: 4px;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .news-list .item:nth-child(3n) {
    margin-right: 4%;
  }
  .news-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .news-list .item .news-img {
    height: 100px;
  }
  .news-list .item .news-img img {
    width: 100%;
    height: 100px;
  }
  .news-list .item .news-text {
    padding: 8px 8px 15px 8px;
  }
  .news-list .item .news-text .t1 {
    font-size: 14px;
  }
  .news-list .item .news-text .con {
    margin-top: 5px;
    line-height: 18px;
    height: 36px;
  }
  .news-list .item .news-text .know-btn {
    width: 74px;
    height: 24px;
    border-radius: 4px;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .news-list .item .news-text .know-btn a {
    line-height: 24px;
  }
  .more-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin: 10px auto 0;
  }
  .more-btn a {
    line-height: 40px;
    font-size: 12px;
  }
  .app-exploitation-package {
    padding: 30px 0 20px 0;
  }
  .app-exploitation-package .package-list {
    margin-top: 30px;
  }
  .app-exploitation-package .package-list .item {
    width: 48%;
    height: auto;
    border-radius: 15px;
    padding: 20px 0;
    margin-right: 4%;
    margin-bottom: 16px;
    cursor: pointer;
  }
  .app-exploitation-package .package-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .app-exploitation-package .package-list .item:last-child {
    margin-right: 0;
  }
  .app-exploitation-package .package-list .item .icon {
    width: 40px;
    height: 40px;
  }
  .app-exploitation-package .package-list .item .text {
    font-size: 14px;
    margin-top: 6px;
  }
  .app-exploitation-charge {
    padding: 30px 0;
  }
  .app-exploitation-charge .home-page-tit2 {
    font-size: 14px;
    padding: 0;
    line-height: 24px;
  }
  .app-exploitation-service {
    display: none;
  }
  .app-exploitation-service-img {
    display: block;
    overflow: hidden;
  }
  .app-exploitation-service-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
  .app-exploitation-flow {
    padding: 30px 0;
  }
  .app-exploitation-flow .flow {
    margin-top: 30px;
    text-align: center;
  }
  .app-exploitation-flow .flow .item {
    float: initial;
    display: inline-block;
    vertical-align: top;
    width: 122px;
    height: 140px;
    padding-top: 48px;
    margin: 0 15px 15px;
  }
  .app-exploitation-flow .flow .item:last-child {
    margin: 0 15px 15px;
  }
  .app-exploitation-flow .flow .item .t1 {
    font-size: 16px;
  }
  .app-exploitation-flow .flow .item .t2 {
    margin-top: 8px;
    font-size: 12px;
  }
  .app-exploitation-team {
    padding: 30px 0;
  }
  .app-exploitation-team .team-img {
    margin-top: 20px;
  }
  .app-exploitation-type {
    background: #4123A2;
    height: auto;
    padding: 30px;
  }
  .app-exploitation-type .con {
    margin-top: 24px;
  }
  .app-exploitation-type .con span {
    font-size: 14px;
  }
  .applet-banner .text em {
    font-size: 20px;
    line-height: 40px;
    margin-right: 10px;
  }
  .applet-banner .text span {
    font-size: 16px;
    line-height: 30px;
  }
  .applet-banner .text p {
    font-size: 12px;
    margin-top: 0;
  }
  .applet-banner .news-text {
    width: 70%;
  }
  .applet-banner .news-text span {
    font-size: 16px;
    line-height: 30px;
  }
  .applet-banner .news-text p {
    font-size: 12px;
    margin-top: 0;
  }
  .applet-content {
    padding-top: 30px;
  }
  .applet-content .list .item {
    float: initial;
    margin-bottom: 20px;
  }
  .applet-content .list .item .icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
  }
  .applet-content .list .item .text {
    display: block;
    padding-left: 70px;
    padding-right: 15px;
    margin-left: 0;
  }
  .applet-content .list .item .text .t1 {
    font-size: 18px;
    line-height: 26px;
  }
  .applet-content .list .item .text .con {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }
  .applet-content .content {
    padding: 10px 12px 0 12px;
  }
  .applet-content .content img {
    display: block;
    width: 100%;
  }
  .applet-tit {
    font-size: 20px;
  }
  .applet-sort {
    padding: 30px 0;
  }
  .applet-sort .sort-list {
    margin-top: 30px;
  }
  .applet-sort .sort-list .item {
    width: 50%;
    margin: 10px 0;
  }
  .applet-sort .sort-list .item span {
    font-size: 14px;
  }
  .applet-sort .online-red-btn {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    margin: 30px auto 0;
  }
  .applet-sort .online-red-btn a {
    line-height: 40px;
    font-size: 16px;
  }
  .applet-reason {
    padding-top: 30px;
  }
  .applet-reason .reason-text {
    padding: 0;
    margin-top: 20px;
  }
  .applet-reason .reason-list {
    margin-top: 30px;
  }
  .applet-reason .reason-list .item {
    margin: 0 10px;
  }
  .applet-reason .reason-list .item .icon {
    width: 40px;
    height: 40px;
  }
  .applet-reason .reason-list .item span {
    font-size: 16px;
    margin-top: 12px;
  }
  .applet-reason .xcy2 {
    margin-top: 40px;
  }
  .applet-reason .xcy3 {
    margin-top: 30px;
  }
  .news-container {
    padding: 20px 12px;
  }
  .news-container .newspage-list {
    margin-top: 20px;
  }
  .news-container .newspage-list .item {
    padding: 12px;
    height: auto;
  }
  .news-container .newspage-list .item .news-img {
    width: 100%;
    height: auto;
  }
  .news-container .newspage-list .item .news-img img {
    width: 100%;
    height: auto;
  }
  .news-container .newspage-list .item .news-text {
    width: 100%;
  }
  .news-container .newspage-list .item .news-text .tit,
  .news-container .newspage-list .item .news-text .con {
    margin-top: 12px;
  }
  .news-container .newspage-list .item .news-text .tit {
    font-size: 14px;
  }
  .news-container .newspage-list .item .news-text .other {
    margin-top: 20px;
  }
  .news-detail {
    margin-top: 20px;
    padding: 12px;
  }
  .news-detail .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .news-detail .time {
    font-size: 12px;
    margin-top: 10px;
  }
  .news-detail .editor {
    margin: 30px 0;
    font-size: 14px;
    line-height: 20px;
  }
  .news-detail .news-link a {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .news-detail .news-link .right {
    text-align: left;
  }
  .recommend {
    margin-top: 30px;
  }
  .recommend .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .recommend .tit:after {
    bottom: -8px;
    width: 72px;
    margin-left: -36px;
    height: 2px;
    border-radius: 2px;
  }
  .case-detail {
    margin-top: 20px;
  }
  .case-detail .left {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
  }
  .case-detail .right {
    width: 100%;
    padding: 12px;
  }
  .case-detail .left .tit {
    font-size: 18px;
  }
  .case-detail .left .type {
    font-size: 14px;
    margin-top: 5px;
  }
  .case-detail .left .case-img {
    margin-top: 15px;
  }
  .case-detail .left .btns .online-red-btn,
  .case-detail .left .btns .back-list-btn {
    width: 100px;
    height: 36px;
  }
  .case-detail .left .btns .online-red-btn a,
  .case-detail .left .btns .back-list-btn a {
    font-size: 14px;
    line-height: 36px;
  }
  .case-detail .left .btns {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-container {
    padding: 20px 0;
  }
  .about-content {
    margin-top: 20px;
  }
  .about-content .left-text {
    width: 100%;
  }
  .about-content .right-img {
    width: 100%;
    margin-top: 12px;
  }
  .about-img-list {
    margin-top: 12px;
  }
  .about-img-list img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .about-value {
    padding: 30px 0;
  }
  .about-value .value-list {
    margin-top: 30px;
  }
  .about-value .value-list .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .about-value .value-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .about-value .value-list .item .item-text {
    padding: 12px;
  }
  .about-reason {
    padding: 30px 12px 10px 12px;
  }
  .about-reason .about-reason-list {
    margin-top: 30px;
  }
  .about-reason .about-reason-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .about-reason .about-reason-list .item:nth-child(3n) {
    margin-right: 4%;
  }
  .about-reason .about-reason-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .about-reason .about-reason-list .item .tit .icon {
    width: 24px;
    height: 24px;
  }
  .about-reason .about-reason-list .item .tit span {
    font-size: 18px;
  }
  .about-reason .about-reason-list .item .con {
    padding-left: 32px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .structure {
    padding: 30px 0;
  }
  .structure .left {
    width: 100%;
  }
  .structure .left .tit {
    font-size: 24px;
  }
  .structure .left .address {
    margin-top: 30px;
  }
  .structure .right {
    width: 100%;
    margin-top: 20px;
  }
  .structure .right .map {
    width: 94%;
    margin: 0 auto;
  }
  .structure .right .others .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}
