/* CSS Document */
/*header*/
header{
	width:100%;
}
.header_top{
	width:1200px;
	height:140px;
    line-height: 140px;
	margin:0 auto;
    display:flex;
    justify-content: space-between;
}

.header_top .logo{
	width:130px;
}
.header_top .logo img{max-width:100%;}
.header_top .adv{
	-ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    display:flex;
    justify-content: center;
    flex-direction: column;
}
.header_top .adv span{
	font-size: 20px;
    color: #bd1a11;
    border-left: 1px solid #c1c2c3;
	padding-left: 20px;
    margin-left: 20px;
    font-weight: bold;
    line-height: 2;
}
.header_top .tel{
	width:auto;
}
.header_top .tel span{
	font-size: 18px;
	color:#000;
}
.header_top .tel span i{
	padding-right:3px;
}
.header_top .tel font{
	font-size: 24px;
	text-indent: 0;
	color:#bd1a11;
	font-weight: bold;
}
.header_nav{
	width:100%;
	height:50px;
    background-color:#d6251f;
}
.header_nav ul{
	width:1200px;
	height:50px;
    line-height: 50px;
	margin: 0 auto;
    display: flex;justify-content: space-between;
}
.header_nav ul li{
    width: calc(100% / 7);
}
.header_nav ul li a{
    display: block;
    text-align: center;
	color:#fff;
}
.header_nav ul li:hover a{
	background-color:red;
}

/*header end*/

/*main*/
.main{
	width:100%;
	height:100%;
}
.direct{background-color:#f5f5f5;height: 50px;line-height: 50px;}
.location,.content{
	width:1200px;
	height:100%;
	margin:0 auto;
}
.location{
	
}
.location span{
	color:#000;
	font-size: 16px;
}
.location span i{
	color:red;
	padding-right:8px;
}
.location span a{
	color:#666;
	font-size: 14px;
}
.location span a:hover{
	color:red;
}
.content{
	margin-top:30px;
}
.content_nav{
	width:1200px;
	height:60px;
	margin:0 auto;
}
.content_nav ul{
	height:60px;
	margin: 0 auto;
}
.content ul li{
	width:120px;
	height:60px;
	line-height: 60px;
	float: left;
	margin:0 5px;
	text-align: center;
	font-size: 16px;
	color:#333;
	background: url("../img/off.jpg") center no-repeat;
}

.content ul>.on{
	color:#fff;
	background: url("../img/on.jpg")center no-repeat;
}
.content ul li:hover{
	color:#fff;
	background: url("../img/on.jpg")center no-repeat;
	cursor: pointer;
}
.content .title{
	width:1200px;
	height:100%;
	margin:0 auto;
	padding:30px 0;
	background: url("../img/line.jpg") bottom center no-repeat;
}
.content .title h1{
	font-size: 32px;
	font-weight: bold;
	color:#b80000;
}
.content .title h3{
	font-size: 24px;
	padding-top: 10px;
	color:#b80000;
}
.content .title h4{
	font-size: 20px;
	padding:10px 0 30px 0;
	color:#414141;
	font-weight: bold;
}
.dis{
	width:1200px;
	margin-bottom: 30px;
}

.item_display{display:flex;flex-wrap: wrap;}
.item_display dl{width: 32%;margin-right: 2%;box-sizing: border-box;border: 1px solid #d6251f;margin-bottom: 20px;}
.item_display dl:nth-child(3n){margin-right:0;}
.item_display dl dt{background-color:#d6251f;color:#fff;padding: 15px 15px 10px;line-height: 1.5;}
.item_display dl dd{padding:10px;display: flex;flex-wrap: wrap;}
.item_display dl dd a{font-size:14px;line-height: 2.5;color:#37474f;width: 25%;text-align: center;}
.item_display dl dd a:hover{color:#f60;}
/*main end*/

/*footer*/
footer{
    background-color:#d6251f;
    color:#fff;font-size: 14px;
}
footer p{text-indent:0;}
footer .f-top{display:flex;justify-content: space-between;width:1200px;margin:0 auto;padding-top:40px;}

footer .f-top .f_nav{width:30%;border-right: 1px solid #a1a2a3;}
footer .f-top h3{
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;margin-top: 10px;
    overflow: hidden;
    text-align: left;
}
footer .f-top .f_nav ul{width:100%;display:flex;flex-wrap: wrap;margin-bottom:20px;}
footer .f-top .f_nav ul li{width:50%;}
footer .f-top .f_nav ul li a{color:#fff;line-height: 44px;}
footer .f-top .f_nav ul li a:hover{color:#ff0;}

footer .f-top .f_ban{-ms-flex-positive: 1 !important;flex-grow: 1 !important;padding-left:10%;border-right:1px solid #a1a2a3;}
footer .f-top .f_ban p{line-height:44px;}
footer .f-top .f_er{margin-left:10%;}
footer .f-top .f_er p img{max-width:120px;}
footer .f-top .f_er p span{display:block;text-align: center;margin-top: 10px;}

footer .f_bot{background-color:#d60700;padding-top:10px;padding-bottom: 10px;margin-top: 70px;color:#fff;}
footer .f_bot .content{display:flex;justify-content: space-between;margin-top: 0;}
footer .f_bot p{line-height:2.5;}
footer .f_bot p a{color:#fff;}
footer .f_bot p a:hover{color:#ff0;}





/*footer end*/