    .banner-menu {
        position: absolute;
        top: 30px;
        width: 1520px;
        height: 74px;
        background-color: #fff;
        border-radius: 37px;
        left: 50%;
        transform: translate(-50%);
        padding: 0 3vw;
        z-index: 2;
    }

    .ny-menu {
        padding: 0 14vw;
        height: 74px;
        background-color: #ffffff;
    }
    
    .menu-box li {
        margin-left: 1.6vw;
        position: relative;
    }
    
    .menu-box li.active a,
    .menu-box li:hover a {
        color: #1c5ce9;
    }
    
    .menu-box li::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 41px;
        width: 0px;
        height: 4px;
        background-color: #1c5ce9;
        transform: translate(-50%);
        transition: all .3s linear;
    }
    
    .menu-box li:hover::after,
    .menu-box li.active::after {
        width: 100%;
    }
    
    .search-button {
        width: 30px;
        height: 30px;
        background-color: #cccccc;
        opacity: 0.5;
        border-radius: 50%;
    }
    
    .phone-box {
        width: 153px;
        height: 30px;
        background-color: #1c5ce9;
        border-radius: 15px;
    }
    
    .phone-box a {
        font-weight: bold;
        color: #fff;
    }
    
    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }
    
    .banner-swiper .swiper-pagination-bullet {
        width: 40px;
        height: 8px;
        background-color: #ffffff;
        opacity: 0.5;
        border-radius: 0;
    }
    
    .banner-swiper .swiper-pagination-bullet-active {
        width: 100px;
        height: 8px;
        opacity: 1;
    }
    
    .banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner-swiper .swiper-pagination-custom,
    .banner-swiper .swiper-pagination-fraction {
        bottom: 20px;
    }
    
    .lin-box {
        background: url(/skin/images/lin.jpg);
        height: 4px;
    }
    
    .all-box {
        padding: 90px 13vw;
    }
    
    .all-box2 {
        padding: 70px 13vw;
    }
    
    .all-title-en {
        color: rgba(204, 204, 204, 0.5);
        margin-bottom: -38px;
        display: block;
    }
    
    .business-box,
    .web-team {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .business-box .mb40{
        height: 122px;
    }
    .business-box .business-header {
        background: url(/skin/images/yw-bg.jpg) no-repeat;
        height: 98px;
        padding: 0 30px;
    }
    
    .business-box .bgf7 {
        padding: 28px 30px 40px 30px;
        line-height: 24px;
    }
    
    .case-box .swiper {
        width: 100%;
        padding-bottom: 62px;
        padding-top: 10px;
    }
    
    .case-box .swiper-slide:hover {
        box-shadow: 0px 0px 20px 5px rgba(225, 231, 235, .6);
    }
    
    .case-box .swiper-wrapper {
        height: auto;
    }
    
    .case-box .swiper-slide {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 30px;
        background-color: #fff;
    }
    
    .case-box .case-img {
        height: 13vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left top;
    }
    
    .case-box .case-hy,
    .hy-box {
        height: 36px;
        border-radius: 18px;
        border: solid 1px #f48020;
        padding: 0 20px;
        line-height: 34px;
        width: max-content;
    }
    
    .case-box .case-content {
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        height: 120px;
    }
    
    .case-button {
        width: 300px;
        height: 54px;
        background-color: #1c5ce9;
        border-radius: 27px;
        margin: 0 auto;
        margin-top: 40px;
    }
    
    .case-box .case-more {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .custom-box .swiper-pagination-bullet,
    .case-box .swiper-pagination-bullet,
    .wenti-box .swiper-pagination-bullet,
    .hezuo-box .swiper-pagination-bullet,
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #666666;
        opacity: 1;
    }
    
    .custom-box .swiper-pagination-bullet-active,
    .case-box .swiper-pagination-bullet-active,
    .wenti-box .swiper-pagination-bullet-active,
    .hezuo-box .swiper-pagination-bullet-active,
    .swiper-pagination-bullet-active {
        background-color: #1c5ce9;
    }
    
    .work-content>div {
        /*height: 247px;*/
        background-color: #f7f7f7;
        padding: 3vw;
    }
    
    .work-box .swiper {
        padding-bottom: 104px;
    }
    
    .work-box .work-img,
    .dy-img-box .dyal-img {
        height: 12vw;
        background-color: #ffffff;
        border-radius: 30px;
        border: solid 4px #cccccc;
        background-size: cover;
    }
    
    .work-box .work-img img,
    .dy-img-box .dyal-img img {
        border-radius: 30px;
    }
    
    .work-content {
        background: url(/skin/images/work-bg.jpg) no-repeat left bottom;
        padding-bottom: 130px;
        background-size: 100%;
    }
    
    .work-box .swiper-container-horizontal>.swiper-pagination-progressbar {
        width: 100%;
        height: 1px;
        left: 0;
        top: auto;
        bottom: 0;
    }
    
    .work-box .swiper-pagination-progressbar {
        background: rgba(247, 247, 247, 0.5);
    }
    
    .work-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #fff;
    }
    
    .work-box .swiper-button-prev,
    .work-box .swiper-container-rtl .swiper-button-next {
        background-image: url(/skin/images/left1.png);
        background-size: initial;
        left: -148px;
    }
    
    .work-box .swiper-button-next,
    .work-box .swiper-container-rtl .swiper-button-prev {
        background-image: url(/skin/images/right1.png);
        background-size: initial;
        right: -148px;
    }
    
    .work-box .swiper-button-prev:hover {
        background-color: #fff;
        border: 1px solid #fff;
        transition: all .5s;
        background-image: url(/skin/images/left2.png);
    }
    
    .work-box .swiper-button-next:hover {
        background-color: #fff;
        border: 1px solid #fff;
        transition: all .5s;
        background-image: url(/skin/images/right2.png);
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 60px;
        height: 60px;
        border: solid 1px #ffffff;
        border-radius: 50%;
        top: 38%;
    }
    
    .custom-imgs {
        width: 770px;
        background-color: #f7f7f7;
        padding: 30px;
    }
    
    .custom-imgs .custom-img {
        width: 221px;
        height: 394px;
        background-color: #ffffff;
        border-radius: 30px;
        border: solid 4px #cccccc;
        background-size: cover;
    }
    
    .custom-video-box {
        /* width: 600px; */
        flex: 0.95;
        background-color: #f7f7f7;
        padding: 30px;
    }
    
    .custom-box .swiper {
        /* overflow: hidden; */
        padding-bottom: 50px;
    }
    
    .custom-video {
        height: 314px;
    }
    
    .custom-logo img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
    }
    
    .custom-box .swiper-button-prev,
    .custom-box .swiper-container-rtl .swiper-button-next,
    .hui-swiper .swiper-button-prev,
    .hui-swiper .swiper-container-rtl .swiper-button-next {
        background-image: url(/skin/images/left3.png);
        background-size: initial;
        left: -90px;
    }
    
    .custom-box .swiper-button-next,
    .custom-box .swiper-container-rtl .swiper-button-prev,
    .hui-swiper .swiper-button-next,
    .hui-swiper .swiper-container-rtl .swiper-button-prev {
        background-image: url(/skin/images/right3.png);
        background-size: initial;
        right: -90px;
    }
    
    .custom-box .swiper-button-next,
    .custom-box .swiper-button-prev,
    .hui-swiper .swiper-button-next,
    .hui-swiper .swiper-button-prev {
        border: solid 1px #333;
        top: 38%;
    }
    
    .custom-box .swiper-button-prev:hover,
    .hui-swiper .swiper-button-prev:hover {
        background-color: #1c5ce9;
        border: 1px solid #1c5ce9;
        transition: all .5s;
        background-image: url(/skin/images/left1.png);
    }
    
    .custom-box .swiper-button-next:hover,
    .hui-swiper .swiper-button-next:hover {
        background-color: #1c5ce9;
        border: 1px solid #1c5ce9;
        transition: all .5s;
        background-image: url(/skin/images/right1.png);
    }
    
    .gold-button span {
        padding: 8px 26px;
    }
    
    .gold-button span:hover {
        color: #1c5ce9;
        cursor: pointer;
    }
    
    .gold-button span.active {
        color: #fff;
        background-color: #1c5ce9;
        border-radius: 18px;
    }
    
    .new-button {
        /*width: 100%;*/
        /*height: 36px;*/
        /*background-color: #e6e6e6;*/
        /*border-radius: 18px;*/
        text-align: center;
        line-height: 36px;
    }
    
    .four-new,
    .one-new {
        width: 48%;
    }
    
    .four-new li {
        border-bottom: 1px dashed #ccc;
        padding: 28px 0;
    }
    
    .new-bottom {
        width: 100%;
        height: 104px;
        background-color: #1c5ce9;
        padding: 34px 30px 0 30px;
    }
    
    .four-new li:hover a {
        color: #1c5ce9;
        transition: all .5s;
    }
    
    .new-one-img {
        height: 480px;
        overflow: hidden;
    }
    
    .one-new:hover img,
    .advantage-box>div:hover img,
    .website-box4>div:hover img,
    .news-content-box>div:hover img,
    .news-right>div a:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }
    
    .copyright-box {
        background-image: url(/skin/images/ry-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }
    
    .copyright-imgs {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }
    
    .copyright-imgs .copyright-img {
        height: 5vw;
    }
    
    .copyright-text {
        background-image: url(/skin/images/zz-bg.png);
        height: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 30px;
        margin-top: -12px;
    }
    
    .team-box>div {
        width: 554px;
        position: relative;
        /* width: 28.8vw; */
    }
    
    .team-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    
    .team-box>div:last-child {
        grid-row: 1 / 3;
        grid-column: 3 / 4;
        width: 272px;
    }
    
    .team-box>div .bgc {
        width: 272px;
        /* width: 14.2vw; */
        height: 100%;
    }
    
    .team-box>div .team-t {
        padding: 0 30px;
    }
    
    .team-box>div:last-child .bgc {
        height: 272px;
        margin-bottom: 10px;
    }
    
    .team-box>div .f24 {
        padding-top: 70px;
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 20px;
    }
    
    .team-box>div .f24::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 40px;
        height: 4px;
        background-color: #f48020;
        transform: translate(-50%);
    }
    
    .team-box>div .f14 {
        line-height: 22px;
    }
    
    .team-box>div::after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    footer {
        height: 615px;
        background: url(/skin/images/ft-bg.jpg) no-repeat center;
    }
    
    @font-face {
        font-family: fontK;
        src: url('../fonts/Aileron-Bold-4.ttf');
    }
    
    @font-face {
        font-family: fontM;
        src: url('../fonts/DIN-Medium.otf');
    }
    
    .font {
        font-family: fontK;
    }
    
    .fontd {
        font-family: fontM;
    }
    
    .icon-box {
        justify-content: flex-end;
    }
    
    .icon-box div {
        width: 50px;
        height: 50px;
        background-color: #2b99e1;
        margin-left: 20px;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        background-size: inherit;
    }
    
    .icon-box div:hover {
        background-color: #fff;
        transition: all .5s;
    }
    
    .icon-box div.weixin {
        background-image: url(/skin/images/wx.png);
    }
    
    .icon-box div.weibo {
        background-image: url(/skin/images/wb.png);
    }
    
    .icon-box div.youxian {
        background-image: url(/skin/images/yx.png);
    }
    
    .icon-box div.weixin:hover {
        background-image: url(/skin/images/wx2.png);
    }
    
    .icon-box div.weibo:hover {
        background-image: url(/skin/images/wb2.png);
    }
    
    .icon-box div.youxian:hover {
        background-image: url(/skin/images/yx2.png);
    }
    .case-box .swiper-slide a{
        width: 100%;
    }
    footer li {
        margin-left: 50px;
    }
    
    footer li:hover a{
        color: #f58021;
    }
    .footer-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        background-color: #38b2f3;
        width: 100%;
        line-height: 40px;
    }
    
    .icon-box img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        position: absolute;
        left: -22px;
        top: 30px;
        opacity: 0;
        visibility: hidden;
        transition: all 1s;
    }
    
    .icon-box div:hover img {
        opacity: 1;
        top: 60px;
        visibility: visible;
    }
    
    .search1 {
        width: 402px;
        display: none;
        margin: 3px 0 0 -380px;
        padding: 17px 20px;
        background: #f7f7f7;
        position: absolute;
        left: 100%;
        top: 38px;
    }
    
    .search1 .inp01 {
        width: 270px;
        background: #fff url(/skin/images/searchicon.png) no-repeat 22px 9px;
        padding-left: 49px;
        outline: none;
        border: 1px solid #c4c7ce;
        border-right: 0;
        color: #787878;
        font: 14px "Microsoft YaHei";
        line-height: 30px;
        overflow: hidden;
        border-radius: 1px 0 0 1px;
        float: left;
    }
    
    .search1 .inp02 {
        width: 80px;
        height: 34px;
        background: #1c5ce9;
        border: 0;
        outline: none;
        border-radius: 0 1px 1px 0;
        cursor: pointer;
        float: left;
        color: #fff;
        line-height: 30px;
    }
    
    .seo-div1 {
        width: 670px;
    }
    
    .seo-div1 .tmss-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    
    .seo-div1 .tmss-box li {
        padding: 30px;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
    }
    
    .seo-div1 .tmss-box .f24 {
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .seo-div1 .tmss-box div,
    .seo-div1 .mb40 {
        line-height: 30px;
    }
    
    .seo-div-img {
        flex: 0.93;
    }
    
    .tuiguan-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    
    .tuiguan-box li {
        background-repeat: no-repeat;
        background-position: right;
        padding: 50px 40px;
        background-color: #fff;
        background-size: auto 100%;
    }
    
    .wenti-box {
        padding: 60px;
        height: 600px;
    }
    
    .wenti-box .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        /* padding-bottom: 30px; */
    }
    
    .wenti-box .swiper-slide {
        font-size: 18px;
        height: calc((100% - 30px) / 2);
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .wt-swiper .cfff {
        width: 24px;
        height: 24px;
        border-radius: 6px;
        line-height: 22px;
        text-align: center;
        margin-right: 14px;
    }
    
    .wd-box {
        border-bottom: 1px solid #d9d9d9;
        height: 170px;
        width: 100%;
        margin-right: 33px;
    }
    
    .wd-box p {
        line-height: 30px;
    }
    
    .seo-new {
        background-image: url(/skin/images/new-bg.jpg);
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .seo-box {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3vw;
    }
    
    .seo-box li .hhh {
        width: 100%;
        margin-left: 18px;
    }
    
    .seo-box .f20 {
        margin-bottom: 18px;
    }
    
    .seo-box .hhh div.c666 {
        margin-bottom: 22px;
    }
    
    .seo-box li:hover a {
        color: #1c5ce9;
    }
    .platform-box{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    
    .website-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    
    .platform-box>div {
        box-shadow: 0px 0px 20px 5px rgba(225, 231, 235, .6);
        padding: 30px;
    }
    
    .platform-img {
        height: 8vw;
        overflow: hidden;
    }
    
    .platform-box>div:hover img,
    .seoteam-box>div:hover img {
        transform: scale(1.1);
        transition: all .5s;
    }
    
    .platform-box .c666 {
        line-height: 24px;
        letter-spacing: 0px;
        margin-top: 18px;
    }
    
    .seoteam-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
    }
    
    .seoteam-box>div {
        height: 100%;
        padding: 20px 20px 30px 20px;
    }
    
    .seoteam-box>div .seoteam-img {
        height: 10vw;
        overflow: hidden;
    }
    
    .searve-box .firstRow {
        height: 46px;
        text-align: center;
        line-height: 44px;
        background-color: #1c5ce9;
    }
    
    .searve-box .firstRow span {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    
    .searve-box td {
        text-align: center;
    }
    
    .searve-box td.one-td {
        /* 在此处添加应用的样式 */
        background-image: linear-gradient(0deg, #1c5ce9 0%, #2d87f7 100%);
        position: relative;
    }
    
    .searve-box td.one-td span {
        color: #fff;
        font-size: 20px;
    }
    
    .searve-box .firstRow td:first-child {
        width: 210px;
    }
    
    .searve-box .firstRow td:nth-child(2) {
        width: 170px;
    }
    
    .searve-box .firstRow td:last-child {
        width: 260px;
    }
    
    .searve-box td.thr-td {
        text-align: left;
    }
    
    table {
        border-collapse: collapse;
        width: 100%;
    }
    
    .searve-box table td {
        vertical-align: middle;
        line-height: 30px;
        padding: 4px 20px;
    }
    
    .searve-box td.one-td::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        background-image: url(/skin/images/sjx.png);
        background-repeat: no-repeat;
        width: 13px;
        height: 22px;
        transform: translate(-0%, -50%);
    }
    
    .searve-box td.one-td p {
        width: 80px;
        height: 24px;
        background-image: linear-gradient(90deg, #fcc760 0%, #feb259 100%);
        border-radius: 12px;
        color: #732e00;
        margin: 0 auto;
        margin-bottom: 12px;
        line-height: 22px;
    }
    
    .swiper-wrapper {
        height: auto;
    }
    
    .searve-box tr:not(.firstRow) td:not(.one-td) {
        border: 1px solid #ccc;
    }
    
    .searve-box .tr-h td {
        border: none !important;
        height: 20px;
    }
    
    .searve-box .bg-tr {
        background-color: #f7fbfe;
    }
    
    .work-content2 {
        background-image: url(/skin/images/gz-bg.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    
    .kh-box {
        background-image: url(/skin/images/kh-bg.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    
    .hui-swiper .swiper {
        padding-bottom: 0;
    }
    
    .hezuo-box .hezuo-img {
        height: 10vw;
    }
    
    .hezuo-box .swiper-slide {
        padding: 20px;
        margin: 10px 0;
    }
    
    .hezuo-box .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 0px 0px 20px 5px rgba(136, 136, 136, .17);
        z-index: 10;
        transition: all .5s;
    }
    
    .hezuo-box .swiper-slide:hover a {
        color: #1c5ce9;
    }
    
    .hezuo-box .swiper-slide .f20 {
        line-height: 26px;
    }
    
    .hezuo-box .swiper-slide .mb40 {
        line-height: 24px;
    }
    
    .qy {
        width: 50px;
        height: 24px;
        background-color: #f48020;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 22px;
    }
    
    .xy {
        width: 50px;
        height: 24px;
        background-color: #2d87f7;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 22px;
    }
    
    .hezuo-box .swiper {
        padding-bottom: 40px;
    }
    
    .video-ftitle {
        width: 970px;
        margin: 0 auto;
        line-height: 30px;
    }
    
    .video-box {
        margin-top: 80px;
    }
    
    .video-box ul {
        width: 26%;
    }
    
    .video-box ul li {
        border-bottom: 1px dashed #c3d6fe;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .service-box li {
        border-bottom: 1px dashed #c3d6fe;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    
    .video-box ul li:last-child,
    .service-box li:last-child {
        border: none;
    }
    
    .video-box li .hy-text {
        line-height: 27px;
    }
    
    .video-box li .hy-num {
        color: #fff;
        width: 70px;
        height: 36px;
        background-image: linear-gradient(90deg, #fe903f 0%, #fdd8a7 100%);
        border-radius: 18px;
        text-align: center;
        line-height: 34px;
        margin-bottom: 14px;
    }
    
    .liubianxing-box {
        color: #fff;
        font-size: 18px;
        position: relative;
        /* height: 200px; */
    }
    
    .liubianxing-box>div {
        width: 270px;
        height: 260px;
    }
    
    .liubianxing {
        position: absolute;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        -webkit-clip-path: polygon(50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%);
        top: -202px;
        right: 322px;
        /* transform: translate(-50%, -50%); */
    }
    
    .liubianxing2 {
        position: absolute;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        -webkit-clip-path: polygon(50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%);
        right: 136px;
        top: -202px;
    }
    
    .liubianxing3 {
        position: absolute;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        -webkit-clip-path: polygon(50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%);
        right: -50px;
        top: -202px;
    }
    
    .liubianxing4 {
        position: absolute;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        -webkit-clip-path: polygon(50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%);
        right: 226px;
        top: -50px;
    }
    
    .liubianxing5 {
        position: absolute;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        -webkit-clip-path: polygon(50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 50% 15%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 32.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 80.31089% 67.5%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 50% 85%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 67.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%, 19.68911% 32.5%);
        right: 40px;
        top: -50px;
    }
    
    .gp-text {
        width: 56%;
        line-height: 30px;
        padding: 38px 0 10px 0;
    }
    
    .advantage-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    
    .advantage-box .advantage-content {
        padding: 26px;
        line-height: 30px;
    }
    
    .advantage-box>div {
        background-color: #f6f6f7;
        border-radius: 30px 30px 0px 0px;
    }
    
    .advantage-box .advantage-img {
        height: 10vw;
        margin-bottom: 26px;
        overflow: hidden;
    }
    
    .advantage-box>div:nth-child(1n) .advantage-title {
        color: #732e00;
        font-size: 26px;
        font-weight: bold;
        height: 60px;
        line-height: 58px;
        background-image: linear-gradient(90deg, #fe903f 0%, #fdd8a7 100%);
        border-radius: 30px 30px 0px 0px;
        text-align: center;
    }
    
    .advantage-box>div:nth-child(2n) .advantage-title {
        color: #fff;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
    }
    
    .service-box {
        align-items: initial;
    }
    
    .service-box .font-weight {
        margin-bottom: 18px;
    }
    
    .service-box ul {
        flex: 0.93;
        line-height: 24px;
    }
    
    .dy-al .dyal-one {
        width: 200px;
    }
    
    .dyal-one,
    .dy-img-box {
        padding: 20px 20px 30px 20px;
        width: 15vw;
        background-color: #f7f7f7;
        border-radius: 20px;
    }
    
    .dy-al .swiper {
        padding-bottom: 70px;
    }
    
    .dy-logo img {
        width: 90px;
        height: 90px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        border-radius: 50%;
        object-fit: contain;
    }
    
    .dyal-one .hy-box {
        margin: 0 auto;
        margin-bottom: 28px;
    }
    
    .dyal-one .c666 {
        line-height: 24px;
    }
    
    .fwlc-box {
        width: 100vw;
        background-image: url(/skin/images/fw-b.png);
        background-size: cover;
    }
    
    .lc-box {
        position: relative;
    }
    
    .lc-num {
        position: absolute;
        top: 32px;
        left: 40px;
        color: #23326b;
    }
    
    .lc-text {
        text-align: center;
        margin-left: 6px;
        margin-top: 30px;
        color: #333333;
    }
    
    .lc-jt {
        margin: 64px 35px;
    }
    
    .fwlc-box .mb40 {
        margin-bottom: 74px;
    }
    
    .fwlc-box .flex {
        margin-left: -80px;
    }
    
    .website-img {
        height: 13vw;
    }
    
    .website-box>div {
        background-color: #efefef;
    }
    
    .website-content {
        padding: 30px;
        line-height: 30px;
    }
    
    .website-content .f26 {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .website-content .f26::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 40px;
        height: 4px;
        background-color: #f48020;
    }
    
    .website-content .text-end {
        color: #666666;
        opacity: 0.5;
    }
    
    .website-box>div:hover {
        box-shadow: 0px 0px 22px 5px rgba(153, 153, 153, .7);
        background-image: linear-gradient(0deg, #1c5ce9 0%, #2d87f7 100%);
        transition: all .5s;
    }
    
    .website-box>div:hover p {
        color: #fff;
    }
    
    .website-box2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
    }
    
    .website-box2>div {
        padding: 40px 0;
    }
    
    .website-box2 .f20 {
        width: 220px;
        height: 46px;
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        border-radius: 0px 23px 23px 0px;
        line-height: 44px;
        margin-bottom: 22px;
        padding-left: 40px;
    }
    
    .website-box2 ul {
        width: 100%;
        padding: 0 20px;
    }
    
    .website-box2 ul li {
        width: 50%;
        line-height: 30px;
    }
    
    .website-box2 .dian {
        color: #f48020;
        font-size: 20px;
        padding-left: 10px;
    }
    
    .website-box2 ul li:nth-child(1),
    .website-box2 ul li:nth-child(2),
    .website-box2 ul li:nth-child(5),
    .website-box2 ul li:nth-child(6) {
        background-color: #f0f5ff;
    }
    
    .website-box3 ul {
        width: 33.5%;
    }
    
    .website-box3 ul li {
        width: 100%;
        background-color: #ffffff;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 5px #edf5fd;
        padding: 10px 0 10px 40px;
        margin-bottom: 40px;
    }
    
    .website-box3 ul li:last-child {
        margin-bottom: 0;
    }
    
    .website-box3 .mr20 {
        width: 68px;
        height: 68px;
        background-color: #f0f5ff;
        border-radius: 50%;
    }
    
    .website-box3 ul li::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20px;
        background-image: linear-gradient(0deg, #1c5ce9 0%, #2d87f7 100%);
        border-radius: 20px 0 0 20px;
    }
    
    .website-box3 ul li:hover .mr20 {
        background-color: #1c5ce9;
        transition: all .5s;
    }
    
    .website-box3 ul li:hover img {
        filter: grayscale(100%) brightness(300%);
        transition: all .5s;
    }
    
    .website-box3 ul .cf4 {
        margin-bottom: 10px;
    }
    
    .website-box3 {
        margin-top: 70px;
    }
    
    .website-box4 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 3vw;
    }
    
    .website-box4>div .all-img,
    .website-box4>div .website-img {
        border-radius: 20px 20px 0px 0px;
    }
    
    .website-box4>div .website-img {
        overflow: hidden;
    }
    
    .website-box4>div p {
        border-radius: 0px 0px 25px 25px;
        background-image: linear-gradient(90deg, #fe903f 0%, #fdd8a7 100%);
        color: #732e00;
        padding: 16px 0 12px 0;
    }
    
    .website-box4>div:nth-child(2n) p {
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        color: #fff;
    }
    
    .website-box5>div:first-child {
        width: 34vw;
    }
    
    .web-team {
        flex: 0.9;
    }
    
    .web-team>div {
        width: 200px;
        height: 200px;
        background-color: #ffffff;
        border-radius: 50%;
        border: 1px dashed #1c5ce9;
        transition: all .5s;
    }
    
    .web-team>div .er-yuan {
        width: 180px;
        height: 180px;
        background-color: #ffffff;
        border-style: solid;
        border-radius: 50%;
        box-sizing: border-box;
        border: 20px solid transparent;
        background-image: linear-gradient(#fff, #fff), linear-gradient(to top, #1c5ce9 0%, #2d87f7 100%);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }
    
    .web-team>div:hover {
        border: 1px dashed #f48020;
        box-shadow: 0px 0px 22px 5px rgba(153, 153, 153, .5);
    }
    
    .web-team>div:hover p {
        color: #f48020;
    }
    
    .web-team>div:hover .er-yuan {
        background-image: linear-gradient(#fff, #fff), linear-gradient(to top, #fe903f 0%, #fdd8a7 100%);
    }
    
    .new-menu {
        padding: 0 13vw;
    }
    
    .new-menu li {
        flex: 1;
        height: 60px;
        text-align: center;
        line-height: 58px;
    }
    
    .new-menu li.active {
        background-image: linear-gradient(90deg, #1c5ce9 0%, #2d87f7 100%);
        box-shadow: 1px 2px 13px 0px rgba(161, 165, 173, 0.5);
    }
    
    .new-menu li.active a {
        color: #fff;
    }
    
    .news-box {
        flex: 0.965;
    }
    
    .news-content-box {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
    
    .news-content-box .bgfff {
        padding: 30px;
    }
    
    .news-content-box .news-img {
        height: 11vw;
        overflow: hidden;
        margin-bottom: 18px;
    }
    
    .news-content-box .f20 {
        line-height: 26px;
        min-height: 70px;
    }
    
    .news-content-box div.c666 {
        line-height: 24px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 20px;
        height: 70px;
    }
    
    .new-more {
        /* position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #cccccc; */
    }
    
    .news-content-box>div:hover {
        background-color: #1c5ce9;
        transition: all .5s;
        box-shadow: 1px 2px 13px 0px rgba(161, 165, 173, 0.5);
    }
    
    .news-content-box>div:hover p,
    .news-content-box>div:hover div {
        color: #fff;
    }
    
    .pages {
        width: max-content;
        margin: 0 auto;
        margin-top: 60px;
    }
    
    .pages a {
        width: 46px;
        height: 46px;
        background-color: #ffffff;
        border-radius: 4px;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        font-size: 18px;
        margin-right: 10px;
    }
    
    .pages a.hover,
    .pages a:hover {
        background-color: #1c5ce9;
        color: #fff;
    }
    
    .news-right {
        width: 260px;
    }
    
    .news-right>div {
        padding: 30px 20px;
        background-color: #fff;
    }
    
    .news-right>div .f20 {
        border-left: 4px solid #1c5ce9;
        padding-left: 10px;
    }
    
    .news-right .news-right-img {
        width: 80px;
        height: 60px;
    }
    
    .news-right .news-right-text {
        flex: 1;
        margin-left: 10px;
        line-height: 22px;
    }
    
    .news-right>div a {
        margin-bottom: 20px;
    }
    
    .news-right>div a:last-child {
        margin-bottom: 0;
    }
    
    .news-right>div a:hover {
        color: #1c5ce9;
    }
    
    .news-right-img2 {
        width: 100%;
        height: 130px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .news-right-img2 p {
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 20px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: flex-end;
        padding: 10px;
    }
    
    .newsdetail_page .content {
        border-top: 1px solid #f1f1f1;
    }
    
    .newsdetail_page .content .main {
        overflow: hidden;
    }
    
    .newsdetail_page .content .main .left {
        padding: 55px;
        border-right: 1px solid #f1f1f1;
        background-color: #fff;
        width: calc(100% - 290px);
    }
    
    .newsdetail_page .content .main .left .tit {
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 50px;
    }
    
    .newsdetail_page .content .main .left .tit h4 {
        font-size: 36px;
        color: #333333;
    }
    
    .newsdetail_page .content .main .left .tit p {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
    }
    
    .newsdetail_page .content .main .left .center {
        padding: 60px 20px;
    }
    
    .newsdetail_page .content .main .left .center p {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        text-indent: 16px;
        text-align: justify;
    }
    
    .newsdetail_page .content .main .left .center img {
        max-width: 100%;
        display: block;
        margin: 10px auto;
        height: auto !important;
    }
    
    .newsdetail_page .content .main .right {
        float: right;
        width: 30%;
    }
    
    .newsdetail_page .content .main .right .first {
        padding: 50px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .newsdetail_page .content .main .right .first h5 {
        font-size: 24px;
        color: #333333;
        position: relative;
    }
    
    .newsdetail_page .content .main .right .first h5::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        width: 3px;
        height: 18px;
        background: #2d3c59;
    }
    
    .newsdetail_page .content .main .right .first ul {
        margin-top: 30px;
    }
    
    .newsdetail_page .content .main .right .first ul li a {
        display: block;
        font-size: 14px;
        line-height: 36px;
        color: #666666;
    }
    
    .newsdetail_page .content .main .right .first ul li a:hover {
        color: #2d3c59;
    }
    
    .newsdetail_page .content .main .right .first:last-child {
        border-bottom: 0 solid #000;
    }
    
    .newsdetail_page .content .main .right .first:last-child ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .newsdetail_page .content .main .right .first:last-child ul li a {
        display: block;
        height: 30px;
        border-radius: 16px;
        padding: 0 15px;
        line-height: 30px;
        background-color: #f1f1f1;
    }
    
    .newsdetail_page .content .main .right .first:last-child ul li a:hover {
        background-color: #2d3c59;
        color: #fff;
    }
    
    .newsdetail_page .content .up_next {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px;
        background-color: #fff;
    }
    
    .newsdetail_page .content .up_next .up,
    .newsdetail_page .content .up_next .next {
        width: 47%;
        text-align: center;
        line-height: 90px;
    }
    
    .newsdetail_page .content .up_next .up a,
    .newsdetail_page .content .up_next .next a {
        display: block;
    }
    
    .newsdetail_page .content .up_next .up a:hover,
    .newsdetail_page .content .up_next .next a:hover {
        background: #1c5ce9;
        color: #fff;
    }
    
    .newsdetail_page .content .up_next .up a:hover span,
    .newsdetail_page .content .up_next .next a:hover span,
    .newsdetail_page .content .up_next .up a:hover i,
    .newsdetail_page .content .up_next .next a:hover i {
        color: #fff;
    }
    
    .newsdetail_page .content .up_next .up a i,
    .newsdetail_page .content .up_next .next a i {
        font-size: 20px;
        color: #333333;
        margin: 0 25px;
    }
    
    .newsdetail_page .content .up_next .up a span,
    .newsdetail_page .content .up_next .next a span {
        font-size: 16px;
        color: #333333;
    }
    
    .newsdetail_page .content .up_next .back {
        width: 6%;
        border: 1px solid #f1f1f1;
        height: 100%;
        text-align: center;
    }
    
    .newsdetail_page .content .up_next .back a {
        display: block;
    }
    
    .newsdetail_page .content .up_next .back a img {
        max-width: 100%;
    }
    
    .main_content {
        height: 60px;
        line-height: 60px;
        margin-bottom: -70px;
    }
    
    .us-box {
        width: 35vw;
    }
    
    .us-img {
        width: calc(100% - 38vw);
    }
    
    .counter {
        font-size: 54px;
        display: inline-block;
    }
    
    .us-text {
        line-height: 30px;
        margin-top: 38px;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    
    .culture-img {
        width: 190px;
        height: 190px;
        background-color: #dfeaf8;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .culture-img img{
        position: relative;
    }
    .culture-img:hover img{
            /* transform: rotateY(180deg); */
    /* 用鼠标悬停的方式触发旋转效果 */
    animation: rot 1s infinite linear;
    }
    @keyframes rot {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(180deg);
    }
}

    .culture-box {
        background-image: url(/skin/images/wh-bg.png);
        background-repeat: no-repeat;
        background-position-y: 100px;
    }
    
    .culture-box2>div {
        padding: 60px;
        background-size: cover;
        width: 35vw;
        height: 260px;
        margin-top: 60px;
    }
    
    .culture-box2>div:first-child {
        background-image: url(/skin/images/wh-bg.jpg);
    }
    
    .culture-box2>div:last-child {
        background-image: url(/skin/images/wh-bg2.jpg);
    }
    
    .fz-box {
        background-image: url(/skin/images/fz-bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 34vw;
    }
    
    #marquee1,
    #marquee2 {
        width: 100%;
        height: 233px;
        overflow: hidden;
    }
    
    #marquee1 ul li,
    #marquee2 ul li {
        float: left;
        width: 311px;
        height: 233px;
        margin-left: 10px;
    }
    
    #marquee1 ul li img,
    #marquee2 ul li img {
        display: block;
    }
    
    #marquee2 {
        margin-top: 10px;
    }
    
    .yq-box {
        padding: 70px 0;
    }
    
    .con-box>div {
        height: 230px;
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 5px rgba(238, 238, 238, .7);
        padding: 40px;
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 15vw;
    }
    
    .con-box>div:nth-child(1) {
        width: 24vw;
    }
    
    .con-box>div:nth-child(2) {
        background-image: url(/skin/images/yyx.png);
    }
    
    .con-box>div:nth-child(3) {
        background-image: url(/skin/images/dz.png);
    }
    
    .con-box>div:nth-child(4) {
        background-image: url(/skin/images/wwx.png);
    }
    
    .con-box>div .f20 {
        border-left: 4px solid #1c5ce9;
        padding-left: 10px;
    }
    
    .dizhi {
        line-height: 30px;
    }
    
    .con-box>div .f14 {
        line-height: 18px;
    }
    
    .con-box>div .em-box {
        width: 100px;
        height: 32px;
        border: solid 1px #666666;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    
    .con-box>div .em-box:hover {
        background-color: #1c5ce9;
        color: #fff;
    }
    
    .weixin img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    
    .con-more>div {
        background-color: #fff;
        width: 11.5vw;
        height: 210px;
    }
    
    .se-img {
        margin-bottom: 20px;
    }
    
    .con-more .f28 {
        margin-bottom: 8px;
    }
    
    .con-more>div a {
        width: 100%;
        /* height: 100%; */
    }
    
    .con-more>div:hover {
        background-color: #1c5ce9;
        transition: all .5s;
    }
    
    .con-more>div:hover a {
        color: #fff;
    }
    
    .con-more>div:hover img {
        filter: grayscale(100%) brightness(300%);
    }
    
    .liuyan-box {
        background-image: url(/skin/images/con-bg.jpg);
        background-size: cover;
        display: flex;
        justify-content: flex-end;
    }
    
    .liuyan-box>div {
        width: 680px;
    }
    
    .liuyan-box .flex-between input {
        width: 49%;
    }
    
    .liuyan-box input {
        height: 46px;
        border: solid 1px #cccccc;
    }
    
    .liuyan-box textarea {
        width: 100%;
        height: 150px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        padding: 10px;
    }
    
    .liuyan-box button {
        width: 300px;
        height: 54px;
        background-color: #1c5ce9;
        border-radius: 27px;
        color: #fff;
        font-size: 20px;
        margin-top: 40px;
    }
    .liuyan-box button:hover,
    .case-button:hover{
        background-image: linear-gradient(90deg, 
		#00f4fe 0%, 
		#0061fe 100%);
		color: #fff;
    }
    .xg-tj a:last-child .news-right-img2 {
        margin-bottom: 0;
    }
    
    .website-box3 ul li>div:last-child {
        flex: 1;
    }
    
    .phone-block {
        display: none;
    }
    
    .phone-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #333;
        z-index: 11;
        display: none;
    }
    
    .close {
        font-size: 36px;
        color: #fff;
        text-align: right;
        padding: 20px;
    }
    
    .list_dt {
        background: #333;
        color: white;
        width: 100%;
        padding: 0 40px 0 20px;
        line-height: 48px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #464646;
    }
    
    .list_dt:hover {
        background: #222;
    }
    
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #4285F4;
    }
    
    #open {
        background: #222;
    }
    
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #002b6e;
    }
    
    .search-box {
        position: relative;
    }
    
    .search-box input {
        border: 1px solid #004097;
        border-radius: 20px;
        width: 420px;
        height: 40px;
        padding: 0 40px 0px 15px;
    }
    
    .search-box button {
        background: transparent;
        position: absolute;
        right: 10px;
        top: 3px;
    }
    
    .more-pro {
        width: 200px;
        height: 55px;
        text-align: center;
        margin: 0 auto;
    }
    
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 8px;
        display: block;
        width: 26px;
        height: 26px;
        background: url("/skin/images/off.png") no-repeat;
    }
    
    #open .list_dt_icon {
        background: url("/skin/images/open.png") no-repeat;
    }
    
    .list_dd {
        display: none;
    }
    
    .list_li {
        background: #4e4e4e;
        list-style-type: none;
        color: white;
        width: 100%;
        padding: 0 30px;
        line-height: 48px;
        cursor: pointer;
        border-bottom: 1px solid #6b6b6b;
    }
    
    .list_li:hover {
        background: #002b6e;
    }
    .slide {
    margin-bottom: 30px;
    position: relative;
}

.slide .arrow {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 50px;
    display: flex;
    padding: 0 45px;
    transform: none!important;
    justify-content: space-between;
    align-items: center;
}

.slide .arrow .swiper-pagination {
    position: static;
}

.slide .swiper-container-horizontal>.swiper-pagination-bullets,
.slide .swiper-pagination-custom,
.slide .swiper-pagination-fraction {
    bottom: 96px;
    left: 74px;
}
.slide .swiper-button-next,.slide .swiper-button-prev {
    width: 34px;
    height: 34px;
    border: solid 0px #ffffff;
    border-radius: 0;
    top: auto;
    bottom: 96px;
}
.slide .swiper-button-prev, .slide.swiper-container-rtl .swiper-button-next {
    background-image: url(/skin/images/ll.png);
    background-size: initial;
    left: auto;
    right: 68px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/skin/images/rr.png);
    right: 38px;
    left: auto;
    background-size: initial;
}

.slide .arrow .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #333333;
    border: solid 3px #333;
}

.slide .arrow .btn {
    width: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide .arrow .btn .swiper-button-next,
.slide .arrow .btn .swiper-button-prev {
    background: none;
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    outline: none;
}

.slide .arrow .btn .swiper-button-next i,
.slide .arrow .btn .swiper-button-prev i {
    font-size: 20px;
    color: #333;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .left {
    width: 50%;
    height: 520px;
    float: left;
    /*background: url(../images/case_page_01.jpg) no-repeat center;*/
    background-size: cover;
    transition: all 0.5s linear;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right {
    width: 50%;
    height: 520px;
    float: right;
    background: #fff;
    padding: 45px;
    overflow: hidden;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right h5 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #333333;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right .line {
    width: 34px;
    height: 5px;
    background: #333;
    margin: 20px 0;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right h6 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right>p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 30px;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right span {
    font-size: 18px;
    line-height: 24px;
    color: #2e3c59;
    font-weight: bold;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul {
    margin: 50px -50px 0;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li {
    border-left: 1px solid #dedede;
    text-align: center;
    flex: 1;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li:first-child {
    border-left: 0 solid #000;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li .center {
    text-align: center;
}

.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li .center p {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.slide span.font-weight{
    font-size: 32px !important;
    line-height: 30px !important;
    color: #333 !important;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li .center i {
    font-size: 32px;
    line-height: 30px;
    color: #333;
}
    @media (min-width: 1530px) and (max-width: 1700px) {
        .team-box>div .bgc,
        .team-img {
            width: 222px;
            height: 222px;
        }
        .team-box>div {
            width: 442px;
        }
        .team-box>div:last-child .bgc {
            height: 222px;
        }
        .team-box>div .f24 {
            padding-top: 36px;
            font-size: 20px;
        }
        .ny-menu {
            padding: 0px 5vw;
        }
        .gp-text {
            width: 49%;
        }
        .website-box2 {
            grid-gap: 20px;
        }
        .website-box2 ul li {
            font-size: 12px;
        }
        .website-box3 ul {
            width: 30%;
        }
        .web-team>div {
            width: 160px;
            height: 160px;
        }
        .web-team>div .er-yuan {
            width: 140px;
            height: 140px;
            border: 16px solid transparent;
        }
        .news-content-box {
            grid-gap: 12px;
        }
        .news-content-box .f20 {
            min-height: 90px;
        }
        .news-content-box div.c666 {
            height: 94px;
        }
        .con-box>div {
            padding: 26px;
        }
        .service-box>div {
            width: 47%;
        }
    }
    
    @media (min-width: 1366px) and (max-width: 1529px) {
        .banner-menu {
            width: 98%;
        }
        .new-menu {
            padding: 0 98px;
        }
        .all-box {
            padding: 90px 98px;
        }
        .all-box2 {
            padding: 70px 98px;
        }
        .ny-menu {
            padding: 0 98px;
        }
        .work-box .swiper-button-next,
        .work-box .swiper-container-rtl .swiper-button-prev {
            right: -92px;
        }
        .work-box .swiper-button-prev,
        .work-box .swiper-container-rtl .swiper-button-next {
            left: -92px;
        }
        .copyright-imgs .copyright-img {
            height: 17vw;
        }
        .team-box>div .bgc,
        .team-img {
            width: 230px;
            height: 230px;
        }
        .team-box>div {
            width: 460px;
        }
        .team-box>div:last-child .bgc {
            height: 230px;
        }
        .team-box>div .f24 {
            padding-top: 36px;
            font-size: 20px;
        }
        .work-box .work-img,
        .dy-img-box .dyal-img {
            height: 275px;
        }
        .work-content>div {
            height: 464px;
        }
        .work-box .swiper {
            padding-bottom: 84px;
        }
        .swiper-button-next,
        .swiper-button-prev {
            height: 50px;
            width: 50px;
        }
        .gp-text {
            width: 580px;
        }
        .service-box>div {
            width: 400px;
        }
        .service-box>div {
            width: 47%;
        }
        .dyal-one,
        .dy-img-box {
            width: 17vw;
        }
        .fwlc-box {
            background-position-x: center;
        }
        .website-box2 ul li {
            font-size: 13px;
        }
        .website-box2 .dian {
            padding-left: 4px;
        }
        .website-box3 ul {
            width: 30.5%;
        }
        .news-content-box {
            grid-gap: 12px;
        }
        .news-content-box .f20 {
            min-height: 90px;
        }
        .news-content-box div.c666 {
            height: 94px;
        }
        .us-box {
            width: 42vw;
        }
        .us-img {
            width: calc(100% - 44vw);
        }
        .culture-box2>div {
            width: 41vw;
        }
        .con-box>div {
            width: 19vw;
        }
        .con-more>div {
            width: 13.5vw;
        }
    }
    
    @media (min-width: 1200px) and (max-width: 1365px) {
        .banner-menu {
            width: 102%;
            padding: 0 20px;
        }
         .business-box .mb40{
            height: 170px;
        }
        .all-box {
            padding: 90px 98px;
        }
        .all-box2 {
            padding: 70px 98px;
        }
        .new-menu {
            padding: 0 98px;
        }
        .ny-menu {
            padding: 0 40px;
        }
        .business-box .bgf7 {
            padding: 20px;
        }
        .case-box .f28 {
            font-size: 24px;
        }
        .case-box .case-hy,
        .hy-box {
            padding: 0 12px;
        }
        .work-box .swiper-button-next,
        .work-box .swiper-container-rtl .swiper-button-prev {
            right: -92px;
        }
        .work-box .swiper-button-prev,
        .work-box .swiper-container-rtl .swiper-button-next {
            left: -92px;
        }
        .copyright-imgs .copyright-img {
            height: 17vw;
        }
        .team-box>div .bgc,
        .team-img {
            width: 200px;
            height: 200px;
        }
        .team-box>div {
            width: 392px;
        }
        .team-box>div:last-child .bgc {
            height: 200px;
        }
        .team-box>div .f24 {
            padding-top: 26px;
            font-size: 16px;
        }
        .work-box .work-img,
        .dy-img-box .dyal-img {
            height: 280px;
        }
        .work-content>div {
            height: 384px;
        }
        .work-box .swiper {
            padding-bottom: 72px;
        }
        .dy-logo img {
            width: 60px;
            height: 60px;
        }
        .swiper-button-next,
        .swiper-button-prev {
            height: 50px;
            width: 50px;
        }
        .dyal-one .hy-box {
            margin-bottom: 10px;
        }
        .dyal-one .mb20 {
            margin-bottom: 10px;
        }
        .dyal-one .mb30 {
            margin-bottom: 20px;
        }
        .website-box2 {
            grid-gap: 20px;
        }
        .website-box2 ul {
            padding: 0 10px;
        }
        .wenti-box {
            padding: 20px;
        }
        .wt-swiper .cfff {
            margin-right: 4px;
        }
        .custom-imgs {
            width: 670px;
        }
        .custom-imgs .custom-img {
            width: 188px;
            height: 342px;
        }
        .custom-video {
            height: 262px;
        }
        .custom-logo img {
            width: 50px;
            height: 50px;
        }
        .custom-logo .mr20 {
            margin-right: 10px;
        }
        .custom-logo .f20 {
            font-size: 16px;
        }
        .new-bottom {
            padding: 20px;
        }
        .gp-text {
            width: 446px;
        }
        .service-box>div {
            width: 400px;
        }
        .service-box>div {
            width: 47%;
        }
        .dyal-one,
        .dy-img-box {
            width: 16vw;
        }
        .fwlc-box {
            background-position-x: center;
        }
        .website-box2 ul li {
            font-size: 12px;
        }
        .website-box2 .dian {
            padding-left: 4px;
        }
        .website-box3 ul {
            width: 29%;
        }
        .website-box3 ul li {
            padding: 10px 0 10px 27px;
        }
        .news-content-box {
            grid-gap: 12px;
        }
        .news-content-box .f20 {
            min-height: 90px;
        }
        .news-content-box div.c666 {
            height: 94px;
        }
        .us-box {
            width: 42vw;
        }
        .us-img {
            width: calc(100% - 44vw);
        }
        .culture-box2>div {
            width: 41vw;
        }
        .con-box>div {
            width: 19vw;
            padding: 24px;
        }
        .con-more>div {
            width: 13.5vw;
        }
        .web-team>div {
            width: 164px;
            height: 164px;
        }
        .web-team>div .er-yuan {
            width: 140px;
            height: 140px;
        }
        .news-content-box .bgfff {
            padding: 20px;
        }
    }
    
    @media (max-width: 750px) {
        html,
        body,
        div,
        span,
        applet,
        object,
        iframe,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        blockquote,
        pre,
        a,
        abbr,
        acronym,
        address,
        big,
        cite,
        code,
        del,
        dfn,
        em,
        img,
        ins,
        kbd,
        q,
        s,
        samp,
        small,
        strike,
        strong,
        sub,
        sup,
        tt,
        var,
        b,
        u,
        i,
        center,
        dl,
        dt,
        dd,
        ol,
        ul,
        li,
        fieldset,
        form,
        label,
        legend,
        table,
        caption,
        tbody,
        tfoot,
        thead,
        tr,
        th,
        td,
        article,
        aside,
        canvas,
        details,
        embed,
        figure,
        figcaption,
        footer,
        header,
        hgroup,
        menu,
        nav,
        output,
        ruby,
        section,
        summary,
        time,
        mark,
        audio,
        video {
            font-size: 14px;
        }
        .phone-none,
        .custom-imgs {
            display: none;
        }
        .phone-block {
            display: block;
        }
        .dianhua{
            display: block;
            font-weight: block;
            color: #fff;
            font-size: 30px;
        }
        .foot-img img{
            object-fit: none;
        }
        .banner-menu {
            width: 100%;
            position: relative;
            top: 0;
            border-radius: 0;
            left: 0;
            transform: translate(0);
            padding: 0 20px;
            z-index: 2;
        }
        .all-box,
        .all-box2 {
            padding: 30px 20px;
        }
        .f48 {
            font-size: 22px;
        }
        .f36 {
            font-size: 22px;
        }
        .f28 {
            font-size: 20px;
        }
        .mb50,
        .gold-button {
            margin-bottom: 20px;
        }
        .business-box {
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }
        .slide .swiper-container .swiper-wrapper .swiper-slide a{
            display: flex;
            flex-wrap: wrap;
        }
        .slide .swiper-container .swiper-wrapper .swiper-slide a .left {
    width: 100%;
    height: 300px;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right {
    width: 100%;
    height: auto;
    float: none;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right h5 {
    font-size: 22px;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right h6 {
    font-size: 16px;
    line-height: 22px;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li {
    border-left: 1px solid #dedede;
    width: 50%;
    flex: auto;
}
.slide .swiper-container .swiper-wrapper .swiper-slide a .right ul li .center p {
    font-size: 16px;
    line-height: 26px;
}
.slide span.font-weight {
    font-size: 20px !important;
}
.slide .swiper-container-horizontal>.swiper-pagination-bullets, .slide .swiper-pagination-custom, .slide .swiper-pagination-fraction {
   bottom:0;
    left: auto;
}
.slide .swiper-button-next, .slide .swiper-button-prev{
    bottom: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}
.slide .swiper-button-prev, .slide.swiper-container-rtl .swiper-button-next {
   
    right: 12px;
}
        .mb30 {
            margin-bottom: 14px;
        }
        .mb20 {
            margin-bottom: 10px;
        }
        .f20 {
            font-size: 16px;
        }
        .f24 {
            font-size: 16px;
        }
        .business-box .bgf7 {
            padding: 28px 20px;
            line-height: 24px;
        }
        .case-box .case-img {
            height: 220px;
        }
        .case-box .swiper-slide {
            padding: 20px;
        }
        .case-button {
            width: 150px;
            height: 40px;
            border-radius: 27px;
            margin-top: 20px;
        }
        .work-box .work-img,
        .dy-img-box .dyal-img {
            height: 224px;
        }
        .custom-video-box {
            flex: 1;
            padding: 20px;
        }
        .mr20 {
            margin-right: 10px;
        }
        .f14 {
            font-size: 12px;
        }
        .four-new,
        .one-new {
            width: 100%;
        }
        .copyright-imgs {
            grid-template-columns: 1fr 1fr;
            grid-gap: 0px 20px;
        }
        .copyright-imgs .copyright-img {
            height: auto;
        }
        .team-box {
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }
        .team-box>div:last-child {
            grid-row: 0;
            grid-column: 0;
            width: 100%;
        }
        .flex {
            flex-wrap: wrap;
        }
        .team-box2 .flex div {
            width: 49%;
        }
        .team-box2 .text-center {
            padding: 30px 08px;
        }
        .team-box2>div {
            margin-bottom: 6px;
            align-items: normal;
        }
        .team-box2>div:last-child {
            margin-bottom: 0;
        }
        .mr10 {
            margin-right: 6px;
        }
        .team-box2 .f14 {
            line-height: 18px;
        }
        .f46 {
            font-size: 26px;
        }
        .f60 {
            font-size: 40px;
        }
        .icon-box {
            justify-content: flex-start;
            margin-top: 20px;
        }
        .mb40 {
            margin-bottom: 30px;
        }
        footer .flex {
            align-items: center;
            margin-bottom: 10px;
        }
        footer .flex-between-center ul {
            width: 100%;
            margin-top: 10px;
        }
        footer li {
            margin-left: 0;
            width: 25%;
            line-height: 30px;
        }
        .footer-bottom {
            height: auto;
            line-height: 20px;
            padding: 10px 0;
        }
        .ny-menu {
            padding: 0 20px;
        }
        .ny-banner {
            height: 148px;
        }
        .f34 {
            font-size: 24px;
        }
        .seo-div1 .tmss-box div,
        .seo-div1 .mb40 {
            line-height: 24px;
        }
        .seo-div1 .tmss-box {
            grid-gap: 10px;
        }
        .seo-div1 .tmss-box li {
            padding: 20px 12px;
        }
        .seo-div1 .tmss-box .f24 {
            padding-bottom: 14px;
            margin-bottom: 14px;
        }
        .seo-div-img {
            flex: 1;
            margin-top: 10px;
        }
        .tuiguan-box,
        .seo-box,
        .platform-box,
        .website-box,
        .advantage-box,
        .website-box2,
        .news-content-box {
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }
        .seo-box {
            grid-gap: 20px;
        }
        .tuiguan-box li {
            padding: 24px 18px;
        }
        .wenti-box {
            padding: 25px;
            height: 440px;
        }
        .wd-box {
            height: 148px;
        }
        .seo-box {
            height: auto;
        }
        .platform-box>div,
        .seoteam-box>div,
        .news-content-box .bgfff {
            padding: 20px;
        }
        .platform-img {
            height: 74px;
        }
        .seoteam-box,
        .website-box4 {
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;
        }
        .seoteam-box>div .seoteam-img {
            height: 130px;
        }
        .searve-box .firstRow span {
            font-size: 14px;
        }
        .searve-box td.one-td span {
            font-size: 14px;
        }
        .searve-box td.one-td p {
            width: 66px;
        }
        .searve-box table td {
            padding: 4px 2px;
            line-height: 16px;
            font-size: 10px;
        }
        .searve-box .firstRow td:first-child {
            width: 100px;
        }
        .searve-box td.one-td::after {
            width: 6px;
        }
        .searve-box .firstRow td:nth-child(2),
        .searve-box .firstRow td:nth-child(3) {
            width: 140px;
        }
        table span {
            font-size: 10px;
        }
        .hezuo-box .hezuo-img {
            height: 210px;
        }
        .video-ftitle,
        .video-box ul,
        .gp-text,
        .dyal-one,
        .dy-img-box,
        .website-box2 ul li,
        .website-box3 ul,
        .website-box5>div:first-child,
        .newsdetail_page .content .main .left {
            width: 100% !important;
        }
        .video-box {
            margin-top: 0;
        }
        .video-box ul,
        .website-box3 {
            margin-top: 30px;
        }
        .gp-text {
            line-height: 30px;
            padding: 0px 0 240px 0;
        }
        .liubianxing-box>div {
            width: 170px;
            height: 160px;
        }
        .liubianxing-box {
            font-size: 1rem;
        }
        .liubianxing-box {
            width: 88vw;
        }
        .liubianxing,
        .liubianxing2,
        .liubianxing3 {
            top: -230px;
        }
        .liubianxing2 {
            right: 66px;
        }
        .liubianxing {
            right: 184px;
        }
        .liubianxing4 {
            right: 125px;
        }
        .liubianxing5 {
            right: 8px;
        }
        .liubianxing4,
        .liubianxing5 {
            top: -136px;
        }
        .advantage-box .advantage-img {
            height: 180px;
            margin-bottom: 14px;
        }
        .advantage-box .advantage-content {
            padding: 20px;
        }
        .fwlc-box .flex {
            margin-left: 0;
        }
        .lc-jt {
            margin: 18px 12px;
            display: none;
        }
        .al-bottom {
            margin-top: 0;
            font-size: 14px;
        }
        .lc-box {
            margin-bottom: 30px;
            width: 32%;
        }
        .lc-num {
            font-size: 28px;
            top: 34px;
            left: 44px;
        }
        .lc-text {
            font-size: 1rem;
        }
        .fwlc-box .mb40 {
            margin-bottom: 30px;
        }
        .dyal-one .hy-box,
        .us-box,
        .culture-box2>div:first-child {
            margin-bottom: 10px;
        }
        .website-img {
            height: 220px;
        }
        .website-content {
            padding: 20px;
        }
        .web-team {
            margin-top: 10px;
            flex: 1;
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px;
        }
        .web-team>div {
            width: 150px;
            height: 150px;
        }
        .web-team>div .er-yuan {
            width: 130px;
            height: 130px;
        }
        .new-menu {
            padding: 0;
        }
        .new-menu li {
            line-height: 46px;
            width: 33%;
            flex: auto;
            height: auto;
        }
        .news-box,
        .news-right,
        .us-box,
        .us-img {
            flex: auto;
            width: 100%;
        }
        .news-content-box .news-img {
            height: 200px;
        }
        .pages {
            margin-top: 30px;
            width: 100%;
            margin-bottom: 30px;
        }
        .pages a {
            width: 34px;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            margin-right: 2px;
        }
        .main_content {
            margin-bottom: 0;
            background-color: #fff;
            padding: 0 20px;
        }
        .newsdetail_page .content .main .left {
            padding: 20px;
            margin-bottom: 14px;
        }
        .newsdetail_page .content .main .left .tit h4 {
            font-size: 20px;
        }
        .newsdetail_page .content .main .left .tit {
            padding-bottom: 20px;
        }
        .newsdetail_page .content .main .left .center {
            padding: 20px 0;
        }
        .counter {
            font-size: 28px;
        }
        .us-text {
            line-height: 30px;
            margin-top: 38px;
            border-bottom: 1px solid #cccccc;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }
        .culture-img {
            width: 130px;
            height: 130px;
        }
        .culture-box {
            background: none;
        }
        .culture-box>div {
            width: 50%;
        }
        .culture-box>div .c666 {
            line-height: 22px;
            height: 60px;
        }
        .culture-box2>div {
            padding: 40px 20px;
            width: 100%;
            height: 140px;
            margin-top: 0;
        }
        .fz-box {
            background-image: url(/skin/images/lc.jpg);
            background-size: cover;
            height: 556px;
        }
        .con-box>div,
        .con-box>div:nth-child(1) {
            width: 100%;
        }
        .con-more>div {
            width: 49%;
            margin-top: 8px;
        }
    }

