/*清楚默认样式*/
@charset "utf-8";
html{overflow:auto;}
body{letter-spacing: 1px;width:100%;font-family:"微软雅黑"; background-color: #f5f5f5}
body,ul,ol,li,p,form,fieldset,table,td,img,div,br,dd,dl,dt,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;}
a{color:#000000; text-decoration:none; cursor:pointer; outline: 0 none;}
a:focus{-moz-outline-style:none; border:0px;blr:expression(this.onFocus=this.blur());}
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;}
fieldset,img {border:0}
button,submit,input,select { vertical-align:middle;}
button,submit { cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:lighter;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
select,button{font-family:inherit; font-size:inherit; font-weight:inherit; outline-style:none; outline-width:0pt; padding: 0; margin: 0;}
b,em,i{display:inline-block; font-weight:normal; font-style:normal;}
.clear{clear: both;}
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.container{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
/*头部*/
#top{
    background-color: #0c7ecd;
    width: 100%;
    height: 36px;
    font-size: 14px;
}
.top{
    max-width: 1200px;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
}
.top-left a{
    float: left;
    color: #ffffff;
}
.top-right{
    float: right;
    width: 264px;
    overflow: hidden;
    padding-top: 7px;
}
.link{
    float: right;
    margin-right: 10px;
}
.link a{
    color: #ffffff;
}
input{
    border: 0;
    vertical-align: middle;
}
.ss{
    height: 22px;
    width: 204px;
    background-image: url(../images/fangdajing.png);
    background-repeat: no-repeat;
    float: left;
    padding: 0 5px 0 25px ;
}
.anniu{
    height: 22px;
    width: 60px;
    background-image: url(../images/sousuo.png);
    color: #ffffff;
    float: left;
    cursor: pointer;
}
#tops{
    background-color: #019fe9;
    width: 100%;
    position: relative;
    z-index: -1;
}
.tops{
    height: 176px;
    max-width: 1200px;
    margin: 0 auto;
}
.nav{
    background-color: #f4f4f4;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: #019fe9 solid 2px;
    margin-top: -27px;
    margin-bottom: 16px;
}
.nav ul{
    height: 50px;
}
.nav ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
.nav ul li{
    float: left;
    text-align: center;
    line-height: 50px;
    width: 109px;
    font-size: 16px;
    position: relative;
}
.nav ul li a:hover{
     /*background-color:#019fe9 ;*/
    /*color: #fff;*/
    color:#e60505;
}
/*.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 .cvt{
    /*background-color:#019fe9 ;*/
    /*color: #fff;*/
    color:#e60505;
}

/*底部*/
.footer{
    background-color: #019fe9;
    width: 100%;
    overflow: hidden;
    height: auto;
}
.footer table{
    width: 1200px;
    margin: 0 auto;
    background-image: url("../images/xian.png");
    background-position: 545px center;
    background-repeat: no-repeat;
}
.footer td{
    padding: 30px 0;
}
.footer .left{
    padding-left: 40px;
}
.footer .right{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-left: 190px;
}
.footer .right a{
    color: #fff;
}
.footer p{
    margin-bottom: 20px;
}



/*浮动背景*/
.center-left{
    background-image: url(../images/center-left.png);
    height: 616px;width: 491px;
    background-repeat: no-repeat;
    position: absolute;
    top: 250px;
    left: 0;
    z-index: -1;
}
.center-right{
    background-image: url(../images/center-right.png);
    height: 616px;width: 256px;
    background-repeat: no-repeat;
    position: absolute;
    top: 250px;
    right: 0;
    z-index: -1;
}