*{
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;
}
.dh{
	height: 100px;
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	z-index: 999;
	opacity: 1;
}
.dh ul{
	width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: 0 auto;
}
.dh ul li{
	list-style: none;
	height: 90px;
	width: 80px;
	
}
.Boder_bottom{
	text-align: center;
	border-bottom: 3px solid #0057B8;
}
.dh .dh_logo{
	margin: 25px auto;
	width: 210px;
	height: 49px;
	display: block;
}
.dh ul li a{
	text-decoration: none;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.phone{
	width: 250px;
	height: 100px;
	background:#E11111;
	display: flex;	
}
.phone .zt{
	margin-left: 20px;
}
.phone_icon img{
	width: 30px;
	height: 29px;
	display: block;
	position: relative;
	top: 40px;
	left: 12px;
	
}
.phone  span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin-top: 23px;
}
.phone p{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 8px;
}


/* 尾部 */
.footer{
	width:100%;
	height: 365px;
	background: #1B1B1B;
	display: flex;
	margin-top: 50px;
}
.footer_auto{
	width: 23%;
	
}
.footer_phone{
	height: 140px;
	width: 400px;
	margin-top: 113px;
	display: flex;
	/* margin-left: 14px; */
	border-left: 1px solid #434343;;
}
.bt_text a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF !important;
}
.telePhone{
	margin:20px 20px ;
}
.footer_phone_zong{
	margin-left: 20px;
	
}
.footer_phone_text1{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	
}

.footer_phone_text2{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 20px;
}
.footer_right{
	width: 30%;
}
.footer_left{
	width:40% ;
	display: flex;
	margin-left:260px;
}
.wx{
	width: 150px;
	height: 150px;
	background: #A0A0A0;
	margin-top: 75px;
}
.wx_box{
	width: 150px;
	height: 200px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7D7D7D;
	text-align: center;
}
.wx_box p{
	margin-top: 14px;
}
.footer_left ul{
	margin-left: 101px;
	margin-top: 64px;
}
.footer_left ul li{
	margin-top: 16px;
}
.footer a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B5B5B5;
}
.footer_last{
		height: 85px;
		width:100%;
		background: #111111;
		line-height: 85px;
}
.last_text{
	margin-left:360px ;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}

.kb{
	width: 100%;
	height: 60px;
}
.xkb{
	width: 100%;
	height: 20px;	
}
.lkb{
	width: 100%;
	height: 100px;
}
/* 导航栏 */
/* 导航栏 */
nav{
	width: 1200px;
    margin: auto;
}


.nav{
	width:100%;
	height: 80px;
	background: #FFFFFF;
	box-shadow: 14px 3px 6px 0px rgba(0, 0, 0, 0.05);
	
}
.nav a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1D1D1D;
	/* text-align: center; */
}
.nav ul{
	display: flex;
}
.nav_one{
	/*margin-left: 300px !important;*/
}
.nav ul li{
	width: 120px;
	height: 80px;
	/* border-bottom: 3px solid #0057B8; */
	text-align: center;
	line-height: 80px;
	margin-left: 20px;
}

.bananer{
	width: 100%;
	height: 451px;
	overflow: hidden;
}
.bananer img{
	width: 100%;
	height: 451px;
	animation-name: example;
	animation-duration: 4s;
}
/* bananer动画 */
/*@keyframes example{*/
/*	   from {transform: scale(1.2,1.2);}*/
/*	    to {transform: scale(1,1);}*/
/*}*/

