﻿body {
    overflow-x: hidden;
    background: #fff;
}

.flexBox {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.wrapper {
    margin: auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}

.header {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

    .header .menu_box {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        z-index: 4;
    }

    .header .bannerBox {
        width: 100%;
        height: 500px;
    }

    .header .innerBox {
        height: 300px;
    }

    .header .bannerBox .swiper-wrapper .swiper-slide.ban1 {
        background: #3694f5;
    }

    .header .bannerBox .swiper-wrapper .swiper-slide.ban2 {
        background: #063f90;
    }

    .header .left_img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }

        .header .left_img img {
            width: auto;
            height: 500px;
        }

    .header .bannerBox .swiper-wrapper .wrapper {
        align-items: center;
        justify-content: center;
        margin-top: 107px;
    }

    .header .innerBox .swiper-wrapper .wrapper {
        text-align: center;
        margin-top: 137px;
    }

    .header .bannerBox .swiper-wrapper .wrapper .textBox, .fg .textBox {
        margin-right: 10rem;
        color: #fff;
        transition: all .3s;
    }

    .header .innerBox .swiper-wrapper .wrapper .textBox {
        margin-right: 0;
    }

    .header .bannerBox .swiper-wrapper .wrapper .textBox h2, .fg .textBox h2 {
        font-size: 48px;
        font-weight: bold;
        padding-bottom: 1rem;
        line-height: 50px;
    }

    .header .bannerBox .swiper-wrapper .wrapper .textBox h2, .header .bannerBox .swiper-wrapper .wrapper .textBox p {
        z-index: 4;
        position: relative;
    }

    .header .bannerBox .swiper-wrapper .wrapper div:last-child, .header .bannerBox .swiper-wrapper .wrapper .ban_img {
        position: relative;
        z-index: 2;
    }

    .header .bannerBox .swiper-wrapper .wrapper .r_bg {
        position: absolute;
        top: 0;
        left: 0;
    }

    .header .innerBox .swiper-wrapper .wrapper .r_bg {
        position: absolute;
        top: 0;
        left: -30%;
    }

    .header .r_bb {
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 4;
    }

    .header .l_bb {
        position: absolute;
        left: 0;
        top: -50px;
        z-index: -1;
    }

    .header .menu {
        padding: 2rem 0;
		align-items: center;
    }

    .header .menu_list {
        margin-left: auto;
    }

        .header .menu_list li {
            float: left;
            margin-left: 3rem;
            font-size: 15px;
            font-weight: bold;
            position: relative;
        }

            .header .menu_list li a {
                color: rgba(255, 255, 255, .5);
                display: block;
                padding-bottom: 1rem;
            }

                .header .menu_list li a:hover, .header .menu_list li.active a {
                    color: rgba(255, 255, 255, 1);
                }

            .header .menu_list li.active:after {
                content: ' ';
                position: absolute;
                width: 70%;
                height: 3px;
                background: #fff;
                bottom: 0;
                left: 15%;
                border-radius: 5px;
            }

.title {
    text-align: center;
    padding: 3rem 0;
}

    .title h2 {
        font-size: 30px;
        font-weight: bold;
        padding-bottom: 1rem;
    }

    .title p {
        max-width: 450px;
        font-size: 13px;
        margin: auto;
        color: #777;
        line-height: 1.8;
    }

.fun_list {
    justify-content: center;
    flex-wrap: wrap;
}

    .fun_list .fun_item {
        width: 25%;
        text-align: center;
        margin-bottom: 2rem;
    }

        .fun_list .fun_item div {
            margin: 1rem;
        }

        .fun_list .fun_item span {
            display: inline-block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            line-height: 100px;
            color: #fff;
            background: #f2f2f2;
        }

            .fun_list .fun_item span i {
                font-size: 40px;
            }

        .fun_list .fun_item h3 {
            font-size: 20px;
            font-weight: bold;
            padding: 1rem;
        }

        .fun_list .fun_item p {
            font-size: 12px;
            color: #777;
        }

        .fun_list .fun_item:nth-child(1) span i {
            font-size: 30px;
        }

        .fun_list .fun_item:nth-child(1) span {
            background: -webkit-linear-gradient(-45deg, #3cb8ff, #3d74ff); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #3cb8ff, #3d74ff); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #3cb8ff, #3d74ff); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #3cb8ff, #3d74ff); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(2) span {
            background: -webkit-linear-gradient(-45deg, #ffaad6, #ec519b); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #ffaad6, #ec519b); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #ffaad6, #ec519b); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #ffaad6, #ec519b); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(3) span {
            background: -webkit-linear-gradient(-45deg, #968dff, #6d65ff); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #968dff, #6d65ff); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #968dff, #6d65ff); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #968dff, #6d65ff); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(4) span {
            background: -webkit-linear-gradient(-45deg, #89e791, #1cd08a); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #89e791, #1cd08a); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #89e791, #1cd08a); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #89e791, #1cd08a); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(5) span {
            background: -webkit-linear-gradient(-45deg, #f1c93e, #daa900); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #f1c93e, #daa900); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #f1c93e, #daa900); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #f1c93e, #daa900); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(6) span {
            background: -webkit-linear-gradient(-45deg, #f57070, #df1738); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #f57070, #df1738); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #f57070, #df1738); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #f57070, #df1738); /* 标准的语法 */
        }

        .fun_list .fun_item:nth-child(7) span {
            background: -webkit-linear-gradient(-45deg, #57e8df, #23b7ae); /* Safari 5.1 - 6.0 */
            background: -o-linear-gradient(-45deg, #57e8df, #23b7ae); /* Opera 11.1 - 12.0 */
            background: -moz-linear-gradient(-45deg, #57e8df, #23b7ae); /* Firefox 3.6 - 15 */
            background: linear-gradient(-45deg, #57e8df, #23b7ae); /* 标准的语法 */
        }

.linkBtn {
    display: inline-block;
    min-width: 200px;
    padding: .7rem 0;
    text-align: center;
    background: none;
    border: #2a6cca solid 2px;
    color: #2a6cca;
    font-size: 16px;
    border-radius: 30px;
}

.fg {
    width: 100%;
    height: 400px;
    background: -webkit-linear-gradient(left, #755dfd, #3596f6, #07bbef); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #755dfd, #3596f6, #07bbef); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #5#755dfd, #3596f6, #07bbef); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #755dfd, #3596f6, #07bbef); /* 标准的语法 */
    margin: 3rem 0;
}

    .fg .wrapper {
        height: 100%;
        align-items: center;
        justify-content: center;
    }

        .fg .wrapper img {
            height: 300px;
            width: auto;
        }

.fx_list {
    flex-wrap: wrap;
}

    .fx_list .fx_item {
        width: 33.3333333333333333%;
        text-align: center;
        margin-bottom: 3rem;
    }

.service__icon {
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .1);
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    margin-bottom: 25px;
}

    .service__icon img {
        vertical-align: middle;
    }

.service__content h4 {
    font-weight: bold;
    font-size: 20px;
}

.service__content p {
    color: #777;
    line-height: 1.5;
    font-size: 12px;
    padding: 1rem;
}

.fea-link {
    display: inline-block;
    padding-top: 10px;
    text-decoration: none;
    color: #ccc;
}

    .fea-link i {
        padding-left: 10px;
        color: #ccc;
        vertical-align: 1px;
    }

.lxBtn {
    background: #063f90;
    color: #fff;
    border: none;
}

    .lxBtn:hover {
        color: #fff;
    }

.foot {
    background: #063f90;
    padding: 2rem;
    margin-top: 3rem;
}

    .foot .foot_nav {
        padding: 1rem 0 .5rem;
		text-align: right;
    }

.foot_nav a {
    display: inline-block;
    color: rgba(255,255,255,.7);
}

    .foot_nav a:hover {
        color: rgba(255,255,255,1);
    }

    .foot_nav a:after {
        content: '|';
        color: rgba(255,255,255,.5);
        padding: 0 10px;
        font-size: 12px;
    }

    .foot_nav a:last-child:after {
        display: none;
    }

.foot .copyright {
    color: rgba(255,255,255,.7);
    font-size: 12px;
}

.foot .qr_box {
    width: 120px;
    height: 120px;
    background: #fff;
    margin-bottom: 10px;
}

.foot .code {
    font-size: 12px;
    color: #fff;
    margin-left: auto;
}

.tm {
    opacity: 0;
}

.inner_fg {
    background: #fff;
    padding:8rem 0;
}
.grey {
    background:#f2f2f2;
    margin:3rem 0;
    
}

    .inner_fg .wrapper {
        align-items: center;
        justify-content: center;
    }

    .inner_fg .textBox {
        width: 42%;
        flex-shrink: 0;
    }
        .inner_fg .textBox h2 {
            font-size:30px;
            font-weight:bold;
        }
        .inner_fg .textBox p {
            font-size:14px;
            max-width:60%;
            color: #777;
            line-height: 1.5;
            margin-top: 1rem;
        }

    .inner_fg .cp_img {
        perspective: 350;
        -webkit-perspective: 350; /* Safari and Chrome */
        position:relative;
    }
        .inner_fg .cp_img .bg_t {
            position:absolute;
            top: -70px;
            left: 0;
            z-index: -1;
            max-width: 500px;
        }
 .inner_fg .cp_img .bg_c {
    top:150px;right:30px;left:inherit;width:100px;
}

        .inner_fg .cp_img img.cp {
            max-width: 400px;
            height: auto;
            border: #fff solid 10px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,.2);
            transform: rotateY(-30deg);
            -webkit-transform: rotateY(-30deg); /* Safari and Chrome */
            position:relative;
        }
            .inner_fg .cp_img:after {
                width:100%;
                height:80%;
                content:' ';
                display:inline-block;
                position:absolute;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0,0,0,.2);
                top:10%;
                left:20px;
                background:#fff;
                transform: rotateY(-30deg);
                -webkit-transform: rotateY(-30deg); /* Safari and Chrome */
                z-index:-1;
                opacity:.5
            }
            .inner_fg .cp_img:before {
                width:100%;
                height:60%;
                content:' ';
                display:inline-block;
                position:absolute;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0,0,0,.2);
                top:20%;
                left:40px;
                background:#fff;
                transform: rotateY(-30deg);
                -webkit-transform: rotateY(-30deg); /* Safari and Chrome */
                z-index:-2;
                opacity:.3
            }
            .grey .cp_img:after {
                width:100%;
                height:80%;
                content:' ';
                display:inline-block;
                position:absolute;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0,0,0,.2);
                top:10%;
                left:-20px;
                background:#fff;
                transform: rotateY(30deg);
                -webkit-transform: rotateY(30deg); /* Safari and Chrome */
                z-index:-1;
                opacity:.5
            }
            .grey .cp_img:before {
                width:100%;
                height:60%;
                content:' ';
                display:inline-block;
                position:absolute;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0,0,0,.2);
                top:20%;
                left:-40px;
                background:#fff;
                transform: rotateY(30deg);
                -webkit-transform: rotateY(30deg); /* Safari and Chrome */
                z-index:-2;
                opacity:.3
            }
         .inner_fg .cp_img img.cp2 {
            transform: rotateY(30deg);
            -webkit-transform: rotateY(30deg); /* Safari and Chrome */
        }
         .contact-title{ margin-top:30px;}
.contact-title h4{ font-size:24px; color:#333333; margin-bottom:20px; font-weight: normal;}
.contact-title h4:before{ content:""; display:inline-block; background:#cccccc;
height:28px; width:4px; margin-right:10px; position:relative; top:5px;}
.contact-list p{ font-size:14px; color:#666; line-height:23px; margin-top:10px; text-indent:0em !important;}
.contact-time ul li{ position:relative;font-size:14px; color:333; min-height:100px;}
.contact-month{ width:80px; text-align:center}
.contact-month em{ font-style:normal; display:block;color:#3679c3;  }
.contact-month span{ display:block; font-size:24px; color:#3679c3; }
.contact-border{ position:absolute; top:15px; left:0; right:0; bottom:0;min-height:80px;}
.contact-border i{ display:block; min-height:70px; width:2px; background:#3679c3;
position:absolute; left:4px; top:12px; bottom:0; right:0; padding-bottom:30px;}
.contact-border strong{ display:inline-block; height:10px; width:10px; background:#3679c3;
border-radius:50%;}
.contact-time p{ position:absolute; left:100px; top:0px; right:10px; bottom:0; color:#666;}
.contact-none{ margin:0 auto;}
.contact-none p{ font-size:14px; color:#999; line-height:35px;}
.contact-none i{ display:inline-block; width:30px;}
.contact-none span{ display:inline-block; width:60px; height:1px; background:#999; margin:0 10px;
position:relative; top:-4px;}
.contact-plat p{ font-size:14px; color:#666; line-height:35px;}
/*login*/

/*help*/
.help_box{
    max-width: 1200px;
    margin: auto;
}
.help_box .left_menu{
    width: 200px;
    flex-shrink: 0;
}
.help_box .help_content{
    width: 100%;
    margin-left: 2rem;
}
.help_box .left_menu .menu_c{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: #eaeaea solid 1px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 500px;
}
 .help_box .left_menu .menu_c::-webkit-scrollbar {
  width : 5px;  
  height: 1px;
  }
  .help_box .left_menu .menu_c::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background   : #ccc;
  }
  .help_box .left_menu .menu_c::-webkit-scrollbar-track {
  border-radius: 5px;
  background   : #ededed;
  }
.help_box .left_menu .menu_c a{
    display: block;
    padding: .7rem 1rem;
    transition: all .3s;
}
.help_box .left_menu .menu_c a.bar{
    border-bottom: #eaeaea solid 1px;
    color: #063f90;
    font-weight: bold;
    font-size: 15px;
    background: #f5f5f5;
}
.help_box .left_menu .menu_c a.bar i{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: -1px;
    color: #063f90;
}
.help_box .left_menu .menu_c ul li ul{
    margin-left: 0rem;
}
.help_box .left_menu .menu_c ul li ul li a{
    padding: .5rem 1rem .5rem 3rem;
    border-bottom: #eaeaea dotted 1px;
    color: #777;
    position: relative;
    font-size: 13px;
}
.help_box .left_menu .menu_c ul li ul li a:hover, .help_box .left_menu .menu_c ul li ul li a.active{
    background: #063f90;
    color: #fff;
}
.help_box .left_menu .menu_c ul li ul li a:before{
    content: ' ';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 2rem;
}
.target_item {
    margin-bottom: 2rem;
}
.target_item h2.t_bar{
    font-size: 24px;
    font-weight: bold;  
}
.target_item small.f_bt{
    font-size: 18px;
    display: block;
    padding: 1rem 0;
    font-weight: bold;
}
.target_item .f_con{
    color: #777;
    margin-top: 1rem;
}
.target_item .f_con img{
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}
.float_menu_c{
    position: fixed;
    width: 200px!important;
    top: 20px;
}
.back_top{
    position: fixed;
    right: 50%;
    bottom: 280px;
    margin-right: -670px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    transition: all .3s;
    font-size: 30px;
}
.back_top:hover{
    background: #f2f2f2;
}

