@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font-size:14px;  line-height:25px; color:#333;font-family: "microsoft yahei",simhei;background-color: #f0f0f0;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}


.box{
	width: 100%;
}

.box .title{
	width: 100%;
	margin: auto;
	text-align: center;
	position: relative;
}
.box .title:before{
	content:"";
	display: block;
	position: absolute;
	top: 12px;
	left: 85px;
	background-image: url("../images/hwz.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 57px;
	height: 20px;
}
.box .title:after{
	content:"";
	display: block;
	position: absolute;
	top: 12px;
	right: 85px;
	background-image: url("../images/hwy.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 57px;
	height: 20px;	
}
.box .title div:nth-child(1){
	font-size: 	26px;
	line-height: 40px;
	height: 40px;
	color: #333;
}


/*banner*/
.box .banner{
	width: 100%;
	clear: both;
}
.box .banner img{
	display: block;
	width: 100%;
}


/*页面内容*/
.box .nr,.box .nr .nav{
	overflow: hidden;
}
.box .nr .nav{
	margin-top: 30px;
	width: 100%;
}


.box .nr .show{
	width: 92%;
	margin:30px auto 0;
}
.box .nr .show .pxfl{
	width: 100%;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
.box .nr .show .pxfl li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.box .nr .show .pxfl li div{
	margin: 15px 0;
	border-left: 1px solid #ccc;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #999;
}
.box .nr .show .pxfl li div.lh{
	line-height: 18px;
}
.box .nr .show .pxfl li:nth-child(1) div{
	border:none;
}
.box .nr .show .pxfl li div span{
	color: #ed1c24;
}
.box .nr .show .pxfl li .bt{
	font-size: 16px;
	color: #333;
}

.box .nr .jx{
	margin: 40px auto 0;
	width: 92%;
	background-size: cover;
	background-position: center;
	padding-top: 40px;
	background-image: url("../images/pxbg.png");
}
.box .nr .jx .jxbt{
	width: 100%;
	overflow: hidden;
	margin: auto;
}
.box .nr .jx .jxbt .hong{
	width: 108px;
	margin: 16px auto 10px;
	height: 2px;
	background-color: #ed1c24;
}
.box .nr .jx .jxbt .xbt div{
	text-align: center;
	font-size: 24px;
	color: #fff;
}


.box .nr .jx .sl{
	width: 92%;
	margin: auto;
	font-size: 14px;
	text-align: center;
	color: #eee;
}
.box .nr .jx .jxnr{
	width: 92%;
	overflow: hidden;
	margin: 20px auto 0;
	padding-bottom: 20px;
}
.box .nr .jx .jxnr>div{
	float: left;
	padding: 20px 8px;
}
.box .nr .jx .jxnr>div img{
	display: block;
	margin-left: 10%;
	width: 80%;
}
.box .nr .jx .jxnr p{
	line-height: 2;
	color: #eee;
}
.box .nr .jx .jxnr .p1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.box .nr .jx .jxnr .p2{
	font-size: 16px;
}
.box .nr .jx .jxnr .p3{
	font-size: 16px;
	text-indent: 1em;
}
.box .nr .jx .jxnr .p4{
	font-size: 16px;
	text-indent: 2em;
}

.box .nr .pxphoto{
	position: relative;
	width: 92%;
	margin: 60px auto 0;
}
.box .nr .pxphoto .swiper-container{
	width: 100%;
	margin: 30px auto 0;
}
.box .nr .pxphoto .swiper-container li .photo{
	width: 100%;
    z-index: 2;
}
.box .nr .pxphoto .swiper-container li .photo img{
	width: 100%;
	display: block;
}
.box .nr .pxphoto .swiper-container li .xbt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}



@media screen and (max-width: 1401px) {
    .box .aboutus{
		width: 1200px;
	}
	.box .aboutus .content .right{
		width: 460px;
	}
}
