﻿html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
    margin: 0;
    padding: 0;
}

.header-container,
.foot-main,
.foot-bottom,
.nimi-container,
.index-container,
.ny-container {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 970px;
    }
}

@media (min-width: 1260px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 1200px;
    }
}

@media (min-width: 1460px) {
    .header.index .header-container, .header-container, .index-container, .ny-container {
        width: 1330px;
    }
}

@media (min-width: 1680px) {
    .header.index .header-container, .index-container {
        width: 1500px;
    }
}

@media(min-width:1920px) {
}

:root {
    --theme-color: #cc0200;
}




.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

    .header .header-wrap {
        background-color: #fff;
    }

.header-wrap {
    padding: 0 60px;
}

.header.index .header-wrap {
    background-color: #fff;
}

.header.index.scroll2 .header-wrap {
    background-color: #fff;
}



.header.index {
}

    .header.index .navbar .navbar-a {
        color: #0d141c;
    }

    .header.index.scroll2 .navbar .navbar-a {
        color: #0d141c;
    }

.header.scroll2 .header-wrap {
    box-shadow: 1px 1px 10px rgba(0,0,0,.3);
    border-bottom: none
}

.header.ny .navbar .navbar-a {
    color: #333;
}

.header.scroll .navbar .navbar-a {
    line-height: 80px;
    color: #333;
}

.header.scroll .pc-En,
.header.scroll .nav-search,
.header.scroll .nav-loading,
.header.scroll .header-wrap .tool {
    height: 80px;
    line-height: 80px;
}

.header.scroll .header-wrap .logo {
    margin-top: 12px;
}

.header.scroll .search-box {
    top: 80px;
}



.header.ny .nav-search,
.header.scroll .nav-search {
    background: url(../images/search2.png)no-repeat center
}

.header.ny .pc-En a,
.header.scroll .pc-En a {
    color: #333;
}

    .header.ny .pc-En a:hover, .header.ny .pc-En a.active,
    .header.scroll .pc-En a:hover, .header.scroll .pc-En a.active {
        color: #fff;
    }



.header-wrap .logo {
    float: left;
    margin-top: 11px;
}

    .header-wrap .logo h1 {
        font-size: 0;
        float: left;
        margin-top: 2px;
    }

.header-wrap .tool {
    float: right;
    height: 80px;
    line-height: 80px;
}

.pc-En {
    float: right;
    line-height: 100px;
}

    .pc-En a {
        line-height: 22px;
        display: inline-block;
        border-radius: 11px;
        color: #fff;
        padding: 0 9px;
        font-family: Arial;
    }

        .pc-En a:hover,
        .pc-En a.active {
            background-color: #cc0200;
            color: #fff;
        }

        .pc-En a:first-child {
        }






.nav-search {
    background: url(../images/search2.png)no-repeat right;
    float: right;
    height: 80px;
    padding: 0 25px;
    cursor: pointer;
}
.search-box {
    position: absolute;
    top: 80px;
    transition: all .3s;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.search-box-on {
    display: block;
}

.search-wrap {
    border: 1px solid #fff;
    border-radius: 23px;
    height: 0;
    width: 325px;
}

.nav-search .search {
    color: #fff;
    padding: 0 20px;
    width: 260px;
    height: 0;
    float: left;
    display: inline-block;
}

.nav-search .butt {
    float: left;
    width: 60px;
    height: 0;
    display: inline-block;
    background: url(../images/search4.png)no-repeat center;
    border-left: 1px solid transparent;
}
.nav-search:hover .search-wrap {

}

.nav-search:hover .search-box {

}

.nav-search:hover .search,
.nav-search:hover .butt {

}


.nav-loading {
    background: url(../images/loading.png)no-repeat center;
    display: block;
    width: 21px;
    position: relative;
    float: right;
    height: 100px;
    margin-right: 30px;
}


.navbar {
    color: #cc0200;
    float: right;
}

    .navbar .navbar-ul {
    }

.header.index .navbar .navbar-li {
    float: left;
    padding: 0 22px;
}

.navbar .navbar-li {
    float: left;
    padding: 0 22px;
}

.navbar .navbar-a {
    color: #0d141c;
    display: block;
    position: relative;
    line-height: 80px;
    padding: 0 10px;
}

.navbar .navbar-li:hover .navbar-a,
.navbar .navbar-li.active .navbar-a {
    color: #cc0200;
    z-index: 33;
}


.navbar .navbar-li .navbar-a::after,
.navbar .navbar-li .navbar-a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";
    display: block;
    background-color: #cc0200;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.navbar .navbar-li:hover .navbar-a::after {
    width: 8px;
    height: 8px;
}

.navbar .navbar-li.active .navbar-a::after {

}


.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-two,
.dropmenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    max-height: 0;
    opacity: 0;
    transition: max-height .5s;
    border: none;
    color: #303233;
    height: auto;
    padding: 0;
    display: block;
    display: none;
    z-index: 333;
}

.dropmenu-two {
    top: 0%;
    left: 100%;
    transform: none;
    padding: 36px 0;
    width: 300%;
}

    .dropmenu-two a {
        display: block;
    }

.max-drop .dropmenu {
    width: 100%;
    border-top: 1px solid #dee5ed;
}

.drop-li:hover .dropmenu-two,
.navbar-li:hover .dropmenu {
    max-height: 800px;
    opacity: 1;
    display: block;
}


.navbar-bj, .navbar-bj2 {
    height: auto;
    padding: 0;
    display: block;
    max-height: 1200px;
    opacity: 1;
    overflow: hidden;
    transition: max-height .5s;
    transition: height .5s;
    background-color: rgba(13, 20, 28, 0.9);
}







.dropmenu ul {
    width: 100%;
    padding: 36px 0;
}



.dropmenu li > a {
    padding: 0 20px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
}

.navbar-li .dropmenu a:hover,
.dropmenu-two a:hover,
.dropmenu li:hover > a {
    color: #cc0200;
}

.navbar-li .dropmenu a {
    transition: all 0.5s;
    color: #fff;
}

.navbar-li:hover .dropmenu a {
    padding: 10px 20px;
}




.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.index .header-logo {
    display: block;
}

.header.index .header-logo1 {
    display: none;
}

.header.index.scroll2 .header-logo {
    display: none;
}

.header.index.scroll2 .header-logo1 {
    display: block;
}

.footer {
    background-color: #0d141c;
    border-top: 1px solid #cc0200;
}

    .footer .logo h1 {
        font-size: 0;
    }

.footer-wrap {
    position: relative;
}

.footer-left p {
    color: #fff;
    color: #cc0200;
}

.footer-left em {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../images/fire.png)no-repeat left center;
    padding-left: 24px;
    filter: drop-shadow( 0px -3px 2px #cc0200);
    float: left;
    animation: fire 1s ease-in-out infinite;
    -webkit-animation: fire 1s ease-in-out infinite;
    -moz-animation: fire 1s ease-in-out infinite;
    transform-origin: bottom;
    transform: rotateY(30deg);
    filter: drop-shadow( 0px -3px 1px #cc8d00);
}

@keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


@-webkit-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}

@-moz-keyframes fire {
    0% {
        transform: rotateX(30deg);
        filter: drop-shadow( 0px -2px 1px #cc8d00);
    }

    100% {
        filter: drop-shadow( 0px -4px 1px #cc8d00);
    }
}


.footer-left h4 {
    font-weight: 300;
    float: left;
    margin-right: 30px;
}

.footer-left a {
    color: #fff;
    font-size: 16px;
    height: 25px;
    opacity: 0.8;
}

.footer-left {
    float: left;
    width: 100%;
    padding: 49px 0 28px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.footer.index .footer-center {
    float: left;
    width: 70%;
    padding: 44px 0 60px;
}

.footer-center {
    float: left;
    width: 70;
    padding: 44px 0 60px;
}

    .footer-center dl {
        float: left;
        width: 20%;
        padding-right: 20px;
    }

    .footer-center a {
        color: #fff;
    }

    .footer-center dt {
        margin-bottom: 20px;
    }

        .footer-center dt a {
            color: #cc0200;
            font-size: 16px;
            font-weight: 700;
        }

    .footer-center dd {
        opacity: 0.5;
        margin-bottom: 7px;
    }

        .footer-center dd a {
            font-size: 15px;
        }

.footer-right {
    float: right;
    width: 29%;
    color: #fff;
    text-align: center;
    padding-top: 43px;
}


.weixin-box {
    padding: 10px;
    background: url(../images/weixin2.png)no-repeat center;
    display: inline-block;
    transition: all 0.4s;
    background-size: 92%;
    margin: 19px 0 10px;
}

    .weixin-box:hover {
        background-size: 100%;
    }

@-moz-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@-webkit-keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);
    }

    100% {
        background-size: 100%;
    }
}

@keyframes fangda2 {
    0% {
        background-size: 92%;
        transform: scale(1.05);

    }

    100% {
        background-size: 100%;
    }
}

.footer-right h4 {
    margin-bottom: 11px;
    font-size: 40px;
    font-family: 'DIN-std';
    color: #cc0200;
    display: inline-block;
    background: url(../images/telll.png)no-repeat left top;
    padding-left: 58px;
}

.footer-right p {
    margin-bottom: 6px;
    opacity: 0.5;
    font-size: 15px;
}

.footer-right .footer-search {
    position: unset;
    width: 283px;
    height: 36px;
    margin: 0 0 31px;
}

.footer-search input {
    height: 100%;
}

.footer-search .search {
    padding: 0 10px;
    background-color: #fff;
    float: left;
    color: #a9a9a9;
}

.footer-search .butt {
    width: 56px;
    background-color: #cc0200;
    text-align: center;
    cursor: pointer;
}

.footer-search input {
    height: 100%;
}

.footer-search .search {
    padding: 0 10px;
    background-color: #fff;
    float: left;
    color: #a9a9a9;
}

.footer-search .butt {
    width: 56px;
    background-color: #cc0200;
    text-align: center;
    cursor: pointer;
}

.mod_service {
    padding: 57px 0 78px;
}

.mod_link {
    color: #fff;
    margin-bottom: 20px;
}

    .mod_link a {
        opacity: 0.4;
        color: #fff;
        margin-right: 20px;
        margin-left: 5px;
    }

.mod_info {
    color: #585858
}

    .mod_info a {
        color: #585858;
        margin: 0 26px 0 3px;
    }

        .mod_info a:hover {
            color: #fff;
        }

.mod_link a:hover,
.footer-left dd:hover,
.footer-center dt:hover,
.footer-center dd:hover,
.footer-right dd:hover {
    opacity: 1;
}





@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
    .navbar {
        margin-left: 80px;
    }

        .navbar .navbar-a {
            padding: 0;
        }

    .footer.index .footer-center {
        width: 65.1%;
    }
}

@media (max-width: 1459px) {

    .dropmenu li > a {
        padding: 0 6px;
        line-height: 48px;
    }

    .navbar {
        margin-left: 70px;
    }

    .dropmenu ul .dropmenu-item .dropmenu-right {
        padding-left: 30px;
    }

    .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: 25px 0;
    }


    .navbar .navbar-a {
        line-height: 80px;
    }

    .pc-En,
    .nav-search,
    .nav-loading,
    .header-wrap .tool {
        height: 80px;
        line-height: 80px;
    }

    .header-wrap .logo {
        margin-top: 2px;
    }

    .search-box {
        top: 81px;
    }

    .header-logo,
    .header-logo1 {
        width: 200px;
        margin-top: 5px;
    }

    .mod_service {
        padding: 30px 0 50px;
    }

    .mod_link {
        margin-bottom: 12px;
        line-height: 26px;
    }

    .navbar .navbar-li,
    .header.index .navbar .navbar-li {
        padding: 0 22px;
    }

    .footer-right {
        width: 34%;
    }

        .footer-right h4 {
            background-size: 32px;
            padding-left: 48px;
            font-size: 34px;
        }

    .weixin-box {
        margin: 10px 0;
    }

    .mod_info {
        line-height: 28px;
    }

    .footer-left h4 {
        margin-top: 0px;
        font-size: 20px;
    }
}

@media (max-width: 1259px) {
    .navbar {
        margin-right: 0;
    }

        .navbar .navbar-ul {
            margin-right: -6px;
        }

        .navbar .navbar-li {
            padding: 0 10px;
        }

        .navbar .navbar-a {
            padding: 0 2px;
        }

    .nav-search, .nav-loading {
        margin-right: 20px;
    }

    .footer.index .footer-center,
    .footer-center {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        padding-top: 0px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-info {
        float: right;
        padding-top: 48px;
    }

    .footer-info2 {
        float: left;
    }

    .footer-center,
    .footer.index .footer-center {
        padding: 32px 0 20px;
    }

    .footer-right h4 {
        background-size: 27px;
        padding-left: 36px;
        font-size: 30px;
    }

    .footer-center dl {
        width: 22%;
    }

        .footer-center dl:last-child {
            float: right;
            width: 10%;
        }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .teldb img,
    .kf-zx img {
        width: 22px;
    }

    .footer-left h4 {
        margin-right: 10px;
        font-size: 16px;
        margin-top: 3px;
    }

    .footer-left a {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
}

@media (max-width: 321px) {
}




.header-app {
    background: #cc0200;
    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: 6px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .header-app .logo img {
            width: 200px;
        }

    .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: #cc0200;
        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: #cc0200;
}

.category-cont a:last-child {
    border: none;
}

.category-cont a.active {
    color: #cc0200;
}

.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: #cc0200;
}

.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: #cc0200;
}

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #cc0200;
    padding-right: 15px;
    color: #cc0200;
    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: #cc0200;
            color: white;
            border-radius: 30px;
        }

.app-search {
    margin-bottom: 15px;
    border: 1px solid #cc0200;
}

    .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: #cc0200;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}


.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;
        }

    .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%;
}

.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;
}


@media(max-width: 1459px) {
}

@media(max-width: 1259px) {
    .header-logo, .header-logo1 {
        width: 180px;
    }

    .header {
        display: none !important;
    }

    .header-app {
        display: block !important;
    }
}



@media(max-width: 991px) {


    .mod_share a, .mod_info p a, .mod_info p,

    .footer-right p {
        padding-right: 0;
    }

    .mod_service {
        padding: 30px 0 15px;
    }


}

@media (max-width: 767px) {
    /* app */
    .app-sousuo {
        padding-right: 10px;
    }

    .footer-left {
        padding: 35px 0 30px;
        width: 100%;
    }

    .footer-center {
        display: none;
        width: 100%;
    }

    .footer-right {
        padding: 0;
        width: 100%;
        padding-top: 20px;
    }

        .footer-right .footer-search {
            margin: 0 0 20px;
        }

    .mod_service {
        padding: 26px 0 15px;
    }
}

@media (max-width: 639px) {
    .weixin-box img {
        width: 85px;
    }

    .footer-right h4 {
        background-size: 22px;
        padding-left: 30px;
        font-size: 26px;
    }

    .footer-info {
        width: 64%;
        padding-top: 35px;
    }
}

@media (max-width: 370px) {
}








.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: #cc0200;
    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-top.active a {
        background-color: #cc0200;
        color: #fff;
    }

.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-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;
    }

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none;
    position: relative;
    color: #333;
}

.btn8 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
}

    .btn8 .bg_brf, .btn8 .bg_aft {
        background: #cc0200;
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
        transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    }

    .btn8 .bg_brf {
        opacity: 0.5;
    }

    .btn8:hover {
        color: #fff;
        border-color: #cc0200;
    }

        .btn8:hover .bg_brf, .btn8:hover .bg_aft {

            bottom: 0;
        }

        .btn8:hover .bg_aft {
            -webkit-transition-delay: .175s;
            transition-delay: .175s;
        }

    .btn8 span {
        position: relative;



        z-index: 1;
    }

.btn9 {
    border: 1px solid #d0d0d0;
    position: relative;
    color: #666;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .btn9:hover {
        color: #fff;
        border-color: #cc0200;
    }

    .btn9 .bgsqr1, .btn9 .bgsqr2, .btn9 .bgsqr3, .btn9 .bgsqr4 {
        background: #cc0200;
        position: absolute;
        width: 25%;
        height: 0;
        -webkit-transition: height .4s;
        transition: height .4s;
    }

    .btn9 .bgsqr1 {
        top: 0;
        left: 0;
    }

    .btn9 .bgsqr2 {
        bottom: 0;
        left: 25%;
    }

    .btn9 .bgsqr3 {
        top: 0;
        left: 50%;
    }

    .btn9 .bgsqr4 {
        bottom: 0;
        left: 75%;
    }

    .btn9:hover .bgsqr1, .btn9:hover .bgsqr2, .btn9:hover .bgsqr3, .btn9:hover .bgsqr4 {
        height: 100%;
    }

    .btn9 span {
        position: relative;
        z-index: 1;
    }



.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: #cc0200;
    }

    .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-button-next.com-butt, .swiper-button-prev.com-butt {
    background: none !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    background-color: #f0f0f0 !important;
    font-size: 16px !important;
    color: #000;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    top: 50% !important;
    transition: all 0.5s;
    opacity: 1 !important;
}

.com-butt.swiper-button-next:hover,
.com-butt1.swiper-button-next:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover,
.com-butt.swiper-button-prev:hover {
    background-color: #cc0200 !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: #cc0200;
    border: 1px solid #cc0200;
    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: #cc0200 !important;
    color: #fff;
}

.com-butt1.swiper-button-prev:hover {
    background-color: #cc0200 !important;
    color: #fff;
}

@media (max-width: 1459px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 50px !important;
        height: 50px !important;










        line-height: 50px !important;
    }
}

@media (max-width: 1259px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .swiper-button-next.com-butt, .swiper-button-prev.com-butt {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 12px !important;
    }
}


.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: #cc0200;
        text-align: center;
        display: block;

        width: 200px;
        height: 40px;
        line-height: 37px;
        border: 1px solid #cc0200;
        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: #cc0200;
        }

        .com-nav-item a:hover span {
            color: #fff !important;
        }

        .com-nav-item a.active span {
            color: #fff !important;
        }

        .com-nav-item a.active {
            background: #cc0200;
        }
		
.com-ul {
    margin: 0 -12px;
    font-size: 0;
}

    .com-ul li {
        float: left;
        width: 33.33%;
        padding: 0 12px;
        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: #cc0200;
}

.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: #cc0200;
        color: #fff;
    }

    .com-pag-item a:hover {
        background-color: #cc0200;
        color: #fff;
    }

.com-pagination.swiper-pagination {
    width: 100% !important;
    bottom: 45px !important;
}

.com-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 20px;
    height: 5px;
    border-radius: 0 !important;
    opacity: 1 !important;
    border-radius: 2px !important;
}



.com-pagination .swiper-pagination-bullet-active {
    width: 40px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}


.bgz-left {
    float: left;
    width: 49.23%;
}

.bgz-item {
    display: block;
    position: relative;
}

.bgz-font p {
    margin-top: 6px;
}

.bgz-font {
    position: absolute;
    bottom: 0;
    padding: 28px 46px 41px;
    color: #fff;
    width: 100%;
}

.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-ul li:last-child {
            float: right;
        }

    .bgz-bott-ul .bgz-font h4 {
        color: #000;
    }

    .bgz-bott-ul .bgz-font p {
        color: #151214;
    }

.bgz-img {
    overflow: hidden;
}

.bgz-item:hover img {
    transform: scale(1.05);
}




.com-icon {
}

    .com-icon li {
        float: left;
        width: 20%;
    }

.icon-item {
    text-align: center;
    position: relative;
}

.icon-font {
    color: #dee5ed;
}

.icon-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #15467b;
    width: 1px;
    height: 68.8%;
    border-radius: 50%;
}

.com-icon li:last-child .icon-item::after {
    display: none;
}

.icon-font h4 {
}

.icon-item p {
    margin: 10px 0 0;
    padding: 0px 10px;
}

.icon-item .info-btn {
    color: #cc0200;
    opacity: 0;
    transition: all 0.5s;
}

.icon-img {
    position: relative;
    display: inline-block;
    margin: auto;
    overflow: hidden;
}

    .icon-img img {
        width: 100%;
        width: 44px;
    }

    .icon-img::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        background-color: #cc0200;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: all 0.5s;
    }




.com-btn span {
    position: relative;
    z-index: 33;
}

.com-btn {
    color: #333;
    border: 2px solid #959697;
    display: inline-block;
    padding: 6px 32px;
    position: relative;
}

    .com-btn::after {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #cc0200;
        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%;
        }


.form-ul {
    margin: 0 -12px;
}

    .form-ul li {
        float: left;
        padding: 0 12px;
        width: 33.33%;
        margin-bottom: 20px;
    }

.form-ul-item {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
}

.form-ul label {
    color: #666;
    display: inline-block;
}

.red {
    color: #cc0200;
}

.form-ul input {
    width: 90%;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.com-form textarea {
    background-color: #fff;
    height: 190px;
    resize: none;
    line-height: 50px;
    font-weight: 500;
    padding-left: 20px;
    padding-top: -1px;
    display: block;
    width: 100%;
    color: #666;
    font-size: 16px;
}

.com-ztyw {
    display: inline-block;
}

.ztyw-img {
    float: left;
    overflow: hidden;
}

    .ztyw-img img {
        width: 100%;
        transition: all 1s
    }

.ztyw-font {
    float: left;
}

    .ztyw-font h4 {
        color: #0d141c;
    }

    .ztyw-font p {
        color: #0d141c;
    }


.com-swxt {
    display: block;
    position: relative;
    transition: all 0.5s;
}

.swxt-img {
    overflow: hidden;
}

    .swxt-img img {
        width: 100%;
        transition: all 1s;
    }

.swxt-font {
    text-align: center;
    color: #0d141c;
}



.scrollbar {
    overflow-y: auto;
    padding-right: 5px;
}

    .scrollbar::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        background-color: #cc0200;
        border-radius: 10px;
    }

.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;
}


.index.banner .swiper-wrapper > a {
    display: inline-block;
    width: 100%;
}

.ban-tit {
    font-size: 60px;
    color: #fff;
}

.ban-dec {
    color: #fff;
}

.index-tit {
    font-size: 46px;
    color: #cc0200;
    font-weight: 700;
}

.index-dec {
    color: #969696;
    margin-top: 16px;
    font-weight: 500;
}

.ssline {
    position: relative;
    display: inline-block;
}

    .ssline::after {
        transition: all 0.2s;
        content: "";
        display: block;
        margin: 40px auto 35px;
        vertical-align: middle;
        width: 15%;
        height: 2px;
        background: #fff;
    }

.banner-wrap:hover .ssline::after {
    width: 50%;
    background: linear-gradient( to right,transparent,#fff,transparent);
}

.sxline {
    position: relative;
}

    .sxline::after {
        content: "";
        width: 1px;
        height: 130%;
        background-color: #ededed;
        position: absolute;
        top: -14px;
        right: 0;
    }




.index.banner {
    margin-top: 80px;
}

.banner-wrap {
    position: absolute;
    top: 33.3%;
    width: 100%;
    transform: translateY(-50%);
}

.index.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index.banner .pc-banner {
    width: 100%;
    animation: fangda 4s ease-in-out infinite alternate;
}

@-moz-keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fangda {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



.index.banner .app-banner {
    display: none;
    width: 100%;
}

.index.banner .banner-font {
    color: #fff;
    text-align: center;
}

    .index.banner .banner-font h4 {
        color: #fff;
        font-size: 80px;
        font-weight: bold;
        line-height: 96px;
    }

    .index.banner .banner-font li {
        float: left;
        padding: 0px 21px 0 9px;
        position: relative;
    }

        .index.banner .banner-font li::before {
            content: "";
            width: 2px;
            height: 20px;
            background-color: #cc0200;
            display: inline-block;
            position: absolute;
            top: 5px;
            left: 0;
        }

    .index.banner .banner-font ul {
        display: inline-block;
        margin-top: 65px;
    }


@media(max-width: 1681px) {
    .ban-tit {
        font-size: 46px;
    }

    .banner-font .ssline::after {
        margin: 30px auto 25px;
    }

    .com-pagination.swiper-pagination {
        bottom: 40px !important;
    }

    .index.banner .banner-font h4 {
        font-size: 68px;
        line-height: 82px;

    }

    .index.banner .banner-font ul {
        margin-top: 30px;
    }

    .index.banner .banner-font li::before {
        top: 3px;
    }
}

@media(max-width: 1459px) {
    .ban-tit {
        font-size: 40px;
    }

    .banner-font .ssline::after {
        margin: 28px auto 24px;
    }

    .com-pagination.swiper-pagination {
        bottom: 35px !important;
    }

    .index.banner .banner-font h4 {
        font-size: 58px;
        line-height: 74px;
    }
}

@media(max-width: 1259px) {
    .ban-tit {
        font-size: 32px;
    }

    .banner-font .ssline::after {
        margin: 18px auto;
    }

    .com-pagination.swiper-pagination {
        bottom: 30px !important;
    }

    .com-pagination .swiper-pagination-bullet {
        height: 3px !important;
    }

    .index.banner {
        margin-top: 60px;
    }

        .index.banner .banner-font li::before {
            top: 1px;
        }

        .index.banner .banner-font h4 {
            font-size: 44px;
            line-height: 58px;
        }

        .index.banner .banner-font ul {
            width: 82%
        }

        .index.banner .banner-font li {
            width: 33.33%;
            margin-bottom: 15px;
        }

    .banner-wrap {
        top: 40%;
    }
}

@media(max-width: 991px) {
    .com-pagination.swiper-pagination {
        bottom: 25px !important;
    }

    .ban-tit {
        font-size: 26px;
    }

    .index.banner .banner-font h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .index.banner .banner-font ul {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .index.banner .app-banner {
        display: block;
    }

    .index.banner .pc-banner {
        display: none;
    }

    .banner-wrap {
        display: block;
    }

    .com-pagination.swiper-pagination {
        bottom: 10px !important;
    }

    .index.banner .banner-font li {
        width: 50%;
        height: 40px;
    }

    .index.banner .banner-font ul {
        display: none;
    }
}

@media(max-width: 640px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}




.ny-banner {
    position: relative;
    margin-top: 81px;
}

    .ny-banner img.ny-pc {
        display: block;
        width: 100%;
    }

    .ny-banner img.ny-app {
        display: none;
    }

    .ny-banner .ny-app {
        display: none;
    }

        .ny-banner .ny-app img {
            width: 100%;
        }

.ny-font {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-58%);
}

.offers .ny-font,
.down .ny-font {
    transform: translateY(-50%);
}

.ny-tit {
    color: #0d141c;
}

.ny-mbx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}



.ny-banner .ny-title {
    width: 54%; 
}

    .ny-banner .ny-title .ny-tit {
        font-size: 40px;
        color: #cc0200;
        text-align: left;
        margin-bottom: 0;
    }

    .ny-banner .ny-title p {
        color: white;
        line-height: 36px;
        margin: 3px 0 0;
        font-weight: 200;
        text-align: left;
        opacity: 0.8;
    }

    .ny-banner .ny-title p {
        line-height: 28px;
        font-size: 16px;
    }

.nav-wrap {

    position: relative;

    overflow: hidden;
}

.down .nav-header {
    height: 80px;
}

.nav-header {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .1);
}

.ban-nav.left {
    width: 100%;
    text-align: center;
}

.ban-nav .com-ul {
    margin: 0;
}

    .ban-nav .com-ul li a {
        color: #969696;
        display: block;
        margin: 0 40px;
    }

    .ban-nav .com-ul li.on a {
        color: #cc0200;
    }

    .ban-nav .com-ul li {
        width: auto;
        height: 80px;
        line-height: 80px;
        position: relative;
        padding: 0;
    }

        .ban-nav .com-ul li:hover a {
            color: #cc0200;
        }

        .ban-nav .com-ul li::after {
            transition: all 0.5s;
            content: "";
            display: block;
            background-color: #cc0200;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0%;
            height: 0%;
            transform: translate(-50%,-50%);
        }


.com-hover {
    display: inline-block;
    position: relative;
    background: transparent;
    z-index: 1;
}

    .com-hover::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #cc0200;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: 100%;
        -webkit-transform-origin: 100%;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        visibility: hidden\9;
        z-index: -1;
    }

    .case .ny-wrap li:hover .com-hover::before,
    .com-hover.on::before,
    .com-hover:hover::before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform-origin: 0%;
        -webkit-transform-origin: 0%;
    }

    .com-hover:hover a,
    .com-hover.on a {
        color: #fff !important;
    }



.com-mbx.right {
    float: left;
    display: block;
}

.com-mbx {
    line-height: 34px;
}

    .com-mbx a {
        color: #999;
        font-weight: 200;
        font-size: 13px;
    }

        .com-mbx a.active {
            color: #cc0200;
        }


.drop-nav {
    display: none;
}



@media(max-width: 1919px) {
}

@media(max-width: 1679px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 36px;
    }



    .ban-nav .com-ul li {
        width: auto;
        height: 70px;
        line-height: 70px;
    }
}

@media(max-width: 1459px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 32px;
    }

    .ny-banner {
        margin-top: 80px;
    }

    .ban-nav .com-ul li {
        height: 60px;
        line-height: 60px;
    }

        .ban-nav .com-ul li a {
            margin: 0 30px;
        }

    .down .nav-header,
    .nav-header {
        height: 60px;
    }

    .com-mbx {
        line-height: 36px;
    }

    .ny-banner .ny-title p {
        line-height: 28px;
        margin: -2px 0 0;
        font-size: 14px;
    }

    .mod_info,
    .footer-right p,
    .footer-center dd a {
        font-size: 14px;
    }
}

@media(max-width: 1259px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 30px;
    }

    .ny-banner .ny-title {
        width: 74%;
    }

        .ny-banner .ny-title p {
            line-height: 26px;
        }

    .down .nav-header,

    .nav-header {
        height: 45px;
    }


    .com-mbx {
        line-height: 32px;
    }

    .ny-banner {
        margin-top: 60px;
    }

    .ban-nav .com-ul li {
        height: 45px;
        line-height: 45px;
    }

        .ban-nav .com-ul li a {
            margin: 0 20px;
        }
}

@media(max-width: 991px) {
    .ny-banner .ny-title .ny-tit {
        font-size: 28px;
    }

    .ny-banner {
        margin-top: 60px;
    }

        .ny-banner img.ny-pc {
            width: 160%;
        }

        .ny-banner .ny-title {
            width: 80%;
        }
}

@media(max-width: 767px) {
    .ny-banner img.ny-pc {
        display: none;
    }

    .ny-banner .ny-title {
        width: 100%;
    }

        .ny-banner .ny-title .ny-tit {
            text-align: center;
            font-weight: normal;
        }

        .ny-banner .ny-title p {
            text-align: center;
            font-size: 16px;
            margin-top: 10px;
            line-height: 28px;
        }

    .ny-banner .ny-font {
        display: block;
    }

    .ny-banner img.ny-app {
        display: block;
        width: 100%;
    }

    .ny-top {
        margin-bottom: 10px;
    }

    .com-mbx {
        display: none;
    }

    .nav-header {
        display: none;
    }

    .ny-banner .ny-app {
        display: block;
    }

    .drop-nav {
        display: block;
    }
}

@media(max-width: 640px) {
}

@media(max-width:408px) {
}


@media(max-width: 1681px) {
}

@media(max-width: 1459px) {
}

@media(max-width: 1259px) {
}

@media(max-width: 991px) {
}

@media(max-width: 767px) {
}

@media(max-width: 640px) {
}

@media(max-width: 400px) {
}

@media(max-width: 321px) {
}




.decorate {
    position: relative;
}

    .decorate::before {
        transition: all 0.5s;
        content: "";
        display: block;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;

        height: 1px;
        background-color: #cc0200;
    }



@-webkit-keyframes moveDot {









    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}


@keyframes moveDot {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

@-moz-keyframes moveDot /* Firefox */
{
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

.triangle {
    position: relative;
}

    .triangle::after {
        transition: all 0.5s;

        content: "";
        display: inline-block;
        border-left: 6px solid #cc0200;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        margin-left: 10px;
        vertical-align: middle;
        margin-top: -5px;
    }

.triangle2 {
    position: relative;
}

    .triangle2::after {
        transition: all 0.5s;
        content: "";
        display: inline-block;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 4px solid #cc0200;
        position: absolute;
        bottom: -4px;
        left: 63px;
    }

.mengban {
    position: relative;
}

    .mengban::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        position: absolute;
    }

.com-play-box::after {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.com-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 33;
    background: url(../images/play2.png)no-repeat center;
    background-size: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .com-play::after {
        content: "";
        display: block;
        background: url(../images/play1.png)no-repeat center;
        background-size: 100%;
        width: 50px;
        height: 50px;
        transition: all 1.5s;
    }



/* index */

.index-one {
}

    .index-one .inon-header p {
        padding: 0 15px;
    }

.inon-header {
    text-align: center;
    padding: 88px 0 46px;
}

.inon-wrap {
}
.inon-pic {
    overflow: hidden;
    float: left;
    transition: all 0.5s;
}
.abco-pic {
    position: relative;
    float: left;
    width: 100%;
}

    .abco-pic .abco-font {
        position: absolute;
        left: 0;
        top: 0;
        padding: 62px 50px 50px 50px;
        z-index: 11;
    }

        .abco-pic .abco-font h4 {
            color: #fff;
        }

        .abco-pic .abco-font p {
            line-height: 30px;
            color: #fff;
            margin-top: 16px;
            font-weight: 500;
			margin-right:100px;
            opacity: 0;
        }

    .abco-pic.on .abco-font h4 {
        font-size: 36px;
        font-weight: 500;
    }

    .abco-pic.on .abco-font p {
        opacity: 1;
    }

    .abco-pic.decorate::after,
    .abco-pic.decorate::before {
        opacity: 0;
    }

    .abco-pic.decorate::before {
        height: 2px;
    }

    .abco-pic.on.decorate::after,
    .abco-pic.on.decorate::before {
        opacity: 1;
    }



.abco-pics {
    position: relative;
}

.coll-swiper .swiper-button-next,
.coll-swiper .swiper-button-prev,
.banner .swiper-button-next,
.banner .swiper-button-prev,
.inon-wrap .swiper-button-next,
.inon-wrap .swiper-button-prev {
    background: none !important;
}

.inon-wrap .swiper-button-next,
.inon-wrap .swiper-button-prev,
.abco-pre,
.abco-next {

    width: 52px !important;
    height: 52px !important;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50% );
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 0 !important;
}

    .abco-pre::after,
    .abco-next::after {
        content: "";
        display: block;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 6px solid #fff;
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
    }

.inon-wrap .swiper-button-prev,
.abco-pre {
    left: 5% !important;
}

.inon-wrap .swiper-button-next,
.abco-next {
    right: 5% !important;
    transform: translate(-50%,-50%) rotateY(180deg);
}

    .abco-pre:hover,
    .abco-next:hover {
        border: 1px solid #cc0200;
    }

        .abco-pre:hover::after,
        .abco-next:hover::after {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 6px solid red;
        }

.inon-wrap .swiper-slide.decorate::after {
    bottom: 8px;
    opacity: 0;
}

.inon-wrap .swiper-slide.decorate::before {
    bottom: 8px;
    height: 1px;
    z-index: 33;
    opacity: 0;
}

.inon-wrap .swiper-slide {
    width: 18% !important;
    transition: all 1s;
    padding-bottom: 8px;
    overflow: hidden;
}

    .inon-wrap .swiper-slide.on,
    .inon-wrap .swiper-slide:hover {
        width: 46% !important;
    }

        .inon-wrap .swiper-slide.on.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::after {
            animation: moveDot 5s ease-in-out;
            -webkit-animation: moveDot 5s ease-in-out;
            -moz-animation: moveDot 5s ease-in-out;
        }



        .inon-wrap .swiper-slide:hover .abco-pic .abco-font p,
        .inon-wrap .swiper-slide.on .abco-pic .abco-font p {
            opacity: 1;
        }

        .inon-wrap .swiper-slide.on.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::after,
        .inon-wrap .swiper-slide:hover.decorate::before,
        .inon-wrap .swiper-slide.on.decorate::before {
            opacity: 1;
        }
.index-two {
    margin-top: -8px;
}

    .index-two .inon-header {
        padding: 86px 0 47px;
    }

.intw-wrap {
    padding-bottom: 89px;
}

.prons-wrap {
    margin: 0 -5px;
}

    .prons-wrap p {
        color: #0d141c;
    }

      

        .prons-wrap p.h3-size30 span:last-child {
            margin-top: 2px;
        }

.prons-left {
    float: left;
    width: 49.625%;
    padding: 0 5px;
}

    .prons-left li {
        margin: 0 5px;
    }

    .prons-r:hover .decorate::after,
    .prons-rb:hover .decorate::after,
    .prons-left:hover .decorate::after {
        animation: moveDot 3s ease-in-out;
    }
    .prons-left .prons-img {
        padding: 45px 45px 0 45px;
        transition: all 1s;
    }



    .prons-left p.h3-size30 {
        padding: 50px 90px;
        transition: all 0.5s;
        font-size: 22px;
    }

    .prons-left .prons-ul {
        opacity: 0;
        transition: all 0.5s;
    }

   

    .prons-left:hover p.h3-size30 {
        color: #cc0200;
    }

  

    .prons-left .prons-item {
        height: 765px;
    }


.prons-img img {
    width: 100%;
    transition: all 1s;
}

.prons-right {
    float: left;
    width: 50.375%;
    padding: 0 5px;
}

.prons-rt p.h3-size30 {
    padding: 0 50px;
}

.prons-rt {
    margin: 0 -5px;
}
.prons-r {
    float: left;
    width: 50%;
    padding: 0 5px;
    position: relative;
}

    .prons-r p.h3-size30 {
        margin-top: 20px;
        font-size: 22px;
    }

    .prons-r:hover .prons-item {
        padding-bottom: 135px;
    }

    .prons-r .prons-item {

        padding-bottom: 100px;
        transition: all 1s;
        height: 426px;
        overflow: hidden;
    }


.prons-rb .prons-item {
    height: 329px;
    margin-bottom: 10px;
}

.prons-rb .prons-img {
    float: left;
    width: 42.33%;
    margin: 39px 0 0 69px;
    padding: 0;
    transition: all 0.5s;
}



.prons-rb:hover p.h3-size30 {
    color: #cc0200;
}

.prons-rb p.h3-size30 {
    display: inline-block;
    margin-left: 30px;
    margin-top: 110px;
    transition: all 0.5s;
    font-size: 22px;
    width: 36%;
    float: left;
}

.prons-rb .prons-ul.decorate {
    padding: 25px 50px;
    opacity: 0;
    transition: all 0.5s;
}


.prons-item {
    background-color: #fff;
    display: block;
    overflow: hidden;
}


.prons-img {
    overflow: hidden;
    padding: 27px 5px 9px;
    transition: all 0.5s;
}



.prons-r .prons-ul {
    padding: 20px 0;
    display: none;
}

    .prons-r .prons-ul li {
        float: left;
    }

    .prons-r .prons-ul.decorate {
        padding: 33px 50px;
    }

.prons-rb .icon-img img,
.prons-r .icon-img img {
    width: 40px;
}

.prons-wrap .prons-ul.decorate::after,
.prons-wrap .prons-ul.decorate::before {
    top: 0;
    bottom: auto;
}

.prons-wrap .prons-ul.decorate::after {
    transform: translateY(-50%);
}

.prons-r .prons-ul p {
    padding: 0 10px;
}

.prons-rb .prons-ul li,
.prons-r .prons-ul li {
    float: right;
}




  .prons-r:hover p.h3-size30 {
       
        color: #cc0200;
    }


.intw-wrap .icon-item::after {
    display: none;
}

.intw-wrap .icon-item p {
}

.intw-wrap .prons-ul {
    padding: 33px 70px 0;
}

.intw-wrap .com-icon li {
    width: auto;
}

.intw-wrap .icon-item p {
    margin: 2px 0 0;
    color: #666;
}

.index-three {
    text-align: center;
    padding: 168px 0 142px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .index-three .index-tit {
        font-weight: 700;
        color: #fff;
    }

    .index-three .index-dec {
        font-weight: 500;
        color: #fff;
        margin-top: 20px;
        font-size: 22px;
    }

.index-four {
}

.info-wrap {
    padding: 50px 0 34px;
    border-bottom: 1px solid #e6e6e6;
}

    .info-wrap .com-ul li {
        width: 25%;
        text-align: center;
        float: left;
    }

    .info-wrap h4 {
        color: #cc0200;
        font-size: 72px;
        font-family: 'DINPro';
        margin-left: -10px;
    }

    .info-wrap p {
        color: #969696;
        margin-top: 4px;
        font-size: 20px;
    }

.info-wrap2 {
    padding: 14px 0 55px;
    margin: 0 0 0 -3.8%;
}

    .info-wrap2 p {
        color: #0d141c;
        font-weight: 500;
    }

    .info-wrap2 .com-icon li {
        width: 10%;
    }

        .info-wrap2 .com-icon li.gray img {
            opacity: 0.5;
        }

    .info-wrap2 .icon-item::after {
        display: none;
    }

.info-wrap2-li {
    margin-top: 25px;
}

    .info-wrap2-li p {
        margin-top: 6px;
        font-size: 16px;
    }

    .info-wrap2 li img,
    .info-wrap2-li img {
        transition: all 0.5s;
    }


.index-five {
    background-color: #f7f8fa;
    padding-bottom: 89px;
}

    .index-five .infi-time {
        border-top: none;
        background-color: #cc0200;
    }

    .index-five .inon-header {
        padding: 86px 0 0;
    }

.index-five-btn {
    display: none;
}

.infi-wrap {
}

    .infi-wrap .decorate::after {
        top: 0;
        transform: translateY(-50%);
        opacity: 0;
    }

    .infi-wrap .decorate::before {
        top: 0;
        opacity: 0;
    }

    .infi-wrap .swxt-font {
        background-color: #fff;
        text-align: left;
        padding: 29px 30px 32px;
        height: 118px;
        overflow: hidden;
        transition: all 0.5s;
    }

        .infi-wrap .swxt-font h4 {
            line-height: 25px;
            color: #0d141c;
            font-size: 18px;
            font-weight: 700;
        }

    .infi-wrap .com-ul li {
        padding: 0 10px;
    }

        .infi-wrap .com-ul li .com-swxt > div {
            overflow: hidden;
        }

        .new-one li:hover .infi-time,
        .infi-wrap .com-ul li:hover .infi-time {
            transform: scale(1);
            opacity: 1;
        }


        .infi-wrap .com-ul li:hover .decorate::after,
        .infi-wrap .com-ul li:hover .decorate::before {
            opacity: 1;
        }

        .infi-wrap .com-ul li:hover .decorate::after {
            animation: moveDot 3s ease-in-out;
        }

        .infi-wrap .com-ul li:hover .com-swxt {
            box-shadow: 0 0 10px rgba(0, 0, 0, .04);
        }

.infi-news li:hover p {
    color: #cc0200;
}

.infi-wrap .com-ul {
    margin: 0 -5px;
}

.infi-btn {
    color: #969696;
    padding-bottom: 17px;
    padding-top: 15px;
}

.infi-time {
    font-family: 'DINPro';
    color: #fff;
    position: absolute;
    top: -8px;
    left: 30px;
    background-color: rgba(85 85 85,0.6);
    padding: 0 13px 4px;
    text-align: center;
    transition: all 0.5s;
    font-size: 14px;
    border-top: 8px solid #555;
}

    .infi-time span {
        display: block;
    }

        .infi-time span:last-child {
            font-family: 'DINPro';
        }

        .infi-time span:first-child {
            margin: -8px 0;
        }

.infi-news h4 {
    color: #fff;
    background-color: #cc0200;
    padding: 11px 24px 14px;
}

.infi-news p {
    color: #0d141c;
    font-size: 18px;
}

.infi-news span {
    color: #888;
    margin-top: 3px;
    display: block;
    font-size: 14px;
    font-weight: 200;
}

.infi-news ul.clearfix li {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}

.infi-news ul {
    padding: 4px 24px 4px;
    border: 1px solid #ebebeb;
    border-top: 1px solid transparent;
    background-color: #fff;
}

.infi-item {
    padding: 20px 0;
    display: block;
}

.infi-news ul.clearfix li:last-child {
    border-bottom: none;
}

.infi-wrap li:hover .swxt-font h4 {
    color: #cc0200;
}


.inon-wrap .swiper-pagination {
    display: none;
}

.inon-wrap .swiper-container {
}

 .abco-pic img {
	 max-width:auto !important;
    }

@media(max-width: 2650px) {
    .abco-pic img {
        height: 830px;
    }
}

@media(max-width: 2560px) {
    .abco-pic img {
        height: 800px;
    }
}

@media(max-width: 1920px) {
    .abco-pic img {
        height: 600px;
    }
}



@media(max-width: 1919px) {
    .prons-left .icon-img img {
        width: 52px;
    }
}

@media(max-width: 1679px) {
    .index-tit {
        font-size: 42px;
    }



    .index-five .mt-65 {
        padding: 65px 0 0 !important;
    }

    .mt-65 {
        padding: 65px 0 40px !important;
    }

    .index-five {
        padding-bottom: 65px;
    }

    .prons-r .prons-item {
        padding-bottom: 106px;
    }

   

    .index-three {
        padding: 120px 0;
    }

    .info-wrap h4 {
        font-size: 68px;
    }


    .intw-wrap {
        padding-bottom: 60px;
    }

    .infi-item {
        padding: 16px 0;
    }

    .infi-news ul {
        padding: 10px 33px 7px;
    }

    .abco-pic img {
        height: 518px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 32px;
    }

    .prons-img {
        padding: 0 28px;
    }

    .prons-left p.h3-size30 {
        padding: 37px 90px 0;

    }

    .prons-left .prons-ul {
        padding: 3px 70px 19px;
    }

    .prons-r .prons-ul.decorate {
        padding: 18px 50px;
    }

  

    .prons-left .prons-img {
        padding: 0 74px;
    }

    .prons-rb p.h3-size30 {
        margin-top: 110px;

    }

   

    .prons-rb .prons-ul.decorate {
        padding: 18px 15px;
    }

    .prons-rb:hover .prons-ul.decorate {
        padding: 18px 50px;
    }

    .prons-rb:hover .prons-img {
     
    }

    .prons-left .prons-item {
        height: 623px;
    }

    .prons-rb .prons-item {

        height: 290px;
    }

    .prons-rb .prons-img {
        margin: 39px 0 0 40px;
    }
}

@media(max-width: 1459px) {
    .index-tit {
        font-size: 36px;
    }

    .index-dec {
        margin-top: 12px;
    }

    .index-five .mt-65 {
        padding: 50px 0 0 !important;
    }

    .mt-65 {
        padding: 40px 0 30px !important;
    }

    .index-five {
        padding-bottom: 50px;
    }

    .intw-wrap {
        padding-bottom: 50px;
    }


    .prons-rt p.h3-size30 {
        padding: 0 30px;
    }

    .prons-r .prons-item {
        padding-bottom: 102px;
    }
    .prons-left .prons-item {
        height: 547px;
    }

    .prons-left .prons-img {
        padding: 0px 75px;
    }

    .index-three {
        padding: 100px 0;
    }

        .index-three .index-dec {
            margin-top: 12px;
        font-size: 16px;line-height: 1.6;}

    .info-wrap h4 {
        font-size: 60px;
    }

    .infi-news ul {
        padding: 6px 33px 6px;
    }

    .infi-item {
        padding: 10px 0;
    }

    .infi-news ul.clearfix li:nth-child(4) {
        border-bottom: none;
    }

    .infi-wrap .swxt-font {
        padding: 20px 25px;
    }

    .infi-time {
        padding: 0 8px 4px 9px;
        left: 25px;
    }

        .infi-time .tit-size46 {
            font-size: 38px;
        }

    .abco-pic img {
        height: 450px;
    }

    .abco-pic .abco-font {
        padding: 46px 0 0 40px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 30px;
    }

    .prons-r .prons-ul.decorate {
        padding: 16px 15px;
    }

    .prons-rb .prons-ul.decorate {
        padding: 14px 15px 18px;
    }

    .prons-rb:hover .prons-ul.decorate {
        padding: 16px 15px;
    }

    .prons-rb p.h3-size30 {
        margin-top: 104px;
    }

    .prons-rb .prons-ul li {
        transition: all 0s;
        margin: 0 5px;
    }

    .prons-rb .prons-img {
        width: 39.33%;
    }

    .prons-rb .prons-item {
        height: 256px;
    }

  

    .infi-wrap .swxt-font h4 {
        line-height: 26px;
        font-size: 18px;
    }

    .icon-img img {
        width: 38px;
        height: 38px;
    }

    .prons-left p.h3-size30 {
        padding: 42px 90px 0;
    }
}

@media(max-width: 1259px) {
   

    .index-tit {
        font-size: 32px;
    }

    .prons-img {
        padding: 0 25px;
    }

    .prons-rt p.h3-size30 {
        font-size: 18px;
        padding: 0 22px;
    }


    

    .intw-left:hover .prons-ul {
        padding: 33px 36px 0;
    }

    .prons-ul .icon-img img {
        width: 45px;
    }

    .prons-left .prons-img {
        padding: 0 55px;
    }

    .info-wrap h4 {
        font-size: 54px;
    }

    .info-wrap2 p {
        margin-top: 6px;
    }

    .infi-wrap .swxt-font h4 {
        line-height: 26px;
    }

    .infi-news ul {
        padding: 2px 20px 2px;
    }

    .infi-item {
        padding: 3px 0;
    }

    .infi-news h4 {
        padding: 18px 20px 21px;
    }

    .infi-time {
        left: 20px;
        padding: 2px 6px;
    }

    .abco-pic img {
        height: 400px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 28px;
    }

    .prons-r .prons-ul.decorate {
        padding: 10px 15px;
    }

    .prons-left p.h3-size30 {
        padding: 38px 40px 6px;
        font-size: 24px;
    }

    

    .prons-left .prons-ul {
        padding: 3px 35px 19px;
    }

    .prons-r .prons-item {
        padding-bottom: 93.4px;
    }

    .prons-rb .prons-img {
        width: 43%;
    }

    .prons-rb p.h3-size30 {
        font-size: 18px;
        margin-top: 94px;
    }

    .prons-rb {

        height: 228px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .prons-r p.h3-size30 {
        bottom: 36px;
    }

    .prons-rb .prons-item {
        height: 235px;
    }

    .prons-left .prons-item {
        height: 466px;
    }



    .infi-wrap .swxt-font {
        padding: 18px 25px;
    }

    .icon-item p {
        padding: 0;
    }
    .infi-news p {
        font-size: 16px;

    }

    .infi-news h4 {
        padding: 15px 20px;
    }

    .infi-btn {
        padding-top: 4px;
    }
}

@media(max-width: 991px) {
    .index-tit {
        font-size: 28px;
    }

    .prons-rt p.h3-size30 {
        font-size: 16px;
        padding: 0 22px;
    }

    .prons-rb .prons-img {
        width: 47%;
        padding: 32px 0 0 28px;
    }

   

    .prons-rb:hover .prons-item,
    .prons-rb .prons-item {
        padding-bottom: 18px;
    }

    .prons-rb .prons-img,
    .prons-rb:hover .prons-img {
        margin: 22px 0 0 20px;
        padding: 0;
        width: 44%;
    }

   

    .prons-rb,
    .prons-rb:hover {
        height: auto;
    }

    .intw-left:hover .prons-ul {
        padding: 24px 36px 0;
    }

    .info-wrap h4 {
        font-size: 40px;
    }

    .info-wrap2 li img {
        width: 36px;
        height: 36px;
    }

    .info-wrap2 .com-icon li {
        width: 20%;
        margin-top: 20px;
    }

    .infi-time {
        padding: 5px 6px 4px 6px;
    }

        .infi-time .tit-size46 {
            font-size: 28px;
        }

    .infi-wrap .swxt-font h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .infi-news h4 {
        padding: 12px 20px;
    }

    .infi-wrap .swxt-font {
        padding: 20px 20px;
    height: auto;}

    .infi-news ul.clearfix li:nth-child(3) {
        display: none;
    }

    .infi-news ul {
        padding: 2px 20px 0px;
    }

    .infi-item {
        padding: 4px 0;
    }

    .abco-pic img {
        height: 305px;
    }

    .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
        font-size: 26px;
    }

    .abco-pic .abco-font p {
        line-height: 26px;
        margin-top: 10px;
    }

    .index-three {
        padding: 80px 0;
    }

    .info-wrap2 {
        padding: 25px 0 40px;
        margin: 0 -8%;
    }

    .prons-img {
        padding: 0 15px;
    }

    .prons-r .prons-ul.decorate {
        display: none;
    }

    .prons-r:hover {
        width: 50%;
    }

    .abco-pic .abco-font .p-style {
        display: inline;
    }

    .abco-pic .abco-font {
        padding: 40px 0 0 25px;
    }

    .prons-r.on {
        display: block;
    }

   

    .prons-r:hover .prons-img {
        width: auto;
    }

    .prons-r:hover .prons-item,
    .prons-r .prons-item {
        padding-bottom: 60px;
    }

    .prons-left .prons-item {
        height: 337px;
    }

    .prons-rb .prons-item {
        height: auto;
    }

    .prons-rb .prons-ul.decorate,
    .prons-rb:hover .prons-ul.decorate {
        display: none;
    }

    .prons-left .prons-img {
        padding: 0 50px;
    }

    .prons-left p.h3-size30 {
        padding: 40px 40px 6px;
        font-size: 18px;
    }

    .prons-left .prons-ul {
        padding: 4px 35px 10px;
    }

    .inon-wrap .swiper-button-next, .inon-wrap .swiper-button-prev, .abco-pre, .abco-next {
        width: 40px !important;
        height: 40px !important;
    }

    .intw-wrap {
        padding-bottom: 45px;
    }
}

@media(max-width: 767px) {
    .index-tit {
        font-size: 22px;
    }

    .prons-right,
    .prons-left {
        width: 100%;
    }

    .prons-left {
        margin-bottom: 10px;
    }

    .index-three {
        padding: 60px 0;
    }

    .info-wrap .com-ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 20px;
    }




    .info-wrap {
        padding: 28px 0 7px !important;
    }


        .info-wrap h4 {
            font-size: 32px;
        }

    .info-wrap2 .com-icon li {
        width: 25%;
        margin-bottom: 10px;
    }

    .info-wrap2 .icon-item p {
        margin: 10px 0 0;
    }

    .infi-wrap .com-ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .infi-news ul.clearfix li:nth-child(3),
    .infi-news ul.clearfix li:nth-child(4) {
        display: block;
        border-bottom: 1px solid #ebebeb;
    }

    .infi-news ul.clearfix li:nth-child(4) {
        border-bottom: none;
    }

    .infi-news ul.clearfix li {
        margin-bottom: 0;
    }

    .inon-wrap .swiper-slide {
        width: 100% !important;
    }

        .inon-wrap .swiper-slide.on,
        .inon-wrap .swiper-slide:hover {
            width: 100% !important;
        }

        .inon-wrap .swiper-slide .abco-pic.decorate::after,
        .inon-wrap .swiper-slide .abco-pic.decorate::before {
            opacity: 1;
        }

        .inon-wrap .swiper-slide .abco-pic .abco-font p {
            opacity: 1;
        }

        .inon-wrap .swiper-slide.on .abco-pic .abco-font h4 {
            font-size: 20px;
        }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .infi-wrap .infi-news li:last-child {
        display: block;
    }

    .prons-r .prons-img img {
        width: 100%;
    }

    .index-five {
        padding-bottom: 25px;
    }

    .index-five-btn {
        width: 130px;
        line-height: 40px;
        height: 40px;
        background-color: #cc0200;
        color: #fff;
        display: block;
        text-align: center;
        margin: auto;
    }

    .plan .index-five-btn,
    .case .index-five-btn,
    .product .index-five-btn {
        display: none;
    }

    .index-three {
        background-size: 100% 100%;
        background-attachment: unset;
    }

    .prons-left .prons-ul {
        display: none;
    }

   

    .prons-left .prons-img {
        padding: 0 55px;
    }

    .intw-wrap {
        padding-bottom: 50px;
    }


    .inon-wrap .swiper-slide.decorate::after {
        opacity: 1;
    }

    .inon-wrap .swiper-slide.decorate::before {
        opacity: 1;
    }

    .abco-pic .abco-font {
        padding: 30px 20px;
        width: 100%;
    }

    .inon-wrap .swiper-pagination {
        display: block;
    }

    .inon-wrap .swiper-button-next, .inon-wrap .swiper-button-prev {
        display: none !important;
    }

    .abco-pre, .abco-next {
        display: block !important;
    }



    .new-one li .infi-time {
        border-top: none;
    }

    .new-one li .infi-time,
    .infi-wrap .com-ul li .infi-time {
        transform: scale(1);
        opacity: 1;
        background-color: #cc0200;
        color: #fff;
    }

    .abco-pre,
    .abco-next {
        border: 1px solid #cc0200;
    }

        .abco-pre::after,
        .abco-next::after {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-right: 6px solid red;
        }

    .prons-left .prons-item {
        height: auto;
    }

    .index-five .infi-btn {
        opacity: 0;
    }

    .abco-pic img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 639px) {
    .plan .index-five-btn,
    .case .index-five-btn,
    .product .index-five-btn {
        margin-bottom: 20px;
    }
}

@media(max-width: 400px) {
    .info-wrap2 .com-icon li {
        width: 33.33%;
    }

    .info-wrap2 .icon-img img {
        width: 40px;
        height: 40px;
    }

    .down-table th:first-child {
        width: 63.8%;
    }
}

@media(max-width: 321px) {
    .prons-rb .prons-img,
    .prons-rb:hover .prons-img {
        margin: 22px 0 0 13px;
        width: 40%;
    }


   
}

.ny-header {
    font-weight: 500;
    text-align: center;
}

.pt80 {
    padding-top: 80px;
}

.pt77 {

    padding-top: 77px;
}

.pb80 {
    padding-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mt60 {
    margin-top: 60px;
}

.ny-left {
    float: left;
}

.ny-right {
    float: right;
}
.com-cbj {

    position: relative;










}

    .com-cbj::before {
        transition: all 0.5s;
        content: "";
        display: block;
        background-color: #cc0200;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 0%;
        height: 100%;
    }


.case {
    padding-bottom: 60px;
}

    .case .ny-header {
        padding: 77px 0 50px;
    }

.case-one {
    margin-bottom: -20px;
}

.case-btn {
    border: 1px solid #cc0200;
    color: #cc0200;
    display: inline-block;
    padding: 6px 25px;
    margin-top: 26px;
    background-color: #fff;
}

    .case-btn span {
        position: relative;
        z-index: 11;
    }

    .case-btn:hover span {
        color: #fff;
    }

.case .ny-wrap .swxt-font {
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}

.case .ny-wrap li {
    margin-bottom: 20px;
}

    .case .ny-wrap li h4 {
        padding: 0 20px;
        font-size: 20px;
        line-height: 26px;
    }

    .case .ny-wrap li:hover a {
        box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    }

    .case .ny-wrap li:hover img {
        transform: scale(1.05);
    }

.case-last .swxt-img::after {
    transition: all 0.5s;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case-last .swxt-img {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    .case-icon,
    .case-last .swxt-img::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70px;
        height: 70px;
        background-color: #cc0200;
        border-radius: 50%;
        z-index: 1;
        transition: all 0.5s;
    }

.case-last h4 {
    opacity: 0;
}

.case-last .swxt-img::before {
    transition: all 1s;
}

.case-icon::after,
.case-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
    z-index: 2;
}

.case-icon::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.case .ny-wrap li:hover .case-icon {
    transform: translate(-50%,-50%) rotate(-180deg)
}

.case .ny-wrap li:hover .swxt-img::before {
    width: 550px;
    height: 550px;
}

.case .ny-wrap li:hover .com-cbj::before {
    width: 100%;
}

.case .ny-wrap li:hover h4 {
    color: #fff;
    position: relative;
    z-index: 1;
}


.case.plan .ny-wrap li h4 {
    line-height: 28px;
    text-align: left;
    padding: 0 50px;
    font-size: 20px;
}

.case.plan .ny-wrap .swxt-font {
    padding: 24px 0 23px;
    min-height: 105px;
}






.new {
}

.new-one {
}

    .new-one li {
        margin-bottom: 42px;
        overflow: hidden;
        padding-bottom: 5px;
        padding-top: 8px;
    }
    .new-one .com-ztyw {
        padding-bottom: 30px;
        width: 100%;
    }

    .new-one .ztyw-font {
        width: 62%;
        float: right;
    }

        .new-one .ztyw-font h4 {
            margin: 54px 0 29px;
        }

        .new-one .ztyw-font p {
            line-height: 30px;
            font-weight: 200;
            height: 90px;
            -webkit-line-clamp: 3;
        }

    .new-one .ztyw-img {
        width: 32.2%;
    }

.new-one {
}

.new-search {
    margin-bottom: 60px;
}

    .new-search h4 {
        color: #cc0200;
        font-weight: bold;
        float: left;
        vertical-align: middle;
        margin-top: 14px;
    }

    .new-search .search {
        border: 1px solid #e5e5e5;
        border-right: 1px solid transparent;
        color: #666;
        padding: 0 18px;
        float: right;
        font-size: 18px;
        line-height: 50px;
        height: 52px;
        width: 70%;

    }

    .new-search .butt {
        background-color: #cc0200;
        text-align: center;
        cursor: pointer;
        display: block;
        float: right;

        border: 1px solid #cc0200;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        width: 12.86%;
        transition: all 0.5s;
        height: 52px;
    }

        .new-search .butt:hover {
            letter-spacing: 1px;
        }

.new-one .infi-time {
    color: #555;
    background-color: rgba(255, 255, 255, 0.6);
}

.new-one .decorate::before {
    background-color: #dcdcdc;
}

.new-one .decorate::after {
    opacity: 0;
    animation: none;
}

.new-one li:hover .decorate::before {
    background-color: #cc0200;
}

.new-one li:hover .decorate::after {
    opacity: 1;
    animation: moveDot 3s ease-in-out;
}

.new-one li:hover .infi-time {
    background-color: #cc0200;
    color: #fff;
    border-top: 8px solid #cc0200;
}


.new-one li:hover h4 {
    color: #cc0200;
}

.new-one li:hover img {
    transform: scale(1.05);
}

.new .lpage {
    margin-top: 20px;
}




.product {
    padding-top: 30px;
    padding-bottom: 50px;
}

.product-one {
    padding-top: 47px;
}

    .product-one .ny-wrap {
        margin-top: 47px;
    }

    .product-one .com-swxt {
        background-color: #fff;
        overflow: hidden;
    }

    .product-one .swxt-font {
        text-align: left;
        padding: 40px 52px 39px;
        color: #0d141c;
    }

        .product-one .swxt-font .h3-size30.akz {
            margin-bottom: 2px;
        }

        .case.plan .ny-wrap li h4,
        .product-one .swxt-font .h3-size30 {
            font-size: 20px;
        }

    .product-one .swxt-img {
        padding: 0 4px;
        height: 338px;
        line-height: 338px;
    }


        .product-one .swxt-img img {
            display: inline-block;
            vertical-align: middle;
        }

    .product-one .decorate {
    }

        .product-one .decorate::after {
            top: 0;
            bottom: auto;
            transform: translateY(-50%);
            opacity: 0;
            animation: none;
            transition: none;
        }

        .product-one .decorate::before {
            top: 0;
            bottom: auto;
            background-color: #e5e5e5;
        }

    .product-one li {
        margin-bottom: 30px;
    }

        .product-one li:hover .decorate::after {
            opacity: 1;
            animation: moveDot 3s ease-in-out;
        }

        .product-one li:hover .decorate::before {
            background-color: #cc0200;
        }

        .product-one li:hover img {
            transform: scale(1.05);
        }

        .product-one li:hover .h3-size30 {
            color: #cc0200;
        }

        .product-one li .case-last .swxt-img {
            border-bottom: 1px solid #e5e5e5;
        }

    .product-one .case-icon, .product-one .case-last .swxt-img::before {
        background-color: #cc0200;
    }

        .product-one .case-icon::after, .product-one .case-icon::before {
            background-color: #fff;
        }

    .product-one .case-last .swxt-img::after {
        background-color: #fff;
    }

    .product-one li:hover .case-icon {
        transform: translate(-50%,-50%) rotate(-180deg)
    }

    .product-one li:hover .swxt-img::before {
        width: 800px;
        height: 800px;
    }



.product .lpage {
    margin-top: 50px;
}


.newinfo {
}

.newinfo-one {
    padding-top: 78px;
}

.newinfo-one {
}

    .newinfo-one .ny-right {
        width: 23.571%;
    }

        .newinfo-one .ny-right p {
            font-family: 'DIN';
            color: #666;
            text-align: left;
            margin-bottom: 7px;
            font-size: 14px;
        }

        .newinfo-one .ny-right h4 {
            color: #666;
            text-align: left;
            line-height: 24px;

        }



        .newinfo-one .ny-right > h4 {
            color: #333;
        }

        .newinfo-one .ny-right ul {
            margin-top: 30px;
        }

        .newinfo-one .ny-right li:hover h4 {
            color: #cc0200;
        }

        .newinfo-one .ny-right .swxt-font {
            padding: 15px 0 16px;
            border-bottom: 1px solid #eee;
        }

        .newinfo-one .ny-right li:hover img {
            transform: scale(1.05);
        }


    .newinfo-one .ny-left {
        width: 70.9%;
    }

.newinfo-header h4 {
    color: #d10f1e;
}

.newinfo-header h1 {
    color: #d10f1e;
}

.newinfo-header p {
    color: #666;
    margin: 24px 0 27px;
    display: inline-block;
}

.newinfo-header span:nth-child(2) {
    font-size: 16px;
    margin-right: 22px;
}

.newinfo-header {
    border-bottom: 1px solid #eeeeee;
}

.newinfo-center p {
    color: #666;
    line-height: 32px;
    letter-spacing: 0.5px;
}

.newinfo-center {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 71px;
    padding: 10px 0px;
}

.newinfo-one .ny-left img {
    max-width: 100%;
}

.newinfo-one .ny-left {
}

.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: #cc0200;
        width: 184px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        border: 1px solid #cc0200;
    }

.newinfo-weixin-box {
    display: inline-block;
    position: relative;
}

.newinfo-weixin {
    width: 25px;
    height: 25px;
    background: url(../images/wx.png);
    display: inline-block;
    background-size: 100%;
    vertical-align: bottom;
    margin-left: 22px;
    position: relative;
}

.newinfo-weixin-box img {
    position: absolute;
    top: 0%;
    left: 150%;
    max-width: 106px !important;
    display: none;
}

.newinfo-weixin-box:hover img {
    display: block;
}

.nif-left {
    float: left;
}

    .nif-left a {
        display: block;
        font-size: 16px;
        color: #666;
    }

        .nif-left a:hover {
            color: #cc0200;
            text-decoration: underline;
        }

        .nif-left a:first-child {
            margin-bottom: 10px;
        }

.nif-right {
    float: right;
}




@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
    .case.plan .ny-wrap li h4 {
        padding: 0 40px;
    }
}

@media (max-width: 1459px) {
    .case .ny-header {
        padding: 60px 0 40px;
    }

    .case {
        padding-bottom: 40px;
    }

    .case-btn {
        margin-top: 22px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 60px;
        height: 60px;
    }

        .case-icon::after, .case-icon::before {

            width: 25px;
        }

    .case.plan .ny-wrap li h4 {
        padding: 0 30px;
        line-height: 28px;
    }

    .case.plan .ny-wrap .swxt-font {
        min-height: 92px;
        padding: 18px 0;
    }

    .pt80 {
        padding-top: 60px;
    }

    .pb80 {
        padding-bottom: 60px;
    }

    .product .lpage {
        margin-top: 40px;
    }

    .product-one .swxt-font {
        padding: 30px 40px;
    }

    .mt80 {
        margin-top: 60px;
    }

    .new-search {
        margin-bottom: 30px;
    }

    .new-one .ztyw-font h4 {
        margin: 42px 0 18px;
    }

    .new-one li {
        margin-bottom: 22px;
    }

    .new .lpage {
        margin-top: 12px;
    }

    .newinfo-one {
        padding-top: 60px;
    }

    .newinfo-center {
        padding-bottom: 60px;
    }

    .newsinfo-footer {
        margin: 46px 0 60px;
    }

    .newinfo-img {

        margin: 30px 0;

    }

    .product-one {
        padding-top: 30px;
    }

        .product-one .ny-wrap {
            margin-top: 40px;
        }

    .product {

        padding-bottom: 30px;
    }

    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 18px;
    }
}

@media (max-width: 1259px) {
    .com-ul li {
        padding: 0 8px;
    }

    .com-ul {
        margin: 0 -8px;
    }

    .case .ny-wrap .swxt-font {
        padding: 14px 0;
    }

    .case .ny-header {
        padding: 50px 0 35px;
    }

    .case {
        padding-bottom: 30px;
    }

    .case-btn {
        margin-top: 18px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 50px;
        height: 50px;
    }

        .case-icon::after, .case-icon::before {
            width: 22px;
        }

    .case.plan .ny-wrap li h4 {
        padding: 0 20px;
        line-height: 26px;
    }

    .case.plan .ny-wrap .swxt-font {
        min-height: 84px;
        padding: 16px 0;
    }

        .case.plan .ny-wrap .swxt-font .p-style {
            display: inline;
        }

    .pt80 {
        padding-top: 50px;
    }

    .pb80 {
        padding-bottom: 50px;
    }

    .mt80 {
        margin-top: 50px;
    }

    .product .lpage {
        margin-top: 28px;
    }

    .product-one .swxt-font {
        padding: 22px 30px;
    }

    .new-search .search {
        line-height: 45px;
        width: 65%;
        font-size: 16px;
        height: 45px;
    }

    .new-search .butt {
        line-height: 45px;
        font-size: 16px;
        height: 45px;
    }

    .new-one .com-ztyw {
        padding-bottom: 20px;
    }

    .new-one .ztyw-font h4 {
        margin: 30px 0 13px;
    }


    .new-one .ztyw-font p {
        line-height: 26px;
        height: 76px;
    }

    .newinfo-one {
        padding-top: 50px;
    }

    .newinfo-center {
        padding-bottom: 40px;
    }

    .proinfo-one .proinfo-one-box a,
    .plan-btn-box .plan-btn,
    .newsinfo-footer .nif-right a {
        font-size: 16px; 
        width: 160px;
        line-height: 45px;
        height: 45px;
    }

    .newsinfo-footer {
        margin: 40px 0 50px;
    }

    .newinfo-one .ny-right {
        width: 25.571%;
    }

        .newinfo-one .ny-right p {
            margin-bottom: 2px;
        }

        .newinfo-one .ny-right .swxt-font {
            padding: 10px 0;
        }

        .newinfo-one .ny-right ul {
            margin-top: 12px;
        }

    .newinfo-header p {
        margin: 14px 0 24px;
        display: inline-block;
    }

    .newinfo-center p {
        line-height: 28px;
    }

    .newinfo-img {
        margin: 22px 0;
    }

    .product-one {
        padding-top: 20px;
    }

    .product {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 18px;
    }


    .product-one .swxt-font {
        padding: 20px;
    }

    .product .lpage {
        margin-top: 22px;
    }

    .new-search .search {
        line-height: 42px;
        width: 58%;
        height: 42px;
    }

    .new-search .butt {
        line-height: 42px;
        height: 42px;
    }

    .new-one .ztyw-font p {
        line-height: 24px;
        height: 48px;
        -webkit-line-clamp: 2;
    }

    .new-one .ztyw-font h4 {
        margin: 25px 0 12px;
    }

    .nif-right {
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .newinfo-header p {
        margin: 10px 0 20px;
    }

    .newinfo-one .ny-right h4 {
        line-height: 20px;
    }

    .newinfo-center p {
        line-height: 26px;
    }

    .product-one .ny-wrap {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .case.plan .ny-wrap li h4,
    .product-one .swxt-font .h3-size30 {
        font-size: 16px;
    }


    .case .ny-header {
        padding: 45px 0 35px;


    }

    .case {
        padding-bottom: 25px;
    }

    .pt80 {
        padding-top: 45px;
    }



    .pb80 {
        padding-bottom: 45px;
    }

    .mt80 {
        margin-top: 45px;
    }

    .product .lpage {
        margin-top: 25px;
    }

    .newinfo-one {
        padding-top: 45px;
    }

    .newinfo-center {
        padding-bottom: 30px;
    }

    .newsinfo-footer {
        margin: 32px 0 45px;
    }

    .newinfo-one .ny-left {
        width: 100%;
    }


    .newinfo-one .ny-right {
        width: 100%;
        margin-bottom: 45px;
    }
}

@media (max-width: 639px) {
    .case .ny-wrap li {
        width: 100%;
    }

        .case .ny-wrap li:last-child {
        }

    .case.plan .ny-wrap li {
        width: 100%;
    }

        .case.plan .ny-wrap li:last-child {
            display: none;
        }

    .case.plan .ny-wrap .swxt-font {
        min-height: auto;
    }

    .product-one li {
        width: 100%;
        margin-bottom: 20px;
    }

        .product-one li:last-child {
            display: none;
        }


    .product-one .swxt-font {
        padding: 22px 20px;
    }

    .new-search h4 {
        width: 100%;
        margin: 0 0 20px;
    }

    .new-search .search {
        float: left;
        width: 70%;
    }

    .new-search .butt {
        float: right;
        width: 30%;
    }

    .new-one .ztyw-img {
        width: 100%;
    }

    .new-one .ztyw-font {
        width: 100%;
    }

    .new .lpage {
        margin-top: 2px;
    }

    .case-icon, .case-last .swxt-img::before {
        width: 40px;
        height: 40px;
    }

        .case-icon::after, .case-icon::before {
            width: 18px;
        }

    .case-btn {
        background-color: #cc0200;
    }

        .case-btn span {
            color: #fff;
        }
}

@media (max-width: 400px) {
    .case .ny-wrap li {
        width: 100%;
    }
}

@media (max-width: 321px) {
    .footer-info {
        width: 100%;
        padding-top: 6px;
    }

    .footer-info2 {
        width: 100%;
    }

    .footer-left h4 {
        margin-bottom: 10px;
    }
}




.caseinfo {
}

.caseinfo-one .scrollbar {
    height: 300px;
}

.plan-one .ny-tit,
.caseinfo-one .ny-tit {
    color: #cc0200;
}

.caseinfo-one .ny-right {
    width: 46.428%;
}

.caseinfo-one {
    padding-top: 77px;
}

    .caseinfo-one .ny-wrap {
        margin-top: 51px;
    }

    .caseinfo-one .ny-left {
        width: 48.5%;
        padding-top: 65px;
        position: relative;
    }

        .caseinfo-one .ny-left::before {
            position: absolute;
            top: 0;
            left: -50px;
            width: 50px;
            height: 50px;
            background: url(../images/case-bj.png)no-repeat;
            content: "";
            transition: all 0.5s;
        }

    .caseinfo-one:hover .ny-left::before {
        top: 10px;
    }

    .caseinfo-one .ny-left h4 {
        color: #333;
    }

    .caseinfo-one .ny-left p {
        color: #666;
        line-height: 30px;
        font-weight: 300;
    }

        .caseinfo-one .ny-left p.caseinfop {
            margin: 38px 0 29px;
        }

    .caseinfo-one .swiper-pagination-bullet-active {
        background: #cc0200 !important;
    }

    .caseinfo-one .swiper-slide img {
        width: 100%;
        transition: all 1s;
    }

    .caseinfo-one .swiper-button-next, .caseinfo-one .swiper-button-prev {
        display: none;
    }

    .caseinfo-one .swiper-slide:hover img {
        transform: scale(1.05);

    }

.caseinfo-three {
    padding: 78px 0 0;
}

    .caseinfo-three ul {
        margin: 37px -12px 80px;
    }

    .caseinfo-three .ny-wrap {
        border-bottom: 1px solid #eee;
    }

    .caseinfo-three li {
        width: 25%;
        padding: 0 13px;
    }



    .caseinfo-three .com-swxt {
        background-color: #fff;



    }


    .caseinfo-three .ny-header {
        text-align: left;
    }

    .caseinfo-three .swxt-img {
        padding: 0 4px;
    }

    .caseinfo-three .swxt-font {
        padding: 28px 40px;
        text-align: left;
    }

    .caseinfo-three .h3-size24.akz {
        margin-bottom: 3px;
    }

    .caseinfo-three .h3-size24 {
        font-size: 16px;
    }




    .caseinfo-three .decorate::after {
        top: 0;
        bottom: auto;
        transform: translateY(-50%);
        opacity: 0;
        animation: none;
        transition: none;
    }

    .caseinfo-three .decorate::before {
        top: 0;
        bottom: auto;
        background-color: #e5e5e5;
    }

    .caseinfo-three li .com-swxt {
        overflow: hidden;
    }

    .caseinfo-three li:hover .decorate::after {
        opacity: 1;
        animation: moveDot 2s ease-in-out;
    }

    .caseinfo-three li:hover .decorate::before {
        background-color: #cc0200;
    }

    .caseinfo-three li:hover img {
        transform: scale(1.05);

    }

    .caseinfo-three .newsinfo-footer {
        margin: 46px 0 0;
    }


.caseinfo-two {
    padding: 47px 0 80px;
}

    .proinfo-three .ny-header,
    .plan-three .ny-header,
    .caseinfo-two .ny-header {
        text-align: left;
    }


    .caseinfo-two .swxt-img {
        display: inline-block;
        text-align: center;
    }

        .caseinfo-two .swxt-img h4,
        .caseinfo-two .swxt-font h4 {
            color: #0d141c;
            font-weight: 500;
            margin: 18px 0 10px;
        }

    .caseinfo-two .swxt-font p {
        color: #0d141c;
        line-height: 30px;
        font-weight: 200;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 150px;
        text-align: left;
    }

    .caseinfo-two img {
        width: auto;
    }

    .caseinfo-two .ny-wrap {
        height: 390px;
        overflow: hidden;
    }

    .caseinfo-two ul {
        margin: 0 1px;
    }

    .caseinfo-two li {
        width: 16%;
        text-align: center;
        padding: 50px 28px 0;
        border: 1px solid #eeeeee;
        margin-left: -1px;
        height: 390px;
        position: relative;
    }

        .caseinfo-two li.on,
        .caseinfo-two li:hover {
            width: 36%;
            border: 1px solid #cc0200;
            z-index: 1;
            padding: 50px 60px 0;
            text-align: left;
        }

        .caseinfo-two li.active {
            width: 0%;
            padding: 0;
            opacity: 0;
        }

            .caseinfo-two li.active h4 {
                display: none;
            }

            .caseinfo-two li.active img {
                display: none;
            }

            .caseinfo-two li.active::after {
                opacity: 0;
            }

        .caseinfo-two li:hover .swxt-font h4,
        .caseinfo-two li.on .swxt-font h4,
        .caseinfo-two li.on .swxt-font p,
        .caseinfo-two li:hover.swxt-font p {
            text-align: left;
        }

        .caseinfo-two li::after {
            content: "";
            width: 100px;
            height: 1px;
            background-color: #cc0200;
            position: absolute;
            bottom: 71px;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.5s;
        }

        .caseinfo-two li::before {
            content: "";
            width: 100%;
            height: 0px;
            background-color: #cc0200;
            position: absolute;
            bottom: 0;
            transition: all 0.5s;
            left: 0;
        }

        .caseinfo-two li.on::after,
        .caseinfo-two li:hover::after {
            bottom: 0;
            width: 100%;
            opacity: 0;

        }


        .caseinfo-two li.on::before,
        .caseinfo-two li:hover::before {
            height: 20px;
        }

        .caseinfo-two li.on .omit3,
        .caseinfo-two li:hover .omit3 {
            -webkit-line-clamp: 5;
        }

    .caseinfo-two .ny-wrap {
        margin-top: 37px;
        overflow: hidden;
    }



    .caseinfo-two.plan .ny-wrap {
        height: 300px;
        overflow: hidden;
        width: 100%;
    }

    .caseinfo-two.plan li {
        height: 300px;
    }

.plan-three .ny-wrap li {
    width: 33.33%;
    margin-bottom: 0;
}

    .plan-three .ny-wrap li:hover h4 {
        color: #cc0200;
    }

.plan-three.case.plan .ny-wrap li h4 {
    padding: 0 40px 0 50px;
}

.plan-three.case .ny-header {
    padding: 79px 0 37px;
}

.plan-three .ny-wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.plan-three.case.plan .ny-wrap .swxt-font {
    padding: 41px 0 38px;
}

.plan-three .newsinfo-footer {
    margin: 0;
    padding: 46px 0 80px;
}

.case.plan-three {
    padding-bottom: 0;
}

.plan-btn {
    font-size: 18px;
    display: inline-block;
    width: 184px;
    height: 52px;
    line-height: 52px;
    background-color: #cc0200;
    color: #fff;
    margin: 50px auto;
}

.plan-btn-box {
    text-align: center;
}

.plan-one {
    padding: 77px 0 0;
    border-bottom: 1px solid #eee;
}

    .plan-one .ny-header p {
        color: #0d141c;
        line-height: 30px;
        margin-top: 39px;
        text-align: left;
        font-weight: 200;
    }

    .plan-one .ny-wrap {
        width: 66.428%;
        margin: 98px auto 110px;
    }

    .plan-one .ny-header {
        width: 53.571%;
        margin: auto;
    }

.plan-imgs {
    width: 100%;
    position: relative;
}

    .plan-imgs img {
        width: 100%;
    }

.plan-img1 {
    width: 100%;
}

.plan-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caseinfo-two.plan li p {
    opacity: 0;
}

.caseinfo-two.plan li.on p,
.caseinfo-two.plan li:hover p {
    opacity: 1;
}


.proinfo-three {
    padding: 79px 0 0;
}

    .proinfo-three li {
        width: 25%;
    }

.proinfo-one {
    padding: 77px 0 70px;
}

    .proinfo-one .ny-wrap {
        width: 50%;
        margin: auto;
        padding: 17px 0 0;
    }

    .proinfo-one .ny-tit {
        color: #cc0200;
    }

.proinfo-one-box a {
    width: 184px;
    height: 52px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    margin: 0 9px;
    color: #cc0200;
    border: 1px solid #cc0200;
    transition: all 0.5s;
}

.proinfo-one-box {
    width: 58%;
    margin: auto;
    text-align: center;

    line-height: 30px;
    color: #666;
}

    .proinfo-one-box p {
        margin: 35px 0 43px;
        text-align: left;
        color: #0d141c;
        font-weight: 200;
    }

    .proinfo-one-box a em {
        width: 14px;
        height: 16px;
        background: url(../images/arrow.png)no-repeat;
        display: inline-block;
        margin-left: 10px;
    }

    .proinfo-one-box a:hover span {
        color: #fff;
    }

.jqzoom {
    background: white;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .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%;
    padding: 30px 35px;
}

.spec-scroll {
    width: 100%;
    position: relative;
    margin-top: 0;
    margin-right: -15px;
    text-align: center;

}

    .spec-scroll .prev,
    .spec-scroll .next {
        text-align: right;
    }

    .spec-scroll .prev, .spec-scroll .next {

        margin-top: -7px;
        opacity: 0;
        z-index: 3;
        font-weight: bold;
        width: 24px;
        height: 24px;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
        font-size: 20px;
        color: #999;
    }

    .spec-scroll .prev, .spec-scroll .next {
        display: inline-block;
        background: url(../images/sanjiao2.png)no-repeat center;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

    .spec-scroll .next {
        transform: rotate(180deg);
    }


.proinfo-one .ny-wrap .spec-scroll .prev, .proinfo-one .ny-wrap .spec-scroll .next {
    opacity: 1;
}

.spec-scroll .prev:hover, .spec-scroll .next:hover {
    color: #000;
}

.spec-scroll .items {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 86px);
}

    .spec-scroll .items ul {
        overflow: hidden;
        margin: 0 auto;
        position: absolute;
        padding-left: 0;
        margin: 0px -3px 0 16px;
    }

        .spec-scroll .items ul li {
            width: 130px;
            margin-right: 20px;
            float: left;
            border: 1px solid #e6e2e2;
            padding: 6px 8px;
            margin-bottom: 2px;
            height: 100px;
            line-height: 90px;
        }

            .spec-scroll .items ul li.hover {
                border: 1px solid #cc0200;
            }

            .spec-scroll .items ul li img {
                width: 100%;
                height: 100%;
                background: white;
            }

            .spec-scroll .items ul li p {
                color: #333;
                font-size: 16px;
                text-align: center;
                margin-bottom: 0px;
            }

.proinfo-swiper {
}

    .proinfo-swiper img {
        width: 100%;
    }


.proinfo-two {
    padding: 80px 0;
    background-color: #f7f7f7;
}

    .proinfo-two .ny-right {
        background-color: #fff;
        width: 24.285%;
    }

    .proinfo-two .ny-left {
        background-color: #fff;
        width: 73.428%;
    }

    .proinfo-two .ny-header {
        width: 100%;
        height: 100px;
        text-align: left;
        padding: 34px 40px;
    }

    .proinfo-two .swxt-img {
        height: 220px;
        line-height: 220px;
        padding: 5px;
    }

    .proinfo-two .swxt-font {
        padding: 13px 40px 37px;
        color: #969696;
        font-weight: 200;
        text-align: center;
    }

    .proinfo-two .h3-size24.akz {
        margin-bottom: 2px;
        font-weight: 200;
    }

    .proinfo-two h4.h3-size24 {
        color: #969696;
        font-weight: 200;
        font-size: 18px;
    }



    .proinfo-two .ny-right li {
        border-top: 1px solid #eee;
    }

        .proinfo-two .ny-right li:hover img {
            transform: scale(1.05);
        }

        .proinfo-two .ny-right li:hover h4 {
            color: #cc0200;
        }


    .proinfo-two .ny-left .ny-header {
        border-bottom: 1px solid #eee;
    }

    .proinfo-two .ofon-ul {
        padding: 0 40px 67px;
    }

        .proinfo-two .ofon-ul li {
            cursor: pointer;
        }

            .proinfo-two .ofon-ul li.active .ofon-left h4 {
            }

    .proinfo-two .ofon-font {
        padding: 29px 0 17px;
        transition: all 0.5s;
        border-bottom: 1px solid #eee;
    }

    .proinfo-two .ofon-left {
        float: left;
        max-width: 92%;
        vertical-align: middle;
    }

        .proinfo-two .ofon-left h4 {
            color: #0d141c;
            font-size: 18px;

            margin-top: 7px;
            line-height: 26px;
        }

    .proinfo-two .ofon-right {
        float: left;

        vertical-align: middle;
    }

    .proinfo-two .off-btn {
        width: 19px;
        height: 19px;
        border: 1px solid #c1c1c1;
        border-radius: 50%;
        position: relative;
        transition: all 1s;
        border: 1px solid #dcdcdc;
        vertical-align: middle;
        margin-top: 11px;
        margin-right: 11px;
        text-align: center;
        line-height: 19px;
        background: url(../images/add.png)no-repeat center;
    }

    .proinfo-two .ofon-ul li.active .off-btn {
        border: 1px solid #c1c1c1;
        background-color: #fff;
        transform: rotateZ(-180deg);
        background: url(../images/add2.png)no-repeat center;
    }

    .proinfo-two .ofon-drop {
        transition: all 1s;
        max-height: 0;
        opacity: 0;
        padding: 0 30px;
        overflow: hidden;
    }

    .proinfo-two .ofon-ul li.active .ofon-drop {
        max-height: 1000px;
        opacity: 1;
        padding: 13px 30px 0;
        margin-bottom: -7px;
    }

    .proinfo-two .ofon-drop p {
        font-size: 16px;
        color: #0d141c;
        line-height: 30px;
        font-weight: 200;
    }

.proinfo-three .ny-wrap {
    margin-top: 37px;
    padding-bottom: 78px;
    border-bottom: 1px solid #eee;
}

.proinfo-three .swxt-font {
    padding-top: 17px;
    color: #666666;
}

.caseinfo-three .infi-btn,
.plan-three .infi-btn,
.proinfo-three .infi-btn {
    padding-bottom: 76px;
    padding-top: 26px
}

.proinfo-three li:hover img {
    transform: scale(1.05);
}

.proinfo-three li h4 {
    font-weight: 200;
    color: #969696;
    font-size: 18px;
}

.proinfo-three li:hover h4 {
    color: #cc0200;
}

.over-pagination {
    width: 100%;
    position: relative !important;
}

    .over-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }

    .over-pagination .swiper-pagination-bullet-active {
        background: #cc0200 !important;
    }


.proinfo-swiper {
    display: none;
}

.caseinfo-two-swiper {
    display: none;
}

@media (max-width: 1919px) {
}

@media (max-width: 1679px) {
}

@media (max-width: 1459px) {
    .caseinfo-one .ny-left {
        padding-top: 30px;
    }

    .caseinfo-one {
        padding-top: 60px;
    }

        .caseinfo-one .ny-wrap {
            margin-top: 40px;
        }

    .caseinfo-two {
        padding: 30px 0 60px;
    }

        .caseinfo-two .ny-wrap {
            height: 360px;
        }

        .caseinfo-two li {
            padding: 40px 20px 0;
            height: 360px;
        }

            .caseinfo-two li.on, .caseinfo-two li:hover {
                padding: 40px 45px 0;
            }

            .caseinfo-two li::after {
                width: 80px;
            }

    .caseinfo-three {
        padding: 60px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -12px 60px;
        }

        .caseinfo-three .swxt-font {
            padding: 24px 30px;
        }

    .caseinfo-one .ny-left::before {
        background-size: 29px;
        background-position: right;
    }

    .plan-one {
        padding: 60px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 60px auto 60px;
        }

        .plan-one .ny-header p {
            margin-top: 20px;
        }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 280px;
    }

    .plan-three.case .ny-header {
        padding: 60px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 60px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        padding: 0 30px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 26px 0;
    }

    .plan-three .newsinfo-footer {
        padding: 46px 0 80px;
    }

    .plan-three .newsinfo-footer {
        padding: 40px 0 60px;
    }


    .proinfo-two {
        padding: 60px 0
    }

    .proinfo-one {
        padding: 60px 0 45px
    }




    .spec-scroll .items ul li {
        width: 114px;
        margin-right: 10px;
        height: 89px;
        line-height: 78px;
    }

    .spec-scroll .items {
        height: 89px;
    }

    .spec-preview {
        padding: 0 56px;
    }

    .proinfo-two .ny-header {
        height: 80px;
        padding: 26px 40px;
    }

    .ofon-font {
        padding: 20px 0 17px;
    }

    .proinfo-three {
        padding: 60px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 60px;
        }

        .caseinfo-three .infi-btn,
        .plan-three .infi-btn,
        .proinfo-three .infi-btn {
            padding-bottom: 60px;
        }

    .proinfo-two .ofon-ul {
        padding: 0 40px 60px;
    }

    .proinfo-two h4.h3-size24 {
        font-size: 16px;
    }

    .caseinfo-one .scrollbar {
        height: 280px;
    }
}

@media (max-width: 1259px) {

    .caseinfo-one .scrollbar {
        height: 230px;
    }

    .caseinfo-one .ny-left {
        padding-top: 0px;
    }

        .caseinfo-one .ny-left p.caseinfop {
            margin: 18px 0 8px;
        }

    .caseinfo-one {
        padding-top: 50px;
    }

    .caseinfo-two {
        padding: 20px 0 50px;
    }

        .caseinfo-two .swxt-font p {
            line-height: 28px;
            height: 140px;
        }

        .caseinfo-two .ny-wrap {
            height: 330px;
        }

        .caseinfo-two li {
            padding: 30px 12px 0;
            height: 330px;
        }

            .caseinfo-two li::after {
                width: 60px;
            }

            .caseinfo-two li.on, .caseinfo-two li:hover {
                padding: 30px 35px 0;
            }

        .caseinfo-two img {
            width: 38px;
        }

    .caseinfo-three {
        padding: 50px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -10px 50px;
        }

        .caseinfo-three .swxt-font {
            padding: 18px 20px;
        }

        .caseinfo-three li {
            padding: 0 10px;
        }

    .caseinfo-one .ny-left::before {
        background-size: 23px;
        background-position: right top;
    }

    .plan-one {
        padding: 50px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 30px auto 50px;
        }

        .plan-one .ny-header p {
            line-height: 24px
        }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 250px;
    }

    .plan-three.case .ny-header {
        padding: 50px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 50px;
    }

    .plan-three .newsinfo-footer {
        padding: 40px 0 60px;
    }

    .proinfo-two {
        padding: 50px 0
    }

    .proinfo-one {
        padding: 50px 0 35px
    }

    .spec-preview {
        padding: 0 60px;
    }

    .proinfo-one-box {
        width: 85%;
    }

    .proinfo-one .ny-wrap {
        width: 58%;
    }

    .spec-scroll .items ul li {
        width: 101px;
        height: 79px;
        line-height: 68px;
    }

    .spec-scroll .items {
        height: 79px;
    }

    .proinfo-one-box p {
        margin: 30px 0;
    }

    .proinfo-two .swxt-font {
        padding: 13px 30px 26px;
    }

    .proinfo-two .ny-header {
        height: 70px;
        padding: 23px 30px;
    }

    .proinfo-three {
        padding: 50px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 50px;
        }

    .newsinfo-footer {
        margin: 40px 0 50px;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        padding-bottom: 50px;
    }

    .proinfo-two .ofon-ul {
        padding: 0 40px 50px;

    }

}

@media (max-width: 991px) {
    .caseinfo-one .ny-left > div {
        height: 170px;
    }

    .caseinfo-one .ny-wrap {
        margin-top: 30px;
    }

    .caseinfo-two li::after {
        width: 40px;
    }

    .caseinfo-two .swxt-font p {

        line-height: 26px;
        height: 130px;
    }

    .caseinfo-two .ny-wrap {
        height: 286px;
    }

    .caseinfo-two li {
        padding: 20px 8px 0;
        height: 286px;
    }

        .caseinfo-two li.on, .caseinfo-two li:hover {
            padding: 20px 20px 0;
        }

    .caseinfo-three .swxt-font {
        padding: 14px 16px;
    }

    .caseinfo-three li {
        padding: 0 6px;
    }

    .caseinfo-three ul {
        margin: 30px -12px 36px;
    }

    .plan-one .ny-header {
        width: 70%;
    }

    .caseinfo-two.plan .ny-wrap,
    .caseinfo-two.plan li {
        height: 230px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        padding: 0 20px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 16px 0;
    }

    .plan-btn {
        margin: 30px auto;
    }

    .proinfo-one-box {
        width: 85%;
    }

    .proinfo-one .ny-wrap {
        width: 61%;
    }

    .proinfo-two .ny-header {
        height: 60px;
        padding: 18px 20px;
    }

    .proinfo-two .swxt-font {
        padding: 6px 20px 20px;
    }

    .ofon-drop p {
        line-height: 26px;
    }

    .ofon-font {
        padding: 12px 0 17px;
    }

    .spec-scroll .items ul li {
        height: 78px;
        line-height: 70px;
    }

    .spec-scroll .items {
        height: 78px;
    }

    .proinfo-one-box p {
        margin: 30px 0 10px;
    }

    .proinfo-two .ofon-ul {
        padding: 0 20px 45px;
    }
}

@media (max-width: 767px) {
    .caseinfo-one {
        padding-top: 45px;
    }

        .caseinfo-one .ny-left {
            width: 100%;
            margin-top: 30px;
        }

        .caseinfo-one .ny-right {
            width: 100%;
        }

    .ny-tit {
        line-height: 30px;
        padding: 0 20px;
        text-align: center;
    }

    .caseinfo-two {
        padding: 30px 0 40px;
    }

        .caseinfo-two ul {
            display: none;
        }

    .caseinfo-two-swiper {
        display: block;
        text-align: center;
    }

        .caseinfo-two-swiper .omit3 {
            -webkit-line-clamp: 5;
        }

    .caseinfo-one .ny-left > div {
        height: auto;
    }

    .caseinfo-two .ny-wrap {
        margin-top: 12px;
        height: auto;
    }

    .caseinfo-three {
        padding: 45px 0 0;
    }

        .caseinfo-three ul {
            margin: 35px -12px 45px;
        }

        .caseinfo-three li {
            width: 50%;
            margin-bottom: 20px;
        }

        .caseinfo-three h4 {
            text-align: center;
        }

        .caseinfo-three ul {
            margin: 35px -12px 10px;
        }

    .caseinfo-one .ny-left::before {
        background: none
    }

    .plan-one {
        padding: 45px 0 0;
    }

        .plan-one .ny-wrap {
            margin: 45px auto 45px;
        }

        .plan-one .ny-header {
            width: 80%;
        }

    .caseinfo-two.plan .ny-wrap {
        height: auto;
    }

    .plan-three.case .ny-header {
        padding: 45px 0 35px;
    }

    .plan-three .ny-wrap {
        padding-bottom: 25px;
    }

    .proinfo-two,
    .proinfo-one {
        padding: 45px 0
    }

    .spec-scroll,
    .spec-preview {
        display: none;
    }

    .proinfo-one .ny-wrap {
        width: 100%;
    }

    .proinfo-swiper {
        display: block;
        position: relative;
        padding: 0 50px;
    }

    .proinfo-two .ofon-font {
        padding: 12px 0 17px;
    }

    .proinfo-one-box {
        width: 100%;
    }

        .proinfo-one-box p {
            margin: 0 0 30px;
            line-height: 24px;
        }

    .proinfo-two .ny-left {

        width: 100%;
    }

    .proinfo-two .ny-right {
        width: 100%;
        margin-top: 45px;
    }


        .proinfo-two .ny-right li {
            width: 50%;
            float: left;
        }

            .proinfo-two .ny-right li .swxt-font {
                text-align: center;
            }

    .proinfo-three {
        padding: 45px 0 0;
    }

        .proinfo-three .ny-wrap {
            margin-top: 30px;
            padding-bottom: 6px;
        }

        .proinfo-three li {
            width: 50%;
            margin-bottom: 20px;
        }

    .ofon-ul li.active .ofon-drop {
        padding: 13px 0 0 30px;
        margin-bottom: 0px;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        padding-bottom: 45px;

    }

    .proinfo .ny-tit {
        padding: 0;
        text-align: center;
    }

    .caseinfo-three .infi-btn,
    .plan-three .infi-btn,
    .proinfo-three .infi-btn {
        float: left;
        font-size: 16px;

        width: 100%;
        text-align: center;
    }

    .caseinfo-two .ny-tit,
    .caseinfo-one .ny-left h4 {
        text-align: center;
    }

    .caseinfo-three .infi-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 639px) {
    .plan-one .ny-header {
        width: 100%;

    }

    .plan-one .ny-wrap {
        margin: 20px auto 45px;
        width: 100%;
    }

    .plan-three.case.plan .ny-wrap li {
        margin-bottom: 20px;
    }

    .proinfo-one .proinfo-one-box a,
    .plan-btn-box .plan-btn, .newsinfo-footer .nif-right a {
        width: 130px;
        line-height: 40px;
        height: 40px;
        background-color: #cc0200;
        color: #fff;
    }
}

@media (max-width: 400px) {
    .proinfo-two .ny-right li {
        width: 100%;
    }

    .proinfo-three li {
        width: 100%;
    }
}

@media (max-width: 321px) {
    .caseinfo-three li {
        width: 100%;
    }
}


input::-webkit-input-placeholder { 
    color: #ddd;
}

input:-moz-placeholder { 
    color: #ddd;
}

input::-moz-placeholder {
    color: #ddd;
}

input:-ms-input-placeholder { 
    color: #ddd;
}

.yzm-box input::-webkit-input-placeholder,
.form-ul input::-webkit-input-placeholder { 
    color: #666;
}

.yzm-box input:-moz-placeholder,
.form-ul input:-moz-placeholder { 
    color: #666;
}

.yzm-box input::-moz-placeholder,
.form-ul input::-moz-placeholder { 
    color: #666;
}

    .yzm-box input::-moz-placeholder
    .form-ul input:-ms-input-placeholder { 
        color: #666;
    }


placeholder


.more {
    position: relative;
    z-index: 22;
    border: 1px solid #c7141f;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    color: white;
    transition: all .5s;
    background-color: #c7141f;
    width: 182px;
    height: 56px;
}

.more::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 150%;
    overflow: hidden;
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    background-color: #fff;
    opacity: 0.4;
}

.more:hover::after,
.more:hover::before {
    left: -150%;
    transition: left 1.5s ease 0s;
}


a.more::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 150%;
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: skewX(-25deg);
}



.serv-one {
    padding: 80px 0 60px;
}

    .serv-one ul {
        margin: 0 -10px;
    }

    .serv-one li {

        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
        text-align: center;
    }

        .serv-one li .com-swxt {
            border: 1px solid #eee;
            padding: 51px 0 48px;

            overflow: hidden;
        }

        .serv-one li:hover .com-swxt {
            border: 1px solid #cc0200;
        }

    .serv-one .swxt-font {
        margin-top: 29px;
    }

    .serv-one li img {
        transition: all 0.5s;
    }



    .serv-one .com-swxt:hover h4 {
        color: #cc0200;
    }

    .serv-one .com-swxt:hover span {
        display: block;
    }

.serv-two {
    margin-bottom: 3px;
    display: block;
    background-size: 100% 100% !important;
    transition: all 0.5s;
}

    .serv-two:last-child {
        margin-bottom: 0px;
    }

    .serv-two .ny-wrap {
        position: relative;
        overflow: hidden;
        height: 300px;
        transition: all 1s;
    }

        .serv-two .ny-wrap::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-color: rgba(13,20,28,0.75);
        }

    .serv-two .serv-font {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
    }

    .serv-two h4 {
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 28px;
    }

    .serv-two p {
        color: #fff;
        margin-top: 22px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s;
        font-weight: 200;
    }

    .serv-two:hover p {
        max-height: 30px;
    }

    .serv-two p.tit-size40 {
        font-size: 40px;
        font-family: 'DIN-std';
        letter-spacing: 2px;
        margin-top: 12px;
    }

    .serv-two:last-child .serv-font {
        transform: translate(-50%,-44%);
    }

    .serv-two:last-child p {
        max-height: 100px;
    }

    .serv-two:hover h4 {
        color: #cc0200;
    }

    .serv-two img {
        height: 100%;
        transition: all 1s;
    }

    .serv-two:hover {
        background-size: 102% 102% !important;
    }


.cont .ny-header h4,
.abou .ny-header h4,
.coll .ny-header h4 {
    color: #969696;
}

.coll-one .ny-header {
    margin: 77px 0 46px;
}

.coll-one .ny-left {
    float: right;
    width: 85.7%;
    margin-left: -300px;
    overflow: hidden;
}

    .coll-one .ny-left:hover img {
        transform: scale(1.02);
    }

    .coll-one .ny-left img {
        width: 100%;
        transition: all 1s;
    }

.coll-one .ny-right h4 {
    color: #cc0200;
    margin-bottom: 32px;
}

.coll-one .ny-right p {
    font-weight: 200;
    color: #0d141c;
    line-height: 28px;
}

.coll-one .ny-right {
    float: left;
    background-color: #fff;
    border: 1px solid #cc0200;
    width: 35.72%;
    padding: 81px 42px 75px 50px;
    margin-top: 100px;
    position: relative;
    z-index: 33;
}

.coll-two {
    padding: 77px 0 80px;
}

    .coll-two li {
        text-align: center;
    }

        .coll-two li:hover h4 {
            color: #cc0200;
        }

        .coll-two li:hover .swxt-font {
            box-shadow: 0 0 12px rgba(0,0,0,0.10);
        }

    .coll-two .swxt-font {
        background-color: #fff;
        margin-top: -14px;
        padding: 43px 0 71px;
        height: 180px;
        transition: all 0.8s;
    }

        .coll-two .swxt-font p {
            line-height: 28px;
            color: #0d141c;
            margin-top: 12px;
            padding: 0 20px;
            font-weight: 200;
        }

    .coll-two .ny-wrap {
        margin-top: 46px;
    }

.coll-three {
}

    .coll-three .coll-font {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .coll-three .coll-font em {
            display: inline-block;
            padding: 3px;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
            margin-bottom: 18px;
        }

            .coll-three .coll-font em span {
                width: 36px;
                height: 36px;
                color: #cc0200;
                border-radius: 50%;
                border: 1px solid #f1b9b8;
                display: inline-block;
                text-align: center;
                font-family: 'Consolas';
                font-size: 24px;
            }

    .coll-three .ny-img {
        display: inline-block;
        position: relative;
        width: 48%;
    }

        .coll-three .ny-img img {
            width: 100%;
        }

    .coll-three .ny-wrap {
        text-align: center;
        margin-top: 35px;
        position: relative;
        padding-bottom: 173px;
    }

    .coll-three .ny-img-img img {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s;
    }

    .coll-three .ny-img-img2 img {
        width: 100%;
    }

    .coll-three .ny-img-img2 {
        width: 60%;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        overflow: hidden;
    }

        .coll-three .ny-img-img2::after {
            content: "";
            display: block;
            background-color: rgba(0, 0, 0, .3);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .coll-three .coth-img1 {
        animation: quanquan 60s linear infinite;
        -webkit-animation: quanquan 60s linear infinite;
        -moz-animation: quanquan 60s linear infinite;
    }

@keyframes quanquan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}


@-webkit-keyframes quanquan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

@-moz-keyframes quanquan /* Firefox */
{
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}





.coll-three .coll-font li {
    text-align: center;
    position: absolute;
}

.coll-three .coll-font .coll-ul1 {
    top: 1.3%;
    left: 22.7%;
}

.coll-three .coll-font .coll-ul7 {
    top: 1.3%;
    right: 22.7%;
}

.coll-three .coll-font .coll-ul2 {
    top: 27.5%;
    left: 14.4%;
}

.coll-three .coll-font .coll-ul6 {
    top: 27.5%;
    right: 14.4%;
}

.coll-three .coll-font .coll-ul3 {
    top: 56.3%;
    left: 18%;
}

.coll-three .coll-font .coll-ul5 {
    top: 56.3%;
    right: 18%;
}

.coll-three .coll-font .coll-ul4 {
    bottom: 9.5%;
    left: 43%;
}

.coll-font div {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #bfbfbf;
    transition: all 2s;
}

.coll-three .coll-font .coll-ul11 {
    top: 6.2%;
    left: 40.5%;
}

.coll-three .coll-font .coll-ul77 {
    top: 6.8%;
    right: 39.7%;
}

.coll-three .coll-font .coll-ul22 {
    top: 31%;
    left: 28.4%;
}

.coll-three .coll-font .coll-ul66 {
    top: 32.4%;
    right: 28.2%;
}

.coll-three .coll-font .coll-ul33 {
    bottom: 37.8%;
    left: 32.3%;
}

.coll-three .coll-font .coll-ul55 {
    bottom: 36.5%;
    right: 32.9%;
}

.coll-three .coll-font .coll-ul44 {
    bottom: 23.55%;
    left: 49%;
}

.coll-three .coll-font li.on h4 {
    color: #cc0200;
}

.coll-three .coll-font li:hover h4 {
    color: #cc0200;
}

.coll-three .coll-font li.on div,
.coll-three .coll-font li:hover div {
    background-color: #cc0200;
}

.coll-swiper {
    display: none;
}

.coll-swiper {
    margin-bottom: 45px;
}

    .coll-swiper img {
        width: 100%;
    }

    .coll-swiper p {
        padding: 0 20px;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }

/* about */
.about.banner {
    overflow: unset;
}

.abou-one .ny-wrap p {
    color: #0d141c;
    line-height: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}


.abou-one .ny-wrap {
    padding: 0 100px;

    margin-top: 38px;
}

.abou-one {

    padding-bottom: 41px;
    border-bottom: 1px solid #eee;
}

.abou-two {
}

    .abou-two .ny-wrap {
        text-align: center;

        margin-top: 49px;
    }

    .abou-two ul {
        display: inline-block;
        text-align: left;
    }

    .abou-two li {
        margin-bottom: 30px;
        transition: all 1s;
    }

        .abou-two li:hover h4 {
            color: #cc0200;
        }

        .abou-two li:hover {
            transform: translateY(-8px);
        }

        .abou-two li:last-child {
            margin-bottom: 0;
        }

    .abou-two img {
    }

    .abou-two h4 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 16px 0 28px;
        color: #0d141c;
    }

    .abou-two p {
        color: #0d141c;
        display: inline-block;
        vertical-align: sub;
        font-weight: 200;
    }

.abou-three {
}

    .abou-three .ny-header {
        margin-bottom: 45px;
    }

    .abou-three .about_deve {
        padding-bottom: 53px;
    }


.abou-four {
}

    .abou-four .ny-left {
        position: relative;
        background-position-y: 55px;
        width: 48.2%;
    }

        .abou-four .ny-left img {
            width: 100%;
        }

    .abou-four .ny-right {
        width: 42.857%;
        padding-top: 115px;
        float: right;
    }

        .abou-four .ny-right h4 {
            border-bottom: 1px solid #eeeeee;
            padding-bottom: 27px;
            margin-bottom: 26px;
            color: #0d141c;
        }

        .abou-four .ny-right p {
            color: #0d141c;
            font-weight: 200;

            display: inline-block;
            vertical-align: middle;
        }

        .abou-four .ny-right em {
            width: 14px;
            height: 14px;
            background: url(../images/down-icon3.png)no-repeat;
            display: inline-block;
            margin-right: 6px;
            vertical-align: middle;
        }

        .abou-four .ny-right .row1 li {
            margin-bottom: 24px;
        }

        .abou-four .ny-right .row1 {
            margin-bottom: 51px;
        }

        .abou-four .ny-right li {
            transition: all 0.5s;
        }


            .abou-four .ny-right li:hover {
     
            }

                .abou-four .ny-right li:hover p {
                    color: #cc0200;
                }

    .abou-four .row2 img {
        float: left;
    }

    .abou-four .row2 ul {
        display: inline-block;
        margin-left: 50px;
        margin-top: -4px;
    }

    .abou-four .row2 li {
        margin-bottom: 16px
    }

    .abou-four .row2 h4 {
        margin-bottom: 30px;
    }

.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #f1c5c6;
    width: 0%;
    height: 0%;
    opacity: 0;
}

.abou-four:hover .wave {
    animation: wavewave 3s ease-in-out infinite;
    -webkit-animation: wavewave 3s ease-in-out infinite;
    -moz-animation: wavewave 3s ease-in-out infinite;
    width: 626px;
    height: 626px
}

.abou-four .abfo-img {
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: all 3s;
}

.abou-four:hover .abfo-img {
    animation: wavewave2 3s ease-in-out infinite;
    -webkit-animation: wavewave2 3s ease-in-out infinite;
    -moz-animation: wavewave2 3s ease-in-out infinite;
    width: 100%;
    height: auto;
}

.abfo-img {
    position: absolute;
    top: 57px;
    left: 6px;
}

@keyframes wavewave {




    0% {
        transform: translate(-50%,-50%) scale(.0);
        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}

@-webkit-keyframes wavewave {
    0% {
        transform: translate(-50%,-50%) scale(.0);
        opacity: 0;
    }


    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}

@-moz-keyframes wavewave {

    0% {
        transform: translate(-50%,-50%) scale(.0);

        opacity: 0;
    }

    100% {
        transform: translate(-50%,-50%) scale(1.00);
        opacity: 1;
    }
}


@keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}




@-webkit-keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}

@-moz-keyframes wavewave2 {
    0% {
        transform: rotateZ(0deg) scale(0.0);
        opacity: 0;
    }

    100% {
        transform: rotateZ(180deg) scale(1.00);
        opacity: 1;
    }
}



.abou-five .ny-wrap {
    margin-top: 15px;
}

.abou-five .info-wrap2 {
    margin: 0 -3.8%;
    padding: 0;
}

    .abou-five .info-wrap2 p {
        color: #0d141c;
    }


.abou-six {
    padding-top: 72px;
}

    .abou-six .icon-font {
        text-align: center;
    }

    .abou-six .info-wrap h4 {
        font-size: 72px;
        margin-left: 0;
    }

    .abou-six .info-wrap p {
        margin-top: 4px;
        color: #969696;
    }

    .abou-six .info-wrap {
        padding: 29px 0 46px;
    }

.abou-seven {
    margin: 46px 0;
}

    .abou-seven ul {
        margin: 0 -40px;
    }

    .abou-seven li {
        float: left;
        padding: 0 40px;
    }

.abou-eight {
}

    .abou-eight .ny-wrap {
        padding: 0 82px;

        position: relative;
    }

    .abou-eight .swiper-slide {
        text-align: center;
    }

    .abou-eight .swxt-img {
        border: 1px solid #e5e5e5;
    }

    .abou-eight h4 {
        color: #969696;
        margin-top: 20px;
        font-weight: 200;
    }

    .abou-eight .swiper-slide:hover .swxt-img {
        border: 1px solid #cc0200;
    }

    .abou-eight .swiper-slide:hover h4 {
        color: #cc0200;
    }

    .abou-eight .swiper-button-next, .abou-eight .swiper-button-prev {
        font-size: 40px;
        color: #999;
        transform: translateY(-100%);
        margin-top: 0;
    }

        .abou-eight .swiper-button-next:hover, .abou-eight .swiper-button-prev:hover {
            color: #cc0200;
        }

.down .ny-title,
.offers .ny-title {
    text-align: center;
    width: 100%;
}

.down.ny-banner .ny-title .ny-tit,
.offers.ny-banner .ny-title .ny-tit {
    text-align: center;
    margin-bottom: 0;
}

.offers .banner-search .search {
    width: 345px;
}

.bselect {
    float: left;
    width: 150px;
    height: 48px;
    font-size: 16px;
    padding: 0 20px;
    color: #ccc;
}

.bselect {
  
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/list.png") no-repeat 86% center;
    background-color: #fff;
}

.banner-search span {
    display: inline-block;
    margin-top: 12px;
    width: 1px;
    height: 24px;
    background-color: #eeeeee;
    float: left;
}

.offers.section {
    padding: 80px 0 60px;
}

    .offers.section .ofon-header {
        text-align: center;
    }

        .offers.section .ofon-header .ny-tit {
            font-size: 30px;
            color: #444;
        }

        .offers.section .ofon-header p {
            font-size: 16px;
            color: #666;
            margin-top: 11px;
        }

    .offers.section .ofon-ul {
    }

        .offers.section .ofon-ul li {
            margin-bottom: 20px;
        }

    .offers.section .ofon-item {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
        overflow: hidden;
    }

    .offers.section .ofon-ul li.active .ofon-font {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
    }

    .offers.section .ofon-ul li.active .ofon-left h4 {
        color: #cc0200;
    }

    .offers.section .ofon-font {

        padding: 29px 0 29px;
    }

    .offers.section .ofon-left {
        float: left;
        width: 100%;
        text-align: center;

    }

        .offers.section .ofon-left h4 {
            color: #0d141c;
        }

        .offers.section .ofon-left .row {
            margin: 0 -15px;
        }

            .offers.section .ofon-left .row span {
                padding: 0 14px;
                color: #666;
                border-right: 1px solid #dcdcdc;
                font-size: 16px;
            }

                .offers.section .ofon-left .row span:last-child {
                    border-right: none;
                }

    .offers.section .ofon-right {
        position: absolute;
        right: 50px;
    }

    .offers.section .off-btn {
        width: 24px;
        height: 24px;
        border: 1px solid #cc0200;
        border-radius: 50%;
        position: relative;
        transition: all 1s;
        background: url(../images/add3.png)no-repeat center;
    }

        .offers.section .off-btn::before,
        .offers.section .off-btn::after {
            transition: all 0.5s;
            content: "";
            display: block;
            width: 13px;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

    .offers.section .ofon-btn {
        margin-top: -24px;
        padding: 10px 0;
    }



    .offers.section .off-btn::before {
        transform: translate(-50%,-50%) rotateZ(90deg);
    }

    .offers.section .ofon-ul li.active .off-btn::after {
        transform: translate(-50%,-50%) rotateZ(-90deg);
        opacity: 0;
    }

    .offers.section .ofon-ul li.active .off-btn::before {
        transform: translate(-50%,-50%) rotateZ(0deg);
    }

    .offers.section .ofon-ul li.active .off-btn {
        background: url(../images/add4.png)no-repeat center;
        transform: rotateZ(-180deg);
    }


    .offers.section .ofon-drop {
        transition: all 0.5s;
        max-height: 0;
        opacity: 0;
        padding: 0 80px;
        overflow: hidden;
    }
        .offers.section .ofon-drop .row p {
            color: #0d141c;
            line-height: 28px;
            margin-bottom: 4px;
            font-weight: 200;
        }

        .offers.section .ofon-drop .colorO.h3-size20 {
            margin-bottom: 6px;
        }

        .offers.section .ofon-drop .row h4 {
            color: #444;
            margin-bottom: 11px;
            font-size: 16px;
        }

        .offers.section .ofon-drop .row {
            margin-bottom: 34px;
        }

        .offers.section .ofon-drop .ofon-one li {
            float: left;
            width: 25%;
            margin-bottom: 7px;
        }

            .offers.section .ofon-drop .ofon-one li p {
                font-size: 16px;
                color: #0d141c;
                line-height: 28px;
                letter-spacing: 1px;
            }

    .offers.section .ofon-ul li.active .ofon-drop {
        max-height: 1200px;
        opacity: 1;
        padding: 33px 80px 1px;
    }

    .offers.section .ofon-one {
        padding-bottom: 26px;
        border-bottom: 1px solid #eee;
        margin-bottom: 35px;
    }

    .offers.section .ofon-btn span {
        font-size: 16px;
        margin-left: 12px;
    }

    .offers.section .row:last-child p a {
        color: #cc0200;
    }


/* contact */
.cont-one {
    padding: 77px 0 80px;
}

    .cont-one p.p-size16 {
        color: #666;
        margin: 42px 0 17px;
    }

.yzm-box {
    margin-top: 20px;
}

#yzm {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
}

#random {
    font-size: 24px;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
    width: 11%;
    margin: 0 24px;

    background-color: #fff;
    line-height: 50px;

    height: 50px;
}

.yzm-box a {
    color: #666666;
    display: inline-block;
    font-size: 16px;
}

.form-btn {
    text-align: center;
    margin-top: 50px;
}

    .form-btn input {
        display: inline-block;
        transition: all 0.5s;
        width: 160px;
        height: 50px;
        font-weight: 500;
        line-height: 50px;
        color: #cc0200;
        border: 1px solid #cc0200;
        background-color: #fff;
        font-size: 16px;
        margin: 0 4px;
        cursor: pointer;
    }

        .form-btn input:hover {
            background-color: #cc0200;
            color: #fff;
        }

.cont-two {
}

    .cont-two li {
        text-align: center;
        width: 25%;
        float: left;
        border: 1px solid #eee;
        height: 310px;
        padding: 59px 0 0;
    }

    .cont-two li {
        margin-left: -1px;
    }

        .cont-two li:hover p {
            color: #cc0200;
        }

        .cont-two li:hover img {
            transform: translateY(-8px);
        }

    .cont-two img {
        transition: all 0.5s;
        width: 44px;
    }

    .cont-two p {
        line-height: 1.7;
        color: #0d141c;
        margin-top: 27px;
        padding: 0 20px;
    }

        .cont-two p.h3-size22 {
            font-family: 'DIN';
            margin-top: 22px;
        }

    .cont-two li:last-child img {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
        padding: 5px;
        width: 90px;
    }

    .cont-two li:last-child p {
        margin-top: 13px;
    }

.cont-three img {
    width: 100%;
}


.banner-search {
    border: 1px solid #cc0200;

    display: inline-block;
    margin-top: 15px;
    background-color: #fff;
}

    .banner-search .butt {
        width: 99px;
        height: 48px;
        background-color: #cc0200;
        color: #fff;
        font-size: 18px;
        float: left;
    }

    .banner-search .search {
        width: 500px;
        height: 48px;
        float: left;
        background-color: #fff;
        padding-left: 19px;
        font-size: 16px;
    }

.down.banner .ny-title {
    text-align: center;
}

.down-a a {
    color: white;
    margin-right: 25px;
}

    .down-a a:hover {
        color: #cc0200;
    }

.down-a {
    width: 40.1%;
    margin: auto;
    text-align: left;
    margin-top: 2px;
}

.down .ban-nav .com-ul li:last-child a {
    margin: 0;
}

.down .ban-nav .com-ul li a {
    margin: 0 45px 0 0;
    color: #0d141c;
}



.down .nav-header .swiper-slide {
    width: auto;
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0;
}

    .down .nav-header .swiper-slide em,
    .down .ban-nav em {
        width: 16px;
        height: 16px;
        display: inline-block;
        background: url(../images/down-icon1.png)center;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 2px;
    }

.down .ban-nav.left {
    overflow-x: auto;
    text-align: left;
}




.down-wrap {
}

.down-header {
    margin: 71px 0 57px;
}

.down-table {
    text-align: left;
}

    .down-table tr {
        border-bottom: 1px solid #e5e5e5;
    }

    .down-table th {
        color: #fff;
        background-color: #cc0200;
        font-weight: 500;
        padding: 10px 0;
        font-size: 16px;
        border-top: 1px solid #cc0200;
        border-bottom: 1px solid #cc0200;
    }

        .down-table th:first-child {
            padding-left: 30px; 
        }

        .down-table th:last-child {
            width: 10.8%;
        }

    .down-table td:first-child {

        padding: 20px 0 23px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .down-table td {

        color: #666;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 200;
    }

    .down-table .dott2 {
        width: 10px;
        height: 10px;
        margin-top: 7px;
    }

    .down-table td:last-child {
        padding: 10px 11px 10px 0;
    }

    .down-table tr:hover a,
    .down-table tr:hover td,
    .down-table tr:hover p {
        color: #cc0200;
    }


    .down-table tr:hover .down-icon {
        border: 1px solid #cc0200;
        background: url(../images/down-icon5.png)no-repeat center;
        background-size: 9px;
    }

    .down-table tr:hover em {
        background: url(../images/down-icon3.png);
    }

    .down-table td a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/down.png)no-repeat left;
    }

    .down-table tr:hover a {
        background: url(../images/down1.png)no-repeat left;
    }

.down-page {
    margin: 60px 0 80px;
}

.down-table td {
    background-color: #fff;
}

    .down-table td em {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url(../images/down-icon2.png);
        vertical-align: middle;
        margin-right: 10px;
    }

    .down-table td p {
        display: inline-block;


        color: #666;
        vertical-align: middle;
        font-weight: 500;
        width: calc(100% - 30px);
    }

    .down-table td a .down-icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #9c9c9c;
        background: url(../images/down-icon4.png)no-repeat center;
        margin-left: 10px;
        background-size: 9px;
    }

    .down-table td a {
        color: #666;
    }

        .down-table td a span {
            vertical-align: middle;
        }

.down-page {
    margin: 80px 0;

}



@media(max-width: 1679px) {
    .abou-six .info-wrap h4 {
        font-size: 60px;
    }
}

@media(max-width: 1459px) {
    .serv-one {
        padding: 60px 0 40px;
    }

    .down-page {
        margin: 60px 0;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .serv-two p {
        margin-top: 12px;
    }

        .serv-two p.tit-size40 {
            font-size: 30px;
        }

    .down .ban-nav .com-ul {
        width: 112%;
    }

    .down-table tr:hover .down-icon {
        background-size: 8px;
    }

    .down-table td a .down-icon {
        width: 22px;
        height: 22px;
        background-size: 8px;
    }

    .offers.section {
        padding: 60px 0 40px;
    }

    .cont-one {
        padding: 60px 0;
    }

        .cont-one p.p-size16 {
            margin: 35px 0 18px;
        }

    .form-btn {
        margin-top: 40px;
    }

    .cont-two li {
        height: 220px;
        padding: 46px 0 0;
    }

    .coll-one .ny-header {
        margin: 60px 0 40px;
    }

    .coll-one .ny-right {
        padding: 58px 42px 50px;
        margin-top: 88px;
    }

    .coll-two {
        padding: 60px 0;
    }

        .coll-two .swxt-font {
            height: 160px;
        }

        .coll-two .ny-wrap {
            margin-top: 35px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

        .abou-one .ny-wrap {
            margin-top: 35px;
            padding: 0 80px;
        }

            .abou-one .ny-wrap p {
                margin-bottom: 20px;
            }

    .abou-two .ny-wrap {
        margin-top: 25px;
    }

    .abou-two li {
        margin-bottom: 20px;
    }

    .abou-two p {
        vertical-align: middle;
    }

    .abou-four:hover .wave,
    .wave {
        width: 520px;
        height: 520px;
    }

    .abou-four .ny-left img {
        top: 45px;
        left: 2px;
    }

    .abou-four .row2 img {
        width: 140px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 30px;
    }

    .abou-four .ny-right {
        padding-top: 90px;
    }


    .abou-six {
        padding-top: 60px;
    }

    .abou-seven li img {
        height: 42px;
    }

    .abou-seven li {
        padding: 0 36px;
    }


    .abou-six .info-wrap h4 {
        font-size: 52px;
    }
}

@media(max-width: 1259px) {
    .serv-two h4 {
        font-size: 24px;
    }


    .serv-one {
        padding: 50px 0 30px;
    }

    .down-page {
        margin: 50px 0;
    }

    .serv-one .swxt-font {
        margin-top: 20px;
    }

    .serv-one li .com-swxt {
        padding: 45px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 28px;
        margin-top: 4px;
    }

    .serv-two p {
        padding: 0 20px;
    }

    .serv-two:hover p {
        max-height: 80px;
    }

    .down .ban-nav .com-ul {
        width: 140%;
    }

    .down-table th:last-child {
        width: 12.8%;
    }

    .offers.section {
        padding: 50px 0 30px;
    }

        .offers.section .ofon-ul li.active .ofon-drop {
            padding: 33px 60px 1px;
        }

        .offers.section .ofon-ul li .ofon-drop {
            padding: 0 60px;
        }

        .offers.section .ofon-font {
            padding: 24px 0;
        }

        .offers.section .ofon-one {
            padding-bottom: 18px;
            margin-bottom: 28px;
        }

        .offers.section .ofon-drop .row {
            margin-bottom: 25px;
        }

    .cont-one {
        padding: 50px 0;
    }

    .cont-two .p-style {
        display: inline;
    }

    .cont-two li {
        height: 200px;
        padding: 32px 0 0;
    }

    .cont-two p {
        margin-top: 15px;
    }

    #random {
        width: 16%;
    }

    .coll-one .ny-right h4 {
        margin-bottom: 18px;
    }

    .coll-one .ny-right {
        padding: 42px 30px;
        margin-top: 64px;
    }

    .coll-one .ny-header {
        margin: 50px 0 35px;
    }

    .coll-two {
        padding: 50px 0;
    }

        .coll-two .swxt-font p {
            line-height: 24px;
        }

        .coll-two .swxt-font {
            height: 140px;
            padding: 35px 0 71px;
        }

        .coll-two .ny-wrap {
            margin-top: 30px;
        }

    .abou-one {
        padding-bottom: 24px;
    }

        .abou-one .ny-wrap {
            padding: 0 60px;
        }

    .abou-two img {
        width: 38px;
        height: 38px;
    }

    .anchor {
        display: none !important;
    }

    .abou-four:hover .wave,
    .wave {
        width: 420px;
        height: 420px;
    }

    .abou-four .ny-left img {
        top: 38px;
        left: 2px;
    }

    .abou-four .ny-right .row1 li {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 120px;
    }

    .abou-four .ny-right h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .abou-four .ny-right {
        padding-top: 45px;
    }

    .abou-six {
        padding-top: 50px;
    }

    .abou-seven li img {
        height: 38px;
    }

    .abou-seven li {
        padding: 0 26px;
    }

    .abou-six .info-wrap h4 {
        font-size: 48px;
    }

    .abou-eight .ny-wrap {
        padding: 0 50px;
    }
}

@media(max-width: 991px) {
    .serv-two h4 {
        font-size: 22px;
    }

    .serv-one li .com-swxt {
        padding: 30px 0;
    }


    .serv-two p.tit-size40 {
        font-size: 24px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 170px;
    }

    .down .ban-nav .com-ul {
        width: 178%;
    }

    .down-table th:last-child {
        width: 15.8%;
    }

    .down-table th:first-child {
        padding-left: 20px;
    }

    .down-table td:first-child {
        padding: 16px 20px;
    }

    .down-table th {
        padding: 8px 0;

    }

    .offers.section .ofon-drop .ofon-one li {
        width: 33.33%;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 30px 30px 1px;
    }


    .offers.section .ofon-ul li .ofon-drop {

        padding: 0 30px;
    }

    .cont-two p {
        line-height: 24px;
    }

    .cont-two li {
        height: 180px;
        padding: 26px 0 0;
    }


    .coll-one .ny-right p {
        line-height: 24px;
    }


    .coll-one .ny-right {
        padding: 30px 20px;
        margin-top: 32px;
    }

    .coll-two .swxt-font p .p-style {
        display: inline;
    }

    .abou-one .ny-wrap {
        padding: 0px;
    }

        .abou-one .ny-wrap p {
            margin-bottom: 10px;
            line-height: 26px;
        }

    .abou-one {
        padding-bottom: 34px;
    }

    .abou-two h4 {
        margin: 0 12px 0 15px;
    }

    .abou-four:hover .wave,
    .wave {
        width: 310px;
        height: 310px;
    }

    .abou-four .ny-left img {
        top: 29px;
        left: 2px;
    }

    .abou-four .ny-right {
        padding-top: 22px;
        width: 50.857%;
    }

        .abou-four .ny-right .row1 li:last-child {
            width: 50%;
        }

    .abou-four .row2 li {
        margin-bottom: 8px;
    }

    .abou-four .ny-right h4 {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .abou-four .ny-right .row1 {
        margin-bottom: 14px;
    }

    .abou-four .row2 img {
        width: 110px;
    }

    .abou-five .info-wrap2 {
        padding: 22px 0 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 42px;
    }

    .abou-seven li img {
        height: 34px;
    }

    .abou-seven li {
        padding: 0 16px;
    }

    .abou-seven ul {
        margin: 0 -20px;
    }
}

@media(max-width: 767px) {
    .serv-one {
        padding: 45px 0 25px;
    }

    .down-page {
        margin: 45px 0;
    }

    .down-table td:nth-child(2),
    .down-table td:nth-child(3),
    .down-table th:nth-child(2),
    .down-table th:nth-child(3) {
        display: none;
    }

    .down-table td a .down-icon {
        width: 20px;
        height: 20px;
        background-size: 8px;
    }

    .down-table th:last-child {
        width: 25.8%;
    }

    .offers.section {
        padding: 45px 0 25px;
    }

    .cont-one {
        padding: 45px 0;
    }

    .coll-one .ny-header {
        margin: 45px 0 30px;
    }

    .coll-one .ny-right {
        margin-top: 1px;
    }

    .coll-two {
        padding: 45px 0;
    }

        .coll-two .swxt-font {
            height: 160px;
        }

    .coll-swiper .swiper-container {
        padding: 35px 0;
        margin-bottom: 25px;
    }

    .coll-swiper {
        display: block;
        margin: auto;
    }

        .coll-swiper img {
            width: 100%;
        }

    .coll-three .ny-wrap {
        display: none;
    }

    .swiper-pagination-bullet-active {
        background-color: #cc0200 !important;
    }

    .coll-swiper .swiper-button-next, .coll-swiper .swiper-button-prev {
        display: none !important;
    }

    .abou-one .ny-wrap {
        margin-top: 22px;
    }

    .abou-one {
        padding-bottom: 24px;
    }

    .abou-two li {
        text-align: center;
    }

    .abou-two p {
        width: 100%;
        margin-top: 10px;
    }

    .abou-three .ny-header {
        margin-bottom: 35px;
    }

    .abou-four .ny-right {
        width: 100%;
    }

    .abou-four .ny-left {
        width: 100%;
    }

    .abou-four:hover .wave,
    .wave {
        width: 350px;
        height: 350px;
    }

    .abou-four .ny-left img {
        top: 32px;
        left: 2px;
    }

    .abou-four .ny-right {
        margin-bottom: 45px;
    }

        .abou-four .ny-right h4 {
            text-align: center;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .abou-four .row2 ul {
        float: right;
        margin: 0 20px;
    }


    .abou-four .row2 img {

        margin: 0 20px;
    }



    .abou-five .info-wrap2 {

        padding: 10px 0 0;
    }

    .abou-five.pb80 {
        padding-bottom: 35px;
    }

    .abou-six {
        padding-top: 45px;
    }

    .abou-seven li {
        padding: 0;
        width: 20%;

        text-align: center;
        margin-bottom: 20px;
    }

    .abou-seven ul {
        margin: 0;
    }

    .abou-six .info-wrap h4 {
        font-size: 22px;
    }

        .abou-six .info-wrap h4 span {
            font-size: 26px;
        }

    .abou-seven li img {
        height: 26px;
    }

    .abou-eight .swiper-button-next,
    .abou-eight .swiper-button-prev {
        display: block;
        font-size: 16px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background-color: #cc0200;
        color: #fff;
    }

    .abou-eight .ny-wrap {
        padding: 0 80px;
    }

    .abou-seven {
        margin: 36px 0 18px;
    }
}

@media(max-width: 639px) {

    .serv-two p.tit-size40 {
        font-size: 22px;
        margin-top: 4px;
    }

    .serv-two .ny-wrap {
        height: 200px;
    }


    .serv-two p {
        max-height: 80px;
    }

    .offers.section .ofon-ul li.active .ofon-drop {
        padding: 20px 20px 1px;
    }

    .offers.section .ofon-ul li .ofon-drop {
        padding: 0 20px;
    }

    .offers.section .ofon-drop .ofon-one li {
        width: 100%;
        margin-bottom: 0;
    }

    .offers.section .off-btn {
        width: 20px;
        height: 20px;
        background-size: 16px;
    }

    .offers.section .ofon-right {
        right: 20px;
    }

    .offers.section .ofon-left h4 {
        font-size: 16px;
        padding-right: 50px;
    }

    .form-ul li {
        width: 100%;
    }

    .com-form textarea {
        height: 150px;
    }

    .form-btn input {
        width: 130px;
        height: 45px;
        line-height: 45px;
    }

    .cont-one p.p-size16 {
        margin: 28px 0 18px;
    }

    #random {
        width: 208px;
        margin: 20px 0 0;
    }

    .cont-two li {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }

    .cont-two.pb80 {
        padding-bottom: 25px;
    }

    .coll-one .ny-right {
        width: 100%;
        margin: 0;
    }

    .coll-one .ny-left {
        width: 100%;
        margin: 0;
    }

    .coll-two li {
        width: 100%;
        margin-bottom: 20px;
    }

    .coll-two .swxt-font {
        height: auto;
        padding: 35px 0 25px;
    }

    .coll-two {
        padding: 45px 0 25px;
    }


    .serv-two h4 {
        font-size: 20px;
    }

    .serv-two:hover,
    .serv-two {
        background-size: auto 100% !important;
    }
}

@media(max-width: 321px) {
    .serv-one li .com-swxt {
        height: 142px;
        padding: 27px 5px;
    }

    .down-table th:last-child {
        width: 33.8%;
    }
}


@media(max-width: 1679px) {
}

@media(max-width: 1459px) {
    .pt77 {
        padding-top: 60px;
    }

    .coll-three .coll-font .coll-ul11 {
        top: 6.2%;
        left: 40.5%;
    }

    .coll-three .coll-font .coll-ul77 {
        top: 6.8%;
        right: 39.7%;
    }

    .coll-three .coll-font .coll-ul22 {
        top: 30%;
        left: 28.2%;
    }

    .coll-three .coll-font .coll-ul66 {
        top: 31.4%;
        right: 28.2%;
    }

    .coll-three .coll-font .coll-ul33 {
        bottom: 39%;
        left: 32.4%;
    }

    .coll-three .coll-font .coll-ul55 {

        bottom: 38.5%;
        right: 32.8%;
    }

    .coll-three .coll-font .coll-ul44 {
        bottom: 25.8%;

        left: 49%;
    }

    .coll-three .coll-font em span {

        width: 32px;
        height: 32px;
        font-size: 22px;
    }

    .coll-three .coll-font em {
        margin-bottom: 12px;
    }
}

@media(max-width: 1259px) {
    .pt77 {
        padding-top: 50px;
    }

    .coll-three .ny-wrap {
        padding-bottom: 140px;
        padding-top: 5px;
        margin-top: 30px;
    }


    .coll-three .coll-font em span {
        width: 28px;
        height: 28px;

        line-height: 26px;
        font-size: 18px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 20.7%;
    }

    .coll-three .coll-font .coll-ul4 {
        left: 41%;
    }
}

@media(max-width: 991px) {
    .coll-three .ny-wrap {
        padding-bottom: 111px;
        padding-top: 6px;
        margin-top: 25px;
    }

    .coll-three .coll-font li h4 {
        font-size: 16px;
    }

    .coll-three .coll-font .coll-ul1 {
        left: 18.7%;
    }
}

@media(max-width: 767px) {
    .pt77 {
        padding-top: 45px;
    }

    .lb-nav a.lb-prev {
        left: -20% !important;
    }

    .lb-nav a.lb-next {
        right: -20% !important;
    }
}

@media(max-width: 639px) {
}

@media(max-width: 321px) {
}



.core {
    height: 25px;
    overflow: hidden;
}



.anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 490;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    text-align: center;
    display: none;
}

    .anchor li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }



        .anchor li a {
            display: block;
            padding: 0 26px;
            font-size: 16px;
            line-height: 70px;
            text-align: center;
            color: #0d141c;

            transition: all .3s;
            position: relative;
        }

    .anchor.listAnchor li:first-child a {
        font-size: 18px;
    }

.down .ban-nav .com-ul li a::after {
    display: none;
}


.ban-nav .com-ul li a::after,
.anchor li a::after {
    transition: all 0.5s;
    z-index: 99;
    content: "";
    display: block;
    background-color: #cc0200;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    border-radius: 50%;
    transform: translate(-50%,50%);
}

.anchor li.on a::after,
.ban-nav .com-ul li:hover a::after,
.anchor li:hover a::after {
    width: 8px;
    height: 8px;
}



.anchor li.on a {
    color: #cc0200;
}

.anchor li a:hover {
    color: #cc0200;
}

.anchor-img {
    position: absolute;
    top: 12px;
    left: 60px;
}



.qqkefu {
    position: fixed;
    bottom: 50px;
    z-index: 20;
    right: 0;
    width: 78px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

    .qqkefu ul li {
        width: 78px;
        height: 78px;
        margin-bottom: 1px;
        float: right;
        background: #fff;
        line-height: 78px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }

        .qqkefu ul li:hover {
            background: #cc0200;
        }

        .qqkefu ul li a {
            color: #fff;
            overflow: hidden;
            display: block;
            height: 78px;
            padding-left: 10px;
        }

        .qqkefu ul li:hover em {
            color: #fff;
        }

        .qqkefu ul li em {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #0D141C;
            display: inline-block;
            line-height: 28px;
            width: 78px;
            text-align: center;
            font-size: 14px;
            font-style: normal;
        }

        .qqkefu ul li span {
            display: block;
            line-height: 24px;
            font-weight: 500;
            margin-top: 28px;
            margin-left: 10px;
        }

            .qqkefu ul li span.kefuqq {
                font-size: 18px;
                font-family: 'DINPro';
                margin-top: 0;
            }


        .qqkefu ul li.qq_cza {
            overflow: hidden
        }

        .qqkefu ul li:hover {
            background: #cc0200;
        }

        .qqkefu ul li.top {
            background: url("../images/back2.png") no-repeat center #fff;

            position: relative;
            width: 78px;
            height: 78px;

            cursor: pointer;
        }

    .qqkefu li:hover.top {

        background: url("../images/back.png") no-repeat center #cc0200;
    }

    .qqkefu ul li b {
        width: 78px;
        height: 78px;
        display: block;
        overflow: hidden;
        float: right;
    }

    .qqkefu ul li span {
        font-size: 16px;
        color: #FFF;
    }

    .qqkefu ul li b.a {
        background: url(../images/ke2.png) no-repeat center 18px;
        background-size: 35px;
    }

    .qqkefu ul li b.b {
        background: url(../images/ke1.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu ul li b.c {
        background: url(../images/ke3.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.a {
        background: url(../images/ke22.png) no-repeat center 18px;
        background-size: 35px;
    }

    .qqkefu li:hover b.b {
        background: url(../images/ke11.png) no-repeat center 15px;
        background-size: 35px;
    }

    .qqkefu li:hover b.c {
        background: url(../images/ke33.png) no-repeat center 15px;
        background-size: 35px;
    }


    .qqkefu ul li.qq_czae {
        line-height: 15px !important

    }

.erweima {
    width: 130px;

    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display: none;
}

    .erweima p {
        line-height: 20px;
        color: #000;
        font-size: 12px;
        text-align: center;
        float: left;
        width: 130px;
    }

        .erweima p img {
            width: 110px;
            height: 110px;
            margin: 10px 10px 0px 10px;
        }

    .erweima .arrow3 {
        width: 12px;
        height: 10px;
        display: block;
        background: url(../images/kefu_10.png) no-repeat;
        position: absolute;
        right: -11px;
        top: 122px;
    }



.kffixed {
    position: fixed;
    bottom: 2px;
    z-index: 2000;
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: none;
}

.kufuul {
    text-align: center;
    width: 100%;
    height: 49px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}

.kefu {
    padding: 0 2px;
}

    .kefu li {
        width: 50%;
        float: left;
        height: 49px;
        text-align: center;
        color: #fff;
        line-height: 49px;
        color: #fff;
        transition: all .4s;
        padding: 0 1px;
    }

.kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    background: #cc0200;
}

    .kf-zx img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    background: rgba(0, 0, 0, 0.6);
    display: block;
}

    .teldb img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.teldb {
    color: white;
}


@media (max-width: 992px) {
    .qqkefu {
        display: none !important;
    }

    .kffixed {
        display: block;
    }
}


.kffixed {
    display: none;
}

.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: 48%;
    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(204, 32, 0, 0.7);
}

    .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;
    }

@media (max-width:991px) {
    .kf {
        display: none;
    }

    .kffixed {
        display: block;
    }
}

.caselist {
    margin: 60px 0px 30px;
}

.dwon .dwon-on span {
    color: #cc0200;
}

.dwon li:hover span {
    color: #cc0200;
}






.case-one img {
    height: 252px;
}

@media (max-width:1459px) {
    .case-one img {
        height: 215px;
    }
}

@media (max-width:1259px) {
    .case-one img {
        height: 170px;
    }
}

@media (max-width:991px) {
    .case-one img {
        height: 129px;
    }
}

@media (max-width:767px) {
    .case-one img {
        height: 108px;
    }
}

@media (max-width:639px) {
    .case-one img {
        height: auto;
    }
}

.caseinfo-one-01 {
    padding-top: 0px;
}


.case .ny-wrap li {
    float: none;
    display: inline-block;
    width: 33.1%;
    vertical-align: top;
}

@media (max-width:991px) {
    .case .ny-wrap li {
        width: 33%
    }
}

@media (max-width:767px) {
    .case .ny-wrap li {
        width: 32.9%
    }

    .caselist {
        margin: 30px 0px 30px;
    }
}

@media (max-width:639px) {
    .case .ny-wrap li {
        width: 100%
    }
}




#since .box .date {
    font-family: 'DIN' !important;
}




.partner {
}

    .partner .cont-one {
        padding: 80px 0;
    }

    .partner .com-form {
        width: 650px;
        margin: auto;
    }

    .partner .form-ul li {
        width: 100%;
    }

    .partner .bselect {
        width: 80.4%;
        padding: 0;
        line-height: 46px;
        height: 46px;
        color: #666;
        font-size: 18px;
        background: url(../images/list.png) no-repeat 100% center;
        background-size: 18px;
    }

    .partner .form-ul-item {
        line-height: 46px;
        font-size: 18px;
        color: #666;
    }

    .partner .form-ul input {
        font-size: 18px;
        width: 80%;
    }


    .partner .com-form textarea {
        font-size: 18px;
        padding-top: 9px;
        height: 200px;
    }

    .partner #yzm {
        font-size: 16px;
    }


@media (max-width:1459px) {
    .partner .bselect {
        width: 83%;
    }

    .partner .form-ul input {
        width: 83%;
    }

    .partner .cont-one {
        padding: 60px 0;
    }

    .partner .bselect,
    .partner .form-ul-item,
    .partner .form-ul input,
    .partner .com-form textarea {
        font-size: 16px;
    }
}

@media (max-width:1259px) {
    .partner .cont-one {
        padding: 50px 0;
    }

    .partner .bselect {
        width: 80%;
    }

    .partner .form-ul input {
        width: 80%;
    }

    .partner .form-ul label {
        font-size: 18px;
    }

    .partner .com-form textarea {
        font-size: 18px;
        height: 180px;
    }
}

@media (max-width:991px) {
    .partner .cont-one {
        padding: 50px 0px;
    }

}

@media (max-width:767px) {
    .partner .com-form {
        width: 100%;
    }

    .com-form {
        width: 100%;
    }

    .partner .form-ul label {

        font-size: 16px;
    }

    .partner .com-form textarea {
        font-size: 16px;
        height: 180px;
        padding-left: 14px;
        padding-top: 4px;
    }

    .partner .bselect {
        width: 73%;
    }

    .partner .form-ul input {
        width: 71%;

    }

    .partner .form-ul-item {
        padding-left: 14px;
        line-height: 50px;
    }

    .partner .bselect {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        background-size: 12px;
    }
}

@media (max-width:400px) {
    .partner .bselect {
        width: 65%;
    }
}


.ifos .ny-tit {
    color: #969696;
}

.ifos-one {
    padding: 76px 0 80px;
}

    .ifos-one .ny-dec {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        padding: 0 100px;
        text-align: left;
        margin: 38px 0 42px;
    }

    .ifos-one .ny-wrap {
        text-align: center;
    }

    .ifos-one .com-play-box {
        display: inline-block;
        position: relative;
        width: 57%;
        cursor: pointer;
        overflow: hidden;
    }

        .ifos-one .com-play-box img {
            width: 100%;
            transition: all 1s;
        }

        .ifos-one .com-play-box:hover .com-play::after {
            transform: rotateZ(360deg);
        }

        .ifos-one .com-play-box:hover img {
            transform: scale(1.05);
        }

.ifos-two {
    padding: 68px 0 0;
}

.ifos-two {
}

    .ifos-two h4 {
        margin: 9px 0 12px;
        transition: all 0.5s;
    }

    .ifos-two p {
        color: #666;
        line-height: 28px;
    }

    .ifos-two .ny-img {
        float: left;
    }

    .ifos-two .ny-text {
        float: left;
        width: 92%;
        padding-left: 20px;
    }

    .ifos-two .ny-wrap {
        margin-top: 46px;
        border-top: 1px solid #e5e5e5;
    }


    .ifos-two ul {
        font-size: 0;
    }

    .ifos-two li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #e5e5e5;
    }

        .ifos-two li .ny-item:hover h4 {
            color: #cc0200;
        }

        .ifos-two li .ny-left {
            border-right: 1px solid #e5e5e5;
            width: 50%;
            position: relative;
            z-index: 33;
        }

        .ifos-two li .ny-right {
            width: 50%;
        }

        .ifos-two li .ny-item {
            padding: 37px 55px 0;
            height: 180px;
        }

            .ifos-two li .ny-item img {
                transition: all 0.5s;
            }

.ifos-five .ny-tit {
    margin: 77px 0 46px;
}

.ifos-five .serv-two a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 14px 48px;
    background-color: #cc0200;
    margin-top: 46px;
}

.ifos-five .serv-two .serv-font div {
    max-height: 0px;
    overflow: hidden;
    transition: all 3.5s;
}

.ifos-five .serv-two .serv-font p {
    max-height: 1000px;
}

.ifos-five .serv-two:hover .serv-font div {
    max-height: 1000px;
}

.ifos-three {
    padding: 77px 0 25px;
}


    .ifos-three .ny-nav a {
        position: relative;
        padding-bottom: 15px;
    }

    .ifos-three .ny-nav .com-hover::before {
        height: 4px;
    }

    .ifos-three .ny-nav {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        margin: 40px 0;
    }

        .ifos-three .ny-nav ul {
            font-size: 0;
            display: inline-block;
        }

        .ifos-three .ny-nav li {
            display: inline-block;
            margin: 0 47px;
        }

            .ifos-three .ny-nav li.text-left .ifth-item {
                text-align: right;
            }


.ifth-one {
    padding: 0;
}

    .ifth-one .ny-item h4 {
        margin-bottom: 16px;
    }

    .ifth-one .ifth-item {
        margin: 0 9px;
    }

        .ifth-one .ifth-item a {
            color: #666;
            padding: 0 14px 0 10px;

            border-right: 1px solid #939393;
            margin-bottom: 7px;
            display: inline-block;
        }

            .ifth-one .ifth-item a:last-child {
                border-right: none;
            }

    .ifth-one .ny-item {
        padding-left: 22px;
    }

        .ifth-one .ny-item::before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cc0200;
            margin-top: 6px;
        }

    .ifth-one li {
        display: inline-block;
        vertical-align: top;
        width: 50%;

        height: 100px;
        margin-bottom: 6px;
        transition: all 1s;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 37px;
        }

        .ifth-one li.text-left {
            text-align: right;
            float: left;
            padding-right: 21.5%;
        }

        .ifth-one li.text-right {
            float: right;
            padding-left: 21.5%;
        }

        .ifth-one li.text-left .ny-item::before {
            float: right;
            margin-left: 10px;
            vertical-align: middle;
        }

        .ifth-one li.text-right .ny-item::before {
            float: left;
            margin-right: 10px;
            vertical-align: middle;
        }

        .ifth-one li:hover {
            transform: translateY(-10px);
        }

            .ifth-one li:hover h4 {
                color: #cc0200;
            }


.ifth-two {
}

    .ifth-two p {
        color: #333;
    }

.ifth-two {
    text-align: center;
    padding: 0 0 62px;
}

    .ifth-two ul {
        font-size: 0;
        display: inline-block;
    }

    .ifth-two li {
        display: inline-block;
        margin: 0 47px;
    }

        .ifth-two li:nth-child(2) {
            margin: 0 104px 0 47px;
        }

.ifth-three {
    text-align: center;
    padding-bottom: 96px;
}

    .ifth-three ul {
        font-size: 0;
        display: inline-block;
        width: 100%;
    }

    .ifth-three li {
        display: inline-block;
        margin: 0 45px 0 16px;
        margin-bottom: 11px;
    }

.ifth-four.info-wrap2 {
    margin: 0 0 0 -2.8%;
}

    .ifth-four.info-wrap2 .com-icon li {
        width: 11.11%;
    }

.ifos-three .ny-nav li.on .com-hover::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform-origin: 0%;
    -webkit-transform-origin: 0%;
}


.ifos-four {
    padding: 77px 0 0;
    height: 917px;
}

    .ifos-four .iffo-wrap {
        position: relative;
    }

    .ifos-four .ny-wrap {
        left: 50%;
        top: 46px;
        position: absolute;
        transform: translateX(-118px);
        width: 100%;
        transition: all 2s;
    }

    .ifos-four .ny-left {
        text-align: center;
        font-size: 0;
    }

        .ifos-four .ny-left li {
        }

        .ifos-four .ny-left .ny-img {
            text-align: center;
            margin: 20px 0;
        }

        .ifos-four .ny-left h4 {
            color: #fff;
            background-color: #cc0200;
            padding: 22px 72px;
            display: inline-block;
        }

    .ifos-four em {
        vertical-align: middle;
        font-weight: 500;
        width: 0;
        display: inline-block;
        margin: 0;
        transition: all 0.5s;
        overflow: hidden;
    }

    .ifos-four.on em {
        margin-left: 9px;
        font-weight: 500;
        width: auto;
    }


    .ifos-four .ny-left li {
        text-align: right;
    }

.ifos-three img {
    width: 100%;
}


.ifos-four .ny-right p {
    color: #666;
    line-height: 32px;
    display: inline-block;
}

.ifos-four .ny-right {
    float: left;
    width: calc(100% - 380px);
}

    .ifos-four .ny-right li {
        height: 70px;

        margin-bottom: 100px;
        padding-left: 100px;
        border-bottom: 1px solid #cc0200;
    }

        .ifos-four .ny-right li:last-child {
            margin-bottom: 0;

        }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 26px;

        }

        .ifos-four .ny-right li:nth-child(2) .row {
            float: left;
            margin-right: 156px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -39px;
        }

        .ifos-four .ny-right li:nth-child(5) .row,
        .ifos-four .ny-right li:nth-child(3) .row {
            float: left;
            margin-right: 175px;
        }

        .ifos-four .ny-right li:nth-child(5) p,
        .ifos-four .ny-right li:nth-child(3) p {
            margin-top: -7px;
        }

        .ifos-four .ny-right li:nth-child(4) .row {
            float: left;
            margin-right: 82px;
        }

            .ifos-four .ny-right li:nth-child(4) .row:nth-child(2) {
                margin-right: 0;
            }


        .ifos-four .ny-right li:nth-child(4) p {
            margin-top: -6px;
        }

.ifos-four .ny-right {
    opacity: 0;
}

.ifos-four .ny-item {
    text-align: center;
}

.ifos-four.on .ny-right {
    opacity: 1;
}

.ifos-four.on .ny-item {
    text-align: right;
}

.ifos-four.on .ny-left .ny-img {
    width: 95%;
    float: right;
}

.ifos-four.on .ny-wrap {
    left: 0%;

    transform: translateX(0px);
}



.iffo-swiper {
    display: none;
}

@media (max-width:1679px) {
    .ifth-three {
        padding-bottom: 75px;
    }

    .ifos-three {
        padding: 77px 0 40px;
    }

    .ifos-four .ny-right li {
        height: 68px;
    }
}

@media (max-width:1459px) {
    .ifos-one {
        padding: 60px 0;
    }

        .ifos-one .ny-dec {
            padding: 0 60px;
            margin: 32px 0;
        }

    .ifos-two .ny-text {
        width: 90%;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifos-two {
        padding-top: 60px;
    }

    .ifos-three {
        padding: 60px 0 30px;
    }

        .ifos-three .ny-nav {
            margin: 32px 0;
        }

    .ifth-one li.text-left {
        padding-right: 18%;
    }

    .ifth-one li.text-right {
        padding-left: 18%;
    }

    .ifth-one li {
        height: 92px;
    }

    .ifth-two {
        padding: 0 0 40px;
    }

    .ifth-three {
        padding-bottom: 55px;
    }

        .ifth-three img {
            width: 100px;
        }


    .ifos-four .ny-left h4 {
        padding: 18px 56px;
    }

    .ifos-four.on .ny-left .ny-img {
        width: 61%;
    }

    .ifos-four .ny-left .ny-img img {
        height: 45px;
    }

    .ifos-four .ny-wrap {
        transform: translateX(-93px);
    }


    .ifos-four .ny-right li {
        height: 55px;
        padding-left: 80px;
        margin-bottom: 85px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: 20px;
        }

        .ifos-four .ny-right li:nth-child(2) .row {
            margin-right: 80px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -44px;
        }

        .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
            margin-right: 100px;
        }

    .ifos-four {
        height: 758px;
        padding-top: 60px;
    }

        .ifos-four .ny-right {
            width: calc(100% - 300px);
        }

    .ifos-five .serv-two a {
        margin-top: 20px;
        padding: 10px 42px;
    }

    .ifos-five .serv-two a {
        margin-top: 13px;
        padding: 6px 16px;
        font-size: 14px
    }

    .ifos-five .ny-tit {
        margin: 60px 0 45px;
    }
}

@media (max-width:1259px) {

    .ifos-one {
        padding: 50px 0;
    }

    .ifos-two {
        padding-top: 50px;
    }


        .ifos-two .ny-text {
            width: 88%;
        }


        .ifos-two li .ny-item {
            height: 138px;
            padding: 20px 20px 0;
        }

    .ifth-one li.text-left {
        padding-right: 14%;
    }

    .ifth-one li.text-right {
        padding-left: 14%;

    }

    .ifth-one .ny-item {
        padding-left: 0;
    }

    .ifos-three .ny-nav a {
        padding-bottom: 10px;
    }

    .ifth-three img {

        width: 80px;
    }

    .ifth-one .ny-item h4 {
        margin-bottom: 12px;
    }

    .ifth-one li {
        height: 88px;
        margin-bottom: 0;
    }

        .ifth-one li:nth-child(1),
        .ifth-one li:nth-child(2) {
            margin-bottom: 28px;
        }

    .ifth-four.info-wrap2 {
        padding-bottom: 30px;
    }

    .ifth-three {
        padding-bottom: 45px;
    }



    .ifos-four .ny-right {
        width: calc(100% - 260px);
    }

    .ifos-four .ny-wrap {
        transform: translateX(-82px);
    }

    .ifos-four .ny-left h4 {
        padding: 18px 44px;
    }

    .ifos-four .ny-right li:nth-child(2) .row {
        margin-right: 40px;
    }

    .ifos-five .ny-tit {
        margin: 50px 0 35px;
    }

    .ifos-four .ny-wrap {
        top: 35px;
    }

    .ifos-four {
        height: 746px;
        padding-top: 50px;
    }
}

@media (max-width:991px) {
    .ifos-four .ny-wrap {
        transform: translateX(-72px);
    }

    .ifos-one .ny-dec {
        padding: 0;
        line-height: 26px;
    }

    .ifos-one .com-play-box {
        width: 76%;
    }

    .ifos-two img {
        width: 38px;
    }

    .ifos-two p {
        line-height: 26px;
    }

    .ifos-two li .ny-item {
        height: 162px;
    }

    .ifth-three img {
        width: 60px;
    }

    .ifth-one li {
        width: 50%;
    }

        .ifth-one li.text-left {
            padding-right: 20px;
        }

        .ifth-one li.text-right {
            padding-left: 20px;
        }

        .ifth-one li.text-left {
            padding-right: 18%;
        }

        .ifth-one li.text-right {
            padding-left: 18%;
        }

    .ifth-item .p-style {
        display: inline;
    }

    .ifth-one .ifth-item a {
        border-right: none;
    }

    .ifth-one .ny-item {
        height: 110px;
    }

    .ifth-four.info-wrap2 {
        padding: 0;
        padding-bottom: 10px;
    }

    .ifth-four .icon-item p {
        font-size: 14px;
    }

    .ifth-four.info-wrap2 li img {
        width: 32px;
    }

    .ifth-three {
        padding-bottom: 8px;
    }

    .ifth-two {
        padding: 0 0 24px;
    }


    .ifos-four .ny-left h4 {
        padding: 15px 38px 16px;
        font-size: 16px;
    }

    .ifos-four .ny-right li {
        height: 48px;
        padding-left: 30px;
        margin-bottom: 75px;
    }

        .ifos-four .ny-right li:nth-child(1) p {
            margin-top: -2px;
            line-height: 26px;
        }

        .ifos-four .ny-right li:nth-child(2) p {
            margin-top: -142px;
        }

        .ifos-four .ny-right li:nth-child(1) {
            margin-bottom: 183px;
        }


    .ifos-four .ny-left .ny-img img {
        height: 35px;
    }

    .ifos-four .ny-right li:nth-child(5) .row, .ifos-four .ny-right li:nth-child(3) .row {
        margin-right: 46px;
    }

    .ifos-four .ny-right li:nth-child(5) p,
    .ifos-four .ny-right li:nth-child(3) p {
        margin-top: -12px;
    }

    .ifos-four .ny-right li:nth-child(4) .row {
        float: left;
        margin-right: 62px;
    }

    .ifos-four .ny-right li:nth-child(4) p {
        margin-top: -12px;
    }

    .ifos-four {
        height: 764px;
    }
}

@media (max-width:767px) {
    .ifos-one {
        padding: 45px 0;
    }

        .ifos-one .com-play-box {

            width: 100%;
        }

    .ifos-two .ny-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ifos-two li .ny-left {

        width: 100%;
        border-right: none;
    }

    .ifos-two li .ny-right {
        width: 100%;
    }

    .ifos-two li {
        border-bottom: none;
    }

    .ifos-two .ny-wrap {
        border-top: none

    }

    .ifos-two li .ny-item {
        height: auto;
        margin-bottom: 20px;
        padding: 0;
    }

    .ifos-two {
        padding-top: 45px;
    }

    .ifos-five .ny-tit {
        margin: 45px 0 30px;
    }

    .ifos-three .ny-nav li {
        margin: 0 40px;

        margin-bottom: 20px;
    }

    .ifos-three .ny-nav ul {
        margin-bottom: -20px;
    }

    .ifth-one li.text-left,
    .ifth-one li.text-right {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .ifth-one li .ny-item {
        width: 100%;
        text-align: left;
        height: auto;
    }

    .ifth-one li.text-left .ny-item::before {
        float: left;
        margin-right: 10px;
        margin-left: 0;
        margin-top: 1px;
    }

    .ifth-one li,
    .ifth-one li:nth-child(1),
    .ifth-one li:nth-child(2) {
        margin-bottom: 16px;
    }

    .ifth-two li:nth-child(2),
    .ifth-two li {
        margin: 0 10px;
    }

        .ifth-two li:hover p {
            color: #cc0200 !important;
        }

    .ifth-four.info-wrap2 .com-icon li {
        width: 33.33%;
    }

    .ifth-four.info-wrap2 li img {
        width: 36px;
    }

    .ifos-three {
        background-size: 0% !important;
    }

    .ifth-two {
        padding: 0 0 38px;
    }

    .ifth-three {
        padding-bottom: 24px;
    }

    .iffo-swiper {
        display: block;
    }

    .iffo-swiper {
        text-align: center;
        margin-top: 30px;
    }

        .iffo-swiper h4 {
            color: #fff;
            background-color: #cc0200;
            display: inline-block;
            padding: 12px 22px 13px;
            font-size: 16px;
        }

        .iffo-swiper p {
            margin: 20px 10px 0;
        }

        .iffo-swiper .com-pagination.swiper-pagination {
            bottom: 0px !important;
        }

        .iffo-swiper .swiper-container {
            padding-bottom: 32px;
        }

        .iffo-swiper .com-pagination .swiper-pagination-bullet {
            background-color: #e5e5e5;
        }

        .iffo-swiper .p-style {
            margin-bottom: 10px;
        }

        .iffo-swiper .row-2 {
            width: 50%;
            float: left;
        }

    .ifos-four .ny-wrap {
        display: none;
    }

    .ifos-four {
        height: auto;
    }

        .ifos-four em {
            margin-left: 9px;
            font-weight: 500;
            width: auto;
        }
}



.plan-three.case.plan .ny-wrap li h4 {
    font-size: 18px;
    line-height: 26px;
}

.plan-three.case.plan .ny-wrap .swxt-font {
    padding: 30px 0;
    min-height: 117px;
}

#yzm {
    background-color: #fff;
    line-height: 50px;
    padding-left: 20px;
    height: 50px;
    width: 63%;
    max-width: 180px;
}

.anchor-img,
.header-logo1,
.header-logo {
    width: 280px;
}

@media (max-width:1919px) {
    .infi-news ul {
        padding: 3px 24px 4px;
    }

    .anchor li a {
        padding: 0 18px;
    }

    .dropmenu ul {
        padding: 26px 0;
    }

    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 280px;
    }

    .banner-search {
        margin-top: 15px;
    }

        .banner-search .search {
            width: 400px;
            height: 42px;
        }

    .bselect {
        height: 42px;
    }

    .banner-search .butt {
        width: 85px;
        height: 42px;
    }

    .down-a {
        width: 34.1%;
    }
}



@media (max-width:1679px) {
    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 300px;
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 22px;
    }

    .prons-r .prons-item {
        height: 322.5px;
    }

    .prons-r .prons-item {
        padding-bottom: 84px;
    }

   
    .prons-r .prons-img {
        padding: 0px 16px;
    }

    .prons-left .prons-img {
        padding: 0 40px;
    }

   
    .prons-left p.h3-size30 {
        padding: 20px 90px 0;
    }

    .infi-news ul {
        padding: 3px 24px 3px;
    }

    .anchor li a {
        padding: 0 6px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 22px 0;
        min-height: 95px;
    }

    .dropmenu ul {
        padding: 26px 0;
    }

    .navbar-li:hover .dropmenu a {
        padding: 6px 20px;
    }

    .header-wrap .logo h1 {
        margin-top: 2px;
    }
}

@media (max-width:1459px) {
    .banner-search .search {
        width: 350px;
    }

    .product-one .swxt-img {
        height: 288px;
        line-height: 288px;
    }

    .anchor-img,
    .header-logo1,
    .header-logo {
        width: 280px;
    }

    .header.index .navbar .navbar-li,
    .navbar .navbar-li {
        padding: 0 15px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 22px;
    }

    .prons-r .prons-item {
        height: 281px;
    }

    .prons-r p.h3-size30 {
        bottom: 30px;
    }

    .infi-news ul {
        padding: 2px 24px 3px;
    }

    .info-wrap p {
        font-size: 18px;
    }

    .infi-news p {
        font-size: 16px;
    }

    .info-wrap {
        padding: 40px 0 31px;
    }

    .info-wrap2 {
        padding: 14px 0 45px;
    }

    .case .ny-wrap li h4 {
        font-size: 18px;
    }

    .anchor-img {
        top: 19px;
        left: 80px;
    }

    .serv-two h4 {
        font-size: 26px;
    }

    .plan-three.case.plan .ny-wrap li h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        padding: 18px 0;
        min-height: 84px;
    }

    .case.plan .ny-wrap li h4 {
        line-height: 26px;
    }

    .navbar-li:hover .dropmenu a {
        padding: 0px 20px;
        line-height: 36px;
    }

    .dropmenu {
        /* width: 140%; */
    }

        .dropmenu ul {
            padding: 18px 0;
        }

    .header-wrap {
        padding: 0 40px;
    }

        .header-wrap .logo h1 {
            margin-top: 8px;
        }


    .anchor-img {
        left: 40px;
    }

    .banner-search .butt {
        font-size: 16px;
    }

    .proinfo-two .swxt-font {
        padding: 13px 30px 30px;
    }

    .proinfo-two .swxt-img {
        height: 200px;
        line-height: 208px;
    }
}

@media (max-width:1259px) {
   

    .proinfo-two .swxt-font {
        padding: 4px 20px 20px;
    }

    .proinfo-two .swxt-img {
        height: 160px;
        line-height: 170px;
    }

    .banner-search {
        margin-top: 5px;
        height: 37px;
    }

        .banner-search .search {
            width: 300px;
            height: 35px;
        }

        .banner-search .butt {
            width: 70px;
            height: 35px;
        }

    .bselect {
        height: 35px;
    }

    .down-a {
        width: 34.1%;
    }

    .product-one .swxt-img {
        height: 225px;
        line-height: 225px;
    }

    .info-wrap p {
        font-size: 16px;
    }

    .infi-news ul {
        padding: 2px 24px;
    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30,
    .prons-left p.h3-size30 {
        font-size: 18px;
    }

    .prons-r .prons-item {
        height: 228px;
    }

    .prons-r .prons-item {
        padding-bottom: 80px;
    }

    .prons-left p.h3-size30 {
        padding: 43px 40px 0;
    }




    .info-wrap {

        padding: 35px 0 25px;
    }

    .serv-two h4 {
        font-size: 24px;
    }
}

@media (max-width:991px) {
   

   

  

    .prons-left .prons-ul {

        opacity: 0;
    }

    .proinfo-two .swxt-img {

        height: 130px;
        line-height: 130px;

    }



    .down-a {
        width: 51.1%;
    }

    .product-one .swxt-img {
        height: 169px;
        line-height: 169px;

    }

    .prons-r p.h3-size30,
    .prons-rb p.h3-size30{
        font-size: 16px;
    margin-top: 60px;}
	
    .prons-left p.h3-size30 {
        font-size: 16px;
    margin-top: 20px;}

    .prons-rb .prons-item {
        height: 158px;
    }

    .prons-rb {
        margin-bottom: 0;
    }

    .prons-r .prons-item {
        height: 169px;
    }

    .prons-r:hover .prons-img {
        padding: 0px 16px;
    }

    .prons-r p.h3-size30, .prons-r p.h3-size30 {
        bottom: 23px;
        width: 100%;
    }

  

    .serv-two h4 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .proinfo-two .swxt-img {
        height: auto;
        line-height: auto;
        padding: 20px 0;
    }

    .down-a {
        width: 100%;
        text-align: center;
    }

    .prons-left p.h3-size30 {
        padding: 0px 40px 25px;
    text-align: center;}

    .index.banner .banner-font h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .case .ny-wrap li h4 {
        font-size: 16px;
    }

    .product-one .swxt-font .h3-size30 {
        font-size: 16px;
    }

    .serv-two h4 {
        font-size: 18px;
    }

    .plan-three.case.plan .ny-wrap .swxt-font {
        min-height: 0;
    }

    .newinfo-weixin-box img {
        top: 150%;
        left: -50%;
    }
}

@media (max-width:639px) {
    #random {
        margin: 20px 0 0;
        width: 35%;
    }

    .yzm-box a {
        margin-top: 10px;
    }
}

@media (max-width:400px) {
}

@media (max-width:321px) {
}




.ifos-two li {
    position: relative;
}

    .ifos-two li::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 0%;
        background-color: #cc0200;
    }

    .ifos-two li.leftAcitve::after {
        content: "";
        position: absolute;
        left: 0;
        width: 50%;
        height: 5px;
        background-color: #cc0200;
    }

    .ifos-two li.rightAcitve::after {
        content: "";
        position: absolute;
        left: 50%;
        width: 50%;
        height: 5px;
        background-color: #cc0200;
    }



.proinfo-two2 li {
    width: 23%;
    background-color: white;
    margin: 0px 1%;
}

    .proinfo-two2 li:hover h4 {
        color: #cc0200;
    }

    .proinfo-two2 li:hover img {
        transform: scale(1.05);
    }

@media (max-width:767px) {

    .proinfo-two2 li {
        width: 98%;
        background-color: white;
        margin: 10px 1%;
    }

    .offers .banner-search .search {
        width: 80%;
    }

    .offers .banner-search .butt {
        width: 20%;
    }

    .offers .banner-search {
        background-color: transparent;
        border: none;
        width: 80%;
        margin-top: 20px;
    }

        .offers .banner-search span {
            display: none;
        }

    .offers .bselect {
        margin-bottom: 10px;
        width: 100%;
    }
}





.casetwoswiper .swxt-img img {
    width: 100%;
}

.down .swiper-container {
    padding-bottom: 17px;
}

.down .swiper-scrollbar {
    background: none !important;
    height: 28px !important;
}

.down .swiper-scrollbar-drag {
    background: url(../images/swiper-btn.png) center no-repeat !important;
    background-size: 87px !important;
}


.down .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: transparent;
    background: url(../images/swiper-btn.png)no-repeat center;
    background-size: 24px;

}

.casetwoswiper .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #cc0200;
}

.down .swiper-container-horizontal > .swiper-pagination-progress {
    height: 24px;
    bottom: 0;
    top: auto;
    background: none;
    display: block;
}

.casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
    height: 1px;
    width: 88%;
    margin: auto;
}

.casetwoswiper .com-butt {

    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    transition: all .5s !important;
    display: inline-block !important;
    border-radius: 50% !important;
    color: #666 !important;
    margin: 0 12px !important;
    font-size: 0px !important;
    font-family: 'DIN' !important;
    vertical-align: middle !important;
    display: inline-block !important;
    background: url(../images/sanjiao2.png)no-repeat center !important;
    border: 1px solid #ddd !important;
    top: auto !important;
    bottom: 0 !important;

}

.casetwoswiper {
    margin-top: 37px;
}

    .casetwoswiper .ssline::after {
        margin: 20px auto 4px;
        vertical-align: middle;
        width: 66%;
        height: 1px;
        background: #cc0200;
    }

    .casetwoswiper .swiper-button-next {
        transform: rotate(180deg);
    }

    .casetwoswiper .swxt-font {
        padding: 8px 30px 33px;
    }

    .casetwoswiper .swiper-container {
        padding-bottom: 25px;
    }

.ifos-three .ny-header {
    margin-bottom: 35px;
}

.casetwoswiper .com-butt.swiper-button-next:hover, .casetwoswiper .com-butt1.swiper-button-next:hover {
    background-color: #fff !important;
    cursor: pointer;
}

.casetwoswiper .com-butt1.swiper-button-prev:hover, .casetwoswiper .com-butt.swiper-button-prev:hover {
    background-color: #fff !important;
    cursor: pointer;
}

@media (max-width:1459px) {
    .casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
        width: 82%;
    }

    .down .nav-header .swiper-slide {
        height: 60px;
        line-height: 60px;
    }

    .down .swiper-scrollbar-drag {
        background-size: 50px !important;
    }
}

@media (max-width:1259px) {
    .casetwoswiper .swxt-font {
        padding: 8px 20px 33px;
    }

    .down .nav-header .swiper-slide {
        height: 45px;
        line-height: 45px;
    }
}


@media (max-width:991px) {
    .casetwoswiper .swiper-container-horizontal > .swiper-pagination-progress {
        width: 72%;
    }
}


.ifos-three .ny-pc {
    width: 100%;
}

.ifos-three .ny-app {
    width: 100%;
    display: none;
}

@media (max-width:767px) {
    .ifos-three .ny-pc {
        display: none;
    }

    .ifos-three .ny-app {
        display: block;
    }

    .casetwoswiper .com-butt {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
    }

    .casetwoswiper .swiper-container {
        padding-bottom: 12px;
    }

    .caseinfo-two .swxt-font p,
    .caseinfo-one .ny-left p {
        line-height: 26px;
        height: auto;
    }

    .proinfo-two.proinfo-two2 .ny-header {
        padding: 0 20px;
        height: 40px;
    }

    .casetwoswiper {
        margin-top: 20px;
    }

    .proinfo-two.proinfo-two2 .infi-btn {
        margin-top: 25px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .proinfo-three li h4,
    .proinfo-two .ofon-left h4 {
        font-size: 16px;
    }

    .banner-search {
        margin-top: 10px;
    }

    .offers .ny-font {
        transform: translateY(-80%);
    }

    .ny-banner .ny-title .ny-tit {
        font-size: 24px;
    }

    .banner-search .search {
        width: 260px;
    }
}

@media (max-width:380px) {
    .banner-search .search {
        width: 210px;
    }
}

@media (max-width:321px) {
    .banner-search .butt {
        font-size: 14px;
    }

    .banner-search .search {
        width: 216px;
        font-size: 14px;
    }
}
/*20201217*/
.newinfo-center .tag {
    margin-right: 10px;
    color: #cc0200;
}

    .newinfo-center .tag:hover {


        text-decoration: underline;
    }


.nav-on {
    color: #cc0200 !important;
}

.proinfo .soludt2, .proinfo .firstRow {
    display: none;
}

.proinfo table td {
    display: block;
    padding: 0px !important;
    width: 90%;
}



.proinfo table {

    margin: 30px 30px;
    min-height: 500px;

}

.ssjg {
    margin-bottom: 30px;
}

    .ssjg p {
    }


    .ssjg span {
        font-size: 18px;
    }

        .ssjg span img {
            width: 22px;
            margin-right: 5px;
        }

#pagecatids {
    font-weight: bold;
    color: rgb(204, 2, 0);
}

.ny-info-tag {
    width: 100%;
    margin: 10px 0px;
}

    .ny-info-tag a {
        margin-right: 10px;
        color: #cc0200;
    }




.down .nav-header .swiper-scrollbar-drag {
    display: none;
}

.down .nav-header:hover .swiper-scrollbar-drag {
    display: block;
}

.proinfo-three .swxt-img img {
    height: 200px;
}

@media (max-width:1459px) {
    .proinfo-three .swxt-img img {
        height: 175px;
    }
}

@media (max-width:1259px) {
    .proinfo-three .swxt-img img {
        height: 145px;
    }
}

@media (max-width:991px) {
    .proinfo-three .swxt-img img {
        height: 100px;
    }

    .proinfo-three .ny-wrap {
        padding-bottom: 25px;
    }
}

@media (max-width:767px) {
    .abou-four .wave {
        animation: wavewave 3s ease-in-out infinite;
        -webkit-animation: wavewave 3s ease-in-out infinite;
        -moz-animation: wavewave 3s ease-in-out infinite;
    }

    .abou-four .abfo-img {
        opacity: 1;
        animation: wavewave2 3s ease-in-out infinite;
        -webkit-animation: wavewave2 3s ease-in-out infinite;
        -moz-animation: wavewave2 3s ease-in-out infinite;
        width: 100%;
        height: auto;
    }

    .proinfo table {
        margin: 0;
        padding: 0 20px;
    }

        .proinfo table td {
            padding: 0px 10px !important;
        }

    .proinfo-three .swxt-img img {
        height: 100px;
    }

    .proinfo-three .ny-wrap {
        padding-bottom: 5px;
    }
}

@media (max-width:400px) {
    .proinfo-three .swxt-img img {
        height: auto;
    }
}





.gydb {
    margin: auto;
    width: 1400px;
    display: flow-root;
}

@media (max-width: 1460px) {
    .gydb {
        width: 1200px;
    }
}

@media (max-width: 1260px) {
    .gydb {
        width: 940px;
    }
}

@media (max-width:992px) {
    .gydb {
        width: 970px;
    }
}

@media (max-width:768px) {
    .gydb {
        width: 100%;
        padding: 0px 15px;
    }
}

.caseinfo-two .ny-tit {
    color: #0d141c;
}


.nav-search:hover .search-wrap {

}

@media (max-width: 1679px) {
    .dropmenu-two {
        padding: 27px 0;
    }
}

@media (max-width: 1459px) {
    .dropmenu-two {
        padding: 18px 0;
    }
}

.caseinfo .proinfo-two .ny-header {
    padding: 0 0 34px;
    height: auto;
}



@media (max-width: 767px) {
    .ny-mbx {
        display: none;
    }

    .down-table td p {
        width: calc(100% - 30px);
    }

    .ifos-five .serv-two .serv-font p {
        max-height: 1000px;
    }

    .ifos-five .serv-two .serv-font div {
        max-height: 1000px;
    }

    .product-one .swxt-img {
        height: auto;
        line-height: none;
    }
}

.yqlj {
    margin: 20px 0px;
    height: 10px;
    overflow: hidden;
}

.yqlj-on {
    height: 100%;

}

.yqlj p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    display: block;
    cursor: pointer;
    display: none;
}

.yqlj a {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 0.01;
    display: block;
    float: left;
    cursor: pointer;
}

.yqlj-on a {
    margin-right: 20px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    display: block;
    float: left;
    cursor: pointer;
}



.yqlj a:hover {
    opacity: 1;
}

.yqlj-db {
    color: #585858 !important;
    cursor: pointer;
}

    .yqlj-db img {
        width: 18px;
        margin-right: 2px;
        opacity: 0.5;
    }

    .yqlj-db:hover {

        color: white !important;

    }

        .yqlj-db:hover img {
            opacity: 1 !important;
        }

.yqlj-db-on {
    color: white !important;
}

    .yqlj-db-on img {
        opacity: 1 !important;
    }


.caseinfo-two .swxt-font p {
    overflow-y: auto;
    padding-right: 5px;
    display: block;
}


    .caseinfo-two .swxt-font p::-webkit-scrollbar {
        width: 3px;
        background-color: #dcdbdb;
    }

    .caseinfo-two .swxt-font p::-webkit-scrollbar-thumb {
        background-color: #cc0200;
        border-radius: 10px;
    }

.nav-search .search-wrap {
    display: block;
    height: 46px;
    margin: 52px auto;
}

.nav-search .search, .nav-search .butt {
    height: 46px;
}

.banner2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}


.banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc0200;
}

.banner2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}


.banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc0200;
}


.banner-wrap2 {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
}

.banner-bt {
    margin-bottom: 40px;
}

    .banner-bt span {
        font-size: 72px;
        padding-right: 30px;
    }

.banner-bt1 {
}

    .banner-bt1 .banner-bt1-ms {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .banner-bt1 .banner-bt1-anniu {
        font-size: 24px;
        color: #f26e6e;
        border: 1px solid #f26e6e;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 32px;
    }

.pcvideo {
    right: 0;
    width: 100%;
    height: auto;
    z-index: -999;
}

.banner-font2 em {
    color: #cc0200;
    font-style: normal;
}

.index.banner .banner-font2 h4 {
    font-weight: 100;
}

.index.banner .banner-font2 ul {
    margin-top: 15%;
}

.banner-wrap3 {
    top: 55%;
}

.index.banner .banner-font li::before {
    background-color: rgba(255, 255, 255, 0.66);
}

.prons-img{transition:ease .5s;overflow:hidden;}
.prons-left img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}
.prons-left:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		
.prons-rb img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}
.prons-rb:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		
.prons-r img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}
.prons-r:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		

@media (max-width: 1659px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {
        margin-bottom: 35px;
    }

        .banner-bt span {
            font-size: 62px;
            padding-right: 30px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 28px;
            margin-bottom: 35px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 8px 32px;
            border-radius: 32px;
        }
		
		.abco-pic .abco-font p {
            margin-right: 100px;
        }
}

@media (max-width: 1459px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {

        margin-bottom: 30px;
    }

        .banner-bt span {
            font-size: 56px;
            padding-right: 30px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 26px;

            margin-bottom: 30px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 8px 32px;
            border-radius: 32px;
        }
}

@media (max-width: 1259px) {
    .banner-wrap2 {
        top: 45%;
    }

    .banner-bt {
        margin-bottom: 30px;
    }

        .banner-bt span {

            font-size: 48px;
            padding-right: 25px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 6px 28px;
            border-radius: 32px;
        }
}

@media (max-width: 767px) {
    .banner-wrap2 {
        top: 35%;
    }

    .banner-bt {
        margin-bottom: 17px;
    }

        .banner-bt span {
            font-size: 32px;
            padding-right: 25px;
        }

    .banner-bt1 {
    }

        .banner-bt1 .banner-bt1-ms {
            font-size: 20px;
            margin-bottom: 25px;
        }

        .banner-bt1 .banner-bt1-anniu {
            font-size: 20px;
            color: #f26e6e;
            border: 1px solid #f26e6e;
            display: inline-block;
            padding: 5px 24px;
            border-radius: 32px;
        }

    .banner-wrap3 {
        display: none;
    }
	
	.abco-pic .abco-font p {
        margin-right: 20px;
    }
}


.banner_text{width: 100%;position: absolute;left: 0;top: 54%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.other_banner{position: relative;text-align: center;overflow: hidden;height: 480px;margin-top: 80px;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;font-weight: bold;margin-bottom: 1px;margin-top: 0;color: #fff;line-height: 1.4;}
.other_banner .banner_text h4{font-size: 22px;margin: 0;}
.other_banner img{width: 100%;animation: zoombig 3s linear forwards;}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}

@keyframes zoombig {
	0%{transform: scale(1.2,1.2);} 

	100%{transform: scale(1,1);}
}

@keyframes rotating{
from{transform:rotate(0)}
to{transform:rotate(360deg)}
}

.pubTitle{width: 100%;text-align: center;margin-bottom: 40px;}
.pubTitle h6{font-size: 34px;color: #000;line-height: 1.3;font-weight: 700;}
.pubTitle i{display: block;width: 20px;height: 3px;background: #cc0200;margin: 15px auto;}
.pubTitle p{font-size: 14px;color: #464646;line-height: 2;}


.yy5{width:100%;height:500px;}

.nymenu{border-bottom:1px #d9d9d9 solid;background: #fff;}
.nymenu_mid ul li{background-position:left center;background-repeat:no-repeat;background-image:url(../images/img17.jpg);float:left;padding: 0 40px;text-align:center;}
.nymenu_mid ul li:nth-child(1){text-align:left; background-image:none}
.nymenu_mid ul li:last-child{
text-align:right}
.nymenu_mid ul li a{padding: 20px 0;display:inline-block;line-height: 1.5;font-size: 16px;position:relative;color: #333;}
.nymenu_mid ul li a:after{content: "";position: absolute;z-index: 1;opacity:0;left: 50%;width: 0;bottom: -1px;height: 2px;background-color: #cc0200;background-repeat:no-repeat;background-position:center;z-index: 1;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #cc0200;}
.nymenu_mid ul li a:hover:after,.nymenu_mid ul li a.active:after{width: 2.65em;opacity:1;margin-left: -1.325em;}
.nymenu_mid_s ul li{
float:none; display:inline-block;}
.nymenu_mid_s{
text-align:center}
.nymenu_mid_s ul li:nth-child(1),.nymenu_mid ul li:last-child{
text-align:center;}

.home-block {
	padding: 70px 0;
}
.bgef {
  background: #f5f5f5;
  }
.home-block1 {
	padding: 60px 0;
}

.container5{width: 1300px;margin:0 auto;}

.srv-wrap{padding: 40px;background:#fff;}

.srv-top{
padding-bottom: 16px;text-align: left;font-size: 24px;font-weight: 700;line-height: 1.4;color: #2b2b2b;border-bottom:1px solid #dedede;
}

.srvStgy-top{width: 100%;text-align: left;line-height: 1.7;font-size: 15px;margin: 25px auto 0;color: #424242;}

.srvStgy-top p{margin-bottom: 12px;}

.download-list-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .download-list-box ul {
        width: 100%
    }

    .download-list-box li {
        width: 100%
    }

    .download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 58px;
        background: url(../images/ser22.png) no-repeat left center;

        line-height: 75px;

        font-size: 16px;
        overflow: hidden;
        height: 75px;
        color: #444;
        border-bottom: 1px solid #e0e0e0;
    }

    .download-list-box .title.on {
        border-bottom: 0;
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #cc0200;
    }

    .download-list-box .time {
        font-size: 14px;
        color: #666;
        filter: alpha(opacity=50);
    }

    .download-list-box .con {
        width: 100%;
        padding: 1.7%;
        background: #f7f7f7;
        display: none
    }

    .download-list-box dd {
        width: 100%;
        margin-bottom: 17px;
        background: #fff;
        padding: 39px 3.7% 49px
    }


    .download-list-box dd h2 {



        line-height: 44px;
        font-size: 24px;

        color: #333;
        margin-bottom: 14px


    }


    .download-list-box dd .line {


        margin-bottom: 20px;
        border-bottom: 1px solid #e6e5e5;
        padding-bottom: 40px
    }

    .download-list-box dd p {
        font-size: 15px;
        color: #666;
        line-height: 25px
    }

    .download-list-box .download {
        margin-top: 20px;
        width: 150px;
        height: 36px;
        padding-left: 30px;
        line-height: 36px;
        background: #cc0200 url(../images/ser23.png) no-repeat 112px center;
        color: #fff;
        font-size: 14px;
        display: block;
        border-radius: 30px;
    }

.download-list-box .title:hover {
        background: url(../images/ser22_h.png) no-repeat left center;
        color: #cc0200;
    }
	
.contact_content_inner {
    padding: 40px 52px;
    background: #fff;
}

.ul-download {
    padding: 0 0 16px
}

.ul-download li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 11px
}

.ul-download li a.download {
    float: right;
    font-size: 14px;
    line-height: 54px;
    color: #666;
    letter-spacing: 1px
}

.ul-download li a.download img {
    display: inline-block;
    vertical-align: -6px;
    margin-left: 8px
}

.ul-download li a.download:hover {
    color: #cc0200
}

.ul-download li a.link {
    display: block;
    font-size: 16px;
    line-height: 54px;
    padding-left: 23px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon-dian.png) no-repeat left center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;

    transition: all .3s;
}

.ul-download li a.link:hover {
    color: #cc0200;
    background-image: url(../images/icon-dian-on.png);
}

.page22{width:100%;height:auto;margin-top: 15px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 42px;height: 40px;line-height: 40px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;background: #fff;margin:0 4px;}

.page22 a.on, .page22 a:hover{background-color: #cc0200;color:#ffffff;border-color: #cc0200;}
.page22 a:first-child,
.page22 a:last-child{font-weight:600;}

.article{ padding:40px 50px; background:#fff;}

.subNewsTitle h3:first-child{font-size: 24px;font-weight: 700;color: #333;margin-top: 0px;padding: 0 0px 20px;border-bottom: 1px solid #D4D4D4;text-align: center;}
.article h3{font-size: 24px; color: #333; text-align: center; padding: 10px 0 30px;}


.article p{font-size: 15px;color: #3e3e3e;margin-bottom: 15px;line-height: 1.75;}


.otherNews {position: relative;border-top: 1px solid #D4D4D4;margin-top: 25px;}
.links22 {padding: 25px 0 0 0px;}
.links22 a {display: block;line-height: 2;font-size: 14px;color: #383838;}
.links22 a:hover {color: #cc0200;}

.new-list{margin-left: -10px;margin-right: -10px;margin-top: 40px;}
.new-list li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list li:nth-child(4n+4){ margin-right:0;}
.new-list li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list li figcaption{display:block;padding: 25px 22px 22px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 172px;}
.new-list li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list li figcaption h3{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 700;
	height: 24px;
	margin-top: 12px;
	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list li figcaption p{
	color: #999;
	height: 54px;
	font-size:14px;
	line-height: 25px;
	margin-top: 10px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #cc0200;font-size:14px;margin-top: 15px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list li:hover figcaption{margin-top:-51px;background: #cc0200;height: 223px;}
.new-list li:hover figcaption time{ color:#fff;}
.new-list li:hover figcaption h3{ color:#fff;}
.new-list li:hover figcaption p{ color:#fff;}
.new-list li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}

.news-pagecontent {
	background-color: #fff;
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page {
		padding: 35px 40px 40px;
	}
	
.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h1 {
		font-size: 24px;
		line-height: 1.3;
		font-weight: 700;
		color:#262626;
	}
.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page .title .artInfo span {
}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 1.8;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	margin-bottom: 10px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;

	font-size: 16px;
	border-bottom: 1px solid #f2f2f2

}

.news-pagecontent .page .content h3 {

	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}

.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {
	content: " ";
	clear: both;
	display: table
}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 14px;
	display: block;
	padding: 5px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,.news-pagecontent .page .section li a:active {
	color: #cc0200;
}

.news-pagelist {
		float: right;

		width: 23%;
		/* background:#fff; */
	}

.news-pagelist ul li {
		float: none;

		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;

	}

	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size:12px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.news-pagelist ul li:first-child a small img {
		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 8px 12px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 12px;

	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #cc0200;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.container{width: 1400px;margin:0 auto;}

.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #cc0200;
}

.allfl { margin-bottom: 0; }
.allfl div, .allfl img { float: left; }
.allfl img {width: 100%;}
.allfl div {position: relative;padding: 32px 45px 37px 45px;}
.pro_list ul{
    margin-left: -0.8%;
    margin-right: -0.8%;
}
.pro_list li{float:left;position:relative;background-color:#FFF;width: 31.7333333%;overflow:hidden;margin: 0 0.8% 2% 0.8%;display:inline;}
.btn1 {display: block;width: 116px;height: 38px;line-height: 36px;text-align: center;font-size: 14px;color: #cc0200;border: 1px solid #cc0200;}
.btn1:hover {background: #cc0200;border: 1px solid #cc0200;color:#FFFFFF;}
.imghover img{ transition: all .6s ease; -moz-transition: all .6s ease; -webkit-transition: all .6s ease; -o-transition: all .6s ease; }
.imghover a:hover img, .imglihover li:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); }

.seviceBox { text-align: center; }
.seviceBox h4 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.seviceBox p {
	font-size: 14px;
	color: #616161;
	line-height: 25px;
	text-align: center;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.seviceBox a {display: inline-block;margin-top: 22px;}

.imgbox{ overflow:hidden;}

.search-condition-ex {
  margin: 0 auto 40px auto;
  padding: 18px 28px;
  background-color: #ffffff;
  font-size: 15px;
}

.search-conditions {
  line-height: 24px;
}

.search-conditions dl dt {
  float: left;
  margin: 12px 10px 12px 0;
  color: #313131;
  font-weight: 500;
}
.search-conditions dl dd {
  overflow: hidden;
}

.search-condition-ex .search-conditions dl dd > a,.search-condition-ex .search-conditions dl dd .custom-salary a,.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a {
  display: inline-block !important;
  display: inline;
  zoom: 1;
  margin: 6px 0;
  padding: 5px 18px;
  border-radius: 2px;
  margin-right: 5px;
  color: #313131;
}

.search-condition-ex .search-conditions dl dd > a:hover, .search-condition-ex .search-conditions dl dd > a.active, .search-condition-ex .search-conditions dl dd .custom-salary a:hover, .search-condition-ex .search-conditions dl dd .custom-salary a.active, .search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a:hover, .search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a.active {
  text-decoration: none;
  background-color: #cc0200;
  color: #fff;
}

.new-list1{margin-left: -10px;margin-right: -10px;}
.new-list1 li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list1 li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list1 li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list1 li figcaption{display:block;padding: 35px 28px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 158px;}
.new-list1 li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list1 li figcaption h3{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list1 li figcaption p{
	color: #777;
	height: 48px;
	font-size:14px;
	line-height: 24px;
	margin-top: 15px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list1 li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #AB0825;font-size:14px;margin-top: 18px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list1 li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list1 li:hover figcaption{margin-top:-51px;background: #AB0825;height: 209px;}
.new-list1 li:hover figcaption time{ color:#fff;}
.new-list1 li:hover figcaption h3{ color:#fff;}
.new-list1 li:hover figcaption p{ color:#fff;}

.new-list1 li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}


.mr_frbox { }
.mr_frBtnL {float: left;margin: 108px 34px 0px 0px;cursor: pointer;display: inline;width:28px;}
.mr_frUl { float: left;  width: 90%; }
.mr_frBtnR {float: right;margin-top: 108px;cursor: pointer;width:28px;}
.mr_frUl ul li { display: inline; float: left; width: 24.2%; margin-right:15px; overflow: hidden; }
.mr_frUl ul li img {}

.honorbd{padding: 20px 20px;background: #ffffff;border: 1px solid #e6e6e6;}
.honorbd img{max-height:245px;margin:0px auto;display:block;}
.honorbd h4{
	margin-top:20px;
	padding: 0 20px;
	color:#333;
	font-size: 16px;
	text-align:center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	
	
#job-list {
	margin-bottom: 0;
}

#job-list .box {
	padding: 40px;
	background: #fff;
	border: 1px solid #e2e2e2;
}

#job-list .top {
	background: #a70200;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

#job-list .name,#job-list .num,#job-list .address,#job-list .date {
	float: left;
	width: 22%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
	box-sizing: border-box;
}

#job-list .name {
	padding-left: 50px;
	text-align: left;
}

#job-list .arrow {
	float: left;
	width: 12%;
	text-align: center;
}

#job-list .arrow i {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	background: url("../images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}


#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	padding: 0;
}


#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #464646;
}


#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 22px;

	font-weight: 700;
	color: #292929;
}

#job-list .content h3 {
	font-weight: 500;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}


#job-list .content p {

text-indent: 0;

font-size: 14px;

line-height: 1.8;

margin-bottom: 7px;

color: #545454;
}


.wrap {
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.box{position: absolute;padding: 0;top: 0;opacity:0.5;z-index:4;opacity:1;z-index: 99999999;}
.box_bg{}
.box22{width:100%;height:100%;margin:0 auto;display:none;z-index: 999;position:fixed;background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;opacity:1; }
.login5{width: 100%;height: 120px;text-align:center;position:relative;margin: 0 auto;}
.login5 h2{ font-size:30px; line-height:65px; color:#ffffff;}
.close{position:absolute;width: 47px;height: 47px;right: 40px;top: 40px;}
.login51{width: 100%;padding: 0;margin:0 auto;color: #fff;height: 100%;overflow: hidden;display: block;}

.at22{max-width: 1000px;}

.vr1{ width:80px;}

.one{cursor:pointer;display: inline-block;}

#loginalert {
	max-width: 700px;
	margin:0 auto;
	text-align:center;
}


@media screen and (max-width:1500px) {

.other_banner{height:380px;}
.other_banner .banner_text h3{font-size: 38px;}
.container5{width:92%; max-width: 1200px;}
.container{width:92%; max-width: 1200px;}
.mr_frBtnL {margin: 90px 20px 0px 0px;}
.mr_frBtnR {margin-top: 90px;}

#loginalert {
	max-width: 320px;
}

}

@media (max-width: 1024px) {
	
.title44 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
}

	
.pubTitle{margin-bottom: 25px;}
.pubTitle h6{font-size: 22px;}

.other_banner{margin-top: 60px; height:180px;}
.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 500;}

.other_banner .banner_text h4{font-size: 16px;}

.line33 {
  margin: 10px auto;
}


.yy5{height:300px;}


.container5{width:92%;}
.container{width:92%;}

.nymenu_mid ul li a{padding: 15px 0;line-height: 1.5;font-size: 14px;}
.nymenu_mid ul li{padding: 0 20px;width: 50%;float: left;display: block;}

.home-block {
	padding: 40px 0;
}
.home-block1 {
	padding: 40px 0;
}
.article{ padding:25px 25px; }
.subNewsTitle h3:first-child{font-size: 18px;padding: 0 0px 20px;}

.srvStgy-top{margin: 15px auto 0;}

.srvStgy-top p{margin-bottom: 10px;}
.srv-wrap{padding: 25px 20px 30px 20px;background:#fff;}
.srv-top{padding-bottom: 15px;text-align: left;font-size: 22px;}

.contact_content_inner {

    padding: 25px 22px;
}


.ul-download li a.link {
    display: block;
    font-size: 14px;
    line-height: 48px;
}

.ul-download {
    padding: 0 0 10px
}


.download-list-box .title {
        width: 100%;
        cursor: pointer;
        padding-left: 38px;
        background: url(../images/ser221.png) no-repeat left center;
        line-height: 60px;
        font-size: 14px;
        overflow: hidden;
        height: 60px;
        color: #444;
        border-bottom: 1px solid #e0e0e0;
    }
	
  .download-list-box .download {
        margin-top: 15px;
        width: 120px;
        height: 30px;
        padding-left: 17px;
        line-height: 30px;
        background: #cc0200 url(../images/ser231.png) no-repeat 92px center;
        color: #fff;
        font-size: 13px;
        display: block;
        border-radius: 30px;
    }

.download-list-box .title:hover {
        background: url(../images/ser221_h.png) no-repeat left center;
        color: #cc0200;
    }
	
.ti22{width: 55%;}
.new-list li{width: 100%;float:left;padding: 0 10px;margin-bottom: 25px;}

.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;
		margin-top:20px;
	}
.news-pagecontent .page .title h1 {
		font-size: 20px;
		
		color:#262626;
	}
.news-pagecontent .page {
		padding: 20px 20px 15px;
	}
	
.allfl div {position: relative;padding: 38px 25px;}

.seviceBox h4 {
	font-size: 18px;
	font-weight: 700;
	}
	
.pro_list li{width: 98%; margin-bottom:15px;}

.search-condition-ex {
  padding: 15px 15px;
  font-size: 14px;
}

.search-condition-ex .search-conditions dl dd > a,.search-condition-ex .search-conditions dl dd .custom-salary a,.search-condition-ex .search-conditions dl dd.select-industry ul li .sub-industry a {
  padding: 5px 15px;
  margin-right: 2px;
}

.mr_frbox { }
.mr_frBtnL { float: left; margin: 100px 0 0px 0px; cursor: pointer; display: inline; width:5%; margin-right:5%;}
.mr_frUl { float: left; width: 85%; }
.mr_frBtnR { float: right; margin-top: 100px; cursor: pointer; width:5%;}
.mr_frUl ul li { display: inline; float: left; width: 92%; margin-right:10px; overflow: hidden; }

.honorbd h4{
	padding: 0;
	}
	
#job-list {
		margin-bottom: 0;
	}


	#job-list .box {
		padding: 15px 10px;
	}

	#job-list .box .top {
		font-size: 15px;
	}

	#job-list .name,#job-list .num,#job-list .address,#job-list .date {
		width: 21%;
		padding: 15px 0;
	}

	#job-list .name {
		width: 28%;
		padding-left: 15px;
	}

	#job-list .arrow {
		width: 8%;
	}

	#job-list .arrow i {


width: 20px;

height: 52px;

-webkit-background-size: 12px;

-moz-background-size: 12px;

background-size: 12px;

display: none;

}

	#job-list .article {
		font-size: 14px;
	}

	#job-list .content {
		padding: 10px 15px;
		font-size: 12px;
	}

	#job-list .content .txt {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 10px;
	}

	#job-list .content h3 {
		padding-left: 15px;
	}

	#job-list .content h3:before {
		width: 6px;
		height: 6px;
		top: 9px
	}
	
	
	#job-list .name{
	width: 70%;
}

#job-list .date {
	width: 22%;
}

#job-list .num,#job-list .address {
	display:none;
}

.wrap {
	padding-top: 60px;
}

.new-list1 li{width: 100%;margin-bottom: 15px;}

.close{position:absolute;width: 32px;height: 32px;right: 30px;top: 30px;}


}