@font-face{
	font-family: "AGBT";
	src: url('../font/Alternate Gothic No.2 BT.ttf');
	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 "Noto Sans SC","Arial","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
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; } /* 重置, 减少对行高的影响 */
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;} /* 使得表单元素在 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;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
}

html{
	font-size: 100px;
	/* 禁止复制 */
	/* -moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none; */
}
body{
	color: #333;
	overflow-x: hidden;
	background-color: #fff;
}
.clear_both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.w1400{
	max-width: 1400px;
    width: 72.8%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
.swiper-button-next,.swiper-button-prev{
	outline: none;
}



.head_box{
	background-color: #104529;
	height: 0.9rem;
	padding-left: 0.6rem;
	position: relative;
}
.head_box .logo_a{
	display: inline-block;
	vertical-align: middle;
	width: 2.96rem;
	height: 100%;
	background-image: url(../img/logo2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.head_box h2{
	display: inline-block;
	vertical-align: middle;
	height: 0.45rem;
	line-height: 0.45rem;
	padding: 0 0.44rem;
	position: relative;
	margin-left: 0.9rem;
}
.head_box h2 p{
	position: relative;
	z-index: 3;
	color: #104529;
	font-family: "AGBT";
	font-size: 0.24rem;
}
.head_box h2::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fbc707;
	transform: skewX(-20deg);
}
.head_box .link_a{
	float: right;
	position: relative;
	width: 1.76rem;
	height: 100%;
	background-image: url(../img/tp2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.head_box .dl_dl{
	float: right;
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 0.2rem;
}
.head_box .dl_dl dt{
	height: 100%;
	margin-right: 0.32rem;
	display: flex;
	align-items: center;
	position: relative;
}
.head_box .dl_dl dt::before{
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 0.16rem);
	margin-top: -0.09rem;
	width: 1px;
	height: 0.16rem;
	background-color: #47705b;
}
.head_box .dl_dl dt a{
	display: block;
	font-size: 0.16rem;
	height: 0.18rem;
	line-height: 0.18rem;
	padding-left: 0.26rem;
	background-image: url(../img/tb10.png);
	background-size: 0.17rem;
	background-repeat: no-repeat;
	color: rgba(255,255,255,0.2);
	transition: all 0.5s ease;
}
.head_box .dl_dl dd{
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 0.3rem;
	cursor: pointer;
}
.head_box .dl_dl dd::after{
	content: "▾";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.09rem;
	font-size: 0.18rem;
	color: #fbc707;
	transition: all 0.5s ease;
}
.head_box .dl_dl dd h6{
	font-size: 0.16rem;
	height: 0.18rem;
	line-height: 0.18rem;
	padding-left: 0.26rem;
	background-image: url(../img/tb11.png);
	background-size: 0.17rem;
	background-repeat: no-repeat;
	color: rgba(255,255,255,0.2);
	transition: all 0.5s ease;
}
.head_box .dl_dl dd p{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 11;
	top: 100%;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}
.head_box .dl_dl dd p a{
	display: block;
	padding: 0.12rem 0 0.12rem 0.2rem;
	white-space: nowrap;
	font-size: 0.16rem;
	color: rgba(255,255,255,0.2);
	border-bottom: 1px dashed #7a7a7a;
	transition: all 0.5s ease;
}
.head_box .dl_dl dd p a img{
	margin-right: 0.1rem;
	vertical-align: top;
	margin-top: -1px;
}
.head_box .dl_dl dd p a:last-of-type{
	border-bottom: none;
}

.head_box form{
	float: right;
	position: relative;
	margin-top: 0.24rem;
	margin-right: 0.38rem;
}
.head_box form button{
	position: absolute;
	left: 0;
	top: 0;
	width: 0.22rem;
	height: 0.4rem;
	background: none;
	border: none;
	background-image: url(../img/tb1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.head_box form input{
	font-size: 0.16rem;
	width: 2.4rem;
	height: 0.4rem;
	background: none;
	border: none;
	border-bottom: 1px solid #fbc707;
	box-sizing: border-box;
	padding-left: 0.4rem;
	color: #fff;
}
.head_box form input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.2);
}
.head_box form input:-moz-placeholder {
    color: rgba(255,255,255,0.2);
}
.head_box form input::-moz-placeholder {
    color: rgba(255,255,255,0.2);
}
.head_box form input:-ms-input-placeholder {
    color: rgba(255,255,255,0.2);
}

.head_box .qq_dl{
	position: absolute;
	z-index: 11;
	top: 100%;
	right: 0;
	width: auto;
	background-color: rgba(0,0,0,0.75);
	box-sizing: border-box;
	padding: 0.74rem 0.62rem 0.56rem;
	display: none;
}
.head_box .qq_dl dt{
	margin-top: 8%;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
}
.head_box .qq_dl dd{
	width: 6.36rem;
	position: relative;
}
.head_box .qq_dl dd img{
	display: block;
	width: 100%;
}
.head_box .qq_dl dd svg{
	position: absolute;
	z-index: 6;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.545);
	opacity: 0;
}
.head_box .qq_dl dd .img_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.head_box .qq_dl dd .img_div img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.head_box .qq_dl dd .img_div img.show_img{
	opacity: 1;
}
.head_box .qq_dl dd ul{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.head_box .qq_dl dd ul li{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.14rem;
	color: #104529;
	line-height: 1.2;
	font-weight: bold;
	white-space: nowrap;
}

.head_box .qq_dl dd ul .li1{
    top: 41%;
    left: 73%;
}
.head_box .qq_dl dd ul .li2{
    top: 55%;
    left: 84%;
	color: #fff;
}
.head_box .qq_dl dd ul .li3{
	top: 31%;
    left: 48%;
}
.head_box .qq_dl dd ul .li4{
	top: 73%;
    left: 10%;
	color: #fff;
}
.head_box .qq_dl dd ul .li5{
	top: 49%;
    left: 44%;
}
.head_box .qq_dl dd ul .li6{
	top: 19%;
    left: 63%;
}
.head_box .qq_dl dd ul .li7{
    top: 66%;
    left: 29%;
}
.head_box .qq_dl dd ul .li8{
	top: 22%;
    left: 12%;
}

.menu_box{
	display: none;
	position: fixed;
	z-index: 10;
    width: 0.7rem;
    height: 0.7rem;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	background-color: #fbc707;
	cursor: pointer;
	z-index: 12;
	transition: all 0.5s ease;
}
.menu_box dt{
	width: 25px;
	font-size: 0;
	text-align: right;
}
.menu_box dt i{
	display: inline-block;
	vertical-align: top;
	width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: all 0.5s ease;
}

.menu_active{
	
}
.menu_active dt i:nth-of-type(1){
	transform: rotate(45deg) translate(5.5px, 6px);
}
.menu_active dt i:nth-of-type(2){
	opacity: 0;
}
.menu_active dt i:nth-of-type(3){
	transform: rotate(-45deg) translate(5.5px, -6px);
}



.nav_box{
	position: absolute;
	z-index: 9;
	top: 0.9rem;
	left: 0;
	width: 100%;
}
.nav_box ul{
	font-size: 0;
	width: 100%;
	text-align: center;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.5s ease;
}
.nav_box ul li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0.4rem;
	position: relative;
}
.nav_box ul li>a{
	display: block;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	transition: all 0.5s ease;
}
.nav_box ul li.active>a::after{
	width: 100%;
	opacity: 1;
}
.nav_box ul li>a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #fbc707;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.nav_box ul li a small{
	display: none;
	float: right;
	transition: all 0.5s ease;
}
.nav_box ul li.active_li a small{
	transform: rotate(-135deg);
}
.nav_box ul .bg_i{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3.9rem;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.nav_box ul li .xl_dl{
	position: absolute;
	z-index: 3;
	text-align: left;
	padding: 0.2rem 0;
	display: none;
	font-size: 0;
}
.nav_box ul li .xl_dl dt{
	width: 1.66rem;
	position: relative;
}
.nav_box ul li .xl_dl dt div{
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	padding-left: 0.4rem;
}
.nav_box ul li .xl_dl dt div p{
	position: relative;
	width: 1.9rem;
}
.nav_box ul li .xl_dl dt div p em{
	position: absolute;
	top: 0;
	left: 100%;
	width: 1.66rem;
	display: none;
	padding-left: 0.4rem;
}
.nav_box ul li .xl_dl dt a{
	display: block;
	width: 100%;
	line-height: 0.46rem;
	white-space: nowrap;
	font-size: 0.16rem;
	color: rgba(255,255,255,0.5);
	overflow: hidden;
	transition: all 0.5s ease;
}

.nav_box ul li .xl_dl .as::after{
	content: ">";
	font-size: 0.14rem;
	float: right;
	color: #fff;
	transform: scaleY(1.6);
	opacity: 0;
	margin-right: 0.1rem;
	transition: all 0.5s ease;
}



















.nav_box .navFix{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(16,69,41,1);
}
.nav_box .navFix li a{
	color: #fbc707;
	font-size: 0.15rem;
}

.swiper_box{
	width: 100%;
	height: calc(100vh - 0.9rem);
}
.swiper_box .small{
	position: absolute;
	z-index: 3;
	bottom: 0.6rem;
	left: 50%;
	margin-left: -0.2rem;
	display: block;
    width: 0.26rem;
    height: 0.40rem;
	background-image: url(../img/jts.png);
	background-size: 100% 100%;
	animation: dh2 2s infinite;
}
@keyframes dh2 {
	0% {
		opacity: 0;
		bottom: 0.6rem;
	}
	60% {
		opacity: 1;
		bottom: 0.3rem;
	}
	100% {
		opacity: 0;
		bottom: 0.1rem;
	}
}

.swiper_box .swiper-pagination{
	position: absolute;
	bottom: 0.4rem;
	left: 13.6%;
	width: auto;
	font-size: 0;
}
.swiper_box .swiper-pagination span{
	vertical-align: top;
	margin: 0 0.2rem 0 0 !important;
	height: 4px;
	width: 0.9rem;
	border-radius: 0;
	opacity: 0.6;
	background-color: #fff;
}
.swiper_box .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}

.swiper_box .swiper-slide{

}
.swiper_box .swiper-slide i{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.swiper_box .swiper-slide i.p_i{
	display: block;
}
.swiper_box .swiper-slide i.m_i{
	display: none;
}
.swiper_box .swiper-slide h5{
	position: absolute;
	left: 13.6%;
	top: 50%;
	transform: translateY(-50%);
}
.swiper_box .swiper-slide h5 p{
	font-size: 1.0rem;
	font-family: "AGBT";
	line-height: 1.1;
	color: #fff;
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.2s;
}
.swiper_box .swiper-slide h5 p:nth-of-type(2){
	opacity: 0;
    transform: translateY(1rem);
    transition: all 0.8s 0.4s;
}
.swiper_box .swiper-slide h5 span{
	position: static;
	margin: 0;
	display: block;
	margin-top: 0.5rem;
	opacity: 0;
	width: 0.44rem;
	height: 0.44rem;
	background: none;
    transform: translateY(1rem);
    transition: all 0.8s 0.6s;
}
.swiper_box .swiper-slide h5 span i{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	background-color: #fbc707;
	background-image: url(../img/tb2.png);
	background-size: 0.1rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}

.swiper_box .active_slide h5 p{
	opacity: 1;
    transform: translateY(0);
}
.swiper_box .active_slide h5 p:nth-of-type(2){
	opacity: 1;
    transform: translateY(0);
}
.swiper_box .active_slide h5 span{
	opacity: 1;
    transform: translateY(0);
}



.foot_box{
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 0.9rem 0 0.2rem;
}
.foot_box::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/bg2s.png);
	background-size: cover;
	background-position: center;
}
.foot_box .w1400{
	position: relative;
	z-index: 3;
}
.foot_box .divt{
	display: flex;
	justify-content: space-between;
}
.foot_box .divt dl{

}
.foot_box .divt dl dt{
	
}
.foot_box .divt dl dt a{
	display: block;
	width: 2.96rem;
	height: 0.39rem;
	background-image: url(../img/logo2.png);
	background-size: contain;
}
.foot_box .divt dl dd{
	margin-top: 0.44rem;
}
.foot_box .divt dl dd a{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.16rem;
}
.foot_box .divt dl dd a img{
	height: 0.18rem;
}

.foot_box .divt ul{
	font-size: 0;
}
.foot_box .divt ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 0.6rem;
}
.foot_box .divt ul li:last-of-type{
	margin-right: 0;
}
.foot_box .divt ul li a:first-of-type{
	opacity: 1;
	margin-bottom: 0.3rem;
}
.foot_box .divt ul li a{
	display: block;
	white-space: nowrap;
	font-size: 0.14rem;
	line-height: 1.4;
	color: #fff;
	opacity: 0.5;
	margin-bottom: 0.2rem;
	transition: all 0.5s ease;
}
.foot_box .divt ul li a:last-of-type{
	margin-bottom: 0;
}

.foot_box .divb{
	margin-top: 0.4rem;
}
.foot_box .divb h6{
	font-size: 0.14rem;
	opacity: 0.4;
	color: #fff;
	line-height: 2;
}
.foot_box .divb h6 a{
	float: right;
	color: #fff;
}



.welcome_box{

}
.welcome_box .more_a{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	background-color: #fbc707;
	background-image: url(../img/tb7.png);
	background-size: auto 0.16rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}

.welcome_box .div2{
	height: 44vw;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 0.8rem;
}
.welcome_box .div2 h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.welcome_box .div2 h5 strong{
	display: block;
	font-size: 1.0rem;
	font-family: "AGBT";
	color: #fff;
	font-weight: normal;
}
.welcome_box .div2 h5 p{
	font-size: 0;
	margin: 0.6rem 0 0.9rem;
}
.welcome_box .div2 h5 p a{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 1.6rem;
	height: 0.5rem;
	line-height: 0.5rem;
	position: relative;
	margin-right: 0.2rem;
}
.welcome_box .div2 h5 p a::before{
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #104529;
	transform: skewX(-20deg);
	transition: all 0.5s ease;
}
.welcome_box .div2 h5 p a span{
	display: block;
	position: relative;
	z-index: 3;
	font-size: 0.18rem;
	color: #fff;
	transition: all 0.5s ease;
}
.welcome_box .div2 h5 em{
	display: block;
}


.welcome_box .h5{
	font-size: 0.5rem;
	font-family: "AGBT";
	margin-bottom: 0.26rem;
}

.welcome_box .div3{
	margin-bottom: 0.8rem;
}
.welcome_box .div3 h6{
	font-size: 1.0rem;
	color: #104529;
	font-weight: normal;
	font-family: "AGBT";
	margin-left: -0.05rem;
}
.welcome_box .div3 dl{
	margin-top: 0.36rem;
	position: relative;
	overflow: hidden;
}
.welcome_box .div3 dl dt{
	background-size: cover;
	background-position: center;
	height: 33vw;
}
.welcome_box .div3 dl dd{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.46rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
	box-sizing: border-box;
}
.welcome_box .div3 dl dd::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	background-color: rgba(16,69,41,0.75);
	transform: skewX(-20deg);
}
.welcome_box .div3 dl dd h6{
	position: relative;
	z-index: 3;
	font-size: 0.23rem;
	line-height: 1.2;
	font-size: 0.32rem;
	color: #fff;
	text-shadow: 0 0.06rem 0.06rem rgba(0,0,0,0.4);
}
.welcome_box .div3 dl dd h6 p{
	margin-bottom: 0.4rem;
}
.welcome_box .div3 dl dd .more_a{
	position: relative;
	z-index: 3;
}

.welcome_box .div4{
	margin-bottom: 0.8rem;
}
.welcome_box .div4 .learn_a{
	display: block;
	width: 2.0rem;
    height: 0.5rem;
    background-color: #fbc707;
    color: #333;
    text-align: center;
	line-height: 0.5rem;
	margin: 0 auto;
    transition: all 0.5s ease;
}

.welcome_box .div1{
	position: relative;
	background-color: #022312;
}
.welcome_box .div1 .qh_dl{
	position: absolute;
	z-index: 6;
	top: 19%;
	left: 13.6%;
}
.welcome_box .div1 .qh_dl dt{
	font-size: 0.5rem;
	font-family: "AGBT";
	color: #fff;
	margin-bottom: 0.54rem;
}
.welcome_box .div1 .qh_dl dd{
	font-size: 0;
}
.welcome_box .div1 .qh_dl span{
	display: inline-block;
	vertical-align: top;
	position: static;
	margin: 0;
	width: 0.44rem;
	height: 0.44rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	background-size: 0.1rem;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
	outline: none;
	transition: all 0.5s ease;
}
.welcome_box .div1 .qh_dl .swiper-button-next{
	background-image: url(../img/tb2z.png);
	margin-right: 0.13rem;
}
.welcome_box .div1 .qh_dl .swiper-button-prev{
	background-image: url(../img/tb2h.png);
}

.welcome_box .div1 .gallery-top{
	height: 44vw;
}
.welcome_box .div1 .gallery-top .swiper-slide{
	width: 15vw;
}
.welcome_box .div1 .gallery-top .swiper-slide em{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: skewX(-20deg);
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.8s ease;
}
.welcome_box .div1 .gallery-top .swiper-slide em i{
	position: absolute;
	top: 0;
	left: -60%;
	width: 220%;
	height: 100%;
	transform: skewX(20deg);
	background-size: cover;
	background-position: center;
	transition: all 0.8s ease;
}
.welcome_box .div1 .gallery-top .swiper-slide h6{
	position: absolute;
	z-index: 3;
	top: 0.6rem;
	right: -0.54rem;
	font-size: 0.4rem;
	color: #fff;
	text-transform: uppercase;
	padding: 0.22rem 1.08rem 0.22rem 0.54rem;
	opacity: 0;
	transform: translateX(100%);
	pointer-events: none;
	
}
.welcome_box .div1 .gallery-top .swiper-slide h6::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #104529;
    transform: skewX(-20deg);
}
.welcome_box .div1 .gallery-top .swiper-slide h6 p{
	position: relative;
	white-space: nowrap;
	z-index: 3;
}

.welcome_box .div1 .gallery-top .swiper-slide-active{
	width: 50vw;
}
.welcome_box .div1 .gallery-top .swiper-slide-active h6{
	opacity: 0.8;
	transition: all 0.8s ease 0.6s;
	transform: translateX(0);
}
.welcome_box .div1 .gallery-top .swiper-slide-active em{
	width: 118%;
	opacity: 1;
}
.welcome_box .div1 .gallery-top .swiper-slide-active em i{
	width: 114%;
	left: -14%;
}

.welcome_box .div1 .gallery-thumbs{
	position: absolute;
	width: 9.2rem;
	z-index: 3;
	bottom: 9%;
	left: 5.5%;
}
.welcome_box .div1 .gallery-thumbs .swiper-slide{
	
}
.welcome_box .div1 .swiper3{
	
}
.welcome_box .div1 .swiper3 .swiper-slide{
	padding-top: 1.8rem;
	padding-right: 5%;
	box-sizing: border-box;
}
.welcome_box .div1 .swiper3 .swiper-slide div{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
	box-sizing: border-box;
	padding: 0.44rem 2.6rem 0.56rem 17%;
	color: #104529;
	text-align: left;
}
.welcome_box .div1 .swiper3 .swiper-slide div::before{
	content: "";
	position: absolute;
	top: 0;
	left: 7%;
	width: 86%;
	height: 100%;
	background-color: #fbc707;
	transform: skewX(-20deg);
}
.welcome_box .div1 .swiper3 .swiper-slide div p{
	font-size: 0.18rem;
	margin-bottom: 0.4rem;
	position: relative;
	z-index: 3;
}
.welcome_box .div1 .swiper3 .swiper-slide div p::after{
	content: "";
	float: right;
	margin-top: 0.09rem;
	margin-left: 0.3rem;
	width: calc(100% - 1.6rem);
	height: 1px;
	background-color: #c99f06;
}
.welcome_box .div1 .swiper3 .swiper-slide div h6{
	font-size: 0.6rem;
	font-family: "AGBT";
	text-transform: uppercase;
	margin-bottom: 0.3rem;
	position: relative;
	z-index: 3;
}
.welcome_box .div1 .swiper3 .swiper-slide div .more_a{
	display: inline-block;
	vertical-align: top;
	background-color: #104529;
	background-image: url(../img/tb7h.png);
	position: relative;
	z-index: 3;
}
.welcome_box .div1 .swiper3 .swiper-slide em{
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
}
.welcome_box .div1 .swiper3 .swiper-slide em img{
	height: 4rem;
}

.welcome_box .div1 .swiper_btn{
	font-size: 0;
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 12.1%;
}
.welcome_box .div1 .swiper_btn span{
	position: static;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 0.44rem;
	height: 0.44rem;
	box-sizing: border-box;
	border: 1px solid #104529;
	transform: skewX(-20deg);
	background: none;
	outline: none;
	background-color: #104529;
	opacity: 1;
}
.welcome_box .div1 .swiper_btn .swiper-button-next{
	background-color: #fbc707;
}
.welcome_box .div1 .swiper_btn span::after{
	content: "";
	display: block;
	transform: skewX(20deg);
	width: 100%;
	height: 100%;
	background-size: 0.1rem;
	background-repeat: no-repeat;
	background-position: center;
}
.welcome_box .div1 .swiper_btn .swiper-button-next::after{
	background-image: url(../img/tb2g.png);
}
.welcome_box .div1 .swiper_btn .swiper-button-prev::after{
	background-image: url(../img/tb2h.png);
}

.welcome_box .div1 .m-swiper{
	display: none;
}
.welcome_box .div1 .m-swiper .swiper-slide{

}
.welcome_box .div1 .m-swiper .swiper-slide em{
	display: block;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}
.welcome_box .div1 .m-swiper .swiper-slide h6{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0.24rem 0;
	background-color: #155d37;
	font-size: 0.4rem;
	text-transform: uppercase;
	font-family: "AGBT";
}
.welcome_box .div1 .m-swiper .swiper-slide h6::after{
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	margin-left: 0.2rem;
	width: 0.26rem;
    height: 0.40rem;
	background-image: url(../img/jts.png);
	background-size: 100% 100%;
	transform: rotate(-90deg);
}



.mb_box{
	position: fixed;
	z-index: 20;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100vh;
	background-color: #fbc707;
	transition: all 0.5s ease;
}
.show_mb1{
	right: 0;
}
.show_mb2{
	width: 0;
}

.top_box{
	position: fixed;
	z-index: 19;
	width: 100%;
	top: 0.36rem;
	left: 0;
	box-sizing: border-box;
	padding: 0 0.74rem 0 0.54rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_box .logo_a{
	flex-shrink: 0;
	width: 2.33rem;
	height: 0.42rem;
	background-image: url(../img/logo1.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.top_box p{
	font-size: 0.14rem;
	height: 0.42rem;
	line-height: 0.42rem;
	background-color: rgba(12,50,30,0.6);
	padding: 0 0.28rem;
}
.top_box p i{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 0.12rem;
	background-color: rgba(255,255,255,0.3);
	margin: 0 0.14rem;
}
.top_box p a{
	display: inline-block;
	vertical-align: top;
	padding-left: 0.3rem;
	background-size: 0.23rem;
	background-repeat: no-repeat;
	color: #fff;
	background-position: left center;
}
.top_box p a:nth-of-type(1){
	background-image: url(../img/cn.png);
}
.top_box p a:nth-of-type(2){
	background-size: 0.21rem;
	background-image: url(../img/en.png);
}

.index_box{
	width: 100%;
	height: 100vh;
	background-image: url(../img/bg1.jpg);
	background-size: cover;
	background-position: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 18;
	overflow: hidden;
}

.index_box .h51{
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1.4rem;
	text-align: center;
}
.index_box .h51 p{
	font-size: 0.94rem;
	line-height: 1;
	color: #fff;
	font-family: "AGBT";
	letter-spacing: 0.1rem;
}
.index_box .h51 p:nth-of-type(1){
	transition: all 0.8s ease 0.2s;
}
.index_box .h51 p:nth-of-type(2){
	transition: all 0.8s ease;
}

.index_box .div1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 8.0rem;
	height: 10.26rem;
	transition: all 1s ease;
}
.index_box .div1 .gh_img1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transform: scale(0.6);
	transition: all 1s ease;
}
.index_box .div1 .gh_img2{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	transform: scale(0.6);
	opacity: 0;
	cursor: pointer;
	transition: all 1s ease;
}
.index_box .div1 .gh_img3{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	transform: scale(0.6);
	opacity: 0;
	transition: all 1s ease;
}
.index_box .div1 .gq_em{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_box .div1 .gq_em i{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/gq.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(0.6);
	opacity: 1;
	animation: gq 4s infinite;
}
.index_box .div1 .gq_em i:nth-of-type(1){
	animation-delay: 0;
}
.index_box .div1 .gq_em i:nth-of-type(2){
	animation-delay: 1s;
}
.index_box .div1 .gq_em i:nth-of-type(3){
	animation-delay: 2s;
}
.index_box .div1 .gq_em i:nth-of-type(4){
	animation-delay: 3s;
}

@keyframes gq {
	0% {
		transform: scale(0.6);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0;
	}
}

.index_box .div1 .h61{
	position: absolute;
	z-index: 11;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 1rem;
	opacity: 0;
    transition: all 1s ease;
}
.index_box .div1 .h61 img{
	vertical-align: top;
	width: 0.29rem;
	animation: jy 4s infinite;
	transform: rotate(-30deg);
	transform-origin: center bottom;
}
@keyframes jy {
	0% {
		transform: rotate(-30deg);
		opacity: 1;
	}
	50% {
		transform: rotate(30deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-30deg);
		opacity: 1;
	}
}
.index_box .div1 .h61 p{
	font-size: 0.14rem;
	color: #fff;
	margin-top: 0.14rem;
}

.index_box .div1 .dt_div{
	position: absolute;
	z-index: 6;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
/* .index_box .div1 .dt_div::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/gh3.png);
	background-size: 8.0rem;
	background-repeat: no-repeat;
} */
.index_box .div1 .dt_div .yc_div{
	position: absolute;
	z-index: 6;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	padding-bottom: calc(100% - 4px);
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transform: scale(0.8);
	transition: all 1s ease;
}
.index_box .div1 .dt_div ul{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	cursor: pointer;
}
.index_box .div1 .dt_div ul li{
	width: 11.67rem;
	position: relative;
}
.index_box .div1 .dt_div li .bg_img{
	width: 100%;
}

.index_box .div1 .dt_div li .span_div{
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_box .div1 .dt_div li .span_div span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.14rem;
	line-height: 1.4;
    white-space: nowrap;
	font-weight: bold;
	color: #104529;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(1){
	top: 43%;
    left: 75%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(2){
	top: 59%;
    left: 84%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(3){
    top: 33%;
    left: 49%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(4){
	top: 75%;
    left: 18%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(5){
	top: 54%;
    left: 45%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(6){
    top: 20%;
    left: 67%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(7){
    top: 69%;
    left: 32%;
}
.index_box .div1 .dt_div li .span_div span:nth-of-type(8){
    top: 30%;
    left: 13%;
}

.index_box .div1 .dt_div li .img_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index_box .div1 .dt_div li .img_div img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.index_box .div1 .dt_div li .img_div img.show_img{
	opacity: 1;
}

.index_box .div1 .dt_div li svg{
	position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
}


@keyframes gq2 {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(24);
		opacity: 0;
	}
}

.index_box .div1 .dt_div li .active_span img{
	opacity: 1;
}



.index_box .div1 .dt_ol{
	position: absolute;
	z-index: 9;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 12.9rem;
	height: 12.9rem;
	display: none;
}
.index_box .div1 .dt_ol li{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.8);
	transition: all 0.6s ease;
}
.index_box .div1 .dt_ol li img{
	width: 100%;
}

.index_box .div1 .dt_ol .show_li{
	opacity: 1;
	transform: scale(1);
}
.index_box .div1 .dt_ol .show_lis{
	opacity: 0.1;
}



.index_box .div1 .active_gh1{
	transform: scale(0.9);
}
.index_box .div1 .active_gh2{
	transform: scale(0.9);
}
.index_box .div1 .active_gh3{
	transform: scale(0.9);
}
.index_box .active_h51 p{
	opacity: 0;
	transform: translateY(1.5rem);
}
.index_box .active_div1{
	top: 70%;
}
.index_box .active_div1 .active_gh1{
	transform: scale(1);
	opacity: 0;
}
.index_box .active_div1 .active_gh2{
	transform: scale(1);
	opacity: 1;
}
.index_box .active_div1 .active_gh3{
	transform: scale(1);
	opacity: 1;
}
.index_box .active_div1 .active_h61{
	opacity: 1;
	bottom: 2.5rem;
}
.index_box .active_div1 .dt_div{
	opacity: 1;
}
.index_box .active_div1 .dt_div .active_yc{
	opacity: 1;
	transform: scale(1);
}



.jd_dl{
	display: none;
	position: absolute;
	z-index: 9;
	top: 38%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.jd_dl dt{
	font-size: 0.8rem;
	color: #fff;
	letter-spacing: 0.07rem;
	font-family: "AGBT";
	white-space: nowrap;
	text-transform: uppercase;
	margin-bottom: 18%;
	opacity: 0;
	transform: translateY(0.5rem);
	transition: all 0.8s ease;
}
.jd_dl dd{
	width: 6.95rem;
	height: 0.28rem;
	margin: 0 auto;
	position: relative;
	opacity: 0;
	transform: translateY(0.5rem);
	transition: all 0.8s ease 0.2s;
}
.jd_dl dd p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
}
.jd_dl dd p.p1{
	background-image: url(../img/jd1.png);
}
.jd_dl dd p.p2{
	width: 0;
	background-image: url(../img/jd2.png);
}
.jd_dl dd span{
	position: absolute;
	left: 0;
	top: -0.5rem;
	margin-left: -0.2rem;
}
.jd_dl dd span i{
	display: block;
	width: 0.41rem;
	height: 0.41rem;
	background-image: url(../img/tp1.png);
	background-size: 100% 100%;
	animation: xz 1.5s linear infinite;
}
.jd_dl dd span small{
	display: block;
	text-align: center;
	font-size: 0.15rem;
	color: #fbc707;
	margin-top: 0.5rem;
}

@keyframes xz {
	from {
		-webkit-transform: rotate(0deg);
  		transform: rotate(0deg);
	}
    to {
		-webkit-transform: rotate(360deg);
  		transform: rotate(360deg);
	}
}

.active_jd dt{
	opacity: 1;
	transform: translateY(0);
}
.active_jd dd{
	opacity: 1;
	transform: translateY(0);
}


.banner_box{
	height: 28vw;
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner_box h5{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner_box h5 strong{
	font-family: "AGBT";
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 3px 3px rgba(0,0,0,0.6);
}
.banner_box h5 p{
	font-size: 0.18rem;
	color: #fff;
	margin: 0.20rem 0 0.28rem;
	text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.banner_box h5 p a{
	color: #fff;
	text-transform: capitalize;
}
.banner_box h5 i{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
	background-color: #fbc707;
	position: relative;
}
.banner_box h5 i::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.08rem;
	width: 0.16rem;
	height: 0.1rem;
	background-image: url(../img/tb16.png);
	background-size: 100% 100%;
	animation: dh1 2s infinite;
}

@keyframes dh1 {
	0% {
		opacity: 0;
		top: 0;
	}
	60% {
		opacity: 1;
		top: 0.17rem;
	}
	100% {
		opacity: 0;
		top: 0.34rem;
	}
}


.title_box{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: rgba(16,69,41,0.8);
}
.title_box p{
	display: flex;
}
.title_box p a{
	flex: 1;
	font-size: 0.17rem;
	color: #fff;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.title_box p a::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	right: 0;
	top: 20%;
	background-color: rgba(255,255,255,0.5);
}
.title_box p a:last-of-type::before{
	display: none;
}
.title_box p a::after{
	content: "";
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	height: 0.04rem;
	bottom: 0;
	background-color: #fbc707;
	opacity: 0;
	width: 0;
	transition: all 0.5s ease;
}

.title_box p a.active{
	color: #fbc707;
}
.title_box p a.active::after{
	opacity: 1;
	width: 100%;
}


.pd{
	padding: 0.6rem 0;
}


.paging_box{
	font-size: 0;
	text-align: center;
	margin-top: 0.6rem;
}
.paging_box p{
	display: inline-block;
	vertical-align: top;
}
.paging_box a{
	display: inline-block;
	vertical-align: top;
	height: 0.38rem;
	line-height: 0.38rem;
	padding: 0 0.16rem;
	font-size: 0.14rem;
	color: #fff;
	background-color: #ccc;
	margin: 0 0.06rem;
	transition: all 0.5s ease;
}
.paging_box a.active{
	background-color: #fbc707;
}
.paging_box label{
	display: inline-block;
	vertical-align: top;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-left: 0.3rem;
}
.paging_box label span{
	font-size: 0.14rem;
	color: #999;
}
.paging_box label input{
	vertical-align: top;
	width: 0.6rem;
	height: 100%;
	box-sizing: border-box;
	font-size: 0.14rem;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 0.1rem;
}
.paging_box label button{
	vertical-align: top;
	width: 0.6rem;
	height: 100%;
	border: none;
	background-color: #ccc;
	color: #fff;
	font-size: 0.14rem;
	transition: all 0.5s ease;
}



.title_h5{
	/* width: 84%; */
	text-align: center;
	margin: 0 auto 0.4rem;
	text-align: center;
}
.title_h5 strong{
	display: block;
	font-size: 0.6rem;
	margin-bottom: 0.34rem;
	font-family: "AGBT";
	font-weight: normal;
	text-transform: uppercase;
}
.title_h5 p{
	line-height: 1.6;
	font-size: 0.18rem;
	text-align: left;
}



.cplb_box{
	background-color: #dfe8e5;
}
.cplb_box .dl{
	display: flex;
	align-items: center;
	background-color: #fbc707;
	padding: 0.18rem 0.4rem 0.18rem;
	margin-bottom: 0.5rem;
}
.cplb_box .dl dt{
	flex-shrink: 0;
	width: 2.14rem;
	padding-right: 0.4rem;
	margin-right: 0.4rem;
	border-right: 1px solid #fff;
}
.cplb_box .dl dt img{
	width: 100%;
}
.cplb_box .dl dd{
	flex: 1;
	font-size: 0.14rem;
	line-height: 1.4;
	color: #fff;
}

.cplb_box .div1{
	margin-top: -0.54rem;
}
.cplb_box .div1 li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 0.54rem;
	position: relative;
}
.cplb_box .div1 li:nth-of-type(3n){
	margin-right: 0;
}
.cplb_box .div1 li::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fbc707;
	transition: all 0.5s ease;
}
.cplb_box .div1 li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0.08rem 0.15rem rgba(0,0,0,0.2);
	transition: all 0.5s ease;
}
.cplb_box .div1 li a{
	display: block;
	position: relative;
	z-index: 3;
	padding: 0.3rem 0.25rem;
}
.cplb_box .div1 li h6{
	text-align: right;
	font-size: 0;
	height: 0.24rem;
	padding-bottom: 0.14rem;
	background-image: url(../img/xd1.jpg);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 0.22rem;
}
.cplb_box .div1 li h6 i{
	display: inline-block;
	vertical-align: top;
	width: 0.24rem;
	height: 0.24rem;
	background-size: 100% 100%;
	margin-left: 0.08rem;
}
.cplb_box .div1 li h6 i.i1{
	background-image: url(../img/tb17.jpg);
}
.cplb_box .div1 li h6 i.i2{
	background-image: url(../img/tb18.jpg);
}
.cplb_box .div1 li h6 i.i3{
	background-image: url(../img/tb19.jpg);
}
.cplb_box .div1 li h6 i.i4{
	background-image: url(../img/tb20.jpg);
}
.cplb_box .div1 li h5{
	text-align: right;
}
.cplb_box .div1 li h5 strong{
	display: block;
	font-size: 0.4rem;
	color: #104529;
	font-family: "AGBT";
	font-weight: 400;
	margin-bottom: 0.14rem;
}
.cplb_box .div1 li h5 strong sup{
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
}
.cplb_box .div1 li h5 i{
	display: inline-block;
	vertical-align: top;
	width: 0.28rem;
	height: 0.28rem;
	background-color: #104529;
	background-image: url(../img/tb21.png);
	background-size: auto 0.14rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s ease;
}
.cplb_box .div1 li em{
	display: block;
	margin-top: -0.16rem;
	width: 100%;
	padding-bottom: 90%;
	position: relative;
	overflow: hidden;
}
.cplb_box .div1 li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
}

.type_box{
	background-color: #39664f;
}
.type_box ul{
	
}
.type_box ul li{
	padding: 0.16rem 0;
	color: #fff;
	display: flex;
	border-bottom: 1px solid #577d69;
}
.type_box ul li h6{
	flex-shrink: 0;
	width: 1.3rem;
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0.18rem 0;
}
.type_box ul li p{
	flex-shrink: 0;
	width: calc(100% - 1.3rem);
	font-size: 0;
}
.type_box ul li p span{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 0.18rem;
}
.type_box ul li p span a{
	display: inline-block;
	vertical-align: top;
	padding: 0.18rem 0.06rem;
	color: #fff;
	white-space: nowrap;
	position: relative;
	transition: all 0.5s ease;
}
.type_box ul li p span a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.08rem;
	width: 0;
	height: 2px;
	background-color: #fbc707;
	opacity: 0;
	transition: all 0.5s ease;
}
.type_box ul li p span.active a{
	color: #fbc707;
}
.type_box ul li p span.active a::after{
	width: 100%;
	opacity: 1;
}



.cpxq_box{
	position: relative;
	background-color: #dfe8e5;
}
.cpxq_box .div7{
	position: absolute;
	top: 0.7rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.14rem;
	color: #666;
}
.cpxq_box .div7 a{
	color: #666;
}

.cpxq_box .div2{
	height: 38vw;
	background-image: url(../img/bg3.jpg);
	background-size: 100% 100%;
}
.cpxq_box .div2 .w1400{
	height: 100%;
	display: flex;
	align-items: center;
}
.cpxq_box .div2 .swiper-container{
	flex-shrink: 0;
	width: 42%;
	height: 60%;
	margin: 0;
	margin-top: 6%;
}
.cpxq_box .div2 .swiper-slide{
	background-size: 48%;
	background-repeat: no-repeat;
	background-position: center top;
}
.cpxq_box .div2 .swiper-button-prev{
	left: 0;
	width: 0.2rem;
	height: 0.33rem;
	margin-top: -0.16rem;
	background-image: url(../img/tb22l.png);
	background-size: 100% 100%;
}
.cpxq_box .div2 .swiper-button-next{
	right: 0;
	width: 0.2rem;
	height: 0.33rem;
	margin-top: -0.16rem;
	background-image: url(../img/tb22r.png);
	background-size: 100% 100%;
}

.cpxq_box .div2 dl{
	flex-shrink: 0;
	width: 58%;
	box-sizing: border-box;
	padding-left: 20%;
	color: #fff;
}
.cpxq_box .div2 dl dt{
	text-align: right;
}
.cpxq_box .div2 dl dt strong{
	display: block;
	font-size: 0.72rem;
	font-family: "AGBT";
	font-weight: normal;
	color: #fbc707;
}
.cpxq_box .div2 dl dt span{
	display: block;
	font-size: 0.26rem;
	margin-top: 0.26rem;
}
.cpxq_box .div2 dl dd{
	margin-top: 0.36rem;
}
.cpxq_box .div2 dl dd p{
	opacity: 0.8;
	font-size: 0.18rem;
	line-height: 1.6;
	padding-left: 0.2rem;
	position: relative;
	font-weight: 100;
	margin-bottom: 0.2rem;
}
.cpxq_box .div2 dl dd p::before{
	content: "";
	position: absolute;
	top: 0.06rem;
	left: 0;
	width: 2px;
	height: 0.14rem;
	background-color: #fbc707;
	margin-right: 0.12rem;
}
.cpxq_box .div2 dl dd em{
	font-size: 0;
	display: block;
	margin-top: 0.3rem;
}
.cpxq_box .div2 dl dd em i{
	display: inline-block;
	vertical-align: top;
	width: 0.63rem;
	height: 0.63rem;
	background-size: 100% 100%;
	margin-left: 0.2rem;
}
.cpxq_box .div2 dl dd em img{
	margin-left: 0.2rem;
}
.cpxq_box .div2 dl dd em .i1{
	background-image: url(../img/tb23.png);
}
.cpxq_box .div2 dl dd em .i2{
	background-image: url(../img/tb24.png);
}
.cpxq_box .div2 dl dd em .i3{
	background-image: url(../img/tb25.png);
}
.cpxq_box .div2 dl dd em .i4{
	background-image: url(../img/tb26.png);
}

.cpxq_box .div3{
	position: relative;
	height: 36vw;
	margin-top: 0.4rem;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
.cpxq_box .div3 iframe{
	width: 100%;
	height: 100%;
}
.cpxq_box .div3 video{
	position: absolute;
	height: auto;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s ease;
}
/* .cpxq_box .div3::after{
	content: "";
	position: absolute;
	width: 1.0rem;
	height: 1.0rem;
	background-image: url(../img/tb27.png);
	background-size: 100% 100%;
	top: 50%;
	left: 50%;
	margin: -0.5rem 0 0 -0.5rem;
	transition: all 0.5s ease;
} */
.cpxq_box .show video{
	opacity: 1;
}
.cpxq_box .show::after{
	transform: scale(1.4);
	opacity: 0;
}


.cpxq_box .div4{
	margin-top: 0.4rem;
	background-color: #fff;
}
.cpxq_box .div4 img{
	width: 100%;
}

.cpxq_box .div5{
	margin-top: 0.4rem;
	position: relative;
}
.cpxq_box .div5 small{
	display: block;
	font-size: 0.16rem;
	margin-top: 0.14rem;
}
.cpxq_box .div5 table{
	width: 100%;
	font-size: 0.18rem;
	text-align: center;
	color: #104529;
}
.cpxq_box .div5 table tr{
	background-color: #c1d5ca;
	line-height: 1.6;
	display: none;
}
.cpxq_box .div5 table tr:nth-of-type(1),
.cpxq_box .div5 table tr:nth-of-type(2),
.cpxq_box .div5 table tr:nth-of-type(3),
.cpxq_box .div5 table tr:nth-of-type(4),
.cpxq_box .div5 table tr:nth-of-type(5),
.cpxq_box .div5 table tr:nth-of-type(6),
.cpxq_box .div5 table tr:nth-of-type(7),
.cpxq_box .div5 table tr:nth-of-type(8),
.cpxq_box .div5 table tr:nth-of-type(9),
.cpxq_box .div5 table tr:nth-of-type(10),
.cpxq_box .div5 table tr:nth-of-type(11){
	display: table-row;
}
.cpxq_box .div5 table tr:nth-of-type(2n){
	background-color: #edf0ef;
}
.cpxq_box .div5 table tr:first-of-type{
	
}
.cpxq_box .div5 table th{
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0.1rem;
	background-color: #104529;
}
.cpxq_box .div5 table td{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0.1rem;
}
.cpxq_box .div5 table tr th:first-of-type,
.cpxq_box .div5 table tr td:first-of-type{
	border-left: none;
}
.cpxq_box .div5 table tr th:last-of-type,
.cpxq_box .div5 table tr td:last-of-type{
	border-right: none;
}

.cpxq_box .div5 .more_span{
	display: block;
	height: 0.4rem;
	background-color: #edf0ef;
	background-image: url(../img/tb28.png);
	background-size: 0.16rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
    transition: all 0.5s ease;
}


.cpxq_box .div6{
	margin-top: 0.4rem;
	background-color: #fff;
}
.cpxq_box .div6 dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cpxq_box .div6 dl dt{
	font-size: 0.5rem;
	font-family: "AGBT";
	text-transform: uppercase;
}
.cpxq_box .div6 dl dd{
	font-size: 0;
}
.cpxq_box .div6 dl dd div{
	position: static;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 0.42rem;
	height: 0.42rem;
	border: 1px solid #104529;
	background-size: 0.1rem;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}
.cpxq_box .div6 dl dd .swiper-button-prev{
	background-image: url(../img/tb2g.png);
}
.cpxq_box .div6 dl dd .swiper-button-next{
	background-image: url(../img/tb2h.png);
	background-color: #104529;
}

.cpxq_box .div6 .swiper-container{
	width: 100%;
	padding: 0.5rem 0.15rem 0.3rem;
	margin-left: -0.15rem;
}
.cpxq_box .div6 .swiper-wrapper{
	margin-top: 0;
}
.cpxq_box .div6 .swiper-slide{
	float: none;
	margin-top: 0;
}



.jxszx_box{

}
.jxszx_box .div1{
	margin-top: -0.4rem;
}
.jxszx_box .div1 li{
	position: relative;
	margin-top: 0.4rem;
}
.jxszx_box .div1 li::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: #dfe8e5;
}
.jxszx_box .div1 li a{
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 21vw;
}
.jxszx_box .div1 li em{
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.jxszx_box .div1 li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}
.jxszx_box .div1 li div{
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	padding-left: 0.88rem;
}
.jxszx_box .div1 li div strong{
	display: block;
	font-size: 0.3rem;
	color: #999;
	font-weight: normal;
	font-family: "AGBT";
}
.jxszx_box .div1 li div h6{
	font-size: 0.5rem;
	font-family: "AGBT";
	margin-top: 0.24rem;
}
.jxszx_box .div1 li div span{
	display: block;
	margin-top: 0.7rem;
	width: 2.0rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.48rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 0.16rem;
	transition: all 0.5s ease;
}

.jxszx_box .div1 li:nth-of-type(2n) a{
	flex-direction: row-reverse;
}
.jxszx_box .div1 li:nth-of-type(2n)::after{
	left: 0;
}
.jxszx_box .div1 li:nth-of-type(2n) div{
	padding-left: 0;
    padding-right: 0.88rem;
}



.xzzx_box{

}
.xzzx_box .div1{
	margin-top: -0.4rem;
}
.xzzx_box .div1 li{
	float: left;
	width: 49%;
	margin-top: 0.4rem;
	margin-right: 2%;
	transition: all 0.5s ease;
}
.xzzx_box .div1 li:nth-of-type(2n){
	margin-right: 0;
}
.xzzx_box .div1 li a{
	display: flex;
	align-items: center;
}
.xzzx_box .div1 li em{
	flex-shrink: 0;
	width: 44%;
	padding-bottom: 56%;
	position: relative;
	overflow: hidden;
}
.xzzx_box .div1 li em i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}
.xzzx_box .div1 li div{
	flex-shrink: 0;
	width: 56%;
	box-sizing: border-box;
	padding: 0 0.3rem;
}
.xzzx_box .div1 li div strong{
	display: block;
	font-size: 0.3rem;
	color: #999;
	font-weight: normal;
	font-family: "AGBT";
}
.xzzx_box .div1 li div h6{
	font-size: 0.36rem;
	font-family: "AGBT";
	margin-top: 0.24rem;
}
.xzzx_box .div1 li div span{
	display: block;
	margin-top: 0.7rem;
	width: 2.0rem;
	height: 0.5rem;
	line-height: 0.48rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 0.16rem;
	transition: all 0.5s ease;
}
.xzzx_box .div1 li div span::before{
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 0.36rem;
	height: 0.36rem;
	background-image: url(../img/tb29.png);
	background-size: 100% 100%;
	margin: 0.06rem 0.12rem 0;
	transition: all 0.5s ease;
}



.bgtx_box{
	background-color: #dfe8e5;
}
.bgtx_box form{
	background-color: #fff;
	padding: 0.7rem 10%;
	box-sizing: border-box;
	text-transform: uppercase;
}
.bgtx_box form h5{
	font-size: 0.34rem;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 0.3rem;
	margin-top: 0.7rem;
}
.bgtx_box form h5:first-of-type{
	margin-top: 0;
}
.bgtx_box form div{
	
}
.bgtx_box form div label{
	display: block;
	height: 0.48rem;
	line-height: 0.48rem;
	font-size: 0;
	margin-top: 0.2rem;
}
.bgtx_box form div label span{
	display: inline-block;
	vertical-align: top;
	width: 2.6rem;
	font-size: 0.2rem;
}
.bgtx_box form div label input{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	width: calc(100% - 2.6rem);
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.16rem;
	font-size: 0.18rem;
}

.bgtx_box form div p{
	margin: 0.2rem 0;
}
.bgtx_box form div p span{
	display: block;
	font-size: 0.2rem;
	height: 0.48rem;
	line-height: 0.48rem;
}
.bgtx_box form div p label{
	margin-left: 2.6rem;
	font-size: 0.18rem;
	height: 0.32rem;
	line-height: 0.32rem;
}
.bgtx_box form div p label input{
	width: 0.15rem;
	height: 0.15rem;
	vertical-align: middle;
	margin-right: 0.14rem;
	margin-top: -0.02rem;
}

.bgtx_box form div .ts_label{
	height: auto;
}
.bgtx_box form div .ts_label span{
	display: block;
	width: 100%;
}
.bgtx_box form div .ts_label input{
	display: inline-block;
    vertical-align: top;
    height: 0.48rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 0.16rem;
}
.bgtx_box form div .ts_label textarea{
	height: 1.4rem;
	width: 100%;
	box-sizing: border-box;
    border: 1px solid #ccc;
	padding: 0.1rem 0.16rem;
	line-height: 1.6;
	resize: none;
	font-size: 0.18rem;
}
.bgtx_box form div .label input{
	width: 2.4rem;
}
.bgtx_box form div .label img{
	height: 100%;
}
.bgtx_box form hr{
	height: 1px;
	border: none;
	background-color: #e6e6e6;
}
.bgtx_box form button{
	display: block;
	margin: 0.5rem auto 0;
	width: 2.0rem;
	height: 0.5rem;
	background-color: #fbc707;
	border: none;
	font-size: 0.16rem;
	text-transform: uppercase;
}

.bgtx_box form .div1{
	margin-bottom: 0.7rem;
}
.bgtx_box form .div1 h4{
	font-size: 0.34rem;
	margin-bottom: 0.3rem;
}
.bgtx_box form .div1 p{
	font-size: 0.2rem;
	line-height: 1.6;
	margin: 0;
}
.bgtx_box form .div1 a{
	margin-top: 0.26rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.2rem;
	color: #104529;
	padding-bottom: 0.06rem;
	border-bottom: 2px solid #104529;
}
.bgtx_box form .div1 strong{
	display: block;
	font-weight: normal;
	font-size: 0.34rem;
	margin: 0.26rem 0 0.2rem;
}

.bgtx_box form a{
	display: block;
}
.bgtx_box form a img{
	width: 100%;
}
.bgtx_box form .tj_strong{
	display: block;
	margin-top: 0.3rem;
	width: 2.0rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.42rem;
	background-color: #fbc707;
	color: #104529;
	font-weight: normal;
	font-size: 0.16rem;
	text-transform: none;
}
.bgtx_box form .tj_strong::before{
	content: "+";
	display: inline-block;
	vertical-align: top;
	margin-right: 0.1rem;
	font-size: 0.24rem;
	line-height: 0.4rem;
}

.bgtx_box form .rq_label{
	position: relative;
}
.bgtx_box form .rq_label::after{
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 0.46rem;
	height: 0.46rem;
	background-image: url(../img/tb38.jpg);
	background-size: 100% 100%;
}

.bgtx_box form .xl_label{
	
}
.bgtx_box form .xl_label select{
	display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 2.0rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 0 0.12rem;
    font-size: 0.18rem;
}
.bgtx_box form .xl_label small{
	display: inline-block;
    vertical-align: top;
    width: 1.3rem;
	font-size: 0.2rem;
	box-sizing: border-box;
	text-align: right;
	padding: 0 0.2rem;
}
.bgtx_box form .xl_label input{
	width: calc(100% - 5.9rem);
}



.gsjs_box{

}
.gsjs_box .div1{
	display: flex;
}
.gsjs_box .div1 dd{
	flex-shrink: 0;
	width: 57%;
	box-sizing: border-box;
	padding: 5% 6% 5% 3%;
}
.gsjs_box .div1 dd h6{
	font-weight: 600;
	font-size: 0.24rem;
	margin-bottom: 0.24rem;
}
.gsjs_box .div1 dd p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-bottom: 0.1rem;
}
.gsjs_box .div1 dd p:last-of-type{
	margin-bottom: 0;
}
.gsjs_box .div1 dt{
	flex-shrink: 0;
	width: 43%;
	background-size: cover;
	background-position: center;
}

.gsjs_box .div2{
	display: flex;
}
.gsjs_box .div2 dt{
	flex-shrink: 0;
	width: 57%;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gsjs_box .div2 dt ul{
	
}
.gsjs_box .div2 dt ul li{
	font-size: 0.36rem;
	color: #fff;
	font-family: "AGBT";
	line-height: 1.4;
	margin-bottom: 0.3rem;
}
.gsjs_box .div2 dt ul li:last-of-type{
	margin-bottom: 0;
}
.gsjs_box .div2 dt ul li::before{
	content: "●";
	font-size: 0.22rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.32rem;
	margin-top: -0.04rem;
}
.gsjs_box .div2 dd{
	flex-shrink: 0;
	width: 43%;
	box-sizing: border-box;
	padding: 4% 3%;
}
.gsjs_box .div2 dd p{
	font-size: 0.18rem;
	line-height: 1.8;
}

.gsjs_box .h6{
	margin-top: 0.4rem;
	font-size: 0.18rem;
	line-height: 1.8;
}
.gsjs_box .h6 p{
	margin-top: 0.2rem;
}

.gsjs_box .div3{
	margin-top: 0.5rem;
	display: flex;
	height: 32vw;
	background-color: #f2f2f2;
}
.gsjs_box .div3 .gallery-top{
	flex-shrink: 0;
	width: 71%;
	height: 100%;
}
.gsjs_box .div3 .swiper3{
	height: 100%;
}
.gsjs_box .div3 .swiper3 .swiper-slide{
	background-size: cover;
	background-position: center;
}

.gsjs_box .div3 .gallery-thumbs{
	flex-shrink: 0;
	width: 29%;
	height: 100%;
	box-sizing: border-box;
	padding: 0.14rem;
}
.gsjs_box .div3 .gallery-thumbs .swiper-slide{
	box-shadow: 0 0 0.06rem rgba(0,0,0,0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.34rem;
	color: #00482a;
	font-family: "AGBT";
	cursor: pointer;
	transition: all 0.5s ease;
}
.gsjs_box .div3 .gallery-thumbs .swiper-slide-thumb-active{
	background-color: #00482a;
	color: #fbc707;
}

.gsjs_box .div3 .swiper-button-next{
	right: 0;
	top: auto;
	margin: 0;
	bottom: 0;
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #104529;
    background-size: 0.1rem;
    background-repeat: no-repeat;
    background-position: center;
	outline: none;
	background-image: url(../img/tb2h.png);
    background-color: #104529;
}
.gsjs_box .div3 .swiper-button-prev{
	left: auto;
	right: 0.44rem;
	top: auto;
	bottom: 0;
	margin: 0;
	width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #104529;
    background-size: 0.1rem;
    background-repeat: no-repeat;
	background-position: center;
	outline: none;
	background-image: url(../img/tb2g.png);
}



.xwzx_box{

}
.xwzx_box dl{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dedede;
}
.xwzx_box dl dt{
	margin-bottom: 0.46rem;
	padding-bottom: 40%;
	background-size: cover;
	background-position: center;
}
.xwzx_box dl dd{
	
}
.xwzx_box dl dd span{
	display: block;
    font-weight: normal;
    font-size: 0.3rem;
    color: #999;
    font-family: "AGBT";
    text-transform: uppercase;
    margin-bottom: 0.20rem;
}
.xwzx_box dl dd h6{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.xwzx_box dl dd h6 strong{
	display: block;
	font-weight: normal;
	font-family: "AGBT";
    font-size: 0.5rem;
    line-height: 1.1;
}
.xwzx_box dl dd h6 a{
	flex-shrink: 0;
    width: 2.0rem;
    height: 0.5rem;
    background-color: #fbc707;
	color: #333;
	font-size: 0.14rem;
    text-align: center;
    line-height: 0.5rem;
    transition: all 0.5s ease;
}
.xwzx_box dl dd p{
	margin-top: 0.2rem;
    font-size: 0.18rem;
	line-height: 1.5;
	text-transform: capitalize;
}

.xwzx_box ul{
	/* margin-top: 0.50rem; */
}
.xwzx_box ul li{
	padding-top: 0.56rem;
    margin-bottom: 0.56rem;
    border-top: 1px solid #dedede;
}
.xwzx_box ul li:first-of-type{
	border-top: none;
}
.xwzx_box ul li a{
	display: flex;
    align-items: center;
}
.xwzx_box ul li em{
	flex-shrink: 0;
    width: 22%;
    padding-bottom: 16.4%;
    position: relative;
    overflow: hidden;
}
.xwzx_box ul li em i{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}
.xwzx_box ul li div{
	flex-shrink: 0;
    width: 78%;
    box-sizing: border-box;
    padding-left: 0.7rem;
}
.xwzx_box ul li div span{
	display: block;
    font-weight: normal;
    font-size: 0.3rem;
    color: #999;
    font-family: "AGBT";
    text-transform: uppercase;
    margin-bottom: 0.20rem;
}
.xwzx_box ul li div h6{
	font-family: "AGBT";
    font-size: 0.42rem;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}
.xwzx_box ul li div small{
	display: block;
    width: 2.0rem;
	height: 0.5rem;
	font-size: 0.14rem;
    box-sizing: border-box;
    border: 1px solid #dedede;
    color: #333;
    text-align: center;
    line-height: 0.5rem;
    transition: all 0.5s ease;
}



.lxwm_box{

}
.lxwm_box .mCustomScrollBox{
	padding-right: 0.3rem;
}
.lxwm_box .mCSB_inside>.mCSB_container{
	margin-right: 0;
}
.lxwm_box .mCSB_scrollTools{
	width: 2px;
	right: 0;
}
.lxwm_box .mCSB_scrollTools .mCSB_draggerRail{
	background: #104529;
}
.lxwm_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #fbc707 !important;
	width: 2px;
}
.lxwm_box .div1{
	position: relative;
}
.lxwm_box .divl{
	position: absolute;
	width: 49%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #2b6c42;
	box-sizing: border-box;
	padding: 0.44rem;
}
.lxwm_box .divl dl{
	color: #fff;
	padding-bottom: 0.4rem;
	margin-bottom: 0.4rem;
	border-bottom: 1px dashed #699779;
}
.lxwm_box .divl dl:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.lxwm_box .divl dt{
	font-size: 0.3rem;
	margin-bottom: 0.3rem;
}
.lxwm_box .divl dd{
	font-size: 0.2rem;
	line-height: 0.38rem;
	margin-bottom: 0.2rem;
	padding-left: 0.5rem;
	background-image: url(../img/tb14.png);
	background-size: 0.38rem;
	background-repeat: no-repeat;
}
.lxwm_box .divl dd:last-of-type{
	background-image: url(../img/tb15.png);
	margin-bottom: 0;
}
.lxwm_box .divl dd p{
	color: #eaefec;
	text-transform: lowercase;
}

.lxwm_box .divr{
	margin-left: 51%;
	width: 49%;
}
.lxwm_box .divr h6{
	font-size: 0.24rem;
	line-height: 1.5;
	margin-bottom: 0.18rem;
}
.lxwm_box .divr form{
	
}
.lxwm_box .divr form input{
	width: 100%;
	height: 0.56rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.24rem;
	margin-bottom: 0.15rem;
	font-size: 0.2rem;
}
.lxwm_box .divr form select{
	width: 100%;
	height: 0.56rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 0.20rem;
	margin-bottom: 0.15rem;
	font-size: 0.2rem;
}
.lxwm_box .divr form label{
	display: flex;
}
.lxwm_box .divr form label input{
	flex: 1;
}
.lxwm_box .divr form label img{
	flex-shrink: 0;
	height: 0.56rem;
}
.lxwm_box .divr form textarea{
	width: 100%;
	height: 1.3rem;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0.1rem 0.20rem;
	line-height: 1.5;
	margin-bottom: 0.15rem;
	font-size: 0.2rem;
	resize: none;
}
.lxwm_box .divr form button{
	width: 100%;
	font-size: 0.2rem;
	height: 0.54rem;
	border: none;
	background-color: #fbc707;
}

.lxwm_box .div2{
	display: flex;
	margin-top: 0.4rem;
}
.lxwm_box .div2 li{
	flex: 1;
	margin-right: 1%;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 0.44rem 0.24rem;
}
.lxwm_box .div2 li:last-of-type{
	margin-right: 0;
}
.lxwm_box .div2 li h6{
	font-size: 0.26rem;
	color: #00482a;
	margin-bottom: 0.3rem;
}
.lxwm_box .div2 li p{
	margin-top: 0.2rem;
	font-size: 0.2rem;
	padding-left: 0.5rem;
	line-height: 0.38rem;
	background-image: url(../img/tb14.png);
    background-size: 0.38rem;
	background-repeat: no-repeat;
	text-transform: lowercase;
}
.lxwm_box .div2 li p:nth-of-type(2){
	background-image: url(../img/tb15.png);
}



.ltzl_box{

}
.ltzl_box .swiper-pagination{
	position: static;
	width: 100%;
	text-align: center;
	margin-bottom: 0.6rem;
}
.ltzl_box .swiper-pagination span{
	width: 2.4rem;
	height: 0.5rem;
	border-radius: 0;
	background-color: #104529;
	margin-right: 0.18rem;
	color: #fff;
	line-height: 0.5rem;
	font-size: 0.16rem;
	outline: none;
	opacity: 1;
	transform: skewX(-20deg);
	transition: all 0.5s ease;
}
.ltzl_box .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fbc707;
	color: #104529;
}
.ltzl_box .swiper-pagination span:last-of-type{
	margin-right: 0;
}
.ltzl_box .swiper-pagination span i{
	display: block;
	width: 100%;
	height: 100%;
	transform: skewX(20deg);
}

.ltzl_box .swiper-container{

}
.ltzl_box .slide1{
	
}
.ltzl_box .slide1 ul{
	margin-top: -0.6rem;
}
.ltzl_box .slide1 li{
	float: left;
	width: 23.5%;
	margin-top: 0.6rem;
	margin-right: 2%;
}
.ltzl_box .slide1 li:nth-of-type(4n){
	margin-right: 0;
}
.ltzl_box .slide1 li a{
	display: block;
}
.ltzl_box .slide1 li div{
	position: relative;
	overflow: hidden;
}
.ltzl_box .slide1 li div i{
	display: block;
	width: 100%;
	padding-bottom: 138%;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}
.ltzl_box .slide1 li div dl{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 10%;
	left: 0;
	background-color: rgba(16,69,41,0.9);
	box-sizing: border-box;
	padding: 0.34rem;
	color: #fff;
	opacity: 0;
	transition: all 0.5s ease;
}
.ltzl_box .slide1 li div dt{
	font-size: 0.26rem;
	margin-bottom: 0.24rem;
}
.ltzl_box .slide1 li div dd{
	font-size: 0.16rem;
	line-height: 1.6;
}
.ltzl_box .slide1 li div dl::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.34rem;
	width: 100%;
	height: 0.17rem;
	background-image: url(../img/tb34.png);
	background-repeat: no-repeat;
	background-position: center;
}
.ltzl_box .slide1 li h6{
	font-size: 0.26rem;
	text-align: center;
	margin-top: 0.26rem;
}

.ltzl_box .slide2{

}
.ltzl_box .slide2 ul{
	margin-top: -0.16rem;
}
.ltzl_box .slide2 li{
	display: flex;
	margin-top: 0.16rem;
	justify-content: space-between;
}
.ltzl_box .slide2 li:nth-of-type(2n){
	flex-direction: row-reverse;
}
.ltzl_box .slide2 li div{
	background-color: #dfe8e5;
	flex-shrink: 0;
	width: 40%;
	box-sizing: border-box;
	padding: 0.6rem 0.48rem;
	min-height: 26vw;
}
.ltzl_box .slide2 li div h6{
	font-size: 0.5rem;
	margin-bottom: 0.3rem;
	font-family: "AGBT";
}
.ltzl_box .slide2 li div p{
	font-size: 0.18rem;
	line-height: 1.6;
}
.ltzl_box .slide2 li i{
	flex-shrink: 0;
	width: 59%;
	background-size: cover;
	background-position: center;
}

.ltzl_box .slide3{

}
.ltzl_box .slide3 ul{
	
}
.ltzl_box .slide3 li{
	background-color: #fff;
	height: 30vw;
}
.ltzl_box .slide3 li:nth-of-type(2n){
	background-color: #dfe8e5;
}
.ltzl_box .slide3 li dl{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.ltzl_box .slide3 li dt{
	flex-shrink: 0;
	width: 61%;
}
.ltzl_box .slide3 li dt h5{
	font-size: 0.5rem;
	height: 0.34rem;
	line-height: 0.34rem;
	font-family: "AGBT";
	margin-bottom: 0.36rem;
}
.ltzl_box .slide3 li dt p{
	font-size: 0.18rem;
	line-height: 1.8;
}
.ltzl_box .slide3 li dt p.qh_p{
	height: 1.28rem;
}
.ltzl_box .slide3 li dt em{
	display: block;
	font-size: 0;
	margin: 0.3rem 0 0.2rem;
}
.ltzl_box .slide3 li dt em span{
	display: inline-block;
	vertical-align: top;
	width: 1.98rem;
	height: 0.4rem;
	font-size: 0.18rem;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 0.4rem;
	color: #999;
	margin-right: 0.2rem;
	cursor: pointer;
}
.ltzl_box .slide3 li dt em .active{
	border: 1px solid #104529;
	color: #104529;
}
.ltzl_box .slide3 li dt .qh_p span{
	display: none;
}
.ltzl_box .slide3 li dt .qh_p span:first-of-type{
	display: block;
}

.ltzl_box .slide3 li dd{
	flex-shrink: 0;
	width: 2.82rem;
}
.ltzl_box .slide3 li dd img{
	width: 100%;
}

.ltzl_box .slide4{

}
.ltzl_box .slide4 div{
	
}
.ltzl_box .slide4 div p{
	font-size: 0.18rem;
	line-height: 1.8;
	margin-bottom: 0.4rem;
}
.ltzl_box .slide4 div img{
	width: 100%;
}
.ltzl_box .slide4 div p:last-of-type{
	margin-bottom: 0;
}



.ltsdedz_box{

}
.ltsdedz_box h6{
	display: flex;
	justify-content: space-between;
	font-size: 0.16rem;
	margin-bottom: 0.16rem;
}
.ltsdedz_box table{
	width: 100%;
	font-size: 0.18rem;
	text-align: center;
}
.ltsdedz_box thead tr{
	background-color: #a2afa8;
}
.ltsdedz_box thead tr th{
	font-weight: normal;
	border: 1px solid #fff;
	color: #fff;
	padding: 0.12rem 0;
}
.ltsdedz_box thead .firstRow{
	background-color: #155d37;
}
.ltsdedz_box thead .firstRow th{
	padding: 0.22rem 0;
}
.ltsdedz_box tbody{
	
}
.ltsdedz_box tbody tr{
	background-color: #edf0ef;
}
.ltsdedz_box tbody tr:nth-of-type(2n){
	background-color: #c1d5ca;
}
.ltsdedz_box tbody th{
	padding: 0.12rem 0;
	font-weight: normal;
	border: 1px solid #fff;
	background-color: #a2afa8;
	color: #fff;
}
.ltsdedz_box tbody td{
	padding: 0.12rem 0;
	border: 1px solid #fff;
}



.ltfhzs_box{

}
.ltfhzs_box .div1{
	margin-top: -0.2rem;
} 
.ltfhzs_box .div1 table{
	text-align: center;
	float: left;
	width: 23.5%;
	margin-top: 0.2rem;
	margin-right: 2%;
	font-size: 0.18rem;
} 
.ltfhzs_box .div1 table:nth-of-type(4n){
	margin-right: 0;
}
.ltfhzs_box .div1 table tr{
	background-color: #c1d5ca;
}
.ltfhzs_box .div1 table tr:nth-of-type(2n){
	background-color: #edf0ef;
}
.ltfhzs_box .div1 table th{
	border: 1px solid #fff;
	padding: 0.22rem 0;
	color: #fff;
	font-weight: normal;
	background-color: #104529;
}
.ltfhzs_box .div1 table th:nth-of-type(1){
	width: 44%;
}
.ltfhzs_box .div1 table th:nth-of-type(2){
	width: 28%;
}
.ltfhzs_box .div1 table th:nth-of-type(3){
	width: 28%;
}
.ltfhzs_box .div1 table td{
	border: 1px solid #fff;
	padding: 0.12rem 0;
}



.otrltfl_box{

}
.otrltfl_box dl{
	margin-bottom: 0.5rem;
}
.otrltfl_box dl:last-of-type{
	margin-bottom: 0;
}
.otrltfl_box dl .title_dt{
	display: inline-block;
	vertical-align: top;
	height: 0.41rem;
	line-height: 0.41rem;
	padding-right: 0.51rem;
	background-image: url(../img/tb35.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 0.3rem;
}
.otrltfl_box dl .title_dt span{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 0.3rem 0 0.22rem;
	background-color: #104529;
	color: #fff;
	font-size: 0.24rem;
	font-family: "AGBT";
}
.otrltfl_box dl dd{
	background-color: #f7f7f7;
	padding: 0.44rem;
}
.otrltfl_box dl dd table{
	width: 100%;
	font-size: 0.18rem;
	text-align: center;
}
.otrltfl_box dl dd tr{
	background-color: #edf0ef;
}
.otrltfl_box dl dd tr:nth-of-type(2n){
	background-color: #c1d5ca;
}
.otrltfl_box dl dd th{
	font-weight: normal;
	border: 1px solid #fff;
	background-color: #155d37;
	color: #fff;
	padding: 0.12rem 0;
}
.otrltfl_box dl dd td{
	padding: 0.12rem 0;
	border: 1px solid #fff;
}

.otrltfl_box dl dd h6{
	font-size: 0.18rem;
	/* text-transform: uppercase; */
	line-height: 1.6;
	margin-bottom: 0.3rem;
	position: relative;
	padding-left: 0.2rem;
}
.otrltfl_box dl dd h6::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 0.16rem;
	background-color: #fbc707;
	top: 0.04rem;
	left: 0;
}
.otrltfl_box dl dd img{
	width: auto;
	max-width: 100%;
}



.ltsj_box{

}
.ltsj_box dl{
	margin-bottom: 0.5rem;
}
.ltsj_box dl:last-of-type{
	margin-bottom: 0;
}
.ltsj_box dl .title_dt{
	display: inline-block;
	vertical-align: top;
	height: 0.41rem;
	line-height: 0.41rem;
	padding-right: 0.51rem;
	background-image: url(../img/tb35.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 0.3rem;
}
.ltsj_box dl .title_dt span{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	padding: 0 0.3rem 0 0.22rem;
	background-color: #104529;
	color: #fff;
	font-size: 0.24rem;
	font-family: "AGBT";
}
.ltsj_box dl dd{
	background-color: #dfe8e5;
    padding: 0.44rem;
}
.ltsj_box dl dd h6,.ltsj_box dl dd p{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-bottom: 0.3rem;
	position: relative;
	/* padding-left: 0.2rem; */
}
.ltsj_box dl dd h6:last-of-type,.ltsj_box dl dd p:last-of-type{
	margin-bottom: 0;
}
.ltsj_box dl dd p em{
	display: block;
	padding-left: 0.2rem;
}
.ltsj_box dl dd p em::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 0.16rem;
	background-color: #fbc707;
	top: 0.04rem;
	left: 0;
}
.ltsj_box dl dd p img{
	display: block;
	margin: 0 auto;
}

.ltsj_box .div1{
	background-color: #dfe8e5;
    padding: 0.44rem;
}
.ltsj_box .div1 .h6{
	font-family: "AGBT";
	position: relative;
	color: #104529;
	text-align: center;
	font-size: 0;
	height: 0.5rem;
	line-height: 0.5rem;
	cursor: pointer;
	z-index: 3;
}
.ltsj_box .div1 .h6 i{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
	font-size: 0.2rem;
	transform: scaleY(0.8);
	transition: all 0.5s ease;
}
.ltsj_box .div1 .hover_h6 i{
	transform: rotate(-90deg) scaleY(0.8);
}
.ltsj_box .div1 .h6 strong{
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	font-weight: normal;
	font-size: 0.36rem;
	width: 4.4rem;
}
.ltsj_box .div1 .h6 p{
	display: none;
	position: absolute;
	width: 4.8rem;
	box-sizing: border-box;
	padding: 0.2rem 0.3rem;
	text-align: left;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
}
.ltsj_box .div1 .h6 p span{
	display: block;
	font-size: 0.28rem;
	line-height: 1.6;
}

.ltsj_box .div1 .ul{
	margin-top: 0.32rem;
}
.ltsj_box .div1 .ul li{
	display: none;
}
.ltsj_box .div1 .ul li:first-of-type{
	display: block;
}
.ltsj_box .div1 .ul li table{
	width: 100%;
	font-size: 0.18rem;
	text-align: center;
	line-height: 1.6;
}
.ltsj_box .div1 .ul li tr{
	background-color: #c1d5ca;
}
.ltsj_box .div1 .ul li tr:nth-of-type(2n){
	background-color: #edf0ef;
}
.ltsj_box .div1 .ul li th{
	padding: 0.12rem;
	background-color: #155d37;
	border: 1px solid #fff;
	font-weight: normal;
	color: #fff;
}
.ltsj_box .div1 .ul li td{
	padding: 0.12rem;
	border: 1px solid #fff;
}



.ltjg_box{
	
}
.ltjg_box .div1{
	width: 4.4rem;
	margin: 0 auto;
	position: relative;
}
.ltjg_box .div1 img{
	width: 100%;
}
.ltjg_box .div1 .p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ltjg_box .div1 .p i{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.43rem;
	height: 0.43rem;
	background-image: url(../img/tb31.png);
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s ease;
}
.ltjg_box .div1 .p i:nth-of-type(1){
	top: 3%;
    left: 33%;
}
.ltjg_box .div1 .p i:nth-of-type(2){
	top: 29%;
    left: 33%;
}
.ltjg_box .div1 .p i:nth-of-type(3){
	top: 33%;
    left: 54%;
}
.ltjg_box .div1 .p i:nth-of-type(4){
	top: 28%;
    left: 81%;
}
.ltjg_box .div1 .p i:nth-of-type(5){
	top: 46%;
    left: 11%;
}
.ltjg_box .div1 .p i:nth-of-type(6){
	top: 56%;
    left: 5%;
}
.ltjg_box .div1 .p i:nth-of-type(7){
	top: 70%;
    left: 10%;
}
.ltjg_box .div1 .p i:nth-of-type(8){
	top: 49%;
    left: 88%;
}
.ltjg_box .div1 .p i:nth-of-type(9){
	top: 70%;
    left: 78%;
}

.ltjg_box .div1 .p i.active{
	background-image: url(../img/tb32.png);
}

.ltjg_box .div1 .ul{
	position: absolute;
	top: 20%;
	left: 116%;
	width: 3.7rem;
}
.ltjg_box .div1 .ul li{
	display: none;
}
.ltjg_box .div1 .ul li:nth-of-type(1){
	display: block;
}
.ltjg_box .div1 .ul li h6{
	font-size: 0.3rem;
	font-family: "AGBT";
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
	border-bottom: 2px solid #104529;
}
.ltjg_box .div1 .ul li p{
	font-size: 0.18rem;
	line-height: 1.6;
}



.ltcb_box{
	
}
.ltcb_box .slide5{
	
}
.ltcb_box .slide5 .div{
	width: 3.35rem;
	margin: 0 auto;
	position: relative;
}
.ltcb_box .slide5 .div img,
.ltcb_box .slide6 .div img,
.ltcb_box .slide7 .div img{
	width: 100%;
	height: auto;
}
.ltcb_box .slide5 .div .p,
.ltcb_box .slide6 .div .p,
.ltcb_box .slide7 .div .p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ltcb_box .slide5 .div .p i,
.ltcb_box .slide6 .div .p i,
.ltcb_box .slide7 .div .p i{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.5s ease;
}
.ltcb_box .slide5 .div .p i:nth-of-type(1){
	top: 8%;
    left: 42%;
	width: 0.43rem;
	height: 0.08rem;
	background-image: url(../img/zz1a.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(2){
	top: 2%;
    left: 37%;
	width: 0.96rem;
	height: 0.21rem;
	background-image: url(../img/zz1b.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(3){
	top: 33%;
    left: 85%;
	width: 0.28rem;
	height: 1.29rem;
	background-image: url(../img/zz1c.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(4){
	top: 50%;
    left: 72%;
	width: 0.9rem;
	height: 1.33rem;
	background-image: url(../img/zz1d.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(5){
	top: 77%;
    left: 20%;
	width: 2.0rem;
	height: 0.56rem;
	background-image: url(../img/zz1e.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(6){
	top: 73%;
    left: 8%;
	width: 0.52rem;
	height: 0.54rem;
	background-image: url(../img/zz1f.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(7){
	top: 67%;
    left: 6%;
	width: 0.14rem;
	height: 0.18rem;
	background-image: url(../img/zz1g.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(8){
	top: 63%;
    left: 5%;
	width: 0.10rem;
	height: 0.14rem;
	background-image: url(../img/zz1h.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(9){
	top: 48%;
    left: 1%;
	width: 0.27rem;
	height: 0.88rem;
	background-image: url(../img/zz1i.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(10){
	top: 34%;
    left: 9%;
	width: 0.14rem;
	height: 1.08rem;
	background-image: url(../img/zz1j.png);
}
.ltcb_box .slide5 .div .p i:nth-of-type(11){
	top: 44%;
    left: 7.6%;
	width: 0.14rem;
	height: 0.73rem;
	background-image: url(../img/zz1k.png);
}


.ltcb_box .slide5 .div .ol,
.ltcb_box .slide6 .div .ol,
.ltcb_box .slide7 .div .ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ltcb_box .slide5 .div .ol li,
.ltcb_box .slide6 .div .ol li,
.ltcb_box .slide7 .div .ol li{
	position: absolute;
	top: 0;
	left: 0;
	width: 0.23rem;
	height: 0.23rem;
	cursor: pointer;
	background-image: url(../img/tb36.png);
	background-size: 100% 100%;
	transition: all 0.5s ease;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(1){
	top: 16%;
    left: 39.4%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(2){
	top: 14%;
    left: 50.4%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(3){
	top: 42.4%;
    left: 74%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(4){
	top: 68%;
    left: 65.5%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(5){
	top: 72%;
    left: 42%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(6){
	top: 70%;
    left: 25%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(7){
	top: 64%;
    left: 20%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(8){
	top: 59%;
    left: 17%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(9){
	top: 52.4%;
    left: 19%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(10){
	top: 48%;
    left: 16%;
}
.ltcb_box .slide5 .div .ol li:nth-of-type(11){
	top: 41%;
    left: 19%;
}

.ltcb_box .slide5 .div .ol li.active,
.ltcb_box .slide6 .div .ol li.active,
.ltcb_box .slide7 .div .ol li.active{
	background-image: url(../img/tb37.png);
}

.ltcb_box .slide5 .div .p i.active,
.ltcb_box .slide6 .div .p i.active,
.ltcb_box .slide7 .div .p i.active{
	opacity: 1;
}

.ltcb_box .slide5 .div .ul,
.ltcb_box .slide6 .div .ul,
.ltcb_box .slide7 .div .ul{
	position: absolute;
    top: 0;
    left: 124%;
    width: 2.65rem;
}
.ltcb_box .slide5 .div .ul li,
.ltcb_box .slide6 .div .ul li,
.ltcb_box .slide7 .div .ul li{
	display: none;
}
.ltcb_box .slide5 .div .ul li:first-of-type,
.ltcb_box .slide6 .div .ul li:first-of-type,
.ltcb_box .slide7 .div .ul li:first-of-type{
	display: block;
}
.ltcb_box .slide5 .div .ul li h6,
.ltcb_box .slide6 .div .ul li h6,
.ltcb_box .slide7 .div .ul li h6{
	font-size: 0.24rem;
    font-family: "AGBT";
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid #104529;
}
.ltcb_box .slide5 .div .ul li em,
.ltcb_box .slide6 .div .ul li em,
.ltcb_box .slide7 .div .ul li em{
	display: block;
	border: 1px solid #ccc;
	border-radius: 0.1rem;
	overflow: hidden;
}
.ltcb_box .slide5 .div .ul li em img,
.ltcb_box .slide6 .div .ul li em img,
.ltcb_box .slide7 .div .ul li em img{
	width: 100%;
}

.ltcb_box .dl{
	margin-top: 1.0rem;
	background-color: #f7f7f7;
    padding: 0.44rem;
}
.ltcb_box .dl dt{
	display: inline-block;
    vertical-align: top;
    height: 0.41rem;
    line-height: 0.41rem;
    padding-right: 0.51rem;
    background-image: url(../img/tb35.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 0.3rem;
}
.ltcb_box .dl dt span{
	display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 0.3rem 0 0.22rem;
    background-color: #104529;
    color: #fff;
    font-size: 0.24rem;
    font-family: "AGBT";
}
.ltcb_box .dl dd{
	margin-bottom: 0.6rem;
}
.ltcb_box .dl dd:last-of-type{
	margin-bottom: 0;
	position: relative;
}
.ltcb_box .dl dd .table_div{
	width: 100%;
	overflow-x: auto;
}
.ltcb_box .dl dd p{
	font-size: 0.18rem;
    line-height: 1.6;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 0.2rem;
}
.ltcb_box .dl dd p:last-of-type{
	margin-bottom: 0;
}
.ltcb_box .dl dd p::before{
	content: "";
    position: absolute;
    width: 3px;
    height: 0.16rem;
    background-color: #fbc707;
    top: 0.04rem;
    left: 0;
}
.ltcb_box .dl dd img{
	width: auto;
	max-width: 100%;
	margin: 0.4rem auto 0;
}
.ltcb_box .dl dd table{
	width: 100%;
    font-size: 0.18rem;
    text-align: center;
}
.ltcb_box .dl dd table tr{
	background-color: #edf0ef;
}
.ltcb_box .dl dd table tr:nth-of-type(5),
.ltcb_box .dl dd table tr:nth-of-type(6),
.ltcb_box .dl dd table tr:nth-of-type(9),
.ltcb_box .dl dd table tr:nth-of-type(10){
	background-color: #c1d5ca;
}

.ltcb_box .dl dd table th{
	font-weight: normal;
    border: 1px solid #fff;
    background-color: #155d37;
    color: #fff;
    padding: 0.12rem 0;
}
.ltcb_box .dl dd table td{
	padding: 0.12rem 0;
    border: 1px solid #fff;
}



.ltcb_box .slide6{
	padding-bottom: 0.5rem;
}
.ltcb_box .slide6 .div{
	width: 3.64rem;
	margin: 0 auto;
	position: relative;
}
.ltcb_box .slide6 .div .p i:nth-of-type(1){
	top: 2%;
    left: 20%;
	width: 2.12rem;
	height: 0.70rem;
	background-image: url(../img/zz2a.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(2){
	top: 13%;
    left: 47%;
	width: 0.24rem;
	height: 0.04rem;
	background-image: url(../img/zz2b.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(3){
	top: 14%;
    left: 60%;
	width: 0.48rem;
	height: 0.32rem;
	background-image: url(../img/zz2c.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(4){
	top: 25%;
    left: 81%;
	width: 0.35rem;
	height: 0.47rem;
	background-image: url(../img/zz2d.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(5){
	top: 32%;
    left: 81%;
	width: 0.13rem;
	height: 0.17rem;
	background-image: url(../img/zz2e.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(6){
	top: 45%;
    left: 86%;
	width: 0.06rem;
	height: 0.28rem;
	background-image: url(../img/zz2f.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(7){
	top: 39%;
    left: 87%;
	width: 0.21rem;
	height: 0.78rem;
	background-image: url(../img/zz2g.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(8){
	top: 61%;
    left: 83%;
	width: 0.28rem;
	height: 0.40rem;
	background-image: url(../img/zz2h.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(9){
	top: 68%;
    left: 84%;
	width: 0.13rem;
	height: 0.13rem;
	background-image: url(../img/zz2i.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(10){
	top: 80%;
    left: 31%;
	width: 1.4rem;
	height: 0.3rem;
	background-image: url(../img/zz2j.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(11){
	top: 70%;
    left: 10%;
	width: 2.88rem;
	height: 1.02rem;
	background-image: url(../img/zz2k.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(12){
	top: 60%;
    left: 8%;
	width: 0.28rem;
	height: 0.42rem;
	background-image: url(../img/zz2l.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(13){
	top: 55%;
    left: 12.5%;
	width: 0.17rem;
	height: 0.39rem;
	background-image: url(../img/zz2m.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(14){
	top: 54%;
    left: 6%;
	width: 0.23rem;
	height: 0.23rem;
	background-image: url(../img/zz2n.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(15){
	top: 46%;
    left: 12.5%;
	width: 0.06rem;
	height: 0.25rem;
	background-image: url(../img/zz2o.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(16){
	top: 37%;
    left: 13%;
	width: 0.11rem;
	height: 0.11rem;
	background-image: url(../img/zz2p.png);
}
.ltcb_box .slide6 .div .p i:nth-of-type(17){
	top: 15%;
    left: 31%;
	width: 0.27rem;
	height: 0.18rem;
	background-image: url(../img/zz2q.png);
}


.ltcb_box .slide6 .div .ol li:nth-of-type(1){
	top: 22%;
    left: 41%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(2){
	top: 24%;
    left: 53%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(3){
	top: 27%;
    left: 62%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(4){
	top: 30%;
    left: 69%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(5){
	top: 39%;
    left: 71%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(6){
	top: 45%;
    left: 74%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(7){
	top: 54%;
    left: 73%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(8){
	top: 60%;
    left: 72%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(9){
	top: 66%;
    left: 69%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(10){
	top: 71%;
    left: 52%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(11){
    top: 71%;
    left: 35%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(12){
	top: 65%;
    left: 25%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(13){
	top: 57%;
    left: 25%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(14){
	top: 51%;
    left: 20%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(15){
	top: 43%;
    left: 21%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(16){
	top: 35.5%;
    left: 23%;
}
.ltcb_box .slide6 .div .ol li:nth-of-type(17){
	top: 28%;
    left: 31.5%;
}


.ltcb_box .slide7{
	
}
.ltcb_box .slide7 .div{
	width: 3.46rem;
	margin: 0 auto;
	position: relative;
}
.ltcb_box .slide7 .div .p i:nth-of-type(1){
	top: 12.5%;
    left: 36%;
	width: 0.93rem;
	height: 0.19rem;
	background-image: url(../img/zz3a.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(2){
	top: 23%;
    left: 70%;
	width: 0.36rem;
	height: 0.39rem;
	background-image: url(../img/zz3b.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(3){
	top: 44%;
    left: 84%;
	width: 0.12rem;
	height: 0.36rem;
	background-image: url(../img/zz3c.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(4){
	top: 57%;
    left: 80%;
	width: 0.09rem;
	height: 0.2rem;
	background-image: url(../img/zz3d.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(5){
	top: 57%;
    left: 82%;
	width: 0.15rem;
	height: 0.25rem;
	background-image: url(../img/zz3e.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(6){
	top: 84%;
    left: 42%;
	width: 0.52rem;
	height: 0.12rem;
	background-image: url(../img/zz3f.png);
}
.ltcb_box .slide7 .div .p i:nth-of-type(7){
	top: 46%;
    left: 14%;
	width: 0.08rem;
	height: 0.28rem;
	background-image: url(../img/zz3g.png);
}


.ltcb_box .slide7 .div .ol li:nth-of-type(1){
	top: 24%;
    left: 48%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(2){
	top: 35%;
    left: 64%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(3){
	top: 43.6%;
    left: 68%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(4){
	top: 51.4%;
    left: 65%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(5){
	top: 61%;
    left: 63%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(6){
	top: 67%;
    left: 47%;
}
.ltcb_box .slide7 .div .ol li:nth-of-type(7){
	top: 45%;
    left: 28%;
}



.ccgg_box{

}
.ccgg_box .dl{
	display: flex;
	background-color: #dfe8e5;
	line-height: 1.6;
}
.ccgg_box .dl dt{
	flex-shrink: 0;
	width: 50%;
	background-color: #cde5dd;
	padding: 0.5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.ccgg_box .dl dt .div1{
	width: 5.6rem;
	margin: 0 auto 0.36rem;
	position: relative;
	text-align: left;
	text-transform: capitalize;
}
.ccgg_box .dl dt .div1 .ol{
	display: flex;
	z-index: 3;
}
.ccgg_box .dl dt .div1 .ol li{
	position: relative;
	font-size: 0.6rem;
	color: #fbc707;
	font-family: "AGBT";
	line-height: 1.2;
	letter-spacing: 0.02rem;
}
.ccgg_box .dl .gl{
	cursor: pointer;
}
.ccgg_box .dl dt .div1 .ol li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #86a898;
	bottom: -6px;
	left: 0;
}
.ccgg_box .dl dt .div1 .ol .xg::after{
	display: none;
}
.ccgg_box .dl dt .div1 .ul{
	height: 4.0rem;
	margin-top: 6px;
	position: relative;
}
.ccgg_box .dl dt .div1 .ul li{
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #104529;
	padding-left: 50px;
	border-left: 1px solid #86a898;
}
.ccgg_box .dl dt .div1 .ul li span{
	display: inline-block;
	vertical-align: top;
	padding: 0 0.06rem;
	transform: translateY(46%);
}
.ccgg_box .dl dt .div1 .ul li::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	left: 0;
	bottom: -2px;
	background-image: url(../img/zsjt.png);
	background-position: right;
}

.ccgg_box .dl dt .div2{
	display: inline-flex;
	align-items: center;
	width: 5.6rem;
	background-color: #84a797;
	padding: 0.3rem 0;
	color: #fff;
	justify-content: center;
}
.ccgg_box .dl dt .div2 span{
	font-size: 0.26rem;
	padding: 0 0.06rem;
}
.ccgg_box .dl dt .div2 span small{
	display: block;
	font-weight: 100;
	font-size: 0.26rem;
	padding: 0 0.06rem;
	white-space: nowrap;
}
.ccgg_box .dl dt .div2 span i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin: 0.06rem 0;
}

.ccgg_box .dl dd{
	flex-shrink: 0;
	width: 50%;
	padding: 0.5rem 0;
	text-transform: capitalize;
	display: flex;
	flex-direction: column;
}
.ccgg_box .dl dd h6{
	font-size: 0.3rem;
	text-align: center;
	margin-bottom: 0.4rem;
	font-family: "AGBT";
	color: #104529;
}
.ccgg_box .dl dd .div1{
	position: relative;
	width: 5.7rem;
	margin: auto;
}
.ccgg_box .dl dd .div1 img{
	width: 100%;
}
.ccgg_box .dl dd .div1 .ol{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ccgg_box .dl dd .div1 .ol li{
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #104529;
	padding: 0 0.06rem;
}

.ccgg_box .dl .active{
	background-color: #104529;
	color: #fbc707 !important;
}

.ccgg_box .slide8 .dl dt .div1 .ol li:nth-of-type(2){
	margin: 0 0.06rem;
}
.ccgg_box .slide8 .dl dt .div1 .ol li:nth-of-type(4){
	margin: 0 0.06rem;
}
.ccgg_box .slide8 .dl dt .div1 .ol li:nth-of-type(5){
	margin: 0 0.06rem 0 0;
}
.ccgg_box .slide8 .dl dt .div1 .ol li:nth-of-type(7){
	margin: 0 0.06rem 0 0.16rem;
}

.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 3.6rem;
	z-index: 7;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 3.12rem;
	z-index: 6;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 2.47rem;
	z-index: 5;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 2.07rem;
	z-index: 4;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(5){
	padding-top: 2.2rem;
	left: 1.76rem;
	z-index: 3;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(6){
	padding-top: 2.7rem;
	left: 1.33rem;
	z-index: 2;
}
.ccgg_box .slide8 .dl dt .div1 .ul li:nth-of-type(7){
	padding-top: 3.2rem;
	left: 0.37rem;
	z-index: 1;
}

.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(1){
	top: 0%;
    left: 27%;
}
.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(2){
	top: 14.6%;
    left: 62%;
}
.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(3){
	top: 50%;
    left: 70%;
}
.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(4){
	top: 50%;
    left: 92.5%;
}



.ccgg_box .slide9 .dl dt .div1 .ol li:nth-of-type(2){
	margin: 0 0.06rem;
}
.ccgg_box .slide9 .dl dt .div1 .ol li:nth-of-type(4){
	margin: 0 0.06rem;
}
.ccgg_box .slide9 .dl dt .div1 .ol li:nth-of-type(5){
	margin: 0 0.06rem 0 0;
}
.ccgg_box .slide9 .dl dt .div1 .ol li:nth-of-type(6){
	margin: 0 0.06rem 0 0.16rem;
}

.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 3.9rem;
	z-index: 6;
}
.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 3.42rem;
	z-index: 5;
}
.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 2.4rem;
	z-index: 4;
}
.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 1.72rem;
	z-index: 3;
}
.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(5){
	padding-top: 2.2rem;
	left: 1.28rem;
	z-index: 2;
}
.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(6){
	padding-top: 2.7rem;
	left: 0.37rem;
	z-index: 1;
}

.ccgg_box .slide9 .dl dd .div1{
	width: 5.21rem;
}
.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(1){
	top: 0%;
	left: 25.5%;
}
.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(2){
	top: 20.4%;
    left: 62%;
}
.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(3){
	top: 51%;
    left: 70%;
}
.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(4){
	top: 51%;
    left: 92.5%;
}



.ccgg_box .slide10 .dl dt .div1 .ol li img{
	width: 0.4rem;
	vertical-align: middle;
}
.ccgg_box .slide10 .dl dt .div1 .ol li:nth-of-type(2){
	margin: 0 0.1rem;
}
.ccgg_box .slide10 .dl dt .div1 .ol li:nth-of-type(4){
	margin: 0 0.1rem;
}

.ccgg_box .slide10 .dl dt .div1 .ul{
	height: 2.4rem;
}
.ccgg_box .slide10 .dl1 dt .div1 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 2.42rem;
	z-index: 4;
}
.ccgg_box .slide10 .dl1 dt .div1 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 1.88rem;
	z-index: 3;
}
.ccgg_box .slide10 .dl1 dt .div1 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 1.38rem;
	z-index: 2;
}
.ccgg_box .slide10 .dl1 dt .div1 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 0.58rem;
	z-index: 1;
}

.ccgg_box .slide10 .dl dt .div2 em{
	flex-shrink: 0;
	width: 1.6rem;
	margin-right: 0.3rem;
}
.ccgg_box .slide10 .dl dt .div2 em img{
	width: 100%;
}

.ccgg_box .slide10 .dl1 dd .div1{
	width: 5.47rem;
}
.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(1){
	top: 0%;
	left: 19.5%;
}
.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(2){
	top: 20.4%;
    left: 62%;
}
.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(3){
	top: 51%;
    left: 70%;
}
.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(4){
	top: 51%;
    left: 92.5%;
}



.ccgg_box .slide10 .dl2{
	flex-direction: row-reverse;
}
.ccgg_box .slide10 .dl2 dt .div1 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 2.2rem;
	z-index: 4;
}
.ccgg_box .slide10 .dl2 dt .div1 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 1.66rem;
	z-index: 3;
}
.ccgg_box .slide10 .dl2 dt .div1 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 1.16rem;
	z-index: 2;
}
.ccgg_box .slide10 .dl2 dt .div1 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 0.5rem;
	z-index: 1;
}

.ccgg_box .slide10 .dl2 dd .div1{
	width: 4.7rem;
}
.ccgg_box .slide10 .dl2 dd .div1 .ol li:nth-of-type(1){
	top: 0%;
	left: 18.7%;
}
.ccgg_box .slide10 .dl2 dd .div1 .ol li:nth-of-type(2){
	top: 21.4%;
    left: 57%;
}
.ccgg_box .slide10 .dl2 dd .div1 .ol li:nth-of-type(3){
	top: 52%;
    left: 65%;
}
.ccgg_box .slide10 .dl2 dd .div1 .ol li:nth-of-type(4){
	top: 52%;
    left: 90.5%;
}



.ccgg_box .slide10 .dl3 dt .div1 .ol li:nth-of-type(2){
	margin: 0 0 0 0.16rem;
}
.ccgg_box .slide10 .dl3 dt .div1 .ol li:nth-of-type(4){
	margin: 0 0.1rem;
}

.ccgg_box .slide10 .dl3 dt .div3 .ol li:nth-of-type(2){
	margin: 0 0.1rem;
}
.ccgg_box .slide10 .dl3 dt .div3 .ol li:nth-of-type(4){
	margin: 0 0 0 0.16rem;
}
.ccgg_box .slide10 .dl3 dt .div3 .ol li:nth-of-type(6){
	margin: 0 0.1rem;
}

.ccgg_box .slide10 .dl3 dt .div1 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 2.48rem;
	z-index: 4;
}
.ccgg_box .slide10 .dl3 dt .div1 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 1.96rem;
	z-index: 3;
}
.ccgg_box .slide10 .dl3 dt .div1 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 1.24rem;
	z-index: 2;
}
.ccgg_box .slide10 .dl3 dt .div1 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 0.24rem;
	z-index: 1;
}

.ccgg_box .slide10 .dl3 dt .div3{
	margin-bottom: 0;
	margin-top: 0.4rem;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul{
	height: 3.4rem;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(1){
	padding-top: 0.2rem;
	left: 3.38rem;
	z-index: 6;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(2){
	padding-top: 0.7rem;
	left: 2.9rem;
	z-index: 5;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(3){
	padding-top: 1.2rem;
	left: 2.42rem;
	z-index: 4;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(4){
	padding-top: 1.7rem;
	left: 1.44rem;
	z-index: 3;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(5){
	padding-top: 2.2rem;
	left: 0.86rem;
	z-index: 2;
}
.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(6){
	padding-top: 2.7rem;
	left: 0.32rem;
	z-index: 1;
}

.ccgg_box .slide10 .dl3 dd .div1{
	width: 4.83rem;
}
.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(1){
	top: 0%;
	left: 20.7%;
}
.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(2){
	top: 21.4%;
    left: 61%;
}
.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(3){
	top: 50%;
    left: 67%;
}
.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(4){
	top: 51%;
    left: 92.5%;
}



.sqjxs_box{
	position: relative;
}
.sqjxs_box .div1{
	width: 100%;
}
.sqjxs_box .div1 .bg_img{
	width: 100%;
}
.sqjxs_box .div1 .img_div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sqjxs_box .div1 .img_div img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.sqjxs_box .div1 .img_div .show_img{
	opacity: 1;
}
.sqjxs_box .div1 #Map{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	opacity: 0;
}



.sqjxs_box .div2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sqjxs_box .div2 dl{
	width: 6rem;
	box-sizing: border-box;
	background-color: #2b6c42;
	color: #fff;
	padding: 0.34rem 0.3rem;
	display: none;
}
.sqjxs_box .div2 dl:first-of-type{
	display: block;
}
.sqjxs_box .div2 dt{
	
}
.sqjxs_box .div2 dt h6{
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
}
.sqjxs_box .div2 dt span{
	display: block;
	font-size: 0.26rem;
	padding: 0.14rem 0;
	margin: 0.26rem 0;
	border-top: 1px dashed #699779;
	border-bottom: 1px dashed #699779;
}
.sqjxs_box .div2 dt strong{
	display: block;
	font-size: 0.26rem;
}
.sqjxs_box .div2 dd{
	
}
.sqjxs_box .div2 dd p{
	color: #eaefec;
	font-size: 0.2rem;
    line-height: 0.38rem;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
    background-size: 0.38rem;
    background-repeat: no-repeat;
}
.sqjxs_box .div2 dd p:nth-of-type(1){
	background-image: url(../img/tb39.png);
}
.sqjxs_box .div2 dd p:nth-of-type(2){
	background-image: url(../img/tb40.png);
}
.sqjxs_box .div2 dd p:nth-of-type(3){
	background-image: url(../img/tb15.png);
}
.sqjxs_box .div2 dd p:nth-of-type(4){
	background-image: url(../img/tb41.png);
}
.sqjxs_box .div2 dd p:nth-of-type(5){
	background-image: url(../img/tb14.png);
}
.sqjxs_box .div2 dd p:nth-of-type(6){
	background-image: url(../img/tb42.png);
}



.xwxq_box{
   
}
.xwxq_box .div1{
	text-align: center;
}
.xwxq_box .div1 h5{
	font-size: 0.3rem;
	line-height: 1.4;
}
.xwxq_box .div1 h6{
	margin-top: 0.2rem;
	padding-top: 0.2rem;
	border-top: 1px solid #e6e6e6;
}
.xwxq_box .div1 h6 span{
	display: inline-block;
	vertical-align: top;
	font-size: 0.14rem;
	height: 0.16rem;
	line-height: 0.16rem;
	color: #999;
	padding-right: 0.2rem;
	margin-right: 0.2rem;
	border-right: 1px solid #e6e6e6;
}
.xwxq_box .div1 h6 span:last-of-type{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.xwxq_box .div2{
	padding: 0.3rem 0;
	border-bottom: 1px dashed #e6e6e6;
}
.xwxq_box .div2 p{
	font-size: 0.16rem;
	line-height: 1.8;
}
.xwxq_box .div2 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.xwxq_box .div3{
	margin-top: 0.4rem;
}
.xwxq_box .return_a{
	display: block;
	margin: 0 auto;
    width: 2.0rem;
    height: 0.5rem;
    font-size: 0.14rem;
    box-sizing: border-box;
    border: 1px solid #dedede;
    color: #333;
    text-align: center;
    line-height: 0.5rem;
    transition: all 0.5s ease;
}



.search_box{
	
}
.search_box .h5{
    font-size: 0.16rem;
    color: #999;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.2rem;
    margin-bottom: 0.6rem;
}
.search_box .h6{
	margin-bottom: 0.4rem;
	font-size: 0.24rem;
	margin-top: 0.6rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
}
.search_box .cplb_box{
	background-color: #fff;
}
.search_box .xwzx_box ul li:nth-of-type(1){
	padding-top: 0;
}



.ltbq_box{
	
}
.ltbz_box .h5{
	font-size: 0.5rem;
	margin-bottom: 0.5rem;
	font-family: "AGBT";
}
.ltbz_box .h6{
	display: inline-block;
    vertical-align: top;
    height: 0.41rem;
    line-height: 0.41rem;
    padding-right: 0.51rem;
    background-image: url(../img/tb35.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 0.3rem;
}
.ltbz_box .h6 span{
	display: inline-block;
    vertical-align: top;
    height: 100%;
    padding: 0 0.3rem 0 0.22rem;
    background-color: #104529;
    color: #fff;
    font-size: 0.24rem;
    font-family: "AGBT";
}
.ltbz_box .div1{
	margin-bottom: 0.5rem;
}
.ltbz_box .div1 div{
	
}
.ltbz_box .div1 div img{
	width: 100%;
	margin-bottom: 0.3rem;
}
.ltbz_box .div1 div p{
	font-size: 0.18rem;
	line-height: 1.6;
	margin-bottom: 0.1rem;
}
.ltbz_box .div1 div p:last-of-type{
	margin-bottom: 0;
}

.ltbz_box .div2{
	
}
.ltbz_box .div2 dl{
	display: flex;
	align-items: center;
	background-color: #f7f7f7;
	padding: 0.2rem;
}
.ltbz_box .div2 dl dt{
	flex-shrink: 0;
	width: 73%;
}
.ltbz_box .div2 dl dt p{
	font-size: 0.18rem;
	line-height: 1.6;
	position: relative;
	padding-left: 0.2rem;
	margin-bottom: 0.3rem;
}
.ltbz_box .div2 dl dt p:last-of-type{
	margin-bottom: 0;
}
.ltbz_box .div2 dl dt p::before{
	content: "";
    position: absolute;
    width: 3px;
    height: 0.16rem;
    background-color: #104529;
    top: 0.04rem;
    left: 0;
}
.ltbz_box .div2 dl dd{
	flex-shrink: 0;
	width: 22%;
	margin-left: 5%;
}
.ltbz_box .div2 dl dd img{
	width: 100%;
}





@media (min-width: 1200px) {
	.type_box ul li p span:hover a{
		color: #fbc707;
	}
	.type_box ul li p span:hover a::after{
		width: 100%;
		opacity: 1;
	}
	.paging_box label button:hover{
		background-color: #fbc707;
	}
	.xwxq_box .return_a:hover{
		border: 1px solid #fbc707;
		background-color: #fbc707;
	}
	.ccgg_box .dl dt .div1 .ol .gl:hover{
		color: #fff !important;
	}
	.ccgg_box .dl .gl:hover{
		color: #fbc707 !important;
	}
	.ltjg_box .div1 .p i:hover{
		background-image: url(../img/tb32.png);
	}
	.ltcb_box .slide5 .div .ol li:hover, 
	.ltcb_box .slide6 .div .ol li:hover, 
	.ltcb_box .slide7 .div .ol li:hover{
		background-image: url(../img/tb37.png);
	}
	.xwzx_box dl dd h6 a:hover{
		background-color: #104529;
		color: #fff;
	}
	.nav_box ul li .xl_dl a:hover{
		color: rgba(255,255,255,1);
	}
	.nav_box ul li .xl_dl .as:hover::after{
		margin-right: 0;
		opacity: 1;
	}
	.ltzl_box .slide1 li:hover div i{
		transform: scale(1.1);
	}
	.ltzl_box .slide1 li:hover div dl{
		opacity: 1;
		top: 0;
	}
	.xwzx_box ul li a:hover em i{
		transform: scale(1.1);
	}
	.xwzx_box ul li a:hover div small{
		border: 1px solid #fbc707;
    	background-color: #fbc707;
	}
	.xzzx_box .div1 li:hover div span::before{
		background-image: url(../img/tb30.png);
	}
	.xzzx_box .div1 li:hover div span{
		background-color: #fbc707;
		border: 1px solid #fbc707;
	}
	.xzzx_box .div1 li:hover{
		background-color: #dfe8e5;
	}
	.head_box .dl_dl dt:hover a{
		color: rgba(255,255,255,1);
	}
	.head_box .dl_dl dd:hover::after{
		transform: rotate(-90deg);
	}
	.head_box .dl_dl dd p a:hover{
		color: #fff;
	}
	.head_box .dl_dl dd:hover h6{
		color: rgba(255,255,255,1);
	}
	.xzzx_box .div1 li:hover em i{
		transform: scale(1.1);
	}
	.jxszx_box .div1 li:hover div span{
		background-color: #fbc707;
		border: 1px solid #fbc707;
	}
	.jxszx_box .div1 li:hover em i{
		transform: scale(1.1);
	}
	.cplb_box .div1 li:hover h5 i{
		width: 0.46rem;
		background-image: url(../img/tb21h.png);
	}
	.cplb_box .div1 li:hover::before{
		transform: skewX(-5deg);
	}
	.cplb_box .div1 li:hover::after{
		transform: skewX(5deg);
	}
	/* .cplb_box .div1 li:hover em i{
		transform: scale(1.1);
	} */
	.paging_box a:hover{
		background-color: #fbc707;
	}
	.title_box p a:hover{
		color: #fbc707;
	}
	.title_box p a:hover::after{
		opacity: 1;
		width: 100%;
	}
	.welcome_box .div1 .gallery-top .swiper-slide em:hover i{
		transform: skewX(20deg) scale(1.1);
	}
	.welcome_box .div1 .gallery-top .swiper-slide em:hover{
		opacity: 1;
	}
	.swiper_box .swiper-slide h5 span:hover i{
		width: 0.7rem;
		background-color: #104529;
		background-image: url(../img/tb2h.png);
	}
	.welcome_box .div1 .qh_dl span:hover{
		opacity: 1;
	}
	.welcome_box .div4 .learn_a:hover{
		background-color: #104529;
		color: #fff;
	}
	.welcome_box .div4 ul li a:hover em i{
		transform: scale(1.2);
	}
	.welcome_box .div4 ul li a:hover div small{
		border: 1px solid #fbc707;
		background-color: #fbc707;
	}
	.welcome_box .div4 dt h6 a:hover{
		background-color: #104529;
		color: #fff;
	}
	.welcome_box .more_a:hover{
		width: 0.7rem;
		background-image: url(../img/tb6.png);
	}
	.welcome_box .div1 .swiper3 .swiper-slide div .more_a:hover{
		background-image: url(../img/tb6h.png);
	}
	.welcome_box .div2 h5 p a:hover::before{
		background-color: #fbc707;
	}
	.welcome_box .div2 h5 p a:hover span{
		color: #333;
	}
	.foot_box .divt ul li a:hover{
		opacity: 1;
	}
	/* .swiper_box .swiper-slide h5 span:hover{
		background-color: #104529;
		background-image: url(../img/tb2h.png);
	} */
	.nav_box ul li:hover>a::after{
		width: 100%;
		opacity: 1;
	}
	.cpxq_box .div7 a:hover{
		color: #104529;
	}
}

@media (max-width: 1700px) {
	.sqjxs_box .div2 dl{
		width: 5.6rem;
	}
}

@media (max-width: 1600px) {
	html{
		font-size: 90px;
	}
	.head_box .qq_dl dd svg{
		transform: translate(-50%,-50%) scale(0.49);
	}
	.nav_box ul li .xl_dl a::after{
		line-height: 0.48rem;
	}
	
}

@media (max-width: 1500px) {
	.welcome_box .div1 .swiper3 .swiper-slide div::before{
		left: 8%;
		width: 84%;
	}
	.welcome_box .div1 .swiper3 .swiper_btn{
		right: 14%;
	}
	.title_box p a{
		font-size: 0.16rem;
	}
	.gsjs_box .div2 dt ul li{
		font-size: 0.32rem;
	}
	.gsjs_box .div3 .gallery-thumbs .swiper-slide{
		font-size: 0.32rem;
	}
	.ltzl_box .slide1 li div dt{
		font-size: 0.20rem;
	}
	.ltzl_box .slide1 li div dd{
		font-size: 0.14rem;
	}
	.xzzx_box .div1 li div h6{
		font-size: 0.32rem;
	}
	.xzzx_box .div1 li div span{
		margin-top: 0.4rem;
	}
}

@media (max-width: 1400px) {
	html {
		font-size: 80px;
	}
	.head_box .qq_dl dd svg{
		transform: translate(-50%,-50%) scale(0.435);
	}
}

@media (max-width: 1200px) {
	body{
		padding-top: 0.7rem;
	}
	.head_box h2{
		display: none;
	}
	.head_box .link_a{
		display: none;
	}
	.head_box .dl_dl{
		display: none;
	}
	.head_box form{
		display: none;
	}
	.nav_box{
		position: fixed;
		display: none;
		top: 0.7rem;
		background-color: rgba(0,0,0,0.6);
	}
	.nav_box ul{
		height: auto;
		line-height: 1;
		text-align: left;
		background-color: none;
		padding: 0.14rem 0;
	}
	.nav_box ul li{
		margin: 0 4%;
		display: block;
		border-bottom: 1px solid #666;
	}
	.nav_box ul li>a{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.nav_box ul li>a::after{
		display: none;
	}
	.nav_box ul li a small{
		display: block;
		font-size: 0.2rem;
	}
	.nav_box ul li .xl_dl{
		position: static;
		padding: 0;
	}
	.nav_box ul li .xl_dl dt{
		width: 100%;
	}
	
	.head_box{
		position: fixed;
		width: 100%;
		z-index: 9;
		top: 0;
		left: 0;
		box-sizing: border-box;
		height: 0.7rem;
		padding-left: 4%;
	}
	.head_box .logo_a{
		width: 2.0rem;
	}
	.menu_box{
		display: flex;
	}

	.w1400{
		width: 92%;
	}

	.foot_box{
		padding: 0.6rem 0 0.5rem;
	}
	.foot_box .divt ul{
		display: none;
	}
	.foot_box .divb h6 a{
		float: none;
	}

	.banner_box{
		height: 60vw;
	}
	.banner_box h5{
		top: 46%;
	}
	.banner_box h5 strong{
		font-size: 0.6rem;
	}
	.banner_box h5 p{
		font-size: 0.14rem;
		margin: 0.14rem 0 0.28rem;
	}

	.title_box{
		padding: 0 4%;
		height: 0.6rem;
		line-height: 0.6rem;
		box-sizing: border-box;
	}
	.title_box p{
		width: 100%;
		overflow-x: auto;
		
	}
	.title_box p a{
		white-space: nowrap;
		padding: 0 0.3rem;
	}
	.title_box p a::before{
		height: 40%;
		top: 30%;
	}

	.jxszx_box .div1 li a{
		display: block;
		height: auto;
		background-color: #dfe8e5;
	}
	.jxszx_box .div1 li em{
		display: block;
		width: 100%;
		height: 46vw;
	}
	.jxszx_box .div1 li div{
		display: block;
		width: 100%;
		padding: 0.3rem !important;
	}
	.jxszx_box .div1 li::after{
		display: none;
	}
	.jxszx_box .div1 li div span{
		margin-top: 0.5rem;
	}

	.xzzx_box .div1 li{
		width: 100%;
		margin-right: 0;
	}
	.xzzx_box .div1 li div{
		padding: 0 0 0 0.24rem;
	}
	.xzzx_box .div1 li div h6{
		font-size: 0.30rem;
	}
	.xzzx_box .div1 li div strong{
		font-size: 0.24rem;
	}
	.xzzx_box .div1 li div span{
		margin-top: 0.24rem;
	}

	.bgtx_box form{
		padding: 0.5rem 0.3rem;
	}
	.bgtx_box form h5{
		font-size: 0.3rem;
		margin-top: 0.5rem;
	}
	.bgtx_box form div label{
		height: auto;
		line-height: 1;
	}
	.bgtx_box form div label span{
		width: 100%;
		line-height: 1.6;
	}
	.bgtx_box form div label input{
		width: 100%;
		height: 0.5rem;
	}
	.bgtx_box form div p span{
		width: 100%;
		height: auto;
		line-height: 1.6;
	}
	.bgtx_box form div p label{
		width: 100%;
		margin-left: 0;
	}
	.bgtx_box form div .label input{
		width: 70%;
	}
	.bgtx_box form div .label img{
		width: 30%;
		height: 0.5rem;
	}
	.bgtx_box form button{
		margin-top: 0.4rem;
	}

	.cplb_box .div1{
		margin-top: -0.4rem;
	}
	.cplb_box .div1 li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.4rem;
	}

	.cpxq_box .div2{
		height: auto;
		background: none;
		padding-top: 0.8rem;
		background-color: #fff;
	}
	.cpxq_box .div2 .w1400{
		display: block;
		width: 100%;
	}
	.cpxq_box .div2 .swiper-container{
		width: 100%;
		height: 60vw;
		margin-bottom: 0.4rem;
		margin-top: 0;
	}
	.cpxq_box .div2 .swiper-slide{
		background-size: 40%;
	}
	.cpxq_box .div2 dl{
		box-sizing: border-box;
		padding: 0.3rem 4%;
		width: 100%;
		background-color: #2b6c42;
	}
	.cpxq_box .div2 dl dt{
		text-align: left;
	}

	.cpxq_box .div7{
		top: 0.2rem;
		left: 4%;
		transform: translateX(0);
	}

	.cpxq_box .div3{
		height: 50vw;
	}
	.cpxq_box .div3::after{
		width: 0.6rem;
		height: 0.6rem;
		margin: -0.3rem 0 0 -0.3rem;
	}

	.cpxq_box .div5 .table_div{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.cpxq_box .div5::before{
		content: "";
		position: absolute;
		left: -0.16rem;
		top: 50%;
		width: 0.16rem;
		height: 0.28rem;
		margin-top: -0.16rem;
		background-image: url(../img/tb22l.png);
		background-size: 100% 100%;
	}
	.cpxq_box .div5::after{
		content: "";
		position: absolute;
		right: -0.16rem;
		top: 50%;
		width: 0.16rem;
		height: 0.28rem;
		margin-top: -0.16rem;
		background-image: url(../img/tb22r.png);
		background-size: 100% 100%;
	}
	.cpxq_box .div5 table{
		width: 12rem;
	}

	.gsjs_box .div1{
		flex-direction: column-reverse;
	}
	.gsjs_box .div1 dd{
		width: 100%;
		padding: 0;
		margin-top: 0.3rem;
	}
	.gsjs_box .div1 dt{
		width: 100%;
		height: 50vw;
	}
	.gsjs_box .div2{
		flex-direction: column;
	}
	.gsjs_box .div2 dt{
		width: 100%;
		padding: 0.3rem 0.2rem;
		box-sizing: border-box;
	}
	.gsjs_box .div2 dt ul li{
		font-size: 0.24rem;
	}
	.gsjs_box .div2 dt ul li::before{
		margin-right: 0.14rem;
	}
	.gsjs_box .div2 dd{
		width: 100%;
		padding: 0;
		margin-top: 0.3rem;
	}

	.gsjs_box .div3{
		height: auto;
		display: block;
	}
	.gsjs_box .div3 .gallery-top{
		width: 100%;
		height: 50vw;
	}
	.gsjs_box .div3 .gallery-thumbs{
		width: 100%;
		height: 20vw;
	}
	.gsjs_box .div3 .gallery-thumbs .swiper-slide{
		font-size: 0.28rem;
		text-align: center;
		box-sizing: border-box;
		padding: 0 0.1rem;
	}

	.xwzx_box dl dd h6{
		display: block;
	}
	.xwzx_box dl dd h6 a{
		display: none;
	}
	.xwzx_box dl dd h6 strong{
		font-size: 0.36rem;
		margin-bottom: 0;
	}
	.xwzx_box dl dt{
		padding-bottom: 50%;
		margin-bottom: 0.3rem;
	}
	.xwzx_box ul li a{
		display: block;
	}
	.xwzx_box ul li em{
		display: block;
		width: 100%;
		padding-bottom: 50%;
		margin-bottom: 0.3rem;
	}
	.xwzx_box ul li div{
		width: 100%;
		padding: 0;
	}
	.xwzx_box ul li div h6{
		font-size: 0.36rem;
		margin-bottom: 0;
	}
	.xwzx_box ul li div small{
		background-color: #fbc707;
		border: 1px solid #fbc707;
		display: none;
	}
	.xwzx_box ul{
		
	}
	.xwzx_box ul li{
		padding-top: 0.4rem;
    	margin-bottom: 0.4rem;
	}
	.paging_box label{
		display: none;
	}

	.ltsj_box dl dd{
		padding: 0.2rem;
	}
	.ltsj_box .div1{
		padding: 0.2rem;
	}
	.ltsj_box .div1 .ul li{
		overflow-x: auto;
	}

	.lxwm_box .div1{
		display: flex;
		flex-direction: column-reverse;
	}
	.lxwm_box .divl{
		position: static;
		width: 100%;
		padding: 0.3rem;
	}
	.lxwm_box .divl i{
		margin: 0.3rem 0;
	}
	.lxwm_box .divl dd{
		font-size: 0.18rem;
	}
	.lxwm_box .divr{
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.3rem;
	}
	.lxwm_box .divr form label img{
		height: 0.56rem;
	}
	.lxwm_box .div2{
		display: block;
	}
	.lxwm_box .div2 li{
		width: 100%;
		margin-top: 0.1rem;
	}

	.ltzl_box .swiper-pagination{
		width: 100%;
		box-sizing: border-box;
		padding: 0 4%;
		margin-bottom: 0.5rem;
		display: flex;
		overflow-x: auto;
	}
	.ltzl_box .swiper-pagination span{
		width: 2.0rem;
		flex-shrink: 0;
		margin-right: 2%;
	}
	.ltzl_box .slide1 ul{
		margin-top: -0.4rem;
	}
	.ltzl_box .slide1 li{
		width: 100%;
		margin-right: 0;
		margin-top: 0.4rem;
	}
	.ltzl_box .slide1 li:nth-of-type(2n){
		margin-right: 0;
	}
	.ltzl_box .slide1 li div dl{
		opacity: 1;
		position: static;
	}
	.ltzl_box .slide1 li div dl::after{
		display: none;
	}
	.ltzl_box .slide1 li div i{
		width: 100%;
		padding-bottom: 80%;
	}
	.ltzl_box .slide1 li div{
		background-color: rgba(16,69,41,0.9);
	}

	.ltzl_box .slide2 li{
		flex-direction: column-reverse;
	}
	.ltzl_box .slide2 li i{
		width: 100%;
		height: 50vw;
	}
	.ltzl_box .slide2 li div{
		padding: 0.3rem;
		width: 100%;
	}
	.ltzl_box .slide2 li:nth-of-type(2n){
		flex-direction: column-reverse;
	}

	.ltzl_box .slide3 li{
		height: auto;
	}
	.ltzl_box .slide3 li dl{
		flex-direction: column-reverse;
		padding: 0.3rem 0;
	}
	.ltzl_box .slide3 li dd{
		width: 2.0rem;
	}
	.ltzl_box .slide3 li dt{
		width: 100%;
		margin-top: 0.3rem;
	}

	.title_h5{
		/* width: 100%; */
	}
	.title_h5 strong{
		margin-bottom: 0.3rem;
	}
	.ltjg_box .div1{
		width: 100%;
		margin-bottom: 56vw;
	}
	.ltjg_box .div1 img{
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.ltjg_box .div1 .p{
		width: 80%;
		left: 10%;
	}
	.ltjg_box .div1 .ul{
		top: 100%;
		height: 56vw;
		box-sizing: border-box;
		padding-top: 10%;
		left: 0;
		width: 100%;
	}

	.ltfhzs_box .div1 table{
		width: 100%;
		margin-right: 0;
	}
	.otrltfl_box dl{
		margin-bottom: 0.4rem;
	}
	.otrltfl_box dl dd{
		padding: 0;
	}
	.otrltfl_box dl .dd{
		padding: 0.3rem;
	}

	.ltcb_box .swiper-pagination{
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.ltcb_box .swiper-pagination span{
		width: 32%;
		margin-right: 2%;
		margin-left: 0;
	}
	.ltcb_box .swiper-pagination span:nth-of-type(3n){
		margin-right: 0;
	}
	.ltcb_box .dl{
		padding: 0.3rem;
	}
	.ltcb_box .slide5 .div,.ltcb_box .slide6 .div,.ltcb_box .slide7 .div{
		margin-bottom: 100vw;
	}
	.ltcb_box .slide5 .div .ul, .ltcb_box .slide6 .div .ul, .ltcb_box .slide7 .div .ul{
		top: 110%;
		left: 0;
		width: 100%;
	}

	.ccgg_box .swiper-pagination{
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}
	.ccgg_box .swiper-pagination span{
		width: 32%;
		margin-right: 2%;
		margin-left: 0;
	}
	.ccgg_box .swiper-pagination span:nth-of-type(3n){
		margin-right: 0;
	}
	.ccgg_box .dl{
		display: block;
	}
	.ccgg_box .dl dt{
		width: 100%;
		height: auto;
		padding: 0.3rem 4%;
		box-sizing: border-box;
		align-items: flex-start;
	}
	.ccgg_box .dl dt .div1{
		width: 60%;
		margin: 0 0 0.36rem;
		transform: translateX(0);
	}
	.ccgg_box .dl dt .div2{
		padding: 0.2rem;
		width: 100%;
		box-sizing: border-box;
	}
	.ccgg_box .dl dt .div2 span{
		font-size: 0.2rem;
	}
	.ccgg_box .dl dt .div2 span small{
		font-size: 0.2rem;
	}
	.ccgg_box .dl dd{
		width: 100%;
		height: auto;
		padding: 0.3rem 4%;
		box-sizing: border-box;
	}
	.ccgg_box .dl dd .div1{
		width: 90%;
		margin-left: 0;
	}
	.ccgg_box .dl dt .div1 .ul li span{
		transform: translateY(0.14rem) translateX(-4%) scale(0.9);
	}

	.ccgg_box .slide8 .dl dt .div1 .ul{
		height: 3.6rem;
	}
	.ccgg_box .slide9 .dl dt .div1 .ul{
		height: 3.2rem;
	}

	.ltbz_box .div2 dl{
		flex-direction: column-reverse;
	}
	.ltbz_box .div2 dl dt{
		width: 100%;
		margin-top: 0.4rem;
	}
	.ltbz_box .div2 dl dd{
		width: 100%;
		margin-left: 0;
	}

	.swiper_box{
		height: calc(100vh - 0.7rem);
	}
	.swiper_box .swiper-slide h5{
		left: 9%;
		top: 30%;
	}
	.swiper_box .swiper-slide h5 p{
		font-size: 0.8rem;
	}

	.welcome_box .div2{
		height: 100vw;
		margin-bottom: 0.5rem;
	}
	.welcome_box .div2 h5{
		transform: none;
		width: auto;
		left: 9%;
		top: 14%;
	}
	.welcome_box .div2 h5 strong{
		font-size: 0.8rem;
		margin-bottom: 0.3rem;
	}
	.welcome_box .div2 h5 p{
		display: none;
		margin: 0.2rem 0 0.3rem;
	}
	.welcome_box .div2 h5 p a{
		width: 1.5rem;
		margin-right: 0.1rem;
	}
	.welcome_box .div2 h5 p a:last-of-type{
		margin-right: 0;
	}

	.xwzx_box dl dd p{
		display: none;
	}
	.xwzx_box dl{
		padding-bottom: 0.3rem;
	}

	.welcome_box .div3{
		margin-bottom: 0.5rem;
	}
	.welcome_box .h5{
		margin-bottom: 0.1rem;
	}
	.welcome_box .div3 h6{
		font-size: 0.6rem;
	}
	.welcome_box .div3 dl dd h6 p{
		margin-bottom: 0.12rem;
	}
	.welcome_box .div3 dl{
		margin-top: 0.24rem;
	}
	.welcome_box .div3 dl dt{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.welcome_box .div3 dl dd::before{
		transform: skewX(0);
		width: 100%;
	}
	.welcome_box .div3 dl dd{
		position: static;
		padding: 0.3rem;
		text-align: left;
		align-items: flex-start;
	}
	.welcome_box .div3 dl dd h6{
		margin-bottom: 0.2rem;
	}
	.welcome_box .div4{
		margin-bottom: 0.6rem;
	}
	.welcome_box .div4 .learn_a{
		width: 100%;
	}

	.welcome_box .div1{
		
	}
	.welcome_box .div1 .gallery-top{
		height: 60vw;
		display: none;
	}
	.welcome_box .div1 .gallery-top .swiper-slide{
		width: 100%;
	}
	.welcome_box .div1 .gallery-top .swiper-slide em{
		transform: skewX(0);
	}
	.welcome_box .div1 .gallery-top .swiper-slide em i{
		width: 100%;
		left: 0;
		transform: skewX(0);
	}
	.welcome_box .div1 .gallery-top .swiper-slide-active{
		width: 100%;
	}
	.welcome_box .div1 .gallery-top .swiper-slide-active em{
		width: 100%;
		transform: skewX(0);
	}
	.welcome_box .div1 .gallery-top .swiper-slide-active em i{
		width: 100%;
		left: 0;
		transform: skewX(0);
	}
	.welcome_box .div1 .gallery-top .swiper-slide h6{
		top: auto;
		width: 100%;
		text-align: center;
		bottom: 0;
		right: 0.28rem;
		box-sizing: border-box;
		font-size: 0.3rem;
		padding: 0.2rem 0;
	}
	.welcome_box .div1 .gallery-top .swiper-slide h6::before{
		transform: skewX(0);
	}
	.welcome_box .div1 .swigallery-topper1 .swiper-slide-active h6{
		right: 0;
	}
	.welcome_box .div1 .qh_dl{
		left: 9%;
	}
	.welcome_box .div1 .qh_dl dt{
		margin-bottom: 0.3rem;
		font-size: 0.8rem;
	}
	.welcome_box .div1 .gallery-thumbs{
		display: none;
	}
	.welcome_box .div1 .m-swiper{
		display: block;
	}

	.swiper_box .swiper-slide i.p_i{
		display: none;
	}
	.swiper_box .swiper-slide i.m_i{
		display: block;
	}

	.welcome_box .div1 .qh_dl span{
		opacity: 1;
	}

	.swiper_box .swiper-pagination{
		left: 9%;
		bottom: 0.2rem;
	}


	.sqjxs_box .div2{
		position: static;
		width: 100%;
		transform: none;
	}
	.sqjxs_box .div1{
		width: 200%;
		transform: translateX(-44%);
	}

	
	.top_box{
		padding: 0 4%;
	}
	.top_box .logo_a{
		width: 2.0rem;
	}
	.top_box p{
		padding: 0 0.14rem;
	}
	.index_box .div1{
		width: 100%;
		height: 128vw;
	}
	.index_box .h51{
		top: 58%;
	}
	.index_box .h51 p{
		font-size: 0.64rem;
	}
	.index_box .active_div1 .active_h61{
		bottom: 1.0rem;
	}
	.index_box .div1 .dt_ol{
		width: 100vw;
		height: 100vw;
	}
	.index_box .div1 .dt_ol li{
		transform: scale(1);
	}
	.jd_dl dd{
		width: 92vw;
	}
	.jd_dl dt{
		font-size: 0.5rem;
	}

	.ltsj_box dl dd p img{
		width: 100%;
	}

	.pd{
		padding: 0.5rem 0;
	}

	.ltzl_box .slide3 li dt p.qh_p{
		height: auto;
	}

	.ccgg_box .slide9 .dl dd .div1 img{
		width: 88%;
	}
	.ccgg_box .slide9 .dl dd .div1 .ol{
		width: 88%;
	}

	.ccgg_box .slide10 .dl1 dd .div1 img{
		width: 84%;
	}
	.ccgg_box .slide10 .dl1 dd .div1 .ol{
		width: 84%;
	}
	
	.ccgg_box .dl dt .div1 .ul li{
		padding-left: 12px;
	}
	.ccgg_box .dl dt .div1 .ul li::after{
		width: 12px;
	}

	.type_box ul li h6{
		width: 1.1rem;
	}
	.type_box ul li p{
		width: calc(100% - 1.1rem);
	}
	.type_box ul li p span{
		width: 33.33%;
	}

	.cplb_box .dl{
		display: block;
		padding: 0.3rem 0.25rem;
	}
	.cplb_box .dl dt{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		width: 50%;
		margin-bottom: 0.2rem;
	}


}

@media (max-width: 380px){
	html {
		font-size: 70px;
	}
	.nav_box ul li>a{
		font-size: 0.18rem;
	}
	.welcome_box .div3 dl dd h6{
		font-size: 0.24rem;
	}
	.gsjs_box .div3 .gallery-thumbs .swiper-slide{
		font-size: 0.24rem;
	}
	.banner_box h5 strong{
		font-size: 0.5rem;
	}
	.ltzl_box .slide1 li div dl{
		padding: 0.3rem;
	}
	.ltcb_box .dl{
		padding: 0.2rem;
	}
	.ltcb_box .slide7 .dl dd:last-of-type::before{
		content: "";
		position: absolute;
		left: -0.16rem;
		top: 50%;
		width: 0.16rem;
		height: 0.28rem;
		margin-top: -0.16rem;
		background-image: url(../img/tb22l.png);
		background-size: 100% 100%;
	}
	.ltcb_box .slide7 .dl dd:last-of-type::after{
		content: "";
		position: absolute;
		right: -0.16rem;
		top: 50%;
		width: 0.16rem;
		height: 0.28rem;
		margin-top: -0.16rem;
		background-image: url(../img/tb22r.png);
		background-size: 100% 100%;
	}
	.ltcb_box .dl dd table{
		width: 200vw;
	}
	.ccgg_box .dl dt .div2 span:first-of-type{
		width: 0.8rem;
	}
	.ltsdedz_box h6{
		display: block;
		line-height: 1.6;
	}
	.ltsdedz_box h6 span{
		display: block;
	}
	.otrltfl_box dl .title_dt span{
		padding: 0 0.18rem;
		font-size: 0.2rem;
	}
	.ltsj_box .div1 .h6 strong{
		font-size: 0.28rem;
		width: 100%;
	}
	.ltsj_box .div1 .h6 i{
		margin-top: -0.14rem;
	}
	.ltsj_box .div1 .h6 p{
		width: 100%;
	}
}

@media (max-width: 340px){
	html {
		font-size: 60px;
	}
	.ltjg_box .div1{
		margin-bottom: 60vw;
	}
	.ltjg_box .div1 .ul{
		height: 60vw;
	}
	.ltcb_box .slide5 .div, 
	.ltcb_box .slide6 .div, 
	.ltcb_box .slide7 .div{
		margin-bottom: 138vw;
	}
	.ccgg_box .dl dt .div1 .ul li span{
		line-height: 1.2;
		width: 2.2rem;
		white-space: normal;
		transform: translateY(0.2rem) translateX(-4%) scale(0.9);
	}
	.ccgg_box .slide9 .dl dt .div1 .ul li:nth-of-type(1) span{
		width: 1.0rem;
	}
	.ccgg_box .slide10 .dl3 dt .div3 .ul li:nth-of-type(1) span{
		width: 1.4rem;
	}
	.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(1){
		top: -1%;
		left: 21%;
	}
	.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(2){
		top: 13.6%;
    	left: 58%;
	}
	.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(3){
		top: 48%;
    	left: 68%;
	}
	.ccgg_box .slide8 .dl dd .div1 .ol li:nth-of-type(4){
		top: 48%;
		left: 90.5%;
	}
	.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(1){
		top: -1%;
		left: 22.5%;
	}
	.ccgg_box .slide9 .dl dd .div1 .ol li:nth-of-type(2){
		top: 19.4%;
		left: 59%;
	}
	.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(1){
		top: -1%;
    	left: 16.5%;
	}
	.ccgg_box .slide10 .dl1 dd .div1 .ol li:nth-of-type(2){
		top: 20.4%;
		left: 58%;
	}
	.ccgg_box .slide10 .dl2 dd .div1 .ol li:nth-of-type(1){
		top: -1%;
    	left: 16.7%;
	}
	.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(1){
		top: -1%;
		left: 18.7%;
	}
	.ccgg_box .slide10 .dl3 dd .div1 .ol li:nth-of-type(4){
		top: 51%;
    	left: 86.5%;
	}
}










































































