@charset "utf-8";
/* CSS Document */
.left{ float:left;}
.right{float:right;}
.center{margin:0 auto;}
body{
	margin:0px; 
	padding:0px;
}
* {
	-webkit-font-smoothing:antialiased;
	font-size:16px;
	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:1200px;
	height:30px;
}
.nav_tel{
			
}
.nav_tel_img{
	margin-top:6.5px;
}
.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:20px;
}
.nav_title{
	width:1200px;
	height:80px;
	margin-top:40px;
}
.nav_logo{
	height:80px;
}
.nav_logo_p{
	font-size:15px;
	color:#53555a;
	margin:60px 0px 0px;
}
.nav_menu{
	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:#f56433;
	padding:0px 20px 0px 20px;
}
.all_thing .cur_one:hover{
	color: #fff;
}
.all_thing a:hover{
	color: #f56433;
}
.all_out .cur a{
	/*color: #fff;*/
	background-position: left -58px;
}
.all_out{
	position: relative;
	padding-top:15px;
	float:left;
}
.all_out .thing_list{
	display: none;
	width: 130px;
	position: absolute;
	top: 70px;
	left: 0px;
	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: #fb682d;
	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: 500px;
	margin-top: 5px;
	overflow:hidden;
}
.banner ul{
	position:absolute;
	padding:0;
	list-style:none;
}
.banner ul li{ 
	width:100%;
	height:500px;
	float:left;
}

.banner .dots {
	height:13px;
	padding:0px;
	position:absolute;
	left:48.3%;
	top:69%;
	bottom:0;
}
.banner .dots li { 
	display: inline-block; 
	width:13px; 
	height:13px; 
	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: #fb682d;
}


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