﻿

@charset "UTF-8";

.header-container,
.foot-main,
.foot-bottom,
.nimi-container,
.index-container,
.ny-container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .header-container, .index-container, .ny-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .header-container, .index-container, .ny-container {
        width: 970px;
    }
    /* .header-container{width: 1080px;} */
}

@media (min-width: 1260px) {
}

@media (min-width: 1460px) {
    .header-container, .index-container, .ny-container {
        width: 1265px;
    }
}

@media (min-width: 1460px) {
}

@media (min-width: 1660px) {
}

@media(min-width:1920px) {
}

:root {
    --theme-color: #006ec2;
}



/*pc-ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨*/
/* .header-position{position: relative;} */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 10px 0 0;
    border-bottom: 1px solid #dee5ed;
    transition: all 0.5s;
}

    .header.scroll {
        padding: 0;
        box-shadow: 1px 1px 10px rgba(0,0,0,.3);
        border-bottom: 1px solid transparent;
    }

.header-wrap .logo {
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}

    .header-wrap .logo h1 {
        font-size: 0;
        float: left;
        margin-top: 6px;
    }

.header-wrap .logo-font {
    margin-left: 122px;
    border-left: 1px solid #868686;
    padding-left: 18px;
    font-size: 16px;
}

    .header-wrap .logo-font p:first-child {
        color: #006ec2;
    }

.header-wrap .tool {
    float: right;
    height: 73px;
    line-height: 74px;
}

    .header-wrap .tool .loading {
        padding-left: 26px;
        height: 100%;
        display: inline-block;
        display: none;
    }

    .header-wrap .tool .en {
        font-size: 16px;
        vertical-align: middle;
        padding-left: 26px;
        height: 100%;
        display: inline-block;
    }

.header-wrap .search {
    display: inline-block;
    position: relative;
}

    .header-wrap .search img {
        width: 24px;
    }

.header-wrap .search-box {
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    position: absolute;
    top: 100%;
    right: -11px;
    width: 0px;
    /* display: none; */
}

.header-wrap .search-butt {
    background: url(../images/search2.png)no-repeat center;
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #006ec2;
}

.header-wrap .search-input {
    color: #777;
    border: 1px solid #777;
    background-color: #fff;
    float: left;
    height: 40px;
    width: 240px;
    padding: 0 8px;
    display: inline-block;
}

.header-wrap .search:hover .search-box {
    /* height: 200px; */
}

/* ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */
.navbar {
    color: #006ec2;
    float: left;
    margin-left: 64px;
}

    .navbar .navbar-ul {
    }

    .navbar .navbar-li {
        float: left;
        padding: 0 9px;
        margin: 0 10px;
    }

        .navbar .navbar-li:last-child {
            padding-right: 0;
        }

    .navbar .navbar-a {
        color: #333333;
        display: block;
        font-weight: 300;
        position: relative;
        font-family: 'ali';
        font-weight: 400;
        line-height: 73px;
    }

    .navbar .navbar-li:hover .navbar-a,
    .navbar .navbar-li.active .navbar-a {
        color: #006ec2;
        z-index: 33;
    }

    /* .navbar .navbar-li.max-drop:hover , .navbar .navbar-li.max-drop.active {background-color: #006ec2;} */
    .navbar .navbar-li.max-drop.active::after,
    .navbar .navbar-li.max-drop:hover::after {
        width: 0%;
    }

.navbar-li {
    position: relative;
}

.max-drop {
    position: static;
}

.dropmenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .5s;
    border: none;
    color: #303233;
    width: 150%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 0;
    display: block;
}

.max-drop .dropmenu {
    width: 100%;
    border-top: 1px solid #dee5ed;
}

.navbar-li:hover .dropmenu {
    max-height: calc(100vh - 84px);
    opacity: 1;
}
/* ÃƒÂ©Ã…Â¡Ã‚ÂÃƒÂ¨Ã¢â‚¬â€Ã‚ÂÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â° */
.dropmenu-right,
.dropmenu-left {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.dropmenu ul {
    width: 100%;
}

    .dropmenu ul .dropmenu-item {
        width: 100%;
        padding: 25px 0 0 0;
        border-bottom: 1px solid #dee5ed;
        margin-bottom: 0;
    }

        .dropmenu ul .dropmenu-item a {
            width: 100%;
            display: block;
            margin-bottom: 5px;
            font-weight: 200;
            border-top: solid 1px transparent;
            transition: all 0.5s;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .dropmenu ul .dropmenu-item a em {
                font-size: 12px;
                vertical-align: middle;
                margin-top: -3px;
            }

            .dropmenu ul .dropmenu-item a:hover {
                color: #006ec2;
                letter-spacing: 1px;
            }

    .dropmenu ul .dropmenu-left:hover img,
    .dropmenu ul .dropmenu-right:hover img {
        transform: scale(1.05);
    }

    .dropmenu ul .dropmenu-item .ztyw-img img {
        transition: all 1s;
    }

    .dropmenu ul .dropmenu-item .ztyw-img {
        padding: 20px 0 25px 0;
        width: 24%;
        margin-right: 50px;
        overflow: hidden;
    }

    .dropmenu ul .dropmenu-item .ztyw-font h4 {
        font-weight: 600;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.jszh .ztyw-font h4 {
    margin-top: 40px;
}

.dropmenu ul .dropmenu-item .ztyw-font {
    width: 53%;
}

.dropmenu ul .dropmenu-left:hover .ztyw-font h4,
.dropmenu ul .dropmenu-right:hover .ztyw-font h4 {
    color: #006ec2;
}

.dropmenu ul .dropmenu-item .ztyw-font p {
    margin-top: 14px;
}

.dropmenu ul .dropmenu-item .dropmenu-right {
    padding-left: 90px;
    position: relative;
    z-index: 11;
}

    .dropmenu ul .dropmenu-item .dropmenu-right .ztyw-img {
        width: 24%;
    }

    .dropmenu ul .dropmenu-item .dropmenu-right::before {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #dee5ed;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 156px;
    }

.dropmenu ul .dropmenu-item:nth-child(3) .ztyw-img {
    padding-top: 0;
}

.dropmenu ul .dropmenu-item:nth-child(3) {
    padding: 25px 0 10px 0;
}

.dropmenu-btn {
    margin: 33px -12px 38px;
}

    .dropmenu-btn a {
        background-color: #dee5e6;
        display: block;
        width: 164px;
        height: 44px;
        text-align: center;
        float: left;
        margin-right: 48px;
        line-height: 43px;
        position: relative;
    }

.dropmenu-btn-bar {
    display: inline-block;
    margin-left: 14px;
    vertical-align: middle;
    margin-top: -49px;
}

    .dropmenu-btn-bar .btn-bar {
        height: 2px;
        margin-bottom: 4px;
    }

        .dropmenu-btn-bar .btn-bar::before,
        .dropmenu-btn-bar .btn-bar::after {
            transition: all 0.5s;
            margin-right: 2px;
            content: "";
            display: inline-block;
            height: 2px;
            width: 12px;
            background-color: #333;
        }

        .dropmenu-btn-bar .btn-bar::before {
            width: 2px;
        }

.dropmenu-btn a:hover .btn-bar::before {
    height: 2px;
    width: 12px;
}

.dropmenu-btn a:hover .btn-bar::after {
    height: 2px;
    width: 2px;
}


.dropmenu-btn a::before {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: #006ec2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 100%;
    transform: translateX(-50%);
}

.dropmenu-btn a:hover::before {
    width: 100%;
}

.dropmenu-btn a:hover .dropmenu-btn-bar .btn-bar::before,
.dropmenu-btn a:hover .dropmenu-btn-bar .btn-bar::after {
    background-color: #fff;
    position: relative;
    z-index: 33;
}

.dropmenu-btn a:hover span {
    color: #fff;
    position: relative;
    z-index: 33;
}

.dropmenu .dropmenu-item:hover a {
    background-color: transparent;
    color: #333;
    border-top: solid 1px transparent;
}

.dropmenu li > a {
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 59px;
    border-top: solid 1px #efefef;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropmenu li:hover a {
    background-color: #006ec2;
    color: #fff;
    border-top: solid 1px #006ec2;
}




/* ÃƒÂ¥Ã‚Â±Ã‚ÂÃƒÂ¥Ã‚Â¹Ã¢â‚¬Â¢ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ§Ã‚Â§Ã‚Â» */
.header.black {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

    .header.black.ny {
        box-shadow: none;
    }

    .header.black .navbar-a {
        color: #333;
    }

.header-logo1 {
    display: block;
}

.header-logo {
    display: none;
}

    .header-logo.black {
        display: block;
    }

.header-logo1.black {
    display: none;
}

.header-wrap .search.black {
    background: url(../images/search1.png)no-repeat center right;
}




/*pcÃƒÂ§Ã‚Â«Ã‚Â¯ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ©Ã¢â‚¬Â¡Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã¢â‚¬Â Ã¢â€žÂ¢*/
.footer {
    background-color: #dee5ed;
}

    .footer .logo h1 {
        font-size: 0;
    }

.footer-wrap {
    position: relative;
    padding-top: 48px;
    padding-bottom: 11px;
}

.footer-info {
    margin-top: 37px;
    width: 100%;
}

.footer-right {
    width: 100%;
}

    .footer-right dt {
        margin-bottom: 18px;
        cursor: pointer;
    }

        .footer-right dt a {
            color: #333;
            font-weight: bold;
            font-family: "Source Han Sans CN";
            font-size: 16px;
        }

            .footer-right dt a em {
                font-style: normal;
                margin-left: 8px;
            }

    .footer-right dl {
        width: 18%;
        float: left;
    }

        .footer-right dl:last-child {
            width: 8%;
            float: right;
        }

    .footer-right dd {
        cursor: pointer;
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }

        .footer-right dd a {
            color: #333333;
        }

        .footer-right dd:hover a {
            color: #006ec2;
        }

    .footer-right p {
        line-height: 30px;
    }

.footer-rr {
    float: right;
    text-align: right;
}

.footer-il {
    float: left;
    padding-top: 20px;
}

    .footer-il p {
        line-height: 24px;
    }

.footer-rl {
    float: left;
    width: 100%;
}

.footer-weixin {
}

    .footer-weixin img {
        display: inline-block;
        margin-left: 38px;
    }

    .footer-weixin p {
        color: #333;
        font-family: 'Adobe';
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        line-height: 24px;
    }

.share-box {
    margin-top: 18px;
}



.mod_service {
    background-color: #333333;
    padding: 16px 0;
}

.mod_parter {
    color: #dee5ed;
    text-align: center;
}

    .mod_info a,
    .mod_info,
    .mod_parter p {
        color: #dee5ed !important;
    }

        .mod_info a:hover {
            color: #006ec2 !important;
        }

    .mod_parter span {
        font-weight: 200;
        vertical-align: middle;
        margin-top: -35px;
        display: inline-block;
    }

    .mod_parter ul {
        display: inline-block;
        margin-left: 26px;
    }

.mod_info ul {
    display: inline-block;
}

.mod_info {
    text-align: center;
}

    .mod_info li,
    .mod_parter li {
        float: left;
        margin-right: 42px;
        transition: all 1s;
    }

        .mod_info li p {
            font-size: 12px;
        }

        .mod_parter li:hover {
            transform: scale(1.05)
        }

    .mod_info .police p {
        background: url(../images/police.png)no-repeat left center;
        padding-left: 20px;
    }


/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ÃƒÂ¥Ã‚Â°Ã‚Â¾ÃƒÂ©Ã†â€™Ã‚Â¨ */

@media (max-width: 1659px) {
    .dropmenu ul .dropmenu-item .dropmenu-right::before {
        height: 124px;
    }
}

@media (max-width: 1459px) {
    .navbar .navbar-li {
        padding: 0 20px;
    }

    .dropmenu li > a {
        padding: 0 6px;
        line-height: 48px;
    }

    .footer-wrap {
        padding-top: 50px;
    }

    .footer-info {
        margin-top: 30px;
    }

    .navbar {
        margin-left: 18px;
    }

        .navbar .navbar-li {
            padding: 0 2px;
            margin: 0 6px;
        }

    .dropmenu ul .dropmenu-item .dropmenu-right {
        padding-left: 60px;
    }

    .dropmenu ul .dropmenu-item .ztyw-img {
        margin-right: 30px;
    }

    .dropmenu ul .dropmenu-item .ztyw-font {
        width: 54%;
    }

    .dropmenu ul .dropmenu-item:nth-child(3),
    .dropmenu ul .dropmenu-item {
        padding: 14px 0;
    }
}

@media (max-width: 1259px) {
    .navbar .navbar-li {
        padding: 0 14px;
    }

    .dropmenu-btn {
        margin: 26px -12px;
    }
}

@media (max-width: 991px) {
    .foot-app .footer-weixin {
        width: 28%;
        text-align: center;
        float: right;
    }

    .foot-app .share-box {
        width: 72%;
        float: left;
    }

    .foot-app .footer-mod {
        margin-top: 23px;
    }
}

@media (max-width: 767px) {
    .foot-app .footer-weixin {
        width: 36%;
    }

        .foot-app .footer-weixin img {
            width: 90px;
        }

    .foot-app .share-box {
        width: 100%;
        margin: 15px 0 !important;
    }

    .foot-app .footer-mod {
        margin-top: 5px;
    }

    .teldb img,
    .kf-zx img {
        width: 22px;
    }

    .footer-tell p {
        font-size: 16px;
    }

    .footer-tell .p-style {
        display: block;
    }

    .footer-info p:first-child span {
        display: block;
    }

    .foot-app .footer-weixin {
        width: 100%;
        float: none;
        text-align: left;
    }

        .foot-app .footer-weixin img {
            margin-left: 0;
            margin-right: 10px;
        }

    .foot-app .footer-mod {
        margin-top: 4px;
    }
}

@media (max-width: 400px) {
    .foot-app .footer-weixin {
        float: none;
    }

    .foot-app .footer-mod {
        margin-top: 4px;
    }
}

@media (max-width: 321px) {
}

@media (max-width: 1259px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 640px) {
}

@media (max-width: 370px) {
}




/* ===================ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã‚Â«Ã‚Â¯===================*/
/*===================app-ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨start===================*/

.header-app {
    background: #006ec2;
    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: #fff;
        -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);
    }

    .header-app .logo {
        float: left;
        vertical-align: middle;
        padding: 14px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-app .logo img {
            margin-right: 10px;
        }

    .header-app .right-box {
        padding-left: 10px;
    }

    .header-app .red-txt {
        font-size: 14px;
    }

    .header-app .black-txt {
        font-size: 12px;
    }

.navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
    background: #fff;
}

.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: #006ec2;
        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 #cfcfcf;
    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-size: 16px;
        line-height: 48px;
        margin-right: 60px;
        display: block;
        color: #444;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #006ec2;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #006ec2;
}

.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: #006ec2;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
}

.category-pad {
    padding: 0 15px;
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
}

.category-pad a.active {
    color: #006ec2;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #006ec2;
    padding-right: 15px;
    color: #006ec2;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

    .alert-top .text {
        border-radius: 0px;
        height: 40px;
        background: none;
        border: solid 1px rgba(0, 0, 0, 0.1);
        width: 80%;
        float: left;
        color: #666;
        padding: 0 10px;
    }

    .alert-top .search {
        background: url(../images/icon-search.png) no-repeat center;
        width: 10%;
        height: 26px;
        float: left;
        margin-top: 7px;
    }

    .alert-top span {
        color: #666;
        float: right;
        font-size: 20px !important;
        margin-top: 8px;
        width: 10%;
        text-align: center;
    }

.app-lanu {
    text-align: center;
    margin-top: 20px;
}

    .app-lanu a {
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        font-size: 14px;
        color: #333;
    }

        .app-lanu a.on {
            background: #006ec2;
            color: white;
            border-radius: 30px;
        }

.app-search {
    margin-bottom: 15px;
    border: 1px solid #006ec2;
}

    .app-search input {
        width: 86%;
        line-height: 38px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        color: #afafaf;
        padding: 0 12px;
    }

    .app-search button {
        width: 38px;
        float: right;
        height: 38px;
        text-align: center;
        line-height: 38px;
    }

    .app-search i {
        font-size: 20px !important;
        color: #888;
        cursor: pointer;
    }

.app-sousuo {
    line-height: 22px;
    color: #006ec2;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

/*===================app-ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨end===================*/
/*===================app-ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ ===================*/
.foot-app {
    width: 100%;
    background: #dee5ed;
    padding: 0 15px;
    display: none;
}

    .foot-app .footer-tit {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .foot-app .open .footer-tit a {
        color: #333;
    }

    .foot-app .footer-tit a {
        font-size: 16px;
        color: #333;
        line-height: 48px;
        margin-right: 48px;
        display: block;
    }

    .foot-app .footer-tig {
        font-size: 14px;
        color: #fff;
        text-align: right;
        line-height: 48px;
        width: 20px;
        height: 48px;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 2;
    }

        .foot-app .footer-tig::before,
        .foot-app .footer-tig::after {
            content: '';
            background: rgba(0, 0, 0, 0.4);
            position: absolute;
            top: 50%;
            transition: all .3s;
            left: 50%;
        }

        .foot-app .footer-tig::before {
            width: 18px;
            height: 2px;
            margin-left: -8px;
        }

        .foot-app .footer-tig::after {
            width: 2px;
            height: 18px;
            margin-top: -8px;
        }

    .foot-app .footer-item.open .footer-tig::after {
        opacity: 0;
    }

    .foot-app .footer-item.open .footer-tig::before {
        background: rgba(0, 0, 0, 0.4)
    }

    .foot-app .footer-cont {
        display: none;
        border: solid 1px rgba(0, 0, 0, 0.2);
        border-top: 0;
        padding: 0 15px;
    }

        .foot-app .footer-cont a {
            line-height: 40px;
            color: #333;
            display: block;
            font-size: 14px;
            border-bottom: dashed 1px rgba(0, 0, 0, 0.4);
        }

            .foot-app .footer-cont a:last-child {
                border: none;
            }

    .foot-app .footer-item.open .footer-cont a.active {
        color: #e94609;
    }

    .foot-app .footer-top {
        padding: 25px 0;
    }

    .foot-app .footer-left {
        float: left;
        margin-bottom: 10px;
    }

        .foot-app .footer-left h1 {
            font-size: 20px;
            color: #fff;
        }

            .foot-app .footer-left h1 img {
                display: inline-block;
                width: 24px;
                height: 20px;
                margin-top: -2px;
            }

    .foot-app .footer-right {
        width: 100%;
        float: left;
    }

        .foot-app .footer-right p {
            color: #fff;
            line-height: 22px;
        }
    /* border-top: solid 1px rgba(0, 0, 0, 0.3); */
    .foot-app .footer-bot {
        padding: 20px 0 5px;
        position: relative;
    }

        .foot-app .footer-bot p,
        .foot-app .footer-bot p a {
            color: #333;
            line-height: 22px;
        }

            .foot-app .footer-bot p a {
                display: block;
            }

    .foot-app .bshare {
        float: none;
        text-align: center;
        margin-top: 15px;
    }

        .foot-app .bshare a {
            margin-left: 15px;
        }

    /* ÃƒÂ¤Ã‚Â¿Ã‚Â®ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹ */
    .foot-app .footer-input {
    }

    .foot-app .search-input {
        background-color: #fff;
        border: 1px solid #fff !important;
    }

    .foot-app .search-butt {
        background-color: #fff;
        border: 1px solid #fff;
    }

.foinfo-left {
    float: left;
    width: 50%;
}

.foinfo-right {
    float: right;
    width: 50%;
}

.footer-info h4 {
    color: #333333;
    margin-bottom: 16px;
    font-weight: 700;
}

.foot-app .share-box {
    margin-top: 12px;
    margin-bottom: 10px;
}

.mod_service_app p {
    color: #fff;
}

    .mod_service_app p a {
        color: #fff;
    }

.mod_service_app {
    padding-bottom: 15px;
}
/*===================app-ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ ===================*/

@media(max-width: 1459px) {
    /* .mod_info{padding: 25px 0 0;} */
}


@media(max-width: 1259px) {
    /* app */
    .header {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }

        .header-app .logo img {
            width: 100px;
        }

    /* pc*/
    .footer-wrap {
        padding-top: 50px;
    }

    .footer-rl {
        width: 100%;
    }

    .footer-rr {
        width: 50%;
    }

    .footer-right {
        margin-top: 30px;
    }

    .footer-il {
        padding-top: 32px;
    }
}

@media(max-width: 991px) {
    /* app */
    .mod_service,
    .footer {
        display: none !important;
    }

    .foot-app {
        display: block !important;
        padding-bottom: 50px;
    }
    /* pc*/
    .footer-right p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    /* app */
    .app-sousuo {
        padding-right: 10px;
    }

    .footer-tit a {
        font-size: 14px;
    }

    .footer-bot .copy-app {
        display: block;
    }

    .foot-app .footer-bot h4 {
        margin-bottom: 10px;
    }

    .foinfo-left p {
        white-space: nowrap;
    }

    .header-app .logo img {
        width: 90px;
    }

    .bot-share a:first-child {
        margin-left: 0 !important;
    }

    .foot-app .footer-bot {
        padding: 40px 0 20px;
    }
}

@media (max-width: 639px) {
    .foinfo-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .foinfo-right {
        width: 100%;
    }

    .foot-app .footer-input .search-input {
        height: 35px;
        width: 220px;
    }

    .foot-app .footer-input .search-butt {
        height: 35px;
        width: 45px;
    }

    .footer-tell p {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .bot-share {
        float: unset;
    }

        .bot-share a {
            float: unset;
        }

    .foot-app .footer-bot p {
        font-size: 13px;
    }
}








/* =====================ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚Âµstart===================== */
/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â± */
.index-tit {
    font-size: 60px;
    color: #333;
    font-family: 'NOIRPRO';
}

.index-dec {
    color: #666;
    font-family: 'AK-LIGHT';
    margin-top: 8px;
}

.pad-100 {
    padding: 0 100px;
}

.top-100 {
    padding: 100px 0px;
}

.footer-input .search-input {
    color: #999;
    border: 1px solid #707070;
    float: left;
    font-family: 'AK-LIGHT';
    height: 45px;
    width: 240px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
}

.footer-input .search-butt {
    background: url(../images/sent.png)no-repeat center;
    float: left;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    width: 60px;
    ;
    background-color: #006ec2;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}
/* ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */
.drop-nav {
    position: relative;
    display: block;
}

.nav-top {
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: solid 1px #dee5ed;
}

    .nav-top .nav-a {
        color: #333;
        font-size: 16px;
        display: block;
        padding: 0px 20px 0 45px;
    }

    .nav-top .nav-more {
        font-size: 16px;
        color: #333;
        text-align: center;
        transition: all .5s;
        line-height: 52px;
        width: 45px;
        height: 52px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

.nav-bot {
    top: 48px;
    left: 0;
    width: 100%;
    display: none;
}

    .nav-bot .nav-item {
    }

.nav-bot {
    z-index: 99;
}

.nav-more.open {
    transform: rotateZ(90deg);
    opacity: 1;
}

.nav-a.active {
}

.nav-top.one .nav-more {
    left: 15px;
}

.nav-top.one .nav-a {
    padding: 0 20px 0 55px;
}

.nav-top.second {
    padding: 0 20px 0 65px;
}

.iframe-nav .nav-top.one .nav-more {
    left: 0;
}

.iframe-nav .nav-top.second {
    padding: 0 20px 0 54px;
}

.iframe-nav .nav-top.three {
    padding: 0 20px 0 65px;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ */
.com-file {
}

.com-file-ul {
    margin: 0 -25px;
}

    .com-file-ul li {
        float: left;
        width: 50%;
        padding: 0 25px;
        margin-bottom: 19px;
    }

.com-file-item {
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
}

    .com-file-item img {
        float: left;
        margin-right: 24px;
    }

    .com-file-item .file-font {
        padding: 23px 0 20px;
        float: left;
    }

    .com-file-item h4 {
        color: #444;
    }

    .com-file-item p {
        color: #888;
        margin-top: 9px;
    }
/* 3DÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.btn-3d {
    width: 50px;
    height: 50px;
    perspective: 800px;
    position: relative;
    display: block;
    transition: all 1s;
}

.btn-box {
    transform: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.btn-item {
    width: 50px;
    height: 50px;
    position: absolute;
}

.btn-left {
    transform: rotateY(-90deg);
    transition: all 0.5s;
    background: url(../images/btn-3d.jpg)no-repeat;
}

.btn-center {
    transition: all 0.5s;
    background: url(../images/btn-3d2.png)no-repeat;
}

.com-file-ul li:hover .btn-left,
.pro-box-ul li:hover .btn-left {
    transform: rotateY(0deg);
}

.com-file-ul li:hover .btn-center,
.pro-box-ul li:hover .btn-center {
    transform: rotateY(90deg);
}

.down-bth {
    float: right;
    margin: 20px 0;
    transition: all 2s;
}

.btn-font {
    display: block;
    color: #666;
    border: 1px solid #999;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.pro-box-ul li:hover .btn-font {
    color: #006ec2;
    border: 1px solid #006ec2;
}

/* .btn-font::after{content: "";display: block;position: absolute;top: 0;left: 0;
width: 0%;height: 100%;background-color: #006ec2;transition: all 1s;}
.pro-box-ul li:hover .btn-font::after{width: 100%;}
.btn-font span{position: relative;z-index: 33;}
.pro-box-ul li:hover .btn-font span{color: #fff;} */

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.com-page {
    font-family: 'Open Sans';
    text-align: center;
}

    .com-page a {
        width: 180px;
        background-color: #f1f3f6;
        display: block;
        height: 50px;
        line-height: 50px;
    }

    .com-page span {
        position: relative;
        color: #666;
        z-index: 33;
    }

.page-cent {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

    .page-cent img {
        width: 100%;
    }

.page-prev,
.page-next {
    display: inline-block;
    position: relative;
}

    .page-c i,
    .page-prev i,
    .page-next i {
        font-weight: 700;
        margin: 0 3px;
        color: #666;
        position: relative;
        z-index: 33;
    }

    .page-next::before,
    .page-prev::after {
        transition: all 0.5s;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        background-color: #006ec2;
    }

    .page-next::before {
        left: 0;
    }

    .page-next:hover::before,
    .page-prev:hover::after {
        width: 100%;
    }

    .page-next:hover span,
    .page-prev:hover span {
        color: #fff;
    }

    .page-next:hover i,
    .page-prev:hover i {
        color: #fff;
    }

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨swiperÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.swiper-button-next.com-butt, .swiper-button-prev.com-butt {
    background: none !important;
    width: 70px !important;
    height: 70px !important;
    line-height: 70px !important;
    background-color: #f0f0f0 !important;
    font-size: 16px !important;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    top: 42% !important;
    transition: all 0.5s;
    opacity: 1 !important;
}

.com-butt.swiper-button-next:hover,
.com-butt1.swiper-button-next:hover {
    background-color: #006ec2 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover,
.com-butt.swiper-button-prev:hover {
    background-color: #006ec2 !important;
    color: #fff;
}

.swiper-button-next.com-butt1, .swiper-button-prev.com-butt1 {
    background: none !important;
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 14px !important;
    color: #006ec2;
    border: 1px solid #006ec2;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    top: 42% !important;
    transition: all 0.5s;
    opacity: 1 !important;
}

.com-butt1.swiper-button-next:hover {
    background-color: #006ec2 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover {
    background-color: #006ec2 !important;
    color: #fff;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚Âª */
.com-nav {
    text-align: center;
}

.com-nav-ul {
    display: inline-block;
    margin: 50px 0 45px;
}

    .com-nav-ul li {
        float: left;
        padding: 0 10px;
    }

.com-nav-item {
}

    .com-nav-item a {
        color: #006ec2;
        text-align: center;
        display: block;
        width: 200px;
        height: 40px;
        line-height: 37px;
        border: 1px solid #006ec2;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }

        .com-nav-item a span {
            position: relative;
            z-index: 33;
        }

        .com-nav-item a::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0%;
            background: #fff;
            transition: all 0.5s;
        }

        .com-nav-item a:hover::after {
            height: 100%;
            background: #006ec2;
        }

        .com-nav-item a:hover span {
            color: #fff !important;
        }

        .com-nav-item a.active span {
            color: #fff !important;
        }

        .com-nav-item a.active {
            background: #006ec2;
        }
/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ul */
.com-ul {
    margin: 0 -12px;
    font-size: 0;
}

    .com-ul li {
        width: 33.33%;
        padding: 0 12px;
        margin-bottom: 50px;
        display: inline-block;
        vertical-align: top;
    }

.com-ul-list li {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}

.com-ul-item {
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .04);
}

.com-ul-img {
    overflow: hidden;
}

    .com-ul-img img {
        width: 100%;
        transition: all 1s;
    }

.com-ul-font {
    text-align: center;
    background-color: #fff;
}

    .com-ul-font h4 {
    }

    .com-ul-font p {
        color: #333;
    }

.com-ul-item:hover img {
    transform: scale(1.05);
}

.com-ul-item:hover p {
    color: #006ec2;
}
/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨pagination */

/* .com-pagination{text-align: center;padding: 30px 0 74px;} */
.com-pag-ul {
    display: inline-block;
}

    .com-pag-ul li {
        float: left;
        margin: 0 5px;
    }

.com-pag-item {
}

    .com-pag-item a {
        width: 46px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        transition: all .5s;
        display: block;
        background-color: #f1f3f6;
        color: #999;
        font-family: 'Open Sans';
    }

    .com-pag-item i {
        font-weight: 700;
        font-size: 14px;
    }

    .com-pag-item a.active {
        background-color: #006ec2;
        color: #fff;
    }

    .com-pag-item a:hover {
        background-color: #006ec2;
        color: #fff;
    }
/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨swiperÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.com-pagination.swiper-pagination {
    width: 100% !important;
}

.com-pagination .swiper-pagination-bullet {
    background-color: #7d8084;
    width: 29px;
    height: 2px;
    border-radius: 0 !important;
    opacity: 1 !important;
    position: relative;
}
/* .com-pagination .swiper-pagination-bullet-active {background:#66c1f6!important;} */
.com-pagination .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #006ec2;
    border-radius: 2px !important;
    transition: all 8s;
    animation: swipermove 8s linear;
}

@keyframes swipermove {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}



.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}



/* ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¨Ã‚Â§Ã¢â‚¬Å¾ÃƒÂ¥Ã‹â€ Ã¢â€žÂ¢ÃƒÂ§Ã¢â‚¬ÂºÃ¢â‚¬â„¢ÃƒÂ¥Ã‚Â­Ã‚Â */
.bgz-left {
    float: left;
    width: 49.23%;
}

    .bgz-bott-ul li:hover .bgz-font,
    .bgz-rb:hover .bgz-font,
    .bgz-rt:hover .bgz-font,
    .bgz-left:hover .bgz-font {
        background: rgba(0, 0, 0, 0.63);
    }
/* .bgz-left:hover .bgz-font{background: linear-gradient(to top,rgba(0,0,0,0.5), transparent);} */
.bgz-item {
    display: block;
    position: relative;
}

.bgz-font p {
    margin-top: 6px;
}

.bgz-font {
    position: static;
    bottom: 0;
    padding: 25px 20px 20px;
    color: #fff;
    width: 100%;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.788235294117647);
}
/* .bgz-font::after{
transition: all 0.5s;
content: "";display: block;background-color:rgba(0, 0, 0, .3);
position: absolute;bottom:0;left: 0;width: 100%;height: 0%;
} */
/* .bgz-font h4{position: relative;z-index: 33;}
.bgz-font p{position: relative;z-index: 33;} */
/* .bgz-font:hover::after{height: 100%;} */

/* bgz-font */
.bgz-right {
    float: right;
    width: 49.23%;
}

.bgz-rt {
    margin-bottom: 21px;
}

.bgz-img img {
    width: 100%;
    transition: all 1s;
}

.bgz-bott-ul {
    margin-top: 38px;
}

    .bgz-bott-ul li {
        float: left;
        width: 49.23%;
    }

.bgz-bott-ul2 li {
    width: 48%;
    margin: 1%;
}

.bgz-bott-ul li:last-child {
    float: right;
}

.bgz-bott-ul2 li:last-child {
    float: left;
}

.bgz-bott-ul .bgz-font h4 {
    color: #000;
    text-align: center;
}



.bgz-bott-ul .bgz-font p {
    color: #151214;
}

.index-container .bgz-bott-ul .bgz-font h4 {
    text-align: left;
}

.index-container .bgz-bott-ul li:hover .bgz-font h4 {
    color: white;
}

.index-container .bgz-bott-ul li:hover .bgz-font p {
    color: white;
}

.bgz-img {
    overflow: hidden;
}

.supp-three-a1 .bgz-img {
    height: 200px;
}

.bgz-item:hover img {
    transform: scale(1.05);
}


em.icon-right {
    font-weight: 900;
}

.index-one em.icon-right {
    vertical-align: middle;
}

/* ÃƒÂ¥Ã‚Â¹Ã‚Â¶ÃƒÂ¦Ã…Â½Ã¢â‚¬â„¢5ÃƒÂ¤Ã‚Â¸Ã‚Âªicon */
.com-icon {
}

    .com-icon li {
        float: left;
        width: 20%;
    }

.icon-item {
    text-align: center;
}

.icon-font {
    position: relative;
    color: #dee5ed;
    margin-top: 48px;
}

    .icon-font::after {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        background-color: #dee5ed;
        width: 1px;
        height: 88px;
        border-radius: 50%;
    }

.icon-item1 .icon-font::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dee5ed;
    width: 1px;
    height: 88px;
    border-radius: 50%;
}

.icon-font h4 {
    font-size: 44px;
    font-weight: 200;
}

.icon-item p {
    margin: 23px 0 0;
    padding: 0px 10px;
}

.icon-item .info-btn {
    color: #006ec2;
    opacity: 0;
    transition: all 0.5s;
}

.icon-img {
    position: relative;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    opacity: 0.9;
}

    .icon-img::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        background-color: #006ec2;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all 0.5s;
    }


/*index- banner */
.index.banner {
    margin-top: 83px;
}

.banner-wrap {
    position: absolute;
    top: 59%;
    width: 100%;
    transform: translateY(-50%);
}

.index.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index.banner .pc-banner {
    width: 100%;
}

.index.banner .app-banner {
    display: none;
}

.index.banner .banner-font {
    color: #fff;
    width: 50%;
}

.banner-img {
    float: right;
    margin-top: 76px;
    width: 50%;
}

    .banner-img img {
        width: 100%;
    }

.banner-font {
    float: left;
}

    .banner-font > span {
        font-size: 48px;
        font-family: 'Times New Roman';
        position: relative;
        display: inline-block;
    }

        .banner-font > span::before {
            transition: all 0.5s;
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-top: -10px;
            width: 30px;
            height: 3px;
            background-color: #fff;
            margin-right: 10px;
        }

    .banner-font:hover > span::before {
        width: 60px;
    }

    .banner-font > h4 {
        font-size: 66px;
        font-family: 'NOIRPRO';
        margin: 11px 0 20px;
        line-height: 72px;
    }

    .banner-font p {
        font-size: 30px;
        font-family: 'AK-LIGHT';
        line-height: 48px;
    }

.ban-btn {
    display: inline-block;
    margin-top: 42px;
}

    .ban-btn i {
        background: url(../images/more.png)no-repeat center;
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: #006ec2;
        vertical-align: middle;
        margin-top: -10px;
        margin-right: 10px;
    }

    .ban-btn span {
        white-space: nowrap;
        font-weight: 700;
        color: #006ec2;
        font-family: 'Times New Roman';
        transition: all 0.5s;
    }

    .ban-btn:hover span {
        letter-spacing: 2px;
    }


/* index-one */
.index-one {
    margin: 38px 0;
}

    .index-one .bgz-font2 {
        position: absolute;
        top: 25%;
        padding: 0 46px;
        color: #fff;
        text-align: center;
        width: 100%;
        font-weight: 200;
    }

/* index-two */
.index-two {
    background-color: #2674af;
    padding: 90px 0 98px;
}

.intw-wrap {
}

    .intw-wrap li .icon-img:hover {
        animation: swing 1s;
    }



@media (max-width: 1459px) {
    .index-one .bgz-rt {
        margin-bottom: 16px;
    }

    .index-one .bgz-bott-ul {
        margin-top: 20px;
    }

    .index-one {
        margin: 30px 0;
    }

    .index-two {
        padding: 50px 0;
    }

        .index-two .icon-img img {
            width: 65px;
        }

    .icon-font {
        margin-top: 30px;
    }

    .mod_info li, .mod_parter li {
        margin-right: 20px;
    }

    .mod_parter img {
        width: 100px;
    }

    .footer-right dl:last-child {
        width: 10%;
    }

    .icon-font h4 {
        font-size: 35px;
    }

    .icon-item p {
        margin: 10px 0 0;
    }

    .icon-item1 .icon-font::before,
    .icon-font::after {
        height: 60px;
    }
}

@media (max-width: 1259px) {
    .index-one .bgz-rt {
        margin-bottom: 12px;
    }

    .icon-font h4 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .inon-wrap .bgz-left,
    .inon-wrap .bgz-bott-ul li,
    .inon-wrap .bgz-right {
        width: 100%;
        margin-bottom: 15px;
    }

    .index-one .bgz-rt {
        margin-bottom: 15px;
    }

    .index-one .bgz-bott-ul {
        margin-top: 0;
    }

    .intw-wrap .com-icon li {
        width: 50%;
        margin-bottom: 18px;
    }

        .intw-wrap .com-icon li:last-child {
            width: 100%;
        }

    .icon-item1 .icon-font::before {
        display: none;
    }

    .intw-wrap .com-icon li:nth-child(2) .icon-font::after,
    .intw-wrap .com-icon li:nth-child(4) .icon-font::after,
    .intw-wrap .com-icon li:nth-child(5) .icon-font::after {
        display: none;
    }

    .index-two {
        padding: 30px 0 10px;
    }

        .index-two .icon-img img {
            width: 50px;
        }

    .icon-font {
        margin-top: 10px;
    }

    .icon-item p {
        margin: 2px 0 0;
    }

    .icon-item1 .icon-font::before, .icon-font::after {
        height: 45px;
    }
}

@media (max-width: 640px) {
}

@media (max-width: 370px) {
}



/* =====================ÃƒÂ©Ã‚Â¦Ã¢â‚¬â€œÃƒÂ©Ã‚Â¡Ã‚Âµend===================== */

/* ===kf==== */
.kf {
    transition: .8s;
    z-index: 999999;
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: -25px;
    width: 50px;
    border-radius: 5px;
}

    .kf.show {
        right: 5px;
    }

    .kf span {
        z-index: 1000001;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-bottom: 3px;
    }

        .kf span:hover {
            background-color: #106fb3;
        }

    .kf .zx {
        background-position: 0 0;
        background: #a7afb9 url(../images/kefu-zx.png)no-repeat center top 12px;
    }

    .kf .back_top {
        border: none;
        background: #a7afb9 url(../images/kf-top.png)no-repeat center top 13px;
    }

    .kf span a {
        transition: .5s;
        display: block;
        color: #fff;
        line-height: 24px;
        font-size: 14px;
        text-align: center;
        padding-top: 22px;
    }

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .freetel {
    background: #a7afb9 url(../images/kefu-qq.png)no-repeat center;
}

.kf .zxlya {
    background: #a7afb9 url(../images/kf-wx_03.png)no-repeat center;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
    display: none;
    right: 62px;
    position: absolute;
    top: -72px;
    background: #fff;
    padding: 5px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 120px;
}

.kf .zxzx {
    display: none;
    right: 86px;
    position: absolute;
    top: 6px;
    background: #fff;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    color: #333;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf-ly {
    background: #a7afb9 url(../images/kf-ly_03.png)no-repeat center;
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

    .shou:hover {
        background: transparent url(../images/zk.png)no-repeat center left;
    }

.kf-phone {
    background: #a7afb9 url(../images/kf-phone1.png)no-repeat center;
    background-size: 32px;
}

.kf-phone1, .zxwb {
    display: none;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    position: absolute;
    right: 60px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    width: 145px;
}

    .kf-phone1 .kfimgr, .zxwb .kfimgr {
        bottom: 10px;
    }

.kf-shqi {
    width: 100%;
    height: 40px;
}

    .kf-shqi .m-icon {
        display: block;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #a7afb9 url(../images/kf-close.png) no-repeat center;
        background-size: 15px;
        cursor: pointer;
        transform: rotate(45deg);
        transition: all 0.3s;
    }

        .kf-shqi .m-icon:hover {
            background-color: #106fb3;
        }

.kf.show .m-icon {
    transform: rotate(0);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 47%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: transparent url(../images/zk1.png)no-repeat center left;
    position: absolute;
    box-shadow: none;
}

.kffixed {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: 49px;
    overflow: hidden;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #b5b5b5;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

.kf span:hover {
    background-color: #106fb3;
}

/* app-kf */
.kffixed {
    position: fixed;
    bottom: 0;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    padding: 2px 0;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0;
}

    .kefu li {
        float: left;
        height: 45px;
        text-align: center;
        color: #fff;
        line-height: 45px;
        color: #fff;
        transition: all .4s;
    }

.kfzx-tigg {
    width: 49.5%;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    opacity: 1;
    transition: 1s opacity;
}

.kfzx-enter {
    opacity: 0
}

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: rgba(16,111,179,0.9);
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    width: 49.5%;
    background: rgba(0,0,0,0.6);
    background-size: contain;
    margin: 0 1px;
    position: relative;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .teldb a {
        color: white;
    }

/* ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¥Ã‚Â¤Ã‚Â§ÃƒÂ©Ã¢â‚¬Â¢Ã…â€œ */
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }



@media (max-width: 991px) {
    .msg-box {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .msg-box {
        height: 450px;
        padding: 15px;
    }

        .msg-box .close-box {
            width: 35px;
            height: 35px;
            right: 0;
            line-height: 20px;
            top: 0;
            text-align: center;
            font-size: 20px;
        }
}

.msg-box .close-box {
    border: solid 3px #7f7f7f;
    background: url(../images/msg-closes.png)
}

@media(max-width:676px) {
    .vedio-con li {
        width: 50%;
    }

    .vedio-txt {
        font-size: 14px;
        line-height: 3px;
    }

    .msg-box {
        left: 10%;
        width: 300px;
        padding: 20px;
        height: 360px;
    }

    #close-box {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 320px) {
    .msg-box {
        left: 5%;
    }
}

@media (max-width: 360px) {
}


/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ¤Ã‚ÂºÃ‚Â« */
#bsWXBox {
    height: 257px !important;
    width: 232px !important;
}

.bshare-custom .share-01,
.bshare-custom .share-02,
.bshare-custom .share-03,
.bshare-custom .share-04,
.bshare-custom .share-05,
.bshare-custom .share-06 {
    padding-left: 27px;
    height: 26px;
}

.bshare-custom .share-01 {
    padding-left: 30px;
}

.bshare-custom .share-03 {
    padding-left: 40px;
}


.bshare-custom .share-01 {
    background: url(../images/share11.png)no-repeat !important;
}

.bshare-custom .share-02 {
    background: url(../images/share22.png)no-repeat !important;
}

.bshare-custom .share-03 {
    background: url(../images/share33.png)no-repeat !important;
}

.bshare-custom .share-04 {
    background: url(../images/share44.png)no-repeat !important;
}

.bshare-custom .share-05 {
    background: url(../images/share55.png)no-repeat !important;
}

.bshare-custom .share-06 {
    background: url(../images/share66.png)no-repeat !important;
}

.bshare-custom .share-03,
.bshare-custom .share-06,
.bshare-custom .share-02,
.bshare-custom .share-04,
.bshare-custom .share-01,
.bshare-custom .share-05 {
    display: block;
    float: left;
    margin-left: 16px;
    transition: all 0.5s;
}

.bshare-custom a:hover {
    opacity: 1 !important;
    background-position-y: -25px !important;
}


@media (max-width:991px) {
    .bshare-custom .share-03, .bshare-custom .share-06, .bshare-custom .sshare-02, .bshare-custom .share-04, .bshare-custom .share-01, .bshare-custom .share-05 {
        float: left;
    }

    .bshare-custom .share-03, .bshare-custom .share-06, .bshare-custom .sshare-02, .bshare-custom .share-04, .bshare-custom .share-01, .bshare-custom .share-05 {
        margin-left: 0;
        margin-right: 16px;
    }
}

@media (max-width:767px) {
    .bshare-custom .share-03, .bshare-custom .share-06, .bshare-custom .sshare-02, .bshare-custom .share-05 {
        margin-right: 12px;
        margin-left: 0;
    }

    .bshare-custom .share-03, .bshare-custom .share-06, .bshare-custom .sshare-02, .bshare-custom .share-04, .bshare-custom .share-01, .bshare-custom .share-05 {
        float: left;
        margin-left: 0;
    }
}

.newinfo .bshare-custom a {
    display: inline-block;
    width: 27px;
    height: 23px;
    padding: 0;
    margin: 0 4px;
}

.newinfo .bshare-mweibo {
    background: url(../images/nicon1.png) !important;
}

.newinfo .bshare-qzone {
    background: url(../images/nicon2.png) !important;
}

.newinfo .bshare-qqim {
    background: url(../images/nicon3.png) !important;
}

.newinfo .bshare-01 {
    background: url(../images/nicon4.png) !important;
}


/* =====================ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµstart===================== */
/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â¬ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â± */
.index-btn {
    width: 118px;
    height: 36px;
    border-radius: 20px;
    border: 2px solid #cdcdcd;
    display: block;
    position: relative;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

    .index-btn::before {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #006ec2;
        position: absolute;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .index-btn span {
        font-size: 16px;
        color: #333;
        transition: all 0.5s;
        font-family: 'aliM';
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .index-btn span:first-child {
            left: 50%;
            width: 100%;
        }

        .index-btn span:last-child {
            left: -100%;
            color: #fff;
        }

    .index-btn:hover {
        border: 2px solid #006ec2;
        background-color: #006ec2;
    }

        .index-btn:hover span:first-child {
            left: 150%;
        }

        .index-btn:hover span:last-child {
            left: 50%;
            width: 100%;
        }

        .index-btn:hover::before {
            width: 110%;
        }


/* ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â®ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â® */
.com-btn span {
    position: relative;
    z-index: 33;
}

.com-btn {
    color: #333;
    border: 2px solid #959697;
    display: inline-block;
    padding: 6px 32px;
    position: relative;
    font-family: 'aliM';
}

    .com-btn::after {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #006ec2;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
    }

    .com-btn:hover {
        border: 2px solid transparent;
    }

        .com-btn:hover span {
            color: #fff;
        }

        .com-btn:hover::after {
            width: 100%;
        }
/* ÃƒÂ¥Ã‚Â·Ã‚Â¦ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¥Ã‚ÂÃ‚Â³ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ */
.com-ztyw {
    display: block;
}

.ztyw-img {
    float: left;
    overflow: hidden;
    width: 21.2%;
}

    .ztyw-img img {
        width: 100%;
        transition: all 1s
    }

.ztyw-font {
    float: left;
}

/* ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ */
.com-swxt {
    display: block;
}

.swxt-img {
    overflow: hidden;
    position: relative;
    /* height: 240px; */
}

    .swxt-img img {
        width: 100%;
        transition: all 1s;
        position: static;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

.swxt-font {
    text-align: center;
    color: #333;
    font-family: 'aliM';
}

/* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ */
.pdon-right ul,
.pron-wrap .com-ul .com-swxt p,
.scrollbar {
    overflow-y: auto;
    padding-right: 5px;
}

    .pdon-right ul::-webkit-scrollbar,
    .pron-wrap .com-ul .com-swxt p::-webkit-scrollbar,
    .scrollbar::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .pdon-right ul::-webkit-scrollbar-thumb,
    .pron-wrap .com-ul .com-swxt p::-webkit-scrollbar-thumb,
    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #006ec2;
        border-radius: 10px;
    }

/* ÃƒÂ§Ã…â€œÃ‚ÂÃƒÂ§Ã¢â‚¬Â¢Ã‚Â¥ */
.suon-left .nav-top .nav-a,
.doon-center .doon-item2 p, .doon-center .doon-item p,
.soth-wrap .bgz-font p,
.sotw-left .nav-top .nav-a,
.sotw-right .ztyw-font h4,
.sotw-right .ztyw-font p,
.soon-wrap .bgz-bott-ul .bgz-font p,
.caon-center .ztyw-font > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sotw-right .ztyw-font p {
    -webkit-line-clamp: 3;
}

.suon-left .nav-top .nav-a,
.doon-center .doon-item2 p, .doon-center .doon-item p,
.sotw-left .nav-top .nav-a,
.sotw-right .ztyw-font h4 {
    -webkit-line-clamp: 1;
}







/* ==============anchor============= */
.anchor {
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        float: left;
    }

        .anchor li a {
        }

            .anchor li.on a, .anchor li a:hover {
                color: #000;
                border-color: #000;
                font-family: 'aliM';
            }

.products .anchor {
    display: inline-block;
}




/*===ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµbanner===*/
.ny-banner {
    position: relative;
    border-top: 1px solid #e5e5e5;
    margin-top: 82px;
}

    .ny-banner img.ny-pc {
        display: block;
        width: 100%;
    }

    .ny-banner img.ny-app {
        display: none;
    }

.nav-header {
    background-color: #fff;
}

.ny-banner .ban-nav {
    height: 86px;
    line-height: 86px;
}

    .ny-banner .ban-nav p span {
        margin-right: 60px;
        font-family: 'aliM';
    }

    .ny-banner .ban-nav p {
        float: left;
    }
    /* .ny-banner .ban-nav span{vertical-align: middle;} */
    .ny-banner .ban-nav a {
        color: #727171;
        font-family: 'ali';
    }

    .ny-banner .ban-nav li:hover a,
    .ny-banner .ban-nav li.active a {
        color: #000000;
        font-family: 'aliM';
    }


@media(max-width: 1459px) {
    .ny-title .ny-tit {
        font-size: 32px;
    }

    .newsDetail.ny-banner img.ny-pc {
        height: 200px;
    }

    .ny-banner .ban-nav {
        height: 65px;
        line-height: 65px;
    }
}

@media(max-width: 1259px) {
    .index.banner {
        margin-top: 60px;
    }

    .ny-banner {
        margin-top: 60px;
    }

        .ny-banner .ban-nav {
            height: 50px;
            line-height: 50px;
        }

    .ny-title .ny-tit {
        font-size: 28px;
    }
}

@media(max-width: 991px) {
    .ny-banner .ban-nav p::before {
        background-size: 22px;
        margin-top: -2px;
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .ny-banner img.ny-pc {
        display: none;
    }

    .ny-banner img.ny-app {
        display: block;
        height: 290px;
        width: 100%;
    }

    .ny-top {
        margin-bottom: 10px;
    }

    .ny-title .ny-tit {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .ny-title .ny-dec {
        font-size: 14px;
    }

    .ny-banner .ban-nav p::before {
        background-size: 18px;
    }

    .ny-banner .ban-nav {
        height: 30px;
        line-height: 30px;
    }
}

@media(max-width: 640px) {
    .ny-banner img.ny-app {
        height: 270px;
    }

    .ny-title .ny-tit {
        font-size: 22px;
    }
}

@media(max-width:408px) {
    .ny-banner img.ny-app {
        height: 240px;
    }
}
/*===ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµbanner===*/
.ny-tit {
    font-family: 'aliM';
    text-align: center;
    color: #333;
}




/* solution */

.solution {
}

.solu-one {
    padding: 56px 0 0 0;
}

.soon-wrap {
    border-bottom: 1px solid #dee5ed;
    padding-bottom: 59px;
}

    .soon-wrap .bgz-bott-ul .bgz-font h4,
    .soon-wrap .bgz-bott-ul .bgz-font p {
        color: #fff;
    }

.sotw-header {
    padding: 57px 0 45px;
}

.solu-two {
}

.sofo-wrap,
.soth-wrap,
.sotw-wrap {
    border-bottom: 1px solid #dee5ed;
}

.sotw-left {
    float: left;
    width: 26.88%;
}

.list-header h3 {
    color: #fff;
    background-color: #333;
    line-height: 52px;
    width: 100%;
    padding-left: 20px;
}

    .list-header h3 em {
        display: none;
    }

.suon-left .drop-nav.on,
.sotw-left .drop-nav.on {
    display: none;
}

.sotw-right {
    float: right;
    width: 71.40%;
}

.sotw-right2 {
    float: none;
    width: 100%;
}

.sotw-right .ztyw-img {
    width: 29%;
}

.sotw-right2 .ztyw-img {
    max-width: 20%;
}

.sotw-right .ztyw-font {
    color: #333;
    padding: 6px 0 0 22px;
    width: 70%;
}

.sotw-right2 .ztyw-font {
    max-width: 80%;
}

.sotw-right .ztyw-font p {
    margin-top: 20px;
    line-height: 23px;
}

.sotw-ul li {
    margin-bottom: 64px;
}

.sotw-btn {
    margin-top: 35px;
}

.sotw-ul li:hover .com-btn {
    border: 2px solid transparent;
}

    .sotw-ul li:hover .com-btn span {
        color: #fff;
    }

    .sotw-ul li:hover .com-btn::after {
        width: 100%;
    }

.sotw-ul li:hover .ztyw-img img {
    transform: scale(1.05);
}


.solu-three {
}

.soth-header {
    padding: 56px 0 49px;
}

.soth-wrap {
    padding-bottom: 44px;
}

    .soth-wrap .bgz-item::after {
        transition: all 0.5s;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, #21242d 0%,transparent 30%);
    }

    .soth-wrap .bgz-font h4 {
        font-family: 'aliM';
        color: #fff;
        z-index: 33;
        position: relative;
        font-size: 20px;
        height: 22px;
        text-align: center;
    }

    .soth-wrap .bgz-font p {
        color: #fff;
        z-index: 33;
        position: relative;
        margin-top: 8px;
        font-family: 'ali';
        display: none;
    }

    .soth-wrap .bgz-bott-ul li {
        width: 33.33%;
        padding: 0 8px;
        margin-bottom: 14px;
    }

    .soth-wrap .bgz-bott-ul {
        margin: 0 -8px;
    }

        .soth-wrap .bgz-bott-ul li:last-child {
            float: left;
        }

.solu-four {
}

.sofo-header {
    padding: 56px 0 51px;
}

.sofo-wrap {
    padding-bottom: 58px;
}

    .sofo-wrap .icon-item p {
        margin-top: 8px;
    }

    .sutw-wrap .icon-font,
    .sufo-wrap .icon-font,
    .sofo-wrap .icon-font {
        color: #333;
        margin-top: 0;
        font-family: 'ali';
    }

    .sutw-wrap .icon-item1 .icon-font::before,
    .sufo-wrap .icon-item1 .icon-font::before,
    .sofo-wrap .icon-item1 .icon-font::before {
        display: none;
    }

    .sutw-wrap .icon-font::after,
    .sufo-wrap .icon-font::after,
    .sofo-wrap .icon-font::after {
        display: none;
    }

    .sofo-wrap li {
        width: 25%;
    }

        .sofo-wrap li:hover .icon-img {
            animation: jump 1s infinite;
        }

        .sofo-wrap li:hover .icon-img {
        }


.solu-five {
}

.sofi-header {
    padding: 58px 0 40px;
}

.sofi-wrap {
    margin-bottom: 59px;
}

.sofi-ul {
    margin: 0 -6px;
}

    .sofi-ul li {
        width: 16.66%;
        padding: 0 6px;
        float: left;
    }

        .sofi-ul li img {
            width: 100%;
        }

.sofi-swiper img {
    width: 100%;
    transition: all 0.5s;
}

.sofi-swiper .swiper-slide {
    overflow: hidden;
}

    .sofi-swiper .swiper-slide:hover img {
        transform: scale(1.05);
    }


/* support */
.support {
}

.supp-one {
    background-color: #f8f9fb;
}

.suon-header {
    text-align: center;
    padding: 59px 0 53px;
}

    .suon-header a {
        display: inline-block;
        padding-top: 36px;
    }

.suon-wrap {
    padding-bottom: 50px;
}

.suon-left {
    float: left;
    width: 26.96%;
}

.suon-right {
    float: right;
    width: 68.66%;
}

.suon-right {
}

    .suon-right .swxt-img {
        padding: 32px 0 20px;
    }

    .suon-right ul {
        margin: 0 -32px;
    }

    .suon-right li {
        width: 33.33%;
        padding: 0 32px;
    }

    .suon-right .com-ul li {
        margin-bottom: 10px;
    }

        .suon-right .com-ul li:hover img {
            transform: scale(1.05);
        }

        .suon-right .com-ul li:hover p {
            color: #006ec2;
        }

/* .supp-two{margin-top: -90px;padding-top: 90px;} */
.sutw-header {
    padding: 64px 0 37px;
}

.sutw-wrap {
}

.sutw-item {
    color: #6e6e6e;
    font-size: 16px;
    margin-bottom: 52px
}

    .sutw-item:last-child {
        margin-bottom: 67px;
    }

    .sutw-item h4 {
        font-family: 'aliM';
        color: #616361;
    }

    .sutw-item > p {
        font-family: 'ali';
        margin-top: 12px;
    }

.sutw-wrap ul {
    margin: 60px auto 50px;
    width: 80%;
}

.sutw-wrap li {
    width: 33.33%;
    padding: 0 22px;
}

    .sutw-wrap li .icon-item {
        border: 1px solid transparent;
    }

    .sutw-wrap li:hover .icon-item {
        box-shadow: 0 10px 10px #f8f8f8;
        border: 1px solid #f3f3f3;
    }

    .sutw-wrap li:hover img {
        animation: swing 1s;
    }

    .sutw-wrap li .icon-item {
        padding: 45px 0 32px;
    }

        .sutw-wrap li .icon-item p {
            margin: -2px 0 0;
            color: #6e6e6e;
        }


.supp-three {
    background-color: #f8f9fb;
    padding: 84px 0 80px;
}

.suth-header {
    text-align: center;
}

    .suth-header h4 {
        margin-bottom: 29px;
    }

    .suth-header p {
        color: #6b6c6c;
        margin-bottom: 23px;
        padding: 0 28px;
    }

    .suth-header a {
        color: #5590ce;
        display: inline-block;
        font-family: 'aliM';
    }

.sufo-wrap {
}

    .sufo-wrap li:hover img {
        animation: rubberBand 1s;
    }

    .sufo-wrap .icon-item p {
        margin: 2px 0 0;
    }

.sufo-header {
    padding: 75px 0 69px;
}

.sufo-wrap {
    margin-bottom: 107px;
}


/* products */
.products .inon-btn {
    float: right;
    margin-top: 24px;
}

.prod-one {
    background-color: #f8f9fb;
    color: #333;
}

.prod-two {
    padding-bottom: 120px;
}

.pron-header {
    padding: 38px 0;
}

.pron-wrap {
}

    .pron-wrap .com-ul {
        margin: 0 -19px;
    }

        .pron-wrap .com-ul li {
            padding: 0 19px;
            margin-bottom: 0;
            margin-bottom: 30px;
        }

            .pron-wrap .com-ul li .com-item,
            .pron-wrap .com-ul li .com-ztyw {
                background-color: #fff;
                transition: all 0.5s;
            }

            .pron-wrap .com-ul li:hover .com-item,
            .pron-wrap .com-ul li:hover .com-ztyw {
                box-shadow: 0px 0px 20px rgba(0, 0, 0, .06);
                transform: translateY(-10px);
            }

            .pron-wrap .com-ul li .com-swxt .swxt-img img,
            .pron-wrap .com-ul li .com-ztyw .ztyw-img img {
                transition: all 1s;
            }

            .pron-wrap .com-ul li:hover .com-swxt .swxt-img img,
            .pron-wrap .com-ul li:hover .com-ztyw .ztyw-img img {
                transform: scale(1.05);
            }

            .pron-wrap .com-ul li:hover .com-swxt .swxt-img,
            .pron-wrap .com-ul li:hover .com-ztyw .ztyw-img {
                overflow: hidden;
            }

            .pron-wrap .com-ul li:hover h4 {
                color: #006ec2;
            }

            .pron-wrap .com-ul li:first-child {
                width: 100%;
                margin-bottom: 50px;
            }

                .pron-wrap .com-ul li:first-child .com-ztyw {
                    padding: 86px 33px 18px 86px;
                }

                .pron-wrap .com-ul li:first-child .ztyw-img {
                    float: right;
                    width: 57.3%;
                }

                .pron-wrap .com-ul li:first-child .ztyw-font {
                    color: #333;
                    font-family: 'aliM';
                    padding: 72px 0 0 0;
                    width: 40%;
                }

                    .pron-wrap .com-ul li:first-child .ztyw-font p {
                        font-family: 'ali';
                        margin-top: 20px;
                        line-height: 24px;
                        min-height: 148px;
                        font-size: 16px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 4;
                        -webkit-box-orient: vertical;
                        min-height: 96px;
                    }

                    .pron-wrap .com-ul li:first-child .ztyw-font h3 {
                        font-family: 'aliM';
                    }

        .pron-wrap .com-ul .com-swxt {
            padding: 7px 26px 50px 36px;
            display: block;
            transition: all 0.5s;
        }

            .pron-wrap .com-ul .com-swxt p {
                font-family: 'ali';
                line-height: 24px;
                /* height: 120px; */
                font-size: 16px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                min-height: 48px;
            }

            .pron-wrap .com-ul .com-swxt h4 {
                margin: 16px 0 20px;
                text-align: center;
            }

            .pron-wrap .com-ul .com-swxt .pron-btn {
                margin-top: 20px;
            }

        .pron-wrap .com-ul .swxt-font {
            text-align: left;
            padding-left: 22px;
        }

.pron-btn {
    margin-top: 19px;
}

    .pron-btn .com-btn {
        border: 2px solid transparent;
        padding: 6px 0px 6px 0;
    }

        .pron-btn .com-btn span {
            transition: all 0.5s;
        }

        .pron-btn .com-btn::after {
            background-color: transparent;
        }

        .pron-btn .com-btn:hover::after {
            background-color: transparent;
        }

        .pron-btn .com-btn:hover em {
            color: #006ec2;
            position: relative;
            z-index: 33;
        }

        .pron-btn .com-btn:hover span {
            letter-spacing: 1px;
            color: #006ec2 !important;
        }


/* case */
.document,
.case {
    background-color: #f8f9fb;
    font-family: 'ali';
}

.case-one {
    padding-bottom: 57px;
}

.caon-header {
    text-align: center;
    padding: 95px 0 97px;
}

    .caon-header h4 {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
    }

.caon-box {
}


.box-header {
    background-color: #dee5ed;
    height: 52px;
    line-height: 52px;
}

.box-nav {
    display: inline-block;
}

.box-search {
    float: right;
    border: 2px solid #bcc1c8;
    margin: 10px;
}

    .box-search .search-input {
        color: #777;
        float: left;
        line-height: 27px;
        width: 132px;
        padding: 0 6px;
        display: inline-block;
    }

    .box-search .search-butt {
        background: url(../images/search.png)no-repeat center;
        float: left;
        display: inline-block;
        width: 40px;
        line-height: 27px;
    }


.box-nav-ul li {
    float: left;
}

.box-nav-ul a {
    color: #333;
    padding: 0 24px;
    font-family: 'ali';
}

.box-nav-ul .box-nav-item::after {
    content: "";
    display: inline-block;
    background-color: #555758;
    width: 1px;
    height: 12px;
}

.box-nav-ul li:last-child .box-nav-item::after,
.box-nav-ul li:nth-child(1) .box-nav-item::after,
.case2 li:nth-child(4) .box-nav-item::after,
.case2 li:nth-child(3) .box-nav-item::after,
.software .box-nav-ul li:nth-child(3) .box-nav-item::after,
.software .box-nav-ul li:nth-child(2) .box-nav-item::after,
.video li:nth-child(5) .box-nav-item::after,
.case .box-nav-ul li:nth-child(2) .box-nav-item::after {
    display: none;
}

.video li:nth-child(1) .box-nav-item::after,
.video li:nth-child(2) .box-nav-item::after,
.case2 li:nth-child(2) .box-nav-item::after,
.case2 li:nth-child(1) .box-nav-item::after,
.software li:nth-child(1) .box-nav-item::after {
    display: inline-block !important;
}



.box-nav-ul li:hover a,
.box-nav-ul li.active a {
    color: #fff;
}

.box-nav-ul li:hover,
.box-nav-ul li.active {
    background-color: #006ec2;
    position: relative;
}

    .box-nav-ul li:hover::after,
    .box-nav-ul li.active::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        width: 12px;
        height: 9px;
        background: url(../images/box-nav.png)no-repeat center;
    }

/* 1ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¤Ã‚Â¼Ã‚ÂªÃƒÂ§Ã‚Â±Ã‚Â»ÃƒÂ£Ã¢â€šÂ¬Ã¢â‚¬Å¡2ÃƒÂ¯Ã‚Â¼Ã…Â¡bl
ÃƒÂ©Ã†â€™Ã‚Â½ÃƒÂ¦Ã‹Å“Ã‚Â¯ÃƒÂ¥Ã‚ÂÃ‚ÂªÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ¤Ã‚Â¸Ã¢â€šÂ¬ÃƒÂ¨Ã‚Â¾Ã‚Â¹ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ */
/* ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨jsÃƒÂ¦Ã…Â½Ã‚Â§ÃƒÂ¥Ã‹â€ Ã‚Â¶ÃƒÂ¦Ã‚Â¸Ã¢â‚¬Â¦ÃƒÂ©Ã¢â€žÂ¢Ã‚Â¤ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°2 */

.caon-nav-wrap {
    background-color: #ebeff4;
    padding-left: 86px;
}

    .caon-nav-wrap span {
        vertical-align: middle;
    }

    .caon-nav-wrap ul {
    }

    .caon-nav-wrap li {
        float: left;
        padding: 0 4px;
        line-height: 52px;
    }

        .caon-nav-wrap li:hover a,
        .caon-nav-wrap li.active a {
            color: #006ec2;
            font-weight: 600;
        }

        .caon-nav-wrap li p,
        .caon-nav-wrap li a {
            color: #333;
            font-family: 'ali';
        }

.caon-bott,
.caon-top {
    background-color: #e6e7e9;
    height: 52px;
    line-height: 52px;
}

.caon-top {
    padding: 0 25px 0 10px;
}

    .caon-top span.label {
        vertical-align: middle;
    }

.caon-nav-ul {
    display: inline-block;
    vertical-align: middle;
}

    .caon-nav-ul em {
        display: inline-block;
        font-style: normal;
        width: 5px;
        height: 12px;
        background: url(../images/jiantou2.png);
        margin-left: 2px;
    }

    .caon-nav-ul li.active em {
        background: url(../images/jiantou.png);
    }

.top-right {
    float: right;
}

    .top-right li {
        float: left;
    }

        .top-right li a {
            padding: 0 13px;
            display: block;
        }

            .top-right li a .jiantou2,
            .top-right li a .jiantou {
                margin-top: -2px;
                vertical-align: middle;
            }

            .top-right li a .jiantou2 {
                transform: rotateZ(180deg);
            }

            .top-right li a span {
            }

.good-btn {
    margin-left: 100px;
    background: url(../images/right2.png)no-repeat left center;
    padding-left: 18px;
}

    .good-btn.active {
        background: url(../images/right.png)no-repeat left center;
        color: #006ec2;
    }


.caon-center {
}

.case2 .caon-ul li {
    margin-bottom: 0;
}

.caon-ul li {
    margin-bottom: 9px;
}

    .caon-ul li:last-child {
        margin-bottom: 0;
    }

    .caon-ul li:hover img {
        transform: scale(1.05);
    }

.caon-ul .com-ztyw {
    border-bottom: 1px solid #dee5ed;
    position: relative;
}

.caon-center .ztyw-img img {
    transition: all 1s;
    width: 100%;
}

.caon-center .ztyw-img {
    width: 14.2%;
    position: relative;
    overflow: hidden;
}

.caon-center .ztyw-font {
    width: 74%;
    color: #333;
    font-family: 'ali';
    background-color: #fff;
    display: block;
    padding: 0 20px;
}

    .caon-center .ztyw-font > p {
        float: left;
        max-width: 74%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.caon-center .neon-right {
    float: right;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

@media (max-width: 1459px) {
    .caon-center .ztyw-font > p {
        max-width: 72%;
    }

    .soth-wrap .bgz-font h4 {
        font-size: 16px;
        height: 16px;
    }
}

@media (max-width: 991px) {
    .caon-center .ztyw-font > p {
        max-width: 68%;
    }
}

@media (max-width: 767px) {
    .soth-wrap .bgz-font h4 {
        font-size: 18px;
    }
}


.caon-bott {
    text-align: right;
    padding: 0 20px;
}

    .caon-bott .lpage {
        display: inline-block;
    }

        .caon-bott .lpage a {
            border: 1px solid #d4d5d6;
            padding: 0 4px;
            margin: 0 1px;
        }

            .caon-bott .lpage a:hover,
            .caon-bott .lpage a.on {
                background-color: #006ec2;
                color: #fff;
                border: 1px solid #006ec2;
            }

        .caon-bott .lpage input {
            border: 1px solid #d4d5d6;
            background-color: #fff;
            text-align: center;
            width: 24px;
        }


/* ÃƒÂ§Ã‚Â²Ã‚Â¾ÃƒÂ¥Ã‚ÂÃ…Â½ */
.good {
    padding-right: 18px;
    background: url(../images/good.png)no-repeat right;
}

/* document */
.docu-one {
}

.doon-box {
    padding-bottom: 58px;
}

.doon-left {
    float: left;
    width: 20%;
}

.doon-center {
    color: #333;
    float: left;
    width: 59%;
    padding: 18px 18px 0 23px;
}
/* .doon-right{width: 20.24%;} */
.doon-left ul {
}

.doon-left li {
}

    .doon-left li a {
        width: 100%;
        display: block;
        background-color: #eef1f5;
        border-bottom: 1px solid #dee5ed;
        height: 52px;
        line-height: 52px;
        padding-left: 22px;
    }

    .doon-left li.active a, .doon-left li:hover a {
        background-color: #f8f9fb;
        color: #006ec2;
    }

.doon-right {
    background-color: #f0f3f7;
    float: right;
    width: 20.24%;
    margin-top: 18px;
}

.doon-rt-item,
.doon-rb-item {
    padding: 16px 16px 40px;
}

.doon-rt-item {
    border-bottom: 1px solid #dee5ed;
}

    .doon-rt-item .doon-rt-font p {
        background: url(../images/map.png)no-repeat left;
        padding-left: 26px;
        display: block;
    }

.doon-rb-item .doon-rt-font a {
    background: url(../images/start.png)no-repeat left;
    padding-left: 26px;
    display: block;
}

.doon-rt-item .doon-rt-font em {
    font-size: 12px;
    float: right;
    transition: all 0.5s;
}

.doon-rt-item .doon-rt-drop {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 0;
    height: auto;
    width: 100%;
    padding: 0 0 0 26px;
}

    .doon-rt-item .doon-rt-drop .doon-drop-item {
        display: block;
        margin-bottom: 6px;
    }

.doon-rt-item.active .doon-rt-drop {
    max-height: 500px;
    opacity: 1;
    padding: 5px 0 0 26px;
}

.doon-rt-item.active em {
    transform: rotateZ(90deg);
}

.doon-center .grey {
    color: #969697;
    margin-left: -4px;
}

.doon-time {
    float: right;
}

.doon-item2.active {
    border: 1px solid #dee5ed;
    padding: 15px 22px 13px;
    display: block;
}

.doon-center .doon-item2 h4,
.doon-center .doon-item h4 {
    font-family: 'aliM';
    padding-right: 17px;
    background: url(../images/mark.png)no-repeat right center;
    display: inline-block;
}

.doon-center .doon-item2 p,
.doon-center .doon-item p {
    padding-left: 24px;
    background: url(../images/right2.png)no-repeat left center;
    color: #555;
    float: left;
    max-width: 100%;
    font-size: 14px;
}

.doon-item li {
    margin: 4px 0;
}

.doon-item-top a {
    color: #006ec2;
    display: block;
    padding-left: 24px;
}

    .doon-item-top a em {
        transform: rotateZ(90deg);
        color: #555;
        font-size: 12px;
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
    }

.doon-item2 {
    padding: 10px 10px 6px 10px;
    display: none;
}

.doon-ttt {
    max-height: 118px;
    overflow: hidden;
    transition: max-height .5s;
}

    .doon-ttt.on {
        max-height: 800px;
    }

#doon-item-btn {
    padding-left: 22px;
    padding-top: 4px;
    display: inline-block;
    color: #006ec2;
}

    #doon-item-btn em {
        transform: rotateZ(90deg);
        display: inline-block;
        margin: 0 4px;
        color: #333;
        font-size: 12px;
    }

.doon-table {
}

    .doon-table th {
        text-align: left;
        font-weight: 400;
        padding-bottom: 5px;
    }

    .doon-table td {
        padding-bottom: 4px;
    }

    .doon-table th:nth-child(2) {
        width: 13%;
    }

.software .doon-table th:nth-child(2) {
    width: 13%;
    opacity: 0;
}

.software .doon-table th:nth-child(3) {
    opacity: 0;
}

.software .active .doon-table th:nth-child(2),
.software .active .doon-table th:nth-child(3) {
    opacity: 1;
}



/* down */
.downD img {
    margin-top: -2px;
}

.down.ny-banner .ban-nav {
    height: 74px;
}

.down-one {
}

.down-header h4 {
    color: #787670;
}

.down-wrap {
    margin: 15px 0 21px;
}

.down-top {
    background-color: #dee5ed;
    text-align: right;
    padding: 7px 20px 7px 0;
}

    .down-top a {
        color: #5a5c60;
        padding-left: 20px;
        margin: 0 8px;
    }

        .down-top a:hover {
            color: #006ec2;
        }

.translation {
    background: url(../images/translation.jpg)no-repeat left center;
}

    .down-top2 li em,
    .translation em {
        transform: rotateZ(90deg);
        display: inline-block;
        font-size: 12px;
    }

.favorites {
    background: url(../images/favorites.jpg)no-repeat left center;
}

.down-icon {
    background: url(../images/down.jpg)no-repeat left center;
}

.opinion {
    background: url(../images/opinion.jpg)no-repeat left center;
}

.down-top2 {
    padding: 11px 0;
}

    .down-top2 p {
        color: #343434;
    }

    .down-top2 li {
        float: left;
        margin-right: 18px;
    }

.down-center {
}

.down-left {
    width: 22.67%;
    float: left;
}

.down-nav {
    border: 2px solid #dee5ed;
    margin-bottom: 13px;
}

    .down-nav h4 {
        background-color: #dee5ed;
        color: #4f4f4f;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
    }

    .down-nav a {
        display: block;
        padding: 2px 10px;
    }

        .down-nav a:hover,
        .down-nav a.active {
            color: #006ec2;
        }

.down-nav-wrap2 {
    padding: 10px 0;
}

.down-right {
    float: right;
    width: 75%;
}

    .down-right > img {
        width: 100%;
    }

.down-right1 {
    border: 1px solid #dee5ed;
    padding: 8px 22px;
    margin: 19px 0;
}

    .down-right1 .yellow {
        color: #ffcc33;
        font-weight: 600;
    }

.blue {
    color: #146989;
}

.score {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

    .score img {
        margin-top: -2px;
    }

.red {
    color: red;
    font-weight: 700;
    margin-right: -4px;
}

.roww {
    display: inline-block;
}

    .roww:last-child {
        margin-left: 27%;
    }

.down-right2 {
    margin-bottom: 12px;
}

.down-right2-top {
    background-color: #dee5ed;
    padding: 7px 9px;
}

    .down-right2-top a {
        color: #2e2725;
        text-decoration: underline;
        font-weight: 700;
    }

    .down-right2-top p {
        background: url(../images/down-icon.jpg)no-repeat left;
        padding-left: 8px;
    }

.down-right3-bott,
.down-right2-bott {
    color: #7b7b7b;
    border: 1px solid #efefef;
    padding: 10px 20px 37px;
}

.down-right3-bott {
    padding: 10px 20px 0;
}

.down-right2-bott p {
    display: inline;
}

.down-right2-bott .yijian textarea {
    resize: none;
    display: inline-block;
    width: 75%;
    color: #b2b2b2;
    border: 1px solid #e2e2e2;
    height: 105px;
    padding: 6px;
}

.down-right2-bott .yijian label {
    vertical-align: top;
}

.down-right2-bott .down-btn input {
    width: 61px;
    height: 26px;
    border: 2px solid #e5e5e5;
    background-color: #f6f6f6;
    border-radius: 3px;
}

.down-right2-bott .row {
    margin-bottom: 8px;
}

.wenti {
}

    .wenti label {
        margin-left: 10px;
    }

.down-right3-bott {
}

    .down-right3-bott .down-item-top {
    }

        .down-right3-bott .down-item-top span {
            margin-right: 8px;
        }

    .down-right3-bott .row {
        margin-bottom: 8px;
    }

.down-item {
    border-bottom: 1px dotted #c8c8c8;
    margin-bottom: 10px;
}

.down .caon-bott {
    height: 37px;
    line-height: 37px;
    background-color: #fff;
}




/* proD */
.proD.ny-banner .ban-nav {
    height: 65px;
    line-height: 65px;
}


.proD-one {
    border-bottom: 1px solid #dee5ed;
}
/* ÃƒÂ¤Ã‚ÂºÃ‚Â§ÃƒÂ¥Ã¢â‚¬Å“Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
.pdon-left {
    float: left;
    width: 43.97%;
}

.jqzoom {
    background: white;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #dee5ed;
}

    .jqzoom img {
        width: 100%;
        height: 100%;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 368px;
    height: 368px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    width: 90%;
    position: relative;
    margin: 32px auto;
}

    .spec-scroll .prev {
        left: -30px;
        text-align: left;
    }

    .spec-scroll .next {
        right: -30px;
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {
        opacity: 1;
        z-index: 3;
        font-weight: bold;
        position: absolute;
        top: 0;
        width: 28px;
        cursor: pointer;
        line-height: 68px;
        font-size: 20px;
        color: #999;
    }

.proi-right:hover .spec-scroll .prev, .proi-right:hover .spec-scroll .next {
    opacity: 1;
}

.spec-scroll .prev:hover, .spec-scroll .next:hover {
    color: #000;
}

.spec-scroll .items {
    width: 100%;
    height: 68px;
    overflow: hidden;
    position: relative;
}

    .spec-scroll .items ul {
        overflow: hidden;
        margin-right: -15px;
        position: absolute;
    }

        .spec-scroll .items ul li {
            width: 66px;
            margin-right: 15px;
            float: left;
            padding: 15px 3px;
            border: 1px solid #e5e5e5;
        }

            .spec-scroll .items ul li.hover {
                border: 1px solid #006ec2;
            }

            .spec-scroll .items ul li img {
                width: 100%;
                background: white;
            }

            .spec-scroll .items ul li p {
                color: #333;
                font-size: 16px;
                text-align: center;
                margin-bottom: 0px;
            }

.pdon-swiper img {
    width: 100%;
    border: 1px solid #c5c5c5;
}


.proD .com-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}




.pdon-right {
    color: #333;
    float: right;
    width: 53%;
}

    .pdon-right h4 {
        margin: 8px 0 16px;
    }

    .pdon-right span {
        /* float: left; */
        color: #727171;
        font-size: 16px;
    }

    .pdon-right p {
        padding-left: 22px;
        color: #727171;
    }

    .pdon-right li {
        margin-bottom: 5px;
    }

    .pdon-right ul {
        height: 260px;
    }


.proD-nav {
    height: 70px;
    line-height: 70px;
    background-color: #fff;
}

.proD-nav-wrap {
    color: #333;
}

    .proD-nav-wrap h4 {
        font-weight: 700;
        display: inline-block;
        line-height: 74px;
    }

.proD-nav-right {
    float: right;
    margin: 0 -22px;
}

    .proD-nav-right a {
        color: #333;
        padding: 0 22px;
    }

        .proD-nav-right a:hover,
        .proD-nav-right a.active {
            color: #006ec2;
        }


.proD .pron-header .ny-tit {
    color: #333;
    font-family: "microsoft yahei"
}

.proD-two {
    background-position: center;
    background-size: cover;
}

    .proD-two .pron-header {
        padding: 88px 0 98px;
    }

.pdtw-wrap h4 {
    color: #2dcaee;
    padding-bottom: 17px;
    font-weight: 200;
}

.proD-icon {
    background-color: #f6f6f6;
    padding-bottom: 100px;
}

    .proD-icon .icon-img {
        border-radius: 50%;
        border: 1px solid #ddd;
        width: 140px;
        height: 140px;
        position: relative;
    }

    .proD-icon .icon-item p {
        color: #333;
        font-weight: 200;
    }

    .proD-icon .icon-item1 .icon-font::before, .proD-icon .icon-font::after {
        display: none;
    }

    .proD-icon .com-icon li {
        width: 25%;
    }

    .proD-icon .pron-header {
        padding: 60px 0 40px;
    }

    .proD-icon .icon-font {
        margin-top: 5px;
    }

        .proD-icon .icon-font p {
            margin-top: 0;
        }

    .proD-icon li .icon-img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        transition: all 1s;
    }

    .proD-icon li:hover .icon-img::after {
        left: 0;
    }

    .proD-icon li:hover .icon-img img {
        left: -100%;
    }


/* .pdtw-wrap {margin: 0 -32px;} */
.pdtw-left,
.pdtw-right {
    float: left;
    width: 50%;
    padding: 0 32px;
}

    .pdtw-right h4 {
        text-align: right;
    }

.pdtw-img {
    margin: 75px 0 113px;
}

    .pdtw-wrap img,
    .pdtw-img img {
        width: 100%;
    }

.pdtw-wrap
.pdtw-font {
    border-bottom: 1px solid #2dcaee;
}

.proD-three .pron-header {
    padding: 86px 0 91px;
}

.proD-three {
    padding-bottom: 105px;
}

.proD-four {
    padding-bottom: 130px;
}

.proD-five {
    padding-bottom: 105px;
}

.tit-size40.ny-tit.white {
    color: #fff;
}
/* =====================ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Âµend===================== */
#drop-tangchuang,
.pdon-swiper,
.proD .drop-nav,
.products .drop-nav {
    display: none;
}

@media (max-width: 1681px) {
    .pron-header {
        padding: 30px 0;
    }

    .pron-wrap .com-ul li:first-child .com-ztyw {
        padding: 66px 33px 18px 70px;
    }

    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .proD .pron-header {
        padding: 60px 0;
    }

    .pdtw-img {
        margin: 50px 0 80px;
    }

    .proD-icon,
    .proD-four,
    .proD-five,
    .proD-four,
    .proD-three,
    .prod-two {
        padding-bottom: 80px;
    }

    /* ÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â Ã‚Â³ */
    .solu-one {
        padding: 40px 0 0 0;
    }

    .sotw-ul li {
        margin-bottom: 50px;
    }

    /* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â¡Ã‚Â£ÃƒÂ¥Ã‚Â¤Ã‚Â´ */
    .caon-header {
        padding: 80px 0;
    }

    /* ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚Â */
    .suon-header {
        padding: 50px 0;
    }

    .suon-right .swxt-img {
        padding: 20px 0;
    }

    .sutw-header {
        padding: 50px 0 30px;
    }

    .sufo-wrap {
        margin-bottom: 80px;
    }

    .sutw-item:last-child {
        margin-bottom: 50px;
    }

    .sutw-item {
        margin-bottom: 45px;
    }

    .sutw-wrap ul {
        margin: 30px auto;
    }

    .supp-three {
        padding: 50px 0 80px;
    }

    .sufo-header {
        padding: 50px 0;
    }
}

@media (max-width: 1459px) {

    .products .inon-btn {
        margin-top: 14px;
    }

    .pron-wrap .com-ul li:first-child .ztyw-font {
        padding: 30px 0 0 0;
    }

    em.icon-right {
        font-size: 12px;
    }

    .pron-wrap .com-ul .com-swxt {
        padding: 7px 24px 20px 24px;
    }

    .pron-wrap .com-ul {
        margin: 0 -12px;
    }

        .pron-wrap .com-ul li {
            padding: 0 12px;
            margin-bottom: 20px;
        }

        .pron-wrap .com-ul .com-swxt p {
            /* height: 98px; */
        }

        .pron-wrap .com-ul li:first-child .com-ztyw {
            padding: 46px 33px 28px 65px;
        }

        .pron-wrap .com-ul .com-swxt .pron-btn {
            margin-top: 10px;
        }

        .pron-wrap .com-ul .com-swxt h4 {
            margin: 10px 0 10px;
        }
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .spec-scroll {
        width: 75%;
        margin: 22px auto;
    }

    .proD.ny-banner .ban-nav {
        height: 55px;
        line-height: 55px;
    }

    .proD-nav {
        height: 60px;
        line-height: 60px;
    }

    .proD-nav-wrap h4 {
        line-height: 62px;
    }

    .proD .pron-header {
        padding: 40px 0;
    }

    .proD-icon li .icon-img {
        width: 120px;
        height: 120px;
    }

        .proD-icon li .icon-img img {
            height: 120px;
        }

    /* ÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â Ã‚Â³ */
    .sotw-right .ztyw-img {
        width: 31%;
    }

    .sotw-right .ztyw-font {
        width: 69%;
    }

    .soon-wrap {
        padding-bottom: 45px;
    }

    .sofi-header,
    .sofo-header,
    .soth-header,
    .sotw-header {
        padding: 40px 0 30px;
    }

    .bgz-bott-ul {
        margin-top: 30px;
    }

    .sotw-ul li {
        margin-bottom: 30px;
    }

    .soth-wrap {
        padding-bottom: 26px;
    }

    .sotw-wrap {
        margin-bottom: 10px;
    }

    .list-header h3 {
        line-height: 45px;
    }

    .sofo-wrap {
        padding-bottom: 40px;
    }

    .bgz-font {
        padding: 24px 24px 20px;
    }

    /* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â¡Ã‚Â£ÃƒÂ¯Ã‚Â¼Ã…Â¡ */
    /* .doon-center .doon-item2 p, .doon-center .doon-item p{max-width: 81%;} */
    .doon-table th:nth-child(2) {
        width: 17%;
    }

    .doon-item-ul {
        max-height: 100px;
    }

    .caon-header {
        padding: 60px 0;
    }

        .caon-header img {
            width: 190px;
        }

    .doon-rt-item, .doon-rb-item {
        padding: 16px 16px 28px;
    }

    /* ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚Â */
    .suon-header a {
        padding-top: 22px;
    }

    .sutw-wrap ul img {
        width: 75px;
    }

    .sufo-wrap li img {
        width: 70px;
    }

    .sutw-wrap li .icon-item {
        padding: 32px 0 32px;
    }

    .suon-header {
        padding: 40px 0;
    }

    .supp-three {
        padding: 35px 0 50px;
    }

    .sufo-header {
        padding: 35px 0;
    }

    .sufo-wrap {
        margin-bottom: 50px;
    }

    .suon-header a {
        padding-top: 18px;
    }
}

@media (max-width: 1259px) {
    .ny-banner .ban-nav p span {
        margin-right: 40px;
    }

    .products .inon-btn {
        margin-top: 10px;
    }

    .index-btn span {
        font-size: 14px;
    }

    .index-btn {
        width: 100px;
        height: 30px;
    }

    .prod-two {
        padding-bottom: 50px;
    }

    .pron-wrap .com-ul .com-swxt p {
        height: 92px;
    }

    .pron-wrap .com-ul li:first-child {
        margin-bottom: 35px;
    }
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .pdon-right ul {
        height: 252px;
    }

    .proD-icon,
    .proD-four,
    .proD-five,
    .proD-four,
    .proD-three,
    .prod-two {
        padding-bottom: 50px;
    }

    .proD .pron-header {
        padding: 30px 0;
    }

    .pdtw-img {
        margin: 20px 0 50px;
    }

    .proD-icon li .icon-img {
        width: 100px;
        height: 100px;
    }

        .proD-icon li .icon-img img {
            height: 100px;
        }
    /* ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚Â */
    .sutw-wrap li .icon-item {
        padding: 32px 0;
    }

    .suon-right li {
        padding: 0 22px;
    }
}

@media (max-width: 991px) {
    .products .ban-nav {
        display: none;
    }

    .products .drop-nav {
        display: none;
    }

    .products .inon-btn {
        margin: 12px 0;
        float: left;
        padding: 0 20px 0 55px;
    }

    .pron-wrap .com-ul li {
        padding: 0 6px;
    }

    .pron-wrap .com-ul .com-swxt {
        padding: 7px 10px 16px;
    }
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .spec-scroll {
        width: 73%;
    }

    .pdon-right ul {
        height: 212px;
    }

    .proD-nav-right a {
        padding: 0 12px
    }

    .pdtw-left, .pdtw-right {
        padding: 0 25px;
    }
    /* ÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â Ã‚Â³ */
    .sotw-right .ztyw-font p {
        -webkit-line-clamp: 2;
    }

    .sotw-btn {
        margin-top: 20px;
    }

    .nav-top .nav-more {
        width: 25px;
    }

    .nav-top .nav-a {
        padding: 0px 20px 0 25px;
    }

    .sofi-header,
    .sofo-header,
    .soth-header,
    .sotw-header {
        padding: 35px 0 20px;
    }

    /* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â¡Ã‚Â£ */
    .doon-table th:nth-child(2) {
        width: 24%;
    }

    .doon-left li a {
        line-height: 45px;
        height: 45px;
        padding: 0 20px;
    }

    .roww:last-child {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    /* ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚Â */
    .suon-right li {
        padding: 0 10px;
    }

    .suon-right ul {
        margin: 0 -12px;
    }

    .proD-nav.fixed, .nav-header.fixed {
        position: unset !important;
    }
}

@media (max-width: 767px) {
    .products .inon-btn,
    .nav-top.one .nav-a {
        padding: 0 20px 0 44px;
    }

    .pron-wrap .com-ul li .com-item {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .06);
    }

    .pron-wrap .com-ul li:first-child .com-ztyw {
        padding: 0 20px 20px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .06);
    }

    .pron-wrap .com-ul li:first-child .ztyw-img,
    .pron-wrap .com-ul li:first-child .ztyw-font {
        width: 100%;
    }

        .pron-wrap .com-ul li:first-child .ztyw-font p {
            min-height: auto;
        }

    .pron-wrap .com-ul li:first-child .ztyw-font {
        padding: 0 0 0 0;
    }

    .pron-wrap .com-ul li {
        width: 100%;
    }

    .pron-wrap .com-ul .com-swxt p {
        height: auto;
    }

    .pron-wrap .com-ul .swxt-font {
        padding-left: 0;
    }

    .pron-wrap .com-ul li:first-child,
    .pron-wrap .com-ul li {
        margin-bottom: 20px;
    }

        .pron-wrap .com-ul li:last-child {
            margin-bottom: 0;
        }

    .prod-two {
        padding-bottom: 35px;
    }

    .pron-wrap .com-ul .com-swxt .pron-btn {
        margin-top: 8px;
    }

    .pron-wrap .com-ul .com-swxt h4 {
        margin: 2px 0 10px;
    }
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .pdon-right {
        margin-bottom: 30px;
    }

    .pdon-right,
    .pdon-left {
        width: 100%;
    }

    .pdon-swiper {
        display: block;
        position: relative;
    }

    .spec-scroll,
    #preview {
        display: none;
    }

    .proD-icon li .icon-img {
        width: 70px;
        height: 70px;
    }

        .proD-icon li .icon-img img {
            height: 70px;
        }

    .proD-icon .com-icon li {
        width: 50%;
        margin-top: 20px;
    }

    .proD-icon .com-icon {
        margin-top: -20px;
    }
    /* .proD .ban-nav{display: none;} */
    .pdon-right h4 {
        margin: 45px 0 20px;
        text-align: center;
    }

    .pdon-right li {
        margin-bottom: 10px;
    }

    .pdon-right ul {
        height: auto;
    }

    .proD-nav {
        display: none;
    }

    .proD .drop-nav {
        display: block;
    }

    .proD .pron-header .ny-tit {
        font-size: 20px;
    }

    .pdtw-left, .pdtw-right {
        padding: 0 10px;
    }

    .pdtw-wrap h4 {
        padding-bottom: 10px;
    }
    /* ÃƒÂ¨Ã‚Â§Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â Ã‚Â³ */
    .soon-wrap .bgz-bott-ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .sotw-left {
        width: 100%;
    }

    .sotw-right {
        width: 100%;
        margin-top: 15px;
    }

    .suon-left .drop-nav,
    .sotw-left .drop-nav {
        display: none;
    }

        .suon-left .drop-nav.on,
        .sotw-left .drop-nav.on {
            display: block;
        }

    .sotw-right .ztyw-font p {
        margin-top: 6px;
    }

    .sotw-btn {
        margin-top: 5px;
    }

    .sotw-right .com-btn {
        padding: 3px 15px;
    }

    .sotw-right2 .ztyw-img {
        max-width: 31%;
    }

    .sotw-right2 .ztyw-font {
        max-width: 70%;
    }

    .sotw-right .ztyw-font {
        padding: 4px 0 0 12px;
    }

    .sotw-ul li {
        margin-bottom: 15px;
    }

        .sotw-ul li:last-child {
            margin-bottom: 35px;
        }

    .soth-wrap .bgz-bott-ul li {
        width: 100%;
    }

    .solu-one {
        padding: 35px 0 0 0;
    }

    .bgz-bott-ul {
        margin-top: 20px;
    }

    .soth-wrap,
    .soon-wrap {
        padding-bottom: 15px;
    }

    .sotw-ul li:last-child {
        margin-bottom: 30px;
    }

    .sofo-wrap li {
        width: 50%;
        margin-bottom: 15px;
    }

    .sofo-wrap {
        padding-bottom: 20px;
    }

    .sofi-wrap {
        margin-bottom: 35px;
    }

    .bgz-font {
        padding: 8px 12px;
    }

    .soon-wrap .bgz-font {
        padding: 12px 20px 16px;
    }

    .nav-top .nav-more {
        width: 45px;
    }

    .nav-top .nav-a {
        padding: 0px 20px 0 45px;
        font-size: 14px;
    }
    /* ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¦Ã‚Â¡Ã‚Â£ */
    .doon-left {
        display: none;
    }

    .doon-center {
        width: 100%;
        padding: 20px 0 0 0;
        margin-top: 4px;
    }

    .doon-right {
        width: 100%;
    }

    .box-nav {
        display: none;
    }

    .box-search {
        margin: 5px;
    }

    .box-header {
        height: 42px;
    }

    .caon-header h4 {
        display: block;
        margin-left: 0;
    }

    .box-search {
        float: left;
    }

    .caon-header {
        padding: 45px 0 30px;
    }

        .caon-header img {
            width: 120px;
            margin-bottom: 15px;
        }

    .doon-box {
        padding-bottom: 40px;
    }

    .doon-rt-item, .doon-rb-item {
        padding: 8px 16px;
    }
    /* ÃƒÂ¦Ã‚Â¡Ã‹â€ ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ */
    .caon-nav-wrap {
        display: none;
    }

    .caon-top {
        height: auto;
        line-height: 26px;
        padding: 6px 10px;
    }

    .good-btn {
        margin-left: 35px;
    }

    .caon-center .neon-right {
        display: none;
    }

    .caon-center .ztyw-img {
        width: 36%;
    }

    .caon-center .ztyw-font {
        width: 41%;
    }

    .good {
        background: url(../images/good.png)no-repeat right 3px;
    }

    .case .box-header {
        margin-bottom: 15px;
    }

    /* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¨Ã‚Â½Ã‚Â½ */
    .down-top {
        padding: 7px 0 1px;
    }

        .down-top a {
            margin: 0;
            float: left;
            width: 50%;
            text-align: center;
            background-position-x: 20px;
            margin-bottom: 6px;
        }

    .down-top2 {
        line-height: 24px;
    }

    .down-left,
    .down-right {
        width: 100%;
    }

    .blue {
        display: block;
        margin-top: 2px;
    }

    .roww:last-child {
        margin-top: 4px;
    }

    .down-right2-top p span {
        display: block;
    }

    .down-nav {
        margin: 15px 0 0;
    }

    .down-wrap {
        margin: 15px 0 35px;
    }

    .down-right2-bott .yijian textarea {
        width: 100%;
    }

    .down-right3-bott, .down-right2-bott {
        padding: 10px 20px 18px;
    }

    .down .caon-bott {
        text-align: center;
    }

    .down-item-top .down-name {
        max-width: 52%;
        display: inline-block;
        overflow: hidden;
    }

    /* ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¯ÃƒÂ¦Ã…â€™Ã‚ÂÃƒÂ¯Ã‚Â¼Ã…Â¡ */
    .suon-right .swxt-img {
        padding: 12px 0 0;
    }

    .list-header h3 em {
        display: inline-block;
    }

    .suon-right,
    .suon-left {
        width: 100%;
    }

        .suon-right li {
            width: 50%;
        }

    .sutw-wrap ul {
        width: 100%;
    }

        .sutw-wrap ul img {
            width: 50px;
        }

    .sutw-wrap li,
    .icon-item p {
        padding: 0;
    }

    .suon-header a {
        padding-top: 10px;
    }

    .suon-header {
        padding: 45px 0 20px;
    }

    .suon-wrap {
        padding-bottom: 0;
    }

    .sutw-header {
        padding: 35px 0 20px;
    }

    .sutw-item > p {
        margin-top: 8px;
    }

    .sutw-item {
        margin-bottom: 25px;
    }

    .sutw-wrap li .icon-item {
        padding: 0;
    }

    .sutw-item:last-child {
        margin-bottom: 30px;
    }

    .suth-header h4 {
        margin-bottom: 20px;
    }

    .suth-header p {
        margin-bottom: 10px;
    }

    .supp-three {
        padding: 35px 0;
    }

    .sufo-header {
        padding: 35px 0 20px;
    }

    .sufo-wrap li img {
        width: 50px;
    }

    .sufo-wrap {
        margin-bottom: 35px;
    }

    /* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
    #drop-tangchuang {
        display: block;
    }

    .topone.nav-top .nav-a {
        padding: 0px 20px 0 30px;
    }

    .topone.nav-top .nav-more {
        left: 0;
        text-align: center;
        width: 30px;
    }

    .nav-top .nav-more {
        height: 45px;
        line-height: 40px;
        left: 10px;
    }

    .top-right {
        float: none;
    }

    .nav-top {
        height: 45px;
        line-height: 45px;
    }

    .down-one {
        padding-top: 45px;
    }
}

@media (max-width: 400px) {
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .sotw-right .ztyw-font p {
        -webkit-line-clamp: 1;
        font-size: 16px;
    }

    .sotw-btn {
        margin-top: 10px;
    }

    .doon-center .doon-item2 p, .doon-center .doon-item p {
        max-width: 73%;
    }

    .down-right2-bott p {
        display: block;
        margin-bottom: 4px;
    }
}

@media (max-width: 321px) {
    /* ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
    .sotw-right .ztyw-font p {
        -webkit-line-clamp: 1;
        font-size: 16px;
    }

    .sotw-btn {
        margin-top: 2px;
    }

    .soth-wrap .bgz-bott-ul li {
        width: 100%;
    }

    .sofo-wrap .icon-item p {
        height: 38px;
    }
}





/* ÃƒÂ¥Ã‚Â¼Ã‚Â¹ÃƒÂ§Ã‚ÂªÃ¢â‚¬â€ */
#iframe-wrap {
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

#iframe {
    border-radius: 10px;
}

.iframe-body {
    width: 75%;
    height: 75%;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.drop-close {
    position: absolute;
    right: 10%;
    top: 21px;
    transform: translateY(-50%);
    color: #fff;
    padding: 20px;
    font-size: 17px;
}

.header.fixed {
    display: none;
}

.proD-nav.fixed,
.nav-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}



/* ÃƒÂ¨Ã‚Â·Ã¢â‚¬ËœÃƒÂ©Ã‚Â©Ã‚Â¬ÃƒÂ§Ã‚ÂÃ‚Â¯ */
.picMarquee-left {
    overflow: hidden;
    position: relative;
}

    .picMarquee-left .bd {
    }

        .picMarquee-left .bd ul {
            overflow: hidden;
            zoom: 1;
            margin: 0 -8px;
        }

            .picMarquee-left .bd ul li {
                padding: 0 8px;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: center;
                width: 16.66%;
            }

                .picMarquee-left .bd ul li .pic {
                    text-align: center;
                }

                    .picMarquee-left .bd ul li .pic img {
                        width: auto;
                        height: auto;
                        display: block; /* border:1px solid #ccc; */
                        width: 100%;
                    }

                    .picMarquee-left .bd ul li .pic a:hover img {
                        border-color: #267dcc;
                    }





@media (max-width:991px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }
}

@media(max-width: 767px) {
    .index.banner .app-banner {
        display: block;
        width: 100%;
    }

    .index.banner .pc-banner {
        display: none;
    }

    .picMarquee-left .bd ul li {
        width: 110px !important;
    }
}

@media(max-width: 639px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}



/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ¥Ã‚Â¢Ã…Â¾ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾16ÃƒÂ¤Ã‚Â¸Ã‚ÂªÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ©Ã‚ÂÃ‚Â¢ */
/* message */
.honor,
.culture,
.company,
.newinfo,
.new,
.join,
.media,
.contact,
.message {
    border-top: 1px solid #dee5ed;
}

.meon-item {
    padding: 60px 0px 41px;
}

    .meon-item p {
        font-size: 18px;
        color: #333;
        margin-bottom: 23px;
    }

.meon-dec {
    margin: 52px 0 24px;
}

.partner .meon-wrap {
    border-bottom: 1px dashed #879fbf;
}

.mess-two {
}

    .mess-two label {
        min-width: 80px;
        display: inline-block;
        font-size: 18px;
        color: #333;
        vertical-align: top;
        text-align: justify;
        height: 22px;
        padding-top: 3px;
    }

        .mess-two label em {
            display: inline-block;
            padding-left: 100%;
        }

    .mess-two select,
    .mess-two input {
        line-height: 30px;
        border: 1px solid #dee5ed;
        width: 213px;
        padding: 0 10px;
        height: 30px;
    }

    .mess-two select {
        padding: 0 6px;
    }

    .mess-two .meon-tit {
        margin: 0px 0 50px;
    }

.metw-mess textarea {
    width: 410px;
    height: 130px;
    resize: none;
    border: 1px solid #dee5ed;
    display: inline-block;
    color: #666;
    font-size: 16px;
}

.metw-mess span {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.mess-two p {
    margin-bottom: 10px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.mess-two .metw-btn .form-btn {
    font-size: 20px;
    background-color: #66c1f6;
    border-radius: 12px;
    color: #fff;
    width: 133px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    border: none;
}

.metw-btn {
    text-align: center;
    padding: 50px 0 80px;
}

.form-btn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

/* partner */
.partner {
}

    .partner .metw-wrap span {
        width: 22px;
        display: inline-block;
    }

.form-brand input {
    width: 197px;
}

.mess-two .partner select, .mess-two .partner input {
    width: 400px;
}

.partner .form-brand input {
    width: 373px;
}

/* contact */
.contact {
    padding: 5px 0 25px;
    border-top: 1px solid #dee5ed;
}

.coon-item:last-child {
    border-bottom: none
}

.coon-item {
    padding: 55px 0 46px;
    border-bottom: 1px dashed #879fbf;
}

    .coon-item h4 {
        font-size: 18px;
        color: #333;
        line-height: 32px;
        margin: 24px 0 1px;
    }

    .coon-item p {
        font-size: 18px;
        color: #333;
        line-height: 32px;
    }

    .coon-item span {
        font-size: 12px;
        color: #333;
        display: block;
        margin-top: 6px;
    }

    .coon-item > div {
        text-align: center;
        display: inline-block;
        margin: 14px 0 0;
    }

.coon-img {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* media */
.media {
    padding-bottom: 20px;
}

.media-one {
    position: relative;
    margin: 42px 0 52px;
}

    .media-one img {
        width: 100%;
    }

    .media-one li {
        display: inline-block;
        text-align: center;
        position: absolute;
        cursor: pointer;
    }
    /* .media-one p{position: absolute;top: -100%;left: 50%;transform: translateY(-50%);width: auto;} */
    .media-one em {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

        .media-one em::after {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background-color: #66c1f6;
            transition: all 1s;
            z-index: 1;
        }

        .media-one em::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            background-color: #93e0e8;
            transition: all 1s;
        }

        .media-one em::before {
            animation: kuosan 1s linear infinite;
        }

@keyframes kuosan {
    from {
        opacity: 1;
        width: 5px;
        height: 5px;
    }

    to {
        opacity: 0;
        width: 20px;
        height: 20px;
    }
}

.media-one ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-one p {
    opacity: 1;
}

.media-one li:hover p {
    opacity: 1;
}

.media-one .sz {
    bottom: 11.5%;
    right: 34.8%;
}

.media-one .bj {
    right: 31.2%;
    top: 38.5%;
}

.media-one .sd {
    right: 30.7%;
    top: 49%;
}

.media-one .hz {
    right: 26.5%;
    bottom: 27%;
}

.media-one .sh {
    right: 24.8%;
    bottom: 32%;
}

.media-one .cd {
    right: 49%;
    bottom: 30%;
}

.media-one .hf {
    right: 30.5%;
    bottom: 33%;
}

.media-one .xm {
    right: 28.5%;
    bottom: 17%;
}

.media-one .xa {
    right: 41%;
    bottom: 40%;
}

.media-one .wh {
    right: 34.5%;
    bottom: 30.8%;
}

.media-one .cs {
    right: 36%;
    bottom: 25%;
}

.media-one .nn {
    right: 41%;
    bottom: 14%;
}

.media-two {
}

    .media-two ul {
        margin: 0 -18px;
    }

    .media-two li {
        padding: 0 18px;
        margin-bottom: 25px;
    }

        .media-two li:hover h4 {
            color: #006ec2;
        }

        .media-two li:first-child {
            /* width: 100%; */
        }

        .media-two li:nth-child(1) {
            width: 100%;
        }

.media-item {
}

    .media-item h4 {
        font-size: 20px;
        color: #333;
        margin-bottom: 17px;
        font-family: 'aliM';
    }

    .media-item p {
        font-size: 16px;
        color: #333;
        margin-bottom: 1px;
        font-family: 'ali';
    }

        .media-item p:last-child {
            height: 44px;
        }

.media-item {
    border-bottom: 1px dashed #879fbf;
    padding-bottom: 7px;
    height: 210px;
}

.media-four li:first-child {
    width: 33.33%;
}

.media-three li:first-child {
    width: 33.33%;
}

.media-four li .media-item {
    border-bottom: none
}

.media-four li {
    margin-bottom: 7px;
}

.media-four {
    border-bottom: 1px solid #879fbf;
    padding-top: 27px;
    margin-bottom: 25px;
}

.media-tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 17px;
    font-family: 'aliM';
}

.media-dec {
    color: #a8a9aa;
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 100px;
}

.media-three li:nth-child(1) .media-item,
.media-three li:nth-child(2) .media-item,
.media-three li:nth-child(3) .media-item {
    border-bottom: 1px dashed #879fbf;
    margin-bottom: 25px;
}

.media-five.media-four {
    border-bottom: none;
}


.join {
}

.join-one {
    padding: 45px 0 60px;
}

    .join-one h4 {
        font-size: 36px;
        color: #66c1f6;
        font-family: 'aliM';
        margin-bottom: 26px;
    }

    .join-one p {
        font-size: 18px;
        color: #333;
        line-height: 34px;
        font-family: 'ali';
        text-indent: 2em;
    }

.join-two .sofi-wrap {
    margin-bottom: 0;
    padding: 43px 0 80px;
}

.join-two > h4 {
    font-size: 20px;
    color: #333;
    font-family: 'aliM';
}
/* .tempWrap{width: 100%!important;} */


.culture {
    padding-bottom: 25px;
}

    .culture .join-one {
        padding: 30px 0;
    }

.cult-one li {
    margin-bottom: 45px;
}

.cult-one .com-ztyw {
    position: relative;
}

.cult-one .ztyw-img {
    width: 45%;
}

.cult-one .ztyw-font {
    width: 50%;
    padding: 0 39px; /* padding-left: 36px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.cult-one p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.cult-two {
}

    .cult-two ul {
        margin: 0 -10px;
    }

    .cult-two li {
        width: 50%;
        padding: 0 10px;
    }

        .cult-two li:hover p {
            color: #006ec2;
        }

        .cult-two li:hover img {
            transform: scale(1.05);
        }

    .cult-two p {
        font-size: 18px;
        color: #333;
        margin-top: 18px;
    }


.company {
}

    .culture .join-one,
    .company .join-one {
        padding: 45px 0 7px;
    }

.comp-one {
    padding-bottom: 7px;
}

    .comp-one img {
        width: 100%;
        margin-bottom: 21px;
    }

    .comp-one p {
        font-size: 16px;
        color: #333;
        line-height: 36px;
        font-family: 'ali';
        margin-bottom: 40px;
    }

.comp-two .comp-header {
    border-bottom: 1px solid #dee5ed;
    font-size: 30px;
    color: #333;
    padding-bottom: 19px;
}

.comp-two {
    padding-bottom: 100px;
}

.cotw-wrap {
    background-position-x: 0%;
    animation: beijing 30s linear infinite;
}

@keyframes beijing {
    from {
        background-position-x: 0%;
    }

    to {
        background-position-x: 100%;
    }
}

.cotw-position {
    position: relative;
}

.aircraft {
    position: absolute;
    transition: all 0.5s;
}

.aircraft0 {
    bottom: 50px;
    left: -52px;
}

.aircraft1 {
    bottom: 57px;
    left: 0px;
    transform: rotateZ(0deg);
}

.aircraft2 {
    bottom: 64px;
    left: 77px;
    transform: rotateZ(0deg);
}

.aircraft3 {
    bottom: 72px;
    left: 162px;
    transform: rotateZ(0deg);
}

.aircraft4 {
    bottom: 82px;
    left: 243px;
    transform: rotateZ(-4deg);
}

.aircraft5 {
    bottom: 98px;
    left: 324px;
}

.aircraft6 {
    bottom: 116px;
    left: 405px;
}

.aircraft7 {
    bottom: 136px;
    left: 485px;
    transform: rotateZ(-5deg);
}

.aircraft8 {
    bottom: 160px;
    left: 565px;
    transform: rotateZ(-6deg);
}

.aircraft9 {
    bottom: 196px;
    left: 655px;
    transform: rotateZ(-7deg);
}

.aircraft10 {
    bottom: 226px;
    left: 735px;
    transform: rotateZ(-7deg);
}

.aircraft11 {
    bottom: 265px;
    left: 815px;
    transform: rotateZ(-7deg);
}

.aircraft12 {
    bottom: 302px;
    left: 902px;
    transform: rotateZ(-8deg);
}

.aircraft13 {
    bottom: 342px;
    left: 990px;
    transform: rotateZ(-9deg);
}

.aircraft14 {
    bottom: 378px;
    left: 1068px;
    transform: rotateZ(-9deg) scale(0.8);
    opacity: 0.5;
}

.cotw-ul {
    margin: 0 -3%;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
}

    .cotw-ul li {
        width: 6.66%;
        padding: 0;
        margin-bottom: 0;
    }

        .cotw-ul li:last-child .cotw-item::after {
            display: none;
        }

.cotw-item {
    text-align: center;
    position: relative;
}

    .cotw-item::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 6px;
        right: -50%;
        width: 100%;
        height: 1px;
        background-color: #dee5ed;
    }

    .cotw-item em {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #dee5ed;
        display: inline-block;
        background-color: #fff;
        z-index: 1;
        position: relative;
    }

        .cotw-item em::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            border-radius: 50%;
            background-color: #66c1f6;
            width: 0%;
            height: 0%;
            transition: all 0.5s;
        }

.cotw-ul li.on em::after,
.cotw-ul li:hover em::after {
    width: 10px;
    height: 10px;
}

.cotw-item span {
    font-size: 18px;
    color: #a8a9aa;
    margin-bottom: 10px;
    display: block;
}

.cotw-item h4 {
    display: none;
}

.cotw-item p {
    display: none;
}


.cotw-txt {
    position: absolute;
    top: 0;
    width: 100%;
}

    .cotw-txt h4 {
        font-size: 30px;
        color: #66c1f6;
        text-align: center;
        margin: 51px 0 47px;
    }

    .cotw-txt p {
        font-size: 20px;
        color: #333;
        text-align: center;
        width: 75%;
        margin: auto;
    }

/* new */
.new-one {
    padding: 44px 0 7px;
}

.new-spzx-cat {
    text-align: center;
    margin-bottom: 30px;
}

    .new-spzx-cat h5 {
        display: inline-block;
        font-size: 16px;
        border: 1px solid rgb(0, 110, 194);
        color: rgb(0, 110, 194);
        padding: 5px 10px;
        border-radius: 4px;
        margin: 0 10px 10px;
    }

        .new-spzx-cat .on, .new-spzx-cat h5:hover {
            background-color: rgb(0, 110, 194);
            color: white;
        }

.new-one ul {
    margin: 0 -23px;
}

.new-one li {
    padding: 0px;
    margin-bottom: 45px;
    width: 31.333%;
    margin: 1%;
}

.new-one .swxt-img {
    border: 1px solid #dee5ed;
}

.new-spzx li {
    position: relative;
    width: 23%;
    /* margin: 1%; */
}

.new-spzx .swxt-img {
    border: none;
    /* height: 340px; */
}

.new-spzx .mc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.46);
}

.new-spzx .spimg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 33;
    background: url(../images/play2.png)no-repeat center;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.new-spzx .spms {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.11);
}

    .new-spzx .spms p {
        font-size: 16px;
        color: white;
        margin: 0;
        height: auto;
        line-height: 24px;
        text-align: center;
    }

.new-spzx .spimg::after {
    content: "";
    display: block;
    background: url(../images/play1.png)no-repeat center;
    width: 70px;
    height: 70px;
    transition: all 1.5s;
}



.new-one .swxt-font {
    background-color: #dee5ed;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    text-align: left;
    padding: 24px 20px 37px;
}

.new-one-list .swxt-font {
    background-color: #dee5ed;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    padding: 15px 10px;
}

.new-one h4 {
    font-size: 16px;
    color: #333;
    line-height: 19px;
    height: 45px;
}

.new-one-list h4 {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-bottom: 10px;
    height: 100%;
}

.new-one p {
    font-size: 14px;
    font-weight: 200;
    color: #333;
    line-height: 19px;
    margin: 1px 0 18px;
    font-family: 'ali';
    height: 38px;
}

.new-one span {
    font-size: 14px;
    font-weight: 200;
    color: #333;
    opacity: 0.5;
    font-family: 'ali';
    vertical-align: middle;
}

.newinfo-header em,
.new-one em {
    display: inline-block;
    font-size: 12px;
    background-color: #777a7d;
    color: #fff;
    font-family: 'ali';
    margin-left: 10px;
    border-radius: 2px;
    padding: 0 2px;
    line-height: 14px;
    font-style: unset;
    vertical-align: middle;
}

.new-one li:hover em {
    background-color: #006ec2;
}

.new-one li:hover h4 {
    color: #006ec2;
}

.new-one li:hover img {
    transform: scale(1.05);
}

.omit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.omit1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.omit3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new-two {
    text-align: center;
    padding: 58px 0 90px;
}

    .new-three,
    .new-two h4 {
        font-size: 36px;
        font-family: 'aliM';
        opacity: 0.9;
    }

    .new-two p {
        font-size: 16px;
        margin: 6px 0 40px;
    }

.new-search {
    font-size: 0;
}

    .new-search .emall {
        width: 292px;
        height: 43px;
        border: 1px solid #d6dde5;
        background-color: #e8ecf2;
        border-radius: 3px;
        padding: 0 14px;
        font-size: 16px;
    }

    .new-search .butt {
        width: 132px;
        height: 41px;
        font-family: 'aliM';
        color: #333;
        background-color: #f8f9fb;
        border-radius: 3px;
        font-size: 16px;
    }

        .new-search .butt:hover {
            background-color: #006ec2;
            color: #fff;
            cursor: pointer;
        }

.new-three {
    text-align: center;
    padding: 62px 0 84px;
}

    .new-three h4 {
        border-top: 1px solid #dee5ed;
        padding: 58px 0 55px;
    }

    .new-three ul {
        margin: 0 -30px;
        display: inline-block;
    }

    .new-three li {
        float: left;
        padding: 0 30px;
    }




/* newinfo */
.newinfo {
}

.newinfo-one {
    padding-top: 99px;
}

    .newinfo-one .ny-right {
        width: 26%;
        float: right;
    }

    .newinfo-one .ny-left {
        width: 65.3%;
        float: left;
    }

.newinfo-header h4 {
    font-size: 36px;
    opacity: 0.9;
    font-family: 'aliM';
    margin-bottom: 87px;
}

.newinfo .bshare-custom span,
.newinfo-header p span {
    font-size: 16px;
    font-weight: 200;
    color: #333;
    opacity: 0.5;
    font-family: 'ali';
    vertical-align: middle;
}

.newinfo-header {
    border-bottom: 1px solid #dee5ed;
}

    .newinfo-header em {
        margin-left: 0;
        margin-right: 10px;
        font-size: 16px;
        padding: 2px 3px;
    }

.newinfo .bshare-custom {
    float: right;
}

.newinfo-header p {
    float: left;
    margin-bottom: 4px;
}

.newinfo .bshare-custom span {
    margin-right: 10px;
}

.newinfo-center p {
    color: #333;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
}

.newinfo-center p,.newinfo-center span{font-size: 16px!important;line-height: 24px!important;font-family: 'ali'!important;margin-bottom: 10px;}

.newinfo-center {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 71px;
    padding: 33px 0px;
}

.newinfo-one .ny-left img {
    max-width: 100%;
}



.newinfo-img {
    text-align: center;
    margin: 42px 0;
}

    .newinfo-img img {
        margin: 0 10px;
        max-width: 39%;
    }

.newsinfo-footer {
    margin: 46px 0 77px;
}

    .newsinfo-footer a {
        color: #666;
        white-space: inherit;
    }

    .newsinfo-footer .nif-right a {
        font-size: 18px;
        display: inline-block;
        color: #006ec2;
        width: 184px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        border: 1px solid #006ec2;
    }


.nif-left {
    float: left;
}

    .nif-left a {
        display: block;
        font-size: 16px;
        color: #666;
    }

        .nif-left a:hover {
            color: #006ec2;
            text-decoration: underline;
        }

        .nif-left a:first-child {
            margin-bottom: 10px;
        }

.nif-right {
    float: right;
}






.newsroom-nav {
    padding-top: 0;
}

    .newsroom-nav h4.title {
        font-size: 24px;
        color: #515252;
        margin-bottom: 5px;
        font-family: 'aliM';
    }

    .newsroom-nav ul.nav-list1 {
        color: #44a8f2;
        margin-bottom: 47px;
    }

        .newsroom-nav ul.nav-list1 li {
            line-height: 30px
        }

            .newsroom-nav ul.nav-list1 li a, .newsroom-tags ul.tags-list li a {
                color: #515252;
                text-transform: capitalize;
            }

.newsroom-tags ul.tags-list li:hover a {
    color: #006ec2;
    border: 1px solid #006ec2;
}

.newsroom-nav ul.nav-list1 li a h5 {
    font-size: 24px;
    line-height: 25px;
    font-family: 'aliM';
    color: #818283;
}

.newsroom-tags, .recent-news {
    margin-bottom: 40px;
}

.newsroom-nav {
    padding-bottom: 17px;
}

    .newsroom-nav::after {
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        background-color: #006ec2;
    }

    .newsroom-nav h4.title, .newsroom-tags h4.title {
        text-transform: uppercase
    }



.newsroom-tags ul.tags-list, .recent-news li {
    margin-bottom: 49px
}

    .newsroom-tags ul.tags-list li {
        margin-right: 5px;
        margin-bottom: 5px
    }

        .newsroom-tags ul.tags-list li a {
            line-height: 18px;
            border: solid 1px #dee5ed;
            padding: 3px 6px;
            display: inline-block;
            font-size: 12px;
            font-weight: 300;
            border-radius: 2px;
        }

            .newsroom-tags ul.tags-list li a:hover {
                text-decoration: underline
            }

.social-media h3.title,
.news-list h4.title,
.newsroom-tags h4.title,
.newsroom-tags h4.title, .social-media h4.title {
    font-size: 24px;
    color: #515252;
    margin-bottom: 15px;
    font-family: 'aliL';
}

.pull-left {
    float: left;
}

.news-list {
}

    .news-list ul {
        margin: 0;
    }

    .news-list li {
        width: 100%;
        padding: 0;
    }

    .news-list .new-one {
        padding: 11px 0 0;
    }

    .social-media{
        display:none;
    }

.social-media img {
    width: 31px;
    margin-bottom: 21px;
}

.social-media ul {
    padding-top: 11px;
}

/* software */
.software {
}

    .software .doon-center {
        width: 80%;
        padding: 18px 0 0 23px;
    }

    .software .doon-time {
        float: none;
    }

    .software th:nth-child(2) {
        width: 13.5%;
    }

    .software th:nth-child(3) {
        width: 17%;
    }

    .software td:nth-child(2),
    .software td:nth-child(3) {
        opacity: 0.6;
    }

    .software .doon-item2.active {
        padding: 15px 15px 15px 22px;
    }

        .software .doon-item2.active td:nth-child(2),
        .software .doon-item2.active td:nth-child(3) {
            opacity: 1;
        }

/* case2 */
.case2-center {
}

    .case2-center .com-ztyw p {
        float: left;
        width: 80%;
        padding-left: 25px;
    }

    .case2-center .neon-right {
        float: right;
        width: 15%;
    }

.case2 .caon-nav-wrap p {
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 53px;
    width: 16.2%;
    opacity: 0.6;
}

.case2 .caon-ul .com-ztyw {
    padding: 16px 0;
}



/* video */
.video {
}

    .video .caon-top {
        padding: 0 8px 0 22px;
        background-color: #f3f5f8;
        border-bottom: 1px solid #dee5ed;
    }

.video-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 110px;
}

.video-box .doon-left {
}

.video-box .caon-center {
    float: right;
    width: 80%;
    padding-left: 26px;
}

.video-box .com-ztyw {
    position: relative;
}


.video-table td:nth-child(3) {
    width: 10%;
}

.video-table .ztyw-img {
    width: 18%;
}

.video-table .ztyw-font {
    padding: 0 10px;
}

.video-table tr {
    border-bottom: 1px solid #dee5ed;
}

.video-table td {
    padding: 14px 0;
}

.video-table {
    margin-bottom: 56px;
}


.iframe-body {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    overflow-y: auto;
}

.cult-one li:hover img {
    transform: scale(1.05) !important;
}

.honor .join-one {
    padding: 45px 0 60px;
}

.hoon-item {
    margin-bottom: 30px;
}

.honor-tit {
    font-size: 20px;
    font-family: 'aliM';
    margin-bottom: 36px;
}
/* .hoon-item a{float: left;width: 16.66%;} */
.hoon-item a img {
    width: 97%;
}
/* .honor-two .hoon-item a{width: 33.33%;} */
.honor-one {
    padding-bottom: 40px;
}

/* .honor-three .hoon-item .swiper-slide:nth-child(1){width: 33.8%!important;}
.honor-three .hoon-item .swiper-slide:nth-child(2){width: 30.3%!important;}
.honor-three .hoon-item .swiper-slide:nth-child(3){width: 35.7%!important;}
*/


@media (max-width: 1459px) {
    .video-table td:nth-child(3) {
        width: 13%;
    }
}

@media (max-width: 1259px) {
    .video-table td:nth-child(2) {
        width: 18%;
    }

    .video-table td:nth-child(3) {
        width: 13%;
    }
}

@media (max-width: 991px) {
    .video-table td:nth-child(3) {
        width: 15%;
    }
}

@media (max-width: 767px) {
    .software .doon-center {
        width: 100%;
        padding-left: 0;
    }

    .software .doon-table th:nth-child(2) {
        display: none;
    }

    .software .doon-table td:nth-child(2) {
        display: none;
    }

    .software th:nth-child(3) {
        width: 23%;
    }

    .software .doon-item2.active {
        padding: 10px;
    }

    .ny-banner .ban-nav p {
        float: none;
    }

    .ny-banner .ban-nav {
        height: auto;
        line-height: 24px;
        padding: 4px 0;
    }

    .case2-center .com-ztyw p {
        padding-left: 0;
    }

    .case2-center .neon-right {
        width: 20%;
    }

    .case2 .box-header {
        margin-bottom: 0;
    }

    .video-box .caon-center {
        width: 100%;
        padding-left: 0;
    }

    .video .box-header {
        margin-bottom: 0;
    }

    .video-table td:nth-child(3) {
        display: none;
    }

    .video-table {
        margin-bottom: 30px;
    }

    .caon-center .ztyw-font > p {
        max-width: 73%;
    }

    .proD-one {
        padding-top: 45px;
    }
}

@media (max-width: 400px) {
    .software th:nth-child(3) {
        width: 27%;
    }

    .case2-center .neon-right {
        width: 24%;
    }

    .case2-center .com-ztyw p {
        width: 76%;
    }

    .caon-bott {
        padding: 0;
        text-align: center;
    }

    .video-table td:nth-child(2) {
        width: 20%;
    }
}

@media (max-width: 321px) {
    .case2-center .neon-right {
        width: 27%;
    }

    .case2-center .com-ztyw p {
        width: 73%;
    }

    .software th:nth-child(3) {
        width: 30%;
    }

    .software .doon-center .doon-item2 p, .doon-center .doon-item p {
        max-width: 100%;
    }

    .video-table td:nth-child(2) {
        width: 22%;
    }

    .video .caon-top {
        padding: 0 5px;
    }
}


/* ========================== */
.ny-banner .ban-nav a.active {
    color: #000000;
}

.about.dropmenu ul .dropmenu-item .ztyw-font h4 {
    margin-top: 20px;
}

.about.dropmenu ul .dropmenu-item .ztyw-img img {
    width: 140px;
}

.about.dropmenu ul .dropmenu-item .ztyw-img {
    padding: 0px 0 25px 0;
}

.about.dropmenu ul .dropmenu-item .dropmenu-right::before {
    height: 110px;
}

@media (max-width: 1679px) {
    .dropmenu ul .dropmenu-item a {
        margin-bottom: 2px;
    }

    .dropmenu ul .dropmenu-item .ztyw-img {
        padding: 2px 0 18px 0;
        width: 21%;
    }

    .dropmenu ul .dropmenu-item .dropmenu-right .ztyw-img {
        width: 22%;
    }

    .dropmenu ul .dropmenu-item {
        padding-top: 18px;
    }

        .dropmenu ul .dropmenu-item .ztyw-font p {
            margin-top: 8px;
        }

        .dropmenu ul .dropmenu-item p a:nth-child(4) {
            display: none;
        }

    .about.dropmenu ul .dropmenu-item .ztyw-font h4 {
        margin-top: 20px;
    }

    .jszh .ztyw-font h4 {
        margin-top: 20px;
    }
}

@media (max-width: 1459px) {
    .about.dropmenu ul .dropmenu-item .ztyw-font h4 {
        margin-top: 20px;
    }

    .jszh .ztyw-font h4 {
        margin-top: 10px;
    }

    .about.dropmenu ul .dropmenu-item .ztyw-img img {
        width: 120px;
    }

    .about.dropmenu ul .dropmenu-item .ztyw-img {
        padding: 0px 0 12px 0;
    }
}

@media (max-width: 1259px) {
}

@media (max-width: 991px) {
}
/* ================================ */

.cotw-swiper {
    display: none;
}

@media (max-width: 1679px) {
    .comp-two {
        padding-bottom: 110px;
    }
}

@media (max-width: 1459px) {
    .new-one ul {
        margin: 0 -15px;
    }

    .new-one li {
        padding: 0;
    }

    .new-one .swxt-font {
        padding: 14px 20px;
    }

    .new-one p {
        margin: 10px 0;
    }

    .new-one h4.omit {
        -webkit-line-clamp: 1;
        height: 18px;
    }

    .new-three, .new-two h4 {
        font-size: 30px;
    }

    .new-three,
    .new-two {
        padding: 50px 0 65px;
    }

        .new-two p {
            margin: 6px 0 30px;
        }

        .new-three h4 {
            padding: 35px 0;
        }

        .new-three li img {
            width: 48px;
        }

    .newinfo-one {
        padding-top: 70px;
    }

    .newinfo-header h4 {
        font-size: 30px;
        margin-bottom: 52px;
    }

    .social-media h3.title, .news-list h4.title, .newsroom-tags h4.title, .newsroom-tags h4.title, .social-media h4.title {
        font-size: 22px;
    }

    .newsinfo-footer .nif-right a {
        font-size: 16px;
        width: 160px;
        height: 48px;
        line-height: 48px;
    }

    .newsinfo-footer {
        margin: 35px 0 60px;
    }

    .nif-left a:first-child {
        margin-bottom: 2px;
    }

    .newinfo-one .ny-right {
        width: 28%;
    }

    .newsroom-nav ul.nav-list1 li a h5 {
        font-size: 22px;
    }

    .newsroom-nav ul.nav-list1 {
        margin-bottom: 30px;
    }

    .newsroom-tags ul.tags-list, .recent-news li {
        margin-bottom: 38px;
    }

    .new-one li {
        /* margin-bottom: 30px; */
        /* width: 31.333%; */
    }

    .new-spzx .spms {
        padding: 8px;
    }

        .new-spzx .spms p {
            font-size: 15px;
            line-height: 22px;
        }

    .new-spzx .spimg {
        width: 55px;
        height: 55px;
        background-size: 100%;
    }

        .new-spzx .spimg::after {
            width: 55px;
            height: 55px;
            background-size: 100%;
        }

    .join-one h4 {
        font-size: 30px;
    }

    .comp-one p {
        line-height: 32px;
        margin-bottom: 24px;
    }

    .comp-two .comp-header {
        font-size: 24px;
    }

    .aircraft-bj {
        width: 115%;
        padding-bottom: 15px;
    }

    .aircraft {
        width: 140px;
    }

    .aircraft2 {
        bottom: 64px;
        left: 58px;
        transform: rotateZ(0deg);
    }

    .aircraft3 {
        bottom: 68px;
        left: 115px;
        transform: rotateZ(0deg);
    }

    .aircraft4 {
        bottom: 78px;
        left: 179px;
        transform: rotateZ(-2deg);
    }

    .aircraft5 {
        bottom: 88px;
        left: 243px;
    }

    .aircraft6 {
        bottom: 100px;
        left: 305px;
    }

    .aircraft7 {
        bottom: 117px;
        left: 364px;
        transform: rotateZ(-5deg);
    }

    .aircraft8 {
        bottom: 138px;
        left: 428px;
        transform: rotateZ(-6deg);
    }

    .aircraft9 {
        bottom: 159px;
        left: 486px;
        transform: rotateZ(-7deg);
    }

    .aircraft10 {
        bottom: 190px;
        left: 560px;
        transform: rotateZ(-7deg);
    }

    .aircraft11 {
        bottom: 216px;
        left: 624px;
        transform: rotateZ(-7deg);
    }

    .aircraft12 {
        bottom: 242px;
        left: 681px;
        transform: rotateZ(-8deg);
    }

    .aircraft13 {
        bottom: 275px;
        left: 747px;
        transform: rotateZ(-9deg);
    }

    .aircraft14 {
        bottom: 303px;
        left: 807px;
        transform: rotateZ(-9deg) scale(0.8);
        opacity: 0.5;
    }

    .cotw-txt h4 {
        margin: 40px 0 32px;
    }

    .comp-two {
        padding-bottom: 80px;
    }

    .cult-two li {
        margin-bottom: 35px;
    }

    .coon-icon {
        width: 50px;
    }

    .join-one p {
        font-size: 18px;
        line-height: 30px;
    }

    .join-one {
        padding: 33px 0 60px;
    }

    .join-two .sofi-wrap {
        padding: 33px 0 60px;
    }

    .media-item p {
        margin-bottom: 4px;
    }

    .meon-item p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .meon-dec {
        margin: 30px 0 28px;
    }

    .mess-two .meon-tit {
        margin: 0px 0 30px;
    }

    .mess-two label {
        font-size: 16px;
    }

    .partner .form-brand input {
        width: 386px;
    }

    .mess-two .metw-btn .form-btn {
        font-size: 20px;
    }

    .metw-btn {
        padding: 40px 0 60px;
    }

    .honor .join-one {
        padding: 33px 0 40px;
    }

    .honor-tit {
        margin-bottom: 30px;
    }

    .honor-one {
        padding-bottom: 20px;
    }
}

@media (max-width: 1259px) {
    .new-one li {
        margin-bottom: 0px;
    }

    .new-one {
        padding: 45px 0 15px
    }

    .new-two p {
        margin: 6px 0 20px;
    }

    .new-three, .new-two h4 {
        font-size: 24px;
    }

        .new-three li img {
            width: 35px;
        }

    .new-three, .new-two {
        padding: 50px 0 50px;
    }

    .newinfo-one {
        padding-top: 50px;
    }

    .newinfo-header h4 {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .join-one h4 {
        font-size: 26px;
    }

    .culture {
        padding-bottom: 10px;
    }

    .coon-item {
        padding: 45px 0;
    }

    .join-one br {
        display: none;
    }

    .join-one p {
        margin-bottom: 20px;
    }

    .join-one {
        padding: 33px 0 20px;
    }

    .join-two .sofi-wrap {
        padding: 33px 0 50px;
    }
}

@media (max-width: 991px) {
    .new-one ul {
        margin: 0 -9px;
    }

    .new-one li {
        /* padding: 0 9px; */
        /* margin-bottom: 20px; */
    }

    .new-one {
        padding: 45px 0 25px
    }

    .new-three li {
        padding: 0 18px;
    }

    .newinfo-header h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .newsroom-nav h4.title {
        font-size: 20px;
    }

    .newsroom-nav ul.nav-list1 li a h5 {
        font-size: 18px;
    }

    .social-media h3.title, .news-list h4.title, .newsroom-tags h4.title, .newsroom-tags h4.title, .social-media h4.title {
        font-size: 18px;
    }

    .cotw-position {
        display: none;
    }

    .cotw-swiper {
        display: block;
        padding-bottom: 20px;
    }

        .cotw-swiper h4 {
            text-align: center;
            font-size: 22px;
            margin: 40px 0 20px;
        }

        .cotw-swiper p {
            text-align: center;
            font-size: 16px;
        }

        .cotw-swiper .swiper-container {
            padding-bottom: 45px;
        }

    .comp-two {
        padding-bottom: 0;
    }

    .media-item p:last-child {
        height: 60px;
    }

    .media-four .media-item p:last-child {
        height: 42px;
    }

    .media-four {
        padding-top: 16px;
    }

    .media {
        padding-bottom: 0px;
    }

    .mod_info ul {
        width: 100%;
        margin-top: 10px;
    }

    .mod_info a {
        color: #333 !important;
    }
}

@media (max-width: 767px) {
    .new-one li {
        width: 92%;
        margin: 4%;
    }

    .new-two p {
        font-size: 14px;
    }

    .new-three, .new-two h4 {
        font-size: 22px;
    }

    .new-search .emall {
        width: 200px;
        height: 38px;
        font-size: 14px;
    }

    .new-search .butt {
        width: 80px;
        height: 36px;
        font-size: 14px;
    }

    .new-three, .new-two {
        padding: 40px 0;
    }

        .new-three h4 {
            padding: 16px 0 30px;
        }

        .new-three li {
            width: 25%;
            text-align: center;
            margin-bottom: 20px;
        }

        .new-three ul {
            margin: 0 0 -20px;
        }

    .newinfo-one .ny-right {
        width: 100%;
        padding-bottom: 25px;
    }

    .newinfo-one .ny-left {
        width: 100%;
    }

    .newinfo-one {
        padding-top: 40px;
    }

    .newinfo-header h4 {
        font-size: 20px;
    }

    .newinfo .bshare-custom {
        float: left;
        margin: 0px 0 20px;
    }

    .nif-right {
        width: 100%;
        margin-top: 20px;
    }

    .newsinfo-footer .nif-right a {
        font-size: 16px;
        width: 135px;
        height: 42px;
        line-height: 40px;
    }

    .newsinfo-footer {
        margin: 35px 0 45px;
    }

    .social-media li {
        float: left;
        margin-right: 20px;
    }

    .join-one h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cult-two li {
        margin-bottom: 20px;
        width: 100%;
    }

    .cult-two {
        padding-bottom: 25px;
    }

    .cult-one .ztyw-img {
        width: 100%;
    }

    .cult-one .ztyw-font {
        width: 100%;
        padding: 0;
        position: unset;
        transform: none;
        padding-top: 15px;
    }

    .cult-one p {
        line-height: 26px;
    }

    .cult-one li {
        margin-bottom: 30px;
    }

    .coon-item p {
        line-height: 24px;
        font-size: 16px;
    }

    .coon-item h4 {
        font-size: 16px;
    }

    .media-one ul {
        display: none;
    }

    .media-four li:first-child,
    .media-three li:first-child,
    .media-two li {
        width: 100%;
    }

    .media-dec {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
    }

    .media {
        padding-bottom: 10px;
    }

    .media-item p:last-child {
        height: auto;
    }

    .mess-two .partner select, .mess-two .partner input {
        width: 100%;
        margin-top: 10px;
    }

    .partner .form-brand input {
        width: 100%;
    }

    .mess-two .meon-tit {
        margin: 0px 0px 25px;
    }

    .meon-item {
        padding: 45px 0px 25px;
    }

    .mess-two .metw-btn .form-btn {
        font-size: 14px;
        width: 110px;
        height: 35px;
        line-height: 35px;
    }

    .metw-btn {
        padding: 20px 0 45px;
    }

    .metw-mess textarea,
    .mess-two select, .mess-two input {
        width: 100%;
        margin-top: 10px;
    }

    .hoon-item a {
        margin-bottom: 20px;
        padding: 0 10px;
    }

        .hoon-item a img {
            width: 100%;
        }

    .honor .join-one {
        padding: 33px 0 20px;
    }

    .nav-header {
        display: none;
    }

    .join-one p {
        font-size: 16px;
        line-height: 26px;
    }

    .honor-tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .honor-one {
        padding-bottom: 30px
    }

    .hoon-item {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .doon-table th:nth-child(2) {
        width: 28%;
    }

    .doon-center .doon-item2 p {
        max-width: 100%;
    }
}


.img-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    margin: 0;
}

    .img-img img {
        transition: all 0.5s;
        padding-bottom: 10px;
    }

.coon-icon2 {
    transform: translateY(0%);
}

.img-img:hover .coon-icon {
    transform: translateY(-100%);
}

.img-img:hover .coon-icon2 {
    transform: translateY(-100%);
}



.hoon-item .swiper-pagination {
    bottom: 0;
    display: none;
}

.hoon-item .swiper-button-next.com-butt, .hoon-item .swiper-button-prev.com-butt {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    z-index: 33;
}

/*20210311*/
.nyckgd {
    text-align: center;
}

    .nyckgd input {
    }

/*20210317*/
.max-drop-on {
    border-bottom: 2px solid #006ec2;
}

.navbar .navbar-li:hover {
    border-bottom: 2px solid #006ec2;
}

.dropmenu2 {
    opacity: 0 !important;
}

.dropmenu2-on {
    opacity: 1 !important;
}

.tsj {
    display: none;
}

.tsj-on {
    display: block;
}

.cmslists {
    position: relative;
}

.cmslist {
    max-width: 300px;
    position: absolute;
    width: 300px;
    background-color: #026fc1;
    padding: 10px;
    border-radius: 4px;
    display: none;
    z-index: 10;
    left: 0px;
}

    .cmslist .media-item {
        border-bottom: 0px dashed white;
        border-top: 1px dashed white;
        padding-bottom: 0px;
        padding-top: 10px;
    }

        .cmslist .media-item h4 {
            color: white;
            font-size: 18px;
        }

        .cmslist .media-item p {
            color: white;
            font-size: 14px;
        }

            .cmslist .media-item p a {
                color: white;
            }

.cmslist-on {
    display: block;
}

.ssny {
    clear: both;
    background-color: white;
    /* height: 300px; */
    padding: 5px 10px;
}

    .ssny .p1 {
        color: black;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .ssny a p {
        color: #666;
        font-size: 14px;
        line-height: 24px;
    }

        .ssny a p:hover {
            color: #5c92d6;
            text-decoration: underline;
        }

/*20210408*/
.tool2 {
    width: 60%;
}

.search2 {
    width: 80%;
}

.header-wrap .search-box2 {
    height: 0px;
    overflow: hidden;
    transition: height 1s;
    position: static;
    top: 100%;
    margin-top: 20px;
    float: left;
    width: 90%;
    margin-right: 5%;
    height: 200px;
    right: 0px;
    display: block;
}

.search-box2 .search-input {
    color: #666;
    border-bottom: 1px solid rgba(119, 119, 119, 0.25);
    background-color: #fff;
    float: left;
    height: 40px;
    width: 90%;
    padding: 0 8px;
    display: inline-block;
    border: 0px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.25);
}

.search-box2 .search-butt {
    background: url(../images/search2.png)no-repeat center;
    float: left;
    display: inline-block;
    width: 10%;
    height: 40px;
    background-color: #006ec2;
}

#searchs {
    cursor: pointer;
}

.sup-ul-ny {
    display: none;
}

    .sup-ul-ny.active {
        display: block;
    }

/*20211215*/
.plxz-head {
    background-color: #006ec2;
    position: relative;
    padding: 15px;
    /* margin-bottom: 30px; */
}

    .plxz-head img {
        width: 28px;
        position: absolute;
        top: 10px;
        left: 2%;
    }

    .plxz-head h3 {
        text-align: right;
        color: white;
    }

.plxzlist {
    background: rgba(158, 158, 158, 0.17);
    overflow: hidden;
    padding: 3% 5%;
    /* min-height: 300px; */
    position: relative;
    margin: auto !important;
}

.plxz-sjx {
    position: absolute;
    top: -7px;
}

.plxzlist .plxz {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    width: 100%;
}

    .plxzlist .plxz a {
    }

    .plxzlist .plxz p {
        font-size: 16px;
    }

    .plxzlist .plxz em {
        display: block;
        width: 12px;
        height: 12px;
        border: 1px solid rgba(51, 51, 51, 0.48);
        position: absolute;
        top: 5px;
        left: 0;
        cursor: pointer;
    }

    .plxzlist .plxz .on {
        background-color: #0168b7;
        border-color: #0168b7;
    }

.plxz-btn {
    margin-top: 50px;
}

.suon-right .plxz-btn {
    padding: 0px;
    width: 100%;
}

.plxz-btn p {
    display: inline-block;
    width: auto;
    /* padding: 0px 0px 0px 25px; */
    padding: 5px 15px;
    background-color: #0168b7;
    color: white;
    margin-right: 15px;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
}

.suon-right .plxz-btn:hover p {
    color: white !important;
}

.plxz-btn .dwon_qx, .plxz-btn .dwon_qx2 {
    background-color: #607D8B;
}



.plxz-btn .dwon_ok {
}

.plxz-drop-nav {
    max-height: 500px;
    overflow-y: scroll;
}

@media (max-width: 767px) {
    .plxzlist .plxz {
        width: 100%;
    }

    .plxzlist {
        padding: 20px 15px;
    }

    .plxz-btn {
        margin-top: 30px;
    }
}

.zxwb-yxqq {
    background-color: #ff000000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    right: 40px;
    width: 200px;
    padding: 0;
}

.yxqq {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 10px 12px;
    margin-right: 30px;
    background-color: white;
    border-radius: 5px;
}

    .yxqq li {
        margin: 10px 10px;
    }

        .yxqq li a {
            position: static;
            padding: 0;
            height: auto;
        }

            .yxqq li a img {
                display: inline-block;
                width: 32px;
            }

            .yxqq li a p {
                color: #666666;
                display: inline-block;
                font-size: 15px;
                vertical-align: middle;
            }

        .yxqq li:hover p {
            color: #1296db;
        }

.wapd-1 {
    height: 223px;
    overflow-y: scroll;
    margin-bottom: 30px;
}

    .wapd-1 img {
        max-width: 100%
    }

.wapd-2 {
    /* margin-bottom: 50px; */
}

    .wapd-2 p {
        font-size: 16px;
        line-height: 26px;
    }

    .wapd-2 table {
        /* width: 100% !important; */
        /* margin: auto; */
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .wapd-2 table td {
            padding: 2%;
        }

.faq-list {
}

    .faq-list li {
        margin-bottom: 25px;
    }

        .faq-list li .swxt-font {
            background-color: #dee5ed00;
            border-bottom: 1px solid rgba(158, 158, 158, 0.32);
        }

.wapd-2 img {
    max-width: 100%;
}

.wapd-2 img {
    max-width: 100%;
    margin: 10px 0;
}

.jszc-ss {
    margin-top: 30px;
}

    .jszc-ss input {
        border: 1px solid #666666;
        padding: 5px 20px;
        display: inline-block;
        font-size: 16px;
        width: 240px;
    }

    .jszc-ss p {
        vertical-align: bottom;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        background-color: #006ec2;
        color: white;
        padding: 0 20px;
        cursor: pointer;
    }

.bgz-font2 {
    position: static;
    background-color: rgba(0, 0, 0, 0.788235294117647);
}


.index-container .bgz-font2 {
    background-color: #ff000000;
}

.index-container .bgz-font {
    position: absolute;
    background-color: #ff000000;
}

.prodt {
    display: none;
}

.prodt-on {
    display: block;
}

@media (max-width: 767px) {
    .prodt {
        display: block;
    }
}


/*20220401*/
/* 图片放大镜 */
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
}

.msg-box {
    width: 860px;
    height: 524px;
    padding: 50px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        font-size: 30px;
        color: #666;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }



@media (max-width: 991px) {
    .msg-box {
        width: 94%;
        left: 50%;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .msg-box {
        height: 450px;
        padding: 15px;
    }

        .msg-box .close-box {
            width: 35px;
            height: 35px;
            right: 0;
            line-height: 20px;
            top: 0;
            text-align: center;
            font-size: 20px;
        }
}

.msg-box .close-box {
    border: solid 3px #7f7f7f;
    background: url(../images/msg-closes.png)
}

@media(max-width:676px) {
    .vedio-con li {
        width: 50%;
    }

    .vedio-txt {
        font-size: 14px;
        line-height: 3px;
    }

    .msg-box {
        left: 50%;
        width: 300px;
        padding: 20px;
        height: 360px;
    }

    #close-box {
        width: 23px;
        height: 23px;
    }

    .msg-box .close-box {
        background-size: 18px;
    }
}

@media (max-width: 320px) {
}

@media (max-width: 360px) {
}


@media (max-width: 1659px) {

    .media-one .sz {
    bottom: 10.5%;
    right: 34.2%;
}

.media-one .bj {
    right: 30.5%;
    top: 37.5%;
}

.media-one .sd {
    right: 29.7%;
    top: 49%;
}

.media-one .hz {
    right: 26.5%;
    bottom: 27%;
}

.media-one .sh {
    right: 23.5%;
    bottom: 31%;
}

.media-one .cd {
    right: 49%;
    bottom: 30%;
}

.media-one .hf {
    right: 30.5%;
    bottom: 33%;
}

.media-one .xm {
    right: 27.5%;
    bottom: 16%;
}

.media-one .xa {
    right: 41%;
    bottom: 40%;
}

.media-one .wh {
    right: 34.5%;
    bottom: 30.8%;
}

.media-one .cs {
    right: 35.5%;
    bottom: 25%;
}

.media-one .nn {
    right: 41%;
    bottom: 14%;
}

}



