body {
  font-family:  'Georgia', arial, sans-serif;
  color: #444444;
}
a {
  color: #56bc94;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #3fa07a;
}
a:focus {
  text-decoration: none;
  color: #3fa07a;
}
.container{ width: 1200px; padding: 0;}
/* ======= Header ======= */
.header {
  padding: 0px 0;
  background: #fff;
  z-index: 9999;
  height: 98px;
}
.header h1.logo {
  margin-top:0px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  max-height: 50px;
  padding: 25px 0;
}
.header h1.logo a {
  color: #444444;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a img {
  margin-right: 5px;
  max-height: 50px;
}
.header h1.logo .logo-title {
  vertical-align: middle;
}
.header .main-nav button {
width: 44px; height: 44px; padding: 0; margin: 0;
 background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon-menu.png) no-repeat center center; background-size: 100%;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  font-family:  'Georgia';
  margin-right: 5px;
  margin: 0px 20px;
  border-top:4px solid #FFF
}
.header .main-nav .nav .nav-item.active{border-top:4px solid #1c4970;}
.header .main-nav .nav .nav-item.active a {
  color: #1c4970;
  background: none;
  
}
.header .main-nav .nav .nav-item a {
  color: #666;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 16px;
  padding: 15px 0px;
  line-height:60px;
  display: inline-block;
  text-align: center;
}
.header .main-nav .nav .nav-item a:hover {
  color: #165385;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #165385;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}
.headFixed{ position: fixed;}
/* ======= Footer ======= */
.footer {

  color: #fff;
  padding: 15px 0;
}
.footer .copyright {
  color: #b3b3b3;
  margin-right: 15px;
}
.footer .links {
  margin-bottom: 0;
}
.footer .links a {
  color: #808080;
}
.footer .links a:hover {
  color: #56bc94;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #56bc94;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #56bc94;
}
.flexslider .slides li {
  position: relative;
}
/* ======= part1======= */
.part1 {
  background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fpart1-bg.jpg) #16456b  no-repeat center center ;
  background-size:  auto 100% ;
  color: #fff;
}
@-webkit-keyframes bgZoom{
0% {background-size:  auto 100% ;}
25% {background-size:  auto 120% ;}
50% {background-size:  auto 130% ;}
70% {background-size:  auto 140% ;}
100% {background-size:  auto 150% ;}
}
.part1bgzoom{
	background-size:  auto 150% ;
	animation: bgZoom 5s linear infinite;
-moz-animation: bgZoom 5s linear infinite;
-webkit-animation: bgZoom 5s linear infinite;
-o-animation: bgZoom 5s linear infinite;
}

.part1 .container{  position: relative;}
.part1-txt1 { position: absolute;  top:310px;  opacity: 0; left: 65px; width: 215px;}
.part1-txt2 { position: absolute; top:280px;  opacity: 0; left: 45%; width: 286px;}
.part1-txt2 img.quan{ margin-left: 30px;}
.part1-txt3 { position: absolute; top:330px;  opacity: 0; right:0px;width: 185px; text-align: center;}

@-webkit-keyframes quanz{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.quan{
-webkit-transform: rotate(360deg);
animation: quanz 3s linear infinite;
-moz-animation: quanz 3s linear infinite;
-webkit-animation: quanz 3s linear infinite;
-o-animation: quanz 3s linear infinite;
}
.part1 .part1-bot{  position: absolute; bottom:50px;  left: 0px;  width: 100%; z-index: 999;}
.part1 .part1-bot p{font-size: 28px; font-family: Georgia;}
@-webkit-keyframes txt-rot{
from {opacity: 0;}
to {opacity: 1;}
}
.txt-rot{
	opacity: 1;
animation: txt-rot .5s ;
-moz-animation: txt-rot .5s ;
-webkit-animation: txt-rot .5s ;
-o-animation: txt-rot .5s ;
}
@media (max-width:1366px) {
.part1-txt1 { top: 175px;}
.part1-txt2 { top:154px;}
.part1-txt3 {top :197px;}	
.part1 .part1-bot{bottom:10px}
.part1 .part1-bot p{font-size: 28px; font-family: Georgia;}
.part4-left h2{ padding-top: 20px;}
.part4-left > p{ margin-bottom: 10px;}
}
@media  (max-width:1280px) {
.part1-txt1 { top: 175px;}
.part1-txt2 { top:154px;}
.part1-txt3 { top:197px;}	
.part1 .part1-bot{bottom:10px}
.part1 .part1-bot p{font-size: 28px; font-family: Georgia;}
.part4-left h2{ padding-top: 20px;}
.part4-left > p{ margin-bottom: 10px;}
}

/* ======= part2======= */
.part2{  background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fpart2-bg.jpg) #01182b no-repeat  center 0px ;  background-size: 100% ;
  color: #fff; position: relative;}
 .part2 .btnDetail{  position: absolute; bottom: 50px; left: 50%; margin-left: -80px;}
.img1{ margin-top: 0px; opacity: 0;}
.img3{ margin-top: 0px;opacity: 0;}
.img2{ margin-top:0px;opacity: 0;}
.img4{ margin-top: 0px;opacity: 0;}
@-webkit-keyframes img-rot{
from {margin-top: 0px; opacity: 0;}
to {margin-top: 250px;opacity: 1;}
}

.img-rot{
	margin-top: 250px;
	opacity: 1;
animation: img-rot .3s ;
-moz-animation: img-rot .3s ;
-webkit-animation: img-rot .3s ;
-o-animation: img-rot .3s ;
}
@-webkit-keyframes img-rot2{
from {margin-top: 0px; opacity: 0;}
to {margin-top:320px; opacity: 1;}
}
.img-rot2{
	margin-top: 320px;
	opacity: 1;
animation: img-rot2 .6s ;
-moz-animation: img-rot2 .6s ;
-webkit-animation: img-rot2 .6s ;
-o-animation: img-rot2 .6s ;
}
 .btnDetail{ display:inline-block; border: 1px solid  #fff; padding: 0 20px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 18px;border-radius: 8px;}
 .btnDetail img{ margin-left: 5px;}
/* ======= part3======= */
.part3{  background:url(../eImages/part3-bg.jpg)  no-repeat ;  background-size: 100% 100%; color: #fff; position: relative; z-index: 999;}
.part3 .earth{position: absolute;top:50%; margin-top: -200px; left: 50%; margin-left: -180px; width: 362px; height: 363px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fpart3-earth.png) no-repeat;background-size: 100%;}
.part3 .earth-logo{position: absolute;top:50%; margin-top: -80px; left: 50%; margin-left: -165px; }
.part3 .btnDetail{ position: absolute; bottom: 50px; left: 50%; margin-left: -80px;}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
.rotation{
-webkit-transform: rotate(360deg);
animation: rotation 15s linear infinite;
-moz-animation: rotation 15s linear infinite;
-webkit-animation: rotation 15s linear infinite;
-o-animation: rotation 15s linear infinite;
}
/* ======= part4======= */
.part4{  background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fpart4-bg.jpg)  #1c1d21 no-repeat center 80px;  background-size: 100% ; color: #fff; position: relative; z-index: 999;}
.part4-left{ width: 45%; margin-top: 25%;margin-left: -500px; opacity: 0;}
.part4-left .item p{font-size: 20px; margin-top: 15px; }
.part4-left h2{ padding-left:20px; padding-top: 60px;font-weight: normal;}
.part4-left > p{padding-left: 20px; margin-bottom: 50px;}
@-webkit-keyframes part4-rot{
from {margin-left: -500px; opacity: 0;}
to {margin-left: 0px; opacity: 1;}
}
.part4-rot{
	margin-left: 0px; opacity: 1;
animation: part4-rot .5s  1 ;
-moz-animation: part4-rot .5s 1 ;
-webkit-animation: part4-rot .5s 1 ;
-o-animation: part4-rot .5s 1 ;
}
/* ======= part5======= */
.part5{ text-align: center; background: #F0F0F0; padding-top: 50px; padding-bottom: 30px;}
.part5 > img{ margin: 20px auto; }
.part5 p{ font-size: 16px; color: #666; margin-bottom: 10px; margin-top: 10px;}
.part5 p a{ color: #666; padding: 0 30px;}
/* ======= s-page======= */
.s-page .navbar-nav{ float: right;}
.s-page .navbar-nav a{ color: #666; padding:20px;}
.s-page .navbar-nav .active a{color: #165385}
.nav>li{ position: inherit;}
.header .main-nav .nav .nav-item.active .sMenu{ display: block; }
.header .main-nav .nav .nav-item.active .sMenu a{ color: #666; font-size: 14px;margin: 0 20px;line-height: 1.5;}
.header .main-nav .nav .nav-item.active .sMenu a.active,.header .main-nav .nav .nav-item.active .sMenu a:hover{ color: #1C4970;}
.sMenu{  height:79px; line-height: 79px; width: 100%; text-align: left; position: absolute;top:98px; left: 0px; background: #fff; display: none;border-top:1px solid #e7e7e7; z-index: 999;}
.sMenu a{font-size: 14px; color: #666; padding: 0 35px; margin: 0px 0px;}
.sbanner{ width: 100%; margin-top: 98px;}
.sbanner img{ width: 100%;}
.sbannerMt{ margin-top: 170px;}
.sTitle{ text-align: center; padding-top: 30px;}
.sTitle div{ display: inline-block; padding: 0 120px;  line-height: 65px;}
.sTitle div font{ display: block; padding: 0 15px; font-size:28px;}
.sTitle p{font-size: 16px;color: #666;}
.imgbox-zhzf{ padding: 60px 0; position: relative; margin-bottom: 120px;}
.imgbox-zhzf img{ margin: 0 auto;}
.imgbox-zhzf .txtbox{ position: absolute;}
.imgbox-zhzf .txtbox h1{font-size: 30px; margin-bottom: 15px; text-align: left;}
.imgbox-zhzf .txtbox h1 em{width: 30px; height: 15px; display: block; margin-bottom: 10px;}
.imgbox-zhzf .txtbox h1 em.sbox1{ background: #306fa5;}
.imgbox-zhzf .txtbox h1 em.sbox2{ background: #178583;}
.imgbox-zhzf .txtbox h1 em.sbox3{ background: #d59f21;}
.imgbox-zhzf .txtbox p{line-height: 1.5; font-size: 18px; text-align: left;}
.imgbox-zhzf .txtbox1{top:50px;right:0px}
.imgbox-zhzf .txtbox1{ padding-left: 45px; }
.imgbox-zhzf .txtbox2{top:210px; left:-50px; }
.imgbox-zhzf .txtbox3{bottom:40px; left:220px}
.imgbox-znzy{text-align: center;padding-bottom: 50px;}
.footer{ background: #F0F0F0; padding-top: 60px;background-size: 100%;}
.imgbox-huiyuan{padding: 60px 0; padding-top: 5px; position: relative; margin-bottom: 120px;}
.imgbox-huiyuan p{font-size: 24px; color: #1c4970;line-height: 1.5; text-align: left; padding: 0 110px; padding-top: 240px; text-align: center; }
.imgbox-huiyuan .img-left{ height: 588px; background: #fff;}
.imgbox-huiyuan .img-left img{ float: left;}
.imgbox-huiyuan .img-Right img{ float: right;}
.imgbox-jzyx{ padding: 120px 0;}
.imgbox-jzyx .item p{ margin: 0 auto;  color: #1c4970; padding: 20px  40px;font-size: 16px; line-height: 1.8;}
.marketingDetail{ width: 100%; height: 520px;  text-align: center; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-zhyx.jpg) no-repeat; background-size: 100% 100%;}
.marketingTxt{ width: 55%; padding-top: 30px;}
.marketingTxt li{ margin: 30px 0; list-style: none;}
.marketingTxt li h2{font-size: 18px; color: #fff; line-height: 1; margin:0; text-align: right;}
.marketingTxt li h2 img{ vertical-align: middle; margin-left: 15px;}
.marketingTxt li p{ color: #c5fffd; font-size: 16px; text-align: right; padding-right: 48px; line-height: 1.5;}
.imgbox-card{ background: #f7f7f7; margin-bottom: 50px;height: 330px; margin-top: 100px; }
.imgbox-card .item{  padding: 0px;}
.imgbox-card p{ padding: 0 60px; color: #999;font-size: 16px; line-height: 30px;}
.imgbox-card h2{font-size: 30px; margin: 20px 0;}
.imgbox-card .text-center{ padding-top: 55px;}
.imgBoxRight .imgbox{ float: right;}
.cardInfo{ margin-top: 100px; }
.cardInfo .item{ border-radius:10px; background: #fff; padding: 60px 0;}
.cardInfo p{ padding: 20px 60px;font-size: 16px; color: #333;line-height: 1.5;}
.cardInfo em{ width: 140px; height: 140px; display: inline-block; margin-bottom: 20px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-card-bot.png);}
.cardInfo em.icon02{ background-position: 0 -140px;}

.imgbox-AI{ padding: 70px 0; position: relative;}
.imgbox-AI .txtbox{ width: 430px; position: absolute;top:260px; right: 0; }
.imgbox-AI .txtbox h1{ color: #666; font-size: 26px; margin-bottom: 20px; font-weight: normal; }
.imgbox-AI .txtbox p{font-size: 16px; color: #666;line-height: 1.8;}
.imgbox-shangwu{ padding: 60px 0;margin-left:0px;}
.imgbox-shangwu .box{width: 25%; padding: 0px;float: left;}
.imgbox-shangwu .item{margin: 10px; border-top:5px solid #009e68;  padding:50px 0; background: #fff; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);text-align: center;}
.imgbox-shangwu .item h2{font-size:18px; color: #999; margin-top:60px;}
.imgbox-shangwu .item p{font-size:30px; color: #333; line-height: 90px;}
.imgbox-shangwu .item .txteMail{font-size: 20px;}
.imgbox-shangwu .gzh{ background: #2ab384;}
.partnerList img{margin:20px 0;}
.partBot{ background: #f7f7f7; line-height: 60px; text-align: center;font-size: 18px; color: #ccc;}
.showCom{  padding-left:40px; padding-top: 40px; float: left; width: 450px;}
.comtitle{ text-align: center; display: inline-block;margin-left: 50px; line-height: 60px; color: #1c4970; font-size:18px; margin-bottom:50px;}
.showCom p{ line-height:24px; font-size: 16px;color: #999;}
.showCom p img{display: inline-block; vertical-align: middle; margin-right: 5px;}
.showCom p span{margin-left: 24px;color: #333;display:block;margin-top: -10px;}
.addrMap{ background: #f7f7f7; height: 442px; margin: 100px 0;}
.addrMap .mapimg{ float: right;}
.aboutHd{ position: absolute;top:0px; left: 0px; z-index: 999; width: 100%; background: rgba(255,255,255,.5);}
.imgbox-about{ margin-top: 80px;}
.imgbox-about .item{ margin:  0px; padding: 0; height: 400px;}
.imgbox-about p{ font-size: 20px; color: #666; line-height: 1.8;  padding: 0 80px;}
.imgbox-about .item > img{ width: 100%;}
.imgbox-about .bigFont{font-size: 60px; color: #1c4970; margin-right:20px;}
.imgbox-about p span{ display: inline-block; height: 50px; padding: 0 50px; line-height: 50px; background: #1c4970; border-radius: 30px; color: #fff;font-size: 16px;}
.imgbox-about p span font{color: #12eb87;}
.imgbox-about .first-p{ padding-top: 90px;}
.imgbox-about .item.bg-gray{ background: #f7f7f7; }
.imgbox-about .item.fourth-item{background: linear-gradient(to right, #1c4970 0%,#2a6ea8 100%); padding-top: 50px;}
.imgbox-about .item.fourth-item p{ color: #fff; text-align: center;font-size:16px;}
.imgbox-about .item.fourth-item p img{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.imgbox-about .item.fourth-item h2{font-size: 30px; }
.imgbox-about .item.fourth-item h2 font{ font-size: 60px;}
.imgbox-about .item.fourth-item{ color: #fff;}
.imgbox-about .item.fourth-item .col-md-2{ width: 50%; margin-top: 20px;}
.imgbox-about .itemtxt p{ padding-top: 160px;}
.pcShow{ display: block;}
.mobShow{ display: none;}
.pt300{ padding-top: 300px;}
.imgbox-system{ width: 1200px; height: 685px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fimg-lingguan.jpg) no-repeat; margin: 120px auto;}
.imgbox-system .txt{ float: left; padding-left: 120px; padding-top:120px;color: #fff;}
.imgbox-system .txt h2{ font-size: 30px;  line-height: 100px;}
.imgbox-system .txt p{font-size: 14px; line-height: 50px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-dot.png) no-repeat left center; padding-left: 28px; text-align: left;}
.carousel-control{ display: none;}
.carousel-indicators li{ border: none; background: #fff; margin: 5px; width: 12px;  height: 12px;}
.carousel-indicators .active{ background: #95c940; border: none;margin: 5px;}
/*service*/
.serviceList{ text-align: center; }
.serviceList .col-md-3{ padding: 0 5px;}
.serviceList .item { padding: 20px 0; background: #f6f6f6;  padding-bottom: 30px;}
.serviceList .item .num{ display: block; text-align: center;  padding: 5px 0;}
.serviceList .item .num font{ display: inline-block; width: 100px; height: 100px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-sevice.png) no-repeat;}
.serviceList .item .num font.icon2{ background-position: 0px -100px;}
.serviceList .item .num font.icon3{ background-position: 0px -200px;}
.serviceList .item .num font.icon4{ background-position: 0px -300px;}
.serviceList .item .num font.icon5{ background-position: 0px -400px;}
.serviceList .item .num font.icon6{ background-position: 0px -500px;}
.serviceList .item .num font.icon7{ background-position: 0px -600px;}
.serviceList .item .num font.icon8{ background-position: 0px -700px;}
.serviceList .item .num font.icon9{ background-position: 0px -800px;}
.serviceList .item .num font.icon10{ background-position: 0px -900px;}
.serviceList .item p{font-size:16px; line-height: 1.5; color: #666; text-align: center; padding: 0 35px;}
/*img*/
.pcImg{ display: block !important;}
.MobImg{ display: none  !important;}
/*swiper*/
.swiper-content  .right{ float: left;}
.swiper-content .left{ float: right;}
.swiper-content {
  width: 100%;
  display: block;
  margin: 0 auto;
  align-items: center;
  padding: 3.125rem 0;
  min-height: 50rem;
}

.swiper-content .left {
  width:50%;
  position: relative;
}

.swiper-content .left .swiper-container {width: 319px;height:631px;position: relative;}

.swiper-content .left .swiper-container .block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-content .left .swiper-container .block img {width: 273px;height:591px; object-fit: contain;}

.swiper-content .left .swiper-container .phone {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.swiper-content .left .prev-btn, .swiper-content .left .next-btn {
  width: 1.5rem;
  height: 2.5rem;
  top: calc(50% - 2.5rem/2);
  position: absolute;
  cursor: pointer;
}

.swiper-content .left .prev-btn {
  left: 0;
  background: url("https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Farrow-left.png") no-repeat;
  background-size: cover;
}

.swiper-content .left .next-btn {
  right: 0;
  background: url("https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Farrow-right.png") no-repeat;
  background-size: cover;
}

.swiper-content .right {
  width: 50%;
  overflow: hidden;
}

.swiper-content .right .swiper-container-1 .swiper-slide {

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

}

.swiper-content .right .swiper-container-1 .swiper-slide .block {
  width: 90%;
  margin-left: 10%;
}

.swiper-content .right .swiper-container-1 .swiper-slide .block span {
  width: 100%;
  font-size: 2.5rem;
  color: #fb851d;
  text-align: center;
  height: 6.25rem;
  line-height: 6.25rem;
}

.swiper-content .right .swiper-container-1 .swiper-slide .block p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 100%;
  display: block;
  color: #666666;
  margin-bottom: 1.875rem;
}

.right-txt{ text-align: right; padding-right: 160px; margin-top: 30px;}
.right-txt em{ display: inline-block; width: 45px; height: 45px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-yxq.png) no-repeat;}
.right-txt em.icon1{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-yxq.png)}
.right-txt em.icon2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-jifen.png)}
.right-txt em.icon3{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-yx.png)}
.right-txt em.icon4{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-lx.png)}
.txt-active em.icon1{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-yxq-current.png)}
.txt-active em.icon2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-jifen-current.png)}
.txt-active em.icon3{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-yx-current.png)}
.txt-active em.icon4{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-lx-current.png)}
.right-txt h2{font-size: 18px; color: #333;}
.right-txt p{font-size: 14px; color: #999;}
.right-txt h2 font{ display: none;}
.txt-active h2{ color: #1c4970;}
.swiper-container-1{ height: 780px;}
.pcShow .swiper-wrapper{ display: block;}

.shopswiper .right{ float: left;}
.shopswiper .left{ float: right;}
.shopswiper{ background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fshop-swiperbg.png) no-repeat center; background-size: 100%;}
.shopswiper .swiper-content .left .swiper-container{ width: 642px; height: 370px;}
.shopswiper .swiper-content .right{ width: 45%;}
.shopswiper .swiper-content .left{ width: 55%;}
.shopswiper .swiper-container-1{height: 370px;}
.shopswiper .swiper-content .left .swiper-container .block img{ width: 504px; height: 284px;}
.shopswiper .swiper-content .right .swiper-container-1 .swiper-slide .block p {font-size: 20px; text-align: left; line-height: 32px;}
.shopswiper .swiper-slide-active .right-txt h2{ color: #1c4970; font-size: 36px; text-align: left;font-weight: normal; margin-bottom: 30px;}
.imgbox-zhzf .right-txt{ text-align: left; padding-right: 0px; padding-left: 120px; margin-bottom: 80px;}
.imgbox-zhzf .right-txt h2{ font-weight: bold; color: #333;}
.imgbox-zhzf .right-txt em{ display: inline-block; width: 45px; height: 45px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay01.png) no-repeat;}
.imgbox-zhzf .right-txt em.icon1{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay01.png)}
.imgbox-zhzf .right-txt em.icon2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay02.png)}
.imgbox-zhzf .right-txt em.icon3{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay03.png)}
.imgbox-zhzf .txt-active em.icon1{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay01-current.png)}
.imgbox-zhzf .txt-active em.icon2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay02-current.png)}
.imgbox-zhzf .txt-active em.icon3{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-pay03-current.png)}
.imgbox-zhzf .txt-active h2{color: #1c4970;}
.imgbox-zhzf .swiper-content .left .swiper-container{ width:265px; height: 766px;}
.imgbox-zhzf .swiper-content .left .swiper-container .block img{ width: 214px; height: 378px;}
.imgbox-zhzf .left{ /*background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fpos/posbg.jpg) no-repeat top;*/}
.imgbox-zhzf .swiper-content .right{ width: 50%; float: right;}
.imgbox-zhzf .swiper-content .left{ width: 50%; float: left;}
.comInfopage,.comVideo{ background: #232325;}
.comInfopage .main-nav .nav .nav-item{border-top-color: #232325;}
.comInfopage .main-nav .nav .nav-item.active a{ color: #009a53;}
.comInfopage .main-nav .nav .nav-item.active{ border-top-color: #009a53;}
.comInfopage .main-nav .nav .nav-item:hover a{color: #009a53;}
.comInfopage .sMenu{background: #232325;border-top-color: #333333;}
.comInfopage .main-nav .nav .nav-item.active .sMenu a.active{color: #009a53;}
.comVideo,.aboutbanner{  margin-top:85px;}
.comVideo video{width:1200px;height: 675px;}
.videoTitle{ line-height: 70px;font-size: 18px; color: #fff;}
.videoTitle font{color: #009a53;font-size: 24px;}
.seviceBox{ margin-top: 50px;}
.seviceboxLeft{ width: 80px;float: left; background: #235E93; font-size: 20px; color: #fff; padding: 0 30px; text-align: center;height: 450px; display: flex;align-items: center;}
.seviceboxRight{ width: 1120px; float: left; background: #F7F7F7;  height: 450px;}
.seviceBox2 .seviceboxLeft,.seviceBox2 .seviceboxRight{ height: 240px;}

/*发展历程*/
.develop{ margin: 50px auto;}
.develop .list{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fdevelop/linebg.jpg) repeat-y center;height: 150px; overflow: hidden; padding: 15px 0;}
.develop .listbox{ height: 130px; overflow: hidden; float: left;}
.develop .listbox > div{float:left;vertical-align: middle; justify-content: center;}
.develop .listbox img{ margin-right: 20px;}
.develop .listbox .txt{ margin-right: 10px;width: 328px; text-align: right;vertical-align: middle; flex: 1; align-items: center;}
.develop .listbox .txt h2{font-size: 20px; color: #1c4970; padding-right: 25px;font-weight:bold;margin: 0; line-height: 2;}
.develop .listbox .txt .txtInfo{font-size: 14px; line-height:1.5;}
.develop .listbox .txt .txtInfo p{ padding: 10px; margin: 0; text-align: right; vertical-align: middle; padding-right: 40px;}
.develop .listbox .txt .txtInfo  img{display: inline-block; vertical-align: middle;}
.develop .listbox .txt .bgblue{ background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fdevelop/bluebg.png) no-repeat;background-size: 100% 100%; color: #fff;}
.develop .listbox .txt .borderblue{ background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fdevelop/borderbg.png) no-repeat;background-size: 100% 100%; color:#1c4970;}
.develop .listbox .txt .arrowRight{transform: rotate(180deg); }
.develop .listbox .txt .arrowRight p{transform: rotate(180deg); padding-right:30px; padding-left: 30px;}
.develop .listbox .w320{ width: 320px;}
.develop .listbox .year{ width: 60px; height: 60px; margin-top: 40px; background: #fff; line-height:54px; border-radius:80px;border: 3px solid #ccc; text-align: center;font-size: 18px; color: #009a53;font-weight: bold; vertical-align: middle;}
.develop .listbox .dot{width:55px; height: 130px;line-height:130px; text-align: center;}
.develop .listbox .dot img{ vertical-align: middle;margin: 0;}
.develop .boxLeft .txtInfo { text-align: right;}
.develop .boxLeft .txtInfo img{transform: rotate(180deg); margin-right:-1px;}
.develop .boxRight{ float: right;}
.develop .boxRight > div{float: right;}
.develop .boxRight img{ margin-left: 20px; margin-right: 0px;}
.develop .boxRight .txt{ margin-left: 0px; text-align: left; }
.develop .boxRight .txt .txtInfo{ text-align: left;padding-right: 0;margin-left: 10px;}
.develop .boxRight .txt h2{padding-left: 25px;}
.develop .boxRight .txt .txtInfo p{text-align: left;padding-left: 40px;}
.develop .boxRight .dot{width:42px;padding-right:12px;padding-top:5px}
.develop .list .mt{margin-top: -150px;}
.developTitle{ margin-top: 85px;}
.ushi{text-align: center;padding: 20px 0;}
.ushiList li{width: 25%;float: left;text-align: center;list-style: none;}
.ushiList li .imgbox{margin: 0 15px; height: 190px;box-shadow: 0px 2px 10px 0px rgba(0, 164, 131, 0.1);border-radius: 3px;}
.ushiList li .imgbox img{margin-top:30px;}
.ushiList li .imgbox p{font-size: 16px;color: #666;margin-top:20px;}
.ushiList li:hover .imgbox{border: 1px solid #00a483;}
.imgbox-dapingji{padding-right: 400px;position: relative;}
.imgbox-dapingji .txt{width: 420px; text-align: left;position: absolute;right:10px;top:150px}
.imgbox-dapingji .txt h2{ font-size: 30px;  line-height: 100px;color:#1c4970;}
.imgbox-dapingji .txt p{font-size:20px;color: #999; line-height: 50px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon-dot-gray.png) no-repeat left center; padding-left: 28px; text-align: left;}
/*智慧支付*/
ul{padding-inline-start:0}
.znzyimgbox{width: 1200px;margin: 0 auto;margin-top: 10px;}
.znzyimgbox .imgbox{width: 25%;float: left;position: relative;cursor: pointer;}
.znzyimgbox .imgbox img{width: 100%;}
.znzyimgbox .imgbox .mask{position: absolute;width: 100%;height: 100%;display: flex;align-items: flex-end;left: 0px;top:0px}
.znzyimgbox .imgbox .mask .txt{padding:40px 20px;padding-bottom:10px;text-align: left;color: #fff;}
.znzyimgbox .imgbox .mask .txt h2{font-size: 20px;}
.znzyimgbox .imgbox .mask .txt p{font-size: 14px;margin-top: 10px;line-height: 1.5;}
.znzyimgbox .imgbox:hover .mask{display: flex;background: rgba(0, 161, 136, .8);align-items: flex-start;}
.sys-huiyuan1{width: 100%;padding-bottom: 50px;}
.sys-huiyuan1 .boxflex{width: 25%;float: left;}
.sys-huiyuan1 .boxflex .imgbox{background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.1);border-radius: 16px;margin: 30px 15px;text-align: center;padding: 38px 20px;height: 350px;box-sizing: border-box;}
.sys-huiyuan1 .boxflex .imgbox p{font-size: 16px;color: #1C4970;line-height: 1.5;text-align: left;margin-top: 15px;}
.sys-huiyuan2{width: 100%; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fsys-huiyuan2bg.jpg) no-repeat;background-size: 100% 100%;height: 850px;}
.sys-huiyuan2 .sTitle{color: #fff;}
.sys-huiyuan2 p{color: rgba(255,255,255,.5);}
.sys-huiyuan2 .swiper-container{width: 1200px;margin: 20px auto;}
.sys-huiyuan2 .swiper-container h2{font-size: 20px;color: #fff;padding: 0 84px; padding-top: 30px;}
.sys-huiyuan2 .swiper-container p{font-size: 14px;color: #fff;padding: 0 84px;padding-bottom: 20px;}
.sys-huiyuan2 .hytab{border-bottom: 1px solid #FFFFFF;width: 1200px;display: flex;margin: 0 auto;}
.sys-huiyuan2 .right-txt{flex: 1; padding: 0;text-align: center;margin: 0;position: relative;box-sizing: border-box;} 
.sys-huiyuan2 .right-txt h2{color: #fff;line-height: 30px;font-size: 18px;}
.sys-huiyuan2 .right-txt.txt-active h2{font-weight: bold;color: #00A28A;}
.sys-huiyuan2 .right-txt.txt-active::after{content: ''; height: 4px;background: linear-gradient(90deg, #00A28A 0%, #57BF38 100%);position: absolute;left: 0px;bottom:-1px;width: 100%;}
.sys-huiyuan2 .swiper-container .block{ height:450px;background: url(../eImages/sys-huiyuan2-img1.png) no-repeat center;}
.sys-huiyuan2 .swiper-container .sysimg1{background-image: url(../eImages/sys-huiyuan2-img1.png);}
.sys-huiyuan2 .swiper-container .sysimg2{background-image: url(../eImages/sys-huiyuan2-img2.png);}
.sys-huiyuan2 .swiper-container .sysimg3{background-image: url(../eImages/sys-huiyuan2-img3.png);}
.sys-huiyuan2 .swiper-container .sysimg4{background-image: url(../eImages/sys-huiyuan2-img4.png);}
.sys-huiyuan3{width: 100%;padding-bottom: 50px;}
.sys-huiyuan3 .boxflex{width:50%;float: left;}
.sys-huiyuan3 .boxflex .imgbox{background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.1);border-radius: 16px;margin:25px 35px;padding:45px 35px;padding-left: 213px; box-sizing: border-box;position: relative;}
.sys-huiyuan3 .boxflex .imgbox img{width: 155px;position: absolute;left: 35px;top:40px}
.sys-huiyuan3 .boxflex .imgbox h2{font-size: 20px;color: #666;font-weight: bold;margin: 0;}
.sys-huiyuan3 .boxflex .imgbox p{font-size: 14px;color: #666;line-height: 1.5;margin-top:10px;}
.sys-huiyuan4{background: #00A483;width: 100%;}
.sys-huiyuan4 .sTitle{color: #fff;}
.sys-huiyuan4 .imgtxtbox{padding-right:600px;height: 550px; background: url(../eImages/img-shuzihua.png) no-repeat center right;}
.sys-huiyuan4 .txtInfo{padding-top: 60px ;}
.imgtxtbox .liflext{display: flex;align-items: flex-start;margin:30px 0;}
.imgtxtbox .liflext .hd{padding-right: 25px;}
.imgtxtbox .liflext .hd img{width: 62px;vertical-align: middle;margin-top: -10px;}
.imgtxtbox .liflext .bd{flex: 1;}
.imgtxtbox .liflext .bd h2{font-size:18px;color: #fff;margin-top: 0;}
.imgtxtbox .liflext .bd p{font-size: 14px;color: #fff;margin-top: 5px;}
.sbanner-lg{background: url(../eImages/banner-lingguan.jpg) no-repeat;position: relative;height: 512px;margin-top:170px;background-size: 100%;}
.sbanner .txt{position: absolute;left: 0px;bottom: 58px;width: 100%;text-align: center;color: #fff;}
.sbanner h2{font-size: 43px;}
.sbanner p{font-size: 20px;margin-top: 15px;}
.sys-lingguan1{text-align: center;background: #F6F8FA;}
.sys-lingguan2{background: #0B2337;}
.sys-lingguan2 .container{width: 1500px; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fimglg2.png) no-repeat right bottom;margin-top: 120px;padding-bottom: 180px;}
.sys-lingguan2  .sTitle{color: #fff;}
.sys-lingguan2 table{border-top:1px solid rgba(255,255,255,.1);margin-left:120px;width: 650px;}
.sys-lingguan2 table td{padding:10px 20px; text-align: center;color: #fff;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}
.sys-lingguan2 table tr td:last-child{border-right: none;}
.sys-lingguan3{padding-bottom: 60px;}
.sys-lingguan4{text-align: center;background: #fff;padding-bottom: 20px;}
.sys-lingguan4 img{margin-top: 30px;}
.imgList {margin-top: 70px;}
.imgList .divflex .imgbox{width: 30%; box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.06);border-radius: 1px;margin: 15px; float: left;height: 460px;}
.imgList .divflex .imgbox img{width: 100%;}
.imgList .divflex .imgbox .txt{padding:10px 20px;text-align: center;}
.imgList .divflex .imgbox .txt h2{font-size: 20px;margin-bottom: 20px;}
.imgList .divflex .imgbox .txt p{font-size: 14px;color: #999;margin: 0;}
.bannerErp{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbanner-erp.jpg) no-repeat center;height: 512px;margin-top: 90px;}
.sys-erp1 {padding-bottom: 60px;background: #F6F8FA;}
.sys-erp1 .liflext{width: 50%;float: left;padding: 0 50px;box-sizing: border-box;height:60px;}
.sys-erp1 .imgtxtbox .liflext .bd h2{color: #333;}
.sys-erp1 .imgtxtbox .liflext .bd p{color: #666;}
.sys-erp2{background: #F2FEF5;}
.sys-erp2 .container {padding: 60px 0;}
.sys-erp2 .container img{float: right;margin-left: 100px;}
.sys-erp2 .container h2{padding-top: 236px;font-size: 30px;font-weight: bold;}
.sys-erp2 .container p{font-size: 16px;color: #666;}
.sys-erp3{padding: 60px 0;}
.sys-erp3 .sTitle{display: none;}
.sys-erp3 img{float: left;margin-right: 100px;}
.sys-erp3 h2{font-size: 30px;font-weight: bold;padding-top:160px;}
.sys-erp4{background: #F2FEF5;padding: 120px 0;}
.sys-erp4 .sTitle{display: none;}
.sys-erp4 img{float: right;}
.sys-erp4 h2{font-size: 30px;color: #333;padding-top:50px;font-weight: bold;margin-bottom: 30px;}
.sys-erp4 h3{font-size: 20px;color: #333;border-left: 6px solid #4BA737;padding-left: 20px;}
.sys-erp4 p{font-size: 16px;color: #666;}
.sys-erp5 .container{text-align: center;}
.sys-erp5 .kpList {padding: 70px 0;}
.sys-erp5 .sTitle{margin-bottom:30px;}
.sys-erp6{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-erp.jpg) no-repeat center;padding: 40px 0;}
.sys-erp6 .sTitle{color: #fff;}
.erp6List{margin-top: 50px;}
.erp6List li{list-style: none;width:33%;float: left;text-align: center;}
.erp6List li p{margin-top:20px;font-size: 16px;color: #fff;padding: 0 120px;}
.kpList li{list-style: none;width: 25%;float: left;text-align: center;}
.kpList li p{margin-top:20px;font-size: 16px;color: #666;padding: 0 30px;}
.bannerAnaLysis{background: url(../eImages/bannerAna.jpg) no-repeat center;height: 512px;margin-top: 170px;}
.sys-AnaLysis1 .container{position: relative;padding-top:50px;}
.sys-AnaLysis1 .container .txt{position: absolute;right: 0px;top:90px; width: 290px;}
.sys-AnaLysis1 .container .txt h2{font-size: 26px;color: #333;margin-bottom:40px;}
.sys-AnaLysis1 .container .txt h3{font-size: 20px;color: #333;margin-top:5px;}
.sys-AnaLysis1 .container .txt p{font-size: 16px;color: #666;border-left:4px solid #4BA737;padding-left: 10px;margin:20px 0;line-height: 1;}
.sys-AnaLysis2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-Ana1.jpg);background-size: 100%;}
.sys-AnaLysis2 .sTitle{color: #fff;}
.sys-AnaLysis2 .sTitle p{color:rgba(255,255,255,.5);}
.sys-AnaLysis2 .classList{border:3px dashed rgba(255,255,255,.1);margin: 20px 0;padding: 30px 0;text-align: center;display: flex; justify-content: center;}
.sys-AnaLysis2 .classList span{flex: 1;width: 160px;height: 60px;line-height:1.2; display: flex; text-align: center; background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fclassbg.png) no-repeat; background-size: 100% 100%; text-align: center;font-size:16px;color: #fff;margin: 0 10px; justify-content: center; align-items: center;}
.sys-AnaLysis3 {background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-Ana2.jpg);background-size: 100%;padding-bottom: 30px;}
.sys-AnaLysis3 .sTitle{color: #fff;}
.sys-AnaLysis3 .kpList li{text-align: center;}
.sys-AnaLysis3 .kpList li p{color: #fff;}
.sys-AnaLysis3 .bigImg{margin-top: 30px;}
.sys-AnaLysis3 .bigImg p{text-align: center;font-size: 14px;color: #fff;}
.sys-AnaLysis3 .container .kpList:last-child li{width: 25%;}
.sys-AnaLysis3 .container .kpList:last-child li p{font-size: 10px;}
.bannerSafety{background: url(../images/banner-safety.jpg) no-repeat center;height: 512px;margin-top: 90px;}
.sys-safety1{background: #F6F8FA;}
.sys-safety2{padding-bottom: 20px;}
.xjSysList li{width: 50%;float: left;list-style: none;}
.xjSysList li .box{box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.06);border-radius: 5px 5px 1px 1px;background: #fff;margin: 20px;}
.xjSysList li .box h2{background: linear-gradient(315deg, #FDAE63 0%, #FA8821 100%);border-radius: 5px 5px 1px 1px;line-height: 80px;padding: 0 20px;font-size: 20px;color: #fff;}
.xjSysList li .box .bg2{background: linear-gradient(297deg, #3AD3B6 0%, #18AB8E 100%);}
.xjSysList li .box .bg3{background: linear-gradient(297deg, #3AC3D3 0%, #00B0C4 100%);}
.xjSysList li .box .bg4{background: linear-gradient(297deg, #3573A6 0%, #15466E 100%);}
.xjSysList li .iconList{display: flex;padding-bottom: 15px;}
.xjSysList li .iconList div{flex: 1;text-align: center;}
.xjSysList li .iconList div p{font-size: 16px;color: #333;}
.sys-safety3 {background: #F6F8FA;}
.sys-safety3 .container {padding-top: 40px;}
.sys-safety3 .container div{width:50%;float: left;}
.sys-safety3 .imgr{padding-top: 100px;}
.sys-safety4{background: #0B2337;padding-bottom: 20px;}
.sys-safety4 .sTitle{color: #fff;}
.sys-safety4 .container img{float: right;}
.sys-safety4 .container .txt{padding-top: 60px;}
.sys-safety4 .container p{font-size: 20px;color: #fff;line-height:50px;}
.sys-safety4 .container em{display: inline-block;width: 30px;height: 30px;background: #00A483;font-style: normal; border-radius: 50%;text-align: center;line-height: 30px;font-size: 16px;vertical-align: middle;margin-top: -3px;margin-right: 10px;}
.sys-safety5{background: #E8F8F5;text-align: center;}
.sys-safety5 img{margin-top: 50px;}
.bannerService{background: url(../eImages/banner-service.jpg) no-repeat center;height: 512px;}
.Service1{background: #fff;padding-bottom: 30px;}
.serviceCont ul{text-align: center;}
.serviceCont li{list-style: none;width:30%;display: inline-block;}
.serviceCont li .box{margin:15px;background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.06);border-radius: 3px;padding: 15px 0;text-align: center;}
.serviceCont li .box  img{margin-bottom: 20px;}
.serviceCont li .box p{font-size: 16px;color: #333;margin: 0;padding: 0 50px;}
.Service2{background: #F6F8FA;padding-bottom: 30px;}
.Service3{background: #fff;padding-bottom: 30px;}
.Service3 .serviceCont li .box{height: 220px;box-sizing: border-box;}
.Service4{background: #F6F8FA;padding-bottom: 30px;}
.Service4 .serviceCont li{width: 25%;}
.Service4 .serviceCont li .box{height: 220px;box-sizing: border-box;}
.aboutbox {background: url(../images/img-about.jpg) no-repeat top center;padding-top: 706px;}
.aboutbox ul{margin: 50px auto;margin-bottom: 80px;width: 1200px;}
.aboutbox li{list-style: none;display: flex;align-items: center;width: 33%;float: left;}
.aboutbox li:last-child p{padding-right: 0;}
.aboutbox li img{width: 60px;margin-right: 10px;}
.aboutbox li p{flex: 1;font-size: 16px;color: #333;padding-right: 70px;line-height: 1.5;margin: 0;}
.qywh{padding: 30px 0;}
.comVideo{margin-top: 90px;background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fvideoimg.jpg) no-repeat center center;background-size: 100% 100%;text-align: center;}
.comVideo video{margin: 0 auto;}
.videobox{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-video.jpg) #E9FBF7 no-repeat center bottom;background-size: 100%;padding-bottom: 50px}
.videobox .container{width: 1440px;}
.videobox li{list-style: none;width: 25%;float: left;}
.videobox li .box{display: block; border-radius: 16px;border: 1px solid #BEEBE1;background: #fff;margin: 22px 12px;box-sizing: border-box;height: 235px;}
.videobox li .box .txt{padding: 30px;padding-bottom:5px;}
.videobox li .box .txt h2{font-size: 16px;color: #000;}
.videobox li .box .txt p{font-size: 14px;color: #999999;}
.videobox li .box:hover{border-bottom: 11px solid #00A482;}
.videobox .videoplay{display: flex;align-items: center;}
.videobox .videoplay .ft{padding-right: 15px;}
.videobox .videoplay .ft img{width:110px;}
.videobox .videoplay .bd{flex: 1;padding-left: 30px;}
.videobox .videoplay .bd p{display: block;padding-left:55px;line-height: 45px; background:url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Ficon/icon-play.png) no-repeat left center;font-size: 16px;color: #00A482;}
.bannerEnergy1{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbanner-energy1.jpg) no-repeat center;height: 512px;margin-top: 90px;}
.Energy1{background:#f0f2f5;padding:70px 0;}
.Energy1 .container{position: relative;}
.Energy1 img{position: absolute;left:-80px;top:30px}
.Energy1 .txt{border: 2px solid #358DAA;background: #fff;width: 1040px; height: 197px; margin: 0 auto; padding-top:40px; padding-left: 280px; padding-right: 30px; box-sizing: border-box;}
.Energy1 .txt h2{font-size: 24px;color: #333;}
.Energy1 .txt p{font-size: 14px;color: #333;}
.Energy2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-energy.jpg) no-repeat center;padding: 40px 0;}
.Energy2 .sTitle font{color: #fff;}
.Energy2 ul{margin-top:50px;margin-bottom: -1px;overflow: hidden;height: 360px;}
.Energy2 li{list-style: none;width: 20%;text-align: center;box-sizing: border-box;padding: 40px 0;float: left;border-right: 1px solid rgba(224, 224, 224, .2);border-bottom: 1px solid rgba(224, 224, 224, .2);}
.Energy2 li p{font-size: 16px;color: #fff;margin: 0;margin-top: 5px;}
.Energy2 li:nth-child(5),.Energy2 li:nth-child(10){border-right: 0;}
.Energy3{background:#f0f2f5;}
.Energy3 .sTitle span{display: inline-block;background: linear-gradient(90deg, #0097D9 0%, #00D8A4 100%);border-radius: 20px;line-height: 40px;padding: 0 40px;font-size: 16px;color: #fff;} 
.Energy3 ul{margin-top: 15px;}
.Energy3 li{width: 33%;float: left;list-style: none;}
.Energy3 li .box{margin:12px 15px;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.1);border-radius: 10px;padding: 35px 0; text-align: center;background: #fff;}
.Energy3 li .box p{font-size: 18px;margin-top: 10px;}
.bannerEnergy2{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbanner-energy2.jpg) no-repeat center;background-size: 100%; height: 512px;margin-top: 90px;}
.logisCar1{background:#f0f2f5;padding-bottom: 50px;}
.logisCar1 ul{margin-top: 15px;}
.logisCar1 li{width:25%;float: left;list-style: none;}
.logisCar1 li .box{margin:12px 14px;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.1);border-radius: 5px;padding:40px 25px; text-align: center;background: #fff;height: 320px;box-sizing: border-box;}
.logisCar1 li .box h2{font-size: 16px;color: #333;}
.logisCar1 li .box p{font-size: 14px;margin-top: 10px;color: #666666;text-align: left;}
.logisCar2{padding: 150px 0;background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbg-logisCar.jpg) no-repeat;}
.logisCar2 ul{margin-top: 15px;}
.logisCar2 li{width:25%;float: left;list-style: none;}
.logisCar2 li .box{margin:12px 14px; height:380px; background: linear-gradient(140deg, #0097D9 0%, #00D8A4 99%, #00D8A4 100%);border-radius: 5px;padding:60px 25px; text-align: center;box-sizing: border-box;}
.logisCar2 li .box h2{font-size: 18px;color: #fff;font-weight: bold;}
.logisCar2 li .box h3{width: 30px;height: 2px;background: #fff;margin: 0 auto;}
.logisCar2 li .box p{font-size: 14px;margin-top:20px;color: #fff;text-align: left;}
.logisCar2 .sTitle{padding-top: 0;}
.logisCar2 .sTitle,.logisCar2 .sTitle p{color: #fff;}
.bannerEnergy3{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbanner-energy3.jpg) no-repeat center;height: 512px;margin-top: 90px;}
.qzStation{background:#f0f2f5;padding-bottom: 70px;}
.imgCont{width: 700px;position: relative;text-align: center;margin:50px auto;}
.imgCont .leftTxt{position: absolute;left:-100px;top:0}
.imgCont .rightTxt{position: absolute;right:-220px;top:0}
.imgCont .txt{width: 280px;color: #333;margin-bottom: 60px;}
.imgCont .txt h2{font-size: 16px;font-weight: bold;}
.imgCont .txt p{font-size: 14px;line-height: 20px;}
.imgCont .leftTxt .txt{text-align: right;}
.imgCont .rightTxt .txt{text-align: left;}
.imgCont .leftTxt .f2{margin-left:-70px;width: 200px;}
.imgCont .leftTxt .f3{margin-left:-140px;width: 240px;margin-top: 110px;}
.imgCont .rightTxt .f2{margin-left:150px;width: 240px;}
.imgCont .rightTxt .f3{margin-left:180px;width: 200px;margin-top: 140px;}
/*视频播放*/
.videoDialog {display: none;}
.videoDialog .weui-mask{position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0,0,0,0.8);}
.videoPlaybox{position: fixed; z-index: 5000; top: 50%;  left: 16px;right: 16px;-webkit-transform: translate(0,-50%);transform: translate(0,-50%); background-color: #fff;background-color: var(--weui-BG-2);text-align: center; border-radius: 12px;  overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column;-webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column;max-height: 90%;}
.videoPlay{width:60%;height: auto;margin: 0 auto;}
.videoPlay video{width:100%;height: 100%;}
.videoPlaybox .tit{padding:0;text-align: left;width:60%;margin: 0 auto;padding-bottom: 10px;}
.videoPlaybox .tit .videoTit{font-size: 30px;color: #fff;}
.videoPlaybox .tit .btnCls{float: right;width:26px;height: 26px;background: url(../yokevideo/videoCls.png) no-repeat;background-size: 100%;}
/**/
.bannerEcosphere{background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fbanner-ecosphere.jpg) no-repeat center;height: 512px;margin-top: 90px;}
.slogo{display: block;width: 220px;height: 70px;background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Flogo.png) no-repeat;background-size: 100%;}
.qlpart1{background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(7, 26, 122, 0.06);border-radius: 16px;width:1200px;margin:60px auto;padding: 35px 40px;box-sizing: border-box;position: relative;}
.qlpart1 .imgbox{width: 280px;box-sizing: border-box;position: absolute;left:40px;top:45px}
.qlpart1 .contbox{font-size: 16px;color: #444;line-height: 30px;margin-left: 240px;padding-left: 20px;border-left: 1px solid #E8E9ED;}
.qlpart2{padding: 60px 0;background: #F6F8FA;}
.qlpart2 .cont{width: 1200px; height:580px; margin: 0 auto;background: url(https://smartyouke.oss-cn-beijing.aliyuncs.com/assets%2Fwebsite%2Fimages%2Fqlpart2bg.png) no-repeat center 30px;}
.qlpart2 .cont ul{margin: 0;padding: 0;}
.qlpart2 .cont li{margin: 0;padding: 0;list-style: none;height:210px;}
.qlpart2 .cont li:first-child{margin-top: 0;}
.qlpart2 .cont li h2{font-size: 20px;color: #444;margin: 0; margin-bottom:18px;font-weight: bold;}
.qlpart2 .cont li p{font-size: 14px;color: #666;line-height:30px;margin:0;width: 380px;}
.qlpart2 .leftCont{float: left;}
.qlpart2 .leftCont li:last-child{margin-top:40px;}
.qlpart2 .rightCont{float: right;}
.qlpart2 .rightCont li h2{text-align: right;}
.qlpart2 .rightCont li p{text-align: right;width: 418px;}
.qlpart2 .rightCont li:last-child{margin-top:40px;}
.qlpart3 {width: 1226px;margin:60px auto;}
.qlpart3 li{list-style: none;width: 25%;float: left;}
.qlpart3 li .libox{border: 1px solid #E2EAF8;height: 360px;margin: 0 13px;text-align: center;padding:0 40px;}
.qlpart3 li .libox:hover{box-shadow: 0px 10px 25px 0px rgba(7, 26, 122, 0.1);}
.qlpart3 li .libox img{margin-top: 40px;}
.qlpart3 li .libox h2{font-size: 20px;color: #333;margin: 16px 0;font-weight: bold;}
.qlpart3 li .libox p{font-size: 14px;line-height: 24px;color: #666;text-align: left;}

/*add20221123*/
.aboutUs{background: url(../images/about/part1bg.jpg) no-repeat;padding: 55px 0;}
.aboutUs .container{background: #FFFFFF;box-shadow: 0px 5px 20px 0px rgba(7,26,122,0.06);padding:20px 30px;box-sizing: border-box;padding-left: 240px;position: relative;}
.aboutUs .container h2{font-size: 24px;color: #333;margin-top: 0;}
.aboutUs .container p{font-size: 16px;color: #333;line-height: 1.8;}
.aboutUs .container img{position: absolute;left: 60px;top:60px}
.aboutPart3{background:#fff; text-align: center;margin-top:0px;padding-bottom: 40px;}
.aboutPart3 p{font-size: 16px;color: #333;line-height: 1.8;}
.aboutPart3 > img{margin-top: 40px;}
.aboutPart4 {padding-bottom: 40px;background: #F6F8FA;}
.aboutPart4 .container{display: flex;padding-top: 20px;}
.aboutPart4 .userbox{flex: 1;margin: 0 20px;position: relative;}
.aboutPart4 .userbox img{width: 100%;}
.aboutPart4 .userbox .txt{position: absolute;left: 0px;bottom: 0px;width: 100%;background: rgba(0,0,0,0.5);padding:10px 20px;}
.aboutPart4 .userbox .txt h2{font-size: 24px;color: #fff;margin-bottom: 10px;}
.aboutPart4 .userbox .txt h2 span{font-size: 14px;color: rgba(255,255,255,0.5);margin-left: 15px;}
.aboutPart4 .userbox .txt p{font-size: 14px;color: #fff;line-height: 1.8;height:40px;}
.aboutPart5{background: #fff;}
.bannerComInfo{background: url(../images/banner-comInfo.jpg) center center;background-size:auto  100%; height: 512px;margin-top: 90px;}
.comInfo{background: #fff;}
.comInfoCell{padding: 40px 0;}
.comInfo_hd{float:right;padding-left: 40px;padding-bottom: 40px;}
.comInfo_bd h1{font-size: 40px;color: #0B2337;}
.comInfo_bd h2{font-size: 20px;color: #0B2337;margin-top: 15px;margin-bottom: 0;}
.comInfo_bd p{font-size: 14px;color: #555550;margin-top: 15px;line-height: 1.8;}
.comInfo_bd .line{margin-top:0px;}
.comInfo_bd .line span{display: inline-block; width: 93px;height: 2px;background: #18AB8E;}
.bgFa{background: #fafafa;}
.bgFa .comInfo_hd{float: left;padding-right: 40px;}
.companyInfo .sTitle{padding: 20px 0;}
.smartpayCont{background: #F9FAF9;padding-bottom: 50px;}
.smartpayCont .container{display: flex;}
.smartpayCont .smartpayIterm{flex: 1;margin: 10px 15px;border: 1px solid #E2EAF8;background: #fff;position: relative;}
.smartpayCont .smartpayIterm img{width: 100%;}
.smartpayCont .smartpayIterm .txt{padding:10px 15px;}
.smartpayCont .smartpayIterm h2{font-size:18px;color: #272940;text-align: center;margin-top: 0;}
.smartpayCont .smartpayIterm p{font-size: 14px;color: #666666;margin-top:8px;}
.smartpayCont .smartpayIterm:hover{box-shadow: 0px 5px 40px 0px rgba(7,26,122,0.1);}
.sTitle .infoList{padding:0px;display: block;width: 1200px;margin: 0 auto;line-height:30px;}
.sTitle .infoList li{width: 25%;padding-left:35px;background:url(../images/icon-check.png) no-repeat left center;font-size: 14px;color: #fff;float: left;list-style: none;text-align: left;}
.sys-erp7 {padding: 38px 0;padding-top: 0;}
.erp7Box img{float: left;margin-right: 45px;}
.erp7Box p{font-size: 18px;color: #444;padding-top: 90px;line-height: 1.8;}
.safety1Cont{padding: 50px 0;padding-left:600px;position: relative;height:450px;}
.safety1Cont img{position: absolute;left: 0px;top:0}
.safety1Cont p{font-size: 18px;color: #444444;line-height: 1.8;}
.safety1Cont ul{width: 100%;}
.safety1Cont ul li{list-style: none;padding-left:30px;font-size: 19px; margin-top: 20px; color: #222222;width:25%;float:left;background: url(../images/icon-radioChecked.png) no-repeat left center;box-sizing: border-box;}
.sys-safety3 .imgr{padding-left: 44px;padding-top: 40px;}
.sys-safety3 .imgr p{font-size: 18px;color: #444444;line-height: 1.8;}
.sys-AnaLysis3 p{margin: 0 auto;color: #fff;opacity: .6;}
.Service0 {background: url(../images/bg-service0.jpg) no-repeat;padding: 50px 0;}
.Service0 .container{width: 1150px; box-shadow: 0px 5px 20px 0px rgba(7,26,122,0.06); background: #fff;display: flex;padding: 10px 40px;box-sizing: border-box;align-items: center;}
.Service0 .container p{flex: 1;font-size: 18px;color: #333333;padding-left:60px;line-height: 1.8;}
/*add20230405*/
.part6{background: url(../images/indexpart6bg.png) no-repeat;background-size: 100% 100%;padding-bottom: 20px;}
.part6 .container{padding-top:50px;}
.part6 h1{font-size: 30px;font-weight: bold;color: #fff;text-align: center;margin-top: 0;}
.part6 .tabNews{margin-top:15px;text-align: center;}
.part6 .tabNews a{display: inline-block;font-size: 16px;color: rgba(255,255,255,0.6);padding: 0 45px; text-align: center;line-height: 45px;border-bottom: 1px solid #003F46;}
.part6 .tabNews a.current{color: #fff;border-bottom: 2px solid #00A483;}
.indexnewslist{margin-top:20px;}
.indexnewslist li{list-style: none;width: 50%;float: left;}
.indexnewslist li .libox{box-shadow: 0px 5px 20px 0px rgba(39,41,65,0.1);border-radius: 5px;background: rgba(0, 49, 70, .8);padding:20px 35px;margin: 10px;padding-top: 10px;}
.indexnewslist li .libox h2{font-size: 20px;color: #fff;min-height: 60px;line-height: 1.2;}
.indexnewslist li .libox p{margin: 0;line-height: 28px;color: rgba(255,255,255,0.6);padding: 0;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
.indexnewslist li .liInfo{margin-top: 15px;padding-right: 160px;position: relative;}
.indexnewslist li .liInfo a{position: absolute;right:0;bottom: 0; display: inline-block;line-height: 34px;background: #00A483;border-radius: 3px;padding: 0 30px;font-size: 14px;text-align: center;color: #fff;}
.indexnewslist li h2 a{color: #fff;}
.indexnewslist li:hover h2 a{color: #10D9B0;}
.tabNews-content .indexnewslist{display: none;}
.linkList{background: #fff;padding: 10px 0;margin-bottom: 20px;}
.linkList h1{font-size:32px;color: #272940;}
.linkList ul{margin-top: 20px;}
.linkList li{width: 25%;float: left;list-style: none;margin-bottom: 10px;}
.linkList li a{display: block;text-align: center;background: #fff;margin:10px 15px;padding:5px 0;margin-top: 0;}
.linkList li a img{margin: 0;height:70px}
.linkList li a:hover{box-shadow: 0px 10px 20px 0px rgba(63,66,86,0.1);}
.footer{padding-top: 0;}
.botLinkList{text-align: center;padding-top:20px;margin-bottom:20px;}
.botLinkList a{display: inline-block;margin: 0 4px;padding: 5px;background: #fff;}
.botLinkList a img{height: 36px;margin: 0;}
.botLinkList a:hover{box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);border-radius: 4px;}
.graybg{background: #F6F8FA;}
.newsNav{line-height: 50px;font-size: 14px;color: #646464;}
.newsNav a{margin-right: 10px;color: #646464;}
.newsNav span{margin-left: 10px;}
.newsdetail .container{background: #fff;padding: 20px 60px;}
.newsdetail h1{font-size: 24px;color: #272A40;font-weight: bold;line-height: 1.8;text-align: center;margin-bottom: 2px;}
.newsdetail p{font-size: 15px;margin:15px 0;line-height:1.6;}
.newsdetail h2{font-size: 16px;font-weight: bold;}
.newsdetail h3{font-size: 18px;text-align: center;font-weight: bold;line-height: 1.8;}
.newsdetail p span.underLine{text-decoration: underline;}
.newsdetail p a{color:#007AFF;}
.newsdetail img{display: block; max-width: 600px;margin: 10px auto;}
.readInfo{padding: 10px 0;text-align: center;}
.readInfo span{color:#969696;font-size: 14px;margin: 0 15px;padding-left: 20px;}
.readInfo span.time{background: url(../images/icon-time.png) no-repeat left center;background-size:16px;}
.readInfo span.author{background: url(../images/icon-author.png)  no-repeat left center;background-size:16px;}
.readInfo span.viewTimes{background: url(../images/icon-eye.png)  no-repeat left center;background-size:16px;}
.readInfo span a{color: #1C4970;}
.summary{background: rgba(28,73,112,0.05);border-radius: 2px;border-left: 2px solid #1C4970;display: flex;padding: 10px 0;align-items:flex-start;margin-bottom: 20px;margin-top: 15px;}
.summary .infoLeft{padding-left: 25px;font-size: 14px;color: #444444;font-weight: bold;line-height: 1.8;}
.summary .infoRight{padding-left: 10px;font-size: 14px;color: #444444;flex: 1;line-height: 1.8;}
.newslist {margin-top: 20px;margin-bottom: 40px;}
.newslist .container{background: #fff;}
.newslist .tit{padding: 20px 30px;font-size: 20px;font-weight: bold;color: #323232;padding-bottom: 0;}
.newslist ul{margin: 0px 60px;}
.newslist ul li{list-style: none;padding: 40px 0px;display: flex;border-bottom: 1px solid #E8E9ED;}
.newslist ul li .infoHd{margin-right: 30px;position: relative;}
.newslist ul li .infoHd img{width: 300px;height: 167px;border-radius: 5px;}
.newslist ul li .infoHd em.new{display: block;width: 40px;height: 25px;background: url(../images/tipsNew.png) no-repeat;background-size: 100%;position: absolute;top:0px;right: 0;}
.newslist ul li .infoBd{flex: 1;}
.newslist ul li .infoBd h2{font-size: 18px;color: #323232;line-height: 32px;margin: 0;margin-bottom:8px;}
.newslist ul li .infoBd h2 a{color: #323232;}
.newslist ul li .infoBd h2 a:hover{color: #1C4970;}
.newslist ul li .infoBd p{height: 56px; font-size: 14px;color: #666666;line-height: 28px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.keyword{padding: 20px 0;color: #858B9C;font-size: 14px;border-bottom: 1px solid #E8E9ED;}
.keyword a{font-size: 12px;display: inline-block;border-radius: 1px;border: 1px solid #DEDFE2;line-height: 22px;padding: 0 5px;margin: 0 3px;color: #858B9C;}
.keyword a:hover{color: #15466E;}
.keyword em{font-style: normal;float: right;display: inline-block;line-height: 26px;}
.nextNew{padding: 30px 0;text-align: center;}
.nextNew a{display: inline-block;border-radius: 20px;border: 1px solid #1C4970;line-height: 40px;padding: 0 25px;font-size: 16px;color: #1C4970;margin: 0 20px;}
.nextNew a:first-child{background: #1C4970;color: #fff;}
.newslist ul li .infoBd .keyword{border-bottom: none;padding: 0;padding-top: 5px;}
.newslist ul li .infoBd .keyword span{margin:5px 0;margin-right: 10px;}
.newslist .readInfo {text-align: left;padding: 5px 0;}
.newslist .readInfo span{margin:0;margin-right:40px;}
.bannerNewshy{background: url(../images/newsHybanner.png) no-repeat center center;background-size: auto 100%; height: 370px;margin-top: 90px;}
.bannerNewsCom{background: url(../images/newsCombanner.png) no-repeat center center;background-size: auto 100%;height: 370px;margin-top: 90px;}
.newsMenu{background: #fff;}
.newsMenu a{display: inline-block;padding: 0 35px;font-size: 18px;color: #333333;line-height: 72px;text-align: center;}
.newsMenu a.current{color: #1C4970;font-weight: bold;border-bottom: 2px solid #1C4970;}
.bannerCont{background: #012A4F;padding:20px 0;}
.bannerCont .container{display: flex;}
.bannerCont .ComCont{flex: 1;display: flex;padding: 0 20px;align-items: center;}
.bannerCont .ComCont .ComContbd{flex: 1;margin-left: 20px;font-size: 16px;line-height: 1.5;color:#fff;}
.mobInfo{display: none;}
.contactUs .container{box-shadow: 0px 5px 20px 0px rgba(7,26,122,0.06); background: #fff;padding: 70px 60px;width: 1200px;box-sizing: border-box;margin: 60px auto;}
.contactUs .container > img{float: left;}
.contactUs .txt{margin-left:540px;padding-top: 60px;}
.contactUs .txt h2{font-size: 24px;}
.contactUs .txt p{font-size: 20px;margin-top: 15px;}
.contactUs .txt p img{vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.btnCopy{display: inline-block;background: #009A53;border-radius: 4px;height: 47px;line-height: 47px;padding: 0 40px; color: #fff;margin-top: 30px;}
.aboutUsCont .content{padding: 40px 0;}
.aboutUsCont .imgL{ background: #fff;}
.aboutUsCont .imgL img{float: left; vertical-align: middle;}
.aboutUsCont .imgL .txt{padding-left: 600px; }
.aboutUsCont .txt{font-size: 16px;color: #555550;}
.aboutUsCont .txt h2{font-size: 24px; color: #0B2337;}
.aboutUsCont .txt h3{width: 93px;height: 2px;background: #18AB8E;margin-top: -2px;}
.aboutUsCont .txt p{padding-top: 15px;}
.aboutUsCont .imgR{ background: #FAFAFA;}
.aboutUsCont .imgR img{float: right;}
.aboutUsCont .imgR .txt{padding-right: 600px;}
.cn{display: inline-block;line-height: 35px !important; height: 35px; background: #F6F6F6;border-radius: 18px;padding: 0 10px;font-size: 16px;color: #666666;vertical-align:middle;margin-top: 30px;}
.cn img{vertical-align: middle;margin-top: -3px;}