
/* index.html自适应 */


/* 首页searching */
.searching{
  display: none;
  height: 50px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.searching .container{
  padding: 0px;
  position: relative;
  
}
.searching .container i{1
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.searching .container button{
  width: 40px;
  height: 40px;
  background-color: #fff;
  border:none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.searching input{
  padding-left: 49px;
  line-height: 49px;
  font-size: 20px;
  width: 100%;
}


.mobile-foot {
  background: #2ca9e8;
  padding: 8px 0;
  position: fixed!important;
  bottom: 0!important;
  left: 0!important;
  width: 100%;
  z-index: 9999;
display:none;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
 width:22%;
  padding: 0 15px;
  margin:0 5px;
  transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  padding: 0px;
}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.btn {
  display: inline-block; 
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400; 
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; 
  cursor: pointer;  
  border: 1px solid transparent;
  border-radius: 4px;
}

@media(max-width:480px){    .mobile-foot { display:block;}     }

/* 百度地图css */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/* 插件中的样式 */
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
}
.navcon{
  padding: 0px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-header.clearfix{
  background: #fff;
  padding: 10px 0px;
  position: relative;
}
.navbar-header img{
  position: absolute;
  width: 40%;
  left: 50%;
  top:50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  height: 80%;
}
@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 图片自适应 */
// img {
//  width: 100%;
//  height: auto;
//  width: auto\9; /* ie8 */
//  display: block;
//  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
// }

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
  color: #555;
  background-color: #fff;
}
em, i {
  font-style: normal;
}
ul,li{
  list-style-type: none;
}
/*strong {
  font-weight: normal;
}*/
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #969696;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}
img {
  border: none;
}
input{
  font-family: 'Microsoft YaHei';
}

input,button,select,textarea{outline:none}
textarea{resize:none}
/*单行溢出*/
.one-txt-cut{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
  overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.w50{
  width: 50%;
}
.w25{
  width: 25%;
}
.w20{
  width: 20%;
}
.w60{
  width:60%;
}
.w75{
  width: 75%;
}
.w80{
  width:80%;
}
.w90{
  width: 90%;
}
.w95{
  width:95%;
}
.w100{
  width:100%;
}
.w30{
  width: 30%;
}
.w33{
  width: 33.333333%;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.db{
  display: block !important;
}
.dn{
  display: none;
}



/* index.html */
.navs{

}
.navs>.top{
   height: 32px;
   line-height: 31px;
   background: #333333;
}
.navs>.top .container>ul{
  float: right;
}
.navs>.top .container>ul>li{
  cursor: pointer;
  float: left;
  display: inline-block;
  width: 122px;
  height: 32px;
  text-align: center;
  color: #e5e5e5;
  font-size: 12px;
  position: relative;
  border-left: 1px solid #606165;
}
.navs>.top .container>ul>li>i{
  vertical-align: middle;
}
.navs>.top .container>ul>li:last-child{
  border-right: 1px solid #606165;
}
.navs>.top .container>ul>li:hover ul{
  display: block;
}
.navs>.top .container>ul>li ul{
  display: none;
  z-index: 10000;
  position: absolute;
  top: 32px;
  left: 0px;
  width: 100%;
  line-height: 32px;
  background: #333333;
}
.navs>.top .container>ul>li:last-child ul{
  width: 300px;
}
.navs>.top .container>ul>li:last-child ul{
  right: 0px;
  left: auto;
}
.navs>.top .container>ul>li:last-child ul li input{
  width: 100%;
  border: 1px solid #ddd;
  padding-left: 15px;
  color: #000;
  font-size: 13px;
}
.navs>.top .container>ul>li ul li{

}
.navs>.top .container>ul>li ul li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  /* font-size: 12px; */
  font-size: 13px;
}
.navs>.top .container>ul>li ul li a:hover{
  color: #56b06a;
}
.navs>.bottom{
  background: #fff;
  height: 85px;
}
.navs>.bottom .container{
  position: relative;
  height: 85px;
}
.navs>.bottom .container>a{
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.navs>.bottom .container>ul{
  float: right;
  line-height: 85px;
}
.navs>.bottom .container>ul>li{ 
  position: relative;
  text-align: center; 
  float: left;
  height: 85px;
  line-height: 83px;
  padding: 0px 30px 0px 25px;
  color: #000;
  font-size: 16px;
}
.navs>.bottom .container>ul>li:hover>a{
  color: #ffc300;
}
.navs>.bottom .container>ul>li:hover{
  border-bottom: 3px solid #ffc300;
}
.navs>.bottom .container>ul>li:nth-child(2){
  padding: 0px 20px;
}
.navs>.bottom .container>ul>li:nth-child(3){
  width: 150px;
  padding: 0px;
}
.navs>.bottom .container>ul>li:nth-child(4){
  padding-left: 15px;
}


/* 导航二级 */
.navs>.bottom .container>ul>li:hover>ul{
  display: block;
}
.navs>.bottom .container>ul>li>ul{
  /* border-top: 3px solid #ffc300; */
  display: none;
  z-index: 100000;
  position: absolute;
  left: 0px;
  top: 85px;
  width: 100%;
  background: #fff;
}
/* .navs>.bottom .container>ul>li:nth-child(4)>ul{
  width: 150%;
  transform: translateX(-18%);
} */
.navs>.bottom .container>ul>li:nth-child(4)>ul li{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.navs>.bottom .container>ul>li>ul>li{
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
}
.navs>.bottom .container>ul>li>ul>li i{
  position: absolute;
  /* right: 15px; */
  right: 5px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.navs>.bottom .container>ul>li>ul>li>a{
  
}
.navs>.bottom .container>ul>li>ul>li>a:hover{
  color: #ffc300;
}


/* 导航三级 */
.navs>.bottom .container>ul>li>ul>li:hover ul{
  display: block;
}
.navs>.bottom .container>ul>li>ul>li ul{
  display: none;
  border-top:3px solid #ffc300;
  background: #fff;
  position: absolute;
  left: 150px;
  top: 3px;
  width: 150px;
}
.navs>.bottom .container>ul>li>ul>li ul li{
  
}
.navs>.bottom .container>ul>li>ul>li ul li a:hover{
  color: #ffc300;
}
.navs>.bottom .container>ul>li.active{
  border-bottom: 3px solid #ffc300;
}
.navs>.bottom .container>ul>li.active>a{
  /* padding:0px 10px; */
  line-height: 83px;
  display: inline-block;
  color: #ffc300;
  /* border-bottom: 2px solid #ffc300; */
}
.navs>.bottom .container>ul>li a{
  font-size: 16px;
  color: #000;
}


.banner{
  position: relative;
}
.banner .swiper-slide>img{
  width: 100%;
}
.banner .swiper-container{
  
}
.banner .swiper-container .swiper-slide{
  position: relative;
}
.banner .swiper-container .swiper-slide .container{
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner .swiper-container .swiper-slide .container h2{
  color: #fff;
  font-size: 21px;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
}
.banner .swiper-container .swiper-slide .container p{
  margin-top: 20px;
  font-size: 21px;
  color: rgb( 255, 255, 255 );
  line-height: 1.667;
}

.banner .mouse{
  animation: myfirst 2.5s infinite;
  animation: myfirst 2.5s ease-in-out infinite;
  -moz-animation: myfirst 2.5s ease-in-out infinite;
  -webkit-animation: myfirst 2.5s ease-in-out infinite;
  -o-animation: myfirst 2.5s ease-in-out infinite;
  text-align: center;
  color: #fff;
  z-index: 10000;
  position: absolute;
  left: 50%;
  bottom: 110px;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
}
.banner .mouse p{
  margin-top: 10px;
  font-size: 15px;
}

.banner .inner{
  z-index: 100000;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 0px;
}
.banner .inner .container{
  padding: 0px;
}
.banner .inner .w33{
  position: relative;
  vertical-align: top;
  display: inline-block;
  height: 174px;
}
.banner .inner .w33 img{
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.banner .inner .w33 .in{
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}

.banner .inner .w33 .in p:nth-child(1){
  font-size: 23px;
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  line-height: 1.304;
  margin-bottom: 15px;
}
.banner .inner .w33 .in p:nth-child(2){
  font-size: 15px;
  color: rgb( 255, 255, 255 );
  line-height: 1.867;
  padding-right: 105px;
}





.banner .inner .w33 .in p:nth-child(2){
  
}

.banner .inner .w33:nth-child(1){
  background: #036eb7;
}
.banner .inner .w33:nth-child(2){
  background: #56b06a;
}


.banner .inner .w33 .tt{
  height: 87px;
  position: relative;
  background: #ffc300;
}
.banner .inner .w33 .bb{
  height: 87px;
  position: relative;
  background: #00b4b1;
}

.banner .inner .w33 .tt .com,
.banner .inner .w33 .bb .com{
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  color: #fff;
  font-size: 20px;
}

@keyframes myfirst {
  0% {
      transform: translate(0px, 0px);
  }

  50% {
      transform: translate(0px, -20px);
  }

  100% {
      transform: translate(0px, 0px);
  }
}



.inabout{
  padding: 140px 0px 90px;
}
.inabout .container{
  padding: 0px;
}
.inabout .container p{
  text-align: center;
}
.inabout .container p.one{
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 20px;
}
.inabout .container p.two{
  font-size: 15px;
  color: rgb( 91, 91, 91 );
  line-height: 2.2;
}
.inabout .container .bottom{
  display: none;
  margin-top: 30px;
}
.inabout .container .bottom>div{
  text-align: center;
  font-size: 16px;
  color: rgb( 91, 91, 91 );
}
.inabout .container .bottom>div .counter{
  font-size: 80px;
  font-family: "Impact";
  color: rgb( 147, 147, 147 );
  text-transform: uppercase;
  margin-right: 5px;
}
.inabout .container .bottom>div p{
  font-size: 14px;
  color: rgb( 36, 36, 36 );
  line-height: 2.357;
}

.indexpro{
  overflow: hidden;
  z-index: 100;
  position: relative;
}
.indexpro>img{
  display: none;
  width: 100%;
  height: 555px;
  z-index: 100;
}
.indexpro>img:nth-child(1){
  display: block;
}
.indexpro .container{
  z-index: 10000000000;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.indexpro .container>div{
  padding: 0px;
  position: relative;
}
.indexpro .container>.left{
  padding-top: 75px;
  height: 100%;
}

.indexpro .container>.left .swiper-button-prev i,
.indexpro .container>.left .swiper-button-next i{
  font-size: 30px;
}

.indexpro .container>.left .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
  background-image: none; 
  left: auto;
  right: 25px;
  bottom: 60px;
  top: auto;
  color: #fff;
}
.indexpro .swiper-button-next.swiper-button-disabled, .indexpro .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}

.indexpro .container>.left .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
  background-image: none;
  right: 25px;
  left: auto;
  bottom: 30px;
  top: auto;
  color: #fff;
}

.indexpro .container>.left p.one{
  font-size: 24px;
  color: rgb( 255, 255, 255 );
  line-height: 1.375;
  margin-bottom: 20px;
}
.indexpro .container>.left p.two{
  font-size: 30px;
  color: rgb( 255, 255, 255 );
  line-height: 1.433;
  margin-bottom: 45px;
}
.indexpro .container>.left ul{
  vertical-align: top;
  display: inline-block;
  margin-right: 60px;
}
.indexpro .container>.left ul li{
  color: #fff;
  text-align: center;
  line-height: 32px;
  width: 125px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 8px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* .indexpro .container>.left ul li.active{
   background: #ffc300;
   border: none;
   line-height: 35px;
} */
.indexpro .container>.left ul li a{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.indexpro .container>.left ul li:hover{
  transition: 1s;
  background: #ffc300;
  border: none;
  line-height: 35px;
}
.indexpro .container>.right{
  height: 100%;
}
.indexpro .container>.right .swiper-containerD{
  overflow: hidden;
  height: 100%;
}
.indexpro .container>.right .swiper-containerD .swiper-wrapper{
  height: 100%;
}
.indexpro .container>.right .swiper-containerD .swiper-slide{
  position: relative;
}
.indexpro .container>.right .swiper-containerD .swiper-slide span{
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 10000;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  color: #ffc300;
  font-size: 30px;
}
.indexpro .container>.right .swiper-containerD .swiper-slide:hover img{
  display: block;
}
.indexpro .container>.right .swiper-containerD .swiper-slide img{
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.indexpro .container>.right .swiper-containerD .swiper-slide .inner{
  z-index: 100000;
  width: 100%;
  padding: 0px 120px 0px 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.indexpro .container>.right .swiper-containerD .swiper-slide .inner p.one{
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 18px;
}
.indexpro .container>.right .swiper-containerD .swiper-slide .inner p.one a{
  color: #fff;
}
.indexpro .container>.right .swiper-containerD .swiper-slide .inner p.one a:hover{
  color: #56b06a;
}
.indexpro .container>.right .swiper-containerD .swiper-slide .inner p.two{
  font-size: 14px;
  color: rgb( 42, 42, 42 );
  line-height: 2;
  visibility: hidden;
}




.indexpro .container>.right .swiper-containerD .swiper-slide:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba( 0, 0, 0 , .2 );
}
.indexpro .container>.right .swiper-containerD .swiper-slide{
  height: 185px !important; 
}
.indexpro .container>.right .swiper-containerD .swiper-slide.active{
  background: rgba( 255, 255, 255 , .9 );
}
.indexpro .container>.right .swiper-containerD .swiper-slide.active span{
  display: none;
}
.indexpro .container>.right .swiper-containerD .swiper-slide.active p.two{
  visibility: visible;
}
.indexpro .container>.right .swiper-containerD .swiper-slide.active p.one a{
  color: #000;
}
/* .indexpro .container>.right .swiper-containerD .swiper-slide:hover{
  background: rgba( 255, 255, 255 , .9 );
} */
/* .indexpro .container>.right .swiper-containerD .swiper-slide:hover span{
  display: none;
}
.indexpro .container>.right .swiper-containerD .swiper-slide:hover p.two{
  visibility: visible;
}
.indexpro .container>.right .swiper-containerD .swiper-slide:hover p.one a{
  color: #000;
} */


.innews{
  padding: 60px 0px 80px;
}
.innews>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 30px;
}
.innews .container{
  padding: 0px;
}
.innews .container>div{
  width: 49%;
}
.innews .container>div>p{
  font-size: 20px;
  color: rgb( 0, 0, 0 );
  margin-bottom: 10px;
}
.innews .container>div>p a{
  font-size: 13px;
  color: #555555;
  float: right;
  line-height: 30px;
}
.innews .container>div>p a:hover{
  color: #56b06a;
}
.innews .container>.left{
  float: left;
}
.innews .container>.left ul{
  
}
.innews .container>.left ul li{
  border: 1px solid #dddddd;
  margin-bottom: 13px;
}
.innews .container>.left ul li.active p.one{
  border-bottom: 1px solid #dddddd;  
}
.innews .container>.left ul li p.one span{
  display: inline-block;
  width: 60px;
  height: 55px;
  background: #939393;
  vertical-align: middle;
  position: relative;
}
.innews .container>.left ul li p.two{
  display: none;
  padding: 15px;
  font-size: 14px;
  color: rgb( 76, 76, 76 );
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.innews .container>.left ul li.active p.two{
  display: -webkit-box;
}
.innews .container>.left ul li p.one span i{
  color: #fff;
  font-size: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.innews .container>.left ul li p.one a{
  vertical-align: middle;
  margin-left: 20px;
  font-size: 16px;
  color: rgb( 0, 0, 0 );
}
.innews .container>.left ul li p.one a:hover{
  color: #56b06a;
}
.innews .container>.left ul li.active p.one span{
  background: #56b06a;
}
.innews .container>.left ul li.active p.one span i{
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg); 
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg); 
  -o-transform: translate(-50%, -50%) rotate(90deg); 
}
.innews .container>.left ul li.active p.two{
  display: block;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.innews .container>.right{
  float: right;
}
.innews .container>.right ul{

}
.innews .container>.right ul li{
  width: 48%;
  float: left;
  vertical-align: top;
}
.innews .container>.right ul li>a{
  display: block;
  overflow: hidden;
}
.innews .container>.right ul li>a img{
  transition: 1.2s;
}
.innews .container>.right ul li:hover>a img{
  transition: 1.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.innews .container>.right ul li:nth-child(2){
  float: right;
}
.innews .container>.right ul li img{
  width: 100%;
}
.innews .container>.right ul li .bb{
  padding: 13px;
  border: 1px solid #ddd;
  border-top: none;
}
.innews .container>.right ul li .bb p.one{
  font-size: 16px;
  color: rgb( 0, 0, 0 );
  line-height: 1.8;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innews .container>.right ul li .bb p.one a{
  color: #000;
}
.innews .container>.right ul li .bb p.one a:hover{
  color: #56b06a;
}
.innews .container>.right ul li .bb p.two{
  font-size: 13px;
  color: rgb( 69, 69, 69 );
  line-height: 2.692;
}
.innews .container>.right ul li .bb p.thr{
  font-size: 14px;
  color: rgb( 76, 76, 76 );
  text-transform: uppercase;
  line-height: 1.75;
}




footer{

}
footer .top{
  padding-top: 40px;
  background: #333333;
  height: 245px;  
}
footer .top>div{
  /* vertical-align: top; */
}
footer .top .ll{
  border-right: 1px solid #494949;
}
footer .top .mm{
  height: 150px;
  padding: 0px 25px;
  border-right: 1px solid #494949;
}

footer .top .mm ul{

}
footer .top .mm ul li:nth-child(1) i{
  font-size: 18px;
}
footer .top .mm ul li{
  font-size: 15px;
  color: rgb( 129, 131, 133 );
  line-height: 2;
}

footer .top .rr{
  padding-top: 50px;
  float: right;
  text-align: right;
}

footer .top .container{
  padding: 0px;
  font-size: 0px;
}
footer .top .container>div{
  display: inline-block;
  vertical-align: top;
}
footer .top dl{
  /* margin-right: 42px; */
  margin-right: 30px;

  vertical-align: top;
  display: inline-block;
}
footer .top dl span{
  display: inline-block;
  width: 14px;
  height: 1px;
  background: #494949;
  margin: 10px 0px 15px;
}
footer .top dl dt{
  font-size: 15px;
  color: rgb( 170, 171, 173 );
}
footer .top dl:last-child{
  /* margin-right: 0%; */
}
footer .top dl:last-child p{
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
footer .top dl dd{
  font-size: 13px;
  color: rgb( 131, 131, 131 );
  line-height: 2;
}
footer .top dl dd a{
  color: rgb( 131, 131, 131 );
}
footer .top dl dd a:hover{
  color: #56b06a;
}


footer .bottom{
  text-align: center;
  height: 65px;
  line-height: 65px;
  background: #262626;
  font-size: 14px;
  color: rgb( 131, 131, 131 );
}





.ban{
  position: relative;
}
.ban img{
  width: 100%; 
}
.ban .container{
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.ban .container p{
  text-align: center;
}
.ban .container p.one{
  font-size: 33px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
}
.ban .container p.two{
  font-size: 15px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
  line-height: 2;
}
.ban .container p.two a{
  color: #fff;
}



.manager{
  padding: 60px 0px 65px;
}
.manager .container{
  padding: 0px;
}
.manager .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 40px;
}
.manager .container ul{
  
}
.manager .container ul li{
  width: 48%;
  float: left;
  margin-bottom: 50px;
}
.manager .container ul li:nth-child(2n){
  float: right;
}
.manager .container ul li .tt{
  display: inline-block;
  padding: 5px;
  border:1px solid #e7e7e7;
}
.manager .container ul li .tt>a{
  display: block;
  overflow: hidden;
}
.manager .container ul li .tt>a img{
  transition: 1.2s;
}
.manager .container ul li .tt>a img:hover{
  transition: 1.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.manager .container ul li p.two{
  margin-top: 15px;
  font-size: 19px;
  color: rgb( 86, 176, 106 );
  line-height: 1.737;
}
.manager .container ul li p.two a{
  color: rgb( 86, 176, 106 );
}
.manager .container ul li p.thr{
  font-size: 16px;
  color: rgb( 0, 0, 0 );
  line-height: 2.063;
}
.manager .container ul li p.for{
  margin-top: 15px;
  font-size: 14px;
  color: rgb( 73, 73, 73 );
  line-height: 2.143;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}




.link{
  padding: 60px 0px 75px;
}
.link .container{
  padding: 0px;
}
.link .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  text-transform: uppercase;
  line-height: 1.1;
}
.link .container .mm{
  font-size: 0px;
  margin-bottom: 35px;
}

.link .container .bb>div{
  vertical-align: top;
  display: inline-block;
}
.link .container .mm .w33{

}
.link .container .mm .w66{
  width: 66.6666%;
}
.link .container .mm .w33 ul{

}
.link .container .mm .w33 ul li{
  font-size: 15px;
  color: rgb( 27, 27, 27 );
  line-height: 2.667;
}
.link .container .mm .w33 ul li a{
  color: rgb( 27, 27, 27 );
}
.link .container .mm .w33 ul li a:hover{
  color: #56b06a;
}
.link .container .mm .w33 ul li:nth-child(1){
  line-height: 1;
  margin-bottom: 10px;
}
.link .container .mm>p{
  font-size: 20px;
  color: rgb( 27, 27, 27 );
  line-height: 3.65;
  margin-bottom: 10px;
}


.link .container .rbb{

}
.link .container .rbb>p{
  font-size: 20px;
  color: rgb( 38, 38, 38 );
}
.link .container .rbb>p span{
  color: red;
}
.link .container .rbb .top{

}

.link .container .rbb input{
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #000;
  padding-left: 15px;
}
.link .container .rbb select{
  padding-left: 15px;
  font-size: 14px;
  color: #000;
  width: 100%;
  height: 42px;
  border: 1px solid #dddddd;
}

.link .container .rbb .top>div{
  padding: 0px;
}
.link .container .rbb .top>div:nth-child(2){
  padding: 0px 15px;
}
.link .container .rbb .middle>div{
  padding: 0px;
}
.link .container .rbb .middle>div:nth-child(2){
  padding: 0px 15px;
}
.link .container .rbb .top>div p,
.link .container .rbb .middle>div p,
.link .container .rbb .txt p{
  font-size: 16px;
  color: rgb( 27, 27, 27 );
  /* margin-bottom: 8px; */
  line-height: 40px;
}
.link .container .rbb .top>div p span,
.link .container .rbb .middle>div p span,
.link .container .rbb .txt p span{
  color:red;
}

.link .container .rbb .txt{

}
.link .container .rbb .txt textarea{
  padding: 15px;
  height: 140px;
  width: 100%;
  border: 1px solid #dddddd;
}
.link .container .rbb button{
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  border: none;
  width: 132px;
  height: 36px;
  background: #56b06a;
  border-radius: 20px;
}



.danye{
  padding: 60px 0px 125px;
}
.danye .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
}

.danye .container .danye_content{
  margin-top: 40px;
  font-size: 14px;
  color: #727272;
  text-transform: uppercase;
  line-height: 1.842;
}



.news{
  padding: 60px 0px 75px;
}
.news .container{
  padding: 0px;
}
.news .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 35px;
}
.news .container>ul{
  
}
.news .container>ul>li{
  padding: 17px 0px;
  border-bottom: 1px solid #dfdfdf;
}

.news .container>ul>li>a{
  display: block;
}
.news .container>ul>li>a>div{
  display: inline-block;
}
.news .container>ul>li .ll{
  width: 22%;
  float: left;
}
.news .container>ul>li .ll a{
  display: block;
  overflow: hidden;
}
.news .container>ul>li .ll a img{
  width: 100%;
  transition: 1.2s;
}
.news .container>ul>li .ll a img:hover{
  transition: 1.2s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .container>ul>li .rr{
  width: 77%;
  float: right;
  padding-left: 10px;
}
.news .container>ul>li .rr p.one{
  font-size: 19px;
  color: rgb( 0, 0, 0 );
  line-height: 1;
}
.news .container>ul>li .rr p.one a{
  color: rgb( 0, 0, 0 );
}
.news .container>ul>li .rr p.one a:hover{
  color: #56b06a;
}
.news .container>ul>li .rr p.two{
  font-size: 13px;
  color: rgb( 69, 69, 69 );
  line-height: 2.692;
}
.news .container>ul>li .rr p.thr{
  font-size: 14px;
  color: rgb( 76, 76, 76 );
  line-height: 2; 
}
.news .container>ul>li .rr>a{
  margin-top: 8px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 115px;
  height: 40px;
  border: 1px solid #dfdfdf;
  color: #4c4c4c;
  font-size: 14px;
}
.news .container>ul>li .rr>a:hover{
  background: #56b06a;
  color: #fff;
  border:none;
}

.newsin{
  padding: 65px 0px 45px;
}
.newsin p.one{
  text-align: center;
  font-size: 26px;
  color: rgb( 49, 49, 49 );
  text-transform: uppercase;
  line-height: 1.346;
}
.newsin p.two{
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  color: rgb( 113, 113, 113 );
  line-height: 2.333;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
.newsin p.two span:nth-child(2){
  margin: 0px 50px;
}
.newsin .content{
  padding: 20px 0px 50px;
  font-size: 15px;
  color: rgb( 96, 96, 96 );
  text-transform: uppercase;
  line-height: 2.333;
  border-bottom: 1px solid #eaeaea;
}
.newsin .content img{
  max-width: 100%;
}
.newsin .prevnex{
  margin-top: 20px;
}
.newsin .prevnex .ll{
  float: left;
}
.newsin .prevnex>a{
  display: inline-block;
  float: right;
  width: 100px;
  height: 38px;
  background: #56b06a;
  border-radius: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 38px;
}
.newsin .prevnex .ll ul{

}
.newsin .prevnex .ll ul li{
  font-size: 14px;
  color: rgb( 96, 96, 96 );
  text-transform: uppercase;
  line-height: 2.5;
}
.newsin .prevnex .ll ul li a{
  font-size: 14px;
  color: rgb( 96, 96, 96 );
}
.newsin .prevnex .ll ul li a:hover{
  color: #56b06a;
}


.device{
  padding: 50px 0px;
}
.device>p{
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  text-align: center;
  margin-bottom: 35px;
}




.device .row{
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px 0px;
}
.device .row:hover{
  background: #f4f4f4;
}
.device .row .container{
  padding: 0px;
}
.device .row .container>div{
  display: inline-block;
  font-size: 0px;
}
.device .row .container .ll{
  float: left;
  background: #fff;
  width: 33%;
  vertical-align: top;
  border: 1px solid #f4f4f4;
}
.device .row .container .ll a{
  height: 278px;
  display: block;
  position: relative;
}
.device .row .container .ll a img{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.device .row .container .ll a img:hover{
  
}
.device .row .container .rr{
  width: 66%;
  float: right;
  vertical-align: top;
  padding: 20px;
}
.device .row .container .rr p.one{
  font-size: 16px;
  color: rgb( 0, 0, 0 );
  line-height: 2.063;
  margin-bottom: 10px;
}
.device .row .container .rr p.one a{
  color: rgb( 0, 0, 0 );  
}
.device .row .container .rr p.one a:hover{
  color: #ffc300;
}
.device .row .container .rr p.two{
  font-size: 14px;
  color: rgb( 89, 89, 89 );
  line-height: 2.143;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}






.product{
  padding: 60px 0px 105px;
}
.product .container{
  padding: 0px;
}
.product .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 25px;
}

.product .innertitle{
  margin-bottom: 55px;
}
.product .innertitle ul{  

}
.product .innertitle ul li{  
  float: left;
  margin-right: 100px;
}
.product .innertitle ul li a{
  color: #000;
}
.product .innertitle ul li a:hover{
  color: #56b06a;
}
.product .innertitle ul li span{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #56b06a;
  border-radius: 100%;
  vertical-align: middle;
  margin: 0px 10px 5px 0px;
}

.product .procon{
  /* text-align: center;
  font-size: 24px;
  color: rgb( 0, 0, 0 );
  line-height: 1.667; */

  font-size: 16px;

}

.product .procon img{
  max-width: 100%;
}

.product .procon p.ti{
  color: #000;
  font-size: 24px;
}
.product .procon p.tw{
  color: #565656;
  font-size: 14px;
}

/* .product .procon>p{

} */


.proin{
  padding: 60px 0px 95px;
}

.proin .container{
  padding: 0px;
}
.proin .container>p{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 35px;
}

.proin .container .middle{

} 
.proin .container .middle .tt{
  padding-top: 26px;
  margin-bottom: 15px;
} 
.proin .container .middle .tt ul{

} 
.proin .container .middle .tt ul li{
  font-size: 18px;
  color: rgb( 0, 0, 0 );
  line-height: 1.944;
} 
.proin .container .middle .tt ul li span{
  color: #bf0000;
}

.proin .container .middle .bb{
  border: 1px solid #eaeaea;
}
.proin .container .middle .bb .clearfix{
  /* font-size: 0px; */
  color: #606060;
  /* height: 40px; */
  /* line-height: 40px; */
  border-bottom: 1px solid #eaeaea;
  /* padding: 10px 0px; */
}
.proin .container .middle .bb .clearfix>div{
  padding: 10px 0px;
}
.proin .container .middle .bb .clearfix:last-child{
  border-bottom: none;
}
.proin .container .middle .bb .clearfix .w33{
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
.proin .container .middle .bb .clearfix .w66{
  border-left: 1px solid #eaeaea;
  vertical-align: middle;
  width: 66%;
  display: inline-block;
  font-size: 14px;
  padding-left: 138px;
}
.proin .container .middle .bb .clearfix:nth-child(odd){
  background: #f5f5f5;
}

.proin .desc{
  display:none;
}
.proin .desc>p{
  margin: 15px 0px;
  font-size: 18px;
  color: rgb( 0, 0, 0 );
  line-height: 1.944;
}
.proin .desc ul{
  border-bottom: 1px solid #eaeaea;
}
.proin .desc ul li{
  float: left;
  width: 24%;
  margin-right: 1.3%;
  vertical-align: top;
  margin-bottom: 60px;
}
.proin .desc ul li:nth-child(4n + 4){
  margin-right: 0%;
}
.proin .desc ul li img{
  width: 100%;
}
.proin .desc ul li p{
  text-align: center;
  font-size: 16px;
  color: rgb( 96, 96, 96 );
  line-height: 2.188;
}
.proin .desc ul li p a{
  font-size: 16px;
  color: rgb( 96, 96, 96 );
}
.proin .desc ul li:hover p{
  color: #56b06a;
}


.proin .prne{
  /* padding-top: 10px; */
}
.proin .prne .ll{
  float: left;
}
.proin .prne .ll ul{

}
.proin .prne .ll ul li{
  font-size: 14px;
  color: rgb( 96, 96, 96 );
  line-height: 2.5;
}
.proin .prne .ll ul li a{
  color: rgb( 96, 96, 96 );
}
.proin .prne .ll ul li a:hover{
  color:#56b06a;
}
.proin .prne>a{
  display: inline-block;
  float: right;
  width: 100px;
  height: 38px;
  background: #56b06a;
  border-radius: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 38px;
  margin-top: 10px;
}



.join{
  padding: 65px 0px 75px;
}
.join .container{
  padding: 0px;
}
.join .container .tt>p.one{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 30px;
}
.join .container .tt>p.two{
  font-size: 15px;
  color: rgb( 94, 94, 94 );
  line-height: 2.333;
}
.join .container .tt>p.two span{
  color: #56b06a;
}

.join .container .bottom{
  margin-top: 20px;
}
.join .container .bottom dl{
  margin-bottom: 6px;
}
.join .container .bottom dl dt{
  cursor: pointer;
  height: 53px;
  line-height: 53px;
  background: #f0f0f0;
  padding-left: 25px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.join .container .bottom dl dt i{
  float: right;
  color: #fff;
  font-size: 30px;
  margin-right: 10px;
  color: transparent;
}
.join .container .bottom dl.active dt{
  background: #56b06a;
  color: #fff;
}
.join .container .bottom dl.active dt i{
  color: #fff;
}
.join .container .bottom dl.active dt span{
  background: #fff;
  color: #000;
}
.join .container .bottom dl dt span{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}
.join .container .bottom dl.active dd{
  display: block;
}
.join .container .bottom dl dd{
  display: none;
  padding: 20px 55px 50px;
  font-size: 16px;
  color: rgb( 0, 0, 0 );
  line-height: 1.875;
  border: 1px solid #eaeaea;
  border-top: none;
}
.join .container .bottom dl dd .bo{
  font-size: 15px;
  color: rgb( 0, 0, 0 );
  line-height: 2;
  margin-top: 40px;
}
.join .container .bottom dl dd .bo i{
  color: #d7d7d7;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.join .container .bottom dl dd .bo a{
  color: rgb( 0, 0, 0 );
  margin-right: 30px;
}
.join .container .bottom dl dd .bo a:hover{
  color: #56b06a;
}


.list_about{

}
.list_about .ti{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
}
.list_about .container{
  padding: 0px;
}
.list_about .container>.de{
  padding-top: 60px;
  margin-bottom: 40px;
}
.list_about .container>.de p.ti{
  margin-bottom: 30px;
}
.list_about .container>.de .desc{
  text-align: center;
  font-size: 15px;
  color: rgb( 91, 91, 91 );
  line-height: 2.4;
}

.list_about .container>.advan{
  margin-bottom: 90px;
}

.list_about .container>.advan .desc>div{
  text-align: center;
  padding: 0px;
  border-right: 1px solid #ededed;
}
.list_about .container>.advan .desc>div:first-child{
  border-left: 1px solid #ededed;
}
.list_about .container>.advan .desc>div p{
  font-size: 15px;
  color: rgb( 0, 0, 0 );
  line-height: 2;
  padding: 0px 85px;
  margin-top: 15px;
}
.list_about .container>.advan .desc>div span{
  display: inline-block;
  width: 125px;
  height: 125px;
  background: #fafafa;
  border-radius: 100%;
  position: relative;
}
.list_about .container>.advan .desc>div span i{
  font-size: 60px;
  color: #ffc300;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.list_about .container>.advan p.ti{
  margin-bottom: 90px;
}
.list_about .container>.advan .desc{
  
}


.shiming{

}
.shiming>div{
  position: relative;
}
.shiming>div .container{
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.shiming>div .container>div{
  padding: 0px;
}
.shiming>div .container .lefter{

}
.shiming>div .container .lefter>div{
  vertical-align: top;
  padding: 0px;
}
.shiming>div .container .lefter>div>div{
  height: 145px;
  position: relative;
}
.shiming>div .container .lefter>div>div .in{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.shiming>div .container .lefter>div>div .in p{
  color: #fff;
  font-size: 20px;
  color: rgb( 255, 255, 255 );
  line-height: 1.65;
}
.shiming>div .container .lefter>div:nth-child(1)>div:nth-child(2){
  background: #036eb7;
}
.shiming>div .container .lefter>div:nth-child(2)>div:nth-child(1){
  background: #56b06a;
}
.shiming>div .container .lefter>div:nth-child(3)>div:nth-child(2){
  background: #ffc300;
}
.shiming>div .container .lefter>div:nth-child(4)>div:nth-child(1){
  background: #00b4b1;
}


.shiming>p{
  text-align: center;
  height: 120px;
  line-height: 120px;
  color: #fff;
  font-size: 30px;
  background: #036eb7;
}
.shiming>div{
  height: 290px;
  background: #f2f6f9;
}
.shiming>div>div{
  vertical-align: top;
  height: 100%;
}
.shiming .right{
  background: url(../img/mac.jpg);
}

.mana{
  height: 680px;
}
.mana .container{
  height: 100%;
}
.mana .container>div{
  position: relative;
  height: 100%;
}
.mana .container>div .inner{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.mana .container>div:nth-child(1) .inner{
  left: 0px;
  padding-right: 30px; 
}
.mana .container>div:nth-child(1) .inner p.one{
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.167;
  margin-bottom: 30px;
}
.mana .container>div:nth-child(1) .inner p.two{
  color: #5b5b5b;
  font-size: 15px;
  line-height: 2.118;
}
.mana .container>div:nth-child(1) .inner p.two span{
  color: #000;
  font-size: 17px;
}
.mana .container>div:nth-child(2) .inner{
  right: 10px;
}

.yuan{
  padding: 45px 0px 15px;
  background: #eaeff2;
}
.yuan .container{
  padding: 0px;
}
.yuan .container p.ti{
  text-align: center;
  font-size: 30px;
  color: rgb( 0, 0, 0 );
  line-height: 1.1;
  margin-bottom: 20px;
}
.yuan .container p.detail{
  text-align: center;
  font-size: 15px;
  color: #212526;
  margin-bottom: 40px;
} 
.yuan .container .bottom{

}
.yuan .container .bottom>div{
  padding: 0px;
  margin-bottom: 50px;
}
.yuan .container .bottom>div p.one{
  margin-bottom: 8px;
}
.yuan .container .bottom>div p.one span:nth-child(1){
  color: #3ba2dd;
  font-size: 20px;
  display: inline-block;
  width: 170px;
}
.yuan .container .bottom>div p.one span:nth-child(2){
  vertical-align: middle;
  display: inline-block;
  height: 6px;
  width: 185px;
  border-radius: 5px;
}

.yuan .container .bottom>div:nth-child(1) p.one span:nth-child(2),
.yuan .container .bottom>div:nth-child(3) p.one span:nth-child(2){
  /* background: #3ba2dd; */
  background: -webkit-linear-gradient(left, #76c7e4 , #3c9edb); 
  background: -o-linear-gradient(right, #76c7e4, #3c9edb); 
  background: -moz-linear-gradient(right, #76c7e4, #3c9edb); 
  background: linear-gradient(to right, #76c7e4 , #3c9edb); 
}
.yuan .container .bottom>div:nth-child(2) p.one span:nth-child(2),
.yuan .container .bottom>div:nth-child(4) p.one span:nth-child(2){
  /* background: #3ba2dd; */
  background: -webkit-linear-gradient(left, #faa014 , #ff681c); 
  background: -o-linear-gradient(right, #faa014, #ff681c); 
  background: -moz-linear-gradient(right, #faa014, #ff681c); 
  background: linear-gradient(to right, #faa014 , #ff681c); 
}

.yuan .container .bottom>div p.two{
  font-size: 16px;
  color: #444549;
}



/* 媒体查询 响应式*/
@media (max-width: 765px){
  .banner .swiper-slide>img{
    width: 100%;
  }
  .banner .swiper-container .swiper-slide .container h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
  }
  .banner .swiper-container .swiper-slide .container{
    width: 100%;
    padding: 0px 15px;
  }
  .banner .swiper-container .swiper-slide .container p {
    margin-top: 20px;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 1.667;
  }
  .banner .mouse {
    display: none;
    animation: myfirst 2.5s infinite;
    animation: myfirst 2.5s ease-in-out infinite;
    -moz-animation: myfirst 2.5s ease-in-out infinite;
    -webkit-animation: myfirst 2.5s ease-in-out infinite;
    -o-animation: myfirst 2.5s ease-in-out infinite;
    text-align: center;
    color: #fff;
    z-index: 10000;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    -o-transform: translateX( -50%);
  }
  .banner .mouse p {
    margin-top: 0px;
    font-size: 12px;
  }
  .inabout {
    padding: 30px 0px 30px;
  }
  .inabout .container {
    padding: 0px 15px;
  }
  .inabout .container p.one {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .inabout .container p.two {
    font-size: 13px;
    color: rgb( 91, 91, 91 );
    line-height: 2;
  }
  .inabout .container .bottom>div {
    text-align: center;
    font-size: 14px;
    color: rgb( 91, 91, 91 );
    padding: 0px; 
  }  
  .inabout .container .bottom>div .counter {
    font-size: 60px;
    font-family: "Impact";
    color: rgb( 147, 147, 147 );
    text-transform: uppercase;
    margin-right: 5px;
  }    
  .inabout .container .bottom>div p {
    font-size: 13px;
    color: rgb( 36, 36, 36 );
    line-height: 2;
  }
  .innews {
    padding: 30px 0px 30px;
  }
  .innews .container {
    padding: 0px 15px;
  }
  .innews .container>div {
    width: 100%;
  }
  .innews .container>.left ul li p.one span {
    display: inline-block;
    width: 50px;
    height: 45px;
    background: #939393;
    vertical-align: middle;
    position: relative;
  }
  .innews .container>.left ul li p.one a {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 12px;
    color: rgb( 0, 0, 0 );
  }
  .innews .container>.left ul li p.two {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: rgb( 76, 76, 76 );
  }
  .innews .container>.left ul li.active p.two {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  footer .top .container {
    padding: 0px 15px;
    font-size: 0px;
  }
  footer .top .ll {
    border-right: none;
  }
  footer .top .mm {
    height: 150px;
    padding: 0px 25px;
    border-right:none;
  }
  footer .top .rr {
    padding: 10px 0px;
    float: left;
    text-align: left;
  }
  footer .bottom {
    text-align: center;
    height: auto;
    padding: 10px;
    line-height: 2;
    background: #262626;
    font-size: 13px;
    color: rgb( 131, 131, 131 );
  }
  .banner .inner {
    width: 100%;
    z-index: 100000;
    position: static;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    transform: none;
    font-size: 0px;
  }
  .banner .inner .w33 .in {
    padding-left: 5px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .banner .inner .w33 .in p:nth-child(2) {
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    line-height: 1.867;
    padding-right: 15px;
  }
  .banner .inner .w33 img{
    display: none;
  }
  .banner .inner .w33 .in p:nth-child(1) {
    font-size: 17px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 1.304;
    margin-bottom: 15px;
  }

  .ban .container {
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .ban .container p.one {
    font-size: 26px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
  }
  .ban .container p.two {
    font-size: 13px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    line-height: 2;
  }
  .ban .container p.two  a{
    color: #fff;
  }
  .list_about .container>.de {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .list_about .container>.de p.ti {
    margin-bottom: 10px;
  }
  .list_about .ti {
    text-align: center;
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
  }
  .list_about .container>.de .desc {
    text-align: center;
    font-size: 13px;
    color: rgb( 91, 91, 91 );
    line-height: 2;
  }
  .list_about .container {
    padding: 0px 15px;
  }
  .list_about .container>.advan p.ti {
    margin-bottom: 20px;
  }
  .list_about .container>.advan .desc>div p {
    font-size: 15px;
    color: rgb( 0, 0, 0 );
    line-height: 2;
    padding: 0px 10px;
    margin-top: 15px;
  }
  .list_about .container>.advan .desc>div:first-child {
    border-left: none;
  }
  .list_about .container>.advan .desc>div {
    text-align: center;
    padding: 0px;
    border-right: none;
  }
  .list_about .container>.advan {
    margin-bottom: 20px;
  }
  .yuan {
    padding: 25px 0px 15px;
    background: #eaeff2;
  }
  .yuan .container p.ti {
    text-align: center;
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    margin-bottom: 10px;
  }
  .yuan .container p.detail {
    text-align: center;
    font-size: 14px;
    color: #212526;
    margin-bottom: 20px;
  }
  .yuan .container .bottom>div {
    padding: 0px;
    margin-bottom: 20px;
  }
  .yuan .container {
    padding: 0px 15px;
  }
  .yuan .container .bottom>div p.one span:nth-child(1) {
    color: #3ba2dd;
    font-size: 18px;
    display: inline-block;
    width: 170px;
  }
  .yuan .container .bottom>div p.two {
    font-size: 14px;
    color: #444549;
  }
  .shiming>p {
    margin-bottom: 15px;
    text-align: center;
    height: 65px;
    line-height:65px;
    color: #fff;
    font-size: 20px;
    background: #036eb7;
  }
  .shiming>div {
    height: auto;
    background: #f2f6f9;
  } 
  /* .shiming>div:nth-child(1){
    height: 580px;
  }  */
  .shiming>div .container {
    width: 100%;
    padding: 0px;
    position: static;
    /* position: absolute; */
    left: 50%;
    top: 50%;
    /* -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); */
    transform: none;
  }
  .shiming>div .container .lefter>div:nth-child(1) .tt,
  .shiming>div .container .lefter>div:nth-child(3) .tt{
    display: none;
  }
  .shiming>div .container .lefter>div:nth-child(2) .bb,
  .shiming>div .container .lefter>div:nth-child(4) .bb{
    display: none;
  }
  .mana .container>div:nth-child(1){
    height: 400px;
  }
  .mana .container>div:nth-child(2){
    height: 500px;
  }
  .mana .container>div {
    position: relative;
    /* height: 500px; */
    height: 400px;
  }
  .mana .container>div img{
    width: 100%;
  }
  .mana {
    /* height: 680px; */
    height: auto;
  }
  .newsin {
    padding: 25px 0px 25px;
  }
  .newsin p.one {
    text-align: center;
    font-size: 18px;
    color: rgb( 49, 49, 49 );
    text-transform: uppercase;
    line-height: 1.346;
  }
  .newsin p.two {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb( 113, 113, 113 );
    line-height: 2;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
  }
  .newsin p.two span:nth-child(2) {
    margin: 0px 10px;
  }
  .newsin .content {
    padding: 20px 0px 50px;
    font-size: 13px;
    color: rgb( 96, 96, 96 );
    text-transform: uppercase;
    line-height: 2;
    border-bottom: 1px solid #eaeaea;
  }
  .join {
    padding: 25px 0px 25px;
  }
  .join .container {
    padding: 0px 15px;
  }
  .join .container .bottom dl dd {
    display: none;
    padding: 20px;
    font-size: 15px;
    color: rgb( 0, 0, 0 );
    line-height: 1.6;
    border: 1px solid #eaeaea;
    border-top: none;
  }
  .join .container .bottom dl dd .bo {
    font-size: 15px;
    color: rgb( 0, 0, 0 );
    line-height: 2;
    margin-top: 20px;
  }
  .link {
    padding: 20px 0px 25px;
  }
  .link .container {
    padding: 0px 15px;
  }
  .link .container .mm>p {
    font-size: 18px;
    color: rgb( 27, 27, 27 );
    line-height: 2;
    margin-bottom: 10px;
  }
  .link .container .mm .w33 {
    width: 100%;
    margin-bottom: 20px;
  }
  .link .container .mm .w66{
    width: 100%;
  }
  .link .container .mm .w66 img{
    width: 100%;
  }
  .link .container .rbb .top>div:nth-child(2) {
    padding: 0px;
  }
  .link .container .rbb .middle>div:nth-child(2) {
    padding: 0px;
  }
  .news {
    padding: 20px 0px 25px;
  }
  .news .container>p {
    text-align: center;
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    margin-bottom: 15px;
  }
  .news .container {
    padding: 0px 15px;
  }
  .news .container>ul>li .ll {
    width: 50%;
    float: left;
  }
  .news .container>ul>li .rr {
    margin-top: 10px;
    width: 100%;
    float: right;
    padding-left: 0px;
  }
  .news .container>ul>li .rr p.one {
    font-size: 17px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
  }
  .news .container>ul>li .rr p.thr {
    font-size: 13px;
    color: rgb( 76, 76, 76 );
    line-height: 2;
  }
  .manager {
    padding: 20px 0px 25px;
  }
  .manager .container>p {
    text-align: center;
    font-size: 26px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    margin-bottom: 20px;
  }
  .manager .container {
    padding: 0px 15px;
  }
  .manager .container ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .manager .container ul li p.two {
    margin-top: 10px;
    font-size: 17px;
    color: rgb( 86, 176, 106 );
    line-height: 1.5;
  }
  .manager .container ul li p.for {
    margin-top: 10px;
    font-size: 13px;
    color: rgb( 73, 73, 73 );
    line-height: 2.143;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .product {
    padding: 20px 0px 25px;
  }
  .product .container {
    padding: 0px 15px;
  }
  .product .container>p {
    text-align: center;
    font-size: 30px;
    color: rgb( 0, 0, 0 );
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .product .innertitle {
    margin-bottom: 25px;
  }
  .product .procon {
    /* text-align: center;
    font-size: 24px;
    color: rgb( 0, 0, 0 );
    line-height: 1.667; */


    font-size: 13px;
  }
  .proin {
    padding: 20px 0px 25px;
  } 
  .proin .container>p {
    text-align: center;
    font-size: 25px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 25px;
  }
  .proin .container {
    padding: 0px 15px;
  }
  .proin .container .middle .bb .clearfix {
    color: #606060;
    height: auto;
    line-height: 1;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0px;
  }
  .proin .container .middle .bb .clearfix .w33{
    width: 100%;
  }

  .proin .container .middle .bb .clearfix .w66 {
    /* width: 66%; */
    width: 100%;
    display: inline-block;
    font-size: 13px;
    padding-left: 10px;
    float: right;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }
  .proin .container .middle .tt ul li {
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    line-height: 1.8;
  }
  .proin .desc ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .proin .desc ul li:nth-child(2n + 2){
    float: right;
    margin-right: 0%;
  }
  .proin .prne .ll {
    float: none;
  }
  .proin .prne>a {
    display: inline-block;
    float: none;
    width: 80px;
    height: 30px;
    background: #56b06a;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
  }
  footer .top {
    padding-top: 40px;
    background: #333333;
    height: auto;
  }

  .device .row .container {
    padding: 0px 15px;
  }
  .device .row .container .ll {
    float: left;
    background: #fff;
    width: 100%;
    vertical-align: top;
    border: 1px solid #f4f4f4;
  }
  .device .row .container .rr {
    margin-top: 10px;
    width: 100%;
    float: right;
    vertical-align: top;
    padding: 0px;
  }
  .device .row .container .rr p.one {
    font-size: 15px;
    color: rgb( 0, 0, 0 );
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .device .row .container .rr p.two {
    font-size: 13px;
    color: rgb( 89, 89, 89 );
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .device {
    padding: 20px 0px;
  }
  .device>p {
    font-size: 24px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
  }

}





#page{ clear:both; height:40px; margin:0 auto; text-align:center; display: table; margin: 30px auto;}
#page li{ float:left; padding:5px 14px; border:1px solid #CCCCCC; margin-right:6px; color:#666; font-size:12px; list-style:none;}
#page li:hover{border:1px solid #0060ad;}
#page li:hover a{color:#0060ad}
#page li a{ color:#666}
#page li.active{border:1px solid #0060ad; background-color:#0060ad; color:#FFFFFF}
#page li.active a{ color:#fff}
#page li.thisclass{border:1px solid #0060ad; background-color:#0060ad; color:#FFFFFF}
#page li.thisclass a{ color:#fff}