


/* 首页searching */
.searching{
  z-index: 100000;
  display: none;
  height: 50px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0px;
  left: 0px;
}
.searching .container{
  padding: 0px;
  position: relative;
  
}
.searching .container i{
  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%;
}

/* 百度地图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{
  /*height: 50px;*/
  padding: 5px 0px;
}
.navbar-header.clearfix span a{
  color: #000;
  font-size: 15px;
  margin: 0px 10px;
}
.navbar-header img{
  width: 40%;
  /*width: 25%;*/
  float:left;
  margin-left:15px;
  height: 50%;
}
@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: #F7F7F7;
}
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{
  /* position: absolute; */
  position: fixed;
  width: 100%;
  z-index: 10000000;
}
.navs>.top{
  padding: 0px 40px;
  height: 35px;
  line-height: 35px;
  background: #2c2b3b;
}
.navs>.top .left{
  float: left;
  font-size: 16px;
  color: rgb( 255, 255, 255 );
}
.navs>.top .left>span:nth-child(1){
  margin-right: 30px;
}
.navs>.top .left span i{
  font-size: 18px;
  margin-right: 5px;
}
.navs>.top .right{
  height: 35px;
  line-height: 35px;
  float: right;
}
.navs>.top .right a{
  font-size: 16px;
  color: rgb( 255, 255, 255 );
} 
.navs>.top .right a:nth-child(1){
  padding-right: 15px;
  border-right: 1px solid #fff;
}
.navs>.top .right a:nth-child(2){
  padding-left: 15px;
}
.navs>.bottom{
  width: 100%;
  /* position: absolute; */
  z-index: 10000;
  padding: 0px 40px;
  /* height: 100px;
  line-height: 100px; */
  height: 85px;
  line-height: 85px;
  /* background: rgb(255,255,255); */
  background: #f4f2f2;
  position: relative;
}

.navs>.bottom .logo{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.navs>.bottom .logo img{
  /* width: 97px; */
  width: 180px;
}

.navs>.bottom>span{
  font-size: 28px;
  /* color: #f76503; */
  color:red;
  float: right;
  margin-right: 4px;
  font-weight:bold;
}
.navs>.bottom>ul{
  float: right;
}
.navs>.bottom>ul>li{
  float: left;
  padding: 0px 25px;
}
.navs>.bottom>ul>li:last-child{
  /* padding-right: 0px; */
  padding: 0px;
}
.navs>.bottom>ul>li:last-child a{
  display: inline-block;
  margin: 0px 3px;
  color: #000;
  font-size: 14px;
}
.navs>.bottom>ul>li:last-child a:hover{
  color: #f76503;
}
.navs>.bottom>ul>li:last-child i{
  font-size: 20px;
  color:#000;
}
.navs>.bottom>ul>li>a{
  font-size: 16px;
  color: rgb( 0, 0, 0 );
}

.banner{
  /* padding-top: 135px; */
}
.banner .swiper-container{
  width: 100%;
  position: relative;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.banner .swiper-container .swiper-slide{
  position: relative;
}
.banner .swiper-container .swiper-slide .box{
  position: absolute;
  top: 50%;
  left: 26%;
  -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 .box h2{
  font-size: 56px;
  color: rgb( 255, 255, 255 );
  font-weight: bold;
}
.banner .swiper-container .swiper-slide .box p{
  color:#fff;
  font-size: 38px;
  line-height: 1.8;
}

p.titling{
  text-align: center;
  font-size: 48px;
  color: rgb( 122, 108, 204 );
  line-height: 1.354;
}
p.titling span:nth-child(1){
  color:#7a6ccc;
  margin-right: 15px;
}
p.titling span:nth-child(2){
  color:#3e3e3e;
}
.introduction .container{
  padding-top: 85px;
}







.introduction{
  background: #fafafa;
}
.introduction .swiper-containerI{
  position: relative;
  overflow: hidden;
  padding-bottom: 108px;
  margin-top:45px; 
}
.introduction .swiper-containerI .swiper-slide{
  height: 520px;
  background-color: #fff;
  padding: 50px 65px 70px;
  position: relative;
}
.introduction .swiper-containerI .swiper-slide:hover>a{
  background: #fff;
  color:#000;
  transition: 1.2s;
}
.introduction .swiper-containerI .swiper-slide>a{
  transition: 1.2s;
  border-radius: 30px;
  font-size: 16px;
  background: #7491ce;
  text-align: center;
  line-height: 40px;
  color:#fff;
  width: 160px;
  height: 40px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
}



.introduction .swiper-containerI .swiper-slide{
  
}
.introduction .swiper-containerI .swiper-slide p.tit{
  text-align: center;
  font-size: 23px;
  color: rgb( 62, 62, 62 );
  line-height: 2.826;
}
.introduction .swiper-containerI .swiper-slide p.detail{
  font-size: 16px;
  color: rgb( 101, 101, 101 );
  line-height: 1.938;
  text-align: center;
}
.introduction .swiper-containerI .swiper-slide:hover{
  transition: 1.2s;
  bbackground: -webkit-linear-gradient(#bbdee9, #bcbde6); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#bbdee9, #bcbde6); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#bbdee9, #bcbde6); /* Firefox 3.6 - 15 */
  background: linear-gradient(#bbdee9, #bcbde6); /* 标准的语法 */
}
.introduction .swiper-containerI .swiper-slide:hover p.detail{
  color:#000;
}
.introduction .swiper-containerI .swiper-slide .mid{
  text-align: center;
  margin: 10px 0px 25px;
}
.introduction .swiper-containerI .swiper-slide .mid img{
  display: inline-block;

  width: 100%;

}

.introduction .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.introduction .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #b6b6b6;
  background: #fff;
  opacity: 1;
}
.introduction .swiper-pagination-bullet-active {
  opacity: 1;
  background: #b6b6b6;
}

.application{

}
.application>img{
  height: 550px;
}

.application>img:nth-child(2),
.application>img:nth-child(3),
.application>img:nth-child(4),
.application>img:nth-child(5),
.application>img:nth-child(6){
  display: none;
}

.application {
  /* padding-top: 90px; */
  position: relative;
  overflow: hidden;
}

.application .container {
  height: 100%;
  /* width: 1430px; */
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
}
.application .container >p{
  display: none;
  text-align: center;
  font-size: 48px;
  color: rgb( 255, 255, 255 );
  line-height: 1.354;
}


.application .container >h2{
  color: #fff;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: auto;
  left: -120px;
  top: 40% !important;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate(0,-50%);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.application  .swiper-containerP{
  height: 100%;
  margin-top: 0px;
  position: relative;
  /* overflow-y: hidden; */
}

.application  .swiper-containerP .swiper-wrapper{
  height: 100%;
  z-index: 10000;
  /* overflow: hidden; */
}

.application  .swiper-containerP>img{
  display: none;
  position: absolute;
  left:  0px;
  top: 15px;
}
.application .swiper-slide {
  height: 100% !important;
  position: relative;
  /* margin-top: 70px; */
  padding: 20px 0px 0px 60px;
}
.application .swiper-slide >a{
  display: block;
  height: 40px;
  width: 110px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  /* position: absolute;
  right: 160px;
  top: 40%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%); */
}
.application .swiper-slide p:nth-child(1){
  display: none;
  font-size: 19px;
  color: rgb( 255, 255, 255 );
  line-height: 1.842;
  /* margin-bottom: 40px; */
}
.application .swiper-slide p:nth-child(2){
  margin-top: 80px;
  /* height: 100%; */
  float: right;
  /* background: rgba(0, 0, 0, 0.7); */
  background: rgba(0, 0, 0, 0.1);

  display: inline-block;
  /* border: 1px solid #ccc; */
  /* padding:  55px 65px 55px; */
  padding: 0px 20px 50px;
  width: 80%;
  font-size: 17px;
  color: rgb( 255, 255, 255 );
  line-height: 1.824;
  position: relative;
}

.application .swiper-slide p:nth-child(2) a{
  color: rgb( 255, 255, 255 );
}
/* .application .swiper-slide p:nth-child(2) a:hover{
  color: red;
} */

.application .swiper-slide p:nth-child(2) span{
  display: block;
  font-size: 69px;
  color: rgb( 255, 255, 255 );
  line-height: 1.842;
}

.application .swiper-slide p:nth-child(2) span a{
  display: block;
  font-size: 69px;
  color: rgb( 255, 255, 255 );
  line-height: 1.842;
}

/* .application .swiper-slide>a{
  display: block;

} */
/* .application .swiper-slide p:nth-child(2)>a{
  display: none;
  height: 40px;
  width: 110px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  margin-top: 15px;
} */


.application .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0;
  display: block;
}
.application .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.application  .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}


.description{
  background: #fff;
}
.description>div{
  padding: 0px;
  /* height: 725px; */
  height: auto;
}
.description>div:nth-child(1){
  padding: 75px 40px 70px;
}
.description>div:nth-child(1) p:nth-child(1){
  font-size: 48px;
  color: rgb( 129, 115, 209 );
  line-height: 1.354;
}
.description>div:nth-child(1) p:nth-child(1) span{
  margin-left: 5px;
}
/* .description>div:nth-child(1) p:nth-child(2){
  font-size: 48px;
  color: #3e3e3e;
  line-height: 1.354;
} */
/* .description>div:nth-child(1) p:nth-child(3){
  font-size: 14px;
  color: rgb( 101, 101, 101 );
  line-height: 1.875;
  margin-top: 30px;
} */
.description>div:nth-child(1) p:last-child{
  font-size: 14px;
  color: rgb( 101, 101, 101 );
  line-height: 1.875;
  margin-top: 30px;
}
.description>.left{
  background: #fff;
}
.description>.left>.bottom{
  margin-top: 45px;
}
.description>.left>.bottom>div{
  
  /* text-align: center; */
  padding-left: 100px;
  height: 135px;
  
}
.description>.left>.bottom>div:nth-child(1),
.description>.left>.bottom>div:nth-child(2){
  border-bottom: 2px solid #f0f0f0;
}
.description>.left>.bottom>div:nth-child(1),
.description>.left>.bottom>div:nth-child(3){
  border-right: 2px solid #f0f0f0;
}
.description>.left>.bottom>div:nth-child(3),
.description>.left>.bottom>div:nth-child(4){
  padding-top: 50px;
}
.description>.left>.bottom>div .border{
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 66px;
  height: 66px;
  border: 2px solid #48bdc5;
  border-radius: 100%;
}
.description>.left>.bottom>div .border i{
  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%);
  font-size: 30px;
  color: #48bdc5;
}
.description>.left>.bottom>div span{
  font-size: 21px;
  color: rgb( 62, 62, 62 );
  margin-left: 10px;
}
.description>.right>div{
  padding:0px;
}
.description>.right>div img{
  width: 100%;
}

footer{
  background: #272727;
}
footer .container{
  padding: 0px;
}
footer .container .top{
  padding-top: 65px;
  padding-bottom: 65px;
}
footer .top{

}
footer .top dl{

}
footer .top dl dt{
  font-size: 17px;
  /* color: rgb( 255, 255, 255 ); */
  /* color: red; */
  color: #f76503;
  margin-bottom: 25px;
}

footer .top dl dd{
  display: inline-block;
  width: 48%;
  font-size: 14px;
  /* color: rgb( 128, 128, 128 ); */
  color: #fff;
  line-height: 2.143;
}
footer .top dl dd a{
  color: #fff;
}
/* footer .top dl dd a{
  color:#fff;
} */
/* footer .top dl dd a:hover{
  color: #8374d2;
} */
footer .top dl dd a:hover{
  color: #fff;
}
footer .top .w25{
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
footer .top .w33{
  display: inline-block;
  width: 34%;
  vertical-align: top;
}

footer .top .w33 dd{
  margin-bottom: 20px;
  width: 100%;
}
footer .top .w33 .left{
  width: 10%;
  float: left;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-right: 1px solid #4e4e4e;
  position: relative;
}
footer .top .w33 .left i{
  font-size: 20px;
  /* color: #8374d2; */
  color: #f76503;
  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%);
}
footer .top .w33 .right{
  padding-left: 10px;
  float: left;
  width: 89%;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}


footer .top .w42{
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
footer .top .w42 form{
  position: relative;
}
footer .top .w42 form button{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 120px;
  width: 38px;
  /* border: 2px solid #8374d2; */
  border: 2px solid #f76503;
  
  background: transparent;
  font-size: 15px;
  /* color: rgb( 129, 115, 209 ); */
  color: #f76503;
}


footer .top .w42 .left{
  float: left;
  width: 40%;
  display: inline-block;
  width: 180px;
  height: 60px;
}
footer .top .w42 .left input{
  font-size: 14px;
  padding-left: 5px;
  border-bottom: 1px solid #4e4e4e;
  background: #272727;
  width: 160px;
  height: 40px;
  color: #fff;
}

footer .top .w42 .left input::-webkit-input-placeholder{
  color:#fff;
}
footer .top .w42 .left input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#fff;
}
footer .top .w42 .left input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#fff;
}
footer .top .w42 .left input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#fff;
}

 textarea::-webkit-input-placeholder{
  color:#fff;
}
 textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#fff;
}
 textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#fff;
}
 textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
  color:#fff;
}

footer .top .w42 .mid{
  float: left;
  width: 50%;
  display: inline-block;
}
footer .top .w42 .mid textarea{
  width: 100%;
  font-size: 14px;
  padding: 10px;
  height: 120px;
  border: 1px solid #4e4e4e;
  background: #272727;
  color: #fff;
}

footer .bottom{
  /* height: 55px; */
  text-align: center;
  font-size: 16px;
  color: #fff;
}
footer .bottom i{
  font-size: 40px;
}
footer .bottom p a:hover{
  color: #fff;
}

.ban{
  position: relative;
}
.ban .container{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  left: 10%;
}
.ban .container p:nth-child(1){
  font-size: 60px;
  color: rgb( 250, 250, 250 );
  line-height: 1.28;
}
.ban .container ul{
  margin-top: 20px;
}
.ban .container ul li{
  float: left;
  margin: 0px 12px;
}
.ban .container ul li:nth-child(1){
  margin-left: 0px;
}
.ban .container ul li a{
  color:#fff;
  font-size: 18px;
  color: rgb( 255, 255, 255 );
}
.ban .container ul li a:hover{
  /* color:#7a6ccc; */
  color:#000;
}


.ban .container p:nth-child(2){
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  
  margin-top: 20px;
}
.ban .container p:nth-child(2) span:nth-child(1){
  margin-left: 0px;
}
.ban .container p:nth-child(2) span{
  margin: 0px 23px;
}
.ban .container p:nth-child(3){
  font-size: 18px;
  color: rgb( 255, 255, 255 );
  margin-top: 20px;
}
.ban .container p i{
  /* display: none; */
  font-size: 40px;
  color:#fff;
}
.ban .container p:last-child{
  margin-top: 100px;
}


.history{
  padding: 110px 0px 88px;
  background: #fff;
}
.history>p{
  text-align: center;
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 1.757;
}
.history>.container{
  padding-top: 65px;
}

.history>.container .clearfix{
  padding: 12px 0px;
  position: relative;
}
.history>.container .clearfix>div{
  position: relative;
}
.history>.container .clearfix:nth-child(odd)>div:nth-child(2){
  float: right;
  padding-left: 40px;
  /* border-left: 1px solid #eaeaea; */
  position: relative;
}
.history>.container .clearfix:nth-child(odd)>div:nth-child(1){
  padding-right: 40px;
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  text-align: right;
  font-size: 28px;
  /* color: rgb( 35, 35, 35 ); */
  color: #80bbe4;
}

.history>.container .clearfix:nth-child(even)>div:nth-child(1){
  padding-left: 40px;
  width: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  text-align: left;
  font-size: 28px;
  /* color: rgb( 35, 35, 35 ); */
  color: #80bbe4;
}
.history>.container .clearfix>.line{
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #eaeaea;
}

/* 修改 */
.history>.container .clearfix:hover>.line i{
  font-size: 40px;
  transition: 0.25s;
}

.history>.container .clearfix>.line i{
  color: #80bbe4;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-45%, -50%);
  -moz-transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
  -o-transform: translate(-45%, -50%);
}
/* .history>.container .clearfix>.line span i{
  color: #80bbe4;
} */
/* .history>.container .clearfix:nth-child(odd)>div:nth-child(2) .line{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #eaeaea;
} */
.history>.container .clearfix:nth-child(even)>div:nth-child(2){
  /* text-align: right; */

  /* 修改 */
  text-align: left;

  float: left;
  padding-right: 40px;
  position: relative;
}
/* .history>.container .clearfix:nth-child(even)>div:nth-child(2) .line{
  position: absolute;
  right: -1px;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #eaeaea;
} */
/* .history>.container .clearfix:nth-child(odd)>div:nth-child(2) span{
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-45%, -50%);
  -moz-transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
  -o-transform: translate(-45%, -50%);
}
.history>.container .clearfix:nth-child(even)>div:nth-child(2) span{
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
} */
.history>.container .clearfix:nth-child(even)>div:nth-child(1){
  float: right;
}

.history>.container .clearfix>div:nth-child(2)>.inner{
  
  padding: 20px 25px;
  background: #f4f4f4;
  border-radius: 5px;
}

.history>.container .clearfix .inner{
  font-size: 17px;
  color: rgb( 50, 50, 50 );
}
.history>.container .clearfix:hover .inner{
  font-size: 18px;
  transition: 0.5s;
  background: #80bbe4 !important;
  color: #fff;
}


.history>.container .clearfix>div:nth-child(2) span i{
  color: #80bbe4;
}

.support{
  padding: 70px 0px 80px;
}
.support table{
  table-layout: fixed;
}
.support>p{
  text-align: center;
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
  margin-bottom: 40px;
}
.support .container{
  padding: 0px;

  line-height: 2.188 !important;

}
.support .container img{
  max-width: 100%;
}
.support .container p.title{
  background: #7b8fa8;
  line-height: 60px;
  font-size: 14px;
  color: rgb( 255, 255, 255 );
}
.support .container p.title span{
  border-right: 1px solid #fff;
}
.support .container p.title span:last-child{
  border-right: none;
}
.support .container p.title .w25,
.support .container p.title .w20,
.support .container p.title .w13,
.support .container p.title .w30{ 
  display: inline-block;
  text-align: center;
}

.support .bottom .clearfix .w25,
.support .bottom .clearfix .w20,
.support .bottom .clearfix .w13,
.support .bottom .clearfix .w30{ 
  display: inline-block;
  text-align: center;
}
.support .bottom .clearfix:nth-child(odd){
  background:#e6eaef;
}
.support .bottom .clearfix:nth-child(even){
  background: #fff;
}
.support .bottom .clearfix{
  height: 60px;
  line-height: 60px;
  color:#000;
  font-size: 14px;
}
.support .bottom .clearfix span{
  border-right: 1px solid #ededed;
}
.support .bottom .clearfix span:last-child{
  border-right: none;
}

.support .bottom .clearfix .w25{
  width: 25%;
}
.support .bottom .clearfix .w20{
  width: 20%;
}
.support .bottom .clearfix .w13{
  width: 13%;
}
.support .bottom .clearfix .w30{
  width: 27%;
}

.support .container p.title .w25{
  width: 25%;
}
.support .container p.title .w20{
  width: 20%;
}
.support .container p.title .w13{
  width: 13%;
}
.support .container p.title .w30{
  width: 29%;
}


.character{
  background: #fff;
  padding: 50px 40px 5px;
}
.character>p{
  text-align: center;
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 1.757;
  margin-bottom: 45px;
}

.character .swiper-containerC .swiper-slide{
  margin-bottom: 40px;
}
.character .swiper-containerC .swiper-slide .top{
  
}
.character .swiper-containerC .swiper-slide .top a{  
  display: block;
  overflow: hidden;
}
.character .swiper-containerC .swiper-slide .top a img{  
  width: 100%; 
  transition: 1.2s;
}
.character .swiper-containerC .swiper-slide .top a img:hover{ 
  transition: 1.2s;
  transform: scale(1.1);
}
.character .swiper-containerC .swiper-slide .bottom{

}
.character .swiper-containerC .swiper-slide .bottom p{
  margin-top: 20px;
  font-size: 35px;
  color: rgb( 15, 15, 15 );
  line-height: 1;
}

.zs{
  padding: 40px;
}
.zs>.clearfix{
  
}
.zs>.clearfix .left{
  padding-left: 0px;
  padding-right: 0px;
}
.zs>.clearfix .left img{
  width: 100%;
}
.zs>.clearfix .right{
  padding-left: 30px;
  padding-top: 25px;
}
.zs>.clearfix .right p:nth-child(1){
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
}
.zs>.clearfix .right p:nth-child(1) a{
  font-size: 37px;
  color: rgb( 0, 0, 0 );
}
.zs>.clearfix .right p:nth-child(1) a:hover{
  color:#48bdc5;
}
.zs>.clearfix .right p:nth-child(2){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}

.zs>.clearfix .right>div{
  margin-top: 20px;
}
.zs>.clearfix .right>div a{
  /* color: #000; */
  color:#f76503;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}



.zs>.clearfix .right>div>div{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #f76503;
}
.zs>.clearfix .right>div>div span{
  font-size: 16px;
  color: #f76503;
  display: inline-block;
  position: absolute;
  /* left: 50%;
  top: 50%; */
  left: 55%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  
}

/* .zs>.clearfix .right p:nth-child(2) a{
  font-size: 16px;
  color: rgb( 95, 95, 95 );
} */

/* .zs>.clearfix .right p:nth-child(3){
  margin-top: 20px;
}
.zs>.clearfix .right p:nth-child(3) i{
  font-size: 40px;
  color: #afafaf;
} */

.zs>.clearfix:nth-child(even){

}
.zs>.clearfix:nth-child(even) .left{
  float: right;
  padding-left: 0px;
}
.zs>.clearfix:nth-child(even) .right{
  float: right;
}

.xuanze{
  padding: 40px;
}
.xuanze>.clearfix{
  
}
.xuanze>.clearfix .right{
  padding-left: 0px;
  padding-right: 0px;
}
.xuanze>.clearfix .right img{
  width: 100%;
}
.xuanze>.clearfix .left{
  padding-left: 30px;
  padding-top: 70px;
}
.xuanze>.clearfix .left p:nth-child(1){
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
}
.xuanze>.clearfix .left p:nth-child(1) a{
  font-size: 37px;
  color: rgb( 0, 0, 0 );
}
.xuanze>.clearfix .left p:nth-child(1) a:hover{
  color: #48bdc5;
}
.xuanze>.clearfix .left p:nth-child(2){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}
.xuanze>.clearfix .left p:nth-child(3){
  margin-top: 20px;
}
.xuanze>.clearfix .left p:nth-child(3) i{
  font-size: 40px;
  color: #afafaf;
}

.xuanze>.clearfix .left>div{
  margin-top: 20px;
}
.xuanze>.clearfix .left>div a{
  /* color: #000; */
  color:#f76503;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}



.xuanze>.clearfix .left>div>div{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #f76503;
}
.xuanze>.clearfix .left>div>div span{
  font-size: 16px;
  color: #f76503;
  display: inline-block;
  position: absolute;
  /* left: 50%;
  top: 50%; */
  left: 55%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  
}



.xuanze>.clearfix:nth-child(even){

}
.xuanze>.clearfix:nth-child(even) .left{
  float: right;
  padding-left: 30px;
}
.xuanze>.clearfix:nth-child(even) .right{
  float: left;
}



.highcost{
  background: #fff;
  padding:37px;
}
.highcost>div{
  padding: 0px;
}

.highcost>.left{
  padding:50px 40px 0px 50px;
  background: #f0f1f5;
  height: 606px;
}


/* 修改 */

.highcost>.left>div{
  position: absolute;
  left: 0px;
  top: 100px;
}









.highcost>.right{
  height: 606px;
}
.highcost>.right>div{
  padding-top: 50px;
  position: relative;
  height: 606px;
}
.highcost>.left p:nth-child(1){
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  margin-bottom: 35px;
}
.highcost>.left p:nth-child(2){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}
.highcost>.right>div>div{

}
.highcost>.right>div .top p{
  width: 90%;
}
.highcost>.right>div .top p:nth-child(1){
  font-size: 18px;
  color: rgb( 0, 0, 0 );
  line-height: 1.944;
}
.highcost>.right>div .top p:nth-child(2){
  font-size: 14px;
  color: rgb( 95, 95, 95 );
  line-height: 2.5;
}
.highcost>.right>div .top p:nth-child(3){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}
.highcost>.right>div .top:nth-child(1){
  margin-bottom: 50px;
}
/* .highcost>.right>div .top:nth-child(1){
  position: absolute;
  left: 35px;
  top: 30px;
}
.highcost>.right>div .top:nth-child(2){
  position: absolute;
  left: 35px;
  bottom: 10px;
} */



.company{
  padding: 40px;
  background: #fff;
}
.company>div:nth-child(1){
  padding-top: 55px;
  padding-left: 75px;
  padding-right: 65px;
  height: 596px;
  background: #f0f1f5;
  line-height: 2.188;
}
.company>div:nth-child(1) p:nth-child(1){
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
}
/* .company>div:nth-child(1) p:nth-child(2){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
} */
.company>div:nth-child(1) p{
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}
.company>div:nth-child(2){
  padding-right: 0px;
}


.company>div img{
  height: 597px;
}

.tech{
  background: #fff;
  padding: 70px 0px 0px;
}
.tech .container{
  
}
.tech .container>p{
  margin-bottom: 30px;
  text-align: center;
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
}
.tech .container>.clearfix{
  margin-bottom: 10px;
}
.tech .container .w15{
  width: 15%;
  display: inline-block;
  height: 156px;
  /* border: 1px solid #d5d5d5; */
  position: relative;
}
.tech .container .w15 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%);
}
.tech .container .w85{
  padding-left: 15px;
  vertical-align: top;
  display: inline-block;
  width: 84%;
  padding-top:40px;
}
.tech .container .w85 p:nth-child(1){
  font-size: 23px;
  color: rgb( 0, 0, 0 );
  line-height: 1;
  margin-bottom: 30px;
}
.tech .container .w85 p:nth-child(2){
  color:#4b4b4b;
  font-size: 16px;
}
.tech .container .w85>a{
  text-decoration: underline;
  display: inline-block;
  color:#4b4b4b;
  font-size: 16px;
  margin-top: 15px;
}


.tech .container .w85 ul{

  /* 修改 */
  width: 60%;

  margin-bottom: 10px;
}
.tech .container .w85 ul li{
  /* margin: 0px 25px; */
  margin-right: 25px;
  float: left;
  color:#4b4b4b;
  font-size: 16px;
}
.tech .container .w85 ul li:nth-child(1){
  margin-left: 0px;
}

.link{
  padding: 40px;
}
.link>div{
  height: 600px;
}
.link>div:nth-child(1){
  background: #f0f1f5;
  position: relative;
}
.link>div:nth-child(1)>div{
  width: 80%;
  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%);
}
.link>div:nth-child(1)>div p{
  font-size: 16px;
  color: rgb( 101, 101, 101 );
  line-height: 2.5;
}
.link>div:nth-child(1)>div p:nth-child(1){
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 2.075;
}

.link>div:nth-child(1) .bottom{
  font-size: 16px;
  color: rgb( 101, 101, 101 );
  line-height: 2.5;
}
.link>div:nth-child(1) .bottom .left{
  /* width: 15%; */
  display: inline-block;
}
.link>div:nth-child(1) .bottom .right{
  width: 80%;
  display: inline-block;
}


@media (max-width: 1610px){
  .link>div:nth-child(1) .bottom {
    font-size: 14px;
    color: rgb( 101, 101, 101 );
    line-height: 2.5;
  }
}
@media (max-width: 1440px){

  .xuanze>.clearfix .left {
    padding-left: 30px;
    padding-top: 55px;
  }

  .navs>.bottom>ul>li {
    float: left;
    padding: 0px 18px;
  }
  .company>div:nth-child(1) {
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 65px;
    height: 596px;
    background: #f0f1f5;
  }
  .application .swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: -55px;
    top: 40% !important;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
}


@media (max-width: 1420px){
  .link>div:nth-child(1) .bottom {
    font-size: 13px;
    color: rgb( 101, 101, 101 );
    line-height: 2.5;
  }
}



.society{
  padding: 40px;
  background: #fff;
}
.society .swiper-containerT{
  
}
.society .swiper-containerT .swiper-slide{

}
.society .swiper-containerT .swiper-slide .top{
  overflow: hidden;
}
.society .swiper-containerT .swiper-slide .top img{
  width: 100%;
  transition: 1.2s;
}
/* .society .swiper-containerT .swiper-slide .top a{
  
}
.society .swiper-containerT .swiper-slide .top a img{
  width: 100%;
} */
.society .swiper-containerT .swiper-slide .top  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);
  }
.society .swiper-containerT .swiper-slide .top 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);
}
.society .swiper-containerT .swiper-slide .bottom{
  height: 220px;
}
.society .swiper-containerT .swiper-slide .bottom p{
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 1.875;
}
.society .swiper-containerT .swiper-slide .bottom p:nth-child(1){
  font-size: 35px;
  /* color: rgb( 15, 15, 15 ); */
  color: #48bdc5;
  line-height: 1;
  margin: 20px 0px;
}
.society .swiper-containerT .swiper-slide .bottom p:nth-child(1):hover{
  color: #48bdc5;
}
.typicalpro{
  padding: 50px 40px;
}
.typicalpro>p{
  /* font-size: 37px; */
  font-size: 52px;
  margin-bottom: 30px;
  text-align: center;
  color: rgb( 0, 0, 0 );
  line-height: 1.757;
} 
.typicalpro .swiper-containerP{

}
.typicalpro .swiper-containerP .swiper-slide{
  
}
.typicalpro .swiper-containerP .swiper-slide .top{
  
}
.typicalpro .swiper-containerP .swiper-slide .top a{
  display: block;
  overflow: hidden;
}
.typicalpro .swiper-containerP .swiper-slide .top a img{
  width: 100%;
  transition: 1.2s;
}
.typicalpro .swiper-containerP .swiper-slide .top 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);
}
.typicalpro .swiper-containerP .swiper-slide .bottom{
  padding: 40px 50px 40px 40px;
  background: #f0f1f5;
}
.typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(1){
  font-size: 35px;
  color: rgb( 15, 15, 15 );
  line-height: 1;
  margin-bottom: 10px;
}
.typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(1) a{
  font-size: 35px;
  color: rgb( 15, 15, 15 );
}
.typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(1) a:hover{
  color:#48bdc5;
}
.typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(2){
  font-size: 16px;
  color: rgb( 95, 95, 95 );
  line-height: 2.188;
}
.typicalpro .swiper-containerP .swiper-slide .bottom>a{
  font-size: 16px;
  color: rgb( 238, 21, 21 );
  line-height: 2.188;
}


.choice{
  background: #fff;
  padding-top: 60px;
  padding-bottom: 85px;
}

.choice .container p.title{
  font-size: 35px;
  color: rgb( 0, 0, 0 );
  line-height: 1.429;
}
.choice .container p.common{
  font-size: 16px;
  color: rgb( 112, 112, 112 );
  line-height: 2.188;
}


.choice .container>p{
  text-align: center;
  font-size: 37px;
  color: rgb( 0, 0, 0 );
  line-height: 1.757;
}
.choice .container>.top{

}
.choice .container>.top>p{
  font-size: 35px;
  color: rgb( 0, 0, 0 );
  line-height: 1;
  margin-bottom: 30px;
}

.choice .container>.top .clearfix{
  margin-bottom: 50px;
}
.choice .container>.top .clearfix>div{
  vertical-align: middle;
  height: 150px;
  position: relative;
}
.choice .container>.top .clearfix>div>div{
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
}
.choice .container>.top .clearfix>div:nth-child(1) img{
  width: 100%;
}
.choice .container>.top .clearfix>div:nth-child(1) p{
  text-align: center;
  font-size: 23px;
  color: rgb( 62, 62, 62 );
  line-height: 2.826;
}
.choice .container>.top .clearfix>div:nth-child(2) p{
  position: absolute;
  width: 100%;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY( -50%);
  -moz-transform: translateY( -50%);
  -ms-transform: translateY( -50%);
  -o-transform: translateY( -50%);
  font-size: 16px;
  color: rgb( 112, 112, 112 );
  line-height: 2.188;
}

.choice .container>.mid{
  margin-bottom: 65px;
}
.choice .container>.mid ul{

}
.choice .container>.mid ul li{
  font-size: 16px;
  color: rgb( 112, 112, 112 );
  line-height: 2.188;
}
.choice .container>.bottom{
  
}

@media (max-width: 1700px){
  .navs>.bottom>span {
    font-size: 24px;
    color: #f76503;
    float: right;
    margin-right: 30px;
    font-weight: bold;
  }
  .navs>.bottom>ul>li {
    float: left;
    padding: 0px 20px;
  }
}
@media (max-width: 1700px){
  .description>div:nth-child(1) {
    padding: 15px 30px 30px;
  } 
  .description>.left>.bottom>div {
    padding-left: 15px;
    height: 105px;
  }
  /* .description>div {
    padding: 0px;
    height: 685px;
  } */
  .description>div:nth-child(1) p:nth-child(1) {
    font-size: 36px;
    color: rgb( 129, 115, 209 );
    line-height: 1.354;
  }
  /* .description>div:nth-child(1) p:nth-child(2) {
    font-size: 36px;
    color: #3e3e3e;
    line-height: 1.354;
  } */
}
@media (max-width: 1540px){
  .navs>.bottom>span {
    font-size: 20px;
    color: #f76503;
    float: right;
    margin-right: 20px;
    font-weight: bold;
  }
  .navs>.bottom>ul>li {
    float: left;
    padding: 0px 10px;
  }
}
@media (max-width: 1440px){
  /* .company>div:nth-child(1) {
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 65px;
    height: 596px;
    background: #f0f1f5;
  }
  .application .swiper-container-vertical>.swiper-pagination-bullets {
    right: auto;
    left: -55px;
    top: 40% !important;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  } */
}

/* @media (max-width: 1366px){
  .description>div:nth-child(1) {
    padding: 15px 30px 30px;
  } 
  .description>.left>.bottom>div {
    padding-left: 15px;
    height: 105px;
  }
  .description>div {
    padding: 0px;
    height: 625px;
  }
  .description>div:nth-child(1) p:nth-child(1) {
    font-size: 36px;
    color: rgb( 129, 115, 209 );
    line-height: 1.354;
  }
} */

/* index.html自适应 */
@media (max-width: 768px){
  .support .container{
    overflow: scroll;
  }
  .support table{
    width: auto !important;
    overflow: scroll;
  }
  .support img{
    width: 100% !important;
  }
  .support .container{
    padding: 0px 10px;
  }
  .banner {
    padding-top: 0px;
  }
  .banner .swiper-container .swiper-slide .box h2 {
    font-size: 22px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
  }
  .banner .swiper-container .swiper-slide .box p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
  }
  .banner .swiper-container .swiper-slide .box {
    position: absolute;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .introduction .container {
    padding-top: 15px;
  }
  p.titling {
    text-align: center;
    font-size: 22px;
    color: rgb( 122, 108, 204 );
    line-height: 1.354;
  }
  .introduction .swiper-containerI {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 15px;
  }

  .introduction .swiper-containerI .swiper-slide {
    height: 480px;
    background-color: #fff;
    padding: 20px 25px 30px;
    position: relative;
  }
  .description>div {
    padding: 0px;
    height: auto;
  }
  .application .swiper-slide p:nth-child(1) {
    font-size: 17px;
    color: rgb( 255, 255, 255 );
    line-height: 1.842;
    margin-bottom: 15px;
  }
  .application .swiper-containerP {
    overflow: hidden;
    /* height: 375px; */
    /* height: 456px; */
    height: 100%;
    margin-top: 20px;
    position: relative;
    /* overflow-y: hidden; */
  }
  .application .container {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
  }
  .description>div:nth-child(1) {
    padding: 15px 15px 10px;
  }
  .application .swiper-slide {
    /* margin-top: 70px; */
    padding: 20px 0px 0px 0px;
  }
  .description>div:nth-child(1) p:nth-child(1) {
    font-size: 23px;
    color: rgb( 129, 115, 209 );
    line-height: 1.354;
  }
  .description>div:nth-child(1) p:nth-child(2) {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 1.5;
  }
  .description>.left>.bottom {
    margin-top: 15px;
  }
  .description>.left>.bottom>div:nth-child(3), .description>.left>.bottom>div:nth-child(4) {
    padding-top: 10px;
  }
  .introduction .swiper-containerI .swiper-slide p.tit {
    text-align: center;
    font-size: 20px;
    color: rgb( 62, 62, 62 );
    line-height: 2;
  }
  footer .container .top {
    /* padding-top: 25px; */
    padding: 25px 15px 25px;
    /* padding-bottom: 25px; */
  }
  footer .top .w25 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  footer .top .w33 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  footer .top .w42 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  footer .top .w42 .left {
    float: left;
    width: 70%;
    display: inline-block;
    /* width: 180px; */
    height: auto;
  }

  footer .top .w42 .left input {
    font-size: 14px;
    /* padding-left: 15px; */
    border-bottom: 1px solid #4e4e4e;
    background: #272727;
    /* width: 160px; */
    width: 100%;
    height: 45px;
  }
  footer .top .w42 form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 90px;
    width: 38px;
    border: 2px solid #8374d2;
    background: transparent;
    font-size: 14px;
    color: rgb( 129, 115, 209 );
  }
  footer .top .w42 .mid {
    margin-top: 10px;
    float: left;
    width: 100%;
    display: inline-block;
  }

  footer .bottom {
    height: auto;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: rgb( 128, 128, 128 );
  }
  footer .bottom i {
    font-size: 20px;
  }
  footer .top dl dt {
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    margin-bottom: 15px;
  }
  footer .top dl dd {
    display: inline-block;
    width: 48%;
    font-size: 13px;
    color: rgb( 128, 128, 128 );
    line-height: 1.8;
  }
  footer .top .w33 dd {
    margin-bottom: 10px;
    width: 100%;
  }
  .character>p {
    text-align: center;
    font-size: 20px;
    color: rgb( 0, 0, 0 );
    line-height: 1.757;
    margin-bottom: 15px;
  }
  .ban .container p:nth-child(2) {
    font-size: 18px;
    color: rgb( 255, 255, 255 );
    margin-top: 10px;
  }
  .ban .container {
    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%);
  }
  .ban .container p:last-child {
    margin-top: 0px;
  }
  .ban .container p:nth-child(1) {
    font-size: 20px;
    color: rgb( 250, 250, 250 );
    line-height: 1.28;
  }
  .character .swiper-containerC .swiper-slide .bottom p {
    margin-top: 10px;
    font-size: 18px;
    color: rgb( 15, 15, 15 );
    line-height: 1;
  }
  .character {
    background: #fff;
    padding: 15px;
  }
  .character .swiper-containerC .swiper-slide {
    margin-bottom: 0px;
  }
  
  .choice {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .choice .container>p {
    text-align: center;
    font-size: 25px;
    color: rgb( 0, 0, 0 );
    line-height: 1.757;
    margin-bottom: 15px;
  }
  .choice .container>.top>p {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 1;
    margin-bottom: 0px;
  }
  .choice .container>.top .clearfix>div:nth-child(2) p {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
    font-size: 14px;
    color: rgb( 112, 112, 112 );
    line-height: 1.8;
  }
  .choice .container>.mid {
    margin-top: 80px;
    margin-bottom: 65px;
  } 
  .choice .container>.mid>div:nth-child(2) img{
    width: 100%;
  }
  .choice .container p.title {
    font-size: 25px;
    color: rgb( 0, 0, 0 );
    line-height: 1.429;
  }
  .choice .container p.common {
    font-size: 14px;
    color: rgb( 112, 112, 112 );
    line-height: 2.188;
  }

  .company {
    padding: 15px;
    background: #fff;
  }
  .company>div:nth-child(1) p:nth-child(1) {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 2.075;
  }
  .company>div:nth-child(1) p:nth-child(2) {
    font-size: 13px;
    color: rgb( 95, 95, 95 );
    line-height: 2.188;
  }
  .company>div:nth-child(1) {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: auto;
    background: #f0f1f5;
  }
  .company>div img {
    height: auto;
  }
  .company>div:nth-child(2) {
    padding-left: 0px;
  }

  .highcost {
    background: #fff;
    /* padding: 37px; */
    padding: 15px;
  }
  .highcost>.left {
    /* padding: 50px 40px 0px 50px; */
    padding:15px;
    background: #f0f1f5;
    height: auto;
  }
  .highcost>.left p:nth-child(1) {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    margin-bottom: 15px;
  }

  .highcost>.right>div .top:nth-child(1) {

    /* 修改 */
    position: static;


    /* position: absolute; */
    left: 0px;
    top: 30px;
  }
  .highcost>.right>div .top:nth-child(2) {
    /* position: absolute; */
    position: static;
    left: 0px;
    bottom: 10px;
  }
  .highcost>.right>div .top p:nth-child(1) {
    font-size: 16px;
    color: rgb( 0, 0, 0 );
    line-height: 1.944;
  }
  .highcost>.right>div .top p:nth-child(3) {
    font-size: 14px;
    color: rgb( 95, 95, 95 );
    line-height: 2.188;
  }
  .highcost>.right>div {
    position: relative;
    /* height: 506px; */
    height: auto;
  }

  .highcost>.right>div .top:nth-child(1) {
    margin-bottom: 20px;
  }

  .highcost>.right {
    height: auto;
  }

  .link {
    padding: 15px;
  }
  .link>div {
    height: 430px;
  }
  .link>div:nth-child(2){
    padding: 0px;
  }
  .link>div:nth-child(1)>div p:nth-child(1) {
    font-size: 24px;
    color: rgb( 0, 0, 0 );
    line-height: 2.075;
  }
  .zs {
    padding: 15px;
  }
  .zs>.clearfix .right {
    padding-left: 0px;
    padding-top: 10px;
  }
  .zs>.clearfix .right p:nth-child(1) {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 2.075;
  }
  .zs>.clearfix .right p:nth-child(1) a{
    font-size: 22px;
    color: rgb( 0, 0, 0 );
  }
  .zs>.clearfix .right p:nth-child(2) {
    font-size: 14px;
    color: rgb( 95, 95, 95 );
    line-height: 2.188;
  }
  .zs>.clearfix .right p:nth-child(3) {
    margin-top: 10px;
  }

  .society {
    padding: 15px;
    background: #fff;
  }
  .society .swiper-containerT .swiper-slide .top a img {
    width: 100%;
  }
  .society .swiper-containerT .swiper-slide .bottom p:nth-child(1) {
    font-size: 22px;
    color: rgb( 15, 15, 15 );
    line-height: 1;
    margin: 10px 0px;
  }
  .society .swiper-containerT .swiper-slide .bottom p {
    font-size: 14px;
    color: rgb( 95, 95, 95 );
    line-height: 1.875;
  }
  .society .swiper-containerT .swiper-slide .bottom {
    height: auto;
    padding-bottom: 15px;
  }
  .tech {
    background: #fff;
    padding: 15px;
  }
  .tech .container {
    padding: 0px;
  }
  .tech .container .w85 {
    padding-left: 0px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  .tech .container .w15 {
    width: 100%;
    display: inline-block;
    height: 156px;
    border: 1px solid #d5d5d5;
    position: relative;
  }
  .tech .container .w85 p:nth-child(1) {
    font-size: 20px;
    color: rgb( 0, 0, 0 );
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .tech .container .w85 p:nth-child(2) {
    color: #4b4b4b;
    font-size: 14px;
  }

  .tech .container>.clearfix {
    margin-bottom: 15px;
  }
  .tech .container .w85 ul li {
    margin: 0px 15px;
    float: left;
    color: #4b4b4b;
    font-size: 14px;
  }
  .tech .container .w85>a {
    text-decoration: underline;
    display: inline-block;
    color: #4b4b4b;
    font-size: 14px;
    margin-top: 10px;
  }
  .typicalpro {
    /* padding: 50px 40px; */
    padding: 15px;
  }
  .typicalpro>p {
    font-size: 22px;
    text-align: center;
    color: rgb( 0, 0, 0 );
    line-height: 1.757;
  }
  .typicalpro .swiper-containerP .swiper-slide .bottom {
    /* padding: 40px 50px 40px 40px; */
    padding: 15px;
    background: #f0f1f5;
  }
  .typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(1) {
    font-size: 22px;
    color: rgb( 15, 15, 15 );
    line-height: 1;
    margin-bottom: 5px;
  }
  .typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(1) a{
    font-size: 22px;
    color: rgb( 15, 15, 15 );
  }
  .typicalpro .swiper-containerP .swiper-slide .bottom p:nth-child(2) {
    font-size: 14px;
    color: rgb( 95, 95, 95 );
    line-height: 1.8;
  }
  .typicalpro .swiper-containerP .swiper-slide .bottom>a {
    font-size: 14px;
    color: rgb( 238, 21, 21 );
    line-height: 2.188;
  }

  .xuanze {
    padding: 15px;
  }
  .xuanze>.clearfix .left {
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .xuanze>.clearfix .left p:nth-child(1) {
    font-size: 22px;
    color: rgb( 0, 0, 0 );
    line-height: 2.075;
  }
  .xuanze>.clearfix .left p:nth-child(2) {
    font-size: 14px;
    color: rgb( 95, 95, 95 );
    line-height: 2.188;
  }
  .xuanze>.clearfix .left p:nth-child(3) {
    margin-top: 10px;
  }
  .xuanze>.clearfix:nth-child(even) .left {
    float: right;
    padding-left: 0px;
  }
  .xuanze p i{
    display: none !important;
  }
  .zs p i{
    display: none !important;
  }
  .character .swiper-containerC{
    width: 100%;
  }
  .history>.container .clearfix>div{
    float: none !important;
    position: static !important;
  }
  .history>.container .clearfix .line{
    display: none;
  }
  .history>.container .clearfix:nth-child(odd)>div:nth-child(2) {
    float: right;
    padding-left: 0px;
    /* border-left: 1px solid #eaeaea; */
    position: relative;
  }
  .history>.container .clearfix:nth-child(even)>div:nth-child(2) {
    text-align: right;
    float: left;
    padding-right: 0px;
    position: relative;
  }
  .history>.container .clearfix>div{
    padding: 0px;
  }
  .history>.container .clearfix:nth-child(odd)>div:nth-child(1) {
    padding-right: 0px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
    text-align: left;
    font-size: 22px;
    color: rgb( 35, 35, 35 );
  }
  .history>.container .clearfix:nth-child(even)>div:nth-child(1) {
    padding-left: 0px;
    width: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
    text-align: left;
    font-size: 22px;
    color: rgb( 35, 35, 35 );
  }
  .history>.container .clearfix>div:nth-child(2)>.inner {
    text-align: left;
    padding: 20px 25px;
    background: #f4f4f4;
    border-radius: 5px;
  }
  .history>.container .clearfix .inner {
    font-size: 13px;
    color: rgb( 50, 50, 50 );
  }
  .history {
    padding: 20px 0px 28px;
    background: #fff;
  }
  .history>p {
    text-align: center;
    font-size: 26px;
    color: rgb( 0, 0, 0 );
    line-height: 1.757;
  }
  .history>.container {
    padding-top: 15px;
  }
  .ban .container ul li a {
    color: #fff;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
  }
  .support {
    padding: 20px 0px 20px;
  }
  .support .container p.title span{
    vertical-align: top;
  }
  .support>p {
    text-align: center;
    font-size: 26px;
    color: rgb( 0, 0, 0 );
    line-height: 2.075;
    margin-bottom: 10px;
  }
  .support .container p.title {
    padding: 10px 0px;
    background: #7b8fa8;
    /* line-height: 60px; */
    line-height: inherit;
    font-size: 12px;
    color: rgb( 255, 255, 255 );
  }
  .support .container p.title span{
    border-right: none;
  }
  .support .bottom .clearfix {
    padding: 10px 0px;
    height: auto;
    /* line-height: 60px; */
    line-height: inherit;
    color: #000;
    font-size: 12px;
  }
  .support .bottom .clearfix span {
    border-right: none;
  }
}



/* 联系我们自适应 */
@media (max-width: 768px){
  #dituContent{
    height: 300px !important;
  }
  .description>.left>.bottom>div {
    /* text-align: center; */
    padding-left: 15px;
    height: 135px;
    text-align: center;
  }
  .description>.left>.bottom>div .border{
    /* display: block; */
  }
  .description>.left>.bottom>div span {
    display: block;
    font-size: 16px;
    color: rgb( 62, 62, 62 );
    margin-left: 0px;
  }
  .technology .rotate>img{
    display: none;
  }
  .technology .rotate .inner>img{
    width: 120px;
    height: 120px;
  }
}




.technology{
  position: relative;
}
.technology>span{
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX( -50%);
  -moz-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  -o-transform: translateX( -50%);
  text-align: center;
  font-size: 48px;
  color: #3e3e3e;
  line-height: 1.354;
}

@media (max-width: 1700px){
  .technology>span{
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    -o-transform: translateX( -50%);
    text-align: center;
    font-size: 48px;
    color: #3e3e3e;
    line-height: 1.354;
  }
}

.technology>span a{
  z-index: 100000000000;
  font-size: 48px;
  /* color: #3e3e3e; */
  color: #fff;
}
.technology>a{
  display: block;
}
.technology .rotate{
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.technology .rotate>img{
  -webkit-transform: rotate(360deg);
animation: rotation 10s linear infinite;
-moz-animation: rotation 10s linear infinite;
-webkit-animation: rotation 10s linear infinite;
-o-animation: rotation 10s linear infinite;
}
@-webkit-keyframes rotation{
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes rotation2{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(-360deg);}
  }
.technology .rotate  .inner{
  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%);
}
.technology .rotate  .inner>img{
  -webkit-transform: rotate(360deg);
  animation: rotation2 10s linear infinite;
  -moz-animation: rotation2 10s linear infinite;
  -webkit-animation: rotation2 10s linear infinite;
  -o-animation: rotation2 10s linear infinite;
}




@media (max-width: 768px){
  .application .swiper-slide p:nth-child(2) span {
    display: block;
    font-size: 28px;
    color: rgb( 255, 255, 255 );
    line-height: 1.5;
  }
  .application .swiper-slide p:nth-child(2) span a{
    display: block;
    font-size: 28px;
    color: rgb( 255, 255, 255 );
    line-height: 1.5;
  }
  .application .swiper-slide p:nth-child(2) {
    margin-top: 80px;
    /* height: 100%; */
    float: right;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    /* border: 1px solid #ccc; */
    /* padding: 55px 65px 55px; */
    padding: 0px 20px 50px;
    width: 100%;
    font-size: 17px;
    color: rgb( 255, 255, 255 );
    line-height: 1.824;
    position: relative;
  }

  .technology>span {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX( -50%);
    -moz-transform: translateX( -50%);
    -ms-transform: translateX( -50%);
    -o-transform: translateX( -50%);
    text-align: center;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 1.354;
  }

  .technology>span a {
    z-index: 100000000000;
    font-size: 16px;
    /* color: #3e3e3e; */
    color: #fff;
  }

}