@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
.top{
	width:100%;
	height:30px;
	background:#f8f8f8;
	}
.top .tcon{
	width:1200px;
	margin:0 auto;
	}
.top .tcon p:nth-of-type(1){
	float:left;
	font-size:12px;
	line-height:30px;
	}
.top .tcon p:nth-of-type(2){
	float:right;
	font-size:12px;
	line-height:30px;
	color:#eaeaea;
	}
.top .tcon p:nth-of-type(2) a{
	margin:0px 10px;
	color:#333;
	}
.top .tcon p:nth-of-type(2) a:hover{
	color:#00a0e9;
	text-decoration:underline;
	}
.header{
	width:1200px;
	height:100px;
	margin:0 auto;
	}
.header .logo{
	width:367px;
	height:77px;
	float:left;
	margin-top:11.5px;
	}
.header .ewph{
	float:right;
	width:350px;
	margin-top:14px;
	overflow:hidden;
	}
.header .ewph .ewm{
	width:72px;
	height:72px;
	float:left;
	}
.header .ewph .ewm img{
	max-width:72px;
	max-height:72px;
	}
.header .ewph .phone{
	float:right;
	margin-top:4px;
	background:url(../images/phone.png) left no-repeat;
	}
.header .ewph .phone p{
	padding-left: 65px;
	}
.header .ewph .phone p:nth-of-type(1){
	font-size:16px;
	color:#555;
	}
.header .ewph .phone p:nth-of-type(2){
	font-size:24px;
	color:#333;
	margin-top:5px;
	}
.navbg{
	width:100%;
	height:45px;
	background:#00a0e9;
	}
.nav{
	width:1200px;
	margin:0 auto;
	}
.nav>ul{
	}
.nav>ul>li{
	float:left;
	width:200px;
	line-height:45px;
	text-align:center;
	}
.nav>ul>li+li{
	background:url(../images/hover.jpg) left no-repeat;
	}
.nav>ul>li>a{
	display:block;
	font-size:16px;
	color:#fff;
	}
.nav>ul>li:hover>a{
	background:#008bcc;
	}
.nav>ul>li ul{
	position:absolute;
	background:#fff;
	width:200px;
    margin-left:0px;
	z-index:100;
	box-shadow: 0 1px 5px rgba(153,153,153,0.19);
	opacity:0;
	visibility:hidden;
	}
.nav>ul>li:hover ul{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul li{
	}
.nav>ul>li ul li a{
	color:#333;
	font-size:14px;
	line-height:40px;
	display:block;
	}
.nav>ul>li ul li a:hover{
	color:#fff;
	background:#00a0e9;
	}
.fobg{
	width:100%;
	overflow:hidden;
	padding:30px 0px;
	margin-top:50px;
	background:url(../images/fobg.jpg);
	}
.footer{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.footer .za{
	float:left;
	width:800px;
	font-size:14px;
	line-height:30px;
	color:#dbd9d9;
	padding-right:30px;
	background:url(../images/fobgg.jpg) right repeat-y;
	}
.footer .za a{
	color:#dbd9d9;
	}
.footer .boewm{
	width:134px;
	height:134px;
	float:right;
	margin-top:30px;
	font-size:14px;
	line-height:30px;
	color:#dbd9d9;
	text-align:center;
	}
.footer .boewm img{
	max-width:134px;
	max-height:134px;
	}