@font-face{
	font-family: "BEBAS";
	src: url('../font/BEBAS.ttf'),url('../font/BEBAS.eot');
	font-weight: normal; 
	font-style: normal;
}
/* @font-face {
  font-family: 'iconfont'; 
  src: url('//at.alicdn.com/t/c/font_4593904_75b7la9wdo.woff2?t=1719024222057') format('woff2'),
       url('//at.alicdn.com/t/c/font_4593904_75b7la9wdo.woff?t=1719024222057') format('woff'),
       url('//at.alicdn.com/t/c/font_4593904_75b7la9wdo.ttf?t=1719024222057') format('truetype');
} */

/** 清除内外边距 **/
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;
	overflow-x: hidden;
}
body::-webkit-scrollbar{
	width: 4px;
	height: 1px;
}
body::-webkit-scrollbar-thumb{
	background: #263e8f;
}
.clear-both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.ww{
	width: 12.8rem;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
}
.pd{
	padding: 0.7rem 0;
}
.is{
	display: block;
	height: 1px;
}
.md-i{
	display: block;
	height: 1px;
	transform: translateY(-0.75rem);
}
.swiper-div{
	overflow: hidden;
}
.swiper-pagination{
	/* position: static;
	margin-top: 0.4rem; */
	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.16rem !important;
	background-color: #ddd;
}
.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 #263e8f;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #263e8f;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
	opacity: 1;
	transform: scale(1);
}

.swiper-button{
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	background: none;
	border: 1px solid #263e8f;
	color: #263e8f;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.48rem;
	margin-top: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.swiper-button-prev{
	left: -0.7rem;
}
.swiper-button-prev::after{
	content: "\e83d";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-next{
	right: -0.7rem;
}
.swiper-button-next::after{
	content: "\e842";
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.swiper-button-dl{
	position: relative;
	display: flex;
	align-items: center;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid rgba(0,64,89,0.1);
}
.swiper-button-dl .swiper-button-prev,
.swiper-button-dl .swiper-button-next{
	position: static;
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 1.2rem;
	background: no-repeat;
	margin-top: 0;
	font-size: 0.22rem;
	color: #004059;
}
.swiper-button-dl::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 0.34rem;
	background-color: #0079c5;
	opacity: 0.1;
}

.title-h6{
	font-weight: bold;
	text-align: center;
	font-size: 0.4rem;
	margin-bottom: 0.5rem;
}
.more-a{
	display: block;
	width: 3.0rem;
	height: 0.6rem;
	margin: 0 auto;
	border: 1px solid #263e8f;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.18rem;
	color: #263e8f;
	transition: all 0.5s;
}
.more1{
	border-color: #fff;
	color: #fff;
}

.header-box{
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0.06rem 0.18rem 0px rgba(0, 0, 0, 0.16);
}
.header-box .h5{
	background-color: #263e8f;
	color: #fff;
	padding: 0 1.3rem;
	font-size: 0.14rem;
	height: 0.34rem;
	display: flex;
	align-items: center;
}
.header-box .h5 img{
	flex-shrink: 0;
	width: 0.2rem;
	margin-right: 0.1rem;
}
.header-box .div{
	display: flex;
	align-items: center;
	padding: 0 1.3rem;
	box-sizing: border-box;
	height: 1.1rem;
	transition: all 0.5s;
}
.header-box .lg-a{
	flex-shrink: 0;
	width: 2.72rem;
	height: 100%;
}
.header-box .lg-a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-box .ul{
	flex: 1;
	min-width: 0;
	font-size: 0;
	text-align: right;
}
.header-box .ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 6%;
}
.header-box .ul li::before{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0.25rem;
	width: 0;
	height: 0.06rem;
	background-color: #263e8f;
	transition: all 0.5s;
	border-radius:3px;
}
.header-box .ul li a{
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	height: 1.1rem;
	transition: all 0.5s;
}
.header-box .ul .active a{
	color: #263e8f;
}
.header-box .ul .active::before{
	width: 100%;
}
.header-box .ul li a i{
	display: none;
	opacity: 0.8;
	transition: all 0.5s;
}
.header-box .ul .show a i{
	transform: rotate(-135deg);
}
.header-box .ul li p{
	background-color: #f7f7f7;
	padding: 0.1rem 0.24rem;
	box-sizing: border-box;
	display: none;
}
.header-box .ul li p a{
	color: #999;
	height: 0.4rem;
	line-height: 0.4rem;
	display: block;
	text-align: left;
}
.header-box .ss-a{
	flex-shrink: 0;
	width: 0.24rem;
	height: 0.24rem;
	font-size: 0.24rem;
	color: #999;
	transition: all 0.5s;
}
.header-box .ss-a::after{
	content: "\e845";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.header-box .dl{
	position: relative;
	flex-shrink: 0;
	width: 0.9rem;
	height: 0.3rem;
	padding-left: 0.16rem;
	margin-left: 0.16rem;
	border-left: 1px solid #ccc;
}
.header-box .dl::after{
	content: "\e82a";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	transform: rotate(45deg);
	top: 0.06rem;
	right: 0;
	font-size: 0.1rem;
	color: #999;
	transition: all 0.5s;
}
.header-box .dl dt{
	width: 100%;
	height: 0.3rem;
	overflow: hidden;
	transition: all 0.5s;
}
.header-box .dl a{
	display: flex;
	align-items: center;
	font-size: 0.22rem;
	height: 0.3rem;
	font-weight: bold;
	color: #999;
	transition: all 0.5s;
}
.header-box .dl a img{
	flex-shrink: 0;
	width: 0.31rem;
	margin-right: 0.1rem;
}
.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: #263e8f;
    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);
}
.headerh-box .div{
	height: 0.9rem;
}
.headerh-box .ul li a{
	height: 0.9rem;
}

.footer-box{
	position: relative;
	z-index: 3;
	background-color: #e9ebf0;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1.3rem 0.9rem;
}
.footer-box .h5{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.14rem;
	color: #fff;
	background-color: #263e8f;
}
.footer-box .view1{
	flex-shrink: 0;
	width: 3.0rem;
}
.footer-box .view1 .lg-a{
	display: block;
}
.footer-box .view1 .lg-a img{
	width: 100%;
}
.footer-box .view1 h6{
	margin: 0.27rem 0;
	display: flex;
	padding-left: 0.7rem;
}
.footer-box .view1 h6 a{
	flex-shrink: 0;
	width: 0.34rem;
	margin-right: 0.17rem;
	transition: all 0.5s;
}
.footer-box .view1 h6 a:last-of-type{
	margin-right: 0;
}
.footer-box .view1 h6 a img{
	width: 100%;
}
.footer-box .view1 p{
	padding-left: 0.7rem;
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
}
.footer-box .view2{
	flex: 1;
	min-width: 0;
	margin-left: 10%;
	color: #333;
	display: flex;
	padding-top: 0.2rem;
}
.footer-box .view2 dl{
	flex-shrink: 0;
	width: 30%;
	margin-right: 6%;
}
.footer-box .view2 .dl2{
	flex: 1;
	min-width: 0;
	margin-right: 0;
}
.footer-box .view2 dt{
	font-size: 0.22rem;
	padding-bottom: 0.16rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.1rem;
}
.footer-box .view2 dd{
	font-size: 0;
}
.footer-box .view2 dd a{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 0.18rem;
	line-height: 1.6;
	margin-top: 0.12rem;
	color: #666;
	opacity: 0.8;
	transition: all 0.5s;
}
.footer-box .view2 .dl2 dd a{
	width: 50%;
}

.banner-box{
	position: fixed;
	top: 1.24rem;
	left: 0;
	width: 100%;
	height: 5.1rem; 
	/*height: calc(100vh - 0.9rem);*/
	transition: all 0.5s;
}
.banner1-box{
	height: calc(100vh - 0.9rem);
}
.banner-box .img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .dl{
	position: absolute;
	padding-top: 0.15rem;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.banner-box .dl dt{
	font-weight: bold;
	font-size: 0.6rem;
	text-transform: uppercase;
}
.banner-box .dl dd{
	width: 0.75rem;
	height: 5px;
	background-color: #fff;
	margin: 0.26rem auto 0;
}
.banner-box .dl p{
	width: 60%;
	margin: 0.36rem auto 0;
	font-size: 0.24rem;
	line-height: 1.6;
}
.banner-box .div{
	position: absolute;
	top: 26%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}
.banner-box .div h6{
	font-size: 0.7rem;
	line-height: 1.2;
	font-weight: bold;
}
.banner-box .div p{
	font-size: 0.4rem;
	line-height: 1.4;
	margin-top: 0.4rem;
}
.banners-box{
	height: 5.1rem;
}

.content-box{
	 padding-top: 6.34rem; 
	/*padding-top: 100vh;*/
	transition: all 0.5s;
}
.content1-box{
	padding-top: 1.54rem;
/*	background-color: #f7f7f7;*/
}
.content2-box{
	padding-top: 100vh;
}
.contents-box{
	padding-top: 6.34rem;
}

.box{
	position: relative;
	z-index: 3;
	background-color: #fff;
}

.paging-box{
	margin-top: 0.6rem;
	display: flex;
	justify-content: center;
}
.paging-box a{
	flex-shrink: 0;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.16rem;
	font-size: 0.14rem;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #848484;
	margin: 0 0.06rem;
	transition: all 0.5s;
}
.paging-box .active{
	background-color: #263e8f;
	border-color: #263e8f;
	color: #fff;
}

.crumbs-h6{
	display: flex;
	align-items: center;
	font-size: 0.16rem;
	padding: 0.36rem 0;
	margin-bottom: 0.36rem;
	border-bottom: 1px solid #ccc;
}
.crumbs-h6 a{
	color: #666;
}
.crumbs-h6 a:last-of-type{
	color: #263e8f;
}
.crumbs-h6 i{
	margin: 0 0.1rem;
}
.crumbs-h6 i::after{
	content: "\e842";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.crumbs-h6 i:last-of-type{
	display: none;
}



.xwhd-box{
	
}
.xwhd-box .box1{
	
}
.xwhd-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.3rem;
}
.xwhd-box .box1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	background-color: #f7f7f7;
	margin-top: 0.3rem;
	transition: all 0.5s;
}
.xwhd-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.xwhd-box .box1 .ul li a{
	display: block;
}
.xwhd-box .box1 .ul li em{
	display: block;
	height: 2.6rem;
	overflow: hidden;
}
.xwhd-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.xwhd-box .box1 .ul li div{
	padding: 0.2rem 0.18rem;
}
.xwhd-box .box1 .ul li h6{
	font-size: 0.2rem;
	line-height: 1.4;
	height: 0.56rem;
	overflow: hidden;
	transition: all 0.5s;
}
.xwhd-box .box1 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	height: 0.51rem;
	overflow: hidden;
	margin: 0.18rem 0 0.3rem;
}
.xwhd-box .box1 .ul li span{
	display: block;
	font-size: 0.14rem;
	color: #999;
	line-height: 1.4;
}



.xwxq-box{
	padding-top: 0;
}
.xwxq-box .box1{
	
}
.xwxq-box .box1 .dl{
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.36rem;
}
.xwxq-box .box1 .dl dt{
	font-size: 0.4rem;
	line-height: 1.3;
	margin-bottom: 0.24rem;
}
.xwxq-box .box1 .dl dd{
	font-size: 0.18rem;
	color: #666;
}
.xwxq-box .box1 .div{
	
}
.xwxq-box .box1 .div p{
	font-size: 0.16rem;
	line-height: 1.8;
}
.xwxq-box .box1 .div img,
.xwxq-box .box1 .div video{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}



.allb-box{
	
}
.allb-box .box1{
	
}
.allb-box .box1 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.allb-box .box1 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.4rem;
	transition: all 0.5s;
	
	background-color: #D1D3D9;
    border-radius: 6px;
}
.allb-box .box1 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.allb-box .box1 .ul li a{
	display: block;
}
.allb-box .box1 .ul li em{
	display: block;
	height: 2.6rem;
	overflow: hidden;
}
.allb-box .box1 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.allb-box .box1 .ul li h6{
	font-size: 0.18rem;
	line-height: 1.4;
	text-align: center;
	padding: 0.2rem;
	transition: all 0.5s;
}



.alxq-box{
	padding-top: 0;
}
.alxq-box .box1{
	display: flex;
	padding: 0.5rem 0;
}
.alxq-box .box1 .em,
.alxq-box .box1 .gallery-top{
	display: block;
	flex-shrink: 0;
	width: 6.4rem;
	height: 4.4rem;
}
.alxq-box .box1 .em img,
.alxq-box .box1 .gallery-top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.alxq-box .box1 .div{
	position: relative;
	flex: 1;
	min-width: 0;
	margin-left: 0.5rem;
}
.alxq-box .box1 .div .crumbs-h6{
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0.12rem 0 0.3rem;
}
.alxq-box .box1 .div .h5{
/*	text-transform: uppercase;*/
	font-size: 0.28rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ccc;
}
.alxq-box .box1 .div .d{
	margin-top: 0.4rem;
	display: flex;
	align-items: flex-start;
	font-size: 0.18rem;
}
.alxq-box .box1 .div .d img{
	flex-shrink: 0;
	width: 0.24rem;
	margin-right: 0.1rem;
}
.alxq-box .box1 .div .d strong{
	flex-shrink: 0;
	width: 1.6rem;
	line-height: 0.24rem;
}
.alxq-box .box1 .div .d p{
	flex: 1;
	min-width: 0;
}
.alxq-box .box1 .div .d span{
	display: block;
	line-height: 0.24rem;
	color: #666;
	margin-bottom: 0.1rem;
}
.alxq-box .box1 .div .d span:last-of-type{
	margin-bottom: 0;
}
.alxq-box .box1 .div .p{
	font-size: 0.2rem;
	color: #999;
	line-height: 1.8;
	margin-top: 0.24rem;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #ccc;
}
.alxq-box .box1 .div .p:last-of-type{
	border-bottom: 0;
}
.alxq-box .box1 .div .gallery-thumbs{
	position: absolute;
	width: 100%;
/*	height: 1.24rem;*/
	left: 0;
	bottom: 0;
}
.alxq-box .box1 .div .swiper-slide::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #263e8f;
	opacity: 0;
	transition: all 0.5s;
}
.alxq-box .box1 .div .swiper-slide-thumb-active::after{
	opacity: 1;
}
.alxq-box .box1 .div .gallery-thumbs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.alxq-box .box2{
	padding: 0.4rem 0 0.5rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.alxq-box .box2 p{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #666;
}
.alxq-box .box2 .swiper-container{
	margin-top: 0.4rem;
	width: calc(100% + 0.3rem);
	margin-left: -0.15rem;
}
.alxq-box .box2 .swiper-slide{
	box-sizing: border-box;
	padding: 0 0.15rem;
}
.alxq-box .box2 .swiper-slide img{
	width: 100%;
	height: 2.4rem;
	object-fit: cover;
}
.alxq-box .box2 .swiper-pagination{
	position: static;
	margin-top: 0.4rem;
}

.alxq-box .box3{
	padding-top: 0.5rem;
}
.alxq-box .box3 .h5{
	font-size: 0.28rem;
	margin-bottom: 0.4rem;
}
.alxq-box .box3 .swiper-container{
	width: calc(100% + 0.3rem);
	margin-left: -0.15rem;
}
.alxq-box .box3 .swiper-slide{
	box-sizing: border-box;
	padding: 0 0.15rem;
	    border-radius: 6px; 
    /*background-color: #D1D3D9;*/
}
.alxq-box .box3 .swiper-slide a{
	display: block;
}
.alxq-box .box3 .swiper-slide a em{
	display: block;
	overflow: hidden;
	/*height: 3.0rem;*/
}
.alxq-box .box3 .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.alxq-box .box3 .swiper-slide a h6{
	font-size: 0.2rem;
	line-height: 1.4;
	/*margin-top: 0.2rem;*/
	transition: all 0.5s;
	padding: 0.2rem;
	text-align: center;
	background:#D1D3D9;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.alxq-box .box3 .swiper-pagination{
	position: static;
	margin-top: 0.4rem;
}


.alxq-box .box4{
	padding: 0.2rem 0 0.6rem;
	border-bottom: 1px solid #ccc;
}
.alxq-box .box4 .h6{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.4rem;
}
.alxq-box .box4 .h6 span{
	flex-shrink: 0;
	width: 32%;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #6e758b;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.alxq-box .box4 .h6 .active{
	background-color: #263e8f;
}

.alxq-box .box4 .dl{
	
}
.alxq-box .box4 .dl dd{
	font-size: 0.18rem;
	line-height: 1.6;
	color: #666;
	padding: 0.4rem 0.5rem;
	display: none;
	background-color: #f7f7f7;
}
.alxq-box .box4 .dl dd p{
	padding-bottom:0.1rem;}
.alxq-box .box4 .dl dd:first-of-type{
	display: block;
}
.alxq-box .box4 .dl .dd2{
	padding: 0;
	background-color: #fff;
}
/*.alxq-box .box4 .dl .dd2 tr:not(first-of-type) th{
	font-weight: normal;
	color：#666;
}*/
.alxq-box .box4 .dl .dd2 tr th:first-child{
     
  
  width: 33.33%;
}
.alxq-box .box4 .dl .dd2 tr:not(:first-child) th{
    color: #666;
	font-weight:normal;
   
}
.alxq-box .box4 .dl .dd2 p{
	color: #263e8f;
	padding: 0.2rem 0.3rem 0;
}
.alxq-box .box4 .dl table{
	width: 100%;
	background-color: #f2f2f2;
}
.alxq-box .box4 .dl tr{
	text-align: left;
}
.alxq-box .box4 .dl tr:nth-of-type(2n){
	background-color: #fafafa;
}
.alxq-box .box4 .dl th{
	color: #263e8f;
	padding: 0.14rem 0.3rem;
}
.alxq-box .box4 .dl td{
	padding: 0.14rem 0.3rem;
}
.alxq-box .box4 .dl ul{
	
}
.alxq-box .box4 .dl li{
	position: relative;
	margin-bottom: 0.16rem;
}
.alxq-box .box4 .dl li::before{
	content: "●";
	color: #263e8f;
	position: absolute;
	top: 0.02rem;
	left: -0.16rem;
	font-size: 0.14rem;
}


.cplb-box{
	
}
.cplb-box .box1{
	display: flex;
}
.cplb-box .view1{
	flex-shrink: 0;
	width: 2.8rem;
}
.cplb-box .view1 .h6{
	font-size: 0.4rem;
	color: #263e8f;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.cplb-box .view1 .ul{
	
}
.cplb-box .view1 .ul li{
	overflow: hidden;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #D4D4D4;
}
.cplb-box .view1 .ul li .a{
	display: block;
	font-size: 0.15rem;
	color: #263e8f;
	line-height: 1.6;
	font-weight: bold;
}
.cplb-box .view1 .ul li p{
	padding-left: 0.2rem;
}
.cplb-box .view1 .ul li p a{
	position: relative;
	display: block;
	font-size: 0.14rem;
	color: #666;
	line-height: 1.6;
	margin-top: 0.1rem;
	padding-left: 0.2rem;
	transition: all 0.5s;
}
.cplb-box .view1 .ul li p a::before{
	content: "\e842";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	left: 0;
}
/* .cplb-box .view1 .ul .active a{
	color: #263e8f;
	transform: translateX(0);
} */

.cplb-box .view2{
	flex: 1;
	min-width: 0;
	margin-left: 0.4rem;
}
.cplb-box .view2 .crumbs-h6{
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0 0 0.3rem;
}
.cplb-box .view2 .h5{
	text-transform: uppercase;
	font-size: 0.3rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.1rem;
}
.cplb-box .view2 .ul{
	display: flex;
	flex-wrap: wrap;
}
.cplb-box .view2 .ul li{
	flex-shrink: 0;
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 0.3rem;
	border-radius: 6px;
	overflow: hidden;
	background-color: #D1D3D9;
}
.cplb-box .view2 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.cplb-box .view2 .ul li a{
	display: block;
}
.cplb-box .view2 .ul li em{
	display: block;
	overflow: hidden;
	height: 2.4rem;
}
.cplb-box .view2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.cplb-box .view2 .ul li h6{
	font-size: 0.18rem;
	line-height: 1.4;
	padding: 0.2rem;
	text-align: center;
	transition: all 0.5s;
}



.lxwm-box{
	
}
.lxwm-box .div{
	text-align: center;
}
.lxwm-box .div h6{
	font-size: 0.42rem;
	font-weight: bold;
}
.lxwm-box .div p{
	font-size: 0.24rem;
	margin-top: 0.2rem;
	color: #666;
}
.lxwm-box .ul{
	margin: 0.6rem 0;
	display: flex;
	justify-content: space-between;
}
.lxwm-box .ul li{
	flex-shrink: 0;
	width: 32%;
	text-align: center;
	padding: 0.6rem 0;
	background-color: #f7f7f7;
	cursor: pointer;
	transition: all 0.5s;
}
.lxwm-box .ul li img{
	width: 0.7rem;
}
.lxwm-box .ul li span{
	display: block;
	font-size: 0.24rem;
	margin-top: 0.28rem;
}
.lxwm-box .dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lxwm-box .dl dt{
	flex-shrink: 0;
	width: 48%;
	height: 5.0rem;
}
.lxwm-box .dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lxwm-box .dl dd{
	flex-shrink: 0;
	width: 48%;
}
.lxwm-box .dl dd h6{
	font-size: 0.36rem;
	padding-bottom: 0.32rem;
	border-bottom: 1px solid #ccc;
}
.lxwm-box .dl dd p{
	display: flex;
	align-items: flex-start;
	margin-top: 0.18rem;
}
.lxwm-box .dl dd p:last-of-type{
	margin-bottom: 0;
}
.lxwm-box .dl dd p img{
	flex-shrink: 0;
	height: 0.32rem;
	margin-right: 0.16rem;
}
.lxwm-box .dl dd span{
	flex: 1;
	min-width: 0;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #ccc;
}
.lxwm-box .dl dd p:last-of-type span{
	padding-bottom: 0;
	border-bottom: 0;
}
.lxwm-box .dl dd strong{
	display: block;
	font-size: 0.20rem;
	line-height: 0.32rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.lxwm-box .dl dd small{
	display: block;
	font-size: 0.16rem;
	color: #666;
	line-height: 1.6;
}



.form-box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.form-box .box1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10.0rem;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0.6rem 0.5rem;
}
.form-box .i{
	position: absolute;
	top: 0;
	right: 0;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.2rem;
	color: #999;
	font-weight: bold;
	cursor: pointer;
	background-color: #dedede;
	transition: all 0.5s;
}
.form-box .h6{
	font-size: 0.32rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
	text-align: center;
}
.form-box form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-box form p{
	flex-shrink: 0;
	width: 48%;
	margin-bottom: 0.2rem;
}
.form-box form span{
	display: block;
	height: 0.2rem;
	font-size: 0.18rem;
	color: #666;
	margin-bottom: 0.12rem;
}
.form-box form input{
	width: 100%;
	height: 0.5rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	font-size: 0.16rem;
	border: 2px solid #ccc;
	transition: all 0.5s;
}
.form-box form input:focus{
	border-color: #263e8f;
}
.form-box form button{
	margin: 0.3rem auto 0;
	width: 2.9rem;
	height: 0.5rem;
	background-color: #263e8f;
	font-size: 0.18rem;
	color: #fff;
}
.form-box form div.message{
	margin: 0.1rem auto 0;
    width: 100%;
    height: 0.1rem;
    /* background-color: #263e8f; */
    font-size: 0.18rem;
    color: #f00;
    text-align: center;
}




.gywm-box{
	
}
.gywm-box .box1{
	background-color: #f7f7f7;
}
.gywm-box .box1 .dl{
	text-align: center;
}
.gywm-box .box1 dt{
	font-size: 0.44rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.gywm-box .box1 dd{
	font-size: 0.16rem;
	line-height: 1.8;
	color: #666;
}
.gywm-box .box1 .ul{
	margin-top: 0.6rem;
}
.gywm-box .box1 .ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.4rem;
}
.gywm-box .box1 .ul li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.gywm-box .box1 .ul li:first-of-type{
	margin-top: 0;
}
.gywm-box .box1 .ul li img{
	flex-shrink: 0;
	width: 48%;
	height: 4.2rem;
	object-fit: cover;
}
.gywm-box .box1 .ul li dl{
	flex-shrink: 0;
	width: 48%;
	padding-top: 0.2rem;
}

.gywm-box .box2{
	
}
.gywm-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.gywm-box .box2 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.4rem;
	transition: all 0.5s;
}
.gywm-box .box2 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.gywm-box .box2 .ul li a{
	display: block;
}
.gywm-box .box2 .ul li em{
	display: block;
	height: 2.8rem;
	overflow: hidden;
}
.gywm-box .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.gywm-box .box2 .ul li h6{
	font-size: 0.18rem;
	line-height: 1.4;
	text-align: center;
	margin-top: 0.2rem;
	transition: all 0.5s;
}



.search-box{
	background-color: #f7f7f7;
}
.search-box .box2{
	border-bottom: 1px solid #ccc;
}
.search-box .box1{
	padding-bottom: 0;
}
.search-box .box1 h6{
	font-size: 0.32rem;
	line-height: 1.5;
	text-align: center;
}
.search-box .box1 span{
	display: block;
	width: 2.4rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.25rem;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 0.18rem;
	margin: 0.3rem auto;
}
.search-box .box1 form{
	display: flex;
	height: 0.6rem;
	border-bottom: 1px solid #ccc;
	padding-left: 0.16rem;
}
.search-box .box1 input{
	flex: 1;
	min-width: 0;
	height: 100%;
	font-size: 0.2rem;
}
.search-box .box1 button{
	flex-shrink: 0;
	width: 0.6rem;
	height: 100%;
	font-size: 0.3rem;
}
.search-box .box1 button::after{
	content: "\e845";
	font-family: iconfont !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

.search-box .box2{
	
}
.search-box .box2 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.4rem;
}
.search-box .box2 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	margin-top: 0.4rem;
	transition: all 0.5s;
}
.search-box .box2 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.search-box .box2 .ul li a{
	display: block;
}
.search-box .box2 .ul li em{
	display: block;
	height: 2.6rem;
	overflow: hidden;
	background-color: #fff;
}
.search-box .box2 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.search-box .box2 .ul li h6{
	font-size: 0.18rem;
	line-height: 1.4;
	padding: 0.2rem 0 0;
	text-align: center;
	transition: all 0.5s;
}

.search-box .box3{
	
}
.search-box .box3 .ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: -0.3rem;
}
.search-box .box3 .ul li{
	flex-shrink: 0;
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	margin-top: 0.3rem;
	transition: all 0.5s;
}
.search-box .box3 .ul li:nth-of-type(3n){
	margin-right: 0;
}
.search-box .box3 .ul li a{
	display: block;
}
.search-box .box3 .ul li em{
	display: block;
	height: 2.8rem;
	overflow: hidden;
}
.search-box .box3 .ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.search-box .box3 .ul li div{
	padding: 0.2rem 0.18rem;
}
.search-box .box3 .ul li h6{
	font-size: 0.2rem;
	line-height: 1.4;
	height: 0.56rem;
	overflow: hidden;
	transition: all 0.5s;
}
.search-box .box3 .ul li p{
	font-size: 0.16rem;
	line-height: 1.6;
	color: #666;
	height: 0.51rem;
	overflow: hidden;
	margin: 0.18rem 0 0.4rem;
}
.search-box .box3 .ul li span{
	display: block;
	font-size: 0.16rem;
	color: #999;
	line-height: 1.4;
}



.swiper-box{
	position: fixed;
	top: 1.24rem;
	left: 0;
	width: 100%;
	height: calc(100vh - 1.24rem);
}
.swiper-box .swiper-slide{
	color: #fff;
}
.swiper-box .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-box .swiper-slide .div{
	position: absolute;
	width: 11.0rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.swiper-box .swiper-slide .div h6{
	font-size: 0.4rem;
	text-transform: uppercase;
	line-height: 1.4;
	font-weight: bold;
	padding: 0 8%;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.2s;
}
.swiper-box .swiper-slide .div p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin: 0.3rem 0 0.6rem;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.3s;
}
.swiper-box .swiper-slide .div .more-div{
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.8s 0.4s;
}
.swiper-box .active-slide .div h6,
.swiper-box .active-slide .div p,
.swiper-box .active-slide .div .more-div{
	transform: translateY(0);
	opacity: 1;
}
.swiper-box .swiper-pagination span::after{
	border-color: #fff;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}



.index-box{
	
}
.index-box .box1{
	
}
.index-box .box1 p{
	font-size: 0.16rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0.5rem;
}

.index-box .box2{
	background-color: #f7f7f7;
}
.index-box .box2 .div{
	position: relative;
}
.index-box .box2 .swiper-container{
	height: 2.8rem;
}
.index-box .box2 .swiper-slide{
	
}
.index-box .box2 .swiper-slide em{
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}
.index-box .box2 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box2 .swiper-slide h6{
	position: absolute;
	z-index: 3;
	width: 90%;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 0.24rem;
	line-height: 1.4;
	font-weight: bold;
	transition: all 0.5s;
}
.index-box .box2 .swiper-slide::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.55);
	transition: all 0.5s;
}
.index-box .box2 .swiper-pagination{
	position: static;
	margin: 0.4rem 0;
}

.index-box .box3{
	background-color: #2a313c;
}
.index-box .box3 .div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}
.index-box .box3 .div .title-h6{
	margin-bottom: 0;
	color: #fff;
}
.index-box .box3 .div .dl{
	display: flex;
	align-items: center;
}
.index-box .box3 .div .swiper-button{
	position: static;
	border-color: #fff;
	color: #fff;
	transform: translateY(0);
	margin-right: 0.2rem;
}
.index-box .box3 .div .next2{
	margin-right: 0;
}
.index-box .box3 .swiper-container{
	width: 100%;
}
.index-box .box3 .swiper-slide{
	color: #fff;
}
.index-box .box3 .swiper-slide em{
	display: block;
	width: 100%;
	height: 2.4rem;
	overflow: hidden;
}
.index-box .box3 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.index-box .box3 .swiper-slide h6{
	font-size: 0.18rem;
	line-height: 1.6;
	text-align: center;
	margin-top: 0.2rem;
	transition: all 0.5s;
}

.index-box .box4{
	
}
.index-box .box4 .swiper-container{
	
}
.index-box .box4 .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.index-box .box4 .swiper-slide img{
	width: 100%;
}
.index-box .box4 .swiper-pagination{
	position: static;
	margin: 0.4rem 0;
}

.index-box .box5{
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.index-box .box5 .ww{
	position: relative;
}
.index-box .box5 .div1{
	width: calc(66% - 0.4rem);
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0.1rem;
	padding: 0.6rem 0.5rem;
}
.index-box .box5 .div1 form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-box .box5 .div1 p{
	flex-shrink: 0;
	width: 48%;
}
.index-box .box5 .div1 .p{
	width: 100%;
	margin: 0.2rem 0;
}
.index-box .box5 .div1 span{
	display: block;
	height: 0.2rem;
	font-size: 0.2rem;
	color: #999;
	margin-bottom: 0.1rem;
	padding: 0 0.1rem;
}
.index-box .box5 .div1 input{
	width: 100%;
	height: 0.6rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
	font-size: 0.16rem;
	border: 1px solid #eef2f3;
	background-color: #eef2f3;
	transition: all 0.5s;
}
.index-box .box5 .div1 textarea{
	width: 100%;
	height: 1.4rem;
	box-sizing: border-box;
	padding: 0.18rem 0.2rem;
	font-size: 0.16rem;
	line-height: 1.6;
	resize: none;
	border: 1px solid #eef2f3;
	background-color: #eef2f3;
	transition: all 0.5s;
}
.index-box .box5 .div1 input:focus,
.index-box .box5 .div1 textarea:focus{
	border-color: #263e8f;
}
.index-box .box5 .div1 button{
	width: 100%;
	height: 0.6rem;
	background-color: #263e8f;
	font-size: 0.18rem;
	color: #fff;
}
.index-box .box5 .div2{
	position: absolute;
	width: 34%;
	height: 100%;
	top: 0;
	right: 0;
	color: #fff;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 0.1rem;
	padding: 0.4rem;
	display: flex;
	flex-direction: column;
}
.index-box .box5 .div2 p{
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.2rem;
}
.index-box .box5 .div2 p img{
	flex-shrink: 0;
	width: 0.3rem;
	margin-right: 0.12rem;
}
.index-box .box5 .div2 p span{
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.index-box .box5 .div2 h6{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.2rem 0 0.2rem;
}
.index-box .box5 .div2 h6 img{
	flex-shrink: 0;
	width: 0.18rem;
	margin-left: 0.1rem;
}
.index-box .box5 .div2 .img{
	flex: 1;
	min-height: 0;
	width: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
}




@media (min-width: 1200px) {
	.index-box .box3 .swiper-slide:hover h6{
		color: #1FBA81;
	}
	.index-box .box3 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.index-box .box2 .swiper-slide:hover img{
		transform: scale(1.1);
	}
	.index-box .box2 .swiper-slide:hover h6{
		top: 60%;
		opacity: 0;
	}
	.index-box .box2 .swiper-slide:hover::after{
		opacity: 0;
	}
	.search-box .box2 .ul li:hover h6{
		color: #263e8f;
	}
	.search-box .box2 .ul li:hover img{
		transform: scale(1.1);
	}
	.search-box .box3 .ul li:hover h6{
		color: #263e8f;
	}
	.search-box .box3 .ul li:hover img{
		transform: scale(1.1);
	}
	.search-box .box3 .ul li:hover{
		background-color: #fff;
		box-sizing: border-box;
		box-shadow: 2px 6px 0.18rem 0 rgba(0,0,0,.15);
	}
	.lxwm-box .ul li:hover{
		background-color: #fff;
		box-shadow: 2px 6px 0.18rem 0 rgba(0,0,0,.15);
	}
	.form-box .i:hover{
		background-color: #263e8f;
		color: #fff;
	}
	.gywm-box .box2 .ul li:hover h6{
		color: #263e8f;
	}
	.gywm-box .box2 .ul li:hover img{
		transform: scale(1.1);
	}
	.alxq-box .box4 .h6 span:hover{
		background-color: #263e8f;
	}
	.cplb-box .view2 .ul li:hover img{
		transform: scale(1.1);
	}
	.cplb-box .view2 .ul li:hover h6{
		color: #263e8f;
	}
	.cplb-box .view1 .ul li p a:hover{
		color: #263e8f;
	}
	.alxq-box .box3 .swiper-slide a:hover h6{
		color: #263e8f;
	}
	.alxq-box .box3 .swiper-slide a:hover img{
		transform: scale(1.1);
	}
	.allb-box .box1 .ul li:hover h6{
		color: #263e8f;
	}
	.allb-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.xwhd-box .box1 .ul li:hover h6{
		color: #263e8f;
	}
	.xwhd-box .box1 .ul li:hover img{
		transform: scale(1.1);
	}
	.xwhd-box .box1 .ul li:hover{
		background-color: #fff;
		box-sizing: border-box;
		box-shadow: 2px 6px 0.18rem 0 rgba(0,0,0,.15);
	}
	.paging-box a:hover{
		background-color: #263e8f;
		border-color: #263e8f;
		color: #fff;
	}
	.footer-box .view1 h6 a:hover{
		opacity: 0.6;
	}
	.footer-box .view2 dd a:hover{
		opacity: 1;
	}
	.header-box .ul li:hover::before{
		width: 100%;
	}
	.header-box .ul li:hover a{
		color: #263e8f;
	}
	.header-box .dl:hover dt{
		height: 0.6rem;
	}
	.header-box .dl a:hover{
		color: #263e8f;
	}
	.header-box .ss-a:hover{
		color: #263e8f;
	}
	.more-a:hover{
		border-color: #263e8f;
		background-color: #263e8f;
		color: #fff;
	}
	.swiper-button:hover{
		background-color: #263e8f;
		color: #fff;
	}
	.index-box .box3 .div .swiper-button:hover{
		background-color: #1FBA81;
		border-color: #1FBA81;
	}
}

@media (max-width: 1500px) {
	html{
		font-size: 90px;
	}
}

@media (max-width: 1300px) {
	html{
		font-size: 85px;
	}
}

@media (max-width: 1200px) {
	html{
		font-size: 80px;
	}
	.ww{
		width: 92%;
	}
}

@media (max-width: 992px) {
	body{
		padding-top: 0.7rem;
	}
	.ww{
		width: calc(100% - 0.48rem);
	}
	.header-box{
		
	}
	.header-box .div{
		padding: 0 0.24rem;
		height: 0.7rem;
	}
	.header-box .h5{
		display: none;
	}
	.header-box .lg-a{
		width: 1.6rem;
		margin-right: calc(100% - 3.6rem);
	}
	.header-box .menu-dl{
		display: flex;
	}
	.header-box .ul{
		display: none;
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background-color: #fff;
		box-sizing: border-box;
		padding: 0.1rem 0.24rem;
		box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.2);
		border-top: 1px solid #e5e5e5;
	}
	.header-box .ul li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e5e5e5;
		margin-right: 0;
	}
  .header-box .ul li::before{
    bottom:0
  }
	.header-box .ul li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 0.18rem;
		height: 0.56rem;
		color: #333;
	}
	.header-box .ul li a i{
		display: block;
	}
	.banner-box,.banner1-box{
		top: 0.7rem;
		height: 60vw;
	}
	.banner-box .div{
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.banner-box .div h6{
		font-size: 0.36rem;
	}
	.banner-box .div p{
		font-size: 0.28rem;
		margin-top: 0.1rem;
	}
	.banner-box .dl{
		padding-top: 0;
		box-sizing: border-box;
		padding: 0 0.24rem;
	}
	.banner-box .dl dt{
		font-size: 0.36rem;
	}
	.banner-box .dl dd{
		margin: 0.2rem auto 0;
	}
	.banner-box .dl p{
		width: 100%;
		font-size: 0.2rem;
		margin: 0.2rem auto 0;
	}
	.content-box,.content2-box{
		padding-top: 60vw;
	}
	.content1-box{
		padding-top: 0;
	}
	.index-body .content2-box{
		padding-top: calc(100vh - 0.7rem);
	}
	.footer-box{
		padding: 0.4rem 0.24rem 0.7rem;
	}
	.footer-box .view1{
		width: 100%;
		text-align: center;
	}
	.footer-box .view1 .lg-a{
		width: 3.0rem;
		margin: 0 auto;
	}
	.footer-box .view1 h6{
		justify-content: center;
		padding-left: 0;
	}
	.footer-box .view1 p{
		padding-left: 0;
	}
	.footer-box .view2{
		display: none;
	}
	.title-h6{
		margin-bottom: 0.4rem;
		font-size: 0.36rem;
	}
	.pd{
		padding: 0.5rem 0;
	}
	.more-a{
		width: 2.8rem;
		height: 0.58rem;
		line-height: 0.58rem;
		font-size: 0.18rem;
	}
	.crumbs-h6{
		padding: 0.24rem 0;
		margin-bottom: 0.3rem;
	}
	.paging-box{
		margin-top: 0.4rem;
	}
	
	.lxwm-box .div h6{
		font-size: 0.36rem;
	}
	.lxwm-box .ul{
		margin: 0.4rem 0;
	}
	.lxwm-box .ul li{
		padding: 0.3rem 0;
	}
	.lxwm-box .ul li img{
		width: 0.6rem;
	}
	.lxwm-box .ul li span{
		font-size: 0.24rem;
		margin-top: 0.16rem;
	}
	.lxwm-box .dl{
		display: block;
	}
	.lxwm-box .dl dt{
		width: 100%;
	}
	.lxwm-box .dl dd{
		width: 100%;
		margin-top: 0.3rem;
	}
	.lxwm-box .dl dd h6{
		font-size: 0.36rem;
	}
	.lxwm-box .dl dd p img{
		width: 0.36rem;
		margin-right: 0.2rem;
	}
	.lxwm-box .dl dd strong{
		line-height: 0.36rem;
		font-size: 0.24rem;
	}
	.lxwm-box .dl dd small{
		font-size: 0.2rem;
	}
	
	.form-box .box1{
		width: 100%;
	}
	.form-box .box1{
		padding: 0.4rem 0.24rem;
	}
	.form-box .h6{
		margin-bottom: 0.3rem;
	}
	.form-box form button{
		margin-top: 0.1rem;
	}
	
	.gywm-box .box1 .ul{
		margin-top: 0.4rem;
	}
	.gywm-box .box1 .ul li{
		display: block;
	}
	.gywm-box .box1 .ul li img{
		width: 100%;
		height: 50vw;
	}
	.gywm-box .box1 .ul li dl{
		width: 100%;
		padding-top: 0.3rem;
	}
	.gywm-box .box1 dt{
		font-size: 0.36rem;
		line-height: 1;
		margin-bottom: 0.16rem;
	}
	.gywm-box .box1 dd{
		font-size: 0.18rem;
	}
	.gywm-box .box2 .ul,
	.search-box .box2 .ul,
	.allb-box .box1 .ul{
		margin-top: -0.3rem;
	}
	.gywm-box .box2 .ul li,
	.search-box .box2 .ul li,
	.allb-box .box1 .ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0.3rem;
	}
	.gywm-box .box2 .ul li:nth-of-type(3n),
	.search-box .box2 .ul li:nth-of-type(3n),
	.allb-box .box1 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.gywm-box .box2 .ul li:nth-of-type(2n),
	.search-box .box2 .ul li:nth-of-type(2n),
	.allb-box .box1 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.gywm-box .box2 .ul li em,
	.search-box .box2 .ul li em,
	.allb-box .box1 .ul li em{
		height: 36vw;
	}
	.gywm-box .box2 .ul li h6,
	.search-box .box2 .ul li h6,
	.allb-box .box1 .ul li h6{
		font-size: 0.2rem;
		margin-top: 0.12rem;
	}
	
	.xwhd-box .box1 .ul{
		display: block;
	}
	.xwhd-box .box1 .ul li,
	.search-box .box3 .ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.3rem;
	}
	.xwhd-box .box1 .ul li em,
	.search-box .box3 .ul li em{
		height: 50vw;
	}
	.xwhd-box .box1 .ul li p,
	.search-box .box3 .ul li p{
		margin: 0.1rem 0 0.2rem;
	}
	
	.xwxq-box{
		padding-top: 0;
	}
	.xwxq-box .box1 .dl dt{
		font-size: 0.28rem;
	}
	
	.alxq-box .box1{
		padding-top: 0;
		display: block;
	}
	.alxq-box .box1 .em,
	.alxq-box .box1 .gallery-top{
		width: 100%;
		height: 60vw;
	}
	.alxq-box .box1 .div{
		margin-left: 0;
		margin-top: 0.24rem;
	}
	.alxq-box .box1 .div .h5{
		font-size: 0.28rem;
	}
	.alxq-box .box1 .div .d{
		margin-top: 0.3rem;
		display: block;
	}
	.alxq-box .box1 .div .d strong{
		display: inline-block;
		vertical-align: top;
	}
	.alxq-box .box1 .div .d p{
		margin-top: 0.2rem;
	}
	.alxq-box .box1 .div .p{
		font-size: 0.18rem;
	}
	.alxq-box .box2 .swiper-container,
	.alxq-box .box3 .swiper-container{
		width: calc(100% + 0.2rem);
		margin-left: -0.1rem;
	}
	.alxq-box .box2 .swiper-slide,
	.alxq-box .box3 .swiper-slide{
		padding: 0 0.1rem;
	}
	.alxq-box .box2 .swiper-slide img,
	.alxq-box .box3 .swiper-slide a em{
		height: 36vw;
	}
	.alxq-box .box1 .div .p:last-of-type{
		padding-bottom: 0;
	}
	.alxq-box .box1 .div .gallery-thumbs{
		display: none;
	}
	
	
	.alxq-box .box4{
		padding-top: 0;
	}
	.alxq-box .box4 .h6{
		margin-bottom: 0.3rem;
	}
	.alxq-box .box4 .h6 span{
		font-size: 0.2rem;
		overflow: hidden;
	}
	.alxq-box .box4 .dl dd{
		padding: 0.3rem;
	}
	.alxq-box .box4 .dl th,
	.alxq-box .box4 .dl td{
		padding: 0.14rem;
	}
	.alxq-box .box4 .dl .dd2 p{
		padding: 0.2rem 0.14rem 0;
	}
	
	
	.cplb-box .box1{
		display: block;
	}
	.cplb-box .view1{
		display: none;
	}
	.cplb-box .view2{
		margin-left: 0;
	}
	.cplb-box .view2 .crumbs-h6{
		transform: translateY(-0.2rem);
	}
	.cplb-box .view2 .h5{
		font-size: 0.36rem;
	}
	.cplb-box .view2 .ul li{
		width: 48%;
		margin-right: 4%;
	}
	.cplb-box .view2 .ul li:nth-of-type(3n){
		margin-right: 4%;
	}
	.cplb-box .view2 .ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.cplb-box .view2 .ul li em{
		height: 36vw;
	}

	.swiper-box{
		height: calc(100% - 0.7rem);
		top: 0.7rem;
	}
	.swiper-box .swiper-slide .div{
		width: 90%;
	}
	.swiper-box .swiper-slide .div h6{
		font-size: 0.24rem;
		padding: 0;
		margin-bottom: 0.2rem;
	}
	.swiper-box .swiper-slide .div p{
		
	}
	.index-box .box1 p{
		margin-bottom: 0.4rem;
	}
	.index-box .box2 .div .swiper-button,
	.index-box .box3 .div .dl{
		display: none;
	}
	.index-box .box2 .swiper-container,
	.index-box .box3 .swiper-slide em{
		height: 40vw;
	}
	.index-box .box3 .div{
		margin-bottom: 0.4rem;
	}
	.index-box .box2 .swiper-slide h6{
		font-size: 0.24rem;
	}
	.index-box .box5 .div1{
		width: 100%;
		padding: 0.4rem 0.24rem;
	}
	.index-box .box5 .div2{
		position: static;
		width: 100%;
		height: auto;
		padding: 0.4rem 0.24rem;
		margin-top: 0.3rem;
	}
	.index-box .box5 .div2 p img{
		width: 0.3rem;
	}
	.index-box .box5 .div2 p span{
		font-size: 0.2rem;
		line-height: 0.3rem;
	}
	
	.search-box .box1 h6{
		font-size: 0.32rem;
	}
	.search-box .box1 span{
		margin: 0.3rem auto;
	}

}

@media (max-width: 380px) {
    html {
        font-size: 70px;
    }
}
