.header{
	width:100%;
	height:140px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding:0px 50px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;  
     -webkit-box-sizing: border-box; 
     -o-box-sizing: border-box; 
     -ms-box-sizing: border-box;
	background-image: linear-gradient(#e2e9ec, #FAFAFA);
	flex-direction: column;
}
.top_import{
	width: 976px;
}
.top_import ul{
	background-color:#bbe8e2;
}
b{
	border:1px solid #adabab;height:20px;margin:0px 3px;
}
li.open:hover .dropdown-menu { display: block; }
li{
	height:100%;
}
a:hover{text-decoration:none; }/*鼠标悬浮*/
ul.dropdown-menu{
	background-color: bbe8e2;
}
ul.meun{
	 display: flex;
	 margin-bottom:0px;
}
ul.meun li{
	text-decoration: none;
	padding:3px 18px;
	list-style: none;
	font-family: kartika;
}
#myCarousel{
	width:976px;height:366px;
}
.main{
	width:976px;
}
.contains{
	padding:0px 0px 30px 0px;
	background-color: #edf0f3;
	display: flex;flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footer{
	padding:30px;
	background-color:#1c1c1c;
	text-align: center;
	color: white;
}
.footer p:nth-child(2){
	display: flex;justify-content: center;align-items: center;
}
.footer img{
	width:25px;margin-right:10px;margin-left:10px;
}
.meun .item{
	font-size:20px;
	
}
.meun .item a{
	cursor: pointer;
	color:black;
	padding: 6px 12px;
	display: block;
}

.meun .item button{
	cursor: pointer;
	color:black;
	background-color: #ebf9f4;
	font-size:20px;
}

.touchlist{
	position: fixed;
	top:200px;
	right:-126px;
	transition: all 0.5s ease;
	background-color:#1B6D85;
	height:216px;
	overflow: hidden;
	
}
.touchlist ul{
	padding:0px;
	margin: 0px;
}
.touchlist ul li{
	width:180px;
	height:54px;
	text-indent:54px;
	line-height:54px;
	font-size:16px;
	list-style: none;
	border-radius:5px;
	cursor: pointer;
	color: wheat;
}
.touchlist:hover{
	right: 0px;
	height:396px;
}
.touchlist ul li.left_phone1{
	background:url(../image/touch.png) no-repeat 0 0
}
.touchlist ul li.left_phone2{
	background:url(../image/touch.png) no-repeat 0 -54px
}
.touchlist ul li.left_QQ{
	background:url(../image/touch.png) no-repeat 0 -109px
}
.touchlist ul li.left_WX{
	background:url(../image/touch.png) no-repeat 0 -165px;
}
.touchlist ul li.left_WX_img{
	width:180px;
	height:180px;
	background:url(../image/wx.png) no-repeat center center;
}
.touchlist ul li a{
	color:wheat;
}
.tipbox p{
	text-align: left;font-size:24px;background-color:#080808;color:white;padding:4px;width:100%;
}

