﻿@charset "utf-8";

body {
    color: #111111;
    background: #fff;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

.posa {
    position: relative
}

.posaimg {
    position: absolute;
    right: 0;
    z-index: -1
}

.posaimga {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

html, body {
    height: 100%
}

div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, body, strong, span, pre, input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0px;
}

ul, li {
    list-style: none;
}

em, i {
    font-style: normal;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

a, area {
    blr: expression(this.onFocus=this.blur())
}

.pimage {
    line-height: 200%;
    font-size: 16px;
}

    .pimage p {
        line-height: 200%;
        font-size: 16px;
        padding-top: 20px;
    }

a {
    text-decoration: none;
    color: #444;
    font-family: 微软雅黑;
}

    a:hover {
        text-decoration: none;
        color: #009af6;
        font-family: 微软雅黑;
    }

li {
    list-style: none;
    font-family: 微软雅黑;
}

h1, h2, h3, h4, h5, h6, p, span, li, ul, em, div, table {
    font-family: 微软雅黑;
}

img {
    border: 0
}

.backToTop {
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 20px;
    bottom: 10px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}

    .backToTop:hover {
        background-color: #000;
    }

/*banner轮换*/

.banerbox {
    width: 100%;
    text-align: center;
    height: 550px;
    max-height: 760px;
    display: block;
    clear: both;
    background-position: center;
    z-index: 10;
    background: #009af6;
    margin-top: 80px;
}

.focus {
    height: 100%;
    overflow: hidden;
    position: relative;
}
/* focus_s */
.focus_s {
    position: absolute;
    left: calc(50% - 52px);
    bottom: 3%;
    height: 30px;
    width: 251px;
    z-index: 9;
    margin: 20px 0 0 -30px;
}

    .focus_s li {
        float: left;
        cursor: pointer;
        height: 4px;
        width: 28px;
        overflow: hidden;
        margin-right: 15px;
        border: 0px rgba(255, 255, 255, 1) double;
        background: rgba(255, 255, 255,.5);
        border-radius: 50px;
        position: relative;
    }

        .focus_s li.active {
            height: 4px;
            width: 28px;
            position: relative;
            top: 0px;
            background: rgba(255, 255, 255,1);
        }
/* focus_m */
.focus_m {
    height: 100%;
}

    .focus_m ul {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .focus_m li {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-position: center center !important;
        text-align: center
    }
/* focus_l focus_r */
.focus_l, .focus_r {
    position: absolute;
    display: block;
    width: 109px;
    height: 100px;
    overflow: hidden;
    z-index: 2;
    top: 200px;
}

.focus_l {
    left: 120px;
}

.focus_r {
    right: 120px;
}

    .focus_l b, .focus_r b {
        position: absolute;
        z-index: 1;
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
        background: #ffffff;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }

    .focus_l span, .focus_r span {
        display: inline-block;
        position: relative;
        z-index: 2;
        width: 100px;
        height: 100px;
        top: 0px;
        cursor: pointer;
        margin-right: 28px;
    }

.focus_l span {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 5px;
    background-image: url(../images/arrleft.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/images/2019images/home/arrleft.png');
}

.focus_r span {
    opacity: 0;
    filter: alpha(opacity=0);
    left: 7px;
    background: url(../images/arrright.png) 0 0 no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/images/2019images/home/arrright.png');
}

.focus:hover span, .focus:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
}
/*banner轮换*/
.headerher {
    clear: both;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
}

.hfix {
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(134, 134, 134, .3);
    -moz-box-shadow: 0 0 8px rgba(134, 134, 134, .3);
    box-shadow: 0 0 8px rgba(134, 134, 134, .3);
    height: 70px;
}

.header {
    height: 70px;
    line-height: 70px;
    width: 1206px;
    margin: 0 auto;
}

    .header li {
        padding: 0px 20px;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        z-index: 10;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
        position: relative
    }



.hfixc {
    height: 70px;
    line-height: 70px;
    width: 1206px;
    margin: 0 auto;
}

    .hfixc li {
        padding: 0px 20px;
        vertical-align: top;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        z-index: 10;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }

        .hfixc li a {
            color: #000 !important;
            font-size: 16px;
        }

            .hfixc li a:hover {
                font-size: 16px;
                color: #ff9500 !important;
            }

    .hfixc .hover a:link {
        color: #f0cc00 !important;
    }

    .hfixc .hover a:visited {
        color: #f0cc00 !important;
    }

.header .hover a:visited {
    color: #ffe84c;
}

.header .hover a:link {
    color: #ffe84c;
}

.hfixc .right01 {
    padding: 0 10px;
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #FFF;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    position: relative;
    left: 0px;
}

    .hfixc .right01:hover {
        padding: 0 10px;
        text-align: center;
        float: right;
        height: 40px;
        line-height: 40px;
        width: 146px;
        color: #24acff;
        background: #ffffff;
        font-size: 16px;
        margin-top: 15px;
        margin-left: 30px;
        border: 2px solid #ffffff;
        border-radius: 30px;
        position: relative;
        left: 0px;
    }

.hfixc .right02 {
    padding: 0 10px;
    text-align: center;
    background: transparent;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border: 1px solid #0063db;
    position: relative;
    left: 0px;
}

    .hfixc .right02:hover {
        padding: 0 10px;
        text-align: center;
        background: #0063db;
        float: right;
        height: 40px;
        line-height: 40px;
        width: 146px;
        color: #0063db;
        font-size: 16px;
        margin-top: 15px;
        margin-left: 30px;
        border: 1px solid #0063db;
        position: relative;
        left: 0px;
    }

.header li a {
    color: #fff;
    font-size: 16px;
}

    .header li a:hover {
        font-size: 16px;
        color: #ffe84c;
    }

.header .right01 {
    padding: 0 10px;
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    border: 1px solid #ffffff;
    color: #0098e6;
    background: rgba(255,255,255,1);
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border-radius: 30px;
    position: relative;
    left: 0px;
}

    .header .right01:hover {
        padding: 0 10px;
        text-align: center;
        float: right;
        height: 40px;
        line-height: 40px;
        width: 146px;
        color: #fff;
        background: rgba(255,255,255,0.2);
        font-size: 16px;
        margin-top: 15px;
        border: 1px solid #ffffff;
        margin-left: 30px;
        border-radius: 30px;
        position: relative;
        left: 0px;
    }

.header .right02 {
    padding: 0 10px;
    text-align: center;
    background: transparent;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #0063db;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border: 1px solid #0063db;
    position: relative;
    left: 0px;
}

    .header .right02:hover {
        padding: 0 10px;
        text-align: center;
        background: #0063db;
        float: right;
        height: 40px;
        line-height: 40px;
        width: 146px;
        color: #ffffff;
        font-size: 16px;
        margin-top: 15px;
        margin-left: 30px;
        border: 1px solid #ffffff;
        position: relative;
        left: 0px;
    }

.logoimg {
    width: 125px;
    height: 57px;
    background: url(../images/logo_w.png);
    margin-top: 10px;
    float: left;
    margin-right: 116px;
}

.logoimg01 {
    width: 125px;
    height: 57px;
    background: url(../images/logo_cc.png);
    margin-top: 10px;
    float: left;
    margin-right: 116px;
}

    .logoimg01 img, .logoimg img {
        opacity: 0;
        filter: alpha(opacity=0);
    }


/*导航下拉菜单*/
.cpjs .cpjs_down {
    display: none;
    position: absolute;
    box-shadow: 0px 1px 5px #E7E7E7
}

.cpjs .cpjs_down {
    display:;
    position: fixed;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 70px;
    padding-bottom: 40px;
    z-index: 0;
    box-shadow: 0 2px 30px rgb(0,0,0,.1)
}

.cpjs:hover .cpjs_down {
    display: block
}

.cpjs .cpjs_down {
    color: #333
}

.cpjs_down_box_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.cpjs_down_box {
    display: inline-block;
}

    .cpjs_down_box .hh {
        font-size: 16px;
        color: #010101;
        height: 29px;
        overflow: hidden;
        line-height: 29px;
    }

    .cpjs_down_box ul {
        display: inline-block;
        padding: 0 0px;
        min-width: 250px;
        float: left
    }

.ullist {
    border-right: #e6e6e6 solid 1px
}

.ulmargin {
    margin-left: 92px;
}

.cpjs_down_box-item {
    color: #8c8c8c !important;
    font-size: 12px;
    height: 70px;
}

    .cpjs_down_box-item .title {
        padding: 0;
        margin: 0;
        height: 22px;
        font-size: 14px;
        color: #000000 !important;
    }

        .cpjs_down_box-item .title a {
            color: #000000 !important;
            font-size: 14px;
        }

            .cpjs_down_box-item .title a:hover {
                color: #0051b3 !important;
                font-size: 14px;
            }

    .cpjs_down_box-item .img {
        float: left;
        margin-top: 28px;
        margin-right: 5px;
    }
/*---------------*/


.bottom_b {
    color: #999999;
    font-size: 12px;
    text-align: center;
    line-height: 200%;
    padding: 20px 0
}

.main_title {
    text-align: center;
    padding: 85px 0 40px 0
}

    .main_title .title {
        color: #0000000;
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .main_title .titlesub {
        color: #8c8c8c;
        font-size: 16px
    }

    .main_title hr {
        color: #009af6;
        height: 2px;
        border: none;
        border-top: 2px solid #009af6;
        width: 55px;
        margin: 10px auto
    }

.main_box {
    width: 1210px;
    margin: 0 auto
}

    .main_box:after {
        content: "";
        clear: both;
        overflow: hidden;
        display: block
    }

.main_boxx {
    width: 1210px;
    margin: 0 auto
}

.fourbox {
    width: 274px;
    margin-top: 40px;
    height: 384px;
    padding-top: 100px;
    background: url("../images/fourtitle.jpg") no-repeat #ffffff;
    box-shadow: 0px 0px 15px 0 #c7e9fd;
    border-radius: 16px;
    text-align: center;
    float: left;
    margin-right: 38px;
    cursor: pointer;
    transition: width 2s;
    -webkit-transition: width 2s; /* Safari */
    position: relative;
}

    .fourbox .title {
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        padding: 15px 0; /*border-top: 7px solid #ddd;
	border-image: -webkit-linear-gradient(#d0f9ff,#c1ddfe) 30 30;
	border-image: -moz-linear-gradient(#d0f9ff,#c1ddfe) 30 30;
	border-image: linear-gradient(#d0f9ff,#c1ddfe) 30 30;*/
    }

    .fourbox .titlesub {
        font-size: 14px;
        color: #8c8c8c;
        padding-bottom: 70px;
    }

.fourbox_last {
    margin-right: 0 !important
}

.fourbox_over:hover a.fourboxa {
    color: #ffffff;
    border: 1px solid #86c5fb;
    background: #009af6
}

a.fourboxa_x:link {
    color: #329cf8;
    text-align: center;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    width: 152px;
    display: block;
    margin: 20px auto;
    background: url("../images/x_btn.png")
}

a.fourboxa_x:visited {
    color: #329cf8;
    border: 1px solid #86c5fb;
}

a.fourboxa_x:hover {
    color: #ffffff;
    border: 1px solid #86c5fb;
    background: #009af6;
    border-radius: 10px;
}

a.fourboxa_x:active {
    color: #329cf8;
    border: 1px solid #86c5fb;
}

a.fourboxa:link {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    border-radius: 5px;
    height: 64px;
    line-height: 64px;
    width: 256px;
    display: block;
    margin: 40px auto;
    background: url("../images/mfsq_btn.png")
}

a.fourboxa:visited {
    color: #ffffff;
}

a.fourboxa:hover {
    color: #ffffff;
}

a.fourboxa:active {
    color: #ffffff;
}

a.fourboxaa:link {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 195px;
    display: block;
    position: absolute;
    bottom: 45px;
    left: calc(50% - 81px)
}

a.fourboxaa:visited {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.5);
}

a.fourboxaa:hover {
    color: #0048a0;
    background: #ffffff;
}

a.fourboxaa:active {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.5);
}

a.nymfsy:link {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    border-radius: 8px;
    background: #24a8f7;
    height: 77px;
    line-height: 77px;
    width: 265px;
    display: block;
    margin: 60px auto
}

a.nymfsy:visited {
    color: #ffffff;
    background: #24a8f7;
}

a.nymfsy:hover {
    color: #ffffff;
    background: #59bbf6
}

a.nymfsy:active {
    color: #ffffff;
    background: #24a8f7
}

a.ljmore:link {
    color: #329cf8;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #86c5fb;
    height: 42px;
    line-height: 42px;
    width: 160px;
    display: block;
    margin: 40px 0 20px 35px;
}

a.ljmore:visited {
    color: #329cf8;
    border: 1px solid #86c5fb;
}

a.ljmore:hover {
    color: #ffffff;
    border: 1px solid #86c5fb;
    background: #009af6
}

a.ljmore:active {
    color: #329cf8;
    border: 1px solid #86c5fb;
}

.fourbox:hover .fourbox_over {
    display: block;
    position: absolute;
    top: 0
}

.fourbox_over {
    width: 274px;
    height: 484px;
    background: #ffffff; /*background: url("../images/fourtitle.jpg") no-repeat #ffffff;*/
    border-radius: 16px;
    text-align: center;
    float: left;
    margin-right: 32px;
    box-shadow: 0px 0px 25px 0 #c7e9fd;
    position: absolute;
    top: 0
}

.fourbox_over01 {
    background: url("../images/a01.png") 10px no-repeat #4dcdc1;
}

.fourbox_over02 {
    background: url("../images/a02.png") 10px no-repeat #ffb738;
}

.fourbox_over03 {
    background: url("../images/a03.png") 10px no-repeat #ff7575;
}

.fourbox_over04 {
    background: url("../images/a04.png") 10px no-repeat #62a5ff;
}

.fourbox_over .title {
    color: #ffffff !important;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    height: 57px;
    font-weight: 600;
    padding-top: 20px;
    margin-bottom: 29px;
    text-align: center;
}

    .fourbox_over .title .sub {
        font-size: 12px;
        text-align: center;
        color: #ffffff;
        font-weight: 100;
        margin-top: 5px;
    }

.fourbox_over .boxmain {
    text-align: left;
    margin: 0px 10px 0 15px;
    margin-top: 25px
}

    .fourbox_over .boxmain .text {
        margin-left: 28px;
        color: #808080;
        font-size: 12px;
    }

        .fourbox_over .boxmain .text li {
            color: #000000;
            font-size: 16px;
            padding-bottom: 3px;
        }

    .fourbox_over .boxmain img {
        float: left
    }

.fourbox_over .boxmainmain {
    margin-bottom: 40px
}

.fourbox_over .boxmainmaina {
    margin-bottom: 80px
}

.ninebox {
    width: 100%;
    margin-top: 40px;
}

    .ninebox .item {
        width: 277px;
        height: 172px;
        border-radius: 20px;
        text-align: center;
        float: left;
        padding: 25px 0 20px 0;
        background: #ffffff;
        margin-bottom: 38px;
    }

#margin_rl {
    margin: 0 25px;
}

#margin_rl01 {
    margin: 0 25px;
}

.itemhover { /*background: -webkit-linear-gradient(left top, #95e2ff , #3197ff) !important; /* Safari 5.1 - 6.0 */
    /*background: -o-linear-gradient(bottom right,  #95e2ff , #3197ff)  !important; /* Opera 11.1 - 12.0 */
    /*background: -moz-linear-gradient(bottom right,  #95e2ff , #3197ff) !important; /* Firefox 3.6 - 15 */
    /*background: linear-gradient(to bottom right, #95e2ff , #3197ff) !important; /* 标准的语法（必须放在最后） */ box-shadow: 0px 0px 15px 0 #c7e9fd;
}


.ninebox .item .title {
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600
}

.ninebox .item .titlesub {
    font-size: 14px;
    padding: 5px 0
}

.ninebox:hover .item .titlesub {
    font-size: 14px;
    padding: 5px 0;
    color: #444444
}

.ninebox .item .titlesubb {
    font-size: 12px;
    color: #999999
}

.ninebox .items {
    width: 302px;
    text-align: center;
    float: left;
    padding-bottom: 60px;
}

    .ninebox .items .title {
        font-size: 24px;
        padding: 5px 0;
        font-weight: 600
    }

    .ninebox .items .titlesub {
        font-size: 14px;
        padding: 5px 0
    }

.ninebox:hover .item .titlesub {
    font-size: 14px;
    padding: 5px 0;
    color: #444444
}

.ninebox:hover .item .title {
    color: #444444 !important
}

.ninebox .items .titlesubb {
    font-size: 14px;
    color: #999999
}
/*.imggover{width: 81px; height:81px;box-shadow: 0px 0px 25px 0 #c7e9fd; border-radius: 50px ;margin: 10px 10px 9px 9px;}*/
.margin_bottom {
    margin-top: 12px !important;
}

.margin_bottom01 {
    margin-top: 23px !important;
}

/*首页跑动小圆点*/
.ydlodinghome {
    padding-left: 60px;
    padding-top: 60px;
}

    .ydlodinghome:hover p {
        color: #1fb5a4
    }

.zzsc6home {
    height: 60px;
    float: right;
    clear: both;
    text-align: center;
    width: 100%;
}

    .zzsc6home .k-linehome {
        width: 26px;
        height: 26px;
        background: url(../images/dot01.png);
        border-radius: 100%;
        display: inline-block;
        position: relative
    }

.backphome {
    background: #ffffff !important;
    font-size: 22px !important;
    float: left;
    padding: 0 !important;
    color: #666666 !important;
}

.ydlodinghome:hover .zzsc6home > div {
    width: 26px;
    height: 26px;
    background-color: #4dacfe;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ydlodinghome:hover .zzsc6home .bounce1home {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.ydlodinghome:hover .zzsc6home .bounce2home {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.onhome {
    background: url(../images/dot02.png) !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    margin: 4px;
    margin-bottom: 5px;
    position: relative
}
/*.zzsc6home .k-linehome:before{ content: ""; background:#66c2fa;border-radius: 50px; position: absolute; width: 27px; height: 27px;left:0; }
.onhome:before{ content: ""; background:#c1e6fc;border-radius: 50px; position: absolute; width: 15px; height: 15px;left:0; }*/

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.8)
    }

    40% {
        -webkit-transform: scale(1.2)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    40% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}
/*首页跑动小圆点*/
.main_main {
    background: #f1faff
}

.main_mainn {
    background: #f1faff
}

.bottom_box {
    background: #007ade;
    padding: 50px 0 35px 0;
    overflow: hidden;
    clear: both
}

.main_boxafter {
    margin-bottom: 60px;
}

.main_main_sl {
    height: 567px;
}

.main_main:after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block;
    padding-bottom: 70px;
}

.sixbox_main {
    width: 100%;
    background: url(../images/eigh_b.png) center center;
    height: 800px;
}

#sixboxli {
    background: #005ccc
}

.sixbox {
    width: 1260px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    margin-top: 12px;
}

    .sixbox a li {
        position: relative;
        width: 220px;
        border: 2px solid #fff;
        float: left;
        background: #00c8fa;
        height: 220px;
        border-radius: 10px;
        color: #ffffff;
        margin: 13px;
    }

.stylew {
    color: #ffffff !important;
}

.sixbox a li .title {
    font-size: 18px;
    margin-left: 15px;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sixbox a li .more {
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
    opacity: 0;
    font-size: 12px;
}

.sixbox a li:hover .more {
    width: 77px;
    height: 22px;
    line-height: 22px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #ffffff;
    text-align: center;
    opacity: 1
}

.sixbox a li .subtitle {
    font-size: 12px;
    margin-left: 15px;
}

.sixbox a li:hover .mask_ten {
    background: rgba(0,78,173,.8);
    height: 220px;
    border-radius: 10px;
}

.sixbox a li:hover .title {
    margin-top: 30px;
}

.mask_ten {
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}

a.fourboxabottom:link {
    margin-bottom: 90px;
}

a.fourboxatop:link {
    margin-top: 40px;
    margin-bottom: 0
}

.sixblleft {
    width: 544px;
    height: 437px;
    float: left;
}

    .sixblleft img {
        margin-left: 50px;
        margin-top: 30px;
    }

.sixblright {
    float: left;
    width: 277px;
    margin-left: 15px
}

    .sixblright .item {
        float: left;
        width: 277px;
        margin-top: 35px;
    }

.sixleft {
    margin-left: 96px;
}

.sixblright .item .img {
    margin: 20px 5px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50px;
    text-align: center;
    float: left
}

    .sixblright .item .img img { /*position:relative;top:50%;transform:translateY(-50%);*/
    }

.sixblright .item .text {
    color: #666666;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
    float: left
}

    .sixblright .item .text li {
        font-size: 18px;
        color: #000000;
        margin-bottom: 5px;
        font-weight: 600
    }

.albox {
    width: 100%;
    padding-left: 10px
}

    .albox li {
        width: 188px;
        float: left;
        margin: 10px 5px;
    }

.newstitle {
    width: 100%;
    text-align: center
}

    .newstitle li {
        font-size: 18px;
        color: #666666;
        display: inline-block;
        width: 120px;
        margin: 0 10px;
    }

.onli a {
    color: #ffffff !important;
    width: 120px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    border-radius: 20px;
    background: url(../images/news_btn.png); /* background: -webkit-linear-gradient(top right, #3f95fd , #65d5ff);
	background: -o-linear-gradient(top right,   #3f95fd , #65d5ff);
	background: -moz-linear-gradient(top right,  #3f95fd , #65d5ff);
	background: linear-gradient(top right,  #3f95fd , #65d5ff);*/
}

.news_main {
    width: 100%;
    margin-top: 40px;
}

    .news_main .item {
        width: 574px;
        padding: 10px;
        box-shadow: 0 0 12px rgba(43, 139, 255, .2);
        float: left;
        background: #ffffff;
        margin-bottom: 20px;
        border-radius: 5px;
    }

        .news_main .item:hover {
            box-shadow: 0 0 12px rgba(43, 139, 255, .2);
            border: 1px solid #00c8fa;
            border-radius: 5px;
        }

    .news_main:nth-child(1) {
        margin-right: 20px;
    }

    .news_main .item:nth-of-type(odd) {
        margin-right: 20px;
    }

    .news_main .item img {
        width: 185px;
        height: 110px;
        float: left
    }

    .news_main .item .mainbox {
        width: 367px;
        padding-left: 10px;
        float: left
    }

        .news_main .item .mainbox .title {
            font-size: 16px;
            padding-top: 8px;
        }

        .news_main .item .mainbox .titlesub {
            font-size: 14px;
            color: #a8a8a8;
            margin: 5px 0
        }

        .news_main .item .mainbox .submargin {
            margin-top: 10px;
        }

a.morea:link {
    color: #00c8fa;
    float: right;
    font-size: 14px;
}

a.morea:visited {
    color: #00c8fa;
}

a.morea:hover {
    color: #009af6;
}

a.morea:active {
    color: #00c8fa;
}

a.moreaa:link {
    color: #999999;
    font-size: 14px;
}

a.moreaa:visited {
    color: #999999;
}

a.moreaa:hover {
    color: #009af6;
}

a.moreaa:active {
    color: #999999;
}

a.ablock:link {
    display: block
}

a.ablock:hover .title {
    color: #0051b3 !important;
}

a.lin:link {
    color: #999999;
    font-size: 14px;
}

a.lin:visited {
    color: #999999;
}

a.lin:hover {
    color: #009af6;
}

a.lin:active {
    color: #999999;
}

a.bottoma:link {
    color: #ffffff;
}

a.bottoma:visited {
    color: #ffffff;
}

a.bottoma:hover {
    color: #ffffff;
}

a.bottoma:active {
    color: #ffffff;
}

a.mb:link {
    color: #8c8c8c;
    font-size: 12px;
}

a.mb:visited {
    color: #8c8c8c;
    font-size: 12px;
}

a.mb:hover {
    color: #009af6;
}

a.mb:active {
    color: #8c8c8c;
    font-size: 12px;
}

.bottom_left {
    width: 280px;
    height: 250px;
    border-right: 1px solid #3395e5;
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

    .bottom_left li {
        padding: 15px 0 0 0px;
        line-height: 210%
    }

.bottom_center {
    border-right: 1px solid #3395e5;
    width: 150px;
    height: 250px;
    font-size: 14px;
    padding-left: 50px;
    float: left;
    line-height: 280%
}

    .bottom_center ul {
        float: left;
        width: 125px;
    }

.bottom_centerc {
    width: 250px;
}

.bottom_center .title {
    font-size: 16px;
    color: #fff;
    padding-bottom: 0
}

.bottom_centertitle {
    padding-bottom: 10px !important;
}

.bottom_right {
    width: 110px;
    text-align: center;
    color: #ffffff;
    padding-top: 50px;
    float: left;
    line-height: 200%
}

    .bottom_right li {
        padding-top: 6px;
        font-size: 12px;
    }

.box_bottom {
    padding: 20px 0
}

.messagebox {
    width: 48px;
    position: fixed;
    right: 5px;
    top: 250px;
}

.zxbox {
    background: #4d4d4d;
    font-size: 16px;
    line-height: 20px !important;
    padding-top: 5px;
    height: 45px;
}

.qqbox {
    background: url(../images/qq.png) -96px 0px #4d4d4d;
    height: 50px;
}

    .qqbox:hover {
        background: url(../images/qq.png) 0px 0px #4d4d4d
    }

        .qqbox:hover .qq_box {
            display: block;
            right: 145px;
            border-radius: 5px 0 0 5px
        }

.qq_box {
    background: #4d4d4d;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}

.wxbox {
    background: url(../images/wqq.png) -96px -48px #4d4d4d;
    height: 48px;
}

    .wxbox:hover {
        background: url(../images/wqq.png) 0px -48px #4d4d4d
    }

        .wxbox:hover .wx_box {
            display: block;
            right: 150px;
            top: 0px;
            border-radius: 5px;
        }

.wx_box {
    background: #4d4d4d;
    width: 140px;
    height: 140px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 14px;
    padding: 10px 0
}

.telbox {
    background: url(../images/wqq.png) -96px -96px #4d4d4d;
    height: 50px;
}

    .telbox:hover {
        background: url(../images/wqq.png) -0px -96px #4d4d4d
    }

        .telbox:hover .tel_box {
            display: block;
            right: 145px;
            border-radius: 5px 0 0 5px
        }

.tel_box {
    background: #4d4d4d;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}

.phonebox {
    background: url(../images/wph.png) -96px -192px #4d4d4d;
    height: 50px;
    cursor: pointer
}

    .phonebox:hover {
        background: url(../images/wph.png) -0px -192px #4d4d4d
    }

        .phonebox:hover .phone_box {
            display: block;
            right: 145px;
            border-radius: 5px 0 0 5px
        }

.phone_box {
    background: #4d4d4d;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    display: none;
    position: relative;
    font-size: 18px;
}

.zck_box {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 999
}

    .zck_box li {
        width: 50px;
        border-radius: 5px;
        margin: 5px;
        color: #FFF;
        text-align: center;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }

        .zck_box li:hover {
        }

.newtitlebox {
    text-align: center
}

.new_title {
    color: #0196f0;
    display: inline-block;
    font-size: 36px;
    background: url(../images/dd.jpg) center center no-repeat;
    min-width: 330px;
    min-height: 83px;
    line-height: 83px;
}

.new_titlesub {
    font-size: 18px;
    color: #8c8c8c
}

.new_titlemore {
    color: #0196f0;
    display: inline-block;
    font-size: 36px;
    background: url(../images/dd02.jpg) center center no-repeat;
    min-width: 524px;
    min-height: 83px;
    line-height: 83px;
}

.ny_mainbox {
    width: 100%;
    background: #f7f7f7;
}

.ny_mainbox_box {
    margin: 0 auto;
    width: 1200px;
    padding: 100px 0;
    overflow: hidden
}

.ny_box {
    width: 400px;
    float: left
}

.ny_box01 {
    width: 450px
}

.ny_box02 {
    width: 380px
}

.ny_box03 {
    margin-top: 100px;
}

.ny_box .title {
    font-size: 32px;
}

.ny_box .titlesub {
    font-size: 22px;
    padding: 8px 0
}

.ny_box .texta {
    font-size: 20px;
    padding-top: 25px;
}

.ny_box .textb {
    font-size: 16px;
    color: #8c8c8c;
    text-indent: 36px;
}

.ny_box .topmain {
    margin-top: -35px;
    width: 312px;
    margin-left: 36px;
    text-indent: 0;
    font-size: 18px;
}

.ny_boxright {
    margin-right: 50px;
    margin-left: 20px;
}

.ny_boxleft {
    margin-left: 70px;
    margin-right: 0px;
}

.ny_boxleft {
    margin-left: 50px
}

.imgleft {
    float: left
}

.order_box3 {
    margin-right: 65px;
    width: 360px;
    float: left;
    padding-bottom: 50px;
}

.open {
    border-bottom: 1px solid #ededed;
    line-height: 40px;
    font-size: 18px
}

.newsb_zw {
    width: 363px;
    float: left;
    overflow: hidden;
}

    .newsb_zw span {
        width: 50px;
        float: right;
        color: #999
    }

    .newsb_zw ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .newsb_zw li {
        margin-top: 10px;
        height: 30px;
        border-bottom: 1px solid #ededed;
    }

    .newsb_zw dl {
        padding: 4px 0px;
        overflow: hidden;
    }

        .newsb_zw dl dt {
            height: 28px;
            line-height: 28px;
            background: transparent url("../images/wen.gif") no-repeat scroll 8px 4px;
            padding-left: 36px;
            font-weight: bold;
        }

        .newsb_zw dl dd {
            line-height: 24px;
            overflow: hidden;
            display: block;
            padding: 3px 0px 0px 36px;
            background: transparent url("../images/da.gif") no-repeat scroll 8px 7px;
        }

#showmfsy {
    width: 521px;
    height: 440px;
    background: url(../images/mf_back.png);
    position: absolute;
    margin-left: -260px;
    text-align: center;
    z-index: 999
}

    #showmfsy #close {
        width: 31px;
        height: 31px;
        margin-left: 501px;
        margin-top: -10px;
        cursor: pointer;
    }

.content {
    width: 350px;
    margin: 0 auto;
    margin-top: 70px;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 998
}

.magin-top {
    margin-top: 80px;
}

.margin-topa {
    width: 430px;
    margin-top50px;
    margin-right: 10px;
}

.margin-topb {
    width: 490px;
    margin-top: 80px;
}

.n_n_nyy {
    width: 905px;
    border-radius: 3px;
    border: 1px #d5d5d5 solid;
    float: left;
    margin: 0 0px 0 30px;
}

.newn_rightt {
    width: 803px;
    margin-top: 0px;
    float: left;
    font-size: 14px;
    line-height: 180%;
    padding: 10px 50px;
    text-align: left;
    border: 1px solid #d2d2d2;
    display: inline;
}

    .newn_rightt h1 {
        display: block;
        width: 810px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .newn_rightt h5 {
        display: block;
        width: 800px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        background-color: #F2F2F2;
        font-size: 12px;
        color: #999;
    }

    .newn_rightt span {
    }

    .newn_rightt p {
        display: block;
        margin: 0px 10px;
        width: 800px;
        font-size: 14px;
        line-height: 160%;
        color: #333;
    }

.lxxx {
    width: 261px;
    float: right;
    display: inline;
    background: #ffffff;
    padding: 3px;
    border: #F3F3F3 0px solid;
}

.news_mfsy_box {
    width: 263px;
    height: 368px;
    margin-top: 7px;
    background: url(../images/02.jpg);
}

.news_four {
    width: 263px;
    border: 1px solid #009af6;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
}

    .news_four .title {
        width: 149px;
        height: 28px;
        margin-top: 10px;
        font-size: 18px;
        color: #ffffff;
        border-radius: 0 5px 5px 0;
        text-align: center;
        background: -webkit-linear-gradient(#54bcfa, #069cf6); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#54bcfa, #069cf6); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#54bcfa, #069cf6); /* Firefox 3.6 - 15 */
        background: linear-gradient(#54bcfa, #069cf6); /* 标准的语法 */
    }

    .news_four .text {
        margin: 10px 10px;
        color: #333333;
        font-size: 14px;
        line-height: 110%;
    }

    .news_four .bottom {
        font-size: 12px;
        color: #666666;
        width: 100%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-top: 1px solid #fef275;
        margin-top: 20px;
    }

        .news_four .bottom span {
            color: #fef275;
            display: inline-block;
            margin: 0 2px;
            float: none
        }

.mfsy_open {
    position: absolute;
    top: 77px;
}

.newmf {
    height: 40px;
}

.hitp h3 {
    background: url(../images/0707.jpg);
    margin-top: 20px;
    border-radius: 10px;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    width: 91px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}

.hitp ul {
    margin: 0;
    padding: 0;
    background: url(../images/08.jpg);
    background-repeat: repeat;
    background-repeat: no-repeat;
    overflow: hidden;
}

    .hitp ul li {
        text-indent: 30px;
        height: 29px;
        line-height: 29px;
        float: left;
        width: 50%;
        padding-top: 5px;
    }

.ydjhzfbox {
    width: 900px;
    margin: 0 auto;
    color: #6e6e6e
}

    .ydjhzfbox li {
        width: 80px;
        float: left;
        text-align: center;
        margin: 0 23px;
        padding-top: 55px;
    }

.fixbottom {
    z-index: 999;
    width: 50px;
    height: 45px;
    position: fixed;
    top: 200px;
    right: 0;
    font-size: 15px;
    z-index: 999;
    color: #f45b77;
}

    .fixbottom .item {
        text-align: center;
        line-height: 45px;
    }

    .fixbottom .item01 {
        color: #ffffff;
    }

    .fixbottom .item img {
        width: 50px;
        margin-bottom: -8px
    }






/*head*/
.mtop {
    height: 80px;
    width: 100%;
}

.head {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .head .w1200 {
        padding: 0 15px;
    }

    .head .logo {
        margin-top: 10px;
    }

    .head .nav {
        margin-left: 60px;
    }

        .head .nav > ul > li {
            float: left;
            padding: 0 15px;
            position: relative;
            color: black !important;
            height: 55px;
            line-height: 55px;
            margin-top: 12px;
            border-radius: 50px;
        }

.nav.fl ul li.active {
    background: #00aef3;
    color: black !important;
}

            .head .nav > ul > li > a {
                font-size: 14px;
            }

            .head .nav > ul > li:hover > a,
            .head .nav > ul > li.active > a {
                color: #000;
            }

            .head .nav > ul > li:hover::after,
            .head .nav > ul > li.active::after {
                content: ' ';
                position: absolute;
                width: 15px;
                left: 0;
                right: 0;
                bottom: 15px;
                margin: 0 auto;
                height: 2px;
                background: #00aef3;
            }

        .head .nav li ul.sonnav {
            display: none
        }

        .head .nav li:hover ul.sonnav {
            display: block;
            background: #fff url(../images/sonnav.jpg) top center repeat-x;
            position: absolute;
            left: 0px;
            width: 100%;
            text-align: center;
            padding: 10px 0;
            z-index: 1;
        }

        .head .nav li ul.sonnav li {
            line-height: 35px;
        }

    .head .login {
        margin-top: 25px;
    }

        .head .login li {
            float: left;
        }

            .head .login li a {
                padding: 0 8px;
                font-size: 14px;
                line-height: 30px;
            }

        .head .login > ul > li.l1::after {
            content: '';
            border-right: 1px solid #e3e3e3
        }

        .head .login > ul > li.l3::before {
            content: '';
            border-left: 1px solid #e3e3e3
        }

        .head .login li.bk a {
            color: #00aef3;
            border: 1px solid #00aef3;
            display: block;
            border-radius: 2px;
            margin-left: 18px;
            margin-top: -1px;
        }

.fr {
    float: right;
}

.fl {
    float: left;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    width: auto;
}

.bk {
    clear: none;
}

.l2 {
    position: relative !important;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: none;
}

.logo {
    display: block;
    float: left;
    width: 140px;
    height: 55px;
    /* padding-top: 15px; */
}











/*footer*/
.footer {
    margin-top: 60px;
    width: 100%;
}

.footreg {
    height: 160px;
    background: #ff9a2d;
}

    .footreg p {
        line-height: 160px;
        font-size: 30px;
        color: #fff;
        padding-left: 100px;
        position: relative
    }

        .footreg p .ljzc a {
            font-size: 18px;
            color: #fff;
            position: absolute;
            top: 60px;
            right: 100px;
            border: 1px solid #fff;
            height: 40px;
            line-height: 40px;
            padding: 0 60px;
        }

.footerbox {
    width: 100%;
    background: #4a443f;
    overflow: hidden
}

.footcon {
    position: relative;
    padding: 40px 269px 20px;
    overflow: hidden;
}

    .footcon .footer-box-left {
        float: left;
    }

        .footcon .footer-box-left .phone-box {
            float: left;
            padding-right: 30px;
        }

            .footcon .footer-box-left .phone-box .kfimg {
                float: left;
            }

            .footcon .footer-box-left .phone-box .kftxt {
                float: left;
                margin-left: 20px;
                margin-top: 5px;
            }

            .footcon .footer-box-left .phone-box .phone-lebal {
                font-size: 14px;
                color: #ffffff;
                line-height: 100%;
            }

            .footcon .footer-box-left .phone-box .phone {
                font-size: 18px;
                color: #ffffff;
                line-height: 100%;
                margin-top: 20px;
                font-weight: bold
            }

        .footcon .footer-box-left .typx-serve-box {
            float: left;
            border-left: 1px solid #9f9f9f;
        }

            .footcon .footer-box-left .typx-serve-box dl {
                float: left;
                padding: 0 25px;
                text-align: center;
                position: relative;
            }

                .footcon .footer-box-left .typx-serve-box dl::before {
                    content: ".";
                    border-right: 1px solid #9f9f9f;
                    position: absolute;
                    right: 0;
                    height: 15px;
                    top: 0px;
                }

                .footcon .footer-box-left .typx-serve-box dl dt {
                    margin-top: -4px;
                }

                    .footcon .footer-box-left .typx-serve-box dl dt a {
                        font-size: 16px;
                        color: #fff;
                    }

                .footcon .footer-box-left .typx-serve-box dl dd a {
                    font-size: 14px;
                    color: #ccc;
                    line-height: 30px;
                }

    .footcon .footer-box-right {
        position: relative;
        float: right;
        margin-right: -20px;
    }

        .footcon .footer-box-right img {
            width: 121px;
            margin-right: 20px;
        }

    .footcon .footer-box-bottom {
        padding-top: 25px;
    }

        .footcon .footer-box-bottom p {
            width: 100%;
            text-align: center;
            color: #8e8e8e;
            font-size: 14px;
            letter-spacing: 2px;
        }

            .footcon .footer-box-bottom p a {
                color: #8e8e8e;
                font-size: 14px;
                letter-spacing: 2px;
            }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}







/*app-头部*/

.header-app {
    background: #111;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

    .header-app.open-menu {
        height: 100%;
        background: #000;
        -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 10px 15px;
}

    .header-app .logo img {
        height: 100%;
    }

.navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

    .navbar-togger .icon_bar {
        width: 24px;
        height: 2px;
        background-color: #ff9a13;
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .navbar-togger .icon_bar:nth-of-type(2) {
            margin: 5px 0;
        }

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.nav-list li {
    border-bottom: 1px solid #424242;
    opacity: 0;
    pointer-events: none;
}

    .nav-list li.open {
        border-bottom: none;
    }

.header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
    position: relative;
}

    .cate-item a {
        font-family: "regular";
        font-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
        color: #fff;
    }

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
    color: #ff9a13
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #ff9a13;
}

.category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

    .category-tig::before, .category-tig::after {
        content: '';
        background: #888;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .category-tig::before {
        width: 16px;
        height: 2px;
        right: 0;
        margin-top: -1px;
    }

    .category-tig::after {
        width: 2px;
        height: 16px;
        margin-top: -8px;
        right: 7px;
    }

.nav-list li.open .category-tig::after {
    opacity: 0;
}

.nav-list li.open .category-tig::before {
    background: #ff9a13;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #424242;
    border-bottom: solid 1px #424242;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    font-family: "regular";
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #424242;
    display: block;
    color: #fff;
}

.category-pad a.on {
    color: #ff9a13;
}

.lan-box-app {
    padding: 20px 0;
    text-align: center;
}

    .lan-box-app a {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        padding: 0 10px;
        position: relative;
    }

        .lan-box-app a:after {
            content: '';
            width: 1px;
            height: 10px;
            background: #fff;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -5px;
        }

        .lan-box-app a:hover, .lan-box-app a.on {
            color: #ff9a13;
        }

        .lan-box-app a:last-child:after {
            display: none;
        }





/*app-底部*/

.foot-app {
    width: 100%;
    display: none;
    background: #111;
    /* padding: 20px 0 40px; */
}

.footer-menu {
    padding: 0 15px;
}

.footer-link {
    font-family: "regular";
    padding-top: 15px;
    color: #777;
    font-size: 14px;
    text-align: center;
}

    .footer-link a {
        font-family: "regular";
        font-size: 14px;
        color: #777;
        line-height: 24px;
    }

.footer-tit {
    position: relative;
    border-bottom: 1px solid #333;
}

    .footer-tit.on > a {
        color: #0060e7;
    }

    .footer-tit a {
        font-size: 16px;
        color: #777;
        line-height: 48px;
        margin-right: 48px;
        display: block;
        transition: all 0.4s;
    }

.footer-tig {
    font-size: 14px;
    color: #777;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before, .footer-tig::after {
        content: '';
        background: rgba(255, 255, 255, 0.6);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-tit.on .footer-tig::after {
    opacity: 0;
}

.footer-tit.on .footer-tig::before {
    background: #0060e7;
}

.footer-cont {
    display: none;
    padding: 0 15px 15px;
}

    .footer-cont a {
        font-size: 14px;
        line-height: 24px;
    }

.footer-tit.on .footer-cont a.on {
    color: #0060e7;
}

.footer-bot {
    padding: 20px 15px;
}

    .footer-bot p a {
        margin-left: 20px;
    }

    .footer-bot p.p2 {
        margin-top: 10px;
    }

    .footer-bot p, .footer-bot p a {
        color: #777;
        font-size: 14px;
        text-align: center;
        font-family: "regular";
    }

    .footer-bot .tel {
        color: #777;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .footer-bot .tel span {
            color: #777;
            display: inline-block;
            font-size: 18px;
            font-family: DINM;
            margin-left: 10px;
        }

.fd::after {
    content: " ";
    display: block;
    clear: both;
}

.fd {
    zoom: 1;
}

@media(max-width:768px) {
    .head, .footer {
        display: none !important;
    }

    .header-app, .foot-app {
        display: block !important;
    }






    .gywm_box, .control-boxaa, .bigboxaa, .contact {
        width: 100% !important;
        margin: 0 !important;
    }

    .valueg {
        height: auto;
        padding-bottom: 30px;
    }

    .boxaa {
        width: 33.33%% !important;
        border-left: none;
    }

    #switcheraa, .bigboxaa, .control-boxaa {
        height: auto;
    }
}
