*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
img{
	max-width: 100%;
	border: none;
	display: block;
}
body{
	background: #fff;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	font-family: "思源雅黑";
	align-items: center;
}
.fr{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.fc{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

/*part1*/
.part1bg{
	width: 100%;
	height: 109px;
	background: #a70107;
}
.part1{
	width: 1000px;
	height: 109px;
}

/*part2*/
.part2{
	height: 510px;
	width: 100%;
	position: relative;
}
#banner{ 
	width:100%; 
	height:510px; 
	position:relative;
	overflow: hidden;
}
#banner li{ 
	width:1920px; 
	height:510px; 
	position:absolute; 
	left:50%; 
	top:0;
	margin-left: -960px;
}
#num{
	width: 40px;
	height: 10px;
	position: absolute;
	bottom: 40px;;
	left: 50%;
	margin-left: -20px;
}
#num span{
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 5px;
	background: #fff;
}
#num .onnum{
	background: #ac0a0b;
}

/*part3*/
.part3{
	margin-top: -40px;
	z-index: 9;
}

/*part4*/
.part4 img{
	margin-top: 30px;
}

/*part5*/
.part5 img{
	margin-top: 60px;
}


/*part6*/
.part6{
	width: 920px;
	margin-top: 40px;
	justify-content: flex-start;
}
.part6 h1{
	color: #1a1a1a;
	font-size:36px;
	letter-spacing: 2px;
	margin-top: 35px;

}
.part6 h1 span{
	color: #ad131b;
}
.part6 p{
	font-size: 18px; 
	color: #999999;
	margin-top: 5px;
	margin-bottom: 25px;
}
.part6 li{
	margin-bottom: 30px;
	width: 780px;
}
.part6 li h2{
	color: #333333;
	font-size: 20px;
	font-weight: normal; 
	margin-bottom: 15px;
}
.part6 li div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.part6 li div a{
	display: block;
	width: 150px;
	height: 45px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	color: #666666;
	font-size: 20px;
	background: #f9f9f9;
}
.part6 li div span{
	width: 150px;
}
.part6 li div .daxz{
	color: #fff;
	background: #ffbc2f;
	border:1px solid #ffbc2f;
}
.part6 input{
	width: 378px;
	height: 60px;  
	line-height: 60px;
	border: 1px solid #dcdcdc;
	text-align: center;
	outline: none;
	color: #666666;
	font-size:20px; 
	background: #fff;
	border-radius: 5px;
}
.part6 .bmbd{
	margin-top: 30px;
}
.part6 .bmbd div{
	width: 690px;
}
.part6 .bmbd a{
	width: 290px;
	height: 62px;
	background: #c60a11;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}
.part6 .bmbd span{
	color: #8c8c8c;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
}
/*part7*/
.part7{
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}
.part7 .swiper-container{
	width: 920px;
	margin-top: 30px;
}
.part7 p{
	text-align: center;
	font-size: 22px;
	color: #1a1a1a;
	margin-top: 25px;
	line-height: 38px;
}
.part7 p span{
	color: #c60a11;
}
.part7 .fr{
	width: 670px;
	margin-top: 30px;
}
.part7 .fr input{
	width: 310px;
	height: 60px;  
	line-height: 60px;
	border: 1px solid #dcdcdc;
	text-align: center;
	outline: none;
	color: #666666;
	font-size:20px; 
	background: #fff;
	border-radius: 5px;
}
.part7 .fr a{
	width: 310px;
	height: 62px;
	background: #c60a11;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
}

/*part8*/
.part8{
	margin-top: 55px;
}
.part8 h1{
	font-size: 36px;
	color: #333333;
}
.zsyx{
	width: 860px;
	height: 500px;
	border: 1px solid #e8e8e8;
	margin-top: 20px;
	padding:0 30px;
	align-items: flex-start;
}
#nav{
	width: 260px;
	height: 430px;
	justify-content: space-between;
	border-right: 1px solid #e8e8e8;
	margin-top: 30px;
}
#nav p{
	width: 260px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#nav p a{
	width: 230px;
	height: 60px;
	background: #e8e8e8;
	line-height: 60px;
	text-align: center;
	color: #494949;
	font-size: 24px;
	transition: background 1s,color 1s;
    -webkit-transition: background 1s,color 1s; /* Safari */
}
#nav p a b{
	display: block;
	width: 50px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background: #d9252b;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 20px;
	float: left;
	padding-top: 10px;
}
#nav p span{
	height: 60px;
	width: 1px;
	background: none;
}
#nav .onnav a{
	background: #a70107;
	color: #fff;
}
#nav .onnav span{
	background: #a70107;
}
#nav p:hover a{
	background:#a70107;
	color: #fff; 
}
#cot{
	margin-top: 30px;
}
#cot img{
	display: none;
}
.part8 .zxgd{
	width: 450px;
	height: 62px;
	background: #c60a11;
	line-height: 62px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 40px;
}
/*part10*/
.part9 img{
	margin-top: 60px;
}

/*part10*/
.part10{
	width: 100%;
	margin-top: 40px;
}
.part10 div{
	width: 700px;
	margin-top: 40px;
	margin-bottom: 50px;
}
.part10 div span{
	width: 215px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #1d1c1c;
	background: #ffc207;
	font-size: 24px;
	border-radius: 5px;
	cursor: pointer;
}
.part10 div p{
	width: 460px;
	height: 58px;
	border: 1px solid #999999;
	border-radius: 5px;
	background: #fff;
}
.part10 div p input{
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #999999;
	font-size: 24px;
	border: none;
	background: none;
	outline: none;
}
.part10 div p a{
	width: 214px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #cd0006;
	border-radius: 5px;
}
/*part11*/
.part11{
	width: 920px;
	margin-top:45px;  
	box-shadow: 0 0 10px #d7d3d3;
}
.part11 h1{
	color: #242424;
	font-size: 36px;
	text-align: center;
	margin-top: 25px;
}
.part11 h1 span{
	color: #bc0809;
}
.part11 .zxbm{
	width: 720px;
	margin-top:20px;
}
.part11 .zxbm input{
	width: 500px;
	height: 50px;
	border:1px solid #b3b3b3;
	outline: none;
	text-align: center;
	line-height: 50px;
	font-size:24px;
	color:  #b3b3b3;
	margin-bottom: 20px;
}
.part11 .zxbm a{
	display: block;
	width: 500px;
	height: 50px;
	background:#c53c41;
	text-align: center;
	line-height: 50px;
	font-size:20px;
	color:  #fff;
}
.part11 .zxbm p{
	width: 720px;
	font-size: 16px;
	color: #666666;
	line-height:34px;
	margin-top:20px;
	margin-bottom: 30px;
}

/*part12*/
.part12 img{
	margin-top: 50px;
}
/*.part13*/
.part13{
	margin-top: 50px;
}
/*part14*/
.part14{
	width: 100%;
	background: #a70107;
	justify-content: center;
	height: 175px;
	margin-top: 50px;
}
.part14 img{
	margin-right: 30px;
}
.part14 span{
	font-size: 24px;
	color: #fff;
}
