.mainPage{
  background: #fff;
  height: 100%;
}

.propaganda {
  position: relative;
  height: 432px;
  overflow: hidden;
}
.propaganda .pbMain {
  overflow: hidden;
}
.propaganda .swiperTop {
  width: 1920px;
  height: 432px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.propaganda a {
  display: inline-block;
  width: 1920px;
  height: 432px;
}
.propaganda img {
  width: 1920px;
  height: 432px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.propaganda .buttonBox {
  position: absolute;
  bottom: 0;
  margin-left: 144px;
  margin-bottom: 102px;
  z-index: 100;
}
.propaganda .bannerButton span{
  display: inline-block;
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0px 3px 8px 0px rgba(48,25,9,0.12);
  border-radius: 2px;
  border: 1px solid #FA7F27;
}
.propaganda .bannerButton:nth-of-type(1) span{
  background: #FA7F27;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 20px;
}
.propaganda .bannerButton:nth-of-type(2) span{
  background: #FFFFFF;
  color: #FA7F27;
  font-weight: 400;
}
.swiperTop .swiper-pagination {
  bottom: 24px;
}

.swiperTop .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  border-radius: 100%;
  background: rgba(0,0,0,1);
  opacity: 0.1;
}
.swiperTop .swiper-pagination-bullet-active {
  width: 22px;
  height: 8px;
  border-radius: 6px;
  background: #FF9603;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);
  opacity: 1;
}
/*.swiperTop .swiper-button-prev {*/
/*  left: 300px;*/
/*  background-image: none;*/
/*  width: 32px;*/
/*  height: 56px;*/
/*}*/
/*.swiperTop .swiper-button-next{*/
/*  right: 300px;*/
/*  background-image: none;*/
/*  width: 32px;*/
/*  height: 56px;*/
/*}*/
/*.swiperTop .swiper-button-prev::after {*/
/*  content: ' ';*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  float: right;*/
/*  color: #CDC8C4;*/
/*  border-width: 4px 4px 0 0;*/
/*  border-color: #CDC8C4;*/
/*  border-style: solid;*/
/*  -webkit-transform:  matrix(-0.5, 0.5, 0.5, 0.5, -4, 19);*/
/*  -moz-transform:  matrix(-0.5, 0.5, 0.5, 0.5, -4, 19);*/
/*  -ms-transform:  matrix(-0.5, 0.5, 0.5, 0.5, -4, 19);*/
/*  transform: matrix(-0.5, 0.5, 0.5, 0.5, -4, 19);*/
/*  opacity: 1;*/
/*}*/
/*.swiperTop .swiper-button-next::after {*/
/*  content: ' ';*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  float: right;*/
/*  color: #CDC8C4;*/
/*  border-width: 4px 4px 0 0;*/
/*  border-color: #CDC8C4;*/
/*  border-style: solid;*/
/*  -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, -11, 18);*/
/*  -moz-transform: matrix(0.5, 0.5, -0.5, 0.5, -11, 18);*/
/*  -ms-transform: matrix(0.5, 0.5, -0.5, 0.5, -11, 18);*/
/*  transform: matrix(0.5, 0.5, -0.5, 0.5, -11, 18);*/
/*  opacity: 1;*/
/*}*/
/*.swiperTop:hover .swiper-button-prev,*/
/*.swiperTop:hover .swiper-button-next*/
/*{*/
/*  display: block;*/
/*  background-color: rgba(0,0,0,0.1);*/
/*  border-radius: 2px;*/
/*  !*opacity: 0.1;*!*/
/*}*/
/*.swiperTop:hover .swiper-button-prev::after,*/
/*.swiperTop:hover .swiper-button-next::after {*/
/*  color: #FFFFFF;*/
/*  border-color: #FFFFFF;*/
/*}*/

/* banner */
.banner{
  width: 100%;
}
.bannercon{
  width: 100%;
}
.bannercon ul{
  width: 100%;
}
.bannercon ul li a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bannerText{
  position: absolute;
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
}
.bannerText h4{
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}
.bannerText h5{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.bannerText .bannerBtn{
  width: 144px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -o-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -ms-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -moz-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: linear-gradient(247deg,#73b2d5,#3f7bab);
  margin: auto auto;
}
.bannerBtn:hover{
  background-image: linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -webkit-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -o-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -ms-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -moz-linear-gradient(247deg,#3f7bab,#73b2d5);
}
.bannerNext{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.bannerNext .bannerImg{
  font-size: 40px;
  color: #fff;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
  -webkit-animation: mousewheels 1s 0.5s linear infinite;
  animation: mousewheels 1s 0.5s linear infinite;
}
@-webkit-keyframes mousewheels{
  0%{opacity:1}
  50%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:1}
  70%{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:1}
  100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}
}
@keyframes mousewheels{
  0%{opacity:1}
  50%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:1}
  70%{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:1}
  100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}
}

/*电商解决方案*/
.solutionContainer{
  width: 100%;
  padding:4.5%;
}
.solutionBox{
  position: relative;
  text-align: center;
}
.solutionContainer .solutionHeaderBox{
  position: absolute;
  left:0;
  text-align: left;
}

.solutionContainer .solutionHeaderBox .mainTitle{
  color: #333;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}
.solutionContainer .solutionHeaderBox .subTitle{
  color: #999;
  font-size: 14px;
}

.solutionBox .itemLine{
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #FA7F27;
  margin-bottom: 22px;
}

.solutionBox .labelBox li{
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  padding: 0 9px 6px 9px;
}
.solutionBox .labelBox li.itemActive {
  color: #3F7BAB;
  font-weight: 500;
  border-bottom: 2px solid #3F7BAB;
}
.solutionBox .labelBox li.industry {
  margin-right: 90px;
}
.labelContentBox {
  margin-top: 88px;
}
.labelContentBox .dots {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3F7BAB;
  margin-right: 10px;
}

/* 行业 */
.industryBox {
  width: 100%;
}
.industryBox .iconfont{
  font-size: 60px !important;
  color: #333;
  margin-top: 40px;
  margin-bottom: 16px;
}

.industryContent {
  width: 100%;
  margin: auto;
  display: flex;
}

.industryContent > div {
  width: 32.666%;
  border-radius: 2px;
  margin-right: 1%;
  position: relative;
  cursor: pointer;
  background: #F7F7F8;
}
.industryContent > div:last-child {
  margin-right: 0;
}
.industryContent .boxLine {
  width: 100%;
  height: 2px;
  background: #3F7BAB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.industryContent .itemTitle p {
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
}
/*景区*/
.industryBox .industryImage {
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  text-align: center;
  margin: 15% auto 5% auto;
}

.industryContent .itemTitle span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 60px;;
  color: #333;
}
.industryContent ul {
  text-align: left;
}
.industryContent ul li{
  padding-bottom: 24px;
  margin-left: 18%;
}
.industryContent .dots {
  margin-left: 10px;
}
.industryContent .highText {
  display: inline-block;
  width: 80px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-right: 20px;
}
.industryContent .normalText {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
/* 行业-hover */
.industryContent > div:hover {
  background-image: -webkit-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -moz-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -o-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -ms-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
}
.industryContent > div:hover p,.industryContent > div:hover span,.industryContent > div:hover .iconfont{
  color: #fff;
}

.industryContent > div:hover .dots {
  background-image: -webkit-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -moz-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -o-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -ms-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
}
.industryContent > div:hover .highText {
  color: rgba(255,255,255,0.88);
}
.industryContent > div:hover .normalText {
  color: rgba(255,255,255,0.64);
}

/* 服务 */
.serviceBox {
  width: 100%;
  margin: auto;
  display: none;
}
.serviceBox .iconfont{
  font-size: 60px !important;
  color: #333;
  margin-top: 40px;
  margin-bottom: 16px;
}
.serviceContentBox{
  display: flex;
  width: 100%;
  margin: auto;
}

.serviceContentBox > .item{
  width: 32.6666%;
  border-radius: 2px;
  margin-right: 1%;
  position: relative;
  cursor: pointer;
  background: #F7F7F8;
}

.serviceContentBox > div:last-child {
  margin-right: 0;
}
.serviceBox .serviceImage {
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  text-align: center;
  margin: 69px auto 14px auto;
}

.serviceContentBox p{
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 55px;
}
.serviceContentBox ul{
  margin-bottom: 69px;
}
.serviceContentBox ul li{
  padding-bottom:24px;
}

.serviceContentBox ul li .highText{
  font-size: 16px;
  color: #666;
}

.serviceContentBox .boxLine {
  width: 100%;
  height: 2px;
  background: #3F7BAB;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* 服务-hover */
.serviceContentBox > div:hover {
  background-image: -webkit-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -moz-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -o-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: -ms-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background-image: linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
}
.serviceContentBox > div:hover p,.serviceContentBox > div:hover span,.serviceContentBox > div:hover .iconfont{
  color: #fff;
}

.serviceContentBox > div:hover .dots {
  background-image: -webkit-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -moz-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -o-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: -ms-linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
  background-image: linear-gradient(-42deg, rgba(255,255,255,0.42) 1%, #FFFFFF 93%);
}
.serviceContentBox > div:hover .highText {
  color: rgba(255,255,255,0.88);
}
.serviceContentBox > div:hover .normalText {
  color: rgba(255,255,255,0.64);
}

/* 安全稳定的系统 */
.systemContainer{
  margin: 106px 86px 106px 85px;
}
.systemHeaderBox .mainTitle{
  color: #333;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 16px;
}

.systemHeaderBox .subTitle{
  color: #797979;
  font-size: 16px;
  margin-bottom: 52px;
}
.systemContent{
  display: flex;
  width: 100%;
}
.systemContent li {
  display: inline-block;
  font-size: 14px;
  color: #797979;
  width: 25%;
}
.systemContent li:last-child {
  margin-right: 0;
}
.systemContent li span {
  display: inline-block;
}
.systemContent li em {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.systemContent .dataText {
  font-size: 32px;
  color: #3F7BAB;
  font-weight: bold;
  margin-bottom: 11px;
  position: relative;
}
.dataText:after{
  display: block;
  content: '';
  width: 80px;
  height: 4px;
  background: #3F7BAB;
  margin: 11px auto 15px;
  text-align: center;
}

.dataText:before{
  display: block;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  color: #797979;
}
.systemContent .data1:before{
  content: '系统强大、功能全面';
  left: 3px;
  font-weight: normal;
}
.systemContent .data2:before{
  content: '系统安全稳定';
  left: 12px;
  font-weight: normal;
}
.systemContent .data3:before{
  content: '每月更新功能';
  left: 6px;
  font-weight: normal;
}
.systemContent .data4:before{
  content: '服务平均响应时间';
  left: 3px;
  font-weight: normal;
}

/* 丰富的系统功能 */
.systemFunctionContainer {
  background: url('../img/index/systemFun_back.png') center center/cover no-repeat;
  width: 100%;
  height: 780px;
  display: flex;
  padding:191px 270px 95px 292px;
}
.systemFunctionTitle .mainTitle,.systemFunctionTitle .subTitle{
  color: #fff;
}
.systemFunctionTitle .mainTitle{
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: left;
}
.systemFunctionTitle .subTitle{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.functionContentContainer{
  display: flex;
}
.functionContentContainer .functionContentBox{
  display: flex;
  flex-wrap: wrap;
  width: 1066px;
  height: 494px;
  box-sizing: border-box;
}
.functionContentContainer .functionContentBox li{
  display: block;
  width: 292px;
  height: 247px;
  background: rgba(0,0,0,0.44999998807907104);
  color: #fff;
  border: 1px solid #999;
}
.functionContentContainer .functionContentBox li:first-child{
  display: block;
  width: 292px;
  height: 247px;
  background: none;
  border: none;
}
.functionContentContainer .functionContentBox .item:hover{
  background: linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background: -webkit-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background: -moz-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background: -o-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  background: -ms-linear-gradient(180deg, #3F7BAB 0%, #003350 100%);
  opacity: 1;
  border: none;
}

.functionContentContainer .functionContentBox li .contentTitle{
  margin-top: 54px;
  font-size: 16px;
  padding-left: 52px;
  margin-bottom: 12px;
}

.functionContentContainer .functionContentBox li p{
  padding-left: 52px;
  margin-bottom: 6px;
}

/* 系统 */
.systemInfo {
  margin-top: 70px;
  height: 416px;
}
.systemInfo > div {
  width: 33.33%;
  height: 100%;
  border: 1px solid #E6E3E1;
  padding: 24px;
  text-align: center;
  float: left;
}
.systemInfo > div:not(:first-child) {
  border-left: 0;
}
.systemInfo img {
  width: 88px;
  height: 88px;
  margin-top: 30px;
}
.systemInfo .pointText {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 10px 0 30px;
}
.systemInfo span {
  font-size: 14px;
  color: #797979;
  line-height: 28px;
}
/* 服务质量 */
.serviceQualityContainer {
  width: 100%;
  display: flex;
  margin-bottom: 88px;
}
.serviceQualityContainer .serviceQualityTitle{
  background: url('../img/index/service_back1.png') no-repeat;
  height: 810px;
  padding-left: 60px;
  padding-top: 98px;
  width: 32%;
}
.serviceQualityContainer .serviceQualityTitle .mainTitle{
  color: #fff;
  font-size: 36px;
  margin-bottom: 16px;
}

.serviceQualityContainer .serviceQualityTitle .subTitle{
  color: #fff;
}

.serviceQualityContainer .rightContent{
  background: url('../img/index/service_back2.png') no-repeat;
  height: 810px;
  width: 68%;
}
.serviceQualityContainer .rightContent .iconfont{
  font-size: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 111px auto 27px auto;
  color: #fff;
}

.serviceQualityContainer .rightContent .serviceContent{
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.serviceQualityContainer .rightContent .serviceContent1{
 margin-bottom: 10px;
}

.serviceQualityContainer .rightContent .content1,.serviceQualityContainer .rightContent .content2{
  height: 405px;
}
.serviceQualityContainer .rightContent .content1 .service1,.serviceQualityContainer .rightContent .content2 .service4{
  text-align: center;
  background: linear-gradient(180deg, rgb(63 123 171 / 65%) 0%, rgb(0 51 80 / 65%) 100%);
  height: 100%;
}

.serviceQualityContainer .rightContent .content1 .service2,.serviceQualityContainer .rightContent .content2 .service3{
  text-align: center;
  background: rgba(63,123,171,0.65);
  height: 100%;
}

/*案例*/
.case{
  width: 100%;
  margin-bottom: 88px;
}
.casecon{
  width: 100%;
}
.casecon>ul>li{
  width: 100%;display: flex;
}
.caseleft{
  float: left;
  width: 50%;
  background: -webkit-linear-gradient(top,#006288,#003350);
  background: -moz-linear-gradient(top,#006288,#003350);
  background: -webkit-gradient(linear,bottom,from(#006288),to(#003350));
  background: linear-gradient(bottom,#006288,#003350);
  background: -ms-linear-gradient(top,#006288,#003350);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#006288, endColorstr=#003350);
  padding-left: 113px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-right: 80px;
}
.caseleftcon{
  width: 100%;
}
.caseleftcon h6{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.caseleftcon h4{
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  margin: 40px 0;
}
.caseleftcon p{
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  font-weight: normal;
  line-height: 28px;
}
.caseleftcon a{
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #fefefe;
  border-radius: 4px;
  margin-top: 50px;
  background-image: linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -webkit-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -o-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -moz-linear-gradient(247deg,#73b2d5,#3f7bab);
  background-image: -ms-linear-gradient(247deg,#73b2d5,#3f7bab);
  transition:.5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;-o-transition: .5s;
}
.caseleftcon a:hover{
  background-image: linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -webkit-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -o-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -moz-linear-gradient(247deg,#3f7bab,#73b2d5);
  background-image: -ms-linear-gradient(247deg,#3f7bab,#73b2d5);
}
.caseright{
  float: right;
  width: 50%;
  font-size: 0;
}
.banpages{
  display: flex;
  justify-content: flex-start;
  padding-left: 113px;
  box-sizing: border-box;
  bottom: 60px !important;
}
.banpages .swiper-pagination-bullet{
  position: relative;
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
  background: rgba(255,255,255,0.5) !important;
  opacity: 0.9;
  transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.banpages .swiper-pagination-bullet-active{
  background: #fff !important;
  border-radius: 25px;
}
.casenext{
  position: absolute;
  bottom: 60px;
  left: 35%;
  z-index: 500;
}
.casenext ul li{
  display: none;
}
.casenext ul li a{
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  transition:.5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;-o-transition: .5s;
  font-family: chainRegular;
}
.casenext ul li a:hover{
  color: #fff;
}

.servicebut{
  width: 100%;
}
.servicebutleft{
  float: left;
  width: 40%;
  box-sizing: border-box;
  background: #f6f5f5;
  margin-top: 60px;
  overflow: hidden;
}
.servicebutright{
  float: right;
  width: 50%;
  box-sizing: border-box;
  background: -webkit-linear-gradient(left,#003350,#006288);
  background: linear-gradient(left,#003350,#006288);
  overflow: hidden;
}

.servicebut .servicebutleft img,.servicebut .servicebutright img{
  width: 100%;
}

/* 服务宗旨 */
.purpose{
  width: 100%;
  margin-bottom: 88px;
  box-sizing:border-box;
}
.purposecon{
  width: 100%;
  display: flex;
}
.purposeconleft{
  float: left;
  font-size: 0;
  margin-top: 88px;
}
.purposeconleftimg{
  font-size: 0;
  transform: translateX(57%);
  margin-top: -15%;
}
.purposeconright{
  float: left;
  width: 50%;
  padding-right: 11%;
  box-sizing: border-box;
}
.purcon{
  max-width: 480px;
  margin: 0 !important;
  height: auto !important;
  padding-bottom: 55px !important;
  box-sizing: border-box;
}
.purimg{
  font-size: 0;
  margin-bottom: 30px;
}
.purcon ul li .dynamicTitle{
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.purcon ul li .dynamicIntroduce{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.purcon ul li .dynamicDate{
  font-size: 14px;
  color: #999;
}
.purpages{
  display: flex;
  justify-content: flex-start;
  bottom: 0 !important;
}
.purpages .swiper-pagination-bullet{
  position: relative;
  width: 12px !important;
  height: 12px !important;
  margin: 0 8px !important;
  background: rgba(64,123,171,0.3) !important;
  opacity: 0.9;
  transition:.3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;
}
.purpages .swiper-pagination-bullet-active{
  background: #407bab !important;
  border-radius: 25px;
}















/* 认证 */
.serviceInfo {
  background: #FFF9F4;
  padding: 64px 0;
}
.serviceInfo .subTitle{
  margin-bottom: 56px;
}
.serviceInfo ul {
  width: 1200px;
  height: 192px;
  margin: 0 auto;
  margin-top: 56px;
}
.serviceInfo ul li {
  /* display: inline-block; */
  width: 33.3%;
  height: 100%;
  background: #FA7F27;
  color: rgba(255,255,255,1);
  opacity: 0.88;
  float: left;
}
.serviceInfo ul li:nth-of-type(2) {
  opacity: 1;
}
.serviceInfo li img {
  display: block;
  margin: 33px auto 0;
}
.serviceInfo li:nth-of-type(1) img {
  width: 92px;
  height: 99px;
}
.serviceInfo li:nth-of-type(2) img {
  width: 75px;
  height: 99px;
}
.serviceInfo li:nth-of-type(3) img {
  width: 70px;
  height: 99px;
}
.serviceInfo li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}

/* 合作伙伴 */
.partnerInfo {
  width: 1200px;
  margin:0 auto;
  padding: 64px 0 0;
}
.partnerInfo img {
  width: 196px;
  height: 108px;
}
.partnerInfo img.longWidth {
  width: 394px;
}

/* 动态 */
.newsInfo {
  background: #FFF9F4;
  padding: 64px 0;
}
.newsInfo .itemContent {
  margin-top: 0;
}
.newsInfo .infoContent {
  width: 1200px;
  text-align: left;
  margin: 48px auto 0;
}
.newsInfo .infoContent .itemBox {
  display: inline-block;
  width: calc(50% - 21px);
  height: 162px;
  background: #FFFEFE;
  border-radius: 2px;
  margin-bottom: 36px;
  margin-right: 36px;
}
.newsInfo .infoContent .itemBox:nth-of-type(2n) {
  margin-right: 0px;
}
.newsInfo .infoContent .date {
  display: inline-block;
  vertical-align: top;
  margin: 32px;
  padding-bottom: 14px;
  /* width: 60px; */
}
.newsInfo .date span {
  display: block;
}
.newsInfo .date span:first-child {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 12px;
}
.newsInfo .date span:last-child {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
.newsInfo .infoContent .news {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 176px);
  margin: 32px 32px 32px 0;
}
.newsInfo .news .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsInfo .news span {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 26px;
  font-size: 14px;
  color: #797979;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* .newsInfo .news span::after{
  content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
} */

/* 动态hover */
.newsInfo .infoContent .itemBox:hover {
  box-shadow: 0 4px 12px 0 rgba(48,25,9,0.12);
}
.newsInfo .itemBox:hover .date {
  border-bottom: 1px solid #FA7F27;
}
.newsInfo .itemBox:hover .news .title{
  color: #FA7F27;
}

.newsInfo .moreData {
  margin-top: 12px;
}

.publicity {
  width: 100%;
  height: 78px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #FA7F27;
}
.publicity img {
  width: 1920px;
  height: 78px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 典型客户案例轮播图 */
.swiperBox {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
  margin-top: 56px;
  box-sizing: border-box;
}
.swiperBox .swiper-container-box {
  width:1123px;
  margin: 0 auto;
  overflow: hidden;
}
.swiperBox .swiper2 {
  width: 380px;
  height: 464px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible!important;
}
.swiperBox .swiper2 .swiper-slide {
  width: 368px;
  height: 416px;
  margin: auto 0;
  opacity: 0.8;
}
.swiperBox .swiper2 .swiper-slide-li {
  display: inline-block;
  width: 368px;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 3px 8px 0 rgba(4,18,38,0.12);
}
.swiperBox .swiper2 .swiper-slide.swiper-slide-active{
  width: 380px !important;
  height: 464px !important;
  opacity: 1;
  box-shadow: 0 4px 12px 0 rgba(4,18,38,0.12);
  z-index: 10;
}
.swiperBox .swiper2 .swiper-slide-active .swiper-slide-li {
  width: 380px !important;
}
.swiperBox .swiper2 .slider-title {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 36px;
}
.swiperBox .swiper2 .swiper-slide-li img {
  width: 108px;
  height: 108px;
  margin-bottom: 20px;
  border-radius:  50%;
  box-shadow: 0px 4px 4px rgba(59,31,2,0.2);
}
.swiperBox .swiper2  .slider-content {
  text-align: left;
  margin: 0 36px 20px;
  color: #797979;
}
.swiperBox .swiper2 .type {
  text-align: left;
  margin: 0 36px;
}
.swiperBox .swiper2 .type span {
  background-image: -webkit-linear-gradient(270deg, #FDB650 0%, #FA7F27 99%);
  background-image: -moz-linear-gradient(270deg, #FDB650 0%, #FA7F27 99%);
  background-image: -o-linear-gradient(270deg, #FDB650 0%, #FA7F27 99%);
  background-image: -ms-linear-gradient(270deg, #FDB650 0%, #FA7F27 99%);
  background-image: linear-gradient(270deg, #FDB650 0%, #FA7F27 99%);
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 2px 8px;
}

.swiperBox .swiper-button-prev {
  left: 0;
  margin-left: -27px;
  background-image: none;
  width: 48px;
  height: 48px;
}
.swiperBox .swiper-button-next{
  right: 0;
  margin-right: -27px;
  background-image: none;
  width: 48px;
  height: 48px;
}
.swiperBox .swiper-button-prev::after {
  content: ' ';
  width: 12px;
  height: 12px;
  float: right;
  color: #301909;
  border-width: 3px 3px 0 0;
  border-color: #301909;
  border-style: solid;
  -webkit-transform:  matrix(-0.45, 0.45, 0.45, 0.45, -16, 17);
  -moz-transform:  matrix(-0.45, 0.45, 0.45, 0.45, -16, 17);
  -ms-transform:  matrix(-0.45, 0.45, 0.45, 0.45, -16, 17);
  transform: matrix(-0.45, 0.45, 0.45, 0.45, -16, 17);
  opacity: 0.24;
}
.swiperBox .swiper-button-next::after {
  content: ' ';
  width: 12px;
  height: 12px;
  float: right;
  color: #301909;
  border-width: 3px 3px 0 0;
  border-color: #301909;
  border-style: solid;
  -webkit-transform: matrix(0.45, 0.45, -0.45, 0.45, -19, 17);
  -moz-transform: matrix(0.45, 0.45, -0.45, 0.45, -19, 17);
  -ms-transform: matrix(0.45, 0.45, -0.45, 0.45, -19, 17);
  transform: matrix(0.45, 0.45, -0.45, 0.45, -19, 17);
  opacity: 0.24;
}
.swiperBox .swiper-button-prev:hover {
  display: block;
  background-color: rgba(48,25,9,0.08);
  border-radius: 2px;
}
.swiperBox .swiper-button-prev:hover::after {
  opacity: 0.64;
}
.swiperBox .swiper-button-next:hover {
  display: block;
  background-color: rgba(48,25,9,0.08);
  border-radius: 2px;
}
.swiperBox .swiper-button-next:hover::after {
  opacity: 0.64;
}

/* 按钮 */
.button {
  display: inline-block;
  width: 144px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #FDB650;
  font-size: 12px;
  color: #FA7F27;
  margin-top: 48px;
}
.moreCase span,
.moreData span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}
.moreCase img,
.moreData img {
  display: inline-block;
  vertical-align: middle;
}



/**************响应式***************/
@media screen and (max-width: 1600px) {
  .systemFunctionContainer {
    height: 650px;
    padding:158px 224px 80px 240px;
  }
  .purposeconright{
    padding-right: 8%;
    padding-left: 6%;
  }
  .industryContent ul li {
    margin-left: 12%;
  }
  .functionContentContainer .functionContentBox{
    width: 657px;
    height: 374px;
  }

  .functionContentContainer .functionContentBox li{
    width: 219px;
    height: 187px;
  }
  .functionContentContainer .functionContentBox li:first-child{
    width: 219px;
    height: 187px;
  }
  .functionContentContainer .functionContentBox li .contentTitle{
    margin-top: 37px;
    padding-left: 24px;
  }
  .functionContentContainer .functionContentBox li p{
    padding-left:24px;
  }
}

@media screen and (max-width: 1440px) {
  .systemFunctionContainer {
    height: 585px;
    padding:141px 198px 70px 198px;
  }

  .industryContent ul li {
    margin-left: 8%;
  }

  .functionContentContainer .functionContentBox{
    width: 657px;
    height: 374px;
  }

  .functionContentContainer .functionContentBox li{
    width: 219px;
    height: 187px;
  }
  .functionContentContainer .functionContentBox li:first-child{
    width: 219px;
    height: 187px;
  }
  .functionContentContainer .functionContentBox li .contentTitle{
    margin-top: 37px;
    padding-left: 24px;
  }
  .functionContentContainer .functionContentBox li p{
    padding-left:24px;
  }
}

@media screen and (max-width: 1366px) {
  .systemFunctionContainer {
    height: 556px;
    padding:135px 192px 67px 206px;
  }
  .purpose{
    margin-bottom: 50px;
  }
  .industryContent ul li {
    margin-left: 6%;
  }
  .industryContent .highText,.industryContent .normalText{
    font-size: 14px;
  }
  .serviceContentBox ul li .highText{
    font-size: 14px;
  }
  .systemFunctionContainer {
    height: 543px;
    padding:132px 10.6% 0 14.8% ;
  }

  .functionContentContainer .functionContentBox{
    width: 612px;
    height: 348px;
  }

  .functionContentContainer .functionContentBox li{
    width: 204px;
    height: 174px;
  }
  .functionContentContainer .functionContentBox li:first-child{
    width: 204px;
    height: 174px;
  }
  .functionContentContainer .functionContentBox li .contentTitle{
    margin-top: 31px;
    padding-left: 10px;
  }
  .functionContentContainer .functionContentBox li p{
    padding-left:10px;
  }
  .banpages {
    bottom: 30px !important;
  }
  .purcon{
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  .systemFunctionContainer {
    height: 520px;
    padding:126px 180px 62px 180px;
  }
  .industryContent .highText{
    width: 60px;
  }
  .industryContent .highText,.industryContent .normalText{
    font-size: 12px;
  }
  .serviceContentBox ul li .highText{
    font-size: 12px;
  }
  .industryContent ul li {
    margin-left: 5%;
  }
  .systemFunctionContainer {
    height: 488px;
    padding:118px 7% 0 15.3% ;
  }

  .functionContentContainer .functionContentBox{
    width: 552px;
    height: 312px;
  }

  .functionContentContainer .functionContentBox li{
    width: 184px;
    height: 156px;
  }
  .functionContentContainer .functionContentBox li:first-child{
    width: 184px;
    height: 156px;
  }
  .functionContentContainer .functionContentBox li .contentTitle{
    margin-top: 22px;
    padding-left: 10px;
  }
  .functionContentContainer .functionContentBox li p{
    padding-left:10px;
  }

  .purcon{
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .solutionHeaderBox .mainTitle{
    font-size: 30px !important;
  }
  .industryContent ul li{
    margin-left: 0 !important;
  }
  .systemFunctionContainer{
    padding: 40px 50px !important;
  }
  .caseleftcon h4{
    margin: 20px 0 !important;
  }
  .caseleftcon a{
    margin-top: 20px !important;
  }

  .banpages{
    bottom: 10px !important;
  }

  .purcon ul li .dynamicIntroduce{
    -webkit-line-clamp:2 !important;
  }

  .purimg{
    margin-bottom: 15px !important;
  }

  .purcon .swiper-slide{
    height: 330px !important;
  }

  .purposeconleftimg{
    margin-top: -10% !important;
  }
}

@media screen and (max-width: 820px) {
  .mainTitle{
    font-size: 24px !important;
  }
  .bannerNext{
    display: none;
  }
  .bannerText h4{
    font-size: 36px !important;
    margin-bottom: 20px !important;
  }
  .bannerText h5{
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .bannerText .bannerBtn{
    width: 120px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 auto !important;
  }
  .purposeconright{
    padding: 0 4%;
  }
  .industryContent ul li{
    margin-left: 32% !important;
  }
  .systemFunctionContainer{
    padding: 40px !important;
    height: 543px !important;
  }
  .serviceQualityContainer{
    display: block;
    margin-bottom: 44px !important;
  }
  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rightContent{
    padding: 0 !important;
  }
  .serviceQualityTitle{
    height: 300px !important;
    width: 100% !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  .rightContent{
    width: 100% !important;
  }
  .rightContent .content1,.rightContent .content2{
    height: auto !important;
  }
  .rightContent .iconfont{
    margin: auto auto !important;
  }
  .service1,.service2,.service3,.service4{
    width: 100% !important;
    height: 200px !important;
    padding-top: 20px;
    margin-bottom: 3px;
  }

  .solutionHeaderBox{
    position: static !important;
  }
  .industryContent,.serviceContentBox{
    display: block;
  }
  .industryContent div,.serviceContentBox .item{
    width: 100% !important;
  }
  .industryContent ul li{
    margin-left: 32%;
  }
  .solutionBox .labelBox{
    margin-top: 20px;
  }
  .serviceBox .iconfont{
    margin-top: 40px;
  }
  .labelContentBox{
    margin-top: 44px;
  }
  .systemContainer{
    margin: 0 0 30px;
    padding: 4.5%;
  }
  .systemContent{
    flex-wrap: wrap;
  }
  .systemContent li{
    width: 50%;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .case{
    margin-bottom: 44px !important;
  }
  .casecon>ul>li{display: block;}
  .casecon>ul>li>div{float: none;width: 100%;}
  .casecon>ul>li>.caseleft1{height:222px;}
  .casecon>ul>li>.caseright1{height:222px;}
  .caseleft{padding: 20px;}
  .caseleftcon h4{font-size: 18px;}

  .servicebut .servicebutleft{
    width: 100%;
    float: inherit;
  }
  .servicebut .servicebutright{
    width: 100%;
    float: inherit;
  }
  .purposecon{display: block;}
  .purposeconleft{float: none;width: 100%;margin-top: 20px;}
  .purposeconleftimg{transform: translateX(0);margin-top: 20px;margin-bottom: 20px;}
  .purposeconright{float: none;width: 100%;}
  .purcon{
    padding-bottom: 40px !important;
  }
  .purcon ul li .dynamicIntroduce{
    -webkit-line-clamp:3 !important;
  }

  .purimg{
    margin-bottom: 20px !important;
  }

  .purcon .swiper-slide{
    height: 100% !important;
  }

  .purposeconleftimg{
    margin-top: -15% !important;
  }
}

@media screen and (max-width: 568px) {
  .solutionContainer{
    padding: 24px 16px 16px 16px;
  }
  .solutionHeaderBox .mainTitle{
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 12px;
  }
  .solutionHeaderBox .subTitle{
    text-align: center;
  }
  .bannerText h4{
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .bannerText h5{
    font-size: 12px !important;
    margin-bottom: 10px !important;
  }
  .bannerText .bannerBtn{
    width: 100px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 auto !important;
    font-size: 14px !important;
  }
  .systemFunctionContainer{
    padding: 0 !important;
  }
  .labelContentBox{
    margin-top: 24px;
  }
  .functionContentContainer{
    display: block !important;
  }
  .systemFunctionTitle{
    margin: 10px 0 20px 10px !important;
  }
  .functionContentBox{
    width: auto !important;
    justify-content: center;
  }
  .functionContentBox li{
    width: 120px !important;
    height: 160px !important;
  }
  .functionContentBox li div{
    font-size: 14px !important;
  }
  .functionContentBox li p{
   font-size: 12px !important;
  }
  .industryContent .scenicSpotBox{
    margin-bottom: 16px;
  }

  .industryContent .hotelBox{
    margin-bottom: 16px;
  }

  .industryContent ul li{
    margin-left: 5% !important;
  }

  .serviceQualityContainer .rightContent .iconfont {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
  }
  .solutionBox .labelBox{
    margin-top: 24px;
  }
  .industryBox .iconfont {
    line-height: 1;
    margin-top: 0;
    padding-top: 16px;
  }
  .industryContent .itemTitle span {
    margin-bottom: 24px;
  }
}
