@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,b,caption,cite,code,dfn,em,i,strong,th,var{font-style:normal;font-weight:400}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
a{text-decoration:none}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none}
img{vertical-align:middle}
button,input[type=submit],input[type=text],input[type=button],select{/* -webkit-appearance:none; */border-radius:0;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:0;blr:expression(this.onFocus=this.blur())}
body{color:#000;line-height:1.3;overflow-x: hidden;background:#fff}
.fl{float:left}
.fr{float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}
#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}


strong{
	font-weight: bold;
}

@media(min-width: 1821px){
    html{font-size: 100px}
}
@media(max-width: 1820px) and (min-width: 901px){
    html{font-size: calc(100vw / 1820 * 100);}
}
@media(max-width: 900px){
	html{font-size: calc(900px / 1820 * 100);}
}
body{font-size: 14px;background-color: #fff;}
body *{box-sizing: border-box;}
.anmitem {
    transition: all ease .7s 0s; 
    -moz-transition: all ease .7s 0s; 
    -webkit-transition: all ease .7s 0s;
}
.oov,
.tov,
.thov {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.oov {
    -webkit-line-clamp: 1;
    white-space：nowrap;
}

.tov {
    -webkit-line-clamp: 2;
}

.thov {
	-webkit-line-clamp: 3;
}
.layout{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.swiper-button-next, .swiper-button-prev{
	    width: 0.27rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    background-size: contain;
}

body{
	padding-top: 0.9rem;
	font-family: Arial,"Microsoft YaHei";
}


.header{
	height: 0.9rem;
	line-height: 0.9rem;
	/* position: fixed; */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
    background: #222;
    width: 100%;
    transition: opacity ease .3s 0s; 
    -moz-transition: opacity ease .3s 0s; 
    -webkit-transition: opacity ease .3s 0s;
}
.header.fixed{
	position: fixed;
	opacity: 0.45;
}
.header:hover{
	opacity: 1;
}
/* .header .layout{
	max-width: 1830px;
}
 */
.header .logo{
	float: left;
	/* margin-right: 0.8rem; */
	height: 0.43rem;
	width: 12.6%;
	/* width:2.9rem; */
}
.header .logo img{
	height: 100%;
}
.header .hd-rg{
	width: 100%;
	/* padding-left: 20%; */
}

.nav{
	/* width: 58%; */
	float: left;
	/* text-transform: uppercase; */
}
.nav .fir-nav{
	float: left;
	margin: 0 0.32rem;
	/* position: relative; */
}
.nav .fir-nav>a{
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.22rem;
	color: #fff;
	display: inline-block;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nav li:hover>a{
	color: #c0a062;
}
.nav .on>a:after{
	content: '';
	width: 100%;
	height: 0.04rem;
	background: #c0a062;
	position: absolute;
	left: 0;
	bottom: 0;

}
.nav .sec-box{
	position: absolute;
	top: 0.9rem;
	z-index: 3;
	line-height: normal;
	width: 2.2rem;
	line-height: 0.5rem;
	left: 50%;
	margin-left: -1.1rem;
	text-align: center;
	display: none;
	background: #232428;
}
.nav .sec-box a{
	font-size: calc(12px - 0.12rem + 0.16rem);
	display: block;
	text-align: center;
	color: #b0b0b0;
	padding: 0 0.1rem;
	font-weight: bold;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nav .sec-box p{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.nav .sec-box a:hover{
	color: #c0a062;
	text-decoration: underline;
	background: #111;
}
.nav .fir-nav:hover .sec-box{
	display: block;
}
.header .menu-icon {
	width: 26px;
	height: 26px;
	display: inline-block;
	float: right;
	position: relative;
	z-index: 100;
	top: 20px;
	display: none;
}
.header .menu-icon em {
	width: 26px;
	height: 2px;
	display: block;
	background: #fff;
	text-align: right;
	position: absolute;
	right: 0;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.header .menu-icon em:first-of-type {
	top: 0px;
}
.header .menu-icon em:nth-of-type(2) {
	top: 10px;
}
.header .menu-icon em:last-of-type {
	top: 20px;
}
.header .menu-icon.on em:first-of-type {
	transform: translate(0, 10px) rotate(-45deg);
	-moz-transform: translate(0, 10px) rotate(-45deg);
	-webkit-transform: translate(0, 10px) rotate(-45deg);
	-ms-transform: translate(0, 10px) rotate(45deg);
}
.header .menu-icon.on em:nth-of-type(2) {
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
}
.header .menu-icon.on em:last-of-type {
	transform: translate(0, -9px) rotate(45deg);
	-moz-transform: translate(0, -9px) rotate(45deg);
	-webkit-transform: translate(0, -9px) rotate(45deg);
	-ms-transform: translate(0, -9px) rotate(45deg);
}
.header .rg-menu{
	float: right;
	margin-top: 0.26rem;
}

.header .sec-down{
	position: absolute;
	width: 100%;
	left: 0;
	top:100%;
	background: rgba(34,34,34,0.95);
	display: none;
}
.header .sec-down .layout{
	max-width: 1380px;
	margin: 0 auto;
}
.header .sec-list{
	float: left;
	/* width: 50%; */
	width: 29%;
	padding: 1rem 0;
	transform:translateY(-0.5rem);
	opacity: 0;
	transition: all ease .5s 0.3s; 
    -moz-transition: all ease .5s 0.3s; 
    -webkit-transition: all ease .5s 0.3s;
}
.header .show .sec-list{
	transform:translateY(0rem);
	opacity: 1;
}
.header .sec-list a{
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.2rem;
	color: #fff;
	margin-bottom: 0.25rem;
	display: block;
	line-height: normal;
	font-weight: bold;
}
.header .sec-list p{
	display: inline-block;
	position: relative;
}
.header .sec-list p:after{
	content: '';
	width: 0%;
	height: 2px; 
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.header .sec-list a:hover p:after{
	width: 100%;
}

.header .sec-it{
	display: none;
}
.header .sec-it.on{
	display: block;
}

.header .sec-pic{
	float: right;
	/* width: 50%; */
	width: 71%;
	padding: 0.2rem 0;
	height: 4.7rem;
	transform:translateY(0.5rem);
	opacity: 0;
	text-align: center;
	transition: all ease .5s 0.3s; 
    -moz-transition: all ease .5s 0.3s; 
    -webkit-transition: all ease .5s 0.3s;
}
.header .show .sec-pic{
	transform:translateY(0rem);
	opacity: 1;
}
.header .sec-pic img{
	max-width: 100%;
	max-height: 100%;
}

.header .pro-down .layout{
	max-width: 1580px;
}
.header .pro-down .sec-list{
	width: 29%;
}
.header .pro-down .sec-pic{
	width: 71%;
}
.header .pro-down .col{
	width: 48%;
	margin: 0 1%;
	float: left;
}
.pr-it{
	display: block;
	width: 100%;
	height: 4.2rem;
	background: #111;
	position: relative;
	text-align: center;
}
.pr-it .tt{
	line-height: 1;
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.2rem;
}
.pr-it1{
	height: 2rem;
	margin-bottom: 0.2rem;
	text-align: left;
}
.pr-it1 .tt{
	top: 0.2rem;
	left: 0;
	padding-left: 0.3rem;
}




.ej-gray {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 7;
	top: 0;
	display: none;
}

.ej-sear{
	height: 0.4rem;
	line-height:0.4rem;
	border-radius: 0.4rem;
	width: 0.4rem;
	padding-right: 0.4rem;
	/* width: 2.2rem; */
	border: 1px solid #333;
	/* padding-left: 20px;
	padding-right: 40px; */
	position: relative;
	float: left;
	overflow:hidden;
	transition: all ease .5s 0s; 
-moz-transition: all ease .5s 0s; 
-webkit-transition: all ease .5s 0s;
}
.ej-sear form{
	width: 100%;
	height: 100%;
}
.ej-sear .tex{
	height: 100%;
	width: 100%;
	display: block;
	background: none;
	border: none;
	color: #fff;
	font-size: 0.18rem;
	width: 0;
	padding-left: 0.2rem;
	transition: all ease .5s 0s; 
-moz-transition: all ease .5s 0s; 
-webkit-transition: all ease .5s 0s;
	/* text-transform: uppercase; */
}
.ej-sear.on{
	width: 2.4rem;
}
.ej-sear .tex{
	width: 2rem;
}
.ej-sear .sub{
	width: 0.38rem;
	height: 0.38rem;
	background:#222 url(../images/icon-search.png) no-repeat center;
	background-size: 50% 50%;
	position: absolute;
	right: 0;
	top: 0%;
	border: none;
	z-index: -1;
}
.ej-sear .s-icon{
	width: 0.38rem;
	height: 0.38rem;
	background:#222 url(../images/icon-search.png) no-repeat center;
	background-size: 50% 50%;
	position: absolute;
	right: 0;
	top: 0%;
	border: none;
	cursor: pointer;
}
.header .sea-icon{
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 100%;
	border: 1px solid #333;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 100% 100%;
	display: none;
	cursor: pointer;
}

.hd-sign{
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.4rem;
	min-width: 0.4rem;
	background: #111;
	padding: 0 0.12rem;
	float: left;
	margin-left: 0.2rem;
	text-align: center;
}
.hd-sign:before{
	content: '';
	height: 0.2rem;
	width: 0.2rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-user.png) no-repeat center;
	background-size: 100%;
}
.hd-sign .lb{
	margin-left: 0.05rem;
	color: #999;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	display: inline-block;
	vertical-align: middle;
}

.ej-sear-box{ 
	width:100%; 
	position: fixed; 
	top:0.9rem; 
	background: rgba(0,0,0,0.6); 
	z-index: 100; 
    padding: 5px 0;
	display: none;
}
.ej-sear-box form {
    width: 90%;
    float: right;
}
.ej-sear-box .layout{ 
	padding: 0 0.1rem;
}
.ej-sear-box span{ 
	width: 10%; 
	height: 30px; 
	float: left; 
	cursor: pointer;
}
.ej-sear-box .tex{ 
	color: #666; 
	font-size: 14px; 
	line-height: 30px; 
	height: 30px; 
	background: #fff; 
	text-decoration: none; 
	border: none; 
	display: inline-block;  
	padding: 0 10px;
	width: 90%;
    margin-left: 0;
}
.ej-sear-box .icon-sea{ 
	border: none;  
	width: 10%; 
	height: 30px; 
	cursor: pointer; 
	background: url(../images/icon-search1.png) no-repeat center; 
	background-size: 20px 20px;
	float: right;
}
.ej-sear-box .ej-sear-cl{ 
	position: relative; 
	background-image: none;
}
.ej-sear-box .ej-sear-cl:before,
.ej-sear-box .ej-sear-cl:after{ 
	content: ''; 
	width: 24px; 
	height: 2px; 
	top:14px; 
	left: -1px; 
	background: #fff; 
	position: absolute; 
	border-radius: 2px;
}
.ej-sear-box .ej-sear-cl:before{ 
	transform:rotate(45deg); 
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);  
}
.ej-sear-box span.ej-sear-cl:after{ 
	transform:rotate(135deg); 
	-ms-transform:rotate(135deg);
	-moz-transform:rotate(135deg); 
	-webkit-transform:rotate(135deg);
    -o-transform:rotate(135deg); 
}




.footer{
	background: #222;
	/* text-transform: uppercase; */
}
.footer .ft-logo{
	float: left;
	width: 20%;
	height: 0.43rem;
}
.footer .ft-logo img{
	max-width: 100%;
	height: 100%;
}

.ft-top{
	padding: 0.6rem 0;
	overflow: hidden;
}
.ft-nav{
	float: right;
	width: 80%;
	display: flex;
    justify-content: space-between;
}
.ft-nav dl{
	/* flex:1; */
	padding: 0 0.1rem;
}
.ft-nav dt,
.ft-md dt{
	margin-bottom: 0.3rem;
}
.ft-nav dt a,
.ft-nav dt h3,
.ft-md dt h3{
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	color: #fff;
	font-weight: bold;
	font-size: 0.21rem;
	text-transform: uppercase;
}
.ft-nav dd{
	margin-bottom: 0.1rem;
}
.ft-nav dd a{
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.18rem;
	line-height: 1.4;
	color: #fff;
	opacity: 0.4;
	font-weight: bold;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ft-nav dd a:hover{
	opacity: 1;
}

.ft-md{
	text-align: center;
	padding-bottom: 0.4rem;
}

.share-mod{
	line-height: 0.42rem;
}
.share-mod h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 0.21rem;
	color: #fff;
	margin-right: 0.2rem;
	/* text-transform: uppercase; */
	font-weight: bold;
}
.share-mod .sh{
	display :inline-block;
	vertical-align: middle;
	height: 0.42rem;
	width: 0.42rem;
	border-radius: 100%;
	background-color: #333;
	margin: 0 0.08rem;
	background-position: center;
	background-size: contain;
}
.share-mod .sh:last-of-type{
	margin-right: 0;
}
.share-mod .sh1{
	background-image: url(../images/icon-sh1.png);
}
.share-mod .sh2{
	background-image: url(../images/icon-sh2.png);
}
.share-mod .sh3{
	background-image: url(../images/icon-sh3.png);
}
.share-mod .sh4{
	background-image: url(../images/icon-sh4.png);
}
.share-mod .sh:hover{
	opacity: 1;
	background-color: #c0a062;
}

.ft-bt{
	border-top: 1px solid #333;
	padding: 0.3rem 0;
	text-align: center;
}
.ft-bt p,
.ft-bt a{
	display: inline-block;
	vertical-align: middle;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	color: #727272;
	font-weight: bold;
	margin: 0 0.1rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ft-bt a:hover{
	text-decoration: underline;
}
.phone-sear{
	display: none;
}
@media screen and (max-width: 1500px){
	.ej-sear{
		height: 0.48rem;
		line-height: 0.48rem;
		width: 0.48rem;
		
	}
	.ej-sear .tex {
    width: 2.3rem;
} 
	.ej-sear.on{
		width: 2.8rem;
	}
	.ej-sear .s-icon,
	.ej-sear .sub{
		width: 0.46rem;
		height: 0.46rem;
	}
	.hd-sign{
		height: 0.48rem;
		line-height: 0.48rem;
		min-width: 0.48rem;
	}
	.nav .fir-nav>a {
		/* font-size: calc(12px - 0.12rem + 0.18rem); */
	}
	.nav .fir-nav{
		margin:  0 0.33rem;
	}
	.nav .sec-box{
		width: 2.8rem;
		margin-left: -1.4rem;
		line-height: 0.6rem;
	}
	.header .rg-menu {
		margin-top: 0.22rem;
	}
	.nav .sec-box a {
		font-size: calc(12px - 0.12rem + 0.14rem);
	}
	.footer .ft-logo{
		width: 15%;
	}
	.ft-nav{
		width: 83%;
	}
	.header .logo{
		/* margin-right: 0.5rem; */
	}
.header .sec-down .layout{
		width: 100%;
		padding: 0 0.5rem;
	}
	.header .sec-list{
		padding-left: 13%;
	}
	.header .pro-down .sec-list{
		padding-left: 0;
	}
	.header .sec-list a {
    /* font-size: calc(12px - 0.12rem + 0.24rem); */
}

}
/* @media screen and (max-width: 1420px){


} */
@media screen and (max-width: 1220px){
	.header.fixed{
		opacity: 1;
	}
	.header .menu-icon {
		display: block;
		top: 0.22rem;
		margin-left: 0.3rem;
	}
	.header .hd-rg{
		padding-top: 60px;
		position: fixed;
		width: 100%;
		height: 100%;
		top:0;
		right: -100%;
		padding-left: 0;
		background: rgba(0,0,0,0.7);
		text-align: center;
		z-index: 11;
		opacity: 0;
		transition: all ease .3s 0s; 
		-moz-transition: all ease .3s 0s; 
		-webkit-transition: all ease .3s 0s;
	}
	.header .hd-rg.on {
		right: 0;
		opacity: 1;
	}
	.header .hd-rg .content{
		height: 100%;
		overflow-y: auto;
		padding-bottom: 60px;
		padding-top: 20px;
	}
	.nav{
		width: 100%;
		float: none;
		height: auto;
		padding: 0 0.4rem;
		text-align: left;
	}
	.nav .fir-nav{
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
		line-height: 50px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.nav .fir-nav>a{
		width: 100%;
		padding: 0;
	}

	.nav .sec-box{
		width: 100%;
		/* display: block; */
		position: static;
		background: transparent;
		margin-left: 0;
		padding: 0 0 0.3rem 0.3rem;
		line-height: 0.7rem;
	}
	.nav .sec-box a{
		color: #fff;
		text-align: left;
	}
	.nav .has-sec>a{
		pointer-events: none;
	}
	.nav .has-sec>a::before {
		display: block;
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		border-top: 2px solid #c0a062;
		border-right: 2px solid #c0a062;
		width: 7px;
		height: 7px;
		transform:rotate(135deg);
		margin-top: -4px;
	}
	.nav .on:after{
		display: none;
	}
	.nav .on>a:after{
		display: none;
	}
	.weblink dl {
    border-bottom: 1px solid #666;
    width: 100%;
    margin-bottom: 3%;
    box-sizing: border-box;
    float: none;
}
.footer .ft-logo{
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	margin: 0 auto 0.4rem;
}
.ft-nav{
	width: 100%;
	float: none;
	display: block;
}
.ft-nav dt{
	position: relative;
}
.ft-nav .has-sec dt::after {
    display: block;
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    border-top: 2px solid #c0a062;
    border-right: 2px solid #c0a062;
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    margin-top: -6px;
}
.ft-nav dl {
    border-bottom: 1px solid #333;
    width: 100%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    float: none;
}
.ft-nav dt{
	margin-bottom: 0;
}
.ft-nav dd{
	display: none;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0;
}
/* .ft-nav dl:last-of-type{
	border-bottom: none;
	margin-top: 0.3rem;
}
.ft-nav dl:last-of-type dd{
	display: block;

}
.ft-nav dl:last-of-type dt{
	text-align: center;
	margin-bottom: 4%;
} */
.share-mod{
	text-align: center;
	line-height: 0.6rem;
}
.share-mod .sh{
	width: 0.6rem;
	height: 0.6rem;
	/* margin: 0 0.2rem; */
}
.ft-nav .on dd{
	display: block;

}
.ft-nav dt a,
.ft-nav dd a{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: 0.6rem;
}
.ft-nav .has-sec dt a{
	pointer-events: none;
}
/* .footer .ft-logo img{
	height: 0.7rem;
} */
.nav .fir-nav:hover .sec-box{
	display: none;
}

.nav .fir-nav.show .sec-box{
	display: block;
}
.ej-sear{
	/* padding-left: 10px;
	padding-right: 25px; */
}
.ej-sear .tex{
	width: 3rem;
}
.ej-sear .sub{
	right: 5px;
}
.hd-sign .lb{
	margin-left: 5px;
}
.ej-sear.on{
	width: 3.6rem;
}
.header .sec-down{
	position: static;
	background: none;

}
.header .sec-list{
	opacity: 1;
	transform: translateY(0rem);
	padding: 0.2rem 0 0.4rem;
	width: 100%;
	float: none;
}
.header .pro-down .sec-list{
	width: 100%;
}
.header .sec-list a{
	height: 0.6rem;
	line-height: 0.6rem;
	margin-bottom: 0;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
}
.header .sec-pic{
	display: none;
}
.header .active .sec-down{
	display: block !important; 
}




}

@media screen and (max-width: 768px){
	.layout{
		padding: 0 0.3rem;
	}
	.header .layout{
		padding: 0 0.3rem;
	}
	.hd-sign{
		padding: 0 0.2rem;
		margin-left: 0.1rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.header .logo{
		margin-right: 0;
	}
	.hd-sign .lb{
		margin-left: 5px;
	}
	.ej-sear{
		height: 0.6rem;
		line-height: 0.6rem;
		padding-left: 10px;
		padding-right: 25px;
		width: 3.1rem;
	}
	.ej-sear .sub{
		right: 5px;
	}
	.header .rg-menu {
		margin-top: 0.16rem;
	}
	.header .menu-icon{
		margin-left: 0.1rem;
	}
	.header .sea-icon{
		height: 0.6rem;
		width: 0.6rem;
		display: block;
		background-size: 20px 20px;
	}
	.hd-sign:before{
		width: 0.38rem;
		height: 0.38rem;
	}
	.header .ej-sear{
		display: none;
	}
	.phone-sear{
	display: block;
}

}


.ban-mod{
	/* height: 6.6rem; */
	/* line-height: 7.1rem; */
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.ban-mod .swiper-slide-active{
	z-index: 3;
}
.ban-mod .swiper-container{
	width: 100%;
	height: 100%;
}
.ban-mod .hei {
    display: block;
    width: 100%;
	padding-top: 34.375%;
}
.ban-mod .ban-it {
    display: block;
    width: 100%;
    height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.ban-mod .tex{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: calc(12px - 0.12rem + 0.5rem);
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-transform: uppercase;
}

.ban-mod .ban-vd{
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
	/* transform:translate(0,-50%); */
	position: absolute;
	background: #000;
	z-index: 3;
}


.con-box{
	padding: 0.65rem 0;
}

.tt-mod{
	text-align: center;
	color: #333;
	margin-bottom: 0.5rem;
}
.tt-mod .tt{
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
	position: relative;
	z-index: 3;
	/* text-transform: uppercase; */
}
.tt-mod.w-tt{
	color: #fff;
}

.pic img{
	width: 100%;
	height: 100%;
}
.pic img{
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}

.tt-mod.l-tt{
	text-align: left;
}
.pop-mod{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	display: none;
}
.pop-mod .ej-gray{
	display: block;
}
.pop-mod .pp-it{
	display: none;
}
.cont-it{
	width: 31%;
	float: left;
	margin: 0 1.16% 2%;
	background-color: #fff;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.05);
	cursor: pointer;
	border-radius: 0.1rem;
	overflow: hidden;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.cont-it .tex{
	height: 2rem;
	padding: 0.45rem 0.3rem 0;
	color: #999;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
}
.cont-it .tt{
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	font-weight: bold;
	color: #555;
	margin-bottom: 0.15rem;
	/* text-transform: uppercase; */
}
.cont-it .dd{
	line-height: 1.8;
	word-break: break-all;
}
.cont-it:hover{
	transform: translate(0,-10px);
}
.cont-it .pic{
	overflow: hidden;
}

.cont-pp{
	z-index: 12;
	width: 11rem;
	height: 8.4rem;
	background-color: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	padding: 0.4rem 0.5rem;
	border-radius: 0.15rem;
}
.cont-pp .close{
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 100%;
	border: 1px solid #e8e8e8;
	background: #fff url(../images/icon-close.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	cursor: pointer;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.cont-pp .close:hover{
	transform:rotate(360deg);
	background-color: #b7924b;
	border-color: #b7924b;
	background-image: url(../images/icon-close-sel.png);
}
.cont-pp .tt{
	text-align: center;
	margin-bottom: 0.5rem;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
}
.cont-pp .pic1{
	margin-bottom: 0.3rem;
}
.cont-pp .pic1 img{
	width: 100%;
	height: 100%;
}
.cont-way{
	height: 1.8rem;
}
.cont-way .scr-box::-webkit-scrollbar-thumb {
    background: rgba(192,160,98,0.2); 
}
.cont-way p{
	font-size: 0.18rem;
	line-height: 1.4;
	margin-bottom: 0.2rem;
}
.cont-way img{
	height: 0.24rem;
	width: 0.24rem;
	margin-right: 0.2rem;
	float: left;
}
.cont-way a{
	color: #b7924b;
}
.cont-way .it{
	margin-bottom: 0.2rem;
	line-height: 0.24rem;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	padding-left:0.45rem;
	position: relative;
	color: #333;
	line-height: 1.4;
}
.cont-way .it:before{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon-cont1.png) no-repeat center;
	background-size: contain;
}
.cont-way .ic2:before{
	background-image: url(../images/icon-cont2.png);
}
.cont-way .ic3:before{
	background-image: url(../images/icon-cont3.png);
}
.cont-way .ic4:before{
	background-image: url(../images/icon-cont4.png);
}
.cont-way .it a{
	color: #b7924b;
}
.cont-way .it a:hover{
	text-decoration: underline;
}

.ser-mod{
	height: 4.7rem;	
	background: #fff;
	margin-bottom: 0.6rem;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);
	border-radius: 0.15rem;
	overflow: hidden;
}
.ser-mod .tex{
	width: 50%;
	float: left;
	height: 100%;
	padding: 0.6rem 0.5rem;
	line-height: 2;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	color: #333;
}
.ser-mod .pic{
	width: 50%;
	float: right;
	height: 100%;
	overflow: hidden;
}
.scr-box{
	height: 100%;
	overflow-y: auto;
}

.ser-it{
	width: 49%;
	height: 3.8rem;
	overflow: hidden;
	float: left;
	border-radius: 0.15rem;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);
}
.ser-it .pic{
	height: 100%;
	width: 65%;
	float: left;
	overflow: hidden;
}
.ser-it .tex{
	width: 35%;
	height: 100%;
	float: right;
	background: #fff;
	text-align: center;
	padding: 1.25rem 0.1rem 0;
}
.ser-it .tt{
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5rem;
	/* text-transform: uppercase; */
}

.ser-it:nth-of-type(2){
	margin-left: 2%;
}

.btn{
	display: inline-block;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 0.5rem;
	width: 1.7rem;
	text-align: center;
	color: #c0a062;
	background: none;
	border: 1px solid #c0a062;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size:0.16rem;
	box-shadow: 0 0 0.2rem rgba(192,160,98,0.1);
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    position: relative;
    overflow:hidden;
    z-index: 2;
    font-weight: bold;
}
.btn:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #c0a062;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
    z-index: -1;
}
.btn:hover{
	/* background: #a98c56; */
	color: #fff;
}
.btn:hover:before{
	left: 0;
}
.pic .ej-bg{
	width: 100%;
	height: 100%;
}
.ej-bg{
	background-position: center;
	background-size: cover;
}

.mess-mod{
	height: 7.9rem;
	overflow: hidden;
	background: #fff;
	border-radius: 0.15rem;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);
}

.mess-mod .btn{
	float: left;
}
.mess-mod .pic{
	width: 40%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.mess-mod .ms-fm{
	width: 60%;
	height: 100%;
	float: right;
	padding: 0.4rem 0.5rem 0;
}
.mess-mod .f-it{
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	margin-bottom: 0.12rem;
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #888;
	position: relative;
}
.mess-mod .f-it.im:before{
	content: '*';
	position: absolute;
	left: -0.15rem;
	color: #ba9651;
	font-size: calc(12px - 0.12rem + 0.26rem);
	top: 0.05rem;
}
.mess-mod .f-it select,
.mess-mod .f-it input,
.mess-mod .f-it label,
.mess-mod .f-it textarea{
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	color: #888;
	font-weight: bold;
	/* text-transform: uppercase; */
}
.mess-mod select,
.mess-mod input,
.mess-mod textarea{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-weight: bold;
	outline: none;
	font-family: Arial,"Microsoft YaHei";
}
.mess-mod textarea{
	padding-top: 0.15rem;
}
.mess-mod select{
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*替换选择框的最右侧显示小箭头图片*/
   background: url("../images/icon-sel.png") no-repeat 98% center transparent;
   background-size: 0.12rem 0.07rem; 

}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.mess-mod select::-ms-expand { display: none; }
.mess-mod .c-50{
	width: 47%;
}
.mess-mod .c-50:nth-of-type(2n){
	float: right;
}
.mess-mod .add-pic{
	height: 0.8rem;
	line-height: 0.7rem;
}
.mess-mod .add{
	cursor: pointer;
	width: 0.7rem;
	height: 0.7rem;
	border: 1px solid #e1e1e1;
	float: right;
	background: url(../images/icon-add.png) no-repeat center;
	position: relative;
}
.mess-mod .file{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.mess-mod .md{
	margin: 0.2rem 0;
}
.mess-mod .back{
	background: none;
	border: 1px solid #e1e1e1;
	color: #555;
	margin-left: 0.45rem;
}
.mess-mod .back:hover{
	/* background: #c0a062; */
	color: #fff;
}
.mess-mod .tip{
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	color: #bd9c5a;
	margin-bottom: 0.1rem;
	line-height: 1.6;
}
.mess-mod .lb{
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	color: #454545;
	line-height: 1.6;
}
.inf-mod{
	padding-bottom: 0;
}
.inf-mod .tex{
	font-size: calc(12px - 0.12rem + 0.16rem);
	color: #999;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.5rem;
}

.mess-mod1{
	height: 5rem;
}
.news-ct .tt-mod{
	overflow: hidden;
}
.news-ct .tt-mod .tt{
	/* float: left; */
	display: inline-block;
	margin-left: 2.2rem;
}
.news-ct .tt-mod .ej-sear{
	float: right;
	border: 1px solid #e5e5e5;
	width: 2.2rem;
}
.news-ct .ej-sear .sub{
	background:url(../images/icon-search.png) no-repeat center;
    background-size: 50% 50%;
}
.news-ct .ej-sear .tex{
	color: #333;
}
.nw-it{
	display: block;
	width: 49%;
	float: left;
	height: 3.8rem;
	background: #fff;
	margin-left: 2%;
	margin-bottom: 2%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    border-radius: 0.15rem;
	overflow: hidden;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.05);
}
.nw-it:nth-of-type(2n+1){
	margin-left: 0;
}
.nw-it .pic{
	width: 60%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.nw-it .tex{
	margin-left: 60%;
	height: 100%;
	padding: 0.5rem 0.4rem 0;
	position: relative;
	font-weight: bold;
}
.nw-it .tt{
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	color: #333;
	line-height: 1.7;
	margin-bottom: 0.2rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.nw-it .dd{
	/* font-size: calc(12px - 0.12rem + 0.14rem); */
	font-size: 0.14rem;
	color: #555;
	line-height: 1.7;
}
.nw-it .bt{
	position: absolute;
	left: 0.4rem;
	bottom: 0.6rem;
	/* font-size: calc(12px - 0.12rem + 0.14rem); */
	font-size: 0.14rem;
	color: #999;
}
.nw-it .bt p{
	display: inline-block;
	vertical-align: middle;
}
.nw-it .bt p:before{
	content: '';
	width: 1px;
	height: 0.14rem;
	background: #cacaca;
	display: inline-block;
	vertical-align: middle;
	margin: -0.02rem 0.25rem 0;
}
.nw-it .bt p:first-of-type:before{
	display: none;
}
.nw-it:hover{
	transform: translate(0,-10px);
}
.nw-it:hover .tt{
	color: #c0a062;
}

.nw-top .nw-it{
	height: 6rem;
	width: 100%;
	margin-left: 0;
	border-radius: 0.15rem;
	overflow: hidden;
}
.nw-top .nw-it .tex{
	padding: 1rem 0.5rem 0;
}
.nw-top .nw-it .tt{
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	margin-bottom: 0.3rem;
}
.nw-top .nw-it .dd{
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
}
.nw-top .nw-it .bt{
	left: 0.5rem;
	bottom: 1rem;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
}

.ej-page{
	text-align: center;
	padding: 0.4rem 0;
}
.ej-page a{
	display: inline-block;
	vertical-align: middle;
	height: 0.5rem;
	line-height: 0.5rem;
	min-width: 0.5rem;
	margin: 0 0.05rem;
	/* font-size: calc(12px - 0.12rem + 0.22rem); */
	font-size: 0.22rem;
	color: #333;
	font-weight: bold;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ej-page span{
	display: inline-block;
	vertical-align: middle;
	font-size: calc(12px - 0.12rem + 0.22rem);
	color: #333;
}
.ej-page .p-btn{
	border-radius: 100%;
	margin: 0;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
}
/* .ej-page .p-prev{
	background-image: url(../images/p-prev.png);
}
.ej-page .p-next{
	background-image: url(../images/p-next.png);
}
.ej-page .p-prev:hover{
	background-image: url(../images/p-prev-sel.png);
}
.ej-page .p-next:hover{
	background-image: url(../images/p-next-sel.png);
} */

.ej-page .p-btn:hover{
	background-color: #c0a062;
}
.ej-page .p-btn:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../images/sw-line-l.png) no-repeat center;
	background-size: 100% 100%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ej-page .p-prev{
	left: 0;
	background-image: url(../images/p-prev3.png);
}
.ej-page .p-prev:after{
	right: -100%;
}
.ej-page .p-prev:hover:after{
	right: 0%;
}
.ej-page .p-next{
	right: 0;
	background-image: url(../images/p-next3.png);
}
.ej-page .p-next:after{
	left: -100%;
	background-image: url(../images/sw-line-r.png);
}
.ej-page .p-next:hover:after{
	left: 0;
}
.ej-page .on,
.ej-page  a:hover{
	color: #bb9956;
}


/* 新闻详情页 */

.art-mod{
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
}
.art-mod img{
	max-width: 100%;
	height: auto !important;
	width: 80% !important;
}
.art-mod .hd{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 0.4rem;
}
.art-mod .tt{
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	line-height: 1.5;
	color: #333;
	font-weight: 600;
	margin: 0 auto 0.3rem;
}
/* .article .hd-bt{
	overflow: hidden;
	margin-bottom: 0.25rem;
	text-align: center;
} */
.art-mod .hd-bt p{
	display: inline-block;
	vertical-align: middle;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	color: #999;
	font-weight: bold;
}
.art-mod .hd-bt p:before {
    content: '';
    width: 1px;
    height: 0.14rem;
    background: #cacaca;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02rem 0.25rem 0;
}
.art-mod .hd-bt p:first-of-type:before{
	display: none;
}

.art-share a{
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.15rem;
	background-position: center;
	background-size: contain;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.art-share .sh1{
	background-image: url(../images/icon-sh11.png);
}
.art-share .sh2{
	background-image: url(../images/icon-sh12.png);
}
.art-share .sh3{
	background-image: url(../images/icon-sh13.png);
}
.art-share .sh1:hover{
	background-image: url(../images/icon-sh11-sel.png);
}
.art-share .sh2:hover{
	background-image: url(../images/icon-sh12-sel.png);
}
.art-share .sh3:hover{
	background-image: url(../images/icon-sh13-sel.png);
}


.art-mod .content{
	padding: 0.3rem 0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 0.18rem;
	line-height: 2;
	color: #333;
}
.art-mod .p16{
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
	color: #333;
}

.ej-share-box{ 
	overflow: hidden; 
	padding: 0.3rem 0 0.5rem;
}
.ej-share-box ul{ 
	float: left; 
	width: 80%; 
}
.ej-share-box li{ 
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	color: #222; 
	line-height: 1.2; 
	margin: 0.15rem 0;
	/* white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden; */
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
	font-weight: bold;
}
.ej-share-box li a{ 
	color: #222; 
	transition: all ease .2s 0s; 
	-moz-transition: all ease .2s 0s; 
	-webkit-transition: all ease .2s 0s; 
}
.ej-share-box li:hover,
.ej-share-box li:hover a{ 
	color: #c0a062;
}
.ej-share-box .break{
	float: right;
	margin-top: 0.2rem;
}


.menu-mod{
	height: 0.8rem;
	line-height: 0.8rem;
	/* background: #f9f9f9; */
	overflow: hidden;
	width: 100%;
	/* border-bottom: 1px solid #eee; */
	font-size: calc(12px - 0.12rem + 0.14rem);
	color: #999;
	position: relative;
	z-index: 5;
}
.menu-mod .layout{
	background: #f9f9f9;
	height: 0.8rem;
}
.menu-mod.fixed .layout{
	position: fixed;
	left: 0;
	top: 0;
	background: #f9f9f9;
	z-index: 5;
	width: 100%;
	opacity: 0.45;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.menu-mod.fixed:hover .layout{
	opacity: 1;
}
.menu-mod a{
	font-size: calc(12px - 0.12rem + 0.14rem);
	color: #333;
	transition: all ease .3s 0s; 
	-moz-transition: all ease .3s 0s; 
	-webkit-transition: all ease .3s 0s;
}
.menu-mod a:hover{
	color: #b29652;
}
.menu-mod a:hover:before{
	color: #999;
}

.menu-mod .menu-lt{
	float: right;
	text-transform: uppercase;
}
.menu-mod .menu-lt a:before{
	content: '·';
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	margin: 0 0.1rem;
	margin-top: -0.04rem;
}
.menu-mod .home:before{
	content: '';
	width: 16px;
	height: 16px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -0.04rem;
	margin-right: 0.1rem;
	background: url(../images/icon-ps.png) no-repeat center;
	background-size: contain;
}
.menu-mod .menu-lt a:first-of-type:before{
	display: none;
}
.menu-mod .menu-lt .on{
	color: #0482fd;
}
.menu-mod .menu-lt .on:before{
	color: #999;
}
.menu-mod .menu-rg{
	float: left;
}
.menu-mod .menu-rg li{
	float: left;
}
.menu-mod .menu-rg a{
	display: block;
	padding: 0 0.3rem;
	color: #000;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.18rem;
}
.menu-mod .menu-rg li:hover a{
	color: #c0a266;
}
.menu-mod .menu-rg p{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.menu-mod .menu-rg .on a{
	/* background: #b29652; */
	color: #c0a266;
	font-weight: bold;
}

.soc-mod{
	height: 5.35rem;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center; 
}
.soc-mod .pic{
	height: 100%;
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.soc-mod .pic:hover img{
	transform:translateX(-10px);
}
.soc-mod .tex{
	width: 50%;
	float: left;
	flex:1;
	padding: 0.5rem 0.6rem;
	color: #333;
	max-height: 100%;
}
.soc-mod .tt{
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.soc-mod .dd{
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
}
.bg-gray{
	background-color: #f4f4f4;
}

.soc-it{
	display: block;
	width: 49%;
	float: left;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
	background: #fff;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.soc-it:hover{
	transform: translate(0,-10px);
}
.soc-it .pic{
	height: 4.95rem;
	overflow: hidden;
}
.soc-it .tex{
	height: 1rem;
	line-height: 1rem;
	padding: 0 0.35rem;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	font-weight: bold;
}
.soc-it:nth-of-type(2n){
	margin-right: 0;
}

.no-pb{
	padding-bottom: 0;
}

.join-page .soc-mod{
	background: #f6f6f6;
}
.soc-mod1{
	height: 6.35rem;
}
.soc-mod1 .pic-menu{
	height: 1.7rem;
	line-height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.soc-mod1 .pic-menu:before{
	content: '';
	height: 1rem;
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.soc-mod1 .pic-menu .it{
	width: 100%;
	color: #333;
	font-size: calc(12px - 0.12rem + 0.2rem);
	cursor: pointer;
	position: relative;
	text-align: center;
}
.soc-mod1 .pic-menu .it.on{
	color: #c19e64;
}
.soc-mod1 .pic-menu .it.on:after{
	content: '';
	height: 1rem;
	width: 3px;
	background: #c0a065;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: -0.7rem;
}
.soc-mod1 .pic-box{
	width: 100%;
	height: calc( 100% - 1rem);
	margin-top: 1rem;
}
.soc-mod1 .swiper-container{
	width: 100%;
	height: 100%;
}
.soc-mod1 .pic-menu .swiper-container{
	padding-bottom: 0.7rem;
	height: 1.7rem;
}
.soc-mod1 .swiper-pagination{
	text-align: right;
	padding-right: 0.3rem;
}
.soc-mod1 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #f7f6fb;
	opacity: 1;
	vertical-align: middle;

}
.soc-mod1 .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
}

.job-it{
	padding: 0.3rem;
	padding-left: 1.2rem; 
	background: #fff;
	position: relative;
	cursor: pointer;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	margin-bottom: 0.2rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.job-it:before{
	content: '';
	width: 0.2rem;
	height: 0.1rem;
	background: url(../images/j-arr.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0.55rem;
	top:0.4rem;
} 
.job-it:hover{
	transform: translate(0,-10px);
}
.job-it .j-hd{
	overflow: hidden;
}
.job-it .j-hd li{
	width: 22%;
	float: left;
	padding: 0 0.1rem;
}
.job-it .j-hd li:last-of-type{
	width: 12%;
}
.job-it .j-hd .name{
	color: #bda160;
	/* font-size: calc(12px - 0.12rem + 0.24rem); */
	font-size: 0.24rem;
	font-weight: bold;
}
.job-it .j-hd .cl{
	color: #999;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	/* margin-bottom: 0.15rem; */
}
.job-it .lb{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
}
.job-it .lb1{
	color: #ba9f74;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
}
.job-it .j-int{
	padding: 0.5rem 0.1rem 0.2rem;
	display: none;
}

.job-it .j-int .name{
	color: #c0a062;
	/* font-size: calc(12px - 0.12rem + 0.22rem); */
	font-size: 0.22rem;
	margin-bottom: 0.4rem;
}
.job-it .btn{
	height: 0.6rem;
	line-height: 0.6rem;
	border-radius: 0.6rem;
	padding: 0 0.1rem;
	width: 1.4rem;
}
.job-it .btn:after{
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	background: url(../images/icon-add.png) no-repeat center;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.25rem;
	position: relative;
	z-index: 2;
}
.job-it .btn:hover:after{
	background: url(../images/icon-add1.png) no-repeat center;
}
.job-it.on .btn:after{
	background: url(../images/icon-cut1.png) no-repeat center;
}
.job-it.on .btn:hover:after{
	background: url(../images/icon-cut.png) no-repeat center;
}

.cont-mod .it{
	/* margin-bottom: 0.3rem; */
	width: 50%;
	float: left;
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	padding-left: 0.45rem;
	position: relative;
}
.cont-mod .it a{
	color: #c0a062;
}
.cont-mod .it a:hover{
	text-decoration: underline;
}
.cont-mod .it:before{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/icon-cont1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.03rem;
}
.cont-mod .ic2:before{
	background-image: url(../images/icon-cont2.png);
}
.cont-mod .ic3:before{
	background-image: url(../images/icon-cont3.png);
}
.cont-mod .ic4:before{
	background-image: url(../images/icon-cont4.png);
}

.ej-menu1{
	text-align: center;
	margin-bottom: 0.4rem;
	/* text-transform: uppercase; */
}
.ej-menu1 li{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	margin: 0 0.25rem;
	cursor: pointer;
	position: relative;
}
.ej-menu1 li a{
	color: #333;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.ej-menu1 .on a,
.ej-menu1 li:hover a{
	color: #c0a062;
}

.ej-menu1 li:after{
	content: '';
	height: 3px;
	width: 0%;
	background: #c0a062;
	position: absolute;
	left:50%;
	transform:translate(-50%,0);
	bottom: 0;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;

}
.ej-menu1 .on{
	/* border-bottom: 3px solid #c0a062; */
	color: #c0a062;
}
.ej-menu1 .on:after{
	width: 100%;
}

.sta-it{
	display: block;
	width: 23%;
	margin: 0 1% 2%;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	overflow: hidden;
	float: left;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.sta-it:hover{
	 transform: translate(0,-10px);
}
.sta-it:hover .ej-bg{
	transform:scale(1.2);
}
.sta-it .pic{
	height: 2.35rem;
	overflow: hidden;
}
.sta-it .tex{
	height: 1rem;
	padding: 0.25rem;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.18rem;
}
/* .stat-page1{
	background-image: url(../images/bg-honor.jpg);
	background-position: right top;
	background-repeat: no-repeat;
} */
.stat-page1{
	position: relative;
}
.stat-page1:after{
	content: '';
	width: 2.43rem;
	height: 3.82rem;
	background: url(../images/bg-honor.jpg) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 1.5rem;
}
.stat-page1 .content{
	padding-right: 25%;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	display: flex;
    justify-content: space-between;
}
.stat-page1 .tt-mod{
		width: 100%;
		padding-right: 2rem;
	}
.sta-it1{
	text-align: center;
	width: 25%;

}
.sta-it1 .num{
	height: 0.72rem;
	line-height: 0.72rem;
	color: #c0a062;
	font-weight: bold;
	/* font-size: calc(12px - 0.12rem + 0.54rem); */
	font-size: 0.54rem;
	margin-bottom: 0.2rem;
}
.sta-it1 .num:before,
.sta-it1 .num:after{
	content: '';
	height: 0.72rem;
	width: 0.31rem;
	margin: -0.1rem 0.1rem 0;
	display: inline-block;
	vertical-align: middle;
}
.sta-it1 .num:before{
	margin-left: 0;
	background: url(../images/hon-l.png) no-repeat center;
	background-size: contain;
}
.sta-it1 .num:after{
	margin-right: 0;
	background: url(../images/hon-r.png) no-repeat center;
	background-size: contain;
}
.sta-it1 .dd{
	color: #333;
	line-height: 1.8;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	width: 80%;
	margin: 0 auto;
}

.hon-it{
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow:  0 0 0.1rem rgba(0,0,0,0.1);
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.hon-it .pic1{
	height: 4.3rem;
	line-height: 4.3rem;
	background: #f4f4f4;
}
.hon-it .pic1 img{
	max-width: 90%;
	max-height: 90%;
}
.hon-it .tex{
	height: 0.84rem;
	background: #fff;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	color: #333;
	line-height: 1.7;
	padding: 0.1rem 0.2rem 0;
}
.hon-it .tt{
	line-height: normal;
}

.hon-it:hover{
	 transform: translate(0,-10px);
}

.hon-page2 .swiper-slide{
	padding: 0.1rem 0.15rem;
}
.hon-page2 .swiper-container{
	padding: 0.5rem 0;
}
.hon-page2 .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
	background: #999;
	opacity: 1;
	vertical-align: middle;
	margin: 0 12px !important;
}
.hon-page2 .swiper-pagination-bullet-active{
	width: 14px;
	height: 14px;
	background: #c0a062;
	vertical-align: middle;
}

.sw-btn{
	height: 0.6rem;
	width: 0.6rem;
	border-radius: 100%;
	margin: 0;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.3rem;
	z-index: 3;
	cursor: pointer;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
}
.sw-btn:hover{
	background-color: #c0a062;
}
.sw-btn:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../images/sw-line-l.png) no-repeat center;
	background-size: 100% 100%;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.sw-prev{
	left: 0;
	background-image: url(../images/p-prev3.png);
}
.sw-prev:after{
	right: -100%;
}
.sw-prev:hover:after{
	right: 0%;
}
.sw-next{
	right: 0;
	background-image: url(../images/p-next3.png);
}
.sw-next:after{
	left: -100%;
	background-image: url(../images/sw-line-r.png);
}
.sw-next:hover:after{
	left: 0;
}
.sw-prev:hover{
	/* background-image: url(../images/p-prev3-sel.png); */
}
.sw-next:hover{
	/* background-image: url(../images/p-next2-sel.png); */
}

.hon-it1{
	display: block;
	text-align: center;
	
}
.hon-it1 .pic1{
	width: 3.46rem;
	height: 4.57rem;
	line-height: calc(4.57rem - 20px);
	background: #ededed;
	border: 10px solid transparent;
	-webkit-border-image:url(../images/ph-fra.jpg) 10 10 round;
	-o-border-image:url(../images/ph-fra.jpg) 10 10 round; 
	border-image:url(../images/ph-fra.jpg) 10 10 round;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	margin: 0 auto 0.2rem;
	overflow: hidden;
}
.hon-it1 .pic1 img{
	max-width: 90%;
	max-height: 90%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.hon-it1 .tex{
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	color: #333;
}
.hon-it1:hover img{
	transform:scale(1.1);
}

.hon-page1{
	padding-top: 0.3rem;
	padding-bottom: 1.6rem;
	background: url(../images/bg-state.png) no-repeat center bottom;
	background-size: 100% auto;
}
.hon-page1 .swiper-container{
	width: 90%;
	margin: 0 auto;
}
.hon-page1 .hon-it1{
	transform:scale(0.8);
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;

}
.hon-page1 .swiper-slide{
padding: 0.1rem;
}
.hon-page1 .swiper-slide-active .hon-it1{
	transform:scale(1);

}

.time-mod{
	width: 1.2rem;
	height: 6rem;
	padding: 0.5rem 0;
	position: relative;
	text-align: center;
	float: left;
	z-index: 3;
}
.time-mod:before{
	content: '';
	height: 100%;
	width: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	border-radius: 0.1rem;
}
.time-mod .sw-btn1{
	width: 1rem;
	height: 0.5rem;
	position: absolute;
	border-radius: 0.1rem;
	left: 0;
	background-size: 24px 14px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.time-mod .sw-prev{
	top: 0;
	background-image: url(../images/sw-prev.png);

}
.time-mod .sw-next{
	bottom: 0;
	background-image: url(../images/sw-next.png);
}
.time-mod .sw-prev:hover{
	background-image: url(../images/sw-prev-sel.png);

}
.time-mod .sw-next:hover{
	background-image: url(../images/sw-next-sel.png);
}
.time-mod .it{
	font-size: calc(12px - 0.12rem + 0.18rem);
	color: #333;
	position: relative;
	cursor: pointer;
}
.time-mod .it span{
	display: block;
	height: 100%;
}
.time-mod .it:before{
	content: '';
	width: 0.1rem;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
}
.time-mod .it.on:before{
	background: #c0a062;
}
.time-mod .it.on span{
	background: #c0a062;
	width: 80%;
	border-radius: 0.05rem;
	color: #fff;
	font-size: calc(12px - 0.12rem + 0.26rem);
	margin-left: 25%;

}
.time-mod .swiper-container{
	height: 100%;
}
.time-mod .swiper-slide{
	height: 0.5rem;
	line-height: 0.5rem;
	padding-right: 10%;
}

.hist-mod{
	/* float: left; */
	margin-left: 2.2rem;
	width: 52%;
}
.his-it{
	position: relative;
	cursor: pointer;
}
.his-it .year{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	font-weight: bold;
	float: left;
	margin-top: 0.07rem;
	position: relative;
	padding-right: 0.5rem;
	width: 1.4rem;
}
.his-it .year:after{
	content: '';
	width: 0.23rem;
	height: 0.23rem;
	background:#fff url(../images/icon-spot.png) no-repeat center;
	border: 0.1rem solid #fff;
	background-size: contain;
	/* display: inline-block;
	vertical-align: middle;
	margin-left: 0.2rem;
	margin-right: 0.3rem; */
	top: 50%;
	margin-top: -0.22rem;
	right: 0rem;
	margin-right: 0.32rem;
	position: absolute;
}
.his-it .tex{
	margin-left: 1.4rem;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
	position: relative;
	padding-bottom: 0.9rem;
}
.his-it .tex:before{
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	left: -0.55rem;
	background: #c0a062;
	top: 0.1rem;
	z-index: -1;
}
.his-it:last-of-type .tex:before{
	display: none;
}
.his-it.on .tex{
	font-weight: bold;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.22rem;
}
.his-it.on .pic{
	opacity: 1;
	transform:translate(0%,0);
}
.his-it .pic{
	width: 6.5rem;
	/* height: 3.66rem; */
	background: #fff;
	position: absolute;
	right: -7rem;
	top: 0;
	opacity: 0;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
    transform:translate(100%,0);
}
.his-it .pic:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #ccc;
	left: -0.05rem;
	bottom: -0.05rem;
	position: absolute;
	z-index: -1;
}
.his-it .pic img{
	height: auto;
}
.deve-mod{
	padding-bottom: 3rem;
	overflow: hidden;
}
.deve-mod .layout{
	position: relative;
}

.to-top{
	text-align: center;
}
.to-top .back{
	/* width: 0.9rem; */
	margin: 0 auto 0.5rem;
	color: #c0a062;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	/* text-transform: uppercase; */
	cursor: pointer;
}
.to-top .back:before{
	content: '';
	width: 0.2rem;
	height: 0.29rem;
	background: url(../images/to-top.png) no-repeat center /contain;
	display: block;
	margin: 0 auto 0.15rem;
}

.pro-ct .m-side{
	float: left;
	width: 3.8rem;
	padding: 0.3rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.05);
	overflow: initial;
}
.pro-ct .m-side .side-container{
	width: 100%;
}
.pro-ct .m-col{
	border-bottom: 1px solid #e5e5e5;
	padding: 0.3rem 0;
	overflow: hidden;
	justify-content:center; 
}
.pro-ct .m-side .hd{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	font-weight: bold;
	position: relative;
	padding-bottom: 0.15rem;
	/* text-transform: uppercase; */
	cursor: pointer;
}
.pro-ct .m-side .hd:after{
	content: '';
	width: 0.15rem;
	height: 0.03rem;
	background: #c0a062;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.05rem;
}
.pro-ct .m-side .hd:before{
	content: '';
	height: 0.15rem;
	width: 0.03rem;
	background: #c0a062;
	position: absolute;
	right: 0.06rem;
	top: 50%;
	margin-top: -0.11rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-ct .m-side .m-li{
	display: none;
}
.pro-ct .m-side .active .m-li{
	display: block;
}


.pro-ct .m-side .on .hd:before{
	transform:translate(0,-500%);
}
.pro-ct .m-side .scr-box{
	overflow: hidden;
}
/* .pro-ct .m-side .on .m-li{
	display: block;

} */
.pro-ct .m-side li{
	height: 0.4rem;
	line-height: 0.4rem;
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.pro-ct .m-side li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: url(../images/icon-ck.png) no-repeat center;
  background-size: 100% 100%;
}
/* .pro-ct .m-side .ck{
  border: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../images/icon-ck.png) no-repeat center;
  background-size: 100% 100%;
  outline: none;
} */

.pro-ct .m-side .on:before{
   background: url(../images/icon-ck-sel.png) no-repeat center;
}

.pro-ct .m-side .lb{
	flex:1;
	cursor:pointer;
}
.pro-ct .main{
	margin-left: 4rem;
}

.pro-it{
	display: block;
	height: 6.8rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.05);
	padding: 0 0.3rem;
	text-align: center;
	width: 31%;
	margin: 0 1.16% 2%;
	float: left;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-it:hover{
	transform: translate(0,-10px);
}
.pro-it:hover .pic1 img{
	transform:scale(1.2);
}
.pro-it .pic1{
	height: 3.5rem;
	line-height: 3.5rem;
	margin-bottom: 0.15rem;
	overflow: hidden;
}
.pro-it .pic1 img{
	max-width: 98%;
	max-height: 98%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.pro-it .md{
	height: 1.1rem;
	border-bottom: 1px solid #e5e5e5;
}
.pro-it .tt{
	margin-bottom: 0.2rem;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
}
.pro-it .spe{
	height:0.3rem;
	overflow: hidden;
}
.pro-it .spe li{
	display: inline-block;
	vertical-align: middle;
	min-width: 0.6rem;
	padding: 0 0.1rem;
	line-height: 0.3rem;
	height: 0.3rem;
	margin-bottom: 0.05rem;
	border-radius: 0.05rem;
	background: #f4f4f4;
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	margin: 0 0.04rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-it .spe li:hover{
	background: #c0a062;
	color: #fff;
}
.pro-it .bt{
	height: 1.2rem;
	padding-top: 0.15rem;
	text-align: left;
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	line-height: 0.34rem;
}
.pro-it .pec{
	height: 0.7rem;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pro-it .pec .swiper-wrapper{
	align-items: flex-start;
}
.pro-it .pec .swiper-container{
	width: 100%;
}
.pro-it .pec .swiper-slide{
	width: 100%;
}
.pro-it .pec li{
	width: 100%;
	/* float: left; */
	line-height: 1.3;
	padding-left: 0.15rem;
	position: relative;
	padding-right: 0.15rem;
	margin-bottom: 0.03rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-it .pec li:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #666;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 0.07rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-it .pec li:hover{
	color: #c0a062;
}
.pro-it .pec li:hover:before{
	background: #c0a062;
}
.pro-it .pec p{
	/* display:inline-block; */
	display: inline;
	vertical-align: top;
	line-height: normal;
}
/* .pro-it .pec img{
	max-width: 96%;
	max-height: 96%;
} */
.pro-it .btn{
	width: 100%;
	font-weight: bold;
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #666;
}
.pro-it .btn:hover{
	background: #c0a062;
	border-color: #c0a062;
	color: #fff;
}

.pro-art .layout{
	max-width: 1540px;
}
.pro-art .pic-gro{
	width: 0.75rem;
	float: left;
	height: 4.3rem;
	margin-top: 0.5rem;
	position: relative;
	padding: 0.4rem 0;
	margin-left: 0.6rem;
}
.pro-art .pic-gro .it{
	height: 100%;
	width: 100%;
	line-height: calc( 0.5rem - 2px);
	text-align: center;
	border: 1px solid #dcdcdc;
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.pro-art .pic-gro .it.on{
	border-color: #c0a062;
}
.pro-art .pic-gro .it img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
}
.pro-art .pic-gro .sw-btn1{
	width: 100%;
	height: 0.4rem;
	position: absolute;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
/* .pro-art .pic-gro .swiper-button-disabled{
	opacity: 0.3;
} */
.pro-art .pic-gro .sw-prev{
	top: 0;
	left: 0;
	background-position: center top;
	background-image: url(../images/p-prev2.png);
}
.pro-art .pic-gro .sw-next{
	bottom: 0;
	left: 0;
	background-position: center bottom;
	background-image: url(../images/p-next2.png);
}
.pro-art .pic-gro .sw-prev:hover{
	background-image: url(../images/p-prev2-sel.png);
}
.pro-art .pic-gro .sw-next:hover{
	background-image: url(../images/p-next2-sel.png);
}
.pro-art .pic-gro .swiper-container{
	width: 100%;
	height: 100%;
}
.pro-art .b-pic{
	margin-left: 0.5rem;
	width: 54.3%;
	height: 5.8rem;
	line-height: 5.8rem;
	float: left;
	text-align: center;
	position: relative;
	/* border: 1px solid #e8e8e8; */
}
/* .pro-art .b-pic .sw-btn{
	display: none;
	width: 0.5rem;
	height: 0.5rem;
}
.pro-art .b-pic:hover .sw-btn{
	display: block;
} */
/* .pro-art .b-pic:hover .swiper-button-disabled{
	opacity: 0.3;
} */
.pro-art .b-pic .swiper-container{
	width: 100%;
	height: 100%;
}
.pro-art .b-pic .it{
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
    justify-content: center;
}
.pro-art .b-pic img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.pro-art .d-tex{
	width: 28%;
	float: right;
}
.pro-art .d-tt{
	margin-bottom: 0.25rem;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
}
.pro-art .d-dd{
	color: #999;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	margin-bottom: 0.35rem;
}
.pro-art  .pec{
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0.5rem;
}
/* .pro-art  .pec li{
	display: inline-block;
	vertical-align: middle;
	width: 0.82rem;
	height: 0.82rem;
	line-height: 0.82rem;
	background: #f4f4f4;
	margin: 0 0.06rem 0.1rem;
}
.pro-art .pec img{
	max-width: 96%;
	max-height: 96%;
} */

.pro-art .pec{
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	line-height: 2;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.pro-art .pec li{
	/* width: 50%; */
	width: 100%;
	float: left;
	padding-left: 0.15rem;
	position: relative;
	padding-right: 0.15rem;
	margin-bottom: 0.08rem;
}

.pro-art .pec li:before{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #666;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	position: absolute;
	left: 0;
	top: 0.07rem;
}
.pro-art .pec p{
	display:inline-block;
	vertical-align: top;
	line-height: normal;
}
.pro-art .d-cl{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.pro-art .spe li{
	height: 0.3rem;
	line-height: 0.3rem;
	min-width: 0.6rem;
	padding:  0 0.1rem;
	border: 1px solid #dcdcdc;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	position: relative;
	text-align: center;
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	font-weight: bold;
	margin-right: 0.1rem;
	margin-bottom: 0.1rem;
	cursor: pointer;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-art .spe .on,
.pro-art .spe li:hover{
	color: #fff;
	border-color: #c0a062;
	background: #c0a062;
}
.pro-art .spe .ra{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.pro-art .d-tex{
	padding-bottom: 1rem;
}
.pro-art .d-tex .btn{
	width: 100%;
	margin-top: 0.4rem;
}
/* .pic{
	overflow: hidden;
} */
.pic .ej-bg,
.pic{
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.pic:hover .ej-bg,
.pic:hover img{
	transform:scale(1.2);
}
.scr-box{
    height: 100%;
    overflow-y: auto;
}
.scr-box::-webkit-scrollbar {
    width: 2px;
    background: transparent;
    border-radius: 2px;
}
.scr-box::-webkit-scrollbar-thumb {
    /* background: rgba(192,160,98,0.2);  */
    background: none;
}
.scr-box::-webkit-scrollbar-thumb:window-inactive {
    background: transparent; 
}

.hm-ban{
	/* height: 9.1rem; */
	width: 100%;
}

.hm-ban .swiper-container{
	width: 100%;
	height: 100%;
}
.hm-ban .swiper-slide{
	position: relative;
}
.hm-ban .swiper-slide-active{
	z-index: 3;
}
.hm-ban .hei{
	width: 100%;
	padding-top: 47.3958%;
}
.hm-ban .ban-vd{
	position: absolute;
	/* top: 50%;
	transform:translate(0,-50%);
	width: 100%;*/
	background: #000; 	
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.hm-ban .ban-it{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	/* top: 50%;
	transform:translate(0,-50%);
	width: 100%;*/
	top: 0;
	left: 0;
	background: #000; 	
	height: 100%;
	width: 100%;
	z-index: 3;
	background-size: 100% 100%;
	background-position: center;
}
.hm-ban .swiper-pagination-bullet{
	height:0.14rem;
	width:0.14rem;
	background: #fff;
	opacity: 1;
	margin: 0 0.15rem !important;
}
.hm-ban .swiper-pagination-bullet-active{
	background: #c0a161;
}
.hm-ban .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 40px;
}

.hm-page1{
	padding: 0.35rem 0 0.1rem;
}
.hm-page1 .swiper-container{
	padding-top: 10px;
}
.hm-page1 .tt-mod {
    margin-bottom: calc(0.3rem - 10px);
}
.hm-page1 .swiper-slide{
	padding: 0.1rem;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.hm-page1 .swiper-slide:hover{
	 transform: translate(0,-10px);
}
.hm-page1 .sw-prev{
	left: 20px;
}
.hm-page1 .sw-next{
	right: 20px;
}

.pro-it1{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 0.15rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}
.pro-it1 .pic{
	/* height: 4.7rem; */
	overflow: hidden;
}
.pro-it1 .tex{
	height: 1.56rem;
	padding: 0.35rem 0.3rem 0;
}
.pro-it1 .tt{
	color: #444;
	/* font-size: calc(12px - 0.12rem + 0.22rem); */
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 0.2rem;
	/* text-transform: uppercase; */
}
.pro-it1 .more{
	color: #c0a062;
	display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.4rem;
    width: 1.6rem;
    text-align: center;
    color: #c0a062;
	background: none;
	border: 1px solid #c0a062;
    /* font-size: calc(12px - 0.12rem + 0.14rem); */
    font-size: 0.14rem;
    box-shadow: 0 0 0.2rem rgba(192,160,98,0.1);
    transition: all ease .3s 0s;
    -moz-transition: all ease .3s 0s;
    -webkit-transition: all ease .3s 0s;
    position: relative;
    overflow:hidden;
    z-index: 2;
    font-weight: bold;
}

.pro-it1 .more:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #c0a062;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
    z-index: -1;
}
.pro-it1 .more:hover{
	/* background: #a98c56; */
	color: #fff;
}
.pro-it1 .more:hover:before{
	left: 0;
}

.hm-col{
	width: 49.7%;
}

.hm-page3{
	margin-bottom: 0.1rem;
}

.hm-about{
	display: block;
	height: 8rem;
	position: relative;
}
.hm-about .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}
.hm-tt{
	padding-left: 0.5rem;
	padding-top: 0.5rem;
	color: #fff;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	/* text-transform: uppercase; */
}

.hm-honor{
	height: 3.95rem;
	width: 100%;
	position: relative;
}
.hm-honor a{
	display: block;
	height: 100%;
}

.hm-honor .pic-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hm-honor .swiper-container{
	width: 2.05rem;
	height: 2.85rem;
	line-height: 2.85rem;
	text-align: center;
	position: absolute;
	right: 50%;
	margin-right: -2.62rem;
	top:50%;
	margin-top: -1.42rem;
}
.hm-honor .swiper-container img{
	max-width: 100%;
	max-height: 100%;
	 border: 20px solid transparent;
    -webkit-border-image: url(../images/ph-fra1.jpg) 20 20 round;
    -o-border-image: url(../images/ph-fra1.jpg) 20 20 round;
    border-image: url(../images/ph-fra1.jpg) 20 20 round;
}
.hm-honor .ej-bg{
	display: block;
	width: 100%;
	height: 100%;
}
.hm-honor .sw-prev{
	left: 0.4rem;
}
.hm-honor .sw-next{
	right: 0.4rem;
}
.hm-news{
	display: block;
	height: 3.95rem;
	background: #f6f5f1;
	margin-top: 0.1rem;
}
.hm-news .pic{
	width: 50%;
	float: right;
	height: 100%;
	overflow: hidden;
}
.hm-news .tex{
	width: 50%;
	float: left;
	padding: 0.5rem 0.4rem;
}
.hm-news .tt{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
	/* text-transform: uppercase; */
}
.hm-news .tt:after{
	content: '';
	display: block;
	width: 0.6rem;
	height: 4px;
	background: #bf9f62;
	margin-top: 0.5rem;
	margin-bottom: 0.3rem;
}
.hm-news .dd{
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
}
.hm-news .more{
	margin-top: 0.5rem;
	color: #c0a062;
	font-size: calc(12px - 0.12rem + 0.16rem);
	  height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    width: 1.7rem;
    text-align: center;
    color: #c0a062;
	background: none;
	border: 1px solid #c0a062;
	/* font-size: calc(12px - 0.12rem + 0.16rem); */
	font-size: 0.16rem;
	box-shadow: 0 0 0.2rem rgba(192,160,98,0.1);
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
    position: relative;
    overflow:hidden;
    z-index: 2;
    font-weight: bold;
}

.hm-news .more:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: #c0a062;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
    z-index: -1;
}
.hm-news .more:hover{
	/* background: #a98c56; */
	color: #fff;
}
.hm-news .more:hover:before{
	left: 0;
}

.hm-news:hover .ej-bg{
transform:scale(1.2);
}

/* .hm-page2 .pic-box{
	height: 8rem;
} */
.hm-page2{
	margin-bottom: 0.1rem;
	height: 0;
	padding-bottom: 42%;
	position: relative;
	overflow: hidden;
}
.hm-page2 .vd-box{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	top: 50%;
    transform: translate(0,-50%);
    width: 100%;
}
.hm-page2 .pic-box{
	width: 100%;
	padding-bottom: 42%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.hm-page2 .anm-box{
	/* width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; */
}
.hm-page2 .anm-box .sp{
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 100%;
	/* background: rgba(85,189,255,0.6); */
	background: url(../images/icon-sp.png) no-repeat center;
	background-size: 100% 100%;
	left: -0.3rem;
	top: -0.3rem;
}
.hm-page2 .anm-box .sp1{
	animation:sp1  cubic-bezier(1, 0.99, 1, 1) 3s infinite;
}

@keyframes sp1{
	0%{ top:31.25%; left: 0;}
	100%{ top: 52.5%; left: 13%;}
}

.hm-page2 .anm-box .sp2{
	animation:sp2 cubic-bezier(1, 0.99, 1, 1) 3s infinite 3s;
}

@keyframes sp2{
	0%{ top:52.5%; left: 13%;}
	100%{ top: 40.5%; left: 21.2%;}
}

.hm-page2 .anm-box .sp3{
	animation:sp3 cubic-bezier(1, 0.99, 1, 1) 3s infinite 3s;
}

@keyframes sp3{
	0%{ top:52.5%; left: 13%;}
	100%{ top: 59.3%; left: 21.3%;}
}

.hm-page2 .anm-box .sp4{
	animation:sp4 cubic-bezier(1, 0.99, 1, 1) 3s infinite 6s;
}

@keyframes sp4{
	0%{ top:59.3%; left: 21.3%;}
	100%{ top: 74.1%; left: 23.8%;}
}

.hm-page2 .anm-box .sp5{
	animation:sp5 cubic-bezier(1, 0.99, 1, 1) 3s infinite 6s;
}

@keyframes sp5{
	0%{ top:59.3%; left: 21.3%;}
	100%{ top: 55.2%; left: 44.8%;}
}

.hm-page2 .anm-box .sp6{
	animation:sp6 cubic-bezier(1, 0.99, 1, 1) 3s infinite 6s;
}

@keyframes sp6{
	0%{ top:59.3%; left: 21.3%;}
	100%{ top: 40.3%; left: 34.7%;}
}


.hm-page2 .anm-box .sp7{
	animation:sp7 cubic-bezier(1, 0.99, 1, 1) 3s infinite 6s;
}

@keyframes sp7{
	0%{ top: 40.5%; left: 21.2%;}
	100%{ top: 55.2%; left: 44.8%;}
}

.hm-page2 .anm-box .sp8{
	animation:sp8 cubic-bezier(1, 0.99, 1, 1) 3s infinite 6s;
}

@keyframes sp8{
	0%{ top: 40.5%; left: 21.2%;}
	100%{ top: 16.7%; left: 27.3%;}
}

.hm-page2 .anm-box .sp9{
	animation:sp9 cubic-bezier(1, 0.99, 1, 1) 3s infinite 9s;
}

@keyframes sp9{
	0%{ top: 16.7%; left: 27.3%;}
	100%{ top: 40.3%; left: 34.7%;}
}

.hm-page2 .anm-box .sp10{
	animation:sp10 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp10{
	0%{ top: 40.3%; left: 34.7%;}
	100%{ top: 55.2%; left: 44.8%;}
}

.hm-page2 .anm-box .sp11{
	animation:sp11 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp11{
	0%{ top: 40.3%; left: 34.7%;}
	100%{ top: 38.7%; left: 49.6%;}
}

.hm-page2 .anm-box .sp12{
	animation:sp12 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp12{
	0%{ top: 55.2%; left: 44.8%;}
	100%{ top: 38.7%; left: 49.6%;}
}


.hm-page2 .anm-box .sp13{
	animation:sp13 cubic-bezier(1, 0.99, 1, 1) 3s infinite 9s;
}

@keyframes sp13{
	0%{ top: 74.1%; left: 23.8%;}
	100%{ top: 68.7%; left: 65.8%;}
}

.hm-page2 .anm-box .sp14{
	animation:sp14 cubic-bezier(1, 0.99, 1, 1) 3s infinite 9s;
}

@keyframes sp14{
	0%{ top: 55.2%; left: 44.8%;}
	100%{ top: 47.8%; left: 65%;}
}

.hm-page2 .anm-box .sp15{
	animation:sp15 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp15{
	0%{ top: 47.8%; left: 65%;}
	100%{ top: 68.7%; left: 65.8%;}
}


.hm-page2 .anm-box .sp16{
	animation:sp16 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp16{
	0%{ top: 68.7%; left: 65.8%;}
	100%{ top: 51.4%; left: 76.3%;}
}


.hm-page2 .anm-box .sp17{
	animation:sp17 cubic-bezier(1, 0.99, 1, 1)  3s infinite 12s;
}

@keyframes sp17{
	0%{ top: 47.8%; left: 65%;}
	100%{ top: 51.4%; left: 76.3%;}
}


.hm-page2 .anm-box .sp18{
	animation:sp18 cubic-bezier(1, 0.99, 1, 1) 3s infinite 12s;
}

@keyframes sp18{
	0%{ top: 38.7%; left: 49.6%;}
	100%{ top: 68.7%; left: 65.8%;}
}

.hm-page2 .anm-box .sp19{
	animation:sp19 cubic-bezier(1, 0.99, 1, 1) 3s infinite 15s;
}

@keyframes sp19{
	0%{ top: 51.4%; left: 76.3%;}
	100%{ top: 35.6%; left: 87.8%;}
}

.hm-page2 .anm-box .sp20{
	animation:sp20 cubic-bezier(1, 0.99, 1, 1) 3s infinite 18s;
}

@keyframes sp20{
	0%{ top: 35.6%; left: 87.8%;}
	100%{ top: 31.2%; left: 100%;}
}


.hm-page2 .con-box{
	padding-top: 0.4rem;
}
.hm-page2 .tex{
	text-align: center;
	color: #ccc;
	position: relative;
}
.hm-page2 .tex .cl{
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
	line-height: 1.1;
}
.hm-page2 .tex .lb{
	/* font-size: calc(12px - 0.12rem + 0.22rem); */
	font-size: 0.24rem;
	line-height: 1.1;
}
.hm-page2 .tt-mod{
	margin-bottom: 0.2rem;
}


.prof-data{
	text-align: center;
	width: 80%;
	margin: 0 auto 0.2rem;
}

.prof-data li{
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: calc(12px - 0.12rem + 0.64rem);
	line-height: 1;
	/* line-height: 0.44rem; */
}
.prof-data .num{
	/* font-size: calc(12px - 0.12rem + 0.64rem); */
	font-size: 0.64rem;
	color: #c2a061;
	display: inline-block;
	vertical-align: bottom;
}
.prof-data .cl{
	display: inline-block;
	vertical-align:bottom;
	text-align: left;
	color: #999;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	line-height: 1;
}

.soc-mod2{
	height: 6.8rem;
	margin-bottom: 0.3rem;
}

.porf-page2 .tex{
	width: 30%;
	float: left;
	padding-right: 0.4rem;
	padding-top: 0.9rem;

}
.porf-page2 .dd{
	color: #666;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	line-height: 2;
	margin-top: 0.15rem;
}
.porf-page2 .bra-box{
	width: 70%;
	float: right;
}

.bra-it{
	width: 100%;
	height: 3.3rem;
	display: flex;
	background: #fff;
	cursor: pointer;
	justify-content:center; 
	align-items:center;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.bra-it img{
	max-width: 90%;
	max-height: 90%;

}
.bra-it:hover{
	transform:translateY(-10px);
}
.bra-box .swiper-slide{
	padding-top: 1rem;
}
.bra-box .swiper-slide:nth-of-type(2n){
	transform:translateY(-0.9rem);
}
.bra-box .swiper-slide:nth-of-type(2) .bra-it{
	background: #232428;
}
.bra-box .swiper-slide:nth-of-type(4) .bra-it{
	background: #900000;
}
.bra-box .swiper-slide:nth-of-type(6) .bra-it{
	background: #094da2;
}

.bra-it1{
	display: block;
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.bra-it1 img{
	max-width: 60%;
	max-height: 60%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.bra-it1 .tex{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -0.7rem;
	padding: 0 0.2rem;
	box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.bra-it1 .cl{
	color: #333;
	font-size: calc(12px - 0.12rem + 0.18rem);
	float: left;
}
.bra-it1 .num{
	color: #c19f5f;
	font-size: calc(12px - 0.12rem + 0.18rem);
	float: right;
	font-weight: bold;
}
.bra-it1:hover .tex{
	bottom: 0;
}
.bra-it1:hover img{
	transform:translateY(-0.3rem);
}
.pro-art1 .pro-hd{
	height: 0.8rem;
	line-height: 0.8rem;
	border-top: 1px solid #e5e5e5;
	padding: 0 0.5rem;
	overflow: hidden;
}
.pro-art1 .h-lt{
	float: left;
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.3rem); */
	font-size: 0.3rem;
	font-weight: bold;
}
.pro-art1 .h-rg{
	float: right;
	/* text-transform: uppercase; */
}
.pro-art1 .h-rg li{
	color: #333;
	/* font-size: calc(12px - 0.12rem + 0.2rem); */
	font-size: 0.2rem;
	float: left;
	margin-left: 0.5rem;
	cursor: pointer;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.pro-art1 .h-rg p{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.pro-art1 .h-rg li:hover{
	color: #c0a062;
}
.pro-art1 .h-rg .on{
	font-weight: bold;
	color: #c0a062;
}
.pro-art1 .ej-col{
	display: none;
}
.pro-art1 .ej-col.on{
	display: block;
}
.pro-art1 .ej-col img{
	max-width: 100%;
	display: block;
}
.pro-art1{
	display: none;
}
.pro-art1.on{
	display: block;
}
.porf-page4{
	background-color: #333;

}


.porf-page4 .layout{
	padding: 0 7%;
}

.porf-page4 .col{
	text-align: center;
	/* margin: 0.5rem 0; */
}
.cul-it{
	/* width: 5.06rem; */
	width: 31%;
	height: 2.25rem;
	background: url(../images/cul-k1.png) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0.3rem 0.1rem;
	transition: all ease .7s 0.1s; 
    -moz-transition: all ease .7s 0.1s; 
    -webkit-transition: all ease .7s 0.1s;
}
/* .cul-it:hover,
.cul-it.on{
	background-image: url(../images/cul-k1-sel.png);
} */
.cul-it.on{
	background-image: url(../images/cul-k1-sel.png);
	opacity: 0;
	transform:translateY(-0.8rem);
	
}
.cul-it.active{
	opacity: 1;
	transform:translateY(0rem);
}
.cul-it:hover{
	transform:scale(1.05);
	background-image: url(../images/cul-k1-sel.png);
}
/* .cul-it.on:hover{
	transform:translate(0,-0.2rem);
} */
.cul-it .tt{
	font-size: 0.22rem;
	text-align: center;
	line-height: 1;
	margin-top: -0.05rem;
}
.cul-it .tex{
	height: 2.2rem;
	padding: 0 0.2rem;
	display: flex;
	justify-content:center; 
	 align-items:center;
	 font-size: 0.3rem;
	 line-height: 1.6;
	 transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.cul-it:hover .tex,
.cul-it.on .tex{
	font-weight: bold;
}
.cul-it1{
	/* width: 5.58rem; */
	width: 33%;
	height: 2.34rem;
	text-align: center;
}


.hm-page4{
	padding: 0.5rem 0;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.hm-page4 .hd{
	text-align: center;
	position: relative;
}
.hm-page4 .hd .tt{
	color: #fff;
    /* font-size: calc(12px - 0.12rem + 0.3rem); */
    font-size: 0.3rem;
    font-weight: bold;
    /* text-transform: uppercase; */
    position: absolute;
    left: 0.5rem;
    top: 0;
}
.hm-page4 .m-menu{
    /* text-transform: uppercase; */
    margin-bottom: 0.6rem;
    line-height: 0.42rem;
}
.hm-page4 .m-menu li{
	color: #fff;
    /* font-size: calc(12px - 0.12rem + 0.2rem); */
    font-size: 0.2rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.2rem;
	cursor: pointer;
}
.hm-page4 .m-menu .on{
	color: #c0a062;
	font-weight: bold;
}
.hm-page4 .m-menu li:before{
	content: '';
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #c0a062;
	margin-right: 0.1rem;
	margin-top: -0.02rem;

}
.hm-page4 .m-menu .it2:before{
	background: #1f9953;
}
.hm-page4 .m-menu .it3:before{
	background: #db1485;
}
.hm-page4 .m-menu .it4:before{
	background: #2686cd;
}
.hm-page4 .hm-map{
	width: 12.35rem;
	height: 6.1rem;
	margin: 0 auto;
	background-position: center;
	background-size: 100% 100%;
	position: relative;
}
.hm-page4 .mp-list{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
.hm-page4 .mp-list.on{
	opacity: 1;
}
.hm-page4 .mp-list .it{
	height: 0.14rem;
	width: 0.14rem;
	transform:translate(-0.07rem,-0.07rem);
	border-radius: 100%;
	/* background: #c0a062; */
	position: absolute;
	z-index: 1;
	cursor: pointer;
	/* transform:scale(0); */
	/* transition: all ease .5s 0.3s; 
	    -moz-transition: all ease .5s 0.3s; 
	    -webkit-transition: all ease .5s 0.3s; */
    
}
.hm-page4 .mp-list .it:before,
.hm-page4 .mp-list .it:after{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	left:0;
	top: 0;
}
.hm-page4 .mp-list4 .it:before,
.hm-page4 .mp-list4 .it:after{
	background: #2686cd;
}
.hm-page4 .mp-list2 .it:before,
.hm-page4 .mp-list2 .it:after{
	background: #1f9953;
}
.hm-page4 .mp-list3 .it:before,
.hm-page4 .mp-list3 .it:after{
	background: #db1485;
}

.hm-page4 .mp-list .it:before{
	opacity: 0.3;
	animation:twi1 ease-out 3s infinite 0s;
}
.hm-page4 .mp-list .it:after{
	opacity: 0.7;
	animation:twi ease-out 3s infinite 0s;
}

.hm-page4 .mp-list .it .tex1{
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.hm-page4 .mp-list .it:hover .tex1{
	font-weight: bold;
}

@keyframes twi{
	 0%{ transform:scale(0.2);}
	100%{ transform:scale(1);} 
}
@keyframes twi1{
	 0%{ transform:scale(0.5);}
	100%{ transform:scale(1.5);} 
}

.hm-page4 .mp-list.on .it{
	transform:scale(1);
}

/* .hm-page4 .mp-list2 .it{
	background: #1f9953;
}
 */
.hm-page4 .mp-list2 .tex1{
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.1rem;
	background: #1f9953;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	border-radius: 0.05rem;
	top: 50%;
	margin-top: -0.24rem;
}
.hm-page4 .mp-list2 .line{
	height: 1px;
	background:#1f9953;
	position: absolute;
	z-index: -1;
}


.hm-page4 .mp2-1 .tex1{
	width: 2.76rem;
	left: -3.6rem;
}

.hm-page4 .mp2-1 .line{
	width: 1.5rem;
	right: 0.1rem;
	top: 50%;
	margin-top: -0.5px;
}

.hm-page4 .mp2-2 .tex1{
	width: 3rem;
	right: 0;
	top: 0.7rem;
}

.hm-page4 .mp2-2 .line{
	height: 0.7rem;
	width: 1px;
	right: 50%;
	top: 50%;
	margin-top: -0.5px;
}

.hm-page4 .mp2-3 .tex1{
	width: 2.4rem;
	right: 0;
	top: -0.9rem;
}

.hm-page4 .mp2-3 .line{
	    height: 0.8rem;
    width: 1px;
    right: 50%;
    top: -0.7rem;
    margin-top: -0.5px;
    margin-right: -1px;
}
.hm-page4 .mp2-4 .tex1{
	width: 2.55rem;
	right: 1.3rem;
	top: -1.9rem;
}

.hm-page4 .mp2-4 .line{
	height: 1.9rem;
	width: 1px;
	right: 50%;
	top: -1.9rem;
	margin-top: 0;
}
.hm-page4 .mp2-4 .line:before{
	content: '';
	width: 1.3rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: 0;
}

.hm-page4 .mp2-5 .tex1{
	width: 2.85rem;
	right: -3.25rem;
	top: -1.2rem;
}

.hm-page4 .mp2-5 .line{
	height: 1.2rem;
	width: 1px;
	right: 50%;
	top: -1.2rem;
	margin-top: 0;
}
.hm-page4 .mp2-5 .line:before{
	content: '';
	width: 0.5rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0.5rem;
}

.hm-page4 .mp2-6 .tex1{
	width: 3rem;
	right: -3.4rem;
	top: -0.5rem;
}

.hm-page4 .mp2-6 .line{
	height: 0.58rem;
	width: 1px;
	right: -0.2rem;
	top: -0.5rem;
	margin-top: 0;
}
.hm-page4 .mp2-6 .line:after{
	content: '';
	width: 0.5rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0.5rem;
}
.hm-page4 .mp2-6 .line:before{
	content: '';
	width: 0.2rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0rem;
	top: 0.58rem;
}

.hm-page4 .mp2-7 .tex1{
	width: 2.9rem;
	right: -0.8rem;
	top: 0.38rem;
}

.hm-page4 .mp2-7 .line{
	display: none;
}

.hm-page4 .mp2-8 .tex1{
	width: 3.2rem;
	right: 0rem;
	top: 2.5rem;
}

.hm-page4 .mp2-8 .line{
	height: 2.6rem;
	width: 1px;
	right: 0.5rem;
	top: 0.08rem;
	margin-top: 0;
}
.hm-page4 .mp2-8 .line:after{
	content: '';
	width: 0.4rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0.4rem;
	top: 0rem;
}

.hm-page4 .mp2-9 .tex1{
	width: 1.9rem;
	right: -3.05rem;
	top: -0.5rem;
}

.hm-page4 .mp2-9 .line{
	height: 0.58rem;
	width: 1px;
	right: -0.55rem;
	top: -0.5rem;
	margin-top: 0;
}
.hm-page4 .mp2-9 .line:after{
	content: '';
	width: 0.7rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0.7rem;
}
.hm-page4 .mp2-9 .line:before{
	content: '';
	width: 0.55rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0rem;
	top: 0.58rem;
}

.hm-page4 .mp2-10 .tex1{
	width: 3.8rem;
	right: -5.25rem;
	top: -0.3rem;
}
.hm-page4 .mp2-10 .line{
	height: 0.3rem;
	width: 1px;
	right: -0.9rem;
	top: -0.25rem;
	margin-top: 0;
}
.hm-page4 .mp2-10 .line:after{
	content: '';
	width: 0.9rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0.9rem;
}
.hm-page4 .mp2-10 .line:before{
	content: '';
	width: 0.9rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: -0rem;
	top: 0.3rem;
}

.hm-page4 .mp2-11 .tex1{
	width: 2.9rem;
	right: -4.35rem;
	top: -0rem;
}
.hm-page4 .mp2-11 .line{
	height: 1px;
	width: 1.5rem;
	right: -1.5rem;
	top: 0.05rem;
	margin-top: 0;
}

.hm-page4 .mp2-12 .tex1{
	width: 2.9rem;
	left: -2.6rem;
	top: 0.7rem;
}
.hm-page4 .mp2-12 .line{
	height: 0.7rem;
	width: 1px;
	right: 0.06rem;
	top: 0.08rem;
	margin-top: 0;
}
.hm-page4 .mp2-13 .tex1{
	width: 3.1rem;
	right: 0.3rem;
	top: 0.7rem;
}
.hm-page4 .mp2-13 .line{
	height: 0.7rem;
	width: 1px;
	right: 0.06rem;
	top: 0.08rem;
	margin-top: 0;
}
.hm-page4 .mp2-13 .line:before{
	content: '';
	width: 0.3rem;
	height: 1px;
	background:#1f9953;
	position: absolute;
	right: 0rem;
	top: 0.7rem;
}

.hm-page4 .mp2-14 .tex1{
	width: 3.6rem;
	right: -4.8rem;
	top: 0.2rem;
}
.hm-page4 .mp2-14 .line{
	width: 1.4rem;
	height: 1px;
	right: -1.3rem;
	top: 0rem;
	margin-top: 0.08rem;
}

/* .hm-page4 .mp-list3 .it{
	background: #db1485;
} */

.hm-page4 .mp-list3 .tex1{
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.1rem;
	background: #db1485;
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	border-radius: 0.05rem;
	top: 50%;
	margin-top: -0.24rem;
}
.hm-page4 .mp-list3 .line{
	height: 1px;
	background:#db1485;
	position: absolute;
	z-index: -1;
}

.hm-page4 .mp3-1 .tex1{
	width: 1.3rem;
	left: -1.8rem;
	top: -0.5rem;
}

.hm-page4 .mp3-1 .line{
	width: 1px;
	height: 0.35rem;
	left: -1.2rem;
	top: -0.3rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-1 .line:after{
	content: '';
	width: 1.2rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: -1.2rem;
	top: 0.35rem;
}

.hm-page4 .mp3-2 .tex1{
	width: 1.3rem;
	right: -1.7rem;
	top: -0.5rem;
}

.hm-page4 .mp3-2 .line{
	width: 1px;
	height: 0.35rem;
	right: -1.15rem;
	top: -0.27rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-2 .line:before{
	content: '';
	width: 1.2rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0.35rem;
}

.hm-page4 .mp3-4 .tex1{
	width: 1.3rem;
	left: -2.15rem;
	top: 0.1rem;
}

.hm-page4 .mp3-4 .line{
	width: 1rem;
	height: 1px;
	right: 0rem;
	top: 50%;
	margin-top: -0.5px;
}

.hm-page4 .mp3-5 .tex1{
	width: 1.3rem;
	left: -2rem;
	top: -0.2rem;
}

.hm-page4 .mp3-5 .line{
	width: 1px;
	height: 0.2rem;
	right: 0.08rem;
	top: -0.2rem;
	margin-top: -0.5px;
}
.hm-page4 .mp3-5 .line:before{
	content: '';
	width: 0.8rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0rem;
}


.hm-page4 .mp3-6 .tex1{
	width: 1.2rem;
	left: -2.35rem;
}

.hm-page4 .mp3-6 .line{
	width: 1.2rem;
	height: 1px;
	right: 0.1rem;
	top: 0.08rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-7 .tex1{
	width: 1.3rem;
	left: -1.8rem;
	top: -0.45rem;
}

.hm-page4 .mp3-7 .line{
	width: 1px;
	height: 0.45rem;
	right: 0.08rem;
	top: -0.45rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-7 .line:before{
	content: '';
	width: 0.6rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0rem;
}

.hm-page4 .mp3-8 .tex1{
	width: 1.35rem;
	left: 50%;
	margin-left: -0.68rem;
	top: -1.2rem;
}

.hm-page4 .mp3-8 .line{
	width: 1px;
	height: 1.2rem;
	right: 0.08rem;
	top: -1.1rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-9 .tex1{
	width: 1.2rem;
	left: 0.1rem;
	top: 0.8rem;
}

.hm-page4 .mp3-9 .line{
	width: 1px;
	height: 0.5rem;
	right: -0.6rem;
	top: 0.08rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-9 .line:before{
	content: '';
	width: 0.6rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0rem;
}


.hm-page4 .mp3-10 .tex1{
	width: 1.2rem;
	left: -0.2rem;
	top: 1.3rem;
}

.hm-page4 .mp3-10 .line{
	width: 1px;
	height: 1rem;
	right: -0.25rem;
	top: 0.08rem;
	margin-top: -0.5px;
}
.hm-page4 .mp3-10 .line:before{
	content: '';
	width: 0.3rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0rem;
}

.hm-page4 .mp3-11 .tex1{
	width: 1.5rem;
	right: -2.5rem;
	top:-0.2rem;
}

.hm-page4 .mp3-11 .line{
	width: 1px;
	height: 0.25rem;
	right: -0.55rem;
	top: -0.2rem;
	margin-top: -0.5px;
}
.hm-page4 .mp3-11 .line:before{
	content: '';
	width: 0.6rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: 0rem;
	top: 0.25rem;
}

.hm-page4 .mp3-11 .line:after{
	content: '';
	width: 0.5rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: -0.5rem;
	top: 0rem;
}

.hm-page4 .mp3-12 .tex1{
	width: 1.4rem;
	right: -3.4rem;
	top: 0.1rem;
}

.hm-page4 .mp3-12 .line{
	width: 2.1rem;
	height: 1px;
	right: -2.1rem;
	top: 0.08rem;
	margin-top: -0.5px;
}

.hm-page4 .mp3-13 .tex1{
	width: 2rem;
	right: -3.3rem;
	top: 0.6rem;
}

.hm-page4 .mp3-13 .line{
	width: 1px;
	height: 0.5rem;
	left: 0.07rem;
	top: 0.08rem;
	margin-top: -0.5px;
}
.hm-page4 .mp3-13 .line:after{
	content: '';
	width: 1.4rem;
	height: 1px;
	background:#db1485;
	position: absolute;
	right: -1.4rem;
	top: 0.5rem;
}




.hm-page4 .mp-list4 .it{
	/* background: #2686cd; */
}

.hm-page4 .s-it{
	position: absolute;
	transform:translate(-100%,-0.24rem);
}
.hm-page4 .s-it .tex{
	display: inline-block;
	vertical-align: middle;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.15rem;
	background: #c0a062;
	color: #fff;
	text-align: center;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
	font-size: 0.18rem;
	position: relative;
	border-radius: 0.05rem;
}

.hm-page4 .s-it .tex:after{
	content: '';
	width: 0.5rem;
	height: 1px;
	background: #c0a062;
	position: absolute;
	top: 50%;
	z-index: -1;

}
.hm-page4 .s-it .sp{
	height: 0.12rem;
	width: 0.12rem;
	border-radius: 100%;
	background: #c0a062;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 0.3rem;
}
.hm-page4 .s-it .sp:before{
	content: '';
	height: 0.24rem;
	width: 0.24rem;
	border-radius: 100%;
	background: #c0a062;
	opacity: 0.5;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.12rem;
	margin-left: -0.12rem;
}

.hm-page4 .s-it1 .tex{
	background: #bd3030;
}
.hm-page4 .s-it1 .tex:after{
	background: #bd3030;
}
.hm-page4 .s-it1 .sp{
	background: #bd3030;
}
.hm-page4 .s-it1 .sp:before{
	background: #bd3030;
}
.hm-page4 .s-it2{
	transform:translate(0%,-0.24rem);
	width: 200%;
}
.hm-page4 .s-it2 .sp{
	margin-left: 0;
	margin-right: 0.3rem;
}
.hm-page4 .s-it2 .tex:after{
	left: -0.45rem;

}

.hm-page4 .s-it3{
	transform:translate(-50%,0);
}
.hm-page4 .s-it3 .tex{
	display: block;
	/* width: 3.9rem; */
	text-align: center;
	padding: 0 0.15rem;
}
.hm-page4 .s-it3 .tex:after{
	content: '';
	height: 0.5rem;
	width: 1px;
	left: 50%;
	top: -0.35rem;
}
.hm-page4 .s-it3 .sp{
	display: block;
	margin: 0 auto 0.3rem;
}
.hm-page4 .s-it3.sp:before{
	width: 0.4rem;
	height: 0.4rem;
	margin-left: -0.2rem;
	margin-top: -0.2rem;
}
.hm-page4 .s-it img{
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid rgba(255,255,255,0.6);
	padding-right: 0.1rem;
	margin-right: 0.1rem;
	width: 1rem;
}
.hm-page4 .s-it p{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-align: left;
}
.hm-page4 .s-it .ct{
	padding-right: 0.1rem;
	margin-right: 0.1rem;
	border-right: 1px solid #d7c39c;
}
.cont-mod .tt-mod{
	margin-bottom: 0.3rem;
}


input[type="checkbox"]{
  border: none;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url(../images/icon-ck.png) no-repeat center;
  background-size: 100% 100%;
  outline: none;
}

input[type="checkbox"]:checked{
   background: url(../images/icon-ck-sel.png) no-repeat center;
}

/* rebox */
.rebox { 
	cursor: pointer; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 1000; 
	-webkit-filter: none !important;
	background: rgb(0, 0, 0);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
	background: rgba(0, 0, 0, 0.7); 
}
.rebox *{ 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	box-sizing: border-box; 
	padding: 0; margin: 0; 
}
.rebox-contents { 
	position: absolute; 
	top: 50%; 
	left: 10%; 
	text-align: 
	center; 
	width: 80%; 
	/* height: 640px; 
	line-height: 640px;  
	margin-top: -320px;  */
	height: 570px;
	line-height: 570px;
	margin-top: -285px;
}
.rebox-contents .rebox-content { 
	border: 5px solid #fff; 
	box-shadow: 0 0 20px #000; 
	border-radius: 1px; 
	max-width: 100%; 
	max-height: 100%;
	border: 15px solid transparent;
    -webkit-border-image: url(../images/ph-fra.jpg) 15 15 round;
    -o-border-image: url(../images/ph-fra.jpg) 15 15 round;
    border-image: url(../images/ph-fra.jpg) 15 15 round;
}
.rebox-loading { 
	width: 31px; 
	height: 31px; 
	margin: -16px 0 0 -16px; 
	position: absolute; 
	top: 48%; 
	left: 50%; 
}
.rebox-caption { 
	display: none; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 100%; 
	text-align: center; 
	z-index: 1000; 
	background: #000; 
	background: rgba(0,0,0,0.7); 
}
.rebox-caption p { 
	margin: 0 auto; 
	max-width: 70%; 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	padding: 10px; 
	color: #fff; 
	font-size: 12px; 
	line-height: 18px; 
}
.rebox-button { 
	position: absolute; 
	z-index: 9999; 
	min-width: 40px; 
	height: 40px; 
	line-height: 40px; 
	background: rgb(0, 0, 0); 
	opacity:0.4; 
	text-decoration: none; 
	font-size: 24px; 
	color: #fff; 
	text-align: center; 
	vertical-align: middle;
	-webkit-border-radius: 32px; 
	-moz-border-radius: 32px; 
	-ms-border-radius: 32px; 
	border-radius: 32px;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	-ms-transition: all 0.3s; 
	transition: all 0.3s; 
}
.rebox-button:hover,
.rebox-button:focus { 
	opacity: 1;
	/* -webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1);  */
	background-color: #c0a062;
}
.rebox-close { 
	right: 20px; 
	top: 120px; 
	width: 50px; 
	height: 50px; 
	line-height: 50px; 
	font-size: 40px;  
}
.rebox-close:hover,.rebox-close:focus{
	/* -webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	transform: scale(1.1); */
	background-color: #c0a062;
}
.rebox-next { 
	right: 10px; 
	top: 48%; 
}
.rebox-prev { 
	left: 10px; 
	top: 48%; 
}
.rebox-loading { 
	left: 50%; 
	top: 48%;
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 2000ms; 
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin; 
	-moz-animation-duration: 2000ms; 
	-moz-animation-iteration-count: infinite; 
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin; 
	-ms-animation-duration: 2000ms; 
	-ms-animation-iteration-count: infinite; 
	-ms-animation-timing-function: linear;    
	animation-name: spin; animation-duration: 2000ms; 
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}
.gray{
	position: fixed;
	z-index: 13;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}


.spo-mod{
	position: relative;
	background-position: left 94%;
	background-size: 90% auto;
	background-repeat: no-repeat;
}
.spo-it{
	display: block;
	float: left;
	width: 31%;
	margin: 0 1.16% 2%;
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
	border-radius: 0.1rem;
	position: relative;
	z-index: 1;
	background: #fff;
}
.spo-it .pic{
	overflow: hidden;
}
.spo-it .tex{
	height: 1.8rem;
	padding: 0.35rem 0.3rem 0;
	position: relative;
	z-index: 1;
}
.spo-it .tex:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 0.5rem;
	background: #fff;
	left: 0;
	top: -0.25rem;
	transform:skewY(-4deg);
	z-index: -1;
}
.spo-it .tt{
	font-size: 0.36rem;
	color: #333;
	margin-bottom: 0.15rem;
	line-height: 1;
}
.spo-it .dd{
	font-size: 0.18rem;
	color: #333;
	line-height: 2;
}
.spo-it .tm{
	color: #c0a062;
	font-weight: bold;
}

.abo-mod{
	padding: 0.7rem 0.5rem;
	position: relative;
	overflow: hidden;
}
.abo-mod .tex{
	max-width: 7.1rem;
	text-align: left;
}
.abo-mod .tex .hd{
	margin-bottom: 0.6rem;
}
.abo-mod .tex .zm{
	display: inline-block;
	vertical-align: bottom;
	height: 2.54rem;
}
.abo-mod .tex .rg{
	margin-left: 0.2rem;
	display: inline-block;
	vertical-align: bottom;
}
.abo-mod .tex .tt{
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.05rem;
}
.abo-mod .tex .lb{
	font-size:0.56rem;
	line-height: 1;
}
.abo-mod .tex .dd{
	font-size: 0.18rem;
	color: #333;
	line-height: 2;
}
.abo-mod .tex strong{
	font-family: Arial,"Microsoft YaHei";
}
.abo-mod .pic-box img{
	max-width: 100%;
	max-height: 100%;
	transition: all ease .5s 0s; 
    -moz-transition: all ease .5s 0s; 
    -webkit-transition: all ease .5s 0s;
}
.abo-mod .pic-box:hover img{
	transform: translate(0,-0.2rem);
}
.abo-mod .tex-box{
	width: 45%;
	float: left;
	padding-top: 1.2rem;
}
.abo-mod .pic-box{
	width:55%;
	float: right;
}

.abo-mod.mod1{
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.abo-mod.mod2{
	padding-bottom: 1.5rem;
}
.abo-mod.mod2 .tex-box{
	float: right;
	position: relative;
	z-index: 1;
	padding-left: 0.5rem;
	padding-right: 0.2rem;
}
.abo-mod.mod2 .tex-box:before{
	content: '';
	width: 140%;
	height: 8.3rem;
	background: #f7f7f7;
	position: absolute;
	z-index: -1;
	right: 0;
	top:0%;
	margin-top: -0.7rem;
}
.abo-mod.mod2 .pic-box{
	float:left;
	position: relative;
	z-index: 2;
}
.abo-mod.mod2 .tex{
	text-align: left;
}
.abo-mod.mod3 .pic-box{
	float: right;
	width: 68%;
}
.abo-mod.mod3 .tex-box{
	position: absolute;
	z-index: 1;
	margin-top: -1rem;
	padding-top: 0;
}
.abo-mod.mod3 .tex{
	background: #f7f7f7;
	padding:0.8rem 0.5rem 0;
	height: 6.6rem;
	width: 8.15rem;
}
.abo-mod.mod4 .pic-box{
	float: left;
	width: 68%;
}
.abo-mod.mod4 .tex-box{
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 1.5rem;
}
.abo-mod.mod4 .tex{
	background: #f7f7f7;
    padding: 1rem 0.6rem 0;
    height: 6.5rem;
    width: 7.6rem;
    max-width: 7.6rem;
}
.sear-page{
	padding-top: 0.5rem;
}
.sear-page .layout{
	max-width: 1400px;
}
.sear-page .sear-mod{
	width: 100%;
	border-bottom: 3px solid #c0a062;
	padding-bottom: 0.1rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.sear-page .sear-mod .tex{
	width: calc(100% - 1.6rem);
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.2rem;
	border: none;
	border-left: 1px solid #eee;
	font-size: 0.22rem;
}
.sear-page .sear-mod .sub{
	width: 1.4rem;
	float: right;
	height: 0.4rem;
	line-height: 0.4rem;
	background: none;
	font-size: 0.26rem;
	color: #333;
	border: none;
	cursor: pointer;
}
.sear-page .sear-mod .sub:before{
	content: '';
	width: 0.22rem;
	height: 0.22rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: 0.1rem;
	margin-top: -0.03rem;
}


.sear-it{
	display: block;
	padding: 0.5rem;
	border-bottom: 1px solid #ccc;
	transition: all ease .3s 0s; 
    -moz-transition: all ease .3s 0s; 
    -webkit-transition: all ease .3s 0s;
}
.sear-it .tt{
	width: 75%;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 0.25rem;
}
.sear-it .im{
	color: #c0a062;
	font-weight: bold;
}
.sear-it .dd{
	width: 75%;
	float: left;
	font-size: 0.18rem;
	color: #615e57;
	line-height: 1.6;
}
.sear-it .rg{
	float: right;
	font-size: 0.16rem;
	color: #999;
	font-weight: bold;
}
.sear-it .rg p{
	float: left;
}

.sear-it .rg p:before {
    content: '';
    width: 1px;
    height: 0.14rem;
    background: #cacaca;
    display: inline-block;
    vertical-align: middle;
    margin: -0.02rem 0.25rem 0;
}
.sear-it .rg p:first-of-type:before{
	display: none;
}
.sear-it:hover{
	box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);
	border: none;
}

.sear-resu{
	padding-top: 0;
	display: none;
}
.sear-resu.on{
	display: block;
}
.sear-resu .layout1{
	max-width: 1400px;
}

.sear-resu .pro-it{
	width: 23%;
	margin: 0 1% 2%;
}
.gro-pp{
	height: 6.2rem;
	padding-top: 0.6rem;
}

.gro-pp .hd{
	text-align: center;
	margin-bottom: 0.3rem;
}
.gro-pp .hd .logo{
	margin-bottom: 0.4rem;
}
.gro-pp .sh-num{
	text-align: center;
}
.gro-pp .sh-num .num{
	display: inline-block;
	vertical-align: middle;
	height: 0.5rem;
	line-height: 0.5rem;
	width: 0.4rem;
	text-align: center;
	background: #f7f7f7;
	color: #c0a062;
	font-weight: bold;
	font-size: 0.4rem;
	border-radius: 0.04rem;
	position: relative;
	z-index: 1;
}
.gro-pp .sh-num .num:before{
	content: '';
	height: 0.04rem;
	width: 100%;
	background: #fff;
	position: absolute;
	left:0;
	top: 50%;
	margin-top: -0.02rem;
	z-index: -1;
}
.gro-pp .tex-box{
	font-size: 0.18rem;
	line-height: 2;
	color: #333;
}

.a2a_default_style a{
	padding: 0 !important;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.a2a_svg{
	width: 100% !important;
	height: 100% !important;

}

.fl-win {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 10;
    display: none;
}
.fl-win li{
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	background: rgba(0,0,0,0.5);
	margin-bottom: 1px;
}
.fl-win li a{
	display: block;
	width: 100%;
	height: 100%;
}
.fl-win li img{
	max-width: 60%;
	max-height: 60%;
}
.go-top{
	 bottom: calc(15% - 0.52rem);
}

.vd-mod{
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
	background: #000;
	display: block;
}
.vd-mod .v-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.vd-mod .v-bg:after{
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon-play.png) no-repeat center;
	background-size: contain;
}
.vd-mod .mb-vd{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: none;
}

.video-popup{
	display: none;
}
.video-popup video{
	display: none;
}


@media screen and (max-width: 1500px){
	.mess-mod{
		height: 8.2rem;
	}
	.mess-mod1{
		height: 5rem;
	}
	.soc-mod .dd{
		/* line-height: 1.3; */
	}
	.soc-mod .tt{
		margin-bottom: 0.2rem;
	}
	.nw-top .nw-it .tt,
	.nw-it .tt{
		line-height: 1.4;
	}
	.pro-art .pic-gro{
		margin-top: 0.2rem;
		width: 1.3rem;
		height: 6rem;
	}
	.pro-it1 .tex{
		padding: 0.35rem 0.2rem 0;
	}
	.porf-page2 .dd{
		line-height: 1.5;
	}
	.porf-page2 .tt-mod{
		margin-bottom: 0.3rem;
	}
	.news-ct .tt-mod .tt{
		margin-left: 2.8rem;
	}
	.cont-pp{
		height: 7rem;
		width: 8.6rem;
		padding: 0.3rem;
	}
	.cont-pp .tt{
		margin-bottom: 0.2rem;
	}
	.cont-way .it{
		margin-bottom: 0.1rem;
	}
	.hm-page4 .s-it .tex{
		/* font-size: calc(12px - 0.12rem + 0.14rem); */
	}
	.gro-pp{
		padding-top: 0.6rem;
	}
	.news-ct .tt-mod .ej-sear{
		width: 2.8rem;
	}


}

@media screen and (max-width: 1280px){
	/* .hm-page4 .hm-map{
		width: 90%;
		height: 0;
		padding-bottom: 46.3%;
	} */

}

@media screen and (max-width: 1220px){
	.header{
		position: fixed;
	}
	.menu-mod .layout.fixed{
		position: static;
	}
	.hm-page4 .hm-map{
		width: 90%;
		height: 0;
		padding-bottom: 46.3%;
	}
	.cont-it{
		width: 48%;
		margin: 0 1% 2%;
	}
	.cont-it .tex {
		/* padding: 0.3rem 0.3rem 0; */
	}
	.cont-it .tt {
		margin-bottom: 0.1rem;
	}
	.cont-it .dd {
		line-height: 1.3;
	}
	.ser-it,
	.ser-it:nth-of-type(2){
		width: 100%;
		float: none;
		margin: 0 auto 0.5rem;
		height: 6rem;
	}
	.ser-it .tex{
		padding-top: 1.8rem;
	}
	.ser-mod{
		height: 6rem;
	}
	.btn{
		/* height: 0.7rem;
		line-height: 0.7rem;
		width: 2.5rem; */
	}
	.mess-mod{
		height: auto;
	}
	.mess-mod .pic{
		width: 100%;
		float: none;
		height: 6rem;
	}
	.mess-mod1 .pic{
		height: 4rem;
	}
	.mess-mod .ms-fm{
		width: 100%;
		height: auto;
		padding: 0.6rem 0.5rem;
	}
	.mess-mod .f-it{
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.mess-mod .add-pic{
		height: 1.3rem;
		line-height: 1.2rem;
	}
	.mess-mod .add{
		width: 1.2rem;
		height: 1.2rem;
	}
	.menu-mod{
		height: 0.9rem;
		line-height: 0.9rem;
	}
	.menu-mod .layout{
		padding: 0;
		height: 0.9rem;
	}
	.menu-mod .menu-lt{
		float: none;
		width: 100%;
		padding: 0 0.3rem;
		display: none;
	}
	.menu-mod .menu-rg{
		float: none;
		display: flex;
	}
	.menu-mod .menu-rg a{
		padding: 0 0.2rem;
	}
	.menu-mod .menu-rg li{
		/* flex:1; */
		text-align: center;
	}
	.ej-page a{
		height: 0.6rem;
		line-height: 0.6rem;
		min-width: 0.6rem;
	}
	.soc-mod .pic{
		width: 100%;
		height: 6rem;
		float: none;
	}
	.soc-mod2 .pic,
	.soc-mod2 .pic img{
		height: auto;
		text-align: center;
	}
	.soc-mod2 .pic img{
		max-width: 80%;

	}
	.soc-mod{
		height: auto;
		display: block;
	}
	.soc-mod .tex{
		width: 100%;
		float: none;
		flex:0;
		padding: 0.5rem 0.3rem;
	}
	.soc-it .tex {
		/* font-size: calc(12px - 0.12rem + 0.2rem); */
	}
	.nw-it .pic{
		width: 50%;
	}
	.nw-it .tex{
		margin-left: 50%;
	}
	.nw-top .nw-it .bt{
		bottom: 0.7rem;
	}
	.nw-it{
		width: 100%;
		margin: 0 auto 0.4rem;
	}
	.nw-top .nw-it .tex{
		padding: 0.8rem 0.4rem 0;
	}
	.stat-page1:after{
		right: 2%;
	}
	.stat-page1 .content{
		padding-right: 18%;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}
	.sta-it1 .dd{
		line-height: 1.3;
		width: 100%;
	}
	.sta-it{
		width: 48%;
		margin: 0 1% 2%;
	}
	.sta-it .pic{
		height: 3.8rem;
	}
	.sta-it .tex{
		/* height: 1.2rem; */
		/* font-size: calc(12px - 0.12rem + 0.16rem); */
	}
	.sta-it .tex .tt{
		line-height: normal;
	}
	.hon-page2 .swiper-container{
		padding-bottom: 0.7rem;
	}
	.sw-btn{
		width: 0.8rem;
		height: 0.8rem;
		margin-top: -0.4rem;
	}
	.pro-ct .m-side{
		/* width: 31%; */
	}
	.pro-ct .main{
		margin-left: 32%;
	}
	.pro-it{
		width: 48%;
		margin: 0 1% 0.3rem;
	}
	.pro-ct .m-side li{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.pro-it .tt{
		line-height: 1;
		margin-bottom: 0.1rem;
	}
	.pro-it .spe{
		height: 0.4rem;
	}
	.pro-it .spe li{
		height: 0.4rem;
		line-height: 0.4rem;
		min-width: 0.74rem;
	}
	.pro-it .bt{
		height: 1.4rem;
	}
	.pro-art .pic-gro{
		width: 1.5rem;
		height: 6.5rem;
	}
	.pro-art .b-pic{
		width: 88%;
		float: right;
		margin-left: 0;
		margin-top: 0;
		/* width: auto; */
	}
	.pro-art .d-tex{
		float: none;
		width: 100%;
	}
	.pro-art  .pro-tp{
		padding-bottom: 0.8rem;
		overflow: hidden;
	}
	.pro-art .b-pic{
		height: 8rem;
		line-height: 8rem;
	}
	.pro-art .pic-gro{
		padding: 0.6rem 0;
		height: 7.5rem;
		margin-top: 0;
		margin-left: 0;
	}
	.pro-art .pic-gro .sw-btn1{
		height: 0.6rem;
	}
	.pro-art .spe li{
		height: 0.44rem;
		line-height: 0.44rem;
		min-width: 0.74rem;
	}
	.pro-art .pec li{
		/* width: 0.9rem;
		height: 0.9rem;
		line-height: 0.9rem; */
		/* line-height: 0.7rem; */
	}
	.time-mod{
		height: 8rem;
		width: 1.5rem;
	}
	.time-mod:before{
		width: 1.3rem;
	}
	.time-mod .sw-btn1{
		width: 1.3rem;
	}
	/* .his-it .pic{
		width: 50%;
		right: -30%;
	} */
	.his-it .year{
		width: 2rem;
	}
	.hist-mod{
		margin-left: 1.7rem;
		width: 56%;
	}
	.his-it .tex{
		margin-left: 2rem;
		padding-bottom: 2rem;
	}
	.his-it .pic{
		right: -5.5rem;
		width: 5rem;
		/* height: 2.81rem; */
	}
	.his-it .tex{
		line-height: 1.5;
	}
	.job-it .lb,
	.job-it .j-hd .cl{
		line-height: 1.3;
	}
	/* .hm-col{
		width: 100%;
		float: none;
	}
	
	.hm-honor{
		height: 5rem;
		margin-top: 0.1rem;
	} */
	.hm-news .tt:after{
		margin-top: 0.1rem;
		margin-bottom: 0.2rem;
	}
	.hm-news .tex{
		padding: 0.3rem 0.3rem;
	}
	.hm-news .more{
		margin-top: 0.3rem;
	}
	.hm-news .dd {
    font-size: calc(12px - 0.12rem + 0.16rem);
}
.hm-page2 .tex .cl {
    font-size: calc(12px - 0.12rem + 0.24rem);
}
.hm-page2 .tex .lb {
    font-size: calc(12px - 0.12rem + 0.18rem);
}
.hm-page2 .tt-mod .tt{
	line-height: 1;
}
.pro-it1 .tt{
	margin-bottom: 0.15rem;
}

.porf-page2 .tex{
	padding-top: 0.4rem;
}

.job-it .btn{
	padding: 0 0.15rem;
	/* font-size: calc(12px - 0.12rem + 0.14rem); */
}

.news-ct .tt-mod .tt{
	margin-left: 3.6rem;
}
.news-ct .tt-mod .ej-sear{
		width: 3.6rem;
	}
.job-it .btn:after{
	margin-left: 0.06rem;
}
.cont-pp{
	width: 11rem;
    height: 8.4rem;
}
.hm-page4 .s-it .tex{
	height: 0.64rem;
	line-height: 0.64rem;
}
.hm-page4 .s-it3 .tex{
	/* width: 5rem; */
	/* right: 0.8rem; */
	
}
.hm-page4 .s-it3 .tex:after{
	/* margin-left: 0.8rem; */
}
.hm-page4 .s-it2{
	width: auto;
}
.hm-page4 .s-it2 .tex{
	width: 1.9rem;
	/* margin-left: -0.3rem; */
}
.hm-page4 .s-it2 .tex:after{
	/* margin-left: 0.48rem; */
}
.hm-page4 .s-it2 .tex{
	position: absolute;
	margin-top: -1.2rem;
	left: 50%;
	transform:translate(-59%,0);
}
.hm-page4 .s-it2 .tex:after{
	height: 0.5rem;
	width: 1px;
	left: 50%;
	top: 0.6rem;
}
.hm-page4 .hd .tt{
	position: static;
	margin-bottom: 0.2rem;
}
.cont-mod .it:before{
	/* width: 0.34rem;
	height: 0.34rem; */
}
.menu-mod .menu-rg li{
	float: none;
	text-align: center;
}
.hm-page4 .mp2-4 .tex1{
	width: 3.5rem;
}
.hm-page4 .mp2-1 .tex1 {
    width: 3.6rem;
    left: .6rem;
}
.hm-page4 .mp2-1 .line {
    right: -1.5rem;
}
.hm-page4 .mp2-3 .tex1{
	width: 3.1rem;
}
.hm-page4 .mp2-5 .tex1{
	width: 3.7rem;
	right: -3.9rem;
}
.hm-page4 .mp2-6 .tex1{
	width: 3.9rem;
}
.hm-page4 .mp2-7 .tex1 {
    width: 3.9rem;
    right: -1.3rem;
}
.hm-page4 .mp2-8 .tex1{
	width: 4.24rem;
}
.hm-page4 .mp2-12 .tex1{
	width: 3.9rem;
	top: 0.8rem;
}
.hm-page4 .mp2-13 .tex1{
	width: 4rem;
	top: 0.8rem;
}
.hm-page4 .mp2-11 .tex1 {
    width: 3.9rem;
    right: 0;
    top: 0.7rem;
}
.hm-page4 .mp2-11 .line {
    height: 0.7rem;
    width: 1px;
    right: 0.08rem;
}
.hm-page4 .mp2-10 .tex1{
	    width: 2.9rem;
    right: -3.3rem;
    top: -0.3rem;
    height: 0.96rem;
    top: 0;
}
.hm-page4 .mp2-10 .line{
	height: 0.2rem;
	top: 0;
}
.hm-page4 .mp2-10 .line:after{
	display: none;
}
.hm-page4 .mp2-14 .tex1 {
    width: 2.9rem;
    right: -3.05rem;
    top: 0.15rem;
    height: 0.96rem;
}
.hm-page4 .mp3-5 .tex1{
	width: 1.8rem;
}
.hm-page4 .mp3-1 .tex1{
	width: 1.8rem;
}
.hm-page4 .mp3-6 .tex1{
	width: 1.8rem;
}
.hm-page4 .mp3-4 .tex1{
	width: 1.85rem;
}
.hm-page4 .mp3-7 .tex1{
	width: 1.9rem;
}
.hm-page4 .mp3-8 .tex1{
	width: 2rem;
}
.hm-page4 .mp3-9 .tex1{
	width: 1.8rem;
	left: -0.3rem;
}
.hm-page4 .mp3-10 .tex1{
	width: 1.8rem;
}
.hm-page4 .mp3-11 .tex1{
	width: 2.2rem;
}
.hm-page4 .mp3-13 .tex1 {
    width: 3rem;
    right: -3rem;
}
.hm-page4 .mp2-2 .tex1{
	width: 4rem;
}
.hm-page4 .mp2-9 .tex1{
	height: 0.96rem;
	top: -0.8rem;
}
.hm-page4 .mp3-2 .tex1 {
    width: 2rem;
    right: -2.4rem;
}

.abo-mod .tex{
	max-width: 90%;
}
.abo-mod .tex .zm{
	height: 2rem;
}
.abo-mod .tex .tt{
	font-size: 0.7rem;
}
.abo-mod .tex .lb{
	font-size: 0.48rem;
}
.abo-mod .tex .hd{
	margin-bottom: 0.3rem;
}
.abo-mod .tex-box{
	padding-top: 0.5rem;
}
.abo-mod.mod2 .tex-box:before{
	height: 7.4rem;
}
.abo-mod.mod3 .tex{
	height: 7rem;
	padding-top: 0.4rem;
}
.abo-mod .tex .dd{
	line-height: 1.6;
}
.abo-mod.mod4 .tex-box{
	width: 48%;
}
.abo-mod.mod4 .tex{
	height: 5.6rem;
}
.spo-it .dd{
	line-height: 1.3;
}
.spo-it .tex{
	height: 2.1rem;
}
.sear-resu .pro-it{
	width: 31%;
	margin: 0 1.16% 2.5%;
}
.porf-page4 .layout{
	padding: 0 0.5rem;
}
/* .pro-art .b-pic .sw-btn{
	display: block;
} */
/* .abo-mod.mod4 .tex{
	width: 8.5rem;
} */

/* .video-popup .video {
    width: 96%;
    height: 800px;
    line-height: 800px;
    left: 2%;
    margin-left: 0px;
    margin-top: -400px;
} */
.vd-mod .mb-vd{
	display: block;
}
.hm-ban .ban-vd{
	display: none;
}
.vd-mod .v-bg{
	display: block !important;
}

/* 视频弹窗样式 */
.video-popup{ position: fixed; top: 0;  left: 0;  right: 0; bottom: 0; width: 100%; height: 100%;  font-size: 0; z-index: 999; display: none; }
.video-popup .vd-gray{ width: 100%; height: 100%; background: rgba(0,0,0,0.7); position: absolute; left: 0; top: 0; z-index: 10; }
.video-popup .close{ position: absolute; top: 0; right: 0; width: 40px; height: 40px;cursor: pointer; z-index: 999; transition: all ease .2s 0s; -moz-transition: all ease .2s 0s; -webkit-transition: all ease .2s 0s;  }
.video-popup .close:before{ content: ''; width: 30px; height: 2px; display: block; background: #666; transform:rotate(45deg); position: absolute; top:50%; margin-top: -2px; left: 50%; margin-left: -15px; }
.video-popup .close:after{ content: ''; width: 30px; height: 2px; display: block; background: #666; transform:rotate(-45deg); position: absolute; top:50%; margin-top: -2px; left: 50%; margin-left: -15px; }
.video-popup .close:active{ transform:rotate(180deg); }
.video-popup .video{ overflow: hidden; width: 14rem; height: 9rem; position: absolute; z-index:110; left: 50%;  top:50%; transform:translate(-50%,-50%); }
.video-popup .video video{ width: 100%; height: 100%; background: #000;  border: 2px solid #e5e5e5; border-top: 40px solid #e5e5e5; box-sizing:border-box; display: block;}


}

@media screen and (max-width: 900px){
	.ban-mod{
		/* height: 6rem; */
	}
	.stat-page1 .content{
    	flex-direction: row;
    	flex-wrap: wrap;
	}
	.sta-it1{
		width: 50%;
		margin-bottom: 5%;
	}
	.fl-win li{
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.go-top{
	 bottom: calc(15% - 0.62rem);
	}

}

@media screen and (max-width: 768px){
	.ej-menu1 .on{
	border-bottom: 2px solid #c0a062;
}
	.hm-page4 .mp-list .it .tex1,
	.hm-page4 .mp-list .it .line{
		display: none;
	}
	.cont-mod .it{
		width: 100%;
		float: none;
		margin-bottom: 0.2rem;
	}
	.ban-mod{
		/* height: 5rem; */
		/* line-height: 5.5rem; */
	}
	.ban-mod .tex {
    font-size: calc(12px - 0.12rem + 0.34rem);
    line-height: 1.3;
}
.cont-pp{
	width: 96%;
	left: 2%;
	height: auto;
	transform: translate(0%,-50%);
	padding: 0.4rem 0.2rem;
}
.cont-way .it:before{
	width: 14px;
	height: 14px;
}
.cont-way .it{
	padding-left: 0.55rem;
}
.cont-pp .close{
	width: 30px;
	height: 30px;
}
.ser-mod{
	height: auto;
}
.ser-mod .pic,
.ser-mod .tex{
	width: 100%;
	float: none;
	height: 3.5rem;
}
.ser-mod .tex{
	line-height:1.5;
	padding: 0.4rem 0.3rem;
	height: auto;
}
.ser-it,
.ser-it:nth-of-type(2){
	height: auto;
}
.ser-it .pic,
.ser-it .tex{
	width: 100%;
	float: none;
	height: 3.5rem;
}
.ser-it .tex{
	padding-top: 0.6rem;
	height: 2.5rem;
}
.ser-it .tt{
	margin-bottom: 0.3rem;
}
.btn {
    height: 0.6rem;
    line-height: 0.6rem;
    width: 2.2rem;
}

.mess-mod .ms-fm{
	padding: 0.4rem 0.4rem;
}
.mess-mod .c-50{
	width: 100%;
}
.mess-mod .add-pic label{
	width: 75%;
	float: left;
	line-height: normal;
}
.mess-mod textarea{
	padding-top: 0;
}
.menu-mod .menu-rg{
	/* overflow: hidden; */
	/* display: block; */
	margin-bottom: 0;
}
.menu-mod .menu-rg li{
	/* float: left;
	flex:0;
	width: 33.3%; */
}
.menu-mod .menu-rg a{
	/* font-size: calc(12px - 0.12rem + 0.14rem); */
}

.soc-it{
	width: 100%;
	margin: 0 auto 0.3rem;
}
.soc-mod .pic{
	height: 3.8rem;
}
.soc-mod2 .pic{
	height: auto;
}
.soc-mod2 .pic img{
	max-width: 90%;
}

.nw-top .nw-it,
.nw-it{
	height: auto;
}
.nw-it .pic{
	width: 100%;
	float: none;
	height: 4rem;
}
.nw-top .nw-it .tex,
.nw-it .tex{
	margin-left: 0;
	height: auto;
	padding: 0.3rem 0.2rem;
}
.nw-it .bt{
	position: static;
	margin-top: 0.2rem;
}
.news-ct .tt-mod .tt{
	display: block;
	margin-left: 0;
}
.news-ct .tt-mod .ej-sear{
	float: none;
	width: 80%;
	margin:0.3rem auto 0;
}
.ej-menu1 li {
    /* font-size: calc(12px - 0.12rem + 0.34rem); */
}
.stat-page1 .content{
	padding: 0.7rem 0 0.4rem; 
}
.stat-page1:after{
	width: 1.27rem;
	height: 2rem;
}
.hon-page1 .swiper-container{
	width: 100%;
}
.hon-page1{
	padding-bottom: 1rem;
	background-size: 150% auto;
}
.hon-page1 .layout{
	padding: 0;
}
.hon-it .pic1{
	height: 3.8rem;
	line-height: 3.8rem;
}
.hon-it .tex {
	/* height: 1.2rem;
	    font-size: calc(12px - 0.12rem + 0.14rem); */
}
.pro-ct{
	padding-top: 0;
}
.pro-ct .layout{
	padding: 0 0;
}
.pro-ct .m-side{
	width: 100%;
	float: none;
	margin-bottom: 0rem;
	padding: 0;
	display: flex;
}
.pro-ct .main{
	margin-left: 0;
	padding: 0.4rem 0.3rem 0;
}
.pro-ct .m-col{
	padding: 0.2rem 0.3rem;
	/* flex:1; */
	position: relative;
	overflow: unset;
	align-items:center;
	display: flex;
	border-bottom: none;
}
.pro-ct .m-side .m-li{
	position: absolute;
	left: 0;
	top: 100%;
	height: 2rem;
	width: 100%;
	background: #fff;
	overflow-y: auto;
	box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.2);
}
.pro-ct .m-side .active .m-li{
	display: none;
}
.pro-ct .m-side li:before{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.pro-ct .m-side li{
	/* font-size: 12px; */
	padding: 0 0.3rem;
	height: 0.7rem;
}
.pro-ct .m-side .lb{
	line-height: normal;
}
.pro-ct .m-side .scr-box{
	overflow-y: auto;
}
/* .pro-ct .m-side li:hover{
	background: #e5e5e5;
} */
.pro-ct .m-side .hd{
	/* font-size: 14px; */
	padding-bottom: 0;
}
.pro-ct .m-side .hd:before{
	display: none;
}
.pro-ct .m-side .hd:after{
	width: 7px;
	height: 4px;
	right: -0.4rem;
	background: url(../images/icon-sel.png) no-repeat center;
	background-size: contain;
}
.pro-it{
	width: 100%;
	margin: 0 auto 0.3rem;
}
.pro-it .pec{
	/* height: auto; */
}
.pro-it .pec li{
	/* margin-bottom: 0.15rem; */
	/* height: 0.9rem;
	line-height: 0.6rem;
	width: 0.9rem; */
}
.pro-it .pec{
	height: 1.1rem;
}
.pro-it .spe li {
    /* height: 0.5rem;
    line-height: 0.5rem;
    width: 0.8rem; */
}
.pro-it .md{
	height: 1.3rem;
}
.pro-it{
	height: 8.3rem;
}
.pro-it .btn{
	margin-top: 0.2rem;
}

.pro-it .pic1{
	height: 4.2rem;
	line-height: 4.2rem;
}
.pro-art .pic-gro{
	width: 15%;
	height: 5.5rem;
}
.pro-art .b-pic{
	width: 83%;
	height: 5.5rem;
	line-height: 5.5rem;
}
.pro-art .spe li{
	/* height: 0.5rem;
	line-height: 0.5rem;
	width: 0.9rem; */
}
.pro-art .d-tex{
	padding-bottom: 0;
}
.ej-share-box ul{
	width: 100%;
	float: none;
}
.ej-share-box .break{
	display: block;
	float: none;
	width: 100%;
	margin: 0.4rem auto 0;
}
.mess-mod .back{
	margin-left: 0;
	float: right;
}
.art-mod .hd-bt p {
   /*  font-size: calc(12px - 0.12rem + 0.14rem); */
}
.art-mod .hd-bt p:before {
	height: 0.18rem;
    margin: -0.02rem 0.1rem 0;
}
.art-share a{
	margin-left: 0.1rem;
}
.art-share a{
	width: 16px;
	height: 16px;
}
.tt-mod .tt {
    /* font-size: calc(12px - 0.12rem + 0.34rem); */
}
.deve-mod{
	padding-bottom: 0.6rem;
}
.his-it .pic{
	opacity: 1;
	transform:translate(0%,0);
}
.his-it .pic{
		position: static;
		margin-bottom: 0.5rem;
		width: 3rem;
		/* height: 1.69rem; */
		margin-left: 1.7rem;
		margin-top: -1.9rem;
	}
	.hist-mod{
		margin-left: 0.1rem;
	}
	.his-it .year{
		width: 1.6rem;
	}
	.his-it .tex{
		margin-left: 1.6rem;
		line-height: 1.4;
		width: auto;
	}
	.hist-mod{
		float: none;
		margin-left: 1.5rem;
		width: auto;
	}
	.his-it .tex{
		/* font-size: calc(12px - 0.12rem + 0.16rem); */
		line-height: 1.4;
	}
	.his-it.on .tex{
		/* font-size: calc(12px - 0.12rem + 0.18rem); */
	}
	.job-it .j-hd li{
		float: none;
		width: 100%;
		padding: 0.1rem 0;
	}
	.job-it .j-hd .cl{
		margin-bottom: 0;
	}
	.hm-col{
		width: 100%;
		float: none;
	}
	.hm-honor{
		margin-top: 0.1rem;
	}
	.hm-about{
		height: 4.3rem;
	}
	.hm-page2 .tex .cl,
	.hm-page2 .tex .lb{
		color: #fff;
	}
	.hm-ban{
		/* height: 5.4rem; */
	}
	.hm-ban .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 0.2rem;
	}
	.hm-ban .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		margin: 0 0.15rem !important;
	}
	.swiper-button-next, .swiper-button-prev{
		height: 30px;
		width: 18.4px;
		margin-top: -15px;
		background-size: contain;
	}
	.hm-honor .sw-prev,
	.hm-page1 .sw-prev{
		left: 0.2rem;
	}
	.hm-honor .sw-next,
	.hm-page1 .sw-next{
    right: 0.2rem;
}
.hm-page2 .anm-box .sp{
	width: 0.1rem;
	height: 0.1rem;
}
.porf-page2 .tex{
	width: 100%;
	padding-right: 0;
	float: none;
	margin-bottom: 0.4rem;
}
.porf-page2 .bra-box{
	width: 100%;
	float: none;
}
.prof-data{
	width: 100%;
}
.prof-data li{
	width: 33.3%;
	float: left;
	padding: 0 0.05rem;
}
.prof-data .num {
	display:  block;
    /* font-size: calc(12px - 0.12rem + 0.4rem); */
}
.prof-data .cl {
	display: block;
   /*  font-size: calc(12px - 0.12rem + 0.16rem); */
    text-align: center;
}
.pro-art1 .pro-hd{
	height: auto;
	padding: 0 0.3rem;
}
.pro-art1 .h-lt{
	float: none;
}
.pro-art1 .h-rg{
	float: none;
	display: flex;
}
.pro-art1 .h-rg li{
	flex:1;
	margin-left: 0;
	text-align: center;
	/* font-size: calc(12px - 0.12rem + 0.18rem); */
}
.job-it .j-int{
	padding-top: 0.2rem;
}
.job-it .btn{
	width: 1.6rem;
}
.hm-page4 .m-menu li{
	font-size: calc(12px - 0.12rem + 0.16rem);
	width: 42%;
	text-align: left;
	line-height: 0.6rem;
}
.hm-page4 .m-menu li:before{
	width: 12px;
	height: 12px;
}
.hm-page4 .m-menu{
	margin-bottom: 0.15rem;
}
.hm-page4 .s-it1{
	width: 4.2rem;
	transform: translate(-2.4rem,-0.24rem);
}

/* .hm-page4 .s-it .sp{
	width: 8px;
} */
.pro-it1 .tex{
	padding-top: 0.25rem;
}
.pro-it1 .more,
.hm-news .more{
	 height: 0.5rem;
    line-height: 0.5rem;
    width: 2.1rem;

}
.ban-mod .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0.2rem;
}
.hm-ban .swiper-button-next,
.hm-ban .swiper-button-prev{
	display: none;
}
.hm-page1 .sw-btn{
	display: none;
}
.hm-honor .sw-btn{
	display: none;
}
.tt-mod{
	margin-bottom: 0.3rem;
}
.hm-tt{
	padding-left:0.3rem;
	padding-top: 0.3rem;
}

.hm-page1 .content{
	padding: 0 0.1rem;
}

.hm-page2 .con-box{
	padding-top: 0.3rem;
}
.hm-page2 .tex .cl {
    font-size: calc(12px - 0.12rem + 0.2rem);
}
.hm-page2 .tex .lb{
	font-size: calc(12px - 0.12rem + 0.14rem);
}
.hm-honor{
	height: 4.3rem;
}
.hm-news{
	height: 4.3rem;
}
.hm-page4{
	padding: 0.3rem 0;
}
.hm-about .pic .ej-bg{
	background-position: center top;
}

.hm-honor .swiper-container{
	width: 2.23rem;
	height: 3.1rem;
	line-height: 3.1rem;
	margin-right: -2.87rem;
	margin-top: -1.55rem;
}
.ban-mod .swiper-button-next,
.ban-mod .swiper-button-prev{
	display: none;
}
.sw-btn{
	display: none;
}
.hd-sign .lb{
	display: none;
}
.hd-sign{
	padding: 0 0.1rem;
}
.menu-mod .menu-lt{
	display: none;
}
.time-mod{
	display: none;
}
.hist-mod{
	margin-left: 0;
}
.hon-page2 .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    margin: 0 0.15rem !important;
}
	.hm-page2{
	height: 6.3rem;
	padding-bottom: 0;
}
.hm-honor .swiper-container img{
	max-width: 100%;
	max-height: 100%;
	 border: 8px solid transparent;
    -webkit-border-image: url(../images/ph-fra1.jpg) 8 8 round;
    -o-border-image: url(../images/ph-fra1.jpg) 8 8 round;
    border-image: url(../images/ph-fra1.jpg) 8 8 round;
}
.rebox-close{
	height: 40px;
	width: 40px;
	font-size: 30px;
	line-height: 40px;
	top: 50px;
}
.soc-it .pic{
	height: 3.8rem;
}
.abo-mod .pic-box{
	width: 100%;
	float: none;
}
.abo-mod .tex-box{
	width: 100%;
	float: none;
}
.abo-mod.mod2 .tex-box{
	padding-left: 0;
	padding-right: 0;
}
.abo-mod .tex{
	max-width: 100%;
}
.abo-mod.mod2 .tex-box:before{
	width: 140%;
	right: -10%;
	height: 6.3rem;
}
.abo-mod.mod3{
	padding-left: 0;
	padding-right: 0;
}
.abo-mod.mod3 .pic-box{
	width: 100%;
	float: none;
	padding: 0 0.5rem;
}
.abo-mod.mod3 .tex-box{
	position: static;
	margin-top: -0.7rem;
}
.abo-mod.mod3 .tex{
	padding-top: 1.2rem;
}
.abo-mod.mod4{
	padding-left: 0;
	padding-right: 0;
}
.abo-mod.mod4 .pic-box{
	float: none;
	width: 100%;
	padding: 0 0.5rem;
}
.abo-mod.mod4 .tex-box{
	width: 100%;
	float: none;
	position: static;
	padding-top: 0;
	margin-top: -0.7rem;
}
.abo-mod.mod4 .tex{
	width: 100%;
	max-width: 100%;
	padding-top: 1.2rem;
}
.abo-mod.mod3 .tex{
	height: 7rem;
	width: 100%;
}
.abo-mod{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.spo-it{
	width: 48%;
	margin: 0 1% 0.4rem;
}
.sear-it{
	padding:0.4rem 0.2rem;
}
.sear-it .tt{
	width: 100%;
}
.sear-it .dd{
	width: 100%;
	float: none;
	margin-bottom: 0.2rem;
}
.sear-resu .pro-it{
	width: 48%;
	margin: 0 1% 2.5%;
}
.cul-it,
.cul-it1{
	width: 40%;
}
.hm-page4 .s-it3 .tex{
	width: 3.24rem;
}

/* .video-popup .video {
        width: 98%;
        height: 460px;
        line-height: 460px;
        left: 1%;
        margin-top: -230px;
    }
    .video-popup .close {
        top: calc(75px + 2%);
    } */
.video-popup .video{
	width: 96%;
	height: 7rem;
}
.video-popup .video video{
	border-top: 34px solid #e5e5e5;
}
.video-popup .close{
	width: 34px;
	height: 34px;
}



}
@media screen and (max-width: 640px){
	.cont-it{
		width: 100%;
		margin: 0 auto 0.4rem;
	}
	.sta-it{
		width: 100%;
		margin: 0 auto 0.4rem;
	}
	.ban-mod{
		/* height: 2.8rem; */
		/* line-height: 3rem; */
	}
	.ban-mod .tex {
    font-size: calc(12px - 0.12rem + 0.22rem);
}
.hm-ban{
		/* height: 4rem; */
	}
	.pro-it1 .tex{
		height: 1.65rem;
		padding-top: 0.25rem;
	}
	.pro-it1 .tt {
    font-size: 14px;
    height: 30px;
}
.abo-mod.mod2{
	padding-bottom: 1rem;
}
.spo-it{
	width: 100%;
	margin: 0 auto 0.4rem;
}
.bra-it1{
	height: 1.4rem;
	line-height: 1.4rem;
}
.sear-resu .pro-it{
	width: 100%;
	margin: 0 auto 0.3rem;
}
.cul-it,
.cul-it1{
	width: 100%;
	display: block;
	margin: 0.5rem auto;
}
.video-popup .video{
	height: 5rem;
}
.video-popup .close:before {
    width: 26px;
    margin-left: -13px;
}
.video-popup .close:after {
    width: 26px;
    margin-left: -13px;
}
}
@media screen and (max-width: 500px){

	.hm-page2{
	height: 4.3rem;
	padding-bottom: 0;
}
}
/*2021-7-3 新增  直接复制拆版的样式*/
@media screen and (max-width: 500px) { .hm-page2 { height: 4.3rem; padding-bottom: 0; } }

.qa-mod { margin-bottom: .15rem; }

.qa-mod .hd { float: left; width: 3.68rem; background-color: #ffffff; -webkit-box-shadow: 0px 5px 21px 0px rgba(203, 203, 203, 0.29); box-shadow: 0px 5px 21px 0px rgba(203, 203, 203, 0.29); border-radius: .1rem; -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: .79rem; }

.qa-mod .hd li { font-size: calc(12px - .12rem + .18rem); padding: .3rem .32rem .3rem .26rem; cursor: pointer; line-height: 1.2; color: #333; position: relative; }

.qa-mod .hd li:hover, .qa-mod .hd li.on { color: #c0a062; }

.qa-mod .hd li:after { content: ''; position: absolute; left: .26rem; right: .32rem; bottom: 0; height: 1px; margin: auto; background: #f6f6f6; }

.qa-mod .hd li:last-of-type:after { display: none; }

@media (max-width: 768px) { .qa-mod .hd { float: none; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.qa-mod .bd { margin-left: 4.21rem; }

.qa-mod .bd .tit { color: #c0a062; font-size: calc(12px - .12rem + .24rem); padding: .24rem 0; }

@media (max-width: 768px) { .qa-mod .bd { margin-left: 0; margin-top: .3rem; }
	.qa-mod .bd .tit { font-size: 14px; } }

.qa-mod .bd .item { display: none; }

.qa-mod .bd .item.on { display: block; }

.qa-mod .qalist .icon { width: 20px; height: 20px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center; }

.qa-mod .qalist .icon-q { background-image: url(../images/q.png); position: absolute; left: .4rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 768px) { .qa-mod .qalist .icon-q { left: .25rem; } }

.qa-mod .qalist .icon-a { background-image: url(../images/a.png); }

.qa-mod .qalist .icon-btn { background-image: url(../images/icon-add2.png); position: absolute; right: .5rem; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 768px) { .qa-mod .qalist .icon-btn { right: .3rem; background-size: 80%; } }

.qa-mod .qalist .q { background-color: #f6f6f6; border-radius: .1rem; font-size: calc(12px - .12rem + .16rem); padding: .2rem .92rem; position: relative; cursor: pointer; color: #555555; }

.qa-mod .qalist .a { line-height: 2; padding: .34rem .2rem .04rem 0; display: none; }

.qa-mod .qalist .a .icon { float: left; margin-left: .4rem; margin-right: .32rem; margin-top: 6px; }

.qa-mod .qalist .a .txt { overflow: hidden; }

.qa-mod .qalist li { margin-bottom: .3rem; }

.qa-mod .qalist li:last-of-type { margin-bottom: 0; }

.qa-mod .qalist li.on .icon-q { background-image: url(../images/q1.png); }

.qa-mod .qalist li.on .icon-btn { background-image: url(../images/icon-cut.png); }

.qa-mod .qalist li.on .q { background: #c0a062; color: #fff; }

.qa-mod .qalist li.on .a { display: block; }

.address-mod { background: #f6f6f6; padding-top: .45rem; padding-bottom: .6rem; }

.address-mod .tt { font-size: .4rem; text-align: center; color: #222; font-weight: bold; }

.address-mod .tt:after { content: ''; width: 36px; height: 5px; background-color: #c0a062; display: block; margin: .15rem auto 0; }

.address-mod .list { font-size: 0; margin-top: .47rem; }

.address-mod .list .item { background: #fff; border-radius: .1rem; display: inline-block; vertical-align: top; width: calc(890 / 1820 * 100%); margin-right: calc(40 / 1820 * 100%); margin-bottom: .4rem; }

.address-mod .list .item:nth-of-type(2n) { margin-right: 0; }

@media (max-width: 768px) { .address-mod .list .item { width: 100%; margin-right: 0; } }

.address-mod .list .item .hd { border-bottom: 1px solid #f4f4f4; padding: .2rem 0 .2rem .38rem; font-size: calc(12px - .12rem + .2rem); color: #333; position: relative; }

.address-mod .list .item .hd:before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 3px; height: 18px; background-color: #c0a062; }

.address-mod .list .item .bd { padding: .11rem .2rem .22rem .42rem; font-size: calc(12px - .12rem + .16rem); color: #333; }

.address-mod .list .item .bd .li { padding: .08rem 0; }

.address-mod .list .item .bd .icon { float: left; margin-right: .2rem; }

.address-mod .list .item .bd .tx { overflow: hidden; }

.cate-mod { padding-top: .64rem; padding-bottom: .45rem; }

.cate-mod .item { position: relative; margin-bottom: .48rem; }

.cate-mod .item:last-of-type { margin-bottom: 0; }

.cate-mod .bg { width: 100%; }

.cate-mod .tx { position: absolute; left: 1.5rem; top: 45%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.cate-mod .tx .name { font-size: .6rem; color: #fff; }

.cate-mod .tx .more { min-width: 1.85rem; padding: .14rem .25rem; background-color: #c0a062; -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); border-radius: .5rem; font-size: calc(12px - .12rem + .18rem); color: #fff; text-align: center; display: inline-block; margin-top: 1.1rem; }

@media (max-width: 768px) { .cate-mod .tx { left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }
	.cate-mod .tx .name { font-size: 18px; }
	.cate-mod .tx .more { margin-top: 20px; } }

.product-list { font-size: 0; }

.pro-it { height: auto; padding-bottom: .5rem; display: inline-block; vertical-align: top; float: none; }

.pro-it .md { position: relative; }

.pro-it .lab--abs { position: absolute; right: 0; bottom: 0.2rem; width: 90px; }

.pro-it .lab--abs .img { padding-top: calc(68 / 116 * 100%); background-size: contain; }

.pro-it .lab { font-size: 0; max-width: 500px; margin: auto; }

.pro-it .lab .item { display: inline-block; vertical-align: top; width: calc(116 / 370 * 100%); margin-right: calc(11 / 370 * 100%); }

.pro-it .lab .item:nth-of-type(3n) { margin-right: 0; }

.pro-it .lab .item .img { padding-top: calc(68 / 116 * 100%); background-size: contain; }

.pro-it .btns { font-size: 0; }

.pro-it .btn { margin-top: .44rem; width: 47%; }

.pro-it .btn:first-of-type { margin-right: 6%; }

.d-tex .btn__wrap { font-size: 0; width: 403px; max-width: 100%; }

.d-tex .btn__wrap .btn { width: 47%; }

.d-tex .btn__wrap .btn:first-of-type { margin-right: 6%; }

.btn__fixed { position: fixed; top: .8rem; left: 0; z-index: 999; width: 100%; padding: 15px 0; background: #c0a062; font-size: 0; text-align: right; display: none; }

.btn__fixed .btn__wrap { width: 400px; display: inline-block; }

.btn__fixed .btn { text-align: center; margin-top: 0 !important; color: #fff; border-color: #fff; }

.btn__fixed .btn:hover { background: #fff; color: #c0a062; border-color: #c0a062; }

.btn__fixed .btn:hover:before { background: #fff; }

.review { max-width: 1550px; padding-top: .47rem; padding-bottom: 1.04rem; }

.review .item { border-bottom: 1px solid #e9e9e9; padding-bottom: .33rem; padding-top: .4rem; }

.review .avatar { width: .8rem; border-radius: 50%; overflow: hidden; float: left; margin-right: .35rem; }

.review .avatar .img { padding-top: 100%; background-size: cover; }

.review .rg { overflow: hidden; }

.review .rg .name { font-size: .18rem; color: #333; font-weight: bold; }

.review .rg .date { font-size: .16rem; color: #666; }

.review .rg .star { margin-top: .15rem; }

.review .rg .star p { display: inline-block; vertical-align: middle; font-size: .16rem; color: #333; margin-left: 5px; }

.review .rg .star-icon { font-size: 0; display: inline-block; vertical-align: middle; }

.review .rg .star-icon img { display: inline-block; margin-right: 6px; }

.review .rg .desc { font-size: .16rem; color: #666; line-height: 2; margin-top: .15rem; }

/*.popup { display: none; }*/

/*.popup .bg { position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }*/

.popup { display: none; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); text-align: center; }

.popup:before { content: ''; display: inline-block; vertical-align: middle; height: 100%; }

.popup .main { display: inline-block; vertical-align: middle; position: relative; max-width: 530px; width: 90%; max-height: 80%; margin: auto; background: #fff; border-radius: 10px; }

.popup .coupon-code { text-align: center; font-size: .2rem; color: #333; }

.popup .btn-copy { cursor: pointer; margin: auto; margin-top: .25rem; color: #fff; text-align: center; font-size: .16rem; width: 101px; height: 35px; line-height: 35px; background-color: #c0a062; -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); border-radius: 18px; }

.popup .mCSB_inside > .mCSB_container { margin-right: 20px; }

.popup-email .main { padding: 1.4rem .4rem 1rem; }

.popup-email .ipt { display: block; max-width: 455px; width: 100%; height: .7rem; line-height: .7rem; background-color: #f2f2f2; border-radius: 35px; border: none; text-align: center; padding: 0 10px; font-size: .2rem; }

.popup-email .ipt::-webkit-input-placeholder { color: #999; }

.popup-email .ipt:-ms-input-placeholder { color: #999; }

.popup-email .ipt::-ms-input-placeholder { color: #999; }

.popup-email .ipt::placeholder { color: #999; }

.popup-email .btn-getCoupon { color: #fff; text-align: center; width: 185px; margin: .5rem auto 0; cursor: pointer; line-height: 2.77; background-color: #c0a062; -webkit-box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); box-shadow: 0px 0px 10px 0px rgba(192, 160, 98, 0.49); border-radius: 25px; font-size: .18rem; }

.popup .close { width: 32px; height: 32px; background: url(../images/guanbi.png) no-repeat center/contain; position: absolute; right: 30px; top: 30px; cursor: pointer; }

.popup-buy .cnt { padding: .5rem .7rem .7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; }

.popup-buy .btn__wrap { margin-top: .5rem; font-size: 0; }

.popup-buy .btn__wrap .btn { width: 47%; }

.popup-buy .btn__wrap .btn:first-of-type { margin-right: 6%; }

/*.popup-buy .buy-link { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; }*/

.popup-buy .buy-link { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-y: auto; max-height: 3rem; }

.popup-buy .links-item { display: none; }

.popup-buy .links-item.on { display: block; }

.popup .mCSB_inside > .mCSB_container { margin-right: 20px; }

@media (max-width: 500px) { .popup-buy .cnt { padding: .5rem .2rem .5rem; }
	.popup .close { right: 10px; top: 10px; } }

.buy-link { margin-top: 30px; }

.buy-link .item { margin-bottom: 20px; background-color: #f7f7f7; border-radius: 4px; padding: 5px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.buy-link .item .icon { height: 50px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.buy-link .item .icon img { max-height: 100%; max-width: 100%; }

.buy-link .item .btn { height: auto; line-height: 2.5; min-width: 1.3rem; font-size: .14rem; font-weight: normal; margin-left: .2rem; }

.promote-list { max-width: 1540px; padding-top: .7rem; padding-bottom: .46rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.promote-list .item { position: relative; border-radius: .2rem; overflow: hidden; width: calc(690 / 1440 * 100%); margin-bottom: .5rem; }

.promote-list .item .bg { /*padding-top: calc(440 / 690 * 100%);*/ background-position: center; background-size: cover; }

.promote-list .item .text { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; width: 100%; padding: 0 .63rem; }

.promote-list .item .name { font-size: .36rem; line-height: 2; }

.promote-list .item .btn { margin-top: .3rem; }

.promote-list .item1 { width: 100%; text-align: center; }

/*.promote-list .item1 .bg { padding-top: calc(550 / 1440 * 100%); }*/

.promote-list .item1 .name { font-size: .6rem; }

@media (max-width: 900px) { .promote-list .item .name { font-size: 14px; }
	.promote-list .item1 .name { font-size: 16px; } }

@media (max-width: 500px) { .promote-list .item { width: 100%; } }

.activity-banner { position: relative; }

.fix-mod { background: rgba(0, 0, 0, 0.5); position: absolute; bottom: 0; left: 0; z-index: 10; width: 100%; padding: .35rem 0; }

.fix-mod .layout { max-width: 1600px; }

.fix-mod .label { font-size: .22rem; color: #c0a062; display: inline-block; vertical-align: middle; padding-right: .5rem; background: url(../images/10.png) no-repeat center right; }

.fix-mod .count { display: inline-block; vertical-align: middle; font-size: 0; }

.fix-mod .count .item { display: inline-block; text-align: center; margin-left: .5rem; }

.fix-mod .count .data { font-size: .24rem; color: #fff; }

.fix-mod .count .t { font-size: .16rem; color: #fff; opacity: .3; margin-top: .2rem; }

.fix-mod .rg { width: 9rem; height: .7rem; border-radius: .35rem; background: #fff; position: relative; }

.fix-mod .rg input { width: 100%; height: 100%; padding: 0 2rem 0 .94rem; background: none; border: none; }

.fix-mod .rg .bn { position: absolute; right: 0.1rem; top: 0.1rem; width: 1.85rem; height: .5rem; line-height: .5rem; text-align: center; border-radius: .25rem; color: #fff; background: #c0a062; cursor: pointer; }

@media (max-width: 900px) { .fix-mod .rg { width: 6rem; }
	.fix-mod .rg input { padding-left: .2rem; } }

@media (max-width: 768px) { .fix-mod .rg { width: 100%; margin-top: 20px; } }

.pro-art .d-tex .btn { margin-top: 0.4rem; }

@media (max-width: 768px) { .fix-mod { position: relative; background: #000; } }

.module-activity-1 { background-size: cover; text-align: center; padding-top: .65rem; padding-bottom: .43rem; }

.module-activity-1 .content { width: 95%; max-width: 1600px; margin: auto; }

.module-activity-1 .text .tit { font-size: .48rem; color: #333; }

.module-activity-1 .text .desc { font-size: .22rem; color: #4e5b63; line-height: 1.8; margin-top: .3rem; }

.module-activity-1 .list { margin-top: .55rem; font-size: 0; }

.module-activity-1 .list .li { display: inline-block; vertical-align: top; font-size: 14px; line-height: 1.5; background: #fff; border-radius: .2rem; width: calc(370 / 1600 * 100%); margin-right: calc(40 / 1600 * 100%); padding: .4rem .4rem .65rem; margin-bottom: .3rem; }

@media (min-width: 769px) { .module-activity-1 .list .li:nth-of-type(4n) { margin-right: 0; } }

@media (max-width: 768px) { .module-activity-1 .list .li { width: 48%; margin-right: 4%; }
	.module-activity-1 .list .li:nth-of-type(2n) { margin-right: 0; } }

.module-activity-1 .list .icon { height: .92rem; }

.module-activity-1 .list .tit { font-size: .2rem; color: #333; margin-top: .32rem; }

.module-activity-1 .list .desc { font-size: .16rem; color: #666; margin-top: .17rem; }

.module-activity-2 { background: #c0a062; padding-top: .33rem; padding-bottom: .37rem; }

.module-activity-2 .content { width: 95%; max-width: 1600px; margin: auto; color: #fff; font-size: .22rem; line-height: 1.8; text-align: center; }

.module-activity-3 { padding-top: .7rem; padding-bottom: .4rem; }

.module-activity-3 .content { width: 95%; max-width: 1820px; margin: auto; }

.module-activity-3 .list { font-size: 0; }

.module-activity-3 .list .li { display: inline-block; font-size: 14px; border-radius: .2rem; overflow: hidden; position: relative; width: calc(885 / 1820 * 100%); margin-right: calc(50 / 1820 * 100%); margin-bottom: calc(50 / 1820 * 100%); color: #fff; }

@media (min-width: 1001px) { .module-activity-3 .list .li:nth-of-type(2n) { margin-right: 0; } }

@media (max-width: 1000px) { .module-activity-3 .list .li { width: 100%; margin-right: 0; } }

.module-activity-3 .list .pic { padding-top: calc(395 / 885 * 100%); background-size: cover; }

.module-activity-3 .list .text { position: absolute; left: 0; top: 50%; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding-left: .46rem; line-height: 1.5; }

.module-activity-3 .list .name { font-size: .36rem; }

.module-activity-3 .list .desc { font-size: .18rem; margin-top: 5px; }

.module-activity-3 .list .lable { margin-top: .4rem; }

.module-activity-3 .list .lable .img { height: .3rem; margin-right: .5rem; }

.module-activity-3 .list .lable .img:nth-of-type(3n) { margin-right: 0; }

.module-activity-3 .list .foot { margin-top: .67rem; font-size: 0; }

.module-activity-3 .list .foot .btn { margin-right: .2rem; }

.module-activity-3 .list .foot .btn:last-of-type { margin-right: 0; }

@media (max-width: 1000px) { .module-activity-3 .list .text { padding-left: 10px; }
	.module-activity-3 .list .lable { margin-top: .2rem; }
	.module-activity-3 .list .foot { margin-top: .3rem; } }




