*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
body{
	background: url(../img/body_bg.gif) repeat;
}
.top_bar{
	height: 38px;
	width: 100%;
	background: url(../img/top.gif);
	background-size: 100% 100%;
}
.top_bar .center{
	width: 1200px;
	margin: 0 auto;
}
.top_bar .center span{
	color: white;
	font-size: 12px;
	font-family: "宋体";
	margin-left: 41px;
	line-height: 38px;
}
.header{
	width: 1200px;
	margin: 0 auto;
}
.top_banner,.top_banner img{
	width: 1200px;
	height:318px;
}
.nav{
	width: 1200px;
	height: 58px;
	border: 1px solid #d9d9d9;
	border-left: none;
	border-right: none;
	background: white;
	position: relative;
}
.nav>ul{
	position: absolute;
	height: 66px;
	width: 1200px;
	top: -8px;
	left: 0;
}
.nav>ul>li{
	float: left;
	color: #424242;
	font-size: 18px;
	font-family: "微软雅黑";line-height: 72px;
}
.nav>ul>li>a{
	width: 114px;
	display: inline-block;
	height: 66px;
	color: #424242;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
}
.nav>ul>li span{
	margin: 0 -2px;
}
.nav>ul>li .active,.nav>ul>li>a:hover{
	background: url(../img/nav_hover.png) no-repeat;
	color: white;
}
.link{
	background: white;
	width: 1198px;
	margin: 12px auto;
	border: 1px solid gainsboro;
	height: 79px;
}
.link .icon{
	float: left;
	width: 40px;
	border-right: 1px solid gainsboro;
}
.links{
	float: left;
	height:79px;
	width: 1157px;
}
.links .row{
	height: 36px;
	width: 1157px;
	position: relative;
	overflow: hidden;    margin-top: 3px;
}
.links .row ul{
	height: 36px;
}
#marquee1,#marquee2{
	position: absolute;
	height: 36px;
	width: 1157px;
	overflow: hidden;
}
.links .row li{
	width: 96px;
	height: 34px;
	float: left;
	margin: 0px 8px;
}
.links .row li a{
	width: 96px;
	height: 34px;
	display: block;
}
.links .row li img{
	width: 94px;
	height: 32px;
	border: 1px solid gainsboro;
}
.foot{
	background: #082e5d;
}
.foot .center{
	width:1200px;
	margin:0 auto;
	position:relative;
}
 .foot .center .ewm{
	     position: absolute;
    right: 76px;
    width: 100px;
    top: 34px;
 }
.foot .count{
	line-height: 40px;
	font-size: 14px;
}
.foot p{
	color: white;
	text-align: center;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
}
.foot p a{
	color: white;
}


.maxUL{
   position: absolute;
    z-index: 1000000;
    display: none;
    width: 111px;
    overflow-x: hidden;
    background-color: #f8901a;
    margin-top: 0px;
}
.maxUL li{
       position: relative;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.maxUL li:hover{
	    background: #2196F3;
}
.maxUL li a{    color: #fff;
    background: none;}

@media only screen and (min-width: 320px) and (max-width: 1024px){
	.top_bar{
		width:1200px;
	}
	.foot{
		width:1200px;
	}
}