/*header*/
.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;

	transition: all .4s ease-in-out;
}
.header .navs{
	width: 1175px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header .navs:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.header a{
	text-align: center;
	float: left;
	width: 14.2%;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5F000000,endColorstr=#5F000000);
	color: #fff;
	font-size: 16px;
	margin-left: 1px;
	padding-top: 2.8%;
	padding-bottom: 1.8%;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.header a:first-child{
	margin: 0;
}
.header a:hover,
.header a.cur{
	background-color: #90272b;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0F000000,endColorstr=#0F000000);
}
.header a em{
	display: block;
	color: #c4c8c5;
	font-size: 12px;
	text-transform: uppercase;
}
.header .btn-menu{
	display: none;
}
/*footer*/
.footer{
	text-align: center;
}
.footer .footer-map{
	width: 100%;
}
.footer .footer-info {
	overflow: hidden;
}
.footer dl{
	float: left;
	display: inline-block;
	font-size: 16px;
	border-left: 1px solid #e5e5e5;
	padding: 5% 6.6%;
}
.footer dl:first-child{
	border: 0;
}
.footer dl dt{
	font-size: 36px;
	font-family: "Arial";
}
.footer .footer-bottom{
	background-color: #90272b;
	color: #fff;
	font-size: 16px;
	line-height: 180%;
	padding: 2.4% 0 1.6%;
	position: relative;
}
.footer .footer-bottom a{
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -39px;
	cursor: pointer;
}



/*banner*/
.banner{
	width: 100%;
	margin-bottom: -60px;
}
.banner .auto-container{
	width: 1265px;
}
.banner img{
	width: 100%;
}
.banner a .auto-container{
	height: 250px;
	text-align: center;
	background-color: #464646;
	margin-top: -190px;
	position: relative;
	z-index: 1;
}
.banner a .auto-container p{
	font-size: 60px;
	color: #fff;
	padding-top: 4%;
}
.banner.owl-theme .owl-controls{
	margin-top: -50px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	z-index: 2;
}

.banner.owl-theme .owl-controls .owl-page span{
	background-color: #fff;
	opacity: 1;
	transition: all .35s ease;	
}
.banner.owl-theme .owl-controls .owl-page.active span, 
.banner.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #90272b;
	width: 16px;
	height: 16px;
}





/*common style*/
.auto-container{
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
/*宽 1180*/
.auto-container2{
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.more{
	display: block;
	width: 84px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #90272b;
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
.more:hover{
	background-color: #90272b!important;
	border-color: transparent!important;
}

.section-title h2{
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	color: #1e221c;
}

.section-title h2:after{
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	margin: 1% auto;
	background-color: #90272b
}

.section-title2 h2{
	color: #fff;
}




/*
=================================================
分页
=================================================
*/
.pagewrap{
	text-align: center;
	padding: 6% 0 10%;
}
.pagewrap a,
.pagewrap span{
	display: inline-block!important;
	border: 1px solid #e6e6e6;
	padding: 9px 15px!important;
	margin-right: 5px;
	background-color: #f5f5f5;
}

.pagewrap a:hover,
.pagewrap span.current{
	background-color: #90272b;
	border: 1px solid #90272b;
	color: #fff;
}


/*返回*/
.return-wrap {
	text-align: center;
}
.return-wrap a{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 4% 1% 0 1%;
}


@media (max-width: 1440px){

	.header a{
		padding-top: 1.8%;
		padding-bottom: 1.6%;
	}
	.section-title h2{
		font-size: 38px;
	}

	.banner a .auto-container{
		width: 1000px;
		height: 210px;
		margin-top: -150px;
	}
	.banner a .auto-container p{
		font-size: 40px;
	}


}


@media (max-width: 1366px){
	.section-title h2 {
	    font-size: 36px;
	    margin-bottom: 4%;
	}
}


@media (max-width: 1279px){
	.header .navs{
		width: 1000px;
	}
	
	.auto-container{
		width: 1000px;
	}
	

	.footer dl{
		padding-left: 6%;
		padding-right: 6%;
	}
	.footer dl dt{
		font-size: 28px;
	}
	.footer .footer-bottom{
		font-size: 14px;
	}

	.banner a .auto-container p{
		font-size: 36px;
		padding-top: 2%;
	}
	.banner a .auto-container{
		height: 150px;
		margin-top: -90px;
	}

	
}



@media (max-width: 1220px){
	.auto-container2{
		width: 1000px;
	}
}

@media (max-width: 1020px){
	.auto-container2{
		width: 960px;
	}
}




@media (max-width: 1017px){
	.header .navs{
		width: 100%;
	}
	.banner{
		/*margin-top: 88px;*/
		margin-top: 77px;
	}
	.header a{
		width: 14.199%;
	}
	.banner a .auto-container p{
		font-size: 24px;
		padding-top: 3%;
	}
	.banner a .auto-container{
		width: 100%;
		height: 130px;
		margin-top: 0;
	}
	.banner.owl-theme .owl-controls{
		margin-top: -40px;
	}



	/*footer*/
	.footer dl {
	    padding-left: 3%;
	    padding-right: 3%;
	}

	.auto-container{
		width: 900px;
	}
}


/*mobile*/
@media (max-width: 980px){
	.section-title h2{
		font-size: 28px;
	}
	.auto-container,
	.auto-container2{
		width: 100%;
		padding: 0 2%;
		box-sizing: border-box;
	}
	
	.banner {
	    margin-top: 50px;
	}

	.header{
		height: 50px;
		background-color: #000;
	}
	.navs{
		position: absolute;
		height: 100%;
		/*display: none;*/
		background-color: #fff;
		left: 100%;
		padding-top: 8%;
		line-height: 1.9;
	}
	.nav-show{
		margin-left: -80%;
	}
	.nav-show a{
		width: 80%!important;
	}
	.navs a{
		display: block;
		width: 100%;
		background: none;
		color: #333;
		font-size: 14px;
	}
	.header a em{
		display: none;
	}
	.header a:hover,
	.header a.cur{
		background: none;
	}
	.header .btn-menu{
		display: block;
		cursor: pointer;
		position: absolute;
		right: 3%;
		top: 16px;
	}

	.footer dl{
		float: none;
		font-size: 14px;
	}
	.footer dl dt {
	    font-size: 16px;
	}
}

@media (max-width: 768px){
	.section-title h2{
		font-size: 24px;
	}
	.banner a .auto-container{
		height: 110px;
	}
	.banner a .auto-container p{
		font-size: 18px;
	}

	.footer dl{
		width: 100%;
		padding: 5% 0;
		border-top: 1px solid #f1f1f1;
		border-left: 0;
	}
	.footer .footer-bottom{
		margin-top: 8%;
	}

	.footer dl dt{
		font-size: 14px;
	}

	.footer .footer-bottom{
		font-size: 12px;
		padding: 4% 0;
	}
}

@media (max-width: 520px){
	.banner a .auto-container {
	    height: 90px;
	}
}

@media (max-width: 414px){
	.banner a .auto-container{
		height: 88px;
	}

	.banner a .auto-container p {
	    font-size: 16px;
	    padding-top: 5%;
	}
	.banner.owl-theme .owl-controls {
	    margin-top: -32px;
	}




}
