    .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: 2.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: -14px;
        display: block;
    }
    
    .business-box,
    .web-team {
        display: grid;
        grid-template-columns: 1fr 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: 547px;
        background-color: #f7f7f7;
        padding: 3vw;
    }
    
    .work-box .swiper {
        padding-bottom: 104px;
    }
    
    .work-box .work-img,
    .dy-img-box .dyal-img {
        height: 22vw;
        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: 300px;
        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: 15vw;
    }
    
    .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: 9vw;
        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(/skin/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: 90%;
        }
        .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: 375px;
        }
        .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: 96%;
            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: 524px;
        }
        .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: 20px 20px;
            width: 100%;
            height: 202px;
            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;
        }
    }

html,body{padding: 0;margin: 0;color: #333333; /*min-width: 1200px;*/}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}
.flexaro{display: flex;justify-content: space-around;align-items: center;}
.wrap{
    width: 96%;
    max-width: 1400px;
	margin: 0 auto;
}
/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;text-align: center;height: 74px;background: #fff;box-shadow: 0px 0px 10px rgba(0, 0, 0, .15); }
header .logo a{height: 74px;position: relative;z-index: 9999;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 100%;}
/* header .dImg{display: none;}
header .hImg{display: block;} */
header .rightDiv{float: right;}
header .rightDiv .menu{}
header .rightDiv .menu>ul{display: inline-block!important;}
header .rightDiv .menu>ul>li{float: left;margin-right: 30px;}
header .rightDiv .menu>ul>li>a{height: 74px;text-align: left;color: #333333;font-size: 16px;display: flex;justify-content: center;align-items: center;position: relative;text-transform: capitalize; }
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background:transparent;color: #1c5ce9;}
header .rightDiv .menu>ul>li>a::after{content: "";width: 100%;position: absolute;left: 0;background: #1c5ce9;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}
header .othersDiv{height: 74px; }
header .othersDiv .ssDiv{cursor: pointer;background: #e5e5e5;border-radius: 50%;width: 30px;height: 30px; }
header .othersDiv .telDiv{margin-left: 20px;position: relative; }
header .othersDiv .telDiv a{padding: 0 20px;height: 30px;background: #1c5ce9;color: #fff;border-radius: 15px;font-family: dinB; }
header .othersDiv .telDiv a img{margin-right: 5px; }
header .othersDiv .telDiv a:hover{background: linear-gradient(to right,#00f4fe,#0061fe); }
.searchDiv{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.8);z-index: 9999;display: none; }
.searchDiv form{width: 98%;max-width: 520px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);position: relative; }
.searchDiv form a{position: absolute;right: 10px;top: -40px;width: 20px; }
.searchDiv form input{width: 100%;line-height: 48px;background: #fff;border-radius: 30px;padding: 0 120px 0 20px;border: 0; }
.searchDiv form button{width: 100px;height: 100%;border: 0;background: #1c5ce9;position: absolute;right: 0;top: 0;border-radius: 0 30px 30px 0;cursor: pointer;color: #fff; }


header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(/skin/images/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(/skin/images/menu.png) no-repeat center center;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(/skin/images/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-menu header.indexHeader .dImg{display: none;}
.on-menu header.indexHeader .hImg{display: block;}
.on-menu header .mbtn{background: url(/skin/images/menu1.png) no-repeat center center;background-size: 22px auto;}

.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;}
.menu>ul>li>a{padding:0;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu ul ul{position:absolute;background: #f6f8fb;width: 100%; top: 100%;left:-9999px;z-index: 999;padding: 50px 0;box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.15); }
.menu>ul>li:hover>ul{left: 0; }
.menu>ul>li .ul{display: flex;justify-content: center;align-items: flex-start;flex-wrap: wrap;grid-gap: 30px;  } 
.menu>ul>li .ul li{position: relative;width: calc(25% - 22.5px);  }
.menu>ul>li .ul li a{display: flex;text-align: left; }
.menu>ul>li .ul li img{margin-right: 14px; }
.menu>ul>li .ul li .textDiv span{color: #333;margin-top: 10px; }
.menu>ul>li .ul li .textDiv p{color: #888;margin-top: 5px;font-size: 13px; }
.menu>ul>li .ul li a:hover .textDiv span{color: #1c5ce9; }
.menu>ul>li.li1 .ul {justify-content: flex-start;padding: 0 10%; }
.menu>ul>li.li3 .ul{justify-content: space-between; }
.menu>ul>li.li3 .ul li{width: initial; }

/****底部***/
.footLine{width: 100%;height: 10px;background: linear-gradient(270deg, #4D4FE1 0%, #4D9EE1 100%); }
.footerDiv{position: relative;background: #0B0B20; }
.footerDiv .hdDiv{padding: 60px 0; }
.footerDiv .hdDiv .hlDiv{width: 285px; }
.footerDiv .hdDiv .hlDiv .telDiv{margin: 50px 0 40px;color: #fff; }
.footerDiv .hdDiv .hlDiv .telDiv p{font-weight: bold;font-size: 28px; }
.footerDiv .hdDiv .hrDiv{/* flex: 1; */width: 65.25%;align-items: flex-start; }
.footerDiv .hdDiv .shareDiv a{margin-right: 10px;position: relative; }
.footerDiv .hdDiv .shareDiv a span{width: 42px;height: 42px;display: flex;justify-content: center;align-items: center;background: #39396C;border-radius: 50%; }
.footerDiv .hdDiv .shareDiv .hImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .dImg{display: none; }
.footerDiv .hdDiv .shareDiv a:hover .hImg{display: block; }
.footerDiv .hdDiv .shareDiv a:hover span{background: #4D4DE1; }
.footerDiv .hdDiv .shareDiv a .ewmDiv{position: absolute;left: 0;top: 110%;width: 100px;display: none; }
.footerDiv .hdDiv .shareDiv a:hover .ewmDiv{display: block; }
.footerDiv .hdDiv .listDiv{margin-left: 4vw; }
.footerDiv .hdDiv .listDiv:first-child{margin-left: 0; }
.footerDiv .hdDiv .listDiv>span{font-size: 18px;color: #fff; }
.footerDiv .hdDiv .listDiv .aDiv {margin-top: 20px; }
.footerDiv .hdDiv .listDiv .aDiv a{display: block;color: #ccc;margin-top: 15px;font-size: 14px; }
.footerDiv .hdDiv .listDiv .aDiv span{display: block;color: #fff; }
.footerDiv .hdDiv .listDiv .aDiv .p{margin-top: 20px;word-break:break-all; }
.footerDiv .hdDiv .listDiv .aDiv .p img{margin-right: 10px; }
.footerDiv .hdDiv .listDiv .aDiv a:hover{color: #6363EE; }
.footerDiv .bdDiv{padding: 0 0 34px;color: #999999;font-size: 14px; }


/*::-webkit-scrollbar  
{  
    width: 2px;  
    height: 2px;  
}  
::-webkit-scrollbar-track  
{  
    border-radius: 4px;  
    background-color: #f5f5f5;
}  
::-webkit-scrollbar-thumb  
{  
    border-radius: 4px; 
    background-color: #0E50D1;
}*/

/********************************* 首页 **********************************/
.main{margin-top: 0; }


/*banner轮播*/
.index-banner{width: 100%;position:relative;height: 31.25vw; }
@font-face {
	font-family: dinB;
	src: url(../fonts/DIN-Bold.otf);
}
.indexTitle{position: relative;text-align: center; }
.indexTitle .title{display: block;font-size: 34px;color: #333333;font-weight: bold; }
.indexTitle .title span{color: #1c5ce9; }
.indexTitle p{margin: 30px auto 0;line-height: 1.8;max-width: 970px; }

.indexDiv1{padding: 70px 0}
.indexDiv1 .bdDiv{margin-top: 40px; }
.indexDiv1 .bdDiv .row{margin: 0 -5px; }
.indexDiv1 .bdDiv .row>div{padding: 0 5px;margin: 5px 0; }
.indexDiv1 .bdDiv .row>div .conDiv{background: #f7fbfe;text-align: center;padding: 50px;height: 100%; }
.indexDiv1 .bdDiv .row>div .conDiv .num{color: #1c5ce9; }
.indexDiv1 .bdDiv .row>div .conDiv .num span{font-size: 60px;font-family: dinB;line-height: 1; }
.indexDiv1 .bdDiv .row>div .conDiv .num sup{top: 1.2rem;vertical-align: top;margin-left: 0.3rem;font-size: 14px; }
.indexDiv1 .bdDiv .row>div .conDiv p{font-size: 14px;color: #666; }

.indexDiv2{padding: 70px 0; }
.indexDiv2 .bdDiv{margin: 49px 0 0; }
.indexDiv2 .bdDiv ul{align-items: stretch; }
.indexDiv2 .bdDiv ul li{width: calc(14.28% - 9.4px); }
.indexDiv2 .bdDiv ul li a{position: relative;text-align: center;height: 100%;justify-content: space-between;flex-direction: column;padding: 30px 20px;align-items:stretch;transition: none;background: #fff; }
.indexDiv2 .bdDiv ul li a::before{content: "";width: 100%;height: 89px;background: linear-gradient(to bottom,#d4e1fc,#fff);position: absolute;left: 0;top: 0;z-index: 1;transition: 0s;  }
.indexDiv2 .bdDiv ul li .bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;transition: .4s; }
.indexDiv2 .bdDiv ul li .ah{position: relative;z-index: 2;flex: 1; }
.indexDiv2 .bdDiv ul li .ah .dImg{display: block;margin: 0 auto; }
.indexDiv2 .bdDiv ul li .ah .hImg{display: none; }
.indexDiv2 .bdDiv ul li .ah .textDiv .t1{padding: 15px 0 15px;border-bottom: 1px solid #dfe4f0;color: #333;font-size: 20px; }
.indexDiv2 .bdDiv ul li .ah .textDiv .p{padding-top: 15px;font-size: 14px;color: #666;line-height: 2; }
.indexDiv2 .bdDiv ul li .ab{position: relative;z-index: 2; }
.indexDiv2 .bdDiv ul li .ab span{width: 120px;line-height: 38px;border: 1px solid #fff;color: #fff;border-radius: 20px;display: block;display: none;position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);font-size: 14px; }
.indexDiv2 .bdDiv ul li .ab span:hover{background: #fff;color: #1c5ce9; }
.indexDiv2 .bdDiv ul li a:hover{padding: 0 20px;transition: .4s; }
.indexDiv2 .bdDiv ul li a:hover::before{display: none;}
.indexDiv2 .bdDiv ul li a:hover .bg{background: linear-gradient(to bottom,#2d87f7,#1c5ce9);z-index: 2;width: calc(100% + 20px); height: calc(100% + 60px);top: -35px;left: -10px;  }
.indexDiv2 .bdDiv ul li a:hover .dImg{display: none; }
.indexDiv2 .bdDiv ul li a:hover .hImg{display: block;margin: 0 auto; }
.indexDiv2 .bdDiv ul li a:hover .ah .t1{color: #fff; }
.indexDiv2 .bdDiv ul li a:hover .ah .p{color: #fff; }
.indexDiv2 .bdDiv ul li a:hover .ab span{display: block; }
.indexDiv2 .bdDiv .telDiv{margin: 60px auto 0;width: 510px;height: 54px;border: 1px solid #1c5ce9;border-radius: 27px;overflow: hidden; }
.indexDiv2 .bdDiv .telDiv .tl{width: 210px;font-size: 14px;color: #333; }
.indexDiv2 .bdDiv .telDiv .tl span{color: #1c5ce9;font-size: 20px;font-family: dinB; }
.indexDiv2 .bdDiv .telDiv .tr{flex: 1;background: #1c5ce9;color: #fff;line-height: 54px;text-align: center; }
.indexDiv2 .bdDiv .telDiv:hover .tr{background: linear-gradient(to right,#2d87f7,#1c5ce9);}

.imgOver{position: relative;}
.imgOver .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;overflow: hidden; }
.imgOver .pic img{width: 100%;height: 100%;object-fit: cover; }

.indexDiv3{padding: 70px 0; }
.indexDiv3 .bdDiv{margin-top: 10px; }
.indexDiv3 .bdDiv .row>div{margin-top: 30px; }
.indexDiv3 .bdDiv .row>div .conDiv{background: #f7fbfe;padding: 30px;position: relative;transition: all .5s; }
.indexDiv3 .bdDiv .row>div .conDiv .imgDiv{width: 41.6%; }
.indexDiv3 .bdDiv .row>div .conDiv .textDiv{width: 58.4%;padding:0 30px; }
.indexDiv3 .bdDiv .row>div .conDiv .textDiv span{font-weight: bold;font-size: 20px; }
.indexDiv3 .bdDiv .row>div .conDiv .textDiv p{font-size: 14px;color: #666666;margin-top: 20px;line-height: 1.8; }
.indexDiv3 .bdDiv .row>div .conDiv .szImg{position: absolute;right: 0;bottom: 0; }
.indexDiv3 .bdDiv .row>div .conDiv .szImg .dImg{display: block; }
.indexDiv3 .bdDiv .row>div .conDiv .szImg .hImg{display: none; }
.indexDiv3 .bdDiv .row>div .conDiv:hover{background: linear-gradient(to right,#2d87f7,#1c5ce9); }
.indexDiv3 .bdDiv .row>div .conDiv:hover .szImg .dImg{display: none; }
.indexDiv3 .bdDiv .row>div .conDiv:hover .szImg .hImg{display: block; }
.indexDiv3 .bdDiv .row>div .conDiv:hover .textDiv span,.indexDiv3 .bdDiv .row>div .conDiv:hover .textDiv p{color: #fff; }

.indexDiv4{position: relative;background: #f7f7f7;padding: 70px 0; }
.indexDiv4 .bdDiv{position: relative;background: #fff;padding: 30px;margin-top: 40px; }
.indexDiv4 .swiper-container{padding-bottom: 40px; }
.indexDiv4 .swiper-slide .imgDiv{width: 48.88%; }
.indexDiv4 .swiper-slide .imgDiv img{width: 100%;height: 100%;object-fit: cover; }
.indexDiv4 .swiper-slide .textDiv{width: 46.6%;margin-left: 60px; }
.indexDiv4 .swiper-slide .textDiv .title{font-size: 36px;font-weight: bold; }
.indexDiv4 .swiper-slide .textDiv .line{width: 34px;height: 5px;background: #1c5ce9;margin: 15px 0; }
.indexDiv4 .swiper-slide .textDiv .p{font-size: 24px;color: #666666;margin: 0 0 30px; }
.indexDiv4 .swiper-slide .textDiv a{color: #1c5ce9; }
.indexDiv4 .swiper-slide .textDiv .ul{border-top: 1px solid #cccccc;position: relative;margin-top: 60px;padding-top: 60px; }
.indexDiv4 .swiper-slide .textDiv .ul::before{content: "";width: 34px;height: 3px;background: #f48020;position: absolute;left: 50%;top: -1px;transform: translateX(-50%); }
.indexDiv4 .swiper-slide .textDiv .ul ul{text-align: center;align-items: flex-start; }
.indexDiv4 .swiper-slide .textDiv .ul ul li{width: 25%; }
.indexDiv4 .swiper-slide .textDiv .ul ul li span{color: #666666; }
.indexDiv4 .swiper-slide .textDiv .ul ul li p{color: #333;font-weight: bold;font-size: 30px; }
.indexDiv4 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.indexDiv4 .swiper-pagination-bullet{width: 10px;height: 10px;background: #666666;border-radius:50%;opacity:1;position: relative; }
.indexDiv4 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #1c5ce9; }
.indexDiv4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; } 

.indexDiv5{padding: 70px 0;position: relative; }
.indexDiv5::before{content: "";width: 100%;height: 430px;background: #1c5ce9;position: absolute;left: 0;top: 0;z-index: 0;}
.indexDiv5 .indexTitle .title{color: #fff;position: relative;z-index: 1; }
.indexDiv5 .bdDiv{margin-top: 40px;background: #f7fbfe;padding: 30px 60px;position: relative;z-index: 1; }
.indexDiv5 .bdDiv .row{margin: 0 -30px; }
.indexDiv5 .bdDiv .row>div{margin: 30px 0;padding: 0 30px; }
.indexDiv5 .bdDiv .row>div a{display: block; }
.indexDiv5 .bdDiv .row>div a .title{padding-left: 26px;position: relative;color: #333333;font-size: 20px; }
.indexDiv5 .bdDiv .row>div a .title::before{content:"";width: 16px;height: 16px;border: 3px solid #f48020;border-radius: 50%;position: absolute;left: 0;top: 50%;margin-top: -8px; }
.indexDiv5 .bdDiv .row>div a .p{padding-left: 26px; }
.indexDiv5 .bdDiv .row>div a .p p{color: #666666;margin: 10px 0; }
.indexDiv5 .bdDiv .row>div a .date{color: #666666;font-size: 14px; }
.indexDiv5 .bdDiv .row>div a .more{color: #2d87f7; }
.indexDiv5 .bdDiv .row>div a:hover .title{color: #1c5ce9; }

.indexDiv6{padding: 70px 0;background: #f7f7f7; }
.indexDiv6 .blDiv{width: 66.65%;background: #fff;padding: 60px 30px; }
.indexDiv6 .blDiv .formDiv{margin-top: 35px; }
.indexDiv6 .blDiv .formDiv .row{margin: 0 -5px; }
.indexDiv6 .blDiv .formDiv .row>div{padding: 5px; }
.indexDiv6 .blDiv .formDiv .row>div .groupDiv input{width: 100%;line-height: 44px;border: 1px solid #cccccc;padding: 0 10px;font-size: 14px; }
.indexDiv6 .blDiv .formDiv .row>div .groupDiv input:focus{border-color: #1c5ce9; }
.indexDiv6 .blDiv .formDiv button{display: block;width: 300px;height: 54px;background: #1c5ce9;color: #fff;border-radius: 27px;margin: 30px auto 0;border: 0;padding: 0;cursor: pointer;font-size: 20px; }
.indexDiv6 .blDiv .formDiv button:hover{background: linear-gradient(to right,#00f4fe,#0061fe); }
.indexDiv6 .brDiv{width: 31.21%; }


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/




/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

@media (max-width:1440px) {
	header .rightDiv .menu>ul>li{margin-right: 2vw; }
	header .othersDiv .telDiv a{padding: 0 15px; }
	header .logo{width: 15%;}
}
@media (max-width:1220px) {
	header .othersDiv .telDiv{display: none; }
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
/*	/*
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}*/
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #333;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,0);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;width: 100%;}
	.menu ul ul .hd{display: none;}
	.menu ul ul .bd{padding: 0;}
	header .logo{width: initial; }
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}
	header:before{display: none;}
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .header-container{height: 50px;}
	header .logo a{height: 50px;width: initial;}
	header .logo a img{max-height: 60%;}
	header .mbtn {display: block;}
	body.on-menu header{background: rgba(255,255,255,.97);}
	body.on-menu.on-fixed  header{background:  rgba(255,255,255,.97);}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background-color: rgba(255,255,255,.97);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	.on-fixed header .rightDiv .menu{
		background-color: rgba(255,255,255,.97);
	}
	header .rightDiv .menu ul{float: initial;height: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{display: none;}
	header .rightDiv .menu>ul>li:hover>a, header .rightDiv .menu>ul>li:focus>a, header .rightDiv .menu>ul>li.on>a, header .rightDiv .menu>ul>li.active>a{font-weight: bold;}

	/* header.indexHeader .rightDiv .menu>ul>li>a{color: #333;} */
	.menu ul ul{box-shadow: none;opacity: 1;visibility: visible;transform: translate(0px);transition: transform .6s;padding: 0;left: 0;display: block;}
	.menu ul ul .flexbet,.menu ul ul .flexend{padding: 0;}
	.menu>ul>li:hover>ul{transform: initial;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px; }
	header .othersDiv{height: 50px;padding-right: 40px; }
	header .othersDiv .langDiv{margin-left: 15px; }
	header .othersDiv .langDiv>a{height: 50px;}
	.menu>ul>li .ul{display: block;padding: 0!important; }
	.menu>ul>li .ul li{width: 100%; }
	.menu>ul>li .ul li img{display: none; } 
	.menu>ul>li .ul li .textDiv p{display: none; }
	.indexDiv2 .bdDiv ul li a{padding: 30px 10px; }
	.indexDiv2 .bdDiv ul li a:hover{padding: 0 10px; }
	.indexDiv4 .swiper-slide .textDiv .title{font-size: 30px; }
	.indexDiv4 .swiper-slide .textDiv .p{font-size: 20px; }
	.indexDiv4 .swiper-slide .textDiv .ul ul li p{font-size: 20px; }
	.indexDiv4 .swiper-slide .textDiv{margin-left: 30px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	html, body{min-width: initial;overflow-x: hidden;font-size: 14px;}
	
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.wrap{padding: 0 15px;width: 100%;}
	
	header .logo{width: auto;}
	.index-banner{height: 40vw; }
	.indexDiv1{padding: 40px 0; }
	.indexTitle .title{font-size: 20px; }
	.indexTitle p{margin-top: 15px; }
	.indexDiv1 .bdDiv{margin-top: 20px; }
	.indexDiv1 .bdDiv .row>div .conDiv{padding: 20px; }
	.indexDiv1 .bdDiv .row>div .conDiv .num span{font-size: 30px; }
	.indexDiv2{padding: 40px 0; }
	.indexDiv2 .bdDiv{margin-top: 30px; }
	.indexDiv2 .bdDiv ul{flex-wrap: wrap; }
	.indexDiv2 .bdDiv ul li{width: calc(50% - 6px);margin: 6px 0; }
	.indexDiv2 .bdDiv ul li .ah img{height: 35px; }
	.indexDiv2 .bdDiv ul li .ah .textDiv .t1{padding: 10px 0;font-size: 16px; }
	.indexDiv2 .bdDiv ul li .ah .textDiv .p{display: flex;flex-wrap: wrap;justify-content: center; }
	.indexDiv2 .bdDiv ul li .ah .textDiv .p p{margin: 0 3px; } 
	.indexDiv2 .bdDiv ul li:last-child{width: 100%; }
	.indexDiv2 .bdDiv .telDiv{margin-top: 30px;width: 100%;flex-wrap: wrap;height: initial;border-radius: 0;border: 0;display: block; }
	.indexDiv2 .bdDiv .telDiv .tl{width: 100%;max-width: 276px;padding: 5px;border: 1px solid #1c5ce9;border-radius: 30px;margin: 0 auto 10px; }
	.indexDiv2 .bdDiv .telDiv .tr{width: 100%;max-width: 276px;line-height: 40px;border: 1px solid #1c5ce9;border-radius: 30px;margin: 0 auto; }
	.indexDiv3{padding: 40px 0; }
	.indexDiv3 .bdDiv .row>div{margin-top: 10px; }
	.indexDiv3 .bdDiv .row>div .conDiv{padding: 15px; }
	.indexDiv3 .bdDiv .row>div .conDiv .textDiv{padding: 0 10px; }
	.indexDiv3 .bdDiv .row>div .conDiv .textDiv p{margin-top: 5px;line-height: 1.6;font-size: 13px; }
	.indexDiv3 .bdDiv .row>div .conDiv .textDiv span{font-size: 16px; }
	.indexDiv3 .bdDiv .row>div .conDiv .szImg img{width: 35px; }
	.indexDiv4{padding: 40px 0; }
	.indexDiv4 .bdDiv{padding: 15px;margin-top: 20px; }
	.indexDiv4 .swiper-slide .conDiv{display: block; }
	.indexDiv4 .swiper-slide .imgDiv{width: 100%; }
	.indexDiv4 .swiper-slide .textDiv{width: 100%;margin-top: 20px;margin-left: 0; }
	.indexDiv4 .swiper-slide .textDiv .title{font-size: 20px; }
	.indexDiv4 .swiper-slide .textDiv .line{height: 3px;margin: 10px 0; }
	.indexDiv4 .swiper-slide .textDiv .p{font-size: 16px;margin-bottom: 15px; }
	.indexDiv4 .swiper-slide .textDiv .ul{margin-top: 30px;padding-top: 30px; }
	.indexDiv4 .swiper-slide .textDiv .ul ul li span{font-size: 12px; }
	.indexDiv4 .swiper-slide .textDiv .ul ul li p{font-size: 16px; }
	.indexDiv5{padding: 40px 0; }
	.indexDiv5 .bdDiv{margin-top: 20px;padding: 15px 20px; }
	.indexDiv5 .bdDiv .row>div{margin: 15px 0; }
	.indexDiv5 .bdDiv .row>div a .title{font-size: 18px; }
	.indexDiv6{padding: 35px 0; }
	.indexDiv6 .bdDiv{display: block; }
	.indexDiv6 .blDiv{width: 100%;padding: 30px 15px; }
	.indexDiv6 .blDiv .formDiv{margin-top: 20px; }
	.indexDiv6 .brDiv{width: 100%; }
	.indexDiv6 .blDiv .formDiv .row>div .groupDiv input{line-height: 38px; }
	.indexDiv6 .blDiv .formDiv button{height: 40px;font-size: 16px;width: 200px;margin-top: 20px; }
	
	
	@media (max-width:320px) {
		
	}
	
}

/**********海外工品快推 开始*********/

.hwgpMain{margin-top: 74px; }

.hwgpDiv1{padding: 70px 0;overflow: hidden; }
.hwgpDiv1 .indexTitle{text-align: left; }
.hwgpDiv1 .bdDiv{margin-top: 5px; }
.hwgpDiv1 .bdDiv .row{margin: 0 -30px; }
.hwgpDiv1 .bdDiv .row>div{padding: 0 30px;margin-top: 30px; }
.hwgpDiv1 .bdDiv .row>div .imgDiv{padding-top: 56.3%; }
.hwgpDiv1 .bdDiv .row>div .textDiv .tt{margin: 13px 0;font-size: 26px;font-weight: bold; }
.hwgpDiv1 .bdDiv .row>div .textDiv .p{color: #666666;line-height: 1.7; }

.hwgpDiv2{padding: 70px 0; overflow: hidden;}
.hwgpDiv2 .bdDiv{margin-top: 5px; }
.hwgpDiv2 .bdDiv .row>div{margin-top: 30px; }
.hwgpDiv2 .bdDiv .row>div .conDiv{height: 100%;background: #fff;padding: 20px 20px 30px;box-shadow: 0px 0px 35px rgba(225, 231, 235, .61);text-align: center; }
.hwgpDiv2 .bdDiv .row>div .imgDiv{padding-top: 56.3%; }
.hwgpDiv2 .bdDiv .row>div .textDiv span{margin: 15px 0 10px;font-size: 24px;font-weight: bold;display: block; }
.hwgpDiv2 .bdDiv .row>div .textDiv p{color: #666666; }

.hwgpDiv3{padding: 70px 0;overflow: hidden; }
.hwgpDiv3 .indexTitle{text-align: left; }
.hwgpDiv3 .blDiv{width: 42.86%; }
.hwgpDiv3 .blDiv .textDiv{margin-top: 35px;line-height: 1.7;color: #333; }
.hwgpDiv3 .brDiv{width: 37.86%; }

.hwgpDiv4{padding: 70px 0;overflow: hidden;background: #f7f7f7; }
.hwgpDiv4 .bdDiv{margin-top: 5px; }
.hwgpDiv4 .bdDiv .row>div{margin-top: 30px; }
.hwgpDiv4 .bdDiv .row>div .conDiv{height: 100%;text-align: center; }
.hwgpDiv4 .bdDiv .row>div .ch{height: 50px;border-radius: 20px 20px 0 0;overflow: hidden;font-size: 24px;font-weight: bold; }
.hwgpDiv4 .bdDiv .row>div .imgDiv{padding-top: 56.3%;border-radius: 0 0 20px 20px;overflow: hidden; }
.hwgpDiv4 .bdDiv .row>div:nth-of-type(odd) .ch{color: #732e00;background: linear-gradient(to right, #fe9140, #fdd7a6); }
.hwgpDiv4 .bdDiv .row>div:nth-of-type(even) .ch{color: #fff;background: linear-gradient(to right, #1c5de9, #2d86f7); }
.hwgpDiv4 .bdDiv .row>div .conDiv .p{margin-top: 15px;color: #333333; } 

.hwgpDiv5{padding: 70px 0;overflow: hidden; }
.hwgpDiv5 .bdDiv{margin-top: 5px; }
.hwgpDiv5 .bdDiv .row>div{margin-top: 30px; }
.hwgpDiv5 .bdDiv .row>div .conDiv{height: 100%;background: #f7fbfe;padding: 30px;transition: all .5s; }
.hwgpDiv5 .bdDiv .row>div .conDiv .iconDiv .hImg{display: none; }
.hwgpDiv5 .bdDiv .row>div .conDiv .textDiv{margin-top: 15px; } 
.hwgpDiv5 .bdDiv .row>div .conDiv .textDiv span{font-size: 24px;color: #333;font-weight: bold; }
.hwgpDiv5 .bdDiv .row>div .conDiv .textDiv p{color: #666; }
.hwgpDiv5 .bdDiv .row>div:hover .conDiv{background: linear-gradient(to right, #1c5de9, #2d86f7); }
.hwgpDiv5 .bdDiv .row>div:hover .conDiv .iconDiv .dImg{display: none; }
.hwgpDiv5 .bdDiv .row>div:hover .conDiv .iconDiv .hImg{display: block; }
.hwgpDiv5 .bdDiv .row>div:hover .conDiv .textDiv span,.hwgpDiv5 .bdDiv .row>div:hover .conDiv .textDiv p{color: #fff; }

.hwgpDiv6{padding: 70px 0;overflow: hidden;background: #f7f7f7; }
.hwgpDiv6 .bdDiv{margin: 40px 0; }
.hwgpDiv6 .conDiv{align-items: stretch; }
.hwgpDiv6 .conDiv>div{padding: 20px;background: #fff;border-radius: 30px; }
.hwgpDiv6 .conDiv .cOne{width: 14.3%; }
.hwgpDiv6 .conDiv .cOne .iconDiv{width: 90px;height: 90px;border-radius: 50%;border: 1px solid #cccccc;overflow: hidden;margin: 0 auto; }
.hwgpDiv6 .conDiv .tt{font-size: 20px;text-align: center;margin-top: 20px;color: #333333; }
.hwgpDiv6 .conDiv .cOne .tag{margin: 12px 0 23px;}
.hwgpDiv6 .conDiv .cOne .tag span{color: #f48020;font-size: 14px;border: 1px solid #f48020;border-radius: 18px;padding: 6px 20px;display: inline-block;text-align: center; }
.hwgpDiv6 .conDiv .cOne .p{font-size: 14px;color: #666;margin-bottom: 20px; }
.hwgpDiv6 .conDiv .cOne .more{font-size: 14px;color: #1c5ce9; }
.hwgpDiv6 .conDiv .cTwo{/* width: calc((100% - 280px) / 4); */ width: 20%;}
.hwgpDiv6 .conDiv .cTwo .imgDiv{padding-top: 178%;border: 4px solid #ccc;border-radius: 30px;overflow: hidden; }
.hwgpDiv6 .moreBtn{width: 300px;height: 54px;background: #1c5ce9;color: #fff;border-radius: 27px;font-size: 20px; }
.hwgpDiv6 .moreBtn:hover{background: #2d86f7; }

.hwgpDiv6 .swiper-container{padding-bottom: 40px; }
.hwgpDiv6 .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 0;}
.hwgpDiv6 .swiper-pagination-bullet{width: 10px;height: 10px;background: #666666;border-radius:50%;opacity:1;position: relative; }
.hwgpDiv6 .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #1c5ce9; }
.hwgpDiv6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; }

.hwgpDiv7{padding: 70px 0;overflow: hidden; }
.hwgpDiv7 .bdDiv{margin-top: 70px; }
.hwgpDiv7 .bdDiv ul{max-width: 1137px; }
.hwgpDiv7 .bdDiv ul li{text-align: center; }
.hwgpDiv7 .bdDiv ul li .num{width: 112px;height: 102px;font-size: 36px;color: #23326b;padding-left: 10px; }
.hwgpDiv7 .bdDiv ul li p{font-size: 20px;margin-top: 30px; }


@media (max-width:1220px) {
	.hwgpDiv6 .conDiv .cOne .tag span{padding: 6px; }
}

@media (max-width:991px){
	.hwgpDiv6 .conDiv>div{padding: 10px;border-radius: 20px; }
	.hwgpDiv6 .conDiv .tt{font-size: 18px; }
	.hwgpDiv6 .moreBtn{width: 220px; }
	.hwgpDiv6 .conDiv .cTwo .imgDiv{border-radius: 20px; }
	.hwgpDiv7 .bdDiv ul li .num{width: 88px;height: 80px;font-size: 32px; }
	.hwgpDiv7 .bdDiv ul li p{margin-top: 20px; }
	
}

@media (max-width:767px) {
	

	.hwgpDiv1,.hwgpDiv2,.hwgpDiv3,.hwgpDiv4,.hwgpDiv5,.hwgpDiv6,.hwgpDiv7{padding: 40px 0; }
	.hwgpDiv1 .bdDiv .row>div .textDiv .tt{font-size: 18px; }
	
	.hwgpDiv2 .bdDiv .row{margin: 0 -5px; }
	.hwgpDiv2 .bdDiv .row>div{padding: 0 5px;margin-top: 10px; }
	.hwgpDiv2 .bdDiv .row>div .conDiv{padding: 10px; }
	.hwgpDiv2 .bdDiv .row>div .textDiv span{font-size: 16px;margin: 10px 0 5px; }
	
	.hwgpDiv3 .bdDiv{display: block; }
	.hwgpDiv3 .bdDiv .blDiv{width: 100%; }
	.hwgpDiv3 .blDiv .textDiv{margin-top: 20px; }
	.hwgpDiv3 .bdDiv .brDiv{width: 100%;margin-top: 40px; }
	
	.hwgpDiv4 .bdDiv .row{margin: 0 -5px; }
	.hwgpDiv4 .bdDiv .row>div{padding: 0 5px;margin-top: 20px; }
	.hwgpDiv4 .bdDiv .row>div .ch{font-size: 16px;height: 30px;border-radius: 10px 10px 0 0; }
	.hwgpDiv4 .bdDiv .row>div .imgDiv{border-radius: 0 0 10px 1px; }
	.hwgpDiv4 .bdDiv .row>div .conDiv .p{margin-top: 10px; }
	
	.hwgpDiv5 .bdDiv .row>div{margin-top: 15px; }
	.hwgpDiv5 .bdDiv .row>div .conDiv {text-align: center;padding: 20px;display: flex;align-items: center;justify-content: space-between;}
	.hwgpDiv5 .bdDiv .row>div .conDiv .iconDiv img{width: 62px; }
	.hwgpDiv5 .bdDiv .row>div .conDiv .textDiv{width: calc(100% - 80px);text-align: left;margin-top: 0; }
	.hwgpDiv5 .bdDiv .row>div .conDiv .textDiv span{font-size: 16px; }
	
	.hwgpDiv7 .bdDiv{margin-top: 20px; }
	.hwgpDiv6 .conDiv .cTwo{width: 100%; }
	.hwgpDiv7 .bdDiv ul{flex-wrap: wrap; }
	.hwgpDiv7 .bdDiv ul li{margin-bottom: 30px;width: 33.3%; }
	.hwgpDiv7 .bdDiv ul li .num{margin: 0 auto; }
	.hwgpDiv7 .bdDiv ul li.jt{display: none; }
	.hwgpDiv7 .bdDiv ul li p{font-size: 16px;margin-top: 10px; }
	
}


/**********海外工品快推 结束*********/