.ff {
    font-family: 'iconfont' !important
}

@font-face {
    font-family: 'Staatliches';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/Staatliches-Regular.eot');
    src: local('Staatliches Regular'), local('Staatliches-Regular'), url('../fonts/Staatliches-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Staatliches-Regular.woff2') format('woff2'), url('../fonts/Staatliches-Regular.woff') format('woff'), url('../fonts/Staatliches-Regular.ttf') format('truetype'), url('../fonts/Staatliches-Regular.svg#Staatliches-Regular') format('svg');
    font-display: swap
}

@font-face {
    font-family: 'DINCond';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/DINCond-Regular.eot');
    src: url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Regular.woff2') format('woff2'), url('../fonts/DINCond-Regular.woff') format('woff'), url('../fonts/DINCond-Regular.ttf') format('truetype'), url('../fonts/DINCond-Regular.svg#DINCond-Regular') format('svg')
}

@font-face {
    font-family: 'Segoe Print';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/SegoePrint.eot');
    src: local('Segoe Print'), local('SegoePrint'), url('../fonts/SegoePrint.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoePrint.woff2') format('woff2'), url('../fonts/SegoePrint.woff') format('woff'), url('../fonts/SegoePrint.ttf') format('truetype'), url('../fonts/SegoePrint.svg#SegoePrint') format('svg');
    font-display: swap
}

.textcolor {
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bgcolor {
    background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background: linear-gradient(right, #18a7a3, #0f74e8)
}

.fz-16 {
    font-size: 16px;
    line-height: 2.25
}

@media (max-width:767px) {
    .fz-16 {
        font-size: 14px;
        line-height: 24px
    }
}

.fz-16 p {
    margin: 0
}

body {
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-arrow {
    line-height: 80px;
    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -2%;
    overflow: hidden;
    width: 40px;
    height: 80px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: none;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:1199px) {
    .slick-arrow {
        line-height: 40px;
        left: -10px;
        width: 40px;
        height: 40px
    }
}

.slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    content: '\eb60'
}

.slick-arrow.slick-next {
    right: -2%;
    left: auto
}

@media (max-width:1199px) {
    .slick-arrow.slick-next {
        right: -10px
    }
}

.slick-arrow.slick-next:before {
    content: '\e625'
}

.slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 115, 191, .8)
}

.slick-dots {
    margin-top: 40px;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    width: 70px;
    height: 4px;
    margin: 0 10px;
    vertical-align: top;
    background-color: #dfdfdf
}

@media (max-width:1470px) {
    .slick-dots li {
        width: 50px
    }
}

@media (max-width:991px) {
    .slick-dots li {
        width: 20px;
        height: 2px;
        margin: 0 4px
    }
}

.slick-dots li button {
    display: none
}

.slick-dots li.slick-active {
    background-color: #0073bf
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

@media (max-width:1199px) {
    .header {
        position: fixed;
        height: 60px
    }
}

.header .logo {
    display: inline-block;
    float: left;
    height: 40px;
    margin-top: 30px;
    padding-left: 5%
}

@media (max-width:1199px) {
    .header .logo {
        height: 40px;
        margin-top: 10px;
        padding-left: 15px
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 30px;
        margin-top: 15px
    }
}

@media (max-width:360px) {
    .header .logo {
        height: 24px;
        margin-top: 18px
    }
}

.header .logo a {
    display: block;
    height: 100%
}

.header .logo img {
    display: block;
    height: 100%
}

.header p.tel {
    font-size: 20px;
    line-height: 100px;
    display: inline-block;
    float: right;
    margin: 0;
    margin-left: 14px;
    padding: 0 20px;
    vertical-align: top;
    color: #fff;
    background-color: #f60
}

@media (max-width:1199px) {
    .header p.tel {
        line-height: 60px;
        display: none
    }
}

.header p.tel:before {
    font-family: 'iconfont' !important;
    font-size: 20px;
    float: left;
    margin-right: 4px;
    content: '\e61c'
}

.header p.tel a:hover {
    text-decoration: underline
}

.header .pc-search {
    display: inline-block;
    float: right
}

@media (max-width:767px) {
    .header .pc-search {
        margin: 0
    }
}

.header .pc-search .search-button {
    font-size: 18px;
    line-height: 100px;
    display: inline-block;
    overflow: hidden;
    height: 100px;
    cursor: pointer;
    vertical-align: middle
}

@media (max-width:1199px) {
    .header .pc-search .search-button {
        font-size: 16px;
        line-height: 60px;
        height: 60px;
        margin-right: 20px
    }
}

.header .pc-search .search-button:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    width: 30px;
    margin-right: 6px;
    content: '\e660';
    text-align: center;
    vertical-align: middle
}

.header .pc-search form {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    display: block;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 60px;
    padding: 15px 10%;
    background-color: #0073bf
}

@media (max-width:1199px) {
    .header .pc-search form {
        padding: 15px 50px 15px 15px
    }
}

.header .pc-search input {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none
}

.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}

.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5
}

.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5
}

.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5
}

.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5
}

.header .pc-search .close-search {
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 5%;
    cursor: pointer;
    color: #fff
}

@media (max-width:1199px) {
    .header .pc-search .close-search {
        right: 10px
    }
}

.header .pc-search .close-search:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    display: block;
    content: '\e629';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .pc-search .submit {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 10%;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    outline: none;
    background: none;
    box-shadow: none
}

@media (max-width:1199px) {
    .header .pc-search .submit {
        right: 50px
    }
}

.header .pc-search .submit:before {
    font-family: 'iconfont' !important;
    content: '\e660'
}

.header .nav-collapse {
    position: relative;
    display: none;
    float: right;
    width: 20px;
    height: 40px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer;
    background: none
}

@media (max-width:1199px) {
    .header .nav-collapse {
        display: block;
        margin-top: 10px
    }

    .header .nav-collapse.nav-collapse-1 {
        position: absolute;
        z-index: 9999;
        top: 5px;
        right: 20px;
        display: block;
        margin-top: 8px;
        border: none
    }

    .header .nav-collapse.nav-collapse-1 .btn-line {
        background-color: #666 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header .nav-collapse.nav-collapse-xs:hover .btn-line {
        background-color: #000
    }
}

.header .nav-collapse .btn-line {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff
}

.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff
}

.header .nav-collapse .btn-line:nth-child(1) {
    top: 35%
}

.header .nav-collapse .btn-line:nth-child(2) {
    top: 50%
}

.header .nav-collapse .btn-line:nth-child(3) {
    top: 65%
}

.header .nav-collapse.active {
    border-color: transparent
}

.header .nav-collapse.active .btn-line {
    background-color: #fff
}

.header .nav-collapse.active .btn-line:nth-child(2) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0
}

.header .nav-collapse.active .btn-line:nth-child(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg)
}

.header .nav-collapse.active .btn-line:nth-child(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg)
}

@media (min-width:1200px) {
    .header .nav {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .header .nav .logo {
        display: none
    }
}

@media (max-width:1199px) {
    .header .nav {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        padding: 0 15px;
        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;
        color: #666;
        background: #fff
    }

    .header .nav .logo {
        display: block;
        float: left;
        margin-top: 10px
    }

    .header .nav .tbl {
        display: table;
        width: 100%;
        height: 90%;
        padding-top: 30%
    }

    .header .nav .tbl-cell {
        display: table-cell;
        height: 100%;
        vertical-align: top
    }
}

@media (min-width:1200px) {
    .header .nav .nav-list1 {
        text-align: center
    }

    .header .nav .nav-list1>li {
        display: inline-block;
        vertical-align: top
    }

    .header .nav .nav-list1>li>a {
        font-size: 17px;
        line-height: 100px;
        position: relative;
        display: inline-block;
        padding: 0 22px;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: middle;
        color: #fff
    }

    .header .nav .nav-list1>li>a:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 0;
        height: 2px;
        content: '';
        -webkit-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff
    }

    .header .nav .nav-list1>li:hover>a:after,
    .header .nav .nav-list1>li.active>a:after {
        width: 100%
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2 {
        font-size: 0;
        left: 0;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-color: #fff
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2>li {
        font-size: 14px;
        display: inline-block;
        max-width: 220px;
        padding: 0 20px;
        vertical-align: top
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2>li>a {
        display: block;
        padding: 10px;
        text-align: center
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2>li:hover a {
        color: #0073bf;
        background: none
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-pic {
        display: block
    }

    .header .nav .nav-list1>li:nth-child(3) .nav-list2 .nav-pic img {
        width: 100%
    }
    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 160px;
        padding: 10px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li {
        position: relative;

        list-style: none;

        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        line-height: 45px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 20px;

        -webkit-transition: all .2s;
        transition: all .2s;
        white-space: nowrap;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #fff;
        background-color: #0073bf;
    }
}

@media (min-width:1200px) and (max-width:1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 12px
    }

    .header .nav .nav-list1 .nav-list2 {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        min-width: 160px;
        padding: 10px 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .header .nav .nav-list1 .nav-list2 li {
        position: relative;
        list-style: none;
        text-align: left
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        font-size: 15px;
        line-height: 35px;
        position: relative;
        z-index: 1;
        display: block;
        padding: 0 20px;
        -webkit-transition: all .2s;
        transition: all .2s;
        white-space: nowrap;
        color: #666
    }

    .header .nav .nav-list1 .nav-list2 li>a:hover {
        color: #fff;
        background-color: #0073bf
    }
}

@media (min-width:1200px) and (max-width:1470px) {
    .header .nav .nav-list1>li>a {
        padding: 0 14px
    }
}

@media (min-width:1200px) and (max-width:1350px) {
    .header .nav .nav-list1>li>a {
        padding: 0 12px
    }
}

@media (max-width:1199px) {
    .header .nav .nav-list1 {
        overflow-y: auto;
        height: 100%;
        text-align: left
    }

    .header .nav .nav-list1>li {
        position: relative
    }

    .header .nav .nav-list1>li>a {
        font-size: 16px;
        line-height: 30px;
        display: block;
        padding: 4px 0
    }

    .header .nav .nav-list1 .open-nav {
        font-size: 20px;
        line-height: 30px;
        position: absolute;
        top: 0;
        right: 0
    }

    .header .nav .nav-list1 .open-nav:after {
        font-family: 'iconfont' !important;
        content: '\e629'
    }

    .header .nav .nav-list1 .current .open-nav:after {
        font-family: 'iconfont' !important;
        content: '\e628'
    }

    .header .nav .nav-list1 .nav-list2 {
        display: none
    }

    .header .nav .nav-list1 .nav-list2>li>a {
        font-size: 14px;
        line-height: 30px;
        display: block;
        margin-right: 10px;
        color: #666
    }

    .header .nav .nav-list1 .nav-list2>li>a:before {
        margin-right: 4px;
        content: '-'
    }

    .header .nav .nav-list1 .nav-list2 .nav-list3>li {
        display: inline-block;
        vertical-align: top
    }

    .header .nav .nav-list1 .nav-list2 .nav-list3>li a {
        line-height: 24px;
        padding: 0 4px;
        color: #999
    }

    .header .nav .nav-list1 .nav-list2 .nav-list3>li a:before {
        font-weight: bold;
        content: '·'
    }
}

@media (max-width:1199px) and (max-width:1199px) {
    .header .nav .nav-list1 .nav-list2>li {
        display: inline-block;
        vertical-align: top
    }
}

.header .back-btn {
    position: absolute;
    left: 15px
}

.header.fixed-header {
    background-color: #0073bf
}

@media (min-width:1200px) {
    .header.fixed-header .nav .nav-list1 .nav-list2 {
        background-color: #0073bf
    }

    .header.fixed-header .nav .nav-list1 .nav-list2>li>a {
        color: #fff
    }

    .header.fixed-header .nav .nav-list1 .nav-list2>li:hover>a {
        color: #0073bf;
        background-color: #fff
    }
}

.header.fixed-header .pc-search input {
    border-bottom: 1px solid #dcdcdc
}

.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7)
}

@media (min-width:992px) {
    .online-wrap .btn {
        display: none
    }
}

.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff
}

.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg)
}

.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px
}

.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff
}

.online-wrap .code-pic img {
    display: block;
    max-width: 100%
}

.online-wrap .online {
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

@media (max-width:991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }

    .online-wrap .online.active {
        right: 0
    }
}

.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.online-wrap .online a:before {
    font-size: 20px;
    color: #a1a5b3
}

@media (min-width:992px) {
    .online-wrap .online a:hover {
        text-decoration: none;
        background-color: #0073bf
    }

    .online-wrap .online a:hover:before {
        color: #fff
    }
}

@media (max-width:767px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px
    }

    .online-wrap .online a:before {
        font-size: 20px
    }
}

@media (min-width:992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%
    }
}

.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap
}

.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 10px;
    color: #fff;
    background-color: #0073bf;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12)
}

.online-wrap .online .code:before {
    font-size: 24px
}

@media (max-width:767px) {
    .online-wrap .online .code:before {
        font-size: 22px
    }
}

.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px
}

.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff
}

.online-wrap .online .code .mask img {
    display: block;
    width: 100%
}

.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888
}

.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .online-wrap .online .sale {
        width: 50px
    }
}

.online-wrap .online .sale a {
    width: 158px;
    height: 162px;
    background: none
}

@media (max-width:991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px
    }
}

.online-wrap .online .sale img {
    max-width: 100%
}

.online-wrap .icon-qq:before {
    font-family: 'iconfont' !important;
    content: '\e62d'
}

.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604'
}

.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    font-size: 24px !important;
    content: '\e72e'
}

.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e616'
}

.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751'
}

.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c'
}

.online-wrap .icon-arrow-top:before {
    font-family: 'iconfont' !important;
    content: '\e622'
}

.xs-online {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2)
}

@media (max-width:991px) {
    .xs-online {
        display: block
    }
}

.xs-online ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff
}

.xs-online ul li {
    float: left;
    width: 20%;
    list-style: none;
    border-left: 1px solid rgba(255, 255, 255, .6)
}

.xs-online ul li>a {
    font-size: 10px;
    display: block;
    padding: 8px 0;
    text-transform: uppercase;
    color: #fff
}

@media (max-width:320px) {
    .xs-online ul li>a {
        font-size: 8px
    }
}

.xs-online ul li>a:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.xs-online ul li:first-child {
    border-left: none
}

.xs-online ul li.tel>a:before {
    content: '\e601'
}

.xs-online ul li.mail>a:before {
    font-weight: normal;
    content: '\e649'
}

.xs-online ul li.message>a:before {
    font-weight: normal;
    content: '\e826'
}

.xs-online ul li.home>a:before {
    font-weight: normal;
    content: '\e6c8'
}

.xs-online ul li.map>a:before {
    font-weight: normal;
    content: '\e63e'
}

.xs-online ul li.product>a:before {
    font-weight: normal;
    content: '\e7e9'
}

.xs-online ul li.top>a:before {
    font-weight: normal;
    content: '\e622'
}

.xs-online ul li.whatsapp>a:before {
    font-weight: normal;
    content: '\e64e'
}

.xs-online ul li.wechat>a:before {
    font-weight: normal;
    content: '\e604'
}

.xs-online ul li.wechat img {
    position: absolute;
    top: -90px;
    left: 50%;
    display: none;
    width: 90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xs-online ul li.wechat:hover img {
    display: block
}

.banner {
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%
}

@media (max-width:767px) {
    .banner .slick-banner {
        width: 180%;
        max-width: 180%;
        margin-left: -40%
    }
}

.banner img {
    display: block
}

.banner .slick-dots {
    font-size: 0;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 100%;
    height: 10px
}

.banner .slick-dots>li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top;
    opacity: .6;
    border-radius: 50%
}

.banner .slick-dots .slick-active {
    opacity: 1;
    background-color: #0073bf
}

.banner .slick-dots button {
    display: none
}

.banner .slick-arrow {
    left: 3%;
    display: none !important
}

.banner .slick-arrow.slick-next {
    right: 3%;
    left: auto
}

.banner:hover .slick-arrow {
    display: block !important
}

.banner .item {
    position: relative;
    display: block;
    overflow: hidden
}

.banner .item img {
    display: block;
    width: 100%
}

.banner .text {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #fff
}

@media (max-width:767px) {
    .banner .text {
        padding: 0 22%
    }
}

.banner .text-1 {
    text-align: center
}

@media (max-width:767px) {
    .banner .text-1 {
        bottom: 30px;
        padding: 0 20%
    }
}

.banner .text-1 h2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 5% 0
}

@media (max-width:1470px) {
    .banner .text-1 h2 {
        font-size: 55px;
        margin-bottom: 30px
    }
}

@media (max-width:1350px) {
    .banner .text-1 h2 {
        font-size: 50px
    }
}

@media (max-width:1199px) {
    .banner .text-1 h2 {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .banner .text-1 h2 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .banner .text-1 h2 {
        font-size: 18px
    }
}

.banner .text-1 h2 b {
    color: #0073bf
}

.banner .text-1 img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    /* transition: all 1s;
	transform: translateY(100%); */
}

@media (max-width:1470px) {
    .banner .text-1 img {
        max-width: 60%
    }
}

@media (max-width:767px) {
    .banner .text-1 img {
        max-width: 80%
    }
}

.banner .text-2 {
    bottom: 20%;
    text-align: center
}

.banner .text-2 h2 {
    font-size: 44px;
    margin: 0 0 5% 0;
    color: #0073bf
}

@media (max-width:1470px) {
    .banner .text-2 h2 {
        margin-bottom: 30px
    }
}

@media (max-width:1470px) {
    .banner .text-2 h2 {
        font-size: 40px
    }
}

@media (max-width:1350px) {
    .banner .text-2 h2 {
        font-size: 34px
    }
}

@media (max-width:1199px) {
    .banner .text-2 h2 {
        font-size: 28px
    }
}

@media (max-width:991px) {
    .banner .text-2 h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .banner .text-2 h2 {
        font-size: 18px
    }
}

.banner .text-2 img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    /*
	transition: all 1s;
	transform: translateY(100%); */
}

@media (max-width:1470px) {
    .banner .text-2 img {
        max-width: 60%
    }
}

@media (max-width:767px) {
    .banner .text-2 img {
        max-width: 80%
    }
}

.banner .text-3 {
    bottom: 32%
}

@media (max-width:1199px) {
    .banner .text-3 {
        bottom: 12%
    }
}

.banner .text-3 h2 {
    font-size: 22px;
    line-height: 1.8;
    margin: 0;
    color: #fff;
    text-align: center;
}
.banner .text-3 h3 {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.banner .text-3 h4 {
    background: #0671b4;
    border-radius: 10px;
    font-size: 16px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 20px auto 0 auto;
}
@media (max-width:1470px) {
    .banner .text-3 h2 {
        font-size: 21px
    }
    .banner .text-3 h4 {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width:1199px) {
    .banner .text-3 h2 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .banner .text-3 h2 {
        font-size: 14px
    }
    .banner .text-3 h3 {
        font-weight: bold;
        font-size: 18px;
    }
    .banner .text-3 h2 {
        line-height: 19px;
        text-align: center;
    }
    .banner .text-3 h4 {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
}

.banner .slick-current .item img {
    -webkit-animation: bzoom 4s 0s ease both;
    animation: bzoom 4s 0s ease both
}

.banner .slick-current .item .text h2 {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both
}

.banner .slick-current .item .text img {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
    /* opacity: 1; */
    /* transform: translateY(0); */
}

@media (max-width:991px) {
    .banner-in .slick-banner {
        width: 140%;
        max-width: 140%;
        margin-left: -20%
    }
}

@media (max-width:767px) {
    .banner-in .slick-banner {
        width: 200%;
        max-width: 200%;
        margin-left: -50%
    }
}

.banner-in .text-inner {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

@media (max-width:1199px) {
    .banner-in .text-inner {
        top: -webkit-calc(50% + 30px);
        top: calc(50% + 30px)
    }
}

.banner-in .text-inner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0
}

@media (max-width:991px) {
    .banner-in .text-inner h2 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .banner-in .text-inner h2 {
        font-size: 24px
    }
}

.banner-in .text-inner h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0 0 0
}

@media (max-width:991px) {
    .banner-in .text-inner h3 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .banner-in .text-inner h3 {
        font-size: 18px
    }
}

.banner-in .text-inner h3:before,
.banner-in .text-inner h3:after {
    display: inline-block;
    width: 158px;
    height: 1px;
    margin: 0 10px;
    content: '';
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .6)
}

@media (max-width:991px) {
    .banner-in .text-inner h3:before,
    .banner-in .text-inner h3:after {
        width: 50px
    }
}

.banner-in .text-product {
    position: absolute;
    z-index: 2;
    bottom: 5%;
    width: 100%
}

@media (max-width:767px) {
    .banner-in .text-product {
        text-align: center
    }
}

.banner-in .text-product .bp-left,
.banner-in .text-product .bp-right {
    display: inline-block;
    vertical-align: top
}

.banner-in .text-product .bp-left {
    width: 40%
}

@media (max-width:767px) {
    .banner-in .text-product .bp-left {
        width: 100%
    }
}

.banner-in .text-product .bp-left h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    color: #fff
}

@media (max-width:1470px) {
    .banner-in .text-product .bp-left h2 {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .banner-in .text-product .bp-left h2 {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .banner-in .text-product .bp-left h2 {
        font-size: 26px
    }
}

.banner-in .text-product .bp-left h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    color: #0073bf
}

@media (max-width:1470px) {
    .banner-in .text-product .bp-left h3 {
        font-size: 38px
    }
}

@media (max-width:991px) {
    .banner-in .text-product .bp-left h3 {
        font-size: 28px
    }
}

@media (max-width:767px) {
    .banner-in .text-product .bp-left h3 {
        font-size: 20px
    }
}

.banner-in .text-product .bp-right {
    width: 60%;
    padding-top: 8%
}

@media (max-width:1470px) {
    .banner-in .text-product .bp-right {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .banner-in .text-product .bp-right {
        width: 50%;
        margin: 0 auto;
        padding-top: 10px
    }
}

.banner-in .text-product .bp-right img {
    max-width: 100%
}

@-webkit-keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes bzoom {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.bzoom {
    -webkit-animation-name: bzoom;
    animation-name: bzoom
}

@-webkit-keyframes bwidth {
    0% {
        width: 0;
        opacity: 1;
        -webkit-width: 0;
        -ms-width: 0
    }

    100% {
        width: 100%;
        opacity: 1;
        -webkit-width: 100%
    }
}

@keyframes bwidth {
    0% {
        width: 0;
        opacity: 1;
        -webkit-width: 0;
        -ms-width: 0
    }

    100% {
        width: 100%;
        opacity: 1;
        -webkit-width: 100%
    }
}

.bwidth {
    -webkit-animation-name: bwidth;
    animation-name: bwidth
}

.home {
    overflow: hidden;
    padding: 40px 3%
}

@media (max-width:991px) {
    .home {
        padding: 30px 15px
    }
}

.title {
    position: relative;
    overflow: hidden;
    text-align: center
}

.title h3 {
    font-family: 'Staatliches';
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5)
}

.title h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 0
}

@media (max-width:991px) {
    .title h2 {
        font-size: 24px
    }
}

.home-number {
    position: relative;
    z-index: 2;
    margin-top: -100px
}

@media (max-width:991px) {
    .home-number {
        margin: 30px 0 0 0
    }
}

.home-number .number {
    padding: 20px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .home-number .number {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

.home-number .number>ul {
    font-size: 0
}

.home-number .number>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd
}

@media (max-width:767px) {
    .home-number .number>ul>li {
        /* width: 50%; */
        padding: 0 10px
    }
}

.home-number .number>ul>li:last-child {
    border-right: none
}

@media (max-width:767px) {
    .home-number .number>ul>li:nth-child(2) {
        /* border-right: none */
    }
}

.home-number .number .item b {
    font-family: 'DINCond';
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    color: #0073bf
}

@media (max-width:1470px) {
    .home-number .number .item b {
        font-size: 60px
    }
}

@media (max-width:1199px) {
    .home-number .number .item b {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .home-number .number .item b {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .home-number .number .item b {
        font-size: 30px
    }
}

.home-number .number .item b:after {
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #aaa
}

.home-number .number .item p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0
}

@media (max-width:991px) {
    .home-number .number .item p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .home-number .number .item p {
        font-size: 14px
    }
}

.home-product .product {
    margin-top: 20px
}

.home-product .product ul {
    margin: 0 -8px
}

.home-product .product ul li {
    padding: 8px
}

.home-product .product .item {
    font-size: 0;
    overflow: hidden;
    border: 1px solid #eaeaea
}

.home-product .product .item .pic,
.home-product .product .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.home-product .product .item .pic {
    width: 55%
}

@media (max-width:1350px) {
    .home-product .product .item .pic {
        width: 50%
    }
}

.home-product .product .item .pic .title-product {
    padding: 10px
}

.home-product .product .item .pic .title-product h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #0073bf;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media (max-width:991px) {
    .home-product .product .item .pic .title-product h3 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .home-product .product .item .pic .title-product h3 {
        font-size: 16px
    }
}

.home-product .product .item .pic .ibox {
    padding-bottom: 70%
}

.home-product .product .item .pic .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.home-product .product .item .note {
    width: 45%;
    padding: 10px
}

@media (max-width:1350px) {
    .home-product .product .item .note {
        width: 50%
    }
}

.home-product .product .item .note p {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding-left: 15px;
    color: #666
}

@media (max-width:1600px) {
    .home-product .product .item .note p {
        font-size: 13px
    }
}

.home-product .product .item .note p:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background-color: #f60
}

.home-product .product .item .note p a {
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

.home-product .product .item .note p a:hover {
    color: #f60
}

.home-product .product .item:hover .pic .title-product h3 {
    color: #f60
}

.home-product .product .item:hover .pic .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-about {
    padding-top: 0
}

.home-about .about-left img {
    width: 100%
}

.home-about .about-right {
    padding-top: 50px;
    padding-left: 5%
}

@media (max-width:1600px) {
    .home-about .about-right {
        padding-top: 10px;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .home-about .about-right {
        padding: 0
    }
}

@media (max-width:767px) {
    .home-about .about-right {
        margin-top: 20px
    }
}

.home-about .about-right .title-about {
    text-align: left
}

.home-about .about-right .title-about img {
    max-width: 170px
}

.home-about .about-right .note {
    margin-top: 30px
}

@media (max-width:1350px) {
    .home-about .about-right .note {
        margin-top: 20px
    }
}

.home-about .about-right .note p {
    font-size: 18px;
    line-height: 2;
    margin: 0
}

@media (max-width:1470px) {
    .home-about .about-right .note p {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .home-about .about-right .note p {
        font-size: 14px;
        line-height: 24px
    }
}

.home-about .about-right .note h4 {
    font-size: 24px;
    line-height: 1.66666667;
    margin: 0;
    color: #0073bf
}

@media (max-width:1470px) {
    .home-about .about-right .note h4 {
        font-size: 18px;
        font-weight: bold
    }
}

@media (max-width:767px) {
    .home-about .about-right .note h4 {
        font-size: 16px
    }
}

.home-about .about-right a.more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 60px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #777
}

@media (max-width:1470px) {
    .home-about .about-right a.more {
        margin-top: 30px
    }
}

.home-about .about-right a.more:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0073bf
}

.home-about .about-right a.more:hover {
    color: #0073bf
}

.home-about .sign {
    margin-top: 30px;
    text-align: right
}

@media (max-width:1470px) {
    .home-about .sign {
        margin-top: 20px
    }
}

.home-about .sign h4 {
    font-family: 'Segoe Print';
    font-size: 36px;
    margin: 0;
    color: #0073bf
}

@media (max-width:1470px) {
    .home-about .sign h4 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .home-about .sign h4 {
        font-size: 24px
    }
}

.home-news {
    background-color: #f8f8f8
}

.home-news .slick-news {
    margin: 0 -8px
}

.home-news .slick-news .slick-slide {
    padding: 0 8px
}

.home-news .item {
    font-size: 0
}

.home-news .item .date,
.home-news .item .note {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle
}

.home-news .item .date {
    font-family: 'DINCond';
    width: 220px;
    text-align: center;
    color: #999
}

@media (max-width:1199px) {
    .home-news .item .date {
        width: 180px
    }
}

@media (max-width:991px) {
    .home-news .item .date {
        width: 120px
    }
}

@media (max-width:767px) {
    .home-news .item .date {
        width: 100px
    }
}

.home-news .item .date b {
    font-size: 72px;
    line-height: 1;
    display: block
}

@media (max-width:1199px) {
    .home-news .item .date b {
        font-size: 60px
    }
}

@media (max-width:991px) {
    .home-news .item .date b {
        font-size: 50px
    }
}

.home-news .item .date p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0
}

@media (max-width:1199px) {
    .home-news .item .date p {
        font-size: 20px
    }
}

.home-news .item .note {
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
    padding-left: 10px
}

@media (max-width:1199px) {
    .home-news .item .note {
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px)
    }
}

@media (max-width:991px) {
    .home-news .item .note {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px)
    }
}

@media (max-width:767px) {
    .home-news .item .note {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px)
    }
}

.home-news .item .note b {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media (max-width:767px) {
    .home-news .item .note b {
        font-size: 16px
    }
}

.home-news .item .note p {
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 4px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.home-news .item .note a.more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #999
}

.home-news .item .note a.more:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-right: 4px;
    content: '';
    vertical-align: middle;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #0073bf
}

.home-news .item:hover .date {
    color: #0073bf
}

.home-news .item:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.home-news .item:hover b {
    color: #0073bf
}

.home-news .item:hover a.more {
    color: #0073bf
}

.footer {
    font-size: 0;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, .7);
    background-color: #2f2f2f
}

.footer .foot {
    overflow: hidden;
    padding: 40px 3%
}

@media (max-width:1199px) {
    .footer .foot {
        padding: 15px
    }
}

.footer .foot>ul {
    font-size: 0
}

@media (min-width:992px) {
    .footer .foot>ul {
        width: 100%;
        padding: 0;
        text-align: justify;
        text-justify: distribute-all-lines
    }

    .footer .foot>ul:after {
        display: inline-block;
        overflow: hidden;
        width: 100%;
        height: 0;
        margin: 0;
        content: ''
    }
}

.footer .foot>ul>li {
    display: inline-block;
    text-align: left;
    vertical-align: top
}

@media (max-width:991px) {
    .footer .foot>ul>li {
        display: block
    }
}

.footer .foot>ul>li:nth-child(2) {
    overflow: hidden;
    max-width: 840px
}

@media (max-width:1470px) {
    .footer .foot>ul>li:nth-child(2) {
        max-width: 720px
    }
}

@media (max-width:1350px) {
    .footer .foot>ul>li:nth-child(2) {
        max-width: 640px
    }
}

@media (max-width:1199px) {
    .footer .foot>ul>li:nth-child(2) {
        max-width: 50%
    }
}

@media (max-width:991px) {
    .footer .foot>ul>li:nth-child(2) {
        max-width: 100%
    }
}

.footer .foot .title-foot h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff
}

.footer .foot .text {
    margin-top: 10px
}

.footer .foot .item-contact {
    max-width: 420px
}

@media (max-width:1470px) {
    .footer .foot .item-contact {
        max-width: 300px
    }
}

@media (max-width:991px) {
    .footer .foot .item-contact {
        max-width: 100%
    }
}

.footer .foot .item-contact img {
    display: block;
    max-width: 100%
}

.footer .foot .item-contact p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: block;
    margin: 20px 0;
    padding-left: 40px;
    color: #fff
}

@media (max-width:1199px) {
    .footer .foot .item-contact p {
        font-size: 16px;
        line-height: 24px
    }
}

.footer .foot .item-contact p:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e663'
}

.footer .foot .item-contact p.address:before {
    font-size: 30px;
    content: '\e662'
}

.footer .foot .item-contact a:hover {
    text-decoration: underline
}

.footer .foot .item-nav a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    float: left;
    min-width: 210px;
    margin: 10px 0;
    vertical-align: top
}

@media (max-width:1600px) {
    .footer .foot .item-nav a {
        font-size: 15px;
        min-width: 180px
    }
}

@media (max-width:1350px) {
    .footer .foot .item-nav a {
        min-width: 160px
    }
}

@media (max-width:991px) {
    .footer .foot .item-nav a {
        min-width: auto;
        margin: 0;
        margin-right: 10px
    }
}

.footer .foot .item-nav a:hover {
    color: #fff
}

@media (max-width:991px) {
    .footer .foot .item-erweima {
        margin-top: 10px
    }
}

.footer .foot .item-erweima .erweima {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.footer .foot .item-erweima .erweima img {
    max-width: 120px
}

@media (max-width:991px) {
    .footer .foot .item-erweima .erweima img {
        max-width: 80px
    }
}

.footer .foot .item-erweima .erweima p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #fff
}

.footer .copyright {
    padding: 20px 5%;
    color: #aaa;
    background-color: #000
}

.footer .copyright p {
    font-size: 14px;
    line-height: 34px;
    margin: 0
}

@media (max-width:1199px) {
    .footer .copyright p {
        line-height: 24px
    }
}

.footer .copyright p a {
    margin-left: 30px
}

@media (max-width:767px) {
    .footer .copyright p a {
        display: block;
        margin-left: 0
    }
}

.footer .copyright p a:hover {
    text-decoration: underline;
    color: #fff
}

.inner {
    overflow: hidden;
    padding: 50px 3%;
    clear: both;
}

@media (max-width:991px) {
    .inner {
        padding: 30px 15px
    }
}

.title-inner h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0
}

.inner-location {
    padding: 0 3%;
    background-color: #f1f1f1
}

.inner-location .title-location {
    display: inline-block
}

@media (max-width:767px) {
    .inner-location .title-location {
        display: block
    }
}

.inner-location .title-location h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    margin: 0
}

@media (max-width:767px) {
    .inner-location .title-location h2 {
        font-size: 20px;
        line-height: 40px
    }
}

.inner-location .location {
    display: inline-block;
    float: left;
    min-width: 380px;
}
@media (max-width:1350px) {
    .inner-location .location {
        min-width: 330px;
    }
}
@media (max-width:767px) {
    .inner-location .location {
        display: block;
        float: none;
        min-width: 100%;
    }
}

.inner-location .location span {
    padding: 20px 0
}

@media (max-width:767px) {
    .inner-location .location span {
        padding: 10px 0
    }
}

.inner-location .location span:before {
    font-family: 'iconfont' !important;
    margin-right: 4px;
    content: '\e63e';
    color: #999
}

.inner-location .location span,
.inner-location .location ul {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #999
}

.inner-location .location ul li {
    display: inline-block
}

.inner-location .location ul li:after {
    margin: 0 4px;
    content: '>'
}

.inner-location .location ul li:last-child:after {
    display: none
}

.inner-location .location ul li a {
    display: inline-block;
    padding: 20px 0
}

@media (max-width:767px) {
    .inner-location .location ul li a {
        padding: 10px 0
    }
}

.inner-location .location ul li a:hover {
    color: #0073bf
}

.inner-left {
    float: left;
    width: 340px
}

@media (max-width:1350px) {
    .inner-left {
        width: 280px
    }
}

@media (max-width:991px) {
    .inner-left {
        width: 100%
    }
}

.inner-left .sidemenu {
    padding: 20px;
    background-color: #f8f8f8
}

@media (max-width:991px) {
    .inner-left .sidemenu {
        padding: 10px
    }
}

.inner-left .sidemenu .title-sidemenu h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #0073bf
}

.inner-left .sidemenu .menulist>ul>li {
    margin-top: 8px
}

@media (max-width:991px) {
    .inner-left .sidemenu .menulist>ul>li {
        display: inline-block;
        vertical-align: top
    }
}

.inner-left .sidemenu .menulist>ul>li a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 10px 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: #fff
}
.xonmenu .active {
    color: #fff;
    background-color: #0073bf;
}

@media (max-width:991px) {
    .inner-left .sidemenu .menulist>ul>li a {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 10px
    }
}

.inner-left .sidemenu .menulist>ul>li.active a,
.inner-left .sidemenu .menulist>ul>li:hover a {
    color: #fff;
    background-color: #0073bf
}

.inner-left .sidecontact {
    margin-top: 20px;
    padding: 30px 20px;
    color: #fff;
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover
}

@media (max-width:1350px) {
    .inner-left .sidecontact {
        padding: 20px 14px
    }
}

@media (max-width:991px) {
    .inner-left .sidecontact {
        display: none
    }
}

.inner-left .sidecontact h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0
}

.inner-left .sidecontact p.tel {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0
}

@media (max-width:1350px) {
    .inner-left .sidecontact p.tel {
        font-size: 18px
    }
}

.inner-left .sidecontact p.tel:before {
    font-family: 'iconfont' !important;
    font-size: 30px;
    font-weight: normal;
    float: left;
    margin-right: 10px;
    content: '\e638'
}

.inner-left .sidecontact span.mask {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    border-radius: 30px;
    background-color: #f60
}

.inner-right {
    float: left;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 40px
}

@media (max-width:1350px) {
    .inner-right {
        width: -webkit-calc(100% - 280px);
        width: calc(100% - 280px)
    }
}

@media (max-width:991px) {
    .inner-right {
        width: 100%;
        padding-left: 0
    }
}

.innersidebar {
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top: calc(50% + 40px);
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

@media (max-width:767px) {
    .innersidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        color: #666
    }
}

.innersidebar .title-innersidebar h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    margin: 0;
    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991px) {
    .innersidebar .title-innersidebar h2 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .innersidebar .title-innersidebar h2 {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666)
    }
}

.innersidebar .sidebar {
    margin-top: 30px
}

@media (max-width:991px) {
    .innersidebar .sidebar {
        margin-top: 20px
    }
}

.innersidebar .sidebar>ul {
    margin: 0 -34px
}

@media (max-width:991px) {
    .innersidebar .sidebar>ul {
        margin: 0 -10px
    }
}

.innersidebar .sidebar>ul>li {
    display: inline-block;
    padding: 0 34px;
    vertical-align: top
}

@media (max-width:991px) {
    .innersidebar .sidebar>ul>li {
        padding: 0 10px
    }
}

.innersidebar .sidebar>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-bottom: 2px solid rgba(255, 255, 255, 0)
}

@media (max-width:767px) {
    .innersidebar .sidebar>ul>li>a {
        font-size: 14px
    }
}

.innersidebar .sidebar>ul>li>a:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.innersidebar .sidebar>ul>li.active>a,
.innersidebar .sidebar>ul>li:hover>a {
    border-bottom: 2px solid #fff
}

@media (max-width:767px) {
    .innersidebar .sidebar>ul>li.active>a,
    .innersidebar .sidebar>ul>li:hover>a {
        color: #0073bf
    }
}

.innersidebar .sidebar>ul>li.active>a:after,
.innersidebar .sidebar>ul>li:hover>a:after {
    opacity: 1
}

.inner-about {
    padding-bottom: 0
}

.inner-about .about .about-left img {
    width: 100%
}

.inner-about .about .about-right {
    padding-top: 20px;
    padding-left: 5%
}

@media (max-width:1600px) {
    .inner-about .about .about-right {
        padding-top: 10px;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .inner-about .about .about-right {
        padding: 0
    }
}

@media (max-width:767px) {
    .inner-about .about .about-right {
        margin-top: 20px
    }
}

.inner-about .about .about-right .note {
    margin-top: 30px
}

@media (max-width:1350px) {
    .inner-about .about .about-right .note {
        margin-top: 20px
    }
}

.inner-about .about .about-right .note p {
    font-size: 16px;
    line-height: 2;
    margin: 0
}

@media (max-width:1350px) {
    .inner-about .about .about-right .note p {
        font-size: 15px;
        line-height: 26px
    }
}

.inner-about .about .about-right .note h4 {
    font-size: 24px;
    line-height: 1.66666667;
    margin: 0;
    color: #0073bf
}

@media (max-width:1470px) {
    .inner-about .about .about-right .note h4 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .inner-about .about .about-right .note h4 {
        font-size: 16px
    }
}

.inner-about .numberwrap {
    position: relative;
    z-index: 2;
    top: -80px;
    clear: both;
    padding-left: 200px
}

@media (max-width:1470px) {
    .inner-about .numberwrap {
        top: -15px
    }
}

@media (max-width:991px) {
    .inner-about .numberwrap {
        top: 0;
        margin: 40px 0;
        padding-left: 150px
    }
}

@media (max-width:767px) {
    .inner-about .numberwrap {
        padding-left: 0
    }
}

.inner-about .numberwrap .since {
    position: absolute;
    top: 0;
    left: 20px;
    width: 160px;
    height: 100%;
    background-color: #f60
}

@media (max-width:991px) {
    .inner-about .numberwrap .since {
        left: 15px;
        width: 120px
    }
}

@media (max-width:767px) {
    .inner-about .numberwrap .since {
        position: relative;
        left: 0;
        width: 100%;
        padding: 10px
    }
}

.inner-about .numberwrap .since h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff
}

@media (max-width:991px) {
    .inner-about .numberwrap .since h3 {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .inner-about .numberwrap .since h3 {
        position: relative;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.inner-about .numberwrap .since h3 span {
    display: block
}

@media (max-width:767px) {
    .inner-about .numberwrap .since h3 span {
        display: inline-block
    }
}

.inner-about .numberwrap .number {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #0073bf;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    .inner-about .numberwrap .number {
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

.inner-about .numberwrap .number>ul {
    font-size: 0
}

.inner-about .numberwrap .number>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 33.33333333%;
    margin: 10px 0;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd
}

@media (max-width:767px) {
    .inner-about .numberwrap .number>ul>li {
        /* width: 50%; */
        padding: 0 10px
    }
}

.inner-about .numberwrap .number>ul>li:last-child {
    border-right: none
}

@media (max-width:767px) {
    .inner-about .numberwrap .number>ul>li:nth-child(2) {
        /* border-right: none */
    }
}

.inner-about .numberwrap .number .item b {
    font-family: 'DINCond';
    font-size: 72px;
    font-weight: normal;
    line-height: 1
}

@media (max-width:1470px) {
    .inner-about .numberwrap .number .item b {
        font-size: 60px
    }
}

@media (max-width:1199px) {
    .inner-about .numberwrap .number .item b {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .inner-about .numberwrap .number .item b {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .inner-about .numberwrap .number .item b {
        font-size: 30px
    }
}

.inner-about .numberwrap .number .item b:after {
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
    content: '';
    background-color: #fff
}

.inner-about .numberwrap .number .item p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0
}

@media (max-width:991px) {
    .inner-about .numberwrap .number .item p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width:767px) {
    .inner-about .numberwrap .number .item p {
        font-size: 14px
    }
}

.inner-contact {
    overflow: hidden;
    padding: 0
}

.inner-contact .title-inner {
    text-align: center
}

.inner-contact .text {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.inner-contact .text ul {
    font-size: 0
}

.inner-contact .text ul li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top
}

.inner-contact .text ul li:nth-child(2) .item:before {
    font-size: 80px;
    content: '\e665'
}

@media (max-width:1199px) {
    .inner-contact .text ul li:nth-child(2) .item:before {
        font-size: 70px
    }
}

@media (max-width:991px) {
    .inner-contact .text ul li:nth-child(2) .item:before {
        font-size: 40px
    }
}

.inner-contact .text ul li:nth-child(3) .item:before {
    font-size: 80px;
    content: '\e606'
}

@media (max-width:1199px) {
    .inner-contact .text ul li:nth-child(3) .item:before {
        font-size: 70px
    }
}

@media (max-width:991px) {
    .inner-contact .text ul li:nth-child(3) .item:before {
        font-size: 40px
    }
}

.inner-contact .text .item {
    max-width: 230px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center
}

@media (max-width:767px) {
    .inner-contact .text .item {
        margin-top: 20px
    }
}

.inner-contact .text .item:before {
    font-family: 'iconfont' !important;
    font-size: 100px;
    line-height: 100px;
    display: block;
    content: '\e60d';
    color: #0073bf
}

@media (max-width:1199px) {
    .inner-contact .text .item:before {
        font-size: 80px;
        line-height: 80px
    }
}

@media (max-width:991px) {
    .inner-contact .text .item:before {
        font-size: 50px;
        line-height: 50px
    }
}

.inner-contact .text .item p {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0 0 0
}

@media (max-width:991px) {
    .inner-contact .text .item p {
        margin-top: 10px
    }
}

@media (max-width:767px) {
    .inner-contact .text .item p {
        font-size: 14px
    }
}

.inner-contact .text .item:hover:before {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both
}

.inner-contact .map {
    margin-top: 50px
}

.inner-contact #map {
    height: 500px
}

@media (max-width:767px) {
    .inner-contact #map {
        height: 300px
    }
}

.inner-partners .partner {
    margin-top: 30px
}

@media (max-width:767px) {
    .inner-partners .partner {
        margin-top: 20px
    }
}

.inner-partners .partner ul {
    font-size: 0;
    margin: 0 -8px
}

.inner-partners .partner ul li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    padding: 8px;
    vertical-align: top
}

@media (max-width:991px) {
    .inner-partners .partner ul li {
        width: 25%
    }
}

@media (max-width:767px) {
    .inner-partners .partner ul li {
        width: 50%
    }
}

.inner-partners .partner .item {
    position: relative;
    display: block;
    border: 1px solid #eee
}

.inner-partners .partner .item .ibox {
    padding-bottom: 43.47826087%
}

.inner-partners .partner .item .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-partners .partner .item:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-team .team {
    margin-top: -20px
}

.inner-team .team .item {
    position: relative;
    display: block;
    margin-top: 20px
}

.inner-team .team .item .pic {
    display: block;
    border: 1px solid #eee
}

.inner-team .team .item .ibox {
    padding-bottom: 75%
}

.inner-team .team .item .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-team .team .item p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media (max-width:767px) {
    .inner-team .team .item p {
        font-size: 14px
    }
}

.inner-team .team .item:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-team .team .item:hover p {
    color: #0073bf
}

.inner-news .news {
    margin-top: -30px
}

.inner-news .news .item {
    margin-top: 30px;
    border: 1px solid #e5e5e5
}

.inner-news .news .item .pic {
    position: relative
}

.inner-news .news .item .pic .ibox {
    overflow: hidden;
    padding-bottom: 64.1025641%
}

.inner-news .news .item .pic .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-news .news .item .pic .date {
    line-height: 40px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20px;
    display: inline-block;
    width: 100px;
    padding: 20px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    border: none;
    background-color: rgba(52, 118, 201, .9)
}

@media (max-width:991px) {
    .inner-news .news .item .pic .date {
        left: 10px;
        width: 80px;
        padding: 10px 0
    }
}

.inner-news .news .item .pic .date b {
    font-size: 36px;
    line-height: 1;
    display: block
}

@media (max-width:991px) {
    .inner-news .news .item .pic .date b {
        font-size: 30px
    }
}

.inner-news .news .item .pic .date span {
    font-size: 18px;
    line-height: 24px;
    display: block
}

@media (max-width:991px) {
    .inner-news .news .item .pic .date span {
        font-size: 16px
    }
}

.inner-news .news .item .text {
    padding: 20px
}

@media (max-width:767px) {
    .inner-news .news .item .text {
        padding: 20px 10px
    }
}

.inner-news .news .item .text b {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-news .news .item .text p {
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    height: 52px;
    margin: 10px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.inner-news .news .item .text a.more {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: underline;
    color: #666
}

.inner-news .news .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.inner-news .news .item:hover .pic .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-news .news .item:hover .pic .date {
    background-color: #0073bf
}

.inner-news .news .item:hover .text {
    border-color: #fff
}

.inner-news .news .item:hover .text a.more {
    color: #0073bf
}

@media (max-width:991px) {
    .inner-news-show {
        padding-right: 0;
        padding-left: 0
    }
}

.inner-news-show .news-show {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px
}

@media (max-width:991px) {
    .inner-news-show .news-show {
        margin-top: 20px
    }
}

.inner-news-show .title-news-show {
    text-align: center
}

.inner-news-show .title-news-show h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #0073bf
}

@media (max-width:991px) {
    .inner-news-show .title-news-show h1 {
        font-size: 18px
    }
}

.inner-news-show .title-news-show p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #888
}

.inner-news-show .title-news-show p span {
    display: inline-block;
    vertical-align: middle
}

.inner-news-show .text-top {
    overflow: hidden;
    margin-top: 30px;
    padding: 10px 5%;
    color: #999;
    background-color: #f5f5f5
}

.inner-news-show .text-top:before,
.inner-news-show .text-top:after {
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;
    display: block;
    content: '“'
}

.inner-news-show .text-top:before {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.inner-news-show .text-top:after {
    float: right;
    content: '“';
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.inner-news-show .text-top .note {
    padding: 20px 5%
}

.inner-news-show .text-top p {
    font-size: 14px;
    line-height: 30px
}

.inner-news-show .text {
    margin-top: 30px;
    color: #333
}

.inner-news-show .text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    white-space: pre-wrap !important;
}

.inner-news-show .text p span {
    white-space: pre-wrap !important;
}

@media (max-width:991px) {
    .inner-news-show .text p {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .inner-news-show .text p {
        font-size: 14px
    }
}

.inner-news-show .text img {
    max-width: 100%;
    height: auto !important
}

.inner-products .products {
    margin-top: -30px
}

@media (min-width:1600px) {
    .inner-products .products ul li {
        width: 25%
    }
}

@media (max-width:991px) {
    .inner-products .products {
        margin-top: 0
    }
}

.inner-products .products .item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 110px
}

@media (max-width:767px) {
    .inner-products .products .item {
        padding-bottom: 100px
    }
}

.inner-products .products .item .pic {
    border: 1px solid #eee
}

.inner-products .products .item .ibox {
    padding-bottom: 75%
}

.inner-products .products .item .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-products .products .item .text {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-webkit-calc(100% - 110px));
    -ms-transform: translateY(calc(100% - 110px));
    transform: translateY(calc(100% - 110px));
    color: #fff;
    background-color: #0073bf
}

@media (max-width:767px) {
    .inner-products .products .item .text {
        padding: 10px 6px;
        -webkit-transform: translateY(-webkit-calc(100% - 100px));
        -ms-transform: translateY(calc(100% - 100px));
        transform: translateY(calc(100% - 100px))
    }
}

.inner-products .products .item .text .title-products {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.inner-products .products .item .text .title-products b {
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

@media (max-width:767px) {
    .inner-products .products .item .text .title-products b {
        font-size: 16px;
        line-height: 40px;
        height: 40px
    }
}

.inner-products .products .item .text .desc {
    margin: 10px 0
}

.inner-products .products .item .text .desc p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: rgba(255, 255, 255, .7);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-products .products .item .text .note {
    overflow-y: auto;
    max-height: -webkit-calc(100% - 110px);
    max-height: calc(100% - 110px);
    padding-bottom: 20px
}

.inner-products .products .item .text .note::-webkit-scrollbar {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 4px
}

.inner-products .products .item .text .note::-webkit-scrollbar-track {
    background-color: #ebebeb
}

.inner-products .products .item .text .note::-webkit-scrollbar-thumb {
    background-color: #0073bf
}

.inner-products .products .item .text .note p {
    line-height: 30px;
    margin: 0;
    color: rgba(255, 255, 255, .7)
}

.inner-products .products .item:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-products .products .item:hover .text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: rgba(0, 115, 191, .9)
}

.inner-products-show {
    position: relative;
    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px
}

.inner-products-show:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
    content: '';
    background-color: #0073bf
}

.inner-products-show .inner-location {
    border-bottom: 1px solid #eee;
    background: none
}

.inner-products-show .inner-location .location {
    display: block;
    float: none;
    max-width: 1600px;
    margin: 0 auto
}

.inner-products-show .products-info {
    max-width: 1630px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px
}

.inner-products-show .title-product-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;
    margin: 0
}

@media (max-width:1199px) {
    .inner-products-show .title-product-info h1 {
        font-size: 20px
    }
}

.inner-products-show .products-show {
    margin-top: 20px
}

.inner-products-show .products-show .product-left {
    width: 45%
}

@media (max-width:1199px) {
    .inner-products-show .products-show .product-left {
        width: 100%
    }
}

.inner-products-show .products-show .product-right {
    width: 55%
}

@media (max-width:1199px) {
    .inner-products-show .products-show .product-right {
        width: 100%
    }
}

.inner-products-show .products-show .item .ibox {
    padding-bottom: 72.22222222%
}

.inner-products-show .products-show .slick-product-for {
    position: relative;
    border: 1px solid #eee
}

.inner-products-show .products-show .slick-product-for:after {
    font-family: 'iconfont' !important;
    font-size: 50px;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    content: '\e642';
    color: rgba(51, 51, 51, .5)
}

@media (max-width:991px) {
    .inner-products-show .products-show .slick-product-for:after {
        display: none
    }
}

.inner-products-show .products-show .slick-product-nav {
    margin: 0 -5px;
    margin-top: 10px
}

.inner-products-show .products-show .slick-product-nav .slick-slide {
    padding: 0 5px
}

.inner-products-show .products-show .slick-product-nav .slick-current .item {
    border-color: #9ecaf5
}

.inner-products-show .products-show .slick-product-nav .item {
    border: 1px solid #eee
}

.inner-products-show .products-show .slick-product-nav .slick-arrow {
    left: 0;
    width: auto;
    height: auto;
    opacity: 0;
    border: none
}

@media (max-width:991px) {
    .inner-products-show .products-show .slick-product-nav .slick-arrow {
        opacity: 1
    }
}

.inner-products-show .products-show .slick-product-nav .slick-arrow:before {
    content: '\eb60'
}

.inner-products-show .products-show .slick-product-nav .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.inner-products-show .products-show .slick-product-nav .slick-arrow.slick-next:before {
    content: '\e625'
}

.inner-products-show .products-show .slick-product-nav:hover .slick-arrow {
    opacity: 1
}

@media (max-width:767px) {
    .inner-products-show .products-show .product-info {
        margin-top: 30px
    }
}

.inner-products-show .products-show .product-info .info {
    min-height: 390px
}

@media (max-width:1600px) {
    .inner-products-show .products-show .product-info .info {
        min-height: 340px
    }
}

@media (max-width:1470px) {
    .inner-products-show .products-show .product-info .info {
        min-height: 280px
    }
}

@media (max-width:1350px) {
    .inner-products-show .products-show .product-info .info {
        min-height: 250px
    }
}

@media (max-width:1199px) {
    .inner-products-show .products-show .product-info .info {
        min-height: auto
    }
}

.inner-products-show .products-show .product-info .info .text,
.inner-products-show .products-show .product-info .info .desc {
    line-height: 30px;
}
.inner-products-show .products-show .product-info .text h4,
.inner-products-show .products-show .product-info .desc h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #0073bf;
    border-bottom: 1px solid #d5e9ff
}

.inner-products-show .products-show .product-info .text p,
.inner-products-show .products-show .product-info .desc p {
    line-height: 24px;
    margin: 0;
    color: #777
}

.inner-products-show .products-show .product-info .link {
    margin-top: 30px
}

@media (max-width:767px) {
    .inner-products-show .products-show .product-info .link {
        margin-top: 20px
    }
}

.inner-products-show .products-show .product-info .link .btn-contact {
    display: inline-block;
    margin-top: 14px;
    margin-right: 20px;
    vertical-align: top
}

.inner-products-show .products-show .product-info .link .btn-contact a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background-color: #0073bf
}

@media (max-width:767px) {
    .inner-products-show .products-show .product-info .link .btn-contact a {
        font-size: 14px;
        line-height: 40px
    }
}

.inner-products-show .products-show .product-info .link .btn-contact a:hover {
    background-color: #f60
}

.inner-products-show .products-show .product-info .link .prev-next {
    display: inline-block;
    margin-top: 14px;
    vertical-align: top
}

.inner-products-show .products-show .product-info .link .prev-next a {
    font-size: 24px;
    line-height: 46px;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #666;
    background-color: #eaeaea
}

.inner-products-show .products-show .product-info .link .prev-next a:before {
    font-family: 'iconfont' !important;
    content: '\eb60'
}

.inner-products-show .products-show .product-info .link .prev-next a.next:before {
    content: '\e625'
}

.inner-products-show .products-show .product-info .link .prev-next a:hover {
    color: #fff;
    background-color: #f60
}

.inner-products-show .details {
    padding-top: 50px
}

.inner-products-show .details .details-sort {
    padding: 14px 14px 0 14px
}

@media (max-width:767px) {
    .inner-products-show .details .details-sort {
        padding: 10px 10px 0 10px
    }
}

.inner-products-show .details .details-sort ul {
    border-bottom: 1px solid #9fcdfc
}

.inner-products-show .details .details-sort ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    border-bottom: none
}

.inner-products-show .details .details-sort ul li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 10px 30px;
    color: #777
}

@media (max-width:767px) {
    .inner-products-show .details .details-sort ul li a {
        font-size: 14px;
        line-height: 30px;
        padding: 4px 10px
    }
}

.inner-products-show .details .details-sort ul li.active {
    border-color: #9fcdfc
}

.inner-products-show .details .details-sort ul li.active:before {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff
}

.inner-products-show .details .details-sort ul li.active a {
    color: #0073bf
}

.inner-products-show .details .details-list {
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    padding: 30px 14px;
    color: #666
}

@media (max-width:767px) {
    .inner-products-show .details .details-list {
        font-size: 14px;
        padding: 20px 0 0 0
    }
}

.inner-products-show .details .details-list p {
    margin: 0
}

.inner-products-show .details .details-list img {
    max-width: 100%;
    height: auto !important
}

.inner-products-show .details .details-list table {
    width: 100%
}

.inner-products-show .details .details-list table td,
.inner-products-show .details .details-list table th {
    padding: 10px;
    border: 1px solid #dcdcdc
}

.inner-products-show .details .document>ul>li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .inner-products-show .details .document>ul>li {
        padding: 16px 0
    }
}

.inner-products-show .details .document .item {
    position: relative;
    padding-left: 90px
}

@media (max-width:767px) {
    .inner-products-show .details .document .item {
        padding-left: 70px
    }
}

.inner-products-show .details .document .item:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 50px;
    height: 61px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/download.png) no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .inner-products-show .details .document .item:before {
        left: 10px
    }
}

.inner-products-show .details .document .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    color: #0073bf;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-products-show .details .document .item p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 6px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-products-show .details .document .item a.down {
    font-size: 16px;
    line-height: 30px;
    display: block;
    margin-top: 14px;
    color: #0073bf
}

@media (max-width:767px) {
    .inner-products-show .details .document .item a.down {
        font-size: 14px;
        margin-top: 4px
    }
}

.inner-products-show .details .document .item a.down:hover {
    text-decoration: underline;
    color: #04479b
}

.inner-products-show .details .document .item:hover b {
    text-decoration: underline;
    color: #04479b
}

.inner-cartbox .bar {
    margin-top: 30px
}

.inner-cartbox table {
    width: 100%;
    border-collapse: collapse
}

.inner-cartbox table tr {
    border: 1px solid #eee
}

.inner-cartbox table tr:first-child {
    font-size: 16px;
    overflow: hidden;
    background-color: #f6f6f6
}

@media (max-width:991px) {
    .inner-cartbox table tr:first-child {
        font-size: 14px
    }
}

.inner-cartbox table th {
    font-weight: normal;
    line-height: 24px;
    height: 52px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: left
}

.inner-cartbox table td,
.inner-cartbox table th {
    padding: 20px 10px
}

.inner-cartbox table td:first-child,
.inner-cartbox table th:first-child {
    width: 15%;
    padding: 0 2%
}

@media (max-width:767px) {
    .inner-cartbox table td:first-child,
    .inner-cartbox table th:first-child {
        width: 22%;
        padding: 0 2%
    }
}

.inner-cartbox table td:nth-child(2),
.inner-cartbox table th:nth-child(2) {
    width: 55%
}

@media (max-width:991px) {
    .inner-cartbox table td:nth-child(2),
    .inner-cartbox table th:nth-child(2) {
        width: 50%
    }
}

@media (max-width:767px) {
    .inner-cartbox table td:nth-child(2),
    .inner-cartbox table th:nth-child(2) {
        width: 35%
    }
}

.inner-cartbox table td:nth-child(3),
.inner-cartbox table th:nth-child(3) {
    width: 15%
}

@media (max-width:991px) {
    .inner-cartbox table td:nth-child(3),
    .inner-cartbox table th:nth-child(3) {
        width: 20%
    }
}

@media (max-width:767px) {
    .inner-cartbox table td:nth-child(3),
    .inner-cartbox table th:nth-child(3) {
        width: 30%
    }
}

.inner-cartbox table td:nth-child(4),
.inner-cartbox table th:nth-child(4) {
    width: 15%;
    text-align: center
}

.inner-cartbox table .Each,
.inner-cartbox table .all {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #dcdcdc;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none
}

.inner-cartbox table .Each:checked::after,
.inner-cartbox table .all:checked::after {
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 0;
    content: '\e65e';
    color: #0073bf
}

.inner-cartbox table input {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    top: -1px;
    width: 60px;
    height: 32px;
    text-align: center;
    vertical-align: top;
    border: none;
    outline: none
}

@media (max-width:991px) {
    .inner-cartbox table input {
        width: 30px
    }
}

@media (max-width:767px) {
    .inner-cartbox table input {
        font-size: 14px;
        line-height: 30px;
        width: 20px;
        height: 30px;
        border-right: none;
        border-left: none
    }
}

.inner-cartbox table .del1,
.inner-cartbox table .add1 {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 36px;
    height: 32px;
    margin-top: -1px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    border: 1px solid #dfdfdf
}

@media (max-width:767px) {
    .inner-cartbox table .del1,
    .inner-cartbox table .add1 {
        line-height: 30px;
        position: relative;
        z-index: 8;
        width: 20px;
        height: 30px
    }
}

.inner-cartbox table .pic {
    display: inline-block;
    width: 24%;
    margin-right: -4px;
    vertical-align: middle;
    border: 1px solid #eee
}

@media (max-width:767px) {
    .inner-cartbox table .pic {
        display: block;
        width: 100%
    }
}

.inner-cartbox table .pic .ibox {
    padding-bottom: 72.22222222%
}

.inner-cartbox table p {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    overflow: hidden;
    width: 70%;
    height: 24px;
    margin: 0;
    margin-right: -4px;
    padding-left: 4%;
    vertical-align: middle
}

@media (max-width:767px) {
    .inner-cartbox table p {
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0
    }
}

@media (max-width:320px) {
    .inner-cartbox table p {
        font-size: 12px
    }
}

.inner-cartbox .close {
    float: none;
    cursor: pointer;
    text-align: center;
    opacity: 1
}

.inner-cartbox .close::after {
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: normal;
    content: '\e661';
    color: #999
}

.inner-cartbox .close:hover::after {
    color: #04479b
}

.inner-cartbox .title-inquiry {
    position: relative;
    padding: 15px 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(#008ccd), to(#0053bb));
    background-image: -webkit-linear-gradient(left, #008ccd, #0053bb);
    background-image: linear-gradient(left, #008ccd, #0053bb)
}

@media (max-width:767px) {
    .inner-cartbox .title-inquiry {
        padding: 10px 20px
    }
}

.inner-cartbox .title-inquiry h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #fff
}

.inner-cartbox .inquiry {
    padding-top: 60px
}

@media (max-width:1199px) {
    .inner-cartbox .inquiry {
        padding-top: 50px
    }
}

.inner-cartbox .inquiry p {
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #999
}

.inner-cartbox .inquiry input,
.inner-cartbox .inquiry textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none
}

@media (max-width:767px) {
    .inner-cartbox .inquiry input,
    .inner-cartbox .inquiry textarea {
        margin-top: 10px
    }
}

.inner-cartbox .inquiry textarea {
    resize: vertical
}

.inner-cartbox .inquiry input::-webkit-input-placeholder,
.inner-cartbox .inquiry textarea::-webkit-input-placeholder {
    color: #777
}

.inner-cartbox .inquiry input:-o-placeholder,
.inner-cartbox .inquiry textarea:-o-placeholder {
    color: #777
}

.inner-cartbox .inquiry input::-moz-placeholder,
.inner-cartbox .inquiry textarea::-moz-placeholder {
    color: #777
}

.inner-cartbox .inquiry input:-ms-input-placeholder,
.inner-cartbox .inquiry textarea:-ms-input-placeholder {
    color: #777
}

.inner-cartbox .inquiry input:focus::-webkit-input-placeholder,
.inner-cartbox .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5
}

.inner-cartbox .inquiry input:focus::-o-placeholder,
.inner-cartbox .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5
}

.inner-cartbox .inquiry input:focus::-moz-placeholder,
.inner-cartbox .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5
}

.inner-cartbox .inquiry input:focus::-ms-input-placeholder,
.inner-cartbox .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5
}

.inner-cartbox .inquiry .send {
    text-align: center
}

.inner-cartbox .inquiry .submit {
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    background-color: #0073bf
}

.inner-cartbox .inquiry .submit:hover {
    background-color: #04479b
}

.inner-cartbox .inquiry .row {
    margin: 0 -10px
}

.inner-cartbox .inquiry .row .itembox {
    padding: 0 10px
}

.inner-cartbox .inquiry .read input {
    font-weight: bold;
    color: #333;
    background-color: #e1e1e1
}

.inner-cartbox .inquiry .read input::-webkit-input-placeholder,
.inner-cartbox .inquiry .read textarea::-webkit-input-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:-o-placeholder,
.inner-cartbox .inquiry .read textarea:-o-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input::-moz-placeholder,
.inner-cartbox .inquiry .read textarea::-moz-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:-ms-input-placeholder,
.inner-cartbox .inquiry .read textarea:-ms-input-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:focus::-webkit-input-placeholder,
.inner-cartbox .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:focus::-o-placeholder,
.inner-cartbox .inquiry .read textarea:focus::-o-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:focus::-moz-placeholder,
.inner-cartbox .inquiry .read textarea:focus::-moz-placeholder {
    color: #333
}

.inner-cartbox .inquiry .read input:focus::-ms-input-placeholder,
.inner-cartbox .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333
}

.inner-concept {
    padding-bottom: 0
}

.inner-concept .concept-top {
    margin-top: 30px;
    padding: 20px 20px 60px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eceff3), to(#fbfcff));
    background-image: -webkit-linear-gradient(left, #eceff3, #fbfcff);
    background-image: linear-gradient(left, #eceff3, #fbfcff)
}

.inner-concept .concept-top .title-concept-top {
    overflow: hidden;
    text-align: center
}

.inner-concept .concept-top .title-concept-top h2 {
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
    color: #0073bf
}

@media (max-width:991px) {
    .inner-concept .concept-top .title-concept-top h2 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .inner-concept .concept-top .title-concept-top h2 {
        font-size: 18px
    }
}

.inner-concept .concept-top .title-concept-top h2 b {
    color: #333
}

.inner-concept .concept-top .title-concept-top h2 span {
    color: #d90909
}

.inner-concept .concept-top .title-concept-top h2 .number {
    font-weight: bold;
    line-height: 80px;
    display: inline-block;
    width: 51px;
    height: 80px;
    text-align: center;
    color: #fff;
    background: url(../images/number_bg.png) no-repeat bottom center
}

@media (max-width:767px) {
    .inner-concept .concept-top .title-concept-top h2 .number {
        line-height: 60px;
        float: left;
        height: 60px
    }
}

.inner-concept .concept-top .concept-list>ul {
    font-size: 0
}

.inner-concept .concept-top .concept-list>ul>li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top
}

.inner-concept .concept-top .concept-list .item {
    margin-top: 30px;
    text-align: center
}

.inner-concept .concept-top .concept-list .item .item-icon {
    width: 100px;
    margin: 0 auto
}

@media (max-width:991px) {
    .inner-concept .concept-top .concept-list .item .item-icon {
        width: 80px
    }
}

@media (max-width:767px) {
    .inner-concept .concept-top .concept-list .item .item-icon {
        width: 60px;
        margin-top: 20px
    }
}

.inner-concept .concept-top .concept-list .item .item-icon img {
    max-width: 100%
}

.inner-concept .concept-top .concept-list .item b {
    font-size: 18px;
    line-height: 30px;
    color: #0073bf
}

@media (max-width:767px) {
    .inner-concept .concept-top .concept-list .item b {
        font-size: 16px
    }
}

.inner-concept .concept-top .concept-list .item p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    color: #666
}

.inner-concept .concept>ul {
    font-size: 0
}

.inner-concept .concept>ul>li {
    font-size: 14px;
    display: inline-block;
    width: 20%;
    vertical-align: top
}

@media (max-width:991px) {
    .inner-concept .concept>ul>li {
        width: 25%
    }
}

@media (max-width:767px) {
    .inner-concept .concept>ul>li {
        width: 50%
    }
}

.inner-concept .concept .item {
    margin-top: 6px;
    padding: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#eceff3), to(#fbfcff));
    background-image: -webkit-linear-gradient(left, #eceff3, #fbfcff);
    background-image: linear-gradient(left, #eceff3, #fbfcff)
}

.inner-concept .concept .item img {
    max-width: 100%
}

.inner-concept .concept .item b {
    font-size: 18px;
    line-height: 30px;
    color: #0073bf
}

@media (max-width:767px) {
    .inner-concept .concept .item b {
        font-size: 16px
    }
}

.inner-concept .concept .item p {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #666
}

.inner-join {
    padding-top: 60px
}

.inner-join .join {
    margin-top: 30px
}

.inner-machining .machining {
    font-size: 0
}

.inner-machining .machining .machining-left,
.inner-machining .machining .machining-right {
    font-size: 14px;
    display: inline-block;
    vertical-align: top
}

.inner-machining .machining .machining-left {
    width: 45%
}

@media (max-width:767px) {
    .inner-machining .machining .machining-left {
        width: 100%
    }
}

.inner-machining .machining .machining-left img {
    width: 100%
}

.inner-machining .machining .machining-right {
    width: 55%;
    padding-left: 30px
}

@media (max-width:767px) {
    .inner-machining .machining .machining-right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }
}

.inner-machining .machining .machining-right .title-about {
    text-align: left
}

.inner-machining .machining .machining-right .title-about h2:after {
    margin-left: 0
}

.inner-machining .machining .machining-right .list {
    margin-top: 30px
}

.inner-machining .machining .machining-right .list>ul>li {
    padding: 16px 0;
    border-bottom: 1px solid #eee
}

@media (max-width:1199px) {
    .inner-machining .machining .machining-right .list>ul>li {
        padding: 10px 0
    }
}

.inner-machining .machining .machining-right .list .item {
    display: table;
    width: 100%
}

.inner-machining .machining .machining-right .list .item b,
.inner-machining .machining .machining-right .list .item p {
    display: table-cell;
    vertical-align: middle
}

.inner-machining .machining .machining-right .list .item b {
    font-size: 30px;
    line-height: 1;
    width: 34%;
    color: #0073bf
}

@media (max-width:1199px) {
    .inner-machining .machining .machining-right .list .item b {
        font-size: 24px
    }
}

@media (max-width:991px) {
    .inner-machining .machining .machining-right .list .item b {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .inner-machining .machining .machining-right .list .item b {
        font-size: 16px
    }
}

.inner-machining .machining .machining-right .list .item p {
    font-size: 16px;
    line-height: 2.25;
    margin: 0;
    color: #666
}

@media (max-width:991px) {
    .inner-machining .machining .machining-right .list .item p {
        font-size: 14px;
        line-height: 24px
    }
}

.inner-research {
    padding: 80px 0;
    color: #fff;
    background: url(../images/research_bg.jpg) no-repeat center fixed;
    background-size: cover
}

@media (max-width:1199px) {
    .inner-research {
        padding: 50px 0;
        background: url(../images/research_bg.jpg) no-repeat center;
        background-size: cover
    }
}

.inner-research .title-about p {
    font-size: 16px;
    line-height: 30px;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 20px
}

.inner-research .research {
    margin-top: 20px
}

.inner-research .research .item {
    margin-top: 20px;
    text-align: center;
    color: #fff
}

.inner-research .research .item b {
    font-size: 60px;
    line-height: 1;
    display: block
}

@media (max-width:1199px) {
    .inner-research .research .item b {
        font-size: 50px
    }
}

@media (max-width:991px) {
    .inner-research .research .item b {
        font-size: 40px
    }
}

.inner-research .research .item p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0
}

.inner-management .slick-management {
    margin-top: 30px
}

.inner-management .slick-management .slick-slide {
    padding: 100px 0
}

@media (max-width:1199px) {
    .inner-management .slick-management .slick-slide {
        padding: 70px 0
    }
}

@media (max-width:991px) {
    .inner-management .slick-management .slick-slide {
        padding: 0
    }
}

.inner-management .slick-management .slick-current {
    position: relative;
    z-index: 2
}

.inner-management .slick-management .slick-current .item {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    background: none
}

@media (max-width:991px) {
    .inner-management .slick-management .slick-current .item {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.inner-management .slick-management .slick-current .item .ibox {
    opacity: 1
}

.inner-management .slick-management .slick-current .item .note {
    opacity: 1
}

.inner-management .slick-management .item {
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #000
}

.inner-management .slick-management .item .ibox {
    padding-bottom: 65%;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .5
}

@media (max-width:991px) {
    .inner-management .slick-management .item .ibox {
        opacity: 1
    }
}

.inner-management .slick-management .item .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-management .slick-management .item .note {
    font-size: 12px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    color: #fff;
    background-color: rgba(0, 115, 191, .75)
}

@media (max-width:991px) {
    .inner-management .slick-management .item .note {
        font-size: 14px;
        padding: 8px 10px
    }
}

.inner-management .slick-management .item .note p {
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-contact .title-contact h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0
}

@media (max-width:767px) {
    .inner-contact .title-contact h1 {
        font-size: 18px
    }
}

.inner-contact .message {
    padding-top: 80px
}

@media (max-width:991px) {
    .inner-contact .message {
        padding-top: 50px
    }
}

.inner-contact .message .title-message h2 {
    font-size: 24px;
    font-weight: bold
}

@media (max-width:767px) {
    .inner-contact .message .title-message h2 {
        font-size: 18px
    }
}

.inner-contact .message input,
.inner-contact .message textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: none
}

@media (max-width:767px) {
    .inner-contact .message input,
    .inner-contact .message textarea {
        font-size: 12px
    }
}

.inner-contact .message textarea {
    resize: vertical
}

.inner-contact .message input::-webkit-input-placeholder,
.inner-contact .message textarea::-webkit-input-placeholder {
    color: #777
}

.inner-contact .message input:-o-placeholder,
.inner-contact .message textarea:-o-placeholder {
    color: #777
}

.inner-contact .message input::-moz-placeholder,
.inner-contact .message textarea::-moz-placeholder {
    color: #777
}

.inner-contact .message input:-ms-input-placeholder,
.inner-contact .message textarea:-ms-input-placeholder {
    color: #777
}

.inner-contact .message input:focus::-webkit-input-placeholder,
.inner-contact .message textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5
}

.inner-contact .message input:focus::-o-placeholder,
.inner-contact .message textarea:focus::-o-placeholder {
    color: #c5c5c5
}

.inner-contact .message input:focus::-moz-placeholder,
.inner-contact .message textarea:focus::-moz-placeholder {
    color: #c5c5c5
}

.inner-contact .message input:focus::-ms-input-placeholder,
.inner-contact .message textarea:focus::-ms-input-placeholder {
    color: #c5c5c5
}

.inner-contact .message .send {
    text-align: center
}

.inner-contact .message .submit {
    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0;
    background-color: #0073bf
}

.inner-contact .message .submit:hover {
    background-color: #04479b
}

.inner-contact .message .row {
    margin: 0 -10px
}

.inner-contact .message .row .itembox {
    padding: 0 10px
}

.inner-contact .contact .text {
    margin-top: 40px
}

@media (max-width:991px) {
    .inner-contact .contact .text {
        margin-top: 20px
    }
}

.inner-contact .contact .text p {
    line-height: 30px;
    position: relative;
    margin: 14px 0 0 0;
    padding-left: 60px;
    color: #999
}

@media (max-width:767px) {
    .inner-contact .contact .text p {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px
    }
}

.inner-contact .contact .text p:before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    content: '\e608';
    text-align: center;
    color: #fff;
    background-color: #0073bf
}

@media (max-width:767px) {
    .inner-contact .contact .text p:before {
        top: 0
    }
}

.inner-contact .contact .text p.factory:before {
    content: '\e652'
}

.inner-contact .contact .text p.tel:before {
    content: '\e61c'
}

.inner-contact .contact .text p.fax:before {
    font-size: 18px;
    content: '\e606'
}

.inner-contact .contact .text p.email:before {
    font-size: 26px;
    content: '\e6a4'
}

.inner-contact .contact .text p.website:before {
    font-size: 24px;
    content: '\e781'
}

.inner-contact .contact .text p.whatsapp:before {
    content: '\e649'
}

.inner-contact .contact .text p b {
    font-size: 18px;
    display: block;
    color: #333
}

@media (max-width:991px) {
    .inner-contact .contact .text p b {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .inner-contact .contact .text p b {
        font-size: 14px
    }
}

.inner-contact .contact .text p a {
    display: block;
    color: inherit
}

.inner-contact .contact .text p a:hover {
    text-decoration: underline;
    color: #0073bf
}

@media (max-width:991px) {
    .map {
        margin-top: 30px
    }
}

#dituContent {
    height: 530px
}

@media (max-width:767px) {
    #dituContent {
        height: 340px
    }
}

nav {
    text-align: center
}

.pagination {
    margin: 50px 0 0 0;
    padding: 0
}

@media (max-width:991px) {
    .pagination {
        margin-top: 30px
    }
}

.pagination li.prev a,
.pagination li.next a {
    border-radius: 50%
}

.pagination li.prev a span:before,
.pagination li.next a span:before {
    font-family: 'iconfont' !important;
    content: '\eb60'
}

.pagination li.next a span:before {
    content: '\e625'
}

.pagination li a {
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7)
}

@media (max-width:991px) {
    .pagination li a {
        line-height: 30px;
        width: 30px;
        height: 30px
    }
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff;
    background-color: #0073bf
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: #0073bf
}

.slick-honor .slick-arrow {
    line-height: 40px;
    left: 15px;
    width: 40px;
    height: 40px;
    color: #666;
    border-color: #dcdcdc
}

.slick-honor .slick-arrow.slick-next {
    right: 15px;
    left: auto
}

.honor-list .more {
    margin-top: 30px;
    text-align: center
}

.honor-list .more a {
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #666;
    border: 1px solid #dcdcdc
}

.honor-list .more a:hover {
    color: #fff;
    background-color: #0073bf
}
.inner-product-show {
    padding: 0 0 50px 0;
}
.inner-product-show .product-parameter .parameter-list {
    margin-top: 30px;
    color: #666
}

.inner-product-show .product-parameter .parameter-list p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0
}

@media (max-width:767px) {
    .inner-product-show .product-parameter .parameter-list p {
        font-size: 14px
    }
}

.inner-product-show .product-parameter .parameter-list .yingyong>ul>li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

@media (max-width:767px) {
    .inner-product-show .product-parameter .parameter-list .yingyong>ul>li {
        padding: 16px 0
    }
}

.inner-product-show .product-parameter .parameter-list .yingyong .item {
    position: relative;
    padding-left: 90px;
    padding-right: 60px;
}

@media (max-width:767px) {
    .inner-product-show .product-parameter .parameter-list .yingyong .item {
        padding-left: 70px;
        padding-right: 0;
    }
}

.inner-product-show .product-parameter .parameter-list .yingyong .item:before {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 30px;
    height: 36px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/download.png) no-repeat;
    background-size: cover
}

@media (max-width:767px) {
    .inner-product-show .product-parameter .parameter-list .yingyong .item:before {
        left: 10px
    }
}

.inner-product-show .product-parameter .parameter-list .yingyong .item b {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    display: inline;
    overflow: hidden;
    height: 30px;
    color: #196ec1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-product-show .product-parameter .parameter-list .yingyong .item p {
    font-size: 14px;
    line-height: 24px;
    display: none;
    overflow: hidden;
    height: 24px;
    margin: 6px 0 0 0;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.inner-product-show .product-parameter .parameter-list .yingyong .item a.down {
    font-size: 16px;
    line-height: 30px;
    float: right;
    display: inline;
    margin-top: 14px;
    color: #196ec1
}

@media (max-width:767px) {
    .inner-product-show .product-parameter .parameter-list .yingyong .item a.down {
        font-size: 14px;
        margin-top: 4px;
        display: block;
        float: none;
    }
}

.inner-product-show .product-parameter .parameter-list .yingyong .item a.down:hover {
    text-decoration: underline;
    color: #0a5aa8
}

.inner-product-show .product-parameter .parameter-list .yingyong .item:hover b {
    text-decoration: underline;
    color: #0a5aa8
}

.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px 0;
    color: #999;
    clear: both
}

.page_info span {
    padding: 0 2px;
    font-weight: bold
}

.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 10px;
    margin: 50px auto;
    padding: 50px 0;
    clear: both;
    width: 100%
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2
}

@media (max-width:1199px) {
    .header .nav .nav-list1 .nav-list2 .nav-pic {
        display: none
    }

    .header .nav .nav-list1 .nav-list2 {
        position: relative;
        box-shadow: none
    }

    .header .nav .nav-list1 .nav-list2 li>a {
        padding: 0
    }
}
@media (min-width: 1200px) {
    .header.fixed-header .nav .nav-list1>li:nth-child(3) .nav-list2>li>a {
        color: #666;
    }
    .header.fixed-header .nav .nav-list1>li:nth-child(3) .nav-list2>li:hover>a {
        color: #0053bb;
    }
}

.inner-download {
    padding-right: 0;
    padding-left: 0
}

.inner-download .download {
    margin-top: -40px
}

@media (max-width:1199px) {
    .inner-download .download {
        margin-top: -20px
    }
}

.inner-download .download ul {
    margin: 0 -20px
}

@media (max-width:1199px) {
    .inner-download .download ul {
        margin: 0 -10px
    }
}

.inner-download .download ul li {
    padding: 0 20px
}

@media (max-width:1199px) {
    .inner-download .download ul li {
        padding: 0 10px
    }
}

.inner-download .download ul li:nth-child(2n) .text {
    background-color: rgba(255, 102, 0, .9)
}

.inner-download .download .item {
    position: relative;
    display: block;
    margin-top: 40px
}

@media (max-width:1199px) {
    .inner-download .download .item {
        margin-top: 20px
    }
}

.inner-download .download .item .ibox {
    padding-bottom: 50%
}

.inner-download .download .item .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s
}

.inner-download .download .item .text {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 40%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 115, 191, .9)
}

.inner-download .download .item .text b {
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .inner-download .download .item .text b {
        font-size: 20px
    }
}

@media (max-width:991px) {
    .inner-download .download .item .text b {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .inner-download .download .item .text b {
        font-size: 16px
    }
}

.inner-download .download .item:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.inner-products-show .details .details-list .table_a {
    overflow-x: auto;
    width: 100%;
}
.slick-news .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.inner-video .container {
    padding: 0;
}
.inner-video .videolist .itemvideo {
    margin-bottom: 30px;
}
.inner-video .videolist .itemvideo .ibox {
    padding-bottom: 75%;
}
.inner-video .videolist .itemvideo .ibox iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.inner-video .videolist .itemvideo p {
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
    .inner-video .videolist .itemvideo p {
        font-size: 14px;
    }
}

/* .home-application .application .item
{
    font-size: 0;

    display: block;

    margin-top: 30px;
    padding: 0 20px 20px 20px;

    border: 1px solid #eaeaea;
}
@media (max-width: 991px)
{
    .home-application .application .item
    {
        padding: 0 10px 10px 10px;
    }
}
.home-application .application .item .title-application h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #0073bf;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-application .application .item .title-application h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-application .application .item .title-application h3
    {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.home-application .application .item .pic,
.home-application .application .item .note
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.home-application .application .item .pic .ibox
{
    padding-bottom: 75%;
}
.home-application .application .item .pic .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-application .application .item .note
{
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .home-application .application .item .note
    {
        padding-left: 10px;
    }
}
.home-application .application .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 144px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
@media (max-width: 991px)
{
    .home-application .application .item .note p
    {
        line-height: 20px;

        height: 120px;
    }
}
.home-application .application .item:hover .pic .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
} */
.home-application .application .item {
    font-size: 0;

    display: block;

    margin-top: 30px;
    padding: 10px;

    -webkit-transition: all .2s;
    transition: all .2s;

    border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
    .home-application .application .item {
        margin-top: 10px;
        padding: 4px;
    }
}
.home-application .application .item .title-application {
    position: relative;

    padding: 0 30px 0 70px;
}
@media (max-width: 1470px) {
    .home-application .application .item .title-application {
        padding: 0 30px 0 50px;
    }
}
.home-application .application .item .title-application .icon {
    position: absolute;
    top: 50%;
    left: 10px;

    width: 54px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1470px) {
    .home-application .application .item .title-application .icon {
        left: 4px;

        width: 40px;
    }
}
.home-application .application .item .title-application .icon img {
    width: 100%;
}
.home-application .application .item .title-application:after {
    font-size: 24px;

    position: absolute;
    top: 50%;
    right: 10px;

    content: '+';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #666;
}
.home-application .application .item .title-application h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 0;

    color: #0073bf;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .home-application .application .item .title-application h3 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .home-application .application .item .title-application h3 {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.home-application .application .item:hover {
    background-color: #0073bf;
}
.home-application .application .item:hover .title-application:after {
    color: #fff;
}
.home-application .application .item:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.home-application .application .item:hover h3 {
    color: #fff;
}
.inner-application-show {
    position: relative;

    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}
.inner-application-show:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100px;

    content: '';

    background-color: #0073bf;
}
.inner-application-showall:before {
    display: none;
}
.inner-application-show .inner-location {
    border-bottom: 1px solid #eee;
    background: none;
}
.inner-application-show .inner-location .location {
    display: block;
    float: none;

    max-width: 1600px;
    margin: 0 auto;
}
.inner-application-show .application-info {
    max-width: 1630px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
}
@media (max-width: 991px) {
    .inner-application-show .title-application-info {
        margin-top: 30px;
    }
}
.inner-application-show .title-application-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1199px) {
    .inner-application-show .title-application-info h1 {
        font-size: 20px;
    }
}
.inner-application-show .application-show {
    margin-top: 20px;
}
.inner-application-show .application-show .application-left img {
    width: 100%;
}
@media (max-width: 767px) {
    .inner-application-show .application-show .application-right .text {
        margin-top: 20px;
    }
}
.inner-application-show .application-show .application-right .text h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.inner-application-show .application-show .application-right .text p {
    line-height: 24px;
    font-size: 16px;
    margin: 0;

    color: #777;
}
.inner-application-show .application-show .item .ibox {
    padding-bottom: 72.22222222%;
}
.inner-application-show .details {
    padding-top: 20px;
}
.inner-application-show .details .details-sort {
    padding: 14px 14px 0 14px;
}
@media (max-width: 767px) {
    .inner-application-show .details .details-sort {
        padding: 10px 10px 0 10px;
    }
}
.inner-application-show .details .details-sort ul {
    border-bottom: 1px solid #9fcdfc;
}
.inner-application-show .details .details-sort ul li {
    position: relative;

    display: inline-block;

    vertical-align: top;

    border: 1px solid #fff;
    border-bottom: none;
}
.inner-application-show .details .details-sort ul li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    color: #777;
}
@media (max-width: 767px) {
    .inner-application-show .details .details-sort ul li a {
        font-size: 14px;
        line-height: 30px;

        padding: 4px 10px;
    }
}
.inner-application-show .details .details-sort ul li.active {
    border-color: #9fcdfc;
}
.inner-application-show .details .details-sort ul li.active:before {
    position: absolute;
    z-index: 2;
    bottom: -1px;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #fff;
}
.inner-application-show .details .details-sort ul li.active a {
    color: #0073bf;
}
.inner-application-show .details .details-list {
    font-size: 16px;
    line-height: 28px;

    overflow: hidden;

    padding: 30px 14px;

    color: #666;
}
@media (max-width: 767px) {
    .inner-application-show .details .details-list {
        font-size: 14px;

        padding: 20px 0 0 0;
    }
}
.inner-application-show .details .details-list p {
    margin: 0;
}
.inner-application-show .details .details-list img {
    max-width: 100%;
    height: auto !important;
}
.inner-application-show .details .details-list table {
    width: 100%;
}
.inner-application-show .details .details-list table td,
.inner-application-show .details .details-list table th {
    padding: 10px;

    border: 1px solid #dcdcdc;
}
.inner-products-show .guidelines>ul,
.inner-application-show .guidelines>ul,
.inner-products-show .videos>ul,
.inner-application-show .videos>ul {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.inner-products-show .guidelines>ul>li,
.inner-application-show .guidelines>ul>li,
.inner-products-show .videos>ul>li,
.inner-application-show .videos>ul>li {
    font-size: 14px;
    display: inline-block;
    float: none;
    vertical-align: top;
    /* height: 100%; */
    margin-top: 30px;
    align-items: center;
}
.inner-products-show .guidelines .item,
.inner-application-show .guidelines .item,
.inner-products-show .videos .item,
.inner-application-show .videos .item {
    display: block;
    height: 100%;
    /* margin-bottom: 30px; */
    padding: 6px;
    text-align: center;
    border: 1px solid #e5e5e5;
    align-items: center;
    position: relative;

}
@media (max-width: 767px) {
    .inner-products-show .guidelines .item,
    .inner-application-show .guidelines .item,
    .inner-products-show .videos .item,
    .inner-application-show .videos .item {
        margin-bottom: 15px;
    }
}
.inner-products-show .guidelines .item .title-item,
.inner-application-show .guidelines .item .title-item,
.inner-products-show .videos .item .title-item,
.inner-application-show .videos .item .title-item {
    background-color: #f5f5f5;
}
.inner-products-show .guidelines .item .title-item h3,
.inner-application-show .guidelines .item .title-item h3,
.inner-products-show .videos .item .title-item h3,
.inner-application-show .videos .item .title-item h3 {
    font-size: 14px;
    line-height: 32px;

    margin: 0;

    color: #a4a4a4;
}
.inner-products-show .guidelines .item .note,
.inner-application-show .guidelines .item .note,
.inner-products-show .videos .item .note,
.inner-application-show .videos .item .note {
    padding: 30px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .inner-products-show .guidelines .item .note,
    .inner-application-show .guidelines .item .note,
    .inner-products-show .videos .item .note,
    .inner-application-show .videos .item .note {
        padding: 20px 10px;
    }
}
.inner-products-show .guidelines .item .note p,
.inner-application-show .guidelines .item .note p,
.inner-products-show .videos .item .note p,
.inner-application-show .videos .item .note p {
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

}
@media (max-width: 1199px) {
    .inner-products-show .guidelines .item .note p,
    .inner-application-show .guidelines .item .note p,
    .inner-products-show .videos .item .note p,
    .inner-application-show .videos .item .note p {
        font-size: 14px;
        line-height: 22px;
    }
}
.inner-products-show .guidelines .item .more span,
.inner-application-show .guidelines .item .more span,
.inner-products-show .videos .item .more span,
.inner-application-show .videos .item .more span {
    font-size: 14px;
    line-height: 32px;

    display: inline-block;

    padding: 0 15px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #999;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-products-show .guidelines .item:hover .more span,
.inner-application-show .guidelines .item:hover .more span,
.inner-products-show .videos .item:hover .more span,
.inner-application-show .videos .item:hover .more span,
.inner-application-show .guidelines .item:hover {
    color: #fff;
    background-color: #0073bf;
}

.inner-application-show .guidelines .item:hover p {
    color: #fff;
}
.inner-products-show .details .videos .video,
.inner-application-show .details .videos .video {
    position: relative;

    max-width: 150px;
    margin: 0 auto;

    background-color: #0073bf;
}
.inner-products-show .details .videos .video .ibox,
.inner-application-show .details .videos .video .ibox {
    padding-bottom: 75%;

    opacity: .5;
}
.inner-products-show .details .videos .video .ibox img,
.inner-application-show .details .videos .video .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.inner-products-show .details .videos .video .play,
.inner-application-show .details .videos .video .play {
    font-size: 40px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);

    opacity: .8;
    color: #fff;
}
.inner-products-show .details .videos .video .play:before,
.inner-application-show .details .videos .video .play:before {
    font-family: 'iconfont' !important;

    content: '\e644';
}
.inner-products-show .details .videos .video:hover .ibox img,
.inner-application-show .details .videos .video:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-guidelines-show {
    position: relative;

    padding: 0;
    padding-top: 100px;
    padding-bottom: 50px;
}
.inner-guidelines-show:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100px;

    content: '';

    background-color: #0073bf;
}
.inner-guidelines-show .inner-location {
    border-bottom: 1px solid #eee;
    background: none;
}
.inner-guidelines-show .inner-location .location {
    display: block;
    float: none;

    max-width: 1600px;
    margin: 0 auto;
}
.inner-guidelines-show .guidelines-info {
    max-width: 1630px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 15px;
}
.inner-guidelines-show .title-guidelines-info {
    position: relative;

    padding: 20px 140px 20px 20px;

    color: #fff;
    background-color: #0073bf;
}
@media (max-width: 991px) {
    .inner-guidelines-show .title-guidelines-info {
        margin-top: 30px;
    }
}
.inner-guidelines-show .title-guidelines-info h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1199px) {
    .inner-guidelines-show .title-guidelines-info h1 {
        font-size: 20px;
    }
}
.inner-guidelines-show .title-guidelines-info .return {
    line-height: 32px;

    position: absolute;
    top: 50%;
    right: 20px;

    display: inline-block;

    padding: 0 10px;

    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: rgba(255, 255, 255, .7);
    background-color: #2367ad;
}
.inner-guidelines-show .title-guidelines-info .return:before {
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    content: '\e9b5';
    vertical-align: middle;
}
.inner-guidelines-show .title-guidelines-info .return:hover {
    background-color: #04479b;
}
.inner-guidelines-show .guidelines-show {
    margin-top: 20px;
}
.inner-guidelines-show .guidelines-show p {
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px) {
    .inner-guidelines-show .guidelines-show p {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-guidelines-show .guidelines-show img {
    max-width: 100%;
    height: auto !important;
}
.inner-left .sidemenu .application-menulist>ul>li>a {
    position: relative;

    padding-left: 54px;
}
.inner-left .sidemenu .application-menulist>ul>li>a .icon {
    position: absolute;
    top: 50%;
    left: 10px;

    width: 34px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-left .sidemenu .application-menulist>ul>li>a .icon img {
    width: 100%;
}
.inner-left .sidemenu .application-menulist>ul>li.active a .icon,
.inner-left .sidemenu .application-menulist>ul>li:hover a .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
    .inner-left .sidemenu .application-menulist {
        display: none;
    }
}
.inner-left .sidemenu .title-sidemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.inner-left .sidemenu .title-sidemenu h2,
.inner-left .sidemenu .title-sidemenu .button-menu {
    display: inline-block;

    vertical-align: middle;
}
.inner-left .sidemenu .title-sidemenu .button-menu {
    font-size: 16px;
    line-height: 30px;

    display: none;

    color: #0073bf;
}
@media (max-width: 991px) {
    .inner-left .sidemenu .title-sidemenu .button-menu {
        display: inline-block;
    }
}
.inner-left .sidemenu .title-sidemenu .button-menu:after {
    content: '点击展开 +';
}
.inner-left .sidemenu .title-sidemenu .active:after {
    content: '点击收缩 -';
}
.details-link a {
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    margin-top: 20px;
    margin-right: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
    transition: all .2s;

    color: #fff;
    background-color: #0073bf;
}
.details-link a:hover {
    background-color: #f60;
}
.inner-products-show .guidelines .item:hover,
.inner-application-show .guidelines .item:hover {
    color: #fff;
    background-color: #0073bf;
}
.banner-in {
    height: 100px;
}
@media (max-width: 1199px) {
    .banner-in {
        height: 60px;
    }
}
.banner-auto {
    height: auto;
}
@media (max-width: 1199px) {
    .banner-auto {
        height: auto;
    }
}
.banner-in .text-inner,
.banner-in .text-product {
    display: none;
}
@media (min-width: 1200px) {
    .header .nav .nav-list1>li:nth-child(3) .nav-list2 {
        left: 50%;

        max-width: 1100px;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.inner-download .download .item .ibox {
    padding-bottom: 29.31%;
}
.inner-download .download .item .ibox img {
    height: auto;
}
@media (max-width: 991px) {
    .inner-left .sidemenu .products-menulist {
        display: none;
    }
}
.home-news .news-sort {
    text-align: center;
}
.home-news .news-sort>ul {
    margin: 0 -15px;
}
.home-news .news-sort>ul>li {
    display: inline-block;

    padding: 0 15px;

    vertical-align: top;
}
.home-news .news-sort>ul>li>a {
    font-size: 18px;
    line-height: 46px;

    display: block;

    padding: 0 12px;

    color: #666;
}
.home-news .news-sort>ul>li.active>a {
    color: #fff;
    background-color: #0073bf;
}
.home-news .news-list {
    position: relative;

    height: 150px;
    margin-top: 30px;
}
.home-news .news-list .news-info {
    position: absolute;
    z-index: 2;

    width: 100%;
    height: 100%;

    opacity: 0;
}
.home-news .news-list .show {
    opacity: 1;
}

@media (max-width: 767px) {
    .home-news .slick-news-two .item .note {
        width: 100%;
    }
    .home-news .slick-news-two .item .note b {
        -webkit-line-clamp: 2;
        height: auto;
        line-height: 24px;
        max-height: 48px;
    }
}
.banner-auto .text-inner {
    display: block;
}
.inner-cases .cases>ul>li {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .inner-cases .cases>ul>li {
        margin-top: 20px;
    }
}
.inner-cases .cases .item {
    cursor: pointer;
    text-align: center;
    padding: 14px 14px 0 14px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.inner-cases .cases .item .ibox {
    padding-bottom: 75%;
}
.inner-cases .cases .item .ibox img {
    transition: all 1s;
}
.inner-cases .cases .item .title-cases {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inner-cases .cases .item:hover .ibox img {
    transform: scale(1.1);
}
.banner-auto a {
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
    transition: all .2s;
}
.banner-auto a:hover {
    background-color: #fff;
    color: #0053bb;
}
.table_a table {
    border-right: 1px solid #9ac4f1;
    border-bottom: 1px solid #9ac4f1;
    width: 100%;
}
.table_a table td {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
    font-family: "Microsoft YaHei";
}
.table_a table tr:nth-child(odd) {
    background: #f5f5f5;
}
.table_a table th {
    border-left: 1px solid #9ac4f1;
    border-top: 1px solid #9ac4f1;
    background: #eef8fa;
    color: #004fa3;
    font-weight: bold;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    font-family: "Microsoft YaHei";
}
.biao2 {
    background: #f1f1f1;
}