/*头部样式*/

.head {
    position: absolute;
    left: 0;
    top: 25px;
    top: 0;
    width: 100%;
    z-index: 999999;
    /*padding: 25px 0px;*/
    background: rgba(255, 255, 255, .6);
}

.wrap1 {
    max-width: 1700px;
    width: 88.5%;
    margin: 0 auto;
}

.logo {
    float: left;
    position: relative;
    /*height: 50px;*/
    overflow: hidden;
}

.logo img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 74px;
}

@media only screen and (max-width: 1480px) {
    .logo img {
        height: 36px;
    }
}

.head_tel {
    float: right;
    padding-left: 44px;
    background: url(../images/tel1.png) no-repeat left center;
    font-size: 20px;
    color: #1e2f79;
    font-weight: bold;
    line-height: 50px;
}

.nav {
    float: left;
    margin-left: 12%;
    padding: 12px 0px;
}

.nav li {
    float: left;
    position: relative;
    padding: 0 30px;
}

.nav li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1e2f79;
    display: none;
}

    .nav li a {
        display: block;
        font-size: 20px;
        color: #00576a;
        text-align: center;
        line-height: 50px;
    }

.nav li:hover:before {
    display: block;
}

.nav li a:hover {
    color: #1e2f79;
}

.nav li .b_nav {
    height: auto !important;
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 999;
    background-color: #17b4a3;
    width: 100% !important;
}

.nav li .b_nav a {
    font-size: 14px;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

.menu-button {
    display: none;
    position: absolute;
    top: 30px;
    right: 10px;
    /*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    /*    background-color: #c52b31;*/
    z-index: 99999;
}

.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1) {
    transform: rotate(45deg);
    /*width: 40px;*/
}

.mnav .bar:nth-child(2) {
    opacity: 0;
}

.mnav .bar:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav {
    display: none;
    background-color: #1e2f79;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 99999;
    width: 100%;
    height: calc(100vh - 80px);
    /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.mobileNav li {
    line-height: 2em;
    padding: 10px 0;
    text-align: left;
    padding-left: 20px;
}

.mobileNav li a {
    font-size: 16px;
    color: #fff;
}

.head.in_headon .logo img {
    /* top: -50px; */
}


/* .head.in_headon .nav li a {
    color: #fff;
} */


/* .head.in_headon .nav li:hover:before {
    display: block;
    background: #fff;
} */


/* .head.in_headon .nav li a:hover {
    color: #fff;
} */


/* .head.in_headon .head_tel {
    background: url(../images/tel2.png) no-repeat left center;
    color: #fff;
} */

@media(max-width: 1800px) {
    .nav {
        margin-left: 5%;
    }
}

@media(max-width: 1600px) {
    .head {
        top: 15px;
    }
    .nav li {
        margin: 0 20px;
    }
}

@media(max-width: 1440px) {
    .nav li {
        margin: 0 15px;
    }
}

@media(max-width: 1360px) {
    .nav {
        margin-left: 3%;
    }
    .nav li {
        margin: 0 10px;
    }
}

@media(max-width: 1199px) {
    .head {
        position: relative;
        top: 0;
        background: #fff;
        padding: 10px 0;
    }
    .head_tel {
        margin-right: 20px;
    }
    .menu-button {
        display: block;
        top: 15px;
    }
    .nav {
        display: none;
    }
    html,
    body {
        overflow: auto!important;
    }
}

@media(max-width: 1199px) {
    .wrap1 {
        width: 92%;
    }
}

@media(max-width: 768px) {
    .mobileNav {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

@media(max-width: 767px) {
    .head_tel {
        display: none;
    }
    .logo {
        width: 50%;
        float: none;
    }
    .menu-button {
        top: 10px;
    }
}

.active2.section {
    z-index: 99;
}

.banner_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
}

@keyframes roll_9 {
    0% {
        left: -50%;
    }
    100% {
        left: 0%;
    }
}

.banner_text .text {
    padding-left: 88px;
    width: 50%;
    /*    animation: roll_9 1.8s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.3s;*/
    color: #333333;
}

.service-wrap1.active .banner_text .text {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

.banner_text .text font {
    color: #19c2af;
}

.banner_text .text h3 {
    font-size: 70px;
    font-weight: normal;
    line-height: 1.6em;
}

.banner_text .text p {
    font-size: 38px;
}

.banner_text .text a {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    color: #2bbaaa;
    padding-left: 80px;
    background: url(../images/player.png) no-repeat left center;
    line-height: 60px;
    margin-top: 100px;
    display: none;
}

.section_scroll {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -35px;
    width: 70px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    z-index: 99;
}

.scroll {
    position: relative;
}

.scroll p {
    margin-bottom: 10px;
}

.main-scroll {
    font-size: 14px;
    color: #cacaca;
    width: 18px;
    height: 20px;
    line-height: 27px;
    z-index: 1;
    position: relative;
}

.main-scroll:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    left: 33px;
    top: 16px;
    /*#cacaca*/
    background-color: #666;
    z-index: 5;
    -webkit-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -moz-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -o-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.main-scroll:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 27px;
    border-radius: 25px;
    left: 24px;
    background: none;
    top: -8px;
    opacity: 0.8;
    /*#cacaca*/
    border: 1px solid #666;
}

.section_scroll2 {
    color: #fff;
}

.main-scroll2:before {
    background-color: #fff;
}

.main-scroll2:after {
    border: 1px solid #fff;
}

@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.pc_img {}

.m_img {
    display: none;
}

#swiper-container1 {
    height: 100%;
}

    #swiper-container1 .swiper-slide {
        height: 100%;
        /*transform: none !important;*/
    }

#swiper-container1 .swiper-slide img {
    transform: scale(1);
    transition: all 3s ease-out;
    /*height: 100%;*/

}

#swiper-container1 .swiper-slide-active img {
    transform: scale(1.1);
}

@media(max-width: 1600px) {
    .banner_text .text {
        padding-left: 0;
    }
    .banner_text .text h3 {
        font-size: 42px;
    }
    .banner_text .text p {
        font-size: 30px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    #swiper-container1 {
        height: auto;
    }
    #swiper-container1 .swiper-slide {
        height: auto;
    }
    .banner_text .text h3 {
        font-size: 32px;
    }
    .banner_text .text p {
        font-size: 24px;
    }
    .banner_text .text a {
        margin-top: 50px;
    }
    .section_scroll {
        display: none;
    }
}

@media(max-width: 768px) {
    .banner_text .text h3 {
        font-size: 26px;
    }
    .banner_text .text p {
        font-size: 20px;
    }
    .banner_text .text a {
        background-size: 50px;
        padding-left: 60px;
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .service-wrap1 {
        height: auto;
        overflow: hidden;
    }
    .service-wrap1 #swiper-container1 {
        height: auto;
        /*height:calc(100vh - 70px);*/
    }
    .service-wrap1 .swiper-container .swiper-slide {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        opacity: 0!important;
    }
    .service-wrap1 .swiper-container .swiper-slide-active {
        opacity: 1!important;
    }
    #swiper-container1 .swiper-slide img {
        height: auto;
    }
    .banner_text {
        display: none;
    }
    .pc_img {
        display: none;
    }
    .m_img {
        display: block;
        text-align: center;
    }
    #swiper-container1 .swiper-slide-active img {
        transform: scale(1.05);
    }
    .banner_text {
        position: relative;
    }
    .banner_text .text {
        width: 100%;
        text-align: center;
        /*display:block;*/
    }
    .banner_text .text h3 {
        font-size: 18px;
    }
    .banner_text .text p {
        font-size: 15px;
    }
    .banner_text .text a {
        background-size: 30px;
        padding-left: 40px;
        margin-top: 10px;
        line-height: 40px;
    }
}

@media(max-width: 400px) {
    #certify .swiper-slide .text p {
        padding: 0px 20px!important
    }
}

.service-wrap2 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.index_about {}

.index_about .text {
    /*padding-left: 10%;*/
    width: 50%;
    float: right;
}

.index_about .text span {
    font-size: 22px;
    color: #fff;
    opacity: .6;
    text-transform: uppercase;
}

.index_about .text h3 {
    font-size: 44px;
    color: #fff;
    line-height: 1.4em;
}

.index_about .text h3 font {
    color: #17b4a2;
}

.index_about .text p {
    font-size: 15px;
    color: #dbdbdb;
    /*padding: 20px 0 95px;*/
    text-indent: 2em;
}

.more1 {}

.more1 a {
    display: inline-block;
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
    line-height: 135px;
    padding-left: 135px;
    background: url(../images/more1.png) no-repeat left center;
}

.index_about .text .more1 a {
    margin-left: -30px;
}

.service-wrap2.active .index_about .text {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

@media(max-width: 1600px) {
    .index_about .text {
        /*padding-left: 5%;*/
    }
    .index_about .text h3 {
        font-size: 36px;
    }
    .index_about .text p {
        padding: 20px 0 45px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .index_about .text {
        padding-left: 0%;
    }
}

@media(max-width: 1199px) {
    .index_about {
        padding: 50px 0;
    }
    .index_about .text {
        width: 70%;
    }
    .index_about .text span {
        font-size: 18px;
    }
    .index_about .text h3 {
        font-size: 30px;
    }
    .index_about .text p {
        padding: 20px 0;
    }
}

@media(max-width: 768px) {
    .index_about {
        padding: 30px 0;
    }
    .index_about .text {
        width: 100%;
        float: none;
    }
    .index_about .text span {
        font-size: 16px;
    }
    .index_about .text h3 {
        font-size: 24px;
    }
    .index_about .text p {
        padding: 15px 0;
    }
    .more1 a {
        line-height: 80px;
        padding-left: 85px;
        background: url(../images/more1.png) no-repeat left center;
        background-size: 80px;
    }
    .index_about .text .more1 a {
        margin-left: -0px;
    }
}

@media(max-width: 767px) {
    .index_about .text h3 {
        font-size: 18px;
    }
    .index_about .text p {
        padding: 10px 0;
    }
    .more1 a {
        line-height: 60px;
        background-size: 60px;
        padding-left: 65px;
    }
}

@media(max-width: 400px) {}

.service-wrap3 {
    background: url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
}

#certify {
    position: relative;
}

#certify .swiper-slide {
    width: 800px;
    /*    height: 408px;*/
    background: #fff;
    text-align: center;
    border-radius: 10px;
    /*padding:10px;*/
}

#certify .swiper-slide .cont {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0px 10px #ddd inset;
}

#certify .swiper-slide .text {
    display: none;
    text-align: left;
    padding-left: 8%;
}

    #certify .swiper-slide .text h3 {
        font-size: 36px;
        color: #333;
        font-weight: normal;
        text-align: center;
        padding-right: 85px;
    }

#certify .swiper-slide .text font {
    display: inline-block;
    width: 110px;
    line-height: 32px;
    background: #17b4a2;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

#certify .swiper-slide .text h4 {
    font-size: 14px;
    color: #333;
}

    #certify .swiper-slide .text p {
        font-size: 14px;
        color: #808080;
        padding-right: 85px;
        text-align: justify;
        text-indent: 2em;
    }

#certify .swiper-slide .img {
    text-align: center;
    width: 100%;
    padding: 10%;
}

#certify .swiper-slide-active .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

#certify .swiper-slide-active .img {
    width: 45%;
    padding: 0%;
}

#certify .swiper-slide .img img {
    height: 30vw;
    object-fit: contain;
    padding: 10%;
}

#certify .swiper-button-prev {
    margin-top: -34px;
    left: 2%;
}

.s_left {
    width: 68px!important;
    height: 68px!important;
    border-radius: 50%!important;
    background: url(../images/left1.png) no-repeat center #fff!important;
    outline: none;
    box-shadow: 0px 0px 20px #ccc;
}

.s_left:hover {
    background: url(../images/right1.png) no-repeat center #17b4a2!important;
    transform: rotate(-180deg);
}

#certify .swiper-button-next {
    margin-top: -34px;
    right: 2%;
}

.s_right {
    width: 68px!important;
    height: 68px!important;
    border-radius: 50%!important;
    background: url(../images/left1.png) no-repeat center #fff!important;
    outline: none;
    transform: rotate(-180deg);
    box-shadow: 0px 0px 20px #ccc;
}

.s_right:hover {
    background: url(../images/right1.png) no-repeat center #17b4a2!important;
    transform: rotate(0deg);
}

.service-wrap3.active #certify {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

@media(max-width: 1600px) {
    #certify .swiper-slide .text {
        padding-left: 5%;
    }
    #certify .swiper-slide .text h3 {
        font-size: 30px;
    }
    #certify .swiper-slide .text font {
        margin-bottom: 40px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .dialog_content {
        max-width: 800px
    }
}

@media(max-width: 1199px) {
    #certify {
        padding: 50px 0;
    }
    #certify .swiper-slide {
        width: 100%;
        /*        visibility: hidden;*/
        display: none;
    }
    #certify .swiper-slide-active {
        /*        visibility:visible;*/
        display: block;
    }
    .s_left {
        width: 45px!important;
        height: 45px!important;
    }
    .s_right {
        width: 45px!important;
        height: 45px!important;
    }
}

@media(max-width: 768px) {
    #certify .swiper-slide {
        /*width: 100%!important;*/
        visibility: hidden;
        display: flex;
        max-height: 600px;
    }
    #certify .swiper-slide-active {
        visibility: visible;
    }
    #certify .swiper-slide .text {
        padding-left: 0%;
    }
    #certify .swiper-slide .text h3 {
        font-size: 24px;
    }
    #certify .swiper-slide .text font {
        margin-bottom: 20px;
    }
    #certify .swiper-button-prev {
        left: 0;
    }
    #certify .swiper-button-next {
        right: 0;
    }
}

@media(max-width: 767px) {
    #certify {
        padding: 30px 0 70px;
    }
    #certify .swiper-button-prev {
        top: calc(100% - 60px);
        margin-top: 0;
        left: calc(50% - 60px);
    }
    #certify .swiper-button-next {
        top: calc(100% - 60px);
        margin-top: 0;
        right: calc(50% - 60px);
    }
    #certify .swiper-slide {
        /*padding:5px;*/
    }
    #certify .swiper-slide .cont {
        padding: 10px 0;
    }
    #certify .swiper-slide .cont .text {
        width: 100% !important;
        height:110vw;
    }
        #certify .swiper-slide .cont .img {
            width: 100% !important;
            padding: 10%;
        }
        #certify .swiper-slide .img img {
            height: 30vw;
            object-fit: contain;
            padding: 0%;
        }
    #certify .swiper-slide .text h3 {
        font-size: 18px;
        text-align: center;
    }
    #certify .swiper-slide .text font {
        margin-bottom: 10px;
    }
    #certify .swiper-slide .text p {
        line-height: 1.6em;
    }
}

@media(max-width: 400px) {
    #certify .swiper-slide {
        /* max-height: 320px; */
    }
}

.service-wrap4 {
    position: relative;
}

.index_case {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.index_case_l {
    width: 50%;
    padding: 0 5%;
}

.index_case_l h2 {
    font-size: 38px;
    color: #333333;
    font-weight: normal;
}

.index_case_l h2 font {
    color: #17b4a2;
}

.index_case_l p {
    font-size: 14px;
    color: #656565;
}

.tab1li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    max-width: 470px;
}

.tab1li li {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 35px;
    text-align: center;
    background: #ebebeb;
    border-radius: 10px;
    padding: 35px 0 22px;
    color: #333;
    cursor: pointer;
}

.tab1li li:nth-child(3n) {
    margin-right: 0;
}

.tab1li li .img {
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin: 0 auto 5px;
}

.tab1li li .img img {
    display: block;
    transition: all 0.6s ease-out;
}

.tab1li li h3 {
    font-size: 14px;
    font-weight: normal;
}

.tab1li li.cur {
    background: #17b4a2;
    color: #fff;
}

.tab1li li.cur .img img {
    margin-top: -41px;
}

.index_tab1 {}

.tab1 {
    display: none;
    height: 100vh;
}

.tab1 img {
    opacity: 0;
}

.service-wrap4.active .index_case_l {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

@media(max-width: 1600px) {
    .index_case_l h2 {
        font-size: 32px;
    }
    .tab1li li {
        margin-bottom: 25px;
        padding: 20px 0;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    .index_case {
        position: relative;
        padding: 50px 0;
    }
    .index_case_l {
        width: 50%;
        padding: 0 0%;
    }
    .index_tab1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .tab1 {
        height: 100%;
    }
}

@media(max-width: 768px) {
    .index_case_l h2 {
        font-size: 26px;
    }
}

@media(max-width: 767px) {
    .index_case {
        padding: 30px 0 10px;
    }
    .index_case_l {
        width: 100%;
    }
    .index_case_l h2 {
        font-size: 20px;
    }
    .tab1li {
        margin-top: 20px;
    }
    .tab1li li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 15px;
        padding: 10px 0;
    }
    .index_tab1 {
        position: relative;
        height: auto;
    }
}

@media(max-width: 400px) {}

.index_news {
    position: relative;
    padding-left: 23%;
}

.index_news .s_left {
    left: 10%;
    top: calc(100% - 135px);
    margin-top: 0;
}

.index_news .s_right {
    left: calc(10% + 125px);
    top: calc(100% - 135px);
    margin-top: 0;
}

.index_news .swiper-slide {
    width: auto;
    padding: 17px 0 0 17px;
}

.index_news .swiper-slide:before {
    content: '';
    width: 172px;
    height: 172px;
    background: #17b4a2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}

.index_news .swiper-slide .img {
    overflow: hidden;
}

.index_news .swiper-slide .img img {
    transition: all 0.6s ease-out;
}

.index_news .swiper-slide .text {
    padding-top: 10px;
}

.index_news .swiper-slide .text .date1 {}

.index_news .swiper-slide .text .date1 span {
    display: block;
    font-size: 14px;
    color: #999;
}

.index_news .swiper-slide .text .date1 span:nth-child(1) {
    font-size: 50px;
    color: #999999;
    line-height: 1.2em;
}

.index_news .swiper-slide .text h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.index_news .swiper-slide .text p {
    font-size: 14px;
    color: #b2b2b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news .swiper-slide:hover:before {
    opacity: 1;
}

.index_news .swiper-slide:hover .text .date1 span {
    color: #17b4a2;
}

.index_news .swiper-slide:hover .text .date1 span:nth-child(1) {
    color: #17b4a2;
}

.index_news .swiper-slide:hover .text h3 {
    color: #17b4a2;
}

.service-wrap5.active .index_news {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

@media(max-width: 1600px) {
    .index_news .swiper-slide .text .date1 span:nth-child(1) {
        font-size: 36px;
    }
    .index_news .swiper-slide .text h3 {
        font-size: 20px;
    }
    .index_news .s_left {
        left: 6%;
    }
    .index_news .s_right {
        left: calc(6% + 100px);
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    .index_news {
        padding: 50px 0 70px;
        width: 92%;
        margin: 0 auto;
    }
    .index_news .swiper-slide {
        padding: 0;
    }
    /*    .index_news .s_left{
        display: none;
    }
    .index_news .s_right {
        display: none;
    }*/
    .index_news .swiper-button-prev {
        top: calc(100% - 60px);
        margin-top: 0;
        left: calc(50% - 60px);
    }
    .index_news .swiper-button-next {
        top: calc(100% - 60px);
        margin-top: 0;
        left: calc(50% + 10px);
    }
}

@media(max-width: 768px) {
    .index_news .swiper-slide .text .date1 span:nth-child(1) {
        font-size: 26px;
    }
    .index_news .swiper-slide .text h3 {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .index_news {
        padding: 30px 0 70px;
    }
    .index_news .swiper-slide {
        /*display: none;*/
        /*width: 100%!important;*/
    }
    .index_news .swiper-slide-active {
        display: block;
    }
    .index_news .swiper-slide .text .date1 span:nth-child(1) {
        font-size: 20px;
    }
    .index_news .swiper-slide .text h3 {
        font-size: 16px;
    }
}

@media(max-width: 400px) {}

.index_foot {
    width: 100%;
    height: 100vh;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.index_foot:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .04);
}

.index_foot .wrap1 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.index_partner {
    width: 50%;
    /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
    padding-right: 10%;
    padding-top: 15%;
}

.index_partner .index_titles p {
    max-width: 575px;
}

.index_titles {
    margin-bottom: 25px;
}

.index_titles h3 {
    font-size: 38px;
    color: #333;
    line-height: 1.6em;
    font-weight: normal;
    margin-bottom: 0px;
}

.index_titles h3 font {
    color: #17b4a2;
}

.index_titles p {
    font-size: 14px;
    color: #666666;
}

.partner_list {
    display: flex;
    flex-wrap: wrap;
}

.partner_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 16px;
    border: 1px solid #e0e0e0;
}

.partner_list li:nth-child(3n) {
    margin-right: 0;
}

.index_contact {
    position: relative;
    width: 50%;
    padding-left: 10%;
    padding-top: 15%;
    /*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.index_contact .cont {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.index_contact .cont p {
    padding: 5px 0;
}

.index_contact a.zx {
    display: block;
    width: 200px;
    line-height: 62px;
    background: #19c2af;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.index_contact a.zx:hover {
    opacity: .8;
}

.copyright1 {
    position: absolute;
    bottom: 35px;
    left: 20%;
}

.service-wrap6.active .index_partner {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

.service-wrap6.active .index_contact {
    animation: fadeInUpSmall 1s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.6s;
}

@media(max-width: 1600px) {
    .index_contact {
        padding-left: 5%;
    }
    .copyright1 {
        left: 10%;
    }
    .index_titles h3 {
        font-size: 30px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    .index_foot {
        height: auto;
        padding: 50px 0;
    }
    .index_partner,
    .index_contact {
        padding-top: 0;
    }
    .index_contact a.zx {
        width: 150px;
        line-height: 55px;
        margin-top: 30px;
    }
    .copyright1 {
        position: relative;
        left: 0%;
        bottom: 0;
        margin-top: 15px;
    }
}

@media(max-width: 768px) {
    .index_partner {
        padding-right: 3%;
    }
    .index_contact {
        padding-left: 3%;
    }
    .index_titles h3 {
        font-size: 24px;
    }
    .index_contact a.zx {
        width: 120px;
        line-height: 50px;
        margin-top: 10px;
    }
}

@media(max-width: 767px) {
    .index_foot {
        height: auto;
        padding: 30px 0;
    }
    .index_foot:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .04);
        display: none;
    }
    .index_partner {
        padding-right: 0%;
        width: 100%;
    }
    .partner_list li {
        margin-bottom: 10px;
    }
    .index_contact {
        padding-left: 0%;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }
    .index_titles {
        margin-bottom: 10px;
    }
    .index_titles h3 {
        font-size: 20px;
    }
    .index_contact a.zx {
        width: 100px;
        line-height: 42px;
    }
    .index_contact .cont p {
        padding: 0px 0;
    }
}

@media(max-width: 400px) {}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0%, 10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.f_none {
    display: none;
}


/*------------内页-------------------*/

.header {
    background: #fff;
    top: 0;
}

.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}

.banner_text2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 8;
    padding-left: 10%;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.banner_text2 h3 {
    font-size: 60px;
    font-weight: normal;
    line-height: 1.5em;
}

.banner_text2 p {
    font-size: 30px;
}

.site {
    margin-top: -100px;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 60px;
}

.sort {
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.sort li {
    margin-right: 95px;
}

.sort li:last-child {
    margin-right: 0;
}

.sort li a {
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.sort li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #19c2af;
    opacity: 0;
}

.sort li a:hover {
    color: #19c2af;
}

.sort li a:hover:before {
    opacity: 1;
}

.sort li.on a {
    color: #19c2af;
}

.sort li.on a:before {
    opacity: 1;
}

a.back {
    font-size: 16px;
    color: #333;
    padding-left: 38px;
    background: url(../images/back.png) no-repeat left center;
    float: right;
    line-height: 50px;
    margin-top: 25px;
}

@media(max-width: 1600px) {
    .banner_text2 h3 {
        font-size: 42px;
    }
    .banner_text2 p {
        font-size: 26px;
    }
    .site {
        margin-top: -80px;
        height: 80px;
    }
    .sort li {
        margin-right: 50px;
    }
    .sort li a {
        line-height: 80px;
    }
    a.back {
        margin-top: 15px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    .banner_text2 h3 {
        font-size: 30px;
    }
    .banner_text2 p {
        font-size: 20px;
    }
    .site {
        margin-top: -60px;
        height: 60px;
        padding: 0 2%;
    }
    .sort li {
        margin-right: 20px;
    }
    .sort li a {
        line-height: 60px;
    }
    a.back {
        margin-top: 5px;
    }
}

@media(max-width: 768px) {
    .banner_text2 {
        padding-left: 5%;
    }
    .banner_text2 h3 {
        font-size: 24px;
    }
    .banner_text2 p {
        font-size: 15px;
    }
    .site {
        margin-top: 0px;
        height: auto;
        width: 100%;
        padding: 0 20px;
    }
    .sort li {
        margin-right: 15px;
    }
    .sort li a {
        line-height: 50px;
    }
    a.back {
        margin-top: 0px;
    }
}

@media(max-width: 767px) {
    .banner_text2 h3 {
        font-size: 20px;
    }
    .sort li a {
        font-size: 15px;
    }
    a.back {
        display: none;
    }
}

@media(max-width: 400px) {}


/*foot*/

#footer {
    background: #e6e6e6;
}

.foot {
    padding: 95px 0 60px;
}

.f_nav {
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 58.5%;
}

.f_nav li {
    width: 14.4%;
    margin-right: 2%;
}

.f_nav li:last-child {
    margin-right: 0;
}

.f_nav li h3 a {
    display: block;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
}

.f_nav li .f_nav_a {
    margin-top: 10px;
}

.f_nav li .f_nav_a a {
    display: block;
    font-size: 14px;
    color: #808080;
}

.f_nav li .f_nav_a a:hover {
    color: #1b2b73;
}

.f_coode {
    width: calc(41.5% - 260px);
    float: left;
    text-align: center;
    position: relative;
}

.f_coode:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 220px;
    background: #cccccc;
    margin-top: -110px;
}

.f_coode p:nth-child(1) {
    margin-bottom: 25px;
}

.f_contact {
    width: 260px;
    float: right;
    font-size: 16px;
    color: #808080;
}

.f_contact p:nth-child(2) {
    font-size: 22px;
    color: #333333;
}

.f_a {
    display: flex;
    margin-top: 30px;
}

.f_a a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #999999;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_a a:last-child {
    margin-right: 0;
}

.f_a a:hover {
    background: #1b2b73;
}

.foot2 {
    padding: 20px 0;
    border-top: 1px solid #cccccc;
}

.f_link {
    margin-bottom: 25px;
}

@media(max-width: 1600px) {
    .foot {
        padding: 60px 0;
    }
    .f_nav li h3 a {
        font-size: 16px;
    }
    .f_coode {
        padding: 0 15px;
    }
    .f_contact p:nth-child(2) {
        font-size: 18px;
    }
    .f_contact {
        padding-left: 15px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .foot {
        padding: 30px 0;
    }
    .f_nav {
        width: calc(100% - 300px);
    }
    .f_coode {
        display: none;
    }
}

@media(max-width: 1199px) {}

@media(max-width: 768px) {
    .foot {
        padding: 25px 0 15px;
    }
    .f_nav {
        width: 100%;
    }
    .f_contact {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        display: none;
    }
}

@media(max-width: 767px) {
    .foot {
        display: none;
    }
    .foot2 {
        border: none;
    }
    .f_link {
        margin-bottom: 10px;
    }
}

@media(max-width: 400px) {}


/*about*/

#about1 {
    padding: 105px 95px 0;
}

.about1 {
    display: flex;
    flex-wrap: wrap;
}

.about1 .img {
    width: 46%;
}

.about1 .text {
    width: 54%;
    padding-left: 75px;
}

.about1 .text h3 {
    font-size: 38px;
    color: #4c4c4c;
    font-weight: normal;
}

.about1 .text p {
    font-size: 15px;
    color: #808080;
}

.about1 .text dl {
    display: flex;
    margin-top: 30px;
}

.about1 .text dl li {
    width: 33.333%;
}

.about1 .text dl li dt {
    font-size: 20px;
    color: #17b4a2;
    line-height: 1.4em;
}

.about1 .text dl li dt span {
    font-size: 60px;
}

.about1 .text dl li dd {
    font-size: 14px;
    color: #666666;
}

.about1_2 {
    padding: 160px 90px 90px;
    text-align: center;
}

.about_logo {
    margin-bottom: 35px;
}

.about1_2 .text {
    font-size: 16px;
    color: #292826;
    padding: 40px 70px 70px;
    background: url(../images/about_bg1.png) center;
}

#about2 {
    background: url(../images/about_bg2.jpg) no-repeat center #f0f0f0;
    padding: 90px 0 140px;
}

.about2 {
    padding: 0 90px;
}

.about2 h2 {
    font-size: 38px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 110px;
}

#about2 .up {
    width: 76.25%;
    margin: 0 auto;
    margin-bottom: 120px;
    position: relative;
}

#about2 .five_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#about2 .five_img .five {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

#about2 .five_img .five .year {
    color: #a6a6a6;
    font-size: 20px;
    margin-bottom: 15px;
}

#about2 .five_img .five:hover .year {
    color: #123b97;
}

#about2 .five_img .five.act .year {
    color: #123b97;
}

#about2 .five_img .five .s_img {
    width: 30px;
    height: 30px;
    position: relative;
}

#about2 .five_img .five .s_img img {
    position: absolute;
    top: 0;
    left: 0;
}

#about2 .five_img .five .s_img img:last-child {
    opacity: 0;
}

#about2 .five_img .five:hover .s_img img:last-child {
    opacity: 1;
}

#about2 .five_img .five:hover .s_img img:first-child {
    opacity: 0;
}

#about2 .five_img .five.act .s_img img:last-child {
    opacity: 1;
}

#about2 .five_img .five.act .s_img img:first-child {
    opacity: 0;
}

#about2 .up .line {
    width: 98%;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
}

#about2 .swp {
    width: 100%;
    padding-left: 8.3333%;
}

#about2 .swp .swiper1 {}

#about2 .swp .swiper1 .swiper-slide {
    width: 22.72%;
    margin: 0 60px 0 0;
    /*opacity: 0!important;*/
}

#about2 .swp .swiper1 .swiper-slide-active {
    width: 54.55%;
    opacity: 1!important;
}

#about2 .swp .swiper1 .swiper-slide .s1_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .left {
    width: 0;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
    width: 52%;
    height: 280px;
    border-radius: 18px;
    overflow: hidden;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
    width: 41.875%;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
    color: #ccc;
    font-family: "numa";
    font-weight: bold;
    font-size: 44px;
    line-height: 1em;
    padding-top: 30px;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right .year {
    color: #17b4a2;
    padding-top: 0;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 32px 0 36px 0;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text {}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text {
    color: #999;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text:last-child {
    margin-bottom: 0px;
    line-height: 2em;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right .text .c_text {
    color: #333;
}

#about3 {
    background: url(../images/about_bg3.png) no-repeat center;
    background-size: cover;
    padding: 115px 0 150px;
}

.about3 h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 75px;
}

.whln {
    display: flex;
    flex-wrap: wrap;
}

.whln li {
    width: 32%;
    margin-right: 2%;
    color: #fff;
    text-align: center;
}

.whln li:last-child {
    margin-right: 0;
}

.whln li .img {
    text-align: center;
    height: 52px;
}

.whln li h3 {
    font-size: 20px;
    margin: 45px 0 15px;
}

.whln li p {
    font-size: 16px;
}

#about4 {
    padding: 100px 0 0;
}

.about_title1 {}

.about_title1 h2 {
    font-size: 38px;
    color: #333;
    line-height: 1.4em;
}

.about_title1 p {
    font-size: 16px;
    color: #666;
}

.scroll_img1 {
    margin-top: 35px;
}

#about5 {
    padding: 110px 0 0;
}

#about6 {
    padding: 80px 0 90px;
}

.about4,
.about5,
.about6 {
    padding: 0 100px;
}

.scroll_img2 {
    margin-top: 75px;
    position: relative;
}

.about6 .s_left {
    left: -112px;
    margin-top: -34px;
}

.about6 .s_right {
    right: -112px;
    margin-top: -34px;
}

.scroll_img2 p {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 20px;
}

#about4 .c-banner3,
#about5 .c-banner4 {
    padding-bottom: 90px;
}

.c-bottom-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
}

#about4 .c-bottom-wrap .swiper-button-next,
#about4 .c-bottom-wrap .swiper-button-prev,
#about5 .c-bottom-wrap .swiper-button-next,
#about5 .c-bottom-wrap .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 42px!important;
    height: 42px!important;
    position: relative;
}

#about4 .c-bottom-wrap .swiper-button-prev,
#about5 .c-bottom-wrap .swiper-button-prev {
    left: 0;
    margin-right: 25px;
}

#about4 .c-bottom-wrap .swiper-button-next,
#about5 .c-bottom-wrap .swiper-button-next {
    left: 0;
}

#about4 .c-bottom-wrap .swiper-pagination,
#about5 .c-bottom-wrap .swiper-pagination {
    text-align: left;
    font-size: 20px;
    color: #999;
    width: 100px;
    position: relative;
    bottom: 0;
}

.c-bottom-wrap .swiper-pagination-current {
    font-style: Italic;
    font-size: 36px;
    color: #333;
}

.c-bottom-wrap .c-line-box {
    position: relative;
    margin-bottom: 5px;
    width: -webkit-calc(-130%);
    width: calc(100% - 240px);
    height: 1px;
    background: #dadada;
    overflow: hidden;
    margin-right: 20px;
}

.c-bottom-wrap .c-line-box .c-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #17b4a2;
    -webkit-animation: w1 infinite 2.99s;
    animation: w1 infinite 2.99s;
}

@-webkit-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes w1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@media(max-width: 1600px) {
    #about1 {
        padding: 80px 0px 0;
    }
    .about1 .text {
        padding-left: 30px;
    }
    .about1 .text h3 {
        font-size: 24px;
    }
    .about1 .text p {
        font-size: 14px;
    }
    .about1 .text dl {
        margin-top: 10px;
    }
    .about1 .text dl li dt {
        font-size: 18px;
    }
    .about1 .text dl li dt span {
        font-size: 40px;
    }
    .about1_2 {
        padding: 80px 0px;
    }
    .about_logo img {
        max-width: 30%;
    }
    #about2 {
        padding: 80px 0 100px;
    }
    .about2 {
        padding: 0;
    }
    .about2 h2 {
        font-size: 26px;
        margin-bottom: 50px;
    }
    #about2 .up {
        width: 100%;
        margin-bottom: 50px;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
        padding-top: 50px;
    }
    #about2 .swp .swiper1 .swiper-slide-active .s1_box .right .year {
        padding-top: 0;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
        font-size: 32px;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
        margin: 20px 0;
    }
    #about3 {
        padding: 80px 0;
    }
    .about3 h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .whln li h3 {
        margin: 30px 0 15px;
    }
    #about4 {
        padding: 80px 0 0;
    }
    .about_title1 h2 {
        font-size: 26px;
    }
    .about_title1 p {
        font-size: 15px;
    }
    #about5 {
        padding: 80px 0 0;
    }
    .scroll_img2 {
        margin-top: 35px;
    }
    .about4,
    .about5,
    .about6 {
        padding: 0;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    #about1 {
        padding: 60px 0px 0;
    }
    .about1 .text h3 {
        font-size: 20px;
    }
    .about1 .text dl li dt {
        font-size: 16px;
    }
    .about1 .text dl li dt span {
        font-size: 30px;
    }
    .about1_2,
    #about2,
    #about3,
    #about5,
    #about6 {
        padding: 60px 0px;
    }
    .about2 h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    #about2 .up {
        margin-bottom: 30px;
    }
    .about3 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .whln li h3 {
        margin: 15px 0;
        font-size: 18px;
    }
    .whln li p {
        font-size: 15px;
    }
    .about_title1 h2 {
        font-size: 24px;
    }
    .about_title1 p {
        font-size: 14px;
    }
    #about4 {
        padding-top: 60px;
    }
}

@media(max-width: 960px) {
    #about2 .swp {
        padding: 0 2%;
    }
    #about2 .swp .swiper1 .swiper-slide {
        margin-right: 0;
    }
    .about6 .s_left,
    .about6 .s_right {
        display: none;
    }
}

@media(max-width: 768px) {
    #about1 {
        padding: 40px 0px 0;
    }
    .about1 .img {
        width: 100%;
    }
    .about1 .text {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
    .about1 .text dl li dt {
        font-size: 14px;
    }
    .about1 .text dl li dt span {
        font-size: 24px;
    }
    .about_logo {
        margin-bottom: 20px;
    }
    .about1_2 .text {
        padding: 20px 0px;
        font-size: 15px;
    }
    .about1_2,
    #about2,
    #about3,
    #about5,
    #about6 {
        padding: 40px 0px;
    }
    .about2 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
        width: 40%;
    }
    #about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
        width: 60%;
        padding-left: 20px;
    }
    #about4 {
        padding-top: 40px;
    }
}

@media(max-width: 767px) {
    #about1 {
        padding: 30px 0px 0;
    }
    .about1_2,
    #about2,
    #about3,
    #about5 {
        padding: 30px 0px;
    }
    #about6 {
        padding: 0 0 30px;
    }
    #about2 .up {
        display: none;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box {
        flex-wrap: wrap;
    }
    #about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
        width: 100%;
        height: auto;
    }
    #about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
        font-size: 20px;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
        margin: 10px 0;
    }
    #about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text {
        font-size: 14px;
    }
    .scroll_img1,
    .scroll_img2 {
        margin-top: 20px;
    }
    #about4 {
        padding-top: 30px;
    }
    .whln li {
        width: 100%;
        margin-bottom: 10px;
    }
    .whln li h3 {
        margin: 5px 0;
        font-size: 16px;
    }
    .about_title1 h2 {
        font-size: 20px;
    }
    #about4 .c-banner3,
    #about5 .c-banner4 {
        padding-bottom: 70px;
    }
    .c-bottom-wrap {
        height: 70px;
    }
    #about4 .c-bottom-wrap .swiper-pagination,
    #about5 .c-bottom-wrap .swiper-pagination {
        width: 60px;
    }
    #about4 .c-bottom-wrap .swiper-pagination,
    #about5 .c-bottom-wrap .swiper-pagination {
        font-size: 16px;
    }
    .c-bottom-wrap .swiper-pagination-current {
        font-size: 24px;
    }
    .c-bottom-wrap .c-line-box {
        width: calc(100% - 200px);
    }
}

@media(max-width: 400px) {}

.alltime,
.alltime * {
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    /*    visibility: hidden;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000000;
    background: rgba(0, 0, 0, .2);
    display: none;
}


/*.dialog.dialog_open{
    visibility:visible;
}*/

.dialog_content {
    position: relative;
    padding: 3em 0 0 0;
    max-width: 1200px;
    opacity: 1;
    pointer-events: auto;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    min-width: 290px;
    background: #fff;
    /*    text-align: center;*/
    z-index: 1000005;
    margin: 0 auto;
    height: 78vh;
    margin-top: 22vh;
}

.dialog_content .box {
    position: relative;
    max-height: calc(78vh - 3em);
    min-height: 40vh;
    padding: 0 4em 3em 4em;
    overflow: auto;
}

.dialog_content .box::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
}

.dialog_content .box::-webkit-scrollbar-thumb {
    border: solid 1px #f4f4f4;
    width: 2px;
    border-radius: 4px;
    background-color: #17b4a2;
}

.dialog_content .box::-webkit-scrollbar-corner {
    background-color: #f4f4f4;
}

.dialog_content .box::-webkit-scrollbar:horizontal {
    height: 9px;
}

.dialog_content .box::-webkit-selection {
    background: #17b4a2;
    color: #fff;
}

.dialog_content .box::-moz-selection {
    background: #17b4a2;
    color: #fff;
}

.dialog_content .box::selection {
    background: #17b4a2;
    color: #fff;
}

.dialog_content .close {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #17b4a2;
    padding: 25px 20px 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 78px;
    height: 110px;
}

.dialog_content .close>i {
    font-size: 32px;
    display: inline-block;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1em;
}

.dialog_content .close>span {
    color: #fff;
    display: inline-block;
}

.dialog_content .box h3 {
    font-size: 26px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.dialog_content .box .text1 {
    font-size: 14px;
    color: #666;
}

.dialog_content .box .text1 .p_cs {
    display: flex;
    flex-wrap: wrap;
    background: #f4f4f4;
    border: 1px solid #f0f0f0;
    padding: 20px 50px;
    margin: 20px 0;
}

.dialog_content .box .text1 .p_cs p {
    width: 32%;
    margin-right: 2%;
    padding: 5px 0;
}

.dialog_content .box .text1 .p_cs p:nth-child(3n) {
    margin-right: 0;
}

.dialog_content .box .text1 .p_cs p strong {
    color: #333;
}

.dialog_content .box .texts {
    display: flex;
    flex-wrap: wrap;
}

.dialog_content .box .texts span {
    width: 45px;
    color: #333;
    font-weight: bold;
    display: block;
}

.dialog_content .box .texts div {
    width: calc(100% - 45px);
}

.dialog_content .box .text3 {
    margin: 20px 0 35px;
}

.dialog_content .box .img2 {
    text-align: center;
}

@media(max-width: 1600px) {
    .dialog_content .box h3 {
        font-size: 24px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .dialog_content {
        max-width: 800px;
    }
    .dialog_content .box {
        padding: 0 3% 2em;
    }
}

@media(max-width: 1199px) {
    .dialog_content {
        padding: 2em 0 0;
        max-height: calc(78vh - 0em);
    }
}

@media(max-width: 900px) {
    .dialog_content .close {
        left: calc(100% - 70px);
        top: -80px;
        width: 70px;
        height: 80px;
        padding: 10px 20px;
    }
    .dialog_content .close>i {
        margin-bottom: 5px;
    }
}

@media(max-width: 768px) {
    .dialog_content .box h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .dialog_content .box .text1 .p_cs {
        padding: 5px 10px;
        margin: 20px 0;
    }
    .dialog_content .box .text1 .p_cs p {
        width: 49%;
        padding: 0px 0;
    }
    .dialog_content .box .text1 .p_cs p:nth-child(3n) {
        margin-right: 2%;
    }
    .dialog_content .box .text1 .p_cs p:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width: 767px) {
    .dialog_content .box h3 {
        font-size: 16px;
    }
    .dialog_content .box .text1 .p_cs {
        margin: 15px 0;
    }
    .dialog_content .box .text1 .p_cs p {
        width: 100%;
        margin-right: 0!important;
    }
    .dialog_content .box .text3 {
        margin: 15px 0;
    }
}

@media(max-width: 400px) {}


/*product*/

.product {
    padding: 65px 0 85px;
}

.products {
    display: flex;
    flex-wrap: wrap;
    background: #eeeeee;
    margin-bottom: 40px;
}

.products:nth-child(2n) {
    flex-direction: row-reverse;
}

.pro_l {
    width: 35%;
    background: #17b4a2;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0 55px;
}

.pro_l .img {
    max-width: 210px;
    width: 40%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro_l .text {
    width: 60%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro_l .text h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

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

.pro_r {
    width: 65%;
    padding: 40px 40px;
}

.pro_r .swiper-slide {
    text-align: center;
    color: #333;
    padding: 20px;
    cursor: pointer;
}

.pro_r p {
    font-size: 15px;
    padding: 10px 0 0px;
}

.pro_r .swiper-slide:hover {
    background: #fff;
    color: #17b4a2;
}

#product1 {}

@media(max-width: 1600px) {
    .product {
        padding: 50px 0;
    }
    .pro_l {
        padding: 0 15px;
    }
    .pro_l .img {
        width: 40%;
    }
    .pro_l .text {
        width: 60%;
        padding-left: 15px;
    }
    .pro_l .text h3 {
        font-size: 24px;
        margin-bottom: 0;
    }
    .pro_r {
        padding: 25px 15px;
    }
    .pro_r .swiper-slide {
        padding: 10px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {
    .product {
        padding: 30px 0;
    }
    .products {
        margin-bottom: 20px;
    }
    .pro_l .text h3 {
        font-size: 20px;
    }
    .pro_r {
        padding: 15px 10px;
    }
}

@media(max-width: 768px) {
    .products:nth-child(2n) {
        flex-direction: row;
    }
    .pro_l {
        width: 100%;
        padding: 10px;
    }
    .pro_r {
        width: 100%;
    }
}

@media(max-width: 767px) {}

@media(max-width: 400px) {}


/*news*/

.news_list {
    padding: 20px 50px;
    /*    box-shadow: 0px 0px 15px #ccc;  */
}

.news_list li {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 25px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #f0f0f0;
}

.news_list li .img {
    width: 25%;
    overflow: hidden;
    display: block;
}

.news_list li .img img {
    transition: all 0.6s ease-out;
}

.news_list li .text {
    width: 75%;
    padding: 0 0 0 64px;
}

.news_list li .text h3 a {
    display: block;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 1.2em;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list li .text p {
    font-size: 15px;
    color: #666;
}

.news_list li .text a.mores {
    margin-top: 40px;
}

.news_list li .text .text_l {
    width: 75%;
    float: left;
}

.news_list li .text .text_r {
    width: 25%;
    float: right;
    color: #ccc;
    text-align: right;
}

.news_list li:hover .img img {
    transition: all 0.6s;
    transform: scale(1.05);
}

.date1 {
    font-size: 44px;
    line-height: 1em;
}

.line2 {
    width: 30px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    margin: 34px 0 16px;
}

.date2 {
    font-size: 20px;
    line-height: 1em;
}

.news_list li:hover .text h3 a {
    color: #1b2b73;
}

.news_list li:hover {
    border-bottom: 1px solid #999;
}

a.mores {
    margin-top: 30px;
    position: relative;
    display: block;
}

a.mores p {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #1b2b73;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

a.mores i {
    display: block;
    position: absolute;
    left: 7px;
    width: 14px;
    height: 7px;
    background: url(../images/jt2.png) no-repeat;
    top: 10.5px;
}

a.mores span {
    font-size: 14px;
    color: #1b2b73;
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    height: 28px;
    line-height: 28px;
}

@keyframes newsDh {
    0% {
        left: 7px;
        opacity: 1;
    }
    25% {
        left: 14px;
        opacity: 0;
    }
    75% {
        left: -14px;
        opacity: 0;
    }
    100% {
        left: 7px;
        opacity: 1;
    }
}

a.mores:hover i {
    animation: newsDh .4s linear both;
}

.news_detail {
    padding: 10px 5% 100px;
}

h1.title {
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.info_title {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
    font-weight: normal;
}

.news_detail .content {
    font-size: 16px;
}

@media(max-width: 1600px) {
    .news_list {
        padding: 15px 30px;
    }
    .news_list li .text h3 a {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .news_list li .text {
        padding: 0 0 0 30px;
    }
    .news_list li .text a.mores {
        margin-top: 20px;
    }
    .date1 {
        font-size: 32px;
    }
    .line2 {
        margin: 25px 0 20px;
    }
    h1.title {
        font-size: 24px;
    }
    .info_title {
        margin-bottom: 20px;
    }
    .news_detail .content {
        font-size: 15px;
    }
}

@media(max-width: 1440px) {
    .news_list li .text p {
        font-size: 14px;
    }
}

@media(max-width: 1259px) {
    .news_list {
        margin-top: 25px;
    }
    .news_list li {
        padding: 25px 0;
    }
    .news_list li .text {
        padding: 0 0 0 20px;
    }
    .news_list li .text h3 a {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news_list li .text p {
        font-size: 12px;
    }
    .news_list li .text a.mores {
        margin-top: 10px;
    }
    .date1 {
        font-size: 26px;
    }
    .line2 {
        margin: 15px 0;
    }
    .date2 {
        font-size: 16px;
    }
    h1.title {
        font-size: 20px;
    }
    .info_title {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .news_detail {
        padding: 10px 0% 50px;
    }
}

@media(max-width: 992px) {}

@media(max-width: 768px) {
    .news_list {
        padding: 10px 20px;
    }
    .news_list li {
        padding: 15px 0;
    }
    .news_list li .text .text_l {
        width: 80%;
    }
    .news_list li .text .text_r {
        width: 20%;
    }
    a.mores {
        margin-top: 10px;
    }
    h1.title {
        font-size: 18px;
    }
    .news_detail {
        padding: 0px 0% 30px;
    }
}

@media(max-width: 640px) {
    .news_list {
        margin-top: 0px;
        padding: 10px;
    }
    .news_list li {
        padding: 10px 0;
    }
    .news_list li .img {
        width: 100%;
    }
    .news_list li .text {
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .news_list li .text .text_l {
        width: 100%;
    }
    .news_list li .text .text_r {
        display: none;
    }
    .date1 {
        font-size: 22px;
    }
    .line2 {
        margin: 10px 0;
    }
    .date2 {
        font-size: 14px;
    }
    h1.title {
        font-size: 16px;
    }
    .info_title {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
}


/*case1*/

.case1 {
    margin: 70px 0 85px;
}

.case1 .wrap1 {
    display: flex;
    flex-wrap: wrap;
}

.case1_text {
    width: 38%;
    padding: 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case1_text h3 {
    font-weight: normal;
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 30px;
    color: #333;
}

.case1_text h3 font {
    color: #17b4a2;
}

.case1_text p {
    font-size: 16px;
    color: #999;
}

.case1_img {
    width: 62%;
}

.case2 {
    background: #f7f7f7;
    padding: 90px 0;
}

.case2 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 110px;
}

.case2 ul li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 50px;
    overflow: hidden;
}

.case2 ul li:nth-child(5n) {
    margin-right: 0;
}

.case2 ul li img {
    transition: all 0.6s ease-out;
}

@media(max-width: 1600px) {
    .case1 {
        margin: 50px 0;
    }
    .case1_text,
    .case2 ul {
        padding: 0 50px;
    }
    .case1_text h3 {
        font-size: 30px;
    }
    .case2 {
        padding: 70px 0;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .case1_text {
        padding: 0 15px 0 0;
    }
    .case2 ul {
        padding: 0 0px;
    }
    .case1_text h3 {
        font-size: 26px;
    }
    .case2 {
        padding: 50px 0;
    }
    .case2 ul li {
        margin-bottom: 30px;
    }
}

@media(max-width: 1199px) {}

@media(max-width: 768px) {
    .case1 {
        margin: 30px 0;
    }
    .case1_text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .case2 {
        padding: 50px 0;
    }
    .case2 ul li {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .case1_text {
        padding: 0px 0px 10px 0;
        width: 100%;
    }
    .case1_text h3 {
        font-size: 16px;
    }
    .case1_text p {
        font-size: 15px;
        line-height: 1.6em;
    }
    .case1_img {
        width: 100%;
    }
    .case2 {
        padding: 30px 0;
    }
    .case2 ul li {
        width: 32%;
    }
    .case2 ul li:nth-child(5n) {
        margin-right: 2%;
    }
    .case2 ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width: 400px) {}

.service {
    padding: 65px 0 100px;
}

.service_list {
    padding: 0 125px;
}

.service_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 75px;
}

.service_list li .img {
    width: 58%;
}

.service_list li .text {
    width: 42%;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #4c4c4c;
}

.service_list li .text h3 {
    font-size: 38px;
    font-weight: normal;
}

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

.service_list li:nth-child(2) {
    flex-direction: row;
}

.service_list li:nth-child(2) .text {
    padding-right: 0px;
    padding-left: 100px;
}

.service_list li:nth-child(2) .text p {
    padding-left: 95px;
}

.service_list li:nth-child(2) .text p:nth-child(1) {
    background: url(../images/s1.png) no-repeat left 0;
    margin-bottom: 100px;
}

.service_list li:nth-child(2) .text p:nth-child(2) {
    background: url(../images/s2.png) no-repeat left 0;
}

@media(max-width: 1600px) {
    .service {
        padding: 65px 0;
    }
    .service_list {
        padding: 0 50px;
    }
    .service_list li {
        margin-bottom: 30px;
    }
    .service_list li .text {
        padding-right: 50px;
    }
    .service_list li:nth-child(2) .text {
        padding-right: 0px;
        padding-left: 50px;
    }
    .service_list li .text h3 {
        font-size: 26px;
    }
}

@media(max-width: 1440px) {
    .service_list li:nth-child(2) .text p:nth-child(1) {
        margin-bottom: 50px;
    }
}

@media(max-width: 1259px) {
    .service {
        padding: 50px 0;
    }
    .service_list {
        padding: 0 0px;
    }
}

@media(max-width: 1199px) {
    .service_list li .text {
        padding-right: 20px;
    }
    .service_list li:nth-child(2) .text {
        padding-right: 0px;
        padding-left: 20px;
    }
    .service_list li .text h3 {
        font-size: 22px;
    }
    .service_list li:nth-child(2) .text p:nth-child(1) {
        margin-bottom: 20px;
    }
    .service_list li:nth-child(2) .text p {
        background-size: 40px!important;
        padding-left: 55px;
    }
}

@media(max-width: 768px) {
    .service {
        padding: 30px 0;
    }
    .service_list li {
        margin-bottom: 20px;
    }
    .service_list li .text h3 {
        font-size: 18px;
    }
}

@media(max-width: 767px) {
    .service_list li {
        flex-direction: row;
    }
    .service_list li .img {
        width: 100%;
    }
    .service_list li .text {
        width: 100%;
        margin-top: 10px;
        padding: 0!important;
    }
}

@media(max-width: 400px) {}

.contact {
    padding: 75px 65px 0;
    display: flex;
    flex-wrap: wrap;
}

.contact_left {
    padding: 50px 60px 55px;
    width: 32.5%;
    background-color: #17b4a2;
    color: #fff;
}

.contact_left h3 {
    font-size: 32px;
    font-weight: normal;
}

.contact_left .c-cont p {
    padding: 5px 0 5px 35px;
}

.contact_left .c-cont p:nth-child(1) {
    background: url(../images/ff1.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(2) {
    background: url(../images/ff1.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(3) {
    background: url(../images/ff5.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(4) {
    background: url(../images/ff5.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(5) {
    background: url(../images/ff4.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(6) {
    padding-left: 0;
    margin-top: 35px;
}

.n_map {
    width: calc(67.5% - 65px);
    float: right;
    margin-left: 65px;
    border: 3px solid #dbdbdb;
}

@media(max-width: 1600px) {
    .contact {
        padding: 50px 0px 0;
    }
    .contact_left {
        padding: 20px 15px;
        width: 35%;
    }
    .contact_left h3 {
        font-size: 24px;
    }
    .n_map {
        width: calc(65% - 30px);
        margin-left: 30px;
        border: 2px solid #dbdbdb;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {}

@media(max-width: 1199px) {}

@media(max-width: 768px) {
    .contact {
        padding: 30px 0px 0;
    }
    .contact_left {
        padding: 15px 10px;
    }
    .contact_left h3 {
        font-size: 20px;
    }
    .contact_left .c-cont p {
        padding: 2px 0 2px 30px;
    }
}

@media(max-width: 767px) {
    .contact {
        padding: 20px 0px 0;
    }
    .contact_left {
        width: 100%;
    }
    .contact_left h3 {
        font-size: 18px;
    }
    .contact_left .c-cont p:nth-child(5) {
        padding-left: 0;
        margin-top: 15px;
    }
    .n_map {
        width: 100%;
        margin-left: 0px;
        border: 1px solid #dbdbdb;
    }
    .n_map {
        height: 260px;
        overflow: hidden;
    }
}

@media(max-width: 400px) {}

.f_message {
    padding: 135px 0 105px;
    /*    background: url(../images/f_message.jpg) no-repeat center;
    background-size: cover;*/
}

.f_message .wrap1 {
    padding: 0 130px;
}

.f_message h2 {
    text-align: center;
    font-size: 46px;
    color: #444;
    font-weight: normal;
    line-height: 1em;
}

.f_message h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 45px;
}

.f_message h3 span {
    display: block;
    margin: 0 30px;
    font-size: 20px;
    color: #3d3d3d;
}

.message1 {}

.message1 ul li {
    width: 23%;
    margin-right: 4%;
    float: left;
}

.message1 ul li input {
    background: none;
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    outline: none;
    color: #b2b2b2;
    font-size: 16px;
}

.message1 ul li select {
    background: none;
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    color: #fff;
    outline: none;
}

.m_btn {
    width: 18%;
    float: right;
}

.m_btn input {
    background: #17b4a2;
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-align: center;
    outline: none;
    cursor: pointer;
}


/*.m_btn input:hover{
    background: #f4ac10;
    border: 1px solid #f4ac10;
}*/

@media(max-width: 1600px) {
    .f_message {
        padding: 70px 0;
    }
    .f_message .wrap1 {
        padding: 0 50px;
    }
}

@media(max-width: 1440px) {
    .f_message {
        padding: 60px 0;
    }
    .f_message h2 {
        font-size: 32px;
    }
    .f_message h3 span {
        font-size: 16px;
    }
    .m_btn input {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    .f_message .wrap1 {
        padding: 0 0px;
    }
}

@media(max-width: 768px) {
    .f_message {
        padding: 30px 0;
    }
    .message1 ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .m_btn {
        margin-right: 2%;
        width: 48%;
    }
    .f_message h2 {
        font-size: 32px;
    }
    .f_message h3 {
        padding: 10px 0 20px 0;
    }
}

@media(max-width: 640px) {
    .f_message h2 {
        font-size: 24px;
    }
    .f_message h3 span {
        font-size: 16px;
    }
    .message1 ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .m_btn {
        margin-right: 0%;
        width: 60%;
        margin: 0 auto;
        float: none;
    }
}

.job1 {
    padding: 110px 0;
}

.job1 .wrap1,
.job2 .wrap1 {
    padding: 0 130px;
}

h2.title1 {
    font-size: 50px;
    color: #333333;
    font-weight: normal;
    line-height: 1em;
}

.job1 .title1,
.job2 .title1 {
    text-align: center;
}

.job1 .text1 {
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    padding: 0 45px;
}

.job2 {
    padding: 85px 0 110px;
    background: #f8f8f8;
}

.job2 .text1 {
    margin: 30px 0 60px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 2.2em;
}

.job2 .text1 strong {
    color: #1e2f79;
}

.job2 h3 {
    font-weight: normal;
    font-size: 26px;
    color: #1e2f79;
    text-align: center;
    padding: 20px 0;
}

.school-wrap {}

.list-title.title2 {
    color: #333333;
    background: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
}

.list-title {
    color: #666666;
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 0;
    align-items: center;
}

.list-title div {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-title div:nth-child(1) {
    width: 40%;
}

.list2 {
    border-bottom: 1px solid #e1e1e1;
}

.icon1 span {
    font-size: 0;
}

.icon1 i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/add.png) no-repeat center;
    /*    line-height: ;*/
    margin-top: 2px;
    cursor: pointer;
}

.sub-wrap {
    display: none;
    padding: 30px 105px;
    position: relative;
    background: #fcfcfc;
}

.list2 li.cur .icon1 i {
    transform: rotate(130deg);
}

.list2 li .sub-wrap h2 {
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.school-wrap .list li .sub-wrap .sub-con h5 {
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.school-wrap .list li .sub-wrap .sub-con p {
    color: #808080;
    margin-bottom: 8px;
}

.school-wrap .list li .sub-wrap .apply {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #1e2f79;
    display: block;
    margin-top: 15px;
}

@media(max-width: 1600px) {
    .job1,
    .job2 {
        padding: 70px 0;
    }
    h2.title1 {
        font-size: 36px;
    }
    .job2 .text1 {
        margin: 30px 0;
        line-height: 2em;
    }
    .job1 .wrap1,
    .job2 .wrap1 {
        padding: 0 50px;
    }
}

@media(max-width: 1440px) {}

@media(max-width: 1259px) {
    .job1 {
        padding: 50px 0;
    }
    h2.title1 {
        font-size: 30px;
    }
    .sub-wrap {
        padding: 20px 50px;
    }
    .list2 li .sub-wrap h2 {
        padding: 35px 0;
        margin-bottom: 20px;
    }
    .job1 .wrap1,
    .job2 .wrap1 {
        padding: 0 0px;
    }
}

@media(max-width: 1199px) {
    .job1 .text1 {
        padding: 0;
        margin-top: 30px;
    }
}

@media(max-width: 768px) {
    .job1,
    .job2 {
        padding: 50px 0;
    }
    h2.title1 {
        font-size: 26px;
    }
    .sub-wrap {
        padding: 15px 20px;
    }
}

@media(max-width: 767px) {
    .job1,
    .job2 {
        padding: 30px 0;
    }
    h2.title1 {
        font-size: 22px;
    }
    .job1 .text1 {
        margin-top: 20px;
        font-size: 15px;
    }
    .job2 h3 {
        font-size: 22px;
    }
    .list-title {
        font-size: 16px;
        /*line-height: 52px;*/
        /*height: 52px;*/
    }
    .sub-wrap {
        padding: 15px 0px;
    }
    .list2 li .sub-wrap h2 {
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 15px;
    }
    .job2 .text1 {
        margin: 20px 0;
        font-size: 14px;
    }
    .list-title div:nth-child(1) {
        width: 40%;
        text-align: left;
        font-size: 15px;
    }
    .list-title div:nth-child(2) {
        width: 40%;
        text-align: left;
        font-size: 15px;
    }
    .list-title div:nth-child(3) {
        display: none;
    }
}

h1.title {
    font-size: 22px;
    color: #333;
    text-align: center;
    padding: 2em 0 0.5em 0;
    font-weight: normal;
}


/*.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}*/

h3.tag {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.page {
    font-size: 14px;
    color: #666;
}

.page a {
    font-size: 14px;
    color: #666;
}

@media(max-width: 768px) {
    h1.title {
        font-size: 18px;
        padding: 1em 0 0em 0;
    }
}

.pageController {
    text-align: center;
    color: #505050;
    margin: 0 auto;
    margin: 2em 0;
    line-height: 24px;
}

.pageController a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController a:hover {
    background-color: #2b70bb;
    color: #fff;
    text-decoration: none;
    border: #efefef 1px solid;
}

.pageController .currPage {
    background-color: #2b70bb;
    color: #ff0000;
    border: #efefef 1px solid;
}

.pageController .t1 {
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    white-space: nowrap;
    display: none;
}

.pageController .t2 {
    vertical-align: middle;
    line-height: 39px;
}

.pageController .t2 #current {
    line-height: 39px;
    background-color: #ef8200;
    vertical-align: middle;
    border: 1px solid #ef8200;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}

.pageController .t1 span {
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}

.pageController select {
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    display: none;
}

.pageController select option {
    vertical-align: middle;
}

.m_f_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0067ac;
    color: #fff;
    z-index: 9999;
    justify-content: center;
    width: 100%;
    display: none;
}

.m_f_fixed a {
    flex: 1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.m_f_fixed a img {
    width: 25px;
    display: block;
    margin: 0 auto 0px;
}

#gotop {
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}

@media(max-width: 1199px) {
    #gotop {
        display: none;
    }
}

@media(max-width:640px) {
    .m_f_fixed {
        display: flex;
    }
    footer {
        margin-bottom: 70px;
    }
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px) {
    .client-2 {
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #1b2b73;
    background: #1b2b73;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #1b2b73;
    background: #1b2b73;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #1b2b73;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}

@media(max-width: 1259px) {
    #c-right-fixed {
        display: none;
    }
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}


/*#fp-nav{position: fixed;left: 1%;bottom: 1%;z-index: 150;}
#fp-nav li{font-size: 0;position: relative;text-align: right;width: 40px;font-family: DINCOND;overflow: hidden;}
#fp-nav li a{color: #fff;display:block;height:28px; position:relative;}
#fp-nav li a:after{
    content: '';
    width: 20px;height: 1px;background: #fff;
    position: absolute;bottom: 0;left: 0;
}*/

.index_nav_y#fp-nav li a {
    color: #9a8867;
}

.index_nav_y#fp-nav li:after {
    background: #dadada;
}


/*#fp-nav li a.active{font-size: 24px;margin:10px 0 0 0;}
#fp-nav li a.active a{heigth:29px;line-height:28px;}
#fp-nav li a.active:after{width: 40px;margin-top: 4px;}*/

.index_nav_y#fp-nav li.active:after {
    background: #9a8867;
}

.list_links {
    padding-bottom: 2%;
}

.list_links ul li {
    float: left;
    width: 20%;
    padding: 1%;
    margin-bottom: 2%;
}

.list_links ul li a {
    display: block;
    background-color: #1b2b73;
    padding: 6px;
}

.list_links ul li .pic {
    padding-bottom: 35%;
    background: no-repeat center center;
    background-size: contain;
    border: 1px solid #f5f5f5;
}

.list_links ul li h4 {
    text-align: center;
    margin-top: 10px;
}


/*#fp-nav li a:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    text-align: left;
    color: #1b2b73;
    height: 25px;
    line-height: 1em;
    width: 100%;
}
#fp-nav li:nth-child(1) a:before{
    content:'01';
}
#fp-nav li:nth-child(2) a:before{
    content:'02';
}
#fp-nav li:nth-child(3) a:before{
    content:'03';
}
#fp-nav li:nth-child(4) a:before{
    content:'04';
}
#fp-nav li:nth-child(5) a:before{
    content:'05';
}
#fp-nav li:nth-child(6) a:before{
    content:'06';
}*/

@media(max-width:768px) {
    .list_links ul li {
        width: 33.33%;
    }
}

@media(max-width:640px) {
    .list_links ul li {
        width: 50%;
    }
}