html{
	
	height: 100%;
}
body{
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	font-size: 16px;
	background-color: white;
	height: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: "PingFang SC Bold";
}
a,span{
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
p,a,span{
	font-family: "PingFang SC Regular";
}
a{
	text-decoration: none;

	
}
input,button,textarea,video{
	outline: none;
}
ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,button,input{
	padding: 0;
	margin: 0;
	font-size: inherit;
}
video,img{
	vertical-align: middle;
}
ul,li,ol{
	list-style: none;
}
.clearfix:after{
	content:'.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear:both;
}
.pages{
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
}
.pages span{
	    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #9a9a9a;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 5px;
    background: #cbad8c;
}
.pages a{
	display: inline-block;
    padding: 15px 20px;
    border: 1px solid #9a9a9a;
    font-size: 0.16rem;
    color: #fff;
    margin: 0 5px;
}
.box{
	min-width: 1200px;
}
.header{
	background-color: #000;
}
.container{
	width: 1170px;
	margin: 0 auto;
}
.header_logo{
	text-align: center;
	font-family: "PingFang SC Light";
	color: #00adf0;
	font-size: 14.5px;
	padding: 35px 0;
	border-bottom: 2px solid #1b1b1b;
	position: relative;
}
.header_logo .container{
	position: relative;
}
.header_logo p{
	margin-top: 5px;
}
.header_logo p:after{
	content: '';
	width: 38px;
	height: 1px;
	background-color: #00adf0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.header_logo p:before{
	content: '';
	width: 38px;
	height: 1px;
	background-color: #00adf0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.header_search{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header_search input{
	width: 170px;
	height: 30px;
	border:none;
	border-radius: 10px;
	background-color: #2E2E2E;
	color: white;
	padding-left: 10px;
	box-sizing:border-box;
}
.header_search button{
	background: none;
	border:none;
	color: #830F13;
	vertical-align: middle;
	margin-left: 10px;
}
.header_search button span{
	font-size: 25px;
	    font-weight: 700;
	    cursor: pointer;
}
.header_nav .container{
	display: flex;
	height: 74px;
	align-items: center;
}
.header_nav nav{
	flex: 1;
	

}
.header_nav nav ul{
	display: flex;
}
.header_nav nav ul>li{
	color: #4e4e4e;
	flex: 1;
	text-align: center;
	position: relative;
}
.header_nav nav ul>li:first-child:before{
	width: 0;
}
.header_nav nav ul>li:before{
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #3a3a3a;
	margin-top: -7px;
	position: absolute;
	left: 0;
	top: 50%;
}
.header_nav nav ul>li>a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header_nav nav ul>li>a.active p{
	color: white;
}
.header_nav nav ul>li>a:hover p{
	color: white;
}
.header_nav nav p{
	font-size: 16px;
}
.header_nav nav span{
	font-size: 10px;
}
.header_nav .header_phone{
	width: 181px;
	border-left: 2px solid #141414;
	height: 100%;
	box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_nav ol{
	position: absolute;
	text-align: left;
	background-color: #000;
	z-index: 999;
	min-width: 303px;
	height: 0;
	padding: 0 0 0 46px;
	overflow: hidden;
	box-sizing:border-box;
	transition:all 0.2s ease;
}
.header_nav ol li a:hover{
	color: white;
}
.header_nav ol li{
	margin-bottom: 20px;
}
.header_nav ol li a{
	color: #d0d0d0;
	font-size: 20px;
}

.header_phone_content{
	font-size: 10px;
	color: #e7e7e7;
	margin-left: 5px;
}
.header_phone_content p:last-child{
	color: #920c13;
	font-size: 14px;
}


.footer{
	background: #181818;
}
.footer_nav{
	border-bottom: 2px solid #373737;
}
.footer_nav .container{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.footer_list{
	display: flex;
	align-items:center;
}
.footer_list ul{
	display: flex;
}
.footer_list ul li a{
	display: inline-block;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-right: 2px solid #3d3d3d;
	color: #4e4e4e;
}
.footer_list ul li a:hover{
	color: white;
}
.footer_phone{
	padding-left: 12px;
	color: #f71b26;
}
.copyright{
	text-align: center;
	padding: 25px 0;
	color: #4e4e4e;
}
