*{ padding:0px; margin:0px;}
html{ margin: 0; padding:0; height:100%; width:100%; font-size: 14px}

*:before, *:after {
    z-index: -1;
}
*,::before,::after{margin:0;padding:0;
-webkit-tap-highlight-color:transparent;/*清除点击高亮*/
-webkit-box-sizing:border-box; /*设置以边框计算宽度*/
box-sizing:border-box;
}
@font-face {
/*    font-family: 'alifont';
    src: url('../fonts/AlibabaPuHuiTiR.eot');
    src: url('../fonts/AlibabaPuHuiTiR.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTiR.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTiR.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTiR.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTiR.svg#AlibabaPuHuiTiR') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
@font-face {
    font-family: 'DIN';
    src: url('../font/DIN-Bold.eot');
    src: url('../font/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/DIN-Bold.woff2') format('woff2'),
        url('../font/DIN-Bold.woff') format('woff'),
        url('../font/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.container-fluid{
  padding: 0px !important;
}
body{ margin:0; padding:0; height:100%; width:100%;Font-size:100%; color:#333333;  font-family:'微软雅黑';; min-width: 320px; background: #fff; overflow-x: hidden;}
ul li{ padding:0px; margin:0px; list-style:none}
ol, ul, dl,p,h2{ padding: 0px; margin: 0px;}
img{ border:none;font-size:0; padding:0px; margin:0px;vertical-align:top;}
a{ text-decoration:none; /*transition:all ease 0.5s;
-moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; -webkit-transition:all ease 0.5s; */color:#333333;}
a:hover{ text-decoration:none; color:#2c8126;}

.warp{ width:1000px; margin:0px auto;}
botton{outline:none;}

:focus{
    outline: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*safari and chrome*/
    select {
        height:30px;
        line-height:30px;
    } 
}
select::-moz-focus-inner { /*Remove button padding in FF*/ 
    border: 0;
    padding: 0;
}
@-moz-document url-prefix() { /* targets Firefox only */
    select {
        padding: 15px 0!important;
    }
}        
@media screen\0 { /* IE Hacks: targets IE 8, 9 and 10 */        
    select {
        height:30px;
        line-height:30px;
    }     
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
input,select,option,textarea{outline: none;}
.relative{
  position: relative;
  z-index: 2;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}

/* 手机导航 */
.mobile-menu-hamburger { display: none;}
.mobile-menu-hamburger a { color: #333; font-size: 28px;}
#header.header-scrolled .mobile-menu-hamburger a { color: #333; font-size: 28px;}
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 350px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0px 20px -5px #aaa;
  box-shadow: -1px 0px 20px -5px #aaa;
  position: relative;
  -webkit-transform: translateX(calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  transform: translateX(calc(100% - 50px));
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
  margin-left: auto;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}



.mobile-menu-inner .mobile-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px;
  
}

.mobile-menu-inner .offcanvas-btn-close {
  font-size: 40px;
  color: #000000;
  opacity: 1;
}

.mobile-menu-inner .offcanvas-btn-close i {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  font-weight: normal;
}

.mobile-menu-inner .offcanvas-btn-close i:hover {
  color: #d71e1c;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-inner .widget-social {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0px 30px;
}

.mobile-menu>.has-children>a i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  padding: 3px 0;

  text-align: right;
}
.mobile-menu>.has-children>a i.expanded {
  transform: rotate(90deg);

  color: #d71e1c;
}
.mobile-menu>.has-children .dropdown {

  padding-left: 10px;
}

.mobile-menu>.has-children .dropdown li a {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0 ;

  text-align: right;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.mobile-menu>.has-children .dropdown li a i {  width: 50px;
  padding: 3px 0;}
.mobile-menu>.has-children .dropdown li a:hover {
  color: #d71e1c;
 
}

.mobile-menu>.has-children.active>a {
  color: #d71e1c;
}

.mobile-menu>.has-children.active>a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu>li {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 20px;
}

.mobile-menu>li>a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.mobile-menu>li>a:hover {
  color: #d71e1c;
}

.mobile-menu>li:first-child {
  border-top: 1px solid #ebebeb;
}
/**/

header{ background:none; height: 127px; border-bottom:#3eb134 solid 1px;}
header .logo{}
header .logo img{ height:59px;}
header .container{ position:relative;  max-width: 1200px}
header nav{position:absolute;right: 0px; top: 43px; height:84px;}
header .lyw{position:absolute; right: 0px; top: 40px;}
.top{height:132px; background: #ffffff; width:100%; margin: 0px auto; align-items: center; justify-content: center;}
.top .slogn{
  margin-left: 20px;
  padding-left: 20px;
  border-left: #000 solid 1px;
  height: 54px;
  font-size: 16px;
  line-height: 1.8;
}
.top .tm{
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-left: 60px;
}
.top .tm img{
  margin-right: 20px;
  
}
.top .tel{
  display: flex;
  margin-left: 60px;
  align-items: center;
}
.top .tel .num{
  font-size: 26px;
  color: #013b8c;
  font-weight: bold;
}
.top .tel img{
  margin-right: 20px;
}
.top .zs{
  margin-left: 60px;
  font-size: 16px;
  line-height: 1.8;
}
/* .top .container{ max-width: 1200px; margin: 0px auto;position:relative;} */
/* .top .tel{position:absolute; left: 0px; top: 0px; font-size:1.28rem; color: #3daf35; font-weight: bold; background: url(../images/phone-icon.png) no-repeat left center; padding-left: 15px; line-height: 48px;}
.top .tel span{font-size:0.9rem; color: #A8A8A8; margin: 0px 5px}
.top .lag{ position:absolute; right:0px; top: 0px; line-height: 48px;}
.top .lag a{ padding:0px 5px;} */
/* .search{position:absolute; right:130px; top: 8px; width: 375px;}
.search form{background:url(../images/search.jpg) no-repeat left center; height: 31px;}
.search .form-control{border:solid 0px #78b23f; background: none; width: 88%; float: left}
.search .form-control:focus {
  color: #495057;
  background-color: none;
  border: 0;
  outline: 0;
border:solid 0px #78b23f;
  
} */

.subt{ width:12%; float: left; height: 31px; border: 0; background:none}


/* nav ul{display:flex; align-items:center; line-height: 42px;}
nav ul li{}
nav ul li a{display:block; text-align: center; color: #4b4948; font-size:1.2rem; height:84px; line-height:64px; padding:0px 25px}
nav ul li a:hover{color:#fff; background:#3eb134; border-radius:3px 3px 0px 0px} */

.menu{width:100%; background:#013b8c;}
.menu ul{width:100%; margin: 0px auto}
.menu ul{display: flex;}
.menu li{ line-height: 60px; width: 9.09%;  border-left:#ffffff dashed 1px;}
.menu li .child{
  
  position: absolute; top: 50px; left:0;
   background: #f7f7f7; width: 100%; height: 40px;
   display: flex;
   height: 37px;
   display: none;
   z-index: 9;
}
.menu li:hover .child{ display: flex;
transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.menu li .child .item{
  padding: 0;
  padding: 0 30px;
}
.menu li .child .item > a{
 
  line-height: 36px;
  border-bottom: #ffffff solid 1px;
  color: #000000;
}
.menu li .child .item > a:hover{
  border-bottom: #013b8c solid 1px;
}
.menu li .child .childs{
  display: none;
  position: absolute; top: 37px; left:0;
  background: #ffffff; width: 1920px; height: auto;
  z-index: 9;

}
.menu li .child .childs a{
  line-height: 36px;
  color: #000000;
}
.menu li .child .childs a:hover{
  color:#013b8c;
}
.menu li .child .item:hover .childs{display:block}
.menu li:first-child{border:none}
.menu li a{display:block; width: 100%; text-align: center;font-size: 1rem; color: #fff}
/* .menu li a:hover,ul.menu li.active a{color:#fff; background: #028339}
.sub-menu{display:none; position:absolute; left: 0px; top: 50px; z-index: 9; background: #028339; width: 150%;}
.menu li:hover .sub-menu{display:block}
.menu li .sub-menu a{line-height:42px; height: 42px; border-bottom: #fff solid 1px; overflow: hidden; padding: 0px 10px;}
.menu li .sub-menu a:last-child{border-bottom:none} */
.banner{ width:100%; max-height:600px; height: 600px; background: #cccccc;}
.banner a{display:block; width: 100%; height: 100%}
.swipers .swiper-slide img{width:100%}

.swipers .swiper-slide{ height: 600px; background-repeat: no-repeat; background-position: center top;}
.centain{width:1240px; margin: 0px auto; background: none}
.swiper-pagination-bullet{border-radius:0px; width:15px; height:15px; border-radius:10px; background: #b7bdc0; opacity: 1}
.swiper-pagination-bullet-active{ background: #3cd66c;}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{background:none; bottom:0px; height: 30px;}
.layer2,.layer4{ padding:0px; background:#ffffff; padding: 20px 0px;}

.about{
  color: #b6b6b6;
  font-size: 14px;
  line-height: 34px;
  margin-top: 25px;
}
.about .title{
  font-size: 28px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
.about .aboutimg{
  padding: 0;
}
.about .aboutimg img{
  width: 100%;
}
.about .en{
  font-size: 12px;
  color: #b6b6b6;
  font-weight: normal;
 
}
.about .aboutinfo{
 border: 6px solid #e6e6e6;
 padding: 36px 30px;
 text-align: center;
 margin: 40px 0;
}
.about .aboutinfo .big{
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.about .aboutinfo .small{
  font-size: 18px;
  color: #e6e6e6;
}
a.viewmore{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 180px;
  text-align: center;
  background: #0b50f6;
  margin-top: 16px;

}
.about a.viewmore{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 180px;
  text-align: center;
  background: #0b50f6;
  margin-top: 16px;

}
.design{
padding: 50px 0 40px 0;
}
.design .img{
  width: 572px;
  height: 340px;
  background: #0b50f6;
  position: relative;
}
.design .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 20px;
  top: -20px;
}
.design .title{
  text-align: right;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.design .detail{
  text-align: right;
  font-size: 16px;
  color: #81807e;
  line-height: 42px;
  margin: 50px 0px;
}
.design .right{
 text-align: right
}
.design .button{
  display: inline-block;
  font-size: 14px;
  background: #0b50f6;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  padding: 0px 30px;
}
.design .button .big{
  font-size: 18px;
}

.power{
  padding: 40px 0 40px 0;
}

.power .title{
  text-align: center;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.power .detail{
  text-align: center;
  font-size: 16px;
  color: #81807e;
  padding: 30px 0 60px 0;
}
.power .item{
  text-align: center;
}
.power .item .itemTitle{
  font-size: 32px;
  color: #000;
  font-weight: bold;
  padding: 10px 0;
}
.power .item .itemDetail{
  font-size: 16px;
  color: #81807e;
}
.solution{
  background: url(../images/sbg.jpg) no-repeat center;
  padding: 40px 0 40px 0;
  position: relative;
}
.solution .bg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: #ffffff;
}
.solution .title{
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.solution .detail{
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 30px 0 60px 0;
}
.solution .item{
  background: #ffffff;
  padding: 20px;
  box-shadow: #c6d5fe 0px 10px 20px;
  margin-bottom: 20px;
}
.solution .item .itemImg{

}
.solution .item .itemImg img{
  width: 100%;
  height: 100px;
}
.solution .item .itemTitle{
  color: #000;
  font-weight: bold;
  font-size: 28px;
  margin: 20px 0;
}
.solution .item .itemDetail{
  font-size: 16px;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.solution .item .link{
  font-size: 14px;
  color: #81807e;
  line-height: 1.5;
  display: block;
  
}
.solution .item .link img{
  margin-left: 10px;
}
.cases{
  padding: 40px 0 40px 0;
  background: #ededed;
}
.cases .tops{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}

.cases .title{
  text-align: left;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}

.cases .detail{
  text-align: left;
  font-size: 16px;
  color: #000000;
  padding: 10px 0 10px 0;
}
.cases a.viewmore{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 180px;
  text-align: center;
  background: #0b50f6;
  margin-top: 16px;

}
.cases .item{
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  /* box-shadow: #c6d5fe 0px 10px 20px; */
}
.cases .item .itemImg{

}
.cases .item .itemImg img{
  width: 100%;
  height: 100px;
}
.cases .item .itemTitle{
  color: #000;
  /* font-weight: bold; */
  font-size: 16px;
  margin: 20px 0;
}
.cases .item .itemDetail{
  font-size: 14;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cases .item .link{
 display: inline-block;
}
.cases .item .link img{
  margin-left: 10px;
}
.cases .item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases .item .bottom .tag a{
  display: inline-block;
  border: #f2f2f2 solid 1px;
  border-radius: 5px;
  font-size: 12px;
  padding:5px 10px;
  color: #81807e;
}
.partner{
  padding: 40px 0 40px 0;
  background: url(../images/partnerbg.jpg) no-repeat top center;
  height: 849px;
}

.partner .title{
  text-align: center;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}

.partner .detail{
  text-align: center;
  font-size: 16px;
  color: #000000;
  padding: 30px 0 60px 0;
}

.footer{
  background: #1b1b1b;
  padding: 50px 0;
  color: #ffffff;
}
.footer a{
  color: #ffffff;
}
.footer .week{
  line-height: 24px;
  margin-top: 20px;
}
.footer .hottel{
  font-size: 24px;
  padding: 16px 0;
}
.copyright{
  margin-top: 20px!important;
  padding: 20px 0 !important;
  text-align: center;
  border-top: #999999 solid 1px;
  color: #999999;
}
.copyright a{
  color: #999999;
}
.footer .wechart{
  display: flex;
}
.footer .wechart .item{
margin: 0px 10px 0  0;
text-align: center;
}
.footer .wechart .item p{
  line-height: 30px;
}
.footer .wechart .item img{
  width: 108px;
}
.footer .nav-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.nav-list{
  
}
.footer .nav-list a{
  display: block;
  line-height: 32px;
}
.footer .search{
  margin-top: 16px;
}
.footer .search{
  border: #ddd solid 1px;
  background: #ffffff;
  margin-bottom: 20px;
}
.footer .search form{
  display: flex;
  justify-content: space-between;
}
.footer .search form input,.footer .search form button{
  border: none;
  background: none;
}
.footer .search form button{
  padding: 0px 10px;
}



.subLeft{

}
.subLeft .search{
  border: #ddd solid 1px;
  background: #ffffff;
  margin-bottom: 20px;
}
.subLeft .search form{
  display: flex;
  justify-content: space-between;
}
.subLeft .search form input,.subLeft .search form button{
  border: none;
  background: none;
}
.subLeft .search form button{
  padding: 0px 10px;
}
.catname{
  background: #0b50f6;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.catlist{
  background: #ffffff;
}
.catlist a{
  display: block;
  line-height: 52px;
  border-bottom: #ccc solid 1px;
  padding-left: 20px;
}
.catlist .li{
  width: 100%;

}
.catlist .li .ly{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #ccc solid 1px;

}
.catlist .li .ly a{
  width: 90%;
  border: none;
  font-weight: bold;
}
.catlist .li .ly span{
  width: 10%;
  text-align: center;
  cursor: pointer;
}
.catlist .li .ly span:hover{
  color: #0b50f6;

}
.catlist .li .catChild a{
  /* width: 80%; */
  border: none;
}
.catChild{
  display: none;
}
.catlist .li.active .catChild{
  display: block;
}
.position{
  line-height: 42px;
}
.langCatlist{
  background: #0b50f6;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  
}
.langCatlist .container{
  display: flex;
}
.langCatlist .nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  position: relative;
}
.langCatlist .nav .child{
 background: #ffffff;
 position: absolute;
 left: 0;
 top: 42px;
 width: 150%;
 z-index: 3;
  box-shadow: #c6d5fe 0px 10px 20px;
  display: none;
}
.langCatlist .nav:hover .child{
  display: block;

}
.langCatlist .nav .child a{
  display: block;
  line-height: 36px;
  padding: 0 20px;
}
.langCatlist .nav .child a:hover{
  background: #f2f2f2;
  color: #0b50f6;
}

.news .tops,.soft .tops{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.subbanner{
  height: 420px;
  /* line-height: 420px; */
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subbanner p{
  font-size: 16px;
}
.contentTitle{
  text-align: center;
  font-size: 28px;
  color: #000000;
  border-bottom: #f2f2f2 solid 1px;
  line-height: 2;
}
.contentIntro{
  text-align: center;
  font-size: 14px;
  color: #81807e;
  border-bottom: #f2f2f2 solid 1px;
  padding-bottom: 30px;
  padding-top: 10px;
}



.product .item{
  background: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: #c6d5fe 0px 10px 20px;
}
.product .item .itemImg{

}
.product .item .itemImg img{
  width: 100%;
  height: 100px;
}
.product .item .itemTitle{
  color: #000;
  /* font-weight: bold; */
  font-size: 16px;
  margin: 20px 0;
}
.product .item .itemDetail{
  font-size: 14;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product .item .link{
 display: inline-block;
}
.product .item .link img{
  margin-left: 10px;
}
.product .item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .item .bottom .tag a{
  display: inline-block;
  border: #f2f2f2 solid 1px;
  border-radius: 5px;
  font-size: 12px;
  padding:5px 10px;
  color: #81807e;
}



.solutions .item{
  background: #f2f2f2;
  padding: 0px;
  margin-bottom: 30px;
  display: block;
  /* box-shadow: #c6d5fe 0px 10px 20px; */
}
.solutions .item .itemImg{

}
.solutions .item .itemImg img{
  width: 100%;
  height: 100px;
}
.solutions .item .itemTitle{
  color: #000;
  /* font-weight: bold; */
  font-size: 14px;
  /* margin: 20px 0; */
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutions .item .itemDetail{
  font-size: 14;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.solutions .item .link{
 display: inline-block;
}
.solutions .item .link img{
  margin-left: 10px;
}
.solutions .item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solutions .item .bottom .tag a{
  display: inline-block;
  border: #f2f2f2 solid 1px;
  border-radius: 5px;
  font-size: 12px;
  padding:5px 10px;
  color: #81807e;
}


.news .item{
  background: #ffffff;
  /* padding: 20px; */
  margin-bottom: 30px;
  display: block;
  /* box-shadow: #c6d5fe 0px 10px 20px; */
}
.news .item .itemImg{

}
.news .item .itemImg img{
  width: 100%;
  height: 100px;
}
.news .item .itemTitle{
  color: #000;
  /* font-weight: bold; */
  font-size: 16px;
  margin: 20px 0;
}
.news .item .itemDetail{
  font-size: 14;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news .item .link{
 display: inline-block;
}
.news .item .link img{
  margin-left: 10px;
}
.news .item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .item .bottom .tag a{
  display: inline-block;
  /* border: #f2f2f2 solid 1px; */
  border-radius: 5px;
  font-size: 12px;
  padding:5px 10px;
  color: #81807e;
}


.recommendNew{
  margin-top: 50px;
}
.recommendNew a{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: #cccccc dashed 1px;
  line-height: 36px;
}

.recommendNew a span{ 
  color: #81807e;
  font-size: 12px;
}
.pre{
  margin-top: 30px;
}
.pre a{
  display: block;
}
.soft .item{
  margin-bottom: 20px;
}
.soft .item .itemTitle{
  display: flex;
  justify-content: space-between;
  border-bottom: #ccc solid 1px;
}
.soft .item .itemTitle .downBotton{
  background: #0b50f6;
  color: #ffffff;
  padding: 0 20px;
  line-height: 32px;
  margin-bottom: 5px;
}
.soft .item .itemDetail{
  font-size: 12px;
  color: #81807e;
}



/* about内容 */
.myProduct{
  background: #dfdfdf;
  padding-top: 40px;
  
}
.myProduct .title{
  text-align: center;
  font-size: 44px;
}
.myProduct .detail{
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: auto;
}

.myProduct .handel{
  display: flex;
  justify-content: space-between;
}
.myProduct .handel .li{
  width: 18%;
  border-bottom: #f2f2f2 solid 1px;
  line-height: 2.5;
  cursor: pointer;
}
.myProduct .handel .li:hover,.myProduct .handel .li.active{
  border-color: #0b50f6;
  color: #0b50f6;
}

.myProduct  .container-fluid{
background: #ffffff;


}
.myProduct  .handel{
  padding: 50px 0;
}
.myProduct  .bigImg{
  margin: 40px 0 !important;
}
.myProduct  .bigImg .item{
  display: none;
}
.myProduct  .bigImg .item.active{
  display: block;
}
.myProduct  .bigImg .item .intro{
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.2);
  color: #ffffff;
  text-align: center;
  /* padding-top: 100px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.myProduct  .bigImg .item .intro .name{
  font-size: 28px;
  margin-bottom: 10px;
}
.myProduct  .bigImg .item .intro .disc{
  font-size: 14px;
}
.honer{
  background: url("../images/honerbg.jpg") no-repeat top center;
  min-height: 600px;
}
.honer .title{
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 44px;
}
.honer .detail{ 
  font-size: 16px;
  width: 40%;
  margin-bottom: 40px;
}
.honer a.viewmore{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 180px;
  text-align: center;
  background: #0b50f6;
  margin-top: 16px;

}
.honer .plogo{
  display: flex;
  width: 40%;
  margin-top: 40px;

}
.honer .plogo .li{
  width: 20%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.honer .plogo .li p.text{
  position: absolute;
  width: 150%;
  top:60px;
  left: -25%;
  background: #ffffff;
  padding: 5px 10px;
  display: none;
}
.honer .plogo .li p.text span{ 
  position: relative;
  left: calc(50% - 10px);
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff; /* 可见的颜色 */
}
.honer .plogo .li img{ 
  height: 50px;
}
.honer .plogo .li:hover p.text{
  display: block;
}


.history{
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  
}
.history .title{
  text-align: center;
  font-size: 44px;
}
.history .detail{
  text-align: center;
  font-size: 16px;
  width: 60%;
  margin: auto;
}



/* 横滑区域容器 */
.scroll-container {
  position: relative;
  width: 100%;
  margin: 1.2rem 0 1.8rem 0;
}

/* 上方可滑动内容 (隐藏浏览器滚动条，但保留功能) */
.cards-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 0.4rem 0.25rem 1rem 0.25rem;
  scrollbar-width: none;
  /* firefox隐藏 */
  -ms-overflow-style: none;
  /* IE隐藏 */
  cursor: grab;
  scroll-snap-type: x mandatory;
}

.cards-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari 隐藏滚动条 */
}

.cards-wrapper:active {
  cursor: grabbing;
}

/* 单个年份卡片 —— 清爽分割，模仿原图简洁条目 */
.year-card {
  flex: 0 0 440px;
  /* 固定宽度，像一组时间块 */
  /* background: #f8fafd; */
  /* border-radius: 28px; */
  padding: 1.5rem 1.2rem 1.2rem 1.5rem;
  /* box-shadow: inset 0 0 0 1px rgba(0, 35, 70, 0.06), 0 6px 14px -8px rgba(0, 35, 70, 0.2); */
  scroll-snap-align: start;
  transition: transform 0.15s ease, box-shadow 0.2s;
  /* border: 1px solid rgba(200, 216, 236, 0.4); */
}

/* .year-card:hover {
  box-shadow: inset 0 0 0 1px #d6e4f5, 0 12px 18px -12px #2b7be450;
  background: #ffffff;
} */

/* 年份标头 —— 圆润徽章效果 */
.card-year {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  /* background: #e2ebf6; */
  color: #1d3f6e;
  padding: 0.3rem 1.2rem;
  /* border-radius: 40px; */
  letter-spacing: 0.3px;
  margin-bottom: 1.4rem;
  /* border: 1px solid #cbd9ec;
  backdrop-filter: blur(2px); */
}

/* 事件列表 —— 完全还原参考图的 · 点和文字 */
.event-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.98rem;
  color: #1f3349;
  line-height: 1.45;
  font-weight: 450;
  /* border-bottom: 1px dashed rgba(43, 123, 228, 0.12); */
  padding-bottom: 0.7rem;
}

.event-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.event-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2b7be4;
  border-radius: 20px;
  margin-top: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px #2b7be480;
}

.event-text {
  flex: 1;
}

/* 滑块区域 —— 蓝色控制条 + 可拖动的thumb */
.slider-control {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: auto;
  margin-top: 10px;
  padding: 0 8px;
}

/* 仿参考图左右小箭头 (极简) */
.arrow-btn {
  background: white;
  border: 1px solid #dae2ed;
  width: 44px;
  height: 44px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1d3f6e;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.08);
  transition: all 0.15s;
  cursor: pointer;
  user-select: none;
  line-height: 1;
}

.arrow-btn:hover {
  background: #f0f5ff;
  border-color: #2b7be4;
  color: #2b7be4;
  box-shadow: 0 8px 14px -8px #2b7be4;
}

.arrow-btn:active {
  transform: scale(0.94);
  background: #e6efff;
}

/* 蓝色滑块轨道 */
.track {

  flex: 1;
  height: 3px;
  background: #000000;
  border-radius: 20px;
  position: relative;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
}

/* 蓝色进度条 —— 既显示滚动比例，又可拖动 */
.blue-progress {
  width: 0%;
  /* 动态js更新 */
  height: 10px;
  background: linear-gradient(90deg, #2b7be4, #5195f0);

  position: relative;
  top: -4px;
  /* box-shadow: 0 0 0 2px white, 0 2px 8px #2b7be4b0; */
  transition: width 0.05s;
  /* 拖动时平滑但不卡 */
  cursor: pointer;
}

/* 拖拽小手柄 (其实用进度条拖动，但为了明显增加一个可抓握的圆形thumb) */
.blue-progress::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #2b7be4;
  border-radius: 50%;
  box-shadow: 0 4px 10px #0f3f7a40;
  transition: 0.08s ease;
  cursor: grab;
}

.blue-progress:active::after {
  cursor: grabbing;
  background: #eef4ff;
  box-shadow: 0 6px 14px #1a4e9f;
}

/* 底部小提示（参考图没有，但增加可用性） */
.hint-text {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  color: #8699b0;
  margin-top: 0.6rem;
  padding-right: 0.6rem;
  letter-spacing: 0.2px;
}

.hint-text span {
  /* background: #ecf2fa; */
  padding: 0.2rem 0.8rem;
  border-radius: 50px;
}

  .yuanjing{ 
    background: #f2f2f2;
    padding: 40px 0;
  }
.yuanjing .title{
  text-align: left;
  font-size: 44px;
  margin-bottom:140px;
}
.yuanjing .item{
  margin-bottom: 30px;
}
.yuanjing .item .itemTitle{
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.yuanjing .item .itemDetail{
  text-align: left;
  font-size:14px;

}


.contact{
  background: #f2f2f2;
  padding: 50px 0;
}
.contact .bg{
  background: #0172ff;
  padding: 100px 70px;
  color: #ffffff;
}
.contact .wxbutton{
  position: relative;
  height: 46px;
  width: 142px;
  margin-top: 45px;
}
.contact .wxbutton .vbutton{
  height: 46px;
  width: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 30px;
  color: #999999;
  cursor: pointer;
}
.contact .wxbutton .vbutton em{
  font-size: 30px;
  color: #03ad0f;
  margin-right: 10px;
}

.contact .wxbutton .wximg{
  display:none;
  position: absolute;
  left:145px;
  top: calc(-50% - 18px);
  background: url(../images/wxbg.png) no-repeat center;
  width: 134px;
  height: 125px;
  padding: 11px 0 0 20px;
}
.contact .wxbutton .wximg img{
  width:109px ;
}
.contact .wxbutton:hover .wximg{
  display:block;
}
.contact .right {
  padding: 80px 40px 60px 40px;
}
.contact .right h4{
  font-size: 24px;
  font-weight: bold;
  color: #0c50f9;
}
.contact .right .tip{
  font-size: 12px;
  color: #848484;
  margin: 10px 0 30px 0;
}
.contact .right .form-button{
  background: #0b50f6;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  width: 100%;
  border: none;
  /* padding: 0px 30px; */
}
.contact .right .tips{
 text-align: center;
}



/* 云平台 */


.cloud{}
.cloud .clayer01{
  padding: 40px 0px;
  /* background-color: #ccd3e6; */
  background:#ccd3e6 url(../images/laybg.jpg) no-repeat right top;
}
.cloud .clayer01 .info{
  margin-bottom: 300px;
  margin-top: 100px;
  width: 40%;
}
.cloud .clayer01 .info h2{
  font-size: 56px;
  font-weight: bold;
}
.cloud .clayer01 .info .description{
  margin: 40px 0 100px 0;
  font-size: 18px;
}
.cloud .clayer01 .item{
  background: #0b50f6;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.cloud .clayer01 .item .img{
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  min-height: 264px;
}
.cloud .clayer01 .item .img img{
  width: 100%;
}
.cloud .clayer01 .item:hover{
  box-shadow: #c6d5fe 0px 10px 20px;
  margin-top: -10px;
  transition: all 0.2s;
}
.cloud .clayer01 .item .title{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;

}
.cloud .clayer01 .item .description{
    font-size: 12px;
    color: #ffffff;
}
.cloud .clayer02{
  padding: 40px 0;
}
.cloud .clayer02 .info{
 text-align: center;
}
.cloud .clayer02 .info h2{
  font-size: 38px;
  font-weight: bold;
  
}
.cloud .clayer02 .info .description{
  margin: 10px 0 50px 0;
  font-size: 13px;
}

.cloud .clayer02 .item{
 text-align: center;
}

.cloud .clayer02 .item .title{
  font-size: 56px;
  font-weight: bold;
  color: #0c50f9;
  margin-bottom: 10px;

}
.cloud .clayer02 .item .description{
  font-size: 16px;
}

.cloud .clayer03{
  padding: 40px 0;
  background: url(../images/clayer03bg.jpg) no-repeat center;
}
.cloud .clayer03 .info{
 text-align: center;
}
.cloud .clayer03 .info h2{
  font-size: 38px;
  font-weight: bold;
  
}
.cloud .clayer03 .info .description{
  margin: 10px 0 50px 0;
  font-size: 13px;
}

.cloud .clayer03 .item{
 text-align: left;
 background: #ffffff;
 border-radius: 15px;
 padding: 50px;
}

.cloud .clayer03 .item .title{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;

}
.cloud .clayer03 .item .description{
  font-size: 12px;
}

.cloud .clayer04{
  padding: 40px 0;
  background: url(../images/clayer03bg.jpg) no-repeat center;
}
.cloud .clayer04 .info{
 text-align: center;
}
.cloud .clayer04 .info h2{
  font-size: 38px;
  font-weight: bold;
  
}
.cloud .clayer04 .info .description{
  margin: 10px 0 50px 0;
  font-size: 13px;
}
.list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cloud .clayer04 .item{
 text-align: left;
 background: #ffffff;
 border-radius: 15px;
 padding: 30px 16px;
 width: 19.2%;
 margin: 6px 0.4%;
 box-shadow: #97bafe 0px 0px 10px;
}
.cloud .clayer04 .item .img{
  margin-bottom: 10px;
}
.cloud .clayer04 .item .title{
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;

}
.cloud .clayer04 .item .description{
  font-size: 12px;
}

.cloud .clayer05{
  padding: 40px 0px;
  /* background-color: #ccd3e6; */
  background:#ccd3e6 url(../images/lay5bg1.jpg) no-repeat center;
}
.cloud .clayer05 .info{
  margin-bottom: 60px;

  width: 40%;
}
.cloud .clayer05 .info h2{
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
}
.cloud .clayer05 .info .description{
  margin: 40px 0 40px 0;
  font-size: 18px;
  color: #ffffff;
}
.cloud .clayer05 .viewmore{
  background: #ffffff;
  color: #000000;
}



.cloud .clayer05 .item{
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  /* box-shadow: #c6d5fe 0px 10px 20px; */
}
.cloud .clayer05 .item .itemImg{

}
.cloud .clayer05 .item .itemImg img{
  width: 100%;
  height: 100px;
}
.cloud .clayer05 .item .itemTitle{
  color: #000;
  /* font-weight: bold; */
  font-size: 16px;
  margin: 20px 0;
}
.cloud .clayer05 .item .itemDetail{
  font-size: 14;
  color: #81807e;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cloud .clayer05 .item .link{
 display: inline-block;
}
.cloud .clayer05 .item .link img{
  margin-left: 10px;
}
.cloud .clayer05 .item .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cloud .clayer05 .item .bottom .tag a{
  display: inline-block;
  border: #f2f2f2 solid 1px;
  border-radius: 5px;
  font-size: 12px;
  padding:5px 10px;
  color: #81807e;
}

.cloud .clayer06{
  padding: 40px 0;
  /* background: url(../images/clayer03bg.jpg) no-repeat center; */
  background: #e1f1ff;
}
.cloud .clayer06 .info{
 text-align: center;
}
.cloud .clayer06 .info h2{
  font-size: 38px;
  font-weight: bold;
  
}
.cloud .clayer06 .info .description{
  margin: 10px 0 50px 0;
  font-size: 13px;
}

.cloud .clayer06 .item{
  background: #0b50f6;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.cloud .clayer06 .item .img{
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
  min-height: 264px;
}
.cloud .clayer06 .item .img img{
  width: 100%;
}
.cloud .clayer06 .item:hover{
  box-shadow: #c6d5fe 0px 10px 20px;
  margin-top: -10px;
  transition: all 0.2s;
}
.cloud .clayer06 .item .title{
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;

}
.cloud .clayer06 .item .description{
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
}


.cloud .clayer07{
  padding: 40px 0px;
  /* background-color: #ccd3e6; */
  background:#ccd3e6 url(../images/laybg.jpg) no-repeat right top;
}
.cloud .clayer07 .info{
  margin-bottom: 300px;
  margin-top: 100px;
  width: 40%;
}
.cloud .clayer07 .info h2{
  font-size: 56px;
  font-weight: bold;
}
.cloud .clayer07 .info .description{
  margin: 40px 0 100px 0;
  font-size: 18px;
}
.cloud .clayer07 .item{
  background: #ffffff;

  padding: 20px;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.cloud .clayer07 .item .img{

  width: 100%;
  margin-bottom: 20px;
  background: #5195f0;
  min-height: 264px;
}
.cloud .clayer07 .item .img img{
  width: 100%;
}
.cloud .clayer07 .item:hover{
  box-shadow: #c6d5fe 0px 10px 20px;
  margin-top: -10px;
  transition: all 0.2s;
}
.cloud .clayer07 .item .title{
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;

}
.cloud .clayer07 .item .description{
    font-size: 12px;
    color: #81807e;
}
.cloud .clayer08 .item{
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}
.cloud .clayer08 .item .img{
  min-height: 100px;
}
.cloud .clayer08 .item .title{
  background: #0b50f6;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  line-height: 36px;
}


.layer2 .left{border-right:#3daf35 solid 1px; padding:0px 30px}
.layer2 .right{ padding:0px 30px}
.layer2 .left .toplist{border-bottom:#ccc solid 1px; margin-bottom: 10px; padding: 10px 0px; position:relative; margin-top:20px;}
.layer2 .left .toplist a:hover{color:#d9b55f}
.layer2 .left .toplist p.img{width:180px; height:100px; overflow:hidden; float:left}
.layer2 .left .toplist p.img img{width:100%; height:92px}
.layer2 .left .toplist h3{font-size:1.1rem; color: #000; font-weight:bold;  line-height: 36px; position:absolute; left:190px; top:0px; }
.layer2 .left .toplist h3 a:hover{color:#2c8126}
.layer2 .left .toplist p.infos{position:absolute; left:190px; top:40px;}
.layer2 .left .toplist p.infos a{ color:#848484}
.layer2 .left .toplist p.infos a:hover{color:#2c8126}
.layer2 .left .toplist span.date{ position:absolute;right:0px; top:10px; font-size:1rem;}
.layer2 .left ul li{border-bottom:#ccc solid 1px; line-height: 36px; height: 36px; position:relative; }
.newlsit ul li a i{ margin-right: 10px;}
.layer2 .left ul li a{display:block; padding-left: 5px; color: #666666; font-size:1rem}
.layer2 .left ul li a i{ margin-right:10px;}
.layer2 .left ul li a:hover{color:#2c8126}
.layer2 .left ul li a span{position:absolute; right:0px;}
.layer2 .right ul{ padding-top:20px;}
.layer2 .right ul li{background:#fafafa; line-height:36px;}
.layer2 .right ul li a{ display:inline-block; height:36px; margin:0px 12px;}
.layer2 .right ul li a:after{content: "|"; margin-left: 10px;}
.layer2 .right ul li a:last-child{ margin-right:0px;}
.layer2 .right ul li a:last-child:after{content: ""}
.layer2 .right ul li:nth-child(2n){background:#fff;}
.layer2 h2.h2{ font-size:1.71rem; border-bottom:#3daf35 solid 1px; color:#3daf35; padding:0px 0 10px 0; position:relative; height:60px; line-height:60px;}

.layer2 h2.h2 a{position:absolute; right:0px; top: 30px; display: inline-block; width: 60px; height: 22px; text-align: center; line-height: 22px; font-size:0.85rem;text-transform:Uppercase}

.layer3{ padding:20px 0px; background: #e0e0e0}
.swiper6 .swiper-slide{ position:relative}
.swiper6 .swiper-slide p{position:absolute; bottom:0px; left: 0px; width: 100%; line-height: 24px; background:rgba(61,175,53,0.6); color: #FFFFFF; text-align: center}
.swiper6 .swiper-slide p a{color:#fff}
.numb-desc{color:#fff; font-size: 1.1rem; line-height: 24px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background:url(../images/arr-right.png); width:43px; height: 43px; right: -60px; opacity: 0.5; background-repeat:no-repeat}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:url(../images/arr-left.png); width:43px; height: 43px; left: -60px;opacity: 0.5; background-repeat:no-repeat}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover,.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{opacity: 1}

div#back-to-top{
	 width:100px;
	 height:140px;
    position:fixed;
    
    bottom:100px;
    right:0px;
	
}
div#back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#fff;
    display:block;
	 width:60px;
	 height:60px;
   
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
	 line-height:85px;
	 font-size:45px;
	 background:url(../images/index/top.jpg) no-repeat center top; margin-bottom:5px;
	 background-size:100%;
}
div#back-to-top a.wixin{ background:url(../images/index/wixin.jpg) no-repeat center top;background-size:100%;}
div#back-to-top a.qq{ background:url(../images/index/qq.jpg) no-repeat center top;background-size:100%;}

div#back-to-top a span{
    border-radius:6px;
    display:block;
    height:64px;
    width:56px;
    margin-bottom:5px;
    
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

.showproduct .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: 0; top: auto; bottom: 50px; background: none;
}
.showproduct .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: 0; top: auto; bottom: 50px; background: none;
}
.showproduct .swiper-button-next span,.showproduct .swiper-button-prev span{
  font-size:30px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.showproduct .mySwiper p{
  text-align: center;
  line-height: 2;
  font-size: 12px;
}
.showproduct .mySwiper .swiper-slide{
  display: block;
  opacity: 1 !important;
}


/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #d71e1c;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}


.floatnav{width:180px; position:fixed; top: 96px;left: calc(50% - 820px); background: #d9b55f; z-index: 999}
.floatnav ul li{ line-height:46px; text-align: center; border-bottom: #b49242 solid 1px;}
.floatnav ul li > a{color:#fff; display: block; width:100%}
.floatnav ul li:last-child{border:none}
.form-input input{padding-right: 10px; width:95%; height: 52px; background:url(../images/name-icon.png) no-repeat 10px center; border: none; border:#e2e2e2 solid 1px; padding-left: 40px; font-size:1.14rem; color: #c2c1c1} 
.form-input input.phone{background:url(../images/phone-icon.png) no-repeat 10px center;}
.msgcontent{padding:10px 0px;}
.msgcontent textarea{ width:97.5%; min-height: 200px;border: none; border:#e2e2e2 solid 1px; padding: 10px;}
.vcode{position:relative;}
.vcode img{ position:absolute; left: 160px; top: 0px; width: 120px; height: 52px;}
.vcode input{height: 52px; border: none; border:#e2e2e2 solid 1px; padding-left: 40px;padding-right: 10px; font-size:1.14rem; color: #c2c1c1; width: 150px;}
.submit input{width:97.5%; height: 52px; border:none;background:#40b551; color:#fff; text-align: center; margin-top: 10px;}
.msgcontents{ width:40%;  background:rgba(0,0,0,0.5); position:fixed;left: 30%; top: -1000px; z-index: 999; padding: 0px;}
.msgcontents h2{text-align:center; font-size:1.4rem; background: #36ac5b; color: #fff; line-height: 52px; position:relative}
.msgcontents form{ background:#f2f2f2; padding: 20px;}
.msgcontents form textarea,.msgcontents form .submit input,.msgcontents form .form-input input{width:100%}
.msgcontents h2 a{position:absolute; right:0px; top: 0px; display: inline-block; width: 52px; height: 52px; color: #fff; background:#000; font-size:1rem; font-weight: normal; text-align: center}
div#back-to-top p#top{background:#fff url(../images/arr-top.png) no-repeat center center; height:50px; display: none}
div#back-to-top p.msg{background:#3cd66c url(../images/email.png) no-repeat center 10px; height:90px; text-align: center; color: #fff}
div#back-to-top p.msg span{ display:inline-block; padding-top: 60px;}

******************article*********************************/

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }

}
@media (min-width: 768px) {
  
  .container {
   max-width: 100%;
  }
.layer5 .gdnub ul{ display: block;}
.layer5 .gdnub ul li{ width:32%; display:inline-block}
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
.layer5 .gdnub ul{ display: flex; }
.layer5 .gdnub ul li{ width:20%; }
	
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;padding:0px; margin: 0px auto;
  }

}








@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
.layer5 .gdnub ul{ display: block;}
.layer5 .gdnub ul li{ width:49%; display:inline-block}	
}

@media (max-width: 767.98px) {
  .menu,.top .tel,.top .tm,.top .slogn,.top .zs{
    display: none !important;
  }
  .mobile-menu-hamburger{
    display: block
  }
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
/* .layer5 .gdnub ul{ display: block;}
.layer5 .gdnub ul li{ width:32%; display:inline-block}		 */
.design .img{
  width: 100%;
}
.top{
  justify-content: space-between !important;
}
.logo{
  width: 70%;
}
.logo img{
  width: 100%;
}
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
	html{font-size:70%}
  .solution{
    background-size: cover;
  }
  .design .img img{
    left: 0;
    top: 0;
  }
  .design .title,.design .detail,.design .right{
    text-align: center;
  }
}
@media (max-width: 1320px) {


	body#article .container{width:100%}
	html{font-size:80%}
	
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }

}

@media (max-width: 420px){ 
.layer5 .gdnub ul{ display: block;}
.layer5 .gdnub ul li{ width:49%; display:inline-block}	
		

	

}

@media (max-width: 320px){ 
	html{font-size:50%}
.layer5 .gdnub ul{ display: block;}
.layer5 .gdnub ul li{ width:49%; display:inline-block}
}


.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 12px 11px; border:1px solid #ccc;float: left;margin: 0 5px;font-size:14px}
.ab_pages ul a.page-num-current{ background:#313594; color:#FFFFFF; border:1px solid #313594;}
.ab_pages ul a:hover{background:#313594; color:#FFFFFF; border:1px solid #313594;}

.ab_pages > div{
	display:inline-block;margin:0 auto;padding:0
}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages a,.ab_pages span{color:#555;display:block;padding: 12px 11px; border:1px solid #ccc;float: left;margin: 0 5px;font-size:14px}
.ab_pages span.current{ background:#313594; color:#FFFFFF; border:1px solid #313594;}
.ab_pages a:hover{background:#313594; color:#FFFFFF; border:1px solid #313594;}

