
/*@font-face {
  font-family: 'Font';
  src: url(../fonts/Font.eot);
  src: url(../fonts/Font.eot?#iefix) format('embedded-opentype'),
  url(../fonts/Font.woff2) format('woff2'),
  url(../fonts/Font.woff) format('woff'),
  url(../fonts/Font.ttf) format('truetype'),
  url(../fonts/Font.svg#Font) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontBold';
  src: url(../fonts/FontBold.eot);
  src: url(../fonts/FontBold.eot?#iefix) format('embedded-opentype'),
  url(../fonts/FontBold.woff2) format('woff2'),
  url(../fonts/FontBold.woff) format('woff'),
  url(../fonts/FontBold.ttf) format('truetype'),
  url(../fonts/FontBold.svg#FontBold) format('svg');
  font-weight: normal;
  font-style: normal;
}*/

body,textarea,a {
  font-size: 16px;
  color: #2e3033;
  font-family: "SimHei";
}
html ,body{
  position: relative;
  height: 100%;
  font-family: "SimHei";
}
body{
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "SimHei";
}
p{
  margin: 0;
}
i {
  font-style:normal;
}
ul,ol{
  padding: 0;
}
img {
  /*vertical-align:top;*/
  max-width: 100%;
}
ul{
  margin-bottom: 0;
}
.en{
  text-transform: uppercase;
}
.form-control {
  background-color:transparent;
  border:1px solid #cbc9c9;
  -webkit-border-radius:4px;
  border-radius:4px;
  outline:none;
  height:30px;
  line-height:30px;
  padding:0 10px;
  color:#777883;
}
textarea {
  min-height:160px;
  line-height: normal!important;
  padding-top: 5px!important;
}
.w1400{
  max-width: 1400px;
  margin: 0 auto;
}
.w1200{
  max-width: 100%;
}
.mb{
  display: none;
}
.btn {
  height:30px;
  line-height:30px;
  border:none;
  -webkit-border-radius:2px;
  border-radius:2px;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  -webkit-user-modify:read-write-plaintext-only;
  box-shadow:none;
  display:inline-block;
  padding:0 20px;
  font-size:14px;
  background-color:#858586;
  color:#eaeaea !important;
  -webkit-user-select:none;
  user-select:none;
}
.btn:focus {
  outline:none;
}
.btn[disabled=disabled],.btn[disabled=true] {
  cursor:not-allowed;
}
.btn.primary-btn {
  background-color:#2c4c8d;
}
.btn.primary-btn:hover {
  background-color:#3d63ae;
}
.btn.danger-btn {
  background-color:#984b3c;
}
.btn.danger-btn:hover {
  background-color:#ac5443;
}
.btn.info-btn {
  background-color:#705b39;
}
.btn.info-btn:hover {
  background-color:#91764b;
}
.text-center {
  text-align:center;
}
.text-right {
  text-align:right;
}
.red {
  color:red;
}
html.show,body.show {
  overflow:hidden;
  height:100vh;
  width:100%;
  position:fixed;
  -webkit-overflow-scrolling:auto;
  -webkit-transform:translateZ(0px);
}
/* banner */
.banner {
  overflow:hidden;
  position:relative;
}
.banner .swiper-button-prev{
  background: url(../images/prev.png) no-repeat;
  width: 25px;
  height: 50px;
  background-size: 25px;
  top: 42%;
  transition: all .3s;
}
.banner .swiper-button-next{
  background: url(../images/next.png) no-repeat;
  width: 25px;
  height: 50px;
  background-size: 25px;
  top: 42%;
  transition: all .3s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{
  opacity: .5;
}
.banner img {
  width: 100%;
}
.banner .banner-pagination {
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  text-align:center;
  z-index:2222;
}
.banner .swiper-pagination-bullet{
  background: #c7ddfb;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background: #074cad;
  width: 15px;
  border-radius: 10px;
}
.mb_banner{
  display: none;
  height: 92vh;
}
.mb_banner .swiper-slide{
  background-size: cover!important;
  background-position: 50% 50%!important; 
}
#app {
  transition:all 0.3s ease-out;
  overflow:hidden;
}
#app.show {
  -webkit-transform:translateX(200px);
  transform:translateX(200px);
  width:100vw;
  height:100vh;
}
.mask {
  height:100vh;
  width:100vw;
  background-color:rgba(0,0,0,0.6);
  position:fixed;
  z-index:900;
  left:0;
  top:0;
}
/*.news-mask {
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.6);
  position:fixed;
  z-index:900;
  left:0;
  top:0;
}*/
#mobileMenu {
  position:fixed;
  left:-200px;
  top:0;
  margin:0;
  width:200px;
  height:100vh;
  background-color:#16284e;
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
  -moz-transform:translateZ(0);
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
  z-index:910;
}
#mobileMenu.show {
  -webkit-transform:translateX(200px);
  transform:translateX(200px);
}
#mobileMenu .hello {
  line-height:54px;
  background-color:rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.1);
  font-size:14px;
  color:#fff;
}
#mobileMenu .menu {
  padding-top:15px;
}
#mobileMenu .menu a {
  display:block;
  font-size:14px;
  text-align:left;
  padding-left: 20px;
  color:rgba(255,255,255,0.8);
  line-height:36px;
}
#mobileMenu .menu a.user{
  /* display: none; */
  padding-left: 0;
  text-align: center;
  background: #2e3e60;
  color: #fff;
  margin: 5px 0;
  float:left;
  width:49.5%;
  border-right:1px solid #000;
}
#mobileMenu .menu .mbchild{
  width: auto!important;
  opacity: 1!important;

}
#mobileMenu .menu .mbchild a{
  padding-left: 35px;
}
#mobileMenu .menu a:hover {
  text-decoration:none;
  background: #003775;
}
#mobileMenu .menu a:nth-child(1).active,
#mobileMenu .menu a:nth-child(1):hover {
  text-decoration:none;
  background: #25a4d6;
}
#mobileMenu .menu a:nth-child(2).active,
#mobileMenu .menu a:nth-child(2):hover {
  text-decoration:none;
  background: #21adda;
}
#mobileMenu .menu a:nth-child(4).active,
#mobileMenu .menu a:nth-child(4):hover {
  text-decoration:none;
  background: #23c0e6;
}
#mobileMenu .menu a:nth-child(5).active,
#mobileMenu .menu a:nth-child(5):hover {
  text-decoration:none;
  background: #25e5db;
}
#mobileMenu .menu a:nth-child(7).active,
#mobileMenu .menu a:nth-child(7):hover {
  text-decoration:none;
  background: #f5a008;
}
#mobileMenu .menu a:nth-child(9).active,
#mobileMenu .menu a:nth-child(9):hover {
  text-decoration:none;
  background: #fc5a47;
}
#mobileMenu .menu a:nth-child(11).active,
#mobileMenu .menu a:nth-child(11):hover {
  text-decoration:none;
  background: #ff0055;
}
#mobileMenu .menu a:nth-child(12).active,
#mobileMenu .menu a:nth-child(12):hover {
  text-decoration:none;
  background: #f21630;
}
#mobileMenu .menu a:nth-child(13).active,
#mobileMenu .menu a:nth-child(13):hover {
  text-decoration:none;
  background: #f21630;
}
#navToggle {
  display:block;
  overflow:hidden;
  cursor:pointer;
  box-sizing:border-box;
  width:30px;
  height:30px;
  padding:0;
  -moz-transition:-moz-transform 0.3s;
  -o-transition:-o-transform 0.3s;
  -webkit-transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  position:absolute;
  right: 10px;
}
#navToggle span,#navToggle::after,#navToggle::before {
  height:2px;
  width:22px;
  top:50%;
  left:50%;
  margin-left:-11px;
  background:#fff;
  position:absolute;
  display:block;
  content:'';
  text-indent:-9999px;
  transition:all 300ms ease-in-out;
}
#navToggle::before {
  margin-top:-7px;
}
#navToggle::after {
  margin-top:7px;
}
#navToggle.show span {
  opacity:0;
}
#navToggle.show::before {
  margin-top:0;
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
#navToggle.show::after {
  margin-top:0;
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
/* 首页 */
#app .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*#app .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
     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;
}*/
.header {
  position: relative;
  background: #1c2a76;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 60px;
  display: flex;
  -webkit-display: flex;
}
.header img{
  height: 32px;
}
.top{
  position: relative;
  z-index: 999;
  background: #585757;
  background: url("../images/top_bg.gif") no-repeat center;
}
.top .container{
  padding: 0;
}
.top .logo{
  padding-left: 0;
}
.top .logo img{
  height: 40px;
}
.header-nav{
  height: 61px;
  line-height: 61px;
  position: relative;
}
.header-nav .pull-right{
  position: absolute;
  right: 0;
  /* border: 2px solid #d2d2d2; */
  line-height: 28px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px;
}
.header-nav .pull-right .en{
  color: #fff;
  font-size: 16px;
}
.header-nav .pull-right .en:hover{
  color: 
}
.header-nav .pull-right span{
  color: #fff;
}
.nav{
  /*height: 100px;*/
  text-align: center;
  /*line-height: 100px;*/
  padding-right: 0;
  margin-left: -10px;
}
.nav ul li{
  position: relative;
  float: left;
  list-style: none;
  /*height: 100px;*/
  width: 108px;
}
.nav ul li>a{
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: all .3s;
}
/*.nav ul li>a.active, .nav ul li:hover >a{
  background: #1c2a76;
  transition: all 0s;
}*/
.nav ul li:last-child a{
  border-right: none;
}
.nav ul li:hover .sub-nav{
  display: block;
}
.nav ul li:nth-child(1) a{
  background: #25a4d6;
}
.nav ul li:nth-child(2) a{
  background: #21adda;
}
.nav ul li:nth-child(3) a{
  background: #23c0e6;
}
.nav ul li:nth-child(4) a{
  background: #25e5db;
}
.nav ul li:nth-child(5) a{
  background: #FFD836;
}
.nav ul li:nth-child(6) a{
  background: #fc5a47;
}
.nav ul li:nth-child(7) a{
  background: #ff0055;
}
.nav ul li:nth-child(8) a{
  background: #f21630;
}
.nav ul li:hover a{
  background: #003775;
}
.sub-nav{
  display: none;
  position: absolute;
  left: 0;
  top: 61px;
  min-width: 100%;
  max-width: 105px;
  line-height: 36px;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  background-color: #1c2a76;
  z-index: 9999;
  white-space: nowrap;
  -webkit-animation: navMove 0.3s linear;
  animation: navMove 0.3s linear;
}
@-webkit-keyframes navMove{
  0%{
    opacity:0;
    /*transform:translateY(30px)*/
  }
    100%{
      opacity:1;
      /*transform:translateY(0)*/
    }
  }
@keyframes navMove{
  0%{
    opacity:0;
    /*transform:translateY(30px)*/
    }
    100%{
      opacity:1;
      /*transform:translateY(0)*/
    }
  }
.sub-nav a{
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 5px;
}
.sub-nav a:hover{
  /*color: #2e3033;*/
  background: rgb(18, 30, 95);
}
/*.sub-nav:before{
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background: url('../images/sub-top.png') no-repeat top center;
  box-shadow: 0 2px 4px rgba(0,0,0,.12);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: -5px;
  position: absolute;
  left: 50%;
  margin-left: -6px;
}*/

.subnav{
  background: #0b112f;
  width: 100%!important;
  display: none;
}

/* 首页核心 */
.s-hexin{
  background: url("../images/s-hexin.jpg") no-repeat;
  height: 920px;
  background-size: cover;
  background-position: 50% 50%;
  padding: 220px 0 200px;
}
.s-hexin ul li{
  color: #fff;
  text-align: center;
}
.s-hexin ul li .title{
  font-size: 30px;
  margin-bottom: 30px;
}
.s-hexin ul li .round{
  position: relative;
  width: 280px;
  height: 280px;
  margin:0 auto;
  border-radius: 50%;
  border: 1px solid #84bbc9;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.s-hexin ul li .round .text{
  position: absolute;
  width: 100%;
  top: 60%;
  margin-top: -83px;
  left: 50%;
  margin-left: -50%;
}
.s-hexin .round .timer{
  font-size: 100px;
  line-height: 70px;
  color: #fff;
}
.s-hexin .round .weight{
  font-size: 35px;
  color: #eceaea;
  font-weight: normal;
  font-family: 'SimHei';
  line-height: 40px;
  margin-top: 15px;
}
.s-hexin .round span{
  font-size: 30px;
  color: #fff;
}
.s-hexin ul li i{
  display: block;
  font-size: 30px;
  color: #eceaea;
  margin-top: 60px;
  font-family: 'SimHei';
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.s-hexin ul li em{
  color: #eceaea;
  font-style: normal;
  font-size: 14px;
}
.s-hexin ul li:hover .round{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.s-hexin ul li:hover i{
  margin-top: 100px;
}

/* 首页新闻 */
.s-news{
  padding: 150px 0;
}
.mb-s-news{
	display: none;
}
.s-news .cont .title{
  max-height: 52px;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
  font-family: 'SimHei';
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@-webkit-keyframes TextOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes TextOpacity {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.TextOpacity {
  -webkit-animation-name: TextOpacity;
  animation-name: TextOpacity;
}
.s-news .cont>span.detail{
  float: left;
  height: 117px;
  max-height: 120px;
  font-size: 14px;
  color: #ccc;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.s-news .cont .date{
	color: #a1a8b2;
}
.s-news ul li{
	padding: 0;
  text-align: center;
  background: #fff;
  transition: all .3s;
}
.s-news ul li:hover .img img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1;
}
.s-news ul li:hover .img div{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1;
}
/*.s-news ul li:hover .cont{
  background: #1c2a76;
}*/
.s-news ul li:nth-child(1):hover .cont{
  background: #2298bc;
}
.s-news ul li:nth-child(2):hover .cont{
  background: #00c3ff;
}
.s-news ul li:nth-child(3):hover .cont{
  background: #26bad3;
}
.s-news ul li:hover .mask{
  opacity: 0;
}
.s-news ul li .img{
  overflow: hidden;
}
.s-news ul li .img img{
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.9;
  transition: all .3s;
}
.s-news ul li .img div{
  height: 314px;
  background-size: cover!important;
  background-position: 50% 50%!important; 
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.9;
  transition: all .3s;
}
.s-news ul li .cont{
  position: relative;
  max-height: 314px;
  height: 314px;
  background: #595757;
	padding: 50px;
	text-align: left;
  overflow: hidden;
  transition: all .3s;
}
.s-news ul li .cont .mask{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #595757;
  left: 0;
  opacity: 0;
  /*z-index: -1;*/
  /*box-shadow: -4px -1px 20px 6px #595757;*/
}
.s-news .cont a.more{
  color: #fff;
  font-size: 14px;
}
/*.s-news ul li:hover .cont .title{
  color: #074cad;
}*/
.mb-s-news{
  display: none;
}
.mb-s-news .cont>span{
  margin-bottom: 20px;
}
.mb-s-news img{
  width: 100%;
}

.mb_w1200{
  display: none;
}
.index_eq{
  overflow: hidden;
}

/* 首页案例分享 */
.s-case{
  padding: 100px 0;
}
.s-case .title{
  color: #000;
  font-size: 30px;
  text-align: center;
  font-family: 'SimHei';
  font-weight: bold;
}
.s-case .detail{
  color: #000;
  width: 700px;
  margin: 20px auto 5px;
  text-align: center;
}
.s-case .more{
  height: 65px;
  background: rgba(89, 87, 87, 0.8);
  color: #fff;
  display: block;
  width: 150px;
  line-height: 65px;
  text-align: center;
  margin: 20px auto 30px;
  transition: all .3s;
}
.s-case .more:hover{
  background: #000;
}
.s-case .text ul li{
  position: relative;
  padding: 0;
  margin-top: -1px;
}
.s-case .text ul li img{
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.9;
  transition: all .3s;
}
.s-case .text ul li em{
  display: block;
  overflow: hidden;
}
.s-case .text ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1;
}
.s-case .text .cont{
  position: absolute;
  left: 55px;
  top: 140px;
  width: 450px;
  color: #fff;
  overflow: hidden;
}
.s-case .text .cont .mask{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #595757;
  left: 12%;
  box-shadow: -4px -1px 20px 6px #595757;
}
.s-case .text .cont p{
  font-size: 23px;
  font-family: 'SimHei';
  font-weight: bold;
  margin-bottom: 10px;
}
.s-case .text .cont span{
  line-height: 25px;
}
.s-case .text ul li:nth-child(2) .cont{
  color: #fff;
}
.s-case .text ul li:nth-child(3) .cont{
  width: 390px;
  color: #fff;
}
.s-case .text ul li:nth-child(2) .cont span,
.s-case .text ul li:nth-child(3) .cont span{
  color: #fff;
}

/* 衍生产业 */
.industry-file{
  /* height: 540px!important; */
}

/* 弹窗 */
.pop{
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: -1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    display: none;
}
.pop.active{
    opacity: 1;
    z-index: 999;
}
.pop .box{
    position: relative;
}
.pop .box img{
    opacity: 0.95;
}
.pop .box .close{
    position: absolute;
    right: 15px;
    top: 20px;
    opacity: 1;
}
.pop .box .close svg{
    width: 30px;
    height: 30px;
}

/* 底部 */
.footer {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 100px 90px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background: #06216d;
  overflow: hidden;
}
.footer .foot_con{
  overflow: hidden;
}
.footer .left{
  padding: 0;
  text-align: left;
}
.footer .left .col-sm-3{
  text-align: left;
}
.footer .right{
  float: right;
  text-align: right;
}
.footer .right select{
  width: 133px;
  height: 25px;
  color: #fff;
  background: #384d8a;
  border: none;
}
.footer .right b{
  font-size: 30px;
  font-family: "SimHei";
  color: #fff;
}
.footer .right p{
  font-size: 20px!important;
  margin-top: 10px;
}
.footer .foot_con p{
  color: #2e3033;
}
.footer .foot_con .copy{
	margin-top: 70px;
}
.footer .foot_con ul li{
  text-align: center;
  float: left;
  text-align: left;
  margin-right: 24px;
}
.footer .foot_con ul li a:first-child{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}
.footer .foot_con ul li:last-child{
  margin-right: 0;
}
.footer .foot_con ul li a{
  color: #fff;
  margin-bottom: 20px;
  display: block;
  font-size: inherit;
}
.footer .foot_con ul li a:first-child:after{
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
}

.footer .foot_con li:nth-child(5) a:after,
.footer .foot_con li:nth-child(6) a:after,
.footer .foot_con li:nth-child(7) a:after{
  display: none!important;
}
.footer .foot_con p{
  font-size: 14px!important;
  color: #fff;
  display: block;
  cursor: default;
}
.footer .foot_con ul li p{
  font-size: 14px;
  color: #fff;
}
.footer .copy{
  text-align: left;
  margin-top: 40px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copy p{
  color: #fff;
}

.link p{
  width: 133px;
  height: 25px;
  background: #384d8a;
  text-align: left;
  padding-left: 10px;
  margin:0 auto;
}
.link-a{
  display: none;
  text-align: left;
  padding-left: 10px;
  background: #526496;
  padding: 5px;
  width: 100%!important;
}
.link-a a{
  color: #fff;
  display: block;
  font-size: 14px;
}

/* 关于内页 */
.about-banner .w992{
  display: none;
}
.about{
  background: #e8e9f1;
}
.about-file{
  height: 735px!important;
}
.about .en{
  text-transform: uppercase;
  color: #040000!important;
}
.about b{
  color: #000!important;
}
.bg{
  position: relative;
  z-index: 999;
  background: url("../images/about2.png") no-repeat;
  height: 120px;
  margin-top: -120px;
}
.apply{
  margin: 85px 0;
  overflow: hidden;
}
.apply ul{
  overflow: hidden;
}
.apply ul li{
  position: relative;
  width: 13%;
  height: 190px;
  height: 148px;
  margin: 0 18px;
  background: #006A2C;
  border-radius: 50%;
}
.apply ul li:nth-child(1){
  background: #21adda;
}
.apply ul li:nth-child(2){
  background: #21a3c1;
}
.apply ul li:nth-child(3){
  background: #1e94a8;
}
.apply ul li:nth-child(4){
  background: #1c8691;
}
.apply ul li:nth-child(5){
  background: #197377;
}
.apply ul li:nth-child(6){
  background: #286669;
}
.apply.cost ul li:nth-child(1){
  background: #fc5a47;
}
.apply.cost ul li:nth-child(2){
  background: #f9685d;
}
.apply.cost ul li:nth-child(3){
  background: #f97673;
}
.apply ul li .text{
  width: 100%;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -50%;
}
.apply ul li .text p{
  color: #fff;
}
.apply ul li .text p:after{
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  text-align: center;
  margin: 8px auto;
}
.apply ul li .text i{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.apply ul li .text i.yuan{
  font-size: 16px;
  display: block;
}
/*.apply ul li:nth-child(4) .text i,
.apply ul li:nth-child(5) .text i{
  font-size: 25px;
  display: block;
}*/
.apply ul li .text em{
  color: #fff;
  font-style: normal;
}
.cost{
  margin-bottom: 0;
  margin-top: 50px;
}
.cost ul{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.cost ul li{
  margin:0 7%;
  width: 190px;
}
.cost ul li .text{
  top: 42%;
}
.about .about-content{
  position: relative;
  z-index: 1;
  margin-top: -50px;
  color: #525a66;
  font-size: 16px;
  line-height: 30px;
  background: #fff;
  padding: 100px;
}
.product .about-content{
  border-left: 40px solid #f2f2f2;
}
.about .about-content .view{
  color: #e96d08;
  font-size: 14px;
  margin-left: 20px;
}
.report .text p:nth-child(3){
  width: 65%;
}
.contact-banner{
  position: relative;
  z-index: 1;
  background: url("../images/contact_banner.jpg") no-repeat;
  height: 835px;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 80px;
  padding: 80px 0;
}
.contact-banner b{
  color: #000;
  font-size: 30px;
  font-family: "SimHei";
}
.contact-banner .en{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 100px;
}
.contact-banner-gdcl{
  position: relative;
  z-index: 1;
  background: url("../images/contact_banner_gdcl.jpg") no-repeat;
  height: 835px;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 80px;
}
.contact-banner-gdcl b{
  color: #000;
  font-size: 30px;
  font-family: "SimHei";
}
.contact-banner-gdcl .en{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 100px;
}

.back{
  display: inline-block;
  color: #16284e;
  margin-top: 20px;
}
.back:hover{
  color: #e96d08;
}
.about .about-content img{
  max-width: 100%;
  /* width: auto!important;
  height: auto!important; */
}
.about-content .layui-tab-title{
  position: relative;
  z-index: 2;
  text-align: center;
  height: auto;
  border: none;
}
.about-content .layui-tab-content{
  padding: 0;
}
.about .layui-tab-title .layui-this{
  background: #1c2a76;
  color: #fff;
}
.about .layui-tab-title .layui-this:after{
  border-width: 0;
}
.industry .layui-tab-title li:nth-child(1).layui-this{
  background: #f4bd0b;
}
.industry .layui-tab-title li:nth-child(2).layui-this{
  background: #f4d30b;
}
.industry .layui-tab-title li:nth-child(3).layui-this{
  background: #ffe045;
}
.industry .layui-tab-title li:nth-child(4).layui-this{
  background: #ffe473;
}
.business .layui-tab-title li:nth-child(1).layui-this{
  background: #2fbeea;
}
.business .layui-tab-title li:nth-child(2).layui-this{
  background: #27cce2;
}
.business .layui-tab-title li:nth-child(3).layui-this{
  background: #39eeee;
}
.drive .layui-tab-title li:nth-child(1).layui-this{
  background: #f96248;
}
.drive .layui-tab-title li:nth-child(2).layui-this{
  background: #fc6e63;
}
.about-content .pic .b-title{
  text-align: left;
  text-indent: 1em;
  color: #333;
  font-size: 25px;
  margin: 0 auto;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.about-content .pic .b-title:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e96d08;
  position: relative;
  bottom: 5px;
  right: 10px;
}

/* 发展历程 */
.fazhan{
  overflow: hidden;
}
.fazhan b{
  font-size: 30px;
  color: #000;
  font-family: "SimHei";
}
.fazhan .en{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.fazhan #marquee4 {
  height: 300px;
  overflow: hidden;
}
.fazhan #marquee4 li {
  /*height: 80px;*/
  margin-left: 25px;
}
.fazhan .year{
  font-size: 25px;
  color: #000;
  letter-spacing: 1px;
}
.fazhan .year:before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  margin-right: 15px;
}
.fazhan .text{
  line-height: 20px;
  min-height: 40px;
  font-size: 14px;
  color: #000;
  border-left: 2px dotted #000;
  padding-left: 25px;
  margin-left: 6px;
}
.fazhan .left{
  margin-top: 30px;
}
.fazhan .right{
  text-align: right;
  margin-top: 30px;
}
.fazhan .right .text{
  position: relative;
  text-align: justify;
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 25px;
}
.fazhan .right .text:before{
  content: '';
  width: 50px;
  height: 3px;
  background: #000;
  margin-bottom: 10px;
  text-align: right;
  position: absolute;
  right: 0;
  top: -8px;
}
.map-bg{
  background: url(../images/about3.png) no-repeat;
  height: 330px;
  position: relative;
  margin-top: -40px;
  opacity: 0.85;
  background-size: cover;
  background-position: 50% 50%;
}
.about-map{
  margin-bottom: 60px;
}
.about-map b{
  font-size: 30px;
  color: #000;
  font-family: "SimHei";
}
.about-map .en{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.about-map ul li{
  padding: 0;
}
.about-map ul li:nth-child(2){
  margin-top: -50px;
}
.about-map_content{display: flex;justify-content: space-between;margin-bottom: 40px;}
.about-map_right{width:50%;position: relative;animation: cityright .5s linear}
.about-map_right.active{margin-top: 123px;}
.about-map_left{position:relative;width:50%;padding-right:10%; line-height:2;font-size: 16px;animation: city .8s linear;}
.about-map_left span{color:#063a78;font-weight: bold;font-size: 18px;}
.about-map_right_img0{position: absolute;z-index:1;top:0;left:0;width: 100%;height: 100%;}
.mapp{position: absolute;z-index:2;top:0;left:0;width: 100%;height: 100%;}
.mapp div{position: absolute;z-index:2;top:0;left:0;margin-top: 3%;}
.mapp div span{float: left;color:#000;animation: cityleft .5s linear;}
.mapp .about-map_right_img1{position: absolute;z-index:3;top:4%;left:63%;animation: citytop .4s linear;}
.mapp .about-map_right_img2{position: absolute;z-index:4;top:51%;left:81%;animation: citytop .4s linear;}
.mapp .about-map_right_img2 img{clear: right;}
.mapp .about-map_right_img3{position: absolute;z-index:5;top:31%;left:91%;animation: citytop .4s linear;}
.mapp .about-map_right_img4{position: absolute;z-index:6;top:18%;left:57%;animation: citytop .4s linear;}
.mapp .about-map_right_img5{position: absolute;z-index:7;top:60%;left:90%;animation: citytop .4s linear;}
.mapp .about-map_right_img5 span{float: right;}
.mapp .about-map_right_img6{position: absolute;z-index:8;top:39%;left:93%;animation: citytop .4s linear;}
.mapp .about-map_right_img6 span{float: right;}
.mapp .about-map_right_img7{position: absolute;z-index:9;top:50%;left:74%;animation: citytop .4s linear;}
.mapp .about-map_right_img8{position: absolute;z-index:10;top:40%;left:82%;animation: citytop .4s linear;}
.mapp .about-map_right_img8 img{clear: right;}
.mapp .about-map_right_img9{position: absolute;z-index:11;top:64%;left:75%;animation: citytop .4s linear;}
.mapp .about-map_right_img10{position: absolute;z-index:12;top:39%;left:69%;animation: citytop .4s linear;}
.mapp .about-map_right_img11{position: absolute;z-index:13;top:52%;left:61%;animation: citytop .4s linear;}
.mapp .about-map_right_img12{position: absolute;z-index:13;top:50%;left:47%;animation: citytop .4s linear;}
.mapp .about-map_right_img13{position: absolute;z-index:13;top:34%;left:48%;animation: citytop .4s linear;}
.mapp .about-map_right_img11 img{clear: right;}
.mapp div img{clear: left;float: left;width:15px;cursor: pointer;}
.gongchang{display: none;position: relative;animation: city .5s linear;}
.about-map_right_img0 img{display: none;width: 100%;}
.about-map_right_img0 img.active{animation: cityright .5s linear;}
.gongchang .img span{color: #000;display: block;text-transform: uppercase;position: relative;top: -15px;}
.gongchang .img b{display: block;margin-bottom: 60px;animation: cityright .5s linear;}
.gongchang .img img{position:relative;animation: city .5s linear;}
.backfb{position: relative;top: -90px;right: -90%;width: 40px;cursor: pointer;}
.mb_map_right{display: none;overflow: hidden;}
.MapRight-pagination{text-align: center;}
@keyframes city{
  0%{
    left: -100px;
    opacity: 0;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
-webkit-@keyframes city{
  0%{
    left: -100px;
    opacity: 0;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
-o-@keyframes city{
  0%{
    left: -100px;
    opacity: 0;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
-moz-@keyframes city{
  0%{
    left: -100px;
    opacity: 0;
  }
  100%{
    left: 0;
    opacity: 1;
  }
}
@keyframes cityright{
  0%{
    margin-left: 100px;
    opacity: 0;
  }
  100%{
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes citytop{
  0%{
    margin-top: -20px;
    opacity: 0;
  }
  100%{
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes cityleft{
  0%{
    margin-left: -50px;
    opacity: 0;
  }
  100%{
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 产品展示 */
/*.procate{
  background: #fff;
  padding: 0;
}
.procate>p{
  padding: 0 10px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background: #074cad;
}
.procate ul li a{
  padding: 0 10px;
  line-height: 35px;
  color: #525a66;
  border-left: 2px solid #525a66;
  margin-left: 10px;
}
.procate ul li a:hover, .procate ul li a.active{
  color: #2e3033;
  border-left: 2px solid #2e3033;
}*/
/*.about-content .cont ul{
  overflow: hidden;
}
.about-content .cont ul li{
  margin-bottom: 15px;
}
.about-content .cont ul li:hover img{
  border: 1px solid #a1a8b2;
  box-shadow: 0px 0px 4px 0px #c1bfbf;
}
.about-content .cont ul li>a>img{
  border: 1px solid #dee3eb;
  transition: all .3s;
}
.about-content .cont ul li>a>p{
  font-size: 14px;
  text-align: center;
  color: #525a66;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.about .cont{
  overflow: hidden;
}*/
.about .cont b:first-child, .about .cont strong:first-child{
  border-left: 10px solid #000;
  padding-left: 20px;
  margin-bottom: 60px;
  display: block;
  line-height: 22px;
}
/*.about .pro-content{
  border-left: 0;
}
.about .pro{
  padding-left: 0;
}
.about .pro>img{
  max-width: 460px;
}
.about .detail{
  padding: 20px 0;
  border-bottom: 2px solid #cad4e1;
}
.about .detail .title{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.about .detail .detail-cont{
  height: 210px;
  max-height: 210px;
  overflow: hidden;
}
.about .sx-cont{
  padding: 20px 0;
  border-bottom: 2px solid #cad4e1;
}
.about .sx-cont .title{
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro-page{
  overflow: hidden;
  margin-top: 15px;
}
.pro-page a:nth-child(1){
  width: 30%;
  float: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-page a:nth-child(2){
  width: 30%;
  float: right;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}*/

/* 新闻资讯 */
.news{
  background: #fff;
  margin: 80px 0;
}
.news .contents{
  padding-top: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  color: #fff;
}
.news-content ul{
  overflow: hidden;
}
.news .contents .title{
  height: 50px;
  line-height: 50px;
  background: #595757;
  padding: 0 5px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .contents .date{
  font-size: 14px;
  color: #fff;
}
.news .cont img{
  border: none!important;
  width: 100%;
}
.news .cont ul li{
  overflow: hidden;
  margin-bottom: 30px;
  transition: all .3s;
  height: 400px;
}
.news .cont ul li a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news .cont ul li a img{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .4s;
}
.news .cont ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news .cont ul li a .b-img{
  height: 400px;
  background-size: cover!important;
  background-position: 50% 50%!important;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .4s;
}
.news .cont ul li:hover .b-img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news .cont ul li:hover img{
  box-shadow: none;
}
.news-info .cont b:first-child{
  line-height: normal;
  font-size: 20px;
  border-left: 10px solid #040000;
  color: #040000;
  margin-bottom: 0;
}
.news-info .cont .date{
  font-style: normal;
  color: #000;
  text-indent: 2em;
  display: block;
  margin: 5px 0 20px;
}
.news-info .cont .detail{
  text-indent: 2em;
  color: #000;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-info .cont img{
  margin: 10px 0;
}
.news-info .cont hr{
  border-top: 2px solid #384587;
}


/* 分页 */
.page{
  text-align: right;
  margin-top: 50px;
  padding: 0 15px;
}
.page a{
  display: block;
  text-align: center;
  line-height: 20px;
  color: #585757;
  display: inline-block;
  margin: 0 5px;
  transition: all .3s;
}
.page a:hover, .page a.current{
  border-bottom: 1px solid #1c2a76;
  color: #1c2a76;
  font-weight:bold;
}


/* 案例 */
.case .cont ul li{
  /*padding: 0 5px;*/
  margin-bottom: 30px;
}
.case .img{
  overflow: hidden;
}
.case .img:hover div{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.case .img div{
  height: 384px;
  background-size: cover!important;
  background-position: 50% 50%!important;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .4s;
}
.case .contents{
  padding: 0;
  background: #000;
}
.case .contents .title{
  font-weight: normal;
  min-height: auto;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.box_pro{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(133,133,133,0.9);
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.box_div{
  position: fixed;
  width: 1200px;
  background: #fff;
  border-radius: 8px;
  top: 20%;
  left: 50%;
  padding: 20px;
  overflow: hidden;
  display: none;
  margin-left: -600px;
  -webkit-animation: box_div 0.3s linear;
  -o-animation: box_div 0.3s linear;
  animation: box_div 0.3s linear;
}
@keyframes box_div{
  0%{
    top: 50%;
  }
  100%{
    top: 20%;
  }
}
-webkit-@keyframes box_div{
  0%{
    top: 50%;
  }
  100%{
    top: 20%;
  }
}
.box_product {
  float: left;
  width: 63%;
  padding: 15px;
}
.box_right {
  float: left;
  width: 34%;
  margin-top: 10px;
  padding-right: 10px;
  height: 425px;
  overflow-y: scroll;
}
.box_right h1 {
  font-size: 22px;
  color: #1c2a76;
}
.box_right h6 {
  width: 25px;
  height: 2px;
  background: #1c2a76;
  margin: 10px 0;
}
.box_right p {
  line-height: 2;
  font-size: 14px;
}
.box_div i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  border-top: transparent;
  font-size: 14px;
  color: #888;
  line-height: 30px;
  border-bottom: 1px dotted #ddd;
}
.info{
  padding-top: 50px;
}
.info .news_title{
  font-size: 30px;
  color: #333;
  text-align: center;
  font-family: 'Regular';
  font-weight: bold;
}
.info .title_cn{
  font-size: 14px!important;
  color: #aaa;
  font-family: '微软雅黑';
  margin-bottom: 0;
  font-weight: normal;
}
.info .title_cn span{
  font-family: '微软雅黑';
}
.info .gs_cont{
  color: #888;
  margin-top: 10px;
}
/*.news_prev{
  margin-top: 40px;
}
.news_prev ul li:nth-child(1){
  float: left;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.news_prev ul li:nth-child(2){
  text-align: right;
  float: right;
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.news_prev ul li a{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.news_prev ul li:hover a{
  color: #2376bc;
}
.news_prev ul li:nth-child(1) a{
  padding-left: 15px;
}
.news_prev ul li:nth-child(2) a{
  padding-right: 15px;
}
.news_prev ul li:nth-child(1) i{
  width: 15px;
  background: url(../images/news_prev.png) no-repeat left;
  float: left;
  height: 28px;
  overflow: hidden;
}
.news_prev ul li:nth-child(2) i{
  width: 15px;
  background: url(../images/news_prev.png) no-repeat left;
  float: right;
  height: 28px;
  overflow: hidden;
  background-position: -16px 0;
  margin-left: 15px;
}
.news_prev ul li:nth-child(1):hover i{
  background-position: -32px 0;
}
.news_prev ul li:nth-child(2):hover i{
  background-position: -48px 0;
}*/
.con{
  padding-bottom: 50px;
}

/* 衍生产业 */
.industry{
  background: #fff;
  margin-bottom: 80px;
}
.industry .about-content{
  background: transparent;
  padding: 90px 0 0;
}
.industry-menu{
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.industry-menu li{
  width: 22%;
  font-size: 18px;
  background: #585757;
  color: #fff;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  margin-right: 2%;
  transition: all .4s;
}
.industry-menu a{
  width: 22%;
  font-size: 18px;
  background: #585757;
  color: #fff;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  margin-right: 2%;
  transition: all .4s;
}
.industry-menu a:hover,
.industry-menu a.active{
  background: #06216d;
}
.industry-menu a:last-child{
  margin-right: 0;
}
.industry .cont{
  padding: 100px 0 0;
}
.industry ul li div{
  padding: 20px;
  background: #585757;
  color: #fff;
  min-height: 130px;
}
.industry .ny{
  width: 600px;
  margin: 0 auto;
  margin-top: 80px;
}
.industry .ny .cont{
  padding: 0;
  margin-left: 200px;
}
.industry .ny .title{
  color: #19191a;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
.industry .ny img{
  padding: 0;
  float: left;
}
.industry .ny ul li{
  font-size: 14px;
}
.industry .ny ul li:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #525a66;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/* 投资者关系 */
.tzz{
  background: #e8e9f1;
}
.tzz .container{
  background: #fff;
  padding: 50px 50px 50px 30px;
}
.tzz .news-content .cont{
  overflow: hidden;
}
.tzz .cont .left a{
  display: block;
  text-align: center;
  background: #595757;
  line-height: 25px;
  color: #fff;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  transition: all .3s;
}
.tzz .cont .left a:last-child{
  /* color: #fff;
  background: #e22b20; */
}
.tzz .cont .left a:hover,
.tzz .cont .left a.active{
  background: #1c2a76;
}
.tzz .cont .right{
  border-left: 2px solid #d6d6d6;
  padding-left: 50px;
}
.tzz .right .choice{
  float: left;
  color: #595757;
  border: 1px solid #595757;
  padding: 2px 5px;
  margin-top: 1px;
  display: inline-block;
  border-radius: 2px;
  transition: all .3s;
}
.tzz .right .choice:hover{
  background: #1c2a76;
  color: #fff;
}
.tzz .right .form{
  float: left;
  overflow: hidden;
}
.tzz .right form{
  float: left;
  border: 1px solid #1c2a76;
  margin-top: 1px;
  margin-left: 5px;
  border-radius: 2px;
}
.tzz .right form input[type="text"]{
  width: 100px;
  margin-bottom: 1px;
  padding-left: 5px;
  font-size: 14px;
}
.tzz .right form input[type="submit"]{
  background: url(../images/search.png) no-repeat center right 5px;
  height: 25px;
  width: 40px;
}
.tzz .right .total{
  text-align: right;
  color: #595757;
  line-height: 28px;
}
.tzz .right ul{
  clear: both;
  margin-top: 30px;
}
.tzz .right ul li{
  background: #e8e9f1;
  color: #595757;
  padding: 15px 10px 0;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 1s;
}
.tzz .right ul li:hover{
  background: #1c2a76;
}
.tzz .right ul li:hover em,
.tzz .right ul li:hover .title>p,
.tzz .right ul li:hover .title>i,
.tzz .right ul li:hover .detail{
  color: #fff;
}
.tzz .right ul li:hover img{
  opacity: 1;
}
.tzz .right ul li em{
  float: left;
  min-width: 22px;
  width: 22px;
  height: 25px;
  color: #1c2a76;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  line-height: 23px;
}
.tzz .right ul li .title{
  overflow: hidden;
}
.tzz .right ul li .title>p{
  width: 80%;
  min-height: 44px;
  float: left;
  color: #1c2a76;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tzz .right ul li .title i{
  float: right;
  text-align: right;
}
.tzz .right ul li .detail{
  width: 80%;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.tzz .right ul li img{
  float: right;
  position: relative;
  top: -27px;
  opacity: 0;
  transition: all .3s;
}

/* 核心任务 */
.business{
  background: -moz-linear-gradient(top,#fff,#f1f3f8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#f1f3f8));
  background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #15A216),color-stop(1, #fafafa));
}
.business-banner{
  position: relative;
  z-index: 1;
  background: url(../images/business_banner.jpg) no-repeat;
  /* height: 835px; */
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 80px;
  padding: 80px 0;
}
.business-banner b {
    color: #000;
    font-size: 30px;
    font-family: "SimHei";
}
.business-banner .en {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 100px;
}
.business .industry-menu a{
  /*width: 30%;*/
}
.business .industry-menu img{
  height: 25px;
  margin-right: 20px;
  margin-top: -4px;
}
.business .cl{
  overflow: hidden;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.business .cl li{
  text-align: center;
  padding: 0 80px;
  margin-bottom: 80px;
}
.business .cl li p.title{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
.business .cl li p:last-child{
  min-height: 90px;
}
.map{
  background: url("../images/business6.jpg") no-repeat;
  height: 702px;
  background-size: cover;
  background-position: 50% 50%;
}
.map .left{
  float: left;
  margin-top: 150px;
}
.map .right{
  float: right;
  text-align: right;
  margin-top: 180px;
  margin-right: 60px;
  color: #06216d;
  font-size: 22px;
}
.map .right h1{
  margin-bottom: 50px;
  color: #000;
}
.map .right p{
  margin-bottom: 20px;
}
.map .right p>span{
  font-size: 12px;
  display: block;
  line-height: 15px;
}
.parthner{
  position: relative;
  background: #06216d;
  padding: 100px 0;
}
.parthner p{
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}
.parthner ul{
  overflow: hidden;
  width: 100%;
  /*position: absolute;
  left: 50%;
  margin-left: -567px;*/
}
.parthner ul li{
  text-align: center;
  margin-bottom: 30px;
}
.parthner ul li img{
  
}
.map2{
  background: #fff;
  text-align: center;
  padding: 100px 0;
}
.map2 img{
  max-width: 1150px;
}
.map-f .right{
  color: #040000;
  margin-top: 130px;
}
.map-f .title{
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: -40px;
}
.map2 .title{
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 100px;
}
.business .djy{
  width: 750px;
  margin: 80px auto 0;
}
.map2 .process{
    width: 100%;
  overflow: hidden;
  margin-left: 45px;
}
.map2 .process ul li{
  text-align: left;
  color: #040000;
}
.map2 .process ul li img,
.map2 .process ul li p{
  margin-bottom: 20px;
}

/* 研发驱动 */
.drive{
  background: transparent;
}
.drive-banner {
  position: relative;
  z-index: 1;
  background: url(../images/drive_banner.jpg) no-repeat;
  height: 835px;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 80px;
}
.drive-banner .en {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 100px;
}
.drive-banner b {
  color: #fff;
  font-size: 30px;
  font-family: "SimHei";
}
.drive-banner .en {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 100px;
}
.drive .about-content {
  background: transparent;
  padding: 90px 0 0;
}
.drive .map {
  position: relative;
  z-index: 1;
  background: url(../images/drive1.jpg) no-repeat;
  height: 627px;
  margin-top: -50px;
  background-size: cover;
  background-position: 50% 50%;
}
.drive .map .right{
  color: #000;
  text-align: right;
}
.drive .cont {
  padding: 60px 0;
  /*background: #000;*/
  color: #fff;
}
.drive .cont p,
.drive .cont span{
  color: #fff!important;
}
.drive .power{
  margin: 100px 0;
}
.drive .power .title{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.drive .power .content{
  margin: 0 auto;
  float: none;
  overflow: hidden;
}
.drive .power .left p{
  width: 110px;
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.drive .power .left p.mb{
  display: none;
}
.drive .power .right{
  color: #040000;
  line-height: 32px;
  font-size: 14px;
  padding: 0;
}
.drive .power .mb-right{
  display: none;
  font-size: 14px;
  text-align: center;
}
.drive .power .mb-right p{
  color: #040000;
}
.drive .power ul li{
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #3e538e;
}
.drive .power ul li:nth-child(2n) .left{
  float: right;
  text-align: right;
}
.drive .power ul li:nth-child(2n) .left p{
  float: right;
}
.drive .power .right>b{
  color: #000!important;
}
.drive .power ul li:last-child .left{
  float: right;
}
.drive .power ul li:last-child .right>b{
  font-size: 22px;
}
/* 成果展示 */
.drive .results {
  margin: 50px 0 100px;
}
.drive .results .title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
.zhuanli{
  padding: 80px 0;
  margin-top: 80px;
  background: #e9eaf0;
}
.zhuanli ul{
  overflow: hidden;
}
.zhuanli .title{
  margin-bottom: 30px;
}
.zhuanli .en{
  font-size: 18px;
  color: #000!important;
  text-align: center;
  margin-bottom: 30px;
}
.zhuanli ul li{
  border-bottom: 0!important;
  text-align: center;
  color: #000!important;
}
.zhuanli ul li .b-title{
  margin: 15px 0 25px 0;
  color: #000;
}
.zhuanli .eq{
  position: relative;
  color: #000;
}
.zhuanli .eq i{
  position: relative;
  top: -7px;
  margin: 0 5px;
  height: 45px;
  line-height: 45px;
  font-size: 25px;
  font-style: normal;
  display: inline-block;
}
.zhuanli .eq div{
  display: inline-block;
  line-height: 22px;
}
.zhuanli .eq div span{
  font-weight: bold;
  font-size: 25px;
  margin-right: 5px;
}
.zhuanli .zl-b{
  text-align: center;
  color: #000;
}
.honor{
  margin-top: 80px;
}
.cpq-c ul {
  padding-left:8px;
}
.cpq-c ul li {
  float:left;
  margin: 0 15px;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  border-bottom: 0!important;
}
#demo{
  overflow:hidden;
}
#indemo {
  float:left;
  width:800%;
}
#demo1, #demo2 {
  float:left;
}

.height{
  height: 60px;
}

/* 过渡页弹窗 */
.gdr-pop{
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 360px;
	height: 280px;
	padding: 20px 20px 0;
	border-radius: 4px;
	z-index: 1111;
	display: none;
	box-shadow: 0 0 4px #d1d1d1;
}
.gdr-tit{
	color: #343434;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 19px;
	border-bottom: 1px solid #F0F2F5;
	margin: 0 0 30px;
}
.gdr-close{
	position: absolute;
	right: 16px;
	top: 30px;
	background: url(/home/images/close11.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	display: block;
}
.gdr-pop .select{
	background: #F0F2F5;
	border-radius: 4px;
	position: relative;
	height: 40px;
	width: 100%;
	display: block;
	padding: 0 20px;
}
.gdr-pop .button-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 2px solid #F0F2F5;
	line-height: 60px;
	display: flex;
	justify-content: center;
	
}
.gdr-pop .button-box .button{
	width: 50%;
	text-align: center;
}
.gdr-pop .button-box .button-confirm {
	border-right: 2px solid #F0F2F5;
	color: #0079b1;
}

.pagetit{
	margin-bottom: 40px;
	position: relative;
	font-size: 30px;
}
.pagetit::after{
	position: absolute;
	left: 0;
	bottom: -15px;
	content: '';
	width: 160px;
	height: 4px;
	background: #0079b1;
}
.submenu271{
	cursor: pointer;
}

.form-btn{
	max-width: 560px;
	margin: 130px auto 50px;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 60px;
}
.form-btn .submit-btn{
	width: 250px;
	height: 60px;
	border: none;
	background: #0079b1;
	text-align: center;
	color: #ffffff;
}
.form-btn .reset-btn{
	width: 250px;
	height: 60px;
	border: none;
	background: #666666;
	text-align: center;
	color: #ffffff;
}
.des > b{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.des .cont b{
	display: block;
}
.des .agree{
	color: #fff;
	display: block;
	margin: 0 20px;
	background: #06216d;
	width: 80px;
	text-align: center;
	line-height: 30px;
}
.btnn{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}



@media screen and (max-width: 1200px) {
  .fazhan .right{
    margin-top: 0;
  }
  .s-hexin ul li .round{
    height: 283px;
  }
  .s-case .text .cont{
    top: 80px;
  }
  .apply ul li{
    margin: 0 15px;
    height: 156px;
  }
  .apply ul li .text{
    margin-top: -50px;
  }
  .cost ul li{
    height: 190px;
    margin: 0 50px;
  }
  .s-news ul li .cont{
    height: 260px;
  }
  .s-news .cont>span.detail{
    -webkit-line-clamp: 4;
    min-height: 80px;
  }

  .index_brand{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .zz_cont .swiper-button-prev{
    left: 5%;
  }
  .zz_cont .swiper-button-next{
    right: 4%;
  }
  .zz_cont .swiper-slide{
    padding: 0 15%;
  }
  .con .title_cn{
    margin-bottom: 15px;
  }
  .zz_cont .team{
    padding-top: 55px;
  }
  .mb_w1200{
    display: block;
  }
  .w1200{
    display: none;
  }
  #mobileMenu{
    display: block!important;
  }
  .index_about{
    padding: 30px 0;
  }
  .index_about .right{
    width: 100%;
  }
  .index_ser,
  .index_news,
  .index_eq{
    padding: 40px 0;
  }
  .service .ser ul li{
    padding: 10px 0 0 8px;
  }
  .fw_cont .ser ul li{
    width: auto!important;
  }
  .fw_cont .ser ul li:nth-child(2n-1){
    width: 80px!important;
  }
  .fw_cont .ser ul li:nth-child(2n-1) img{
    max-width: 100%;
  }
  .fw_cont .ser ul li:nth-child(2n) img{
    width: 30px;
    margin: 0;
  }
  .footer .right{
    padding: 0;
  }
  .industry ul li div{
    padding: 10px;
    min-height: 140px;
  }
  .business .cl li{
    padding: 0 15px;
  }
  .business .industry-menu{
    width: 100%;
  }
  .map .left img{
    width: 560px;
  }
  .box_div{
    width: 90%;
    margin-left: -45%;
  }
  .map-f .right{
    margin-top: 150px;
  }
}

@media screen and (max-width: 992px) {
  .pc-s-news{
    display: none;
  }
  .mb-s-news{
    display: block;
  }
  .news .title_cn{
    margin-bottom: 45px;
  }
  .gs_cont strong{
    font-size: 16px;
  }
  .index_ser .ser ul li{
    padding: 0 15px;
  }
  .footer .foot_con ul li:nth-child(2) p,
  .footer .foot_con ul li:nth-child(3) p{
    font-size: 14px;
  }
  .service .ser ul li{
    margin-bottom: 20px;
  }
  .news_cont{
    padding-top: 30px;
  }
  .fw_cont .ser ul li:nth-child(2n-1){
    width: auto!important;
    height: 150px;
  }
  .fw_cont .ser ul li:nth-child(2n){
    height: 150px;
  }
  .zj_cont{
    padding-top: 50px;
  }
  .s-hexin{
  	height:auto;
  }
  .s-news .cont .title{
  	font-size:16px;
  }
  .s-news ul li .cont{
  	height:210px;
    padding:10px;
  }
  .s-hexin ul li .round{
  	height:210px;
  }
  .s-hexin .round .timer{
  	font-size:70px;
  }
  .s-hexin .round .weight{
  	font-size:30px;
  }
  .s-hexin .round span{
  	font-size:25px;
  }
  .apply{
    margin: 50px 0 ;
  }
  .apply ul li .text{
    width: 70%;
    margin-left: -35%;
  }
  .apply ul li{
    margin: 0 10px;
    height: 120px;
  }
  .apply ul li .text i{
    font-size: 20px;
  }
  .map-bg{
    height: 100px;
    visibility: hidden;
  }
  .fazhan .right{
    text-align: left;
  }
  .fazhan .right .text:before{
    left: 0;
  }
  .fazhan .en{
    margin-bottom: 20px;
  }
  .fazhan #marquee4 li{
    margin-left: 0;
  }
  .fazhan .left,.fazhan .right{
    padding: 0;
  }
  .about-map ul li:nth-child(2){
    margin-top: 20px;
  }
  .footer .right{
    text-align: center;
    margin-top: 30px;
  }
  .footer{
    padding: 10px;
  }
  .s-case .text .cont{
    top: 2%;
    left: 2%;
    width: 98%!important;
    padding-right: 2%;
  }
  .tzz .news-content .cont .left{
    padding: 0;
  }
  .about-content .layui-tab-title{
    width: 100%;
    padding: 0;
  }
  .timeline .timeline-item.timeline-item-right > .timeline-event, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event{
    /*text-align: left!important;*/
  }
  .industry ul li div{
    min-height: 170px;
  }
  .map .left{
    margin-top: 50px;
  }
  .map .right{
    width: 100%;
    margin-right: 0;
    margin-top: 50px;
  }
  .news .cont ul li a .b-img{
    height: 210px;
  }
  .news .cont ul li,
  .news .cont ul li a{
    height: auto;
  }
  .case .img div{
    height: 210px;
  }
  .box_product{
    width: auto;
    float: none;
    height: 300px;
    display: block;
    margin: 0 auto;
  }
  .box_right{
    width: 100%;
    height: 300px;
  }
  .cost{
    width: 450px;
    margin: 50px auto;
  }
  .cost ul li{
    width: 120px!important;
    height: 120px!important;
    margin: 0 35px;
  }
  .cost ul li .text{
    margin-left: -55px!important;
    margin-top: -35px!important;
  }
  .about-banner .w992{
    display: block;
  }
  .w1920{
    display: none;
  }
}

@media screen and (max-width: 918px) {
  .timeline .timeline-item.timeline-item-right > .timeline-event, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event{
    text-align: left!important;
  }
}

@media screen and (max-width: 768px) {
  .report .text p:nth-child(3){
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .s-news .cont>span.detail{
    display: none;
  }
  .s-news ul li:nth-child(2),
  .s-news ul li:nth-child(3){
    width: 50%;
  }
  .s-news ul li .cont{
    height: auto;
  }
  .s-news .cont .title{
    font-weight: normal;
    font-size: 14px;
  }
  .header{
    height: 8vh;
  }
  .mb_banner{
    display: block;
	height:250px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev{
    display: none;
  }
  .pc_banner{
    display: none;
  }
  .info .news_title{
    font-size: 20px;
  }
  .info .title_cn{
    font-size: 12px!important;
  }
  .news_prev ul li:nth-child(1),
  .news_prev ul li:nth-child(2){
    width: 45%;
  }
  .title_en{
    font-size: 30px!important;
  }
  .title_cn{
    font-size: 20px!important;
    line-height: normal!important;
    margin-bottom: 20px!important;
  }
  .index_ser, .index_news, .index_eq{
    padding: 20px;
  }
  .index_about .right .title{
    font-size: 20px;
  }
  .index_about .right .title span{
    font-size: 18px;
  }
  .index_about .right i.xian{
    margin: 15px 0;
  }
  .index_about .right .text{
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .index_case .container{
    padding: 20px 0;
  }
  .index_case .container .title{
    font-size: 20px;
    margin-left: 15px;
  }
  .index_case .container .a_more{
    margin-right: 15px;
  }
  .index_case .case_pic ul li{
    width: 50%;
  }
  .case_cont ul li .text{
    height: 40px;
  }
  .case_cont ul li .text p{
    height: 40px;
    line-height: 40px;
  }
  .mbnews .news ul li{
    width: 48%;
    margin-right: 4%;
  }
  .mbnews .news ul li:nth-child(3){
    display: none;
  }
  .mbnews .news ul li:nth-child(2){
    margin-right: 0;
  }
  .index_news .news ul li .detail p{
    padding: 0;
  }
  .add_cont ul{
    margin-bottom: 30px;
  }
  .footer .foot_con ul li{
    height: auto;
    width: 100%;
    padding: 5px 0!important;
    margin-top: 15px;
  }
  .footer .foot_con ul li p{
    line-height: 20px;
    display: none;
  }
  .footer .foot_con a:after{
    display: none;
  }
  .foot_nav a{
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .foot_nav a:last-child{
    background: #fff;
    color: #333;
  }
  .footer .bq p{
    margin-top: 10px;
  }
  .footer .foot_con ul li{
    margin-bottom: 0;
    margin-top: 0;
    width: 29%;
    margin-left: 3%;
    margin-right: 0;
    text-align: center;
  }
  .footer .foot_con a{
    margin-bottom: 0;
    text-align: center;
  }
  .footer{
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer .right{
    margin-top: 0;
  }
  .zz_cont,
  .fw_cont{
    padding-top: 50px;
  }
  .fw_cont .ser ul li{
    float: none;
    padding-left: 0;
    height: auto!important;
  }
  .fw_cont .ser ul li p{
    margin: 0 auto;
    margin-top: 10px;
  }
  .fw_cont .ser ul li:nth-child(2n){
    height: auto;
    line-height: 40px;
  }
  .fw_cont .ser ul li:nth-child(2n) img{
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
  }
  .page{
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  .page a{
    /*width: 25px;*/
    height: 25px;
    line-height: 25px;
    margin: 0 3px;
    font-size: 14px;
  }
  .xw .gs a{
    width: 25%;
    margin: 0 2px;
  }
  .service .news_cont{
    padding-top: 0;
  }
  .index_ser .left{
    font-size: 20px;
    margin-bottom: 30px;
  }
  .index_ser .ser ul li{
    margin-bottom: 15px;
  }
  .index_ser .ser ul li p{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .kehu form .form-group .btn{
    width: 200px;
  }
  .kehu .form-horizontal .control-label{
    text-align: left;
    height: auto;
    line-height: 20px;
    width: 100%;
  }
  .kehu .form-horizontal .form-group .col-xs-8{
    width: 100%;
  }
  .kehu .title_cn{
    margin-bottom: 0!important;
  }
  .kehu .title_en{
    font-size: 18px!important;
  }
  .kehu form{
    margin-top: 30px;
  }
  .news_cont .cont{
    margin-bottom: 0;
    margin-top: 10px;
  }
  .news_cont .right{
    display: none;
  }
  .news_cont ul li{
    padding-bottom: 0;
  }
  .news_cont .left{
    margin-bottom: 15px;
  }
  .news .title_cn{
    margin-bottom: 0!important;
  }
  .s-news{
  	padding:30px 0;
  }
  .s-hexin{
  	padding:70px 0;
  }
  .s-hexin ul li{
  	margin-bottom:20px;
    padding: 0;
  }
  .s-hexin ul li i{
  	margin-top:20px;
    font-size: 14px;
  }
  .s-hexin ul li em{
    font-size: 12px;
    width: 110px;
    margin: 5px auto 0;
    display: block;
  }
  .s-hexin ul li .round{
  	width: 110px;
    height: 110px;
    margin: 0 auto;
  }
  .s-hexin ul li:hover .round{
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .s-hexin ul li:hover i{
    margin-top: 60px;
  }
  .s-hexin ul li .round .text{
    margin-top: -31px;
  }
  .s-hexin .round .timer{
    font-size: 22px;
    line-height: normal;
  }
  .s-hexin .round .weight{
    font-size: 14px;
    margin-top: 0;
    line-height: normal;
  }
  .s-hexin .round span{
    font-size: 14px;
  }
  .contact-banner p:last-child{
    width: 100%!important;
    font-size: 12px!important;
  }
  b{
    font-size: 14px!important;
    font-weight: Bold;
  }
  .contact-banner .en{
    font-weight: normal;
    font-size: 14px!important;
  }
  .contact-banner p{
    font-size: 14px;
  }
  .contact-banner p:nth-child(3){
    font-size: 16px!important;
  }
  .about-map .en{
    margin-bottom: 30px;
    text-align: center;
  }
  .about-file{
    height: 450px!important;
  }
  .contact-banner{
    padding-top: 50px;
    height: 600px;
  }
  .contact-banner .en{
    margin-bottom: 30px;
  }
  .apply ul{
    overflow: hidden;
  }
  .apply ul li{
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
    margin-left: 5px;
  }
  .apply .apply-text{
    width: 100%;
    text-align: center;
    margin-right: 0!important;
  }
  .s-case .detail{
    width: 100%;
    font-size: 14px;
  }
  .s-case .more{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .s-case .text ul li{
    float: left;
    width: 33%;
  }
  .s-case .text ul li img{
    width: 100%;
    display: none;
  }
  .s-case .text ul li em{
    height: 100px;
    background-size: cover!important;
    background-position: 50% 50%!important;
  }
  .s-case{
    padding: 30px 0;
  }
  .s-case .title{
    font-size: 16px;
  }
  .s-case .text .cont p{
    font-size: 16px;
  }
  .s-case .text .cont span{
    font-size: 14px;
    display: none;
  }
  .s-case .text .cont{
    line-height: 100px;
    text-align: center;
  }
  .footer .foot_con ul li a{
    display: none!important;
  }
  /*.s-case .text ul li:nth-child(1){
    height: 200px;
  }
  .s-case .text ul li:nth-child(1) img{
    height: 200px;
  }*/
  .about .about-content{
    margin-top: 0;
    padding: 30px 15px;
    padding-bottom: 0;
  }
  .about .cont b:first-child{
    margin-bottom: 5px;
  }
  .news-info .cont .detail{
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: normal;
    display: none;
  }
  .news-info .cont hr{
    margin:5px 0;
  }
  .news{
    margin:20px 0;
  }
  .news .container{
    padding: 0 10px;
  }
  .news .cont ul li{
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news-info .cont .date{
    margin:0;
    line-height: normal;
  }
  .news .cont ul li a .b-img{
    height: 160px;
  }
  .news .contents .title{
    font-size: 14px;
  }
  .box_div{
    top: 8%;
    width: 96%;
    margin-left: -48%;
    -webkit-animation: box_div 0.3s linear;
    -o-animation: box_div 0.3s linear;
    animation: box_div 0.3s linear;
  }
  .box_product{
    height: auto;
    padding: 2px;
  }
  .box_div i{
    top: 0;
    right: 5px;
    font-size: 22px;
  }
  .box_right{
    width: 100%;
    height: 200px;
    padding-top: 0;
    padding-right: 1%;
    padding-left: 1%;
    margin-bottom: 10px;
  }
  .box_right h1{
    font-size: 16px;
  }
  @keyframes box_div{
    0%{
      top: 50%;
    }
    100%{
      top: 8%;
    }
  }
  -webkit-@keyframes box_div{
    0%{
      top: 50%;
    }
    100%{
      top: 8%;
    }
  }
  .tzz .cont .right{
    border-left:0;
    padding-left: 0;
    padding-right: 0;
  }
  .tzz .news-content .cont .left{
    text-align: center;
  }
  .tzz .cont .left a{
    display: inline-block;
    margin: 0 5px 20px;
  }
  .tzz .container{
    padding: 20px 15px;
  }
  .tzz .right ul li .title>p{
    width: 70%;
    font-size: 14px;
    height: 17px;
    display: inline-block;
  }
  .drive-banner{
    padding-top: 50px;
  }
  .drive-banner .en{
    margin-bottom: 30px;
  }
  .industry-file{
    height: 480px!important;
  }
  .drive-banner p:last-child{
    width: 100%!important;
	font-size: 12px!important;
  }
  .drive .about-content{
    margin-top: -82px;
  }
  .drive .industry-menu li{
    width: 48%;
  }
  .layui-tab-bar{
    display: none;
  }
  .drive .results{
    margin:50px 0 30px;
  }
  .honor{
    margin-top: 30px;
  }
  .drive .power ul li{
    padding-bottom: 0;
  }
  .power .container{
    padding: 0;
  }
  .power .container-fluid{
    padding: 0;
  }
  .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left){
    padding-left: 50px!important;
    margin-bottom: 0!important;
  }
  .timeline.timeline .timeline-item{
    padding-left: 50px!important;
    margin-bottom: 0!important;
  }
  .drive .power ul li .left{
    float: left;
    width: 100%;
    text-align: center;
  }
  .drive .power .left p{
    width: 100%;
  }
  .drive .power .right{
    text-align: center;
  }
  .drive .power ul li:nth-child(2n) .left{
    text-align: center;
  }
  .drive .power{
    margin:30px 0 0;
  }
  .drive .power .right>b,
  .drive .power .left>b{
    font-size: 16px!important;
    font-weight: bold;
  }
  .industry .cont span,
  .industry .cont p{
    width: 100%!important;
    font-size: 12px!important;
  }
  .industry .cont p.cbtr{
    font-size: 16px!important;
  }
  .industry{
    margin-bottom: 30px;
  }
  .industry .about-content{
    margin-top: -82px;
  }
  .industry .cont{
    padding: 20px 0 0;
  }
  .industry-menu li{
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 16px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
  }
  .industry ul li div{
    min-height: auto;
    font-size: 14px;
  }
  .industry ul li img{
    width: 100%;
  }
  .industry .ny{
    width: 100%;
    margin-top: 30px;
  }
  .industry .ny .cont{
    margin-left: 0;
    clear: both;
  }
  .industry .ny img{
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .business ul li img{
    width: auto;
    height: 48px;
  }
  .business .cl{
    padding: 0;
    margin-top: 30px;
    width: 100%;
  }
  .business .cl li p.title{
    font-size: 12px;
    margin:5px 0;
  }
  .business-banner{
    padding-top: 50px;
  }
  .business-banner .en{
    margin-bottom: 30px;
  }
  .business-banner p:last-child{
    width: 100%!important;
    line-height: 20px!important;
  }
  .business .industry-menu li{
    width: 100%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
  .business .industry-menu img{
    margin-right: 5px;
    height: 15px;
  }
  .business .cl li{
    margin-bottom: 30px;
    padding: 0 8px;
    width: 100%;
  }
  .business .cl li p:last-child{
    min-height: auto;
    font-size: 12px;
    line-height: 22px;
  }
  .map .container{
    padding: 0;
  }
  .map .container>p{
    margin-top: 30px!important;
  }
  .map .right{
    margin-top: 20px;
    padding-right: 10px;
	margin-bottom: 20px;
	text-align: center;
  }
  .map .right p{
    font-size: 14px;
  }
  .map2{
    padding: 30px 0;
  }
  .map2 .container{
    padding: 0;
  }
  .map-text{
    overflow-x: scroll;
  }
  .map-text img{
    max-width: 700px!important;
  }
  .footer .right select{
    display: none;
  }
  .link{
    display: block!important;
  }
  .apply ul li .text{
    width: 90%;
    margin-left: -50px;
    margin-top: -28px;
  }
  .apply ul li .text p{
    font-size: 12px;
    letter-spacing: 0;
  }
  .apply ul li .text p:after{
    margin:5px auto;
    height: 2px;
  }
  .apply ul li .text i{
    font-size: 14px;
    font-weight: normal;
  }
  .apply ul li .text i.yuan{
    font-size: 14px;
  }
  .apply ul li:nth-child(4){
    /*margin-left: 62px;*/
  }
  .fazhan .year:before{
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 8px;
  }
  .fazhan .year{
    font-size: 16px;
  }
  .fazhan .text{
    padding-left: 18px;
    min-height: auto;
    padding: 10px 0 10px 18px;
  }
  .fazhan b,
  .about-map b{
    width: 100%;
    display: block;
    text-align: center;
  }
  .fazhan .en{
    text-align: center;
  }
  .fazhan .right .text:before{
    display: none;
  }
  .about-map_content{
    display: block;
    margin-bottom: 0;
  }
  .mb{
    display: block;
  }
  .pc{
    display: none;
  }
  .about-map_left{
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .about-map_left span{
    font-size: 14px;
  }
  .about-map_right{
    width: 100%;
    height: 200px;
    display: none;
  }
  .mb_map_right{
    display: block;
  }
  /*.about-map_right_img0 img.active{
    min-height: 350px;
  }
  .about-map_right .base{
    min-height: 350px;
  }*/
  .about .cont p{
    font-size: 14px;
  }
  .tzz .right .total{
    font-size: 14px;
  }
  .tzz .right ul{
    margin-top: 20px;
  }
  .tzz .right form input[type="submit"]{
    position: relative;
    top: -1px;
    background-size: 20px;
    height: auto; 
  }
  .tzz .right ul li{
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
  .tzz .right ul li em{
    font-size: 16px;
    margin-right: 5px;
    line-height: normal;
  }
  .tzz .right ul li .detail{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 85%;
  }
  .tzz .right ul li img{
    top: 0;
  }
  .case .img div{
    height: 160px;
  }
  .parthner{
    padding: 30px 0;
  }
  .business .industry-menu{
    display: flex;
    margin-top: 25px;
  }
  .business .industry-menu li{
    font-size: 12px;
  }
  .map{
    background: #fff;
    height: auto;
  }
  .map2 img{
    /* width: auto!important;
    height: auto!important; */
    max-width: 100%!important;
  }
  .map2 .process{
    margin-left: 0;
  }
  .map2 .process ul li p,
  .map2 .process ul li img{
    margin-bottom: 10px;
  }
  .map2 .process ul li p{
    line-height: 22px;
  }
  .drive .results .title{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .zhuanli{
    padding: 40px 0;
  }
  .zhuanli .zl-b{
    padding: 0 20px;
    font-size: 14px;
  }
  .zhuanli ul li .b-title{
    margin: 15px 0;
  }
  .zhuanli .eq div span{
    font-size: 20px;
  }
  .zhuanli .eq div p{
    font-size: 14px;
  }
  #demo{
    margin-bottom: 20px;
  }
  #demo li img{
    height: 100px;
  }
  .drive .map{
    height: auto;
	margin-top: auto;
  }
  .map .right h1{
    font-size: 16px;
  }
  .drive .power .left p{
    display: none;
  }
  .drive .power .left p.mb{
    display: block!important;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
  }
  .drive .power ul li:last-child .right b{
    margin-top: 10px;
  }
  .drive .container{
    padding: 0;
  }
  .cbtr{
    font-size: 16px!important;
  }
  .mapp{
    top: -35px;
  }
  .height{
    height: 30px;
  }
  .drive .power .right{
    display: none;
  }
  .drive .power .mb-right{
    display: block;
	font-size:12px;
  }
  .footer .copy{
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 500px){
  .cost{
    width: 400px;
  }
  .cost ul li{
    margin: 0 35px;
    width: 100px!important;
    height: 100px!important;
    margin-left: 0!important;
  }
  .cost ul li .text{
    margin-left: -45px!important;
    margin-top: -28px!important;
    line-height: 18px;
  }
  .apply ul{
    width: 375px;
    margin: 0 auto;
  }
  .cost ul{
    width: 1000px;
  }
}

@media screen and (max-width: 400px) {
  .header img{
    height: 32px;
  }
  .index_ser .ser ul li{
    padding-left: 25px;
  }
  .index_join .sw,
  .index_join .td{
    width: 120px;
  }
  .footer .foot_con a{
    font-size: 16px;
  }
  .apply ul{
    width: 320px;
  }
  .apply ul li{
    margin-left: 0;
    margin-right: 5px;
    width: 100px;
    height: 100px;
  }
  .apply ul li:nth-child(4){
    margin-left: 48px;
  }
  .apply ul li .text{
    margin-left: -45px;
  }
  .map2 .process ul li p{
    height: 70px;
    margin-bottom: 0;
  }
  .cost ul{
    width: 1000px;
  }
  .cost ul li{
    margin:0 18px;
  }
  .fazhan .left{
    margin-top: 40px;
  }
  .mapp{
    top: -35px;
    left: -14px;
  }
  .tzz .right ul li .title>p{
    width: 60%;
  }
}


.gdclf1{
  /*border-style: solid;*/
}
p.solid {
  border-style: solid;
  border-width: 2px;
  padding: 30px ;
  text-align:center;
  font-weight: bold;
}
p.solid2 {
  padding: 30px 20% 30px 0px ;
  text-align:left;
  /*font-weight: bold;*/
}

p.solid3 {
  padding: 10px 20% 30px 0px ;
  text-align:left;
  font-weight: bold;
}


.gdcl .img{
  overflow: hidden;
}
.gdcl .img:hover div{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.gdcl .img div{
  height: 384px;
  background-size: cover!important;
  background-position: 50% 50%!important;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all .4s;
}

b.bt1{
  font-size: 30px;
  color: #000;
  font-family: "SimHei";
}
b.js1{
  font-size: 15px;
  color: #000;
  font-family: "SimHei";
}

b.js2{
  font-size: 15px;
  color: #000;
  font-family: "SimHei";
}
b.js3{
  font-size: 55px;
  color: #000;
  font-family: "SimHei";
}
b.js4{
  font-size: 30px;
  color: #000;
  font-family: "SimHei";
  margin: 0px 0px 0px -30px;
  /*padding-top: 200px;*/
}

.bt2{
  margin-top: 130px;
}
.bt3{
  margin-top: 70px;
}

.xiahuaxian{
  content: '';
  width: 50px;
  height: 3px;
  background: #000;
  margin-bottom: 10px;
  text-align: left;
  /*position: absolute;*/
  right: 0;
  margin-top: 30px;
  /*top: 5px;*/
}

p.pbt1{
  font-size: 30px;
  color: #000;
  font-family: "SimHei";
}
p.pbt1 span{
  font-size: 20px;
  color: #000;
  font-family: "SimHei";
  margin-top: 100px;
}

.shuzi1>span:nth-of-type(2){
  font-size: 22.15px;
  color: #000;
  font-weight: bold;
  padding-bottom: 30px;
  display:inline-block
}

.s1{
  float: left;
  font-size: 40px;
  color: #000;
  font-family: "SimHei";
}
.s2{
  float: left;
  font-size: 25px;
  color: #000;
  font-family: "SimHei";
}
.s3{
  /*float: left;*/
  font-size: 17px;
  color: #000;
  font-family: "SimHei";
  position: relative;
  left:-10px;
  bottom: -20px;
}
.s4{
  /*float: left;*/
  font-size: 17px;
  color: #000;
  font-family: "SimHei";
  position: relative;
  left:0px;
  bottom: -20px;
}

.dibukongjian
{
  margin-bottom: 100px;
}
/*# sourceMappingURL=main.css.map */