/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{
	overflow-x:hidden;
}
body{
	width:100%;
	min-width:320px;
	margin:0 auto;
	font-family:"Microsoft Yahei";
	background:#fff;
	overflow-x: hidden;
	text-align:justify;
	color:#333;
}
.wb{
	background:#fff;
}

/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/

img{
	border:none;
}
h1,h2,h3{
	font-weight:normal;
}
a{
	color:#333;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #979797 !important;
}
textarea::-webkit-input-placeholder {
	color: #979797 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
}
textarea{
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
td,th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}



.pulic_floor_box{
	position: fixed;
	right: 0;
	top:50%;
	z-index: 11;
}
.pulic_floor_box .list{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin:4px 0;
}
.pulic_floor_box .list .ico{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 61px;
	height: 61px;
	background: rgba(36,68,159,0.88);
	position: relative;
	    z-index: 2;
}
.pulic_floor_box .list .ico img{
	width: auto;
}
.pulic_floor_box .list .tle{
    position: absolute;
    right: -180px;
    width: 180px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #24449f;
    padding: 0 10px;
	padding-right: 61px;
	transition: all 1s;
}
.pulic_floor_box .list:hover .tle{
	right: 0;
}
.pulic_floor_box .list .code{
	display: flex;
    
	width: 201px;
	height: 140px;
	padding:10px;
	position: absolute;
	right: -201px;
	top:50%;
	transform: translateY(-50%);
	background: #fff;
	padding-right: 61px;
	transition: all 1s;
}
.pulic_floor_box .list .code img{
	width: 120px;
	height: 120px;
	display: block;
} 
.pulic_floor_box .list:hover .code{
	right: 0;
}
.pulic_floor_box #top_btn{
	cursor: pointer;
}
.pulic_header_box{
	padding:20px 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 20;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 90px;
}
.pulic_header_box::after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	transition: all 0.5s;
	z-index: 99;
}
.pulic_header_box.active::after{
	height: 100%;
}
.pulic_content_bg .pulic_header_box::after{
		display: none;
	}
.pulic_header_box .logo{
	display: block;
}
.pulic_header_box .r_cont{
	display: flex;
	align-items: center;
}
.pulic_header_box .navi_box{
	display: flex;
	align-items: center;
}
.pulic_header_box .navi_box .li{
	font-size:17px;
	color:#ffffff;
	margin:0 22px;
}

.pulic_header_box .search_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin:0 20px;
}
.pulic_header_box .search_btn img{
	display: block;
}
.pulic_header_box .menu_btn{
	display: none;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 15px;
	cursor: pointer;
	margin:0 20px;
}
.menu_dc_box{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:0;
	background: #000;
	padding-left:50%;
	transition: all 1s;
	z-index: 12;
	overflow: hidden;
}
.menu_dc_box.active{
	height: 100%;
}
.menu_dc_box .navi{
	padding:10% 0;
	position: absolute;
	right: 0;
	top:0;
	width: 50%;
}
.menu_dc_box .navi .li{
	display: block;
	font-size:28px;
	font-weight: bold;
	color:#fff;
	margin:20px 0;
}
.menu_dc_box .shut_btn{
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../i/shut-down.png) no-repeat center;
	background-size:cover;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.search_dc_box{
	position: fixed;
	top:90px;
	left:0;
	width: 100%;
	height: 0;
	display: flex;
	align-items: center;
	background: #24449f;
	padding:0 10%;
	overflow: hidden;
	z-index: 12;
	transition: all 1s;
}
.search_dc_box.active{
	height: 90px;
}
.search_dc_box input{
	width: 480px;
	height: 50px;
	border:0px;
	border-bottom: 2px solid #fff;
	background: none;
	color:#fff;
	font-size:18px;
}
.search_dc_box input::-webkit-input-placeholder {
	color: #fff !important;
}
.search_dc_box .btn{
	font-size:18px;
	color:#fff;
	margin:0 20px;
	padding:6px 30px;
	border:1px solid #fff;
	border-radius: 100px;
}
.search_dc_box .shut{
	position: absolute;
	right: 10%;
	top:50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	background: url(../i/shut-down.png) no-repeat center;
	background-size:cover;
	cursor: pointer;
}
.swiper-container{
	overflow-x: hidden;
}
/***********************/
.index_baner_box{
	display: block;
	position: relative;
}
.index_baner_box img{
	display: block;
	width: 100%;
}
.index_baner_box .bit_come{
	position: absolute;
	bottom:0;
	left:2%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:36px 20px;
	font-size:15px;
	color:#ffffff;
	z-index: 11;
	background: #24449f;
	width: 360px;
}
.index_baner_box .bit_come .disc{
	display: block;
	width: 4px;
	height:4px;
	background: #fff;
	border-radius: 100%;
	margin:0 5px;
}
.index_baner_box .bit_come .line{
	display: block;
	width: 88px;
	height: 1px;
	background: #fff;
	margin:0 10px;
	transition: all 1.4s;
	transform-origin: right center;
}
.index_baner_box .bit_come .arr{
	width: 6px;
	margin-left:10px;
	cursor:pointer;
}
.index_baner_box .bit_come:hover .line{
	width: 100px;
	
}
.index_bit_pagina{
	position: absolute;
	bottom:20px;
	right: 2%;
	display: flex;
	align-items: center;
	z-index: 11;
}
.index_bit_pagina .index_pagina_1{
	width: 355px;
	height: 3px;
	position: relative;
	background: rgba(255,255,255,0.1);
}
.index_bit_pagina .index_pagina_1 .swiper-pagination-progressbar-fill{
	background: #24449f;
}
.swiper-num {
	color:#fff;
	display: flex;
	align-items: center;
	font-size:20px;
	font-family: "宋体";
	margin-right: 5px;
}
.swiper-num .line{
	margin:0 5px;
}
.swiper-num .active {display: inline-block;}
.swiper-num .total {display: inline-block;}
.index_pulic_title{
	margin-bottom: 36px;
}
.index_pulic_title h2{
	font-size:62px;
	font-weight: bold;
	color:#24449f;
	margin-bottom: 14px;
}
.index_pulic_title p{
	font-size:30px;
	color:#222222;
	margin-bottom: 36px;
}
.index_pulic_title .line{
	display: block;
	width: 30px;
	height: 2px;
	background: #24449f;
}
.index_pulic_more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 379px;
	height: 56px;
	background: #24449f;
	font-size:15px;
	color:#fff;
	cursor: pointer;
}
.index_pulic_more .disc{
	display: block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 100%;
	margin-right: 4px;
}
.index_pulic_more .line{
	display: block;
	width: 46px;
	height: 1px;
	background: #fff;
	margin:0 5px;
	transition: all 0.8s;
}
.index_pulic_more .arr{
	margin-left:6px;
}
.index_pulic_more.active{
	background: none;
	border:1px solid #24449f;
	color:#24449f;
}
.index_pulic_more.active .disc,.index_pulic_more.active .line{
	background: #24449f;
}
.index_pulic_more:hover .line{
	width: 56px;
}
/****************************/
.index_case_1{
	display: flex;

	position: relative;
}
.index_case_1 .r_img{
	display: block;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.index_case_1 .content_box{
	padding-left: 10%;
	padding-right: 5%;
	width: 50%;
}
.index_case_1 .content_box .txt_box{
	font-size:16px;
	line-height: 28px;
	color:#838383;
	margin-bottom: 40px;
}
.index_case_1 .last_box{
	display: flex;
	align-items: center;
}
.index_case_1 .last_box .li{
	padding:42px 0 32px;
	background: #f0f0f0;
	width: 190px;
	height: 180px;
	text-align: center;
}
.index_case_1 .last_box .li img{
	display: block;
	margin:0 auto 20px;
}
.index_case_1 .last_box .li p{
	font-size:16px;
	color:#222222;
}




/*第三屏*/

.section{ width:100%; height:900px; overflow:hidden; position:relative;}
.section1{ width:100%;  overflow:hidden; position:relative;}
	
	
.ping{ width:100%; height:900px;  overflow:hidden; position:relative;}


.settle{ width:100%; height:900px; position:relative; overflow:hidden; opacity:1; top:20px; bottom:10px}
.settle_name{ width:1400px; height:132px; overflow:hidden; margin:auto; position:relative; z-index:9; }
.settle_en{ width:100%; font-size:85px; color:rgba(0,0,0,0.07); font-family:shu; text-align: left; height: 132px; line-height: 132px;}
.settle_name_1{ width:100%; font-size:40px; color:#fff; position:absolute; bottom:0; left:0; height:55px; line-height:55px; z-index:2;}
.settle_name_2{ width:103px; height:6px; background-color:#00b6f2; position:absolute; bottom:23px; left:88px;}


.settle_munewarp{ width:100%; height:212px; position:absolute; z-index:9; bottom:12%;}
.settle_mune{ width:1398px; height:212px; overflow:hidden; margin:auto;    display: flex;
    align-items: center;}
.settle_mune a{ float:left; display:block; width:466px;background: #fff;padding:30px 0; overflow:hidden; cursor:pointer;-webkit-transition: all 0.4s ease-in-out; }
.settle_mune a:hover{ background-color:#00bffe;}
.settle_mune a:hover .settle_tu{  height:78px;}
.settle_mune a:hover .settle_tu_1{ display:none;}
.settle_mune a:hover .settle_tit{ font-size:26px; color:#fff; margin-top:18px;}

.settle_mune a.settle_mune_a{background-color:#00bffe;height:212px;}
.settle_mune a.settle_mune_a .settle_tu{  height:78px;}
.settle_mune a.settle_mune_a .settle_tu_1{ display:none;}
.settle_mune a.settle_mune_a .settle_tit{ font-size:26px; color:#fff; margin-top:18px;}

.settle_tu{ width:100%; height: 56px; overflow:hidden; }
.settle_tu_1{ width:100%; height:56px; text-align:center;}
.settle_tu_1 img{ height:56px; width:auto;}
.settle_tu_2{ width:100%; height:78px; text-align:center;}
.settle_tu_2 img{ height:78px; width:auto;}
.settle_tit{ width:100%; text-align:center; font-size:20px; color:#000; line-height:50px; height:50px;}


.settle_beiwarp{ position:absolute; bottom:165px; width:100%; height:155px; z-index:2;display:none;}
.settle_bei{ width:1398px; height:155px; background-color:#fff; margin:auto; -moz-box-shadow:0px 2px 24px rgba(35,37,132,0.18); -webkit-box-shadow:0px 2px 24px rgba(35,37,132,0.18); box-shadow:0px 2px 24px rgba(35,37,132,0.18);}


.settle_lun{ width:100%; height:100%; position:absolute; top:0; overflow:hidden;}
.settle-left {position: absolute; left:3%; top:41%; z-index:10; cursor:pointer; overflow:hidden; outline: none; font-size:80px; color:rgba(255,255,255,1); font-family:"宋体"; -webkit-transition: all 0.4s ease-in-out;}
.settle-left:hover{ color:#00bffe;}
.settle-right {position: absolute; right:3%; top:41%; z-index:10; cursor:pointer; overflow:hidden; outline: none; font-size:80px; color:rgba(255,255,255,1); font-family:"宋体";  -webkit-transition: all 0.4s ease-in-out;}
.settle-right:hover{ color:#00bffe;}

.settle_bg{ width:100%; height:100%;}
.settle_img{ width:100%; height:100%;}
.settle_con{ width:100%; height:auto; overflow:hidden; position: absolute; top:195px; z-index:1;}
.settle_one{ width:1400px; font-size:14px; color:rgba(255,255,255,0.6); height:40px; line-height:40px; margin:auto;}

.settle_three{ width:1400px; height: auto; overflow:hidden; margin:auto;margin-top:24px;}
.settle_three_1{ width:50%; height:120px; overflow:hidden; font-size:16px; line-height:30px; color:#fff;}

.settle_four{ width:1400px; height:auto; overflow:hidden; margin:auto; margin-top:45px; font-size:16px; color:#fff;}
.settle_four span{ display:inline-block; border:2px solid rgba(255,255,255,0.2); width:37px; height:37px; text-align:center; line-height:37px; border-radius:50%; font-size:17px; color:#fff; font-family:"宋体"; margin-right:12px;}
.settle_four a{ color:#fff;}	
/*第三屏*/



/*第4屏*/
.news{ width:100%; height:717px; margin:auto; position:relative; top:50px;}

.mune_warp{ width:100%; height:132px; position: relative;}
.mune_tit{ width:100%; text-align:center; font-size:22px; color:#000; height:40px; line-height:40px; padding-top:10px; position:relative; z-index:1;}
.mune_ying{ width:100%; text-align:center; font-size:28px; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; height:52px; line-height:40px; position:relative; z-index:1; background:url(../i/produce_03.jpg) no-repeat center bottom;}

.mune_en{ width:100%; text-align:center; font-size:165px; font-family:shu; color:rgba(0,0,0,0.07); position:absolute; top:0; height:132px; line-height:132px;}
.news_list{ width:1400px; height:500px; margin:auto; margin-top:85px;}
.news_list ul li{ float:left; width:680px; height:500px; list-style:none;}
.news_list ul li:nth-child(2n){ float:right;}
.news_list ul li a{ display:block; width:100%; height:100%; position:relative;}
.news_list ul li a:hover .news_img img{-moz-transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05); transform:scale(1.05,1.05);}
.news_list ul li a:hover .news_1{ color:#00bffe; padding-top:15px;}
.news_list ul li a:hover .news_3 span{ color:#00bffe; background:url(../i/index_211.jpg) no-repeat right;}

.news_img{  overflow:hidden;-webkit-transition: all 0.4s ease-in-out;}
.news_img img{ -moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;-ms-transition: all 0.4s ease-in;transition: all 0.4s ease-in;}
.news_ri{ width:80px; height:75px; position:absolute; top:7px; right:7px; background-color:#fff; font-size:20px; font-family:shu; color:#00bffe; line-height:36px; text-align:center; padding-top:5px;}
.news_ri span{ font-size:25px; display:block;}


.news_all{ width:100%; height:242px; position:absolute; bottom:0;}
.news_con{ width:595px; height:242px; background-color:#fff;-moz-box-shadow:0px 0px 32px rgba(0,191,251,0.13); -webkit-box-shadow:0px 0px 32px rgba(0,191,251,0.13); box-shadow:0px 0px 32px rgba(0,191,251,0.13); margin:auto;}
.news_1{ margin:auto; width:525px; height:50px; line-height:50px; font-size:18px; color:#000000; overflow:hidden; padding-top:10px; -webkit-transition: all 0.4s ease-in-out;}
.news_2{ margin:auto; width:525px; height:90px; line-height:30px; font-size:16px; color:rgba(0,0,0,0.6); overflow:hidden; margin-top:8px;}
.news_3{ margin:auto; width:525px; height:35px; line-height:35px; margin-top:15px; overflow:hidden;}
.news_3 span{ display:inline-block; font-size:16px; color:#000000; background:url(../i/index_21.jpg) no-repeat right; font-family:shu; padding-right:35px; -webkit-transition: all 0.4s ease-in-out;}



	
.index_case_2{
	background: #f6f6f6;
	padding:100px 10%;
	display: flex;
	align-items: center;
}
.index_case_2 .l_content{
	width: 40%;
}
.index_case_2 .case_2_navi{
	margin-bottom: 230px;
}
.index_case_2 .case_2_navi .nav_li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size:16px; font-weight:bold;
	color:#7e7d7d;
	position: relative;
	cursor: pointer;
}
.index_case_2 .case_2_navi .nav_li .line{
	display: block;
	width: 80px;
	height: 1px;
	background: #858585;
	margin:0 4px 0 14px;
}
.index_case_2 .case_2_navi .nav_li .arr{
	transition: all 0.6s;
	opacity: 0;
	transform: translateX(10px);
}
.index_case_2 .case_2_navi .nav_li .disc{
	display: block;
	width: 4px;
	height: 4px;
	background: #494949;
	border-radius: 100%;
	position: absolute;
	top:50%;
	left:-15px;
	transform: translateY(-50%);
	transition: all 0.6s;
	opacity: 0;
}
.index_case_2 .case_2_navi .nav_li:hover,.index_case_2 .case_2_navi .nav_li.hover{
	color:#335ac9;
}
.index_case_2 .case_2_navi .nav_li:hover .disc,.index_case_2 .case_2_navi .nav_li.hover .disc{
    left:-8px;
	opacity: 1;
}
.index_case_2 .case_2_navi .nav_li:hover .arr,.index_case_2 .case_2_navi .nav_li.hover .arr{
	opacity: 1;
	transform: translateX(0);
}
.index_case_2 .r_content{
	width: 60%;
}
.index_case_2 .r_content .cont_box{
	position: relative;
}

.index_case_2 .r_content .bit_det{
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 36px;
}
.index_case_2 .r_content .bit_det .bit_line{
	position: relative;
	width: 428px;
	height: 3px;
}
.index_case_2 .r_content .bit_det .index_case2_page{
	width: 100%;
	height: 100%;
	background: #ededed;
}
.index_case_2 .r_content .bit_det .arr_box{
	display: flex;
	align-items: center;
}
.index_case2_last{
	overflow-x: hidden;
}
.index_case_2 .r_content .bit_det .index_case2_prev{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_prev.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
.index_case_2 .r_content .bit_det .index_case2_next{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_next.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
 .index_case_2 .r_content .bit_det .swiper-button-disabled{
	 opacity: 0.5;
 }
.index_case2_last .swiper-slide img{
	display: block;
	width: 100%;
	height: 260px;
}
.index_case2_last .swiper-slide p{
	font-size:17px;
	color:#474755;
	margin-top: 18px;
}
.index_case_3{
   position: relative;	
   padding-top: 155px;
   padding-bottom:50px;
   padding-left:10%;
   overflow-x: hidden;
   
}
.index_case_3 .tis_bg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index: -1;
}
/*
.index_case_3 .index_pulic_title h2,.index_case_3 .index_pulic_title p{
	color:#fff;
}
*/
.index_case_3 .index_pulic_title .line{
	background: #24449f;
}
.index_case_3 .content_bg{
	display: flex;
	justify-content: space-between;
}
.index_case_3 .l_content{
	width: 410px;
}
.index_case3_txt{
	margin-top: 40px;
	margin-bottom: 120px;
	width: 100%;
	overflow-x: hidden;
}
.index_case3_txt .time_tle{
	margin-bottom: 70px;
	display: flex;
	align-items: center;
}
.index_case3_txt .time_tle .time{
	padding:2px 10px;
	border:1px solid #ffffff;
	text-align: center;
}
.index_case3_txt .time_tle .time h2{
	font-size:35px;
	font-weight: bold;
	color:#838383;
}
.index_case3_txt .time_tle .time p{
	font-size:16px;
	color:#838383;
}
.index_case3_txt .time_tle .tle{
	padding-left:20px;
	font-size:20px;
	color:#838383;
	line-height: 30px;
}
.index_case3_txt .txt{
	font-size:14px;
	line-height: 28px;
	color:#838383;
}
.index_case_3 .r_content{
	width: 52%;
	overflow-x: hidden;
}
.index_case3_last .swiper-slide{
	height:400px;
}
.index_case3_last img{
	display: block;
	width: 100%;
}
.index_case3_last{
	width: 130%;
}
.case3_bit_last{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.case3_bit_last .swiper-num{
	color:#3257c0;
}
.case3_bit_last .swiper-num .active{
	color:#a0a0a0;
}
.case3_bit_last .arr_box{
	display: flex;
	align-items: center;
}
.case3_bit_last .arr_box .index_case3_prev{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_prev.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
.case3_bit_last .arr_box .index_case3_next{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_next.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
.case3_bit_last .arr_box  .swiper-button-disabled{
	 opacity: 0.5;
}
.case3_bit_last .case3_page{
	width: 428px;
	height: 3px;
	background: #ededed;
	position: relative;
	margin:0 10px;
}
.index_case_4{
	padding:90px 10%;
}
.index_link_bg{
	padding:22px;
	background: #f6f6f6;
}
.index_link_bg .bg{
	padding:22px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.index_case4_link{
	padding:10px;
}
.index_case4_link .swiper-slide{
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.index_case4_link .swiper-slide img{
	max-width: 100%;
}
.index_case4_page{
	display: flex;
	align-items: center;
	justify-content: center;
	margin:20px auto;
}
.index_case4_page .arr_box{
	display: flex;
	align-items: center;
}
.index_case4_page .arr_box .index_case4_prev{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_prev.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
.index_case4_page .arr_box .index_case4_next{
	display: block;
	width: 9px;
	height: 15px;
	background: url(../i/index_case2_next.png) no-repeat center;
	background-size:cover;
	margin:0 8px;
	outline: none;
}
.index_case4_page .arr_box  .swiper-button-disabled{
	 opacity: 0.5;
}
.index_case4_page .case4_page{
	display: block;
	width: 428px;
	height: 3px;
	background: #ededed;
	margin:0 20px;
	position: relative;
}
.pulic_footer_box{
	padding:140px 2%;
	background: #333333;
	display: flex;
	    justify-content: center;
}
.pulic_footer_box .infor_box{
	padding-right: 60px;
	border-right: 1px solid #434343;
}
.pulic_footer_box .infor_box .logo{
	display: block;
	margin-bottom: 24px;
}
.pulic_footer_box .infor_box .dl{
	display: flex;
	padding:5px 0;
	width: 326px;
}
.pulic_footer_box .infor_box .dl .dt{
	width: 46px;
	font-size:14px;
	color:#787878;
}
.pulic_footer_box .infor_box .dl .dd{
	width: calc(100% - 46px);
	padding-left:10px;
	font-size:14px;
	line-height: 20px;
	color:#ffffff;
}
.pulic_footer_box .infor_box .bit_link{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.pulic_footer_box .infor_box .bit_link .li{
	margin-right: 14px;
	display: block;
	width: 40px;
	height: 40px;
}
.pulic_footer_box .infor_box .bit_link .li img{
	display: block;
	width: 100%;
}
.pulic_footer_box .last_box{
	padding:0 50px 0 50px;
	border-right: 1px solid #434343;
}
.pulic_footer_box .last_box:last-child{
	border-right: 0px;
}
.pulic_footer_box .last_box h2{
	font-size:18px;
	color:#ffffff;
	margin-bottom: 30px;
	font-weight: bold;
}
.pulic_footer_box .last_box .li{
	display: block;
	font-size:14px;
	line-height: 30px;
	color:#787878;
	margin-bottom: 12px;
}
.pulic_footer_copy{
	padding:0 0 40px;
	text-align: center;
	font-size:14px;
	color:#575454;
	background: #333333;
}
.pulic_footer_copy a{color:#575454; }

.pulic_footer_copy a:hover{color:#F00; }
/*************************/
.pulic_content_bg{
	width: 100%;
	height: 90px;
}
.pulic_content_bg .pulic_header_box{
	background: #fff;
	position: relative;
}
.pulic_content_bg .pulic_header_box .navi_box .li{
	color:#262423;
	padding: 5px;
    border-radius: 5px;
}
.pulic_content_bg .pulic_header_box .navi_box .li:hover,
.pulic_content_bg .pulic_header_box .navi_box .li.hover{
	color:#fff;
	background: #24449f;
}
.pulic_tips_navi{
	padding:0 10%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pulic_tips_navi a{
	padding:15px 24px;
	font-size:16px;
	color:#2a2828;
}
.pulic_tips_navi a:hover,.pulic_tips_navi a.hover{
	color:#fff;
	background: #24449f;
}
.pulic_cont_baner{
	display: block;
	position: relative;
}
.pulic_cont_baner img{
	display: block;
	width: 100%;
}
.pulic_cont_baner .txt_cont{
	padding:0 10%;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.pulic_cont_baner .txt_cont h2{
	font-size:60px;
	font-weight: bold;
	color:#ffffff;
}
.pulic_cont_baner .txt_cont p{
	font-size:30px;
	color:#ffffff;
}
.pulic_warpin_bg{
	padding-left:5%;
	padding-right: 5%;
}
.pulic_page_box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:10px 0;font-size:14px;
}
.pulic_page_box a{
	padding:14px;
	margin:0 5px;
	font-size:14px;
	color:#333;
}
.pulic_page_box a:hover,.pulic_page_box a.hover{
	background: #294da8;
	color:#fff;
}
.pulic_detail_title{
	margin-bottom: 42px;
}
.pulic_detail_title h2{
	font-size:62px;
	font-weight: bold;
	color:#24449f;
	margin-bottom: 6px;
}
.pulic_detail_title p{
	font-size:30px;
	font-weight: bold;
	color:#222222;
	margin-bottom: 28px;
}
.pulic_detail_title .line{
	display: block;
	width: 31px;
	height: 2px;
	background: #24449f;
}
/*************************/
.product_cont_box{
	padding:44px 0;
}
.product_cont_box .tis_title{
	margin-bottom: 36px;
}
.product_cont_box .tis_title h2{
	font-size:25px;
	color:#151515;
}
.product_cont_box .tis_title .line{
	display: block;
	width: 42px;
	height: 4px;
	background: #24449f;
	margin-top: 12px;
}
.product_cont_box .last_content{
	display: flex;
	flex-wrap: wrap;
}
.product_cont_box .last_content .list{
	width: calc(97% / 4);
	margin-right: 1%;
	margin-bottom: 40px;
}
.product_cont_box .last_content .list:nth-child(4n){
	margin-right: 0;
}
.product_cont_box .last_content .list .img{
	display: block;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}
.product_cont_box .last_content .list .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.product_cont_box .last_content .list .txt{
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
	font-size:18px;
	color:#595961;
}
.product_cont_box .last_content .list:hover .img img{
	transform: scale(1.1,1.1);
}
.product_cont_box .last_content .list:hover .txt{
	background: #24449f;
	color:#fff;
}
.product_detail_cont{
	padding:20px 0;
}
.product_detail_cont .detail_page{
	font-size:13px;
	color:#000;
}
.product_detail_cont .tis_detail_content{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	margin-top: 40px;
}
.product_detail_cont .tis_detail_content .l_img{
	width: 462px;
}
.product_detail_cont .tis_detail_content .pro_tis_img{
	width: 100%;
	height: 464px;
	margin-bottom: 8px;
}
.product_detail_cont .tis_detail_content .pro_tis_img img{
	display: block;
	width: 100%;
	height: 100%;
	 object-fit: cover;
}
.product_detail_cont .tis_detail_content .pro_bit_last{
	width: 90%;
	height: 80px;
	margin:0 auto;
}
.product_detail_cont .tis_detail_content .pro_bit_last .swiper-slide{
	background: #000;
}
.product_detail_cont .tis_detail_content .pro_bit_last img{
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	 object-fit: cover;
}

.product_detail_cont .tis_detail_content  .swiper-slide-thumb-active img{
        opacity: 1;
}
.product_detail_cont .tis_detail_content .r_detail{
	width: calc(100% - 462px);
	padding-left:50px;
}
.product_detail_cont .tis_detail_content .r_detail .title{
	font-size:30px;
	color:#1f1f1f;
	margin-bottom: 40px;
}
.product_detail_cont .tis_detail_content .r_detail .txt{
	font-size:16px;
	line-height: 24px;
	color:#000;
}
.product_detail_cont .bis_detail_content{
	padding:20px 0;
}
.product_detail_cont .bis_detail_content .last_box{
	margin-bottom: 100px;
}
.product_detail_cont .bis_detail_content .title_box{
	border-bottom: 1px solid #f6f6f6;
}
.product_detail_cont .bis_detail_content .title_box span{
	display: inline-block;
	padding:10px 0;
	border-bottom: 3px solid #24449f;
	font-size:24px;
	color:#37383a;
}
.product_detail_cont .bis_detail_content .txt_box img{
	display: inline-block;
	max-width: 100%;
	margin:20px 0;
}
.product_detail_cont .bis_detail_content .txt_box p{
	font-size:14px;
	line-height: 24px;
	color:#8d8e8e;
}
.case_content_box{
	padding:50px 0;
}
.case_content_box .last_cont{
	display: flex;
	flex-wrap: wrap;
} 
.case_content_box .last_cont .list{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.case_content_box .last_cont .list:nth-child(3n){
	margin-right: 0;
}
.case_content_box .last_cont .list .i{
	display: block;
	width: 100%;
	height: 298px;
	overflow: hidden;
}
.case_content_box .last_cont .list .i img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.case_content_box .last_cont .list p{
	padding:14px 0;
	text-align: center;
	font-size:18px;
	color:#2f2e2e;
}
.case_content_box .last_cont .list:hover .i img{
	transform: scale(1.1,1.1);
}
.about_detail_cont{
	padding:140px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_detail_cont .txt_box{
	width: 700px;
	padding-right: 20px;
}
.about_detail_cont .txt_box .txt {
	font-size:16px;
	line-height: 28px;
	color:#000;
	margin-bottom: 30px;
}
.about_detail_cont .img_box{
	width: 428px;
	height: 668px;
	background: #dbe4f0;
}
.about_detail_cont .img_box img{
	transform: translate(-30px,-30px);
	transition: all 0.8s;
}
.about_detail_cont .img_box:hover img{
	transform: translate(0,0);
}
.partner_cont_bg{
	padding:76px 0 266px;
	background: url(../i/partner_bg.png) no-repeat center;
	background-size:cover;
}
.partner_cont_bg .part_last{
	display: flex;
	flex-wrap: wrap;
}
.partner_cont_bg .part_last .list{
	width: calc(96% / 5);
	height: 130px;
	margin-right: 1%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	transition: all 0.8s;
	overflow: hidden;
}
.partner_cont_bg .part_last .list:nth-child(5n){
	margin-right: 0;
}
.partner_cont_bg .part_last .list img{
	max-width: 100%;
	height: auto;
	transition: all 0.8s;
}
.partner_cont_bg .part_last .list:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.partner_cont_bg .part_last .list:hover img{
	transform: scale(1.1,1.1);
}
.tact_content_box{
	padding:120px 0;
	display: flex;
	align-items: center;
	background: #f6f6f6;
}
.tact_content_box .l_content{
	width:50%;
	padding:0 80px;
}
.tact_content_box .l_content .title{
	font-size:30px;
	font-weight: bold;
	color:#2542a0;
	margin-bottom: 30px;
}
.tact_content_box .l_content .dl{
	display: flex;
	margin-bottom: 40px;
}
.tact_content_box .l_content .dl .dt{
	width: 34px;
	height: 34px;
}
.tact_content_box .l_content .dl .dt img{
	display: block;
	width:100%;
}
.tact_content_box .l_content .dl .dd{
	width: calc(100% - 34px);
	padding-left:8px;
}
.tact_content_box .l_content .dl .dd h2{
	font-size:19px;
	color:#1c1b1b;
}
.tact_content_box .l_content .dl .dd p{
	font-size:16px;
	color:#7f7f90;
}
.tact_content_box .r_img{
	width: 50%;
	height: 464px;
}
.tact_content_box .r_img img{
	display: block;
	width: 100%;
	height:100%;
}
.board_content_box{
	padding:74px 0;
	background: #f6f6f6;
}
.board_content_box .board_detail_box{
	padding:50px;
	background: #fff;
}
.board_content_box .txt_box{
	margin-bottom: 50px;
}
.board_content_box .txt_box p{
	font-size:16px;
	color:#3b3e44;
}
.board_content_box .form_content_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.board_content_box .form_content_box .l_form{
	width: 48%;
}
.board_content_box .form_content_box .dl{
	margin-bottom: 24px;
}
.board_content_box .form_content_box .dl .dt{
	font-size:14px;
	color:#312f2f;
	padding:15px 0;
}
.board_content_box .form_content_box .dl .dd{
	width: 100%;
}
.board_content_box .form_content_box .dl .dd select{
	width: 100%;
	height: 36px;
	background: #e9e9ed;
	color:#333;
	border:1px solid #e2e3e4;
}
.board_content_box .form_content_box .dl .dd input[type=text]{
	width: 100%;
	height: 36px;
	border:1px solid #e2e3e4;
	border-radius: 3px;
	font-size:15px;
	padding-left:10px;
}
.board_content_box .form_content_box .dl .dd textarea{
	width: 100%;
	height: 216px;
	padding:6px;
	border:1px solid #e2e3e4;
	border-radius: 5px;
}
.board_content_box .form_content_box .gender_lab{
	display: flex;
	align-items: center;
}
.board_content_box .form_content_box .gender_lab .li{
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size:14px;
	color:#363333;
}
.board_content_box .form_content_box .gender_lab .li input{
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border:1px solid #959595;
	margin-right: 5px;
}
.board_content_box .form_content_box .r_text{
	width: 48%;
}
.board_content_box .btn_box{
	display: flex;
	align-items: center;
}
.board_content_box .btn_box .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 44px;
	background: #b8b8b8;
	border-radius: 3px;
	margin-right: 24px;
	font-size:16px;
	color:#fff;
}
.board_content_box .btn_box .btn:last-child{
	background: #25449f;
}
.recruit_content_box{
	padding:74px 0 150px;
	background: #f6f6f6;
}
.recruit_last_content{
	background: #fff;
}
.recruit_last_content .tle_cont{
	display: flex;
	align-items: center;
	padding:40px;
	background: #fff;
}
.recruit_last_content .tle_cont .td{
	width: calc(100% / 5);
}
.recruit_last_content .tle_cont .td h2{
	font-size:24px;
	color:#2f3032;
}
.recruit_last_content .tle_cont .td p{
	font-size:15px;
	color:#373737;
}
.recruit_last_content .tle_cont .togg_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 44px;
	font-size:14px;
	background: #d3d2d2;
	color:#373f58;
	cursor: pointer;
}
.recruit_last_content .tle_cont .togg_btn .arr{
	transform: rotate(-90deg);
	font-size: 16px;
	font-family: "黑体";
	margin-left:10px;
}
.recruit_last_content .tle_cont .togg_btn.active{
	background: #25449f;
	color:#fff;
}
.recruit_last_content .bit_txt_box{
	display: none;
	width: 100%;
	padding:32px 52px;
	background: #f9f9f9;
}
.recruit_last_content .bit_txt_box p{
	font-size:14px;
	line-height: 32px;
	color:#666666;;
}
.news_detail_last{
	padding:70px 0 40px;
}
.news_detail_last .list_box{
	display: flex;
	margin-bottom: 70px;
}
.news_detail_last .list_box .img{
	display: block;
	width: 562px;
	height: 330px;
}
.news_detail_last .list_box .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.news_detail_last .list_box .txt_deta{
	width: calc(100% - 562px);
	padding-left:28px;
	padding-top: 16px;
}
.news_detail_last .list_box .txt_deta .time{
	font-size:18px;
	color:#2f2e2e;
	margin-bottom: 12px;
}
.news_detail_last .list_box .txt_deta .tle{
	font-size:28px;
	color:#1b1a1a;
	margin-bottom: 30px;
}
.news_detail_last .list_box .txt_deta .txt{
	font-size:13px;
	line-height: 23px;
	color:#979696;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 52px;
}
.patent_content_box{
	padding:66px 0 40px;
}
.patent_content_box .last_box{
	display: flex;
	flex-wrap: wrap;
}
.patent_content_box .last_box .list{
	display: block;
	width: calc(94% / 4);
	margin-right: 2%;
	margin-bottom: 40px;
}
.patent_content_box .last_box .list:nth-child(4n){
	margin-right: 0;
}
.patent_content_box .last_box .list .img{
	display: block;
	width: 100%;
	
	padding: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	transition: all 1s;
}
.patent_content_box .last_box .list .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.patent_content_box .last_box .list p{
	padding:10px 0;
	text-align: center;
	font-size:17px;
}
.patent_content_box .last_box .list:hover .img{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25); ;
}
/**********************/
.news_detail_title{
	padding:30px 0;
	border-bottom: 1px dashed #ececec;
	text-align: center;
}
.news_detail_title h2{
	font-size:24px;
	color:#333;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_detail_title p{
	font-size:12px;
	color:#999999;
}
.news_detail_txt{
	padding:50px 0;
	font-size:14px;
	color:#666666;
	line-height: 28px;
}
.news_img img{
	display:block;
	width:100%;
	height:347px;
}
/***************pc not********************/
.pc_not{
	display: none;
}
/*********pc 1900************/
@media (max-width:1900px){
	
}
/*********pc 1600************/
@media (max-width:1600px){
	
}
/*********pc 1200************/
@media (max-width:1200px){
	.pulic_header_box .navi_box .li{
		margin:0 10px;
	}
}
/*********pc 1000************/
@media (max-width:1000px){
	.pc_not{
		display: block;
	}
    .ph_not{
		display: none !important;
	}
	.menu_dc_box{
		padding-left:10%;
	}
	.pulic_header_box{
		padding:1rem 2%;
		height: auto;
	}
	.pulic_header_box .logo img{
		width: 6rem;
	}
	.pulic_floor_box .list .ico{
		width: 3rem;
		height: 3rem;
	}
	.pulic_floor_box .list .ico img{
		width: 1.5rem;
	}
	.pulic_floor_box .list .code{
		padding-right: 3rem;
	}
	.pulic_floor_box .list .tle{
		padding-right: 3rem;
	}
	.index_bit_pagina .index_pagina_1{
		width: 10rem;
	}
	.index_case_1 .content_box{
		width: 100%;
	}
	.news_img img{
	  width:100%;
	  height:184px;
	}
}
/*********pc 1200************/
@media (max-width:720px){
	.pulic_header_box .menu_btn{
	  display:flex;
	}
	.index_case_1 .content_box{
		width: 100%;
		position: relative;
		top: 0;
		transform: translateY(0%);
		padding:1rem 2%;
	}
	.index_pulic_title{
		margin-bottom: 1rem;
	}
	.index_pulic_title h2{
		font-size:2rem;
		margin-bottom: 0.5rem;
	}
	.index_pulic_title p{
		font-size:1.8rem;
		margin-bottom: 0.5rem;
	}
	.index_case_1 .last_box .li{
		width: 10rem;
		height: 10rem;
		padding:2rem 0;
	}
	.index_case_1 .last_box .li img{
		height: 3rem;
		margin:0 auto 1rem;
	}
	.index_pulic_more{
		width: 16rem;
		height: 4rem;
		font-size:1.2rem;
		width:200px;
	}
	.index_pulic_more .line{
		width: 3rem;
	}
	.index_pulic_more:hover .line{
		width: 4rem;
	}
	.index_case_2{
		padding:2rem 2%;
	}
	.index_case_2 .l_content{
		width: 100%;
	}
	.index_ph2_last{
		display: flex;
		flex-wrap: wrap;
	}
	.index_ph2_last .list_box{
		display: block;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 1rem;
	}
	.index_ph2_last .list_box:nth-child(2n){
		margin-right: 0;
	}
	.index_ph2_last .list_box .i{
		display: block;
		width: 100%;
		height: 8rem;
		margin-bottom: 0.5rem;
	}
	.index_ph2_last .list_box .i img{
		display: block;
		width: 100%;
		height: 100%;
	}
	.index_ph2_last .list_box p{
		padding:0.4rem 0;
		text-align: center;
		font-size:1.4rem;
		color:#333;
	}
	.index_case_2 .index_pulic_more{
		margin:1rem auto;
	}
	.index_case_3{
		padding:1rem 2%;
	}
	.index_case_3 .l_content{
		width: 100%;
	}
	.index_case_3 .r_content{
		display: none;
	}
	.index_case3_txt{
		margin-top: 3rem;
		margin-bottom: 2rem;
	}
	.index_case3_txt .time_tle{
		margin-bottom: 2rem;
	}
	.index_case3_txt .time_tle .time{
		border:1px solid #000;
	}
	.index_case3_txt .time_tle .time h2{
		font-size:1.6rem;
		color:#333;
	}
	.index_case3_txt .time_tle .time p{
		font-size:1.4rem;
		color:#333;
	}
	.index_case3_txt .time_tle .tle{
		padding-left:1rem;
		font-size:1.5rem;
		line-height: 2rem;
		color:#333;
	}
	
	
	
	
	.index_case_4{
		padding:2rem 2%;
	}
	.index_link_bg{
		padding:1rem;
	}
	.index_link_bg .bg{
		padding:1rem;
	}
	.index_ph4_last .swiper-slide{
		border:1px solid #ccc;
		border-radius: 5px;
		overflow:hidden;
	}
	.index_ph4_last img{
		width: 100%;
	}
	.pulic_footer_box{
		padding:2rem 2%;
		flex-wrap: wrap;
	}
	.pulic_footer_box .infor_box{
		padding-right: 0;
		width: 100%;
		border-right: 0px;
		margin-bottom: 1rem;
	}
	.pulic_footer_box .last_box{
		width: 50%;
		margin-bottom: 1rem;
		padding:0 1rem;
		border:none;
	}
	.pulic_footer_box .last_box h2{
		font-size:1.5rem;
		margin-bottom: 1rem;
	}
	.pulic_footer_box .last_box .li{
		font-size:1.2rem;
		line-height: 2rem;
		margin-bottom: 0.4rem;
	}
	.pulic_content_bg{
		height: auto;
	}
	
	.pulic_cont_baner .txt_cont{
		padding:0 2%;
	}
	.pulic_cont_baner .txt_cont h2{
		font-size:1.8rem;
	}
	.pulic_cont_baner .txt_cont p{
		font-size:1.4rem;
	}
	.pulic_tips_navi{
		padding:0 2%;
	}
	.pulic_tips_navi a{
		padding:0.8rem 0.5rem;
		font-size:1.2rem;
	}
	.pulic_warpin_bg{
		padding-left:2%;
		padding-right:2%;
	}
	.product_detail_cont .tis_detail_content{
		margin-bottom: 1rem;
		margin-top: 1rem;
		flex-wrap: wrap;
	}
	.product_detail_cont .tis_detail_content .l_img{
		width: 100%;
	}
	.product_detail_cont .tis_detail_content .pro_bit_last{
		height:5rem;
	}
	.product_detail_cont .tis_detail_content .r_detail{
		width: 100%;
		padding:1rem 0;
	}
	.product_detail_cont .tis_detail_content .r_detail .title{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.product_detail_cont .tis_detail_content .r_detail .txt{
		font-size:1.2rem;
	}
	.product_detail_cont .bis_detail_content .last_box{
		margin-bottom: 1rem;
	}
	.product_cont_box{
		padding:2rem 0;
	}
	.product_cont_box .last_content .list{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 1.5rem;
	}
	.product_cont_box .last_content .list:nth-child(2n){
		margin-right: 0;
	}
	.product_cont_box .last_content .list .img{
		height: 12rem;
		margin-bottom: 0.5rem;
	}
	.product_cont_box .last_content .list .txt{
		height: 3rem;
	}
	.product_cont_box .tis_title{
		margin-bottom: 2rem;
	}
	.product_cont_box .tis_title h2{
		font-size:1.6rem;
	}
	.product_cont_box .tis_title .line{
		margin-top: 0.4rem;
	}
	.case_content_box{
		padding:1rem 0;
	}
	.case_content_box .last_cont .list{
		width: 49% !important;
		margin-right: 2% !important;
		margin-bottom: 0.6rem;
	}
	.case_content_box .last_cont .list:nth-child(2n){
		margin-right: 0 !important;
	}
	.case_content_box .last_cont .list .i{
		height: 15rem;
	}
	.case_content_box .last_cont .list p{
		font-size:1.6rem;
		padding:0.5rem 0;
	}
	.pulic_page_box a{
		margin:0 3px;
		padding:0.5rem 0.2rem;
	}
	.about_detail_cont{
		padding:2rem 0;
		flex-wrap: wrap;
	}
	.about_detail_cont .txt_box{
		width: 100%;
		padding:0;
		margin-bottom: 0.4rem;
	}
	.pulic_detail_title{
		margin-bottom:1.4rem;
	}
	.pulic_detail_title h2{
		font-size:2rem;
		margin-bottom: 0.5rem;
	}
	.pulic_detail_title p{
		font-size:1.5rem;
		margin-bottom: 1rem;
	}
	.about_detail_cont .txt_box .txt p{
		font-size:1.4rem;
		margin-bottom: 2em;
		line-height: 2.5rem;
	}
	.about_detail_cont .img_box{
		width: 100%;
		height: 55rem;
	}
	.about_detail_cont .img_box img{
		transform: translate(0,0);
		width: 100%;
	}
	.partner_cont_bg{
		padding:2rem 0 4rem;
	}
	.partner_cont_bg .part_last .list{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1rem;
	}
	.partner_cont_bg .part_last .list:nth-child(2n){
		margin-right: 0 !important;
	}
	.tact_content_box{
		padding:2rem 0;
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.tact_content_box .l_content{
		width: 100%;
		padding:0 1rem;
	}
	.tact_content_box .l_content .title{
		font-size:2rem;
		margin-bottom: 1rem;
	}
	.tact_content_box .l_content .dl{
		margin-bottom: 2rem;
	}
	.tact_content_box .l_content .dl .dt{
		width: 2.4rem;
		height: 2.4rem;
	}
	.tact_content_box .l_content .dl .dd h2{
		font-size:1.5rem;
	}
	.tact_content_box .l_content .dl .dd p{
		font-size:1.2rem;
	}
	.tact_content_box .r_img{
		width: 100%;
		height: auto;
	}
	.board_content_box{
		padding:2rem 0;
	}
	.board_content_box .board_detail_box{
		padding:1rem;
	}
	.board_content_box .txt_box{
		margin-bottom:1rem;
	}
	.board_content_box .txt_box p{
		font-size:1.4rem;
		margin-bottom: 0.5rem;
	}
	.board_content_box .form_content_box{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.board_content_box .form_content_box .l_form{
		width: 100%;
	}
	.board_content_box .form_content_box .r_text{
		width: 100%;
	}
	.board_content_box .btn_box{
		width: 100%;
		justify-content: space-between;
	}
	.board_content_box .btn_box .btn{
		margin:0;
		width: 49%;
	}
	.recruit_content_box{
		padding:2rem 0 3rem;
	}
	.recruit_last_content .tle_cont{
		padding:1rem;
		flex-wrap: wrap;
		border-bottom: 1px solid #efefef;
	}
	.recruit_last_content .tle_cont .td{
		width: calc(100% / 2);
		padding:0.5rem 0;
	}
	.recruit_last_content .tle_cont .td:nth-child(2),
	.recruit_last_content .tle_cont .td:nth-child(3),
	.recruit_last_content .tle_cont .td:nth-child(4){
		display: none;
	}
	.recruit_last_content .tle_cont .td h2{
		font-size:1.8rem;
	}
	.recruit_last_content .tle_cont .td p{
		font-size:1.2rem;
	}
	.recruit_last_content .bit_txt_box{
		padding: 1rem;
	}
	.recruit_last_content .bit_txt_box p{
		font-size:1.2rem;
		line-height: 2.5rem;
	}
	.news_detail_last{
		padding:1.8rem 0 1.2rem;
	}
	.news_detail_last .list_box{
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
	.news_detail_last .list_box .img{
		width: 100%;
		height: 16rem;
	}
	.news_detail_last .list_box .txt_deta{
		width: 100%;
		padding:0.8rem 1rem;
	}
	.news_detail_last .list_box .txt_deta .time{
		font-size:1.8rem;
		margin-bottom: 1rem;
	}
	.news_detail_last .list_box .txt_deta .tle{
		font-size:1.8rem;
		margin-bottom: 0.6rem;
	}
	.news_detail_last .list_box .txt_deta .txt{
		font-size:1.2rem;
		line-height: 2.3rem;
		margin-bottom: 1rem;
	}
	.patent_content_box{
		padding:1.5rem 0 1rem;
	}
	.patent_content_box .last_box .list{
		width: 49%;
		margin-right: 2% !important;
		margin-bottom: 1.2rem;
	}
	.patent_content_box .last_box .list .img{
		padding:1rem;
	}
	.patent_content_box .last_box .list:nth-child(2n){
		margin-right: 0 !important;
	}
	.section{ width:100%; height: auto; overflow:hidden; position:relative;}
	.ping{ width:100%; height: auto;  overflow:hidden; position:relative;}
	/*第三屏*/
		.settle{ width:100%; height:500px; position:relative; overflow:hidden; opacity:1; top:0px;}
		.settle_name{ width:96%; height: auto; overflow:hidden; margin:auto; position:relative; z-index:9; padding-top:30px;}
		.settle_en{ width:100%; font-size:16px; text-align: center; height:  auto; line-height: 18px; color: rgba(255,255,255,0.2);}
		.settle_name_1{ width:100%; font-size:18px; position: relative; bottom:0; left:0; height:37px; line-height:30px; z-index:2; text-align:center;}
		.settle_name_2{ width:22px; height:2px; background-color:#00b6f2; position: relative; margin:auto; bottom:0px; left:0px;}
		
		
		.settle_munewarp{ width:100%; height:127px; position:absolute; z-index:9; bottom:20px;}
		.settle_mune{ width:96%; height:127px; overflow:hidden; margin:auto;}
		.settle_mune a{ float:left; display:block; width:33.33%; height:200px; }
	
		.settle_mune a:hover .settle_tu{ padding-top:24px; height:36px;}
		.settle_mune a:hover .settle_tit{ font-size:14px; margin-top:10px;}
		
		.settle_mune a.settle_mune_a .settle_tu{ padding-top:24px; height:62px;}
		.settle_mune a.settle_mune_a .settle_tit{ font-size:14px; margin-top:10px;}
		
		.settle_tu{ width:100%; height:62px; overflow:hidden; padding-top:24px;}
		.settle_tu_1{ width:100%; height:32px; text-align:center;}
		.settle_tu_1 img{ height:32px; width:auto;}
		.settle_tu_2{ width:100%; height:32px; text-align:center;}
		.settle_tu_2 img{ height:32px; width:auto;}
		.settle_tit{ width:80%; margin:auto; text-align:center; font-size:13px; line-height:20px; height:40px; margin-top:10px;}
		
		
		.settle_beiwarp{ position:absolute; bottom:30px; width:100%; height:107px; z-index:2;}
		.settle_bei{ width:96%; height:107px;}
		
		
		.settle_lun{ width:100%; height:100%; position:absolute; top:0; overflow:hidden;}
		.settle-left {position: absolute; left:3%; top:41%; font-size:30px; display:none;}
		.settle-right {position: absolute; right:3%; top:41%; font-size:30px; display:none;}
	
		
		.settle_bg{ width:100%; height:100%;}
		.settle_img{ width:100%; height:100%;}
		.settle_con{ width:100%; height:auto; overflow:hidden; position: absolute; top:110px; z-index:1;}
		.settle_one{ width:96%; font-size:12px; height:30px; line-height:30px; margin:auto;}
		
		.settle_three{ width:96%; height: auto; overflow:hidden; margin:auto;margin-top:15px;}
		.settle_three_1{ width:100%; height:96px; overflow:hidden; font-size:14px; line-height:24px;}
		
		.settle_four{ width:96%; margin-top:30px; font-size:14px;}
		.settle_four span{ display:inline-block; width:30px; height:30px; line-height:30px; font-size:15px; margin-right:10px;}	
		
		
		.mune_warp{ width:100%; height:74px; position: relative;}
	.mune_tit{ width:100%; text-align:center; font-size:15px; height:24px; line-height:24px; padding-top:10px;}
	.mune_ying{ width:100%; text-align:center; font-size:18px; height:30px; line-height:24px; background-size:24px;}
	.mune_en{ width:100%; font-size:66px; height:74px; line-height:74px; overflow:hidden;}
	
	.news{ width:100%; height: auto; overflow:hidden; margin:auto; position:relative; opacity:1; top:0px; margin-top:30px; padding-bottom:10px;}
	.news_list{ width:96%; height: auto; overflow:hidden; margin:auto; margin-top:10px;}
	.news_list ul li{ float:none; width:100%; height: auto; overflow:hidden; list-style:none; margin-bottom:15px;}
	.news_list ul li:nth-child(2n){ float:none;}
	
	.news_list ul li a:hover .news_1{ padding-top:15px;}
	.news_list ul li a:hover .news_3 span{  background:url(../i/index_211.jpg) no-repeat right;}
	
	.news_ri{ width:70px; height:58px; position:absolute; top:7px; right:7px; font-size:18px; line-height:26px; padding-top:8px;}
	.news_ri span{ font-size:24px;}
	
	.news_all{ width:100%; height: auto; overflow:hidden; position: relative; bottom:0;}
	.news_con{ width:100%; height: auto; margin:auto;}
	.news_1{ margin:auto; width:100%; height:35px; line-height:35px; font-size:16px; padding-top:10px; }
	.news_2{ margin:auto; width:100%; height:72px; line-height:24px; font-size:14px; margin-top:8px;}
	.news_3{ margin:auto; width:100%; height:35px; line-height:35px; margin-top:5px; overflow:hidden;}
	.news_3 span{ display:inline-block; font-size:12px; background-size:18px; padding-right:30px;}
}