@charset "utf-8";
/*public*/
.mt-module{
	margin-top: 30px;
}
.mb-module{
	margin-bottom: 30px;
}
.pt-module{
	padding-top: 20px;
}
.pb-module{
	padding-bottom: 20px;
}
.title-index{
	margin-bottom: 20px;
}
.title-index .cn{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #333;
}
.title-index .en{
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	font-family: 'Open Sans';
	text-transform: uppercase;
}
.button-more{
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #1a1a1a;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #1a1a1a;
	letter-spacing: 1px;
	overflow: hidden;
}
.button-more svg{
	display: none;
}
.swiper-prev,
.swiper-next{
	display: none;
}
@media (min-width: 768px){
	.mt-module{
		margin-top: 60px;
	}
	.mb-module{
		margin-bottom: 60px;
	}
	.pt-module{
		padding-top: 40px;
	}
	.pb-module{
		padding-bottom: 40px;
	}
	.title-index{
		margin-bottom: 30px;
	}
	.title-index .cn{
		font-size: 20px;
		line-height: 24px;
	}
	.title-index .en{
		font-size: 18px;
		line-height: 24px;
		margin-top: 5px;
	}
	.button-more{
		width: 140px;
		height: 46px;
		margin-top: 30px;
		line-height: 46px;
		position: relative;
		border: none;
		color: #1a1a1a;
	}
	.button-more svg {
		display: block;
		width: 100%;
		height: 46px;
		left: 0;
		position: absolute;
		top: 0;
	}
	.button-more rect {
		fill: none;
		stroke: #1a1a1a;
		stroke-width: 1;
		stroke-dasharray: 500, 0;
		-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.button-more:hover {
		color: #bb9645;
	}
	.button-more:hover rect {
		stroke: #bb9645;
		stroke-width: 3;
		stroke-dasharray: 30, 251;
		stroke-dashoffset: 40;
	}
	.swiper-prev,
	.swiper-next{
		display: block;
		position: absolute;
		width: 60px;
		height: 60px;
		background: #dbb866;
		border-radius: 100%;
		cursor: pointer;
		text-align: center;
		line-height: 60px;
		z-index: 1250;
		top: 50%;
		margin-top: -30px;
		box-shadow: 0 0 10px 0 #999;
	}

	.swiper-prev:after,
	.swiper-next:after{
		font-size: 20px;
		color: #000;
		font-family: '宋体';
	}
	.swiper-prev:after{
		content: "<";
	}
	.swiper-next:after{
		content: '>';
	}
	.swiper-button-disabled{
		opacity: 0.4;
	}
}
@media (min-width: 992px){
	.mt-module{
		margin-top: 90px;
	}
	.mb-module{
		margin-bottom: 90px;
	}
	.pt-module{
		padding-top: 60px;
	}
	.pb-module{
		padding-bottom: 60px;
	}
	.title-index{
		margin-bottom: 40px;
	}
	.title-index .cn{
		font-size: 24px;
		line-height: 28px;
	}
	.title-index .en{
		font-size: 20px;
		line-height: 24px;
	}
}
@media (min-width: 1200px){
	.mt-module{
		margin-top: 120px;
	}
	.mb-module{
		margin-bottom: 120px;
	}
	.pt-module{
		padding-top: 80px;
	}
	.pb-module{
		padding-bottom: 80px;
	}
	.title-index{
		margin-bottom: 50px;
	}
	.title-index .cn{
		font-size: 28px;
		line-height: 32px;
	}
	/*.title-index .en{
		font-size: 24px;
		line-height: 28px;
	}*/
	.button-more{
		width: 160px;
		height: 50px;
		margin-top: 40px;
		line-height: 50px;
	}
	.button-more svg {
		height: 50px;
	}
	.button-more:hover rect {
		stroke-dasharray: 30, 285;
	}
}
@media (min-width: 1500px){
	.mt-module{
		margin-top: 150px;
	}
	.mb-module{
		margin-bottom: 150px;
	}
	.pt-module{
		padding-top: 100px;
	}
	.pb-module{
		padding-bottom: 100px;
	}
	.title-index{
		margin-bottom: 60px;
	}
	.title-index .cn{
		font-size: 30px;
		line-height: 34px;
	}
	/*.title-index .en{
		font-size: 28px;
		line-height: 32px;
	}*/
	.button-more{
		width: 180px;
		height: 56px;
		margin-top: 50px;
		line-height: 56px;
	}
	.button-more svg {
		height: 56px;
	}
	.button-more:hover rect {
		stroke-dasharray: 30, 321;
	}
}


/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.banner  img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 35px;
	height: 3px;
	border-radius: 0;
    color: #000;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #bb9645;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}
.banner .next,
.banner .prev{
	display: none;
	background: rgba(0,0,0,0.5);
}

.banner .next,
.banner .prev{
	position: absolute;
    top: 50%;
    width: 24px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.banner .next{
	right: 0;
}
.banner .prev{
	left: 0;
}
.banner .next a,
.banner .prev a{
	font-size: 24px;
	color: #fff;
}
.banner .next:hover,
.banner .prev:hover{
	background: rgba(0,0,0,0.8);
}
.banner .next.swiper-button-disabled,
.banner .prev.swiper-button-disabled{
	background: rgba(0,0,0,0.2) !important;
}
.qh{
	display: none;
}
.fix-top{
	margin-top: -20px;
}
@media (min-width: 992px){
	.banner .next,
	.banner .prev{
		display: block;
	}	
}


/********about start********/
.about{
	overflow: hidden;
}
.about-contain{
	width: 100%;
	padding: 0 15px;
}
.about .text-wrapper{
	display: block;
}
.about .text{
	margin-top: 30px;
	margin-bottom: 40px;
}
.about .text p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 15px;
}
.about .img-wrapper{
	display: none;
}
@media (min-width: 768px){
	.about-contain{
		width: 750px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.about .text-wrapper{
		display: table-cell;
		width: 50%;
		padding: 20px 40px 20px 0;
	}
	.about .text{
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.about .img-wrapper{
		display: table-cell;
		width: 50%;
		background: url('../images/about.jpg') center center no-repeat;
		background-size: cover;
	}
}
@media (min-width: 992px){
	.about-contain{
		width: 970px;
	}
	.about .text-wrapper{
		padding: 30px 80px 30px 0;
	}
	.about .text{
		margin-top: 50px;
		margin-bottom: 80px;
	}
}
@media (min-width: 1200px){
	.about-contain{
		width: 1170px;
	}
	.about .text-wrapper{
		padding: 50px 140px 50px 0;
	}
	.about .text{
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.about .text p{
		line-height: 2;
	}
}
@media (min-width: 1500px){
	
}
/********about end********/




/********door start********/
.door{
	overflow: hidden;
}
.door .title-index{
	text-align: center;
}
.door-wrap{
	position: relative;
	overflow: hidden;
}
.door-wrap li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.door-wrap li a,
.door-wrap li img{
	display: block;
	width: 100%;
}
.door-wrap li a{
	overflow: hidden;
}
.door-wrap li p{
	background: #fff;
	width: 200px;
	height: 50px;
	font-size: 14px;
	color: #333;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 10%;
}

@media (min-width: 768px){
	.door-prev，
	.door-next{
		top: 50%;
		margin-top: -30px;
	}
	.door-prev{
		left: 20%;
	}
	.door-next{
		right: 20%;
	}
	.door-wrap li img,
	.door-wrap li p{
		transition: all ease-in-out 0.3s;
	}
	.door-wrap li:hover img{
		transform: scale(1.1);	
	}
	.door-wrap li:hover p{
		background: #dbb866;
		color: #f3f3f3;
	}
}
/********door end********/




/********slogan start********/
.slogan{
	overflow: hidden;
}
.slogan-contain{
	width: 100%;
	padding: 0 15px;
}
.slogan-contain .content{
	display: block;
}
.slogan-contain .content p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
}
.slogan-contain .content img{
	display: block;
	width: 100%;
}
@media (min-width: 768px){
	.slogan-contain{
		width: 750px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.slogan-contain .content{
		width: 450px;
		float: right;
		display: block;
	}
	.slogan-contain .title-index{
		float: left;
		padding-top: 10px;
	}
}
@media (min-width: 992px){
	.slogan-contain{
		width: 970px;
	}
	.slogan-contain .content{
		width: 600px;
	}
}
@media (min-width: 1200px){
	.slogan-contain{
		width: 1170px;
	}
	.slogan-contain .content{
		width: 640px;
	}
}
/********slogan end********/



/********zhengmu start********/
.zhengmu{
	background: #f2f2f2;
	position: relative;
}

.zhengmu .title-index{
	text-align: center;
}
.zhengmu-wrap{
	position: relative;
	overflow: hidden;
}
.zhengmu-wrap li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.zhengmu-wrap li a,
.zhengmu-wrap li img{
	display: block;
	width: 100%;
}
.zhengmu-wrap li a{
	overflow: hidden;
}
.zhengmu-contain .text{
	display: none;
}
@media (min-width: 768px){
	.zhengmu-prev,
	.zhengmu-next{
		top: 50%;
		margin-top: -30px;
	}
	.zhengmu-prev{
		left: 10%;
	}
	.zhengmu-next{
		right: 10%;
	}
	.zhengmu-contain{
		position: relative;
		overflow: hidden;
	}
	.zhengmu-wrap{
		width: 87.5%;
		float: right;
	}
	.zhengmu-contain .text{
		display: block;
		position: absolute;
		width: 1px;
		left: 7.8%;
		bottom: 0;
		font-size: 1.87vw;
	}
	.zhengmu-contain .text p{
		display: inline-block;
		color: #999;
		font-weight: bold;
		padding-bottom: 10px;
		font-family: '宋体';
	}
	.zhengmu-contain .text span{
		display: inline-block;
		color: #999;
		font-weight: normal;
		font-family: '宋体';
	}
}
/********zhengmu end********/

.news{
	overflow: hidden;
}
.news li{
	width: 100%;
	margin-bottom: 15px;
}
.news li a{
	display: block;
	box-shadow: none;
}
.news li img{
	display: block;
	width: 100%;
}
.news .text{
	background: #f2f2f2;
	padding: 15px 10px 15px 10px;
}
.news li h1{
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news li span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 10px;
}
@media (min-width: 768px){
	.news{
		margin-left: -15px;
		margin-right: -15px;
	}
	.news li{
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.news a{
		position: relative;
		top:0;
		background: #000;
	}
	.news a img{
		opacity: 1;
	}
	.news a:hover{
		top: -3px;
	}
	.news a:hover img{
		opacity: 0.7;
	}
}
@media (min-width: 992px){
	.news li{
		width: 25%;
		padding: 0 15px;
		margin-bottom: 16px;
	}
	.news .text{
		padding: 20px 20px;
	}
}
@media (min-width: 1200px){

}
@media (min-width: 1500px){

}