/*********************************网页公共部分************************************/
body{font-family:'Microsoft YaHei';font-size: 14px;min-width: 1200px;}
*{margin: 0;padding: 0;}
a,img{border: 0;}
a{color: #0081db;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{color: #029b6a;}
li {list-style-type: none;}
.clear{width: 100%;height: 40px;}
.son{width: 1200px;margin:0 auto;}
.left{float: left;}
.right{float: right;}
.hidden{overflow: hidden;}



/*********************************头部公共部分************************************/
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{zoom:1}
.container{width:1200px;margin-left:auto;margin-right:auto}
.banner{margin-top:-15px}
.top{position:relative;background:url(../Image/header_bg.png) no-repeat center center;height:111px;z-index:200;margin-bottom: -15px;}
.logo{display:block;background:url(../Image/logo_03.png) no-repeat;margin-top:28px;width: 476px;height: 66px;}
.top .text{font-size:12px;color:#fff;width:700px;line-height:30px;overflow:hidden}
.top .text span{margin-left: 30px;}
.top .text a{width:17px;height:17px;border:1px solid #fff;border-radius:50%;margin-top:6px;background:url(../Image/qq.png) no-repeat center center;margin-left:14px}
.nav li{float:left;height:60px;line-height:60px;width:70px;text-align:center;margin-left:30px;border-bottom:2px solid #f5f5f5;transition:all .3s linear 0s}
.nav li a{display:block;color:#3c3c3c;font-size:14px}
.nav li.on,.nav li:hover{border-color:#2185d0}
.nav li.on a,.nav li:hover a{color:#2185d0}




/*********************************底部公共部分************************************/
.footer{background:#0458b8;position: fixed;bottom: 0px;height: 50px;line-height: 50px;background-color: #0458B8;width: 100%;color: #fff;font-weight: bold;z-index: 10000}



#top{position: relative;z-index: 10000}