﻿* {
    margin: 0;
    font-weight: normal;
    list-style: none;
}

a {
    cursor: pointer;
}

html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(0%);
}


.Topesky {
    position: relative;
    background-color: #fff;
    z-index: 1000;
}

.Topesky .header-left {
    position: relative;
    float: left;
    width: 20%;
    line-height: 70px;
}

.Topesky .r {
    float: right;
    width: 80%;
}

.Topesky .ema {
    position: relative;
    float: right;
}

.Topesky .ema .ema-ma {
    padding: 25px 0;
    font-size: 16px;
    color: #333;
    margin-left: 12px;
}

.Topesky .ema .ema-ma img {
    max-height: 24px;
}

.ema-box {
    display: none;
    position: absolute;
    width: 400%;
    top: 100%;
    right: 0;
    text-align: right;
}

.Topesky .header-mid {
    float: right;
    width: 80%;
}

.Topesky .header-right {
    float: right;
    padding: 20px 0;
}

.Topesky .header-right dd {
    position: relative;
    float: left;
    border-radius: 20px;
}

.Topesky .header-right dd.language:hover {
    border-radius: 10px 10px 0 0;
}

.Topesky .language {
    border: 1px #3596fe solid;
    position: relative;
    display: none;
}

.Topesky .language .box {
    position: absolute;
    content: "";
    width: 100%;
    top: 30px;
    left: 0;
    background: #fff;
    border: 1px #eee solid;
    display: none;
}

.Topesky .language .box a {
    display: block;
    font-size: 12px;
    color: #333;
    border-bottom: 1px #eee solid;
    line-height: 30px;
}

.Topesky .language .box a.aon,
.Topesky .language .box a:hover {
    background: #3596fe;
    color: #fff;
}

.Topesky .header-right dd > a {
    display: block;
    line-height: 30px;
}


.Topesky .language a {
    position: relative;
    padding: 0 30px 0 20px;
}

.Topesky .language a:after {
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -2.5px;
}

.Topesky .language a:after {
    right: 15px;
    border: 5px solid transparent;
    border-top-color: #ddd;
}

.Topesky .language a:hover:after,
.Topesky .language a.aon:after {
    border-top-color: #fff;
}

.Topesky .open-search {
    width: 40px;
    background: url(404.png) no-repeat center center;
}

.Topesky .search-box {
    position: absolute;
    width: 0;
    overflow: hidden;
    right: 0;
    top: 0;
    background: #eee;
    transition: 0.3s;
    opacity: 0;
}

.Topesky .search-box .text {
    width: 100%;
    background: none;
    height: 40px;
    border: none;
    line-height: 40px;
    padding: 0 40px 0 10px;
}

.Topesky .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: url(404.png) no-repeat center center;
}

.Topesky .top-search-on .search-box {
    width: 200px;
    opacity: 1;
}

.Topesky .header-menu li em {
    line-height: 20px;
    padding: 26px 0;
    font-size: 16px;
    position: relative;
}

.Topesky .header-menu li:hover em::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #3596fe;
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}

.Topesky .header-menu li:last-child em a::after {
    display: none;
}

.Topesky .header-menu li:hover em a,
.Topesky .header-menu li.aon em a {
    color: #3596fe;
}

.Topesky .header-menu li .sub {
    background: none;
}

.Topesky .header-menu li .sub dt {
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.Topesky .header-menu li .sub dt a {
    text-align: center;
    color: #fff;
}

.Topesky .header-menu li .sub dt a:hover {
    background: #3596fe;
}

@media(max-width:1024px) {
    .Topesky .header-menu li em {
        font-size: 15px;
    }

    .Topesky .language a {
        font-size: 14px;
    }
}

@media(max-width:800px) {
    .Topesky .header {
        margin: 0 2%;
    }

    .Topesky .header-right {
        z-index: 101;
        right: 2%;
    }

    .Topesky .Public_nav_style #open_menu {
        position: relative;
        right: 0;
        top: auto;
        margin-left: 10px;
        border-radius: 0;
        background: #dceefc;
        height: 32px;
        border: none;
        border-radius: 5px;
    }

    .Topesky #open_menu i::before,
    .Topesky #open_menu i::after {
        background: #3596fe !important;
    }

    .Topesky #open_menu i {
        background: #3596fe;
        height: 3px;
        margin-top: -1.5px;
    }

    .Topesky #header-menu ul {
        padding: 0;
        border-top: 82px solid #fff;
        background: #eee;
    }

    .Topesky #header-menu li {
        text-align: center;
    }

    .Topesky #header-menu li em a {
        padding: 5%;
        font-weight: normal;
        line-height: normal;
    }

    .Topesky #header-menu li .sub dt {
        margin-bottom: 1px;
        background: #fff;
    }

    .Topesky #header-menu li .sub dt a {
        border-bottom: 0;
    }

    .Topesky .ema .ema-ma {
        padding: 17px 0;
    }

}

@media(max-width:420px) {
    .Topesky .header-left {
        width: 30%;
        line-height: 60px;
    }

    .Topesky .r {
        width: 70%;
    }

    .Topesky .header-right {
        padding: 14px 0;
    }

    .Topesky .header-right dd > a {
        line-height: 24px;
    }

    .Topesky .language {
        margin-top: 3px;
    }
}


.Banner002563 {
    position: relative;
    z-index: 5;
}

.Banner002563 .wave {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -37%;
    z-index: 100;
}

.Banner002563 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.Banner002563 .btn {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 90px;
    background: rgba(0, 0, 0, 0.13);
    top: 50%;
    margin-top: -45px;
    overflow: hidden;
    line-height: 1000px;
    transition: 0.2s;
}

.Banner002563 .btn:hover {
    background: #3596fe;
}

.Banner002563 .btn::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -10px;
    border-top: 2px solid #3596fe;
    border-left: 2px solid #3596fe;
}

.Banner002563 .btn:hover::before {
    border-color: #fff !important;
}

.Banner002563 .btn.swiper-prev {
    left: 2%;
}

.Banner002563 .btn.swiper-prev::before {
    left: 40%;
}

.Banner002563 .btn.swiper-next {
    right: 2%;
}

.Banner002563 .btn.swiper-next::before {
    left: 20%;
    transform: rotate(135deg);
}

.Banner002563 .pager {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 1%;
    z-index: 10;
}

.Banner002563 .pager span {
    display: inline-block;
    padding-right: 28px;
    position: relative;
}

.Banner002563 .pager span::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    top: 50%;
}

.Banner002563 .pager span:last-child {
    padding-right: 0;
}

.Banner002563 .pager span:last-child::after {
    display: none;
}

.Banner002563 .pager i {
    display: block;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
    line-height: 1000px;
}

.Banner002563 .pager i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border: 1px #3596fe solid;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background: #fff;
}

.Banner002563 .pager span.swiper-pagination-bullet-active i {
    border-color: #3596fe;
    background: #3596fe
}

.Banner002563 .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.Banner002563 li {
    width: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.Banner002563 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.Banner002563 li .table {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    height: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

@media(max-width:1200px) {
    .Banner002563 {
        padding: 0;
    }
}

@media(min-width:1025px) {
    .Banner002563 li > img {
        display: block;
        width: 100%;
    }

    .Banner002563 li img.wap {
        display: none;
    }

}

@media(max-width:1024px) {
    .Banner002563 li img.pc {
        display: none;
    }

    .Banner002563 li .table img {
        max-width: 75%;
        margin: 0 auto;
    }
}

@media(max-width:480px) {
    .Banner002563 .wave {
        bottom: -18%;
    }

    .Banner002563 .pager i::before {
        width: 6px;
        height: 6px;
    }

    .Banner002563 .btn {
        transform: scale(0.7);
    }

    .Banner002563 .pager span {
        padding-right: 10px;
    }

    .Banner002563 .pager span::after {
        width: 10px;
    }

    .Banner002563 .pager i {
        width: 12px;
        height: 12px;
    }
}


.Floor001642 {
    position: relative;
    z-index: 10;
    margin-top: 1%;
}

.Floor001642 .auto_1200 {
    max-width: 1300px;
}

.Floor001642 .wrap-content {
    position: relative;
    overflow: hidden;
}

.Floor001642 li {
    background: #fff;
    padding: 0.1% 0.1% 0.1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.Floor001642 li:hover {
    background: linear-gradient(to right, #2c99ff, #5d5df2)
}

.Floor001642 li .pic {
    position: relative;
    display: block;
    text-align: center;
}

.Floor001642 li .pic img {
    width: 100%;
}

.Floor001642 li .pic a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.Floor001642 li figure,
.Floor001642 li figure span,
.Floor001642 li figure span::before,
.Floor001642 li figure span::after {
    position: absolute;
    top: 0;
    height: 100%;
}

.Floor001642 li figure {
    left: 0;
    width: 100%;
}

.Floor001642 li figure span {
    width: 50%;
}

.Floor001642 li figure span::before,
.Floor001642 li figure span.left {
    left: 0;
}

.Floor001642 li figure span::after,
.Floor001642 li figure span.right {
    right: 0;
}

.Floor001642 li figure span::before,
.Floor001642 li figure span::after {
    content: '';
    width: 0;
    
    transition: all ease 0.5s;
    background-color: rgba(255, 255, 255, 0.6);
}

.Floor001642 li:hover figure span::before,
.Floor001642 li:hover figure span::after {
    width: 50%;
    
}

.Floor001642 li .pic .cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.Floor001642 li .pic .cover img {
    max-width: 86px;
    border: 3px #3989fb solid;
    margin-top: 14%;
}

.Floor001642 li:hover .pic .cover {
    display: block;
}

.Floor001642 li .text .top {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}

.Floor001642 li:hover .text .top {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.Floor001642 li .text .top h3 {
    float: left;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}

.Floor001642 li:hover .text .top h3 {
    color: #fff;
}

.Floor001642 li .text .top .download {
    float: right;
    text-align: right;
    min-width: 58%
}

.Floor001642 li .text .top .download a {
    display: inline-block;
    padding: 0 10px;
    background: #e2f0fa;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    margin-left: 3%;
}

.Floor001642 li .text .top .download a:hover {
    background: #fff;
}

.Floor001642 li .text .top .download a img {}

.Floor001642 li .text .bot span {
    display: block;
    line-height: 24px;
    color: #ea3b28;
    font-size: 14px;
    margin-top: 2%;
}

.Floor001642 li .text .bot P {
    color: #666;
    line-height: 22px;
    font-size: 14px;
    margin: 2% 0;
}

.Floor001642 li:hover .text .bot span,
.Floor001642 li:hover .text .bot p {
    color: rgba(255, 255, 255, 0.7);
}

.Floor001642 .more {
    font-size: 14px;
    text-align: center;
    padding: 25px 0 40px
}

.Floor001642 .more a {
    color: #333;
}

.Floor001642 .more span {
    border-top: 1px solid #ddd;
    width: 45px;
    display: inline-block;
    margin: 0 10px;
    height: 5px
}

.Floor001642 .swiper-button-next,
.Floor001642 .swiper-container-rtl .swiper-button-prev,
.Floor001642 .swiper-button-prev,
.Floor001642 .swiper-container-rtl .swiper-button-next {
    display: none;
}



@media (min-width: 768px) {

    .Floor001642 .swiper-button-next,
    .Floor001642 .swiper-container-rtl .swiper-button-prev,
    .Floor001642 .swiper-button-prev,
    .Floor001642 .swiper-container-rtl .swiper-button-next {
        display: block;
        top: 107px;
        width: 33px;
        height: 42px;
        background: url(404.png) no-repeat center center;
        opacity: 1 !important;
        right: 38px;
        left: auto;
    }

    .Floor001642 .swiper-button-next.swiper-button-disabled {
        background: url(404.png) no-repeat center center;
    }

    .Floor001642 .swiper-button-next {
        right: 0;
        background: url(404.png) no-repeat center center;
    }

    .Floor001642 .swiper-button-prev.swiper-button-disabled {
        background: url(404.png) no-repeat center center;
    }

    .Floor001642 li {
        width: 33.33%;
        float: left;
    }

    .Floor001642 li h3 {
        overflow: hidden;
    }

}

@media (min-width: 1280px) {
    .Floor001642 .more {
        padding: 40px 0
    }

}

@media (max-width: 1240px) {
    .Floor001642 {
        margin-top: 0;
    }

    .Floor001642 li .text .top h3 {
        font-size: 18px;
    }

    .Floor001642 li .text .top .download a {
        margin-left: 1%;
        padding: 0 5px;
    }

    .Floor001642 li .text .bot span {
        font-size: 12px;
    }

    .Floor001642 li .text .bot P {
        font-size: 12px;
    }
}

@media(max-width:420px) {
    .Floor001642 {
        margin-top: 6%;
        overflow: hidden;
    }

    .Floor001642 li .text .top .download a {
        margin-left: 0;
        transform: scale(0.95);
        display: block;
        float: left;
        padding: 0 1px;
    }

    .Floor001642 li .text .top .download a img {
        max-width: 12px;
    }

    .Floor001642 li .text .top .download {
        float: none;
    }

    .Floor001642 li .text .top h3 {
        font-size: 16px;
        float: none;
        margin-bottom: 5px;
    }

    .Floor001642 li .text .top {
        padding: 6px 0;
    }

    .Floor001642 li .text .bot span {
        font-size: 12px;
        line-height: 20px;
    }

    .Floor001642 li .text .bot P {
        display: none;
    }
}



.Floor001642 .list {
    position: relative;
    padding: 0 12px;
}

.Floor001642 .list .bx-wrapper {
    max-width: 1200px !important;
}

.Floor001642 .list .bx-controls-direction a {
    position: absolute;
    top: 50%;
    color: #666;
    margin-top: -30px;
    width: 44px;
    height: 64px;
    font-size: 14px;
}

.Floor001642 .list .bx-controls-direction a span {
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -13px;
    position: absolute;
    background: url(404.png) no-repeat center center;
    width: 33px;
    height: 40px;
}

.Floor001642 .list .bx-controls-direction a.bx-prev span {
    background: url(404.png) no-repeat center center;
}

.Floor001642 .list .bx-controls-direction a.bx-prev span {
    margin-left: -18px;
}

.Floor001642 .list .bx-controls-direction a.bx-prev {
    left: 0;
}

.Floor001642 .list .bx-controls-direction a.bx-next {
    right: 0;
}

.Floor001642 .list .bx-controls-direction a:hover {
    color: #fff;
    border-color: #3596fe;
    -ms-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.Floor001642 .list .bx-controls-direction a.bx-prev:hover span {
    background: url(404.png) no-repeat center center;
}

.Floor001642 .list .bx-controls-direction a.bx-next:hover span {
    background: url(404.png) no-repeat center center;
}

.Floor001642 .list .bx-controls-direction a.bx-prev span:before,
.Floor001642 .list .bx-controls-direction a span:before {
    display: none;
}

@media(max-width:420px) {
    .Floor001642 .list .bx-controls-direction a span {
        width: 20px;
        height: 25px;
        background-size: cover;
    }

    .Floor001642 .list .bx-controls-direction a.bx-prev span {
        background-size: cover;
    }

    .Floor001642 .list .bx-controls-direction a.bx-prev {
        left: -12px;
    }

    .Floor001642 .list .bx-controls-direction a.bx-next {
        right: -24px;
    }
}


.foot {
    background: #eee;
    padding: 1.5% 0 1%;
    font-size: 14px;
    position: relative;
}

.foot:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: -3px;
    left: 0;
    background: #eee;
}

.foot .l {
    float: left;
}

.foot .l img {
    margin-bottom: 10%;
}

.foot .l p {
    line-height: 26px;
    color: #333;
}

.foot .l p a {
    color: #3596fe;
}

.foot .r {
    float: right;
    margin-left: 1%;
}

.foot .code {
    float: right;
    font-size: 12px;
    line-height: 24px;
}

.foot .r .t {
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    margin-bottom: 3%;
}

.foot .r .t a {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px #bbb solid;
    line-height: 14px;
}

.foot .r .t a:first-child {
    border-left: none;
    padding-left: 0;
}

.foot .r .b pre {
    line-height: 34px;
    color: #333;
}

@media(max-width:930px) {

    .foot .l p,
    .foot .r .t a,
    .foot .r .b pre {
        font-size: 12px;
    }
}

@media(max-width:798px) {
    .foot .code {
        position: absolute;
        right: 0;
        top: 0;
    }

    .foot .code p {
        display: none;
    }

    .foot .l img {
        display: none;
    }

    .foot .l p {
        font-size: 12px;
    }

    .foot .l p,
    .foot .r .b pre {
        font-size: 12px;
        line-height: 26px;
    }

    .foot .r .b pre span {
        display: block;
    }

    .foot .r,
    .foot .l {
        float: none;
        margin-left: 0;
    }

    .foot .r .t {
        display: none;
    }
}

@media(max-width:450px) {

    .foot .l p,
    .foot .r .b pre {
        line-height: 29px;
    }
}

.bannerinner {
    position: relative;
    z-index: 1;
}

.bannerinner .text {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    bottom: 24%;
    font-size: 36px;
    color: #fff;
}

@media(max-width:1024px) {
    .bannerinner .text {
        font-size: 26px;
    }
}

@media(max-width:800px) {
    .bannerinner .text {
        font-size: 22px;
    }
}

@media(max-width:420px) {
    .bannerinner .text {
        font-size: 14px;
        padding-left: 2%;
    }
}

.new {
    margin-top: 2%;
    margin-bottom: 3%;
}

.new li {
    background: #f8fcff;
    padding: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    position: relative;
}

.new li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.new li:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.new li .text {
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
    margin-top: 1%;
}

.new li .text h3 {
    color: #2c99ff;
    font-size: 22px;
    position: relative;
}


.new li .text time {
    color: #666;
    font-size: 12px;
    margin: 4% 0;
    display: block;
}

.new li .text p {
    color: #555;
    font-size: 15px;
    line-height: 28px;
}

.new li .pic {
    float: right;
    position: relative;
    z-index: 2;
    right: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    
    -webkit-transition: all 0.3s;
    
    -o-transition: all 0.3s;
    
}

.new li .pic img {
    max-height: 200px;
}

.new li:hover .pic {
    right: 1%;
    transition: all 0.3s;
}

@media(max-width:1024px) {
    .new li .text h3:after {
        width: 60%;
        left: 80%;
    }

    .new li .text time {
        margin: 2% 0;
    }

    .new li .text h3 {
        font-size: 20px;
    }

    .new li .text p {
        font-size: 13px;
        line-height: 25px;
    }

    .new li .pic {
        width: 36%;
    }
}

@media(max-width:768px) {
    .new li .text h3 {
        font-size: 17px;
    }
}

@media(max-width:420px) {
    .new li .text {
        width: 100%;
    }

    .new li .text h3 {
        font-size: 15px;
    }

    .new li .text time {
        margin: 2% 0;
    }

    .new li .text p {
        font-size: 12px;
        line-height: 20px;
    }

    .new li .pic {
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        width: 100%;
    }
}

.product {
    padding-bottom: 5%;
}

.product .nav {
    background: #f8f8f8;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 2%;
}

.product .nav a {
    line-height: 40px;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
    padding: 0 70px;
    font-size: 16px;
}

.product .nav a.on,
.product .nav a:hover {
    background: #2c99ff;
    color: #fff;
}

.product dl dd {
    display: none;
}

.product li {
    float: left;
    width: 49.4%;
    margin-right: 1%;
    margin-bottom: 2%;
    position: relative;
}

.product li .pic a {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.product li:nth-child(2n) {
    margin-right: 0;
}

.product li .sort {
    position: absolute;
    content: "";
    z-index: 2;
    top: 4%;
    right: 2%;
    text-align: right;
    width: 100%;
    display: none;
}

.product li .sort span {
    display: inline-block;
    background: #2c99ff;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 25px;
    line-height: 20px;
    margin-left: 1%;
    color: #fff;
}

.product li .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product li .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .15);
    transition: all .4s ease-out;
    transition-delay: 0.2s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    z-index: 10
}

.product li .pic:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0)
}

.product li .pic .cover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
}

.product li .pic .cover img {
    margin-top: 17%;
    border: 4px #556fb5 solid;
    max-width: 110px;
}

.product li:hover .pic .cover {
    display: block;
}

.product li .text {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -10% 2% 2% 2%;
    padding: 2%;
    background: #f8fcff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product li:hover .text {
    background: linear-gradient(to right, #2c99ff, #5d5df2)
}

.product li .text h3 {
    font-size: 26px;
    color: #333;
    margin: 2% 0;
    position: relative;
}

.product li:hover .text h3 {
    color: #fff;
}

.product li .text h3:before {
    content: "";
    position: absolute;
    background: #ddd;
    width: 20%;
    height: 1px;
    top: 50%;
    left: 0;
}

.product li .text h3:after {
    content: "";
    position: absolute;
    background: #ddd;
    width: 22%;
    height: 1px;
    top: 50%;
    right: 0;
}

.product li:hover .text h3:before,
.product li:hover .text h3:after {
    opacity: 0.5;
}

.product li .text p {
    font-size: 14px;
    color: #555;
    margin: 4%;
    line-height: 24px;
    text-align: left;
    min-height: 48px;
}

.product li:hover .text p {
    color: rgba(255, 255, 255, 0.5);
}

.product li .text .download {
    margin-bottom: 3%;
}

.product li .text .download a {
    display: inline-block;
    padding: 0 10px;
    background: #e2f0fa;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    margin: 0 2% 2%;
}

.product li .text .download a img {
    max-width: 12px;
    margin-right: 2px;
}

.product li .text .download a:hover {
    background: #fff;
}

@media(max-width:1024px) {
    .product li .text h3 {
        font-size: 20px;
    }

    .product li .sort span {
        font-size: 12px;
    }

    .product li .text p {
        font-size: 13px;
        color: #999;
    }
}

@media(max-width:768px) {
    .product li .text h3 {
        font-size: 18px;
    }

    .product li .text p {
        font-size: 12px;
        line-height: 20px;
        min-height: inherit;
    }
}

@media(max-width:536px) {
    .product .nav {
        padding: 10px 0;
    }

    .product .nav a {
        margin: 0 2px;
        padding: 0 36px;
        font-size: 14px;
        line-height: 34px;
    }

    .product li {
        width: 100%;
    }

    .product li .sort span {
        font-size: 12px;
    }

    .product li .text h3 {
        font-size: 18px;
    }

    .product li .text p {
        font-size: 12px;
        line-height: 20px;
        margin: 3% 2%;
        color: #999;
    }
}

.title1 h3 {
    color: #2c98ff;
    font-size: 30px;
    position: relative;
    margin-bottom: 4%;
}

.title1 h3:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ddd;
    top: 20%;
    left: 11.5%;
}

.title1 h3 span {
    color: #333;
}

.title1 h3 p {
    font-size: 12px;
    display: inline-block;
    color: #999;
    margin-left: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media(max-width:1024px) {
    .title1 h3 {
        font-size: 24px;
    }

    .title1 h3:after {
        width: 72%;
        left: 12%;
    }
}

@media(max-width:768px) {
    .title1 h3 {
        font-size: 20px;
    }

    .title1 h3:after {
        width: 72%;
        left: 17%;
    }
}

@media(max-width:450px) {
    .title1 {
        margin-top: 6%;
    }

    .title1 h3 {
        font-size: 18px;
    }

    .title1 h3:after {
        width: 72%;
        left: 26.5%;
    }
}

#profile {
    background: url(../image/profilebj.jpg) no-repeat center center;
    padding-top: 4%;
}

#profile .inner {
    background: #fff;
    border-radius: 15px 15px 0 0;
    text-align: center;
    padding: 6% 3%;
}

#profile .inner h3 {
    font-size: 30px;
    color: #333;
    margin-bottom: 4%;
    position: relative;
    padding-bottom: 2%;
}

#profile .inner h3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #afd9fa;
    bottom: 0;
    left: 0;
}

#profile .inner h3:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 3px;
    background: #2c99ff;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}

#profile .inner p {
    line-height: 38px;
    font-size: 20px;
    color: #666;
    margin-bottom: 2%;
    text-align: left;
    text-indent: 2em;
    letter-spacing: 1px;
}

.sp-video .auto {
    padding: 1.2% 10%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin: 3% auto;
}

.sp-video .videobox {
    position: relative;
}

.sp-video .text {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(22, 141, 254, 0.35);
    padding: 10% 0;
}

.sp-video .text h3 {
    font-size: 30px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
}

.sp-video .text p {
    font-size: 18px;
    color: #fff;
    font-family: "宋体";
    letter-spacing: 2px;
    margin: 1% 0;
}

.sp-video .text i {
    height: 25px;
    width: 1px;
    background: #fff;
    display: inline-block;
}

.video-swi {
    position: relative;
}

.video-swi .swiper-container {
    overflow: hidden;
}

.sp .videobg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 200px;
}

.sp .videobg .play {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    cursor: pointer;
    z-index: 5;
}

.sp .videobg h2 {
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #fff;
    margin-top: 40px;
}

.sp .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

.sp .video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.pic-feature .swiper-pagination-bullet {
    z-index: 2;
    position: relative;
    width: 10px;
    height: 10px;
    top: 102%;
    display: inline-block;
    border-radius: 0;
    background: none;
    border: 2px #fff solid;
    border-radius: 50%;
}

.pic-feature .swiper-pagination-bullet-active {
    background: #fff;
}

.pic-feature .swiper-pagination:before {
    border-bottom: none;
}

.pic-feature .swiper-pagination:after {
    border-bottom: none;
}

.pic-feature .swiper-pagination {
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0);
}

@media only screen and (min-width: 768px) {

    .sp .videobg,
    .sp .videobox {
        height: 400px;
    }

    .sp .videobg .play {
        background-size: 40px 40px;
    }
}

@media only screen and (min-width: 1200px) {

    .sp .videobg,
    .sp .videobox {
        height: 400px;
    }

    .sp .videobg .play {
        background-size: 50px 50px;
    }
}

@media only screen and (max-width:768px) {
    .sp .videobox {
        height: 300px;
    }

    .sp .videobg {
        height: 300px;
    }
}

@media only screen and (max-width:640px) {
    .sp .videobox {
        height: 200px;
    }

    .sp .videobg {
        height: 200px;
    }
}

.develop {
    background: url(../image/profilebj.jpg)
}

.develop .nav {
    background: #f8f8f8;
    text-align: center;
}

.develop .nav a {
    background: #fff;
    color: #333;
    display: inline-block;
    line-height: 50px;
    margin: 30px 20px;
    padding: 0 60px;
    font-size: 20px;
}

.develop .nav a:hover,
.develop .nav a.on {
    background: #168dfe;
    color: #fff;
}

.develop ul {
    background: url(../image/profilebj.jpg);
    overflow: hidden;
    position: relative;
}

.develop ul .auto {
    background: #fff;
}

.develop ul li {
    display: block;
}

.develop ul li .auto {
    background: #fff;
    padding: 4% 0;
}

.develop ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #999;
    top: 0;
    left: 50.5%;
}

.develop ul li .auto .bx-wrapper .bx-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.develop ul li.on,
.develop ul li:hover {
    display: block;
}

.develop ul li .swiper-wrapper {
    overflow: hidden;
}

.develop ul li .swiper-slide {
    overflow: hidden;
    position: relative;
    text-align: right;
}

.develop ul li .swiper-slide .time {
    position: relative;
    text-align: left;
    color: #222;
    padding: 0 1%;
    background: #f7f7f7;
    margin-bottom: 2%;
}

.develop ul li .swiper-slide .time:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    background: #168dfe;
    z-index: 10;
}

.develop ul li .swiper-slide img {
    width: 50%;
    border-radius: 15px;
    max-width: 250px;
}

.develop ul li .swiper-slide .text {
    float: right;
    width: 50%;
    margin-top: 2%;
    text-align: left;
    padding-left: 2%;
}

.develop ul li .swiper-slide .text .time b {
    color: #999;
    font-size: 34px;
    margin-left: 8px;
}

.develop ul li .swiper-slide .text img {
    width: 40%;
}

.develop ul li .swiper-slide .text p {
    color: #222;
}

.develop .bx-prev {
    background: url(../image/pre1.png) no-repeat center center;
    position: absolute;
    top: -44px;
    left: 50%;
    height: 39px;
    width: 43px;
    background-size: cover;
    margin-left: -22px;
    color: rgba(255, 255, 255, 0);
}

.develop .bx-next {
    background: url(../image/next1.png) no-repeat center center;
    position: absolute;
    bottom: -44px;
    left: 50%;
    height: 39px;
    width: 43px;
    background-size: cover;
    margin-left: -22px;
    color: rgba(255, 255, 255, 0);
}


.develop .swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 1;
    padding: 4% 0;
    height: 575px;
}

.develop .swiper-container1 {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 1;
    padding: 4% 0;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    height: 39px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: 50.5% 0;
    background-repeat: no-repeat;
    background-color: #fff;
}

.swiper-button-prev {
    top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .85;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../image/pre1.png);
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/next1.png);
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.develop .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.develop .swiper-container-horizontal > .swiper-pagination-bullets,
.develop .swiper-pagination-custom,
.develop .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.develop .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.develop button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.develop .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.develop .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.develop .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.develop .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.develop .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.develop .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


.video-swi .swiper-button-next,
.video-swi .swiper-button-prev {
    width: 43px;
    height: 39px;
    top: 50%;
    left: 102%;
    transform: rotate(-90deg);
    background-size: contain;
}

.video-swi .swiper-button-prev {
    left: auto;
    right: 102%;
}

.executive {
    background: url(404.png) no-repeat center center;
    padding: 1%;
    margin-bottom: 4%;
}

.executive .inner {
    background: #f8fcff;
    padding: 4%;
}

.executive .inner li {
    background: #fff;
    margin-bottom: 1%;
    padding: 2%;
}

.executive .inner li .pic {
    float: left;
    width: 20%;
    text-align: center;
}

.executive .inner li .text {
    float: right;
    width: 80%;
}

.executive .inner li.fan .pic {
    float: right;
}

.executive .inner li.fan .text {
    float: left;
    width: 74%;
    margin-left: 6%;
}

.executive .inner li .text h3 {
    font-size: 26px;
    color: #353e49;
    margin-bottom: 2%;
}

.executive .inner li .text h3 span {
    background: linear-gradient(to right, #f4f2f2, #d3d3d3);
    display: inline-block;
    padding: 0 10px;
    margin-left: 20px;
    font-size: 14px;
}

.executive .inner li .text p {
    line-height: 24px;
}

#culture .title1 h3 {
    margin-bottom: 2%;
}

#culture .r {
    background: url(../image/culturebj.jpg) no-repeat center center;
    padding: 3% 0 4%;
    text-align: right;
    background-size: cover;
}

#culture .r li {
    width: 28%;
    float: right;
    text-align: left;
    margin-top: 4%;
}

#culture .r li:nth-child(2) {
    margin-left: 44%;
}

#culture .r li h3 {
    color: #fff;
    font-size: 24px;
    position: relative;
}

#culture .r li h3:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 12px;
    background: url(../image/culturezs.png) no-repeat left center;
    left: 40%;
    top: 30%;
}

#culture .r li p {
    color: #12818d;
    font-size: 16px;
    margin-top: 4%;
}

#culture .r .inner {
    position: relative;
    margin-left: 43.5%;
    border: 1px rgba(229, 244, 255, 0.6) solid;
    padding: 4%;
    background: rgba(229, 244, 255, 0.1);
    margin-top: 2%;
}

#culture .r .inner:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 30px;
    background: url(../image/cultures.png) no-repeat center center;
    background-size: contain;
    top: -30px;
    right: 41%;
}

#culture .r .inner dd {
    float: left;
    width: 16%;
    margin: 0 2%;
    text-align: center;
}

#culture .r .inner dd h3 {
    font-size: 22px;
    margin-bottom: 18%;
    background: rgba(255, 255, 255, 0.3);
    color: #12818d;
}

#culture .r .inner dd p {
    font-size: 16px;
    writing-mode: tb-rl;
    display: inline-block;
    letter-spacing: 4px;
    color: #fff;
}

#welfare {
    padding: 4% 0;
    background: url(../image/welfarebj.jpg) no-repeat center center;
    background-size: cover;
}

#welfare .title1 h3 {
    margin-bottom: 2%;
}

#welfare .title1 h3 span {
    color: #fff;
}

#welfare .title1 h3 p {
    color: #fff;
    opacity: 0.6;
}

#welfare .title1 h3:after {
    background: rgba(255, 255, 255, 0.6);
}

#welfare .inner b {
    color: #fff;
    line-height: 30px;
    margin-bottom: 1%;
    display: block;
}

#welfare li {
    background: rgba(255, 255, 255, 0.4);
    border-top: 10px #43cea2 solid;
    padding: 20px;
    max-width: 1200px !important;
}

#welfare li:nth-child(2) {
    border-color: #DE6262;
}

#welfare li:nth-child(3) {
    border-color: #50C9C3;
}

#welfare li:nth-child(4) {
    border-color: #606c88;
}

#welfare li:nth-child(5) {
    border-color: #7880a7;
}

#welfare li:nth-child(6) {
    border-color: #6990cb;
}

#welfare li:nth-child(7) {
    border-color: #83a4d4;
}

#welfare li:nth-child(8) {
    border-color: #f1c856;
}

#welfare li:nth-child(9) {
    border-color: #948E99;
}

#welfare li:nth-child(10) {
    border-color: #ecc888;
}

#welfare ul li .inner {
    position: relative;
    background: linear-gradient(to right, #43cea2, #185a9d);
    overflow: hidden;
    border-radius: 15px;
}

#welfare ul li .inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/welfareinnerbj.png) no-repeat top left;
}

#welfare ul li:nth-child(2) .inner {
    background: linear-gradient(to right, #DE6262, #FFB88C);
}

#welfare ul li:nth-child(3) .inner {
    background: linear-gradient(to right, #50C9C3, #96DEDA);
}

#welfare ul li:nth-child(4) .inner {
    background: linear-gradient(to right, #606c88, #3f4c6b);
}

#welfare ul li:nth-child(5) .inner {
    background: linear-gradient(to right, #7880a7, #8991c0);
}

#welfare ul li:nth-child(8) .inner {
    background: linear-gradient(to right, #6990cb, #8fb3ea);
}

#welfare ul li:nth-child(9) .inner {
    background: linear-gradient(to right, #83a4d4, #b6fbff);
}

#welfare ul li:nth-child(6) .inner {
    background: linear-gradient(to right, #f1c856, #D38312);
}

#welfare ul li:nth-child(7) .inner {
    background: linear-gradient(to right, #948E99, #2E1437);
}

#welfare ul li:nth-child(10) .inner {
    background: linear-gradient(to right, #ecc888, #e8cfa3);
}

#welfare ul li .inner .text {
    float: left;
    width: 30%;
    padding: 5% 0 5% 6%
}

#welfare ul li .inner .text h3 {
    color: #fff;
    font-size: 26px;
    position: relative;
    margin-bottom: 14%;
    padding-bottom: 14%;
}

#welfare ul li .inner .text h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 8px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

#welfare ul li .inner .text h3:after {
    position: absolute;
    content: "";
    width: 200%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

#welfare ul li .inner .text p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    line-height: 30px;
}

#welfare ul li .inner .pic {
    float: right;
    width: 70%;
}

#welfare .bx-pager {
    text-align: center;
    line-height: 40px;
}

#welfare .bx-pager-item {
    display: inline-block;
}

#welfare .bx-pager-item .bx-pager-link {
    background: #fff;
    margin: 0 5px;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

#welfare .bx-pager-item .bx-pager-link.active,
#welfare .bx-pager-item .bx-pager-link:hover {
    background: #2c98ff;
    color: #fff;
}

#employee {
    background: url(../image/employeebj.jpg) no-repeat center center;
    padding-top: 4%;
}

#employee .title h3 {
    color: #2c98ff;
    font-size: 30px;
    position: relative;
    margin-bottom: 4%;
}

#employee .title h3:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    background: #ddd;
    top: 20%;
    left: 11.5%;
}

#employee .title h3 span {
    color: #333;
}

#employee .title h3 p {
    font-size: 12px;
    display: inline-block;
    color: #999;
    margin-left: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#employee li {
    position: relative;
    background: url(../image/employye1.png) no-repeat center center;
    float: left;
    width: 33%;
    margin-right: 33%;
    height: 164px;
    margin-bottom: 7%;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

#employee li .box {
    position: absolute;
    content: "";
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#employee li p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    display: none;
    text-shadow: 0 0 4px #0659ac;
    margin-top: 5px;
}

#employee li b {
    text-shadow: 0 0 4px #0659ac;
}

#employee li:hover p {
    display: block;
}

#employee li:nth-child(2) {
    background: url(../image/employye2.png) no-repeat center center;
    background-size: contain;
}

#employee li:nth-child(3) {
    background: url(../image/employye3.png) no-repeat center center;
    background-size: contain;
}

#employee li:nth-child(4) {
    background: url(../image/employye4.png) no-repeat center center;
    background-size: contain;
}

#employee li:nth-child(2n) {
    margin-right: 0;
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(404.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #168dfe;
}



.enviro {
    width: 100%;
    overflow: hidden;
}

.enviro .owl-theme .owl-dots {
    display: block;
}

@media(max-width:420px) {
    .owl-theme .owl-dots .owl-dot span {
        width: 5px;
        height: 5px;
    }
}

@media(max-width:1024px) {
    #profile .inner {
        padding: 4% 3%;
    }

    #profile .inner h3 {
        font-size: 22px;
    }

    #profile .inner p {
        font-size: 14px;
        line-height: 26px;
    }

    .sp .auto {
        padding: 2% 6%;
    }

    .sp .text h3 {
        font-size: 30px;
    }

    .develop ul li .swiper-slide .text .time b {
        font-size: 24px;
    }

    .executive .inner {
        padding: 2% 4%;
    }

    .executive .inner li {
        padding: 1%;
    }

    .executive .inner li .text h3 {
        font-size: 20px;
    }

    .executive .inner li .text p {
        font-size: 12px;
        line-height: 20px;
    }

    #culture .r li h3 {
        font-size: 18px;
    }

    #culture .r li h3:after {
        width: 44%;
        background-size: contain;
        left: 36;
    }

    #culture .r li p {
        font-size: 12px;
    }

    #culture .r .inner dd h3 {
        font-size: 15px;
    }

    #culture .r .inner dd p {
        font-size: 12px;
    }

    #employee li {
        background-size: contain;
        width: 35%;
        font-size: 18px;
        margin-bottom: 7%;
        margin-right: 30%;
    }

    #welfare ul li .inner .text h3 {
        font-size: 22px;
    }

    #employee {
        background-size: cover;
    }
}

@media(max-width:768px) {
    .develop .nav a {
        line-height: 44px;
        font-size: 18px;
        margin: 11px 5px;
    }

    .develop .swiper-container {
        padding: 6% 0
    }

    .develop ul li .swiper-slide img {
        max-width: 200px;
    }

    .develop ul li .swiper-slide .text p {
        font-size: 12px;
    }

    .develop ul li .swiper-slide .time {
        font-size: 12px;
    }

    .sp .text h3 {
        font-size: 24px;
    }

    .sp .text p {
        font-size: 15px;
    }

    .executive .inner li .pic {
        width: 14%;
    }

    #culture .r li h3 {
        font-size: 16px;
    }

    #culture .r .inner dd h3 {
        font-size: 13px;
    }

    #welfare .inner b {
        font-size: 13px;
    }

    #welfare ul li .inner .text h3 {
        font-size: 20px;
        margin-bottom: 9%;
        padding-bottom: 10%;
    }

    #welfare ul li .inner .text p {
        font-size: 12px;
        line-height: 20px;
    }

    #welfare ul li .inner .text {
        padding: 5% 0 0% 6%;
    }

    #welfare li {
        border-top-width: 5px;
        padding: 8px;
    }

    .sp .text img {
        max-width: 40px;
    }

}

@media(max-width:700px) {
    #employee {
        background-size: cover;
    }

    #employee li {
        background-size: contain;
        width: 49%;
        font-size: 16px;
        margin-bottom: 2%;
        margin-right: 2%;
    }
}

@media(max-width:420px) {

    .video-swi .swiper-button-next,
    .video-swi .swiper-button-prev {
        width: 34px;
        height: 30px;
    }

    #employee li .box {
        width: 90%;
    }

    #employee li,
    #employee li:nth-child(2),
    #employee li:nth-child(3),
    #employee li:nth-child(4) {
        background-size: cover;
    }

    #employee li p {
        font-size: 10px;
        line-height: 14px;
        margin-top: 0;
    }

    .develop ul li .swiper-slide img {
        max-width: 150px;
    }

    .develop .swiper-container {
        height: 400px;
    }

    .develop .z .bg li .text p {
        font-size: 12px;
    }

    #profile .inner h3 {
        font-size: 20px;
    }

    #profile .inner p {
        font-size: 14px;
        line-height: 28px;
    }

    #profile .inner {
        padding: 6% 2%;
    }

    .sp .auto {
        padding: 2%;
        border-radius: 5px;
    }

    .sp .text h3 {
        font-size: 20px;
    }

    .sp .text p {
        font-size: 12px;
    }

    .sp .text i {
        height: 10px;
    }

    .sp .text img {
        max-width: 40px;
    }

    .develop .swiper-container {
        padding: 10% 0
    }

    .develop .nav a {
        font-size: 16px;
        width: 16%;
        padding: 0;
    }

    .develop ul li .swiper-slide .text .time b {
        font-size: 20px;
    }

    .executive .inner li .text h3 {
        font-size: 18px;
    }

    .executive .inner li .text h3 span {
        font-size: 12px;
    }

    .executive .inner li .text p {
        font-size: 12px;
        line-height: 20px;
    }

    .executive .inner li .text {
        width: 100%;
    }

    .executive .inner li.fan {
        position: relative;
    }

    .executive .inner li.fan .text {
        margin-left: 0;
        margin-top: 17%;
    }

    .executive .inner li.fan .pic {
        position: absolute;
        top: 0;
        left: 0;
    }

    #culture .r li h3 {
        font-size: 14px;
    }

    #culture .r li h3:after {
        width: 27%;
        background-size: contain;
        left: 63%;
    }

    #culture .r li p {
        font-size: 12px;
    }

    #culture .r li {
        width: 32%;
    }

    #culture .r li:nth-child(2) {
        margin-left: 33%;
    }

    #culture .r .inner {
        margin-left: 15%;
        background: rgba(229, 244, 255, 0.8);
    }

    #culture .r .inner:after {
        right: 24%;
    }

    #culture .r .inner dd h3 {
        font-size: 13px;
    }

    #culture .r .inner dd p {
        font-size: 12px;
        color: #12818d;
        opacity: 0.6;
    }

    #welfare .inner b {
        font-size: 12px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.7);
    }

    #welfare li {
        border-top-width: 4px;
        padding: 5px;
    }

    #welfare ul li .inner .text {
        width: 90%;
    }

    #welfare ul li .inner .text h3 {
        font-size: 16px;
        margin-bottom: 3%;
        padding-bottom: 6%;
    }

    #welfare ul li .inner .text p {
        font-size: 12px;
        line-height: 20px;
    }

    #welfare ul li .inner .pic {
        width: 100%;
    }

    #welfare .bx-pager-item .bx-pager-link {
        padding: 2px 7px;
        margin: 0 3px;
    }


}


.TextList002208 {}

.TextList002208 .thead {
    background: linear-gradient(to right, #2c99ff, #5d5df2);
    line-height: 40px;
    text-align: center;
}

.TextList002208 .thead span {
    float: left;
    width: 17%;
    color: #2c99ff;
    line-height: 50px;
    display: block;
    font-size: 14px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.TextList002208 .thead span + span {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.TextList002208 .thead span i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 9px;
    height: 5px;
    margin-top: -2px;
}

.TextList002208 .dl {}

.TextList002208 .dl + .dl {
    border-top: 1px solid #fff;
}

.TextList002208 .dl .dt {
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    background: #f1f1f1;
}

.TextList002208 .dl .dt span {
    float: left;
    width: 17%;
    display: block;
    font-size: 14px;
}

.TextList002208 .dl .dt span.jobname {
    text-align: center;
}

.TextList002208 .dl .dt .btn {
    text-decoration: underline;
    display: block;
    position: relative;
}

.TextList002208 .dl .dt .btn i {
    position: absolute;
    right: 15px;
    display: block;
    width: 21px;
    height: 11px;
    top: 50%;
    margin-top: -5px;
}

.TextList002208 dl .xx {
    line-height: 100px;
    text-align: center;
}

.TextList002208 .conbox {
    background: #fff;
    padding: 0 3% 20px 3%;
    display: none;
}

.TextList002208 .conbox .h5 {
    color: #2c99ff;
    font-size: 16px;
    position: relative;
    padding-left: 10px;
    margin: 3% 0 1%;
}

.TextList002208 .conbox .h5:after {
    position: absolute;
    content: "";
    width: 4px;
    height: 16px;
    top: 4px;
    left: 0;
    background: #2c99ff;
}

.TextList002208 .conbox p {
    line-height: 27px;
    font-size: 13px;
    color: #999;
}

.TextList002208 .conbox .butt {
    overflow: hidden;
    text-align: right;
}

.TextList002208 .conbox .butt p {
    color: #2c98ff;
}

.TextList002208 .conbox .butt a {
    background: #2c98ff;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    padding: 0 60px;
}

.TextList002208 .jobname {
    width: 30% !important;
}

.TextList002208 .dl.active .dt span,
.TextList002208 .dl.active .btn {
    color: #2c99ff;
}

.TextList002208 .dl.active .dt .btn i {
    background-position: -44px -70px;
}

@media(max-width:1000px) {
    .TextList002208 .dl .dt .btn {
        padding-right: 20px;
    }

    .TextList002208 .dl .dt .btn i {
        background-position: -48px -82px;
        width: 13px;
    }

    .TextList002208 .dl.active .dt .btn i {
        background-position: -48px -70px;
    }

}

@media(max-width:768px) {
    .TextList002208 .conbox p {
        font-size: 12px;
    }

    .TextList002208 .dl .dt span {
        font-size: 13px;
    }
}

@media(max-width:420px) {

    .TextList002208 .jobyq,
    .TextList002208 .dl .dt .btn i,
    .TextList002208 .thead span i {
        display: none !important;
    }

    .TextList002208 .thead span,
    .TextList002208 .dl .dt span {
        line-height: 40px;
        height: 40px;
        font-size: 12px;
        width: 23%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .TextList002208 .conbox .h5 {
        font-size: 14px;
    }

    .TextList002208 .conbox .h5:after {
        height: 14px;
    }

    .TextList002208 .conbox p {
        font-size: 12px;
    }

    .TextList002208 .conbox .butt a {
        line-height: 36px;
        padding: 0 40px;
    }
}

.recruitment {
    background: #eff6fd;
    padding-top: 3%;
    padding-bottom: 4%;
}

.recruitment .title1 h3 {
    margin-bottom: 2%;
}

.recruitment .inner {
    overflow: hidden;
    background: #fff;
}

.recruitment .inner .nav {
    width: 20%;
    float: left;
    background: url(404.png) no-repeat center center;
    text-align: right;
    padding-top: 50px;
    padding-bottom: 28%;
    border-radius: 15px 0 0 15px;
}

.recruitment .inner .nav a {
    display: block;
    background: #fff;
    line-height: 44px;
    text-align: center;
    margin-bottom: 2%;
    margin-left: 44%;
    border-radius: 22px 0 0 22px;
}

.recruitment .inner .nav a.on,
.recruitment .inner .nav a:hover {
    background: #358efd;
    color: #fff;
}

.recruitment .inner .nav a.school {
    background: #13b5b1;
    color: #fff;
}

.recruitment .inner ul {
    width: 80%;
    float: right;
    background: #fff;
}

@media(max-width:1024px) {
    .recruitment .inner .nav {
        padding-bottom: 31%;
    }

    .recruitment .inner .nav a {
        margin-left: 30%;
    }
}

@media(max-width:570px) {
    .recruitment {
        overflow: hidden;
        position: relative;
    }

    .recruitment .inner .nav {
        width: 100%;
        padding: 3% 0;
        background-size: cover;
        text-align: center;
        border-radius: 15px 15px 0 0;
    }

    .recruitment .inner .nav a {
        display: inline-block;
        margin: 2% 1px;
        line-height: 34px;
        padding: 0 22px;
        border-radius: 5px;
    }

    .recruitment .inner ul {
        width: 100%;
    }
}

.contact {
    background: url(../image/contactbj.jpg) no-repeat center top;
}

.contact .box {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 7% 0;
}

.contact .inner {
    background: #fff;
    padding: 4% 8% 10%;
}

.contact .inner h3 {
    font-size: 28px;
    color: #333;
    margin-bottom: 2%;
}

.contact .inner dl {
    overflow: hidden;
    margin-top: 5%;
}

.contact .inner dl dd {
    float: left;
}

.contact .inner dl dd:nth-of-type(1) {
    width: 30%;
}

.contact .inner dl dd:nth-of-type(2) {
    width: 30%;
}

.contact .inner dl dd:nth-of-type(3) {
    width: 40%;
}

.contact .inner dl dd .icon {
    float: left;
    margin-right: 2%;
}

.contact .inner dl dd .text {
    float: left;
    text-align: left;
}

.contact .inner dl dd h5 {
    font-size: 14px;
    line-height: 30px;
    color: #999;
}

.contact .inner dl dd p {
    color: #222;
    font-size: 16px;
}

@media(max-width:1240px) {
    .contact .inner {
        margin-top: -3%;
    }
}

@media(max-width:1024px) {

    .contact .inner h3 {
        font-size: 24px;
    }

    .contact .inner {
        padding: 4%;
    }

    .contact .inner dl dd {
        width: 30%;
    }

    .contact .inner dl dd:last-child {
        width: 40%;
    }

}

@media(max-width:900px) {
    .contact .inner h3 {
        font-size: 20px;
    }

    .contact .inner p {
        font-size: 13px;
    }

    .contact .inner dl dd p {
        font-size: 13px;
    }

    .contact .inner dl dd .icon {
        max-width: 40px;
    }
}

@media(max-width:540px) {
    .contact .inner {
        margin-top: 0;
        padding: 4% 2%;
    }

    .contact .inner h3 {
        font-size: 18px;
    }

    .contact .inner p {
        font-size: 12px;
        line-height: 20px;
    }

    .contact .inner dl dd {
        width: 100%;
        margin-bottom: 4%;
        padding-bottom: 4%;
        border-bottom: 1px #f7f7f7 solid;
    }

    .contact .inner dl dd .icon {
        width: 9%;
        line-height: 42px;
        margin-left: 2%;
    }

    .contact .inner dl dd h5 {
        font-size: 12px;
        line-height: 24px;
    }

    .contact .inner dl dd p {
        font-size: 14px;
    }

    .contact .inner dl dd:last-child {
        width: 100%;
    }
}

.newde .auto {
    border: 1px #eee solid;
    padding: 2%;
}

.newde .inner {
    overflow: hidden;
    border-top: 1px #eee solid;
    margin: 2% 0;
    padding: 2% 0;
}

.newde img {
    margin-top: 1%;
}

.newde h3 {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 4% 0 1.5%;
}

.newde b {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 3%;
}

.newde b:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    top: 50%;
    left: 0;
}

.newde b time {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    z-index: 10;
    position: relative;
    color: #666;
}

.newde h5 {
    font-size: 17px;
    color: #2c99ff;
    margin: 3% 0 1%;
    font-weight: bold;
}

.newde h6 {
    font-size: 17px;
    color: #2c99ff;
    margin: 3% 0 1%;
    font-weight: bold;
}

.newde .video video {
    width: 100%;
}

.newde p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.newde .inner .box {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.newde .inner .box:nth-child(2n) {
    margin-right: 0;
}

.newde .share {
    margin: 15% 0 2%;
    color: #999;
    text-align: center;
}

.newde .share a:first-child {
    float: left;
}

.newde .share a:last-child {
    float: right;
}

.newde .share a span {
    color: #3989fb;
}

.newde .share a img {
    margin-top: 0;
    max-width: 38px;
}

.newde .yy {
    text-align: center;
    margin: 4% 0
}

.newde .yy a {
    display: inline-block;
    padding: 5px 30px;
    background: #222;
    color: #fff;
}

.newde .yy a:hover {
    background: #3989fb;
}

.newde .w {
    text-align: center;
}

.newde .w .p5 img {
    max-width: 30%;
    margin: 1%;
}

.newde i {
    color: #c00;
}

@media(max-width:900px) {
    .newde .inner .box {
        width: 100%;
    }
}

@media(max-width:630px) {
    .newde .w .p5 img {
        max-width: 48%;
        margin: 1%;
    }

    .newde .share a {
        display: block;
        line-height: 30px;
    }

    .newde .share a:first-child,
    .newde .share a:last-child {
        float: none;
    }
}

@media(max-width:540px) {
    .newde .yy a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .newde h3 {
        font-size: 16px;
    }

    .newde h5 {
        font-size: 14px;
    }

    .newde p,
    .newde .share a,
    .newde b time {
        font-size: 12px;
    }
}


.yx {
    text-align: center;
}

@media(max-width:900px) {
    .yx img {
        width: 49%;
    }
}



.Page002046 .Pages {
    text-align: center;
    padding: 1% 0 4%;
}

.Page002046 .Pages a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 38px;
    color: #999;
}

.Page002046 .Pages em a:hover,
.Page002046 .Pages a.a_cur {
    background-color: #2c99ff;
    color: #fff;
}

.Page002046 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.Page002046 .Pages em a {
    float: left;
    margin-left: -1px;
}

.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total {
    display: none;
}

.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next {
    padding: 0;
    width: 44px;
    background: url(404.png) no-repeat center center;
    overflow: hidden;
    line-height: 1000px;
    height: 38px;
}

.Page002046 .Pages .a_next {
    background-image: url(404.png);
}

.Page002046 .Pages .a_next:hover {
    background-image: url(404.png);
}

.Page002046 .Pages .a_prev:hover {
    background: url(404.png) no-repeat center center;
}

@media(max-width:640px) {
    .Page002046 .Pages {
        text-align: center;
        padding: 4% 0;
    }

    .Page002046 .Pages .a_first,
    .Page002046 .Pages .a_end {
        display: none;
    }
}