    @charset "UTF-8";
    /*公共头部 start*/
    
    body {
        padding-top: 61px;
        background-color: #f3f7f9;
    }
    
    .site-header {
        font-size: 0;
        border-bottom: 1px solid #1f52ab;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #347af3;
        z-index: 10;
    }
    
    .safe_w {
        height: 60px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .site-branding,
    .site-navigation {
        height: 60px;
        line-height: 60px;
    }
    
    .site-branding {
        float: left;
    }
    
    .site-branding a {
        color: #fff;
    }
    
    .site-navigation a {
        float: right;
        font-size: 18px;
        color: #414141;
        text-decoration: none;
    }
    
    .header-link {
        float: right;
        position: relative;
        margin-top: 11px;
        width: 140px;
        height: 38px;
        line-height: 38px;
        background-color: #fff;
        border-radius: 38px;
        box-shadow: 0 0 10px #003082;
        font-size: 16px;
        color: #000000;
        text-align: center;
    }
    
    .header-link:hover {
        background-color: #f8f8f8;
    }
    
    .header-link:active {
        background-color: #f2f2f2;
    }
    /*公共头部 end*/
    /*公共底部样式 start*/
    
    .site-footer {
        background-color: #434343;
        height: 90px;
        color: #fff;
        text-align: center;
    }
    
    .site-footer p {
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
        font-size: 16px;
    }
    
    .visib {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }
    
    .w1200 {
        width: 1200px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*公共底部样式 end*/
    
    .bg-5b8af2 {
        background-color: #5b8af2;
    }
    
    .bg-ecf0f3 {
        background-color: #ecf0f3;
    }
    /* 首页 banner start */
    
    .banner-box {
        position: relative;
        background: url("../images/banner.gif") no-repeat center center;
    }
    
    .banner-ctt {
        height: 460px;
        position: relative;
        z-index: 2;
    }
    
    .banner-text {
        padding: 80px 0 0;
        text-align: center;
    }
    
    .banner-h {
        font-size: 40px;
        font-weight: bold;
        line-height: 50px;
        color: #fff;
        padding-left: 70px;
        background: url("../images/banner-lg.png") no-repeat left center;
        display: inline-block;
    }
    
    .banner-p {
        font-size: 30px;
        line-height: 2;
        color: #fff;
        width: 58%;
        margin: 0 auto;
        margin-top: 28px;
    }
    
    .banner-link {
        width: 284px;
        height: 66px;
        line-height: 66px;
        background-color: #fff;
        border-radius: 38px;
        box-shadow: 0 0 15px #1502a8;
        font-size: 32px;
        color: #000000;
        text-align: center;
        display: block;
        margin: 28px auto 0;
    }
    
    .banner-link:hover {
        background-color: #f8f8f8;
    }
    
    .banner-link:active {
        background-color: #f2f2f2;
    }
    
    .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        filter: alpha(opacity=60);
        background-color: #215fe9;
        z-index: 1;
    }
    
    .Edition {
        font-size: 13px;
        text-align: center;
        color: #fff;
        line-height: 1.5;
        margin-top: 15px;
    }
    
    .index-line {
        overflow: hidden;
    }
    
    .index-center {
        padding: 45px 0 70px 0;
    }
    
    .index-center>h6 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #333333;
        line-height: 1;
    }
    
    .function-ctt {
        margin-top: 38px;
        overflow: hidden;
    }
    
    .function-li {
        float: left;
        width: 21%;
        margin-right: 5.33%;
    }
    
    .function-img {
        border: 3px solid #50b0ff;
        border: 3px solid rgba(80, 176, 255, .3);
        border-radius: 4px;
        padding-top: 73.8%;
        position: relative;
        transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    }
    
    .function-img.bg-1 {
        background: url("../images/icon-gn1.png") no-repeat center center;
        background-size: 120px;
    }
    
    .function-img.bg-2 {
        background: url("../images/icon-gn2.png") no-repeat center center;
        background-size: 120px;
    }
    
    .function-img.bg-3 {
        background: url("../images/icon-gn3.png") no-repeat center center;
        background-size: 120px;
    }
    
    .function-img.bg-4 {
        background: url("../images/icon-gn4.png") no-repeat center center;
        background-size: 120px;
    }
    
    .function-img img {
        display: block;
        margin: 0 auto;
    }
    
    .function-li:hover .function-img.bg-1,
    .function-li:hover .function-img.bg-2,
    .function-li:hover .function-img.bg-3,
    .function-li:hover .function-img.bg-4 {
        background-size: 132px;
    }
    
    .function-li h6 {
        font-size: 22px;
        color: #333;
        text-align: center;
        margin-top: 15px;
        line-height: 1.5;
    }
    
    .function-li p {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-top: 10px;
        line-height: 1.5;
        padding: 0 20px;
    }
    
    .function-li.no-mr {
        margin-right: 0;
    }
    
    .line-text-img {
        padding: 30px 0 10px 0;
    }
    
    .line-text {
        width: 50%;
        float: left;
    }
    
    .line-text {
        padding: 25px 75px;
    }
    
    .line-text h6 {
        font-size: 28px;
        color: #fff;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }
    
    .line-text p {
        font-size: 18px;
        color: #fefefe;
        text-align: center;
        line-height: 2;
        margin-top: 20px;
    }
    
    .line-text.text-hei h6 {
        color: #333;
    }
    
    .line-text.text-hei p {
        color: #666;
    }
    
    .line-text .banner-link {
        margin: 35px auto 0;
    }
    
    .line-text.text-hei .banner-link {
        background-color: #5b8af2;
        box-shadow: 0 0 15px #2a62de;
        color: #fff;
    }
    
    .line-text.text-hei .banner-link:hover {
        background-color: #628ff4;
    }
    
    .line-text.text-hei .banner-link:active {
        background-color: #5383ed;
    }
    
    .line-img {
        float: left;
        width: 50%;
        position: relative;
    }
    
    .big-img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }
    
    .yuan-1 {
        position: absolute;
        bottom: 25px;
        right: 0;
        margin-right: -34px;
        z-index: 1;
    }
    
    .yuan-2 {
        position: absolute;
        top: 35px;
        left: 10px;
        z-index: 1;
    }
    
    .yuan-3 {
        position: absolute;
        bottom: 0px;
        left: 0;
        margin-left: -66px;
        z-index: 1;
    }
    
    .yuan-4 {
        position: absolute;
        top: -30px;
        right: 10px;
        z-index: 1;
    }
    
    .Choice-ctt {
        margin-top: 50px;
    }
    
    .Choice-list {
        overflow: hidden;
    }
    
    .Choice-list li {
        width: 21%;
        float: left;
        margin-right: 5.33%;
    }
    
    .Choice-list li.no-mr {
        margin-right: 0;
    }
    
    .Choice-list li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .Choice-list li p {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        margin-top: 20px;
        color: #333;
    }
    
    @media (max-width: 1240px) {
        .w1200 {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
    }
    
    @media (max-width: 1000px) {
        .line-text {
            padding: 0 30px;
        }
        .function-li p {
            padding: 0;
            font-size: 14px;
        }
        .function-li h6 {
            font-size: 18px;
        }
        .line-text h6 {
            font-size: 22px;
        }
        .line-text p {
            font-size: 14px;
        }
        .banner-p {
            width: 90%;
        }
    }
    
    @media (max-width: 750px) {
        .function-li {
            width: 40%;
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 30px;
        }
        .banner-h {
            font-size: 28px
        }
        .banner-p {
            font-size: 16px;
            width: 96%;
        }
        .line-img {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .line-text {
            width: 100%;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .Choice-list li {
            width: 50%;
            margin-right: 0;
            margin-bottom: 30px;
        }
        .Choice-list li img {
            max-width: 90%;
        }
        .index-center {
            padding: 20px 10px 10px 10px;
        }
        .line-text {
            padding: 0;
        }
    }
    
    @media (max-width: 640px) {
        .function-li h6 {
            font-size: 14px;
        }
        .function-li p {
            font-size: 12px;
        }
    }