﻿@charset "UTF-8";

.head_main,
.container,
.foot-main,
.foot-bottom,
.index-container,
.foot-main,
.wrap {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .wrap,
    .head_main,
    .container,
    .foot-main,
    .foot-bottom,
    .index-container,
    .foot-main {
        padding: 15px 15px 0px 15px !important;
    }
}

@media (min-width: 768px) {
    .wrap,
    .head_main,
    .container,
    .foot-main,
    .foot-bottom,
    .index-container,
    .foot-main {
        width: 750px;
        padding: 0 15px !important;
    }
}

@media (min-width: 992px) {
    .head_main,
    .container,
    .index-container,
    .foot-main,
    .foot-bottom {
        width: 965px;
    }

    .wrap {
        width: 925px;
    }
}

@media (min-width: 1360px) {
    .head_main,
    .index-container,
    .container,
    .foot-main,
    .foot-bottom {
        width: 1300px;
    }

    .wrap {
        width: 1200px;
    }
}

@media (min-width: 1520px) {
    .wrap {
        width: 1400px;
    }
}

@media (min-width: 1660px) {
    .head_main,
    .index-container,
    .container,
    .foot-main,
    .foot-bottom {
        width: 1600px;
    }
}


/*pc-头部*/

.header {
    height: 94px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 33;
    background: rgba(0, 0, 0, 0.2);
}

    .header.black {
        background: #1c1c1c;
    }

    .header .index-container {
        height: 100%;
    }

    .header.on,
    .header.hny {
        background: #333333;
    }


    /*===============下拉==============*/


    /*pc-头部*/

    /* .header{
    height: 100%;
} */
    .header.on,
    .header.hny {
        background: #333333;
    }

.header-top {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pc-head {
    float: left;
    margin-top: 29px;
}

.header .logo {
    padding-right: 22px;
    margin-right: 22px;
    border-right: solid 3px #e50012;
}

.header-tit {
    float: left;
    margin-top: 29px;
}

    .header-tit h4 {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        margin-top: 8px;
        background: url(../images/title.png) no-repeat center left;
        padding-left: 15px;
    }

.navbar {
    float: left;
    margin-left: 16%;
    /* margin-top: 50px; */
}

    .navbar * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.category-item {
    float: left;
    margin-right: 48px;
    position: relative;
}

.category-a {
    display: block;
    font-size: 16px;
    line-height: 94px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
    padding: 0 7px;
}

    .category-a.on,
    .category-a:hover {
        color: #fff;
    }

    .category-a::after {
        content: '';
        width: 0;
        height: 3px;
        background: #e50012;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

.category-item.active .category-a::after,
.category-item:hover .category-a::after {
    width: 100%;
}

.category-item.active .category-a,
.category-item:hover .category-a {
    color: #fff;
}

/* .dropdown-menu {

} */
.dropdown-menu::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 18px rgba(30,30,30,0.9);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    left: 50%;
    top: 102%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
}

.dropdown-menu ul {
    position: absolute;
    top: 104%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 32;
    background: rgba(0,0,0,0.3);
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    border: none;
    color: #303233;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 10px 0;
    display: block;
}

.dropdown-menu li {
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.dropdown-menu i {
    font-size: 12px;
    color: #535353;
    font-weight: bold;
    padding-left: 10px;
}

.dropdown-menu li:hover a > i {
    color: #fff;
}

.dropdown-menu em {
    font-size: 12px;
    color: #535353;
    font-weight: bold;
    padding-left: 10px;
}

.dropdown-menu li:hover a > em {
    color: #fff;
}

.dropdown-menu li:last-child {
    border-bottom: 0;
}

.dropdown-menu li a {
    padding: 8px 45px;
    /* padding-left: 50px; */
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 1;
    height: auto;
    background: 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.dropdown-menu li:hover a {
    color: #e40113;
}
/* .single li:hover a {
  background: #006fc1;
  color: #fff;
} */

.category-item:hover .dropdown-menu ul, .nav-item:hover .dropdown-menu ul {
    max-height: 450px;
    opacity: 1;
    border-radius: 15px;
}

.nav-item .dropdown-menu ul {
    background: rgba(0, 0, 0, .8);
}
/* .category-item:hover .dropdown-menu::after {
  opacity: 1;
} */
.nav-search {
    cursor: pointer;
    float: right;
    width: 16px;
    height: 17px;
    position: relative;
    background: url(../images/search.png) no-repeat left center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 52px;
    margin-top: 36px;
}

.search-box {
    position: absolute;
    right: -8px;
    top: 54px;
    font-size: 0;
    width: 320px;
    height: 0;
    z-index: 100;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: hidden;
}

.nav-search:hover .search-box {
    opacity: 1;
    height: 52px;
    padding-top: 6px;
}

.search-box .search {
    border: solid 1px #dbdbdb;
    width: 260px;
    height: 46px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 15px;
    color: #666;
}

.search-box .butt {
    width: 60px;
    height: 46px;
    background: #e40113 url(../images/search.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .search-box .butt:hover {
        background-color: #e40113;
    }

.language {
    float: right;
    position: relative;
    margin-top: 42px;
}

.language-text a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'demi';
    line-height: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /* border-bottom: 3px solid #e50012; */
}

.language-text:hover a {
    border-bottom: 3px solid #e50012;
}

.language-text .icon-down {
    color: #fff;
    display: block;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.language-list {
    position: absolute;
    top: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .05);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

    .language-list a {
        display: block;
        padding: 10px 0;
        color: #fff;
        font-size: 16px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.language:hover .language-text .icon-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.language:hover .language-list {
    opacity: 1;
    visibility: visible;
}


/*app-头部*/

.header-app.on .navbar-app {
    background: #333;
}

.header-app.hny .navbar-app {
    background: #333;
}

.header-app .logo {
    padding-right: 12px;
    margin-right: 12px;
    border-right: solid 2px #e50012;
}

.header-app {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    overflow: hidden;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    -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);
    }

.navbar-app {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    height: 60px;
    text-align: center;
}

.header-app .logo {
    float: left;
    height: auto;
    vertical-align: middle;
    margin: 13px 15px;
}

    .header-app .logo img {
        height: 100%;
    }

.app-sousuo {
    line-height: 22px;
    border-right: solid 1px #fff;
    padding-right: 15px;
    color: #fff;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
}

.alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 9999;
}

.alert-top {
    height: 60px;
    background: #000;
    padding: 0 15px;
}

    .alert-top .text {
        height: 30px;
        margin-top: 15px;
        background: none;
        border-bottom: solid 1px #ccc;
        width: 80%;
        float: left;
        color: white;
    }

    .alert-top .search {
        margin-left: 10px;
        background: url(../images/search.png) no-repeat center;
        width: 20px;
        height: 21px;
        background-size: cover;
        float: left;
        margin-top: 20px;
    }

    .alert-top span {
        color: #fff;
        float: right;
        font-size: 20px !important;
        margin-top: 16px;
    }

.navapp-user {
    float: right;
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, .82);
    line-height: 60px;
    font-size: 16px;
}

.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: #fff;
        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: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px;
    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 #e5e5e5;
    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;
    }

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
    color: #e40113;
}

.category-cont a.active {
    color: #ab1302;
}

.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: #e40113;
}

.category-cont {
    display: none;
}

.nav-list li.open .category-cont {
    display: block;
    /* border: solid 1px #e5e5e5; */
}

.category-pad {
    /* padding: 0 15px; */
}

.category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.category-pad a.active {
    color: #e40113;
}

.app-search {
    position: relative;
}

.app-search-text {
    width: 76%;
    height: 48px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.app-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    background: transparent;
    vertical-align: middle;
    font-size: 16px;
    line-height: 48px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.app-lanu {
    text-align: center;
    padding: 20px 0;
}

    .app-lanu a {
        display: inline-block;
        padding: 0 10px;
        line-height: 24px;
        color: #666;
    }

        .app-lanu a.active {
            color: #fff;
            background: #e40113;
            border-radius: 30px;
        }


/*pc端底部*/

.footer {
    background: #111;
}

.foot_nav {
    padding: 30px 0 5px;
    position: relative;
}

    .foot_nav::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        background: #414141;
        top: 75px;
    }

    .foot_nav dl {
        float: left;
        margin-left: 98px;
    }

        .foot_nav dl:first-child {
            margin-left: 0;
            padding-left: 0;
        }

    .foot_nav dt {
        padding-bottom: 25px;
        position: relative;
    }

    .foot_nav dl:last-child dt:after {
        display: none;
    }

    .foot_nav dt a {
        font-size: 18px;
        color: #fff;
    }

    .foot_nav dd a {
        font-size: 14px;
        color: #989898;
        line-height: 28px;
    }

        .foot_nav dd a:hover {
            color: #fff;
        }

.foot_lf {
    float: right;
}

.foot_rt {
    float: left;
}

.foot_logo {
    margin-bottom: 30px;
}

.foot_txt {
    color: #a6a6a6;
    margin: 20px 0 20px;
}

.information-pa {
    position: relative;
}

    .information-pa img {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

.foot_txt .information-pa:first-child {
    margin-bottom: 48px;
}

.information-pa .namee {
    display: inline-block;
    margin-left: 76px;
}

    .information-pa .namee h3 {
        font-size: 24px;
        font-family: 'itb';
        color: #fff;
    }

    .information-pa .namee p {
        font-size: 16px;
        color: #fff;
        margin-top: 10px;
    }

.footer-hr {
    width: 56px;
    height: 3px;
    background: #fff;
    margin-top: 18px;
}

.copyright {
    width: 100%;
    overflow: hidden;
}

.foot-bottom {
    border-top: 1px solid #414141;
    line-height: 51px;
    padding: 10px 0 10px;
}


.copyright p:hover {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {
    color: #464646;
    display: inline-block;
}

.copy_lf {
    float: left;
}

    .copy_lf p {
        margin-right: 30px;
    }

.copy_rt {
    float: right;
    width: 40%;
    text-align: end;
}

    .copy_rt p {
        margin-left: 30px;
    }

    .copy_rt a {
        color: #464646;
    }


/*app-底部*/

.foot-app {
    width: 100%;
    background: #15191d;
    padding: 0 15px;
    display: none;
}

.footer-tit {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.open .footer-tit a {
    color: #fff;
}

.footer-tit a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 48px;
    margin-right: 48px;
    display: block;
}

.footer-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 20px;
    height: 48px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

    .footer-tig::before,
    .footer-tig::after {
        content: '';
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        transition: all .3s;
        left: 50%;
    }

    .footer-tig::before {
        width: 18px;
        height: 2px;
        margin-left: -8px;
    }

    .footer-tig::after {
        width: 2px;
        height: 18px;
        margin-top: -8px;
    }

.footer-item.open .footer-tig::after {
    opacity: 0;
}

.footer-item.open .footer-tig::before {
    background: #fff;
}

.footer-cont {
    display: none;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-top: 0;
    padding: 0 15px;
}

    .footer-cont a {
        line-height: 40px;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        font-size: 14px;
        border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
    }

        .footer-cont a:last-child {
            border: none;
        }

.footer-item.open .footer-cont a.active {
    color: #e50012;
}

.footer-top {
    padding: 25px 0;
}

.footer-left {
    float: left;
    margin-bottom: 10px;
}

    .footer-left img {
        display: block;
    }

.footer-right {
    width: 100%;
    float: left;
}

    .footer-right p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 22px;
    }

.footer-bot {
    padding: 20px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
}

    .footer-bot p,
    .footer-bot p a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 22px;
    }

/* 论坛底部 */
.forum-foot {
    background: #111;
}

    .forum-foot .foot-top {
        height: 75px;
        line-height: 75px;
        border-bottom: 1px solid #414141;
    }

        .forum-foot .foot-top a {
            color: #fff;
            font-size: 16px;
            display: inline-block;
            margin-right: 76px;
        }

        .forum-foot .foot-top span {
            float: right;
            color: #fff;
            font-size: 16px;
        }

    .forum-foot .foot-bot {
        height: 60px;
        line-height: 60px;
        overflow: hidden;
    }

        .forum-foot .foot-bot a, .foot-app .foot-bot a {
            color: #cdcdcd;
            font-size: 15px;
            display: inline-block;
            margin-right: 40px;
        }

            .forum-foot .foot-bot a:last-child {
                margin-right: 0;
            }

.forum-footer, .forum-app {
    height: 45px;
    background: #000;
}

    .forum-footer span, .forum-app span {
        float: left;
        line-height: 44px;
        color: #fff;
        font-size: 16px;
        font-family: 'itc';
    }

    .forum-footer a {
        float: right;
        line-height: 60px;
        color: #fff;
    }

.foot-share {
    display: inline-block !important;
    float: right;
}

    .foot-share .bshare-custom a {
        background: transparent;
        color: white;
        text-align: center;
        line-height: 27px;
        margin-left: 44px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        float: left;
        padding-left: 0;
        margin-right: 0;
        margin-top: 25px;
        border: 1px solid #fcfcfc;
    }

        .foot-share .bshare-custom a:hover {
            text-decoration: none !important;
        }

@media (max-width: 1659px) {
    .navbar {
        margin-left: 90px;
    }

    .category-item {
        margin-right: 32px;
    }

    .foot_nav dl {
        margin-left: 74px;
    }

    .information-pa .namee {
        margin-left: 55px;
    }

    .information-pa .namee {
        margin-left: 58px;
    }

    .foot-information li:nth-child(2) {
        width: 26%;
    }

    .foot-information li:nth-child(3) {
        width: 22%;
    }
}

@media (max-width: 1359px) {
    .header .logo {
        padding-right: 12px;
        margin-right: 12px;
    }

        .header .logo img {
            width: 80px;
        }

    .header-tit h4 {
        font-size: 16px;
        line-height: 16px;
    }

    .navbar {
        margin-left: 45px;
    }

    .category-item {
        margin-right: 6px;
    }

    .category-a {
        font-size: 15px;
    }

    .nav-search {
        margin-right: 36px;
        margin-top: 39px;
    }

    .foot_nav {
        padding: 30px 0 0px;
    }

    .foot_logo {
        margin-bottom: 30px;
    }

    .foot_nav dl {
        margin-left: 30px;
    }

    .foot_nav dt {
        padding-bottom: 35px;
    }

    .information-pa .namee {
        margin-left: 50px;
    }

    .foot_nav::before {
        top: 75px;
    }

    .information-pa .namee h3 {
        font-size: 20px;
    }

    .information-pa .namee p {
        font-size: 15px;
        margin-top: 6px;
    }

    .foot_txt .information-pa:first-child {
        margin-bottom: 38px;
    }

    .foot_nav dt a {
        font-size: 16px;
    }

    .forum-foot .foot-top {
        height: 100px;
        line-height: 100px;
    }

        .forum-foot .foot-top a {
            margin-right: 42px;
        }

    .foot-share .bshare-custom a {
        margin-right: 0;
        margin-left: 35px;
    }

    .forum-foot .foot-bot {
        height: 86px;
        line-height: 86px;
    }
}

@media(max-width:991px) {
    .header-app,
    .foot-app {
        display: block;
    }

    .header,
    .footer,
    .forum-foot,
    .forum-footer {
        display: none !important;
    }

    .header-tit {
        margin-top: 15px;
    }

    .foot-share {
        width: 100%;
        float: none;
    }

        .foot-share .bshare-custom a {
            margin-top: 20px;
            margin-bottom: 20px;
        }

    .foot-app .foot-bot a {
        font-size: 14px;
        margin-right: 23px;
        margin-bottom: 6px;
    }

    .forum-app span {
        line-height: 20px;
        font-size: 14px;
        line-height: 60px;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .information-pa {
        height: 47px;
        margin-bottom: 15px;
    }

        .information-pa img {
            width: 34px;
            height: 34px;
            top: 33%;
        }

        .information-pa .namee {
            margin-left: 58px;
        }

            .information-pa .namee p {
                font-size: 16px;
                margin-top: 5px;
            }
}

@media(max-width:767px) {
    .header-app .logo {
        margin: 20px 12px;
    }

        .header-app .logo img {
            width: 48px;
        }

    .header-tit h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .alert-top .search {
        width: 17px;
        height: 18px;
    }

    .footer-left {
        width: 100%;
    }

        .footer-left img {
            width: 60px;
            margin-bottom: 20px;
        }

    .information-pa {
        height: 47px;
        margin-bottom: 10px;
    }

        .information-pa img {
            width: 30px;
            height: 30px;
            top: 22%;
        }

        .information-pa .namee {
            margin-left: 40px;
        }

            .information-pa .namee h3 {
                font-size: 16px;
            }

            .information-pa .namee p {
                font-size: 14px;
                margin-top: 5px;
            }

    .footer-bot .copy-app {
        display: block;
    }

    .forum-app span {
        margin-top: 10px;
        line-height: 25px;
    }
}

/*banner*/

.banner {
    position: relative;
}

    .banner img {
        display: block;
        width: 100%;
    }

        .banner img.app-banner {
            display: none;
        }

.banner-font {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30%;
    color: #fff;
}

    .banner-font h3 {
        text-align: left;
        font-size: 42px;
        color: #fff;
        font-weight: bold;
        line-height: 42px;
        font-family: 'itc';
        letter-spacing: 4px;
        transform: translateY(-20px);
        margin-bottom: 27px;
        transition: all 1s .5s;
    }

    .banner-font h4 {
        text-align: left;
        font-size: 42px;
        color: #fff;
        line-height: 42px;
        transition: all 1s .7s;
    }

.ban-bot {
    line-height: 0;
    margin: 48px 0 65px;
}

    .ban-bot span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        line-height: 5px;
        margin: 0 6px 0 2px;
        background: #fff;
    }

.banner-line {
    width: 40px;
    height: 3px;
    background: #e40113;
    margin: 36px auto 36px;
}

.banner .swiper-slide-active .banner-font h3,
.banner .swiper-slide-active .banner-font h4 {
    opacity: 1;
    transform: translateY(0);
}

.banner .ban-bullt {
    position: relative;
}

.banner .swiper-button-prev {
    transition: all .5s;
    font-size: 18px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    color: white;
    background: none;
    opacity: 1;
    left: 8.5%;
    margin-top: 10.8%;
    text-align: center;
    line-height: 43px;
}

.banner .swiper-button-next {
    transition: all .5s;
    font-size: 18px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    color: white;
    background: none;
    opacity: 1;
    left: 14.2%;
    margin-top: 10.8%;
    text-align: center;
    line-height: 43px;
}

    .banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
        background: #e50012;
    }

.index-bannerswiper div:nth-child(2) {
    margin: 100px 0;
}

.index-bannerswiper {
    /*top: 200px;*/
    top: 160px;
    width: 16px !important;
    right: 156px !important;
    left: unset !important;
}

.banner .jiange {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.banner .shita {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: relative;
    /* top:19px;
    left:-6px; */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .banner .shita::before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        background: rgba(229,0,18,.3);
        border-radius: 50%;
        left: 0;
        top: 0;
        transform: translate(-4px,-4px);
    }

.banner .jiange i {
    background: #fff;
}

.banner .jiange i, .banner .shita i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.banner .shita i {
    width: 8px;
    height: 8px;
    background: #e50012;
}

.banner .jiange em {
    background: #fff;
}

.banner .jiange em, .banner .shita em {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.banner .shita em {
    width: 8px;
    height: 8px;
    background: #e50012;
}

.banner .swiper-slide-active img {
    visibility: visible !important;
    /*   -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); */
    /*  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); */
}

.banner-more {
    display: block;
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: ease .5s;
    background: #e50012;
    width: 168px;
    height: 48px;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

    .banner-more span {
        display: block;
        text-transform: uppercase;
        position: absolute;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        background: #e50012;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 10px 0;
    }

        .banner-more span:first-child {
            transform: translate3d(0, 0, 30px);
            -webkit-transform: translate3d(0, 0, 30px);
        }

        .banner-more span:last-child {
            transform: rotateX(90deg) translate3d(0, 0, 30px);
            -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
        }

    .banner-more:hover {
        transform: rotateX(-90deg);
    }

.banner .ban-box {
    width: 100%;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    height: 44px;
}

.ban-box .slideGroup {
    width: 100%;
    height: 68px;
    overflow: hidden;
}

    .ban-box .slideGroup .slideBox {
        overflow: hidden;
        zoom: 1;
        position: relative;
        height: 48px;
    }

        .ban-box .slideGroup .slideBox .tempWrap {
            width: 100% !important;
        }

    .ban-box .slideGroup .parBd ul {
        overflow: hidden;
        zoom: 1;
        margin: 0 -10px;
        height: 68px;
    }

        .ban-box .slideGroup .parBd ul li {
            width: auto !important;
            margin-right: 28px;
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: left;
            padding: 0 10px;
        }

            .ban-box .slideGroup .parBd ul li p {
                line-height: 40px;
                font-size: 18px;
                color: #fff;
                width: 100%;
            }

.banner .slideGroup .parBd ul li p span {
    display: inline-block;
    padding-left: 28px;
    font-family: arial;
    font-size: 18px;
}

.banner .slideGroup .parBd ul li:hover p {
    color: #e50012;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner img {
    display: block;
    width: 100%;
}

.banner-app {
    display: none;
}

@media (max-width: 1659px) {
    /* .banner .swiper-button-prev{left: 40px;}
  .banner .swiper-button-next{left: 140px;} */
    .banner .ban-box, .ban-box .slideGroup, .ban-box .slideGroup .slideBox, .ban-box .slideGroup .parBd ul {
        height: 52px;
    }

        .ban-box .slideGroup .parBd ul li p {
            line-height: 52px;
            font-size: 14px;
        }

    .index-bannerswiper {
        top: 180px;
        width: 16px !important;
        right: 80px !important;
    }

        .index-bannerswiper div:nth-child(2) {
            margin: 90px 0;
        }

    .banner-font h3 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .banner-font h4 {
        font-size: 40px;
        line-height: 40px;
    }

    .ban-bot {
        margin: 32px 0 49px;
    }

    .banner .swiper-button-prev {
        left: 2.5%;
    }

    .banner .swiper-button-next {
        left: 10.2%;
    }
}

@media (max-width: 1359px) {
    .banner img {
        height: 460px;
    }

    .banner-font {
        top: 34%;
    }

        .banner-font h3 {
            font-size: 30px;
            line-height: 30px;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .banner-font h4 {
            font-size: 28px;
            line-height: 28px;
        }

    .ban-bot {
        margin: 26px 0 38px;
    }

    .banner-more {
        width: 156px;
        height: 42px;
    }

        .banner-more span {
            font-size: 15px;
            line-height: 23px;
        }
    /* .banner .jiange {
        margin: 40px 0;
    } */
    .banner .swiper-button-prev, .banner .swiper-button-next {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        margin-top: 12.8%;
    }

    .banner .ban-box, .ban-box .slideGroup, .ban-box .slideGroup .slideBox, .ban-box .slideGroup .parBd ul {
        height: 42px;
    }

        .ban-box .slideGroup .parBd ul li p {
            line-height: 42px;
            font-size: 15px;
        }

    .banner .slideGroup .parBd ul li p span {
        padding-left: 20px;
        font-size: 14px;
    }

    .index-bannerswiper {
        top: 166px;
        width: 16px !important;
        right: 80px !important;
    }

        .index-bannerswiper div:nth-child(2) {
            margin: 50px 0;
        }
}

@media (max-width: 991px) {
    .banner-more,
    .index-more {
        width: 136px;
        height: 40px;
        font-size: 15px;
    }

    .banner img {
        height: 400px;
    }

    .banner-font {
        top: 33%;
    }

    .index-bannerswiper {
        top: 140px;
        right: 20px !important;
    }

    .ban-bot {
        margin: 20px 0 30px;
    }

    .banner-font h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .banner-font h4 {
        font-size: 24px;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-top: 14.8%;
    }
}

@media (max-width: 767px) {
    .banner .swiper-pagination,
    .banner .swiper-left,
    .banner .jiange,
    .banner .swiper-right {
        display: none !important;
    }

    .banner-more,
    .index-more {
        width: 125px;
        height: 35px;
        line-height: 35px;
        font-size: 14px !important;
        padding: 0 10px;
        margin-top: 40px;
    }

    .banner-app {
        display: block;
        height: 450px;
    }

        .banner-app img {
            height: 100%;
        }

    .banner-pc {
        display: none !important;
    }

    .banner-font h3 {
        font-size: 28px;
    }

    .banner-font h4 {
        font-size: 24px;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        margin-top: 32%;
    }

    .banner .swiper-button-next {
        left: 26.2%;
    }
}

@media(max-width:320px) {
    .banner-font h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

/* ==============首页============= */


/* */
.index-one {
    padding: 45px 0 0px 0;
    background: #fff;
    position: relative;
    margin-top: -30px;
}

.ino-top {
    width: 100%;
    margin-bottom: 23px;
    text-align: center;
}

.int-txt {
    font-size: 24px;
    color: #333;
}

.int-dec {
    font-size: 16px;
    color: #6e6e6e;
    margin-top: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .int-dec p::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

.ino-left {
    float: left;
}

.ino-right {
    padding-top: 65px;
}

    .ino-right .banner-more {
        display: block;
        margin-top: 0;
        float: right;
    }

.inxs-right {
    display: none;
}

.ino-bottom {
    width: 100%;
}

    .ino-bottom ul {
        padding: 17px 0;
    }

        .ino-bottom ul:first-child {
            border-bottom: 1px solid #f0f0f0;
        }

    .ino-bottom li {
        width: 25%;
        float: left;
    }

    .ino-bottom ul li:nth-child(3) {
        padding-left: 40px;
    }

    .ino-bottom ul li:last-child {
        padding-left: 100px;
    }

        .ino-bottom ul li:last-child .ino-font {
            padding-right: 0;
        }

    .ino-bottom li .ino-icon {
        width: 60px;
        height: 60px;
        overflow: hidden;
        float: left;
        margin: 0 auto;
        border: 1px solid #888;
        border-radius: 50%;
    }

        .ino-bottom li .ino-icon img {
            display: block;
            width: 100%;
        }

.ino-icon img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.ino-bottom ul li:hover .ino-icon img {
    cursor: pointer;
    transform: translateY(-74px);
}


.ino-bottom ul li:hover .ino-font h3 {
    color: #e50012;
}

.ino-font {
    padding-left: 74px;
    margin-left: 25px;
    margin-top: 5px;
    padding-right: 50px;
}

    .ino-font h3 {
        color: #333;
        overflow: hidden;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .ino-font p {
        font-size: 14px;
        color: #848484;
        line-height: 14px;
    }

.bottom-left {
    width: 42.6%;
    float: left;
}

.bottom-right {
    width: 55%;
    float: right;
    right: 0;
    position: absolute;
}

.bottom-left .center-li {
    float: left;
}

    .bottom-left .center-li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

        .bottom-left .center-li:first-child img {
            margin-top: 37px;
        }

    .bottom-left .center-li:nth-child(2) {
        width: 59%;
    }

        .bottom-left .center-li:nth-child(2) img {
            margin: 20px auto;
        }

    .bottom-left .center-li:last-child {
        width: 40%;
        float: right;
    }

        .bottom-left .center-li:last-child .center-list {
            height: 259px;
            position: relative;
            background-color: #e40113;
        }

        .bottom-left .center-li:last-child .center-font {
            width: 100%;
            padding: 0 33px;
            position: absolute;
            top: 62%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: url(../images/white-next.png) no-repeat center top 70%;
            padding-bottom: 100px;
            text-align: center;
        }

            .bottom-left .center-li:last-child .center-font h3 {
                overflow: inherit;
                color: #fff;
                line-height: 42px;
                background: none;
                padding-right: 0;
                white-space: normal;
            }

.bottom-right .center-li {
    width: 100%;
    float: left;
}

.center-list {
    display: block;
    width: 100%;
    padding: 0 33px;
    background: #e5e5e5;
}

.center-pic {
    width: 100%;
    overflow: hidden;
}

    .center-pic img {
        display: block;
        margin: 0 auto;
        transition: all .5s;
    }

.bottom-right .center-list {
    padding: 0;
}

.bottom-right .center-pic {
    width: 100%;
}

    .bottom-right .center-pic img {
        width: 100%;
        height: 466px;
    }

.bottom-right .center-font {
    padding: 38px 100px;
    background: #f8f8f8;
}

.center-font {
    padding-bottom: 26px;
    transition: all .5s;
}

    .center-font h3 {
        font-size: 22px;
        color: #333;
        line-height: 23px;
        padding-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: url(../images/gray-next.png) no-repeat right center;
    }

    .center-font p {
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.center-list:hover img {
    transform: scale(1.05);
}

.center-list:hover .center-font h3 {
    color: #e40113;
    background: url(../images/red-next.png) no-repeat right 0 center;
}

/* 产品中心 */
.index-two {
    width: 100%;
    background: #edeff1;
    padding: 40px 0 5px;
    position: relative;
}

    .index-two .intw-left {
        width: 100%;
        position: relative;
    }

        .index-two .intw-left .intw-li {
            width: 33.3333333%;
            float: left;
        }

        .index-two .intw-left::before {
            content: '';
            width: 43px;
            height: 27px;
            position: absolute;
            left: -55px;
            top: 9px;
            z-index: 1;
            background: url(../images/index-iconbg.png) no-repeat right center;
            background-size: 26px;
        }
        /* .index-two .intw-left .intw-li:first-child{width: 33%;} */
        .index-two .intw-left .intw-li:nth-child(2) {
            text-align: center;
        }

.intw-left .intw-txt {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 42px;
}

.index-two .intw-left .intw-cte {
    color: #4f5050;
    font-size: 17px;
    line-height: 42px;
}

.intw-right {
    float: right;
    display: block;
}

.intw-app {
    display: none;
}

    .intw-right a, .intw-app a {
        float: right;
    }

    .intw-right .banner-more, .intw-app a {
        display: inline-block;
        margin-top: 0;
    }

.intw-right span i.icon-right {
    padding-left: 16px;
    font-weight: 600
}

.intw-right span em.icon-right {
    padding-left: 16px;
    font-weight: 600
}

.intw-search {
    position: relative;
    margin-bottom: 30px;
    margin-top: 32px;
    border-bottom: 2px solid #e50012;
}

    .intw-search input {
        width: 90%;
        line-height: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
        color: #7c7d7e;
    }

    .intw-search button {
        width: 50px;
        float: right;
        height: 50px;
        text-align: center;
        line-height: 50px;
        margin-right: 30px;
    }

    .intw-search i {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

    .intw-search em {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        cursor: pointer;
    }

.intw-menu-li {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 0 32px;
    margin: 8px 0;
    background: #fff;
    position: relative;
}

    .intw-menu-li .intw-menu-tit {
        float: left;
        width: 7.1%;
    }

    .intw-menu-li h3 {
        display: inline-block;
        font-size: 18px;
        color: #333;
        line-height: 45px;
    }

.intw-menu-a {
    float: right;
    width: 92.9%;
    padding: 5px 0px;
    margin: 0px 0;
}

.intw-menu-li a {
    display: inline-block;
    font-size: 16px;
    color: #848484;
    line-height: 18px;
    padding: 0 10px;
    margin: 7px 10px 5px 0;
}

    .intw-menu-li a:last-child {
        margin-right: 0;
    }

    .intw-menu-li a.menu-buxian {
        color: #666;
    }

        .intw-menu-li a.menu-buxian.on {
            color: #fff;
            background: #e50012;
        }

    .intw-menu-li a.on {
        color: #e50012;
        border: 1px solid #e50012;
    }

.intw-menu-tit i {
    position: absolute;
    right: 6%;
    top: 28px;
    transition: all .5s;
    font-size: 18px;
    color: #e40113;
    font-weight: bold;
    transform: rotate(0);
    transition: ease .5s;
}

.intw-menu-tit em {
    position: absolute;
    right: 6%;
    top: 28px;
    transition: all .5s;
    font-size: 18px;
    color: #e40113;
    font-weight: bold;
    transform: rotate(0);
    transition: ease .5s;
}

.intw-menu-tit .intw-menu-top .intw-bot {
    display: none;
}

.intw-menu-tit.open i {
    transform: rotate(90deg);
}

.intw-menu-tit.open em {
    transform: rotate(90deg);
}

.intw-menu-tit.open .intw-menu-top .intw-bot {
    display: block;
}

.intw-list {
    margin-top: 5px;
}

    .intw-list ul {
        margin: 0 0 0 0px;
    }

    .intw-list li {
        float: left;
        width: 13.3%;
        padding: 0 13px;
        margin-bottom: 20px;
        transition: all .5s linear;
    }

        .intw-list li:first-child {
            width: 20%;
        }

        .intw-list li a {
            display: block;
        }

.intw-img {
    overflow: hidden;
    background: #fff;
    width: 100%;
    height: 160PX;
}

    .intw-img img {
        width: 100%;
        transition: ease .5s;
    }

.intw-list li:hover .intw-img img {
    transform: scale(1.05);
}

.intw-text {
    padding: 9px 18px;
    background: #e8eaec;
    border-bottom: 3px solid #e50012;
}

.intw-title {
    float: left;
    width: 100%;
}

    .intw-title h3 {
        font-size: 18px;
        font-family: 'itc';
        color: #333;
        line-height: 23px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .intw-title h3 i {
            position: absolute;
            right: 0;
            padding-left: 10px;
            color: #222;
            font-size: 18px !important;
            font-weight: bolder;
            z-index: 10;
        }

        .intw-title h3 em {
            position: absolute;
            right: 0;
            padding-left: 10px;
            color: #222;
            font-size: 18px !important;
            font-weight: bolder;
            z-index: 10;
        }

.intw-list li:hover {
    transform: translateY(-20px);
}

.intw-list li:first-child:hover {
    transform: none;
}
/* */
.index-three {
    padding: 30px 0;
    background: #e5e5e5;
}

    .index-three .inth-left {
        width: 100%;
        position: relative;
        z-index: 10;
    }

        .index-three .inth-left::before {
            content: '';
            width: 43px;
            height: 27px;
            position: absolute;
            left: -55px;
            top: 9px;
            z-index: 1;
            background: url(../images/index-iconbg.png) no-repeat right center;
            background-size: 26px;
        }

        .index-three .inth-left .inth-li {
            width: 50%;
            float: left;
        }

.inth-left .inth-txt {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 42px;
}

.inth-left {
    float: right;
}

    .inth-left a {
        float: right;
    }

.inth-right {
    display: block;
}

    .inth-right .banner-more {
        display: inline-block;
        margin-top: 0;
    }

.inth-appbtn {
    display: none;
}

.inth-left span i.icon-right, .info-more span i.icon-right, .ins-more span i.icon-right {
    padding-left: 16px;
    font-weight: 600
}

.inth-left span em.icon-right, .info-more span em.icon-right, .ins-more span em.icon-right {
    padding-left: 16px;
    font-weight: 600
}

.inth-bottom {
    margin-top: 10px;
}

    .inth-bottom .inf-a {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }

.inf-a a {
    color: #333;
    display: block;
    position: relative;
    width: 20%;
    float: left;
    padding: 50px 0 50px;
    font-size: 20px;
    line-height: 26px;
    background: #fff;
    border-right: 1px solid #eaeaea;
    z-index: 11;
}

    .inf-a a span {
        position: absolute;
        left: 50%;
        top: 44.5%;
        transform: translate(-50%,-50%);
        font-size: 72px;
        font-family: 'demi';
        color: #f3f3f3;
        z-index: -1;
    }

    .inf-a a:last-child, .inf-a a.active {
        border-right: transparent;
    }

    .inf-a a.active {
        color: #fff;
        background: #e50012;
    }

        .inf-a a.active span {
            color: rgba(255, 255, 255, .2);
        }

.inth-big {
    margin-top: 25px;
}

.inth-box {
    display: none;
    width: 100%;
    background: white;
    overflow: hidden;
}

    .inth-box.on {
        display: block;
    }

.inth-li {
    width: 20%;
    float: left;
}

.inth-box .inth-li:nth-child(odd) .inth-list .inth-img {
    background: #fff;
}

.inth-box .inth-li:nth-child(even) .inth-list .inth-img {
    background: #f9f9f9;
}

.inth-list {
    overflow: hidden;
    display: block;
    width: 100%;
}

    .inth-list .inth-img {
        overflow: hidden;
        background: #fff;
    }

.inth-img img {
    width: 100%;
    transition: ease .5s;
}

.inth-li:hover .inth-img img {
    transform: scale(1.05);
}
/* 企业实力 */
.index-four {
    padding: 40px 0 20px;
    background: #fff;
}

    .index-four .inf-left {
        width: 100%;
        position: relative;
        z-index: 10;
    }

        .index-four .inf-left::before {
            content: '';
            width: 43px;
            height: 27px;
            position: absolute;
            left: -55px;
            top: 9px;
            z-index: 1;
            background: url(../images/index-iconbg.png) no-repeat right center;
            background-size: 26px;
        }

        .index-four .inf-left .inf-li {
            width: 50%;
            float: left;
        }

.inf-left .inf-txt {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 42px;
}

.info-a, .ins-a {
    margin-top: 20px;
    float: right;
}

    .info-a a, .ins-a a {
        color: #333;
        display: block;
        float: left;
        line-height: 24px;
        font-size: 14px;
        margin-left: 105px;
    }

        .info-a a.active, .ins-a a.active {
            padding-bottom: 4px;
            border-bottom: 3px solid #fe0903;
        }

.inf-list {
    display: block;
    width: 100%;
    padding: 42px 0 44px;
}

.inf-pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.floor {
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 333;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s;
}

.inf-pic img {
    display: block;
    width: 100%;
    transition: all .6s;
}

.inf-list h3 {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 14px 35px;
    background: #ebebeb;
    text-align: center;
}

.inf-list p {
    padding: 0 60px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 18px;
    margin: 12px 0 17px;
}

.inf-list span {
    transition: all .6s;
    width: 110px;
    height: 27px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 30px;
}

.inf-swiper {
    position: relative;
    display: none;
}

    .inf-swiper.on {
        display: block;
    }

    .inf-swiper .swiper-pagination {
        bottom: -30px;
        width: 100%;
        display: none;
    }

    .inf-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #888;
        opacity: 1;
        margin: 0 5px !important;
    }

    .inf-swiper .swiper-pagination-bullet-active {
        background: #e50012;
    }

    .inf-swiper .swiper-button-prev {
        transition: all .5s;
        font-size: 18px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        color: #333333;
        background: #fff;
        opacity: 1;
        left: -110px;
        margin-top: -29.5px;
        text-align: center;
        line-height: 44px;
        font-weight: bolder;
    }

    .inf-swiper .swiper-button-next {
        transition: all .5s;
        font-size: 18px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        color: #333333;
        background: #fff;
        opacity: 1;
        right: -110px;
        margin-top: -29.5px;
        text-align: center;
        line-height: 44px;
        font-weight: bolder;
    }

        .inf-swiper .swiper-button-prev:hover, .inf-swiper .swiper-button-next:hover {
            background: #e50012;
            color: #fff;
        }

.inf-list:hover img {
    transform: scale(1.05);
}

.inf-list:hover h3 {
    color: #e50012;
}

.inf-list:hover .floor {
    opacity: 0;
}

/* 公司简介 */
.index-five {
    position: relative;
    background: #edeff1;
    padding-top: 40px;
}

.infv-top {
    width: 100%;
    display: flex;
}

    .infv-top .infv-left {
        width: 60%;
        float: left;
    }

.infv-left .info-pic {
    width: 100%;
}

.info-pic img {
    width: 100%;
    position: relative;
}

.infv-left .info-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .infv-left .info-pic img {
        width: 100%;
        transition: all .5s;
    }

    .infv-left .info-pic iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
    }

.video-btn.on {
    display: none;
}

.info-pic .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

    .info-pic .video-btn img {
        width: 100%;
        height: 100%;
    }

.infv-top .infv-right {
    width: 35.3%;
    float: right;
}

.infv-right {
    padding: 80px 0 100px;
}

.info-top .int-txt {
    color: #000;
    margin-bottom: 56px;
    position: relative;
}

    .info-top .int-txt::before {
        content: '';
        width: 43px;
        height: 27px;
        position: absolute;
        left: 0;
        top: -48px;
        z-index: 111;
        background: url(../images/index-iconbg.png) no-repeat left center;
    }

.infv-top .infv-right p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    overflow-y: auto;
}

.infv-right p::-webkit-scrollbar {
    width: 3px;
    background: #eee;
}

.infv-right p::-webkit-scrollbar-thumb {
    background: #e50012;
    border-radius: 10px;
}

.infv-right .info-more {
    margin-top: 100px;
}

/* 新闻资讯 */
.index-six {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

    .index-six .inds-left {
        width: 100%;
        position: relative;
        z-index: 10;
    }

        .index-six .inds-left::before {
            content: '';
            width: 43px;
            height: 27px;
            position: absolute;
            left: -55px;
            top: 9px;
            z-index: 1;
            background: url(../images/index-iconbg.png) no-repeat right center;
            background-size: 26px;
        }

        .index-six .inds-left .ins-li {
            width: 50%;
            float: left;
        }

.inds-left .inds-txt {
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 42px;
}

.ins-a a {
    margin-right: 20px;
}

.inds-big {
    margin-top: 45px;
}

.inds-box {
    display: none;
    width: 100%;
    background: white;
    overflow: hidden;
}

    .inds-box.on {
        display: block;
    }

.infiv-left {
    float: left;
}

.ins-bottom {
    width: 100%;
    clear: both;
}

    .ins-bottom ul {
        margin: 0 -22px;
    }

    .ins-bottom li {
        width: 33.33333333%;
        float: left;
        padding: 0 22px;
        height: 488px;
    }

    .ins-bottom .ins-list {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        background: #f4f4f4;
    }

.ins-list h6 {
    font-size: 18px;
    color: #333;
}

    .ins-list h6 span {
        display: inline-block;
    }

        .ins-list h6 span:first-child {
            float: left;
            color: #333;
            font-size: 24px;
            font-family: 'demi';
        }

        .ins-list h6 span:last-child {
            float: right;
            color: #7f7f7f;
            font-size: 14px;
            font-family: 'itc';
        }

.ins-list .ins-txt {
    border-bottom: 1px solid #c3c3c3;
    width: 100%;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
}

.ins-bottom .ins-pic {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 299px;
}

.ins-pic img {
    display: block;
    width: 100%;
    transition: all .5s;
    height: 100%;
}

.ins-bottom .inf-font {
    width: 100%;
    text-align: left;
    padding: 31px 32px 28px;
}

.inf-font h3 {
    /* width: 83.8%; */
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    font-size: 22px;
    margin-top: 25px;
}

.ins-line {
    width: 38px;
    height: 3px;
    background: #e50012;
    margin: 50px 0 46px;
}

.inf-font p {
    font-size: 14px;
    line-height: 26px;
    color: #717171;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.inf-font h4 {
    font-size: 26px;
    font-family: 'dmi';
    color: #222;
    margin-top: 18px;
}

.infiv-bottom li:hover img {
    transform: scale(1.03);
}

.inf-list:hover .inf-font h3 {
    color: #e40113;
}

.inf-font .ins-more {
    margin-top: 92px;
}

@media (max-width: 1720px) {

    .index-two .intw-left::before, .index-three .inth-left::before, .index-four .inf-left::before, .index-six .inds-left::before {
        left: -48px;
    }
}

@media (max-width: 1659px) {
    .int-txt, .intw-left .intw-txt, .intw-left .intw-cte, .inth-left .inth-txt, .inf-left .inf-txt, .inds-left .inds-txt {
        font-size: 26px;
        line-height: 40px;
    }

    .ino-font h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .index-two .intw-left::before, .index-three .inth-left::before, .index-four .inf-left::before, .index-six .inds-left::before {
        content: '';
        width: 30px;
        height: 20px;
        position: absolute;
        left: -42px;
        top: 16px;
        background-size: 100%;
    }

    .info-top .int-txt::before {
        width: 30px;
        height: 20px;
        background-size: 100%;
    }

    .ino-bottom li .ino-icon {
        width: 68px;
        height: 68px;
    }

    .ino-bottom ul li:hover .ino-icon img {
        cursor: pointer;
        transform: translateY(-68px);
    }

    .ino-font {
        padding-left: 64px;
        padding-right: 40px;
    }

    .intw-right .banner-more {
        width: 140px;
    }

    .intw-search input {
        font-size: 20px;
    }

    .intw-text {
        padding: 10px 10px;
    }

    .intw-menu-li a {
        margin: 5px 10px 5px 0;
    }

    .intw-menu-tit i {
        right: 5%;
        top: 25px;
    }

    .intw-menu-tit em {
        right: 5%;
        top: 25px;
    }

    .intw-title h3 {
        font-size: 16px;
        line-height: 20px;
    }

        .intw-title h3 i {
            font-size: 16px !important;
        }

        .intw-title h3 em {
            font-size: 16px !important;
        }

    .info-a a, .ins-a a {
        margin-left: 80px;
    }

    .infv-right {
        padding: 70px 0 80px;
    }

        .infv-right .info-more {
            margin-top: 68px;
        }
}

@media (max-width: 1359px) {
    .index-three, .index-four {
        padding: 50px 0;
    }

    .index-one {
        padding: 50px 0 0px;
    }

    .ino-top {
        margin-bottom: 32px;
    }

    .int-txt, .intw-left .intw-txt, .intw-left .intw-cte, .inth-left .inth-txt, .inf-left .inf-txt, .inds-left .inds-txt {
        font-size: 24px;
        line-height: 32px;
    }

    .ino-bottom li .ino-icon {
        width: 60px;
        height: 60px;
    }

    .ino-bottom ul li:hover .ino-icon img {
        cursor: pointer;
        transform: translateY(-60px);
    }

    .index-two .intw-left::before, .index-three .inth-left::before, .index-four .inf-left::before, .index-six .inds-left::before, .info-top .int-txt::before {
        display: none;
    }

    .intw-right span i.icon-right {
        padding-left: 4px;
        font-size: 15px;
    }

    .intw-right span em.icon-right {
        padding-left: 4px;
        font-size: 15px;
    }

    .ino-font {
        padding-left: 50px;
        padding-right: 25px;
    }

        .ino-font h3 {
            font-size: 17px;
            line-height: 17px;
            margin-bottom: 10px;
        }

        .ino-font p {
            font-size: 14px;
        }

    .ino-bottom ul li:last-child {
        padding-left: 42px;
    }

    .index-two {
        padding: 50px 0 5px;
    }

    .intw-right .banner-more {
        width: 100px;
        font-size: 15px;
    }

    .intw-search input {
        font-size: 18px;
        height: 42px;
        line-height: 42px;
    }

    .intw-menu-li {
        padding: 0 20px;
    }

        .intw-menu-li h3 {
            font-size: 20px;
        }

    .intw-menu-a {
        width: 90.9%;
    }

    .intw-menu-li a {
        font-size: 16px;
    }

    .intw-text {
        padding: 5px 5px;
    }

    .intw-title h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .inf-a a {
        padding: 34px 0 37px;
        font-size: 20px;
        line-height: 24px;
    }

        .inf-a a span {
            font-size: 62px;
        }

    .info-a, .ins-a {
        margin-top: 6px;
    }

        .info-a a, .ins-a a {
            margin-left: 50px;
            font-size: 20px;
            line-height: 20px;
        }

    .inf-list h3 {
        font-size: 16px;
        line-height: 16px;
        padding: 20px 25px;
    }

    .inf-list {
        padding-bottom: 0;
    }

    .index-five {
        padding-top: 70px;
    }

    .info-pic .video-btn {
        width: 56px;
    }

    .infv-right {
        padding: 30px 0 60px;
    }

    .info-top .int-txt {
        margin-bottom: 30px;
    }

    .infv-top .infv-right p {
        font-size: 15px;
        line-height: 24px;
    }

    .infv-right .info-more {
        margin-top: 30px;
    }

    .inds-big {
        margin-top: 35px;
    }

    .ins-bottom ul {
        margin: 0 -12px;
    }

    .ins-bottom li {
        padding: 0 12px;
        height: 323px;
    }

    .ins-bottom .inf-font {
        padding: 21px 22px 20px;
    }

    .ins-list .ins-txt {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }

    .ins-bottom .ins-pic {
        height: 168px;
    }

    .ins-list h6 span:first-child {
        font-size: 20px;
    }

    .inf-font h3 {
        font-size: 16px;
        padding-bottom: 0;
        margin-top: 15px;
        line-height: 26px;
    }

    .ins-line {
        margin: 24px 0 20px;
    }

    .inf-font p {
        line-height: 22px;
    }

    .inf-font .ins-more {
        margin-top: 38px;
    }
}

@media (max-width: 991px) {
    .index-one {
        padding: 70px 0 0px;
    }

    .ino-bottom ul {
        padding: 20px 0;
    }

    .ino-bottom li {
        width: 25%;
        float: left;
        margin-bottom: 10px;
    }

        .ino-bottom li .ino-icon {
            width: 44px;
            height: 44px;
        }

    .ino-bottom ul li:hover .ino-icon img {
        cursor: pointer;
        transform: translateY(-44px);
    }

    .ino-font {
        padding-left: 30px;
        padding-right: 10px;
        height: 64px;
    }

        .ino-font h3 {
            font-size: 16px;
            line-height: 16px;
            margin-bottom: 8px;
        }

    .ino-bottom ul li:nth-child(3) {
        padding-left: 10px;
    }

    .ino-bottom ul li:last-child {
        padding-left: 0;
    }

    .int-txt, .intw-left .intw-txt, .intw-left .intw-cte, .inth-left .inth-txt, .inf-left .inf-txt, .inds-left .inds-txt, {
        font-size: 20px;
        line-height: 28px;
    }
.index-two .intw-left .intw-cte
{
    font-size: 22px;
}
    .intw-search button {
        width: 40px;
        margin-right: 15px;
    }

    .intw-right {
        display: none !important;
    }

    .intw-app {
        display: block;
        width: 408px;
        margin: 20px auto;
    }
    /* .intw-menu-li span {
  font-size: 18px;
  width: 8.1%;
  line-height: 66px;
} */
    .intw-menu-li .intw-menu-tit {
        width: 9%;
        line-height: 66px;
    }

    .intw-menu-li h3 {
        font-size: 18px;
    }

    .intw-menu-li a {
        margin-right: 0px;
    }

    .intw-menu-tit i {
        right: 3%;
        top: 26px;
        font-size: 14px;
    }

    .intw-menu-tit em {
        right: 3%;
        top: 26px;
        font-size: 14px;
    }

    .intw-menu-a {
        width: 90.9%;
    }

    .intw-menu-li a {
        font-size: 14px;
        margin-right: 5px;
        line-height: 22px;
        padding: 0 7px;
    }

    .intw-list ul {
        margin: 0 -6px;
    }

    .intw-list li {
        padding: 0 2px;
    }

    .intw-text {
        padding: 5px 5px;
    }

    .intw-title h3 {
        font-size: 12px;
    }

        .intw-title h3 i {
            font-size: 14px !important;
        }

        .intw-title h3 em {
            font-size: 14px !important;
        }

    .inth-left span i.icon-right, .info-more span i.icon-right, .ins-more span i.icon-right, .intw-app span i.icon-right {
        padding-left: 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .inth-left span em.icon-right, .info-more span em.icon-right, .ins-more span em.icon-right, .intw-app span em.icon-right {
        padding-left: 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .inf-a a {
        padding: 24px 0 24px;
        font-size: 18px;
        line-height: 18px;
    }

        .inf-a a span {
            font-size: 62px;
            top: 50%;
        }

    .inth-bottom {
        margin-top: 40px;
    }

    .info-a a, .ins-a a {
        margin-left: 33px;
        font-size: 17px;
        line-height: 17px;
    }

    .infv-right {
        padding: 20px 0 42px;
    }

    .info-top .int-txt {
        margin-bottom: 20px;
    }

    .infv-top .infv-right p {
        font-size: 14px;
        line-height: 22px;
        height: 70px;
    }

    .infv-right .info-more {
        margin-top: 30px;
    }

    .info-pic .video-btn {
        width: 42px;
    }

    .banner-more span {
        line-height: 20px;
    }

    .ins-bottom .inf-font {
        padding: 15px;
    }

    .ins-bottom .ins-pic {
        height: 138px;
    }

    .ins-list .ins-txt {
        height: 34px;
        line-height: 34px;
    }

    .ins-list h6 span:first-child {
        font-size: 18px;
    }

    .ins-list h6 span:last-child {
        padding: 4px 0;
    }

    .inf-font h3 {
        margin-top: 12px;
        line-height: 24px;
    }

    .ins-line {
        margin: 18px 0 20px;
    }

    .inf-font p {
        -webkit-line-clamp: 2;
    }

    .ins-bottom li {
        height: 272px;
    }

        .ins-bottom li:last-child .inf-font {
            padding-bottom: 20px;
        }

    .index-six {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .index-one,
    .index-two,
    .index-three,
    .index-four,
    .index-six {
        padding: 40px 0;
    }

    .int-txt, .intw-left .intw-txt, .intw-left .intw-cte, .inth-left .inth-txt, .inf-left .inf-txt, .inds-left .inds-txt {
        font-size: 26px;
        font-size: 26px;
    }

    .ino-bottom ul {
        padding: 0;
    }

    .ino-bottom li {
        width: 50%;
        text-align: center;
        padding: 0 10px;
    }

        .ino-bottom li .ino-icon {
            width: 38px;
            height: 38px;
            display: inline-block;
            float: none;
        }

    .ino-bottom ul li:hover .ino-icon img {
        cursor: pointer;
        transform: translateY(-38px);
    }

    .ino-font {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
        height: 84px;
        display: inline-block;
    }

    .ino-bottom ul:first-child {
        border-bottom: transparent;
    }

    .index-two .intw-left .intw-li {
        width: 100%;
        text-align: center;
    }

        .index-two .intw-left .intw-li:nth-child(2) {
            margin-top: 15px;
        }

    .intw-search input {
        width: 84%;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .intw-search button {
        margin-right: 0;
    }

    .intw-menu-li .intw-menu-tit {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 0;
        line-height: 20px;
        margin-top: 20px;
    }

    .intw-menu-li:last-child .intw-menu-tit {
        display: none;
    }

    .intw-menu-li h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .intw-menu-tit i {
        top: 65px;
    }

    .intw-menu-tit em {
        top: 65px;
    }

    .intw-menu-a, .intw-menu-a {
        float: none;
        width: 100%;
        margin-bottom: 10px 0;
    }

    .intw-menu-li a {
        font-size: 14px;
        line-height: 26px;
        margin: 5px 5px 5px 0;
    }

    .intw-app {
        width: 285px;
    }

        .intw-right .banner-more, .intw-app a {
            width: 95px;
            font-size: 14px !important;
        }

        .intw-app span i.icon-right {
            padding-left: 5px;
            font-size: 12px;
        }

        .intw-app span em.icon-right {
            padding-left: 5px;
            font-size: 12px;
        }

    .index-three .inth-bottom .inth-a {
        width: 100%;
        float: left;
    }

    .inth-bottom .inth-a a {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 16px;
        padding: 18px 0 18px;
    }

    .inth-a a span {
        font-size: 40px;
    }

    .index-three .inth-bottom .inth-big {
        width: 62%;
        float: right;
        margin-top: 0;
    }

    .inth-bottom .inth-box {
        background: none;
    }

    .inth-box .inth-li {
        width: 50%;
    }

    .intw-list li {
        width: 50%;
    }

        .intw-list li:first-child {
            width: 100%;
        }

    .index-three .inth-left .inth-li {
        width: 100%;
        text-align: center;
    }

    .inth-right {
        display: none !important;
    }

    .inth-appbtn {
        display: inline-block !important;
    }

    .index-three {
        text-align: center;
    }

    .index-four .inf-left .inf-li {
        width: 100%;
        text-align: center;
    }

    .info-a {
        width: 100%;
    }

        .info-a a {
            margin-top: 20px;
            width: 25%;
            margin-left: 0;
            font-size: 16px;
            line-height: 16px;
        }

    .inf-list {
        padding: 25px 0 0;
    }

        .inf-list h3 {
            padding: 12px;
            font-size: 14px;
        }

    .index-five {
        padding: 40px 0;
    }

    .infv-top .infv-right {
        width: 100%;
        padding: 0 0 20px;
    }

    .infv-top .infv-left {
        width: 100%;
    }

    .info-top {
        text-align: center;
    }

    .infv-top .infv-right p {
        height: auto;
    }

    .infv-right .info-more {
        margin-top: 1px;
        text-align: center;
    }

    .info-more .banner-more {
        display: inline-block;
        margin-top: 20px;
    }

    .info-pic .video-btn {
        width: 36px;
    }

    .banner-more span {
        line-height: 14px;
        font-size: 14px;
    }

    .index-six .inds-left .ins-li {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .ins-a {
        width: 300px;
        float: none;
        margin: 0 auto;
    }

        .ins-a a {
            margin: 0 40px;
        }

    .ins-bottom li {
        width: 100%;
        margin-bottom: 15px;
    }

    .inds-big {
        margin-top: 15px;
    }
}

@media(max-width:320px) {
    .banner-more span {
        line-height: 15px;
    }

    .banner-font {
        top: 28%;
    }

    .intw-app span i.icon-right {
        padding-left: 5px;
        font-size: 12px;
    }

    .intw-app span em.icon-right {
        padding-left: 5px;
        font-size: 12px;
    }

    .intw-list li:hover {
        transform: translateY(-0);
    }

    .info-more span i.icon-right {
        font-size: 12px;
    }

    .info-more span em.icon-right {
        font-size: 12px;
    }

    .banner-more {
        width: 110px;
    }

    .banner .banner-more {
        width: 128px;
    }

    .ins-a {
        margin-top: 20px;
    }

        .ins-a a {
            margin-left: 40px;
        }
}

/*===内页banner===*/

.ny-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .ny-banner img {
        display: block;
        width: 100%;
        height: auto;
    }

        .ny-banner img.ny-app {
            display: none;
        }

.ny-font {
    position: absolute;
    width: 100%;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}

.ny-tit {
    font-size: 23px;
    color: #fff;
    line-height: 28px;
    margin-top: 0px;
}

.crumb {
    position: absolute;
    bottom: 20px;
    left: 2px;
    width: 100%;
}

    .crumb p,
    .crumb p a {
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        font-weight: 300;
    }

.second-nav {
    background: #ebebeb;
}

.second-menu {
    overflow-x: auto;
    white-space: nowrap;
}

    .second-menu::-webkit-scrollbar {
        height: 4px;
        background: #f0f0f0;
    }

    .second-menu::-webkit-scrollbar-thumb {
        background: #e40113;
        border-radius: 10px;
    }

    .second-menu a {
        position: relative;
        display: inline-block;
        margin-right: 24.35%;
        font-size: 18px;
        color: #121212;
        line-height: 30px;
        padding: 22px 0;
    }

        .second-menu a:last-child {
            margin-right: 0;
        }

        .second-menu a::after {
            position: absolute;
            content: '';
            background: #dddddd;
            width: 1px;
            height: 12px;
            top: 9px;
            right: 0;
        }

        .second-menu a:last-child::after {
            display: none;
        }

        .second-menu a.on,
        .second-menu a:hover {
            border-bottom: 3px solid red;
        }

.nei_anchor {
    padding: 15px 0;
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

    .nei_anchor span {
        margin: 0 8px;
        text-align: center;
        height: 40px;
        width: 136px;
        line-height: 40px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .nei_anchor span a {
            text-transform: uppercase;
            font-family: arial;
            height: 40px;
            font-size: 16px;
            color: #666;
            line-height: 40px;
            display: block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative;
        }

            .nei_anchor span a:after {
                content: '';
                width: 1px;
                height: 17px;
                background: #dadada;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .nei_anchor span:last-child a:after {
            display: none;
        }

        .nei_anchor span:hover a,
        .nei_anchor span.on a {
            color: #e40113;
        }

.pagee {
    text-align: center;
    position: relative;
}

    .pagee a {
        display: inline-block;
        width: 40px;
        height: 40px;
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        font-family: 'demi';
    }

        .pagee a.zz {
            display: none;
        }

        .pagee a:hover, .pagee a.on {
            color: #e50012;
        }

        .pagee a.prev, .pagee a.next {
            font-size: 30px;
            margin: 0 25px;
            font-weight: bolder;
            width: 40px;
            height: 40px;
            color: #232323;
        }

        .pagee a.prev {
            color: #909090;
        }

        .pagee a.next:hover {
            color: #e50012;
        }

.page-box {
    padding-bottom: 100px;
}

.page-detail {
    display: block;
    border-top: 1px solid #f1f1f1;
    padding-top: 58px;
}

    .page-detail a {
        float: left;
        font-size: 20px;
        color: #adadad;
        text-align: center;
        line-height: 56px;
    }

        .page-detail a.prev {
            text-align: left;
        }

        .page-detail a.back {
            width: 60%;
            height: 58px;
            font-size: 30px;
            color: #333;
        }

        .page-detail a.next {
            text-align: right;
        }

        .page-detail a.prev,
        .page-detail a.next {
            width: 20%;
            height: 58px;
        }

        .page-detail a:hover {
            color: #333;
        }

.pro-nav {
    padding: 20px 0;
    text-align: center;
    background: #fff;
}

    .pro-nav a {
        position: relative;
        transition: all .5s;
        display: inline-block;
        font-size: 22px;
        color: #666;
        line-height: 40px;
    }

        .pro-nav a:first-child {
            margin-right: 53px;
        }

        .pro-nav a:last-child {
            margin-left: 53px;
        }

        .pro-nav a.on,
        .pro-nav a:hover {
            color: #e40113;
            padding-bottom: 0px;
            border-bottom: 3px solid #e40113;
        }

@media(max-width: 1519px) {
    .ny-tit {
        margin-top: 15px;
        font-size: 30px;
    }

    .crumb {
        bottom: 46px;
    }

    .page-box {
        padding-bottom: 70px;
    }

    .page-detail a.back {
        font-size: 26px;
    }

    .page-detail a {
        font-size: 18px;
    }
}

@media (max-width: 1359px) {
    .ny-tit {
        margin-top: 10px;
        font-size: 28px;
    }

    .ny-font {
        top: 56%;
    }

    .crumb {
        bottom: 20px;
    }

        .crumb p, .crumb p a {
            font-size: 14px;
        }

    .pagee a.prev, .pagee a.next {
        font-size: 24px;
    }

    .pagee a {
        font-size: 24px;
    }
}

@media(max-width: 991px) {
    .ny-banner img {
        height: 308px;
    }

    .ny-tit {
        font-size: 28px;
        line-height: 28px;
    }
}

@media(max-width: 767px) {
    .ny-banner img {
        height: 240px;
    }

        .ny-banner img.ny-pc {
            display: none;
        }

        .ny-banner img.ny-app {
            display: block;
        }

    .ny-tit {
        font-size: 22px;
        line-height: 34px;
    }

    .crumb {
        bottom: 18px;
    }

        .crumb p,
        .crumb p a {
            font-size: 12px;
            line-height: 20px;
        }

    .nei_anchor {
        display: none !important;
    }

    .second-menu a {
        padding: 15px 0;
        font-size: 16px;
    }

    .pagee a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }

        .pagee a.prev, .pagee a.next {
            width: 32px;
            height: 32px;
            line-height: 32px;
            margin: 0 12px;
            font-size: 20px;
        }

    .page-box {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .page-detail {
        padding-top: 30px;
    }

        .page-detail a {
            font-size: 14px;
            line-height: 40px;
        }

            .page-detail a.prev, .page-detail a.next {
                height: 40px;
            }

            .page-detail a.back {
                font-size: 20px;
                height: 40px;
            }

    .pro-nav,
    .proi-two {
        padding: 30px 0;
    }

        .pro-nav a {
            font-size: 18px;
        }

            .pro-nav a:first-child {
                margin-right: 30px;
            }

            .pro-nav a.on,
            .pro-nav a:hover {
                padding-bottom: 10px;
            }
}


/*==========应用领域==========*/

.appli {
    background: #fff;
    padding: 80px 0;
    overflow: inherit;
}

.appli-one {
    width: 100%;
    height: auto;
}

.appli-box {
    margin: -15px -15px 0 -15px;
    position: relative;
}

.appli-left {
    width: 50%;
    float: left;
    padding: 15px;
}

.appli-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.ine-top {
    width: 100%;
    padding: 15px;
    height: 50%;
}

.ine-bot {
    width: 100%;
    padding: 15px 0;
    height: 50%;
}

.ine-bot1 {
    width: 100%;
    float: left;
    padding: 0 15px;
    height: 100%;
}

.appli-two {
    margin-top: 17px;
}

.appli-left .solu-font1 h3 {
    background: none;
    margin-bottom: 18px;
}

.appli-left .solu-font1 p {
    color: #cccccc;
    margin-bottom: 32px;
    font-size: 14px;
}

.appli-left .solu-font1 {
    background: rgba(0, 0, 0, .6) url(../images/sol-next.png) no-repeat center right;
    background-position: left 42px bottom 20px;
}

.appli-two ul {
    margin: 33px -15px 0;
    overflow: hidden;
}

    .appli-two ul li {
        padding: 0 15px;
        width: 50%;
        float: left;
        margin-bottom: 22px;
    }

.solu-list {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.solu-pic {
    width: 100%;
    overflow: hidden;
}

    .solu-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.solu-font1 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 38px;
    background: rgba(0, 0, 0, .6);
}

    .solu-font1 h3 {
        font-size: 20px;
        color: #fff;
        text-align: initial;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: url(../images/sol-next.png) no-repeat center right;
        padding-right: 48px;
        transition: all .5s;
    }

.solu-list:hover img {
    transform: scale(1.05);
}

.solu-list:hover .solu-font1 h3, .appli-left .solu-list:hover .solu-font1 {
    background-image: url(../images/sol-nextH.png);
}

    .appli-left .solu-list:hover .solu-font1 h3 {
        background-image: none;
    }

.appli .pagee {
    margin-top: 60px;
}

@media (max-width: 1519px) {
    .appli {
        padding: 70px 0;
    }

        .appli .pagee {
            margin-top: 50px;
        }
}

@media(max-width: 1359px) {
    .solu-font1 {
        padding: 15px 28px;
    }

    .appli-left .solu-font1 {
        background-position: left 28px bottom 20px;
    }

    .solu-font1 h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .appli-one .solu-font {
        left: 32px;
    }

    .appli-left, .ine-top {
        padding: 10px;
    }

    .appli-two ul li {
        margin-bottom: 15px;
    }

    .appli-two {
        margin-top: -15px;
    }

    .ine-bot {
        padding: 10px 0;
    }

    .ine-bot1 {
        padding: 0 10px;
    }

    .solu-font1 {
        font-size: 16px;
        padding: 15px 20px;
        background-size: 22px 10px;
    }

    .appli-left .solu-font1 {
        background-position: left 20px bottom 20px;
    }

    .solu-font1 h3 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .appli {
        padding: 40px 0;
    }

    .appli-one {
        height: auto;
    }

        .appli-one img {
            width: 100%;
            height: auto;
        }

    .appli-box {
        margin: 0;
        margin-bottom: 15px;
    }

    .appli-left, .ine-top {
        padding: 0;
        margin-bottom: 15px;
    }

    .appli-left, .appli-right {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

        .appli-left .solu-font1 h3 {
            margin-bottom: 10px;
        }

        .appli-left .solu-font1 p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .appli-right {
        position: static;
    }

    .appli-left .solu-font1 {
        background-size: 20px 8px;
        background-position: left 18px bottom 12px;
    }

    .solu-font1 h3 {
        padding-right: 38px;
        background-size: 20px 8px;
    }

    .appli-left .solu-font1 p {
        margin-bottom: 18px;
    }

    .solu-font1 {
        padding: 12px 15px;
    }

    .ine-bot {
        padding: 0;
        overflow: hidden;
    }

    .ine-bot1 {
        padding: 0;
        width: 100%;
    }

    .solu-font h4 {
        font-size: 14px;
    }

    .solu-font p {
        font-size: 18px;
    }

    .appli-one .swiper-pagination {
        font-size: 22px;
        padding-right: 15px;
        top: 18px;
    }

    .appli-two ul {
        margin: 0 -16px;
    }

        .appli-two ul li {
            width: 100%;
        }

    .appli .pagee {
        margin-top: 25px;
    }
}

/*==========应用案例详情==========*/

.appliinfo {
}

.appin-one {
    width: 100%;
    background: #fff;
}

    .appin-one .ny-tit {
        color: #333;
        margin-top: 0;
        line-height: 62px;
    }

    .appin-one .appin-top {
        display: none;
        background: #fff;
        padding: 80px 0 68px;
    }

.appin-top .appin-title {
    margin-top: 34px;
}

.appin-title p {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #ababab;
}

.appin-title .soli-time {
    margin-left: 130px;
}

.appin-top .news-share {
    display: inline-block;
    float: right;
}

.bsBox {
    height: 256px !important;
    width: 232px !important;
}

.news-share .bshare-custom a {
    display: block;
    float: left;
    width: 36px;
    height: 26px !important;
    border-radius: 50%;
    padding: 0;
    margin-left: 58px;
}

    .news-share .bshare-custom a.bshare-weixin {
        background: url(../images/wx-icon.png) no-repeat center;
        margin-left: 0;
    }

    .news-share .bshare-custom a.bshare-qqim {
        background: url(../images/QQ-icon.png) no-repeat center;
    }

    .news-share .bshare-custom a.bshare-sinaminiblog {
        background: url(../images/wb-icon.png) no-repeat center;
    }

    .news-share .bshare-custom a.bshare-weixin:hover {
        background-image: url(../images/wx-iconh.png);
    }

    .news-share .bshare-custom a.bshare-qqim:hover {
        background-image: url(../images/QQ-iconh.png);
    }

    .news-share .bshare-custom a.bshare-sinaminiblog:hover {
        background-image: url(../images/wb-iconh.png);
    }

.appin-two {
    width: 100%;
    background: #f2f2f2;
    padding: 30px 0;
    position: relative;
}

    .appin-two h3 {
        /* width: 43%; */
        /* float: left; */
        /* color: #333; */
        /* font-size: 42px; */
        /* position: relative; */
    }

        .appin-two h3::after {
            position: absolute;
            content: '';
            background: url(../images/tw-san.png) no-repeat center;
            width: 40px;
            height: 20px;
            top: -80px;
            left: 0;
            z-index: 1;
            background-size: 40px 20px;
        }

    .appin-two .soli-txt {
        width: 57%;
        float: right;
    }

    .appin-two img {
        max-width: 100%;
        margin: 0px 0;
    }

    .appin-two h4 {
        font-size: 14px;
        color: #333;
    }

    .appin-two p {
        font-size: 14px;
        color: #333;
        line-height: 28px;
    }

.appin-three img {
    margin: 0 auto;
}

.appin-three {
    padding: 1px 0;
    background: #f2f2f2;
}

    .appin-three ul {
        margin-top: 80px;
    }

        .appin-three ul li {
            width: 100%;
            float: left;
        }

    .appin-three .ny-tit {
        margin-top: 0;
    }

    .appin-three li h3 {
        font-size: 24px;
        /* color: #fff; */
    }

    .appin-three li p {
        padding-top: 0px;
        font-size: 17px;
        /*    color: #fff; */
        font-family: 'itc';
    }

@media (max-width: 1519px) {
    .appin-one .appin-top {
        padding: 70px 0 58px;
    }

    .appin-one .ny-tit {
        line-height: 50px;
    }

    .appin-two h3::after {
        top: -70px;
    }

    .appin-two {
        padding: 0px 0;
    }

        .appin-two h3 {
            font-size: 30px;
        }

        .appin-two img {
            /* margin: 50px 0 0px; */
        }

    .appin-three {
        padding: 70px 0;
    }

        .appin-three ul {
            margin-top: 70px;
        }
}

@media(max-width:1359px) {
    .appin-two p {
        line-height: 22px;
    }

    .appin-three li h3 {
        font-size: 20px;
    }

    .appin-three li p {
        padding-top: 0px;
    }

    .appin-three li p {
        font-size: 15px;
    }

    .appliinfo .news-share .bshare-custom a.bshare-weixin,
    .appliinfo .news-share .bshare-custom a.bshare-sinaminiblog {
        background-size: 26px;
    }
}

@media (max-width: 991px) {
    .appin-two h3::after {
        width: 30px;
        height: 15px;
        background-size: 30px 15px;
    }

    .appin-three li h3 {
        font-size: 18px;
    }

    .appin-three li p {
        font-size: 14px;
        min-height: 62px;
    }
}

@media (max-width: 767px) {
    .appin-one .appin-top {
        padding: 40px 0;
    }

    .appin-one .ny-tit {
        line-height: 36px;
    }

    .appin-top .appin-title {
        margin-top: 10px;
    }

    .appin-title .soli-time {
        margin-left: 56px;
    }

    .appin-two h3 {
        width: 100%;
    }

        .appin-two h3::after {
            display: none;
        }

    .appin-two .soli-txt {
        width: 100%;
        margin-top: 15px;
    }

    .appliinfo .appin-two img {
        margin: 20px 0 0px;
    }

    .appin-three {
        padding: 40px 0;
    }

        .appin-three ul {
            margin-top: 40px;
        }

            .appin-three ul li {
                width: 50%;
                margin-bottom: 15px;
            }

        .appin-three li h3 {
            font-size: 16px;
        }

        .appin-three ul li:nth-child(even) {
            padding-left: 15px;
        }

    .appliinfo .appin-two {
        padding: 0px 0;
    }

    .news-share .bshare-custom a {
        margin-left: 25px;
    }

    .appliinfo .appin-two h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .appliinfo .appin-two p {
        font-size: 14px;
        line-height: 24px;
    }

    .appliinfo .news-share .bshare-custom a.bshare-weixin,
    .appliinfo .news-share .bshare-custom a.bshare-sinaminiblog {
        background-size: 20px;
    }

    .news-share .bshare-custom a {
        height: 20px !important;
    }
}

@media(max-width:420px) {
    .appin-three ul li {
        width: 100%;
    }

    .appin-one .appin-top {
        padding: 40px 0 60px;
    }

    .appin-top .news-share {
        margin: 15px 0;
        float: left;
    }
}
/*============产品中心==========*/
.product {
}

.pro-one {
    background: #f2f2f2;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 0px;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 20;
}

.product-leftmenu {
    width: 190px;
    position: absolute;
    background-color: #f7f7f7;
    left: 26px;
    top: 100px;
    margin: -5px 0;
    margin-top: -70px;
    z-index: 1;
    transition: ease .5s;
}

.product-first {
    margin: 5px 0;
}
.product-first.open .product-first-tit a, .product-first .active {color: #e50012;}
.product-first-tit {
    background: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
    position: relative;
    padding: 9px 20px;
}

    .product-first-tit a {
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #333;
    }
/* .product-first-tit.on i{transform: rotate(90deg);} */
.product-first.open .product-first-tit i {
    transform: rotate(90deg);
}

.product-first.open .product-first-tit em {
    transform: rotate(90deg);
}

.product-first .product-first-tit i {
    transform: rotate(0);
}

.product-first .product-first-tit em {
    transform: rotate(0);
}

.product-first-tit i {
    position: absolute;
    right: 25px;
    top: 17px;
    font-weight: bold;
    transition: ease .5s;
}

.product-first-tit em {
    position: absolute;
    right: 25px;
    top: 17px;
    font-weight: bold;
    transition: ease .5s;
}

.product-second {
    text-align: center;
    display: none;
    padding: 10px 0;
}

.product-first.open .product-second {
    display: block;
}

.product-second a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: rgba(51,51,51,0.7);
    padding: 0 10px;
}

.pro-rightnav {
    width: 100%;
}

.pronav-searinput {
    width: 12%;
    border-bottom: 2px solid #e50012;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-top: -35px;
}

    .pronav-searinput input {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: rgba(51,51,51,0.9);
        padding-right: 30px;
    }

    .pronav-searinput i {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

    .pronav-searinput em {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }

.product-appmenu {
    padding: 10px 0;
}

    .product-appmenu h3 {
        display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #e50012;
        margin-right: 20px;
    }

.sect_item_tit {
    float: left;
    max-width: 15%;
}

.pro_sel {
    float: left;
    max-width: 85%;
}

    .pro_sel a {
        display: inline-block;
        font-size: 14px;
        line-height: 28px;
        color: #333;
        margin-right: 10px;
        padding: 0 4px;
    }

        .pro_sel a.on {
            color: #e40114;
            font-weight: 600;
        }

.type_a {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 30px 0px 5px;
}

    .type_a:last-child {
        border-bottom: none;
    }

.sect_item_tit {
    float: left;
}

    .sect_item_tit i {
        display: none;
        position: absolute;
        right: 0;
        font-size: 30px;
        line-height: 36px;
        color: #e40114;
        font-weight: bold;
        top: 50%;
        transform: rotate(90deg);
        margin-top: -18px;
        transition: ease .5s;
    }

    .sect_item_tit em {
        position: absolute;
        right: 0;
        font-size: 30px;
        line-height: 36px;
        color: #e40114;
        font-weight: bold;
        top: 50%;
        transform: rotate(90deg);
        margin-top: -18px;
        transition: ease .5s;
    }

    .sect_item_tit.on i {
        transform: none;
    }

    .sect_item_tit.on em {
        transform: none;
    }

.sect_item_con2 {
    display: none;
}

.pro-two {
    padding-bottom: 50px;
    padding-top: 355px;
}

    .pro-two.appinfo {
        padding-top: 1px;
        background: #f2f2f2;
        padding-bottom: 5px;
    }

.pro2-con {
    margin: 20px 0 0px;
}

.pro2-tab {
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
}

    .pro2-tab::-webkit-scrollbar {
        height: 4px;
        background-color: #dcdbdb;
    }

    .pro2-tab::-webkit-scrollbar-thumb {
        background-color: rgba(229,0,18,0.8);
        border-radius: 10px;
    }

    .pro2-tab table {
        text-align: center;
        width: 100%;
        border-collapse: collapse;
        min-width: 920px;
    }

    .pro2-tab tbody {
    }

    .pro2-tab thead {
        margin-bottom: 0;
    }
 .pro2-tab tbody {  
   display:block;  
   height:350px;  
   overflow-y:scroll;
}    
.pro2-tab thead, .pro2-tab tbody tr {  
   display:table;  
   width:100%;
   table-layout:fixed;  
}  
 
.pro2-tab thead {
   width: calc( 100% - 1.15em );
}  
    .pro2-tab tr {
        width: 100%;
        background: #f8f8f8;
        border: 1px solid #333;
        /*  border-left: none;
        border-right: none; */
        transition: ease .5s;
        margin-top: -2px;
    }

.pro-two.appinfo .pro2-tab tr {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e3e2e2 !important;
    transition: ease .5s;
}

.pro2-tab tr:first-child {
    border-top: black;
    border-bottom: black;
    margin-top: -1px;
}

.pro2-tab tr:hover, .pro2-tab tr:hover td {
    border-bottom-color: #e6091a;
}
/* .pro2-tab th::before{position: absolute;width: 100%;height: 20px;background: #fff;bottom: 0;left: 0;} */
.pro2-head {
}

    .pro2-head th {
        /*  border: none !important; */
        border-left: 1px solid #333;
        border-right: 1px solid #333 !important;
    }

        .pro2-head th:last-child {
            border-right: none !important;
            width: 67px;
        }

    .pro2-head tr:nth-child(2) {
        background: #fff;
        height: 0px;
        border-top: none;
        border-bottom: none;
        border: 1px solid #e3e2e2;
    }

        .pro2-head tr:nth-child(2) th {
            padding: 0;
            border-top: none;
            border-bottom: none;
            border-left: 1px solid #e3e2e2;
            border-right: 1px solid #e3e2e2;
        }

.pro2-tab tr:first-child th {
    background: #919191;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    padding: 0px 0;
    font-weight: normal;
    position: relative;
    border: 1px solid #333;
    font-weight: bold;
    /* border-right: none !important; */
}

.pro2-tab td {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 0px 0;
    border: 1px solid #333;
    transition: ease .5s;
}

    .pro2-tab td:last-child, .pro2-tab th:last-child {
        border-right: none;
    }

    .pro2-tab td:last-child {
        padding: 0;
        width: 67px;
        border-bottom: 3px solid #e50012;
    }

.pro-two.appinfo .pro2-tab td:last-child {
    padding: 0;
    width: auto;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
}

.pro2-tab td a.down {
    display: block;
    width: 24.5px;
    height: 30px;
    background: url(../images/download-icon.png)no-repeat center;
    margin-left: 20px;
    position: relative;
    background-size: 100% 100%;
}

.pro-download {
}

.pro2-body {
}

    .pro2-body tr:first-child td {
    }

.pro2-tab tr th:first-child, .pro2-tab tr td:first-child {
}

.menu-shrink {
    position: absolute;
    top: 50%;
    left: 190px;
    z-index: 100;
    width: 35px;
    height: 115px;
    margin-top: -20px;
    cursor: pointer;
    /* background: url(../images/kefq1.png) no-repeat center #f7f7f7; */
    color: #ffffff;
    background: #e50012;
    font-size: 20px;
    /*  border-radius: 0 5px 5px 0; */
    box-shadow: 4px 0 18px rgba(0, 0, 0, 0.08);
    display: none;
    text-align: center;
}

@media (max-width: 1919px) {
    .menu-shrink {
        display: block;
    }

    /*.product-leftmenu {
        left: -192px;
    }*/
}

@media (max-width: 991px) {
    .product-appmenu h3 {
        font-size: 20px;
    }

    .sect_item_tit i {
        font-size: 24px;
    }

    .sect_item_tit em {
        font-size: 24px;
    }

    .sect_item_tit {
        max-width: 22%;
    }

    .pro_sel {
        max-width: 78%;
    }

        .pro_sel a {
            margin-right: 10px;
        }

    .pro2-tab td {
        font-size: 17px;
    }

    .pro2-tab tr:first-child th {
        font-size: 19px;
    }
}

@media (max-width:1360px) {
    .pro-two {
        padding-top: 400px;
    }
}

@media (max-width: 1520px) {

    .pronav-searinput {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .product-second a {
        font-size: 12px;
        line-height: 20px;
    }

    .pro_sel a {
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px;
    }

    .pro2-tab table {
        min-width: 100%;
    }

    .product-leftmenu {
        position: static;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .menu-shrink {
        display: none;
    }

    .pro-one {
        padding: 80px 0 20px;
        position: static;
    }

    .product-first-tit a {
        font-size: 14px;
    }

    .pronav-searinput input {
        font-size: 14px;
    }

    .pronav-searinput {
        padding-bottom: 10px;
        margin-bottom: 15px;
        width: 100%;
    }

    .product-appmenu h3 {
        font-size: 16px;
    }

    .pro2-tab tr:first-child th {
        font-size: 17px;
    }

    .pro2-tab td {
        font-size: 14px;
    }
        /* .pro2-head th{display: none;}
	.pro2-tab td{display: none;}
	.pro2-head th:nth-child(1),.pro2-head th:last-child,.pro2-tab td:nth-child(1),.pro2-tab td:last-child{display: block;}
	 */
        .pro2-tab td a.down {
            width: 35px;
            height: 35px;
            margin: auto;
        }

        .pro2-tab td:last-child {
            width: 45px;
        }
.pro2-head th:last-child{width:45px;}
.pro2-tab tbody{/* height:auto; *//* overflow-y:visible; */}
.pro2-tab thead{/* width:100%; */}
    .pro_sel a {
        margin-right: 10px;
    }

    .pro_sel {
        max-width: none;
        float: none;
    }

    .sect_item_tit {
        max-width: none;
        float: none;
    }

        .sect_item_tit i {
            font-size: 18px;
        }

    .type_a {
        padding: 10px 22px 10px 0;
    }

    .pro2-tab td {
        padding: 5px 0;
        line-height: 14px;
        font-size: 12px;
    }

    .pro2-tab tr:first-child th {
        padding: 2px;
        font-size: 12px;
        line-height: 14px;
    }

    .pro2-head tr:nth-child(2) {
        height: 10px;
        display: none;
    }

    .pro2-tab {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .pro-two {
        padding-bottom: 40px;
        padding-top: 0px !important;
    }

    .product-first-tit {
        padding: 5px 20px;
    }

        .product-first-tit i {
            top: 13px;
            right: 12px;
        }

        .product-first-tit em {
            top: 13px;
            right: 12px;
        }
}

/*===========服务支持==========*/


.service {
}

.service-one {
    background: #fff;
    padding: 30px 0;
}

.service .ny-tit {
    color: #333;
    margin-top: 0;
}

.service-one .s-form {
    margin-top: 50px;
    margin-bottom: 35px;
}

.service-one .s-text {
    margin: -40px -10px;
}

.s-text p {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}

.s-text .text {
    width: 100%;
    height: 30px;
    line-height: 60px;
    padding: 0 20px 0 90px;
    font-size: 16px;
    color: #808080;
    background: #ebebeb;
}

.s-form textarea {
    resize: none;
    width: 100%;
    height: 240px;
    padding: 20px 30px;
    font-size: 16px;
    color: #7f7f7f;
    background: #ebebeb;
    margin-top: 20px;
}

.s-form .submit {
    display: block;
    float: right;
    font-size: 16px;
    cursor: pointer;
}

.service-one ul {
    margin-top: 30px;
}

    .service-one ul li {
        width: 16.6666666%;
        float: left;
        text-align: left;
    }

.service-one li:last-child {
    padding-left: 50px;
}

.service-one li span {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #9a9a9a;
    font-family: 'demi';
    transition: all .5s;
}

.service-one li p {
    font-size: 16px;
    color: #333;
    height: 44px;
    margin-top: 20px;
}

.service-one li:hover span {
    color: #e40113;
}

/* 定制服务*/
.service-two {
    background: #ededed;
    padding: 30px 0;
}

    .service-two .sert-cont {
        width: 100%;
    }

    .service-two .sertw-form {
        margin-top: 50px;
    }

    .service-two .sertw-text {
        margin: -30px -10px;
    }

.sertw-text p {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-top: 10px;
}

.sertw-text .text {
    width: 100%;
    height: 30px;
    line-height: 60px;
    padding: 0 20px 0 110px;
    font-size: 18px;
    color: #333;
    background: #fff;
}

.sertw-form .textarea {
    resize: none;
    width: 100%;
    height: 140px;
    padding: 20px 30px;
    font-size: 18px;
    color: #333;
    background: #fff;
    margin: 20px 0;
}

.ser-input {
    background: #fff;
    width: 100%;
    padding: 22px;
}

    .ser-input h4 {
        font-size: 18px;
        color: #333;
    }

    .ser-input p {
        width: 25%;
        float: left;
        display: inline-block;
        padding: 0 10px;
        margin-top: 20px;
        font-size: 22px;
        color: #757575;
    }

    .ser-input span {
        display: inline-block;
        font-size: 18px;
    }

    .ser-input .min-cont {
        display: inline-block;
        font-size: 18px;
        padding: 0px 10px 0 90px;
        width: 100%;
    }

#kqdl {
    padding: 0px 10px 0 105px;
}

#xbnl {
    padding: 0px 10px 0 120px;
}

/* 常见问题 */

.service-three {
    background: #fff;
    padding: 30px 0;
}

    .service-three .serf-cont {
        width: 100%;
    }

.serf-cont .ser-box {
    margin-top: 30px;
}

.ser-item {
    margin-bottom: 20px;
    background: #f8f8f8;
}

.ser-top {
    cursor: pointer;
    padding: 13px 20px 16px 60px;
    border: solid 1px #888;
    position: relative;
}

.ser-tig {
    position: absolute;
    right: 20px;
    top: 14px;
    height: 26px;
    width: 14px;
}

    .ser-tig::after {
        width: 14px;
        height: 2px;
        background: #333333;
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        margin-top: -1px;
    }

    .ser-tig::before {
        width: 2px;
        height: 14px;
        background: #333333;
        position: absolute;
        content: '';
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -7px;
    }

.ser-tle {
    margin-right: 20px;
    padding-left: 55px;
    background: url(../images/ser-icon5.png) no-repeat left top;
    font-size: 18px;
    color: #333;
    line-height: 26px;
}

.ser-pad {
    padding: 40px 60px 15px;
    background: #fff;
}

    .ser-pad h3 {
        margin-bottom: 14px;
        padding-left: 55px;
        background: url(../images/ser-icon6.png) no-repeat left top;
        font-size: 18px;
        color: #333;
        line-height: 26px;
    }

    .ser-pad p {
        font-size: 14px;
        color: #888;
        line-height: 26px;
        padding-left: 55px;
    }

.ser-bot {
    display: none;
}

.ser-item.open .ser-top {
    border-color: #e40113;
}

.ser-item.open .ser-tig::before {
    opacity: 0;
}

.ser-item.open .ser-tig::after {
    background: #e40113;
}

.ser-item.open .ser-tle {
    color: #e83d4a;
    background-image: url(../images/ser-icona5.png);
}

.ser-item.open .ser-bot {
    display: block;
}
/*  */

.min-input {
}

    .min-input ul {
        margin: 0 -14px;
        margin-top: 20px;
    }

    .min-input li {
        float: left;
        width: 25%;
        padding: 0 14px;
    }

.ser-input p {
    width: 100%;
    float: none;
    padding: 10px 0 10px;
    margin: 0;
    border-top: 1px solid #ccc;
}

.min-input li:nth-child(5) p, .min-input li:nth-child(6) p, .min-input li:nth-child(7) p {
    border-top: none;
}

.min-textarea {
    resize: none;
    width: 100%;
    height: 90px;
    padding: 20px 0px;
    font-size: 18px;
    color: #333;
    background: #fff;
    border-top: 1px solid #ccc;
}

.ser-radio {
    margin-top: 20px;
}

.min-radio input[type="checkbox"] {
    float: right;
    background: #fff;
    color: #fff;
}

.min-radio input {
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 0;
    color: #fff;
    border: 1px solid #000;
}

.min-input.min-radio li:nth-child(5) p, .min-input.min-radio li:nth-child(6) p, .min-input.min-radio li:nth-child(7) p {
    border-top: 1px solid #ccc;
}

.ser-sub {
    display: block;
    background: #e40113;
    text-align: center;
    width: 210px;
    cursor: pointer;
    margin-top: 30px;
    transition: ease .5s;
    height: 64px;
}

    .ser-sub span {
        padding: 17px 0;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
    }

@media (max-width: 1519px) {
    .service-one,
    .service-two,
    .service-three {
        padding: 30px 0;
    }

    .ser-dec {
        font-size: 24px;
    }

    .service-one li {
        margin: 52px 0 0;
    }

    .ser-big ul {
        padding-top: 70px;
    }

    .serf-cont .ser-box {
        margin-top: 70px;
    }

    .s-text .text, .sertw-text .text, .sertw-form .textarea, .min-textarea, .ser-input h4 {
        font-size: 16px;
    }

    .ser-input p {
        font-size: 19px;
    }

    .ser-sub {
        width: 160px;
        height: 48px;
        margin-top: 50px;
    }

        .ser-sub span {
            padding: 10px 0;
            font-size: 20px;
        }

    .service-one ul, .serf-cont .ser-box {
        margin-top: 20px;
    }

    .service-one .s-form, .service-two .sertw-form {
        margin-top: 50px;
    }

    .service-one li:last-child {
        padding-left: 20px;
    }
}

@media (max-width: 1359px) {
    .ser-big li {
        height: 188px;
    }

        .ser-big li h4 {
            font-size: 15px;
            margin-top: 18px;
        }

    .ser-big .sert-icon {
        height: 37px;
    }

    .sert-icon .ab-show,
    .sert-icon .ab-hide {
        width: 43px;
        height: 37px;
    }

        .sert-icon .ab-show img,
        .sert-icon .ab-hide img {
            width: 43px;
            height: 37px;
        }

    .ser-big li:hover .ab-show,
    .ser-big li:hover .ab-hide {
        transform: translateY(-37px);
    }
}

@media (max-width: 991px) {
    .ser-dec {
        font-size: 22px;
    }

    .ser-icon {
        width: 70px;
        height: 70px;
    }

    .service-one li p {
        font-size: 14px;
        margin-top: 25px;
    }

    .service-one li::after {
        right: -25%;
    }

    .sert-cont h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sert-cont .sert-text {
        padding-top: 20px;
    }

    .sert-text .sert-tip {
        margin-top: 15px;
    }

    .ser-big li {
        height: 150px;
    }

        .ser-big li h4 {
            font-size: 14px;
            text-align: center;
        }

    .ser-top {
        padding-left: 30px;
    }

    .ser-pad {
        padding: 30px 30px 15px;
    }

    .ser-tle {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .service-one,
    .service-two,
    .service-three {
        padding: 20px 0;
    }

    .service .ny-tit {
        text-align: center;
    }

    .ser-dec {
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .service-one li {
        width: 50%;
        margin-top: 22px;
    }

        .service-one li:nth-child(2)::after {
            display: none;
        }

        .service-one li:nth-child(3) {
            padding-left: 0;
        }

        .service-one li:nth-child(2n) {
            padding-right: 0;
        }

        .service-one li p {
            margin-top: 15px;
        }

    .sert-cont .sert-left {
        width: 100%;
        margin-bottom: 40px;
    }

    .sert-cont .sert-right {
        width: 100%;
    }

    .sert-cont h3 {
        font-size: 18px;
    }

    .ser-big ul {
        padding-top: 40px;
        text-align: center;
    }

    .ser-big li {
        width: 49%;
        height: 126px;
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }

        .ser-big li:hover {
            background: unset;
        }

    .ser-con {
        margin-top: 35px;
    }

    .serf-cont .ser-box {
        margin-top: 40px;
    }

    .ser-tit {
        margin-top: 15px;
        font-size: 24px;
        line-height: 28px;
    }

    .ser-dec {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 20px;
    }

    .ser-top {
        padding: 10px 15px;
    }

    .ser-tle {
        font-size: 16px;
        background-size: 20px;
        line-height: 20px;
        padding-left: 35px;
    }

    .ser-tig {
        height: 20px;
        top: 10px;
        right: 15px;
    }

    .ser-item {
        margin-bottom: 15px;
    }

    .ser-pad {
        padding: 20px 15px;
    }

        .ser-pad h3 {
            margin-bottom: 8px;
            padding-left: 35px;
            background-size: 18px;
            font-size: 15px;
            line-height: 18px;
        }

        .ser-pad p {
            padding-left: 35px;
            line-height: 22px;
        }

    .service-one .s-form, .service-two .sertw-form {
        margin-top: 40px;
    }

    .s-text .text, .sertw-text .text, .sertw-form .textarea, .min-textarea {
        font-size: 14px;
    }

    .ser-input h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .s-text .text, .sertw-text .text {
        height: 35px;
        line-height: 50px;
        padding: 0 15px 0 90px;
    }

    .s-form textarea {
        height: 160px;
        padding: 20px;
    }

    .service-one li span {
        font-size: 28px;
        line-height: 30px;
    }

    .service-one ul li {
        width: 33.33%;
    }

    .service-one li p {
        line-height: 24px;
        height: 24px;
    }

    .service-one ul, .serf-cont .ser-box {
        margin-top: 20px;
    }

    .sertw-form .textarea {
        padding: 20px;
    }

    .ser-input p {
        font-size: 16px;
        padding: 15px 0;
    }

    .min-input li {
        width: 50%;
    }

    .ser-sub span {
        font-size: 16px;
        line-height: 35px;
        padding: 0;
    }

    .ser-sub {
        width: 135px;
        height: 35px;
        line-height: 35px;
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .service-one ul li {
        width: 50%;
    }

    .s-text p {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .service-one .s-form {
        margin-bottom: 30px;
    }

    .sertw-text p {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .s-form textarea, .sertw-form .textarea {
        margin-top: 45px;
    }

    .min-input li {
        float: none;
        width: 100%;
    }

    .sertw-form .textarea {
        margin-bottom: 10px;
    }
}
/*===========关于我们===========*/
.about {
}

.second-menu a {
    margin-right: 200px;
}
/* 公司介绍 */
.abt-one {
}

    .abt-one .ny-tit {
        color: #333;
    }

.abt1-top {
    padding: 30px 0;
}

.labt-hr {
    width: 30px;
    height: 3px;
    background: #e40113;
    margin: 30px 0;
}

.abt1-p {
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.abt1-bot {
    background: #f5f5f5;
    padding: 40px 0;
}

.abt1-ul {
}

    .abt1-ul li {
        float: left;
        width: 25%;
    }

        .abt1-ul li h4 {
            font-family: 'SourceHanSerifCN-Medium';
            font-size: 30px;
            line-height: 46px;
            color: #333;
        }

        .abt1-ul li p {
            font-size: 14px;
            line-height: 36px;
            color: #333;
        }

        .abt1-ul li h3 {
            font-size: 14px;
            color: #333;
        }

            .abt1-ul li h3 span {
                font-family: 'DIN-BOLD';
                display: inline-block;
                font-size: 36px;
                line-height: 46px;
                color: #333;
            }

            .abt1-ul li h3 i {
                display: inline-block;
                margin-left: 5px;
            }

            .abt1-ul li h3 em {
                display: inline-block;
                margin-left: 5px;
            }
/* 企业文化 */
.abt-two {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 580px;
}

    .abt-two img {
        width: 100%;
    }

.abt2-con {
    position: absolute;
    width: 100%;
    bottom: 117px;
    left: 0;
}
/* .abt2-txt{position: absolute;width: 100%;} */
.abt2-tit {
    color: #fff;
    float: left;
    margin-top: 0;
    width: 25.7%;
}

.abt2-hr {
    float: left;
    margin: 30px 0;
}

.abt2-p {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    float: right;
    max-width: 61.5%;
}

/* 荣誉资质 */
.abt-three {
    padding: 30px 0;
}

    .abt-three .ny-tit, .abt-four .ny-tit {
        color: #333;
    }

.abt3-swiper {
    position: relative;
    margin-top: 30px;
}

.abt3-slide {
    display: block;
}

.abt3-img {
}

    .abt3-img img {
        width: 100%;
        transition: ease .5s;
    }

.abt3-slide:hover .abt3-img {
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.abt3-slide p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-align: center;
    margin-top: 35px;
}

.abt3-swiper .swiper-button-next, .abt3-swiper .swiper-button-prev {
    width: 43px;
    height: 43px;
    font-size: 18px;
    color: #333;
    line-height: 43px;
    text-align: center;
    transition: ease .5s;
    border-radius: 50%;
    font-weight: bold;
    background: none;
    opacity: 1;
    margin-top: -45px;
}

    .abt3-swiper .swiper-button-next:hover, .abt3-swiper .swiper-button-prev:hover {
        background: #e50012;
        color: #fff;
    }

.abt3-swiper .swiper-button-next {
    right: -80px;
}

.abt3-swiper .swiper-button-prev {
    left: -80px;
}

.abt3-swiper .swiper-pagination {
    display: none;
    width: 100%;
    bottom: 0;
}

.abt3-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 20px;
}

.abt3-swiper .swiper-pagination-bullet-active {
    background: #e50012;
}
/* 发展历程 */
.abt-four {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 30px 0;
}

    .abt-four .labt-hr {
        margin: 30px 0;
    }

.abt4-swiper {
    position: relative;
    padding-bottom: 100px;
}

.abt4-slide {
}

.abt4-img {
    float: left;
    width: 124px;
}

    .abt4-img img {
        width: 100%;
    }

.abt4-txt {
    margin-left: 170px;
}

    .abt4-txt span {
        display: block;
        font-family: 'ITCAvantGardeStd-Md';
        font-size: 36px;
        line-height: 46px;
        color: #e60600;
        margin-bottom: 10px;
    }

    .abt4-txt p {
        font-size: 14px;
        line-height: 30px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.abt4-swiper .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.abt4-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 20px;
}

.abt4-swiper .swiper-pagination-bullet-active {
    background: #e50012;
}

.abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev {
    width: 43px;
    height: 43px;
    font-size: 18px;
    color: #333;
    line-height: 43px;
    text-align: center;
    transition: ease .5s;
    border-radius: 50%;
    font-weight: bold;
    background: none;
    opacity: 1;
    margin-top: -70px;
}

    .abt4-swiper .swiper-button-next:hover, .abt4-swiper .swiper-button-prev:hover {
        background: #e50012;
        color: #fff;
    }

.abt4-swiper .swiper-button-next {
    right: -80px;
}

.abt4-swiper .swiper-button-prev {
    left: -80px;
}

@media (max-width: 1519px) {
    .abt2-con {
        bottom: 50px;
    }

    .abt-two {
        height: 500px;
    }
}

@media (max-width: 1359px) {
    .second-menu a {
        margin-right: 100px;
    }

    .abt3-swiper .swiper-button-next {
        right: 0;
    }

    .abt3-swiper .swiper-button-prev {
        left: 0;
    }

    .abt3-swiper {
        padding: 0 60px;
    }

    .abt4-swiper .swiper-button-next {
        right: 0;
    }

    .abt4-swiper .swiper-button-prev {
        left: 0;
    }

    .abt4-swiper {
        padding: 0 60px 60px;
    }

        .abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev {
            margin-top: -40px;
        }
}

@media (max-width: 991px) {
    .abt2-tit {
        float: none;
        width: auto;
    }

    .abt2-hr {
        float: none;
    }

    .abt2-p {
        float: none;
        max-width: none;
        width: 100%;
    }

    .abt1-ul li {
        width: 50%;
        margin: 15px 0;
    }

    .abt1-ul {
        margin: -15px 0;
    }

    .abt3-slide p {
        margin-top: 20px;
    }

    .labt-hr {
        margin: 30px 0;
    }

    .abt-four .labt-hr {
        margin: 50px 0;
    }
}

@media (max-width: 767px) {
    .abt1-top, .abt1-bot, .abt-three, .abt-four {
        padding: 40px 0;
    }

    .labt-hr {
        margin: 15px 0;
    }

    .abt-four .labt-hr {
        margin: 30px 0;
    }

    .abt1-ul li h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .abt1-ul li h3 span {
        font-size: 30px;
        line-height: 30px;
    }

    .abt2-con {
        bottom: 30px;
    }

    .abt3-slide p {
        font-size: 16px;
        margin-top: 15px;
    }

    .abt3-swiper .swiper-button-next, .abt3-swiper .swiper-button-prev, .abt4-swiper .swiper-button-next, .abt4-swiper .swiper-button-prev {
        display: none;
    }

    .abt3-swiper, .abt4-swiper {
        padding: 0 0 40px;
    }

        .abt3-swiper .swiper-pagination {
            display: block;
        }

        .abt3-swiper .swiper-pagination-bullet, .abt4-swiper .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 5px;
        }

    .abt4-txt span {
        font-size: 28px;
        line-height: 38px;
    }

    .abt4-txt {
        margin-left: 120px;
    }

    .abt4-img {
        width: 100px;
    }

    .abt3-swiper {
        margin-top: 30px;
    }
}

@media (max-width: 640px) {
    .abt1-ul li p {
        line-height: 24px;
        height: 48px;
    }

    .abt1-ul li {
        margin: 10px 0;
    }

    .abt1-ul {
        margin: -10px 0;
    }

        .abt1-ul li h3 span {
            font-size: 26px;
        }

    .abt4-txt span {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 414px) {
    .abt1-ul li {
        float: none;
        width: 100%;
    }

        .abt1-ul li p {
            height: auto;
        }
}

/* ==========联系我们========== */

.contact {
}

    .contact .ny-tit {
        color: #333;
        margin-top: 0;
    }

    .contact .contact-one {
        background: #fff;
        padding: 30px 0;
    }

.contact-one .banner-line {
    margin: 35px 0 0;
}

.three-map li span {
    font-size: 22px;
}

.contact-one li {
    display: inline-block;
    width: 33.3333333%;
    float: left;
    padding-top: 35px;
}

    .contact-one li:nth-child(3), .contact-one li:nth-child(6) {
        padding-left: 76px;
    }

    .contact-one li h3 {
        font-size: 20px;
    }

    .contact-one li p {
        padding-top: 26px;
        font-size: 14px;
        color: #848484;
        font-family: 'itc';
    }

.contact .contact-two {
    background: #e8e8e8;
    padding: 30px 0;
}

.contact-two ul {
    margin: 30px -12px 0px;
}

.contact-two li {
    width: 33.3333333%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}

    .contact-two li.li-hide {
        display: none;
    }

.cont-list {
    display: block;
    padding: 20px 55px 20px 48px;
    width: 100%;
    background: #fafafa;
}

    .cont-list h3 {
        font-size: 24px;
        color: #333;
    }

    .cont-list .banner-line {
        margin: 20px 0 15px;
        width: 23px;
        background: #d70b24;
    }

    .cont-list p {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
        color: #a9a9a9;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .cont-list .cont-btn {
        display: inline-block;
        width: 100%;
        height: 17px;
        margin-top: 0px;
        background: url(../images/black-next.png) no-repeat left;
    }

    .cont-list:hover .cont-btn {
        background: url(../images/red-next.png) no-repeat left;
    }

.cont-more {
    text-align: left;
}

    .cont-more span i.icon-right {
        padding-left: 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .cont-more span em.icon-right {
        padding-left: 10px;
        font-weight: 600;
        font-size: 14px;
    }

.contact .contact-three {
    background: #fff;
    /* padding: 100px 0; */
    padding-top: 30px;
}

.contact-three .banner-line {
    margin: 70px 0 20px;
}

.ser-form {
    margin-top: 0px;
}

.ser-text {
    margin: 0 -17px;
}

    .ser-text p {
        width: 50%;
        float: left;
        padding: 0 17px;
        margin-top: 20px;
    }

        .ser-text p:last-child {
            width: 100%;
        }

    .ser-text .text {
        width: 100%;
        height: 40px;
        line-height: 60px;
        padding: 0 20px 0 100px;
        font-size: 16px;
        color: #7f7f7f;
        background: #f3f3f3;
    }

.ser-form textarea {
    resize: none;
    width: 100%;
    height: 240px;
    padding: 20px 30px;
    font-size: 16px;
    color: #7f7f7f;
    background: #f3f3f3;
    margin-top: 20px;
}

.ser-form .submit {
    display: block;
    margin: 0px auto 30px;
    font-size: 16px;
    cursor: pointer;
}

.contact-four {
}

    .contact-four .contf-pic {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

.contf-pic img {
    width: 100%;
}

.contf-pic:hover .floor {
    background: none;
    opacity: 0;
}

@media (max-width: 1519px) {
    .contact .contact-one,
    .contact .contact-two {
        padding: 70px 0;
    }

    .contact-one .banner-line {
        margin: 65px 0 0;
    }

    .contact-one li {
        padding-top: 65px;
    }

    .contact .contact-three {
        padding-top: 70px;
    }

    .ser-form {
        margin-top: 40px;
    }

        .ser-form .submit {
            margin-top: 60px;
        }

    .contact-two ul {
        margin: 60px -12px 45px;
    }

    .cont-list {
        padding: 30px;
    }

        .cont-list .cont-btn {
            background-size: 34px;
        }
}

@media (max-width: 1359px) {
    .contact-one li h3 {
        font-size: 20px;
    }

    .contact-one li:nth-child(3), .contact-one li:nth-child(6) {
        padding-left: 25px;
    }

    .contact-one li p {
        padding-top: 20px;
    }

    .cont-list h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .contact-one li h3 {
        font-size: 18px;
    }

    .contact-one .banner-line {
        margin: 50px 0 0;
    }

    .contact-one li {
        padding-top: 50px;
    }

        .contact-one li p {
            padding-top: 15px;
        }

        .contact-one li:nth-child(3), .contact-one li:nth-child(6) {
            padding-left: 8px;
        }

    .cont-list {
        padding: 20px;
    }

        .cont-list .cont-btn {
            background-size: 28px 10px;
        }

        .cont-list .banner-line {
            margin: 20px 0;
        }

        .cont-list h3 {
            font-size: 18px;
        }

    .ser-form {
        margin-top: 30px;
    }

        .ser-form .submit {
            margin: 60px auto 60px;
        }
}

@media (max-width: 767px) {
    .contact .contact-one,
    .contact .contact-three,
    .contact .contact-two {
        padding: 40px 0;
    }

    .contact .ny-tit {
        text-align: center;
    }

    .contact-one li h3 {
        font-size: 16px;
    }

    .contact-one .banner-line {
        margin: 20px auto 0;
    }

    .contact-one ul li {
        width: 100% !important;
        padding-top: 30px;
    }

    .contact-one li p {
        padding-top: 10px !important;
    }

    .contact-one li:nth-child(3), .contact-one li:nth-child(6) {
        padding-left: 0;
    }

    .contact-two ul {
        margin: 40px -5px 25px;
    }

    .contact-two li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .cont-list h3 {
        font-size: 16px;
    }

    .cont-more .banner-more {
        margin: 0 auto;
    }

    .ser-form {
        margin-top: 40px;
    }

    .ser-text p {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }

    .ser-text .text {
        padding: 0 15px 0 100px;
        font-size: 14px;
        line-height: 38px;
        height: 40px;
    }

    .ser-form textarea {
        height: 130px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .ser-form .submit {
        margin: 35px auto 0;
    }
}

@media(max-width:320px) {
    .contact-two li {
        width: 100%;
    }
}
/* ==========招聘详情========== */

.reciue {
}

    .reciue .rec-one {
        position: relative;
    }

.rec-one .reco-cont {
    padding: 80px 0;
    position: relative;
}

.reco-cont::after {
    position: absolute;
    content: '';
    background: url(../images/tw-san.png) no-repeat center;
    width: 40px;
    height: 20px;
    bottom: -20px;
    left: 6px;
    z-index: 1;
    background-size: 40px 20px;
}

.rec-one .ny-tit {
    color: #333;
    margin-top: 0;
}

.rec-one .reco-right {
    width: 100%;
    background: #f4f4f4;
    padding: 80px 0;
}

    .rec-one .reco-right h3 {
        font-size: 24px;
        padding-bottom: 40px;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 40px;
    }

    .rec-one .reco-right .reco-text {
        margin-bottom: 62px;
    }

    .rec-one .reco-right p {
        line-height: 28px;
        font-size: 14px;
        color: #7f7f7f;
    }

.reciue .rec-two {
    background: #222;
    padding: 80px 0;
}

.reco-more {
    text-align: center;
}

    .reco-more .banner-more {
        margin-top: 0;
    }

.rec-two ul {
    margin: 80px -12px 0;
}

.rec-two li {
    width: 33.3333333%;
    float: left;
    padding: 0 12px;
    margin-bottom: 10px;
}

    .rec-two li.li-hide {
        display: none;
    }

@media(max-width: 1519px) {
    .rec-one .reco-cont,
    .rec-one .reco-right
    .reciue .rec-two {
        padding: 70px 0;
    }

    .rec-one .reco-right h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .rec-one .reco-right .reco-text {
        margin-bottom: 70px;
    }

    .rec-one .reco-right p {
        line-height: 24px;
    }

    .reco-left .reco-pic {
        bottom: 10%;
    }

    .rec-two ul {
        margin-top: 70px;
    }
}

@media(max-width: 1359px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .rec-one .reco-cont,
    .rec-one .reco-right,
    .reciue .rec-two {
        padding: 40px 0;
    }

    .reco-cont::after {
        display: none;
    }

    .reciue .ny-tit {
        text-align: center;
        line-height: 22px;
    }

    .rec-one .reco-right h3 {
        font-size: 18px;
    }

    .rec-one .reco-right .reco-text {
        margin-bottom: 40px;
    }

    .rec-two ul {
        margin-top: 40px;
    }

    .rec-two li {
        width: 100%;
    }
}

/* =========新闻中心============*/
.new {
}

.news-one {
    background: #fff;
    padding-bottom: 80px;
}

    .news-one .newo-cont {
        width: 100%;
    }

.newo-cont ul {
    margin: 0;
    width: 100%;
}

.newo-cont li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 24px;
    background: #f8f8f8;
}

.newo-cont .news-list {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-list .news-pic {
    width: 20%;
    overflow: hidden;
    float: left;
}

.newo-cont.appinfo .news-list .news-pic {
    width: 100%;
}

.news-pic img {
    width: 100%;
    height: 150px;
    transition: all .5s;
}

.news-list .news-pic img {
    height: 200px;
}

.news-font {
    width: 80%;
    text-align: left;
    padding: 20px 20px;
    /*background: #f8f8f8;*/
    float: right;
}

.newo-cont.appinfo .news-font {
    width: 100%;
}

.news-font h3, .new-hide h3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-font h3 {
    color: #333;
}

.news-font p, .new-hide p {
    font-size: 12px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-font h4, .new-hide h4 {
    font-size: 15px;
    margin-top: 10px;
}

.news-font p, .news-font h4 {
    color: #909090;
}

.new-hide {
    transition: all .8s;
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    padding: 28px 20px;
    background: rgba(53,53,53,1);
    display: none;
}

    .new-hide h3, .new-hide p, .new-hide h4 {
        color: #fff;
    }

.newo-cont li:hover img {
    transform: scale(1.03);
}

.news-list:hover .new-hide {
    bottom: 0;
}

.news-list:hover .new-font {
    display: none;
}

.new .pagee {
    margin-top: 60px;
}

@media(max-width:1519px) {
    .news-pic img {
        height: 180px;
    }

    .new .pagee {
        margin-top: 50px;
    }

    .news-font h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news-one {
        padding-bottom: 70px;
    }

    .news .page {
        padding-top: 46px;
    }
}

@media(max-width:1359px) {
    .news-pic img {
        height: 120px;
    }
}

@media(max-width:991px) {
    .news-pic img {
        height: 90px;
    }

    .news-font, .new-hide {
        padding: 22px 16px;
    }

        .news-font h3, .new-hide h3 {
            font-size: 18px;
            margin-bottom: 10px;
            width: 100%;
        }

        .news-font p, .new-hide p {
            font-size: 14px;
            line-height: 20px;
        }

        .news-font h4, .new-hide h4 {
            font-size: 14px;
            margin-top: 10px;
        }
}

@media(max-width:767px) {
    .news-one {
        padding-bottom: 40px;
    }

    .newo-cont ul {
        margin: 0 -7px;
    }

    .newo-cont li {
        width: 100%;
        padding: 0 7px;
        margin-bottom: 15px;
    }

    .news-pic img {
        height: 150px;
    }

    .news-font, .new-hide {
        padding: 15px;
    }

        .news-font h3 {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .news-font p {
            font-size: 14px;
            line-height: 22px;
        }

        .news-font h4 {
            font-size: 14px;
            margin-top: 10px;
        }

    .new .pagee {
        margin-top: 25px;
    }
}

@media(max-width:320px) {
    .newo-cont li {
        width: 100%;
    }

    .news-pic img {
        height: auto;
    }
}

/* =========新闻详情======== */

.newsinfo {
}

    .newsinfo .ny-tit {
        color: #333;
        margin-top: 0;
    }

    .newsinfo .newsinfo-one {
        width: 65%;
        padding: 0 80px;
        float: left;
        margin-left: 10%;
    }

.newsinfo-one .newsinfo-top {
    background: #fff;
    padding: 80px 0 25px;
}

.newsinfo-top .newsinfo-title {
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #252525;
}

.newsinfo-title p {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
}

.newsinfo-title .news-time {
    color: #ababab;
    margin-left: 130px;
}

.newsinfo-top .news-share {
    display: inline-block;
    float: right;
}

.newsinfo-bottom {
    background: #fff;
}

/* .news-info {
    padding-bottom: 32px;
} */

.news-info p {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 30px;
    /* text-align: center; */
}

.news-info img {
    max-width: 100%;
    display: unset;
    margin: 15px 0;
    box-shadow: 0px 0px 25px #e6e6e6;
}

.newsinfo-bottom .page-detail {
    border-top: 1px solid #e7e7e7;
}

.newsinfo-two {
    padding: 80px 0 56px;
    width: 20%;
    float: right;
    margin-right: 60px;
}

    .newsinfo-two .newo-cont li {
        width: 100%;
        background: none;
    }

    .newsinfo-two .news-font {
    }

    .newsinfo-two .newo-cont {
        margin-top: 78px;
    }

    .newsinfo-two .news-font {
        background: #ffffff;
        padding: 0;
        width: 100%;
    }

        .newsinfo-two .news-font h3 {
            font-size: 18px;
            margin-bottom: 0px;
            color: #337FE5;
        }

@media(max-width:1519px) {
    .newsinfo-one .newsinfo-top {
        padding: 70px 0 20px;
    }

    .newsinfo-top .newsinfo-title {
        margin-top: 15px;
    }

    .newsinfo-two {
        padding: 70px 0 50px;
    }

        .newsinfo-two .newo-cont {
            margin-top: 70px;
        }
}

@media (max-width: 1359px) {
    .newsinfo-top .newsinfo-title {
        padding-bottom: 15px;
    }
}

@media (max-width: 1220px) {
    .newsinfo-two {
        margin-right: 30px;
    }

    .newsinfo-top .newsinfo-title {
        padding-bottom: 40px;
    }

    .news-share .bshare-custom a {
        margin-left: 20px;
    }

    .intw-list ul {
        margin: 0 0 0 0;
    }

    .intw-list li {
        padding: 0 5px;
    }

        .intw-list li:first-child {
        }
}

@media (max-width: 991px) {
    .newsinfo .ny-tit {
        line-height: 36px;
    }

    .intw-list li {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .newsinfo-one .newsinfo-top {
        padding: 40px 0;
    }

    .newsinfo-top .newsinfo-title {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 40px;
    }

    .newsinfo-title p {
        display: block;
        height: 22px;
    }

        .newsinfo-title p span:first-child {
            display: inline-block;
            float: left;
        }

        .newsinfo-title p span:nth-child(2) {
            display: inline-block;
            float: right;
        }

    .newsinfo-title .news-time {
        margin-left: 0;
    }

    .newsinfo-top .news-share {
        display: block;
        float: none;
        margin: 20px 0;
        padding-bottom: 6px;
    }

    .news-info img {
        margin: 20px 0;
    }

    .news-info p {
        font-size: 14px;
        line-height: 22px;
    }

    .news-info {
        padding-bottom: 0;
    }

    .newsinfo-two {
        padding: 40px 0 20px;
    }

        .newsinfo-two .newo-cont {
            margin-top: 40px;
        }
}

@media(max-width:320px) {
}

/* =============论坛============ */
.forum-one {
    background: url(../images/forum-bg.jpg) no-repeat;
    padding-bottom: 15px;
}

    .forum-one .forum-top {
        padding: 25px 0;
    }

.forum-top h3 {
    font-size: 36px;
    font-weight: bold;
    color: #e40113;
    display: inline-block;
}

.forum-search {
    display: inline-block;
    float: right;
    width: 365px;
    height: 38px;
    border-radius: 30px;
    background: #eeeeef;
    padding: 0 30px;
}

    .forum-search .text {
        width: 260px;
        float: left;
        font-size: 16px;
        color: #e40113;
        line-height: 38px;
    }

    .forum-search .submit {
        width: 38px;
        height: 38px;
        font-size: 16px;
        color: #333;
    }

.scroll-nav {
    position: relative;
}

    .scroll-nav .nav-item {
        float: left;
        position: relative;
        margin-right: 150px;
    }

        .scroll-nav .nav-item:last-child {
            margin-right: 0;
        }

    .scroll-nav a {
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        color: #333;
        line-height: 50px;
        transition: all .5s;
    }

        .scroll-nav a::after, .pro-nav a::after {
            display: none;
            z-index: 4;
            position: absolute;
            content: '';
            width: 0;
            height: 0px;
            border-left: solid 10px transparent;
            border-right: solid 10px transparent;
            border-bottom: solid 10px white;
            bottom: -15px;
            left: 50%;
            margin-left: -5px;
        }

        .scroll-nav a.index {
            color: #333;
            background: #e40113;
            padding: 0 23px;
            background: url(../images/hot.png) no-repeat left;
            border-radius: 6px 6px 0 0;
        }

        .scroll-nav a.on {
            color: white;
            background: #e40113;
            padding: 0 23px;
            border-radius: 6px 6px 0 0;
        }

        .scroll-nav a.index.on {
            color: #e40113;
            padding: 0 23px;
            border-radius: 6px 6px 0 0;
            background: url(../images/hot.png) no-repeat left;
        }

        .scroll-nav a.on::after, .pro-nav a.on::after {
            display: block;
        }

    .scroll-nav .menu-arrow {
        display: none;
        position: absolute;
        z-index: 3;
        background: none;
        font-size: 20px;
        color: #333;
        line-height: 40px;
        width: 40px;
        text-align: center;
        top: 0;
        margin-top: 0;
        font-weight: bolder;
    }

    .scroll-nav .menu-prev {
        left: 0px;
    }

    .scroll-nav .menu-next {
        right: 0px;
    }

    .scroll-nav .swiper-container {
        padding-bottom: 15px;
    }

.three-nav {
    width: 100%;
    clear: both;
    border-top: 2px solid #e40113;
}

.sec-menu {
    position: relative;
}

.three-list {
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    z-index: 3;
}

.three-pad {
    border-radius: 0 0 6px 6px;
    border: 2px solid #e40113;
    background: white;
    overflow: hidden;
    padding: 10px 0;
}

.three-list a {
    float: left;
    display: block;
    padding: 0 22px;
    font-size: 14px;
    color: #373737;
    line-height: 30px;
    margin-right: 13px;
}

.three-list.on {
    display: block;
}
/*  */
.forum-two {
    background: #fff;
    padding: 10px 0 15px;
}

    .forum-two .slideGroup {
        width: 100%;
        overflow: hidden;
    }

        .forum-two .slideGroup .slideBox {
            overflow: hidden !important;
            zoom: 1;
            position: relative;
            height: 40px;
        }

            .forum-two .slideGroup .slideBox .tempWrap {
                width: 100% !important;
            }

        .forum-two .slideGroup .parBd ul {
            overflow: hidden !important;
            zoom: 1;
            margin: 0 -10px;
        }

            .forum-two .slideGroup .parBd ul li {
                width: auto !important;
                float: left;
                _display: inline;
                overflow: hidden;
                text-align: left;
                padding: 0 5px;
            }

                .forum-two .slideGroup .parBd ul li img {
                    width: 100%;
                }
/*  */
.forum-three {
    background: #f4f4f4;
    padding-bottom: 80px;
    min-height: 570px;
    padding-top: 30px;
}

    .forum-three h3 {
        font-size: 36px;
        color: #333;
        padding: 30px 0;
    }

    .forum-three .forum-left {
        width: 69.6%;
        float: left;
        padding-right: 62px;
    }

.forum-left li {
    width: 100%;
    float: left;
    border-top: 1px solid #c9c9c9;
}

    .forum-left li:last-child {
        border-bottom: 1px solid #c9c9c9;
    }

    .forum-left li .forum-cont {
        padding: 17px 0;
        display: block;
    }

.forum-left .forum-cont p {
    font-size: 18px;
    color: #333;
    display: inline-block;
    line-height: 18px;
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forum-left .forum-cont span {
    display: inline-block;
    color: #7f7f7f;
    font-size: 16px;
    float: right;
}

.forum-left li:hover .forum-cont p {
    color: #e40113;
}

.forum-left .pagee {
    margin-top: 60px;
}

.forum-three .forum-right {
    width: 30.4%;
    float: right;
    border-left: 1px solid #cdcdcd;
    padding-left: 62px;
}

.forum-right h4, .forum-right h4.for-tit {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-bottom: 20px;
}

.for-tit {
    margin-top: 30px;
}

.forum-right .nei-tj {
    display: block;
    border-bottom: 1px solid #cacaca;
}

.nei-tj .for-pic {
    overflow: hidden;
}

.for-pic img {
    width: 100%;
    transition: ease .5s;
}

.forum-right .nei-tj:hover .for-pic img {
    transform: scale(1.05);
}

.nei-tj h5 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin: 22px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nei-tj p {
    font-size: 14px;
    color: #8e8e8e;
    padding-bottom: 20px;
    line-height: 24px;
}

.nei-tj:hover h5, h5.on {
    color: #e40113;
}

.forum .pagee a {
    font-size: 22px;
}

@media(max-width:1519px) {
    .forum-one {
        padding-bottom: 15px;
    }

    .forum-three h3 {
        padding: 20px 0;
        font-size: 32px;
    }

    .forum-left li .forum-cont {
        padding: 17px 0 16px;
    }

    .forum-left .forum-cont p {
        font-size: 17px;
        line-height: 17px;
    }

    .scroll-nav .nav-item {
        margin-right: 110px;
    }

    .three-list a {
        padding: 0 20px;
        margin-right: 0;
    }

    .forum-three {
        padding-bottom: 70px;
    }
}

@media(max-width:1359px) {
    .forum-top h3 {
        font-size: 30px;
    }

    .scroll-nav a {
        font-size: 18px;
    }

    .scroll-nav .nav-item {
        margin-right: 65px;
    }

    .three-list a {
        padding: 0 15px;
    }

    .forum-search {
        width: 300px;
    }

        .forum-search .text {
            width: 200px;
            font-size: 14px;
            line-height: 40px;
        }

    .forum-left .forum-cont p {
        font-size: 16px;
        line-height: 16px;
    }

    .forum-left .forum-cont span {
        font-size: 14px;
    }

    .forum-three .forum-left {
        padding-right: 46px;
    }

    .forum-three .forum-right {
        padding-left: 46px;
    }

    .nei-tj h5 {
        margin: 20px 0;
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .scroll-nav a {
        font-size: 16px;
        padding: 0 5px;
        line-height: 42px;
    }

    .scroll-nav .nav-item {
        margin-right: 30px;
    }

    .forum-one {
        padding-bottom: 45px;
    }

    .forum-two {
        padding: 24px 0 22px;
    }

    .forum-three .forum-left {
        width: 100%;
        padding-right: 0;
    }

    .forum-three .forum-right {
        width: 100%;
        padding-left: 0;
        border-left: transparent;
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .forum-one .forum-top {
        padding: 40px 0;
    }

    .forum-top h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .forum-bottom {
        margin-top: 20px;
    }

    .three-list a {
        padding: 0 10px;
    }

    .forum-two {
        padding: 0 0 22px;
    }

    .forum-three h3 {
        padding: 40px 0;
        font-size: 26px;
    }

    .forum-left li .forum-cont {
        padding: 16px 0 12px;
    }

    .forum-left .forum-cont p {
        font-size: 14px;
        line-height: 16px;
        width: 70%;
    }

    .forum-left .forum-cont span {
        font-size: 13px;
    }

    .forum-left .pagee {
        margin-top: 40px;
    }

    .forum-three {
        padding-bottom: 40px;
    }
}
/* =============论坛详情========= */

.forum .appin-one .appin-top {
    padding: 42px 0 72px;
}

@media(max-width:1519px) {
}

@media(max-width:991px) {
}

@media(max-width:767px) {
}


.yzm {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    line-height: 50px;
    margin-top: 20px;
}

@media(max-width: 767px) {
    #random {
        font-size: 22px !important;
        width: 60px !important;
        height: auto !important;
    }

    #yzm {
        height: 36px !important;
        margin-top: 2px !important;
        margin-left: 10px !important;
        font-size: 16px;
    }
}

.forum-left.clearfix li {
    width: 33.3%;
    padding: 0 15px;
    border-top: none;
}

    .forum-left.clearfix li img {
        max-width: 100%;
    }

    .forum-left.clearfix li .forum-txts {
        display: none;
        font-size: 18px;
        margin-top: -40px;
        text-align: center;
        /*background-image: linear-gradient(transparent, #000);*/
    }


    .forum-left.clearfix li:hover .forum-txts {
        bottom: -100%;
        left: 0;
        padding: 10px;
        bottom: 0;
        display: block;
        /*background: url(../images/shadow_c288912.png) repeat;*/
    }

    .forum-left.clearfix li:last-child {
        border-bottom: none;
    }

@media(max-width:640px) {
    .forum-left.clearfix li {
        width: 50%;
        height: 175px;
    }
}

@media (max-width:767px) {
    .newsinfo .newsinfo-one {
        width: 100%;
        float: none;
        margin-left: 0px;
        padding: 0 40px;
    }

    .newsinfo .newsinfo-two {
        width: 100%;
        float: none;
        padding: 0 80px;
        display: none;
    }
}




.intw-search {
    display: none;
}

@media(max-width:991px) {
    .intw-search {
        display: block;
    }
}

/*2020-06-05*/
.intw-right .banner-more {
    width: 50%;
}

.intw-search.right {
    width: 39%;
    float: right;
    margin: 0;
    display: block;
}

    .intw-search.right button {
        width: auto;
        height: auto;
        margin-right: -6px;
        line-height: 40px;
    }

.indexleft {
    width: 50%;
    float: left;
}

.frlinks {
    margin-bottom: 20px;
    float: right;
}

    .frlinks a {
        color: #ffffff;
        margin-right: 10px;
    }

.sharimg {
    float: left;
    margin-bottom: 20px;
}

    .sharimg .imglefts {
        float: left;
    }

    .sharimg .imgrights {
        float: right;
        margin-left: 50px;
    }

        .sharimg .imgrights p, .sharimg .imglefts p {
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            line-height: 32px;
        }


@media(max-width:640px) {
    .sharimg {
        float: left;
        margin-bottom: 0px;
        margin-top: 30px;
        margin-left: %;
    }
}

.pro-rightnav .ny-tit {
    color: #333;
    text-align: center;
    width: 100%;
    margin: 18px 0px 10px;
}

@media(max-width:767px) {
    .pro-rightnav .ny-tit {
        font-size: 18px;
        margin: 18px 0px 35px;
    }
}

.newsinfo.proinfo .news-info {
    text-align: center;
}

.newsinfo.proinfo .newsinfo-one .newsinfo-top {
    padding: 140px 0 50px;
}

.indexprotit {
    font-size: 26px;
    /* font-weight: bold; */
    margin-top: 30%;
    margin-left: 25%;
}

@media (max-width:1660px) {
    .intw-img {
        width: 100%;
        height: 123px;
    }
}

@media (max-width:1360px) {
    .intw-img {
        width: auto;
        height: 105px;
    }

    .indexprotit {
        font-size: 24PX;
    }
}

@media (max-width:1220px) {
    .intw-list ul {
        margin: 0 0 0 100px;
    }
}

@media (max-width:991px) {
    .intw-img {
        width: 90px;
        height: 90px;
    }

    .indexprotit {
        font-size: 18px;
    }

    .intw-list ul {
        margin: 0 0 0 0;
    }
}

@media (max-width:767px) {
    .indexprotit {
        margin-top: 0;
        margin-left: 0;
    }

    .intw-text {
        padding: 15px;
    }

    .intw-img {
        width: 100%;
        height: 305px;
    }
}

@media (max-width:640px) {

    .intw-img {
        width: 100%;
        height: 220px;
    }
}

@media (max-width:414px) {

    .intw-img {
        width: 163px;
        height: 163px;
    }
}

@media (max-width:375px) {

    .intw-img {
        width: 167px;
        height: 167px;
    }
}

@media (max-width:360px) {

    .intw-img {
        width: 158px;
        height: 158px;
    }
}

@media (max-width:320px) {

    .intw-img {
        width: 137px;
        height: 137px;
    }
}

.service-one .s-text label {
    position: absolute;
    padding: 0 50px 0 10px;
    font-size: 16px;
    color: #808080;
    line-height: 30px;
}

.service-two .sertw-form label {
    position: absolute;
    padding: 0 50px 0 20px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.ser-form label {
    position: absolute;
    padding: 0 50px 0 20px;
    font-size: 16px;
    color: #7f7f7f;
    line-height: 40px;
}

.min-input li label {
    padding: 0 30px 0 0px !important;
    color: #333 !important;
}

@media (max-width:1919px) {
.pro-ritn{padding-left:190px;}
.pro2-con{padding-left:190px;}
}
@media (max-width:767px) {
.pro-ritn,.pro2-con{padding-left:0px;}
}.copy_rt p:nth-child(2){display:none}