@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: "思源黑体";
	margin:auto;
	background: var(--fffbf-1, #FFFBF1);
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--09275-a, #1B3B32);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@media (min-width:1000px) {
	
.header.yanse{
	background: #FFFBF1;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse.yanse01 .innav ul li{
	color:#1B3B32;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:9;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9.25rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9.25rem;
	transition: all 0.6s;
	position:relative;
	margin-right:3.0rem;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	margin-left:2.5vw;
	margin-right:2.5vw;
	font-size: var(--font-size-sm, 1rem);
	font-style: normal;
	line-height: var(--font-size-sm, 1rem); /* 100% */
	letter-spacing: 0.01rem;
	height:5.0rem;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--Color, #134441);
}
.header.yanse .innav ul li.cur a{
	color: var(--Color, #134441);
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#1B3B32;
}
.header.yanse .innav ul li i{
	background-color:var(--09275-a, #1B3B32);
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.innav ul li:hover i{
	width:100%;
}
.header.yanse.yanse01 .innav ul li a{
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#FFF;
}

.top-r{
	width: auto;
	display: flex;
	align-items: center;
	position:relative;
}
.search{
	display: flex;
	justify-content: center;
	align-items: center;
}
.chax{
	right:0; 
	top:3.5rem;
	position: absolute;
	width:15rem; 
	z-index:99999;
	display: none;
}
.aa{
	display: flex;
	width:100%;
	float:left;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--Color, #134441);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inbk{
	width:calc(100% - 4.0rem);
	border:0px;
	line-height:2.5rem;
	outline:none;
	background-color:transparent;
	font-size:0.8rem;
	color:#FFF;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inmore{
	display:flex;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	height:3.75rem;
	width: 13.5625rem;
	padding-left:3.34rem;
	align-items: center;
	display:flex;
	position:relative;
	border-radius: 6.25rem;
	background: var(--Color, #134441);
	color: var(--fffbf-1, #FFFBF1);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inmore a::after{
	position:absolute;
	right:0.75rem;
	top:0.75rem;
	width: 2.25rem;
	height: 2.25rem;
	background-image:url(../img/jt.svg);
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.inab{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab.white .a01{
	color:#FFF;
}
.inab.white .a02{
	color:#FFF;
}
.inab .a01{
	width:25%;
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a01 dl dt{
	margin-top:6.75rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a01 dl dd{
	margin-top:1.12rem;
	color: var(--aba-192, #ABA192);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.inab .a02{
	width:49%;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab .a02 h1{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}
.sypic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	}
.sypic img{
	width:100%;
	}
.xxpic{
	width:30%;
	float:left;
}
.xxpic video{
	max-height:80vh;
}
.xxpic img{
	width:100%;
	height:auto;
	display:block;
}
.xxnr img{
	width:100%;
	height:auto;
	display:block;
}
.xxnr{
	width:15.5%;
	float:right;
	display: flex;
	justify-content:flex-end;
	align-items:flex-end; 
	height:100%;
	
	}
.xxnr .inmore{
	position:absolute;
	bottom:6rem;
	right:0;
}
.index01{
	width:100%;
	float:left;
	margin-top:10rem;
}
.index01 ul li{
	width:calc(17.0% - 1.88rem);
	margin-right:1.88rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-4, #CAAF91);
	padding:2.0rem;
	padding-top:6.94rem;
	padding-bottom:3.0rem;
	position:relative;
	text-align:center;
	transition: all 0.6s;
	margin-top:1.37rem;
	float:left;
}
.index01 ul li .pic01{
	display:inline-block;
}
.index01 ul li .pic02{
	display: none;
}
.index01 ul li:hover .pic01{
	display:none;
}
.index01 ul li:hover .pic02{
	display:inline-block;
}
.index01 ul li:nth-child(6n){
	margin-right:0px;
}
.index01 ul li:hover{
	background: var(--Color, #134441);
	margin-top:0px;
}
.index01 ul li .arrow{
	height:0px;
	transition: all 0.6s;
	overflow:hidden;
}
.index01 ul li .arrow img{
	max-height:1.5rem;
}
.index01 ul li:hover .arrow{
	height:1.5rem;
	margin-top:1.13rem;
}
.index01 ul li:hover dl dt{
	color:#FFF;
}
.index01 ul li:hover dl dd{
	color: var(--fffbf-1, #FFFBF1);
}
.index01 ul li .pic{
	width:100%;
	position:absolute;
	top:-3.5rem;
	padding:2.0rem;
	left:0;
	z-index:1;
}
.index01 ul li .pic img{
	width:100%;
	height:auto;
}
.index01 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 ul li dl dd{
	margin-top:1.56rem;
	color: var(--aba-192, #ABA192);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02{
	width:100%;
	float:left;
	margin-top:12.5rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:18%;
	z-index:1;
}
.index02 .tex .tex01{
	width:38%;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.index02 .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 .tex .tex01 dl dd{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:6.25rem;
}

.index03{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index03 .pic{
	width:50%;
	overflow:hidden;
}
.index03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index03 .tex{
	width:39%;
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.index03 .tex dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.index03 .tex dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:6.25rem;
}
.index03 .tex .a01{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.index03 .tex .a01 ul{
	display:flex;
	flex-wrap: wrap;
}
.index03 .tex .a01 ul li{
	width:100%;
	padding-bottom:1.25rem;
	padding-top:2.5rem;
	border-bottom:1px solid #CAAF91;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */

}
.subNavBox{
	width:100%;
}
.subNav{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	font-size:1.0rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.25rem;
	padding-top:2.5rem;
}
.subNav a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.subNav a::after{
	width:1.0rem;
	height:1.0rem; 
	background:url(../img/jia.png) no-repeat center / contain;
	content:'';
	display:inline-block;
}
.subNav:hover{float:left; }
.currentDd{
	border-bottom:0px;
	padding-bottom:0px;
}
.currentDd a::after{
	background:url(../img/jian.svg) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.5rem 0; 
	border-bottom:1px solid #e0e0e0; 
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.index03 .tex.white{
	color:rgba(255, 255, 255, 0.30);
}
.index03 .tex.white dl dt{
	color:#FFF;
}
.index03 .tex.white dl dd{
	color:#FFF;
}
.index03 .tex.white .a01 ul li{
	color: var(--fffbf-1, #FFFBF1);
	border-bottom:1px solid rgba(202, 175, 145, 0.30);
}
.inwrap{
	width:100%;
	float:left;
	margin-top:12.5rem;
	background: var(--Color, #134441);
	padding-bottom:12.5rem;
}
.foot{
	width:100%;
	float:left;
	margin-top:4rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:20%;
}
.foot01 .a01 h1{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.75rem */
}
.foot01 .a01 h2{
	margin-top:5.8rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 h2 a{
	margin-right:1.44rem;
	display: flex;
	position:relative;
}
.foot01 .a01 h2 a i{
	width:5.0rem;
	position:absolute;
	top:2.4rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility: hidden;
}
.foot01 .a01 h2 a:hover i{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 h2 a i img{
	max-width:100%;
}
.foot01 .a02{
	width:65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot01 .a02 dl dd{
	margin-top:0.94rem;
	color: var(--Color, #333333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd.mart1{
	margin-top:1.88rem;
}
.foot01 .a02 dl dd a{
	color: var(--Color, #333333);
}
.foot02{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:1.88rem 0;
	border-top: 0.5px solid var(---Gray-4, #BDBDBD);
	color: var(--Color, #134441);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:25%;
	z-index:1;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.nybanner .tex2{
	width:44%;
	position:absolute;
	right:0;
	bottom:14%;
	z-index:1;
	background: var(--Color, #134441);
	padding:5.0rem 3.75rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nybanner .tex2 dl dt{
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 dl dd{
	margin-top:1.88rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:6.25rem;
}


.qywh{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(25.5% - 1.88rem);
	margin-right:1.88rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-4, #CAAF91);
	padding:5.0rem 3.0rem;
	text-align:center;
	transition: all 0.6s;
}
.qywh ul li:hover{
	background: var(--Color, #134441);
	border: 1px solid var(--Color-4, #134441);
}
.qywh ul li:hover dl dt{
	color:#FFF;
}
.qywh ul li:hover dl dd{
	color:rgba(255, 255, 255, 0.60);
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:100%;
	height:auto;
}
.qywh ul li dl dt{
	margin-top:5.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qywh ul li dl dd{
	margin-top:1.56rem;
	color: var(--aba-192, #ABA192);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nab ul{
	display: flex;
	flex-wrap: wrap;
}
.nab ul li{
	width:100%;
	padding-bottom:3.75rem;
	padding-top:6.25rem;
	border-bottom:1px solid rgba(202, 175, 145, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab ul li .a01{
	width:auto;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.nab ul li .a02{
	width:49%;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nsearch{
	width:100%;
	float:left;
	margin-top:12.5rem;
	border-radius: 6.25rem;
	border: 1px solid var(--Color-4, #CAAF91);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height:3.75rem;
	padding:0 1.0rem;
}
.nsbk{
	width:85%;
	border:0px;
	outline:none;
	font-size:0.85rem;
	font-family: "思源黑体";
	color:#999;
	background-color:transparent;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:49%;
	margin-top:6.25rem;
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:3.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(--Color-4, #CAAF91);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color, #134441);
	border:1px solid var(--Color-3, #134441);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color, #134441);
	border:1px solid var(--Color-3, #134441);
	color:#FFF;
}
.line{
	width:100%;
	float:left;
	margin-top:8.5rem;
	height:1px;
	background-color:#CAAF91;
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-l{
	width:45%;
	position:relative;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-l .ab01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
}
.proshow-r{
	width:50%;
}
.proshow-r ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow-r ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:1.25rem;
	padding-top:2.5rem;
	border-bottom:1px solid #CAAF91;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.proshow-r ul li .a01{
	width:40%;
}
.proshow-r ul li .a02{
	width:60%;
}
.proshow-r ul li:first-child{
	padding-top:0px;
}

.cptd{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.cptd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cptd ul li{
	width:24%;
	border-bottom: 1px solid var(--Style, rgba(202, 175, 145, 0.30));
	padding-bottom:4.56rem;
}
.cptd ul li dl dt{
	overflow:hidden;
}
.cptd ul li dl dd{
	margin-top:5.12rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.prcon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}
.prcon-l{
	width:20%;
	margin-top:-1.5rem;
}
.subNavBox2{
	width:100%;
}
.subNav2{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	font-size: 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.88rem;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-bottom:0px;
	padding-bottom:0px;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0.94rem 0; 
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:1.88rem;
}
.navContent2 dl dd{
	padding:0.94rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.navContent2 dl dd.cur{
	border-bottom:1px solid #CAAF91;
}
.navContent2 dl dd.cur:after{
	opacity:1;
}
.navContent2 dl dd::after{
	width: 1rem;
	height: 1rem;
	content:'';
	background-image:url(../img/long_right3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.prcon-r{
	width:75%;
}
.prcon-r01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.prlist{
	width:100%;
	float:left;
}
.prlist ul{
	display: flex;
	flex-wrap: wrap;
}
.prlist ul li{
	width:100%;
	padding-bottom:3.75rem;
	border-bottom:1px solid #CAAF91;
	padding-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prlist ul li .a01{
	width:18%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prlist ul li .a02{
	width:33%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.prlist ul li .a03{
	width:35%;
	overflow:hidden;
}
.prlist ul li .a03 img{
	width:100%;
	height:auto;
	display:block;
}
.prlist ul li .a04{
	width:75%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.lxbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	align-items: center;
}
.lxbanner .tex .tex01{
	width:100%;
}
.lxbanner .tex .tex01 .a01{
	width:33%;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxbanner .tex .tex01 .a01 p{
	margin-bottom:0.94rem;
}
.lxbanner .tex .tex01 .a01 .b01{
	display:flex;
	margin-top:2.81rem;
}
.lxbanner .tex .tex01 .a01 .b01 img{
	width:auto;
	height:auto;
}

.lxbanner .tex .tex01 .a01 .b01 a{
	margin-right:1.25rem;
	position:relative;
}
.lxbanner .tex .tex01 .a01 .b01 a i{
	width:5.0rem;
	position:absolute;
	top:2.4rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility: hidden;
}
.lxbanner .tex .tex01 .a01 .b01 a:hover i{
	opacity:1;
	visibility:visible;
}
.lxbanner .tex .tex01 .a01 .b01 a i img{
	max-width:100%;
}

.lxbanner .tex .tex01 .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.63rem;
}
.lxbanner .tex .tex01 .a01 ul li{
	padding-bottom:0.81rem;
	padding-top:1.62rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	width:100%;
}
.lxbk{
	width:100%;
	border:0px;
	outline:none;
	background-color:transparent;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "思源黑体";
	line-height:2.0rem;
}
.lxbk::placeholder{
	color: var(---white, #FFF);
}


.subNav3Box3{
	width:100%;
	float:left;
}
.subNav3{
	width:100%; 
	float:left;
	padding:15px 30px;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	border-radius:16px;
	margin-top:20px;
	background-color:#134441;
	color:#FFF;
	transition: all 0.6s;
}
.subNav3 a{
	color:#FFF;
}
.subNav3.mart0{
	margin-top:0px;
}
.subNav3::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.currentDd3{
	background-color:#134441;
	color:#FFF;
	border-radius:16px 16px 0 0;
}
.currentDd3 a{
	color:#FFF;
}
.currentDd3::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent3{
	display: none;
	float:left; 
	width:100%;
	font-size:14px;
	padding:5px 10px;
	background-color:#F2F2F2;
	border-radius:0 0 16px 16px;
}
.navContent3 dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent3 dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:7px 30px;
	font-size:16px;
	border-radius:8px;
	padding-right:20px;
}
.navContent3 dl dd a::after{
	width:22px;
	height:24px;
	content: '';
	/*background-image:url(../img/zjt.png);*/
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.navContent3 dl dd a:hover::after{
	opacity:1;
}
.navContent3 dl dd a:hover{
	background-color:#FFF;
}
.navContent3 dl dd a.cur::after{
	opacity:1;
}
.navContent3 dl dd a.cur{
	background-color:#FFF;
	color:#134441;
}


.mart11{
	margin-top:11.25rem;
}
.marr1{
	margin-right:1.25rem;
}
.mart7{
	margin-top:7rem;
}
.mart4{
	margin-top:4.0rem;
}
.mart0{
	margin-top:6.25rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart8{
	margin-top:8.56rem;
}
.mart9{
	margin-top:9.0rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-100px;}

	
}


@media (min-width:1000px) and (max-width:1600px){

.lxbanner .tex .tex01 .a01{
	font-size:0.8rem;
}
.lxbanner .tex .tex01 .a01 .b01{
	margin-top:1.0rem;
}
.lxbanner .tex .tex01 .a01 ul{
	margin-top:2.0rem;
}
.lxbanner .tex .tex01 .a01 ul li{
	padding:1.0rem 0;
}
.lxbanner .tex .tex01 .a01 p{
	margin-bottom:0.32rem;
}
.lxbanner .tex .tex01 .a01 .inmore{
	margin-top:2.0rem;
}
.main{
	padding:0px 3.0rem;
}

.foot01 .a02{
	width:65%;
}
	
}

@media (min-width:1000px) and (max-width:1700px){




	
}

@media (min-width:1000px) and (max-width:1360px){

.main{
	padding:0px 3.0rem;
}
.innav ul li{
	font-size:0.875rem;
}
.index01 ul li{
	padding:2.0rem 1.0rem;
}
.index02 .tex .tex01 dl dt{
	font-size:1.0rem;
}
.index02 .tex .tex01 dl dd{
	font-size:1.8rem;
	margin-top:1.0rem;
	margin-bottom:3.25rem;
}
.index02 .tex .tex01{
	font-size:0.875rem;
}
.inmore{
	display:flex;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	height:2.75rem;
	width: 9.5625rem;
	padding-left:1.8rem;
	align-items: center;
	display:flex;
	position:relative;
	border-radius: 6.25rem;
	background: var(--Color, #134441);
	color: var(--fffbf-1, #FFFBF1);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inmore a::after{
	position:absolute;
	right:0.55rem;
	top:0.55rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image:url(../img/jt.svg);
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.index03 .tex dl dd{
	font-size:1.5rem;
	margin-top:1.0rem;
	margin-bottom:3.0rem;
}
.index03 .tex dl dt{
	font-size:0.875rem;
}
.index03 .tex{
	font-size:0.875rem;
}

.index03 .tex .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:static;
}
.index03 .tex .a01 ul li{
	font-size:0.875rem;
	padding:1.25rem;
}
.subNav{
	padding:1.25rem 0;
}
.foot01 .a01 h1{
	font-size:1.5rem;
}
.foot01 .a02{
	width:60%;
}
.foot01 .a02 dl dt{
	font-size:1.0rem;
}
.foot01 .a02 dl dd{
	font-size:0.875rem;
}
.nybanner .tex dl dt{
	font-size:2.0rem;
}
.nybanner .tex dl dd{
	font-size:3.0rem;
}
.qywh ul li{
	padding:5.0rem 1.5rem;
}
.nab ul li .a01{
	font-size:1.2rem;
}
.nab ul li .a02{
	font-size:0.875rem;
}
.nybanner .tex2 p{
	display:none;
}
.nybanner .tex2 dl dd{
	margin-bottom:0px;
	font-size:1.5rem;
}
.nybanner .tex2 dl dt{
	font-size:1.0rem;
}
.inab .a02 h1{
	font-size:2.0rem;
}
.inab .a02{
	font-size:0.875rem;
}
.subNav2{
	font-size:1.5rem;
}
.navContent2 dl dd{
	font-size:0.875rem;
}
.subNav3{
	padding:0.5rem 1.0rem;
	font-size:1.0rem;
	margin-top:0.8rem;
}






.mart8{
	margin-top:4.0rem;
}
.mart11{
	margin-top:11.25rem;
}




	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	
	background: var(--fffbf-1, #FFFBF1);
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:100%;
	float:left;
	text-align:center;
	background-color:var(--09275-a, #1B3B32);
	color:#FFF;
	line-height:3.0rem;
}
.zym a{
	color:#FFF;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: var(--09275-a, #1B4E98); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 4vw;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inmore{
	display:flex;
}
.inmore.jz{
	justify-content: center;
}
.inmore a{
	height:2.75rem;
	width: 9.5625rem;
	padding-left:1.8rem;
	align-items: center;
	display:flex;
	position:relative;
	border-radius: 6.25rem;
	background: var(--Color, #134441);
	color: var(--fffbf-1, #FFFBF1);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inmore a::after{
	position:absolute;
	right:0.55rem;
	top:0.55rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image:url(../img/jt.svg);
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab.white .a01{
	color:#FFF;
}
.inab.white .a02{
	color:#FFF;
}
.inab .a01{
	width:100%;
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a01 dl dt{
	margin-top:3.5rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .a01 dl dd{
	margin-top:1.12rem;
	color: var(--aba-192, #ABA192);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.inab .a02{
	width:100%;
	color: var(---333, #333);
	margin-top:1.0rem;	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab .a02 h1{
	margin-top: 1.75rem;
    margin-bottom: 3.5rem;
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}
.sypic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	}
.sypic img{
	width:100%;
	}
.xxpic{
	width:100%;
	float:left;
}
.xxpic img{
	width:100%;
	height:auto;
	display:block;
}
.xxnr img{
	width:100%;
	height:auto;
	display:block;
}
.xxnr{
	width:100%;
	float:right;
	display: flex;
	align-items:flex-end; 
	height:100%;
	margin-top:0rem;
	
	}

.index01{
	width:100%;
	float:left;
	margin-top:5rem;
}
.index01 ul li{
	width:48%;
	border-radius: 1rem;
	border: 1px solid var(--Color-4, #CAAF91);
	padding:2.0rem 1.0rem;
	padding-top:6.94rem;
	padding-bottom:3.0rem;
	position:relative;
	text-align:center;
	transition: all 0.6s;
	margin-top:4.37rem;
	float:left;
}
.index01 ul li:nth-child(2n){
	float:right;
}
.index01 ul li .pic01{
	display:inline-block;
}
.index01 ul li .pic02{
	display: none;
}
.index01 ul li:hover .pic01{
	display:none;
}
.index01 ul li:hover .pic02{
	display:inline-block;
}
.index01 ul li:nth-child(6n){
	margin-right:0px;
}
.index01 ul li:hover{
	background: var(--Color, #134441);
}
.index01 ul li .arrow{
	transition: all 0.6s;
	height:1.5rem;
	margin-top:1.13rem;
}
.index01 ul li .arrow img{
	max-height:1.5rem;
}
.index01 ul li:hover .arrow{
	height:1.5rem;
	margin-top:1.13rem;
}
.index01 ul li:hover dl dt{
	color:#FFF;
}
.index01 ul li:hover dl dd{
	color: var(--fffbf-1, #FFFBF1);
}
.index01 ul li .pic{
	width:100%;
	position:absolute;
	top:-3.5rem;
	padding:2.0rem;
	left:0;
	z-index:1;
}
.index01 ul li .pic img{
	width:100%;
	height:auto;
}
.index01 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 ul li dl dd{
	margin-top:1.56rem;
	color: var(--aba-192, #ABA192);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02{
	width:100%;
	float:left;
	margin-top:6.5rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	width:100%;
	position:absolute;
	left:0;
	top:18%;
	z-index:1;
}
.index02 .tex .tex01{
	width:70%;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.index02 .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index02 .tex .tex01 dl dd{
	margin-top:0.88rem;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0rem;
}
.index02 .tex .tex01 .inmore{
	margin-top:2.0rem;
}
.index02 .tex .tex01 p{
	display:none;
}

.index03{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index03 .pic{
	width:100%;
	overflow:hidden;
}
.index03 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index03 .tex{
	width:100%;
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	margin-top:3.0rem;
}
.index03 .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.index03 .tex dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.25rem;
}
.index03 .tex .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.index03 .tex .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:3.0rem;
}
.index03 .tex .a01 ul li{
	width:100%;
	padding-bottom:1.25rem;
	padding-top:1.5rem;
	border-bottom:1px solid #CAAF91;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */

}
.subNavBox{
	width:100%;
}
.subNav{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	font-size:1.0rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.25rem;
	padding-top:2.5rem;
}
.subNav::after{
	width:1.0rem;
	height:1.0rem; 
	background:url(../img/jia.png) no-repeat center / contain;
	content:'';
	display:inline-block;
}
.subNav:hover{float:left; }
.currentDd{
	border-bottom:0px;
	padding-bottom:0px;
}
.currentDd::after{
	background:url(../img/jian.svg) no-repeat center / contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:2.5rem 0; 
	border-bottom:1px solid #e0e0e0; 
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.index03 .tex.white{
	color:rgba(255, 255, 255, 0.30);
}
.index03 .tex.white dl dt{
	color:#FFF;
}
.index03 .tex.white dl dd{
	color:#FFF;
}
.index03 .tex.white .a01 ul li{
	color: var(--fffbf-1, #FFFBF1);
	border-bottom:1px solid rgba(202, 175, 145, 0.30);
}
.inwrap{
	width:100%;
	float:left;
	margin-top:3.5rem;
	background: var(--Color, #134441);
	padding-bottom:6.5rem;
}
.foot{
	width:100%;
	float:left;
	margin-top:1rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:100%;
}
.foot01 .a01 h1{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3.75rem */
}
.foot01 .a01 h2{
	margin-top:1.8rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 h2 a{
	margin-right:1.44rem;
	display: flex;
	position:relative;
}
.foot01 .a01 h2 a i{
	width:5.0rem;
	position:absolute;
	top:2.4rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility: hidden;
}
.foot01 .a01 h2 a:hover i{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 h2 a i img{
	max-width:100%;
}
.foot01 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.foot01 .a02 dl{
	width:35%;
	margin-top:1.0rem;
}
.foot01 .a02 dl:nth-child(1){
	width:65%;
	margin-top:1.0rem;
}
.foot01 .a02 dl:last-child{
	width:100%;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot01 .a02 dl:nth-child(3){
	margin-top:2.0rem;
}
.foot01 .a02 dl dd{
	margin-top:0.84rem;
	color: var(--Color, #333333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a02 dl dd.mart1{
	margin-top:0.8rem;
}
.foot01 .a02 dl dd a{
	color: var(--Color, #333333);
}
.foot02{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:1.88rem 0;
	border-top: 0.5px solid var(---Gray-4, #BDBDBD);
	color: var(--Color, #134441);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:15%;
	z-index:1;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.nybanner .tex2{
	width:54%;
	position:absolute;
	right:0;
	bottom:14%;
	z-index:1;
	background: var(--Color, #134441);
	padding:1.0rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nybanner .tex2 dl dt{
	color: var(--fffbf-1, #FFFBF1);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 dl dd{
	margin-top:0.88rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0rem;
}
.nybanner .tex2 p{
	display:none;
}


.qywh{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	margin-top:2.0rem;
	border-radius: 1rem;
	border: 1px solid var(--Color-4, #CAAF91);
	padding:5.0rem 3.0rem;
	text-align:center;
	transition: all 0.6s;
}
.qywh ul li:hover{
	background: var(--Color, #134441);
	border: 1px solid var(--Color-4, #134441);
}
.qywh ul li:hover dl dt{
	color:#FFF;
}
.qywh ul li:hover dl dd{
	color:rgba(255, 255, 255, 0.60);
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:100%;
	height:auto;
}
.qywh ul li dl dt{
	margin-top:5.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qywh ul li dl dd{
	margin-top:1.56rem;
	color: var(--aba-192, #ABA192);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.nab{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.nab ul{
	display: flex;
	flex-wrap: wrap;
}
.nab ul li{
	width:100%;
	padding-bottom:1.75rem;
	padding-top:3.25rem;
	border-bottom:1px solid rgba(202, 175, 145, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab ul li .a01{
	width:100%;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.nab ul li .a02{
	width:100%;
	margin-top:2.0rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nsearch{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-radius: 6.25rem;
	border: 1px solid var(--Color-4, #CAAF91);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height:2.75rem;
	padding:0 1.0rem;
}
.nsbk{
	width:85%;
	border:0px;
	outline:none;
	font-size:0.85rem;
	font-family: "思源黑体";
	color:#999;
	background-color:transparent;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:49%;
	margin-top:3.25rem;
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 2.0rem;
	height:2.0rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
}
.fy ul li a{
	width: 2.0rem;
	height: 2.0rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:2.0rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(--Color-4, #CAAF91);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color, #134441);
	border:1px solid var(--Color-3, #134441);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color, #134441);
	border:1px solid var(--Color-3, #134441);
	color:#FFF;
}
.line{
	width:100%;
	float:left;
	margin-top:6.5rem;
	height:1px;
	background-color:#CAAF91;
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-l{
	width:100%;
	position:relative;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.proshow-l .ab01{
	margin-top:3.0rem;
	display:flex;
	width:100%;
	float:left;
}
.proshow-r{
	width:100%;
	margin-top:3.0rem;
}
.proshow-r ul{
	display: flex;
	flex-wrap: wrap;
}
.proshow-r ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom:1.25rem;
	padding-top:2.5rem;
	border-bottom:1px solid #CAAF91;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.proshow-r ul li .a01{
	width:40%;
}
.proshow-r ul li .a02{
	width:60%;
}
.proshow-r ul li:first-child{
	padding-top:0px;
}

.cptd{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.cptd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cptd ul li{
	width:48%;
	border-bottom: 1px solid var(--Style, rgba(202, 175, 145, 0.30));
	padding-bottom:2.56rem;
	margin-top:2.0rem;
}
.cptd ul li dl dt{
	overflow:hidden;
}
.cptd ul li dl dt img{
	max-height:2.5rem;
}
.cptd ul li dl dd{
	margin-top:3.12rem;
	color: var(--fffbf-1, #FFFBF1);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.prcon{
	width:100%;
	float:left;
	margin-top:5.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position:relative;
}
.prcon-l{
	width:100%;
}
.subNavBox2{
	width:100%;
}
.subNav2{
	width:100%; 
	float:left; 
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	font-size: 1.0rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:0.88rem;
}
.subNav2:hover{float:left; }
.currentDd2{
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0.64rem 0; 
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:0.88rem;
}
.navContent2 dl dd{
	padding:0.64rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.navContent2 dl dd.cur{
	border-bottom:1px solid #CAAF91;
}
.navContent2 dl dd.cur:after{
	opacity:1;
}
.navContent2 dl dd::after{
	width: 1rem;
	height: 1rem;
	content:'';
	background-image:url(../img/long_right3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.prcon-r{
	width:100%;
	margin-top:2.0rem;
}
.prcon-r01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.prlist{
	width:100%;
	float:left;
}
.prlist ul{
	display: flex;
	flex-wrap: wrap;
}
.prlist ul li{
	width:100%;
	padding-bottom:1.75rem;
	border-bottom:1px solid #CAAF91;
	padding-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prlist ul li .a01{
	width:18%;
	color: var(---333, #333);
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prlist ul li .a02{
	width:33%;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.prlist ul li .a03{
	width:35%;
	overflow:hidden;
}
.prlist ul li .a03 img{
	width:100%;
	height:auto;
	display:block;
}
.prlist ul li .a04{
	width:75%;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.lxbanner{
	width:100%;
	float:left;
	margin-top:4.0rem;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
}
.lxbanner .tex .tex01{
	width:100%;
}
.lxbanner .tex .tex01 .a01{
	width:100%;
	color: var(---white, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxbanner .tex .tex01 .a01 p{
	margin-bottom:0.94rem;
}
.lxbanner .tex .tex01 .a01 .b01{
	display:flex;
	margin-top:2.81rem;
	display:none;
}
.lxbanner .tex .tex01 .a01 .b01 img{
	width:auto;
	height:auto;
}
.lxbanner .tex .tex01 .a01 .b01 a{
	margin-right:1.25rem;
	position:relative;
}
.lxbanner .tex .tex01 .a01 .b01 a i{
	width:5.0rem;
	position:absolute;
	top:2.4rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility: hidden;
}
.lxbanner .tex .tex01 .a01 .b01 a:hover i{
	opacity:1;
	visibility:visible;
}
.lxbanner .tex .tex01 .a01 .b01 a i img{
	max-width:100%;
}
.lxbanner .tex .tex01 .a01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.63rem;
}
.lxbanner .tex .tex01 .a01 ul li{
	padding-bottom:1.31rem;
	padding-top:2.62rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.30);
	width:100%;
}
.lxbk{
	width:100%;
	border:0px;
	outline:none;
	background-color:transparent;
	color: var(---white, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: "思源黑体";
}
.subNav3{
	width:100%; 
	float:left;
	padding:15px 30px;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid rgba(0,0,0,0.10);
	font-size:1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:bold;
	border-radius:16px;
	margin-top:1rem;
	background-color:#134441;
	color:#FFF;
	transition: all 0.6s;
}
.subNav3 a{
	color:#FFF;
}
.subNav3.mart0{
	margin-top:0px;
}
.subNav3::after{
	width:24px;
	height:24px;
	content:'';
	background-image:url(../img/jiah.png);
	background-position:center;
	background-repeat:no-repeat;
	display:inline-block;
}
.currentDd3{
	background-color:#134441;
	color:#FFF;
	border-radius:16px 16px 0 0;
	
}
.currentDd3 a{
	color:#FFF;
}
.currentDd3::after{
	background-image:url(../img/jianh.png);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent3{
	display: none;
	float:left; 
	width:100%;
	font-size:0.9rem;
	padding:0px 10px;
	background-color:#F2F2F2;
	border-radius:0 0 16px 16px;
}
.navContent3 dl dd{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navContent3 dl dd a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:5px 30px;
	font-size:0.8rem;
	border-radius:8px;
	padding-right:20px;
}
.navContent3 dl dd a::after{
	width:22px;
	height:24px;
	content: '';
	/*background-image:url(../img/zjt.png);*/
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
}
.navContent3 dl dd a:hover::after{
	opacity:1;
}
.navContent3 dl dd a:hover{
	background-color:#FFF;
}
.navContent3 dl dd a.cur::after{
	opacity:1;
}
.navContent3 dl dd a.cur{
	background-color:#FFF;
	color:#D31212;
}


.marr1{
	margin-right:1.25rem;
}
.mart7{
	margin-top:3rem;
}
.mart4{
	margin-top:2.0rem;
}
.mart0{
	margin-top:4rem;
}
.mart5{
	margin-top:3.0rem;
}
.mart8{
	margin-top:4.56rem;
}
.mart9{
	margin-top:5.0rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}



.mart11{
	margin-top:6.25rem;
}















}
































