@font-face{
	font-family: "BEBAS";
	src: url('../font/BEBAS.ttf'),url('../font/BEBAS.eot');
	font-weight: normal; 
	font-style: normal;
}

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "Arial","PingFangSC-Regular","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: 400;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; font-size: 0.5em;} /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none; border: none; background: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
	/* -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated; */
}

html{
	font-size: 100px;
}
body{
	color: #333;
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
body::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
body::-webkit-scrollbar-thumb{
	background: #0c8cb9;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.w1600{
	width: 83%;
	max-width: 16.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.w1300{
	width: 13.0rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd{
	padding: 0.9rem 0;
}
.pd2{
	padding: 0.6rem 0 0.9rem;
}
.is{
	display: block;
	height: 1px;
}
.md-i{
	display: block;
	height: 1px;
	transform: translateY(-0.9rem);
}
.tdt-infowindow-close-button{
	display: none !important;
}

.swiper-pagination{
	width: 100%;
	padding: 7px 0;
	height: 8px;
	bottom: 0.2rem !important;
}
.swiper-pagination span{
	vertical-align: top;
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 1;
	margin: 0 0.12rem !important;
	background-color: #0c8cb9;
}
.swiper-pagination span:last-of-type{
	margin: 0;
}
.swiper-pagination span::after{
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	width: 16px;
	height: 16px;
	border: 1px solid #0c8cb9;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.4);
	transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #0c8cb9;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
	transform: scale(1);
}
.swiper-button{
	background: none;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	border: 2px solid #eee;
	background-color: transparent;
	color: #333;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.2rem;
	font-weight: bold;
	margin-top: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-prev::after{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-next::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-group{
	display: flex;
}
.swiper-button-group .swiper-button{
	position: static;
	margin: 0 0 0 0.1rem;
	transform: translateY(0);
}

.title-h5{
	font-size: 0.42rem;
	line-height: 1.3;
}

.crumbs-h6{	
	display: flex;
	align-items: center;
	color: #333;
	font-size: 0.16rem;
}
.crumbs-h6 a{
	color: #333;
	transition: all 0.5s;
}
.crumbs-h6 a:last-of-type{
	font-weight: bold;
}
.crumbs-h6 i{
	padding: 0 0.1rem;
}
.crumbs-h6 i::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.header-box{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 1.0rem;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.header-box .nav-div{
	position: relative;
	z-index: 9;
	height: 100%;
	transition: all 0.5s;
}
.header-box .view{
	display: flex;
	align-items: center;
	height: 100%;
}
.header-box .lg-a{
	flex-shrink: 0;
	position: relative;
	width: 0.96rem;
	height: 100%;
}
.header-box .lg-a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.header-box .lg-a img:nth-of-type(1){
	opacity: 1;
}
.header-box .lg-a img:nth-of-type(2){
	opacity: 0;
}
.header-box .cd-ul{
	flex: 1;
	min-width: 0;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}
.header-box .cd-ul li{
	
}
.header-box .cd-ul li .a{
	display: block;
	height: 1.0rem;
	line-height: 1.0rem;
	padding: 0 0.28rem;
	font-size: 0.17rem;
	color: #fff;
	transition: all 0.5s;
}
.header-box .cd-ul .pitchon .a{
	/* color: #0c8cb9; */
}

.header-box .cd-ul li .div{
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
}
.header-box .cd-ul li .div:before{
	content: "";
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
.header-box .cd-ul li .div .dl{
	position: absolute;
	z-index: 6;
	top: 160%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ebebeb;
	transition: all 0.5s;
}
.header-box .cd-ul li .div dt{
	
}
.header-box .cd-ul li .div dt img{
	display: block;
	width: 42.7%;
	margin-left: 57.3%;
}
.header-box .cd-ul li .div dd{
	position: absolute;
	top: 0.6rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: flex-start;
}
.header-box .cd-ul li .div h5{
	flex-shrink: 0;
	width: 25%;
}
.header-box .cd-ul li .div h5 strong{
	display: block;
	font-weight: normal;
	font-size: 0.38rem;
}
.header-box .cd-ul li .div h5 span{
	display: block;
	font-size: 0.32rem;
	color: #333;
	opacity: 0.2;
	margin-top: 0.1rem;
}
.header-box .cd-ul li .div h6{
	flex-shrink: 0;
	width: 3.9rem;
	margin-top: -0.1rem;
}
.header-box .cd-ul li .div h6 a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.2rem 0;
	font-size: 0.17rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0.08rem;
	transition: all 0.5s;
}
.header-box .cd-ul li .div h6 a::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .cd-ul .show-li .div{
	pointer-events: auto;
	opacity: 1;
}
.header-box .cd-ul .show-li .div .dl{
	top: 100%;
}



.header-box .gn-dl{
	display: flex;
	align-items: center;
	color: #fff;
}
.header-box .gn-dl dd{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	margin-right: 0.16rem;
	cursor: pointer;
	transition: all 0.5s;
}
.header-box .gn-dl dd:last-of-type{
	margin-right: 0;
}
.header-box .gn-dl dd:before{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.24rem;
	margin-right: 4px;
}
.header-box .gn-dl dd:nth-of-type(1):before{
	content: "\e846";
}
.header-box .gn-dl dd:nth-of-type(2):before{
	content: "\e858";
}

.header-box .menu-dl{
	display: none;
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	top: 0.1rem;
	right: 0.1rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #0c8cb9;
	z-index: 12;
	border-radius: 4px;
	transition: all 0.5s ease;
}
.header-box .menu-dl dt{
    width: 24px;
}
.header-box .menu-dl dt i{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: all 0.5s ease;
}
.header-box .menu-active{
	
}
.header-box .menu-active dt i:nth-of-type(1){
    transform: rotate(45deg) translate(5.5px, 6px);
}
.header-box .menu-active dt i:nth-of-type(2){
    opacity: 0;
}
.header-box .menu-active dt i:nth-of-type(3){
    transform: rotate(-45deg) translate(5.5px, -6px);
}

.header-box .search-div{
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
}
.header-box .search-div:before{
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);	
}
.header-box .search-div .div{
	position: absolute;
	z-index: 6;
	top: 160%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0.5rem 0;
	border-top: 1px solid #ebebeb;
	transition: all 0.5s;
}
.header-box .search-div form{
	display: flex;
	height: 0.68rem;
	background-color: #f5f5f5;
	padding-left: 0.1rem;
	font-size: 0.17rem;
}
.header-box .search-div form input{
	flex: 1;
	min-width: 0;
	height: 100%;
}
.header-box .search-div form .btn1{
	flex-shrink: 0;
	width: 0.56rem;
	height: 100%;
}
.header-box .search-div form .btn1:before{
	content: "\e846";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 0.25rem;
}
.header-box .search-div form .btn2{
	flex-shrink: 0;
	width: 1.0rem;
	height: 100%;
	transition: all 0.5s;
}
.header-box .search-div h6{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5rem;
}
.header-box .search-div h6 a{
	font-size: 0.18rem;
	color: #0088ae;
	margin: 0 0.18rem;
}

.header-box .language-div{
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
}
.header-box .language-div:before{
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
}
.header-box .language-div div{
	position: absolute;
	z-index: 6;
	top: 160%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 0.36rem 0;
	border-top: 1px solid #ebebeb;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
}
.header-box .language-div div a{
	font-size: 0.18rem;
	margin: 0 0.45rem;
	transition: all 0.5s;
}

.header-box .show-div{
	pointer-events: auto;
	opacity: 1;
}
.header-box .show-div .div{
	top: 100%;
}

.header-box .show-nav{
	background-color: #fff;
}
.header-box .show-nav .lg-a img:nth-of-type(1){
	opacity: 0;
}
.header-box .show-nav .lg-a img:nth-of-type(2){
	opacity: 1;
}
.header-box .show-nav .cd-ul li .a{
	color: #333;
}
.header-box .show-nav .gn-dl dd{
	color: #333;
}

.headerh-box{
	height: 0.8rem;
	box-shadow: 0 0 0.2rem rgba(168,198,217,0.6);
}
.headerh-box .nav-div{
	background-color: #fff;
}
.headerh-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.headerh-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.headerh-box .cd-ul li .a{
	color: #333;
	height: 0.8rem;
	line-height: 0.8rem;
}
.headerh-box .gn-dl dd{
	color: #333;
}

.footer-box{
	position: relative;
	z-index: 3;
	background-color: #212529;
	color: #fff;
}
.footer-box .box1{
	display: flex;
	justify-content: space-between;
	padding: 0.9rem 0;
}
.footer-box .div1{
	flex-shrink: 0;
	width: 4.2rem;
}
.footer-box .div1 .a1{
	display: block;
	width: 0.82rem;
}
.footer-box .div1 .a1 img{
	width: 100%;
}
.footer-box .div1 .a2{
	display: block;
	width: 0.86rem;
	height: 0.3rem;
	background-color: #0c8cb9;
	color: #fff;
	border-radius: 0.15rem;
	text-align: center;
	line-height: 0.3rem;
	font-size: 0.12rem;
}
.footer-box .div1 h5{
	font-size: 0.24rem;
	line-height: 1.4;
	margin: 0.56rem 0 0.32rem;
}
.footer-box .div1 h6{
	width: 1.0rem;
	text-align: center;
	margin-top: 0.92rem;
}
.footer-box .div1 h6 img{
	width: 100%;
}
.footer-box .div1 h6 span{
	display: block;
	font-size: 0.14rem;
	margin-top: 0.1rem;
}
.footer-box .div2{
	flex-shrink: 0;
	width: 7.7rem;
	font-size: 0.16rem;
	color: #fff;
	line-height: 2;
}
.footer-box .div2 ul{
	border-top: 1px solid #34383b;
	padding-top: 0.18rem;
	display: flex;
	margin-top: 0.34rem;
}
.footer-box .div2 ul:first-of-type{
	margin-top: 0;
}
.footer-box .div2 li{
	flex-shrink: 0;
	width: 25%;
}
.footer-box .div2 li .a1{
	opacity: 1;
	font-size: 0.18rem;
	margin-bottom: 5px;
}
.footer-box .div2 li a{
	display: block;
	opacity: 0.2;
	color: #fff;
	transition: all 0.5s;
}
.footer-box .div2 .li{
	width: 75%;
}
.footer-box .div2 .li p{
	display: flex;
}
.footer-box .div2 .li span{
	flex-shrink: 0;
	width: 50%;
	opacity: 0.2;
}

.footer-box .box2{
	background-color: #1c2023;
	padding: 0.24rem 0;
}
.footer-box .box2 .w1600{
	display: flex;
	justify-content: space-between;
}
.footer-box .box2 p{
	font-size: 0.14rem;
	color: #888;
	display: flex;
}
.footer-box .box2 p a{
	color: #888;
	cursor: pointer;
	transition: all 0.5s;
}
.footer-box .box2 p i{
	flex-shrink: 0;
	width: 1px;
	height: 100%;
	background-color: #434648;
	margin: 0 0.2rem;
}

.banner-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.0rem;
	box-sizing: border-box;
}
.banner2-box{
	height: 100vh;
}
.banner-box .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .w1600{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* margin-top: -0.2rem; */
}
.banner-box .w1600 .h6{
	font-size: 0.56rem;
	line-height: 1.3;
	color: #fff;
}
.banner-box .w1600 .h5{
	font-size: 0.7rem;
	line-height: 1.2;
	color: #fff;
}
.banner-box .w1600 .p{
	margin-top: 0.4rem;
}
.banner-box .w1600 .p a{
	display: inline-flex;
	align-items: center;
	font-size: 0.2rem;
	color: #fff;
}
.banner-box .w1600 .p a i{
	flex-shrink: 0;
	width: 0.55rem;
	height: 0.55rem;
	text-align: center;
	line-height: 0.55rem;
	background-image: url(../img/ic11.png);
	background-size: 100% 100%;
	font-size: 0.18rem;
	margin-right: 0.15rem;
	transition: all 0.5s;
}
.banner-box .w1600 .p a i::after{
	content: "\e844";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	display: block;
	transform: rotate(-45deg);
	transition: all 0.5s;
}
.banner-box .swiper-container{
	width: 100%;
	height: 100%;
}
.banner-box .swiper-slide{
	
}
.banner-box .swiper-slide .video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	opacity: 0;
	opacity: 1;
}
.banner-box .swiper-slide .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	opacity: 0;
}

.banner-box .swiper-container .ul{
	position: absolute;
	z-index: 3;
	width: 0.34rem;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.banner-box .swiper-container .ul li{
	position: relative;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-bottom: 0.08rem;
	width: 0.34rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: rgba(255,255,255,0.2);
	cursor: pointer;
	transition: all 0.5s;
}
.banner-box .swiper-container .ul span{
	flex-shrink: 0;
	width: 1.0rem;
	font-size: 0.2rem;
}
.banner-box .swiper-container .ul i{
	flex-shrink: 0;
	width: 0.34rem;
	font-size: 0.22rem;
	text-align: center;
}
.banner-box .swiper-container .ul li::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.2);
	transition: all 0.5s;
}
.banner-box .swiper-container .ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: all 0.5s;
}
.banner-box .swiper-container .ul .show{
	width: 1.34rem;
	color: rgba(255,255,255,1);
}
.banner-box .swiper-container .ul .show:before{
	background-color: rgba(255,255,255,0.4);
}
.banner-box .swiper-container .ul .show:after{
	opacity: 1;
	animation: dh1 45s linear 0.5s 1 forwards;
}
@keyframes dh1 {
	0% {
		width: 100%;
	}
	100% {
		width: 0;
	}
}

.paging-box{
	margin-top: 0.54rem;
	display: flex;
	justify-content: center;
}
.paging-box a{
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	background-color: #fff;
	border-radius: 0.06rem;
	border: 1px solid #ccc;
	margin: 0 0.06rem;
	transition: all 0.5s;
}
.paging-box .prev::after{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .next::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.paging-box .active{
	background-color: #3da3c7;
	border-color: #3da3c7;
	color: #fff;
}

.type-box{
	position: relative;
	z-index: 5;
	background-color: #fff;
	height: 0.88rem;
	line-height: 0.88rem;
	margin-top: -0.44rem;
	display: flex;
	box-shadow: 0 0.06rem 0.2rem rgba(168,198,217,0.3);
}
.type-box a{
	position: relative;
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #f1f1f1;
	color: #555;
	transition: all 0.5s;
}
.type-box a:last-of-type{
	border-right: 0;
}
.type-box a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #3da3c7;
	transition: all 0.5s;
}
.type-box .active{
	color: #222;
}
.type-box .active::after{
	width: 100%;
}

.content-box{
	padding-top: 7.0rem;
}
.content2-box{
	padding-top: 100vh;
}
.box{
	/* border-top: 1px solid #fff; */
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.info-body{
	
}
.info-body .header-box .nav-div{
	background-color: #fff;
}
.info-body .header-box .lg-a img:nth-of-type(1){
	opacity: 0;
}
.info-body .header-box .lg-a img:nth-of-type(2){
	opacity: 1;
}
.info-body .header-box .cd-ul li .a{
	color: #333;
}
.info-body .header-box .gn-dl{
	color: #333;
}
.info-body .content-box{
	padding-top: 1.0rem;
}



.yjzx-box{
	
}
.yjzx-box .box1{
	
}
.yjzx-box .box1 .ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* padding-bottom: 0.58rem; */
	margin-top: -0.58rem;
}
.yjzx-box .box1 .ul:before,
.yjzx-box .box1 .ul::after{
	content: "";
	position: absolute;
	top: 0.58rem;
	width: 1px;
	height: calc(100% - 0.58rem);
	background-color: #ddd;
}
.yjzx-box .box1 .ul:before{
	left: 31.7%;
}
.yjzx-box .box1 .ul:after{
	right: 31.7%;
}
.yjzx-box .box1 li{
	position: relative;
	flex-shrink: 0;
	width: 26.8%;
	margin-right: 9.8%;
	margin-top: 0.58rem;
	border-bottom: 1px solid #ddd;
}
.yjzx-box .box1 li:nth-of-type(3n){
	margin-right: 0;
}
.yjzx-box .box1 li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 3px;
	background-color: #0c8cb9;
	transition: all 0.5s;
}
.yjzx-box .box1 li a{
	display: block;
	height: 100%;
}
.yjzx-box .box1 li em{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 66%;
}
.yjzx-box .box1 li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.5s;
}
.yjzx-box .box1 li dl{
	padding-top: 0.16rem;
	padding-bottom: 0.24rem;
}
.yjzx-box .box1 li dt{
	font-size: 0.26rem;
	line-height: 1.4;
	transition: all 0.5s;
}
.yjzx-box .box1 li dd{
	font-size: 0.18rem;
	line-height: 1.4;
	margin-top: 0.14rem;
	color: #666;
}
.yjzx-box .box1 li p{
	
}


.yjxq-box{
	
}
.yjxq-box .box1{
	display: flex;
	justify-content: space-between;
}
.yjxq-box .box1 dt{
	flex-shrink: 0;
	width: 10.0rem;
}
.yjxq-box .box1 dt a{
	display: flex;
	align-items: center;
	font-size: 0.14rem;
	transition: all 0.5s;
}
.yjxq-box .box1 dt a:before{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.06rem;
}
.yjxq-box .box1 dt h6{
	font-size: 0.22rem;
	margin: 0.7rem 0 0.24rem;
}
.yjxq-box .box1 dt h5{
	font-size: 0.56rem;
	line-height: 1.1;
}
.yjxq-box .box1 dt span{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	color: #888;
	margin-top: 0.7rem;
}
.yjxq-box .box1 dt span:before{
	content: "\e859";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.06rem;
}
.yjxq-box .box1 dd{
	flex-shrink: 0;
	width: 0.42rem;
}
.yjxq-box .box1 dd a{
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #8b8b8b;
	margin-bottom: 0.1rem;
}
.yjxq-box .box1 dd a img{
	width: 100%;
}
.yjxq-box .box2{
	padding: 0.6rem 0;
	border-bottom: 1px solid #ddd;
}
.yjxq-box .box2 p{
	font-size: 0.18rem;
	line-height: 1.6;
}
.yjxq-box .box2 img,
.yjxq-box .box2 video{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
.yjxq-box .box3{
	display: flex;
	justify-content: space-between;
	padding-top: 0.3rem;
}
.yjxq-box .box3 a{
	flex-shrink: 0;
	width: 50%;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.yjxq-box .box3 .a2{
	justify-content: flex-end;
}
.yjxq-box .box3 .a1:before{
	content: "\e83e";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-right: 0.16rem;
	font-size: 0.22rem;
}
.yjxq-box .box3 .a2::after{
	content: "\e844";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.16rem;
	font-size: 0.22rem;
}


.cpfl-box{
	
}
.cpfl-box .box1{
	position: relative;
}
.cpfl-box .box1 .div{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.cpfl-box .box1 a{
	position: relative;
	border-radius: 0.1rem;
	overflow: hidden;
	height: 3.84rem;
}
.cpfl-box .box1 .a1{
	width: 66%;
	margin-right: 34%;
	margin-bottom: 0.32rem;
}
.cpfl-box .box1 .a2{
	width: 32%;
	margin-right: 2%;
}
.cpfl-box .box1 .a3{
	position: absolute;
	width: 32%;
	height: 100%;
	top: 0;
	right: 0;
}
.cpfl-box .box1 a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.cpfl-box .box1 a h6{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.28rem 0.3rem;
	color: #fff;
	transition: all 0.5s;
}
.cpfl-box .box1 a strong{
	display: block;
	font-size: 0.24rem;
	font-weight: normal;
}
.cpfl-box .box1 a span{
	display: block;
	font-size: 0.18rem;
	line-height: 1.6;
	margin-top: 0.12rem;
}


.cplb-box{
	
}
.cplb-box .box1{
	display: flex;
	align-items: flex-start;
}
.cplb-box .box1 .dl{
	flex-shrink: 0;
	width: 2.36rem;
	margin-right: 0.64rem;
}
.cplb-box .box1 .dl dt{
	font-size: 0.26rem;
	height: 0.42rem;
	line-height: 0.42rem;
	margin-bottom: 0.2rem;
}
.cplb-box .box1 .dl dd{
	
}
.cplb-box .box1 .dl dd a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.52rem;
	font-size: 0.17rem;
	border-bottom: 1px solid #ddd;
	transition: all 0.5s;
}
.cplb-box .box1 .dl dd .active{
	color: #3da3c7;
}
.cplb-box .box1 .dl dd a::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.cplb-box .box1 .view{
	flex: 1;
	min-width: 0;
}
.cplb-box .box1 .div{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 0.42rem;
}
.cplb-box .box1 .div h6{
	font-size: 0.18rem;
	cursor: pointer;
	transition: all 0.5s;
}
.cplb-box .box1 .div h6::after{
	content: "\e84f";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	margin-left: 0.06rem;
}
.cplb-box .box1 .show h6{
	color: #3da3c7;
}
.cplb-box .box1 .div .form-div{
	width: 0;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.cplb-box .box1 .show .form-div{
	width: 3.18rem;
}
.cplb-box .box1 .div .form-div form{
	display: flex;
	justify-content: space-between;
	width: 2.94rem;
	padding-left: 0.24rem;
	height: 100%;
}
.cplb-box .box1 .div .form-div select{
	flex-shrink: 0;
	width: 48%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 0.1rem;
	border-radius: 0.08rem;
	font-size: 0.16rem;
	transition: all 0.5s;
}
.cplb-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
}
.cplb-box .box1 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 0.24rem;
}
.cplb-box .box1 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.cplb-box .box1 .ul li a{
	display: block;
	background-color: #f5f5f5;
}
.cplb-box .box1 .ul li em{
	position: relative;
	display: block;
	height: 2.4rem;
	overflow: hidden;
}
.cplb-box .box1 .ul li em img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}
.cplb-box .box1 .ul li em span{
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	padding: 0.1rem;
	background-color: #e8e8e8;
	font-size: 0.14rem;
}
.cplb-box .box1 .ul li div{
	padding: 0 0.24rem 0.2rem;
}
.cplb-box .box1 .ul li div h6{
	font-size: 0.18rem;
	transition: all 0.5s;
}
.cplb-box .box1 .ul li div p{
	font-size: 0.16rem;
	color: #888;
	margin-top: 0.1rem;
}
.cplb-box .box1 .ul li div span{
	position: relative;
	display: block;
	border-radius: 0.08rem;
	overflow: hidden;
	margin-top: 0.22rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	transition: all 0.5s;
}
.cplb-box .box1 .ul li div span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #3da3c7;
	transition: all 0.5s;
}
.cplb-box .box1 .ul li div i{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.46rem;
	padding: 0 0.12rem 0 0.14rem;
}
.cplb-box .box1 .ul li div i::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}


.cpxq-box{
	
}
.cpxq-box .box1{
	background-color: #f4f4f4;
	padding: 0.3rem 0 0.7rem;
}
.cpxq-box .box1 .h5{
	display: flex;
	margin-bottom: 0.6rem;
}
.cpxq-box .box1 .h5 a,
.cpxq-box .box1 .h5 i{
	font-size: 0.16rem;
	color: #888;
}
.cpxq-box .box1 .h5 i{
	margin: 0 0.08rem;
}
.cpxq-box .box1 .h5 a:last-of-type{
	color: #333;
}
.cpxq-box .box1 .h5 i:last-of-type{
	display: none;
}
.cpxq-box .box1 .view{
	display: flex;
	align-items: flex-start;
}
.cpxq-box .box1 .div1{
	flex-shrink: 0;
	width: 6.66rem;
	height: 5.1rem;
	display: flex;
	margin-right: 6%;
}
.cpxq-box .box1 .div1 .gallery-thumbs{
	flex-shrink: 0;
	width: 1.2rem;
	height: 100%;
	margin-right: 12px;
}
.cpxq-box .box1 .div1 .gallery-top{
	flex: 1;
	min-width: 0;
	height: 100%;
}
.cpxq-box .box1 .div1 .swiper-slide{
	background-color: #fff;
	cursor: pointer;
}
.cpxq-box .box1 .div1 .swiper-slide:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 2px solid #3da3c7;
	opacity: 0;
	transition: all 0.5s;
}
.cpxq-box .box1 .div1 .swiper-slide-thumb-active:before{
	opacity: 1;
}
.cpxq-box .box1 .div1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cpxq-box .box1 .div2{
	flex: 1;
	min-width: 0;
	padding-top: 0.3rem;
}
.cpxq-box .box1 .div2 h5{
	font-size: 0.32rem;
	line-height: 1.2;
}
.cpxq-box .box1 .div2 h6{
	font-size: 0.28rem;
	line-height: 1.3;
}
.cpxq-box .box1 .div2 strong{
	font-weight: normal;
	display: block;
	font-size: 0.16rem;
	margin-top: 0.6rem;
}
.cpxq-box .box1 .div2 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.48rem;
}
.cpxq-box .box1 .div2 ul li{
	position: relative;
	white-space: nowrap;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.24rem;
	border-radius: 0.08rem;
	border: 1px solid #ccc;
	margin-right: 0.11rem;
	margin-top: 0.15rem;
	color: #888;
	cursor: pointer;
	transition: all 0.5s;
}
.cpxq-box .box1 .div2 ul li:before{
	content: "";
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	box-sizing: border-box;
	border: 2px solid #3da3c7;
	border-radius: 0.08rem;
	opacity: 0;
	transition: all 0.5s;
}
.cpxq-box .box1 .div2 ul .active{
	color: #333;
	border-color: #f4f4f4;
}
.cpxq-box .box1 .div2 ul .active:before{
	opacity: 1;
}
.cpxq-box .box1 .div2 p{
	font-size: 0.16rem;
	line-height: 1.6;
}

.cpxq-box .box2{
	
}
.cpxq-box .box2 .h5{
	font-size: 0.28rem;
}
.cpxq-box .box2 #tab-div{
	
}
.cpxq-box .box2 #tab-div .div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
}
.cpxq-box .box2 #tab-div .div:nth-of-type(1){
	display: flex;
}
.cpxq-box .box2 .div dl{
	flex-shrink: 0;
	width: 45.2%;
	margin-top: 0.42rem;
}
.cpxq-box .box2 .div dt{
	font-size: 0.18rem;
	margin-bottom: 0.16rem;
}
.cpxq-box .box2 .div dd{
	
}
.cpxq-box .box2 .div dd p{
	display: flex;
	height: 0.6rem;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.28rem;
	background-color: #f4f4f4;
}
.cpxq-box .box2 .div dd p:nth-of-type(2n){
	background-color: #fff;
}
.cpxq-box .box2 .dl{
	margin-top: 0.58rem;
}
.cpxq-box .box2 .dl dt{
	font-size: 0.18rem;
	margin-bottom: 0.16rem;
}
.cpxq-box .box2 .dl dd{
	display: flex;
	height: 1.41rem;
	align-items: center;
	justify-content: space-around;
	background-color: #f4f4f4;
	padding: 0 0.2rem;
}
.cpxq-box .box2 .dl dd img{
	flex-shrink: 0;
	height: 0.71rem;
	width: auto;
}
.cpxq-box .box2 .dl dd i{
	flex-shrink: 0;
	width: 1px;
	height: 0.71rem;
	background-color: #ddd;
}


.lxwm-box{
	
}
.lxwm-box .box1{
	display: flex;
	height: 6.2rem;
	overflow: hidden;
}
.lxwm-box .box1 .div{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
}
.lxwm-box .box1 .dl{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	background-color: #0c8cb9;
	background-image: url(../img/logo4.png);
	background-repeat: no-repeat;
	background-position: right 0 bottom 0;
	background-size: 88%;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 6%;
}
.lxwm-box .box1 .dl dt{
	font-size: 0.34rem;
	margin-bottom: 0.12rem;
}
.lxwm-box .box1 .dl dd{
	display: flex;
	align-items: center;
	margin-top: 0.42rem;
}
.lxwm-box .box1 .dl dd i{
	flex-shrink: 0;
	width: 0.74rem;
	height: 0.74rem;
	text-align: center;
	line-height: 0.74rem;
	border-radius: 50%;
	border: 2px solid #4ba4c4;
	margin-right: 0.24rem;
	font-size: 0.36rem;
}
.lxwm-box .box1 .dl dd i::after{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.lxwm-box .box1 .dl dd .i1::after{
	content: "\e863";
}
.lxwm-box .box1 .dl dd .i2::after{
	content: "\e859";
}
.lxwm-box .box1 .dl dd .i3::after{
	content: "\e841";
}
.lxwm-box .box1 .dl dd p{
	
}
.lxwm-box .box1 .dl dd span{
	display: block;
	font-size: 0.2rem;
	line-height: 1.8;
}

.lxwm-box .box2{
	position: relative;
	background-color: #f4f5f8;
}
.lxwm-box .box2 .img{
	width: 100%;
	height: auto;
}
.lxwm-box .box2 dl{
	position: absolute;
	width: 5.36rem;
	top: 33%;
	left: 45%;
	transform: translate(-50%,-50%);
}
.lxwm-box .box2 dt{
	position: relative;
	display: flex;
	align-items: center;
	background-color: #00abdb;
	border-radius: 0.12rem;
	padding: 0.12rem;
}
.lxwm-box .box2 dt em{
	flex-shrink: 0;
	width: 1.16rem;
	height: 1.16rem;
	background-color: #fff;
	border-radius: 0.08rem;
	box-sizing: border-box;
	padding: 0.15rem;
}
.lxwm-box .box2 dt img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lxwm-box .box2 dt p{
	margin-left: 0.24rem;
}
.lxwm-box .box2 dt span{
	display: block;
	font-size: 0.24rem;
	color: #fff;
	line-height: 1.8;
}
.lxwm-box .box2 dt::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 0.1rem solid #00abdb;
	border-right: 0.1rem solid transparent;
	border-left: 0.1rem solid transparent;
}
.lxwm-box .box2 dd{
	width: 0.41rem;
	margin: 0.2rem auto 0;
}
.lxwm-box .box2 dd img{
	width: 100%;
}
.lxwm-box .box2 ul{
	position: absolute;
	left: 50%;
	bottom: 0.9rem;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 0.24rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0.6rem 0;
	box-shadow: 0 5px 0.44rem 0.9rem rgba(236, 236, 236, 0.47);
}
.lxwm-box .box2 ul li{
	flex: 1;
	min-width: 0;
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}
.lxwm-box .box2 ul li:last-of-type{
	border-right: 0;
}
.lxwm-box .box2 ul li span{
	display: block;
	font-size: 0.24rem;
}
.lxwm-box .box2 ul li strong{
	display: block;
	font-weight: normal;
	font-size: 0.36rem;
	margin-top: 0.24rem;
}


.fwwd-box{
	height: calc(100vh - 1.0rem);
}
.fwwd-box .box1{
	position: relative;
	width: 100%;
	height: 100%;
}
.fwwd-box .box1 .mapDiv{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.fwwd-box .box1 .dl{
	position: absolute;
	z-index: 9;
	left: 8.5%;
	top: 50%;
	transform: translateY(-50%);
	width: 3.8rem;
}
.fwwd-box .box1 .dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	height: 0.5rem;
	font-size: 0.16rem;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.fwwd-box .box1 .dl dt input{
	flex: 1;
	min-width: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem;
}
.fwwd-box .box1 .dl dt a{
	flex-shrink: 0;
	padding: 4px 0.2rem;
	color: #0c8cb9;
	font-size: 0.2rem;
	border-left: 1px solid #ccc;
}
.fwwd-box .box1 .dl dt a::after{
	content: "\e888";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.fwwd-box .box1 .dl dd{
	background-color: #fff;
	/* height: 64vh;
	overflow: auto; */
}
/* .fwwd-box .box1 .dl dd::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
.fwwd-box .box1 .dl dd::-webkit-scrollbar-thumb{
	background: #0c8cb9;
} */
.fwwd-box .box1 .dl dd li{
	padding: 0 0.24rem;
	cursor: pointer;
}
.fwwd-box .box1 .dl dd p{
	padding: 0.18rem 0 0.14rem;
	border-bottom: 1px solid #ccc;
}
.fwwd-box .box1 .dl dd li:last-of-type p{
	border-bottom: 0;
}
.fwwd-box .box1 .dl dd p strong{
	position: relative;
	display: block;
	font-size: 0.18rem;
	margin-bottom: 0.1rem;
	padding-left: 0.26rem;
	transition: all 0.5s;
}
.fwwd-box .box1 .dl dd .active p strong{
	color: #0c8cb9;
}
.fwwd-box .box1 .dl dd p strong:before{
	content: "\e841";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	position: absolute;
	top: -0.02rem;
	left: 0;
	font-size: 0.22rem;
}
.fwwd-box .box1 .dl dd p span{
	display: block;
	font-size: 0.14rem;
	line-height: 1.5;
	padding-left: 0.26rem;
}


.cxfz-box{
	
}
.cxfz-box .box1{
	display: flex;
	align-items: center;
}
.cxfz-box .box1 .div1{
	flex-shrink: 0;
	width: 50%;
}
.cxfz-box .box1 .div1 h5{
	margin-bottom: 0.28rem;
}
.cxfz-box .box1 .div1 p{
	font-size: 0.18rem;
	line-height: 1.6;
}
.cxfz-box .box1 .div1 h6{
	font-size: 0.22rem;
	line-height: 1.4;
	margin: 0.54rem 0 0.1rem;
}
.cxfz-box .box1 .div2{
	position: relative;
	flex-shrink: 0;
	width: 50%;
	height: 4.39rem;
	text-align: center;
}
.cxfz-box .box1 .div2 .em1{
	position: relative;
	display: block;
	width: 4.39rem;
	height: 100%;
	margin: 0 auto;
}
.cxfz-box .box1 .div2 .em2{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 5.0rem;
	height: 2.3rem;
}
.cxfz-box .box1 .div2 img{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.cxfz-box .box2{
	display: flex;
	align-items: center;
	height: 7.08rem;
	background-color: #f5f5f5;
	margin-bottom: 0.9rem;
}
.cxfz-box .box2 em{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
}
.cxfz-box .box2 em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cxfz-box .box2 dl{
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 0 0.56rem;
}
.cxfz-box .box2 dt{
	font-size: 0.24rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0.32rem;
}
.cxfz-box .box2 dd{
	border-top: 1px solid #ddd;
}
.cxfz-box .box2 dd p{
	display: flex;
	align-items: center;
	height: 0.86rem;
	border-bottom: 1px solid #ddd;
	font-size: 0.18rem;
	transition: all 0.5s;
}
.cxfz-box .box2 dd i{
	font-size: 0.24rem;
	width: 0.66rem;
	text-align: center;
	margin-right: 0.1rem;
	font-weight: bold;
}

.cxfz-box .box3{
	position: relative;
}
.cxfz-box .box3 .img{
	width: 100%;
}
.cxfz-box .box3 .w1600{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.cxfz-box .box3 .w1600 p{
	font-size: 0.18rem;
	margin-top: 0.12rem;
}
.cxfz-box .box3 .w1600 a{
	display: block;
	width: 1.24rem;
	height: 0.44rem;
	border: 1px solid #fff;
	border-radius: 0.08rem;
	color: #fff;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.16rem;
	margin-top: 0.6rem;
	transition: all 0.5s;
}

.cxfz-box .box4{
	
}
.cxfz-box .box4 .view{
	position: relative;
	padding-bottom: 43.75%;
	overflow: hidden;
}
.cxfz-box .box4 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cxfz-box .box4 .div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-image: url(../img/tp36.jpg);
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	cursor: pointer;
	transition: all 0.5s;
}
.cxfz-box .box4 .active .div{
	transform: scale(1.4);
	opacity: 0;
}
.cxfz-box .box4 .div .title-h5{
	text-align: center;
	color: #fff;
	margin-bottom: 0.32rem;
}
.cxfz-box .box4 .div img{
	width: 0.74rem;
}

.cxfz-box .box5{
	border-top: 1px solid #eee;
}
.cxfz-box .box5 .div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.52rem;
}
.cxfz-box .box5 .swiper-slide{
	background-color: #252624;
}
.cxfz-box .box5 .swiper-slide em{
	display: block;
	width: 100%;
	height: 3.72rem;
	overflow: hidden;
}
.cxfz-box .box5 .swiper-slide em img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.cxfz-box .box5 .swiper-slide p{
	padding: 0.24rem 0.3rem;
	color: #fff;
	font-size: 0.24rem;
	line-height: 1.4;
	height: 1.1rem;
}
.cxfz-box .box5 .swiper-slide::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 7px;
	background-color: #0c8cb9;
	transition: all 0.5s;
}


.gywm-box{
	
}
.gywm-box .box1{
	
}
.gywm-box .box1 .dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gywm-box .box1 .dl dt{
	flex-shrink: 0;
	width: 46.5%;
}

.gywm-box .box1 .dl p{
	font-size: 0.16rem;
	line-height: 1.6;
	text-align: justify;
	margin-top: 0.24rem;
}
.gywm-box .box1 .dl dd{
	flex-shrink: 0;
	width: 46.5%;
}
.gywm-box .box1 .dl img{
	width: 100%;
}
.gywm-box .box1 .ul{
	margin-top: 0.6rem;
	background-color: #f5f9fa;
	display: flex;
	padding: 0.36rem 0;
}
.gywm-box .box1 .ul li{
	flex: 1;
	min-width: 0;
	box-sizing: border-box;
	border-right: 1px solid #dbe5e7;
	padding: 0.14rem 0 0.14rem 5%;
}
.gywm-box .box1 .ul li:last-of-type{
	border-right: 0;
}
.gywm-box .box1 .ul li strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.72rem;
	color: #2069ad;
}
.gywm-box .box1 .ul li i{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.5rem;
	color: #2069ad;
	margin-left: 0.1rem;
}
.gywm-box .box1 .ul li p{
	font-size: 0.18rem;
	margin-top: 0.1rem;
	line-height: 1.6;
}

.gywm-box .box2{
	background-image: url(../img/bg5.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
.gywm-box .box2 .title-h5{
	color: #fff;
}
.gywm-box .box2 .h6{
	color: #fff;
	font-size: 0.16rem;
	line-height: 1.6;
	margin-top: 0.1rem;
}
.gywm-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.1rem;
}
.gywm-box .box2 .ul li{
	flex-shrink: 0;
	width: calc(50% - 0.1rem);
	margin-top: 0.2rem;
}
.gywm-box .box2 .ul li:nth-of-type(2n){
	/* transform: translateY(-0.68rem); */
	margin-top: -0.68rem;
}
.gywm-box .box2 .ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 3.68rem;
	overflow: hidden;
}
.gywm-box .box2 .ul li a:before{
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: 20%;
	width: 100%;
	height: 80%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
}
.gywm-box .box2 .ul li a .img1{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.gywm-box .box2 .ul li a .img2{
	position: absolute;
	z-index: 4;
	width: 0.6rem;
	top: 0.2rem;
	left: 0.3rem;
}
.gywm-box .box2 .ul li a dl{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem;
	color: #fff;
}
.gywm-box .box2 .ul li a dt{
	font-size: 0.24rem;
	margin-bottom: 0.16rem;
}
.gywm-box .box2 .ul li a dd{
	font-size: 0.16rem;
	line-height: 1.6;
}

.gywm-box .box3{
	padding-top: 0;
}
.gywm-box .box3 .ul{
	margin-top: 0.38rem;
	display: flex;
}
.gywm-box .box3 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	border-bottom: 1px solid #ddd;
}
.gywm-box .box3 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.gywm-box .box3 .ul li em{
	display: block;
	width: 100%;
}
.gywm-box .box3 .ul li img{
	width: 100%;
}
.gywm-box .box3 .ul li p{
	font-size: 0.2rem;
	line-height: 1.5;
	padding: 0.24rem 0 0.14rem;
}

.gywm-box .box4{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
}
.gywm-box .box4 .swiper-button{
	border-color: #fff;
	color: #fff;
}
.gywm-box .box4 .div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.52rem;
}
.gywm-box .box4 .div .title-h5{
	flex-shrink: 0;
	width: 50%;
	color: #fff;
}
.gywm-box .box4 .swiper-slide img{
	width: 100%;
}


.index-box{
	
}
.index-box .box1{
	
}
.index-box .box1 .ul{
	position: relative;
	z-index: 5;
	background-color: #fff;
	margin-top: -1.26rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 4%;
}
.index-box .box1 .ul li{
	flex-shrink: 0;
	width: 22%;
	box-sizing: border-box;
}
.index-box .box1 .ul li span{
	display: flex;
	align-items: center;
	height: 1.26rem;
	box-sizing: border-box;
	padding-top: 6px;
}
.index-box .box1 .ul li strong{
	font-size: 0.72rem;
	color: #2069ad;
}
.index-box .box1 .ul li i{
	font-size: 0.5rem;
	color: #2069ad;
	margin-left: 0.1rem;
}
.index-box .box1 .ul li p{
	font-size: 0.18rem;
	padding: 0.1rem 0 0;
	line-height: 1.6;
	border-top: 1px solid #ddd;
}
.index-box .box1 .dl{
	display: flex;
	align-items: center;
	background-color: #f0f3f5;
	height: 5.3rem;
	margin-top: 0.9rem;
}
.index-box .box1 .dl dt{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
}
.index-box .box1 .dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-box .box1 .dl dd{
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 0 7%;
}
.index-box .box1 .dl dd p{
	font-size: 0.18rem;
	line-height: 1.6;
	text-align: justify;
	margin: 0.28rem 0 0.5rem;
}
.index-box .box1 .dl dd a{
	display: block;
	width: 1.24rem;
	height: 0.44rem;
	border: 1px solid #333;
	border-radius: 0.08rem;
	color: #333;
	text-align: center;
	line-height: 0.44rem;
	font-size: 0.16rem;
	transition: all 0.5s;
}

.index-box .box2{
	
}
.index-box .box2 .div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}
.index-box .box2 .div .form{
	display: flex;
	height: 0.4rem;
}
.index-box .box2 .div .form i{
	flex-shrink: 0;
	width: 0.4rem;
	height: 100%;
	background-color: #f0f3f5;
	border-radius: 2px;
}
.index-box .box2 .div .form i img{
	width: 100%;
	height: 100%;
}
.index-box .box2 .div .form p{
	display: flex;
	height: 100%;
	background-color: #f0f3f5;
	border-radius: 2px;
	margin-left: 0.12rem;
}
.index-box .box2 .div .form button{
	flex-shrink: 0;
	width: 0.4rem;
	height: 100%;
	font-size: 0.22rem;
}
.index-box .box2 .div .form button::after{
	content: "\e846";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.index-box .box2 .div .form input{
	flex-shrink: 0;
	width: 2.6rem;
	height: 100%;
	font-size: 0.18rem;
}
.index-box .box2 .ul{
	display: flex;
}
.index-box .box2 .ul li{
	flex-shrink: 0;
	width: 23.5%;
	margin-right: 2%;
}
.index-box .box2 .ul li:nth-of-type(4n){
	margin-right: 0;
}
.index-box .box2 .ul li a{
	display: block;
}
.index-box .box2 .ul li em{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 130%;
	overflow: hidden;
}
.index-box .box2 .ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box2 .ul li h6{
	font-size: 0.24rem;
	margin: 0.26rem 0 0.1rem;
	transition: all 0.5s;
}
.index-box .box2 .ul li p{
	font-size: 0.18rem;
	line-height: 1.5;
	color: #888;
}

.index-box .box3{
	background-image: url(../img/bg6.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
}
.index-box .box3 .w1600{
	position: relative;
}
.index-box .box3 .view1{
	display: flex;
	justify-content: space-between;
}
.index-box .box3 .view1 .div{
	flex-shrink: 0;
	width: 3.0rem;
}
.index-box .box3 .view1 .div .dl{
	margin-top: 0.44rem;
}
.index-box .box3 .view1 .div dl{
	display: none;
	padding-top: 0.1rem;
}
.index-box .box3 .view1 .div dl:nth-of-type(1){
	display: block;
}
.index-box .box3 .view1 .div dt{
	font-size: 0.24rem;
	padding-bottom: 0.14rem;
	margin-bottom: 0.14rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.index-box .box3 .view1 .div dd{
	position: relative;
	font-size: 0.16rem;
	line-height: 1.6;
	padding-left: 0.24rem;
}
.index-box .box3 .view1 .div dd:before{
	content: "";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
}
.index-box .box3 .view1 .div .dd1:before{
	content: "\e841";
}
.index-box .box3 .view1 .div .dd2:before{
	content: "\e859";
}
.index-box .box3 .view1 .ul{
	flex-shrink: 0;
	width: 3.34rem;
}
.index-box .box3 .view1 .ul li{
	display: flex;
	align-items: center;
	height: 0.78rem;
	background-color: rgba(255,255,255,0.2);
	border-radius: 0.1rem;
	padding: 0 0.15rem;
	margin-bottom: 0.1rem;
	cursor: pointer;
	transition: all 0.5s;
}
.index-box .box3 .view1 .ul .active{
	background-color: rgba(0,140,213,1);
}
.index-box .box3 .view1 .ul li i{
	flex-shrink: 0;
	width: 0.48rem;
	height: 0.48rem;
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.24rem;
	background-color: #fff;
	border-radius: 50%;
	color: #008cd5;
	margin-right: 0.1rem;
}
.index-box .box3 .view1 .ul li i:before{
	content: "\e841";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.index-box .box3 .view1 .ul li p{
	
}
.index-box .box3 .view1 .ul li span{
	display: block;
	font-size: 0.19rem;
	line-height: 1.3;
	padding-top: 3px;
}
.index-box .box3 .view1 .ul li small{
	display: block;
	font-size: 0.14rem;
	line-height: 1.4;
}
.index-box .box3 .view2{
	position: relative;
	z-index: 3;
	width: 5.38rem;
	margin: -2.0rem auto 0;
}
.index-box .box3 .view2 .img{
	width: 100%;
}
.index-box .box3 .view2 .ul{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-box .box3 .view2 .ul li{
	position: absolute;
	transform: translate(-50%,-50%);
	width: 0.24rem;
}
.index-box .box3 .view2 .ul .li1{
	top: 31%;
	left: 16%;
}
.index-box .box3 .view2 .ul .li2{
	top: 15%;
	left: 41%;
}
.index-box .box3 .view2 .ul .li3{
	top: 24%;
	left: 55%;
}
.index-box .box3 .view2 .ul .li4{
	top: 38%;
	left: 62%;
}
.index-box .box3 .view2 .ul li img{
	width: 100%;
}

.index-box .box3 .view3{
	position: absolute;
	pointer-events: none;
	width: 90%;
	left: 5%;
	bottom: -0.9rem;
	transform: translateY(21%);
}
.index-box .box3 .view3 .img{
	width: 100%;
}







@media (min-width: 1200px) {
	.index-box .box3 .view1 .ul li:hover{
		background-color: rgba(0,140,213,1);
	}
	.index-box .box2 .ul li:hover h6{
		color: #0c8cb9;
	}
	.index-box .box2 .ul li:hover img{
		transform: scale(1.1);
	}
	.index-box .box1 .dl dd a:hover{
		background-color: #0c8cb9;
		border-color: #0c8cb9;
		color: #fff;
	}
	.gywm-box .box2 .ul li:hover a .img1{
		transform: scale(1.1);
	}
	.cxfz-box .box5 .swiper-slide:hover em img{
		transform: scale(1.1);
	}
	.cxfz-box .box5 .swiper-slide:hover::after{
		width: 100%;
	}
	.cxfz-box .box3 .w1600 a:hover{
		background-color: #fff;
		color: #3da3c7;
	}
	.cxfz-box .box2 dd p:hover{
		background-color: #0b5c86;
		color: #fff;
	}
	.fwwd-box .box1 .dl dd li:hover p strong{
		color: #0c8cb9;
	}
	.cpxq-box .box1 .div2 ul li:hover{
		color: #333;
		border-color: #f4f4f4;
	}
	.cpxq-box .box1 .div2 ul li:hover:before{
		opacity: 1;
	}
	.cplb-box .box1 .ul li:hover em img{
		transform: scale(1.1);
	}
	.cplb-box .box1 .ul li:hover div h6{
		color: #3da3c7;
	}
	.cplb-box .box1 .ul li:hover div span{
		color: #fff;
		border-color: #3da3c7;
	}
	.cplb-box .box1 .ul li:hover div span:before{
		width: 100%;
	}
	.cplb-box .box1 .div .form-div select:hover{
		background-color: #3da3c7;
		border-color: #3da3c7;
		color: #fff;
	}
	.cplb-box .box1 .div h6:hover{
		color: #3da3c7;
	}
	.cplb-box .box1 .dl dd a:hover{
		color: #3da3c7;
	}
	.cpfl-box .box1 a:hover h6{
		top: 0.2rem;
	}
	.cpfl-box .box1 a:hover img{
		transform: scale(1.1);
	}
	.yjxq-box .box3 a:hover{
		color: #0c8cb9;
	}
	.yjxq-box .box1 dt a:hover{
		color: #0c8cb9;
	}
	.yjzx-box .box1 li:hover img{
		transform: scale(1.1);
	}
	.yjzx-box .box1 li:hover dt{
		color: #0c8cb9;
	}
	.yjzx-box .box1 li:hover::after{
		width: 100%;
	}
	.type-box a:hover{
		color: #222;
	}
	.type-box a:hover::after{
		width: 100%;
	}
	.footer-box .box2 p a:hover{
		color: #fff;
	}
	.footer-box .div2 li a:hover{
		opacity: 1;
	}
	.header-box .gn-dl dd:hover{
		color: #0c8cb9;
	}
	.header-box .search-div form .btn2:hover{
		background-color: #0088ae;
		color: #fff;
	}
	.header-box .language-div div a:hover{
		color: #0c8cb9;
	}
	.header-box .cd-ul li .div h6 a:hover{
		color: #0c8cb9;
	}
	.header-box .cd-ul li:hover .a{
		color: #0c8cb9;
	}
	.paging-box a:hover{
		background-color: #3da3c7;
		border-color: #3da3c7;
		color: #fff;
	}
	.banner-box .swiper-container .ul li:hover{
		width: 1.34rem;
	}
	.banner-box .w1600 .p a:hover i{
		margin-right: 0.25rem;
	}
	.banner-box .w1600 .p a:hover i::after{
		transform: rotate(0);
	}
	.swiper-button:hover{
		border-color: #3da3c7 !important;
		color: #3da3c7 !important;
	}
}

@media (max-width: 1600px) {
	html{
		font-size: 95px;
	}
}

@media (max-width: 1500px) {
	html{
		font-size: 90px;
	}
}

/* 小屏电脑端 */
@media (max-width: 1400px) {
	html{
		font-size: 85px;
	}
}

/* 竖屏平板端 */
@media (max-width: 1200px) {
	html{
		font-size: 80px;
	}
}

/* 手机端 */
@media (max-width: 992px) {
	body{
		padding-top: 0.7rem;
	}
	.w1600,.w1300{
		width: calc(100% - 0.48rem);
	}
	.header-box{
		height: 0.7rem;
		background-color: #fff;
		box-shadow: 0 0 0.2rem rgba(0,0,0,0.2);
	}
	.header-box .cd-ul{
		display: none;
	}
	.header-box .cd-ul{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.2rem 0.24rem;
		box-shadow: 0 0.06rem 0.1rem rgba(0,0,0,0.2);
		border-top: 1px solid #e5e5e5;
		transition: none;
		display: none;
	}
	.header-box .cd-ul li{
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
	.header-box .cd-ul li .a{
		padding: 0;
		height: 0.56rem;
		line-height: 0.56rem;
		color: #666;
		opacity: 1;
		font-size: 0.18rem;
	}
	.header-box .cd-ul .pitchon .a{
		color: #3da3c7
	}
	.header-box .cd-ul li .div{
		display: none;
	}
	.header-box .lg-a{
		width: 1.1rem;
	}
	.header-box .lg-a img:nth-of-type(1){
		opacity: 0;
	}
	.header-box .lg-a img:nth-of-type(2){
		opacity: 1;
	}
	.header-box .menu-dl{
		display: flex;
	}
	.header-box .gn-dl{
		margin-left: 30vw;
	}
	.header-box .gn-dl dd{
		font-size: 0.18rem;
	}
	.header-box .gn-dl dd:before{
		font-size: 0.28rem;
	}
	.banner-box{
		height: 60vw;
		top: 0.7rem;
	}
	.banner2-box{
		height: calc(100vh - 0.7rem);
	}
	.banner-box .w1600 .h6{
		font-size: 0.36rem;
	}
	.banner-box .w1600 .h5{
		font-size: 0.36rem;
	}
	.banner-box .w1600 .p{
		margin-top: 0.24rem;
	}
	.banner-box .swiper-slide .video{
		opacity: 0;
	}
	.banner-box .swiper-slide .img{
		opacity: 1;
	}
	.banner-box .swiper-container .ul{
		top: 90%;
	}
	.banner2-box .w1600{
		top: 20%;
		text-align: center;
	}
	.banner2-box .w1600 .h5{
		font-size: 0.46rem;
		line-height: 1.4;
	}
	.content-box{
		padding-top: 60vw;
	}
	.content2-box{
		padding-top: 100vh;
	}
	.info-body .content-box{
		padding-top: 0;
	}
	.pd,.pd2{
		padding: 0.6rem 0;
	}
	.title-h5{
		font-size: 0.36rem;
	}
	.paging-box{
		margin-top: 0.4rem;
	}
	.type-box{
		flex-wrap: wrap;
		height: auto;
		line-height: 1;
	}
	.type-box a{
		flex: auto;
		flex-shrink: 0;
		height: 0.68rem;
		line-height: 0.68rem;
		width: 50%;
		font-size: 0.16rem;
		border-top: 1px solid #f1f1f1;
	}
	.type-box a:nth-of-type(2n){
		border-right: 0;
	}
	.footer-box .box1{
		padding: 0.5rem 0;
	}
	.footer-box .div1 h5{
		margin: 0.3rem 0;
	}
	.footer-box .div1 h6{
		width: 1.2rem;
		margin-top: 0.3rem;
		display: none;
	}
	.footer-box .div2{
		display: none;
	}
	.footer-box .box2{
		padding: 0.14rem 0;
	}
	.footer-box .box2 .w1600{
		display: block;
	}
	.footer-box .box2 p{
		line-height: 1.6;
		margin: 0.06rem 0;
	}
	
	.cxfz-box .box1{
		flex-direction: column;
	}
	.cxfz-box .box1 .div1{
		width: 100%;
	}
	.cxfz-box .box1 .div1 h6{
		margin-top: 0.3rem;
	}
	.cxfz-box .box1 .div2{
		width: 100%;
		height: auto;
		margin-top: 0.4rem;
	}
	.cxfz-box .box1 .div2 .em1{
		width: 50vw;
		height: 50vw;
	}
	.cxfz-box .box1 .div2 .em2{
		width: 80%;
		height: 39vw;
		top: 50%;
	}
	.cxfz-box .box2{
		display: block;
		height: auto;
		margin-bottom: 0.6rem;
	}
	.cxfz-box .box2 em{
		display: block;
		height: 55vw;
		width: 100%;
	}
	.cxfz-box .box2 dl{
		width: 100%;
		padding: 0.3rem;
	}
	.cxfz-box .box2 dd p{
		height: 0.68rem;
	}
	.cxfz-box .box2 dt{
		margin-bottom: 0.2rem;
	}
	.cxfz-box .box3{
		height: 55vw;
	}
	.cxfz-box .box3 .img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cxfz-box .box3 .w1600 a{
		margin-top: 0.3rem;
	}
	.cxfz-box .box4 .view{
		padding-bottom: 0;
		height: 55vw;
	}
	.cxfz-box .box4 .div .title-h5{
		font-size: 0.28rem;
		margin-bottom: 0.16rem;
	}
	.cxfz-box .box4 .div img{
		width: 0.6rem;
	}
	.cxfz-box .box5 .div{
		margin-bottom: 0.4rem;
	}
	.cxfz-box .box5 .div .title-h5{
		flex-shrink: 0;
		width: 50%;
	}
	.cxfz-box .box5 .swiper-container{
		padding: 0 0.4rem;
	}
	.cxfz-box .box5 .swiper-slide em{
		height: 53vw;
	}
	.cxfz-box .box5 .swiper-slide p{
		font-size: 0.22rem;
		height: auto;
	}
	
	.lxwm-box .box1{
		display: block;
		height: auto;
	}
	.lxwm-box .box1 .div{
		width: 100%;
		height: 60vw;
	}
	.lxwm-box .box1 .dl{
		width: 100%;
		padding: 0.6rem 0.24rem;
	}
	.lxwm-box .box1 .dl dd{
		margin-top: 0.24rem;
	}
	.lxwm-box .box2{
		overflow: hidden;
		padding: 0;
	}
	.lxwm-box .box2 .img{
		width: 160%;
		margin-left: -30%;
		display: none;
	}
	.lxwm-box .box2 dl{
		width: 86%;
		top: 22%;
		display: none;
	}
	.lxwm-box .box2 dt p{
		margin-left: 0.16rem;
	}
	.lxwm-box .box2 dt span{
		font-size: 0.2rem;
	}
	.lxwm-box .box2 dt em{
		width: 0.9rem;
		height: 0.9rem;
	}
	.lxwm-box .box2 dd{
		width: 0.34rem;
	}
	.lxwm-box .box2 ul{
		position: static;
		transform: none;
		flex-wrap: wrap;
		width: 100%;
		border-radius: 0;
		padding: 0.4rem 0;
	}
	.lxwm-box .box2 ul li{
		flex: auto;
		flex-shrink: 0;
		width: 50%;
		padding: 0.2rem 0;
	}
	.lxwm-box .box2 ul li:nth-of-type(2){
		border-right: 0;
	}
	.lxwm-box .box2 ul li span{
		font-size: 0.22rem;
	}
	.lxwm-box .box2 ul li strong{
		font-size: 0.28rem;
		margin-top: 0.16rem;
	}
	
	.fwwd-box{
		height: auto;
	}
	.fwwd-box .box1 .mapDiv{
		height: 85vw;
	}
	.fwwd-box .box1 .dl{
		position: static;
		transform: none;
		width: 100%;
	}
	.fwwd-box .box1 .dl dt{
		height: 0.6rem;
		margin-bottom: 0;
	}
	.fwwd-box .box1 .dl dd{
		width: 100%;
		overflow: auto;
		background-color: #f5f5f5;
	}
	.fwwd-box .box1 .dl dd ul{
		max-height: 30vh;	
	}
	
	.yjzx-box .box1 .ul{
		margin-top: -0.4rem;
	}
	.yjzx-box .box1 .ul:before, 
	.yjzx-box .box1 .ul::after{
		display: none;
	}
	.yjzx-box .box1 li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.4rem;
	}
	
	.yjxq-box .box1{
		display: block;
	}
	.yjxq-box .box1 dt{
		width: 100%;
	}
	.yjxq-box .box1 dt h6{
		margin-top: 0.4rem;
	}
	.yjxq-box .box1 dt h5{
		font-size: 0.36rem;
	}
	.yjxq-box .box1 dt span{
		margin-top: 0.3rem;
	}
	.yjxq-box .box1 dd{
		display: flex;
		width: 100%;
		margin-top: 0.3rem;
	}
	.yjxq-box .box1 dd a{
		flex-shrink: 0;
		width: 0.42rem;
		margin: 0 0.12rem 0 0;
	}
	
	.cpfl-box .box1 a{
		position: relative !important;
		width: 100% !important;
		height: 50vw !important;
		margin: 0 0 0.2rem 0 !important;
	}
	.cpfl-box .box1 a h6{
		top: 50%;
		transform: translateY(-50%);
	}
	
	.cplb-box .box1{
		display: block;
	}
	.cplb-box .box1 .dl{
		width: 100%;
		margin-right: 0;
	}
	.cplb-box .box1 .dl dd{
		display: none;
	}
	.cplb-box .box1 .view{
		margin-top: 0.4rem;
	}
	.cplb-box .box1 .div{
		height: 0.5rem;
	}
	.cplb-box .box1 .div h6{
		display: none;
	}
	.cplb-box .box1 .div .form-div{
		width: 100%;
	}
	.cplb-box .box1 .div .form-div form{
		width: 100%;
		padding-left: 0;
	}
	.cplb-box .box1 .ul li{
		width: 48%;
		margin-right: 4%;
	}
	.cplb-box .box1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.cplb-box .box1 .ul li div{
		padding: 0 0.18rem 0.2rem;
	}
	
	.cpxq-box .box1{
		padding: 0.4rem 0 0.6rem;
	}
	.cpxq-box .box1 .h5{
		flex-wrap: wrap;
		margin-bottom: 0.3rem;
	}
	.cpxq-box .box1 .h5 a:last-of-type{
		flex-shrink: 0;
		width: 100%;
		margin-top: 0.12rem;
	}
	.cpxq-box .box1 .view{
		display: block;
	}
	.cpxq-box .box1 .div1{
		width: 100%;
		height: auto;
		flex-direction: column-reverse;
	}
	.cpxq-box .box1 .div1 .gallery-top{
		height: 90vw;
		width: 100%;
		flex: auto;
	}
	.cpxq-box .box1 .div1 .gallery-thumbs{
		width: 100%;
		height: 1.0rem;
		margin-top: 0.14rem;
	}
	.cpxq-box .box1 .div2{
		padding-top: 0.4rem;
	}
	.cpxq-box .box1 .div2 strong{
		margin-top: 0.4rem;
	}
	.cpxq-box .box2 .div dl{
		width: 100%;
	}
	.cpxq-box .box2 .div dd p{
		height: 0.52rem;
	}
	.cpxq-box .box2 .dl dd{
		flex-wrap: wrap;
		height: auto;
		padding: 0.24rem 0.16rem;
		justify-content: center;
	}
	.cpxq-box .box2 .dl dd i{
		margin: 0 0.15rem;
	}
	.cpxq-box .box2 .dl dd i:nth-of-type(4){
		width: 100%;
		height: 1px;
		margin: 0.24rem 0;
	}
	
	.gywm-box .box1 .dl{
		flex-direction: column-reverse;
	}
	.gywm-box .box1 .dl dt{
		width: 100%;
	}
	.gywm-box .box1 .dl dd{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.gywm-box .box1 .ul{
		flex-wrap: wrap;
		padding: 0.24rem 0;
		margin-top: 0.5rem;
	}
	.gywm-box .box1 .ul li{
		flex: auto;
		flex-shrink: 0;
		width: 50%;
		padding: 0 0.24rem;
		margin: 0.1rem 0;
	}
	.gywm-box .box1 .ul li:nth-of-type(2n){
		border-right: 0;
	}
	.gywm-box .box1 .ul li strong{
		font-size: 0.68rem;
	}
	.gywm-box .box2{
		background-size: auto 55vw;
	}
	.gywm-box .box2 .ul{
		display: block;
		padding-top: 0;
	}
	.gywm-box .box2 .ul li{
		width: 100%;
		margin-top: 0.24rem;
	}
	.gywm-box .box2 .ul li:nth-of-type(2n){
		margin-top: 0.24rem;
	}
	.gywm-box .box2 .ul li a{
		height: 3.0rem;
	}
	.gywm-box .box3 .ul{
		flex-wrap: wrap;
		margin-top: 0.18rem;
	}
	.gywm-box .box3 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.2rem;
	}
	.gywm-box .box3 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.index-box .box1 .ul{
		padding: 0.16rem 0.24rem;
		margin-top: 0.6rem;
		background-color: #f5f9fa;
		flex-wrap: wrap;
	}
	.index-box .box1 .ul li{
		width: 48%;
		margin-right: 4%;
		margin: 0.12rem 0;
	}
	.index-box .box1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index-box .box1 .ul li strong{
		font-size: 0.68rem;
	}
	.index-box .box1 .ul li span{
		height: auto;
		padding-top: 0;
		margin-bottom: 0.12rem;
	}
	.index-box .box1 .dl{
		display: block;
		height: auto;
		margin-top: 0.6rem;
	}
	.index-box .box1 .dl dt{
		width: 100%;
		height: 55vw;
	}
	.index-box .box1 .dl dd{
		width: 100%;
		padding: 0.3rem;
	}
	.index-box .box1 .dl dd p{
		margin: 0.28rem 0 0.4rem;
	}
	.index-box .box2 .div{
		display: block;
		margin-bottom: 0;
	}
	.index-box .box2 .div .form{
		margin-top: 0.2rem;
	}
	.index-box .box2 .ul{
		flex-wrap: wrap;
	}
	.index-box .box2 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.24rem;
	}
	.index-box .box2 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.index-box .box3 .view1 .div dl{
		margin-top: 0.4rem;
	}
	.index-box .box3 .view1{
		display: block;
	}
	.index-box .box3 .view1 .div{
		width: 100%;
	}
	.index-box .box3 .view1 .ul{
		width: 100%;
		margin: 0.4rem 0;
	}
	.index-box .box3 .view2{
		width: 70%;
		margin: 0 auto;
	}
	.index-box .box3 .view3{
		width: 108%;
		left: -6%;
		bottom: -0.6rem;
	}
}
