@charset "UTF-8";

/* 通用样式 */
@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0;
}


input,
textarea {
    border: none;
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
}

.p1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.bw {
    width: 100%;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**/
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/**/
.max1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.max1400 {
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.head-index {
    align-items: center;
}

.head-index .logo {
    width: 30%;
    line-height: 113px;
}

.head-index .logo img {
    max-width: 100%;
}

.head-index .headr {
    width: calc(100% - 30%);
}

/* 导航样式 */
.x-menu {}

.x-menu>li {
    width: 14%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;

}

.x-menu>li+li {
    background: url(../images/navli.png) no-repeat left center;
}

.x-menu>li:last-child {
    background: none;
}

.x-menu>li>a {
    font-size: 18px;
    color: #333333;
    line-height: 113px;
    display: block;
}

.x-menu>li>a:hover {
    color: #2d89c8;
}

.x-menu>li.active>a {}

.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}


.x-menu .lastli {
    width: 6% !important;
    line-height: 113px;
}

.x-menu>li.active>a,
.x-menu>li>a:hover {}


.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-menu>li:nth-of-type(3) .x-sub-menu {
    width: 782px;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 660px;
    left: -95px;
    top: 113px;
    background: #fff;
    border-top: 1px solid #ccdfd9;
    padding: 35px 60px 45px 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-menu>li:nth-of-type(6) .x-sub-menu {
    left: -320%;
}

.x-menu>li:nth-of-type(7) .x-sub-menu {
    left: -340%;
}

.x-menu>li:nth-of-type(8) .x-sub-menu {
    left: -360%;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
}


.nav2-txt {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    width: calc(100% - 254px);
    text-align: left;
}

.nav2-txt:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.nav2-tit {
    font-size: 14px;
    color: #666;
    width: 50%;
    display: block;
    float: left;
    position: relative;
    padding-left: 45px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav2-tit:hover {
    color: #2d89c8
}

.nav2-tit:after {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #d6d6d6;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nav2-tit:nth-child(even):before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    top: 0
}

.nav2-tit:nth-child(2):before {
    top: 10px
}

.nav2-pic {
    position: relative;
    width: 254px;
    height: 158px;
}

.nav2-pic img {
    display: block;
    width: 100%;
    height: 100%
}

.nav2-slogan {
    line-height: 24px;
    padding: 0 15px;
    background-color: #2d89c8;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: -11px
}

.nav2-slogan:after {
    content: '';
    background: url(../images/nav-shadow.png) no-repeat center center/11px auto;
    width: 11px;
    height: 8px;
    position: absolute;
    top: 100%;
    right: 0
}

@media(max-width: 1366px) {
    .x-menu>li:nth-of-type(6) .x-sub-menu {
        left: -420%;
    }

    .x-menu>li:nth-of-type(7) .x-sub-menu {
        left: -440%;
    }

    .x-menu>li:nth-of-type(8) .x-sub-menu {
        left: -460%;
    }
}

@media(max-width: 1280px) {
    .x-menu>li:nth-of-type(6) .x-sub-menu {
        left: -520%;
    }

    .x-menu>li:nth-of-type(7) .x-sub-menu {
        left: -540%;
    }

    .x-menu>li:nth-of-type(8) .x-sub-menu {
        left: -560%;
    }
}


.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 113px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(255, 179, 0, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}

/**/
.num-index {
    padding: 55px 0;
    align-items: center;
}

.num-left {
    width: 100%;
}

.c2-con li {
    width: 25%;
    text-align: center;
}

.c2-con li+li {
    background: url(../images/tt1.png) no-repeat left center;
}

.c2-con ul li .count-title {
    display: inline-block;
    font-size: 48px;
    color: #0080cb;
    font-weight: 600;
    line-height: 1;
}

.c2-con ul li dt {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    padding-left: 10px;
}

.c2-con ul li p {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}

.num-right {
    width: 20%;
    background: #0080cb;
    text-align: center;
    padding: 15px 0;
}

.num-right b {
    font-size: 24px;
    font-weight: 600;
    display: block;
    color: #fff;
}

@media(max-width: 767px) {
    .num-index {
        display: block;
        padding: 30px 0;
    }

    .num-left {
        width: 100%;
    }

    .c2-con ul {
        flex-wrap: wrap;
    }

    .c2-con li {
        width: 50%;
        margin-bottom: 5%;
    }

    .c2-con li:nth-of-type(3) {
        background: none;
    }

    .c2-con ul li .count-title {
        font-size: 16px;
    }

    .num-right {
        width: 100%;
        margin-top: 20px;
        padding: 5px 0;

    }

    .num-right b {
        font-size: 16px;
    }
}


/**/
.about-bg {
    position: relative;
    padding-top: 60px;
}

.about-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.about-bg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #f6f6f6;
    width: 50%;
    height: 100%;
    z-index: -1;
}


.abl {
    width: 45.7%;
}

.abl .at1 span {
    display: block;
    color: #0080cb;
    font-size: 42px;
    font-weight: 600;
}

.abl .at1 b {
    display: block;
    color: #0080cb;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.abl .at2 {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 1.82291666666667vw;
}

.abl .at3 {
    margin-top: 1.35416666666667vw;
}

.abl .at3 p {
    color: #777777;
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
}

.abl .at4 {
    margin-top: 2.5vw;
}

.at4-list {
    justify-content: flex-start;
}

.at4-list li {
    background: url(../images/tt2.png) no-repeat left center;
    padding-left: 35px;
    width: 150px;
}

.at4-list li a {
    display: block;
    color: #333333;
    font-size: 16px;
}

.abr {
    width: 49%;
}


.abr img {
    max-width: 100%;
}

.ab-xian {
    background: #f8f8f8;
    height: 70px;
}


@media(max-width: 1200px) {
    .about-bg {
        padding-top: 35px;
    }

    .abl .at1 span {
        font-size: 35px;
    }

    .abl .at3 p {
        line-height: 26px;
    }
}

@media(max-width: 767px) {
    .about-bg {
        padding-top: 0px;
    }

    .about-bg::before {
        display: none;
    }

    .about-bg::after {
        display: none;
    }

    .about-index {
        display: block;
    }

    .abl {
        width: 100%;
        background: #fff;
    }

    .abl .at1 span {
        font-size: 24px;
    }

    .abl .at1 b {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .abl .at2 {
        font-size: 14px;
        line-height: 24px;
    }

    .abl .at3 p {
        font-size: 14px;
        line-height: 24px;
    }

    .at4-list {
        flex-wrap: wrap;
    }

    .at4-list li {
        width: 50%;
        margin-bottom: 10px;
        background-size: 23px 25px;
        line-height: 25px;
    }

    .at4-list li a {
        font-size: 14px;
    }

    .abr {
        width: 100%;
        background: #f6f6f6;
    }
    .abr iframe{width:100%!important;height:auto!important;}

    .ab-xian {
        height: 20px;
    }
}

/**/
.pro-index {
    margin-top: 3.64583333333333vw;
}

.pt {
    text-align: center;
}

.pt .pt1 {
    color: #353d42;
    font-size: 42px;
    font-weight: 600;
}

.pt .pt2 {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    /*opacity: 0;*/
    visibility: hidden;
    transition: all .5s ease;
    display: none
}

.tab-con .tab-main.active {
    position: static;
    /*opacity: 1;*/
    visibility: visible;
    display: block
}

.tab-li {
    text-align: center;
    font-size: 0;
    cursor: pointer;
    margin: 34px 0;
}

.tab-li li {
    display: inline-block;
    margin: 0 16px;
    font-size: 18px;
}

.tab-li li a {
    color: #333333;
}

.tab-li li:hover,
.tab-li li.active {
    color: blue;
}

.tab-li li:hover a,
.tab-li li.active a {
    font-weight: 600;
}

/* t_prolist */
.t_prolist {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.t_prolist li {
    position: relative;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    overflow: hidden;
}

.t_prolist li+li{margin-left:2.1%;}
.t_prolist li:nth-child(4){margin-left:0;}
.t_prolist li a {
    display: block;
}

.t_prolist li .com-img img {
    display: block;
    width: 100%;
}

/*  */

.t_prolist li .txt {
    position: absolute;
    z-index: 4;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;

    -webkit-transition: all 500ms ease-out 300ms;
    transition: all 500ms ease-out 300ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(7, 7, 7, .5);
    padding: 10px;
}

.t_prolist li .txt h3 {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 18px;
}

.t_prolist li .txt .title_en {
    font-size: 12px;
    font-family: "Arial";
    opacity: .5;
}

.t_prolist li .txt .rarr {
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -14.5px;
    width: 29px;
    height: 29px;
    background-image: url(../images/tt3.png);
    background-size: 100% 100%;
    overflow: hidden;
}

/*  */
.t_prolist li .mask {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}

.t_prolist li .mask:before,
.t_prolist li .mask:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* background-image: url(//cdn.myxypt.com/f7e4f4ea/21/12/9a9e6bd3207eccded2e3c84d82d5be8e40b280fc.png); */
    background-color: rgba(0, 128, 203, .95);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
}

.t_prolist li .mask:before {
    -webkit-clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    clip-path: polygon(0% 17.7%, 0% 0%, 100% 0%, 100% 82.5%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t_prolist li .mask:after {
    -webkit-clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    clip-path: polygon(0% 17.5%, 0% 100%, 100% 100%, 100% 82.3%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.t_prolist li .mask .wrapIn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    max-width: 80%;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.t_prolist li .mask .wrapIn .title {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.25;
    font-size: 1.5625vw;
}

.t_prolist li .mask .wrapIn .title_en {
    margin-top: 0.2rem;
    font-family: "Arial";
    opacity: .3;
    font-size: 14px;
    line-height: 1.25;
}

.t_prolist li .mask .wrapIn .hr {
    margin-top: 0.4rem;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.t_prolist li .mask .wrapIn .rarr {
    margin-top: 0.8rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 29px;
    background-image: url(../images/tt3.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*  */


.mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
}


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

    .t_prolist li:hover .txt {
        -webkit-transition: all 250ms ease-out 0ms;
        transition: all 250ms ease-out 0ms;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    /*  */

    .t_prolist li:hover .mask {
        -webkit-transition: all 250ms ease-out 0ms;
        transition: all 250ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .t_prolist li:hover .mask:before,
    .t_prolist li:hover .mask:after {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: all 400ms ease-out 0ms;
        transition: all 400ms ease-out 0ms;
        opacity: 1;
        visibility: visible;
    }

    .t_prolist li:hover .mask .wrapIn {
        -webkit-transition: all 250ms ease-out 340ms;
        transition: all 250ms ease-out 340ms;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

}

@media screen and (max-width: 1024px) {
    .t_prolist {
        padding: 0 10px;
    }

    .t_prolist li {
        width: calc(50% - 5px);
    }
    .t_prolist li+li{margin-left:1.1%;}
.t_prolist li:nth-child(2n-1){margin-left:0;}
.t_prolist li:nth-child(4){margin-left:1.1%;}
}

@media screen and (max-width: 767px) {
    .pt .pt1 {
        font-size: 24px;
    }
.t_prolist li+li{margin-left:0!important;}
    .pt .pt2 {
        font-size: 16px;
    }

    .tab-li {
        margin: 10px 0;
        text-align: left;
    }

    .tab-li li {
        margin: 0 2%;
        width: 43%;
        margin-bottom: 10px;
    }

    .tab-li li a {
        display: block;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .t_prolist {
        padding: 0;
    }

    .t_prolist li {
        width: 100%;
    }

    .t_prolist li .txt h3 {
        font-size: 14px;
    }
}


/**/
@media (min-width: 1450px) {
    .containers {
        width: 1370px;
        margin: 0px auto;
    }
}


@media (min-width: 1450px) {
    .container {
        width: 1370px;
    }
}

.ys-bg {
    margin-top: 56px;
}

.h-strength {
    margin-top: 30px;
}

.str-left {
    width: 57.292%;
    float: left;
    background: url(../images/ys.jpg) no-repeat center;
    background-size: cover;
    padding-top: 85px;
    padding-bottom: 252px;
    padding-left: 15.10417%;
}

.str-left h3 {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}

.str-left h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 15px;
    position: relative;
}

.str-left h4::before {
    position: absolute;
    content: '';
    width: 176px;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 60px;
}

.str-left h5 {
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    font-weight: normal;

}

.str-left h5 img {
    margin-right: 14px;
}

.str-right {
    width: 42.708%;
    float: right;
}

.str-right img {
    /* max-width: 100%; */
}

.h5all {
    margin-top: 95px;
}







.tt11 {
    display: none;
}

.habo-btos .mokalls {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.habo-btos .mokalls li {
    width: 25%;
    background: url(../images/tt6.png) no-repeat right center;
}

.habo-btos .mokalls li a:hover img {
    transform: rotate(360deg);
    transition: all .5s;
}

.habo-btos .mokalls li:hover h3 {
    font-weight: bold;
}

.habo-btos .mokalls li a img {
    max-width: 100%;
}

.habo-btos .mokalls li a {
    display: block;
    text-align: center;
}

.habo-btos .mokalls li a h3 {
    font-size: 24px;
    color: #09a468;
    line-height: 34px;
    font-weight: bold;
    margin-top: 7px;
}

.habo-btos .mokalls li a h4 {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-weight: normal;
}




.habo-btos .mokalls li {
    display: block;
    text-align: center;
    padding: 30px 0;
}

.habo-btos .mokalls li:hover img {
    /* transform: rotate(360deg);
    transition: all .5s; */
}

.habo-btos .mokalls li img {
    max-width: 100%;
}


.habo-btos .mokalls li h3 {
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-top: 7px;
}

.habo-btos .mokalls li h4 {
    font-size: 12px;
    color: #c8c8c8;
    line-height: 34px;
    font-weight: normal;
    font-family: "Arial";
    text-transform: uppercase;
}

.habo-btos .mokalls li .img1 {
    display: block;
    margin-left: calc(50% - 21.5px);
}

.habo-btos .mokalls li .img2 {
    display: none;
    margin-left: calc(50% - 21.5px);
}

.habo-btos .mokalls li.cur h3 {
    font-weight: 600;
}

.habo-btos .mokalls li.cur .img1 {
    display: none;
    transition: all .3s;
}

.habo-btos .mokalls li.cur .img2 {
    display: block;
    transition: all .3s;
}

.strenght-bto {
    position: relative;
}

.habo-btos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}


@media(max-width: 1200px) {
    .str-left {
        padding-left: 3.10417%;
    }
}

@media(max-width:1199px) {
    .str-left h3 {
        font-size: 34px;
    }

    .h-left h3 {
        font-size: 32px;
    }

}

@media(max-width: 991px) {
    .str-left {
        width: 100%;
        padding-top: 45px;
    }

    .str-right {
        display: none;
    }

    .pro-left .proleft {
        width: 100%;
    }

    .pro-left .proleft img {
        padding: 0 15px;
    }

    .pro-left .proleft::before {
        margin-left: 15px;
    }

    .pro-left .proright {
        width: 100%;
    }


    .pro-left2 .proleft2 {
        width: 100%;
    }

    .pro-left2 .proleft2 img {
        padding: 0 15px;
    }

    .pro-left2 .proleft2::before {
        margin-right: 15px;
    }

    .pro-left2 .proright2 {
        width: 100%;
    }

}


@media(max-width: 767px) {
    .ys-bg {
        margin-top: 20px;
    }

    .h5all {
        margin-top: 45px;
    }

    .str-left h3 {
        font-size: 24px;
    }

    .str-left h4 {
        font-size: 16px;
        margin-top: 8px;
    }

    .str-left h4::before {
        top: 32px;
    }

    .str-left h5 {
        font-size: 14px;
        line-height: 2;
    }

    .str-left h5 img {
        margin-right: 6px;
    }

    .str-left {
        padding-bottom: 65%;
    }

    .h-strength {
        margin-top: 35px;
    }

    .habo-btos .mokalls {
        flex-wrap: wrap;
    }

    .habo-btos .mokalls li {
        width: 50%;
        padding: 10px;
    }

    .habo-btos .mokalls li h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .habo-btos .mokalls li h4 {
        line-height: 17px;
    }

}

/**/
.case-index {
    margin-top: 75px;
}

.tt22 {
    display: none;
}

.csort {
    text-align: center;
    padding: 40px 0;
}

.csort li {
    display: inline-block;
    margin: 0 12px;
}

.csort li a {
    display: block;
    color: #333333;
    font-size: 18px;
}

.csort li.cur a {
    font-weight: 600;
}

.case-con {}

.case-left {
    width: 45.57142857142857%;
}

.clist1 li {
    position: relative;
}

.clist1 li img {
    max-width: 100%;
}

.clist1 li .wz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0080cb;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 65px;
    opacity: 0;
}

.clist1 li:hover .wz {
    opacity: 1;
    transition: all .54s linear;
}

.case-right {
    width: calc(100% - 46.78571428571429%);
}

.clist2 {
    flex-wrap: wrap;
}

.clist2 li {
    width: 49%;
}

.clist2 li:nth-of-type(3) {
    margin-top: 2.5%;
}

.clist2 li:nth-of-type(4) {
    margin-top: 2.5%;
}

@media(max-width:767px) {
    .case-index {
        margin-top: 20px;
    }

    .csort {
        padding: 10px 0;
        text-align: left;
    }

    .csort li {
        margin: 0 2%;
        width: 43%;
        margin-bottom: 10px;
    }

    .csort li a {
        display: block;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/**/
.news-bg {
    background: url(../images/bj1.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 60px;
}

.news-index {}

.nsk_list {
    margin-top: 2vw;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nsk_list li {
    position: relative;
    width: 32.33%;
}

.nsk_list li h2 {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: normal;
    padding-bottom: 15px;
    background: url(../images/tt5.png) no-repeat left bottom;
    margin-bottom: 1.5625vw;
}

.nsk_list li {}

.nsk_list li a {
    display: block;
    position: relative;
}

.nsk_list li .date {
    background: #999999;
    width: 132px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 43px;
}

.nsk_list li img {
    display: block;
    width: 100%;
}

.nsk_list li .nsk_txt {
    position: relative;
    padding: 1vw 0;
    border-bottom: 1px solid #999999;
}

.nsk_list li .nsk_txt h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.nsk_list li .nsk_txt span {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.nsk_list li .nsk_txt::before {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: #0080cb;
    content: "";
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 999;
}

.nsk_list li:hover .nsk_txt::before {
    width: 100%;
}

.nsk_list li:hover .date {
    background: #0080cb;
}

.ns_more {
    text-align: center;
    margin-top: 2.6vw;
}

.ns_more a {
    width: 15.36458333vw;
    padding: 15px 0;
    border: 1px solid #0080cb;
    display: inline-block;
    font-size: 20px;
    color: #0080cb;
}


@media(max-width: 1200px) {
    .nsk_list li .nsk_txt h3 {
        font-size: 16px;
    }

    .nsk_list li .nsk_txt span {
        font-size: 14px;
    }
}

@media(max-width: 767px) {
    .news-bg {
        padding-top: 30px;
    }

    .nsk_list {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .nsk_list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .nsk_list li h2 {
        font-size: 20px;
    }

    .nsk_list li .nsk_txt h3 {
        margin-top: 10px;
    }

    .ns_more {
        width: 50%;
        margin: 0 auto;
    }

    .ns_more a {
        width: 100%;
        font-size: 14px;
        padding: 10px 0;
    }
}


/* c5_index */
.c5_index {
    position: relative;
    padding-top: 3.90625vw;
    padding-bottom: 3.125vw;
    background: url(../images/bj2.jpg) no-repeat top center;
    background-size: 100% 100%;
}

.c5_index .p1 {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.c5_index .p2 {
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    margin-top: 10px;
}

.c5_index .p3 {
    text-align: center;
    font-family: "Impact";
    font-size: 80px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c5_index .p3 img {
    max-width: 100%;
}

.c5_index .p3 span {
    display: block;
    margin-left: 20px;
}

@media(max-width: 1200px) {
    .c5_index .p2 {
        font-size: 20px;
    }

    .c5_index .p3 span {
        font-size: 50px;
    }
}

@media(max-width: 767px) {
    .c5_index .p1 {
        font-size: 16px;
    }

    .c5_index .p2 {
        font-size: 18px;
    }

    .c5_index .p3 {
        font-size: 0;
    }

    .c5_index .p3 span {
        font-size: 24px;
    }

    .c5_index .p3 em {
        width: 40px;
        height: 40px;
    }
}


/**/
.foot-bg {
    background: url(../images/foot.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 4.16666666666667vw;
    padding-bottom: 4.08333333333333vw;
    position: relative;
}

.foot-index {}

.footl {
    width: 33.92857142857143%;
}

.footl .lx1 h3 {
    color: #0080cb;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.footl .lx1 p {
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
}

.footl .lx2 {
    margin-top: 1.5vw;
    justify-content: flex-start;
    align-items: center;
}

.footl .lx2 .lx2a {
    width: 36%;
}

.footl .lx2 .lx2a img {
    max-width: 100%;
}

.footl .lx2 .lx2b {
    width: 50%;
}

.footl .lx2 .lx2b p:nth-of-type(1) {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.footl .lx2 .lx2b p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    font-family: "Arial";
}

.footr {
    width: calc(100% - 34%);
}

.foot_nav {
    flex-wrap: wrap;
}

.foot_nav li {
    width: 33.3333%;
    height: 410px;
    overflow: hidden;
}

.foot_nav li:nth-of-type(1) {
    display: none;
}

.foot_nav li:last-child {
    display: none;
}

.foot_nav li:nth-of-type(5) {
   height: auto;
}
.foot_nav li:nth-of-type(6) {
   height: auto;
}
.foot_nav li:nth-of-type(7) {
   height: auto;
}

.foot_nav li>a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1vw;
}

.foot_nav dd a {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 34px;
}

.foot_nav dd a:hover {
    color: #acacac;
}

.cop-bg {
    background: rgba(0, 0, 0, .2);
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.copyright {
    text-align: center;
    color: #666666;
    font-size: 14px;

}

.copyright a {
    color: #666666;
}


@media(max-width: 1200px) {
    .footl .lx1 h3 {
        font-size: 20px;
    }

    .footl .lx2 .lx2b p:nth-of-type(1) {
        font-size: 20px;
    }

    .foot_nav li>a {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .foot-bg {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .footl {
        width: 100%;
    }

    .footl .lx1 p {
        font-size: 14px;
    }

    .footl .lx2 .lx2b p:nth-of-type(1) {
        font-size: 16px;
    }

    .footl .lx2 .lx2b p:nth-of-type(2) {
        font-size: 14px;
    }

    .footr {
        width: 100%;
        margin-top: 5%;
    }

    .foot_nav li {
        width: 45%;
    }

    .cop-bg {
        position: relative;
        margin-top: 5%;
    }

    .copyright {
        font-size: 12px;
    }
}


/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }

    .c-link {
        display: none;
    }

    .x-layout {
        display: none;
    }

}


/*手机底部*/
@media(max-width: 1200px) {
    .xypg-right-content {
        overflow: hidden;
    }

    .xypg-right-content p img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #151515;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #151515;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(../images/fa1.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(../images/fa2.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(../images/fa3.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(../images/fa4.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

@media(max-width: 991px) {

   
    .x-banner {
        margin-top: 60px;
    }
}