@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, p, blockquote, th, td {
margin:0;
padding:0;
}
body {
font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
font-size:16px;
text-align:left;
color:#000;
background:#f0f0f6
}
a:link, a:visited {
color:#000;
text-decoration:none;
}
a:hover{
color:#e40900;
text-decoration:none;
}
fieldset, img {
border:none;
}
legend {
display:none;
}
img {
vertical-align:top;
}
em {
font-style:normal;
}
li {
list-style:none;
}
h1, h2 {
font-size:18px;
}
h3, h4, h5, h6{
font-size:16px;
}
input, button, textarea, select {
*font-size:100%;
}
input:focus{
	outline:none;
}
.mobile_main-nav{
	display:none;
}

/*---------------header-----------------------*/
.head_top{
	height:67px;
	background:#dbebfe;
	border-bottom:#eaf4fe solid 1px;
}
.head_top_inner{
	width:1440px;
	margin:0 auto;
}
.head_top_inner .wel{
	color:#114aaa;
	margin:0 0 0 40px;
	line-height:67px;
}
.head_top_inner .user{ position: relative;}
.head_top_inner i,.head_top_inner em{
	display: inline-block;
	color:#114aaa;
	padding:23px 0 23px 20px;
	font-style: normal;
}
.head_top_inner i a{
	display:block;
	background:url(../images/ico_user.png) no-repeat left center;
	background-size:auto 100%;
	padding-left:26px;
	color:#114aaa
}
.userList{
	position:absolute;
	right:-20px;
	top:60px;
	background:white;
	line-height:35px;
	padding:0 10px;
	border-radius:5px;
	border:1px solid #f1f1f1;
	box-shadow:0 0 8px rgba(22,76,165,0.2);
	display:none;
	z-index: 10;
}
.userList li{
	border-bottom:1px solid #f1f1f1;white-space: nowrap;
}
.userList li:last-child{ border:none}

.head_top_inner .edtion{
	margin:0 20px 0 0;
}
.head_top_inner .edtion li{
	float:left;
	line-height:67px;
	padding:0 16px;
	background:url(../images/ico01.png) no-repeat right center;
}
.head_top_inner .edtion li:last-child{
	background:none;
}
.head_top_inner .edtion li img{
	padding:24px 0 0;
}
.banner{
	background:#edf6fe url(../images/banner.jpg) no-repeat center center;
	height:210px;
}
.banner .logo{
	padding:42px 0 0 20px;
}
.site_renshe .banner .slogan{
	padding:7px 0 0 245px;
}
/*
.search_wza{
	padding:40px 0 0;
}
.searchbox{
	width:390px;
	height:30px;
	padding:8px 0 8px 45px;
	border:#d7d7d7 solid 1px;
	background-color:rgba(255,255,255,0.8);
	background-image:url(../../../static_2023/images/ico_search.png);
	background-repeat:no-repeat;
	background-position:10px center;
	margin:0 0 0 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchbox li{
	float:left
}
.ipt01{
	width:320px;
	height:28px;
	border:none;
	background:none;
	font-size:1rem
} 
.btn01{
	width:66px;
	height:28px;
	border:none;
	cursor:pointer;
	background:none;
	font-size:1.37rem;
	color:#d90b37
}
*/
/*无障碍
.slh_wza{
	padding:2px 0 0 7px;
}
.slh_wza li{
	float:left;
	margin:0 0 0 8px;
}
.slh_wza li a,.slh_wza li span{
	display:inline-block;
	height:44px;
	line-height:44px;
	font-size:1.25rem;
	padding: 0 15px 0 3.12rem;
	background-color:rgba(255,255,255,0.8);
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:auto 60%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.slh_wza li a.btn_slh,.slh_wza li .btn_slh{
	background-image:url(../../../static_2023/images/ico_slh.png);
}
.slh_wza li a.btn_wza,.slh_wza li .btn_wza{
	background-image:url(../images/ico_wza.png);
}
*/
.nav{
    width: 100%;
    background:url(../images/nav_bg.png) no-repeat center center;
	height:67px;
	margin-top:-7px
}
.no_q_nav{ height: 60px; background: none; background-color: #164ca5;}
.no_q_nav .nav_ul{ padding: 0; float: none;width:100%}
.no_q_nav .quick_nav{ display: none;}
.large_spacing .nav_ul li{ padding: 0 45px;}

.nav_inner{
	width:1300px;
	margin:0 auto;
	padding:0 20px;
}
.nav_ul{
	width:860px;
	padding:7px 0 0 ;
}
.nav_ul li{
	position: relative;
	float:left;
	line-height:60px;
	padding:0 20px;
	font-size:1.37rem;
	text-align:center;
	transition: all ease-in 0.3s;
}
.nav_ul li.cur{
	background:#d90b37
}

/*鼠标交互效果2选一*/
@media (min-width:640px) {
.hoversytle1 li::before {content: "";position: absolute;top: 100%;left: 100%;width: 0;height: 0;border-bottom: 2px solid #d90b37;transition: 0.2s all linear;}
.hoversytle1 li:hover{ background-color: #3069c6;}
.hoversytle1 li.cur:hover{background-color: #f30d3e;}
.hoversytle1 li:hover::before {width: 100%;left: 0;}
.hoversytle1 li:hover ~ li::before {left: 0;}

.hoversytle2 li::after{content: "";position: absolute;left:0;bottom:0;display: block;width: 100%;height: 3px;overflow: hidden;background: #f30d3e;transform: scaleX(0);transition:all 0.5s;}
.hoversytle2 li:hover{ background-color: #3069c6;}
.hoversytle2 li.cur:hover{background-color: #f30d3e;}
.hoversytle2 li:hover::after{transform: scaleX(1);}
}

.jsrs_bsdt{
	margin:17px 0 0 50px;
}
.jsrs_bsdt a{
	display:block;
	height:28px;
	background:url(../images/ico02.png) no-repeat left center;
	background-size:auto 100%;
	font-size:1.25rem;
	padding-left:2.37rem;
}
.quick_nav{
	margin:17px 0 0 50px;
}
.quick_nav a{
	display:block;
	height:28px;
	background:url(../images/ico02.png) no-repeat left center;
	background-size:auto 100%;
	font-size:1.25rem;
	padding-left:2.37rem;
}
.topnews{
	width:1440px;
	margin:0 auto;
	padding:50px 0 50px;	
}
.topnews h2{
	font-size:2rem;
	color:#114aaa
}
.topnews h2 a:link,.topnews h2 a:visited{
	color:#114aaa
}
.topnews h2 a:hover{
	color:#d90b37;
	text-decoration:underline
}
.topnews p{
	font-size:1.12rem;
	color:#666666;
	padding:10px 0 0
}

.ywfw{
	width:1440px;
	margin:0 auto;
	padding:30px 0 30px;
	margin-top: 20px;
	background-color: rgba(220,220,220, 0.0);
}
/*
.ywfw h2{
	font-size:2rem;
	color:#114aaa
}
.ywfw h2 a:link,.ywfw h2 a:visited{
	color:#114aaa
}
.ywfw h2 a:hover{
	color:#d90b37;
	text-decoration:underline
}
*/
.ywfw p{
	font-size:1.12rem;
	color:#666666;
	padding:10px 0 0;
	margin: 0 20px;
	line-height: 35px;
}


.container{
	width:1440px;
	margin:0 auto;
	padding:0 0 8px;
}
.main_image{ width:600px; height:378px; float:left; _display:inline; overflow:hidden;position:relative;}
.main_image ul{position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:378px;}
.main_image li a{display:block;width:100%; height:100%; color:#fff}
.main_image li .pic,.main_image li .pic img{ display:block; width:100%; height:100%;}
.main_image .swiper-pagination-bullets{ position:absolute; height:10px; bottom:24px !important; z-index:100 !important;}
.main_image .swiper-pagination-bullet{ background:#fff !important; width:10px; height:10px;-webkit-border-radius: 100%;-moz-border-radius: 100%; border-radius: 100%;}
.main_image .swiper-pagination-bullet-active{background:#d50000 !important}
.main_image li .tit{ position:absolute; width:100%; left:0; right:0; height:45px; line-height:45px; bottom:0; font-size:1.12rem; color:#fff; text-indent:1em; background:url(../images/trans70.png) repeat; z-index:9999}
.main_image .swiper-button-white{ opacity:0.2; transition:all ease-in 0.3s}
.main_image:hover .swiper-button-white{opacity:1}


.list01 li{
	background:url(../images/ico_dot.png) no-repeat left center;
	padding:10px 0 10px 10px;
}
.list01 li .riqi{
	font-size:0.87rem;
	color:#999999
}
.list01 li a{
	display:block;
	width:88%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*
.zlSlide{ height:98px; overflow:hidden; position:relative;} 
.zlSlide .hd{ overflow:hidden;} 
.zlSlide .hd .prev,.zlSlide .hd .next{ display:block;  width:24px; height:97px; overflow:hidden; position:absolute; top:0; cursor:pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} 
.zlSlide .hd .prev{ background:#bd1a2d url(../../../static_2023/images/icoLeft.png) no-repeat center center; left:0;}
.zlSlide .hd .next{ background:#bd1a2d url(../../../static_2023/images/icoRight.png) no-repeat center center; right:0} 
.zlSlide .hd ul{ display:none;} 
.zlSlide .bd{ padding:0 0 0 32px;} 
.zlSlide .bd ul{ overflow:hidden; zoom:1; } 
.zlSlide .bd ul li{ margin:0 12px; text-align:center; float:left;} 
.zlSlide .bd ul li a{ display:block; width:165px; height:100px; background:#fff; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}
.zlSlide .bd ul li a .img{ height:50px; padding:15px 0 0}
*/
.swiper{
	width:100%;
	height:198px;
	position:relative;
	overflow:hidden
}
.swiper .swiper-button-prev,.swiper .swiper-button-next{
	position:absolute;
	width:32px !important;
	height:198px !important;
	top:0 !important;
	margin:10 !important
}
.swiper .swiper-button-prev{
	left:0 !important;
	background:url(../images/swiper-button-prev.png) no-repeat    !important;
	margin-top: 50px;
}
.swiper .swiper-button-next{
	right:0 !important;
	background:url(../images/swiper-button-next.png) no-repeat    !important;
	margin-top: 50px;
}
.swiper .swiper-slide ul{
	margin-left:-2%;
}
.swiper .swiper-slide ul li{
	float:left;
	width:31.33%;
	margin:0 0 0 2%;
	overflow:hidden;
}
.swiper .swiper-slide img{
	display:block;
	width:100%;
	height:100%;
	transition:ease 0.5s all;
}
.swiper .swiper-slide a:hover img{
	transform:scale(1.08);
}

.swiper02{
	width:100%;
	padding:20px 0 20px;
	margin-bottom: -20px;
	position:relative;
	overflow:hidden
}
.swiper02 .swiper-slide ul li{
	float:left;
	width:16.5%;
	height:110px;
	padding:15px 0 0;
	text-align:center;
	border-right:#eeeeee solid 1px;	
}
.swiper02 .swiper-slide ul li:last-child{
	border:none;
}
.swiper02 .swiper-slide ul li a{
	color:#114aaa
}
.swiper02 .swiper-slide ul li a:hover{
	color:#e40900
}
.swiper02 .swiper-slide .img{
	display:block;
	height:58px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;	
}
.swiper02 .swiper-slide ul li:hover .img{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
}
.swiper02 .swiper-slide .word{
	display:block;
	padding:8px 0 0;
}
.swiper02 .swiper-pagination{
	text-align: right;
	}
.swiper02.swiper-container-horizontal > .swiper-pagination-bullets,.swiper02.swiper-pagination-custom, .swiper-pagination-fraction{bottom:-5px;width:100%; padding-right: 0; position: relative;z-index: 100;}
.swiper02 .swiper-pagination-bullet{border-radius: 100%; z-index: 101;}

.swiper03{
	width:100%;
	padding:20px 0 20px;
	margin-bottom: -20px;
	position:relative;
	overflow:hidden
}
.swiper03 .swiper-slide ul li{
	float:left;
	width:33%;
	height:110px;
	padding:15px 0 0;
	text-align:center;
	border-right:#eeeeee solid 1px;	
}
.swiper03 .swiper-slide ul li:last-child{
	border:none;
}
.swiper03 .swiper-slide ul li a{
	color:#114aaa
}
.swiper03 .swiper-slide ul li a:hover{
	color:#e40900
}
.swiper03 .swiper-slide .img{
	display:block;
	height:58px;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;	
}
.swiper03 .swiper-slide ul li:hover .img{
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
}
.swiper03 .swiper-slide .word{
	display:block;
	padding:8px 0 0;
}
.swiper03 .swiper-pagination{
	text-align: right;
	}
.swiper03.swiper-container-horizontal > .swiper-pagination-bullets,.swiper03.swiper-pagination-custom, .swiper-pagination-fraction{bottom:-5px;width:100%; padding-right: 0; position: relative;z-index: 100;}
.swiper03 .swiper-pagination-bullet{border-radius: 100%; z-index: 101;}

.swiper04{
	width:100%;
	height:98px;
	position:relative;
	overflow:hidden
}
.swiper04 .swiper-button-prev,.swiper04 .swiper-button-next{
	position:absolute;
	width:32px !important;
	height:98px !important;
	top:0 !important;
	margin:0 !important
}
.swiper04 .swiper-button-prev{
	left:0 !important;
	background:url(../images/swiper-button-prev.png) no-repeat    !important;
}
.swiper04 .swiper-button-next{
	right:0 !important;
	background:url(../images/swiper-button-next.png) no-repeat    !important;
}
.swiper04 .swiper-slide ul{
	margin-left:-2%;
}
.swiper04 .swiper-slide ul li{
	float:left;
	width:31.33%;
	margin:0 0 0 2%;
	overflow:hidden;
}
.swiper04 .swiper-slide img{
	display:block;
	width:100%;
	height:100%;
	transition:ease 0.5s all;
}
.swiper04 .swiper-slide a:hover img{
	transform:scale(1.08);
}
.swiper-pagination-bullet{ background: #dfdfdf !important;}
.swiper-pagination-bullet-active{background: #8fb0f3 !important;}


.style01{
	/*height:275px;*/
}
.list02 li{
	background:url(../images/grey_dot.png) no-repeat left center;
	padding:10px 0 10px 15px;
}
.list02 li .riqi{
	font-size:0.87rem;
	color:#999999
}
.list02 li .tit{
	display:block;
	width:88%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list02 li .tit em a{
	color:#666
}
.xxgk_list{
	margin-left:-12px;
}
.xxgk_list li{
	float:left;
	margin:12px 0 0 12px;
}
.xxgk_list li a{
	display:block;
	width:196px;
	height:58px;
	line-height:58px;
	font-size:1.12rem;
	color:#114aaa;
	padding:0 0 0 60px;
	background-color:#f2f4f7;
	background-repeat:no-repeat;
	background-position:5px 0;
}
.xxgk_list li a:hover{
	background-color:#4669b5;
	color:#fff;
	background-position:5px -58px;
	transition: all .5s;
}
.xxgk_list li.sp01 a{
	background-image:url(../images/ico10.png);	
}
.xxgk_list li.sp02 a{
	background-image:url(../images/ico103.png);	
}
.xxgk_list li.sp03 a{
	background-image:url(../images/ico102.png);	
}
.xxgk_list li.sp04 a{
	background-image:url(../images/ico101.png);	
}
.xxgk_list li.sp05 a{
	background-image:url(../images/ico14.png);	
}
.xxgk_list li.sp06 a{
	background-image:url(../images/ico15.png);
	line-height:1.2rem;
	padding-top:8px;
	height:50px;
}
.xxgk_list li.sp101 a{
	background-image:url(../images/ico101.png);	
}
.xxgk_list li.sp102 a{
	background-image:url(../images/ico102.png);	
}
.xxgk_list li.sp103 a{
	background-image:url(../images/ico103.png);	
}
.xxgk_list li a em{
	font-size:0.87rem
}

.slide_govinfo_left{ height: 70px; overflow: hidden;}

.list03 li{
	display:block;
	background:url(../images/grey_dot.png) no-repeat 5px 18px;
	padding:10px 0 10px 18px;
	line-height:1.5rem;
	border-bottom:#b8b8b8 dotted 1px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list03 li .riqi{
	color:#999;
	padding:0 0 0 10px;
    font-size:0.87rem;
}
.list03 li:last-child{
	border:none;
}
.box01 .box01_con_gggs{
	padding:5px 2px 0;
}
.box01 .box01_con_gggs .zx_btn{
	position:absolute;
	right:50px;
	top:12px;
}
/*gov info slide*/
.slide_govinfo { clear: both; position: relative; padding-bottom:12px ;}
.slide_govinfo .hd{ position: absolute;left:0;bottom:0;width:100%; z-index: 10;}
.slide_govinfo .hd ul{ text-align: center;}
.slide_govinfo .hd ul li{ margin:0 3px;display: inline-block;width:12px; height: 12px; border-radius: 100%; background: #dcdcdc; font-size: 0;}
.slide_govinfo .hd ul li.on{ background: #d50000;}

.list04{
	padding:22px 0 0;
}
.list04 li{
	float:left;
	width:33.1%;
	height:127px;
	text-align:center;
	border-right:#e0e6f3 solid 1px;
}
.list04 li:last-child{
	border:none;
}
.list04 li a{
	color:#114aaa
}
.list04 li a:hover{
	color:#e40900
}
.list04 li .img{
	display:block;
	width:78px;
	height:61px;
	padding:17px 0 0;
	margin:0 auto;
	background:#4669b5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.list04 li .img01{
	background-image:url(../images/ico16.png);
}
.list04 li .img02{
	background-image:url(../images/ico17.png);
}
.list04 li .img03{
	background-image:url(../images/ico18.png);
}
.list04 li .img04{
	background-image:url(../images/ico181.png);
}
.list04 li .img:hover{
	 transform: rotateY(360deg);
}
.list04 li .word{
	display:block;
	padding:12px 0 0;
}
.zx_btn{
	margin:0;
}
.zx_btn a{
	display:block;
	float:left;
	margin:0 10px 0 0;
	height:26px;
	line-height:24px;
	padding:0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.zx_btn a.sp01{
	background:#d90b37
}
.zx_btn a.sp02{
	background:#4669b5
}
.zj_list{border-bottom: 1px dashed #CBCBCB;margin: 10px 0;padding: 0 20px 10px;}
.zj_list dl{clear: both;overflow: hidden;}
.zj_list dl dt{line-height: 1.87rem; font-weight:bold; overflow: hidden;}
.zj_list dl dd{line-height: 1.25rem; font-size:0.81rem;padding: 5px 0 3px;}
.zj_list ul li{ color: #787878;line-height: 1.5rem; text-align: right; font-size:0.81rem;}
.zj_list ul li.date{ text-align:left}
.zj_list ul li span {color: #787878; margin:0 10px;}
.zj_list ul li a{ color:#f00; margin-left:1em}
.zj_list ul li .btn_zjz{ display:inline-block; color:#fff; background:#4669b5; height:24px; line-height:24px; padding:0 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.zj_list ul li .btn_yjs{ display:inline-block; color:#fff; background:#8b8c8f; height:24px; line-height:24px; padding:0 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.sty02{
	height:265px;
}
.list03_sp li a{
	display:block;
	width:82%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.spec_page .list03_sp li a{width:78%}
.links {
    width: 100%;
    background-color: #114aaa;
    min-height: 56px;
    height: auto;
	padding:27px 0 0;
	border-bottom:#1457b9 solid 1px;
}
.links .container{
	width:1440px;
	margin:0 auto;
	position: relative;
}
.links h2{
	font-size:1.12rem;
	background:url(../images/ico20.png) no-repeat left center;
	padding:0 0 0 30px;
	margin:4px 0 0 30px;
}
.billboard{ margin-top: 20px;}
.billboard:empty{ display: none;}
.billboard img{width:100%}

.list_link{ padding: 10px 0;}
.list_link li{float:left; padding:10px 1%;}
.list_link li:hover{ background-color: #f3f4f8;}
.list_link a{ display: block; line-height: 20px; text-indent: 0em;}
.col_b li{width:48%;}
.col_c li{width:31.3%}
.col_d li{width:23%;}

/*---------------footer---------------------*/
.footer{
	background:#114aaa;
	padding:35px 0;
}
.footer p{
	width:1440px;
	margin:0 auto;
	line-height:1.68rem;
	font-size:0.87rem;
	text-align:center;
}

.footer .foot_info{ margin-bottom: 10px; color: #fff; font-size: 1rem;}
.footer .foot_info i{ margin: 0 1rem; font-family: "宋体"; font-size: 14px; font-style: normal;}
.footer .foot_info a:link,.foot_info a:visited{ color:#fff}
.footer .foot_info a:hover{ color: #95cbff;}

.footer p em{
	padding:0 5px;
}
.footer_bot{
	width:1440px;
	margin:0 auto;
	position:relative;
}
.footer_bot a.dzjg_ico{
	position:absolute;
	left:200px;
	top:12px;
}
.footer_bot a.jcjcjcjc{
	position:absolute;
	right:130px;
	top:25px;
}
.floating {
	width:62px;
    top: 73%;
    position: fixed;
	left:58%;
	border:#f5f5f5 solid 1px;
    border-radius:0.5rem;
	background:#fff;
	margin-left:637px;
	z-index:999
}
.floating dl dd {
    position: relative;
	cursor:pointer;
	text-align:center;
	border-bottom:#f5f5f5 solid 1px;
	font-size:0.81rem;
	padding:10px 0;
}
.floating dl dd:last-child{border:none}
.floating dl dd .word{
	padding:5px 0 0
}
.floating .img{ transition: all ease-in 0.2s}
.floating .img:hover{ transform: scale(1.15);}
.floating .img img{max-width: 300px;}
.erweima{
	display:none;
	position:absolute;
	right:64px;
	top:0;
}
.erweima img{
	width:100px;
	height:100px;
}

@media (min-width: 768px) {
.m-menu,.menu-btn{
	display:none
}
}

@media (max-width: 1200px) {
body{ background: #fff;}
.header{ margin-bottom: 0.5rem;}
/*头部nav*/
.nav,.slh_wza,.floating{
	display:none
}
.head_top{
	height:auto;
	padding:8px 0;
}
.head_top_inner{
	width:100%
}
.head_top_inner .wel{
	line-height:normal;
	margin:0 0 0 10px;
	font-size:1rem
}
.head_top_inner .user{
	float:right;
	margin:0 10px 0 0;
	font-size:1rem
}
.head_top_inner i, .head_top_inner em{ padding: 0;}
.userList{top:30px;right:0;width:30vw}
.head_top_inner .edtion{
	display:none;
}
.banner{
	display: flex;
	align-items:center;
	height:35vw;
	background: #dbebfe;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dbebfe), to(#f9fcff));
background: -webkit-linear-gradient(#dbebfe, #f9fcff);
background: -moz-linear-gradient(#dbebfe, #f9fcff);
background: -ms-linear-gradient(#dbebfe, #f9fcff);
background: -o-linear-gradient(#dbebfe, #f9fcff);
background: linear-gradient(#dbebfe, #f9fcff);
-pie-background: linear-gradient(#dbebfe, #f9fcff);
box-shadow: 0 8px 8px rgba(28,94,178,0.1);
}
.banner .logo{
	text-align:center;
	padding:20px 0 0;
}
.banner .logo img{
	width:85%
}
.site_renshe .banner .slogan{
	text-align:center;
	padding: 10px 0 10px
}
.site_renshe .banner .slogan img{
	width:50%;
}


.topnews{
	display:none;
	width:94%;
	padding:20px 3%
}
.topnews h2{
	font-size:1.4rem
}
.topnews p{
	font-size:0.9rem;
	padding:10px 0 0
}
	
.ywfw{
	display:none;
	width:94%;
	padding:20px 3%
}
.ywfw h2{
	font-size:1.4rem
}
.ywfw p{
	font-size:1.1rem;
	padding:20px 0 0px;
}
.main_image{
	width:100%;
	height:75vw;
	margin:0 0 10px;
}
.main_image li{
	height:75vw;
}
.main_image li .tit{
	width:96%;
	padding:0 2%;
	text-indent:0;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.list01 li .riqi,.list02 li .riqi{
	display:none;
}
.list01 li a{
	width:100%
}
.swiper .swiper-slide ul li{
	width:100%
}
.swiper02{
	height:auto
}
.swiper02 .swiper-slide ul{
	margin-top:-10px;
}
.swiper02 .swiper-slide ul li{
	width:33%;
	margin:10px 0 0;
}
.list02 li .tit{
	width:100%
}
.xxgk_list{
	padding:0 0 10px 0;
	margin:0;
}
.xxgk_list li{
	width:100%;
	margin-left:0 !important
}
.xxgk_list li a{
	width:80%;
	padding:0 0 0 20%
}
.slide_govinfo_left{ height: auto;}
.style03 .title ol li{
	font-size:1rem !important
}
.box01 .box01_con_gggs .zx_btn{
	top:55px;
	display: flex;
	right:0;
	width:100%
}
.box01 .box01_con_gggs .zx_btn a{flex-grow:1; text-align: center; height: 40px; line-height:40px;}
.table_xj{
	margin:40px 0 0 !important
}
.style02{
	margin:10px 0 0
}
.list03 li .riqi{
	display:none;
}
.list03_sp li a{
	width:95%
}
.list04 li{width:50%; border: none;}
.spec_page .list03_sp li a{width:100%; white-space:initial}

.col_b li,.col_c li,.col_d li{width:100%}

.links{
	display:none;
}
.footer{
	padding:1em 0;
}
.footer_bot{
	width:100%
}

.footer p{
	width:95%;
	margin:0 auto
}
.footer .foot_info i{ margin: 0 0.3rem;}

.footer_bot{padding-bottom: 10px;}
.footer_bot a.dzjg_ico,.footer_bot a.jcjcjcjc{ position: absolute;bottom:20px;left:50%; top:auto}
.footer_bot a.dzjg_ico{ transform:translate(-90px,12px)}
.footer_bot a.jcjcjcjc{right:auto;transform:translate(10px,0)}

/*---手机导航按钮---*/
body.hi{ overflow:hidden;}

.menu-btn{
	position:fixed;
	right:20px;
	bottom:20px;
	width:80px;
	height:80px;
	border:2px solid #114aaa;
	border-radius:45px;
	z-index:4;
	background-color:white;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	text-align:center;
	cursor:pointer;
	color:#114aaa;
	z-index: 1000;
}
.menu-btn:before,
.menu-btn:after{
	content:'';
	transition:transform .2s linear .1s;
}
.menu-btn b,.menu-btn:before,.menu-btn:after{position: absolute; left:18px;top:calc(50% - 2px);display: block;width:44px; height:4px;border-radius: 2px; font-size: 0; background-color:#114aaa ;}
.menu-btn:before{top:22px}
.menu-btn:after{top:54px}

.menu-btn b{
	opacity:1;
	transition:all .1s ease-in-out .1s	
}
.menu-btn.close b{
	opacity:0
}
.menu-btn.close:before{
	transform:rotate(45deg);
	top:calc(50% - 2px);
	transform-origin: center;
}
.menu-btn.close:after{
	top:calc(50% - 2px);
	transform:rotate(-45deg);
	transform-origin: center;
	}
	
.m-menu{
	position:fixed;
	box-sizing: border-box;
	padding-top: 3rem;
	width:100%;
	height:100%;
	overflow-y:auto;
	box-sizing:border-box;
	top:0;
	background-color:white;
	z-index:199;
	transform:translateX(100%);
    transition:transform .2s linear .1s;
    visibility:hidden
}
.m-menu.home dt a{ display: block;}

.m-menu h2{
	display: none;
	font-size:1.3rem;
	margin:5%
}
.m-menu dl{
	padding:0 5%;
}
.m-menu dl>dt{
	position:relative;
	font-size:1.25rem;
	font-weight:bold;
	line-height:4rem;
	border-bottom:1px solid #e9e9e9
}
.m-menu dl dd{ display: none;}
.m-menu dl dd>ul{
	margin:2% 3%;
	font-size:1.12rem;
	line-height:2.4rem;
}

.m-menu dl>dt:after{
	content:'>';
	position:absolute;
	right:0;
	top:0;
	font-family:'simsun';
	color:#e5e5e5;
	font-weight:bold
}
.m-menu.home dl>dt:after{ right: 1rem;z-index:-1}
.m-menu dl>dt.cur:after{
	transform:rotate(90deg)
}
.m-menu dl dd>ul>li>div{
	background-color:#efefef;
	border-radius:8px;
	padding:10px
}
.m-menu dl dd>ul>li>div h5{
	font-weight:normal;
	line-height:2.2rem;
	margin-left:10px
}
.m-menu dl dd li a{ display: block;}
	
.m-menu.open{
	transform:translateX(0);
    transition:transform .2s ease;
    visibility:visible
}
/*---手机导航按钮---*/
.swiper02{ padding-top: 0;}

}
@media (min-width: 768px) and (max-width: 900px) {
.head_top_inner .wel{
	font-size:1rem
}
.head_top_inner .user{
	font-size:1rem
}
.style03 .title ol li{
	font-size:1.2rem !important
}
}



/*-------------------------------------style extend---------------------------------------*/
/*.searchbox{width:310px}
.searchbox .ipt01{width:240px}*/
.nav_inner .nav_ul{width:auto}
.nav_inner .quick_nav{float: right; margin-left: 0;}
.topnews p:empty{display: none}
.ywfw p:empty{display: none}
.mobile_btn_older{display:none}

.list01 li,.list02 li,.list03_sp li{ overflow: hidden;zoom:1}
.list01 li a,.list02 li .tit,.list03_sp li a{float:left}
.list02 li .tit em,.list02 li .tit em a{margin-right:0.1em;color:#666;}

/*Sub-site style custom*/
.xxgk_btn{
  width:390px;
  line-height:66px;
  font-size:22px;
  background-color:#f2f4f7;
  margin-top:20px
}
.xxgk_btn:first-child{
	margin:0
}
.xxgk_btn a{
  display:block;
  height:66px;
  padding:18px 0;
  color:#114aaa;
  transition:All 0.2s ease-in-out
}
.xxgk_btn a:hover{
	background-color:#114aaa;
	color:white
}
.xxgk_btn a:hover .img{
	background-color:#d90b37;
}
.xxgk_btn a .img{
  float:left;
  margin:0 15px 0 30px;
  width:66px;
  height:66px;
  background:#114aaa;
  border-radius:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:50%;
  transition:All 0.2s ease-in-out
}
.xxgk_btn a .img01{
  background-image:url(../images/ico02.png);
}
.xxgk_btn a .img02{
  background-image:url(../images/ico16.png);
}
.xxgk_btn a .img03{
  background-image:url(../images/ico17.png);
}
.xxgk_btn a .img04{
  background-image:url(../images/ico18.png);
}

/*link*/
.link_sjcc{width: 100%; height: 58px; text-align: center; font-size: 1.4rem; background: #4669b5; position: relative;top:19px;line-height: 58px;}
.link_sjcc:hover{background: #fc6262;}
.link_sjcc a{color:#fff;}

@media (max-width: 1200px) {
	html,body{font-size: 18px;}
	.m-menu, .menu-btn {
	  display: none;
	}
	.head_top{height: auto;}
	.banner{clear: both;}
	.container{ box-sizing: border-box; width:96%;}
	.header{ margin-bottom: 0.5rem;}
	.head_top_inner{
		width:100%
	}
	.banner{
		display: flex;
		align-items:center;
		height:30vw;
	background:#ddedfd url(../images/banner_fit.jpg) no-repeat bottom center;
	}
	.banner .logo{
		text-align:center;
		padding:0;
	}
	.banner .logo img{
		width:60%
	}
	.site_renshe .banner .slogan{
		display: none;
		}
	.search_wza{display: flex;flex-direction: column;align-items: center;padding:0}
	.search_wza .searchbox,.search_wza .slh_wza{float: none;}
	.search_wza .searchbox{margin:2vw 0}
	.searchbox .btn01{height: auto;}
	.nav{background: #164ca5;height:auto}
	.nav_inner{width:100%;padding:0}
	.nav_inner .nav_ul{width:100%; display: flex;padding:0;  justify-content: space-between;flex-wrap: wrap;}
	.nav_inner .nav_ul li{box-sizing: border-box;padding:0.425rem 0;text-align: center;flex-grow: 1;}
	.nav_inner .quick_nav{ display: none;}
	.nav, .slh_wza{display: block;}
	
	.main_image{
		width:100%;
		height:60vw;
		margin:0 0 10px;
	}
	.main_image li{
		height:60vw;
	}
	

.swiper02{ padding-top: 0;}
.list_more{ margin-top:0.6rem; text-align: center;}
.list_more a{ display: inline-block; box-sizing: border-box; width:100%; padding: 0.3rem; background: #e9e9e9; border-radius: 0.6rem; color: #666;font-size: 1.125rem; line-height: 1.8;}
.list_more a:hover{ background: #3069c6;color: #fff;}
.xxgk_list{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.xxgk_list li{width:32%;}
.list04 li{width:33.1%; border: none;}
.xxgk_btn{width:100%;}
.xxgk_btn a{padding:10px 0}
.xxgk_btn:first-child{margin-top:20px}
}
@media (max-width: 1200px) {
	.topnews{display: block;}
	.ywfw{display: block;}
}

@media (max-width: 900px) {
	
	.banner{height:35vw}
	.xxgk_list li{width:31%;margin-left: 1.5%}
	.xxgk_list li a,.xxgk_list li a:hover{ background-position: -100px 0;}
	.list01 li{line-height: 1.5; background-position: left 18px;}
	.list01 li a{ white-space: normal;}
	.col_b li, .col_c li, .col_d li{width:50%}
	.search_wza .searchbox{display: flex; justify-content: space-around;align-items: center;}
	.search_wza .searchbox .btn01{height: auto;}
	.nav_inner .nav_ul li{width:33.3%}
    .list04 li{width:33.1%; border: none;}
}

@media (max-width:640px) {
	.head_top_inner .wel{ display: none;}
	html,body{font-size: 16px;}
	.head_top_inner .wel{display: none;}
	.head_top_inner .edtion{margin:0}
	.head_top_inner .edtion li{padding:0 8px}
	.head_top_inner .edtion li.ipv6{display: none;}
	.head_top_inner{ display: flex; justify-content: space-between; align-items: center;}
	.head_top_inner .older_mode{margin-right: 1rem;}
	.head_top_inner .older_mode span{ display: block;padding: 0.2rem 0.5rem; background: #164ca5;color:#fff; border-radius: 0.5rem;}
	.banner .logo img{width:90%}
	.banner{
		height:30vw;
		background: #dbebfe;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dbebfe), to(#f9fcff));
		background: -webkit-linear-gradient(#dbebfe, #f9fcff);
		background: -moz-linear-gradient(#dbebfe, #f9fcff);
		background: -ms-linear-gradient(#dbebfe, #f9fcff);
		background: -o-linear-gradient(#dbebfe, #f9fcff);
		background: linear-gradient(#dbebfe, #f9fcff);
		-pie-background: linear-gradient(#dbebfe, #f9fcff);
		box-shadow: 0 8px 8px rgba(28,94,178,0.1);
	}
	.search_wza .searchbox{width:70vw; height: auto; margin-top: 1rem; box-sizing: border-box;  display: flex; justify-content: space-around; align-items: center;}
	.search_wza .searchbox li:first-child{ flex-grow: 1;}
	.search_wza .searchbox li:first-child input{width:100%}
	.search_wza .searchbox li:last-child{ flex-grow: 0;}
	.search_wza .searchbox .btn01{height: auto;}
	.slh_wza{ display: none;}
    
    .head_top_inner .user{margin-left:10px}
    /*移动端导航顶部释放*/
	.m-menu,
	.menu-btn{
		/*display:block*/
	}
    .nav{margin-top:0;box-shadow: 0 8px 8px rgba(28,94,178,0.1);}
    .nav_inner .nav_ul{padding:0.5rem 0;flex-wrap: wrap;}
    .nav_inner .nav_ul li{position: relative;padding:0;font-size:1rem;line-height:1;}
	.nav_inner .nav_ul li:after{content:'';display:block;width:1px;height:1rem;position:absolute;right:0;top:50%;background: rgba(255,255,255,0.3);z-index: 10;translate: 0 -50%;}
    .nav_inner .nav_ul:after,.nav_inner .nav_ul li:nth-child(3):after,.nav_inner .nav_ul li:last-child:after{display:none}
    .nav_inner .nav_ul li.cur {background: transparent;}
    .nav_inner .nav_ul li a{display: block;line-height:2}
    #no{display: none;}
    
	.swiper02 .swiper-slide ul li{width:calc(50% - 1px)}
	.xxgk_list li{width:100%}
	.xxgk_list li a{ background-position:5px 0;;}
	.xxgk_list li a:hover{ background-position: 5px -58px;}
	
	.info_area_box>div{padding:0.5rem 1rem;height: auto !important;text-indent: 0 !important;line-height: 1.5 !important;width: auto !important;font-size: 14px !important;}
	.info_title { margin-top:1rem;line-height: 1.5 !important; font-size: 1.5rem;}
	.info_content_mid{margin:15px 0}
	body{background-repeat: no-repeat;background-size: auto 30%;}
	.xxgk{ margin-top: 30px;}
	.form_bg{height:auto;margin:20px 0}
	.billboard{display: none;}
	.col_b li, .col_c li, .col_d li{width:100%}
    .head_top_inner i a{ background: none;}
    .mobile_btn_older{display:block}
}

@media (min-width:640px) {
	.head_top_inner .older_mode{display: none;}
}

/*首页公司特点三*/
.index_new{/*margin: 90px auto 100px;*/}
.index_new .tit{position: relative;}
.index_new .tit h2{font-size: 36px;color: #222;font-weight: bold;z-index: 1;position: inherit;letter-spacing: 3px;}
.index_new .tit b{font-size: 96px;color: #f6f6f6;font-family: Arial;position: absolute;top: 0;line-height: 40px;}
.index_new dl{padding: 30px 30px 0px;background: #f5f5f5;width:27%;float: left;margin:0 1%;margin-top: 45px;}

.index_new dl.none{margin-right: 0;}
.sma_new{height: 20px;border-left: 4px solid #d90b37;font-size: 20px;color: #222;line-height: 18px;font-weight: bold;padding-left: 14px;margin-bottom: 20px;}
.sma_new a{line-height: 20px;font-size: 14px;color: #777;font-weight: normal;}
.index_new dt .imgfd img{max-height: 230px;}


.index_new dt .imgfd {display: block; overflow: hidden;}
.index_new dt .imgfd img {transition: all 0.3s ease;  /* 添加过渡效果 */}
.index_new dt .imgfd:hover img {transform: scale(1.1);/* 扩大图片 */}


.index_new dd{padding: 20px 0;}
.index_new dd a{font-size: 16px;color: #000;margin-bottom: 20px;height: 22px;line-height: 30px;overflow: hidden;}

@media (max-width: 800px){
	.index_new{margin: 50px auto;}
	.index_new dl{width: 48%;margin-right: 0;}
	.index_new dl:nth-child(3){display: none;}
	.index_new dl.none{float: right;}
	.index_new .tit h2{font-size: 24px;}
	.index_new .tit b{font-size: 66px;line-height: 30px;}
}
@media (max-width: 500px){
	.index_new{margin: 40px auto;}
	.index_new dl{width: 98%;padding: 0px;margin-top: 20px;}
	.index_new dl:nth-child(3){display: block;margin-top: 30px;}
	.index_new .tit h2{font-size: 20px;letter-spacing: 1px;}
	.index_new .tit b{font-size: 50px;line-height: 25px;}
	.index_new dd a{margin-bottom: 10px;}
	.index_new dd p{padding: 0px 10px;}
	.index_new dd{padding: 24px 0;}
	.sma_new{font-size: 18px;padding-top: 10px;}
	.sma_new a{padding: 5px 10px;}
}
/*首页设备展示*/
#equipment_show{
	min-height:0px;
	padding-top:4rem;
	padding-bottom:4rem;
	display-radio:1;
	max-height:none;
	background_radio:2;
	background-fill-value:background-image;
	background-color:rgba(220,220,220, 0.5);
}
	#equipment_show .e_container-1{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:0px;padding-right:0px;min-height:0px;display-radio:flex;background_radio:1}

	#equipment_show .e_container-1 > .p_item{flex:1;max-width:100%;max-height:100%}
	#equipment_show .e_loop-6 .p_list{display:flex;flex-wrap:wrap;position:relative;max-width:100%}

	#equipment_show .e_loop-6 .p_loopitem{flex:0 0 33.3%;position:relative}

	#equipment_show .e_loop-6 .p_page{text-align:center}
	#equipment_show .e_loop-6 .p_filter_wrapper{width:100%;font-size:13px}
	#equipment_show .e_loop-6 .p_kv_wrapper{display:flex;flex-wrap:nowrap;line-height:40px;margin:15px 0}
	#equipment_show .e_loop-6 .p_filter_key{width:70px;overflow:hidden;margin-right:10px;font-weight:bold;color:#333333;font-size:12px}
	#equipment_show .e_loop-6 .p_v_item{display:inline-block;padding:0 3px;cursor:pointer;font-size:13px;color:#555555;margin-right:30px}
	#equipment_show .e_loop-6 .p_active .p_fbutton{color:#fff;background-color:cornflowerblue}
	#equipment_show .e_loop-6 .p_result_item{position:relative;padding:3px 20px 3px 10px;border:1px solid #ddd;border-radius:3px;margin-right:10px}
	#equipment_show .e_loop-6 .p_filter_close{position:absolute;right:0;top:0;padding:3px;font-style:normal;font-size:16px;margin-top:-5px;cursor:pointer}
	#equipment_show .e_loop-6 .multSelect{font-size:13px;position:relative}
	#equipment_show .e_loop-6 .multSelect .inputWrap{width:100%;min-width:100px;min-height:24px;border:1px solid #DCDFE6;border-radius:3px;position:relative;cursor:pointer;background:white}
	#equipment_show .e_loop-6 .multSelect.is-invalid .inputWrap{border-color:#dc3545}
	#equipment_show .e_loop-6 .multSelect ul{padding:0 5px;margin:0;padding-right:35px}
	#equipment_show .e_loop-6 .multSelect ul,li{list-style:none}
	#equipment_show .e_loop-6 .multSelect li{display:inline-block;background:#edf0f3;color:#92969c;padding:0px 5px;margin:1px 5px 1px 0;border-radius:5px;line-height:16px}
	#equipment_show .e_loop-6 .multSelect .multSelect-option{width:100%;border:1px solid #DCDFE6;border-radius:2px;border-top:0;max-height:200px;overflow-y:scroll;position:absolute;height:0;opacity:0;z-index:9;background:#fff}
	#equipment_show .e_loop-6 .multSelect .multSelect-option>div{line-height:24px;cursor:pointer;padding:0 10px}
	#equipment_show .e_loop-6 .multSelect .multSelect-option>div.selected{color:#409eff}
	#equipment_show .e_loop-6 .multSelect .multSelect-option>div:hover{color:#409eff;background:#f3f6f9}
	#equipment_show .e_loop-6 .multSelect .fa-close{font-style:normal;font-size:12px;padding:0 5px 0 7px}
	#equipment_show .e_loop-6 .multSelect .inputWrap>.fa svg{fill:#666;width:12px;height:12px;position:absolute;right:0;top:calc(50% - 3px)}
	#equipment_show .e_loop-6 .multSelect .inputWrap>.fa-down svg{transform:rotate(-90deg)}
	#equipment_show .e_loop-6 .multSelect .inputWrap>.fa-up svg{transform:rotate(90deg)}
	#equipment_show .e_loop-6 .multSelect .placeholder{line-height:40px;padding-left:10px;color:#aaa;position:absolute;left:0;top:0}
	#equipment_show .e_loop-6 .p_normal_start{display:inline;width:60px;height:22px}
	#equipment_show .e_loop-6 .p_date_start{display:inline;width:105px;height:22px}
	#equipment_show .e_loop-6 .p_normal_end{display:inline;width:60px;height:22px;margin-right:5px}
	#equipment_show .e_loop-6 .p_date_end{display:inline;width:105px;height:22px;margin-right:5px}
	#equipment_show .e_loop-6 .p_split{margin:0 5px}
	#equipment_show .e_loop-6 .p_normal{margin-right:16px}
	#equipment_show .e_loop-6 .p_fbutton{background-color:#007bff;border:1px solid #409EFF;text-decoration:none;color:white;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}
	#equipment_show .e_loop-6 .input-check,#equipment_show .e_loop-6 .input-radio{margin:0 5px;vertical-align:text-top}
	#equipment_show .e_loop-6 .position-left{display:flex}
	#equipment_show .e_loop-6 .position-right{display:flex;flex-direction:row-reverse}
	#equipment_show .e_loop-6 .position-bottom{display:flex;flex-direction:column-reverse}
	#equipment_show .e_loop-6 .p_mbutton{border:1px solid #409EFF;text-decoration:none;color:#409EFF;font-size:14px;text-align:center;padding:10px 25px;position:relative;overflow:hidden}
	#equipment_show .e_loop-6 .p_mbutton:after{content:"";display:none;width:16px;height:16px;background-color:#409eff;-webkit-transform:skewY(
-45deg);transform:skewY(360deg);position:absolute;bottom:0px;right:0;z-index:1}
     #equipment_show .e_loop-6 .p_mbutton::before{content:"";display:none;width:6px;height:9px;border-right:#ffffff solid 2px;border-bottom:#ffffff solid 2px;-webkit-transform:rotate(35deg);transform:rotate(35deg);position:absolute;bottom:5px;right:4px;z-index:2}

     #equipment_show .e_loop-6 .p_active .p_mbutton::before{display:block}
     #equipment_show .e_loop-6 .p_active .p_mbutton::after{display:block}
     #equipment_show .e_loop-6{margin-top:0px;display-radio:1}
     #equipment_show .e_container-7{display: flex;flex-wrap: wrap;flex-direction: row;width: auto;margin-left: 10px; margin-right: 10px; margin-bottom: 25px; cursor: pointer;transition: all .5s; display-radio: flex; margin-top: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;background-color: rgba(255,255,255,0);transition: all .5s;background_radio: 2;}
     #equipment_show .e_container-7:hover{background-color:#114aaa}
     #equipment_show .e_container-7 > .p_item{flex:1;max-width:100%;max-height:100%}
     #equipment_show .e_container-9{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;background_radio:2;display-radio:flex;padding-top:15px;padding-bottom:10px;padding-right:0px;padding-left:0px;background-color:rgba(245,245,245,0);transition:all ease .5s;cursor:auto;}

     #equipment_show .e_container-7 > .p_item:hover .e_container-9{background-color:#0187d3}
     #equipment_show .e_container-7 > .p_item:hover .e_container-9 p{color:#fff}
     #equipment_show .e_container-9 > .p_item{flex:1;max-width:100%;max-height:100%}
     #equipment_show .e_text-10{line-height:1.4;font_radio:2;font-size:16px;text-align:center;color:rgba(0,0,0,1);margin-bottom:0px;transition:all ease .5s;display-radio:1}
     #equipment_show .e_container-7 a{pointer-events:none}
     #equipment_show #bigimghnre{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;max-height:1000px;z-index:11;opacity:0;visibility:hidden;transition:all ease .3s}
     #equipment_show #bigimghnre img{height:100%;margin:0 auto;display:block}
     #equipment_show #bigimghnre .black{background:rgb(0 0 0 / .6);width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;cursor:pointer;transition:all ease .5s}
     #equipment_show #bigimghnre .black:hover{background:rgb(0 0 0 / .8)}
     #equipment_show #bigimghnre.in{opacity:1;visibility:visible;transition:all ease .5s}
     #equipment_show .zhezi{position:absolute;margin-top:0;left:50%;top:50%;transform:translate(-50%,-50%);overflow-y:auto;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-height:80vh;height:100%}
     #equipment_show .zhezi .xx{position:fixed;width:32px;right:0;top:0;z-index:2;background:rgb(0 0 0 / 50%)}
     #equipment_show .zhezi .xx img{width:32px !important;cursor:pointer}
     #equipment_show .zhezi::-webkit-scrollbar{width:0px}
     #equipment_show .kzbianju .swiper-container{padding:0 10px}
     #equipment_show .kzbianju{margin:0 -10px;width:auto !important}
     #equipment_show .e_image-8{position:relative;width:100%;height:0px;padding-bottom:70%;overflow:hidden;display-radio:1}
     #equipment_show .e_image-8 img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(1.0);height:100%;transition:all .5s}
     #equipment_show .e_container-7:hover .e_image-8 img{transform:translate(-50%, -50%) scale(1.1)}
     #equipment_show .e_container-12{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;background_radio:1;display-radio:flex;padding-bottom:30px}
     #equipment_show .e_container-12 > .p_item{flex:1;max-width:100%;max-height:100%}
     #equipment_show .e_richText-13 blockquote{font-style:italic;font-family:Georgia,Times,"Times New Roman",serif;padding:2px 0;border-style:solid;border-color:#ccc;border-width:0;padding-left:20px;padding-right:8px;border-left-width:5px}
     #equipment_show .e_richText-13 ol{display:block;list-style-type:decimal;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
     #equipment_show .e_richText-13 li{display:list-item;text-align:-webkit-match-parent;list-style:inherit}
     #equipment_show .e_richText-13 ul{display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
     #equipment_show .e_richText-13{font_radio:2;display-radio:1;font-size:36px;color:#114aaa;line-height:1.5;text-align:center;font-weight:bold}
     #equipment_show .e_container-14{display:flex;flex-wrap:wrap;flex-direction:row;width:100%;background_radio:2;display-radio:flex;padding-top:5px;padding-bottom:5px;padding-right:5px;padding-left:5px;background-color:rgba(255,255,255,1);box-sizing:border-box;}
     #equipment_show .e_container-14 > .p_item{flex:1;max-width:100%;max-height:100%;}
     #equipment_show .e_button-15{display:block;position:relative;overflow:hidden;text-align:center;box-sizing:border-box;width:180px;padding:10px 8px;background_radio:2;border_radio:2;font_radio:2;radius_radio:2;display-radio:block;background-color:#114aaa;color:rgba(255, 255, 255, 1);font-size:14px;border-style:none;border-color:#114aaa;border-width:1px;border-radius:20px;margin-top:10px;margin-left:auto;margin-right:auto}
     #equipment_show .e_button-15 span{display:block;width:100%;position:relative;z-index:1;outline:0;margin:0px;overflow:hidden}
     #equipment_show .e_button-15::after{content:"";position:absolute;width:0;height:100%;transition:all .3s;z-index:0;opacity:0;top:0;left:0px}
     #equipment_show .e_button-15:hover::after{opacity:1}
     #equipment_show .e_button-15:hover{background-color:#d90b37;font-size:14px;border-style:none;border-color:#d90b37}
     #equipment_show .e_button-15:before{border-radius:50%}

@media screen and (max-width:768px){
	#equipment_show .e_loop-6 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 2)}
	#equipment_show .zhezi{max-height:100vh;height:auto;width:90%}
	#equipment_show #bigimghnre img{height:auto;width:100%}
	#equipment_show .e_container-1{display-radio:1;width:94%}
	#equipment_show .e_container-7{display-radio:1;margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:15px}
	#equipment_show .e_text-10{font_radio:2;display-radio:1;color:rgba(51,51,51,1);font-size:15px}
	#equipment_show .e_container-9{display-radio:1;padding-left:0px;padding-right:0px;padding-top:15px;padding-bottom:5px;background_radio:1}
	#equipment_show .p_loopitem > .e_container-7{margin-right:7px}
	#equipment_show .p_loopitem:nth-child(2n+0) > .e_container-7{margin-left:7px;margin-right:0px}
	#equipment_show{display-radio:1;padding-top:2rem;padding-bottom:2rem}
	#equipment_show .e_loop-6{display-radio:1}
	#equipment_show .e_richText-13{font_radio:1;display-radio:1;font-size:26px}
	#equipment_show .e_container-12{background_radio:1;display-radio:1;padding-bottom:20px}
}

@media screen and (min-width: 769px){
	#equipment_show .e_loop-6 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 4)}
}
	@media screen and (max-width: 1024px) and (min-width: 769px){
		#equipment_show .e_loop-6 .p_loopitem{flex-grow:0;flex-shrink:0;flex-basis:calc(100% / 3)}
		#equipment_show .e_container-9{display-radio:1}
		#equipment_show .e_loop-6{display-radio:1}
		#equipment_show .e_container-7{display-radio:1;padding-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;margin-left:7px;margin-top:7px;margin-right:7px;margin-bottom:7px}
	}


/*公司简介*/
.intro{
    width: 100%;
    }

.intro p{
text-align: left;
    text-indent: 35px;
    line-height: 35px;
    margin: 20px 0px;
    }

 .styled-hr {
  border: none; /* 移除默认的hr边框 */
  border-top: 1px dashed #cdcdcd; /* 虚线及颜色 */
  margin: 0px 0px 20px; /* 上下外边距 */
  width: 100%;
}

@media screen and (max-width:768px){
	.intro p{
text-align: left;
    text-indent: 25px;
    line-height: 25px;
    margin: 10px 0px;
    }
}

    /*企业荣誉*/
.list-zhengshu{ overflow:hidden;}
.list-zhengshu ul{ margin-left:0px;margin-top:10px;}
.list-zhengshu ul li{ width:33.33%;float:left;margin-top:30px;}
.list-zhengshu ul li .box{ margin:0px 15px;padding:15px;border:solid 1px #ddd;background:#fff;cursor: pointer;}
.list-zhengshu ul li .honor-pic-thumb{ background:#f7f7f7;position:relative;height:400px;overflow:hidden;}
.list-zhengshu ul li .honor-pic-thumb img{ Position:absolute;left:50%;top:50%;max-width:99%;max-height:99%;width:auto;height:auto;transform:translate(-50%,-50%);border: 1px solid #bfbfbf;margin: 1px 1px;}


.list-zhengshu ul li .honor-pic-thumb-200{ background:#f7f7f7;position:relative;height:199px;overflow:hidden;}
.list-zhengshu ul li .honor-pic-thumb-200 img{ Position:absolute;left:50%;top:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);border: 0px solid #bfbfbf;margin: 0px 0px;}

.list-zhengshu ul li .honor-pic-thumb-200p{ background:#f7f7f7;position:relative;height:199px;}
.list-zhengshu ul li .honor-pic-thumb-200p img{ Position:absolute;left:50%;top:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);border: 0px solid #bfbfbf;margin: 0px 0px;}


.list-zhengshu ul li .tips{ cursor: pointer;opacity:0;position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6);-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s; }
.list-zhengshu ul li .tips .iconfont{ font-size:28px;color:#fff;width:28px;height:28px;position: absolute; left: 50%; margin-left: -12px; top: 50%; margin-top: -32px;}
.list-zhengshu ul li .tips p{ position: absolute;top:50%; margin-top: 10px; color: white; margin: 0 auto;margin-left: 27%;}
.list-zhengshu ul li:hover .tips{ opacity:1;}
.list-zhengshu ul li h4{ color:#666;text-align:center;line-height:24px;margin-top:20px;font-weight:500;font-size:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.list-zhengshu p{line-height: 30px;text-align: justify;margin-bottom: 10px;color: #555;text-indent: 2em;font-size: 1.1em;}

.honor-big-bg{ display: none; position: fixed; z-index:102;left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); cursor: pointer;}
.honor-big-pic{ display: none; position: fixed;z-index:103;left:0;top:0;width:100%;height:100%;}
.honor-big-pic img{ Position:absolute;left:50%;top:50%;max-width:80%;max-height:80%;width:auto;height:auto;transform:translate(-50%,-50%);}

@media(max-width: 640px){
.list-zhengshu ul li {
    width: 50%;
    float: left;
    margin-top: .44rem;
}
.list-zhengshu ul li .box {
    margin-left: .22rem;
}
.list-zhengshu ul li .honor-pic-thumb {
    margin-bottom: .22rem;
    position: relative;
    height: 4rem;
    overflow: hidden;
    background: #f5f5f5;
}
.list-zhengshu ul li h4 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.16rem;
    height: 1.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #999;
}
.list-zhengshu p{line-height: 20px;text-align: justify;margin-bottom:10px;color: #555;font-size: .9em;}
.list-zhengshu ul li .tips p{position: absolute;
    top: 50%;
    margin-top: 10px;
    color: white;
    margin: 0 auto;
    text-align:center;
    width: 80%;
}
.list-zhengshu ul li .honor-pic-thumb-200 { height: 109px;}
.list-zhengshu ul li h4{margin-top: 10px;}

}

/*业务范围*/

.news-item {
    margin: -36px 0 0 -36px;
    margin: clamp(-36px,-1.875vw,-15px) 0 0 clamp(-36px,-1.875vw,-15px);
}
.l-flex, .l-grid-2, .l-grid-3, .l-grid-4, .l-grid-5, .l-grid-6, .l-grid-7, .l-grid-8 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.news-item>* {
    padding-left: 36px;
    margin-top: 36px;
    padding-left: clamp(10px,1.75vw,33px);
    margin-top: clamp(15px,1.875vw,36px);
}
.l-grid-3>* {
    width: 30.333333333333336%;
}
ul, dl, li, dt, dd {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ul {
    display: block;
    list-style-type: disc;
 
}

.lh-news.case>* .img {
    height: 190px;
    height: clamp(220px,15.625vw,190px);
}
.news-item>* .img {
    height: 198px;
    height: clamp(140px,11.5625vw,128px);
}
.l-overflow {
    overflow: hidden;
}

.img>.l-imgs {
    transition: var(--transition);
}
.l-imgs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.news-item>*>*:hover .l-imgs {
    transform: scale(1.1);
}
.news-item>* .text {
    padding: 20px 30px;
}
.lines1 {
    -webkit-line-clamp: 1;
}
.lines {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.l-font22 {
    font-size: 22px;
    text-align: center;
    font-size: clamp(16px,1.1458333333333333vw,22px);
}
@media (max-width: 640px){
.l-grid-3>* {width: 100%;}
}

/*首页试验设备标题*/
.put .put1 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.put .put2 {
    color: #114aaa;
    font-size: 42px;
    font-weight: 600;
}
.put .put3 {
    width: 85px;
    height: 5px;
    background: #009b4c;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 6px;
}
/*合作伙伴*/

.hezuo-bg {
    background: #f6f7fb;
    padding-top: 3.645vw;
    padding-bottom: 2.864vw;
    margin-top: 0.167vw;
}

.hezuo-index .put {
    text-align: center;
}
.hezuo-index .put .put1{
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}

.hezuo-index .put .put2{
  color: #114aaa;
}

.hlist {
    margin: 0 -0.32%;
    margin-top: 1.8vw;
}
.hlist li {
    float: left;
    width: 19.36%;
    margin: 0 0.32%;
    margin-bottom: 0.64%;
    list-style: none;
}
.iml, .imgbig {
    overflow: hidden;
}
.hlist li .img1 img {
    width: 100%;
}
.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

@media(max-width: 995px){
  .hezuo-bg{
    margin-top: 20px;
    padding: 40px 0;
  }
  .hlist{
    margin-top: 20px;
  }
  .hlist li{
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
  }
  .hlist li:nth-child(2n){
    float: right;
  }
}

/* 首页视频播放 */
.liu-bg{
  background: url(../images/videobg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 2.6875vw 0;
}


.liu-index{
  width: 82.85%;
  margin: 0 auto;
}
.liu-index .put{text-align: center;margin-bottom: 20px;}
.liu-index .put .put1{
  color: #fff;
}

.liu-index .put .put2{
  color: #276ce0;
}

@media(max-width: 995px){
  .liu-bg{
    padding: 40px 0;
  }
  .liu-index{
    width: 100%;
  }
}

.liu-index .liu1{
  text-align: center;
}

.liu-index .liu1 img{
  max-width: 100%;
}

.liu-index .liu2{
  color: #ffffff;
  font-size: 37px;
  text-align: center;
  margin: 1.5625vw 0;
}

.liu-index .liu3 p{
  color: #fff;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

@media(max-width: 1366px){
  .liu-index .liu2{
    font-size: 26px;
  }
  .liu-index .liu3 p{
    font-size: 15px;
  }
}

@media(max-width: 1100px){
  .liu-index .liu2{
    font-size: 18px;
    margin: 10px 0;
  }
  .liu-index .liu3 p{
    font-size: 13px;
  }
}

.index__video .inner .play {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1681px) {
    .index__video .inner .play {
        margin-top:30px
    }
}

.index__video .inner .play .icon {
    width: 58px;
    height: 58px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.index__video .inner .play .icon img{
  max-width: 100%;
}

@media (max-width: 1681px) {
    .index__video .inner .play .icon {
        width:40px;
        height: 40px
    }
}

.index__video .inner .play .icon:before,.index__video .inner .play .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.index__video .inner .play .icon:before {
    opacity: 0.2;
    -webkit-animation: play01 1.5s infinite;
    animation: play01 1.5s infinite
}

.index__video .inner .play .icon:after {
    opacity: 0.3;
    -webkit-animation: play02 1.5s infinite;
    animation: play02 1.5s infinite;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s
}

.index__video .inner .play .icon svg {
    vertical-align: top;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1
}

.index__video .inner .play span {
    margin-left: 30px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

@media(max-width: 1366px){
  .index__video .inner .play span{
    font-size: 15px;
  }
}

.index__video .inner .play:hover .icon:before,.index__video .inner .play:hover .icon:after {
    opacity: 0
}

.index__video .inner .play:hover span {
    margin-left: 10px
}

@-webkit-keyframes play01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes play01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes play02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes play02 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
