@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font:normal 14px "微软雅黑";  line-height:25px; color:#666;min-width: 1082px;margin: auto;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none; color:#333;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}
.clear{ clear:both;}
.col{width: 100%;background-color: #eaeaea;}

.topnav{ width:100%; height:80px; background:#f1f1f1;}
.topnav .logo{width:1200px;height:80px; margin:0 auto;}
.topnav .loleft{ float:left;width: 15%;padding: 10px 0;}
.topnav .loleft img{height: 42px;margin-top: 5px;}
.topnav .loright{ float:right;text-align:right;width: 25%;}
.loright .rphone{font-size: 20px;color: #333;line-height: 80px;}
.loright .rphone img{width: 26px;margin: 0 10px -6px 0;}
#navi{ height:80px;overflow:hidden;float: left;width: 60%}
#navi ul{overflow:hidden;height: 80px;}
#navi ul li{ display:block; height:40px;float:left;}
#navi ul li a{display:block; color:#333; padding:0 26px;font-size: 16px;line-height: 80px;}
#navi ul li a:hover{background-image: url("../images/hongxian.jpg");background-repeat: no-repeat;background-position: center 72px;}


.title{
	text-align: center;
	margin-bottom: 60px;
}
.title .english{
	font-size: 24px;
	color: #999;
	margin-bottom: 8px;
}
.title .chinese{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	position: relative;
}
.title .chinese:before{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	left: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}
.title .chinese:after{
	content:"";
	display: block;
	position: absolute;
	top: 18px;
	right: 470px;
	width: 50px;
	height: 3px;
	background: #fe0001;
}

.box{
	width: 100%;
	min-width: 1200px;
}
.fybanner img{
	width: 100%;
}


.contact{
	width: 1200px;
	margin: auto;
	padding: 60px 0 60px;
}
.contact .contactlist{
	margin-bottom: 30px;
}
.contact .contactlist ul{
	overflow: hidden;
	padding: 10px 0;
}
.contact .contactlist ul li{
	width: 15%;
	float: left;
	padding: 20px 1%;
	margin: 0 4%;
	height: 160px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.16)
}
.contact .contactlist ul li div{
	text-align: center;
}
.contact .contactlist ul li .cimg img{
	width: 40%;
}
.contact .contactlist ul li .ctit{
	font-size: 18px;
	color: #333;
}
.contact .contactlist ul li .cxx{
	margin-top: 6px;
	font-size: 14px;
	color: #666;
}
.contact .contactlist ul .clewm .cewm{
	width: 180px;
	position: absolute;
	top: 20px;
	left: 12px;
}
.contact .contactlist ul .clewm .cewmh{
	width: 180px;
	position: absolute;
	top: 20px;
	left: 12px;
	display: none;
}
.contact .contactlist ul .clewm .cewmh img{
	width: 160px;
}
.contact .contactlist ul .clewm:hover .cewm{
	display: none;
}
.contact .contactlist ul .clewm:hover .cewmh{
	display: block;
}
.contact #allmap{
	height: 500px;
	margin-top: 20px;
}
.iw_poi_title{
	color: #fe0001;
}
