@charset "utf-8";
/* CSS Document */
.left{ float:left;}
.right{float:right;}
.center{margin:0 auto;}
body{
	margin:0px; 
	padding:0px;
}
* {
    font-family: "黑体" "Arial";
	-webkit-font-smoothing:antialiased;
	font-size:14px;
	color:#000;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
.top_nav{
	width:100%;
	height:30px;
	background-color:#f7f8fa;
	border-bottom:1px solid #e7e8ed;
}
.header{
	width:100%;
	height:30px;
}
.nav_tel_img{
	padding-left: 15px;
}
.nav_tel_p{
	color:#53555a;
	font-size:14px;
	line-height:30px;
	margin-left:5px;
}
.nav_tel_p a{
	font-size:14px;
	color:#53555a;
}
.nav_bj{
	width:100%;
	margin-bottom:5px;
}
.nav_title{
	width:90%;
	height:80px;
}
.nav_logo{
	height:80px;
}
.nav_logo_p{
	font-size:15px;
	color:#53555a;
	margin:60px 0px 0px;
}
.nav_menu{
	width:75%;
	height:60px;
	margin-top:20px;
}
.all_thing{
	height: 60px;
	width: auto;
	padding: 0 15px;
}
.all_thing a{
    display: inline-block;
    line-height:30px;
    width: auto;
	margin:18px 0;
    text-align: center;
}
.all_thing a.cur_one{
	color:#fff;
	background-color:#ff3f40;
	padding:0px 20px 0px 20px;
	border-radius: 5px;
}
.all_thing .cur_one:hover{
	color: #fff;
}
.all_thing a:hover{
	color: #ff3f40;
}
.all_out .cur a{
	color: #ff3f40;
	background-position: left -58px;
}
.all_out{
	position: relative;
	float:left;
}
.all_out .thing_list{
	display: none;
	width: 200px;
	position: absolute;
	top: 50px;
	left: -30px;
	background: white;
	border-top: 1px solid #eeeeee;
	padding: 15px 0px 0px;
	box-shadow:0 2px 6px rgba(9,9,9,.1);
	-webkit-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-moz-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-o-box-shadow:0 2px 6px rgba(9,9,9,.1);
	-ms-box-shadow:0 2px 6px rgba(9,9,9,.1);
	z-index:999;
}
.all_out .thing_list li{
	
}
.all_out .thing_list li dt{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	padding-left: 18px;
	cursor: default;
	margin-top: -2px;
}
.all_out .thing_list li dd{
	height: 40px;
	line-height: 40px;
}
.all_out .thing_list li dd a{
	font-size: 14px;
	color: #333333;
	display: block;
	padding-left: 18px;
}
.all_out .thing_list li dd a:hover{
	background: #ff150e;
	color: white;
}
.all_out .thing_list li .line_wz{
	margin:10px 20px 0px 20px;
	border-bottom: 1px solid #eeeeee;
}
<!--banner鍥?->
.banner {
	position:relative;	
	width: 100%;
	/*height: 325px;*/
	margin-top: 5px;
	overflow:hidden;
}
.banner ul{
	position:absolute;
	padding:0;
	list-style:none;
}
.banner ul li{ 
	width:100%;
	/*height:325px;*/
	float:left;
}

.banner .dots {
	height:10px;
	padding:0px;
	position:absolute;
	left:43.5%;
	top:265px;
	bottom:0;
}
.banner .dots li { 
	display: inline-block; 
	width:10px;
	height:10px;
	margin:0 4px; 
	background:white;
	text-indent:-999em; 
	border-radius:50%; 
	cursor:pointer; 
	-webkit-transition: background .4s, opacity .4s; 
	-moz-transition: background .4s, opacity .4s; 
	transition: background .4s, opacity .4s
}
.banner .dots li.active {
	background: red;
}


/*bottom*/
.bg_bottom{
	background-color:#666;
}
.bottom_one_part{
	width:1200px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:10px 0px;
}
.bottom_slgon{
	margin-top:15px;
}
.bottom_slgon p{
	color:#f7f7f7;
	font-size:14px;
	margin-left:5px;
}
.bottom_nav li{
	color:#f7f7f7;
	float:left;
	padding-left:15px;
}
.bottom_nav li a{
	color:#f7f7f7;
	font-size:15px;
	line-height:52px;
}
.bottom_nav li a:hover{
	color:#ff3f40;
}
.bg_footer{
	background-color:#363636;
	border-bottom:1px solid #5d5d5d;
}
.footer_center{
	width: 90%;
	padding: 20px 0px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_tel{
}
.sm_img p{
	color:#a4a4a4;
}
.sm_tel{
	margin-left:20px;
}
.sm_tel p{
	color:#a4a4a4;
}
.sm_tel .sm_tit{
	font-size:20px;
	padding-bottom:20px;
}
.footer_address p{
	font-size:12px;
	line-height:18px;
	color:#a4a4a4;
}
.footer_company{
	height:auto;
	text-align:center;
	padding:10px 0px;
	background-color:#363636;
	border-bottom:1px solid #5d5d5d;
}
.footer_company p{
	font-size: 12px;
	line-height:18px;
	width: 90%;
	display: block;
	margin: 0 auto;
	color:#a4a4a4;
	text-align:center;
}
.footer_company p a{
	color:#a4a4a4;
}
.line_img{
	border:none;
}
.footer_company img{
	margin-top:7.5px;
}