body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0;}
header,.footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
ol,li,ul.ul,dl,dt,dd{list-style:none;}
*{
    font-family: 微软雅黑;
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   
}
body{
    padding: 0;
    margin: 0;
    background: url("../img/bj1.png") no-repeat;
}
input{
    border: 0;
}
img{
    vertical-align: middle;
}
/*头部*/
#top{
    background: url("../img/top_bg.png");
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.top{
    max-width: 1200px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    overflow: hidden;
}
.top-left{
    float: left;
    color: #ffffff;
    height: 30px;
}
.top-right{
    float: right;
    overflow: hidden;
}
.top-right .mailbox{
    float: left;
}
.top-right .mailbox a{
    line-height: 30px;
    color: #ffffff;
    margin-right: 10px;
}
.top-right .mailbox a:hover{
    font-weight: bold;
}

.top-right .seek{
    float: right;
    width: 220px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}
.top-right .seek .text{
    width: 185px;
    height:30px;
    margin-left: 5px;
    float: left;
}
.top-right .seek .submit{
    width: 14px;
    background-image: url("../img/ss.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}


.logo{
    width: 1200px;
    margin: 0 auto;
}

/*导航*/
.nav{
    background-color: #306895;
    max-width: 1200px;
    margin: 0 auto;
}
.nav ul{
    height: 50px;
}
.nav ul li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.nav ul li{
    float: left;
    text-align: center;
    line-height: 50px;
    min-width: 133px;
    font-size: 16px;
    position: relative;
    background-image: url("../img/nav_s.png");
    background-repeat: no-repeat;
    background-position: center right;
    white-space: nowrap;
}
.nav ul li:last-child{
    background: none;
}
.nav ul li a:hover{
    background-color:#019fe9 ;
    color: #fff;
}
/*.list a{width: 110px;text-align: center;line-height: 51px;display: block;}-----如果要删除二级导航，就把这个注释去掉*/

.nav ul li:hover ul{
    display: block;
}
.nav ul ul{
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f5f5f5;
    height: auto;
}
.nav ul ul li{
    float: inherit;
}
.nav ul ul li a{
    color: #000;
}
.nav .cvt{
    background-color:#019fe9 ;
    color: #fff;
}


/*.footer*/
.footer{
    background: #306895;
}
.footer .links{
    width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.footer .links,.footer .links a{
    line-height: 40px;
    color: #ffffff;
}
.footer .links a{
    margin: 0 5px;
}

.footer .line{
    background: #fff;
    width: 100%;
    height: 1px;
}
.footer table{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    line-height: 30px;
}
.footer table td{
    padding: 15px 0;
}
.footer table a{
    color: #fff;
}
.footer table a:hover{
    font-weight: bold;
}







