/*公共样式*/
html{
	font-size: 16px;
}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: '微软雅黑';
	-webkit-font-smoothing:antialiased
}
body{
	margin-top: 110px;
}
a{ 
	text-decoration:none; 
	color:#333; 
	display: block;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
	width: 100%;
}
p{
	max-height: 999999px;
}
button{
	outline: none;
}


/*头部*/
.up_Box{
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	z-index: 10;
}
.up_box{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.up_logo{
	width: 250px;
}
.up_nav{
	display: flex;
}
.up_nav>li{
	font-size: 18px;
	color: #999;
	height: 108px;
	line-height: 108px;
	border-top: 2px solid #fff;
	position: relative;
}
.up_nav>li>a{
	padding: 0 29px;
	color: inherit;
}
.up_nav>li:hover{
	color: #ef3400;
	border-top: 2px solid #ef3400;
	background-color: #fafafa;
}
.up_nav_style{
	color: #ef3400 !important;
	border-top: 2px solid #ef3400 !important;
	background-color: #fafafa;
}
.up_nav>li>ul{
	position: absolute;
	top: 108px;
	width: 130px;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.up_nav>li>ul>li{
	line-height: 30px;
	padding: 10px 0;
}
.up_nav>li>ul>li a{
	font-size: 16px;
	color: #333;
	padding: 0 10px;
}
.up_nav>li>ul>li a:hover{
	text-align: center;
	color: #ef3400;
}
.up_style{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/*底部*/
.base_box{
	width: 100%;
	min-width: 1200px;
	background-color: #262d37;
	border-top: 10px solid #ef3400;
}
.base_div{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.base_left{
	width: 950px;
}
.base_title{
	font-size: 24px;
	color: #fff;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #93969b;
	margin-bottom: 13px;
}
.base_centent{
	display: flex;
}
.base_centent ul{
	width: 354px;
	margin-right: 90px;
}
.base_centent ul li{
	display: flex;
	line-height: 30px;
}
.base_centent ul li p:nth-child(1){
	font-size: 16px;
	color: #ef3400;
	white-space:nowrap;
}
.base_centent ul li p:last-child{
	font-size: 16px;
	color: #fff;
}
.base_right{
	width: 249px;
	border-left: 1px dashed #51575f;
	padding-top: 24px;
}
.base_right div{
	width: 130px;
	margin: 0 auto 10px;
}
.base_right p{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.base_div1{
	width: 100%;
	min-width: 1200px;
	border-top: 1px dashed #51575f;
}
.base_centent1{
	width: 1200px;
	height: 55px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.base_centent1 div{
	width: 470px;
	display: flex;
	justify-content: space-between;
}
.base_centent1 div a{
	font-size: 16px;
	color: #fff;
}
.base_centent1 div a:hover{
	color: #ef3400;
}
.base_centent1 p{
	font-size: 14px;
	color: #999;
}