.w_1600 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.w_1000 {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.w_1246 {
    max-width: 1246px;
    margin-right: auto;
    margin-left: auto;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    background: #f5f5f5
}

.ctext {
    float: left;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width:1100px) {
    .ctext {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.head-top {
    background: #fff;
    position: relative;
    z-index: 8;
    padding-top: 7px;
    padding-bottom: 7px;
}

.head-top .welcome {
    float: left;
    color: #666666;
    font-size: 18px;
    line-height: 31px;
    padding-left: 23px;
    background: url(../images/top.png) left center no-repeat;
}

.head-top .signIn {
    float: right;
}

.head-top .signIn a {
    float: left;
    color: #666666;
    font-size: 20px;
    line-height: 31px;
}

.head-top .signIn i {
    float: left;
    width: 1px;
    height: 18px;
    margin: 6px 15px;
    background: #cccccc;
}

.head-top .signIn a:hover {
    color: #355cc6;
}

.head-down {
    background: #fff;
    position: relative;
    z-index: 8;
    border-top: 1px solid #e5e5e5;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.head-down .logo {
    float: left;
    line-height: 0;
    margin-top: 44px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.heabox.on .head-down .logo {
    margin: 6px 0;
}

.head-down .logo a {
    float: left;
    line-height: 0;
    width: 277px;
}

.head-down .logo img {
    max-width: 100%;
    width: auto !important;
    height: 34px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.heabox.on .head-down .logo img {
    height: 34px;
    margin-top: 14px;
}

.head-down .so {
    float: right;
    width: 244px;
    position: relative;
    margin: 44px 0px 41px 0px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.heabox.on .head-down .so {
    margin: 20px 0;
}

.head-down .so .Search {
    float: left;
    width: 100%;
    height: 33px;
    border-radius: 33px;
    background: #f0f0f0;
    border: 0;
    line-height: 25px;
    padding: 4px 44px 4px 16px;
    color: #acacac;
    font-size: 16px;
}

.head-down .so .submit {
    float: left;
    position: absolute;
    right: 6px;
    top: 0;
    width: 33px;
    height: 33px;
    background: url(../images/top1.png) center no-repeat;
}

.head-down .so ::-webkit-input-placeholder {
    color: #acacac
}

.head-down .so :-moz-placeholder {
    color: #acacac
}

.head-down .so ::-moz-placeholder {
    color: #acacac
}

.head-down .so :-ms-input-placeholder {
    color: #acacac
}

.head-down .signIn {
    float: right;
    display: none;
}

.head-down .signIn a {
    float: left;
    color: #666666;
    font-size: 20px;
    line-height: 31px;
}

.head-down .signIn i {
    float: left;
    width: 1px;
    height: 18px;
    margin: 6px 15px;
    background: #cccccc;
}

.head-down .signIn a:hover {
    color: #355cc6;
}


.menu {
    float: left;
}

.menu .ul {
    float: left;
}

.menu .nli {
    float: left;
    position: relative;
    padding: 4px 33px 0px 33px;
}

.menu .nli span {
    float: left;
    width: 100%;
    position: relative;
}

.menu .nli span:before {
    float: left;
    width: 0;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    top: -1px;
    background: #355cc6;
    z-index: 1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 8px 8px;
    -oz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.menu .nli span a {
    float: left;
    color: #333333;
    font-size: 20px;
    line-height: 110px;
    padding-bottom: 10px;
    position: relative;
    z-index: 4;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.heabox.on .menu .nli span a {
    line-height: 64px;
}

.menu .nli.active span:before {
    width: 100%;
}

.menu .nli.active span a {
    color: #355cc6;
    font-weight: bold;
}

.menu .sub {
    border-radius: 4px;
    display: none;
    float: left;
    position: absolute;
    left: 50%;
    top: 78%;
    z-index: 6;
    width: 160px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    background-color: #e6e8ed;
    padding: 0 14px;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menu .sub::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #e6e8ed transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.menu .sub li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #96bda9;
    letter-spacing: 0;
}

.menu .sub li:last-child {
    border-bottom: 0;
}

.menu .sub li a {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.menu .sub li a:hover::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #165DFF;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.menu .sub li a:hover {
    color: #165DFF;
    padding-left: 5px;
}


.so_ph {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.so_ph .Search {
    float: left;
    width: 100%;
    height: 48px;
    background: #0164a0;
    border-radius: 25px;
    border: 0;
    font-size: 18px;
    line-height: 38px;
    padding: 5px 80px 5px 30px;
    color: #fff;
}

.so_ph .sear_sub {
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 8px;
    background: url(../images/submit.png) center no-repeat;
}

.so_ph ::-webkit-input-placeholder {
    color: #fff
}

.so_ph :-moz-placeholder {
    color: #fff
}

.so_ph ::-moz-placeholder {
    color: #fff
}

.so_ph :-ms-input-placeholder {
    color: #fff
}

.xialaph {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 60px 15px 60px 15px;
    display: none;
    z-index: 6;
    background: #fff;
}

.xialaph .ul2,
.xialaph .ul3 {
    display: none;
}

.xialaph h4 a {
    float: left;
    width: 100%;
    color: #242b38;
    font-size: 16px;
    line-height: 50px;
    padding-left: 5px;
}

.xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
}

.xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: -1px;
}

.xialaph h4 i {
    float: left;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    border-top: 1px solid #242b38;
    border-right: 1px solid #242b38;
    opacity: 0.8;
    transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
}

.xialaph h4.active i {
    transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    margin-top: -4px;
    border-top: 1px solid #0164a0;
    border-right: 1px solid #0164a0;
    opacity: 1
}

.xialaph li:last-child h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #242b38;
    opacity: 0.2;
}

.xialaph li:last-child h4::before {
    display: none;
}

.xialaph h4:hover a {
    color: #355cc6;
}

.xialaph h5:hover a {
    color: #355cc6;
}

.xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #242b38;
    opacity: 0.2;
}

.xialaph h5 a {
    float: left;
    width: 100%;
    color: #242b38;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    padding-left: 6px;
}

.xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
}

.xialaph h5 i {
    float: left;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    border-top: 1px solid #242b38;
    border-right: 1px solid #242b38;
    opacity: 0.8;
    transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
}

.xialaph h5.active i {
    transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    margin-top: -4px;
    border-top: 1px solid #0164a0;
    border-right: 1px solid #0164a0;
    opacity: 1
}

.xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
}

.xialaph .ul2 li {
    float: left;
    width: 100%;
    position: relative;
}

.xialaph .ul2 li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #242b38;
    opacity: 0.2;
}

.xialaph .ul2 li:last-child::after {
    display: none;
}

.xialaph .ul3 {
    float: left;
    width: 100%;
    padding: 8px 15px;
    position: relative;
}

.xialaph .ul3 li {
    float: left;
    width: 100%;
}

.xialaph .ul3 li::after {
    display: none;
}

.xialaph .ul3 li a {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.xialaph .ul3 li a:hover {
    color: #355cc6;
}


.menuph {
    display: none;
    float: right;
    width: 46px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 11px 0;
    background: #355cc6;
    border-radius: 3px;
}

.menuph .point {
    float: left;
    width: 28px;
    height: 22px;
    position: relative;
    margin: 9px 9px;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {
    width: 28px;
}

.menuph .navbtn {
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.menuph .navbtn::after,
.menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    background: #fff;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.menuph .navbtn::after {
    top: -10px;
}

.menuph .navbtn::before {
    top: 10px;
}

.menuph .point.active .navbtn {
    background: transparent;
}

.menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

.menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

@media screen and (max-width:1920px) {
    .menu .nli {
        padding: 4px 33px 0px 33px;
    }

    .menu .nli span a {
        font-size: 20px;
    }

}

@media screen and (max-width:1680px) {
    .menu .nli {
        padding: 4px 20px 0px 20px;
    }

    .menu .nli span a {
        font-size: 20px;
    }

}


@media screen and (max-width:1440px) {
    .menu .nli {
        padding: 4px 15px 0px 15px;
    }

    .menu .nli span a {
        font-size: 18px;
    }

}

@media screen and (max-width:1300px) {
    .menu .nli {
        padding: 4px 12px 0px 12px
    }

    .menu .nli span a {
        font-size: 18px;
    }

    .menu .sub li a {
        font-size: 16px;
    }

    .head-down .so {
        width: 180px;
    }

    .head-down .so .Search {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    .head-down .logo img {
        height: 66px;
    }

    .menu .nli {
        padding: 4px 10px 0px 10px;
    }

    .menu .nli span a {
        font-size: 16px;
        line-height: 86px;
    }

    .menu .sub li a {
        font-size: 14px;
        line-height: 28px;
    }

    .head-down .so {
        margin: 29px 0;
    }
}

@media screen and (max-width:1100px) {
    .menu {
        display: none;
    }

    .menuph {
        display: block;
    }

    .head-down .signIn {
        margin-top: 20px;
        display: block;
    }

    .head-down .signIn a {
        font-size: 14px;
        line-height: 24px;
    }

    .head-down .signIn i {
        height: 12px;
        margin: 6px 8px;
    }

    .head-down .so {
        display: none;
    }

    .head-down .logo {
        margin: 8px 0;
    }

    .head-down .logo img {
        height: 30px;
        width: auto !important;
        margin-top: 7px
    }

    .head-top {
        display: none;
    }

    .head-down .logo a {
        width: auto;
    }
}


/*foot*/
.foot-down {
    background: #0f0f0f;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Copyright {
    float: left;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    line-height: 30px;
}

.Copyright a {
    color: #fff;
}

.Copyright a:hover {
    color: #355cc6;
}

.foot-tit {
    display: flex;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
}

.foot-top {
    display: flex;
    justify-content: space-between;
    background: #1a1a1a;
    padding-top: 56px;
    padding-bottom: 49px;
}

.foot-top .logo {
    float: left;
    display: flex;
}

.foot-top .logo a {
    float: left;
    line-height: 0;
    margin-right: 40px;
}

.foot-top .logo a:last-child {
    margin-right: 0;
}

.foot-top .logo a img {
    max-width: none;
    height: 133px;
}

.foot-top .contact {
    float: left;
    width: 41.43%;
}

.foot-top .contact ul {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 25px;
    padding-top: 5px;
}

.foot-top .contact ul:after {
    float: left;
    width: 20px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

.foot-top .contact ul li {
    float: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 30px;
    margin-top: 16px;
    padding-right: 15px;
    min-width: 304px;
}

.foot-top .contact ul li:nth-child(2n) {
    padding-right: 0;
}

.foot-top .contact ul li img {
    float: left;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 4px;
}

.foot-top .link {
    float: left;
    width: 28.32%;
}

.foot-top .link ul {
    float: left;
    width: 100%;
}

.foot-top .link ul li {
    float: left;
    width: 29.46%;
    margin-top: 30px;
    text-align: center;
    background: #dddddd;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-right: 5.81%;
}

.foot-top .link ul li:nth-child(3n) {
    margin-right: 0;
}

.foot-top .link ul li a {
    float: left;
    width: 100%;
    text-align: center;
    background: #dddddd;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}

.foot-top .link ul li a:hover {
    color: #355cc6;
}

.foot-top .line1,
.foot-top .line2 {
    float: left;
    width: 1px;
    height: 132px;
    background: #fff;
    opacity: 0.06;
    margin: 1px 0;
}

@media screen and (max-width:1900px) {
    .foot-top .contact ul li {
        min-width: 250px;
        font-size: 16px;
        padding-left: 25px;
    }

    .foot-top .link ul li {
        width: 31%;
        margin-right: 3.5%;
    }

}

@media screen and (max-width:1660px) {
    .foot-top .contact ul li {
        min-width: 245px;
        max-width: 245px;
        margin-top: 10px;
    }

}

@media screen and (max-width:1300px) {
    .foot-top .logo a {
        margin-right: 20px;
    }

    .foot-top .logo a:last-child {
        margin-right: 0;
    }

    .foot-top .contact {
        width: 33%;
    }

    .foot-top .contact ul {
        margin-top: 16px;
    }

    .foot-top .contact ul li {
        min-width: 100%;
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }

    .foot-top .contact ul li img {
        top: 1px;
    }

    .foot-top .link ul li {
        width: 48%;
        margin-right: 4%;
        margin-top: 16px;
    }

    .foot-top .link ul li:nth-child(3n) {
        margin-right: 4%;
    }

    .foot-top .link ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:1100px) {
    .foot-down {
        padding-top: 15px;
        padding-bottom: 15px;
    }

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

    .foot-tit {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        display: block;
        float: none;
    }

    .foot-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .foot-top .logo {
        align-items: center;
    }

    .foot-top .logo a img {
        height: 84px;
    }

    .foot-top .contact {
        width: 58%;
    }

    .foot-top .link {
        width: 100%;
        margin-top: 12px;
    }

    .foot-top .link .foot-tit {
        display: none;
    }

    .foot-top .contact ul {
        margin-top: 15px;
    }

    .foot-top .line2 {
        display: none;
    }

    .foot-top .contact ul:after {
        float: left;
        width: 20px;
        height: 2px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        opacity: 0.5;
        margin-left: -0;
    }



}

@media screen and (max-width:767px) {
    .Copyright {
        font-size: 13px;
        line-height: 24px;
    }

    .foot-top {
        flex-wrap: wrap;
        font-size: 0;
        display: block;
    }

    .foot-top .logo {
        width: 100%;
        justify-content: center;
        display: block;
        width: 25%;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .foot-top .contact {
        width: 75%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        float: none;
    }

    .foot-top .line1 {
        width: 100%;
        height: 1px;
        margin: 20px 0;
        display: none;
    }

    .foot-top .logo a {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .foot-top .logo a:last-child {
        margin-bottom: 0;
    }
}


/**/
.zhiFu {
    background: #f5f5f5;
    padding-top: 46px;
    padding-bottom: 100px;
}

.slideA {
    float: left;
    width: 100%;
}

.slideA .right {
    float: right;
    color: #888888;
    font-size: 16px;
    line-height: 26px;
    padding-left: 23px;
    background: url(../images/zhifu1.png) left center no-repeat;
}

.slideA .right a {
    color: #888888;
}

.slideA .right a:hover {
    color: #355cc6;
}

.zhifu1 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    margin-top: 18px;
}

.zhifu1 .img {
    float: left;
    width: 34%;
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    padding: 6px;
    background: #f4f4f4;
}

.zhifu1 .text {
    float: right;
    width: 62%;
    margin-top: 16px;
}

.zhifu1 .info {
    float: left;
    width: 100%;
    color: #323232;
    font-size: 30px;
    line-height: 48px;
}

.zhifu1 .num {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 48px;
    margin-top: 15px;
}

.zhifu1 .num span {
    color: #165DFF;
    font-size: 36px;
}

.zhifu2 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 30px 30px 30px;
    margin-top: 30px;
}

.zhifu2 .tit {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 23px;
    border-bottom: 1px solid #d5dfe6;
}

.zhifu2 .info {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 23px 0 17px 0;
}

.zhifu2 .list {
    float: left;
    width: 100%;
    color: #323232;
    font-size: 30px;
    line-height: 48px;
}

.zhifu2 .list a {
    float: left;
    border: 1px solid #e6e6e6;
    line-height: 0;
    margin-right: 18px;
    width: 180px;
    text-align: center;
    padding: 9px;
}

/*.zhifu2 .list a:hover{ border:1px solid #355cc6;}*/
.zhifu2 .list a.on {
    border: 1px solid #355cc6;
}

.zhifu2 .submit {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.zhifu2 .submit button {
    float: left;
    width: 375px;
    height: 50px;
    border-radius: 50px;
    line-height: 48px;
    background: #355cc6;
    color: #fff;
    font-size: 18px;
}

.zhifu2 .submit button:hover {
    background-color: #0b6c1d;
}

@media screen and (max-width:1100px) {
    .zhiFu {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .slideA .right {
        font-size: 14px;
        line-height: 24px;
        padding-left: 18px;
        float: left;
    }

    .zhifu1 {
        padding: 20px 15px;
    }

    .zhifu1 .info {
        font-size: 14px;
        line-height: 24px;
    }

    .zhifu1 .num {
        font-size: 14px;
        line-height: 30px;
        margin-top: 6px;
    }

    .zhifu1 .num span {
        font-size: 18px;
    }

    .zhifu2 {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .zhifu2 .tit {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .zhifu2 .info {
        font-size: 14px;
        line-height: 26px;
        margin: 8px 0;
    }

    .zhifu2 .list a {
        margin: 0 10px;
        padding: 4px;
        width: calc(50% - 20px);
        width: -ms-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
    }

    .zhifu2 .submit {
        margin-top: 20px;
        text-align: center;
    }

    .zhifu2 .submit button {
        width: 250px;
        height: 40px;
        border-radius: 40px;
        line-height: 38px;
        font-size: 16px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width:767px) {
    .zhifu1 .img {
        width: 100%;
    }

    .zhifu1 .text {
        width: 100%;
    }
}

.register {
    background: #f5f5f5;
    padding-top: 95px;
    padding-bottom: 95px;
}

.register .tit {
    float: left;
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 34px;
}

.register .tit span {
    color: #355cc6;
}

.register .bt {
    float: left;
    width: 100%;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 28px;
}

.register .bt a {
    color: #355cc6;
}

.register .bt a:hover {
    text-decoration: underline;
}

.register .cont {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin: 25px 0;
}

.register .img {
    float: left;
    width: 39%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.register .img .text {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 3;
    padding: 0 50px;
}

.register .img .text h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.register .img .text .bdshar {
    float: left;
    width: 100%;
    margin-top: 16px;
}

.register .img .text .bdshar a {
    float: left;
    width: 44px;
    height: 44px;
    margin: 0 20px 0 0 !important;
}

.register .img .text .bdshar a.bds_weixin {
    background: url(../images/regist2.png) 0 0 no-repeat !important;
}

.register .img .text .bdshar a.bds_sqq {
    background: url(../images/regist3.png) 0 0 no-repeat !important;
}

.register .form {
    float: right;
    width: 61%;
    padding: 30px 11.55%;
}

.register .form h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #355cc6;
    font-size: 36px;
    line-height: 40px;
}

.register .form h6 {
    float: left;
    width: 100%;
    text-align: center;
    color: #888888;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 10px 0 7px 0;
}

.register .form h5 {
    float: left;
    position: absolute;
    left: 15px;
    top: 50%;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: -15px;
}

.register .form h4 {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.register .form .yanzhengme {
    float: left;
    position: absolute;
    right: 14px;
    top: 50%;
    color: #ff5656;
    font-size: 12px;
    line-height: 30px;
    margin-top: -15px;
}

.register .form .lab {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 19px;
}

.register .form .lab1 {
    margin-top: 25px;
}

.register .form .lab2 {
    margin-top: 9px;
}

.register .form .text {
    float: left;
    width: 100%;
    text-align: right;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #bababa;
    font-size: 14px;
    line-height: 30px;
    height: 50px;
    padding: 10px 13px 10px 110px;
}

.register .form .text1 {
    padding-right: 90px;
}

.register .form .text:focus {
    border: 1px solid #355cc6;
}

.register .form .submit {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    background: #355cc6;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding: 0;
}

.register .form .submit:hover {
    background-color: #0b6c1d;
}

.register .form ::-webkit-input-placeholder {
    color: #bababa
}

.register .form :-moz-placeholder {
    color: #bababa
}

.register .form ::-moz-placeholder {
    color: #bababa
}

.register .form :-ms-input-placeholder {
    color: #bababa
}

.register .form input[type="checkbox"] {
    float: left;
    position: relative;
    width: 14px;
    height: 14px;
    line-height: 12px;
    margin-right: 6px;
}

.register .form input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #355cc6;
    border-radius: 3px;
}

.register .form input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #355cc6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #355cc6;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

@media screen and (max-width:1100px) {
    .register {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .register .tit {
        font-size: 18px;
        line-height: 28px;
    }

    .register .cont {
        margin: 20px 0;
    }

    .register .img .text {
        bottom: 25px;
        padding: 0 20px;
    }

    .register .form {
        padding: 30px 6%;
    }

    .register .form h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .register .form h6 {
        margin: 2px 0 2px 0;
    }

    .register .form h5 {
        left: 12px;
        font-size: 15px;
        line-height: 30px;
        margin-top: -15px;
    }

    .register .form .lab {
        margin-top: 14px;
    }

    .register .form .lab1 {
        margin-top: 14px;
    }

    .register .form .lab2 {
        margin-top: 9px;
    }

    .register .form .text {
        height: 44px;
        padding: 7px 13px 7px 110px;
    }

    .register .form .text1 {
        padding-right: 90px;
    }

    .register .form .submit {
        border-radius: 44px;
        font-size: 16px;
        line-height: 42px;
        height: 44px;
    }
}

@media screen and (max-width:767px) {
    .register .img {
        width: 100%;
        position: relative;
        height: 140px;
    }

    .register .img .text .bdshar {
        margin-top: 12px;
    }

    .register .form {
        width: 100%;
        padding: 20px 15px 30px 15px;
    }
}

.registBg {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    background: #000;
    opacity: 0.7;
}

.regist-colse {
    float: left;
    width: 41px;
    height: 41px;
    cursor: pointer;
    position: fixed;
    left: 50%;
    z-index: 9;
    margin-left: 647px;
    top: 103px;
    line-height: 0;
    opacity: 0;
}

.regist-colse.on {
    opacity: 1;
}


.registTc {
    display: none;
    float: left;
    width: 1274px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 160px;
    z-index: 9;
}

.registTc .box {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/regist5.jpg) center repeat;
    padding: 56px 5.13% 60px 5.13%;
}

.registTc .cont {
    float: left;
    width: 100%;
    color: #101010;
    font-size: 16px;
    line-height: 24px;
}

.registTc .bt {
    float: left;
    width: 100%;
}

.registTc .bt .submit {
    display: block;
    margin: 0 auto;
    width: 470px;
    text-align: center;
    border-radius: 50px;
    background: #355cc6;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding: 0;
}

.registTc .agree {
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin: 36px 0 46px 0;
}

.registTc .agree input[type="checkbox"] {
    float: left;
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 22px;
    margin-right: 10px;
}

.registTc .agree input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #355cc6;
    border-radius: 3px;
}

.registTc .agree input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #355cc6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #355cc6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

@media screen and (max-width:1400px) {
    .registTc {
        width: 90%;
    }

    .regist-colse {
        left: 96%;
        z-index: 9;
        margin-left: 0;
    }
}

@media screen and (max-width:1100px) {
    .regist-colse {
        width: 32px;
        height: 32px;
        left: 87%;
        top: 22px;
    }

    .registTc {
        position: fixed;
        top: 10vh;
    }

    .registTc .box {
        padding: 20px 15px;
    }

    .registTc .cont {
        font-size: 14px;
        padding-right: 10px;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        max-height: 62vh;
    }

    .registTc .cont::-webkit-scrollbar {
        width: 3px
    }

    .registTc .cont::-webkit-scrollbar-track {
        background-color: #e5e5e5;
        border-radius: 3px
    }

    .registTc .cont::-webkit-scrollbar-thumb {
        width: 3px;
        height: 60px;
        background-color: #355cc6;
        border-radius: 3px
    }

    .registTc .agree {
        font-size: 14px;
        margin: 15px 0 15px 0;
    }

    .registTc .agree input[type="checkbox"] {
        width: 20px;
        height: 20px;
        line-height: 18px;
        margin-right: 6px;
    }

    .registTc .bt .submit {
        width: 200px;
        border-radius: 44px;
        font-size: 16px;
        line-height: 42px;
        height: 44px;
    }
}

._SignIn ._cont {
    margin: 6px 0 0 0;
}

._SignIn .bt {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
}

._SignIn .hd {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 62px;
}

._SignIn .hd ul {
    float: left;
}

._SignIn .hd ul li {
    float: left;
    margin: 0 20px;
    color: #333333;
    font-size: 24px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

._SignIn .hd ul li.on {
    color: #355cc6;
    border-bottom: 2px solid #355cc6;
}

._SignIn .bd {
    float: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 62px;
    min-height: 328px;
}

._SignIn .bd .ul {
    display: block;
    margin: 0 auto;
    max-width: 375px;
}

._SignIn .bd .li {
    float: left;
    width: 100%;
    margin-top: 15px;
    position: relative;
}

._SignIn .bd .li h3 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 20px;
    line-height: 38px;
}

._SignIn .bd .li .yanzhengma {
    float: left;
    position: absolute;
    right: 14px;
    bottom: 10px;
    color: #ff5656;
    font-size: 16px;
    line-height: 30px;
}

._SignIn .bd .li .input {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #bababa;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    padding: 10px 19px;
}

._SignIn .bd .li .input:focus {
    border: 1px solid #355cc6;
}

._SignIn .bd .forget {
    float: left;
    width: 100%;
}

._SignIn .bd .forget a {
    float: right;
    color: #355cc6;
    font-size: 16px;
    line-height: 34px;
    text-decoration: underline;
}

._SignIn .bd .li1 {
    margin-top: 28px;
}

._SignIn .bd .li2 {
    margin-top: 40px;
}

._SignInTc {
    display: none;
    float: left;
    width: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}

._SignInTc .tit {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 3px;
}

._SignInTc .tit:after,
._SignInTc .tit:before {
    float: left;
    width: 168px;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
}

._SignInTc .tit:after {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 50%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 50%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 50%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.63) 50%);
    left: 0;
}

._SignInTc .tit:before {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.63) 50%, rgba(255, 255, 255, 0) 100%);
    right: 0;
}

._SignInTc .form {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 30px;
    border-radius: 10px;
    padding: 30px;
}

._SignInTc .form .li {
    float: left;
    width: 100%;
    margin-bottom: 28px;
    position: relative;
}

._SignInTc .form .li1 {
    float: left;
    width: 100%;
    margin-top: 22px;
}

._SignInTc .form .bt {
    float: left;
    width: 100%;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 36px;
}

._SignInTc .form .bt a {
    color: #355cc6;
}

._SignInTc .form .bt a:hover {
    text-decoration: underline;
}

._SignInTc .form .ico {
    float: left;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
}

._SignInTc .form .yanzhengma {
    float: left;
    width: 128px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

._SignInTc .form .submit {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    background: #355cc6;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    height: 50px;
    padding: 0;
}

._SignInTc .form .input {
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #555555;
    font-size: 16px;
    line-height: 30px;
    height: 50px;
    padding: 10px 16px 10px 36px;
}

._SignInTc .form .input1 {
    padding-right: 160px;
}

._SignInTc .form .input1 button {
    width: 140px;
    height: 50px;
    background-color: #355cc6;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
}

._SignInTc .form .input1 button:hover {
    opacity: 0.6;
}

._SignInTc .form .input:focus {
    border: 1px solid #355cc6;
}

._SignInTc .form ::-webkit-input-placeholder {
    color: #555555
}

._SignInTc .form :-moz-placeholder {
    color: #555555
}

._SignInTc .form ::-moz-placeholder {
    color: #555555
}

._SignInTc .form :-ms-input-placeholder {
    color: #555555
}

@media screen and (max-width:1100px) {
    ._SignIn .bt {
        font-size: 16px;
        line-height: 26px;
    }

    ._SignIn .hd {
        margin-top: 5px;
    }

    ._SignIn .hd ul li {
        margin: 0 15px;
        font-size: 20px;
        line-height: 40px;
    }

    ._SignIn .bd {
        margin-top: 10px;
        margin-bottom: 5px;
        min-height: 274px;
    }

    ._SignIn .bd .li {
        margin-top: 8px;
    }

    ._SignIn .bd .li h3 {
        font-size: 16px;
        line-height: 34px;
    }

    ._SignIn .bd .li .input {
        height: 44px;
        padding: 7px 13px;
        font-size: 15px;
    }

    ._SignIn .bd .li .yanzhengma {
        font-size: 15px;
        bottom: 7px;
    }

    ._SignIn .bd .li1 {
        margin-top: 14px;
    }

    ._SignIn .bd .li2 {
        margin-top: 20px;
    }

    ._SignIn .bd .forget a {
        font-size: 15px;
    }

    ._SignInTc .form .submit {
        border-radius: 44px;
        font-size: 16px;
        line-height: 42px;
        height: 44px;
    }

    ._SignInTc .tit {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 2px;
    }

    ._SignInTc .tit:after,
    ._SignInTc .tit:before {
        width: 95px;
    }

    ._SignInTc .form {
        padding: 20px 15px;
        margin-top: 20px;
    }

    ._SignInTc .form .li {
        margin-bottom: 14px;
    }

    ._SignInTc .form .li1 {
        margin-top: 10px;
    }

    ._SignInTc .form .ico {
        left: 12px;
    }

    ._SignInTc .form .input {
        font-size: 15px;
        height: 44px;
        padding: 7px 13px 7px 32px;
    }

    ._SignInTc .form .input1 {
        padding-right: 125px;
    }

    ._SignInTc .form .yanzhengma {
        width: 113px;
        height: 44px;
    }

    ._SignInTc .form .input1 button {
        width: 114px;
        height: 44px;
        font-size: 14px;
    }


}

@media screen and (max-width:767px) {
    ._SignInTc {
        width: 310px;
    }

}

.banner {
    float: left;
    width: 100%;
    line-height: 0;
    position: relative;
}

.slide_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    line-height: 0;
}

.slide_banner .slick-slide {
    float: left;
    width: 100%;
    position: relative;
}

.slide_banner .slick-slide img {
    width: 100%;
}

.slide_banner .slick-dots {
    bottom: 30px;
    display: flex;
    justify-content: center;
}

.slide_banner .slick-dots li {
    width: 50px;
    height: 5px;
    background: #eeeeee;
    opacity: 0.5;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.slide_banner .slick-dots li.slick-active {
    opacity: 1;
}

@media screen and (max-width:1024px) {
    .banner {
        margin-top: 63px;
    }

    .slide_banner .slick-dots {
        bottom: 20px;
    }

    .slide_banner .slick-dots li {
        width: 25px;
        height: 3px;
        margin: 0 5px;
    }

}


.IndexTit {
    float: left;
    width: 100%;
}

.IndexTit h1 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 52px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}

.IndexTit h2 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 4px;
}

.IndexCont {
    float: left;
    width: 100%;
    color: #555555;
    font-size: 22px;
    line-height: 36px;
}

.IndexLine {
    float: left;
    width: 54px;
    height: 10px;
    background: #355cc6;
    margin: 25px 0;
}

.IndexLine.on {
    background: #fff;
    opacity: 0.3;
}

.IndexMore {
    float: left;
    width: 140px;
    color: #355cc6;
    font-size: 18px;
    line-height: 38px;
    height: 40px;
    text-align: center;
    border: 1px solid #355cc6;
    margin-top: 36px;
}

.IndexMore.on {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.IndexMore:hover {
    border: 1px solid #355cc6;
    background: #355cc6;
    color: #fff;
}

@media screen and (max-width:1600px) {
    .IndexTit h1 {
        font-size: 44px;
        line-height: 54px;
    }

    .IndexTit h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .IndexCont {
        font-size: 18px;
        line-height: 32px;
    }

    .IndexMore {
        font-size: 16px;
    }
}

@media screen and (max-width:1100px) {
    .IndexTit {
        float: none;
    }

    .IndexTit h1 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        float: none;
    }

    .IndexTit h2 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2px;
        text-align: center;
        float: none;
    }

    .IndexCont {
        font-size: 15px;
        line-height: 26px;
        text-align: center;
        float: none;
        padding: 0 30px;
    }

    .IndexLine {
        margin: 15px auto;
        float: none;
    }

    .IndexMore {
        width: 120px;
        display: block;
        float: none;
        margin: 0 auto;
        line-height: 32px;
        height: 34px;
        font-size: 14px;
        margin-top: 18px;
    }
}

._Park {
    padding-top: 118px;
    padding-bottom: 120px;
    overflow: hidden;
}

._Park .IndexTit {
    text-align: center;
}

._Park .IndexCont {
    text-align: center;
    padding: 0 6.625%;
    margin-top: 48px;
}

._Park .list {
    float: left;
    width: 100%;
    margin-top: 40px;
}

._Park .list ul {
    margin: 0 -14px;
}

._Park .list ul li {
    float: left;
    width: 25%;
    padding: 14px;
}

._Park .list ul li a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    padding: 6px;
}

._Park .list ul li a:after {
    float: left;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #f4f4f4;
}

._Park .list ul li a .tit {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

._Park .list ul li a:hover .tit {
    opacity: 0;
}

._Park .list ul li a .text {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 30px;
    position: relative;
    z-index: 4;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

._Park .list ul li a:hover .text {
    opacity: 1;
}

._Park .list ul li a .text h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

._Park .list ul li a .text h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 12px 0 24px 0;
}

._Park .list ul li a .text h6 {
    float: left;
    width: 140px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #355cc6;
    margin-bottom: 5px;
}

._Park .list ul li a .text h6:hover {
    background: #fff;
    color: #355cc6;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.2);
}

._Park .list .slick-dots {
    position: static;
    margin-top: 46px;
    display: flex;
    justify-content: center;
}

._Park .list .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #355cc6;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

._Park .list .slick-dots li.slick-active {
    background: #355cc6;
}

._Park .list .slick-prev,
._Park .list .slick-next {
    width: 34px;
    height: 34px;
    border-top: 2px solid #9e9e9e;
    border-right: 2px solid #9e9e9e;
    margin-top: -30px;
}

._Park .list .slick-prev {
    left: -6%;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

._Park .list .slick-next {
    right: -6%;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


@media screen and (max-width:1600px) {
    ._Park .IndexCont {
        padding: 0;
    }

    ._Park .list ul li a .text h1 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    ._Park .list ul li a .text h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    ._Park .list ul li a .text h6 {
        font-size: 16px;
    }

    ._Park .list .slick-prev {
        left: -20px;
    }

    ._Park .list .slick-next {
        right: -20px;
    }
}

@media screen and (max-width:1100px) {
    ._Park {
        padding-top: 35px;
        padding-bottom: 0;
    }

    ._Park .IndexCont {
        margin-top: 15px;
    }

    ._Park .list {
        margin-top: 0;
    }

    ._Park .list ul {
        margin: 0 -8px;
        padding: 20px;
    }

    ._Park .list ul li {
        padding: 8px;
        width: 50%;
    }

    ._Park .list ul li a .tit {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 20px;
    }

    ._Park .list ul li a .text {
        padding: 40px 20px;
    }

    ._Park .list ul li a .text h1 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    ._Park .list ul li a .text h3 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 10px 0 15px 0;
    }

    ._Park .list ul li a .text h6 {
        width: 120px;
        line-height: 34px;
        font-size: 14px;
    }

    ._Park .list .slick-dots {
        margin-top: 0;
    }

    ._Park .list .slick-prev,
    ._Park .list .slick-next {
        width: 14px;
        height: 14px;
    }

    ._Park .list .slick-prev {
        left: 12px;
    }

    ._Park .list .slick-next {
        right: 12px;
    }
}

@media screen and (max-width:767px) {
    ._Park .list ul li {
        width: 100%;
    }
}



._Maker {
    position: relative;
    overflow: hidden;
    padding-right: 0;
}

._MakerL {
    float: left;
    width: 48%;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: -25px;
    height: 750px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

._MakerL .cont {
    float: left;
    width: 100%;
}

._MakerR {
    float: right;
    width: 50%;
    position: relative;
    z-index: 5;
}

._MakerR .div {
    float: left;
    width: 100%;
    height: 750px;
    line-height: 0;
    overflow: hidden;
}

._MakerR .div .pic {
    display: none;
}

._MakerR .slick-prev,
._MakerR .slick-next {
    width: 70px;
    height: 70px;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

._MakerR .slick-prev:hover,
._MakerR .slick-next:hover {
    background: #355cc6;
}

._MakerR .slick-prev {
    left: 0;
    margin-bottom: 71px;
}

._MakerR .slick-next {
    right: auto;
    left: 0;
}

._MakerR .slick-prev:after,
._MakerR .slick-next:after {
    float: left;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

._MakerR .slick-prev:after {
    margin-left: 6px;
    transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
}

._MakerR .slick-next:after {
    margin-left: -6px;
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:1600px) {
    ._MakerL {
        margin-left: 0;
    }
}

@media screen and (max-width:1400px) {
    ._MakerL {
        height: 650px;
    }

    ._MakerR .div {
        height: 650px;
    }
}

@media screen and (max-width:1100px) {
    ._MakerL {
        width: 100%;
        height: auto;
        padding: 35px;
    }

    ._MakerR {
        width: 100%;
    }

    ._MakerR .div {
        height: auto;
    }

    ._MakerR .div .pic {
        display: block;
    }

    ._MakerR .slick-prev,
    ._MakerR .slick-next {
        width: 40px;
        height: 40px;
    }

    ._MakerR .slick-prev {
        left: 0;
        margin-bottom: 41px;
    }

    ._MakerR .slick-prev:after,
    ._MakerR .slick-next:after {
        width: 10px;
        height: 10px;
    }

    ._MakerR .slick-prev:after {
        margin-left: 3px;
    }

    ._MakerR .slick-next:after {
        margin-left: -3px;
    }

    ._Maker {
        position: relative;
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
    }

}




._ServA {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

._ServA .w_1600 {
    position: relative;
}

._ServA .IndexTit h1,
._ServA .IndexTit h2 {
    color: #fff;
}

._ServA .tab {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

._ServA .tab ul {
    float: right;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column
}

._ServA .tab ul li {
    float: left;
    position: relative;
    margin-bottom: 4px;
    cursor: pointer;
}

._ServA .tab ul li i {
    float: right;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    margin: 13px 0;
}

._ServA .tab ul li span {
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    padding: 0 8px;
    background: #355cc6;
    margin-right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

._ServA .tab ul li.on i {
    background: #355cc6;
}

._ServA .tab ul li.on span {
    margin-right: 15px;
    opacity: 1;
}

._ServA .hd {
    float: left;
    width: 100%;
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

._ServA .hd ul {
    float: left;
    padding: 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

._ServA .hd ul li {
    float: left;
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px;
    cursor: pointer;
}

._ServA .hd ul li:after {
    float: left;
    width: 0%;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #355cc6;
    -oz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

._ServA .hd ul li i {
    float: left;
}

._ServA .hd ul li i img {
    max-width: none;
    width: 39px;
    height: 39px;
}

._ServA .hd ul li h4 a {
    float: left;
    color: #fff;
    font-size: 22px;
    line-height: 42px;
    margin-top: 5px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

._ServA .hd ul li.on:after {
    width: 88%;
}

._ServA .bd {
    float: left;
    width: 100%;
    position: relative;
    min-height: 380px;
}

._ServA .ul {
    float: left;
    width: 100%;
    display: none;
}


@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1100px) {
    ._ServA {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    ._ServA .bd {
        min-height: 140px;
    }

    ._ServA .tab ul li {
        margin-bottom: 0;
    }

    ._ServA .tab ul li i {
        margin: 8px 0;
    }

    ._ServA .tab ul li span {
        font-size: 14px;
        line-height: 26px;
    }

    ._ServA .hd {
        margin-top: 0;
    }

    ._ServA .hd ul {
        padding: 0 10px;
    }

    ._ServA .hd ul li {
        margin: 0 10px;
    }

    ._ServA .hd ul li h4 a {
        font-size: 16px;
        line-height: 30px;
    }


}

@media screen and (max-width:767px) {
    ._ServA .hd ul {
        padding: 0;
    }

    ._ServA .hd ul li {
        width: 100px;
    }

    ._ServA .hd ul li {
        margin: 0 6px;
    }

    ._ServA .hd ul li h4 a {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        text-align: center;
    }
}



._ServT {
    padding-top: 115px;
    padding-bottom: 55px;
}

._ServT .IndexTit {
    text-align: center;
}

._ServD {
    float: left;
    width: 100%;
}

._ServD .hd {
    float: left;
    width: 100%;
}

._ServD .hd ul {
    float: left;
    width: 100%;
}

._ServD .hd ul li {
    float: left;
    width: 16.66%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

._ServD .hd ul li a {
    float: left;
    width: 100%;
    height: 700px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

._ServD .hd ul li a:after {
    float: left;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}

._ServD .hd ul li a .cont {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 50px 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

._ServD .hd ul li a i {
    float: left;
    width: 100%;
    line-height: 0;
}

._ServD .hd ul li a i img {
    max-width: none;
    width: 54px;
    height: 54px;
}

._ServD .hd ul li a h3 {
    float: left;
    width: 100%;
    font-family: Aria;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    opacity: 0.2;
    margin-bottom: 56px;
}

._ServD .hd ul li a h4 {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    margin-top: 15px;
}

._ServD .hd ul li a h5 {
    float: left;
    width: 100%;
    line-height: 1.5;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
    display: none;
}

._ServD .hd ul li a em {
    float: left;
    width: 84px;
    height: 1px;
    background: #355cc6;
    display: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

._ServD .hd ul li a font {
    float: left;
    width: 1px;
    height: 74px;
    background: #fff;
    opacity: 0.3;
    margin-bottom: 56px;
}

._ServD .hd ul li.on {
    width: 50.02%;
}

._ServD .hd ul li.on a:after {
    opacity: 0.4;
}

._ServD .hd ul li.on a .cont {
    padding: 50px 16.66%;
}

._ServD .hd ul li.on a i img {
    width: 120px;
    height: 120px;
}

._ServD .hd ul li.on a h3 {
    opacity: 1;
    text-align: center;
}

._ServD .hd ul li.on a h4 {
    font-size: 32px;
}

._ServD .hd ul li.on a h5 {
    display: block;
}

._ServD .hd ul li.on a em {
    display: block;
}

._ServD .hd ul li.on a font {
    display: none;
}


@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
    ._ServD .hd ul li a .cont {
        padding: 50px 20px;
    }

    ._ServD .hd ul li a i img {
        max-width: none;
        width: 54px;
        height: 54px;
    }

    ._ServD .hd ul li a h3 {
        font-size: 36px;
        margin-bottom: 56px;
    }

    ._ServD .hd ul li a h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    ._ServD .hd ul li a h5 {
        font-size: 18px;
        margin-top: 6px;
    }

    ._ServD .hd ul li a em {
        width: 84px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    ._ServD .hd ul li a font {
        height: 74px;
        margin-bottom: 56px;
    }

    ._ServD .hd ul li.on a .cont {
        padding: 50px 9%;
    }

    ._ServD .hd ul li.on a i img {
        width: 100px;
        height: 100px;
    }

    ._ServD .hd ul li.on a h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:1100px) {
    ._ServT {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    ._ServD .hd ul li a {
        height: 380px;
    }

    ._ServD .hd ul li a .cont {
        padding: 30px 15px;
    }

    ._ServD .hd ul li a i img {
        max-width: none;
        width: 44px;
        height: 44px;
    }

    ._ServD .hd ul li a h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    ._ServD .hd ul li a h4 {
        font-size: 16px;
        margin-top: 8px;
    }

    ._ServD .hd ul li a h5 {
        font-size: 16px;
        margin-top: 3px;
    }

    ._ServD .hd ul li a em {
        width: 42px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    ._ServD .hd ul li a font {
        height: 38px;
        margin-bottom: 20px;
    }

    ._ServD .hd ul li.on a .cont {
        padding: 30px 4%;
    }

    ._ServD .hd ul li.on a i img {
        width: 80px;
        height: 80px;
    }

    ._ServD .hd ul li.on a h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    ._ServD .hd ul li {
        width: 50%;
    }

    ._ServD .hd ul li a {
        height: 260px;
    }

    ._ServD .hd ul li a font {
        width: 42px;
        height: 1px;
    }

    ._ServD .hd ul li a h3 {
        font-size: 30px;
    }

    ._ServD .hd ul li.on {
        width: 50%;
    }

    ._ServD .hd ul li.on a i img {
        width: 44px;
        height: 44px;
    }
}


._about {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

._about:after {
    float: left;
    width: 50%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 2;
    background: #000;
    opacity: 0.1;
}

._aboutBg {
    float: left;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.16;
}

._aboutTit {
    float: left;
    position: absolute;
    left: -10%;
    top: 0;
    width: 56px;
    z-index: 4;
    color: #e4e6e7;
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
}

._aboutL {
    float: left;
    position: relative;
    z-index: 3;
    width: 44.75%;
    padding-left: 3.75%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

._aboutL:after {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -1px;
    top: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.1;
}

._aboutL .Tit {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 32px;
    line-height: 42px;
}

._aboutL .hd {
    float: left;
    width: 100%;
    padding-left: 30px;
}

._aboutL .hd ul {
    margin-left: -30px;
}

._aboutL .hd li {
    float: left;
    margin-left: 30px;
    padding: 0 23px;
    background: #e1e3e6;
    color: #333333;
    font-size: 28px;
    line-height: 52px;
    cursor: pointer;
    position: relative;
}

._aboutL .hd li:after {
    display: none;
    float: left;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid #355cc6;
    margin-left: -7px;
}

._aboutL .hd li.on {
    background: #355cc6;
    color: #fff;
}

._aboutL .hd li.on:after {
    display: block;
}

._aboutL .bd {
    float: left;
    width: 100%;
    margin-top: 92px;
}

._aboutL .ul {
    float: left;
    width: 100%;
}

._aboutL .IndexCont {
    height: 216px;
    overflow: hidden;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

._aboutR {
    float: right;
    position: relative;
    z-index: 3;
    width: 50%;
    line-height: 0;
}

._aboutR .pic1 .pic {
    height: 599px;
}

._aboutR .pic1 img {
    width: 100%;
}

@media screen and (max-width:1600px) {
    ._aboutL .IndexCont {
        height: 192px;
    }

    ._aboutL .hd ul {
        margin-left: -25px;
    }

    ._aboutL .hd li {
        font-size: 22px;
        line-height: 48px;
        margin-left: 25px;
    }
}

@media screen and (max-width:1400px) {
    ._aboutL .hd ul {
        margin-left: -15px;
    }

    ._aboutL .hd li {
        font-size: 18px;
        line-height: 40px;
        margin-left: 15px;
        padding: 0 20px;
    }
}

@media screen and (max-width:1100px) {
    ._about {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    ._aboutL {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    ._aboutL .Tit {
        font-size: 18px;
        line-height: 28px;
        float: none;
        text-align: center;
    }

    ._aboutL .bd {
        margin-top: 20px;
    }

    ._aboutL .IndexCont {
        height: auto;
        text-align: left;
    }

    ._aboutR {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    ._aboutTit {
        font-size: 24px;
        width: 24px;
    }

    ._aboutL:after {
        display: none;
    }

}

@media screen and (max-width:767px) {
    ._aboutL .hd {
        padding-left: 0;
    }

    ._aboutL .hd ul {
        margin-left: -10px;
        text-align: center;
    }

    ._aboutL .hd li {
        font-size: 15px;
        line-height: 36px;
        margin-left: 10px;
        padding: 0 14px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

._coop {
    padding-top: 120px;
    padding-bottom: 120px;
}

._coopR {
    float: left;
    position: relative;
    z-index: 3;
    width: 39.68%;
    height: 620px;
}

._coopR .pic {
    display: none;
}

._coopL {
    float: right;
    width: 56.12%;
}

._coopL .list {
    float: left;
    width: 100%;
    margin-top: 25px;
}

._coopL .list ul {
    margin: -14px;
}

._coopL .list li {
    float: left;
    width: 25%;
    padding: 14px;
}

._coopL .list li a {
    float: left;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

._coopL .list .slick-dots {
    margin-top: 20px;
    margin-left: -5px;
    width: 100%;
    text-align: left;
    position: static;
    text-align: center;
}

._coopL .list .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #355cc6;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 5px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

._coopL .list .slick-dots li.slick-active {
    background: #355cc6;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
    ._coopR {
        height: 530px;
        ;
    }
}

@media screen and (max-width:1100px) {
    ._coop {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    ._coopR {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    ._coopR .pic {
        display: block;
    }

    ._coopL {
        width: 100%;
    }

    ._coopL .list {
        margin-top: 20px;
    }

    ._coopL .list ul {
        margin: -6px;
        height: auto;
    }

    ._coopL .list li {
        padding: 6px;
    }

    ._coopL .list .slick-dots {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    ._coopL .list li {
        width: 50%;
    }
}










/*wyb*/
.w_1600 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.w_1784 {
    max-width: 1784px;
    margin-right: auto;
    margin-left: auto;
}

/*头部悬浮*/
.heabox {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.heabox.on {
    background-color: rgba(0, 0, 0, 0.6);
}

.heabox .head-top {
    background-color: rgba(255, 255, 255, 0);
}

.heabox .head-down {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.heabox .head-top .welcome {
    color: #fff;
    background: url(../images/zimg3.png) left center no-repeat;
}

.heabox .head-top .signIn a {
    color: #fff;
}

.heabox .head-top .signIn a:hover {
    opacity: 0.6;
}

.heabox .head-top .signIn i {
    background-color: rgba(255, 255, 255, 0.2);
}

.heabox .menu .nli span a {
    color: #fff;
}

.heabox .head-down .so .Search {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.heabox .head-down .so .submit {
    background: url(../images/zimg4.png) center no-repeat;
}

.heabox .menu .nli.active span a {
    color: #355cc6;
}

@media screen and (max-width: 1024px) {
    .heabox {
        background-color: #fff;
    }

    .heabox .head-top .welcome {
        color: #fff;
        background: url(../images/top.png) left center no-repeat;
        color: #666;
    }

    .heabox .head-top .signIn a {
        color: #666;
    }

    .heabox .head-top .signIn i {
        background-color: #cccccc;
    }
}

/*内页banner1*/
.wny_banner1 {
    width: 100%;
}

.wny_banner1 img {
    width: 100%;
    display: block;
}

.wny_banner1 .ul .slick-dots {
    position: absolute;
    bottom: 30px;
    height: 5px;
    text-align: center;
}

.wny_banner1 .ul .slick-dots li {
    vertical-align: top;
    width: 50px;
    height: 5px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.5);
}

.wny_banner1 .ul .slick-dots li.slick-active {
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .wny_banner1 {
        margin-top: 70px;
    }

    .wny_banner1 .ul .slick-dots {
        bottom: 10px;
        height: 4px;
    }

    .wny_banner1 .ul .slick-dots li {
        width: 18px;
        height: 4px;
        margin: 0 2px;
    }
}

/*地区选择*/
.dqxz_section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
}

.dqxz_section .top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #acacac;
    padding-bottom: 35px;
}

.dqxz_section .top .left {
    float: left;
}

.dqxz_section .top .left h2 {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    float: left;
}

.dqxz_section .top .left .box {
    float: left;
    font-size: 0;
    margin-left: 16px;
}

.dqxz_section .top .left .box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.dqxz_section .top .left .box a {
    display: inline-block;
    vertical-align: middle;
    background-color: #355cc6;
    font-size: 0;
    margin-right: 10px;
    padding: 0 10px;
}

.dqxz_section .top .left .box a .words {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-right: 4px;
}

.dqxz_section .top .left .box a .ico {
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.dqxz_section .top .right {
    float: right;
}

.dqxz_section .top .right a {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.dqxz_section .top .right a span {
    color: #165DFF;
}

.dqxz_section .bottom {
    width: 100%;
}

.dqxz_section .bottom .list {
    width: 100%;
    border-bottom: 1px dashed #c5c5c5;
    padding: 26px 0;
    overflow: hidden;
}

.dqxz_section .bottom .list .left {
    float: left;
    width: 80px;
    font-size: 0;
}

.dqxz_section .bottom .list .left .ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.dqxz_section .bottom .list .left .words {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}

.dqxz_section .bottom .list .left .words a {
    color: #333;
}

.dqxz_section .bottom .list .left .words a:hover {
    color: #355cc6;
}

.dqxz_section .bottom .list .right {
    float: right;
    width: calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
}

.dqxz_section .bottom .list .right ul {
    margin: -12px;
    overflow: hidden;
    width: calc(100% + 24px);
    width: -ms-calc(100% + 24px);
    width: -o-calc(100% + 24px);
    width: -moz-calc(100% + 24px);
    width: -webkit-calc(100% + 24px);
}

.dqxz_section .bottom .list .right ul li {
    float: left;
    width: 14.28571428571429%;
    padding: 12px;
}

.dqxz_section .bottom .list .right ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    transition: all 0s linear;
    -moz-transition: all 0s linear;
    /* -webkit-transition: all 0.5s linear; */
    -o-transition: all 0s linear;
}

.dqxz_section .bottom .list .right ul li.on a {
    color: #355cc6;
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .dqxz_section .bottom .list .right ul li a {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .dqxz_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dqxz_section .top {
        padding-bottom: 14px;
    }

    .dqxz_section .top .left {
        width: 100%;
    }

    .dqxz_section .top .left h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .dqxz_section .top .left .box {
        margin-left: 6px;
    }

    .dqxz_section .top .left .box span {
        font-size: 14px;
        line-height: 30px;
    }

    .dqxz_section .top .left .box a {
        margin-right: 4px;
        padding: 0 6px;
    }

    .dqxz_section .top .left .box a .words {
        font-size: 12px;
        line-height: 24px;
        margin-right: 2px;
    }

    .dqxz_section .top .right {
        width: 100%;
        text-align: left;
        margin-top: 6px;
    }

    .dqxz_section .top .right a {
        font-size: 14px;
        line-height: 20px;
    }

    .dqxz_section .bottom .list {
        padding: 14px 0;
    }

    .dqxz_section .bottom .list .left {
        width: 100%;
        margin-bottom: 10px;
    }

    .dqxz_section .bottom .list .left .ico {
        width: 16px;
        height: 16px;
    }

    .dqxz_section .bottom .list .left .words {
        font-size: 14px;
        line-height: 20px;
        padding-left: 4px;
    }

    .dqxz_section .bottom .list .right {
        float: right;
        width: 100%;
    }

    .dqxz_section .bottom .list .right ul {
        margin: -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .dqxz_section .bottom .list .right ul li {
        width: 25%;
        padding: 5px;
    }

    .dqxz_section .bottom .list .right ul li a {
        font-size: 14px;
        line-height: 18px;
    }
}

/*园区*/
.yq_section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}

.yq_section .content {
    width: 100%;
}

.yq_section .content::after {
    content: "";
    display: block;
    clear: both;
}

.yq_section .content .left {
    float: left;
    width: calc(100% - 400px);
    width: -ms-calc(100% - 400px);
    width: -o-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
}

.yq_section .content .left ul {
    width: 100%;
    margin-bottom: 60px;
}

.yq_section .content .left ul li {
    width: 100%;
    margin-bottom: 30px;
}

.yq_section .content .left ul li:last-child {
    margin-bottom: 0;
}

.yq_section .content .left ul li a {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    font-size: 0;
}

.yq_section .content .left ul li a .picbox {
    width: 45.91%;
    display: inline-block;
    vertical-align: middle;
    height: 395px;
    overflow: hidden;
}

.yq_section .content .left ul li a .picbox .pic {
    width: 100%;
    height: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yq_section .content .left ul li a:hover .picbox .pic {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.yq_section .content .left ul li a .wordsbox {
    display: inline-block;
    vertical-align: middle;
    width: 54.09%;
    font-size: 14px;
    padding-left: 40px;
}

.yq_section .content .left ul li a .wordsbox .ttibox {
    width: 100%;
    overflow: hidden;
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px dashed #cccccc;
}

.yq_section .content .left ul li a .wordsbox .ttibox .words_l {
    width: 70%;
    float: left;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.yq_section .content .left ul li a .wordsbox .ttibox .words_r {
    width: 30%;
    float: right;
    font-size: 18px;
    color: #ea0016;
    line-height: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    padding-right: 10px;
}

.yq_section .content .left ul li a .wordsbox .listbox {
    width: 100%;
    margin-bottom: 36px;
}

.yq_section .content .left ul li a .wordsbox .listbox .list {
    width: 100%;
    font-size: 0;
    margin-bottom: 24px;
}

.yq_section .content .left ul li a .wordsbox .listbox .list .ico {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.yq_section .content .left ul li a .wordsbox .listbox .list .words {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    width: calc(100% - 24px);
    width: -ms-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
}

.yq_section .content .left ul li a .wordsbox .listbox .list .words span {
    color: #355cc6;
}

.yq_section .content .left ul li a .wordsbox .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #355cc6;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yq_section .content .left ul li a .wordsbox .more:hover {
    background-color: #0b6c1d;
}

.yq_section .content .left .page {
    width: 100%;
    text-align: center;
    font-size: 0;
}

.yq_section .content .left .page a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    background-color: #e6e6e6;
}

.yq_section .content .left .page a:hover,
.yq_section .content .left .page a.on {
    background-color: #355cc6;
    color: #fff;
}

.yq_section .content .left .page a .ico {
    width: 100%;
    height: 100%;
}

.yq_section .content .left .page a .ico.ico2 {
    display: none;
}

.yq_section .content .left .page a:hover .ico.ico1,
.yq_section .content .left .page a.on .ico.ico1 {
    display: none;
}

.yq_section .content .left .page a:hover .ico.ico2,
.yq_section .content .left .page a.on .ico.ico2 {
    display: block;
}

.yq_section .content .right {
    float: right;
    width: 400px;
    padding-left: 60px;
}

.yq_section .content .right .top {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 26px 28px 30px 28px;
}

.yq_section .content .right .top .list_t {
    width: 100%;
    margin-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
}

.yq_section .content .right .top .list_t .list {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    margin-right: 60px;
    position: relative;
    padding-bottom: 16px;
}

.yq_section .content .right .top .list_t .list.on {
    color: #355cc6;
    font-weight: bold;
}

.yq_section .content .right .top .list_t .list.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #355cc6;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.yq_section .content .right .top .list_b {
    width: 100%;
}

.yq_section .content .right .top .list_b ul {
    width: 100%;
}

.yq_section .content .right .top .list_b ul li {
    width: 100%;
    margin-bottom: 30px;
}

.yq_section .content .right .top .list_b ul li:last-child {
    margin-bottom: 0;
}

.yq_section .content .right .top .list_b ul li a {
    display: block;
    width: 100%;
    position: relative;
}

.yq_section .content .right .top .list_b ul li a .pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.yq_section .content .right .top .list_b ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.yq_section .content .right .top .list_b ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.yq_section .content .right .top .list_b ul li a .words {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffff;
    line-height: 22px;
    padding: 10px 6px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}

.yq_section .content .right .center {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 26px 30px 30px 30px;
    margin: 30px 0;
}

.yq_section .content .right .center .tit {
    width: 100%;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    color: #355cc6;
    line-height: 26px;
    font-weight: bold;
    position: relative;
}

.yq_section .content .right .center .tit::after {
    content: "";
    display: block;
    width: 144px;
    height: 3px;
    background-color: #355cc6;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.yq_section .content .right .center ul {
    width: 100%;
}

.yq_section .content .right .center ul li {
    width: 100%;
    margin-bottom: 30px;
}

.yq_section .content .right .center ul li:last-child {
    margin-bottom: 0;
}

.yq_section .content .right .center ul li a {
    display: block;
    width: 100%;
    font-size: 0;
}

.yq_section .content .right .center ul li a .headbox {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
    background-color: #def0e1;
    border-radius: 100%;
}

.yq_section .content .right .center ul li a .headbox .head {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.yq_section .content .right .center ul li a .wordsbox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    width: calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
}

.yq_section .content .right .center ul li a .wordsbox .words1 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.yq_section .content .right .center ul li a:hover .wordsbox .words1 {
    color: #355cc6;
}

.yq_section .content .right .center ul li a .wordsbox .words2 {
    font-size: 16px;
    color: #555555;
    line-height: 22px;
    margin-bottom: 2px;
}

.yq_section .content .right .center ul li a .wordsbox .words3 {
    font-size: 16px;
    color: #555555;
    line-height: 22px;
}

.yq_section .content .right .bottom {
    width: 100%;
    background-color: #e9efea;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 36px 10px;
}

.yq_section .content .right .bottom .titbox {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #355cc6;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}

.yq_section .content .right .bottom .titbox::before {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background: url(../images/zimg25.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yq_section .content .right .bottom .titbox::after {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background: url(../images/zimg26.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yq_section .content .right .bottom .words1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 28px;
    color: #333333;
    line-height: 22px;
}

.yq_section .content .right .bottom .ewm {
    width: 174px;
    height: 174px;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    .yq_section .content .left ul li a .wordsbox .ttibox .words_r {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .yq_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .yq_section .content .left {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .yq_section .content .left ul {
        margin-bottom: 20px;
    }

    .yq_section .content .left ul li {
        margin-bottom: 12px;
    }

    .yq_section .content .left ul li a {
        padding: 10px;
    }

    .yq_section .content .left ul li a .picbox {
        width: 100%;
        height: 230px;
    }

    .yq_section .content .left ul li a .wordsbox {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px;
    }

    .yq_section .content .left ul li a .wordsbox .ttibox {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .yq_section .content .left ul li a .wordsbox .ttibox .words_l {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 4;
        margin-bottom: 0;
    }

    .yq_section .content .left ul li a .wordsbox .ttibox .words_r {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
        text-align: left;
        margin-top: 6px;
        padding-left: 6px;
    }

    .yq_section .content .left ul li a .wordsbox .listbox {
        margin-bottom: 12px;
    }

    .yq_section .content .left ul li a .wordsbox .listbox .list {
        margin-bottom: 10px;
    }

    .yq_section .content .left ul li a .wordsbox .listbox .list .ico {
        width: 18px;
        height: 18px;
        vertical-align: top;
        margin-top: 4px;
    }

    .yq_section .content .left ul li a .wordsbox .listbox .list .words {
        font-size: 14px;
        line-height: 20px;
        padding-left: 4px;
        vertical-align: top;
        width: calc(100% - 20px);
        width: -ms-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
    }

    .yq_section .content .left ul li a .wordsbox .more {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .yq_section .content .left .page a {
        margin: 0 2px;
        font-size: 12px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }

    .yq_section .content .right {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        float: none;
    }

    .yq_section .content .right .top {
        padding: 12px;
    }

    .yq_section .content .right .top .list_t {
        margin-bottom: 12px;
    }

    .yq_section .content .right .top .list_t .list {
        font-size: 16px;
        margin-right: 10px;
        padding-bottom: 10px;
    }

    .yq_section .content .right .top .list_t .list.on::after {
        content: "";
        display: block;
        height: 2px;
        bottom: 0;
    }

    .yq_section .content .right .top .list_b ul li {
        margin-bottom: 12px;
    }

    .yq_section .content .right .top .list_b ul li a .words {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 4px;
    }

    .yq_section .content .right .center {
        padding: 12px;
        margin: 14px 0;
    }

    .yq_section .content .right .center .tit {
        margin-bottom: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .yq_section .content .right .center .tit::after {
        content: "";
        display: block;
        width: 116px;
        height: 2px;
        bottom: 0;
    }

    .yq_section .content .right .center ul li {
        margin-bottom: 12px;
    }

    .yq_section .content .right .center ul li a .headbox {
        width: 80px;
        height: 80px;
        padding: 5px;
    }

    .yq_section .content .right .center ul li a .wordsbox {
        padding-left: 8px;
        width: calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
    }

    .yq_section .content .right .center ul li a .wordsbox .words1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .yq_section .content .right .center ul li a .wordsbox .words2 {
        font-size: 14px;
        line-height: 20px;
    }

    .yq_section .content .right .center ul li a .wordsbox .words3 {
        font-size: 14px;
        line-height: 20px;
    }

    .yq_section .content .right .bottom {
        padding: 18px 12px;
    }

    .yq_section .content .right .bottom .titbox {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .yq_section .content .right .bottom .titbox::before {
        content: "";
        display: block;
        width: 60px;
        left: 36px;
    }

    .yq_section .content .right .bottom .titbox::after {
        content: "";
        display: block;
        width: 60px;
        right: 36px;
    }

    .yq_section .content .right .bottom .words1 {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 20px;
    }

    .yq_section .content .right .bottom .ewm {
        width: 140px;
        height: 140px;
    }
}

/*园区详情*/
/*模块1*/
.yqxq_section1 {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 60px;
}

.yqxq_section1 .dq {
    width: 100%;
    margin-bottom: 36px;
    font-size: 0;
}

.yqxq_section1 .dq .ico {
    width: 10px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.yqxq_section1 .dq a {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #555555;
    line-height: 22px;
}

.yqxq_section1 .dq span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #555555;
    line-height: 22px;
    margin: 0 4px;
}

.yqxq_section1 .dq a:hover,
.yqxq_section1 .dq a.on {
    color: #165DFF;
}

.yqxq_section1 .content {
    width: 100%;
    overflow: hidden;
}

.yqxq_section1 .content .left {
    width: 66.12%;
    float: left;
    position: relative
}

.yqxq_section1 .content .left ul {
    width: 100%;
}

.yqxq_section1 .content .left ul li {
    width: 100%;
}

.yqxq_section1 .content .left ul li a {
    width: 100%;
    position: relative;
}

.yqxq_section1 .content .left ul li a .picbox {
    width: 100%;
    height: 786px;
    overflow: hidden;
}

.yqxq_section1 .content .left ul li a .picbox .pic {
    width: 100%;
    height: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section1 .content .left ul li:hover a .picbox .pic {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.yqxq_section1 .content .left .sc {
    width: 110px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 0;
    background-color: #355cc6;
    text-align: center;
    padding: 8px 0;
    border-radius: 6px;
    cursor: pointer;
}

.yqxq_section1 .content .left .sc:hover {
    opacity: 0.8;
}

.yqxq_section1 .content .left .sc .ico {
    width: 22px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.yqxq_section1 .content .left .sc .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section1 .content .left .sc .wordson {
    font-size: 18px;
    color: #ffffff;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.yqxq_section1 .content .left .sc.on .words {
    display: none;
}

.yqxq_section1 .content .left .sc.on .wordson {
    display: inline;
}

.yqxq_section1 .content .left ul .slick-prev {
    width: 43px;
    height: 76px;
    background: url(../images/zimg30.png) no-repeat center center;
    background-size: cover;
    left: 30px;
    top: 50%;
}

.yqxq_section1 .content .left ul .slick-next {
    width: 43px;
    height: 76px;
    background: url(../images/zimg31.png) no-repeat center center;
    background-size: cover;
    right: 30px;
    top: 50%;
}

.yqxq_section1 .content .left ul .slick-prev:hover,
.yqxq_section1 .content .left ul .slick-next:hover {
    opacity: 0.6;
}

.yqxq_section1 .content .right {
    width: 33.88%;
    float: right;
    padding-left: 40px;
}

.yqxq_section1 .content .right .top {
    width: 100%;
    background-color: #e9efea;
    padding: 28px 28px 32px 32px;
    margin-bottom: 38px;
}

.yqxq_section1 .content .right .top .tit1 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #babfbb;
}

.yqxq_section1 .content .right .top .icowords {
    width: 100%;
    font-size: 0;
    margin-bottom: 26px;
}

.yqxq_section1 .content .right .top .icowords .ico {
    width: 18px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section1 .content .right .top .icowords .words {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    width: calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

.yqxq_section1 .content .right .top .ewmbox {
    width: 100%;
    font-size: 0;
}

.yqxq_section1 .content .right .top .ewmbox .ewm {
    width: 174px;
    height: 174px;
    display: inline-block;
    vertical-align: bottom;
}

.yqxq_section1 .content .right .top .ewmbox .words {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 18px;
    padding-bottom: 18px;
    width: calc(100% - 176px);
    width: -ms-calc(100% - 176px);
    width: -o-calc(100% - 176px);
    width: -moz-calc(100% - 176px);
    width: -webkit-calc(100% - 176px);
}

.yqxq_section1 .content .right .bottom {
    width: 100%;
    background-color: #355cc6;
    padding: 30px;
}

.yqxq_section1 .content .right .bottom .listbox {
    margin: 0 -5px;
    overflow: hidden;
    width: calc(100% + 10px);
    width: -ms-calc(100% + 10px);
    width: -o-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
}

.yqxq_section1 .content .right .bottom .listbox .list {
    width: 50%;
    padding: 0 5px;
    float: left;
    font-size: 0;
}

.yqxq_section1 .content .right .bottom .listbox .list .headbox {
    width: 78px;
    height: 78px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.yqxq_section1 .content .right .bottom .listbox .list .headbox .head {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    width: calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words1 {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 14px;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box {
    width: 100%;
    font-size: 0;
    margin-bottom: 6px;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box .ico {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box .words {
    font-size: 14px;
    color: #fefefe;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 16px);
    width: -ms-calc(100% - 16px);
    width: -o-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box {
    width: 100%;
    font-size: 0;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box .ico {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box .words {
    font-size: 14px;
    color: #fefefe;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 16px);
    width: -ms-calc(100% - 16px);
    width: -o-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
}

.yqxq_section1 .content .right .bottom .tits {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-top: 38px;
    margin-bottom: 18px;
}

.yqxq_section1 .content .right .bottom .tits span {
    font-size: 24px;
    margin-right: 8px;
}

.yqxq_section1 .content .right .bottom .inputbox {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
    padding-right: 14px;
    background-color: #fff;
}

.yqxq_section1 .content .right .bottom .inputbox input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #333;
}

.yqxq_section1 .content .right .bottom .inputbox .words {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 12px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yqxq_section1 .content .right .bottom .buttonbox {
    margin: 0 -20px;
    overflow: hidden;
    width: calc(100% + 40px);
    width: -ms-calc(100% + 40px);
    width: -o-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
}

.yqxq_section1 .content .right .bottom .button {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.yqxq_section1 .content .right .bottom .button button {
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}

.yqxq_section1 .content .right .bottom .button button:hover {
    background-color: #fff;
    color: #355cc6;
}

@media screen and (max-width: 1600px) {
    .yqxq_section1 .content .right .top .icowords .words {
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px) {
    .yqxq_section1 .content .right .top {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 19px;
    }

    .yqxq_section1 .content .right .bottom {
        padding-left: 12px;
        padding-right: 12px;
    }

    .yqxq_section1 .content .right .bottom .tits span {
        font-size: 20px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .headbox {
        width: 70px;
        height: 70px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box .words {
        font-size: 12px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box .words {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .yqxq_section1 .content .left {
        width: 60%;
        float: left;
    }

    .yqxq_section1 .content .right {
        width: 40%;
        float: left;
    }
}

@media screen and (max-width: 1024px) {
    .yqxq_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .yqxq_section1 .dq {
        margin-bottom: 14px;
    }

    .yqxq_section1 .dq .ico {
        width: 10px;
        height: 14px;
        margin-right: 4px;
    }

    .yqxq_section1 .dq a {
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section1 .dq span {
        font-size: 14px;
        line-height: 20px;
        margin: 0 2px;
    }

    .yqxq_section1 .content .left {
        width: 100%;
        margin-bottom: 14px;
    }

    .yqxq_section1 .content .left ul li a .picbox {
        height: 260px;
    }

    .yqxq_section1 .content .left .sc {
        width: 80px;
        right: 12px;
        top: 12px;
        padding: 6px 0;
    }

    .yqxq_section1 .content .left .sc .ico {
        width: 18px;
        height: 16px;
        margin-right: 4px;
    }

    .yqxq_section1 .content .left .sc .words {
        font-size: 14px;
        line-height: 18px;
    }

    .yqxq_section1 .content .left .sc .wordson {
        font-size: 14px;
        line-height: 18px;
    }

    .yqxq_section1 .content .left ul .slick-prev {
        width: 20px;
        height: 36px;
        left: 14px;
    }

    .yqxq_section1 .content .left ul .slick-next {
        width: 20px;
        height: 36px;
        right: 14px;
    }

    .yqxq_section1 .content .right {
        width: 100%;
        padding-left: 0;
    }

    .yqxq_section1 .content .right .top {
        padding: 12px;
        margin-bottom: 14px;
    }

    .yqxq_section1 .content .right .top .tit1 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .yqxq_section1 .content .right .top .icowords {
        margin-bottom: 12px;
    }

    .yqxq_section1 .content .right .top .icowords .ico {
        width: 12px;
        height: 14px;
    }

    .yqxq_section1 .content .right .top .icowords .words {
        font-size: 12px;
        line-height: 20px;
        padding-left: 6px;
        width: calc(100% - 16px);
        width: -ms-calc(100% - 16px);
        width: -o-calc(100% - 16px);
        width: -moz-calc(100% - 16px);
        width: -webkit-calc(100% - 16px);
    }

    .yqxq_section1 .content .right .top .ewmbox .ewm {
        width: 110px;
        height: 110px;
    }

    .yqxq_section1 .content .right .top .ewmbox .words {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: calc(100% - 110px);
        width: -ms-calc(100% - 110px);
        width: -o-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: -webkit-calc(100% - 110px);
    }

    .yqxq_section1 .content .right .bottom {
        padding: 12px;
    }

    .yqxq_section1 .content .right .bottom .listbox {
        margin: -4px;
        width: calc(100% + 8px);
        width: -ms-calc(100% + 8px);
        width: -o-calc(100% + 8px);
        width: -moz-calc(100% + 8px);
        width: -webkit-calc(100% + 8px);
    }

    /*20220602start*/
    .yqxq_section1 .content .right .bottom .listbox .list {
        padding: 4px;
        width: 100%;
    }

    /*20220602end*/
    .yqxq_section1 .content .right .bottom .listbox .list .headbox {
        width: 60px;
        height: 60px;
        padding: 2px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox {
        padding-left: 4px;
        width: calc(100% - 62px);
        width: -ms-calc(100% - 62px);
        width: -o-calc(100% - 62px);
        width: -moz-calc(100% - 62px);
        width: -webkit-calc(100% - 62px);
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box {
        margin-bottom: 4px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box .ico {
        width: 12px;
        height: 12px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words2box .words {
        font-size: 12px;
        line-height: 14px;
        width: calc(100% - 14px);
        width: -ms-calc(100% - 14px);
        width: -o-calc(100% - 14px);
        width: -moz-calc(100% - 14px);
        width: -webkit-calc(100% - 14px);
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box .ico {
        width: 12px;
        height: 12px;
    }

    .yqxq_section1 .content .right .bottom .listbox .list .wordsbox .words3box .words {
        font-size: 12px;
        line-height: 14px;
        width: calc(100% - 14px);
        width: -ms-calc(100% - 14px);
        width: -o-calc(100% - 14px);
        width: -moz-calc(100% - 14px);
        width: -webkit-calc(100% - 14px);
    }

    .yqxq_section1 .content .right .bottom .tits {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .yqxq_section1 .content .right .bottom .tits span {
        font-size: 18px;
        margin-right: 4px;
    }

    /*20220602start*/
    .yqxq_section1 .content .right .bottom .inputbox {
        margin-bottom: 12px;
        padding-left: 64px;
        padding-right: 10px;
    }

    .yqxq_section1 .content .right .bottom .inputbox input {
        height: 34px;
        font-size: 14px;
    }

    .yqxq_section1 .content .right .bottom .inputbox .words {
        font-size: 14px;
        line-height: 20px;
        width: 64px;
        padding-left: 0;
        text-align: center;
        padding-left: 6px;
    }

    /*20220602end*/
    .yqxq_section1 .content .right .bottom .buttonbox {
        margin: 0 -10px;
        width: calc(100% + 20px);
        width: -ms-calc(100% + 20px);
        width: -o-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: -webkit-calc(100% + 20px);
    }

    .yqxq_section1 .content .right .bottom .button {
        padding: 0 10px;
    }

    .yqxq_section1 .content .right .bottom .button button {
        height: 34px;
        font-size: 14px;
    }
}

/*模块2*/
.yqxq_section2 {
    width: 100%;
    padding-bottom: 62px;
}

.yqxq_section2 .top {
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    padding-right: 60px;
    margin-bottom: 40px;
}

.yqxq_section2 .top .left {
    float: left;
    font-size: 0;
    width: calc(100% - 210px);
    width: -ms-calc(100% - 210px);
    width: -o-calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
}

.yqxq_section2 .top .left ._r {
    width: 100%;
}

.yqxq_section2 .top .left ._r ul {
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    max-width: 100%;
}

.yqxq_section2 .top .left ._r ul::-webkit-scrollbar {
    height: 3px;
}

.yqxq_section2 .top .left ._r ul::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 3px;
}

.yqxq_section2 .top .left ._r ul::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #355cc6;
    border-radius: 3px;
}

.yqxq_section2 .top .left ._r ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 38px;
    position: relative;
}

.yqxq_section2 .top .left ._r ul li.on {
    background-color: #355cc6;
}

.yqxq_section2 .top .left ._r ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 56px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yqxq_section2 .top .left ._r ul li .tit1 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
    text-align: center;
}

.yqxq_section2 .top .left ._r ul li .tit2 {
    font-size: 18px;
    color: #555555;
    line-height: 24px;
    text-align: center;
}

.yqxq_section2 .top .left ._r ul li.on .tit1 {
    color: #fff;
}

.yqxq_section2 .top .left ._r ul li.on .tit2 {
    color: #fff;
}

.yqxq_section2 .top .right {
    float: right;
    width: 120px;
    padding: 18px 0;
}

.yqxq_section2 .top .right .tit1 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
}

.yqxq_section2 .top .right .tit2 {
    font-size: 18px;
    line-height: 24px;
    color: #ea0016;
    text-align: center;
}

.yqxq_section2 .center {
    width: 100%;
    margin-bottom: 30px;
}

.yqxq_section2 .center ._t {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 0 22px;
}

.yqxq_section2 .center ._t .list {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
}

.yqxq_section2 .center ._t .list.list1 {
    width: 7.9%;
    margin-right: 11.24%;
    text-align: center;
}

.yqxq_section2 .center ._t .list.list2 {
    width: 12.85%;
}

.yqxq_section2 .center ._t .list.list3 {
    width: 14.78%;
}

.yqxq_section2 .center ._t .list.list4 {
    width: 14.13%;
}

.yqxq_section2 .center ._t .list.list5 {
    width: 12.59%;
}

.yqxq_section2 .center ._t .list.list6 {
    width: 13.36%;
}

.yqxq_section2 .center ._t .list .words {
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section2 .center ._t .list .ico {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.yqxq_section2 .center ._t .list .ico .tico {
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #7f7f7f transparent;
    margin-bottom: 3px;
}

.yqxq_section2 .center ._t .list .ico .bico {
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: #7f7f7f transparent transparent transparent;
}

.yqxq_section2 .center ul {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 762px;
}

.yqxq_section2 .center ul::-webkit-scrollbar {
    width: 3px;
}

.yqxq_section2 .center ul::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    border-radius: 3px;
}

.yqxq_section2 .center ul::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #355cc6;
    border-radius: 3px;
}

.yqxq_section2 .center ul li {
    width: 100%;
    font-size: 0;
    padding: 20px 22px;
    position: relative;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section2 .center ul li:hover {
    background-color: #e9f5ec;
}

.yqxq_section2 .center ul li .list {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.yqxq_section2 .center ul li .list img {
    width: 100%;
    display: block;
}

.yqxq_section2 .center ul li .wmores {
    font-size: 14px;
    color: #ea0016;
    line-height: 24px;
    position: absolute;
    left: 10%;
    top: 50%;
    opacity: 0;
    cursor: pointer;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yqxq_section2 .center ul li:hover .wmores {
    opacity: 1;
}

.yqxq_section2 .center ul li .list.list1 {
    width: 7.9%;
    margin-right: 11.24%;
}

.yqxq_section2 .center ul li .list.list1 .pic {
    width: 100%;
    padding-bottom: 67.21%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.yqxq_section2 .center ul li .list.list1 .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.yqxq_section2 .center ul li:hover .list.list1 .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.yqxq_section2 .center ul li .list.list2 {
    width: 12.85%;
}

.yqxq_section2 .center ul li .list.list3 {
    width: 14.78%;
    color: #ea0016;
}

.yqxq_section2 .center ul li .list.list4 {
    width: 14.13%;
}

.yqxq_section2 .center ul li .list.list5 {
    width: 12.59%;
}

.yqxq_section2 .center ul li .list.list6 {
    width: 13.36%;
}

.yqxq_section2 .center ul li .list.list7 {
    width: 13.15%;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section2 .center ul li:hover .list.list7 {
    opacity: 1;
}

.yqxq_section2 .center ul li .list.list7 button {
    width: 100%;
    border: 1px solid #355cc6;
    font-size: 16px;
    color: #355cc6;
    line-height: 38px;
    display: block;
}

.yqxq_section2 .center ul li .list.list7 button.button1 {
    margin-bottom: 7px;
}

.yqxq_section2 .center ul li .list.list7 button:hover {
    background-color: #355cc6;
    color: #fff;
}

.yqxq_section2 .bottom {
    width: 100%;
}

.yqxq_section2 .bottom .box1 {
    width: 100%;
    margin-bottom: 58px;
}

.yqxq_section2 .bottom .box .tit {
    width: 100%;
    margin-bottom: 28px;
    background-color: #f5f5f5;
}

.yqxq_section2 .bottom .box .tit .words {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    min-width: 166px;
    text-align: center;
    background-color: #355cc6;
    padding: 17px 30px;
    display: inline-block;
}

/*20211103start*/
.yqxq_section2 .bottom .box1 .info {
    width: 100%;
    margin-bottom: 56px;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section2 .bottom .box1 .info.on {
    -webkit-line-clamp: 60;
}

.yqxq_section2 .bottom .box .info .list {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    padding-left: 12px;
}

/*20211103end*/
.yqxq_section2 .bottom .box .info .list:last-child {
    margin-bottom: 0;
}

.yqxq_section2 .bottom .box .info .list::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #355cc6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

/*20211103start*/
.yqxq_section2 .bottom .box1 .more {
    width: 100%;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
}

.yqxq_section2 .bottom .box1 .more.block {
    opacity: 1;
}

/*20211103end*/
.yqxq_section2 .bottom .box1 .more .words {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.yqxq_section2 .bottom .box1 .more .ico {
    width: 15px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section2 .bottom .box1 .more.on .ico {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.yqxq_section2 .bottom .box2 {
    margin-bottom: 56px;
}

.yqxq_section2 .bottom .box3 {
    width: 100%;
}

.yqxq_section2 .bottom .box3 .listbox {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}

.yqxq_section2 .bottom .box3 .listbox .list {
    width: 14.28571428571429%;
    float: left;
    padding: 56px 6px;
}

.yqxq_section2 .bottom .box3 .listbox .list .ico {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.yqxq_section2 .bottom .box3 .listbox .list:hover .ico {
    transform: rotateY(180deg);
}

.yqxq_section2 .bottom .box3 .listbox .list .words {
    font-size: 16px;
    color: #555555;
    line-height: 22px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .yqxq_section2 .center ul li .wmores {
        display: none;
    }

    .yqxq_section2 .center ul {
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        max-height: 440px;
    }

    .yqxq_section2 {
        padding-bottom: 26px;
    }

    .yqxq_section2 .top {
        padding: 0;
        background-color: rgba(255, 255, 255, 0);
    }

    .yqxq_section2 .top .left {
        width: 100%;
        background-color: #f5f5f5;
    }

    .yqxq_section2 .top .left ._l {
        padding: 10px 22px;
    }

    .yqxq_section2 .top .left ._l .tit1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .yqxq_section2 .top .left ._l .tit2 {
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section2 .top .left ._r {
        width: 100%;
    }

    .yqxq_section2 .top .left ._r ul::-webkit-scrollbar {
        display: none;
    }

    .yqxq_section2 .top .left ._r ul li {
        padding: 12px 16px;
        width: 33.333%;
    }

    .yqxq_section2 .top .left ._r ul li .tit1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
    }

    .yqxq_section2 .top .left ._r ul li .tit2 {
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section2 .top .right {
        width: 100%;
        padding: 10px 0;
    }

    .yqxq_section2 .top .right .tit1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .yqxq_section2 .top .right .tit2 {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .yqxq_section2 .center {
        margin-bottom: 14px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
    }

    .yqxq_section2 .center .centerbox {
        width: 600px;
    }

    .yqxq_section2 .center ._t {
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .yqxq_section2 .center ._t .list {
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section2 .center ._t .list.list1 {
        width: 16%;
        margin-right: 3.14%;
    }

    .yqxq_section2 .center ._t .list.list2 {
        width: 12.85%;
    }

    .yqxq_section2 .center ._t .list.list3 {
        width: 14.78%;
    }

    .yqxq_section2 .center ._t .list.list4 {
        width: 14.13%;
    }

    .yqxq_section2 .center ._t .list.list5 {
        width: 12.59%;
    }

    .yqxq_section2 .center ._t .list.list6 {
        width: 13.36%;
    }

    .yqxq_section2 .center ._t .list .ico .tico {
        border: 4px solid;
        border-color: transparent transparent #7f7f7f transparent;
        margin-bottom: 3px;
    }

    .yqxq_section2 .center ._t .list .ico .bico {
        border: 4px solid;
        border-color: #7f7f7f transparent transparent transparent;
    }

    .yqxq_section2 .center ul li {
        width: 100%;
        font-size: 0;
        padding: 10px;
    }

    .yqxq_section2 .center ul li .list {
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section2 .center ul li .list.list1 {
        width: 16%;
        margin-right: 3.14%;
    }

    .yqxq_section2 .center ul li .list.list2 {
        width: 12.85%;
    }

    .yqxq_section2 .center ul li .list.list3 {
        width: 14.78%;
        color: #ea0016;
    }

    .yqxq_section2 .center ul li .list.list4 {
        width: 14.13%;
    }

    .yqxq_section2 .center ul li .list.list5 {
        width: 12.59%;
    }

    .yqxq_section2 .center ul li .list.list6 {
        width: 13.36%;
    }

    .yqxq_section2 .center ul li .list.list7 {
        width: 13.15%;
    }

    .yqxq_section2 .center ul li .list.list7 button {
        font-size: 14px;
        line-height: 30px;
    }

    .yqxq_section2 .center ul li .list.list7 button.button1 {
        margin-bottom: 4px;
    }

    .yqxq_section2 .bottom .box1 {
        margin-bottom: 14px;
    }

    .yqxq_section2 .bottom .box .tit {
        margin-bottom: 12px;
    }

    .yqxq_section2 .bottom .box .tit .words {
        font-size: 16px;
        line-height: 26px;
        min-width: 100px;
        padding: 8px 20px;
    }

    /*20211103start*/
    .yqxq_section2 .bottom .box1 .info {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .yqxq_section2 .bottom .box .info .list {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
        padding-left: 10px;
    }

    /*20211103end*/
    .yqxq_section2 .bottom .box .info .list::after {
        width: 4px;
        height: 4px;
        top: 8px;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .yqxq_section2 .bottom .box1 .more .words {
        font-size: 14px;
        line-height: 18px;
        margin-right: 4px;
    }

    .yqxq_section2 .bottom .box1 .more .ico {
        width: 12px;
        height: 8px;
    }

    .yqxq_section2 .bottom .box2 {
        margin-bottom: 12px;
    }

    /*20220602start*/
    .yqxq_section2 .bottom .box3 .listbox {
        padding-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .yqxq_section2 .bottom .box3 .listbox .list {
        padding: 20px 4px;
        width: 33.3333%;
    }

    .yqxq_section2 .bottom .box3 .listbox .list .ico {
        width: 30px;
        height: 30px;
        margin: 0 auto 8px auto;
    }

    .yqxq_section2 .bottom .box3 .listbox .list .words {
        font-size: 12px;
        line-height: 20px;
    }

    /*20220602end*/
    .yqxq_section2 .bottom .box3 .listbox .slick-dots {
        position: absolute;
        bottom: 20px;
        height: 8px;
        text-align: center;
    }

    .yqxq_section2 .bottom .box3 .listbox .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
    }

    .yqxq_section2 .bottom .box3 .listbox .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .yqxq_section2 .top {
        margin-bottom: 14px;
    }
}

/*模块3*/
.yqxq_section3 {
    width: 100%;
    margin-bottom: 54px;
}

.yqxq_section3 .ulbox {
    max-height: 833px;
    overflow: hidden;
    margin: -15px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.yqxq_section3 .ulbox.on {
    max-height: 10000000px;
}

.yqxq_section3 .ul {}

.yqxq_section3 .ul::after {
    content: "";
    display: block;
    clear: both;
}

.yqxq_section3 .ul .li {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.yqxq_section3 .ul .li a {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 6px;
}

.yqxq_section3 .ul .li a .libox {
    width: 100%;
    position: relative;
}

.yqxq_section3 .ul .li a .pic {
    width: 100%;
    height: 374px;
    overflow: hidden;
}

.yqxq_section3 .ul .li a .pic .pics {
    width: 100%;
    height: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section3 .ul .li a:hover .pic .pics {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.yqxq_section3 .ul .li a .words {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    padding: 12px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}

.yqxq_section3 .more {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 24px;
    display: none;
    cursor: pointer;
}

.yqxq_section3.on .more {
    display: block;
}

.yqxq_section3 .more .words {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.yqxq_section3 .more .ico {
    width: 15px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.yqxq_section3 .more.on .ico {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
    .yqxq_section3 {
        margin-bottom: 26px;
    }

    .yqxq_section3 .ulbox {
        margin: -6px;
        max-height: 833px;
        width: calc(100% + 12px);
        width: -ms-calc(100% + 12px);
        width: -o-calc(100% + 12px);
        width: -moz-calc(100% + 12px);
        width: -webkit-calc(100% + 12px);
    }

    .yqxq_section3 .ul .li a .pic {
        width: 100%;
        height: 124px;
        overflow: hidden;
    }

    .yqxq_section3 .ul .li {
        padding: 6px;
        width: 50%;
    }

    .yqxq_section3 .ul .li a {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        padding: 4px;
    }

    .yqxq_section3 .ul .li a .words {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 4px;
    }
}

/*模块4*/
.yqxq_section4 {
    width: 100%;
    margin-bottom: 58px;
}

.yqxq_section4 .tit {
    width: 100%;
    margin-bottom: 28px;
    background-color: #f5f5f5;
}

.yqxq_section4 .tit .words {
    font-size: 20px;
    color: #ffffff;
    line-height: 54px;
    width: 166px;
    text-align: center;
    background-color: #355cc6;
}

.yqxq_section4 .maps {
    width: 100%;
    height: 433px;
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 28px;
}

.yqxq_section4 .maps ._mapbox {
    height: 413px !important;
    width: 100%;
}

.yqxq_section4 .maps .BMapLabel {
    width: 330px;
    height: 90px;
    line-height: 124px;
    margin: -75px 0 0 -150px;
    text-align: center;
    font-size: 14px !important;
    color: #555 !important;
    border: 0 !important;
    background: url(../images/zimg49.png)no-repeat center center;
    background-size: cover;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 15px !important;
    white-space: normal !important;
    line-height: 24px !important;
}

.yqxq_section4 .info {
    width: 100%;
}

.yqxq_section4 .info .list {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 12px;
    padding-left: 12px;
    position: relative;
}

.yqxq_section4 .info .list::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #355cc6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yqxq_section4 .info .list:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .yqxq_section4 {
        margin-bottom: 30px;
    }

    .yqxq_section4 .tit {
        margin-bottom: 12px;
    }

    .yqxq_section4 .tit .words {
        font-size: 16px;
        line-height: 30px;
        width: 120px;
    }

    .yqxq_section4 .maps {
        height: 200px;
        padding: 5px;
        margin-bottom: 12px;
    }

    .yqxq_section4 .maps ._mapbox {
        height: 190px !important;
    }

    .yqxq_section4 .maps .BMapLabel {
        width: 260px;
        height: 80px;
        line-height: 124px;
        margin: -50px 0 0 -100px;
        padding-top: 14px !important;
        font-size: 12px !important;
    }

    .yqxq_section4 .info .list {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .yqxq_section4 .info .list::after {
        content: "";
        display: block;
        width: 4px;
        height: 4px;
    }
}

/*模块5*/
/*20211223start*/
.yqxq_section5 {
    width: 100%;
    margin-bottom: 100px;
}

.yqxq_section5 .titbox {
    padding: 0 92px;
    float: left;
    width: 100%;
}

.yqxq_section5 .titbox .tit {
    width: 100%;
    float: left;
    margin-bottom: 28px;
    background-color: #f5f5f5;
}

.yqxq_section5 .titbox .tit .words {
    float: left;
    padding: 0 10px;
    font-size: 20px;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
    background-color: #355cc6;
}

.yqxq_section5 .content {
    width: 100%;
    float: left;
}

/*20211223start*/
.yqxq_section5 .ul {
    margin: 0 -15px;
    padding: 0 92px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.yqxq_section5 .ul .li {
    float: left;
    padding: 6px 15px;
}

.yqxq_section5 .ul .li a {
    display: block;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 6px;
    overflow: hidden;
}

.yqxq_section5 .ul .li a .libox {
    width: 100%;
    position: relative;
}

.yqxq_section5 .ul .li a .pic {
    width: 100%;
    padding-bottom: 74.65%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.yqxq_section5 .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.yqxq_section5 .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.yqxq_section5 .ul .li a .words {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    line-height: 24px;
    padding: 12px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}

.yqxq_section5 .ul .li a:hover .words {
    opacity: 0;
}

.yqxq_section5 .ul .li a .text {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 80px 30px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yqxq_section5 .ul .li a:hover .text {
    opacity: 1;
}

.yqxq_section5 .ul .li a .text h1 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yqxq_section5 .ul .li a .text h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 12px 0 24px 0;
}

.yqxq_section5 .ul .li a .text h6 {
    float: left;
    width: 140px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #355cc6;
    margin-bottom: 5px;
}

.yqxq_section5 .ul .li a .text h6:hover {
    background: #fff;
    color: #355cc6;
    box-shadow: 5px 5px 10px rgba(255, 255, 255, 0.2);
}

.yqxq_section5 .ul .slick-prev {
    width: 24px;
    height: 47px;
    background: url(../images/zimg52.png) no-repeat center center;
    background-size: cover;
    left: 15px;
    top: 50%;
}

.yqxq_section5 .ul .slick-next {
    width: 24px;
    height: 47px;
    background: url(../images/zimg53.png) no-repeat center center;
    background-size: cover;
    right: 15px;
    top: 50%;
}

.yqxq_section5 .ul .slick-prev:hover {
    background: url(../images/zimg54.png) no-repeat center center;
    background-size: cover;
}

.yqxq_section5 .ul .slick-next:hover {
    background: url(../images/zimg55.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1784px) {
    .yqxq_section5 .titbox {
        padding: 0;
    }
}

@media screen and (max-width:1600px) {
    .yqxq_section5 .ul .li a .text h1 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .yqxq_section5 .ul .li a .text h3 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .yqxq_section5 .ul .li a .text h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .yqxq_section5 {
        margin-bottom: 30px;
    }

    .yqxq_section5 .titbox {
        padding: 0;
    }

    .yqxq_section5 .titbox .tit {
        margin-bottom: 12px;
    }

    .yqxq_section5 .titbox .tit .words {
        font-size: 16px;
        line-height: 30px;
        width: 120px;
    }

    .yqxq_section5 .ul {
        margin: 0 -5px;
        padding: 0 0;
        padding-bottom: 20px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .yqxq_section5 .ul .li {
        float: left;
        padding: 6px 5px;
    }

    .yqxq_section5 .ul .li a {
        padding: 4px;
    }

    .yqxq_section5 .ul .li a .words {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 4px;
    }

    .yqxq_section5 .ul .slick-prev {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .yqxq_section5 .ul .slick-next {
        width: 0;
        height: 0;
        opacity: 0;
    }

    .yqxq_section5 .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .yqxq_section5 .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
    }

    .yqxq_section5 .ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .yqxq_section5 .ul .li a .text {
        padding: 40px 20px;
    }

    .yqxq_section5 .ul .li a .text h1 {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }

    .yqxq_section5 .ul .li a .text h3 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin: 10px 0 15px 0;
    }

    .yqxq_section5 .ul .li a .text h6 {
        width: 120px;
        line-height: 34px;
        font-size: 14px;
    }
}

/*内页banner2*/
.wny_banner2 {
    width: 100%;
    position: relative;
}

.wny_banner2 .ba_pic {
    width: 100%;
}

.wny_banner2 .ba_pic img {
    width: 100%;
    display: block;
}

.wny_banner2 .wordsbox {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
    .wny_banner2 {
        margin-top: 63px;
    }

    .wny_banner2 .wordsbox {
        top: 43%;
        font-size: 34px;
        line-height: 40px;
    }
}

/*20211223start*/
.wny_banner2 .jianjei {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 64%;
    font-size: 40px;
    color: #ffffff;
    line-height: 50px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

/*20211223end*/
@media screen and (max-width: 1024px) {
    .wny_banner2 .jianjei {
        top: 56%;
        font-size: 18px;
        line-height: 30px;
    }
}

/*二级导航*/
.ejbox_section {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.ejbox_section ul {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 -40px;
    width: calc(100% + 80px);
    width: -ms-calc(100% + 80px);
    width: -o-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: -webkit-calc(100% + 80px);
}

.ejbox_section ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
}

.ejbox_section ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 26px 0;
    position: relative;
}

.ejbox_section ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #1d9a36;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ejbox_section ul li a:hover::after,
.ejbox_section ul li a.on::after {
    width: 100%;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .ejbox_section ul {
        margin: 0 -12px;
        width: calc(100% + 24px);
        width: -ms-calc(100% + 24px);
        width: -o-calc(100% + 24px);
        width: -moz-calc(100% + 24px);
        width: -webkit-calc(100% + 24px);
    }

    .ejbox_section ul li {
        padding: 0 10px;
    }

    .ejbox_section ul li a {
        font-size: 14px;
        line-height: 20px;
        padding: 22px 0;
    }
}

/*科技服务*/
.kjfw_section1 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.kjfw_section1 h2 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.kjfw_section1 .border {
    width: 48px;
    height: 3px;
    background-color: #355cc6;
    margin: 0 auto 28px auto;
}

.kjfw_section1 .info {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-bottom: 54px;
}

.kjfw_section1 .content .ul {
    margin: 0 -28px;
    width: calc(100% + 56px);
    width: -ms-calc(100% + 56px);
    width: -o-calc(100% + 56px);
    width: -moz-calc(100% + 56px);
    width: -webkit-calc(100% + 56px);
}

.kjfw_section1 .content .ul .li {
    padding: 0 28px;
    float: left;
}

.kjfw_section1 .content .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

.kjfw_section1 .content .ul .li a .pic {
    width: 100%;
    padding-bottom: 66.59%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.kjfw_section1 .content .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.kjfw_section1 .content .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kjfw_section1 .content .ul .li a .wordsbox {
    width: 100%;
    ;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 15px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.kjfw_section1 .content .ul .li a .wordsbox .icobox {
    width: 124px;
    height: 124px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin: 0 auto 18px auto;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.kjfw_section1 .content .ul .li a .wordsbox .icobox .ico {
    width: 100%;
    height: 100%;
}

.kjfw_section1 .content .ul .li a:hover .wordsbox .icobox {
    background-color: rgba(34, 154, 57, 0.79);
    border-color: rgba(34, 154, 57, 0.79);
}

.kjfw_section1 .content .ul .li a .wordsbox .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .kjfw_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .kjfw_section1 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .kjfw_section1 .border {
        width: 24px;
        height: 2px;
        margin: 0 auto 12px auto;
    }

    .kjfw_section1 .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 14px;
    }

    .kjfw_section1 .content .ul {
        margin: 0 -5px;
        padding-bottom: 20px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .kjfw_section1 .content .ul .li {
        padding: 0 5px;
    }

    .kjfw_section1 .content .ul .li a .wordsbox {
        padding: 0 10px;
    }

    .kjfw_section1 .content .ul .li a .wordsbox .icobox {
        width: 70px;
        height: 70px;
        margin: 0 auto 12px auto;
    }

    .kjfw_section1 .content .ul .li a .wordsbox .words {
        font-size: 14px;
        line-height: 20px;
    }

    .kjfw_section1 .content .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .kjfw_section1 .content .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
    }

    .kjfw_section1 .content .ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }
}

/*模块2*/
.kjfw_section2 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 100px;
}

.kjfw_section2 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 26px;
    line-height: 40px;
    color: #333333;
}

.kjfw_section2 .border {
    width: 48px;
    height: 3px;
    margin: 0 auto;
    background-color: #355cc6;
}

.kjfw_section2 .content1 {
    width: 100%;
    margin-top: 60px;
}

.kjfw_section2 .content1 .ulbox {
    width: 100%;
    padding-bottom: 60px;
}

.kjfw_section2 .content1 .ulbox .ul {
    margin: -15px;
    overflow: hidden;
    height: auto;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.kjfw_section2 .content1 .ulbox .ul .li {
    width: 25%;
    float: left;
    padding: 15px;
}

.kjfw_section2 .content1 .ulbox .ul .li a {
    display: block;
    width: 100%;
}

.kjfw_section2 .content1 .ulbox .ul .li a .pic {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.kjfw_section2 .content1 .ulbox .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.kjfw_section2 .content1 .ulbox .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kjfw_section2 .content1 .ulbox .ul .li a .wordsbox {
    width: 100%;
    background-color: #fdfdfd;
    padding: 26px;
}

.kjfw_section2 .content1 .ulbox .ul .li a .wordsbox .words {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    height: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.kjfw_section2 .content1 .ulbox .slick-dots {
    position: absolute;
    bottom: 0;
    height: 12px;
    text-align: center;
}

.kjfw_section2 .content1 .ulbox .slick-dots li {
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #355cc6;
}

.kjfw_section2 .content1 .ulbox .slick-dots li.slick-active {
    background: #355cc6;
}

@media screen and (max-width: 1024px) {
    .kjfw_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .kjfw_section2 h2 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .kjfw_section2 .border {
        width: 24px;
        height: 2px;
    }

    .kjfw_section2 .content1 {
        margin-top: 14px;
    }

    .kjfw_section2 .content1 .ulbox {
        padding-bottom: 20px;
    }

    .kjfw_section2 .content1 .ulbox .ul {
        margin: -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .kjfw_section2 .content1 .ulbox .ul .li {
        width: 50%;
        padding: 5px;
    }

    .kjfw_section2 .content1 .ulbox .ul .li a .wordsbox {
        padding: 12px;
    }

    .kjfw_section2 .content1 .ulbox .ul .li a .wordsbox .words {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
        -webkit-line-clamp: 3;
    }

    .kjfw_section2 .content1 .ulbox .slick-dots {
        height: 8px;
    }

    .kjfw_section2 .content1 .ulbox .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 2px;
    }
}

/*模块2弹窗*/
.kjfw_section2 .tcbox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100vw;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.kjfw_section2 .tcbox .slick-prev {
    width: 26px;
    height: 26px;
    background: url(../images/zimg70.png) no-repeat center center;
    background-size: cover;
    border-radius: 100%;
    left: auto;
    right: 55px;
    top: 76%;
    background-color: #999999;
}

.kjfw_section2 .tcbox .slick-next {
    width: 26px;
    height: 26px;
    background: url(../images/zimg71.png) no-repeat center center;
    background-size: cover;
    border-radius: 100%;
    right: 20px;
    top: 76%;
    background-color: #999999;
}

.kjfw_section2 .tcbox .slick-prev:hover,
.kjfw_section2 .tcbox .slick-next:hover {
    background-color: #355cc6;
}

.kjfw_section2 .tcbox.on {
    left: 0;
}

.kjfw_section2 .tcbox .posibox {
    width: 100%;
    height: 100%;
    position: relative;
}

.kjfw_section2 .tcbox .posibox .content2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 890px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox {
    float: left;
    margin-top: 42px;
    width: calc(100% - 52px);
    width: -ms-calc(100% - 52px);
    width: -o-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul {
    width: 100%;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li {
    width: 100%;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a {
    display: block;
    width: 100%;
    background-color: #ffffff;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .picbox {
    width: 100%;
    padding: 8px;
    border-bottom: 2px solid #e1e0e0;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .picbox .pic {
    width: 100%;
    padding-bottom: 66.01%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .picbox .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a:hover .picbox .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox {
    width: 100%;
    padding: 24px 22px 26px 20px;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .tit {
    font-size: 18px;
    color: #355cc6;
    line-height: 24px;
    margin-bottom: 26px;
    font-weight: bold;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .info {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px dashed #e0e0e0;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .num {
    font-size: 14px;
    color: #555555;
    line-height: 20px;
}

.kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .num span {
    color: #355cc6;
}

.kjfw_section2 .tcbox .posibox .content2 .none {
    width: 41px;
    height: 41px;
    float: right;
    cursor: pointer;
}

@media screen and (max-width: 1400px) {
    .kjfw_section2 .tcbox .posibox .content2 {
        width: 600px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox {
        margin-top: 0;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox {
        padding: 14px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .tit {
        margin-bottom: 16px;
    }

    .kjfw_section2 .tcbox .slick-prev {
        top: 68%;
    }

    .kjfw_section2 .tcbox .slick-next {
        top: 68%;
    }
}

@media screen and (max-width: 1024px) {
    .kjfw_section2 .tcbox .posibox .content2 {
        width: 300px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox {
        margin-top: 30px;
        width: 100%;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .picbox {
        padding: 4px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox {
        padding: 10px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .tit {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .info {
        font-size: 12px;
        line-height: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .ulbox ul li a .wordsbox .num {
        font-size: 12px;
        line-height: 18px;
    }

    .kjfw_section2 .tcbox .posibox .content2 .none {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .kjfw_section2 .tcbox .slick-prev {
        width: 22px;
        height: 22px;
        left: auto;
        right: 37px;
        top: 55%;
    }

    .kjfw_section2 .tcbox .slick-next {
        width: 22px;
        height: 22px;
        right: 10px;
        top: 55%;
    }
}

/*模块3*/
.kjfw_section3 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.kjfw_section3 h2 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-bottom: 26px;
}

.kjfw_section3 .border {
    width: 48px;
    height: 3px;
    background-color: #355cc6;
    margin: 0 auto;
}

.kjfw_section3 .content {
    width: 100%;
    margin-top: 60px;
}

.kjfw_section3 .content .ul {
    width: 100%;
    padding: 0 92px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.kjfw_section3 .content .ul .li {
    padding: 0 15px;
}

.kjfw_section3 .content .ul .li a {
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.kjfw_section3 .content .ul .li a .pic {
    width: 100%;
    padding-bottom: 66.52%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.kjfw_section3 .content .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.kjfw_section3 .content .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kjfw_section3 .content .ul .slick-prev {
    width: 24px;
    height: 47px;
    background: url(../images/zimg52.png) no-repeat center center;
    background-size: cover;
    left: 60px;
    top: 50%;
}

.kjfw_section3 .content .ul .slick-next {
    width: 24px;
    height: 47px;
    background: url(../images/zimg53.png) no-repeat center center;
    background-size: cover;
    right: 60px;
    top: 50%;
}

.kjfw_section3 .content .ul .slick-prev:hover {
    background: url(../images/zimg54.png) no-repeat center center;
    background-size: cover;
}

.kjfw_section3 .content .ul .slick-next:hover {
    background: url(../images/zimg55.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .kjfw_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .kjfw_section3 h2 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .kjfw_section3 .border {
        width: 24px;
        height: 2px;
    }

    .kjfw_section3 .content {
        width: 100%;
        margin-top: 14px;
    }

    .kjfw_section3 .content .ul {
        padding: 0;
        margin: 0 -5px;
        padding-bottom: 20px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .kjfw_section3 .content .ul .li {
        padding: 0 5px;
    }

    .kjfw_section3 .content .ul .slick-prev {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .kjfw_section3 .content .ul .slick-next {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .kjfw_section3 .content .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .kjfw_section3 .content .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
    }

    .kjfw_section3 .content .ul .slick-dots li.slick-active {
        width: 16px;
        background-color: #355cc6;
    }
}

/*科技服务 科技评价和政策申报*/
.jspj_section1 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.jspj_section1 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 56px;
    line-height: 44px;
    color: #333333;
}

.jspj_section1 .content {
    width: 100%;
}

.jspj_section1 .content ul {
    margin: 0 -1px;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    width: calc(100% + 2px);
    width: -ms-calc(100% + 2px);
    width: -o-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
}

.jspj_section1 .content ul li {
    width: 24.5%;
    float: left;
    padding: 0 1px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section1 .content ul li.on {
    width: 51%;
}

/*20211216start*/
.jspj_section1 .content ul li a {
    display: block;
    width: 100%;
    position: relative;
    height: 450px;
    min-height: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*20211216end*/
.jspj_section1 .content ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section1 .content ul li.on a::after {
    background-color: rgba(0, 0, 0, 0.86);
}

.jspj_section1 .content ul li a .wordsbox1 {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 7;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section1 .content ul li.on a .wordsbox1 {
    opacity: 0;
}

.jspj_section1 .content ul li a .wordsbox1 .ico {
    width: 80px;
    height: 80px;
    margin: 0 auto 14px auto;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
}

.jspj_section1 .content ul li a .wordsbox1 .words {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.jspj_section1 .content ul li a .wordsbox2 {
    width: 100%;
    padding: 40px;
    z-index: 7;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section1 .content ul li.on a .wordsbox2 {
    opacity: 1;
}

.jspj_section1 .content ul li a .wordsbox2 .ico {
    width: 80px;
    height: 80px;
}

.jspj_section1 .content ul li a .wordsbox2 .tit {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 22px;
}

/*20211209start*/
.jspj_section1 .content ul li a .wordsbox2 .info {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 22px;
}

/*20211209end*/
.jspj_section1 .content ul li a .wordsbox2 .info2 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jspj_section1 .content ul li a .wordsbox2 button {
    width: 100%;
    height: 50px;
    background-color: #355cc6;
    font-size: 16px;
    color: #ffffff;
    border-radius: 2px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section1 .content ul li a .wordsbox2 button:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

@media screen and (max-width: 1024px) {
    .jspj_section1 {
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        z-index: 4;
    }

    .jspj_section1 h2 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 24px;
    }

    .jspj_section1 .content ul {
        margin: -1px 0;
        width: 100%;
    }

    .jspj_section1 .content ul li {
        width: 100%;
        padding: 2px 0;
    }

    .jspj_section1 .content ul li.on {
        width: 100%;
    }

    /*20211208start*/
    .jspj_section1 .content ul li a {
        height: 140px;
    }

    .jspj_section1 .content ul li.on a {
        height: auto;
    }

    /*20211208end*/
    .jspj_section1 .content ul li a .wordsbox1 {
        padding: 0 6px;
    }

    .jspj_section1 .content ul li a .wordsbox1 .ico {
        width: 46px;
        height: 46px;
        margin: 0 auto 10px auto;
    }

    .jspj_section1 .content ul li a .wordsbox1 .words {
        font-size: 16px;
        line-height: 22px;
    }

    .jspj_section1 .content ul li a .wordsbox2 {
        padding: 25px 15px;
    }

    .jspj_section1 .content ul li a .wordsbox2 .ico {
        width: 46px;
        height: 46px;
    }

    .jspj_section1 .content ul li a .wordsbox2 .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    /*20211209start*/
    .jspj_section1 .content ul li a .wordsbox2 .info {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /*20211209end*/
    .jspj_section1 .content ul li a .wordsbox2 .info2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .jspj_section1 .content ul li a .wordsbox2 button {
        height: 34px;
        font-size: 14px;
    }
}

/*模块2*/
.jspj_section2 {
    background-color: #f5f5f5;
}

/*模块3*/
.jspj_section3 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 100px;
}

.jspj_section3 h2 {
    font-size: 36px;
    text-align: center;
    line-height: 44px;
    color: #333333;
}

.jspj_section3 .content {
    width: 100%;
    margin-top: 56px;
}

.jspj_section3 .content .ul {
    margin: 0 -15px;
    position: relative;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.jspj_section3 .content .ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50px;
}

.jspj_section3 .content .ul .li {
    padding: 0 15px;
}

.jspj_section3 .content .ul .li a {
    display: block;
    width: 100%;
}

.jspj_section3 .content .ul .li a .numbox {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.21);
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    margin: 0 auto 32px auto;
}

.jspj_section3 .content .ul .li a .numbox::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.jspj_section3 .content .ul .li a .numbox::before {
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    background-color: #355cc6;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    z-index: 6;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.jspj_section3 .content .ul .li a .numbox .num {
    position: relative;
    z-index: 7;
}

.jspj_section3 .content .ul .li a .numbox .num::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 100%;
}

.jspj_section3 .content .ul .li a .boxs {
    width: 100%;
    padding: 12px 12px 22px 12px;
    background-color: #fff;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section3 .content .ul .li a:hover .boxs {
    background-color: #1d9a36;
}

.jspj_section3 .content .ul .li a .boxs .pic {
    width: 100%;
    padding-bottom: 66.78%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.jspj_section3 .content .ul .li a .boxs .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.jspj_section3 .content .ul .li a:hover .boxs .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.jspj_section3 .content .ul .li a .boxs .wordsbox {
    width: 100%;
    padding: 22px 4px 0 4px;
}

.jspj_section3 .content .ul .li a .boxs .wordsbox .tit1 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jspj_section3 .content .ul .li a .boxs .wordsbox .tit2 {
    font-size: 16px;
    color: #555555;
    text-align: center;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jspj_section3 .content .ul .li a:hover .boxs .wordsbox .tit1 {
    color: #fff;
}

.jspj_section3 .content .ul .li a:hover .boxs .wordsbox .tit2 {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .jspj_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jspj_section3 h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .jspj_section3 .content {
        margin-top: 14px;
    }

    .jspj_section3 .content .ul {
        margin: 0 -5px;
        padding-bottom: 20px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .jspj_section3 .content .ul::before {
        top: 30px;
    }

    .jspj_section3 .content .ul .li {
        padding: 0 5px;
    }

    .jspj_section3 .content .ul .li a .numbox {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin: 0 auto 12px auto;
    }

    .jspj_section3 .content .ul .li a .numbox::after {
        width: 46px;
        height: 46px;
    }

    .jspj_section3 .content .ul .li a .numbox::before {
        width: 42px;
        height: 42px;
    }

    .jspj_section3 .content .ul .li a .numbox .num::after {
        height: 12px;
    }

    .jspj_section3 .content .ul .li a .boxs {
        padding: 10px;
    }

    .jspj_section3 .content .ul .li a .boxs .wordsbox {
        padding: 10px 4px 0 4px;
    }

    .jspj_section3 .content .ul .li a .boxs .wordsbox .tit1 {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .jspj_section3 .content .ul .li a .boxs .wordsbox .tit2 {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        -webkit-line-clamp: 3;
    }

    .jspj_section3 .content .ul .slick-dots {
        position: absolute;
        bottom: 0;
        height: 8px;
        text-align: center;
    }

    .jspj_section3 .content .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #fff;
    }

    .jspj_section3 .content .ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }
}

/*模块4*/
.jspj_section4 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.jspj_section4 h2 {
    font-size: 36px;
    text-align: center;
    line-height: 44px;
    color: #333333;
}

.jspj_section4 .content {
    width: 100%;
    margin-top: 56px;
}

.jspj_section4 .content .ul {
    margin: 0 -15px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.jspj_section4 .content .ul .li {
    padding: 0 15px;
}

.jspj_section4 .content .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

.jspj_section4 .content .ul .li a .pic {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.jspj_section4 .content .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.jspj_section4 .content .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.jspj_section4 .content .ul .li a .wordsbox {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jspj_section4 .content .ul .li a .wordsbox .icobox {
    width: 130px;
    height: 130px;
    background-color: rgba(34, 154, 57, 0.8);
    border-radius: 100%;
    margin: 0 auto 22px auto;
}

.jspj_section4 .content .ul .li a .wordsbox .icobox .ico {
    width: 100%;
    height: 100%;
}

.jspj_section4 .content .ul .li a .wordsbox .words {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

/*20221206start*/
.jspj_section4s .content .ul .li a .wordsbox .words {
    height: 90px;
    line-height: 30px;
    /*overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;*/
}

.jspj_section4ss .content .ul .li a .wordsbox .words {
    height: 60px;
    line-height: 30px;
    /*overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;*/
}

/*.jspj_section4 .content .ul .slick-dots{ position: absolute; bottom: 0; height: 12px; text-align: center;}
.jspj_section4 .content .ul .slick-dots li{ vertical-align: top; width: 12px; height: 12px;border-radius: 100%; margin: 0 5px;border:1px solid #355cc6;}
.jspj_section4 .content .ul .slick-dots li.slick-active{ background: #355cc6;}*/
/*20221206end*/
.jspj_section4 .content .ul .slick-prev {
    width: 24px;
    height: 47px;
    background: url(../images/zimg52.png) no-repeat center center;
    background-size: cover;
    left: -30px;
    top: 50%;
}

.jspj_section4 .content .ul .slick-next {
    width: 24px;
    height: 47px;
    background: url(../images/zimg53.png) no-repeat center center;
    background-size: cover;
    right: -30px;
    top: 50%;
}

.jspj_section4 .content .ul .slick-prev:hover,
.jspj_section4 .content .ul .slick-next:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1400px) {

    /*20221206start*/
    .jspj_section4 .content .ul {
        margin: 0 -8px;
        width: calc(100% + 16px);
    }

    .jspj_section4 .content .ul .li {
        padding: 0 8px;
    }

    .jspj_section4 .content .ul .li a .wordsbox {
        padding: 0 6px;
    }

    .jspj_section4 .content .ul .li a .wordsbox .icobox {
        width: 80px;
        height: 80px;
    }

    .jspj_section4s .content .ul .li a .wordsbox .words {
        /*height: 60px;*/
        line-height: 20px;
        font-size: 14px;
    }

    .jspj_section4ss .content .ul .li a .wordsbox .words {
        /*height: 40px;*/
        line-height: 20px;
        font-size: 14px;
    }

    /*20221206end*/
    .jspj_section4 .content .ul .slick-prev {
        width: 24px;
        height: 47px;
        background: url(../images/zimg52.png) no-repeat center center;
        background-size: cover;
        left: 25px;
        top: 50%;
    }

    .jspj_section4 .content .ul .slick-next {
        width: 24px;
        height: 47px;
        background: url(../images/zimg53.png) no-repeat center center;
        background-size: cover;
        right: 25px;
        top: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .jspj_section4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jspj_section4 h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .jspj_section4 .content {
        margin-top: 14px;
    }

    .jspj_section4 .content .ul {
        margin: 0 -5px;
        padding-bottom: 20px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    /*20221206start*/
    .jspj_section4 .content .ul .li {
        padding: 0 5px;
    }

    .jspj_section4 .content .ul .li a .pic {
        padding-bottom: 120%;
    }

    .jspj_section4 .content .ul .li a .wordsbox {
        padding: 0 4px;
        top: 20px;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .jspj_section4 .content .ul .li a .wordsbox .icobox {
        width: 60px;
        height: 60px;
        margin: 0 auto 12px auto;
    }

    .jspj_section4 .content .ul .li a .wordsbox .words {
        font-size: 14px;
        line-height: 20px;
    }

    /*.jspj_section4 .content .ul .slick-dots{height: 8px;}
.jspj_section4 .content .ul .slick-dots li{width: 8px; height: 8px;margin: 0 4px;}*/
    .jspj_section4s .content .ul .li a .wordsbox .words {
        height: 80px;
        font-size: 12px;
        /*-webkit-line-clamp:4;*/
    }

    .jspj_section4ss .content .ul .li a .wordsbox .words2 {
        /*height: 80px;*/
        font-size: 12px;
        /*-webkit-line-clamp:3;*/
    }

    .jspj_section4ss .content .ul .li a .wordsbox .words {
        height: 20px;
    }

    .jspj_section4 .content .ul .slick-prev {
        width: 14px;
        height: 24px;
        left: 5px;
    }

    .jspj_section4 .content .ul .slick-next {
        width: 14px;
        height: 24px;
        right: 5px;
    }

    /*20221206end*/
}

/*检测认证*/
.jcrz_section1 .content ul li {
    width: 13.6%;
}

.jcrz_section1 .content ul li.on {
    width: 32%;
}

/*20211216start*/
.jcrz_section1 .content ul li a {
    height: 450px;
}

/*20211216end*/
@media screen and (max-width: 1024px) {
    .jcrz_section1 .content ul li {
        width: 100%;
    }

    .jcrz_section1 .content ul li.on {
        width: 100%;
    }

    .jcrz_section1 .content ul li a {
        height: 140px;
    }

    /*20211208start*/
    .jcrz_section1 .content ul li.on a {
        height: auto;
    }

    /*20211208end*/
    .jcrz_section1 .content ul li a .wordsbox2 .info {
        font-size: 12px;
    }

}

/*与联系我们*/
.jcrz_section2 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.jcrz_section2 .titbox {
    width: 100%;
    font-size: 0;
    margin-bottom: 36px;
    text-align: center;
}

.jcrz_section2 .titbox h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    width: 228px;
    display: inline-block;
    vertical-align: middle;
}

.jcrz_section2 .titbox .border {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 114px);
    width: -ms-calc(50% - 114px);
    width: -o-calc(50% - 114px);
    width: -moz-calc(50% - 114px);
    width: -webkit-calc(50% - 114px);
}

.jcrz_section2 .content {
    width: 902px;
    margin: 0 auto;
    overflow: hidden;
}

.jcrz_section2 .content .left {
    width: 752px;
    float: left;
    font-size: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.jcrz_section2 .content .left .boxs {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.jcrz_section2 .content .left .boxs .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jcrz_section2 .content .left .boxs .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.jcrz_section2 .content .left .boxs2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    margin: 0 12px 0 24px;
}

.jcrz_section2 .content .right {
    width: 150px;
    float: right;
}

.jcrz_section2 .content .right button {
    width: 100%;
    height: 60px;
    background-color: #1d9a36;
    font-size: 18px;
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .jcrz_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jcrz_section2 .titbox {
        margin-bottom: 12px;
    }

    .jcrz_section2 .titbox h2 {
        font-size: 18px;
        line-height: 24px;
        width: 110px;
    }

    .jcrz_section2 .titbox .border {
        width: calc(50% - 55px);
        width: -ms-calc(50% - 55px);
        width: -o-calc(50% - 55px);
        width: -moz-calc(50% - 55px);
        width: -webkit-calc(50% - 55px);
    }

    .jcrz_section2 .content {
        width: 100%;
    }

    .jcrz_section2 .content .left {
        width: 100%;
        display: block;
        text-align: left;
        padding: 10px;
    }

    .jcrz_section2 .content .left .boxs .ico {
        width: 18px;
        height: 18px;
    }

    .jcrz_section2 .content .left .boxs .words {
        font-size: 14px;
        line-height: 34px;
        margin-left: 2px;
    }

    .jcrz_section2 .content .left .boxs2 {
        font-size: 14px;
        line-height: 34px;
        margin: 0;
        display: none;
    }

    .jcrz_section2 .content .right {
        width: 100%;
        display: block;
    }

    .jcrz_section2 .content .right button {
        height: 34px;
        ;
        font-size: 14px;
    }
}

/*三级导航*/
.sjbox_section {
    width: 100%;
    padding-top: 60px;
}

.sjbox_sections {
    margin-bottom: 60px;
}

.sjbox_section ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0 -15px;
}

.sjbox_section ul li {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.sjbox_section ul li a {
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 42px;
    width: 146px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 4px;
}

.sjbox_section ul li a:hover,
.sjbox_section ul li a.on {
    background-color: #355cc6;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .sjbox_section {
        padding-top: 14px;
    }

    .sjbox_section ul {
        margin: -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .sjbox_section ul li {
        padding: 5px;
        width: 50%;
    }

    .sjbox_section ul li a {
        font-size: 14px;
        line-height: 34px;
        width: 100%;
    }

    .sjbox_sections {
        margin-bottom: 30px;
    }
}

/*上市辅导*/
.zxssfd_section1 {
    width: 100%;
    padding-bottom: 94px;
    padding-top: 54px;
}

.zxssfd_section1 h2 {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 54px;
}

.zxssfd_section1 .content1 {
    overflow-x: hidden;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 58px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px 130px 12px 124px;
}

.zxssfd_section1 .content1 .words {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    float: left;
}

.zxssfd_section1 .content1 .ico {
    float: left;
    width: 16px;
    height: 13px;
    margin-top: 5.5px;
}

.zxssfd_section1 .content1 .lis1 {
    margin-right: 188px;
}

.zxssfd_section1 .content1 .lis2 {
    margin-right: 188px;
}

.zxssfd_section1 .content1 .lis3 {
    margin-right: 204px;
}

.zxssfd_section1 .content1 .lis4 {
    margin-right: 200px;
}

.zxssfd_section1 .content1 .lis5 {
    margin-right: 82px;
}

.zxssfd_section1 .content1 .lis6 {
    margin-right: 80px;
}

.zxssfd_section1 .content2 {
    width: 100%;
}

.zxssfd_section1 .content2 ul {
    padding: 0 92px;
}

.zxssfd_section1 .content2 ul::after {
    content: "";
    display: block;
    clear: both;
}

.zxssfd_section1 .content2 ul li {
    float: left;
    position: relative;
}

.zxssfd_section1 .content2 ul li:nth-child(1) {
    margin-right: 120px;
}

.zxssfd_section1 .content2 ul li:nth-child(1)::before {
    content: "";
    display: block;
    width: 92px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    right: 140px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(1)::after {
    content: "";
    display: block;
    width: 105px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 162px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(2) {
    margin-right: 48px;
}

.zxssfd_section1 .content2 ul li:nth-child(2)::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 180px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(3) {
    margin-right: 76px;
}

.zxssfd_section1 .content2 ul li:nth-child(3)::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 159px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(4) {
    margin-right: 151px;
}

.zxssfd_section1 .content2 ul li:nth-child(4)::after {
    content: "";
    display: block;
    width: 105px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 163px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(5) {
    margin-right: 114px;
}

.zxssfd_section1 .content2 ul li:nth-child(5)::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 157px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li:nth-child(6)::after {
    content: "";
    display: block;
    width: 96px;
    height: 1px;
    background-color: #d1d1d2;
    position: absolute;
    left: 140px;
    top: 70px;
}

.zxssfd_section1 .content2 ul li .pic {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin: 0 auto;
}

.zxssfd_section1 .content2 ul li .info {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
}

.zxssfd_section1 .content2 ul .slick-prev {
    width: 40px;
    height: 40px;
    background: url(../images/zimg119.png) no-repeat center center;
    background-size: cover;
    left: 0;
    top: 30%;
    background-color: #999999;
    border-radius: 100%;
    z-index: 6;
}

.zxssfd_section1 .content2 ul .slick-next {
    width: 40px;
    height: 40px;
    background: url(../images/zimg120.png) no-repeat center center;
    background-size: cover;
    right: 0;
    top: 30%;
    background-color: #999999;
    border-radius: 100%;
    z-index: 6;
}

.zxssfd_section1 .content2 ul .slick-prev:hover,
.zxssfd_section1 .content2 ul .slick-next:hover {
    background-color: #355cc6;
}

@media screen and (max-width: 1690px) {
    .zxssfd_section1 .content2 ul {
        padding: 0 92px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1) {
        margin-right: 80px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2) {
        margin-right: 30px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3) {
        margin-right: 50px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4) {
        margin-right: 90px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5) {
        margin-right: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::before {
        width: 92px;
        right: 140px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::after {
        width: 60px;
        left: 162px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2)::after {
        width: 20px;
        left: 180px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3)::after {
        width: 40px;
        left: 159px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4)::after {
        width: 50px;
        left: 163px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5)::after {
        width: 40px;
        left: 157px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(6)::after {
        width: 96px;
        left: 140px;
        top: 70px;
    }

    .zxssfd_section1 .content1 .lis1 {
        margin-right: 140px;
    }

    .zxssfd_section1 .content1 .lis2 {
        margin-right: 140px;
    }

    .zxssfd_section1 .content1 .lis3 {
        margin-right: 160px;
    }

    .zxssfd_section1 .content1 .lis4 {
        margin-right: 180px;
    }

    .zxssfd_section1 .content1 .lis5 {
        margin-right: 40px;
    }

    .zxssfd_section1 .content1 .lis6 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1500px) {
    .zxssfd_section1 .content2 ul {
        padding: 0 92px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1) {
        margin-right: 40px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2) {
        margin-right: 20px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3) {
        margin-right: 30px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4) {
        margin-right: 50px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5) {
        margin-right: 50px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::before {
        width: 92px;
        right: 140px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::after {
        width: 50px;
        left: 149px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2)::after {
        width: 20px;
        left: 180px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3)::after {
        width: 20px;
        left: 145px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4)::after {
        width: 30px;
        left: 150px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5)::after {
        width: 34px;
        left: 148px;
        top: 70px;
    }

    .zxssfd_section1 .content2 ul li:nth-child(6)::after {
        width: 96px;
        left: 140px;
        top: 70px;
    }

    .zxssfd_section1 .content1 .lis1 {
        margin-right: 120px;
    }

    .zxssfd_section1 .content1 .lis2 {
        margin-right: 120px;
    }

    .zxssfd_section1 .content1 .lis3 {
        margin-right: 140px;
    }

    .zxssfd_section1 .content1 .lis4 {
        margin-right: 160px;
    }

    .zxssfd_section1 .content1 .lis5 {
        margin-right: 50px;
    }

    .zxssfd_section1 .content1 .lis6 {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .zxssfd_section1 .content1 {
        padding: 12px 40px 12px 68px;
    }

    .zxssfd_section1 .content2 ul li .pic {
        width: 100px;
        height: 100px;
    }

    .zxssfd_section1 .content2 ul li .info {
        font-size: 14px;
    }

    .zxssfd_section1 .content2 ul {
        padding: 0;
    }

    .zxssfd_section1 .content2 ul li {
        width: 16.66666666666667%;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4) {
        margin-right: 0;
    }

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

    .zxssfd_section1 .content2 ul li:nth-child(1)::before {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4)::after {
        content: "";
        display: none;
        ;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(6)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content1 .lis1 {
        margin-right: 116px;
    }

    .zxssfd_section1 .content1 .lis2 {
        margin-right: 165px;
    }

    .zxssfd_section1 .content1 .lis3 {
        margin-right: 190px;
    }

    .zxssfd_section1 .content1 .lis4 {
        margin-right: 130px;
    }

    .zxssfd_section1 .content1 .lis5 {
        margin-right: 60px;
    }

    .zxssfd_section1 .content1 .lis6 {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1300px) {
    .zxssfd_section1 .content2 ul li .pic {
        width: 100px;
        height: 100px;
    }

    .zxssfd_section1 .content2 ul li .info {
        font-size: 14px;
    }

    .zxssfd_section1 .content2 ul {
        padding: 0;
    }

    .zxssfd_section1 .content2 ul li {
        width: 16.66666666666667%;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3) {
        margin-right: 0;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4) {
        margin-right: 0;
    }

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

    .zxssfd_section1 .content2 ul li:nth-child(1)::before {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(1)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(2)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(3)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(4)::after {
        content: "";
        display: none;
        ;
    }

    .zxssfd_section1 .content2 ul li:nth-child(5)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content2 ul li:nth-child(6)::after {
        content: "";
        display: none;
    }

    .zxssfd_section1 .content1 {
        padding: 12px 50px;
    }

    .zxssfd_section1 .content1 .lis1 {
        margin-right: 116px;
    }

    .zxssfd_section1 .content1 .lis2 {
        margin-right: 160px;
    }

    .zxssfd_section1 .content1 .lis3 {
        margin-right: 150px;
    }

    .zxssfd_section1 .content1 .lis4 {
        margin-right: 130px;
    }

    .zxssfd_section1 .content1 .lis5 {
        margin-right: 50px;
    }

    .zxssfd_section1 .content1 .lis6 {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .zxssfd_section1 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .zxssfd_section1 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .zxssfd_section1 .content1 {
        margin-bottom: 14px;
        padding: 10px;
    }

    .zxssfd_section1 .content1 .words {
        font-size: 12px;
        line-height: 20px;
    }

    .zxssfd_section1 .content1 .ico {
        width: 12px;
        height: 10px;
        margin-top: 5px;
    }

    .zxssfd_section1 .content2 ul {
        padding: 0;
        margin: -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .zxssfd_section1 .content2 ul li {
        padding: 5px;
        width: 50%;
        float: left;
    }

    .zxssfd_section1 .content2 ul li .pic {
        width: 80px;
        height: 80px;
    }

    .zxssfd_section1 .content2 ul li .info {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    /*20220602start*/
    .zxssfd_section1 .content2 ul .slick-prev {
        width: 26px;
        height: 26px;
        top: 50%;
    }

    .zxssfd_section1 .content2 ul .slick-next {
        width: 26px;
        height: 26px;
        top: 50%;
    }

    /*20220602end*/
    .zxssfd_section1 .content1 {
        padding: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: left;
    }

    .zxssfd_section1 .content1 .lis1 {
        margin-right: 0;
    }

    .zxssfd_section1 .content1 .lis2 {
        margin-right: 0;
    }

    .zxssfd_section1 .content1 .lis3 {
        margin-right: 0;
    }

    .zxssfd_section1 .content1 .lis4 {
        margin-right: 0;
    }

    .zxssfd_section1 .content1 .lis5 {
        margin-right: 0;
    }

    .zxssfd_section1 .content1 .lis6 {
        margin-right: 0;
    }
}

/*模块2*/
.zxssfd_section2 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.zxssfd_section2 h2 {
    font-size: 36px;
    text-align: center;
    color: #333333;
    line-height: 40px;
    margin-bottom: 56px;
}

.zxssfd_section2 .content {
    width: 100%;
}

.zxssfd_section2 .content ul {
    width: 100%;
}

.zxssfd_section2 .content ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
}

.zxssfd_section2 .content ul li:first-child {
    border-bottom: 0;
    background-color: #355cc6;
}

.zxssfd_section2 .content ul li:first-child .list {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 20px 38px;
}

.zxssfd_section2 .content ul li:last-child {
    border-bottom: 0;
}

.zxssfd_section2 .content ul li .list {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 14px 38px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.zxssfd_section2 .content ul li .list:last-child {
    border-right: 0;
}

.zxssfd_section2 .content ul li .list:nth-child(1) {
    width: 27.5%;
}

.zxssfd_section2 .content ul li .list:nth-child(2) {
    width: 27.5%;
}

.zxssfd_section2 .content ul li .list:nth-child(3) {
    width: 45%;
}

@media screen and (max-width: 1200px) {
    .zxssfd_section2 .content ul li .list {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .zxssfd_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zxssfd_section2 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .zxssfd_section2 .content {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
    }

    .zxssfd_section2 .content::-webkit-scrollbar {
        display: none;
    }

    .zxssfd_section2 .content ul {
        width: 800px;
    }

    .zxssfd_section2 .content ul li:first-child .list {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 10px;
    }

    .zxssfd_section2 .content ul li .list {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .zxssfd_section2 .content ul li .list:last-child {
        border-right: 0;
    }

    .zxssfd_section2 .content ul li .list:nth-child(1) {
        width: 27.5%;
    }

    .zxssfd_section2 .content ul li .list:nth-child(2) {
        width: 27.5%;
    }

    .zxssfd_section2 .content ul li .list:nth-child(3) {
        width: 45%;
    }
}

/*模块3*/
.zxssfd_section3 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.zxssfd_section3 h2 {
    font-size: 36px;
    text-align: center;
    color: #333333;
    line-height: 40px;
    margin-bottom: 56px;
}

.zxssfd_section3 .content {
    width: 100%;
}

.zxssfd_section3 .content ul {
    width: 100%;
    overflow: hidden;
}

.zxssfd_section3 .content ul li {
    width: 25%;
    float: left;
}

.zxssfd_section3 .content ul li .top {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: #f0f0f0;
}

.zxssfd_section3 .content ul li .top .wordsbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 40px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.zxssfd_section3 .content ul li .top::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #f0f0f0 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.zxssfd_section3 .content ul li:nth-child(even) .top::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #f0f0f0 transparent;
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.zxssfd_section3 .content ul li .top .wordsbox .tit {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.zxssfd_section3 .content ul li .top .wordsbox .border {
    width: 36px;
    height: 3px;
    background-color: #355cc6;
    margin: 0 auto 26px auto;
}

.zxssfd_section3 .content ul li .top .wordsbox .info {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.zxssfd_section3 .content ul li .bottom {
    width: 100%;
    height: 300px;
}

@media screen and (max-width: 1024px) {
    .zxssfd_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zxssfd_section3 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .zxssfd_section3 .content ul li {
        width: 100%;
    }

    .zxssfd_section3 .content ul li .top {
        width: 50%;
        float: left;
        height: 180px;
    }

    .zxssfd_section3 .content ul li .top .wordsbox {
        padding: 0 10px;
        ;
    }

    .zxssfd_section3 .content ul li .top::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent transparent transparent #f0f0f0;
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .zxssfd_section3 .content ul li:nth-child(even) .top::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent #f0f0f0 transparent transparent;
        position: absolute;
        left: auto;
        right: 100%;
        top: 50%;
        transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .zxssfd_section3 .content ul li .top .wordsbox .tit {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
    }

    .zxssfd_section3 .content ul li .top .wordsbox .border {
        width: 20px;
        height: 2px;
        margin: 0 auto 12px auto;
    }

    .zxssfd_section3 .content ul li .top .wordsbox .info {
        font-size: 12px;
        line-height: 20px;
    }

    .zxssfd_section3 .content ul li .bottom {
        width: 50%;
        height: 180px;
        float: right;
    }

    .zxssfd_section3 .content ul li:nth-child(even) .top {
        float: right;
    }

    .zxssfd_section3 .content ul li:nth-child(even) .bottom {
        float: left;
    }
}

/*模块5*/
.jspj_section5 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 98px;
}

.jspj_section5 h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 56px;
    text-align: center;
}

.jspj_section5 .content {
    width: 1000px;
    margin: 0 auto;
}

.jspj_section5 .content .input1 {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 0 20px 0 160px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.jspj_section5 .content .input1 input {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.jspj_section5 .content .input1 .wordsbox {
    font-size: 0;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.jspj_section5 .content .input1 .wordsbox .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jspj_section5 .content .input1 .wordsbox .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}

.jspj_section5 .content .inputbox {
    width: 100%;
    overflow: hidden;
}

.jspj_section5 .content .inputbox .input2:first-child {
    width: 47%;
    float: left;
}

.jspj_section5 .content .inputbox .input2:last-child {
    width: 47%;
    float: right;
}

.jspj_section5 .content .textbox {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding: 50px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.jspj_section5 .content .textbox textarea {
    width: 100%;
    height: 152px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
}

.jspj_section5 .content .textbox .wordsbox {
    font-size: 0;
    position: absolute;
    left: 16px;
    top: 18px;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.jspj_section5 .content .textbox .wordsbox .ico {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jspj_section5 .content .textbox .wordsbox .words {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}

.jspj_section5 .content button {
    width: 440px;
    font-size: 16px;
    color: #ffffff;
    height: 50px;
    background-color: #355cc6;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jspj_section5 .content button:hover {
    background-color: #0b6c1d;
}

@media screen and (max-width: 1024px) {
    .jspj_section5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .jspj_section5 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .jspj_section5 .content {
        width: 100%;
    }

    .jspj_section5 .content .input1 {
        margin-bottom: 12px;
        padding: 0 12px 0 114px;
    }

    .jspj_section5 .content .input1 input {
        height: 34px;
        font-size: 14px;
    }

    .jspj_section5 .content .input1 .wordsbox {
        left: 10px;
    }

    .jspj_section5 .content .input1 .wordsbox .ico {
        width: 16px;
        height: 16px;
    }

    .jspj_section5 .content .input1 .wordsbox .words {
        font-size: 14px;
        line-height: 20px;
        padding-left: 4px;
    }

    .jspj_section5 .content .inputbox .input2:first-child {
        width: 100%;
        margin-bottom: 12px;
    }

    .jspj_section5 .content .inputbox .input2:last-child {
        width: 100%;
    }

    .jspj_section5 .content .textbox {
        margin-bottom: 12px;
        ;
        padding: 35px 12px 12px 12px;
    }

    .jspj_section5 .content .textbox textarea {
        height: 70px;
        font-size: 14px;
    }

    .jspj_section5 .content .textbox .wordsbox {
        left: 10px;
        top: 10px;
    }

    .jspj_section5 .content .textbox .wordsbox .ico {
        width: 16px;
        height: 16px;
    }

    .jspj_section5 .content .textbox .wordsbox .words {
        font-size: 14px;
        line-height: 20px;
        padding-left: 4px;
    }

    .jspj_section5 .content button {
        width: 160px;
        font-size: 14px;
        height: 34px;
    }
}


/*咨询 技能培训*/
.zxjnpx_section1 {
    width: 100%;
}

.zxjnpx_section1 .top {
    width: 100%;
}

.zxjnpx_section1 .top .ul {
    padding: 0 100px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

/*20220521start*/
.zxjnpx_section1 .top .ul .li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 60px 15px;
    position: relative;
}

/*20220521end*/
.zxjnpx_section1 .top .ul .li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.zxjnpx_section1 .top .ul .li.on::after {
    display: block;
}

.zxjnpx_section1 .top .ul .li a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 36px 10px;
    border-radius: 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section1 .top .ul .li.on a {
    background-color: #355cc6;
}

.zxjnpx_section1 .top .ul .li a .icobox {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px auto;
}

.zxjnpx_section1 .top .ul .li a .icobox .ico {
    width: 100%;
    height: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section1 .top .ul .li a .icobox .ico.ico2 {
    display: none;
}

.zxjnpx_section1 .top .ul .li.on a .icobox .ico.ico1 {
    display: none;
}

.zxjnpx_section1 .top .ul .li.on a .icobox .ico.ico2 {
    display: block;
}

.zxjnpx_section1 .top .ul .li a .words {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section1 .top .ul .li.on a .words {
    color: #fff;
}

.zxjnpx_section1 .top .ul .slick-prev {
    width: 36px;
    height: 36px;
    background: url(../images/zimg142.png) no-repeat center center;
    background-size: cover;
    left: 15px;
    top: 50%;
}

.zxjnpx_section1 .top .ul .slick-next {
    width: 36px;
    height: 36px;
    background: url(../images/zimg143.png) no-repeat center center;
    background-size: cover;
    right: 15px;
    top: 50%;
}

.zxjnpx_section1 .top .ul .slick-prev:hover {
    background: url(../images/zimg144.png) no-repeat center center;
    background-size: cover;
}

.zxjnpx_section1 .top .ul .slick-next:hover {
    background: url(../images/zimg145.png) no-repeat center center;
    background-size: cover;
}

.zxjnpx_section1 .bottom {
    width: 100%;
    /*padding-top: 140px;*/
}

.zxjnpx_section1 .bottom ul {
    padding-top: 140px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #d1d1d1;
    margin: 0 -15px;
    overflow: hidden;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.zxjnpx_section1 .bottom ul li {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.zxjnpx_section1 .bottom ul li a {
    display: block;
    width: 100%;
}

.zxjnpx_section1 .bottom ul li a .pic {
    width: 100%;
    padding-bottom: 75.25%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.zxjnpx_section1 .bottom ul li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.zxjnpx_section1 .bottom ul li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.zxjnpx_section1 .bottom ul li a .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 154, 57, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section1 .bottom ul li a:hover .pic::after {
    opacity: 1;
}

.zxjnpx_section1 .bottom ul li a .words {
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
}

.zxjnpx_section1 .bottom ul li a:hover .words {
    color: #355cc6;
}

@media screen and (max-width: 1024px) {
    .zxjnpx_section1 .top .ul {
        padding: 0;
        margin: 0 -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .zxjnpx_section1 .top .ul .li {
        width: 33.33%;
        padding: 22px 5px;
        padding-bottom: 40px;
    }

    .zxjnpx_section1 .top .ul .li::after {
        content: "";
        display: none;
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        position: absolute;
    }

    .zxjnpx_section1 .top .ul .li a {
        padding: 12px 10px;
    }

    .zxjnpx_section1 .top .ul .li a .icobox {
        width: 36px;
        height: 36px;
        margin: 0 auto 10px auto;
    }

    .zxjnpx_section1 .top .ul .li a .words {
        font-size: 14px;
        line-height: 20px;
    }

    .zxjnpx_section1 .top .ul .slick-prev {
        width: 0;
        height: 0;
    }

    .zxjnpx_section1 .top .ul .slick-next {
        width: 0;
        height: 0;
    }

    .zxjnpx_section1 .top .ul .slick-dots {
        position: absolute;
        bottom: 20px;
        height: 8px;
        text-align: center;
    }

    .zxjnpx_section1 .top .ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
    }

    .zxjnpx_section1 .top .ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .zxjnpx_section1 .bottom {
        /*padding-top: 50px;*/
    }

    .zxjnpx_section1 .bottom ul {
        padding-top: 50px;
        padding-bottom: 22px;
        margin: -5px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        scrollbar-width: thin;
        max-width: 100%;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .zxjnpx_section1 .bottom ul li {
        width: 50%;
        padding: 5px;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .zxjnpx_section1 .bottom ul li a .words {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
    }
}

/*模块2*/
.zxjnpx_section2 {
    width: 100%;
    padding-bottom: 98px;
    display: none;
    padding-top: 60px;
}

.zxjnpx_section2 .content1 {
    margin-bottom: 60px;
}

.zxjnpx_section2 .content1 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 54px;
    color: #333333;
    line-height: 40px;
}

.zxjnpx_section2 .content1 ul {
    width: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.zxjnpx_section2 .content1 ul li {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 16px 0;
}

.zxjnpx_section2 .content1 ul li:nth-child(even) {
    background-color: #f5f5f5;
}

.zxjnpx_section2 .content1 ul li .left {
    width: 53%;
    float: left;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    color: #555555;
    line-height: 24px;
}

.zxjnpx_section2 .content1 ul li .left::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: url(../images/zimg154.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.zxjnpx_section2 .content1 ul li .right {
    width: 47%;
    float: right;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.zxjnpx_section2 .content1 ul li .right::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: url(../images/zimg154.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.zxjnpx_section2 .content1 ul li .left span,
.zxjnpx_section2 .content1 ul li .right span {
    font-weight: bold;
}

.zxjnpx_section2 .content2 {
    width: 100%;
    background-color: #fff;
    padding: 54px 30px 60px 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.zxjnpx_section2 .content2 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 38px;
    color: #333333;
    line-height: 40px;
}

.zxjnpx_section2 .content2 .inputbox {
    margin: 0 -15px;
    overflow: hidden;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.zxjnpx_section2 .content2 .inputbox .input {
    width: 33.333%;
    float: left;
    padding: 0 15px;
}

.zxjnpx_section2 .content2 .inputbox .input .inputs {
    width: 100%;
    padding: 0 10px 0 60px;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.zxjnpx_section2 .content2 .inputbox .input .inputs input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
}

.zxjnpx_section2 .content2 .inputbox .input .inputs .words {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    padding-left: 14px;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.zxjnpx_section2 .content2 .inputbox .input .inputs .words span {
    color: #355cc6;
}

.zxjnpx_section2 .content2 button {
    width: 100%;
    height: 50px;
    background-color: #355cc6;
    font-size: 16px;
    color: #ffffff;
    display: block;
    margin-top: 40px;
    border-radius: 2px;
}

.zxjnpx_section2 .content2 button:hover {
    background-color: #0b6c1d;
}

@media screen and (max-width: 1024px) {
    .zxjnpx_section2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zxjnpx_section2 .content1 {
        margin-bottom: 14px;
    }

    .zxjnpx_section2 .content1 h2 {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 24px;
    }

    .zxjnpx_section2 .content1 ul li {
        padding: 10px 0;
    }

    .zxjnpx_section2 .content1 ul li .left {
        width: 100%;
        float: left;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        padding-right: 20px;
    }

    .zxjnpx_section2 .content1 ul li .left::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        left: 8px;
        top: 6px;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .zxjnpx_section2 .content1 ul li .right {
        width: 100%;
        float: right;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .zxjnpx_section2 .content1 ul li .right::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        left: 8px;
    }

    .zxjnpx_section2 .content2 {
        padding: 22px 15px;
    }

    .zxjnpx_section2 .content2 h2 {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 24px;
    }

    .zxjnpx_section2 .content2 .inputbox {
        margin: -5px 0;
        width: 100%;
    }

    .zxjnpx_section2 .content2 .inputbox .input {
        width: 100%;
        padding: 5px 0;
    }

    .zxjnpx_section2 .content2 .inputbox .input .inputs {
        padding: 0 10px 0 50px;
    }

    .zxjnpx_section2 .content2 .inputbox .input .inputs input {
        height: 34px;
        font-size: 14px;
    }

    .zxjnpx_section2 .content2 .inputbox .input .inputs .words {
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }

    .zxjnpx_section2 .content2 button {
        height: 36px;
        font-size: 14px;
        margin-top: 12px;
    }
}

/*模块3*/
.jspj_section4ss {
    width: 100%;
    padding-bottom: 38px;
}

.jspj_section4ss .content .ul .li a .wordsbox .words2 {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 35px;
    text-align: center;
    height: 96px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media screen and (max-width: 1400px) {
    .jspj_section4ss .content .ul .li a .wordsbox .icobox {
        width: 100px;
        height: 100px;
    }

    .jspj_section4ss .content .ul .li a .wordsbox .words2 {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        height: 80px;
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .jspj_section4ss .content .ul .li a .wordsbox .icobox {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .jspj_section4ss {
        width: 100%;
        padding-bottom: 30px;
    }

    .jspj_section4ss .content .ul .li a .wordsbox .icobox {
        width: 50px;
        height: 50px;
    }

    .jspj_section4ss .content .ul .li a .wordsbox .words2 {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
        margin-top: 6px;
        -webkit-line-clamp: 2;
    }
}

/*模块4*/
.zxjnpx_section3 {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 98px;
}

.zxjnpx_section3 h2 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 56px;
    text-align: center;
}

.zxjnpx_section3 .content {
    width: 100%;
}

.zxjnpx_section3 .content .ulbox {
    width: 100%;
    padding-bottom: 70px;
}

.zxjnpx_section3 .content .ul {
    margin: -15px;
    overflow: hidden;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.zxjnpx_section3 .content .ul .li {
    width: 25%;
    float: left;
    padding: 15px;
}

.zxjnpx_section3 .content .ul .li a {
    display: block;
    width: 100%;
    position: relative;
}

.zxjnpx_section3 .content .ul .li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    background-color: rgba(34, 154, 57, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section3 .content .ul .li a:hover:after {
    width: 100%;
    height: 100%;
}

.zxjnpx_section3 .content .ul .li a .pic {
    width: 100%;
    padding-bottom: 133.59%;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    z-index: 4;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.zxjnpx_section3 .content .ul .li a .pic img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transition: -webkit-transform 2s;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.zxjnpx_section3 .content .ul .li a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.zxjnpx_section3 .content .ul .li a .wordsbox1 {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 50px;
    background-color: rgba(34, 154, 57, 0.8);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section3 .content .ul .li a:hover .wordsbox1 {
    opacity: 0;
}

.zxjnpx_section3 .content .ul .li a .wordsbox2 {
    width: 100%;
    padding: 0 54px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 6;
    opacity: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zxjnpx_section3 .content .ul .li a:hover .wordsbox2 {
    opacity: 1;
}

.zxjnpx_section3 .content .ul .li a .wordsbox2 .tit1 {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.zxjnpx_section3 .content .ul .li a .wordsbox2 .border {
    width: 22px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 12px auto 18px auto;
}

.zxjnpx_section3 .content .ul .li a .wordsbox2 .info {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
}

.zxjnpx_section3 .content .ulbox .slick-dots {
    position: absolute;
    bottom: 0;
    height: 12px;
    text-align: center;
}

.zxjnpx_section3 .content .ulbox .slick-dots li {
    vertical-align: top;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #355cc6;
}

.zxjnpx_section3 .content .ulbox .slick-dots li.slick-active {
    background: #355cc6;
}

@media screen and (max-width: 1024px) {
    .zxjnpx_section3 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .zxjnpx_section3 h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .zxjnpx_section3 .content .ulbox {
        padding-bottom: 20px;
    }

    .zxjnpx_section3 .content .ul {
        margin: -4px;
        width: calc(100% + 8px);
        width: -ms-calc(100% + 8px);
        width: -o-calc(100% + 8px);
        width: -moz-calc(100% + 8px);
        width: -webkit-calc(100% + 8px);
    }

    .zxjnpx_section3 .content .ul .li {
        width: 50%;
        padding: 4px;
    }

    .zxjnpx_section3 .content .ul .li a .wordsbox1 {
        font-size: 14px;
        line-height: 32px;
    }

    .zxjnpx_section3 .content .ul .li a .wordsbox2 {
        padding: 0 12px;
    }

    .zxjnpx_section3 .content .ul .li a .wordsbox2 .tit1 {
        font-size: 16px;
        line-height: 22px;
    }

    .zxjnpx_section3 .content .ul .li a .wordsbox2 .border {
        width: 18px;
        height: 2px;
        margin: 10px auto;
    }

    .zxjnpx_section3 .content .ul .li a .wordsbox2 .info {
        font-size: 14px;
        line-height: 20px;
    }

    .zxjnpx_section3 .content .ulbox .slick-dots {
        height: 8px;
    }

    .zxjnpx_section3 .content .ulbox .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

/*侧悬浮*/
.cxf {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 6;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.cxf ul {
    width: 70px;
}

.cxf ul li {
    background-color: #999999;
    position: relative;
    cursor: pointer;
}

.cxf ul li.on,
.cxf ul li:hover {
    background-color: #165DFF;
}

.cxf ul li .pic {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 6;
}

.cxf ul li.l1 {
    border-radius: 6px 6px 0 0;
}

.cxf ul li.l2 {
    border-radius: 0 0 6px 6px;
}

.cxf ul li.l1 .pic {
    border-radius: 6px 6px 0 0;
}

.cxf ul li.l2 .pic {
    border-radius: 0 0 6px 6px;
}

.cxf ul li .phone {
    position: absolute;
    top: 50%;
    background-color: #165DFF;
    padding: 16px 14px;
    width: 200px;
    border-radius: 6px;
    right: -50%;
    opacity: 0;
    z-index: 5;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cxf ul li.on .phone {
    opacity: 1;
    right: calc(100% + 15px);
    right: -ms-calc(100% + 15px);
    right: -o-calc(100% + 15px);
    right: -moz-calc(100% + 15px);
    right: -webkit-calc(100% + 15px);
}

.cxf ul li .phone .tit {
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 16px;
}

.cxf ul li .phone .words {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
}

.cxf ul li .phone .none {
    width: 11px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.cxf ul li .phone::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent transparent #165DFF;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

@media screen and (max-width: 1024px) {
    .cxf {
        display: none;
    }
}

/*园区详情图片弹窗*/
.pictc_section {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.pictc_section.on {
    z-index: 20;
    opacity: 1;
}

.pictc_section .content {
    width: 100%;
    height: 100%;
    position: relative;
}

.pictc_section .content .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1008px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pictc_section .content .boxs::after {
    content: "";
    display: block;
    clear: both;
}

.pictc_section .content .boxs .picbox {
    width: 946px;
    float: left;
    margin-top: 60px;
    padding: 20px;
    padding-bottom: 30px;
    background-color: #fff;
}

.pictc_section .content .boxs .picbox .hometop {
    width: 100%;
}

.pictc_section .content .boxs .picbox .hometop .pic {
    width: 100%;
    height: 604px;
}

.pictc_section .content .boxs .picbox .homedown {
    width: 100%;
    padding: 30px 52px 0 52px;
    margin: 0 -15px;
    width: calc(100% + 30px);
    width: -ms-calc(100% + 30px);
    width: -o-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
}

.pictc_section .content .boxs .picbox .homedown li {
    padding: 0 15px;
}

.pictc_section .content .boxs .picbox .homedown li .pic {
    width: 100%;
    height: 118px;
    position: relative;
}

.pictc_section .content .boxs .picbox .homedown li .pic::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.pictc_section .content .boxs .picbox .homedown li.slick-current .pic::after {
    display: none;
}

.pictc_section .content .boxs .picbox .homedown .slick-prev {
    width: 34px;
    height: 34px;
    background: url(../images/zimg166.png) no-repeat center center;
    background-size: cover;
    left: 15px;
    top: 62%;
    background-color: #a0a0a0;
    border-radius: 100%;
}

.pictc_section .content .boxs .picbox .homedown .slick-next {
    width: 34px;
    height: 34px;
    background: url(../images/zimg167.png) no-repeat center center;
    background-size: cover;
    right: 15px;
    top: 62%;
    background-color: #a0a0a0;
    border-radius: 100%;
}

.pictc_section .content .boxs .picbox .homedown .slick-prev:hover,
.pictc_section .content .boxs .picbox .homedown .slick-next:hover {
    background-color: #355cc6;
}

.pictc_section .content .boxs .none {
    width: 45px;
    height: 45px;
    float: right;
}

@media screen and (max-width: 1650px) {
    .pictc_section .content .boxs .picbox .hometop .pic {
        width: 100%;
        height: 380px;
    }

    .pictc_section .content .boxs .picbox .homedown li .pic {
        width: 100%;
        height: 80px;
        position: relative;
    }

    .pictc_section .content .boxs .picbox {
        margin-top: 0;
        width: 746px;
    }

    .pictc_section .content .boxs {
        width: 808px;
    }
}

@media screen and (max-width: 1024px) {
    .pictc_section .content .boxs {
        width: 320px;
    }

    .pictc_section .content .boxs .picbox {
        width: 320px;
        margin-top: 0;
        padding: 12px;
        padding-bottom: 14px;
    }

    .pictc_section .content .boxs .picbox .hometop .pic {
        height: 190px;
    }

    .pictc_section .content .boxs .picbox .homedown {
        padding: 14px 30px 0 30px;
        margin: 0 -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .pictc_section .content .boxs .picbox .homedown li {
        padding: 0 5px;
    }

    .pictc_section .content .boxs .picbox .homedown li .pic {
        width: 100%;
        height: 70px;
    }

    .pictc_section .content .boxs .picbox .homedown .slick-prev {
        width: 26px;
        height: 26px;
        top: 125%;
    }

    .pictc_section .content .boxs .picbox .homedown .slick-next {
        width: 26px;
        height: 26px;
        top: 125%;
    }

    .pictc_section .content .boxs .none {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: -40px;
    }
}

/*园区详情预约弹窗*/
.yytc_section {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.yytc_section.on {
    z-index: 20;
    opacity: 1;
}

.yytc_section .content {
    width: 100%;
    height: 100%;
    position: relative;
}

.yytc_section .content .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 890px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.yytc_section .content .boxs::after {
    content: "";
    display: block;
    clear: both;
}

.yytc_section .content .boxs .inputbox {
    width: 840px;
    float: left;
    margin-top: 42px;
    background-color: #fff;
    padding: 56px 66px 60px 66px;
}

.yytc_section .content .boxs .inputbox h2 {
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    margin-bottom: 36px;
    position: relative;
}

.yytc_section .content .boxs .inputbox h2::before {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg168.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
}

.yytc_section .content .boxs .inputbox h2::after {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg169.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
}

.yytc_section .content .boxs .inputbox .inputs {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    position: relative;
    padding: 0 20px 0 60px;
    border-radius: 2px;
}

.yytc_section .content .boxs .inputbox .inputs input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
}

.yytc_section .content .boxs .inputbox .inputs .text {
    font-size: 16px;
    color: #666666;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.yytc_section .content .boxs .inputbox .inputs .text span {
    color: #355cc6;
}

.yytc_section .content .boxs .inputbox button {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    background-color: #355cc6;
}

.yytc_section .content .boxs .inputbox button:hover {
    background-color: #0b6c1d;
}

.yytc_section .content .boxs .none {
    width: 45px;
    height: 45px;
    float: right;
}

@media screen and (max-width: 1024px) {
    .yytc_section .content .boxs {
        width: 320px;
    }

    .yytc_section .content .boxs .inputbox {
        width: 100%;
        padding: 12px 14px;
        margin: 0;
    }

    .yytc_section .content .boxs .inputbox h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .yytc_section .content .boxs .inputbox h2::before {
        width: 100px;
        height: 2px;
    }

    .yytc_section .content .boxs .inputbox h2::after {
        width: 100px;
        height: 2px;
    }

    .yytc_section .content .boxs .inputbox .inputs {
        margin-bottom: 12px;
        padding: 0 12px 0 50px;
    }

    .yytc_section .content .boxs .inputbox .inputs input {
        height: 34px;
        font-size: 14px;
    }

    .yytc_section .content .boxs .inputbox .inputs .text {
        font-size: 14px;
        left: 8px;
    }

    .yytc_section .content .boxs .inputbox button {
        margin-top: 6px;
        height: 34px;
        font-size: 14px;
        color: #fff;
    }

    .yytc_section .content .boxs .none {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: -40px;
    }
}

/*科技服务弹窗*/
.pjtc_section {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.pjtc_section.on {
    z-index: 20;
    opacity: 1;
}

.pjtc_section .content {
    width: 100%;
    height: 100%;
    position: relative;
}

.pjtc_section .content .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 890px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pjtc_section .content .boxs::after {
    content: "";
    display: block;
}

.pjtc_section .content .boxs .wordsbox {
    width: 840px;
    float: left;
    margin-top: 42px;
    background-color: #fff;
    padding: 56px 66px 60px 66px;
}

.pjtc_section .content .boxs .wordsbox h2 {
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
}

.pjtc_section .content .boxs .wordsbox h2::before {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg168.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
}

.pjtc_section .content .boxs .wordsbox h2::after {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg169.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
}

.pjtc_section .content .boxs .wordsbox h3 {
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 34px;
    text-align: center;
}

.pjtc_section .content .boxs .wordsbox .inputs {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f2f2f2;
    position: relative;
    padding: 0 20px 0 60px;
    border-radius: 2px;
}

.pjtc_section .content .boxs .wordsbox .inputs input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
}

.pjtc_section .content .boxs .wordsbox .inputs .text {
    font-size: 16px;
    color: #666666;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.pjtc_section .content .boxs .wordsbox .inputs .text span {
    color: #355cc6;
}

.pjtc_section .content .boxs .wordsbox .textboxs {
    width: 100%;
    margin-bottom: 8px;
    height: 120px;
    background-color: #f2f2f2;
    position: relative;
    padding: 42px 20px 20px 20px;
    border-radius: 2px;
}

.pjtc_section .content .boxs .wordsbox .textboxs textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.pjtc_section .content .boxs .wordsbox .textboxs .text {
    font-size: 16px;
    color: #666666;
    position: absolute;
    left: 14px;
    top: 16px;
}

.pjtc_section .content .boxs .wordsbox .textboxs .text span {
    color: #355cc6;
}

.pjtc_section .content .boxs .wordsbox h4 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 28px;
}

.pjtc_section .content .boxs .wordsbox h4 span {
    color: #355cc6;
}

.pjtc_section .content .boxs .wordsbox button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    background-color: #355cc6;
}

.pjtc_section .content .boxs .wordsbox button:hover {
    opacity: 0.6;
}

.pjtc_section .content .boxs .none {
    width: 45px;
    height: 45px;
    float: right;
}

@media screen and (max-width: 1300px) {
    .pjtc_section .content .boxs .wordsbox {
        width: 840px;
        padding: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .pjtc_section .content .boxs {
        width: 320px;
    }

    .pjtc_section .content .boxs .wordsbox {
        width: 100%;
        padding: 12px 14px;
        margin: 0;
    }

    .pjtc_section .content .boxs .wordsbox h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .pjtc_section .content .boxs .wordsbox h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .pjtc_section .content .boxs .wordsbox h2::before {
        width: 80px;
        height: 2px;
    }

    .pjtc_section .content .boxs .wordsbox h2::after {
        width: 80px;
        height: 2px;
    }

    .pjtc_section .content .boxs .wordsbox .inputs {
        margin-bottom: 12px;
        padding: 0 12px 0 50px;
    }

    .pjtc_section .content .boxs .wordsbox .inputs input {
        height: 34px;
        font-size: 14px;
    }

    .pjtc_section .content .boxs .wordsbox .inputs .text {
        font-size: 14px;
        left: 8px;
    }

    .pjtc_section .content .boxs .wordsbox .textboxs {
        margin-bottom: 6px;
        height: 100px;
        padding: 30px 12px 12px 12px;
    }

    .pjtc_section .content .boxs .wordsbox .textboxs textarea {
        font-size: 14px;
    }

    .pjtc_section .content .boxs .wordsbox .textboxs .text {
        font-size: 14px;
        left: 10px;
        top: 10px;
    }

    .pjtc_section .content .boxs .wordsbox h4 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .pjtc_section .content .boxs .wordsbox button {
        margin-top: 6px;
        height: 34px;
        font-size: 14px;
        color: #fff;
    }

    .pjtc_section .content .boxs .none {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: -40px;
    }
}



/*注册成功弹窗*/
.registerp {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    top: 0;
    z-index: 9999;
    position: fixed
}

.registerp .popcon {
    height: 415px;
    position: absolute;
    width: 840px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 20%;
}

.registerp .popcon .ptit {
    top: 55%;
    position: absolute;
    width: 100%;
}

.registerp .popcon h4 {
    font-size: 30px;
    text-align: center;
    color: #333;
    line-height: 32px;
    font-weight: 700;
}

.registerp .popcon h6 {
    text-align: center;
    color: #555;
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
}

.pclose {
    height: 41px;
    width: 41px;
    background: url(../images/pclose.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: -52px;
    top: -52px;
}

@media screen and (max-width:1300px) {
    .registerp .popcon {
        top: 10%;
    }
}

@media screen and (max-width:1024px) {
    .registerp .popcon {
        height: 300px;
        width: 80vw;
    }

    .registerp .popcon h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .registerp .popcon h6 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .pclose {
        height: 32px;
        width: 32px;
        right: -0px;
        top: -40px;
    }
}

/*会员界面弹窗*/
.registerp.hy {
    display: block
}

.registerp.hy .popcon {
    height: 540px;
}

.registerp.hy h4 {
    font-weight: 400;
}

.registerp.hy .popcon .ptit {
    top: auto;
    bottom: 100px;
}

.registerp.hy h6 {
    color: #545454
}

.registerp.hy .more {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    width: 380px;
    margin: 50px auto 0;
    text-align: center;
    background: #355cc6;
    border-radius: 30px;
}

.registerp.hy .morr:hover {
    cursor: pointer;
}

@media screen and (max-width:1024px) {
    .registerp.hy .popcon {
        height: 300px;
    }

    .registerp.hy .popcon .ptit {
        bottom: 50px;
    }

    .registerp.hy .more {
        line-height: 35px;
        font-size: 16px;
        width: 80%;
        margin: 25px auto 0;
        border-radius: 30px;
    }
}






/*会员中心*/

.member {
    background: #F5F5F5;
}

.member .bercon {
    float: left;
    padding: 95px 0 100px 0;
    display: flex;
    width: 100%
}

.member .account {
    width: 16.875%;
    float: left;
    background: #EBEBEB;
    padding: 63px 0 0 0;
}

.member .account .portrait {
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 0;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
}

.member .account .portrait img {
    width: 112px;
    height: 112px;
    border-radius: 100%
}

.member .account .portrait .edit {
    height: 28px;
    width: 28px;
    position: absolute;
    background: #355cc6;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member .account .portrait .edit:hover {
    cursor: pointer;
}

.member .account .portrait .edit i {
    color: #FFFFFF;
    font-size: 16px;
}

.member .account .name {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
}

.member .account .function {
    float: left;
    margin-top: 100px;
    width: 100%
}

.member .account .function ul li a {
    line-height: 51px;
    color: #333;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
}

.member .account .function ul li.act a {
    background: #fff;
    color: #355cc6;
    box-shadow: 0 4px 4px rgba(0 0 0 / 10%)
}

.member .account .function ul li:hover a {
    color: #355cc6;
}

.member .order {
    background: #FFF;
    padding: 42px 52px 76px 49px;
    transform: translate(0, 20px);
    float: left;
    width: 83.125%;
    position: relative;
}

.member .order:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #DBDBDB;
    border-right: 20px solid transparent;
    top: -20px;
    left: 0
}

.member .order:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background: #F5F5F5;
}

.member .order h5 {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.member .order .userinfo {
    margin-top: 20px;
    border: 1px solid #E6E6E6;
    padding: 30px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member .order .userinfo .usercon {
    font-size: 16px;
    color: #666;
    position: relative
}

.member .order .userinfo .usercon:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #355cc6;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -8px;
}

.member .order .userinfo .usercon i {
    color: #355cc6;
}

.member .order .record .titr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0
}

.member .order .record .titr h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    text-align: left
}

.member .order .record .titr .state a {
    font-size: 16px;
    margin-left: 40px;
}

.member .order .record .titr .state a i {
    color: #355cc6
}

.member .order .record .titr .state a:hover {
    color: #355cc6
}

.member .order .record .titr .state a.on {
    color: #355cc6
}

.member .order .productinfo {
    background: #E6E6E6;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 100px 0 32px;
    align-items: center;
    justify-content: space-between
}

.member .order .productinfo .brief {
    position: relative;
    float: left;
    width: calc(100% - 64px);
}

.member .order .productinfo .brief h4 {
    position: absolute;
}

.member .order .productinfo .brief h4:nth-child(1) {
    left: 43%
}

.member .order .productinfo .brief h4:nth-child(2) {
    left: 61%
}

.member .order .productinfo .brief h4:nth-child(3) {
    left: 79%
}

.member .order .productinfo .brief h4:nth-child(4) {
    left: 97%
}

.member .order .productinfo h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    float: left;
    white-space: nowrap;
}

.member .order .orderlist {
    width: 100%;
}

.member .order .orderlist ul {
    width: 100%;
    float: left;
}

.member .order .orderlist ul li {
    padding-top: 30px;
    float: left;
    width: 100%
}

.member .order .orderlist ul li .content {
    display: block;
    width: 100%;
    float: left
}

.member .order .orderlist ul li .content .top {
    padding: 0 60px 0 32px;
    background: #F4F4F4;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
}

.member .order .orderlist ul li .content .top h5 {
    color: #333333;
    font-size: 16px;
    font-weight: 400
}

.member .order .orderlist ul li .content .down {
    padding: 30px;
    border: 1px solid #EAEFF3;
    border-top: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.member .order .orderlist ul li .content .down .img {
    position: relative;
    padding-bottom: 20.4%;
    overflow: hidden;
    width: 28%;
    display: block
}

.member .order .orderlist ul li .content .down .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 6px solid #F4F4F4;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.09);
    width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*.member .order .orderlist ul li .content .down .img img{max-width:100%;height:auto;overflow:hidden;width:320px;
                                                            border:6px solid #F4F4F4;box-shadow:0px 0px 7px rgba(0,0,0,0.09)}*/
.member .order .orderlist ul li .content img {
    float: left
}

.member .order .orderlist ul li .content .mid {
    float: left;
    margin-left: 35px;
    position: relative;
    display: flex;
}

.member .order .orderlist ul li .content .mid h5 {
    float: left;
    color: #323232;
    font-size: 14px;
    /*white-space:nowrap;*/
}

.member .order .orderlist ul li .content .mid h5 i {
    color: #FF5656
}

.member .order .orderlist ul li .content .mid h5:nth-child(2) {
    margin-left: 90px;
}

.member .order .orderlist ul li .content .mid h5:nth-child(3) {
    margin-left: 140px;
}

.member .order .orderlist ul li .content .mid h5:nth-child(4) {
    margin-left: 140px;
}

.member .order .orderlist ul li .content .more {
    margin-left: 120px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 86px
}

.member .order .orderlist ul li .content .more a {
    width: 86px;
    text-align: center;
    color: #355cc6;
    height: 30px;
    line-height: 30px;
}

.member .order .orderlist ul li .content .more a:hover {
    color: #FFF;
    background: #355cc6;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.member .order .orderlist ul li .content .more .delete {
    margin-left: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.member .order .orderlist ul li .content .more .delete:hover {
    color: #fff;
}

.member .order .reletit {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    float: left;
    margin-top: 90px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5DFE6;
    margin-bottom: 30px;
}

.member .order .tjlist {
    float: left;
    width: 100%
}

.member .order .tjlist {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.member .order .tjlist li {
    padding: 0 15px;
    float: left;
    width: 33.3%;
}

.member .order .tjlist li a {
    display: block;
    float: left;
    width: 100%;
    position: relative
}

.member .order .tjlist li a .img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
    display: block;
    border: 6px solid #F4F4F4;
    box-shadow: 0px 0px 7px rgba(0 0 0 / 9%);
}

.member .order .tjlist li a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transition: all .5s linear;
    max-height: 100%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.member .order .tjlist li a .tit {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.member .order .tjlist li a:hover .tit {
    opacity: 0;
}

.member .order .tjlist li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
}

.member .order .tjlist li a:hover::after {
    opacity: 1;
}

.member .order .tjlist li a .info {
    width: 100%;
    padding: 0 14px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    z-index: 6;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.member .order .tjlist li a .info p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 14px;
}

.member .order .tjlist li a .info .more {
    width: 140px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #355cc6;
    margin-bottom: 5px;
}

.member .order .tjlist li a .info .more:hover {
    background-color: #0b6c1d;
}

.member .order .tjlist li a:hover .info {
    opacity: 1;
}


.member .order .tjlist li:hover a .img img {
    transform: translate(-50%, -50%)scale(1.1);
}

.member .order .position {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888;
}

.member .order .position a {
    color: #888;
}

@media screen and (max-width: 1366px) {
    .member .order .orderlist ul li .content .more {
        margin-left: 80px;
        display: flex;
        overflow: hidden;
        flex-direction: column;
    }

    .member .order .orderlist ul li .content .mid h5:nth-child(2) {
        margin-left: 0px;
    }

    .member .order .orderlist ul li .content .mid h5:nth-child(3) {
        margin-left: 0px;
    }

    .member .order .orderlist ul li .content .mid h5:nth-child(4) {
        margin-left: 0px;
    }

}

@media screen and (max-width: 1024px) {
    .member .order:before {
        display: none;
    }

    .member .order .orderlist ul li .content .mid h5 {
        margin-bottom: 10px;
    }

    .member .order .record .titr h2 {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        text-align: left
    }

    .member .bercon {
        padding: 30px 0 30px 0;
        flex-direction: column;
        position: relative;
    }

    .member .order .position {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        position: absolute;
        left: 0;
        top: -330px;
    }

    .member .account .portrait img {
        height: 70px;
        width: 70px;
    }

    .member .account .portrait .edit {
        height: 20px;
        width: 20px;
    }

    .member .account .portrait .edit i {
        font-size: 12px;
    }

    .member .account {
        width: 100%;
        padding: 20px;
        display: flex
    }

    .member .account .portrait .collection .order ul li img {
        height: 70px;
        width: 70px;
    }

    .member .account .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }



    .member .account .function {
        margin-top: 14px;
        width: 65%;
    }

    .member .account .thtit {
        width: 35%
    }

    .member .account .function ul li a {
        line-height: 34px;
        font-size: 16px;
        width: 100%;
    }

    .member .account .function ul li {
        padding: 5px;
        float: left;
        width: 50%;
    }

    .member .account .function ul {
        margin: -5px;
        overflow: hidden;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
    }

    .member .order .orderlist ul li .content .more .delete {
        font-size: 14px;
    }








    .member .order .userinfo {
        margin-top: 10px;
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .member .order .userinfo .usercon {
        font-size: 14px;
        line-height: 26px;
    }

    .member .order {
        width: 100%;
        padding: 20px 25px 56px 25px;
    }

    .member .order .record .titr {
        flex-direction: column;
        align-items: flex-start;
        margin: 15px 0
    }

    .member .order .record .titr .state a {
        margin-left: 0;
        margin-right: 20px
    }

    .member .order .productinfo {
        height: 36px;
        padding: 0 15px
    }

    .member .order .productinfo h4 {
        font-size: 14px;
        line-height: 36px;
    }

    .member .order .record .titr .state {
        margin-top: 15px
    }

    .member .order .productinfo .brief {
        float: right;
        width: 50%
    }

    .member .order .productinfo .brief h4 {
        position: relative;
        left: auto !important;
        margin-left: 15px;
    }

    .member .order .orderlist ul li {
        padding-top: 20px;
    }

    .member .order .orderlist ul li .content .top {
        padding: 0 15px
    }

    .member .order .orderlist ul li .content .down {
        padding: 10px;
        display: block
    }

    .member .order .orderlist ul li .content .down .img {
        width: 50%;
        padding-bottom: 33%;
        float: left
    }

    .member .order .orderlist ul li .content .mid {
        padding-left: 14px;
        margin-left: 0;
        width: 50%;
        float: right;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .member .order .orderlist ul li .content .more {
        width: 100%;
        margin-left: 0;
        align-items: center;
        margin-top: 15px;
        overflow: hidden;
        text-align: center;
        display: block;
    }

    .member .order .reletit {
        font-size: 18px;
        line-height: 22px;
        margin-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .member .order .orderlist ul li .content .more a {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

    .member .order .orderlist ul li .content .more .payment {
        width: 70px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .member .order .orderlist ul li .content .more a:hover {
        color: #FFF;
        background: #355cc6;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        border-radius: 3px;
    }

    .member .order .orderlist ul li .content .more .details {
        width: 70px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .member .order .tjlist li a .tit {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
    }

    .member .order .productinfo .brief h4:nth-child(1) {
        display: none
    }

    .member .order .productinfo .brief h4:nth-child(2) {
        display: none
    }

    .member .order .productinfo .brief h4:nth-child(3) {
        display: none
    }

    .member .order .productinfo .brief h4:nth-child(4) {
        text-align: center;
        width: 100%;
        margin-left: 0
    }

    .tjlist .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .tjlist .slick-dots li {
        vertical-align: top;
        width: 8px !important;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0 !important;
        background: #dddddd;
    }

    .tjlist .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px !important;
    }

    .member .order .tjlist li a .info {
        width: 100%;
        padding: 0 10px;
    }

    .member .order .tjlist li a .info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .member .order .tjlist li a .info .more {
        width: 120px;
        line-height: 34px;
        font-size: 14px;
    }
}



/*基本信息*/

.esseinfo {
    background: #F5F5F5;
}

.esseinfo .bercon {
    float: left;
    padding: 95px 0 100px 0;
    display: flex;
    width: 100%
}

.esseinfo .account {
    width: 16.875%;
    float: left;
    background: #EBEBEB;
    padding: 63px 0 0 0;
}

.esseinfo .account .portrait {
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 0;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
}

.esseinfo .account .portrait img {
    width: 112px;
    height: 112px;
    border-radius: 100%
}

.esseinfo .account .portrait .edit {
    height: 28px;
    width: 28px;
    position: absolute;
    background: #355cc6;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.esseinfo .account .portrait .edit:hover {
    cursor: pointer;
}

.esseinfo .account .portrait .edit i {
    color: #FFFFFF;
    font-size: 16px;
}

.esseinfo .account .name {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
}

.esseinfo .account .function {
    float: left;
    margin-top: 100px;
    width: 100%
}

.esseinfo .account .function ul li a {
    line-height: 51px;
    color: #333;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
}

.esseinfo .account .function ul li.act a {
    background: #fff;
    color: #355cc6;
    box-shadow: 0 4px 4px rgba(0 0 0 / 10%)
}

.esseinfo .account .function ul li:hover a {
    color: #355cc6;
}

.esseinfo .order .position {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888;
}

.esseinfo .order .position a {
    color: #888;
}

.esseinfo .order {
    background: #FFF;
    padding: 42px 52px 80px 49px;
    transform: translate(0, 20px);
    float: left;
    width: 83.125%;
    position: relative;
}

.esseinfo .order:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #DBDBDB;
    border-right: 20px solid transparent;
    top: -20px;
    left: 0
}

.esseinfo .order:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background: #F5F5F5;
}

.esseinfo .order .essetit {
    font-size: 24px;
    color: #494949;
    line-height: 26px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5DFE6;
}

.esseinfo .order .form {
    margin-top: 90px;
}

.esseinfo .order .form .portrait {
    text-align: center;
    line-height: 0
}

.esseinfo .order .form .portrait img {
    height: 78px;
    width: 78px;
    border-radius: 50%;
}

.esseinfo .order .form .upload {
    width: 142px;
    height: 32px;
    background: #355cc6;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
}

.esseinfo .order .form .upload:hover {
    background-color: #0b6c1d;
}

.esseinfo .order .form .upload h4 {
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}

.esseinfo .order .form ._form {
    margin-top: 14px;
    float: left;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}

.esseinfo .order .form ._form .lab {
    margin-bottom: 15px;
}

.esseinfo .order .form ._form h4 {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    text-align: left
}

.esseinfo .order .form ._form input[type="text"] {
    height: 50px;
    border: 1px solid #E5E5E5;
    line-height: 50px;
    width: 470px;
    border-radius: 10px;
    font-size: 16px;
    color: #666;
    padding: 0 20px;
}

.esseinfo .order .form ._form input::-webkit-input-placeholder {
    color: #C4C4C4;
    font-size: 16px;
    line-height: 50px
}

.esseinfo .order .form ._form .submit {
    width: 470px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #355cc6;
    margin-top: 15px;
}

.esseinfo .order .form ._form .submit:hover {
    background-color: #0b6c1d;
}

@media screen and (max-width: 1024px) {
    .esseinfo .order:before {
        display: none;
    }

    .esseinfo .bercon {
        padding: 30px 0 30px 0;
        flex-direction: column;
    }

    .esseinfo .order .position {
        position: relative;
        top: 0;
        margin-bottom: 20px;
        position: absolute;
        left: 0;
        top: -330px;
    }

    .esseinfo .account .portrait img {
        height: 70px;
        width: 70px;
    }

    .esseinfo .account .portrait .edit {
        height: 20px;
        width: 20px;
    }

    .esseinfo .account .portrait .edit i {
        font-size: 12px;
    }

    .esseinfo .account {
        width: 100%;
        padding: 20px;
        display: flex
    }

    .esseinfo .account .portrait .collection .order ul liimg {
        height: 70px;
        width: 70px;
    }

    .esseinfo .account .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .esseinfo .account .function {
        margin-top: 14px;
        width: 65%;
    }

    .esseinfo .account .thtit {
        width: 35%
    }

    .esseinfo .account .function ul li a {
        line-height: 34px;
        font-size: 16px;
        width: 100%;
    }

    .esseinfo .account .function ul li {
        padding: 5px;
        float: left;
        width: 50%;
    }

    .esseinfo .account .function ul {
        margin: -5px;
        overflow: hidden;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }



    .esseinfo .order .userinfo {
        margin-top: 10px;
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .esseinfo .order .userinfo .usercon {
        font-size: 14px;
    }

    .esseinfo .order {
        width: 100%;
        padding: 20px 25px 40px 25px;
    }

    .esseinfo .order .essetit {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .esseinfo .order .form {
        margin-top: 14px;
    }

    .esseinfo .order .form .upload {
        width: 120px;
        height: 30px;
        margin-top: 15px;
    }

    .esseinfo .order .form ._form {
        width: 80%
    }

    .esseinfo .order .form ._form input[type="text"] {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .esseinfo .order .form ._form h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .esseinfo .order .form ._form input[type="submit"] {
        width: 100%;
        height: 35px;
        border-radius: 20px;
        font-size: 14px;
    }
}




/*我的收藏*/

.collection {
    background: #F5F5F5;
}

.collection .bercon {
    float: left;
    padding: 95px 0 100px 0;
    display: flex;
    width: 100%
}

.collection .account {
    width: 16.875%;
    float: left;
    background: #EBEBEB;
    padding: 63px 0 0 0;
}

.collection .account .portrait {
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 0;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
}

.collection .account .portrait img {
    width: 112px;
    height: 112px;
    border-radius: 100%
}

.collection .account .portrait .edit {
    height: 28px;
    width: 28px;
    position: absolute;
    background: #355cc6;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection .account .portrait .edit:hover {
    cursor: pointer;
}

.collection .account .portrait .edit i {
    color: #FFFFFF;
    font-size: 16px;
}

.collection .account .name {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
}

.collection .account .function {
    float: left;
    margin-top: 100px;
    width: 100%
}

.collection .account .function ul li a {
    line-height: 51px;
    color: #333;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
}

.collection .account .function ul li.act a {
    background: #fff;
    color: #355cc6;
    box-shadow: 0 4px 4px rgba(0 0 0 / 10%)
}

.collection .account .function ul li:hover a {
    color: #355cc6;
}

.collection .order .position {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888;
}

.collection .order .position a {
    color: #888;
}

.collection .order {
    background: #FFF;
    padding: 42px 52px 80px 49px;
    transform: translate(0, 20px);
    float: left;
    width: 83.125%;
    position: relative;
}

.collection .order:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #DBDBDB;
    border-right: 20px solid transparent;
    top: -20px;
    left: 0
}

.collection .order:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background: #F5F5F5;
}

.collection .order .essetit {
    font-size: 24px;
    color: #494949;
    line-height: 26px;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5DFE6;
    margin-bottom: 30px;
}

.collection .order .search {
    width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    background: url(../images/search.png) right 12px top 50% no-repeat;
    color: #888888;
    padding: 0 10px;
    margin-bottom: 30px;
}

.collection .order .sclist {
    width: calc(100% + 30px);
    margin: -15px -15px;
    float: left
}

.collection .order .sclist li {
    padding: 15px 15px;
    float: left;
    width: 33.3%;
    position: relative
}

.collection .order .sclist li a {
    display: block;
    float: left;
    width: 100%;
}

.collection .order .sclist li a .img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
    display: block;
    border: 6px solid #F4F4F4;
    box-shadow: 0px 0px 7px rgba(0 0 0 / 9%);
}

.collection .order .sclist li a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transition: all .5s linear;
    max-height: 100%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.collection .order .sclist li a .tit {
    position: absolute;
    left: 6px;
    bottom: 6px;
    width: calc(100% - 12px);
    color: #fff;
    font-size: 20px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.4);
}

.collection .order .sclist li a:hover .tit {
    opacity: 0;
}

.collection .order .sclist li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 5;
}

.collection .order .sclist li a:hover::after {
    opacity: 1;
}

.collection .order .sclist li a .info {
    width: 100%;
    padding: 0 14px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    z-index: 6;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.collection .order .sclist li a .info p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 14px;
}

.collection .order .sclist li a .info .more {
    width: 140px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #355cc6;
    margin-bottom: 5px;
}

.collection .order .sclist li a .info .more:hover {
    background-color: #0b6c1d;
}

.collection .order .sclist li a:hover .info {
    opacity: 1;
}


.collection .order .sclist li:hover a .img img {
    transform: translate(-50%, -50%)scale(1.1);
}

.collection .order .sclist li .sign {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100px;
    height: 30px;
    z-index: 6;
    background: #355cc6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.collection .order .sclist li .sign.on {
    width: 110px;
}

.collection .order .sclist li .sign h5 {
    color: #fff;
    font-size: 16px;
    margin-left: 6px;
    line-height: 16px;
}

.collection .order .sclist li .sign h5 .words2 {
    display: none;
}

.collection .order .sclist li .sign.on h5 .words1 {
    display: none;
}

.collection .order .sclist li .sign.on h5 .words2 {
    display: block;
}


@media screen and (max-width: 1024px) {
    .collection .order:before {
        content: "";
        display: none;
    }

    .collection .bercon {
        padding: 30px 0 30px 0;
        flex-direction: column
    }

    .collection .order .position {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .collection .account .portrait img {
        height: 70px;
        width: 70px;
    }

    .collection .account .portrait .edit {
        height: 20px;
        width: 20px;
    }

    .collection .account .portrait .edit i {
        font-size: 12px;
    }

    .collection .account {
        width: 100%;
        padding: 20px;
        display: flex
    }

    .collection .account .portrait .collection .order ul liimg {
        height: 70px;
        width: 70px;
    }

    .collection .account .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }



    .collection .account .function {
        margin-top: 14px;
        width: 65%;
    }

    .collection .account .thtit {
        width: 35%
    }

    .collection .account .function ul li a {
        line-height: 34px;
        font-size: 16px;
        width: 100%;
    }

    .collection .account .function ul li {
        padding: 5px;
        float: left;
        width: 50%;
    }

    .collection .account .function ul {
        margin: -5px;
        overflow: hidden;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
    }



    .collection .order .userinfo {
        margin-top: 10px;
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .collection .order .userinfo .usercon {
        font-size: 14px;
    }

    .collection .order {
        width: 100%;
        padding: 20px 25px 40px 25px;
    }


    .collection .order ul li {
        padding: 20px 10px 15px 75px;
    }

    .collection .order ul li h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .collection .order ul li h5 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .collection .order ul li h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .collection .order .position {
        font-size: 13px;
    }

    .collection .order .search {
        height: 35px;
        margin-bottom: 20px;
    }

    .collection .order .sclist {
        width: 100%;
        margin: -10px 0px;
    }

    .collection .order .sclist li {
        padding: 10px 0px;
        float: left;
        width: 100%;
    }

    .collection .order .sclist li a .tit {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .collection .order .sclist li a .img img {
        height: auto
    }

    .collection .order .essetit {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .collection .order .sclist li a .info {
        width: 100%;
        padding: 0 10px;
    }

    .collection .order .sclist li a .info p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .collection .order .sclist li a .info .more {
        width: 120px;
        line-height: 34px;
        font-size: 14px;
    }

    .collection .order .sclist li .sign {
        top: 10px;
        right: 10px;
        width: 90px;
        height: 30px;
    }

    .collection .order .sclist li .sign.on {
        width: 110px;
    }

    .collection .order .sclist li .sign h5 {
        font-size: 14px;
        margin-left: 4px;
        line-height: 14px;
        margin-top: 12px;
    }
}



/*我的消息*/

.mation {
    background: #F5F5F5;
}

.mation .bercon {
    float: left;
    padding: 95px 0 100px 0;
    display: flex;
    width: 100%
}

.mation .account {
    width: 16.875%;
    float: left;
    background: #EBEBEB;
    padding: 63px 0 0 0;
}

.mation .account .portrait {
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 0;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
}

.mation .account .portrait img {
    width: 112px;
    height: 112px;
    border-radius: 100%
}

.mation .account .portrait .edit {
    height: 28px;
    width: 28px;
    position: absolute;
    background: #355cc6;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mation .account .portrait .edit:hover {
    cursor: pointer;
}

.mation .account .portrait .edit i {
    color: #FFFFFF;
    font-size: 16px;
}

.mation .account .name {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 400;
}

.mation .account .function {
    float: left;
    margin-top: 100px;
    width: 100%
}

.mation .account .function ul li a {
    line-height: 51px;
    color: #333;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
}

.mation .account .function ul li.act a {
    background: #fff;
    color: #355cc6;
    box-shadow: 0 4px 4px rgba(0 0 0 / 10%)
}

.mation .account .function ul li:hover a {
    color: #355cc6;
}



.mation .order .position {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #888;
}

.mation .order .position a {
    color: #888;
}

.mation .order {
    background: #FFF;
    padding: 42px 52px 120px 49px;
    transform: translate(0, 20px);
    float: left;
    width: 83.125%;
    position: relative;
}

.mation .order:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #DBDBDB;
    border-right: 20px solid transparent;
    top: -20px;
    left: 0
}

.mation .order:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    background: #F5F5F5;
}

.mation .order .essetit {
    font-size: 24px;
    color: #494949;
    line-height: 26px;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #D5DFE6;
}

.mation .order ul li {
    width: 100%;
    float: left;
    padding: 40px 10px 30px 110px;
    position: relative;
    border-bottom: 1px solid #D5DFE6;
}

.mation .order ul li .box {
    display: block;
    width: 100%;
    float: left;
    position: relative
}

.mation .order ul li img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 28px;
}

.mation .order ul li h4 {
    font-size: 20px;
    color: #355cc6;
    line-height: 22px;
    font-weight: 400;
}

.mation .order ul li h5 {
    font-size: 16px;
    color: #888;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}

.mation .order ul li h6 {
    font-size: 15px;
    color: #333;
    font-weight: 400
}

@media screen and (max-width: 1024px) {
    .mation .order:before {
        display: none;
    }

    .mation .bercon {
        padding: 30px 0 30px 0;
        flex-direction: column
    }

    .mation .order .position {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .mation .account .portrait img {
        height: 70px;
        width: 70px;
    }

    .mation .account .portrait .edit {
        height: 20px;
        width: 20px;
    }

    .mation .account .portrait .edit i {
        font-size: 12px;
    }

    .mation .account {
        width: 100%;
        padding: 20px;
        display: flex
    }

    .mation .account .portrait .collection .order ul liimg {
        height: 70px;
        width: 70px;
    }

    .mation .account .name {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .mation .order .userinfo {
        margin-top: 10px;
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start
    }

    .mation .order .userinfo .usercon {
        font-size: 14px;
    }

    .mation .order {
        width: 100%;
        padding: 20px 25px 40px 25px;
    }

    .mation .order .essetit {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .mation .account .function {
        margin-top: 14px;
        width: 65%;
    }

    .mation .account .thtit {
        width: 35%
    }

    .mation .account .function ul li a {
        line-height: 34px;
        font-size: 16px;
        width: 100%;
    }

    .mation .account .function ul li {
        padding: 5px;
        float: left;
        width: 50%;
    }

    .mation .account .function ul {
        margin: -5px;
        overflow: hidden;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
    }


    .mation .order ul li {
        padding: 20px 10px 15px 75px;
    }

    .mation .order ul li img {
        height: 55px;
        width: 55px;
    }

    .mation .order ul li h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .mation .order ul li h5 {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .mation .order ul li h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .mation .order .position {
        font-size: 13px;
    }
}


/*新闻详情*/

.banner {
    width: 100%;
    line-height: 0
}

.banner .imgwaps {
    display: none
}

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

.banner h4 {
    font-size: 60px;
    color: #fff;
    text-align: center
}

.newInner {
    width: 100%;
    float: left;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 110px
}

.newInner .newin {
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

.newInner .newin h4 {
    text-align: center;
    color: #333;
    font-size: 30px;
    line-height: 42px;
}

.newInner .newin img {
    max-width: 100%;
}

.newInner .newin .mid {
    border-top: 1px solid #D7D8D8;
    border-bottom: 1px solid #D7D8D8;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newInner .newin .mid h5 {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #777;
}

.newInner .newin .mid .return {
    display: flex;
    align-items: center;
}

.newInner .newin .mid .return img {
    margin-left: 13px;
}

.newInner .newin .mid .return h6 {
    font-size: 16px;
    color: #777;
    font-weight: 700;
}

.newInner .newin h6 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 36px;
}

.newInner .newShare .bshare-weixin {
    background: url(../images/sharevx.png) no-repeat !important;
    height: 35px;
    width: 35px;
}

.newInner .newShare .bshare-sinaminiblog {
    background: url(../images/sharewb.png) no-repeat !important;
    height: 35px;
    width: 35px;
}

.newInner .newShare .bshare-qzone {
    background: url(../images/sharekj.png) no-repeat !important;
    height: 35px;
    width: 35px;
}

.newInner .newShare .bshare-custom {
    text-align: center;
    margin: 60px 0
}

.newInner .newShare a {
    margin: 0 5px
}

.newInner .pages {
    height: 60px;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newInner .pages a {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.newInner .pages a:hover {
    color: #355cc6
}

.newInner .relenews {
    margin-top: 50px;
}

.newInner .relenews .retit {
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.newInner .relenews .retit i {
    color: #355cc6;
    font-size: 16px;
}

.newInner .relenews ul {
    width: calc(100% + 80px);
    margin: -15px -40px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.newInner .relenews ul li {
    width: 50%;
    padding: 15px 40px;
    float: left
}

.newInner .relenews ul li a {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.newInner .relenews ul li a .img {
    line-height: 0;
}

.newInner .relenews ul li a .img img {
    width: 205px;
    height: auto;
    transition: all .5s linear;
}

.newInner .relenews ul li a .nbox {
    padding-left: 20px;
}

.newInner .relenews ul li a .nbox h4 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s ease;
}

.newInner .relenews ul li a .nbox h5 {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}

.newInner .relenews ul li a .nbox h6 {
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.newInner .relenews ul li:hover a .nbox h4 {
    font-weight: 700;
    color: #355cc6;
}

@media screen and (max-width: 1024px) {
    .banner {
        margin-top: 63px;
    }

    .newInner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .newInner .newin h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .newInner .newin .mid {
        margin-top: 20px;
        margin-bottom: 30px;
        flex-direction: column;
        padding-bottom: 10px;
    }

    .newInner .newin .mid h5 {
        font-size: 14px;
        height: 40px;
        line-height: 36px;
    }

    .newInner .newin .mid .return h6 {
        font-size: 14px;
    }

    .newInner .newin .mid .return img {
        height: 28px;
        width: 28px;
    }

    .newInner .newin h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .newInner .newShare .bshare-custom {
        margin: 15px 0
    }

    .newInner .pages {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
        display: block;
        padding: 6px 0;
        display: block;
    }

    .newInner .pages a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .newInner .relenews {
        margin-top: 20px;
    }

    .newInner .relenews .retit {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .newInner .relenews ul {
        width: 100%;
        margin: -10px 0;
    }

    .newInner .relenews ul li a .img img {
        width: 170px;
    }

    .newInner .relenews ul li {
        width: 100%;
        padding: 10px 0
    }

    .newInner .relenews ul li a .nbox {
        padding-left: 10px;
    }

    .newInner .relenews ul li a .nbox h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .newInner .relenews ul li a .nbox h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .newInner .relenews ul li a .nbox h6 {
        font-size: 14px;
        line-height: 16px;
    }
}



/*园区规划*/

.banner {
    width: 100%;
    line-height: 0
}

.banner .imgwaps {
    display: none
}

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

.banner h4 {
    font-size: 60px;
    color: #fff;
    text-align: center
}



.parkplan {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 100px;
}

.parkplan ul {
    width: calc(100% + 27px);
    margin: 0 -13.5px
}

.parkplan ul li {
    width: 25%;
    padding: 0 13.5px;
    float: left
}

.parkplan ul li a {
    display: block;
    width: 100%;
    float: left
}

.parkplan ul li a .img {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    width: 100%;
    display: block
}

.parkplan ul li a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-height: 100%;
    transition: all .5s ease;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.parkplan ul li h4 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    text-align: center;
    transition: all .5s ease;
}

.parkplan ul li:hover h4 {
    color: #355cc6;
    font-weight: 700;
}

.parkplan ul li:hover .img img {
    transform: translate(-50%, -50%)scale(1.1);
}

.parkplan .protit {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .w_1600 {
        overflow: inherit
    }

    .parkplan .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .parkplan ul {
        width: 100%;
        margin: 0px 0px
    }

    .parkplan ul li {
        width: 100%;
        margin: 10px 0
    }

    .parkplan ul li h4 {
        font-size: 16px;
        margin-top: 15px;
    }

    .parkplan ul .slick-dots {
        position: absolute;
        bottom: -15px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .parkplan ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
    }

    .parkplan ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .parkplan {
        padding-top: 20px;
        padding-bottom: 30px;
    }


    .fmethod ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .fmethod ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
    }

    .fmethod ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }
}

.fmethod {
    padding: 100px 0;
    float: left;
    width: 100%;
    background: url(../images/wbfbg.jpg) center no-repeat;
    background-size: cover;
}

.fmethod ul {
    width: calc(100% + 20px);
    margin: 0 -5px;
}

.fmethod ul li {
    padding: 0 5px;
    float: left;
    width: 20%
}

.fmethod ul li .box {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 10px;
    background: url(../images/fmethodbg.jpg) center no-repeat;
    background-size: cover;
    transition: all .5s ease;
}

.fmethod ul li .icon {
    height: 140px;
    width: 140px;
    background: #355cc6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.fmethod ul li .icon .img2 {
    display: none
}

.fmethod ul li h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-top: 30px;
    transition: all .5s ease;
}

.fmethod ul li h6 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    transition: all .5s ease;
    color: #666666;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fmethod ul li:hover .icon {
    background: #fff
}

.fmethod ul li:hover .box {
    background: url(../images/fmethodbg1.jpg)center no-repeat;
    background-size: cover;
}

.fmethod ul li:hover .img2 {
    display: block
}

.fmethod ul li:hover .img1 {
    display: none
}

.fmethod ul li:hover h4 {
    color: #fff
}

.fmethod ul li:hover h6 {
    color: #fff
}

.fmethod .protit {
    margin-bottom: 60px;
}

.fmethod .protit {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .fmethod {
        padding: 30px 0 50px 0
    }

    .fmethod .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .fmethod ul li .icon {
        height: 80px;
        width: 80px;
    }

    .fmethod ul li .icon img {
        height: 40px;
    }

    .fmethod ul li h4 {
        font-size: 16px;
        margin-top: 24px;
    }

    .fmethod ul li h6 {
        font-size: 14px;
        line-height: 20px;
        height: 60px;
        margin-top: 10px;
    }
}

.servicecon {
    padding: 100px 0;
    float: left;
    width: 100%;
}

.servicecon .protit {
    margin-bottom: 40px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.servicecon ul {
    width: calc(100% + 30px);
    margin: -15px -15px;
    float: left
}

.servicecon ul li {
    padding: 15px 15px;
    width: 25%;
    float: left
}

.servicecon ul li .box {
    display: block;
    width: 100%;
    float: left;
    position: relative
}

.servicecon ul li .img {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    width: 100%;
    display: block
}

.servicecon ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.servicecon ul li .img:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
}

.servicecon ul li .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servicecon ul li .tit h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    white-space: nowrap
}

.servicecon ul li .tit line {
    width: 200px;
    height: 1px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.servicecon ul li .tit h6 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    white-space: nowrap
}

@media screen and (max-width:1024px) {
    .servicecon ul {
        margin: 0 -15px
    }

    .servicecon {
        padding: 30px 0 50px 0
    }

    .servicecon .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .servicecon ul .slick-dots {
        position: absolute;
        bottom: -15px;
        height: 8px;
        text-align: center;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .servicecon ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        background: #dddddd;
        padding: 0
    }

    .servicecon ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .servicecon ul li .tit h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .servicecon ul li .tit line {
        width: 60px;
        height: 1px;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        margin: 14px auto;
    }

    .servicecon ul li .tit h6 {
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 14px;
        white-space: inherit
    }

    .servicecon ul li .tit {
        width: 100%;
    }
}

.process {
    padding: 100px 0;
    width: 100%;
    float: left;
    background: url(../images/processbg2.jpg) center no-repeat;
    background-size: cover;
}

.process ul {
    width: calc(100% + 30px);
    margin: -15px -15px;
    float: left
}

.process ul li {
    padding: 15px 15px;
    width: 25%;
    float: left
}

.process ul li .box {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/processbg.png) center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0
}

.process ul li .box .index {
    height: 100px;
    width: 100px;
    position: absolute;
    background: #355cc6;
    line-height: 100px;
    border-radius: 100%;
    font-size: 40px;
    text-align: center;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff
}

.process ul li h4 {
    font-size: 24px;
    color: #333;
    line-height: 26px;
    text-align: center
}

.process ul li h6 {
    font-size: 16px;
    color: #555;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}

.process .protit {
    margin-bottom: 110px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .process {
        padding: 30px 0 50px 0
    }

    .process ul {
        margin: 0 -10px
    }

    .process ul li {
        padding: 0 10px;
        padding-top: 40px;
    }

    .process ul li .box .index {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 30px;
    }

    .process ul li h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .process ul li h6 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
        height: 32px;
    }

    .process .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .process ul li .box .index {
        top: -40px;
    }

    .process ul li .box {
        padding: 60px 10px 30px 10px
    }

    .process ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .process ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
    }

    .process ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

}


.runpro {
    padding: 100px 0;
    width: 100%;
    float: left;
}

.runpro .protit {
    margin-bottom: 60px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.runpro ul {
    width: 100%;
    float: left;
    border-top: 10px solid #355cc6;
}

.runpro ul li {
    width: 14.28%;
    float: left;
    border-left: 1px solid #E6E3E6;
    border-bottom: 1px solid #E6E3E6
}

.runpro ul li .box {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 40px 100px 40px
}

.runpro ul li .box .index {
    font-size: 36px;
    color: #355cc6;
    font-weight: 700;
    text-align: left;
    transition: all .5s ease;
}

.runpro ul li .box h4 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    transition: all .5s ease;
    height: 96px;
}

.runpro ul li .img2 {
    display: none
}

.runpro ul li img {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.runpro ul li:hover .img2 {
    display: block
}

.runpro ul li:hover .img1 {
    display: none
}

.runpro ul li:hover .box {
    background: #355cc6
}

.runpro ul li:hover .index {
    color: #fff
}

.runpro ul li:hover h4 {
    color: #fff
}

@media screen and (max-width:1024px) {
    .runpro {
        padding: 30px 0 50px 0
    }

    .runpro .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .runpro ul {
        border-top: 6px solid #355cc6
    }

    .runpro ul li .box {
        padding: 20px 10px 30px 10px
    }

    .runpro ul li .box .index {
        font-size: 28px;
    }

    .runpro ul li .box h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
        height: 72px;
    }

    .runpro ul li img {
        right: 8px;
        bottom: 8px;
        height: 26px;
    }

    .runpro ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        border: none;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .runpro ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
        border: none;
    }

    .runpro ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

}



.advantage {
    padding: 100px 0;
    width: 100%;
    float: left;
    background: url(../images/advantagebg.jpg) center no-repeat;
    background-size: cover;
}

.advantage ul {
    width: calc(100% + 30px);
    margin: 0px -15px;
    float: left
}

.advantage ul li {
    padding: 0px 15px;
    width: 25%;
    float: left
}

.advantage ul li .box {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    height: 378px;
    padding: 100px 0 70px 0;
}

.advantage ul li .box:after {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute
}

.advantage .protit {
    margin-bottom: 60px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.advantage ul li .icon {
    height: 130px;
    width: 130px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 154, 57, 0.8);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transition: all .5s ease;
}

.advantage ul li h4 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    transition: all .5s ease;
}

.advantage ul li:hover h4 {
    color: #355cc6
}

.advantage ul li:hover .icon {
    transform: rotateY(180deg);
}

@media screen and (max-width:1024px) {
    .advantage {
        padding: 30px 0 50px 0
    }

    .advantage ul {
        width: 100%;
        margin: 0 -5px;
        width: calc(100% + 10px);
        width: -ms-calc(100% + 10px);
        width: -o-calc(100% + 10px);
        width: -moz-calc(100% + 10px);
        width: -webkit-calc(100% + 10px);
    }

    .advantage ul li {
        padding: 0 5px
    }

    .advantage .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .advantage ul li .box {
        padding: 70px 0 50px 0;
        height: 280px;
    }

    .advantage ul li .icon {
        height: 90px;
        width: 90px;
    }

    .advantage ul li .icon img {
        width: 65%
    }

    .advantage ul li h4 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px
    }

    .advantage ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        border: none;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .advantage ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
        border: none;
    }

    .advantage ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }
}



.case1 {
    padding: 100px 0;
    width: 100%;
    float: left;
}

.case1 ul {
    width: calc(100% + 36px);
    margin: 0px -18px;
    float: left
}

.case1 ul li {
    padding: 0px 18px;
    width: 33%;
    float: left
}

.case1 ul li a {
    display: block;
    width: 100%;
    float: left;
    position: relative
}

.case1 .protit {
    margin-bottom: 60px;
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.case1 ul li .img {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    width: 100%;
    display: block
}

.case1 ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transition: all .5s ease;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.case1 ul li h4 {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 58px;
    height: 58px;
    background: #F5F5F5;
    transition: all .5s ease;
}

.case1 ul li:hover .img img {
    transform: translate(-50%, -50%)scale(1.1);
}

.case1 ul li:hover h4 {
    background: #355cc6;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .case1 {
        padding: 30px 0 50px 0
    }

    .case1 ul {
        width: 100%;
        margin: 0
    }

    .case1 ul li {
        padding: 0px 0px;
        width: 33%;
        float: left
    }

    .case1 .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .case1 ul li h4 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .case1 ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        border: none;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .case1 ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
        border: none;
    }

    .case1 ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }
}

.form1 {
    padding: 70px 0 100px 0;
    background: url(../images/form1.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}

.form1 .protit {
    margin-bottom: 60px;
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.form1 form {
    width: 1000px;
    margin: 0 auto;
}

.form1 form input {
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding-left: 160px;
}

.form1 form .input8 {
    width: 100%
}

.form1 form input {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.form1 form .lab8 {
    width: 47% !important
}

.form1 form .lab9 {
    width: 47% !important;
    float: right !important
}

.form1 form .lab8 input {
    width: 100%;
    float: left
}

.form1 form .lab9 input {
    width: 100%;
    float: right
}

.form1 form textarea {
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: none;
    font-size: 18px;
    color: #fff;
    text-indent: 160px;
    line-height: 60px;
    background: url(../images/ficon4.png)rgba(255, 255, 255, 0.1) top 24px left 20px no-repeat;
}

.form1 form .submit8 {
    height: 50px;
    background: #355cc6;
    border-radius: 5px;
    width: 440px;
    left: 50%;
    padding-left: 0;
    position: relative;
    transform: translate(-50%, 0);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 60px;
}

.form1 form .lab {
    position: relative;
    float: left;
    width: 100%;
}

.form1 form .lab .ftit {
    position: absolute;
    left: 45px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
}

@media screen and (max-width:1024px) {
    .form1 {
        padding: 30px 0 30px 0
    }

    .form1 .protit {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .form1 form input {
        height: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        font-size: 16px;
        padding-left: 140px;
    }

    .form1 form .lab .ftit {
        line-height: 40px;
        font-size: 16px;
    }

    .form1 form .lab8 {
        width: 100% !important
    }

    .form1 form .lab9 {
        width: 100% !important
    }

    .form1 form {
        width: auto;
    }

    .form1 form textarea {
        background: url(../images/ficon4.png)rgba(255, 255, 255, 0.1) top 15px left 20px no-repeat;
        height: 120px;
        font-size: 16px;
        text-indent: 140px;
        line-height: 40px;
    }

    .form1 form .submit8 {
        height: 35px;
        width: 100%;
        margin-top: 20px;
        line-height: 35px;
    }
}



/*关于我们*/

.banner {
    width: 100%;
    line-height: 0
}

.banner .imgwaps {
    display: none
}

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

.banner h4 {
    font-size: 60px;
    color: #fff;
    text-align: center
}

.aboutus .profile {
    padding: 100px 0;
    background: #fff;
    float: left;
    width: 100%;
}

.aboutus .procont {
    margin-top: 60px;
    border: 40px solid #F4F4F4;
    float: left;
    width: 100%;
    display: flex
}

.aboutus .procont .left {
    width: 50%;
    float: left;
    background: #fff;
    padding: 65px 13% 70px 50px;
}

.aboutus .procont .left h4 {
    font-size: 24px;
    font-weight: 700;
    color: #333
}

.aboutus .procont .left h5 {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.aboutus .procont .left h6 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.aboutus .procont .left line {
    display: block;
    margin: 60px 0;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}

.aboutus .procont .left ul {
    width: 100%;
}

.aboutus .procont .left ul li {
    width: 33.3%;
    float: left;
    display: flex;
    text-align: left
}

.aboutus .procont .left ul li:nth-child(2) {
    justify-content: center;
    text-align: center;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.aboutus .procont .left ul li:nth-child(3) {
    justify-content: flex-end;
    text-align: right;
}

.aboutus .procont .left ul li:nth-child(3) .down {
    margin-right: 10px
}

.aboutus .procont .left ul li .top {
    display: flex;
    align-items: flex-start
}

.aboutus .procont .left ul li h4 {
    font-size: 36px;
    color: #355cc6;
    font-weight: 700;
    line-height: 38px;
}

.aboutus .procont .left ul li h5 {
    font-size: 12px;
    color: #355cc6;
    margin-top: 0;
    margin-left: 6px;
}

.aboutus .procont .left ul li .down {
    font-size: 14px;
    color: #555;
    line-height: 16px;
    margin-top: 15px;
}

.aboutus .procont .right {
    width: 50%;
    float: right;
    line-height: 0
}

.aboutus .procont .right img {
    height: 100%;
    width: 100%;
}

.history {
    padding: 100px 0;
    background: url(../images/hisbg.jpg) center no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}




.history .ul::after {
    content: '';
    float: left;
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.history ul {
    float: left;
    width: calc(100% - 140px);
    position: relative;
    z-index: 8;
    margin: 0 70px;
    padding: 0 70px;
}

.history ul .l1 {
    float: left;
    width: 16.6%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history ul .l1 .info {
    float: left;
    width: 100%;
    height: 145px;
    padding-left: 60px;
    position: relative;
    z-index: 1;
}

.history ul .l1 .info::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #355cc6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 34px;
}

.history ul .l1 .info .p1 {
    float: left;
    width: 70%;
    color: #355cc6;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.history ul .l1 .info .p2 {
    float: left;
    width: 70%;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    height: 88px;
    overflow: hidden;
    margin-top: 10px;
    width: 1000%;
    white-space: pre-wrap;
}

.history .hiscon {
    float: left;
    margin-top: 80px;
    width: 100%
}

.history ul .l2 .info .p2 {
    position: absolute;
    bottom: -4px;
    height: auto;
}

.history ul .l1 .years {
    float: left;
    width: 100px;
    height: 100px;
    background: #fff;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(171, 171, 171, 0.38);
    position: relative;
    z-index: 6;
    top: 0;
    margin-top: -25px;
}

.history ul .l1 .years span {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 78px;
    background: #355cc6;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(171, 171, 171, 0.38);
    margin: 10px;
}

.history ul .l2 {
    margin-top: 150px !important
}

.history ul .l2 .info {
    padding-top: 50px;
    margin-top: -20px;
}

.history ul .l2 .info::before {
    top: auto;
    bottom: 0;
    left: 34px;
}

.history ul .l2 .years {
    margin-top: -25px;
}




.contact1 {
    padding: 100px 0;
    float: left;
    width: 100%;
}

.contact1 .hiscon {
    margin-top: 60px;
}

.contact1 .hiscon ul {
    width: calc(100% + 30px);
    margin: -15px
}

.contact1 .hiscon ul::after {
    content: "";
    display: block;
    clear: both;
}

.contact1 .hiscon ul li {
    padding: 15px;
    width: 33.3333%;
    float: left;
}

.contact1 .hiscon ul li .box {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    padding: 45px 0 60px 0;
    min-height: 400px;
    border: 1px solid #E6E6E6;
}

.contact1 .hiscon ul li h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-top: 25px;
}

.contact1 .hiscon ul li img {
    transition: all .5s ease;
}

.contact1 .hiscon ul li h5 {
    font-size: 12px;
    color: #888;
    line-height: 24px;
}

.contact1 .hiscon ul li h6 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    margin-top: 25px;
}

.contact1 .hiscon ul li:hover img {
    transform: rotateY(180deg)
}

.contact1 .hiscon ul li.l1 img {
    width: 100px;
    height: 100px;
}






.map {
    margin-top: 30px;
    border: 10px solid #f4f4f4;
    float: left;
    width: 100%;
}

.map ._mapbox {
    width: 100%;
    height: 520px !important;
}

.map ._mapbox .BMap_stdMpCtrl,
#obtn ._mapbox .anchorBL {
    display: none;
}

.map .BMap_pop {
    display: none !important;
}

.map .BMap_shadow {
    display: none !important;
}

.map ._mapbox .BMapLabel {
    background: none !important;
    margin: 0px 0 0 120px;
    padding: 0px 0px !important;
    width: 440px;
    border-radius: 5px;
    border: none !important;
    top: 0 !important;
}

.map ._mapbox .BMapLabel img {
    float: left
}

.map ._mapbox .BMapLabel h1 {
    font-size: 18px !important;
    height: 108px;
    background: #fff;
    text-align: center;
    line-height: 108px !important;
    color: #555 !important;
    font-weight: 400 !important;
    white-space: normal;
}

.history .slick-arrow {
    height: 60px;
    width: 30px;
    background: #E9EAEA;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .5s linear;
}

.history .slick-arrow:after {
    content: "";
    height: 9px;
    width: 9px;
    border-top: 1px solid #355cc6;
    border-right: 1px solid #355cc6;
    position: absolute;
    top: 50%;
    transition: all .5s linear;
}

.history .slick-prev {
    left: -70px
}

.history .slick-prev:after {
    transform: translate(0, -50%)rotate(225deg);
    margin-left: -2px;
}

.history .slick-next {
    right: -70px
}

.history .slick-next:after {
    transform: translate(-50%, -50%)rotate(45deg);
    margin-left: -2px;
}

.history .slick-arrow:hover {
    background: #355cc6
}

.history .slick-arrow:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.protit {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width:1024px) {
    .aboutus .profile {
        padding: 30px 0
    }

    .aboutus .procont {
        margin-top: 20px;
        border: 10px solid #F4F4F4;
        flex-direction: column
    }

    .aboutus .procont .left {
        width: 100%;
        padding: 20px 20px 30px 20px
    }

    .aboutus .procont .right {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 12px;
    }

    .aboutus .procont .left h4 {
        font-size: 20px
    }

    .aboutus .procont .left h5 {
        font-size: 12px;
        margin-top: 10px;
    }

    .aboutus .procont .left h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .aboutus .procont .left .h6s {
        margin-top: -30px;
    }

    .aboutus .procont .left line {
        margin: 20px 0
    }

    .aboutus .procont .left ul li .down {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }

    .aboutus .procont .left ul li h4 {
        font-size: 26px;
        line-height: 26px;
    }

    .history {
        padding: 30px 0
    }

    .history .hiscon {
        margin-top: 20px
    }

    .contact1 .hiscon ul {
        width: 100%;
        padding: 0;
        margin: -8px 0;
        width: 100%;
    }

    .contact1 .hiscon ul li {
        padding: 8px 0;
        width: 100%;
    }

    .contact1 .hiscon ul li .box {
        padding: 20px 0 20px 0;
        height: auto;
        min-height: 1px;
    }

    .contact1 .hiscon ul li:nth-child(3) {
        width: 100%;
    }

    .contact1 .hiscon ul li h4 {
        font-size: 16px;
        margin-top: 15px;
        line-height: 20px;
    }

    .contact1 .hiscon ul li h5 {
        line-height: 20px;
    }

    .contact1 .hiscon ul li h6 {
        font-size: 14px;
        margin-top: 12px
    }

    .contact1 ul .slick-dots {
        position: absolute;
        bottom: -20px;
        height: 8px;
        text-align: center;
        margin: 0px 0px;
        width: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .contact1 ul .slick-dots li {
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px;
        padding: 0;
        background: #dddddd;
    }

    .contact1 ul .slick-dots li.slick-active {
        background: #355cc6;
        width: 16px;
    }

    .contact1 {
        padding: 30px 0;
    }

    .contact1 .hiscon {
        margin-top: 20px;
    }

    .history .slick-prev {
        left: 8px;
        top: 47%;
    }

    .history .slick-next {
        right: 8px;
        top: 47%;
    }

    .history ul {
        float: left;
        width: 100%;
        position: relative;
        z-index: 8;
        margin: 0 7.5px;
        padding: 0 7.5px;
    }

    .history ul .l1 .info .p2 {
        width: 100%
    }

    .history ul .l1 {
        margin-top: 5px
    }

    .history ul .l1 .info .p1 {
        font-size: 16px;
        white-space: nowrap
    }

    .history ul .l1 .info .p2 {
        font-size: 14px;
        line-height: 20px;
        height: 80px;
    }

    .history ul::after {
        top: 47%;
    }

    .map {
        width: 100%;
        height: 300px;
        margin-top: 14px;
    }

    .map ._mapbox .BMapLabel {
        display: none !important
    }

    .protit {
        font-size: 18px;
        line-height: 24px;
    }

    .map ._mapbox {
        width: 100%;
        height: 280px !important;
    }

    .contact1 .hiscon ul li.l1 img {
        width: 80px;
        height: 80px;
    }

    .contact1 .hiscon ul li.l1 .box {
        padding: 12px 0;
    }

    .contact1 .hiscon ul li.l2 .box {
        padding: 12px 0;
    }

    .contact1 .hiscon ul li.l3 .box {
        padding: 12px 0;
    }
}



.map2 {
    display: none
}

@media screen and (max-width:1024px) {
    .map2 {
        display: block
    }

    .map1 {
        display: none
    }


}


._about .ul2 {
    width: 100%;
}

._about .ul2 .list {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

._about .ul2 .list.on {
    background-color: #355cc6;
    border-color: #355cc6;
}

._about .ul2 .list:last-child {
    margin-bottom: 0;
}

._about .ul2 .list a {
    display: block;
    width: 100%;
    position: relative;
    padding: 14px 72px 14px 14px;
    overflow: hidden;
}

._about .ul2 .list a .pic {
    width: 132px;
    float: left;
}

._about .ul2 .list a .pic img {
    width: 100%;
    display: block;
}

._about .ul2 .list a .wordsbox {
    float: left;
    padding-left: 18px;
    width: calc(100% - 132px);
    width: -ms-calc(100% - 132px);
    width: -o-calc(100% - 132px);
    width: -moz-calc(100% - 132px);
    width: -webkit-calc(100% - 132px);
}

._about .ul2 .list a .wordsbox .tit1 {
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

._about .ul2 .list.on a .wordsbox .tit1 {
    color: #fff;
}

._about .ul2 .list a .wordsbox .tit2 {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

._about .ul2 .list.on a .wordsbox .tit2 {
    color: #fff;
}

._about .ul2 .list a .ico {
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

._about .ul2 .list a .ico.ico2 {
    display: none;
}

._about .ul2 .list.on a .ico.ico1 {
    display: none;
}

._about .ul2 .list.on a .ico.ico2 {
    display: block;
}

._about ._aboutR .pic2 {
    width: 100%;
}

._about ._aboutR .pic2 a {
    display: block;
    width: 100%;
    position: relative;
}

._about ._aboutR .pic2 a .ba_pic {
    width: 100%;
    overflow: hidden;
    height: 600px;
}

._about ._aboutR .pic2 a .ba_pic .pics {
    width: 100%;
    height: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

._about ._aboutR .pic2:hover a .ba_pic .pics {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

._about ._aboutR .pic2 .wordsbox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

._about ._aboutR .pic2 .wordsbox .words {
    font-size: 22px;
    color: #ffffff;
    line-height: 26px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: calc(100% - 24px);
    width: -ms-calc(100% - 24px);
    width: -o-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
}

._about ._aboutR .pic2 .wordsbox .ico {
    width: 20px;
    height: 11px;
    float: right;
    margin-top: 7.5px;
}

@media screen and (max-width: 1024px) {
    ._about .ul2 .list {
        margin-bottom: 12px;
    }

    ._about .ul2 .list a {
        padding: 12px;
    }

    ._about .ul2 .list a .pic {
        width: 100%;
        width: 30%;
    }

    ._about .ul2 .list a .wordsbox {
        padding-left: 10px;
        width: 70%;
    }

    ._about .ul2 .list a .wordsbox .tit1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    ._about .ul2 .list a .wordsbox .tit2 {
        font-size: 14px;
        line-height: 20px;
    }

    ._about .ul2 .list a .ico {
        display: none;
    }

    ._about ._aboutR .pic2 a .ba_pic {
        height: 240px;
    }

    ._about ._aboutR .pic2 .wordsbox {
        padding: 10px;
    }

    ._about ._aboutR .pic2 .wordsbox .words {
        font-size: 16px;
        line-height: 22px;
        width: calc(100% - 24px);
        width: -ms-calc(100% - 24px);
        width: -o-calc(100% - 24px);
        width: -moz-calc(100% - 24px);
        width: -webkit-calc(100% - 24px);
    }

    ._about ._aboutR .pic2 .wordsbox .ico {
        width: 16px;
        height: 9px;
        margin-top: 6.5px;
    }
}


._about .ul3 {
    width: 100%;
}

._about .ul3 .listbox {
    width: 100%;
    ;
}

._about .ul3 .listbox .list {
    width: 100%;
}

._about .ul3 .listbox .list:hover ._t {
    background-color: #e9eeea;
}

._about .ul3 .listbox .list ._t {
    width: 100%;
    overflow: hidden;
    padding: 26px 30px;
    border-top: 1px solid #dfe2e3;
    border-bottom: 1px solid #dfe2e3;
}

._about .ul3 .listbox .list ._t .words {
    width: 70%;
    float: left;
    font-size: 24px;
    color: #333333;
    line-height: 28px;
}

._about .ul3 .listbox .list:hover ._t .words {
    color: #355cc6;
}

._about .ul3 .listbox .list ._t .ico {
    float: right;
    width: 25px;
    height: 7px;
    margin-top: 10.5px;
}

._about .ul3 .listbox .list1 ._t {
    border-bottom: 0;
}

._about .ul3 .listbox .list2 {
    width: 100%;
    margin-top: 40px;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
}

._about .ul3 .listbox .list2 span {
    color: #355cc6;
}

._about ._aboutR .pic3 .pic {
    width: 100%;
    height: 598px;
}

._about ._aboutR .pic3 img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    ._about .ul3 .listbox .list ._t {
        padding: 12px;
    }

    ._about .ul3 .listbox .list ._t .words {
        width: 70%;
        font-size: 16px;
        line-height: 20px;
    }

    ._about .ul3 .listbox .list ._t .ico {
        width: 18px;
        height: 5px;
        margin-top: 7.5px;
    }

    ._about .ul3 .listbox .list2 {
        margin-top: 14px;
        font-size: 14px;
        line-height: 20px;
    }
}

/*招聘弹窗*/
.zptc_section {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.zptc_section.on {
    z-index: 20;
    opacity: 1;
}

.zptc_section .content {
    width: 100%;
    height: 100%;
    position: relative;
}

.zptc_section .content .boxs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1600px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.zptc_section .content .boxs .left {
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    padding: 56px;
}

.zptc_section .content .boxs .left h2 {
    width: 100%;
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    margin-bottom: 58px;
    position: relative;
    text-align: center;
}

.zptc_section .content .boxs .left h2::before {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg168.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 420px;
    top: 50%;
}

.zptc_section .content .boxs .left h2::after {
    width: 215px;
    height: 2px;
    content: "";
    display: block;
    background: url(../images/zimg169.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 420px;
    top: 50%;
}

.zptc_section .content .boxs .left .content1 {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 500px;
}

.zptc_section .content .boxs .left .content1::-webkit-scrollbar {
    width: 3px;
}

.zptc_section .content .boxs .left .content1::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

.zptc_section .content .boxs .left .content1::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #219a39;
}

.zptc_section .content .boxs .left .content1 .list {
    width: 100%;
    margin-bottom: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid #e5e5e5;
    padding-right: 60px;
}

.zptc_section .content .boxs .left .content1 .list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.zptc_section .content .boxs .left .content1 .list h3 {
    font-size: 22px;
    color: #219a39;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 26px;
}

.zptc_section .content .boxs .left .content1 .list h4 {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 8px;
}

.zptc_section .content .boxs .left .content1 .list h4::after {
    content: "";
    display: block;
    width: 3px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #219a39;
}

.zptc_section .content .boxs .left .content1 .list .info {
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 40px;
}

.zptc_section .content .boxs .left .content1 .list .more {
    width: 100%;
}

.zptc_section .content .boxs .left .content1 .list .more a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #219a39;
    position: relative;
}

.zptc_section .content .boxs .left .content1 .list .more.on a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #355cc6 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.zptc_section .content .boxs .left .content1 .list .kg {
    display: none;
    height: 180px;
}

.zptc_section .content .boxs .left .content1 .list .kg.on {
    display: block;
}

.zptc_section .content .boxs .left .content1 .list .inputcon {
    width: 100%;
    margin-top: 12px;
    display: none;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox {
    margin: 0 -30px;
    width: calc(100% + 60px);
    width: -ms-calc(100% + 60px);
    width: -o-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox::after {
    content: "";
    display: block;
    clear: both;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs {
    width: 33.333%;
    float: left;
    padding: 0 30px;
    position: relative;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs input {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    height: 70px;
    padding: 0 14px 0 60px;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .text {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .text span {
    color: #219a39;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs {
    width: 100%;
    position: relative;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t {
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t .lefts {
    font-size: 16px;
    color: #555555;
    line-height: 70px;
    float: left;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t .lefts span {
    color: #219a39;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t .right {
    float: right;
    width: 11px;
    height: 8px;
    margin-top: 31px;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._b {
    width: 100%;
    position: absolute;
    left: 0;
    top: 101%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._b .xl {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._b .xl a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding-left: 12px;
}

.zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._b .xl:last-child {
    border-bottom: 0;
}

.zptc_section .content .boxs .left .content1 .list .inputcon button {
    width: 375px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 25px;
    background-color: #355cc6;
    display: block;
    margin-top: 40px;
}

.zptc_section .content .boxs .left .content1 .list .inputcon button:hover {
    background-color: #0b6c1d;
}

.zptc_section .content .boxs .left .content2 {
    width: 100%;
    font-size: 22px;
    color: #333333;
    line-height: 48px;
    margin-top: 20px;
}

.zptc_section .content .boxs .left .content2 span {
    color: #355cc6;
}

.zptc_section .content .boxs .none {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    left: calc(100% + 12px);
    left: -ms-calc(100% + 12px);
    left: -o-calc(100% + 12px);
    left: -moz-calc(100% + 12px);
    left: -webkit-calc(100% + 12px);
}

@media screen and (max-width: 1700px) {
    .zptc_section .content .boxs {
        width: 1100px;
    }

    .zptc_section .content .boxs .left .content1 {
        max-height: 300px;
    }

    .zptc_section .content .boxs .left h2::before {
        left: 200px;
    }

    .zptc_section .content .boxs .left h2::after {
        right: 200px;
    }

    .zptc_section .content .boxs .left .content2 {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1400px) {
    .zptc_section .content .boxs .none {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
    }
}

@media screen and (max-width: 1300px) {
    .zptc_section .content .boxs {
        width: 900px;
    }

    .zptc_section .content .boxs .left h2::before {
        left: 0;
    }

    .zptc_section .content .boxs .left h2::after {
        right: 0;
    }

    .zptc_section .content .boxs .left .content1 {
        max-height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .zptc_section .content .boxs {
        width: 280px;
    }

    .zptc_section .content .boxs .left {
        padding: 12px;
    }

    .zptc_section .content .boxs .left h2 {
        ;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .zptc_section .content .boxs .left h2::before {
        width: 80px;
        left: 0;
    }

    .zptc_section .content .boxs .left h2::after {
        width: 80px;
        right: 0;
    }

    .zptc_section .content .boxs .left .content1 {
        max-height: 200px;
    }

    .zptc_section .content .boxs .left .content1 .list {
        margin-bottom: 12px;
        padding-bottom: 12px;
        padding-right: 6px;
    }

    .zptc_section .content .boxs .left .content1 .list h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .zptc_section .content .boxs .left .content1 .list h4 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
        padding-left: 6px;
    }

    .zptc_section .content .boxs .left .content1 .list h4::after {
        width: 2px;
        height: 12px;
        top: 3px;
    }

    .zptc_section .content .boxs .left .content1 .list .info {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .zptc_section .content .boxs .left .content1 .list .more a {
        width: 100px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }

    .zptc_section .content .boxs .left .content2 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    .zptc_section .content .boxs .none {
        width: 30px;
        height: 30px;
        top: -30px;
        left: calc(100% + 6px);
        left: -ms-calc(100% + 6px);
        left: -o-calc(100% + 6px);
        left: -moz-calc(100% + 6px);
        left: -webkit-calc(100% + 6px);
    }

    .zptc_section .content .boxs .left .content1 .list .more.on a::after {
        display: none;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon {
        margin-top: 6px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox {
        margin: -10px 0;
        width: 100%;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs {
        width: 100%;
        padding: 4px 0;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs input {
        font-size: 14px;
        height: 36px;
        padding: 0 4px 0 40px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .text {
        font-size: 14px;
        line-height: 20px;
        left: 0px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t {
        height: 36px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t .lefts {
        font-size: 14px;
        line-height: 36px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._t .right {
        width: 11px;
        height: 8px;
        margin-top: 14px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon .inputbox .inputs .xlboxs ._b .xl a {
        font-size: 12px;
        line-height: 26px;
        padding-left: 10px;
    }

    .zptc_section .content .boxs .left .content1 .list .inputcon button {
        width: 140px;
        height: 30px;
        font-size: 14px;
        margin-top: 12px;
    }
}

/*弹窗*/
.tcs_section {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.86);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.tcs_section.on {
    opacity: 1;
    z-index: 20;
}

.tcs_section .con {
    width: 100%;
    height: 100%;
    position: relative;
}

.tcs_section .con .boxs {
    width: 840px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.tcs_section .con .boxs .left {
    width: 100%;
    height: 414px;
    position: relative;
}

.tcs_section .con .boxs .left .wordsbox {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 104px;
}

.tcs_section .con .boxs .left .wordsbox .tit1 {
    font-size: 30px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 24px;
}

.tcs_section .con .boxs .left .wordsbox .tit2 {
    font-size: 18px;
    color: #555555;
    line-height: 24px;
}

.tcs_section .con .boxs .none {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -45px;
    left: calc(100% + 12px);
    left: -ms-calc(100% + 12px);
    left: -o-calc(100% + 12px);
    left: -moz-calc(100% + 12px);
    left: -webkit-calc(100% + 12px);
}

@media screen and (max-width: 1024px) {
    .tcs_section .con .boxs {
        width: 320px;
    }

    .tcs_section .con .boxs .left {
        height: 160px;
    }

    .tcs_section .con .boxs .left .wordsbox {
        bottom: 10px;
        padding: 0 20px;
    }

    .tcs_section .con .boxs .left .wordsbox .tit1 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .tcs_section .con .boxs .left .wordsbox .tit2 {
        font-size: 14px;
        line-height: 20px;
    }

    .tcs_section .con .boxs .none {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -40px;
        left: auto;
        right: 0;
    }
}


.pagefy {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 0;
    padding-top: 30px;
}

.pagefy a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    background-color: #e6e6e6;
}

.pagefy a:hover,
.pagefy a.on {
    background-color: #355cc6;
    color: #fff;
}

.pagefy a .ico {
    width: 100%;
    height: 100%;
}

.pagefy a .ico.ico2 {
    display: none;
}

.pagefy a:hover .ico.ico1,
.pagefy a.on .ico.ico1 {
    display: none;
}

.pagefy a:hover .ico.ico2,
.pagefy a.on .ico.ico2 {
    display: block;
}

@media screen and (max-width: 1024px) {
    .pagefy a {
        margin: 0 2px;
        font-size: 12px;
        line-height: 26px;
        width: 26px;
        height: 26px;
    }
}

.nullLogin {
    width: 100%;
    float: left;
    text-align: center;
}

.nullLogin a {
    color: #355cc6;
}



._succ {
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 76px;
}

._succ i {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 0;
}

._succ i img {
    width: 78px;
    height: 78px;
    background: #355cc6;
    border-radius: 50%;
}

._succ h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #355cc6;
    font-size: 24px;
    line-height: 34px;
    margin: 16px 0 25px 0;
}

._succ h5 {
    float: left;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

._succ h5 a {
    color: #ff5656;
    text-decoration: underline;
}

@media screen and (max-width:991px) {
    ._succ {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    ._succ i img {
        width: 70px;
        height: 70px;
    }

    ._succ h1 {
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 15px 0;
    }

    ._succ h5 {
        font-size: 14px;
        line-height: 24px;
    }

}



/*20221206start*/
.jspj_section1 .content ul li a {
    height: 490px;
}

.jspj_section1 .content ul li a .wordsbox2 {
    padding: 30px;
}

.jspj_section1 .content ul li a .wordsbox2 .tit {
    margin-bottom: 18px;
}

.jspj_section1 .content ul li a .wordsbox2 .info {
    margin-bottom: 18px;
}

@media screen and (max-width: 1024px) {
    .jspj_section1 .content ul li a {
        height: 145px;
    }

    .jspj_section1 .content ul li.on a {
        height: auto;
    }

    .jspj_section1 .content ul li a .wordsbox2 {
        padding: 25px 15px;
    }

    .jspj_section1 .content ul li a .wordsbox2 .tit {
        margin-bottom: 10px;
    }

    .jspj_section1 .content ul li a .wordsbox2 .info {
        margin-bottom: 10px;
    }

}

.gsgs01 {
    line-height: 200%;
    font-size: 18px;
    padding-top: 100px;
}

.card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 100%;
}

.card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    text-align: left;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card:hover {
    background-color: #165DFF;
    color: #ffffff;
}

.card-title {
    font-size: 16px;
    color: #666666;
    margin-bottom: 144px;
    transition: color 0.3s ease;
}

.card:hover .card-title {
    color: #fff;
}

.card-number {
    font-size: 80px;
    font-weight: 700;
    float: right;
    color: #165DFF;
    line-height: 1;
    transition: color 0.3s ease;
}

.card:hover .card-number {
    color: #ffffff;
}

.card-unit {
    font-size: 18px;
    color: #666666;
    margin-left: 8px;
    transition: color 0.3s ease;
}

.card:hover .card-unit {
    color: #ffffff;
}

.card-plus {
    font-size: 24px;
    color: #666666;
    vertical-align: top;
    transition: color 0.3s ease;
}

.card:hover .card-plus {
    color: #ffffff;
}


/* 主容器样式 */
.business-container {
    /* max-width: 100%; */
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 80vh;
}

/* 单个板块基础样式 */
.business-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 背景图片容器 */
.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.5s ease;
}

/* 背景图片样式 */
.bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* 内容容器样式 */
.content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3));
}

/* 图标样式 */
.icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}

/* 标题样式 */
.title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

/* 英文副标题样式 */
.subtitle {
    font-size: 14px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}

/* 悬浮放大效果 */
.business-item:hover .bg-wrapper {
    transform: scale(1.1);
}

/* 响应式布局 */
@media (max-width: 992px) {
    .business-container {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
    }
}

@media (max-width: 576px) {
    .business-container {
        grid-template-columns: 1fr;
        height: auto;
    }

    .title {
        font-size: 18px;
    }
}


@media screen and (min-width: 1024px) {
    .awards-container {
        display: flex;
        align-items: center;
        max-width: 1600px;
        margin: 50px auto;
        padding: 0 50px;
        position: relative;
    }

    .awards-left {
        width: 40%;
        padding-right: 40px;
        position: relative;
        z-index: 2;
    }
}

@media screen and (max-width: 1024px) {
    .awards-container {
        align-items: center;
        max-width: 1600px;
        margin: 50px auto;
        padding: 0 20px;
        position: relative;
    }

    .awards-left {
        width: 100%;
        padding-right: 40px;
        position: relative;
        z-index: 2;
    }

}


.awards-left h2 {
    font-size: 48px;
    color: #2e4baf;
    margin-bottom: 40px;
    font-weight: 600;
}

.awards-left .title {
    font-size: 24px;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.4;
}

.awards-left .desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.awards-left .arrow {
    width: 40px;
    height: 3px;
    background-color: #2e4baf;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.awards-left .arrow::after {
    content: "";
    position: absolute;
    right: -8px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 10px solid #2e4baf;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media screen and (min-width: 1024px) {
    .awards-right {
        width: 60%;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
    }
}

@media screen and (max-width: 1024px) {
    .awards-right {
        width: 100%;
        margin-top: 74px;
        overflow: hidden;
        position: relative;
        border-radius: 8px;
    }
}

.slide-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.slide-item {
    min-width: 100%;
    height: 100%;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-text {
    position: absolute;
    top: -100px;
    left: -20px;
    font-size: 140px;
    font-weight: 900;
    color: #ffffff;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.footer-container {
    background-color: #253890;
    /* 深蓝色背景 */
    color: #ffffff;
    padding: 60px 40px;
    width: 100%;
}

.company-title {
    text-align: center;
    margin-bottom: 40px;
}

.company-title .en-name {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
}

.company-title .cn-name {
    font-size: 20px;
    margin-top: 8px;
    opacity: 0.9;
}

@media screen and (min-width: 1024px) {
    .contact-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto 50px;
        font-size: 16px;
        opacity: 0.85;
    }
}

@media screen and (max-width: 1024px) {
    .contact-info {
        justify-content: space-between;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto 50px;
        font-size: 16px;
        opacity: 0.85;
    }
}

.contact-left,
.contact-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qrcode-section {
    text-align: center;
}

.qrcode {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 5px;
}

.qrcode-text {
    font-size: 16px;
    opacity: 0.8;
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 30px auto;
    max-width: 1100px;
}

.copyright-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-size: 14px;
    opacity: 0.75;
    flex-wrap: wrap;
}


/* 容器固定宽度1600px，超出部分隐藏 */
.scroll-container {
    max-width: 1600px;
    overflow: hidden;
    position: relative;
}

/* 移动端适配：容器宽度100% */
@media (max-width: 1600px) {
    .scroll-container {
        width: 100%;
    }
}

.scroll-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.row-1 {
    /* PC端动画时长30秒，移动端通过媒体查询覆盖 */
    animation: scroll-right 30s linear infinite;
}

.row-2 {
    animation: scroll-left 30s linear infinite;
}

.brand-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 140px;
}

.brand-item img {
    max-height: 80px;
    max-width: 160px;
}

/* 向右滚动动画 */
@keyframes scroll-right {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* 向左滚动动画 */
@keyframes scroll-left {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* 移动端样式：滚动速度加快（动画时长缩短为15秒） */
@media (max-width: 768px) {
    .row-1 {
        animation: scroll-right 15s linear infinite;
    }

    .row-2 {
        animation: scroll-left 15s linear infinite;
    }

    /* 移动端适配卡片大小 */
    .brand-item {
        min-width: 180px;
        height: 120px;
        padding: 15px 20px;
    }

    .brand-item img {
        max-height: 70px;
        max-width: 140px;
    }
}

@media screen and (min-width: 1024px) {
    .container01 {
        max-width: 1600px;
        margin: 0px auto;
        padding: 0 50px;
    }
}

@media screen and (max-width: 1024px) {
    .container01 {
        width: 100%;
        margin: 0px auto;
        padding: 0 50px;
    }
}

.container02 {
    font-size: 48px;
    color: #2e4baf;
    margin-bottom: 40px;
    font-weight: 600;
}


@media screen and (min-width: 1024px) {
    .container03 {
        width: 90%;
        margin: 0px auto;
        gap: 30px;
        justify-content: center;
        align-items: flex-start;
    }

    .card01 {
        width: 31.33%;
        float: left;
        position: relative;
        margin: 1%;
        border-radius: 16px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px) {
    .container03 {
        width: 90%;
        margin: 0px auto;
        gap: 30px;
        justify-content: center;
        align-items: flex-start;
    }

    .card01 {
        width: 100%;
        float: left;
        position: relative;
        margin: 1%;
        border-radius: 16px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        cursor: pointer;
    }
}

.card01:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img01 {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-content01 {
    padding: 24px;
}

.card-title01 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-desc01 {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    height: 48px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-content01 .hidemessage {
    display: none !important;
}

.card-footer01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.card01:hover .card-footer01 {
    opacity: 1;
    transform: translateY(0);
}

.card-footer-text01 {
    font-size: 14px;
    color: #333;
}

.card-arrow01 {
    width: 36px;
    height: 2px;
    background-color: #0a2463;
    position: relative;
}

.card-arrow01::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0a2463;
    border-top: 2px solid #0a2463;
    transform: rotate(45deg);
}


/* 触发弹框的图片样式 */
.trigger-img {
    width: 300px;
    cursor: pointer;
    /* 鼠标悬浮显示手型，提示可点击 */
    border-radius: 8px;
    transition: transform 0.2s;
}

.trigger-img:hover {
    transform: scale(1.02);
    /* 悬浮轻微放大，提升交互感 */
}

/* 弹框遮罩层：覆盖整个屏幕，半透明背景 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* 半透明黑色遮罩 */
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* 确保遮罩在最上层 */
}

/* 弹框主体样式 */
.modal-content {
    width: 1200px;
    max-width: 90%;
    /* 适配移动端，最大宽度不超过屏幕90% */
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    /* 为关闭按钮定位做准备 */
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    border: none;
    background: none;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #355cc6;
    /* 悬浮变红，提示可点击 */
}

/* 弹框内内容样式（可自定义） */
.modal-text {
    margin-top: 10px;
    line-height: 1.6;
    color: #333;
}

.page01 {
    padding: 10px 0;
    margin-top: 44px;
    margin-bottom: 44px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    clear: both;
}

.page01 a {
    text-decoration: none;
    color: #8698b6;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    padding: 14px 20px;
    margin-right: 3px
}

.page01 a.active {
    background: #253890;
    border: 1px solid #253890;
    color: #fff
}

.page01 a:hover {
    text-decoration: none;
    color: #fff;
    background: #253890;
    border: 1px solid #253890
}

.hht01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 200%;
    color: #000;
}

/* 人才招聘 */
.recruit {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.recList {
    float: left;
    width: 100%;
    min-height: 500px;
}

.t_14 {
    float: left;
    width: 100%;
    background: #355cc6;
}

.t_14 span {
    float: left;
    width: 28.114754%;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-left: 80px;
    line-height: 60px;
    color: #fff;
}

.t_14 ul {
    float: left;
    width: 71.885246%;
    padding-right: 10.638298%;
}

.t_14 ul li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}

.d_14 {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
}

.d_14 .d_14_t {
    float: left;
    width: 28.114754%;
    display: table;
    height: 60px;
}

.d_14 .d_14_t div {
    display: table-cell;
    vertical-align: middle;
}

.d_14 .d_14_t span {
    float: left;
    width: 100%;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 80px;
}

.d_14 ul {
    float: left;
    width: 71.885246%;
    padding-right: 10.638298%;
    position: relative;
}

.d_14 ul li {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 60px;
    height: 60px;
}

.d_14 ul i {
    position: absolute;
    right: 0;
    top: 0;
    width: 10.638298%;
    height: 60px;
    background: url(../images/bg_14_3.png) no-repeat center;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, .8);
}

.d_14.on i {
    background: url(../images/bg_14_4.png) no-repeat center;
}

.d_14.on {
    background: #355cc6;
}

.d_14.on .d_14_t span {
    color: #fff;
}

.d_14.on ul li {
    color: #fff;
}

.d_14 .d_14_h {
    display: none;
    float: left;
    width: 100%;
    padding: 32px 0;
    background: #fff;
}

.d_14 .d_14_le {
    float: left;
    width: 47.340426%;
    padding-left: 140px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.d_14 .d_14_le .d_14_h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #333;
    margin-bottom: 26px;
}

.d_14 .d_14_le .recBtn {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.d_14 .d_14_le a {
    float: left;
    padding: 0 27px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #355cc6;
    background-size: 100%;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

.d_14 .d_14_le a:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.d_14 .d_14_le.d_14_r {
    padding-left: 86px;
    border-left: 1px solid #e7e7e7;
    position: relative;
}

.d_14 .d_14_le.d_14_r::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    background: #d7d7d7;
    top: 50%;
    margin-top: -9px;
    left: -1px;
}

@media screen and (max-width:1429px) {
    .d_14 .d_14_le {
        padding-left: 80px;
    }

    .d_14 .d_14_le.d_14_r {
        padding-left: 40px;
    }
}

@media screen and (max-width:1199px) {
    .t_14 span {
        padding-left: 10px;
    }

    .d_14 .d_14_t span {
        font-size: 14px;
        padding-left: 10px;
    }

    .d_14 .d_14_le {
        padding-left: 20px;
    }

    .d_14 ul li {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    .recruit {
        margin-top: 40px;
    }

    .t_14 {
        height: 48px;
    }

    .t_14 span,
    .t_14 ul li {
        font-size: 14px;
        line-height: 48px;
        height: 48px;
    }

    .d_14 .d_14_t {
        height: 48px;
    }

    .d_14 .d_14_t span {
        font-size: 12px;
    }

    .d_14 ul li {
        font-size: 12px;
        line-height: 48px;
        height: 48px;
    }

    .d_14 ul i {
        height: 48px;
    }

    .d_14 .d_14_le.d_14_r {
        padding-left: 20px;
    }

    .d_14 .d_14_le.d_14_r .d_14_h4 {
        padding-left: 20px;
    }

    .d_14 .d_14_le a {
        line-height: 30px;
        height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .recruit {
        margin-top: 30px;
    }

    .recList {
        min-height: 350px;
    }

    .t_14 {
        display: none;
    }

    .d_14 .d_14_t {
        width: 80%;
    }

    .d_14 .d_14_t span {
        font-size: 14px;
    }

    .d_14 ul {
        width: 20%;
    }

    .d_14 ul i {
        width: 100%;
    }

    .d_14 ul li {
        display: none;
    }

    .d_14 .d_14_h {
        padding: 14px 0;
    }

    .d_14 .d_14_le {
        width: 100%;
        padding-top: 10px;
        padding: 10px 15px 0 15px;
    }

    .d_14 .d_14_le .d_14_h4 {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .d_14 .d_14_le.d_14_r {
        margin-left: 0;
    }

    .d_14 .d_14_le a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-top: 19px;
        margin-left: 0;
    }

    .d_14 .d_14_le.d_14_r {
        padding-left: 15px;
        border: 0;
    }

    .d_14 .d_14_le.d_14_r .d_14_h4 {
        padding-left: 0;
    }

    .d_14 .d_14_le.d_14_r::before {
        display: none;
    }

    .w_1600 {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .card .card-number {
        font-size: 40px;
    }

    ._coopR .gsgs01 {
        padding-top: 50px;
    }

}

.zzryheight {
    height: 144px;
}

.ppfwheight {
    height: 44px;
}

@media screen and (max-width:767px) {
    .zzryheight {
        height: 50px;
    }

    .ppfwheight {
        height: 34px;
    }
}