@charset "utf-8";
/* CSS Document */
*{ margin:0 auto; padding:0;} 
div {margin:0 auto; overflow:hidden; height:auto;} 
em,i {font-style:normal; font-size:100%;}
img{border:none;     max-width: 100%;}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active {	text-decoration: none;}

ul,ol,li{list-style:none;}
body {font-size:12px; color:#333; line-height:20px; font-family:"宋体";-webkit-text-size-adjust:100%;}
.search{max-width:300px;float:right;}

/*头部*/
.top{ width:100%; height:181px; background:url(../images/top01.jpg) center top no-repeat;}
.top1{width:100%;max-width: 1280px;padding:59px 0;}
.top1 img{ float:left;}
@media (max-width:1080px){.top{ height:auto; background:none;}}
@media (max-width:1080px){.top1{ padding:5px 0;}}
@media (max-width:1080px){.top1 img{float:none;max-width:99%;height: auto;}}

/*导航*/
.nav{ width:100%; height:40px; background:url(../images/top03.jpg); overflow:visible;}
.nav dl{width:100%;max-width: 1280px;height:40px;display:block;margin:0 auto;font-size:14px;}
.nav dl dt{width: 110px;float:left;height:40px;line-height:40px;text-align:center;}
.nav dl dt a{ color:#FFFFFF;}
.nav dl dd{width: 117px;float:left;height:40px;}
.nav dl dd span{ width:100%; float:left; height:40px; line-height:40px; text-align:center; background:url(../images/nav01.jpg) left center no-repeat; font-weight:bold;}
.nav dl dd span a{ color:#FFFFFF;}
.nav dl dd ul{width:100%;float:left;background:#2997ca;display:none;position:relative;z-index:100;}
.nav dl dd ul li{width:100%;/* height:35px; */line-height:35px;text-align: center;/* float:left; */border-bottom:1px solid #29b2f1;}
.nav dl dd ul li a{color:#FFFFFF;}
.nav dl dd ul li:hover{ background:#0070bc;}
.nav dl dt:hover{ background:url(../images/nav02.jpg);}
.nav dl dd:hover{ background:url(../images/nav02.jpg);}
.nav dl dd:hover ul{ display:block;}
@media (max-width:1080px){.nav{ display:none;}}

/*手机导航*/
.x-nav{ margin:0 auto; width:100%; display:none;}
.x-nav ul{ margin:0 auto; display:block;}
.x-nav li{ width:25%;  float:left; height:30px; text-align:center; background:#0083de; border:1px solid #09578e; border-top:none; border-left:1px solid #36a8f7;box-sizing:border-box;}
.x-nav li a{ color:#fff; text-align:center; line-height:30px;} 
@media (max-width:1080px){.x-nav{ display:block;}}

/*底部*/
.foot{ width:100%; background:url(../images/foot01.jpg) repeat-x top #0064b1; padding:15px 0; text-align:center; line-height:23px; color:#FFFFFF;}



























