
html {
    font-size: 14px;
    color: #CFE6FF;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;

}

a,
a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

a:active {
    outline: 0;
    -webkit-transition: background-color 0.1s;
}

a:visited {
    outline: 0;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: inherit
}

li {
    list-style: none;
}

input, textarea {
    line-height: normal;
    font-family: inherit;
    border: 0;
    font-size: inherit;
}


select, button, input, textarea {
    font-family: "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, \5b8b\4f53, sans-serif;

    -webkit-writing-mode: horizontal-tb;
}

select:focus, input:focus {
    outline: 0;
}

img {
    border: 0;
    vertical-align:bottom;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

i, em {
    font-style: normal;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-family: Microsoft YaHei, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {

    font-family: "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, \5b8b\4f53, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #111;
    line-height: 1.5;
    font-size: 14px;
    background: #fff;

}

/*全局字体*/

html, body {
    height: 100%;
}

body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



a, a:link {
    text-decoration: none;
}

a:focus {
    outline: 0;
}



.header-panel{

    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    background: #01031D;
    color: #fff;


}

.login {
    float: right;
    color: rgba(255, 255, 255, .7);
    padding-left: 10px;
    position: relative;
    font-size: 14px;
}
.login a {
    color: rgba(255, 255, 255, .7);
    padding: 0 15px;
    font-size: 14px;
    position: relative;
}
.login a:hover {
    color: #fff;
}
.header-more {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: rgba(255, 255, 255, .7);
    transition: ease .3s ease-in-out;
}
.header-more.on{
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff
}
.login .username{
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.login .username .sub{
    position: absolute;
    left: 0;
    top: 40px;
    width: 160px;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    transition: ease .3s ease-in-out;
    background-color: #090C28;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}
.banner{
    width:100%;
    height: 254px;
    overflow: hidden;
    position: relative;
    background: #073980;
    text-align: center;

}
.banner-img{
    width:100%;
    margin:0 auto;
    display: block;
}
.banner .logo{
    color: #0C3E71;
    font-size: 48px;
    position: absolute;
    left:50%;
    top:45%;
    line-height: 48px;
    height: 48px;
    width: 1180px;
    margin-left:-590px;
    margin-top:-24px;
}
.banner .logo img{
    height: 48px;
    vertical-align: middle;
    padding-right: 10px;
}
.warp{
    max-width: 1180px;
    min-width: 800px;
    margin:0 auto;
    width:auto;
    padding: 0 20px;
}
.nav{
    background: #095DB1;
    height: 54px;
    line-height: 54px;
    font-size: 0;
    margin:-27px 0 30px 0;
    position: relative;

}
.nav a{
    color: #fff;
    font-size: 18px;
    padding: 0 35px;
    display: inline-block;
    margin-right:1px;

}
.nav a:hover,.nav a.active{
    background: #257EE4;
}
.area-list{
    position: relative;
}
.area-list::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.area-list li{
    width:25%;
    float: left;
}
.area-list li a:hover{
    opacity: .9;
}
.area-list li:first-child a{
    margin-left:0;
}
.area-list li:last-child a{
    margin-right:0;
}
.areapanel{
    display: block;
    margin:0 7%;
    text-align: center;
    background: #DA7E36;
    padding:50px 25px 25px;
    color: #fff;
    text-align: center;
}


.areapanel i{
    width:115px;
    height: 115px;
    background: url(../images/shenbao.png) no-repeat center center;
    display: block;
    margin:0 auto;
}

.c1 .areapanel{
    background: #DA7E36;
}
.c1 .areapanel i{
    background-image: url(../images/shenbao.png)
}

.c2 .areapanel{
    background: #8CB942;
}
.c2 .areapanel i{
    background-image: url(../images/shensu.png)
}

.c3 .areapanel{
    background: #257EE4;
}
.c3 .areapanel i{
    background-image: url(../images/jianjie.png)
}

.c4 .areapanel{
    background: #51B9D2;
}
.c4 .areapanel i{
    background-image: url(../images/lianxi.png)
}
.areapanel h1{
    padding: 30px 0 15px 0;
    font-size: 20px;
}
.areapanel p{
    font-size: 14px;
    height: 40px;
    vertical-align: middle;

}

.article{

    border: 1px solid #ddd;
}
.article h1{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 20px 0;
    margin:0 20px;
    border-bottom:1px solid #eee
}
.article .desc{

    padding: 20px;
}
.article .desc p{
    padding-bottom: 8px;
    line-height: 200%;
    font-size:16px;
}
.article .desc p a{
    text-decoration: underline;
}
.footer{
    margin-top:40px;
    background: #090C28;
    padding: 10px 50px ;
    color: #fff;
    font-size: 12px;
}
.r-link {
    padding-bottom: 5px;
}
.r-link a{
    color: #fff;
    padding: 0 10px;
}
.r-link a:hover{
    opacity: .8;
}
.copyright {
    color: #888;
    width:900px;
    margin: 0 auto 10px auto;
    padding-left: 80px;

}
.copyright a {
    color: #888;
}
.copyright .alliance {
    background: url(../images/homepage-sp.png) -169px -31px no-repeat;
    width: 72px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 8px;
}
.copyright .attestation {
    background: url(../images/homepage-sp.png) -167px 0 no-repeat;
    height: 29px;
    margin: 0 0 0 4px;
    top: 9px;
}
.copyright .record {
    background: url(../images/homepage-sp.png) -168px -58px no-repeat;
    width: 77px;
    height: 31px;
    display: inline-block;
    position: relative;
    top: 10px;
}
.footer-txt{
    width:550px;margin:0 auto;
    padding-bottom: 15px;
    color: #999;
}
.footer-txt a {
    color: #999;
}
.footer-1{
    height: 70px;
    padding: 0;

}
.footer-1 .footer-txt{
    padding: 25px 0;
    color: #aaa;
    line-height: 20px;
    text-align: center;
}
@media (max-width: 1280px){
    .header-panel{
        padding: 0 20px;
    }
    .footer{
        padding: 20px 20px;
    }

}