/*初始化样式*/
body,div,ul,ol,li,p,h1,h2,h3,h4,img{margin: 0;padding: 0;border: 0;}
body{background: #ffffff;font-size:12px;color: #333;font-family: "微软雅黑","Microsoft YaHei",sans-serif}
ul,ol{list-style: none;}
h1,h2,h3,h4{font-weight: normal;}
a{text-decoration: none;font-size:14px;}
a:link,a:visited{color: #336699;}
a:hover{color: #336699}
.fontSize{font-size:14px;}
.bodyWidth{width:1200px;margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.fcolor{color:#336699;}
.clear:after{content: '';display:block;height:0px; clear:both; }
/*首页*/
.header{width:100%;}
.topconts{margin-top:20px;height:24px;}
.topconts a{padding-right:20px;}
.nav-wrap h1{width:480px; height:80px;background: url(../images/logo.png) no-repeat left top;font-size: 16px;text-align: right;}
.nav-wrap h1 span{line-height: 60px;}
.nav-list ul li{float:left; line-height: 60px;padding:0px 36px;}
.nav-list ul li a{color:#000000;padding: 0px 4px 6px;}
.nav-list ul li:last-child{padding-right:0px;}
.nav-list ul li.active a{color:#336699;border-bottom:2px solid #336699;}
.nav-list ul li:hover a{color:#336699;border-bottom:2px solid #336699;}
.footer{width:100%;height:280px;background: #336699;margin-top:100px;}
.footc{padding-top:52px;color:#fff;}
.footl{width:382px;}
.footl h3{margin-bottom: 23px}
.footl p{height:30px;}
.copyright{height:30px;background: #5c85ad;margin-top:36px;text-align: center; line-height:30px;color:#fff;}
.fnavs{width:726px;}
.fnavs ul li a{color:#fff;display: block;font-size:12px;height:30px;}
.fnavs ul li h3{margin-bottom: 23px;}
.fnavs ul li{float:left;margin-right:180px;}
.erweima p{text-align:center;}
@media screen and (max-width: 1100px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
body{overflow-x:hidden; min-width:1030px;}
}
