@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
html{font-family: "Microsoft Yahei";padding: 0;margin: 0;}
body {
	font-family: "Microsoft Yahei", Tahoma, Arial, Helvetica, sans-serif;
	word-break: break-all;
	word-wrap: break-word;
	background: #ffffff; max-width:1920px; margin:auto !important; position:relative;
	font-size: 16px;
}
@font-face {font-family: 'Siyuan';src:url('../images/Siyuan_Medium.otf'); }
@font-face {font-family: 'SC-Regular';src:url('../images/SourceHanSansSC-Regular.otf'); }
@font-face {font-family: 'lidebiao';src:url('../images/lidebiao-xing.ttf'); }
*{ padding: 0;margin: 0;box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */ }
a{text-decoration: none; color:#000000; transition:all 0.7s}
a:hover{ text-decoration:none}
em{ font-style:normal}
/*------------------public------------------*/
.clearfix {
 *zoom:1; clear:both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
.clear{ clear:both} 
.fl{float: left;}
.fr{float: right;}
.text-center{text-align: center;}
.container,.w1200{ width:90%;/*padding:50px 0;*/margin:0 auto }
.w1400{ width:1400px; margin:auto;}
html {
	color: #000;
	background: #fff; 
}

body, h1, h2, h3, h4, h5, h6, p, dl, dd,ul,li {
	margin: 0; padding:0; list-style:none 
}

.flex{  display: -webkit-flex; /* Safari */display:flex;}
.flex-direction-row{flex-direction:row}
.flex-wrap-nowrap{ flex-wrap: nowrap}/**不换行**/
.flex-wrap-wrap{ flex-wrap: wrap}/**换行**/
.flex-justify-content-left{justify-content:flex-start}/*左对齐*/
.flex-justify-content-center{justify-content:center}
.flex-justify-content-right{justify-content:flex-end}/*右对齐*/
.flex-justify-content-between{justify-content:space-between}/*两端对齐*/
.flex-justify-content-around{justify-content:space-around;}/*两侧的间隔相等*/
.relative{ position:relative;}
.absolute{ position:absolute}
.pic{display:flex;justify-content:center;align-items:center;}
.pic img{ transition:all 0.7s; width:auto; max-width:100%; max-height:100%}
.w1300{width: 81.25%; margin: 0 auto;}

/**footer end**/
/* 头部 */
.page{ position: absolute;top: 0px;z-index: 9;width: 100%;height: 120px;/* background: rgba(0,0,0,0.1); */}	
.page .nave{width: 65.25%;position: relative;margin-left: 10%;}
.page h1{ width: 18%;}
.page h1 img{ width: 80%;margin-top: 11%;}
.nave ul li{ width: 10%;float: left;text-align: center;line-height: 120px;color: #fff;margin: 0px 1%;} 
.nave ul li a{ color: #FFF;font-size: 18px;}
.nave ul li.on{ color: #caa870;}
.nave ul li.on a{ color: #caa870;font-weight: 800;}
.nave ul li:hover a{color: #caa870;}

.nave ul .weixin:hover{border-bottom: none;}
.weixin i{ line-height: 120px;}
.weixin .code{ position: absolute; top: 100%; right: 4%; width: 120px; height: 120px;  display: none;}
.weixin .code img{ width: 100%;}
.weixin:hover .code{ display: block; z-index: 9;}
.lb{ position: relative;}
.lb .swiper-container {width: 100%;height: 100%;margin-left: auto; margin-right: auto;position: relative;}
.lb .swiper-slide {text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
/* .swiper-slide img{ width: 100%;} */
.lb .swiper-container>.swiper-pagination-bullets{ bottom: 6% !important;}
.lb .swiper-pagination-bullet{width: 84px !important; height: 2px!important; background: #fff; opacity:0.5;border-radius: initial;}
.lb .swiper-pagination-bullet-active{ opacity: 1;}
.lb .swiper-button-prev{ left: 36% !important; top: 94%;outline: none;color: #fff; width: 120px;height: 40px;border-radius: 50%;}
.lb .swiper-button-next:after,.lb .swiper-button-prev:after{ font-size: 25px !important;}
.lb .swiper-button-prev:after{ margin-left: -60%;}
.lb .swiper-button-next:after{ margin-left: 20px;}
.lb .swiper-button-next{ right: 36.5% !important;top: 94%;outline: none;color: #fff;width: 120px;height: 40px;border-radius: 50%;}
.lb .swiper-slide img{width: 100%;height: auto;min-height: 100%;transition: 1s linear 2s;transform: scale(1.05,1);}
.lb .swiper-slide-active img {transition: 5s linear; transform: scale(1,1);}
.lb .swiper-button-prev:hover,.lb .swiper-button-next:hover{ background: none;}
.lb .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: auto;}

.seach_cont .icon{ background:url(../images/search1.png) no-repeat left center; background-size: 100%; width: 30px; height: 30px; 
display: block;margin-top: 5px;}
.seach_cont{background: #fff; width: 25%; height: 50px; border:1px solid #bebebe; border-radius: 25px;  padding: 5px 10px;  position: absolute; top: 100%; right: 12%; z-index: 9;display: none;}
.seach_cont .souo{ width: 110px; float: right; background: #cccccc;  border-radius:20px; display: block; height: 100%; line-height: 40px; text-align: center; color: #999; font-size: 18px; margin-right: 1%;}
.seach_cont span:hover{ background: #3d3c3a; color: #fff;}
.seach_cont form{ width: 100%; float: right;  display: block;}
.seach_cont  input{ width: 60%; margin-left: 3%;  display: block; float: left; height: 40px; background: none; border: none;outline:medium; line-height: 40px; color:#cccccc; font-size: 18px; border-bottom: 1px solid #ccc; }
.search1 button{ border: none; background: none; outline:medium;}
.search{ width: 5%; height: 120px; display: block; }
.search{ background: url(../images/sousuo.png) no-repeat center;background-size: 100%; height: 120px;} 
.search  a{ float: left; width: 50px; height: 60px;  box-sizing: border-box;margin-top: 38%; margin-left: 18%;}
.search .btn {background:url(../images/search1.png) no-repeat center; background-size: 60%;}
.search .btn2{background:url(../images/search2.png) no-repeat center; background-size: 60%;}
.box_video .videobox{ position: absolute;bottom: 6%;left: 6%; z-index: 9;}
.box_video .showvideo{ position: absolute; top: 0; width: 100%; display: none; z-index: 9;height: 910px; } 
.box_video .showvideo .close{position: absolute;z-index: 999;right: 2%;top: 2%;font-size: 16px;background: #fff;padding: 5px; }
.box_1{width: 100%;display: inline-block;padding-top: 100px;background: url(../images/beijing3.jpg) no-repeat top;padding-bottom: 30px; background-size: 120%; }
.box_1 h3{ text-align: center;}
.box_1 h3 img{ width: 30%}
.box_1 .about_box{ width: 90%;margin: auto;text-align: center;}
.box_1 .about_box p{ font-size: 36px;margin: 40px 0px;}
.box_1 .about_box span{ width: 80%;font-size: 20px;line-height: 48px;}
.box_1 .about_box span p{ font-size: 20px;line-height: 48px;margin: 0px;}
.more a{ width: 15%;border: 1px solid #999999;display: block;height: 60px;border-radius: 30px;line-height: 60px;margin:68px  auto;font-size: 20px;}
.more a i { width: 15%;display: block;float: right; margin-right: 10%;margin-top: 8%;}
.more a i .q1{ display: block;}
.more a i .q2{ display: none; width: 120%;}
.more a i img{ width: 100%;}
.more a:hover{ background: #1d3d95;color: #fff;}
.more a:hover .q1{  display: none;}
.more a:hover .q2{  display: block;}
.num{ height: 160px; color: #333; width: 80%;margin: auto; }
.num dl dt{ width: 25%;float: left; font-size: 24px; margin-top: 4%;color:#333;position: relative;}
.num dl dt b{ font-size: 56px; font-weight:bold; color:#333;display: inline-table;color: #1d3d95;font-family: Arial, Helvetica, sans-serif;}
.num dl dt:nth-child(4){ border: none; margin-right: 0px;}
.num .num_title{ font-size: 18px; font-weight: 500;color: #333;}
.num .num_jia{vertical-align: top; font-size: 20px;color:#1d3d95;margin-left: -10px;margin-top: -10px;}
.num dl dt::after{content:'';width: 1px;height: 90px;background: #999;display: block;transform: rotate(15deg);position: absolute;top: 0px;right: 26%;}
.num dl dt:last-child::after{ display: none;}
.index-adv-container {
    background:url("../images/beijing4.jpg") #2f387d no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 70px;
    padding-bottom: 82px;
}
.index-adv-container .tit1 {
    font-size: 36px; 
	font-weight: bold;
    color: #fff;
    text-align: center;
}
.index-adv-container .tit2 {
    font-size: 14px;
	line-height: 60px;
    color: #fff;
    text-align: center;
}
.index-adv-list1 {
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
	display: flex;
}
.index-adv-list1-item {
    color: #fff;
    width: 33%;
	float: left;
	margin: 0px 1%;
}
.index-adv-list1-item > img {
    width: 96px;
	margin: auto;
	display: block;
}
.index-adv-list1-item .text1 {
    font-size: 18px;
	line-height: 60px;
    text-align: center;
}
.index-adv-list1-item .text2 {
    font-size: 14;
	line-height: 25px;
    text-align: center;
}
.index-adv-list2 {
    width: 81.25%;
    background: #fff url("../images/tu4.png") no-repeat right bottom;
    border-radius: 4px;
    overflow: hidden;
    padding: 37px 35px;
    position: relative;
    margin: auto;
	display: -webkit-flex;
}
.index-adv-list2-item {
    position: relative;
    padding: 0 16px;
    width: 25%;
}
.index-adv-list2-item:after {
    content: '';
    width: 1px;
    height: 290px;
    background-color: #cccccc;
    position: absolute;
    right: 0px;
    top: 0px;
}
.index-adv-list2-item:last-child:after {
    display: none;
}
.index-adv-list2-item .line{
    width: 30px;
    height: 3px;
    background-color: #2f387d;
    margin-bottom: 12px;
}
.index-adv-list2-item .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.wap{ display: none;}
.index-adv-list2-item .desc {
    font-size: 14px;
	line-height: 28px;
}
.index-adv-list2-item .desc a{ width: 100%; display: block; float: left; font-size: 14px;}
.index-adv-list2-item .desc a:first-child{ width: 100%;}
.index-adv-list2-item .desc span a{ font-size: 14px;}
.index-adv-list2-item .desc .fubiaoti{ font-size: 12px; color: #999; width: 90%;} 
.index-adv-btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #2f387d;
    border-radius: 3px;
    position: absolute;
    left: 16px;
    top: 247px;
}
.box-2{ width: 100%;display: inline-block;padding-top: 70px;}
.box-title .title-left{ width: 30%;}
/*.title-left p{ font-size: 24px;font-family: Arial, Helvetica, sans-serif;height: 86px;background: url(../images/title2.png) no-repeat top;background-size: 100%;line-height: 86px; text-transform:uppercase;letter-spacing:8px}*/
.title-left p{ font-size: 24px;font-family: Arial, Helvetica, sans-serif;height: 86px;line-height: 86px; text-transform:uppercase;letter-spacing:8px}
.title-left  span{ font-size: 36px;font-weight: bold;letter-spacing: 18px;}
.title-list{ width: 65%;margin-top: 4%;}
.title-list ul li{ float:left; width:19%;margin-right: 1%;height: 48px;display: block;border-radius: 48px;border: 1px solid #999;text-align: center;line-height: 48px;}
.title-list ul li:last-child{ margin-right: 0px;}
.title-list ul li.on{ background: #1d3d95;border: 1px solid #1d3d95;}
.title-list ul li.on a{ color: #fff;}
.box-pro{ margin-top: 58px; width: 100%;display: inline-block; }
.pro-list{ width: 100%;overflow: hidden;position: relative;} 
.pro-list .pro-slide{ width: 500px;height: 420px;background: url(../images/beijing5.jpg) no-repeat top;display: block; overflow: hidden; flex-shrink: 0;margin-right: 30px;position: relative; float: left;}
.pro-list .pro-slide p{ font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-transform:uppercase;margin-top: 10%;line-height: 60px;color: #4753ac;position: absolute;top: 0%; width: 100%;text-align: center;}
.pro-list .pro-slide p b{ font-size: 32px;color: #2f387d;}
.pro-list .pro-slide .pro-img{  width: 100%;height: 100%;overflow: hidden;}
.pro-img img{ width: 100%;height: 100%;object-fit: cover; }
.pro-hover{ position: absolute;top: 0px;width: 100%;height: 100%;background: #1d3d95;box-sizing: border-box;padding: 8%;color: #fff;display: none;}
.pro-hover span{ font-size: 16px;line-height: 30px;margin-top: 10%;display: block;}
.pro-hover span b{ font-size: 24px;margin-bottom: 10%;display: block;}
.pro-hover .moerpro{ margin-top: 20%;display: block;}
.pro-list .pro-slide:hover .pro-hover{ display: block;}
.pro-list .more a{ width: 12%;height: 60px;padding: 0px 2%;box-sizing: border-box;margin: 50px auto;}
.pro-list .more a i{ width: 20px;margin-right: 0px;margin-top: 19%;}
.pro-list .pro3 p{ display: none;}
.pro-list .pro2 .pro-img{ margin-left: -23%;}
.pro-list .pro2  p b{ font-size: 29px;}
.pro-list .pro2 p{ width: 50%;left: 45%;font-size: 28px;line-height: 45px;top: 26%;font-weight: bold;}
.pro-list .pro4 .pro-img img{ height: auto;object-fit: initial;margin-top: 42%;}
.pro-list .pro4  p{ font-size: 20px;}
.pro-list .pro5 .pro-img img{ height: auto;object-fit: initial; width: 85%;margin-left: -18%;margin-top: 4%;}
.pro-list .pro5  p{ width: 50%;left: 45%;font-size: 26px;line-height: 45px;top: 26%;font-weight: bold;}
.pro-list .pro5  p b{ font-size: 26px;}
.box-4 { width: 100%;display: inline-block;}
.box-4 ul li{ width: 9.6%;height: 580px;overflow: hidden;position: relative; float: left;margin-right: 1px;}
.box-4 ul li .pro-v{  position: absolute;  z-index: 2; width: 100%;height: 100%;display: block;top: 0%;background: rgba(10,49,106,0.9);padding: 0% 36%;padding-top: 48%;box-sizing: border-box;}
.box-4 ul li .pro-v img{width: 100%;}
.box-4 ul li .pro-t{ width: 100%;height: 100%;}
.box-4 ul li .pro-t img{ width: 100%;height: 100%;object-fit: cover;}  
.box-4 ul li .pro-v p{  font-size: 20px;color: #fff; width: 60%;display: block;margin: auto;}
.box-4 ul li .pro-v span{ width: 3px;height: 30px;display: block;background: #fff;margin: 20px auto;}
.box-4 ul li.on .pro-v{display: none;}
.box-4 ul li .pro-y{ display: none;position: absolute;bottom: 0px;height: 40%; width: 100%;z-index: 2;background: rgba(10,49,106,0.9);color: #fff;padding: 0px 10%;box-sizing: border-box;}
.box-4 ul li .pro-y p{ font-size: 22px;line-height: 60px;}
.box-4 ul li .pro-y p i{width: 15%; height: 2px;background: #fff;display: block;margin-bottom: 10px;}
.box-4 ul li .pro-y span{ font-size: 14px;line-height: 25px;}
.box-4 ul li .pro-y .box-more{ font-size: 14px;}
.box-more a{ color: #fff;font-size: 14px;line-height: 40px;}
.box-4 ul li.on .pro-y{display: block;}
.box-6 .box-title{ width: 90%;margin: auto;}
.box-6 .box-title .title-list ul li{ width: 15%;margin-bottom: 15px;}
.box-6 .box-title .title-left{ margin-top: 4%;}
.box-6  .box-case{width: 81.25%;margin: auto;overflow: hidden;}
.case-list{ position: relative;padding-bottom: 40px;margin-top: 50px; }
.case-list .case-slide{ width: 800px;height: 500px;border-radius: 10px;padding: 1%;box-sizing: border-box;overflow: hidden; flex-shrink: 0;position: relative;}
/* .case-list .case2-slide{ width: 800px;height: 500px;border-radius: 10px;padding: 1%;box-sizing: border-box;overflow: hidden; flex-shrink: 0;position: relative;} */
.case-list .case2-slide,.case-list .case1-slide{flex-shrink: 0; }
.case-list .case-slide p{ position: absolute;bottom: 6%;left: 5%;font-size: 18px;font-weight: bold;color: #fff;display: none;}
/* .case-list .case2-slide p{ position: absolute;bottom: 6%;left: 5%;font-size: 18px;font-weight: bold;color: #fff;display: none;} */
.case-list .swiper-slide-active{border: 1px solid #999;opacity: 1 !important;}
.case-list .swiper-slide-active p{ display: block;font-size: 22px;}
.case-list .swiper-slide-next,.case-list .swiper-slide-prev{ opacity: 0.7 !important;}
.case-list .case-slide .case-img{ width: 100%;height: 100%;border-radius: 10px;overflow: hidden;}
.case-list .case-slide .case-img img{ width: 100%;height: 100%;object-fit: cover;}
/* .case-list .case2-slide .case-img{ width: 100%;height: 100%;border-radius: 10px;overflow: hidden;}
.case-list .case2-slide .case-img img{ width: 100%;height: 100%;object-fit: cover;} */
.case-list .case-slide {
      text-align: center;
	  transform: scale(0.8);
    }
.case-list .swiper-slide-active,.case-list .swiper-slide-duplicate-active{
	      transform: scale(1);
		}
.case-list .swiper-pagination-bullet { width: 12px;height: 12px;opacity: 0.5;}
.case-list .swiper-pagination-bullet-active{ opacity: 1;background: #000;}
.box-6 .box-title .title-list ul li:hover{ background: #1d3d95;}
.box-6 .box-title .title-list ul li:hover a{ color: #fff;}
.box-7 .box-title{width: 100%;display: inline-block;}
.black_news{width: 100%;overflow: hidden;}
.black_news .nesw-slide{ width: 364px !important;border: 1px solid #999;border-radius: 15px;float: left;}
.black_news .nesw-slide .img_10{ width: 100%;height: 262px;overflow: hidden;border-radius: 15px 15px 0px 0px;}
.img_10 img{ width: 100%;height: 100%;object-fit: cover;}
.title_news{ padding: 20px 20px 0px 20px;box-sizing: border-box;}
.title_news span{ width: 15%;float: left;font-size: 38px;font-weight: bold;color: #666;font-family: Arial, Helvetica, sans-serif;display: grid;}
.title_news span i{font-size: 12px;font-weight: 200;font-style: inherit;}
.title_news .news_da1{ width: 84%;float: right;font-size: 18px;line-height: 30px;color: #333333;}
.title_news{padding-bottom: 10px;height: 89px;}
.black_news .nesw-slide p{ border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0; width: 92%;margin: auto;padding: 20px 0px;box-sizing: border-box;font-size: 14px;color: #999;line-height: 30px;height: 132px;}
.black_news .nesw-slide .moer_5{ width: 30px; height: 30px;border-radius: 50%;background: #999999;margin: 10px 15px;}
.moer_5 img{width: 70%;text-align: center;display: block;margin: auto;padding-top: 20%;box-sizing: border-box;}
.section_10{margin-top: 40px;}
.black_news{ position: relative; margin: 0px; margin-top: 50px;}
.black_news .nesw-slide{ flex-shrink: 0;/* overflow: hidden; */}
.black_news .swiper-button-next, .black_news .swiper-button-prev{ width: 50px;height: 50px;background: rgba(0,0,0,0.5);border-radius: 50%;top: 65%;} 
.black_news .swiper-button-prev:after, .black_news .swiper-button-next:after{ color: #fff;font-size: 18px;}
.box-7 .title-list a{ float: right;margin-top: 10%;}
.black_news .swiper-button-next{ right: 0px;}
.black_news .swiper-button-prev{ left: 0px;}
.black_news .nesw-slide:hover .moer_5{ background: #1d3d95;}
.black_news .nesw-slide:hover  .img_10 img{ -webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);
-webkit-transition:all 2s ease;-moz-transition:all 2s ease;-o-transition:all 2s ease;transition:all 2s ease;}
.black_news .nesw-slide:hover .title_news span{color: #1d3d95;}
.black_news .nesw-slide:hover .title_news .news_da1{color: #1d3d95;}
.box-8{ background: #292929;width: 100%;display: inline-block;margin-top: 50px;overflow: hidden;}
.box-8 .box-ftitle{ border-bottom: 1px solid #7d7d7d;height: 85px;line-height: 85px;overflow: hidden;}
.box-8 .box-ftitle .tile-list{ width: 90%;margin: auto;}
.box-8 .box-ftitle .tile-list span,.box-8 .box-ftitle .tile-list a{ color: #fff;}
.box-8 .box-ftitle .tile-list span{font-size: 18px;}
.box-8 .box-foot{ width: 90%;margin: auto;}
.box-8 .box-ftitle .tile-list a{font-size: 15px;margin: 0px 0.5%;}
.box-logo{ margin-top: 40px; width: 100%;display: inline-block;}
.box-logo img{width: 13%;}
.box-lainxi{ margin-top: 10px;}
.box-lainxi .box-tel{width: 35%;}
.box-lainxi .box-tel ul li{height: 25px;color: #fff;line-height: 25px;margin-bottom: 30px;font-size: 20px;}
.box-lainxi .box-tel ul li img{ width: 22px;height: auto;margin-top: 3px;float: left;margin-right: 10px;}
.box-lainxi .box-tel ul li span{ line-height: 25px;}
.box-sao{width: 28%;border-left: 1px solid #fff;padding-left: 3%;box-sizing: border-box;}
.box-sao .erweima{ width: 30%;display: block;}
.box-sao .sao-img{width: 50%;display: block;}
.box-sao .erweima img{ width: 90%;}
.box-sao .erweima p{ font-size: 14px;color: #fff;line-height: 25px;} 
.box-bootm{ display: inline-block; width: 100%;padding-bottom: 30px;}
.boot-foot{ width: 100%;display: inline-block;background: #fff;height: 38px;line-height: 38px;color: #000;font-size: 16px;}
.boot-foot ul { display: flex; flex-direction: row; justify-content: center;}
.boot-foot ul li{ margin: 0px 10px;}
.boot-foot ul li img{ margin-top: 3%;float: left;margin-right: 10px; width: 22px ;}
.boot-foot ul li:first-child img{ margin-top: 4%;}
.left_pro,.right_pro{ position: absolute;top: 35%; width: 50px;height: 50px;border-radius: 50%;background: rgba(0,0,0,0.5);z-index: 9;}
.left_pro img,.right_pro img{ width: 60%;display: block;margin: auto;margin-top:17%;}
.right_pro{ right: 0px;} 
.tuijian{ position: relative; width: 100%; display: inline-block; overflow: hidden; height: 336px;}
.tuijian .left_pro,.tuijian .right_pro{ position: absolute; width: 50px; height: 50px; background: rgba(0,0,0,0.5); border-radius: 50%; display: block; top: 40%;}  
.wapindex{ display: none;}

@media screen and (max-width:1840px) {
	.pro-list .pro-slide{width: 470px; height: 400px;}
	.black_news .nesw-slide{width: 345.5px !important;}
	.box-sao .erweima p{ font-size: 13px;}
	.title_news .news_da1{ line-height: 30px;}
	.about_culture_list ul li .inner .infos p{ font-size: 18px;}
}
@media screen and (max-width:1750px)
{
.seach_cont input{ width: 58%;}
	.pro-list .pro-slide{width: 450px;}
	.black_news .nesw-slide{width: 333px !important;}
	.black_news .nesw-slide .img_10{ height: 238px;}
	.w1300 {width: 82.2%;}
	.title_news span{ width: 17%;}
	.title_news .news_da1{width: 82%;}
	.box-8 .box-ftitle .tile-list a{font-size: 14px;}
	.box-lainxi .box-tel ul li{font-size: 16px;}
	.boot-foot{ font-size: 14px;}
	.box-sao .erweima p{ font-size: 12px;}
	.box_video .showvideo{height: 860px; } 
	.search a { margin-top: 41%;margin-left: 17%;}
	.box-4 ul li{ height: 550px;}
	.box-4 ul li .pro-y .box-more{ font-size: 12px;}
	.pro-list .pro-slide p b{ font-size: 26px;}
	.pro-list .pro-slide p{ font-size: 24;}
	.pro-list .pro2 p b{ font-size: 24px;}
	.pro-list .pro5  p{ width: 50%;left: 44%;font-size: 24px;line-height: 45px;top: 15%;font-weight: bold;}
	.pro-list .pro5  p b{ font-size: 24px;}
	.box-sao .erweima{ padding-top: 3%;}
	.inner_news_list li .text p{ font-size: 14px;}
}
@media screen and (max-width:1680px)
{	
.search a { margin-top: 42%;margin-left: 16%;}
.seach_cont input{ width: 56%;font-size: 14px;}
.seach_cont .souo{ font-size: 14px; width: 100px;}
.box_video .showvideo{height: 820px; } 
.pro-list .pro-slide p b{font-size: 30px;}
.pro-list .pro-slide{width: 430px; height: 380px;}
.pro-list .pro-slide p{font-size: 22px;}
.pro-list .pro3 p{font-size:18px;}
.pro-list .pro4 p{font-size:18px;}
.pro-list .pro5 p b{ font-size:26px;}
.box-4 ul li .pro-v p{ font-size: 20px;}
.box-4 ul li .pro-y{ height: 40%}
	.black_news .nesw-slide{width: 317.5px !important;}
	.box-sao .sao-img img{width: 90%;}
	.pro-list .pro-slide p b{ font-size: 28px;}
	.pro-list .pro2 p b{ font-size: 22px;}
	.pro-list .pro5  p{ width: 50%;left: 44%;font-size: 22px;line-height: 45px;top: 15%;font-weight: bold;}
	.pro-list .pro5  p b{ font-size: 22px;}
.lb .swiper-button-prev{ left: 35% !important;top: 93.5%;}
.lb .swiper-button-next{ right: 35% !important;top: 93.5%;}
.lainxi ul li{width: 32% !important;}
.lainxi ul li:nth-child(2){ width: 30% !important;}
.inner_right_top .text p{ line-height: 30px;}
.list-fen ul li{width: 16%;}
}
@media screen and (max-width:1600px)
{
.search a { margin-top: 43%;margin-left: 15%;}	
.lb .swiper-button-prev{ left: 34% !important;top: 93.5%;}
.lb .swiper-button-next{right: 34.5% !important;top: 93.5%;}
.box_video .showvideo{height: 780px; } 
.pro-list .pro-slide{width: 410px;height: 360px; }
.black_news .nesw-slide{width: 303px !important;}
.title_news .news_da1{font-size: 16px;}
.black_news .nesw-slide p{ font-size: 12px;line-height: 30px;}
.box-6 .box-title .title-list ul li a{ font-size: 14px;}
.box-sao{ padding-left: 2%;}
.box-8 .box-ftitle .tile-list a{ font-size: 12px;}
.box-4 ul li .pro-y span{ font-size: 12px;line-height: 20px;}
.pro-list .pro-slide p{ font-size: 16;line-height: 40px;}
.pro-list .pro-slide p b{ font-size: 26px;}
.pro-list .pro2 p b{ font-size: 22px;}
.pro-list .pro5 p b{ font-size: 22px;}
.pro-list .pro3 p{ font-size: 16px;line-height: 40px;}
.about_culture_list ul li .inner .infos p{ font-size: 17px;}
.lainxi ul li{width: 33.5% !important;}
.lainxi ul li:nth-child(2){ width: 28% !important;}
.timeline .swiper-slide-content{width: 50%;}
.inner_product_list ul li .p_content .text{font-size: 17px;}
.inner_product_list ul li .p_content .more{ bottom: 20px; width: 12%;height: 40px;line-height: 40px;font-size: 18px;}
.inner_product_list ul li .p_content .text{ margin-top: 1%; width: 48%;margin-left: 4%;}
}
	@media screen and (max-width:1540px)
	{
	.lb .swiper-button-prev{ left: 34% !important;top: 93%;}
	.lb .swiper-button-next{right: 34.5% !important;top: 93%;}	
	.search a{ margin-top: 47%;margin-left: 9%;}
	.box_video .showvideo{height: 770px; } 
	.index-adv-list2-item .desc{font-size: 12px;}
	.pro-list .pro-slide{width: 400px; height: 360px;}
	.black_news .nesw-slide{width: 290.2px !important;}
	.title_news span{  width: 18%;}
	.title_news .news_da1{ font-size: 14px; width: 78%;}
	.box-lainxi .box-tel ul li span{ font-size: 14px;}
	.box-lainxi .box-tel{ width: 32%;}
	.box-sao {width: 30%;}
	.boot-foot ul li a{ font-size: 14px;}
	.boot-foot ul li {font-size: 14px;}
	.box-4 ul li .pro-y p{ font-size: 18px;}
	.about_culture_list ul li .inner .infos p{ font-size: 16px;}
	.lainxi ul li span{ font-size: 19px;}
	.case_box1_list ul li .title{ font-size: 12px;}
		}
@media screen and (max-width:1480px)
	{
		.seach_cont .souo{width: 90px;}
		.lb .swiper-button-prev{ left: 33% !important;top: 93.5%;}
		.lb .swiper-button-next{right: 33.5% !important;top: 93.5%;}	
		.box_1 .about_box span{ font-size: 18px;}
		.box_1 .about_box span p{ font-size: 18px;}
			.box_video .showvideo{height: 740px; } 
		.index-adv-list1-item .text2{ font-size: 13px;}
		.pro-list .pro-slide{ width: 375px;height: 320px;}
		.pro-list .more a{ font-size: 14px;width: 12%;height: 50px;line-height: 50px;}
		.pro-list .more a i{ margin-top:13%;}
		.case-list .case-slide{ width: 700px;height: 420px;}
		.black_news .nesw-slide{width: 278.2px !important;}
		.black_news .nesw-slide .img_10{ height: 168px;}
		.title_news{ padding: 10px 10px;}
		.black_news .nesw-slide p{  line-height: 22px;height: 100px;}
		.pro-hover span{ margin-top: 8%;font-size: 12px;}
		.pro-hover .moerpro{ margin-top: 15px;font-size: 12px;}
		.pro-list .pro-slide p{ font-size: 14;line-height: 35px;}
		.about_culture_list ul li .inner .infos p{ font-size: 14px;}
		.lainxi ul li span{ font-size: 16px;margin-top: 5%;}
		.pro-list .pro-slide p b{ font-size: 24px;}
		.pro-list .pro2 p b{ font-size: 20px;}
		.pro-list .pro5 p b{ font-size: 20px;}
		.index-adv-list2-item .desc{ line-height: 26px;}
		.timeline .swiper-slide .timeline-text{ font-size: 20px;}
}	
	@media screen and (max-width:1440px)
	{	
		.search a{ width: 40px;height: 50px;}
	.search a{ margin-top: 62%;margin-left: 17%;}
	.box_video .showvideo{height: 700px; } 
	.lb .swiper-button-prev{ left: 33% !important;top: 93.2%;}
	.lb .swiper-button-next{right: 33.5% !important;top: 93.2%;}	
	.more a{ font-size: 18px;height: 50px;line-height: 50px;}
	.title-list ul li{ font-size: 14px;}
	.pro-hover span{ font-size: 12px;}
	.pro-hover span{ margin-top: 5%; }
	.title_news span{  width: 20%;}
	.pro-hover span b{ margin-bottom: 5%;}
	.pro-list .pro-slide p b{  font-size: 26px;}
	.pro-list .pro-slide p{ font-size: 16px;line-height: 40px;}
	.pro-list .pro-slide{ width: 365px;height: 300px;}
	.title-left p{ height: 70px;line-height: 70px;}
	.pro-hover span b{ font-size: 20px;}
	.box-4 ul li .pro-y p{ font-size: 18px;}
	.box-4 ul li .pro-y span{ font-size: 12px;}
	.box-7 .title-list a{ font-size: 14px;}
	.box-4 ul li .pro-v p{ font-size: 18px;}
	.box-4 ul li{ height: 520px;}
	.title-list ul li a{ font-size: 14px;}
	.box-6 .box-title .title-list ul li a{ font-size: 12px;}
	.title-list ul li{ height: 35px;line-height: 35px;}
	.black_news .nesw-slide{ width: 267.2px !important;}
	.black_news .swiper-button-next, .black_news .swiper-button-prev{ width: 45px; height: 45px;top: 39%;}
	.black_news .nesw-slide p{ height: 114px;overflow: hidden;}
	.box-lainxi .box-tel ul li{ margin-bottom: 22px;}
	.box-sao .erweima{ width: 32%;}
	.inner_product_list ul li .p_content .text{ font-size: 15px;line-height: 35px;}
	.inner_product_list ul li .p_content .text p{ line-height: 35px !important; }
	.pro-list .pro-slide p{ font-size: 14;line-height: 35px;}
	.pro-list .pro-slide p b{ font-size: 24px;}
	.pro-list .pro2 p b{ font-size: 18px;}
	.pro-list .pro5 p b{ font-size: 18px;}
	.box-4 ul li .pro-y{ height: 42%;}
	.box-8 .box-ftitle .tile-list a{ margin: 0px 0.3%;}
	.iw_poi_content{ font-size: 14px;line-height: 30px;}
	.inner_news_list li .text p{ font-size: 12px;}
	.inner_news_list li .text h3 {font-size: 16px;}
	.about_join_box ul li textarea{ height: 264px;}
	.inner_pic_list li .pic{ height: 230px;}
.lainxi ul li{width: 35.5% !important;}
.lainxi ul li:nth-child(2){ width: 24% !important;}
.lainxi ul li span{ font-size: 14px;}
.inner_culture_list ul li .text p:first-child span { font-size: 30px !important;}
	}
	
@media screen and (max-width:1380px)
	{
	.seach_cont input{ width: 55%;}	
	.box_video .showvideo{height: 660px; }
	.lb .swiper-button-prev{ left: 32% !important;top: 93.2%;}
	.lb .swiper-button-next{right: 32.5% !important;top: 93.2%;} 
	.index-adv-list1{ width: 62%;}
	.index-adv-list2-item .desc{ line-height: 24px;}
	.pro-list .pro-slide{ width: 355px;height: 280px;}
	.pro-hover .moerpro{ margin-top: 15%;font-size: 12px;}
	.box-4 ul li .pro-y{ height: 50%;}
	.case-list .case-slide{ width: 600px;height:380px ;}
	.title-left p{ line-height: 60px;height: 60px;}
	.black_news .nesw-slide{ width: 256.7px !important;}	
	.title_news span{ font-size: 30px;width: 19%;}
	.nave ul li a{ font-size: 16px;}
.pro-list .pro-slide p b{ font-size: 20px;}
.box-8 .box-ftitle .tile-list a{font-size: 12px;margin: 0px;}
.inner_culture_list ul li .text p:first-child span{ font-size: 28px !important}
.inner_culture_list ul li .text p{ font-size: 15px;line-height: 35px !important;}
.inner_culture_list ul li:first-child .text p{ line-height: 29px !important;}
.box_1 .about_box span p{ font-size: 16px;}
.fazhan_container .swiper-slide li p{ font-size: 13px;}
.inner_product_list ul li .p_content .text{ width: 50%;margin-left: 2%;}
/* .box-8 .box-ftitle{ line-height: 38px;display: block;}
.box-8 .box-ftitle .tile-list span{ height: 85px;line-height: 85px;float: left;} */
	}
	@media screen and (max-width:1366px)
		{
		.seach_cont input{ width: 55%;}	
		.box_1 .about_box span p{ font-size: 16px;}
		.box_video .showvideo{height: 660px; }
		.lb .swiper-button-prev{ left: 32% !important;top: 93.2%;}
		.lb .swiper-button-next{right: 32.5% !important;top: 93.2%;} 
		.index-adv-list1{ width: 62%;}
		.index-adv-list2-item .desc{ line-height: 24px;}
		.pro-list .pro-slide{ width: 350px;height: 290px;}
		.pro-hover .moerpro{ margin-top: 15%;font-size: 12px;}
		.box-4 ul li .pro-y{ height: 45%;}
		.case-list .case-slide{ width: 600px;height:380px ;}
		.title-left p{ line-height: 60px;height: 60px;}
		.black_news .nesw-slide{ width: 254.8px !important;}	
		.title_news span{ font-size: 30px;width: 20%;}
		.title_news .news_da1{ font-size: 13px;}
		.nave ul li a{ font-size: 16px;}
		.box-8 .box-ftitle{overflow: hidden;}
		.box-lainxi .box-tel{ width: 33%;}
		.box-sao .erweima{ width: 35%;}
		.left_lian ul li{font-size: 14px;}
		.seach_cont .souo {
		    width: 85px;
		}
		.box-4 ul li{ height: 480px;}
		.box-4 ul li.on .pro-y{ padding: 0px 6%;height: 45%;}
		.pro-list .pro5 p b{ font-size: 17px;}
		.inner_product_list ul li .p_content .text{ font-size: 14px;}
		.inner_product_list ul li .p_content .text{ display: block;}
		.news_show_list li .txt a{ font-size: 14px;}
		.inner_product_list ul li .p_content .pic{ max-height: 350px;height: 350px;}
		.inner_news_list li .text p{ font-size: 13px;}
		.list_class li a{ font-size: 14px;}
		.xuanfyu-nva ul li a{ font-size: 12px !important; }
		  .timeline .swiper-slide{ background-size: 120%;}
		
		}
@media screen and (max-width:1340px)
		{
           .pro-list .pro5 p b{ font-size: 16px;} 
		   .pro-list .pro5 .pro-img img{ width: 80%;margin-top: 5%;}
		   .title-left p{ letter-spacing: 6px;}
		   .index-adv-list1-item .text2{ font-size: 12px;}
		   .black_news .nesw-slide{ width: 247.2px !important;}	
		   .box-4 ul li{ height: 485px;}
		   .lainxi ul li span{ font-size: 14px;margin-top: 5%;}
		    .timeline .swiper-slide .timeline-text{ font-size: 18px;}
			.list-fen ul li{font-size: 14px;}
		  
			}
@media screen and (max-width:1280px)
		{
			.lb .swiper-button-prev{ left:31% !important;}
			.lb .swiper-button-next{ right: 31.5% !important;}
			.black_news .nesw-slide { width: 238.2px !important;}
			.title_news .news_da1{ font-size: 12px;line-height: 20px;}
			.title_news span{ width: 21%;}
			.title_news{ height: 66px;overflow: hidden;}
			.black_news .nesw-slide p{ overflow: hidden;}
			.box-8 .box-ftitle .tile-list span{ height: 62px;line-height: 62px;float: left;}
			.box-8 .box-ftitle{ line-height: 30px;padding-top: 17px;box-sizing: border-box;}
			.box-8 .box-ftitle .tile-list a{ margin: 0px 5px;}
			.box-lainxi .box-tel ul li span{ font-size: 12px;}
			.box-sao .erweima{ padding-top: 0px;}
			.fazhan_container .swiper-slide li p { font-size: 12px;}
			.about_culture_list ul li{ width: 24.5%;}
			.about_fuyou_jj_box .about_fuyou_jj .text{ max-height: 326px;}
			.inner_culture_list ul li .text{width: 53%;}
			.seach_cont input{width: 53%;}
			.box-4 ul li{ margin-right: 0.5px;}
			}
@media screen and (max-width:1240px)
{
.search a {margin-top: 67%;margin-left: 11%;}
.num {width: 92%;}
.black_news .nesw-slide{width: 229.7px !important;}
.title_news span{width: 22%;}
.title_news .news_da1{width: 77%;}
.about_culture_list ul li{width: 25.5%;}
.inner_culture_list ul li .text p:first-child span{font-size: 26px !important;}
}
@media screen and (max-width:1200px)
{
	.page .nave {width: 67.25%;position: relative;margin-left: 5%;}
	.nave ul li{ line-height: 78px;}
	.seach_cont .souo{width: 80px;}
	.search{ height: 88px;}
	.search a{ margin-top: 32%;}
	.box_1 .about_box span p{font-size: 15px;}
	.black_news .nesw-slide {width: 222px !important;}
	.title_news span{width: 24%;}
.title_news .news_da1{width: 76%;}
	.box-sao .erweima{ width: 38%;}
	.timeline .swiper-slide .timeline-text{ font-size: 16px;}
	.inner_pic_list li .pic p{ font-size: 12px;}
	.inner_pic_list li .pic{ height: 200px;}
}
@media screen and (max-width:1172px)

{
	.nave ul li a{ font-size: 15px;}
	.black_news .nesw-slide{ width: 21.5%;}
	 .about_culture_list ul li .inner .infos p{font-size: 12px;}]
	.lainxi ul li{ width: 34.5%;}
	 .lainxi ul li:nth-child(2){ width: 26% !important;}
	 .lainxi ul li span{ font-size: 13px;}
	 .list-fen ul li{ font-size: 12px;}
	.seach_cont .souo {  width: 76px;}

	
}
@media screen and (max-width:1152px)
{
	.nave ul li a{ font-size: 13px;}
	.seach_cont .souo {width: 64px;}
	.search a {margin-top: 40%;margin-left: 8%;}
	.lb .swiper-button-prev {left: 27% !important;}
	.lb .swiper-button-next {right: 27% !important;}
	.box_1 .about_box span p {font-size: 13px;}
	.more a {
	    font-size: 14px;
	    height: 40px;
	    line-height: 40px;
	}
.num dl dt b{ font-size: 48px;}
.num .num_title{ font-size: 14px;}
.index-adv-list1 {width: 80%}
.index-adv-list2{ width: 87.25%;padding: 37px 19px}
.black_news .nesw-slide {width: 194.7px !important;}
.title_news span { width: 30%;}
.box-sao .erweima p{ display: none;}
.box-lainxi .box-tel {width: 36%;}
.box-sao {width: 28%;}
.timeline .swiper-slide .timeline-text {font-size: 14px;}
.lainxi ul li{ padding: 10px;height: 100px;}
.lainxi ul li:nth-child(2) { width: 22% !important;}
.lainxi ul li { width: 36.5% !important;}
.inner_product_list ul li .p_content .text span{line-height: 30px !important;font-size: 14px !important;}
.inner_culture_list ul li .text{ font-size: 13px;}
.inner_culture_list ul li .text p{ font-size: 12px;}
.inner_culture_list ul li .text p:first-child span {font-size: 22px !important;}
.index-adv-list2-item {max-height: 265px;}
.pro-list .more a {font-size: 14px; width: 15%;height: 40px;line-height: 40px;}
.pro-list .more a i {margin-top: 11%;}
.title-left p {letter-spacing: 0px;}
.box-title .title-left {width: 23%;}
.title-left span{ font-size: 30px;}
.title-left p { line-height: 45px; height: 45px;}
.title-list{ width: 76%;}
.title-list ul li { overflow: hidden;}
.index-adv-list2-item .desc {
    line-height: 24px;
}

	}
@media screen and (max-width:1024px)
{
.nave ul li a{font-size: 13px;}
.search .btn{background-size: 54%;}
.search a{ margin-top: 38%;margin-left: 3%;}
.seach_cont .souo {width: 58px;}
.box_video .showvideo{ height: 400px;}
.lb .swiper-button-prev {left: 26% !important;}
.lb .swiper-button-next {right: 26.5% !important;}
.box_1 .about_box p{ font-size: 32px;}
.box_1 .about_box span p{font-size: 12px;}
.more a{ margin: 10px auto;}
.more a{ font-size: 14px; height: 35px;line-height: 35px;}
.num dl dt b{ font-size: 46px;}
.num .num_title{ font-size: 14px;}
.index-adv-list1{ width: 77%;}
.index-adv-list2{ padding: 15px 0px;}
.index-adv-list2-item{max-height: 330px; padding-bottom: 15px;}
.index-adv-list2{ width: 92%;}
.box-4 ul li .pro-y p{ font-size: 13px;}
.box-4 ul li.on .pro-y{ height: 50%; padding: 0px 4%;}
.title-left p{ letter-spacing: 0px;}
.pro-list .more a {
    font-size: 14px;
    width: 16%;
    height: 38px;
    line-height: 38px;
}
.pro-list .more a i { margin-top: 9%;}
.box-title .title-left{ width: 25%;}
.title-left p{ height: 45px;line-height: 45px;}
.title-left span{font-size: 30px;}
.title-list{ width: 73%;}
.box-6 .box-title .title-list ul li{overflow: hidden;}
.box-lainxi .box-tel{ width: 37%;}
.box-sao{ width: 24%; height: 118px;margin-left: 16PX;}
.box-sao .erweima p{ display:none;}
.black_news .nesw-slide { width: 184.4px !important;}
.black_news .nesw-slide .img_10 {
    height: 109px;
}
.title_news span {
    width: 29%;
}
.title_news .news_da1 {
    width: 69%;
}
.timeline .swiper-slide .timeline-text {
    font-size: 13px;
}

.lainxi ul li {
    width: 35.5% !important;
}
.lainxi ul li:nth-child(2) {
    width: 23% !important;
}
.lainxi ul li span {
    font-size: 12px;
}
.lainxi ul li{ height: 124px;}
.about_ej_gsjj .about_ej_gsjj_nr{font-size: 12px;}
.about_culture_list ul li .inner .infos{padding: 30px 4%;}
.inner_product_list ul li .p_content .pic {
    max-height: 300px;
    height: 300px;
}
.inner_product_list ul li .p_content .text span{font-size: 14px !important;}
.inner_product_list ul li .p_content .text p {
    line-height: 30px !important;
}
.inner_product_list ul li .p_content .text span{ line-height: 30px !important;}
.inner_culture_list ul li .text p:first-child span {font-size: 20px !important;}


}
.menus{display: none;}
.menus{ width:100%;position:fixed; height:100%; background:rgba(0,0,0,0.8); left:0; top:0; display:none; z-index:22}
.menus .show-menu img{ width:auto; max-width:100%;}
.menus .closed{ width:30px; height:25px; border-radius:50%; padding-top:5px; position:absolute; right:0.2rem; top:5px; z-index:11; color:#E1E1E1}
.menus .show-menu{ width:60%; height:100%; position:fixed; z-index:9; background:#1d3d95; left:0; top:0; padding-top: 5%; text-align:center}
.menus .show-menu h1{line-height:4rem; text-align:center; color:#000; font-weight:normal}
.menus .show-menu a{ color:#fff}
.menus .show-menu li{ line-height:2em; font-size:100%;  letter-spacing:1px; text-align:left; margin-left: 20px;}
.show-erweima{ width:80%; background:rgba(255,255,255,1); margin:auto; padding:15px; text-align:center; border-radius:20px; padding-bottom:1rem; position:fixed; bottom:20%; display:none; left:10%; z-index:9}
.show-erweima img.ewm{ width:auto; max-width:100%; height:auto}
.show-erweima .txt{ line-height:40px; color:#0D0D0D; font-size:100%}
.show-erweima .txt span{ padding:5px 10px; background:#202D4F; color:#fff;display: inline-block; width: 100%; font-size: 14px;}
.show-erweima .txt span:nth-child(2){ margin-left: 28%;}
.show-erweima .txt span a{ color:#fff}
.show-erweima .txt .wx{ width:8%; margin-right:5px; display:inline-block }
.show-erweima .closed{ position:absolute; right:5px; top:5px; z-index:10; width:30px; height:25px; padding-top:5px; text-align:center; color:#fff; border-radius:50%; background:#373737;}
.footer_float {height:auto; overflow:hidden; background:#1d3d95; color:#fff; width:100%; position:fixed; z-index:9999; left:0; bottom:0; display:none}
.footer_float a{ color:#fff;}
.footer_float ul li{ float:left; padding:10px 0;  width:24%; line-height:30px; text-align:center; font-size:100%; background:url(../images/nav_line.jpg) right repeat-y;}
.footer_float ul li:last-child{ background:none; border-right: none;}
.footer_float ul li{ border-right: 1px solid rgba(255,255,255,0.4)}
@media screen and (max-width:860px) {
	.logo .pic img{ width: 22%;}
	.container, .w1200{ width: 100%;}
	.lainxi ul li:nth-child(2){ width: 100% !important;}
	.lainxi ul li{ height: 100%;}
	.lainxi ul li span {
    font-size: 15px;
}
.black_news .nesw-slide .img_10{ height: 180px;}
.inner_product_list ul li .p_content .text{ width: 100%;}
.inner_product_list ul li .p_content .more{ width: 34%;}
.inner_culture_list ul li .text{ width: 100%;}
#dituContentshang{ width: 100% !important; height: 240px !important;}
#dituContent{ width: 100% !important; height: 240px !important;}
	.pannel_box .pic_scroll{ margin-left: 0px;}
	.page{ display: none;}
	.box_video .videobox{ display: none;}
	.lb .swiper-button-prev {
	    left: -6% !important;
	    top: 91.2%;
	}
	.box-bootm{ padding-bottom: 50px;}
	.lb .swiper-button-next {
	    right: -1.5% !important;
	    top: 91.2%;
	}
	.lb .swiper-pagination-bullet{ width: 50px !important;}
	.waphear{ display: block;}
	
	.wap{ display: block;}
	.head,.header,.syproduct,.yb_conct{ display: none;}
	.waphear { display: block;width: 100%; height: 75px; z-index: 12;}
	.inner{ background: rgba(255,255,255,1); box-shadow:  1px 3px 6px #cacaca;position: fixed; }
	.waphear .ico{
	  width: 13%;height:24px;
	  border-top: 4px solid #000;
	  border-bottom: 4px solid #000;
	  padding: 6px 0;
	  background-color:#000;
	  background-clip: content-box; position:absolute; right:0.4rem; top:22px; z-index:9; }
	 .menus ul li{ position: relative; border-bottom: 1px solid rgba(255,255,255,0.2);}
	 .menus ul li .ico{ position:absolute; right:15px; width:15px; height:15px; top: 10px; z-index:1;background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;filter: grayscale(100%);}
	 .menus ul li a{height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	 .menus ul li .a_js2{}
	 .menus ul li .a_fmj_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;filter: grayscale(100%);}
	 .menus ul li .a_bf{display:none}
	 .menus ul li .a_bf a{height:40px;line-height:40px;font-size:14px; display:block;} 
	.waphear .logo {
	      width: 100%;
	      height: 75px;
	      float: left;
	      background: url(../images/logo1.jpg) no-repeat left center;
		  background-size: 46%;
		 background-position-x: 10px;
		  }
     .box_1{ padding-top: 40px;}
	 .box_1 h3 img{ width: 65%;}
	 .box_1 .about_box p{ margin: 10px 0px;font-size: 18px;}
	 .w1300{ width: 96%;}
	 .box_1 .about_box span{ font-size: 14px;line-height: 30px;}
	  .box_1 .about_box span p{font-size: 14px;line-height: 30px !important;}
	 .more a{ width: 50%;margin: 8px auto;font-size: 14px;line-height: 40px;height: 40px;}
	 .more a i{ margin-top: 4%;}
	 .num{ width: 100%;}
	 .num dl dt{ width: 50%;}
	 .num dl dt b{ font-size: 40px;}
	 .num dl dt::after{ display: none;}
	 .num dl dt:nth-child(2n){ padding-left: 7%;box-sizing: border-box;}
	 .num dl dt:nth-child(2n-1){ padding-left: 6%;}
	 .index-adv-container .tit2{ line-height: 30px;font-size: 12px;}
	 .index-adv-list1-item .text2{ font-size: 12px;}
	 .box_1 .about_box p{ font-size: 14px;}
	 .box_1 .about_box{width: 100%;}
	 .index-adv-container{ padding-top: 30px;}
	 .index-adv-list1{ width: 96%;}
	 .index-adv-list2{ display: none;}
	 .box-2{ padding-top: 40px;}
	 .box-title .title-left{ width: 100%;}
	 .title-list{  width: 100%;}
	 .title-list ul li{width: 32%;margin-bottom: 10px;}
	 .box-pro{ margin-top: 30px;}
	 .pro-list .more a{ width: 38%;margin: 22px auto;padding: 0px 4%;height: 40px;line-height: 40px;}
	 .case-list .case-slide p{ font-size: 14px;}
	 .pro-list .more a i {
	     margin-top: 10%;
	 }
	 .boot-foot{ display: none;}
	 .box-4 ul li{width: 33%;}
	 .box-4 ul li .pro-v{ padding: 0% 9%;padding-top: 20%;}
	 .box-4 ul li .pro-v img{ width: 50%;display: block;margin: auto;}
	 .box-4 ul li{height: 270px;margin-bottom: 1px;}
	 .box-6 .box-title{ width: 100%;}
	 .box-6 .box-title .title-list ul li{width: 32%;}
	 .box-6 .box-title .title-list ul li:nth-child(3n){ margin-right: 0px;}
	 .title-list ul{ padding-left: 1.1%;box-sizing: border-box;}
	 .case-list .case-slide{width: 100%;height: 180px;}
	 .case-list .case-slide{  padding: 0px;}
	 .box-6 .box-case{width: 96%;}
	 .case-list{ margin-top: 20px;}
	 .title-left p{ height: 40px;line-height: 40px;text-align: center;}
	 .title-left span { width: 100%;font-size: 28px;text-align: center;display: block;}
	 .black_news .nesw-slide{ width: 99.9% !important;}
	 .title-list{ width: 100%;text-align: center;}
	 .box-7 .title-list a{ float: initial;}
	 .black_news{ margin-top: 20px;}
	 .box-8 .box-ftitle{ display: none;}
	 .box-logo{ display: none;}
       .box-lainxi .box-tel{ width: 100%;}
			.box-sao {width: 100%;}
		/* 	.box-lainxi .box-tel:first-child{ display: none;} */
			.box-sao .erweima {width: 37%;}
			.box-sao{ margin-top: 2%;border: none;}
	.footer_float { display: block;}
	.left_lian{ display: none;}
	.banner .swiper-slide img{ 
	    width: 170%;
	    overflow: hidden;
	    height: 180px;
		max-width: 170%;
	    }
		.case_box1_list ul li .pic{ height: 125px;}
		.inner_culture_list ul li .text p:first-child span{ font-size: 20px !important; margin-bottom: 10px;}
		.inner_culture_list{ padding-top: 20px;}
		.inner_culture_list ul li .pic{ height: auto;}
		.xuanfyu-nva{  display: none;}
		.pannel_box .pannel_text{ margin: 0px;}
		.list_class li{height: 30px;line-height: 30px;margin-bottom: 5px;}
		.inner_pic_list li .pic{height: 120px;}
		.list-fen{ display: none;}
		.list_class li { width: 49%;}
	.dow_list{ width: 100%}
	.dow_list li{ width: 100%}
		.timeline .swiper-container{ height: 316px;}
		.timeline .swiper-slide{ background-size: 140% !important;}
		.list_class li a{font-size: 12px;}
		.list_class li dl dt a{ font-size: 12px;}
		.inner_right.join_us{ margin: 0px; width: 100%;}
		.about_ej_culture{ display: none;}
		.lainxi ul li{width: 100% !important;}
		.about_ej_gsjj_pic{display: none;}
		.about_ej_bt a{width: 100%;}
		.intro iframe{width: 100% !important; height: 240px;}
		.news_pic_list li{width: 49%; margin-right: 1%; margin-bottom: 0px;}
		.news_pic_list li .pic{ height: 120px;}
		.news_show .prenext .pre{width: 100%;}
		.news_show .prenext .next{width: 100%;}
		.news_show .prenext a{ margin: 0px;}
		/*.pro-list .pro-slide{ width: 100% !important;}*/
		.lb .swiper-slide img{ width: 116%; margin-left: 50px;}
		.lb .swiper-slide:nth-child(3) img{ margin-left: 0px;}
		.lb .swiper-slide-active img{transition:initial}
		.index-adv-list1-item > img{ width: 80%;display: block;margin: auto;}
		.inner_product_list ul li .p_content .pic{ max-height: 210px;overflow: hidden;}
		.inner_product_list ul li .p_content .text p{ font-size: 14px !important;line-height: 30px !important;}
		.inner_product_list ul li .p_content .text span{ font-size: 14px !important;line-height: 30px !important;}
		.box-8{ margin-top: 20px;}
		.inner_product_list ul li{ margin-bottom: 20px;}
		.about_ej_bt a{ color: #fff;}
		.inner_culture_list ul li{ margin-bottom: 20px;}
		.inner_product_list ul li .p_content .more{right: 36%;}
		.title-left p{ background-size: 76%;}
		.index-adv-list2-item .line{ margin-top: 13px;}
		.index-adv-btn{ top: 160px;}
		.index-adv-container{ padding-bottom: 35px;}
		.inner_product_list{ margin-top: 20px;}
		.case_box1_list ul li .title{ overflow: hidden;}
		.inner_pic_list li h3{ font-size: 14px;height: 40px;line-height: 40px; }
		.inner_news_list, .inner_pic_list{ margin-top: 10px;}
		.case_box1_list ul li .title{ line-height: 20px; height: 50px; padding: 0px 3px; box-sizing: border-box;padding-top: 10px;}
		.box-4 ul li .pro-v p{ width: 88%; text-align: center;}
		.index-adv-list1-item{ max-width: 33%; margin: 0px;}
		.pcindex{ display: none;}
		.wapindex{ display: block;}
		.box-lainxi .box-tel ul li a{ color: #fff;}
		.box-lainxi .box-tel ul li span{ font-size: 11px;}
		.index-adv-list1-item .text2{ font-size: 11px;}
		.box-4 ul li .pro-v p{ font-size: 15px;}
		.inner_product_list ul li .p_content .text{ margin: 0px; min-height: auto; height: auto;}
		.inner_product_list ul li .p_content .more{ bottom: 10px;}
		.tuijian .news_pic_list li{width: 99%; display: inline-block;}
		.inner_title .cn {
    margin-top: 33px;
}
	.about_fuyou_jj_box .about_fuyou_jj .pic{width: 100%;}
	.about_fuyou_jj_box .about_fuyou_jj .text,.about_fuyou_jj_box{ width: 100%;}
	.about_fuyou_scroll .swiper-button-next, .about_fuyou_scroll .swiper-button-prev{ top: 68%; width:35px; height: 35px; border-radius: 50%; background: rgba(0,0,0,0.5); display: block; text-align: center; line-height: 35px; padding-top: 2%; box-sizing: border-box;}
	.about_fuyou_scroll .swiper-button-next:after, .about_fuyou_scroll .swiper-button-prev:after{ font-size: 20px; color: #fff;}
/* 	.box-lainxi .box-tel ul li:nth-child(3){ padding-left: 17%;} */
	.box-lainxi .box-tel ul li:nth-child(4){ padding-left: 9%;}
	.box-lainxi .box-tel ul li{ margin-bottom: 15px;}
}
@media screen and (max-width: 680px){
	
	.inner_title .cn {
    margin-top: 33px;
}
.show-erweima .txt span:nth-child(2){ margin-left: 30%;}
}

