html{
    background: #fff;
    color: #000;
    font-family: "å¾®è½¯é›…é»‘", "microsoft yahei";

}
body{
    margin:0 auto;
}
*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
}
fieldset,img{
    border: none;
}
table{
    border-collapse: collapse;/*è¡¨æ ¼è¾¹çº¿æ˜¯å¦åˆå¹¶*/
    border-spacing: 0;/*æ²¡æœ‰é—´è·*/
}
iframe{
    display: block;
    border: none;
}
ul{
    list-style: none;
}
img{
    border: none;
}
.hide{
    display: none;
}
.block{
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
p{
    text-align: justify;
}

/*header*/
#header{
    width: 100%;
}
#header-top-div{
    width: 1380px;
    margin: 5px auto;
    overflow: hidden;
}
.header-top-a{
    float: right;
}
#header-top-div a{
    display: inline-block;
    color: #324B5C;
    float: left;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    /* padding: 0 15px; */
}
#header-top-div a img{
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}
#header-top-div a:hover{
    font-size: 16px;
    background: #E6EDF0;
    border-radius: 5px;
}
#header-con{
    width: 1380px;
    margin: 0 auto;
    overflow: hidden;
}
.h-logo{
    float: left;
    width: 365px;
    height: 34px;
    margin-right: 105px;
    margin-left:10px
}
.h-menu{
    float: left;
}
.h-menu ul li{
    float: left;
    list-style: none;
    line-height: 40px;
    padding: 0 27px;
}
.h-menu ul li a{
    font-size: 18px;
    color: #333;
}
.h-menu ul li a:hover{
    color: #059de8;
}
.h-menu .menu-active{
    color: #059de8;
    font-weight: bold;
}


/*footer*/
#footer{
    width: 100%;
    height: 190px;
    margin-top: 50px;
    background: #245061;
}
.footer-box{
    width: 1345px;
    margin: 0 auto;
}
.footer-left{
    float: left;
    margin-left:10px;
}
.footer-left ul{
    padding-top: 65px;
    overflow: hidden;
}
.footer-left ul li{
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 25px;
}
.footer-left ul li a{
    color: #fff;
    margin-right: 21px;
}
::-ms-{
     margin-right: 23px;
}
::-ms-{
    margin-right: 24px;
}

.footer-left p{
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

.cen-line{
    background: #fff;
    width: 1px;
    height: 120px;
    float: left;
    margin-top: 42px;
    margin-left: 110px;
}
.footer-right{
    float: left;
}
.footer-right img{
    margin-left: 80px;
    margin-top: 75px;
}




















