*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
}


.banner{
	width: 100%;
	height: 700px;
	background: url(../images/banner.jpg) no-repeat center center;
}


.titles{
	margin-top:50px;
	text-align: center;
}

.titles p{
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
}

.titles h3{
	color: #353535;
	font-size: 22px;
	font-weight: normal;
	margin-top:10px;
}

.titles h2{
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #666;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	
	-moz-transform:rotate(90deg); 	
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}

.titles h4 img{
	display: block;
	margin:0 auto;
}


.qiantu{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}


.qtlist{
	width: 396px;
	height: 320px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-bottom: 30px;
}


.qtlist p{
	width: 380px;
	margin: 8px auto;
}


.qtlist h3{
	width: auto;
	text-align: left;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	text-indent: 10px;
}


.formbm{
	width: 1200px;
	height: 112px;
	margin: 0 auto;
	background: url(../images/bg.png);
	margin-top: 50px;
	margin-bottom: 60px;
	overflow: hidden;
}


.formbm ul{
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;	
	margin-top: 34px;
}


.form_left{
	width: 156px;
	height: 54px;
	background: url(../images/form_left.png) no-repeat left center;
	line-height: 54px;
	text-indent: 50px;
	color: #fff;
	font-size: 24px;
}


.uname{
	width: 262px;
	height: 46px;
	border: none;
	line-height: 46px;
	background:#fff url(../images/uname.png) no-repeat 10px center;
}

.uphone{
	width: 262px;
	height: 46px;
	border: none;
	line-height: 46px;
	background:#fff url(../images/phone.png) no-repeat 10px center;
}

.uzhuanye{
	width: 262px;
	height: 46px;
	border: none;
	line-height: 46px;
	background:#fff url(../images/zhuanye.png) no-repeat 10px center;
	text-indent: 50px;
	font-size: 16px;
}




.formbm ul li input{
	text-indent: 50px;
	font-size: 16px;
}


.subbox{
	width: 120px;
	height: 46px;
	border: none;
	background: #fff;
	line-height: 46px;
	text-indent: 0px!important;
	color: #f00;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 2px 2px 3px #666;
	border-radius: 6px;
}



.xhuanan{
	width: 100%;
	background: url(../images/bg.png);
	padding-bottom: 2px;
}


.bgtop{
	width: 100%;
	height: 58px;
	background:#fff url(../images/footbg.png);
}


.pins{
	width: 1184px;
	height: 520px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}



.pin{
	width: 338px;
	height: 340px;
}

.ps1{
	position: absolute;
	left: 0;
	top: 0;
}

.ps2{
	position: absolute;
	left: 169px;
	top: 170px;
}

.ps3{
	position: absolute;
	left: 338px;
	top: 0;
}


.ps4{
	position: absolute;
	left: 507px;
	top: 170px;
}


.ps5{
	position: absolute;
	left: 676px;
	top: 0;
}


.ps6{
	position: absolute;
	left: 845px;
	top: 170px;
}

.cover{
	width: 100%;
	height: 100%;
	position: relative;
}

.psshow{
	width: 240px;
	height: 240px;
	position: absolute;
	left: 49px;
	top: 52px;
	background: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	
	-moz-transform:rotate(45deg); 	
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	opacity: 0.9;
	display: none;
}

.ntext{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 240px;
	font-size: 32px;
	font-weight: bold;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	
	-moz-transform:rotate(-45deg); 	
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	text-shadow: black 2px 1px 2px;
	color: #f00;
}





.btn{
	width: 274px;
	height: 54px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
}


.btn a{
	width: 100%;
	height: 100%;
	display: block;
	color: #AA0911;
	font-size: 24px;
	text-align: center;
	line-height: 54px;
	transition: 1s;
	border-radius: 6px;
	background: #fff;
}

.btn a:hover{
    background: #FF5C26;
    color: #fff;
}



.zhuanye{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zylists{
	width: 590px;
	height: 327px;
	background: #F6F6F6;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}


.zylists img{
	display: block;
}

.zyinfo{
	padding:0 10px;
}


.info_head{
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

.info_head h2{
	height: 50px;
	line-height: 50px;
	text-align: center;
}


.info_head p{
	color: #B30916;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}


.info_body p{
	line-height: 28px;
	margin-top: 5px;
}

.info_foot{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.info_foot a{
	width: 102px;
	height: 34px;
	display: block;
	border-radius: 17px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.info_foot a.xqbtn{
	background: #616161;
}


.info_foot a.zxbtn{
	background: #AE0D15;
}


.mstitle{
	width: 100%;
	height: 110px;
	background: url(../images/bg.png);
}

.mstitle h2{
	line-height: 110px;
	text-align: center;
	font-size: 36px;
	color: #fff;
}


.mingshi{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
}


.mingshi .mslist{
	width: 300px;
	height: 500px;
	position: relative;
	overflow: hidden;
}


.mslist img{
	width: 280px;
	display: block;
	margin: 0 auto;
}

.mslist .msinfo{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F3F3F3;
	border-top: 5px solid #AE0E18;
}


.msinfo h3{
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.msinfo p{
	width: 260px;
	margin: 0 auto;
	line-height: 32px;
	font-size: 16px;
}


.msfoot{
	width: 100%;
	background: url(../images/bg.png);
	overflow: hidden;
}


.bgfoot{
	width: 100%;
	height: 58px;
	background:#fff url(../images/footbg.png);
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	
	-moz-transform:rotate(180deg); 	
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}


.xuezi{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}



.xzlist{
	width: 356px;
	height: 356px;
	position: relative;
}


.xzlist img{
	width: 100%;
	display: block;
}


.xzbg{
	width: 356px;
	height: 356px;
	border-radius: 50%;
	background: #AE0D15;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}


.xzinfo{
	width: 240px;
	height: 190px;
}


.xzinfo h3{
	width: 120px;
	height: 44px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	font-size: 22px;
	color: #fff;
}

.xzinfo h4{
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}


.xzinfo p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
}


.huanjing{
	width: 1210px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}



.footnews{
	width: 100%;
	height: 353px;
	background: url(../images/footnews.jpg) no-repeat;
	margin-top: 100px;
	overflow: hidden;
	margin-bottom: 50px;
}


.footnews h3{
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 60px;
	margin-top: 100px;
}


.footnews a{
	width: 240px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin:0 auto;
	margin-top: 25px;
	font-size: 24px;
	border: 2px solid #fff;
	border-radius: 6px;
	font-weight: bold;
}