.Inputbox {
    position: relative;
}

.Inputbox label {
    display: block;
    padding: 8px 160px 8px 15px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Inputbox label input {
    font-size: 14px;
    color: #bebebe;
}

.Inputbox label input::-webkit-input-placeholder {
    color: #bebebe;
}

.Inputbox label input:-moz-placeholder {
    color: #bebebe;
}

.Inputbox label input::-moz-placeholder {
    color: #bebebe;
}

.Inputbox label input:-ms-input-placeholder {
    color: #bebebe;
}

.Inputbox .inputBtn {
    background: #eb9f4b;
    width: 140px;
    height: 100%;
    position: absolute;
    right: 0px;
    cursor: pointer;
    outline: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    top: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 192px;
    margin-top: -96px;
    margin-left: -100px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.wechat-qrcode.bottom:after {
    display: none;
}

.wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wechat-qrcode .closeWechat {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    z-index: 9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.wechat-qrcode .closeWechat:after {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    content: '';
    display: block;
    background: #666;
}

.wechat-qrcode .closeWechat::before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    display: block;
    background: #666;
}

.scanning {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_61.png) no-repeat left top;
    background-size: 100%;
}

.scanning2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_061.png) no-repeat center;
    background-size: 85%;
}


.cycle_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    z-index: 3;
}

.cooperativePartnerbox {
    position: relative;
    padding: 20px 0px;
}

.cooperativePartnerbox::after {
    width: 15%;
    content: '';
    display: block;
    z-index: 20;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), color-stop(40%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.cooperativePartnerbox::before {
    width: 15%;
    content: '';
    display: block;
    z-index: 20;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(60%, #fff));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 60%);
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.cooperativePartner {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.cooperativePartner ul {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.cooperativePartner ul li {
    width: 33.3333%;
    border: 1px solid #e1e6f0;
    margin-left: -1px;
}

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

.SplitLine {
    padding: 0px 5px;
    color: #aaaaaa;
    font-weight: 600;
}

.statement {
    font-size: 14px;
    color: #8d8b8b;
    line-height: 24px;
    padding-top: 20px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #eb9f4b !important;
    background-color: #eb9f4b !important;
}

@media (min-width: 640px) {
    .insw_right {padding: 10px 0 0 30px;}
}

@media (min-width: 768px) {
    .cooperativePartner ul li {
        width: 25%;
    }
    .insw_right {padding: 30px 0 0 60px;}
}

@media (min-width: 992px) {
    .cooperativePartner ul li {
        width: 16.666666666666668%;
    }
    .Inputbox label {
        padding: 15px 160px 15px 15px;
    }
    .insw_right {padding: 50px 0 0 100px;}
}

@media (min-width: 1230px) {
    .cooperativePartner {
        margin-top: 20px;
    }

    .cooperativePartner ul li {
        width: 12.5%;
    }

    .cooperativePartnerbox::after {
        width: 30%;
    }

    .cooperativePartnerbox::before {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .cooperativePartner ul li {
        width: 10%;
    }

    .popupVideo {
        max-width: 1200px;
    }

    .popupVideo iframe {
        height: 600px;
    }
}

.index_swiper {
    visibility: hidden;
    opacity: 0;
    min-height: 170px;
    max-height: 614px;
}

.index_swiperShow {
    visibility: visible;
    opacity: 1;
}

.donghua {
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: tall 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.donghuatwo {
    transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: tall 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.imgbox {
    overflow: hidden;
}

.imgbox img {
    width: 100%;
}

.imgscale {
    overflow: hidden;
}

.imgscale:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.imgscale img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.index_swiper h3 {
    font-size: 45px;
    line-height: 48px;
    color: #d9dce7;
    text-transform: uppercase;
    font-weight: normal;
}

.index_swiper h2 {
    font-size: 36px;
    letter-spacing: 6px;
    font-weight: normal;
    margin-top: 25px;
}

.index_swiper .commonMore {
    padding-top: 30px;
    display: inline-block;
}

.index_swiperDot {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.index_swiperDot span {
    display: inline-block;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin: 0px 3px;
    background: #908c8c;
}

.index_swiperDot span.swiper-pagination-bullet-active {
    background: #eb9f4b;
}

.more_link img {
    display: inline-block;
    vertical-align: middle;
}

.more_link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #eb9f4b;
    margin-left: 12px;
}

.more_link {
    margin-top: 70px;
    cursor: pointer;
}

.more_link em {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #eb9f4b;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.more_link em::after {
    width: 100%;
    left: 50%;
    height: 1px;
    background-color: #eb9f4b;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    content: '';
    display: block;
}

.more_link:hover em::after {
    left: -50%;
}

.index_swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    padding-top: 645px;
}

.index_swiper .swiper-slide .banner-bg {
    height: auto;
    max-height: 645px;
}

.index_swiper .swiper-slide .bigimg {
    width: 1920px;
    max-width: initial;
    height: auto;
    margin: 0px auto;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}

.index_swiper_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.index_swiper .index_swiper_box {
    padding-top: 80px;
    padding-bottom: 130px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    height: 100%;
}

.insw_left {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    visibility: hidden;
    opacity: 0;
}

.index_swiper .swiper-slide-active .insw_left {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.insw_right {flex: 1;height: 100%;}
.insw_right .wow-box {position: relative;}
.insw_right .wow-box img {position: absolute;left: 0;top: 0;}

.tong_title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
}

.index_service01 {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url(../images/index_servicebg.png) repeat-x top;
}

.technology_box {
    margin-top: 40px;
}

.technology_box .technology_swiper_box {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

.technology_box .dizuo {
    display: none;
}

.technology_box .dizuo img {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
    z-index: -1;
}

.tech_box h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.tech_desc {
    display: none;
}

.tech_box .tech_img img {
    margin: 0 auto;
    max-width: 100%;
}

.technology_swiper .swiper-wrapper {
    align-items: center;
}

.technology_swiper .swiper-slide-active .tech_box .tech_img img {
    max-width: 100%;
}

.technology_swiper .swiper-slide-active .tech_box h2 {
    display: block;
    font-size: 24px;
}

.technology_swiper .swiper-slide-active .tech_desc {
    display: block;
}

.technology_swiper .swiper-slide-prev .tech_box .tech_img,
.technology_swiper .swiper-slide-prev .tech_box h2,
.technology_swiper .swiper-slide-prev .tech_box .tech_desc {
    margin-right: 40%;
}

.technology_swiper .swiper-slide-next .tech_box .tech_img,
.technology_swiper .swiper-slide-next .tech_box h2,
.technology_swiper .swiper-slide-next .tech_box .tech_desc {
    margin-left: 40%;
}

.tech_img {
    margin-bottom: 30px;
    text-align: center;
}

.dizuo {
    text-align: center;
}

.tech_box .tech_desc {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    color: #65676c;
    margin-left: -40px;
    margin-right: -40px;
}

.tech_box .more_link {
    text-align: center;
    display: none;
}

.technology_box {
    position: relative;
}

.technology_xian {
    display: none;
    left: 0;
    right: 0;
    top: 46%;
    width: 100%;
    height: 1px;
    background-color: #d8dbe1;
    position: absolute;
}

.techxian_box {
    position: absolute;
    top: -123px;
    background: url(../images/technology_yuan.png) no-repeat;
    background-size: cover;
    width: 247px;
    height: 247px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.techxian_box p {
    font-size: 16px;
}

.techxian_left {
    left: -55px;
}

.techxian_right {
    right: -55px;
}

.technology_btn {
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d1dbf2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.technology_btn i {
    color: #374567;
    font-size: 20px;
}

.technology_btn:hover {
    border-color: #eb9f4b;
    background: #eb9f4b;
}

.technology_btn:hover i {
    color: #fff;
}

.technology_prev {
    left: 0px;
}

.technology_next {
    right: 0px;
}

.technology_box .technology_swiper_box {
    position: relative;
}

.technology_pagination {
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.technology_pagination span {
    width: 6px;
    height: 6px;
    background: #908c8c;
    margin: 0 3px;
}

.technology_pagination span.swiper-pagination-bullet-active {
    background: #eb9f4b;
}

.index_about {
    margin-top: 50px;
}

.index_mapbox .img img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

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

.about_num_list .item {
    flex: auto;
    border-right: 1px solid #c8c8c8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_num_list .item .icon {
    margin-bottom: 25px;
    display: none;
}

.about_num_list .item .text_num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.about_num_list .item .t_num {
    font-size: 40px;
    line-height: 40px;
    color: #eb9f4b;
    display: inline-block;
    vertical-align: middle;
}

.about_num_list .item .Company {
    font-size: 40px;
    line-height: 40px;
    color: #eb9f4b;
}

.about_num_list .item .t_text {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.about_num_list .item .t_text span {
    font-size: 20px;
}

.about_num_list .item:last-child {
    border-right: none;
}

.about_num_list .item:last-child .t_num {
    width: 70px;
}

.about_num_list .item:first-child .t_num {
    width: 70px;
}

/* .about_num_list .item:nth-last-child(1) .t_num { border-right: none; width: 75px; } */


.index_mapbox {
    position: relative;
}

.index_mapbox .about_num_list {
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.index_customer {
    background: url(../images/kehu_bg.jpg) center bottom no-repeat;
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 50px;
    overflow-x: hidden;
}

.customer_img {
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 270px;
    -webkit-box-shadow: 0px 0px 140px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 140px rgba(0, 0, 0, 0.1);
    margin: 55px 0px;
}

.customer_img img {
    max-width: 80%;
    max-height: 80%;
}

.customer_swiperbox .swiper-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.customer_swiperbox .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.customer_swiperbox {
    margin-top: 0px;
}

.img_white {
    display: none;
}

.customer_xian {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background-color: #c9cdd0;
    position: relative;
}

.customer_swiperbox .swiper-slide-active::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -40px;
    height: 3px;
    left: 0;
    right: 0;
    background-color: #eb9f4b;
    z-index: 99;
}

.customer_activexian {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background-color: #eb9f4b;
    z-index: 59;
    top: -2px;
    max-width: 100%;
}

.select_box h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.select_box p {
    font-size: 14px;
    line-height: 26px;
    color: #65676c;
}

.select_box {
    text-align: center;
    margin-top: 35px;
}

.customer_swiper .select_box {
    display: none;
}

.index_partner {
    padding: 50px 0;
}

.index_partner .imgbox {
    margin-top: 30px;
}

.index_partner .imgbox img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.index_new_cagetary {
    font-size: 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.index_new_cagetary a {
    display: inline-block;
    font-size: 18px;
    margin: 0 20px;
}

.index_new_cagetary a.active,
.index_new_cagetary a:hover {
    color: #eb9f4b;
}

.index_new_item {
    display: none;
}

.index_new_item:first-child {
    display: block;
}

.index_new_left {
    width: 50%;
}

/* .index_new { margin-top: 20px; } */

.index_new_right {
    margin-left: 25px;
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px);
}

.index_new_left .index_new_img img {
    display: none;
}

.index_new_left .index_new_img {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.index_new_left .index_new_img .index_new_imgbox {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 323px;
}

.index_new_left .index_new_img:hover .index_new_imgbox {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_new_img {
    background-color: #f6f6f6;
}

.index_new_img a {
    overflow: hidden;
    position: relative;
    display: block;
}

.index_new_img h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index_new_img h2:hover {
    color: #eb9f4b !important;
}

.index_new_img .desc {
    font-size: 14px;
    line-height: 20px;
    color: #75777c;
    margin-top: 18px;
    margin-bottom: 10px;
    height: 40px;
}

.index_new_img .p_date {
    font-size: 14px;
    margin-bottom: 22px;
    text-align: right;
    position: relative;
}

.index_new_img .p_date span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.index_new_imgText {
    padding: 30px 30px 0px;
}

.index_new_text {
    padding: 0px 30px 7px 30px;
    background-color: #f6f6f6;
    border-radius: 0px 0px 8px 8px;
}

.index_new_ul li {
    padding: 15px 0;
    border-top: 1px solid #dfe0e3;
}

.index_new_ul li a {
    font-size: 0;
}

.index_new_ul li a p {
    font-size: 14px;
    color: #75777c;
}

.index_new_ul li a p:first-child {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.index_new_ul li a p:last-child {
    color: #272727;
    width: 80px;
    display: inline-block;
}

.index_new_ul li a:hover p {
    color: #eb9f4b !important;
}

.indexnew_list .innew_img {
    height: 155px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.innew_imgbox {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.indexnew_list .indexnew_item:hover .innew_img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.indexnew_list .indexnew_item:hover .innew_text h2 {
    color: #eb9f4b !important;
}

.indexnew_list .indexnew_item .innew_img img {
    display: none;
}

.indexnew_item .innew_text {
    padding: 22px 15px 32px;
    background-color: #f6f6f6;
    border-radius: 0px 0px 8px 8px;
}

.indexnew_item h2 {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
}

.indexnew_item .desc {
    font-size: 14px;
    line-height: 20px;
    color: #75777c;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 40px;
}

.indexnew_item .p_date {
    font-size: 14px;
    color: #272727;
    text-align: right;
    position: relative;
}

.indexnew_item .p_date span {
    position: absolute;
    left: 0px;
    top: 0px;
}

.indexnew_list .indexnew_item {
    float: left;
    margin-right: 24px;
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 24px;
}

.indexnew_list .indexnew_item:nth-child(2n) {
    margin-right: 0;
}

@-webkit-keyframes scale_btn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scale_btn {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.index_video {
    padding: 60px 0;
}

.index_video .imgbox {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.index_video .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.play_btndonghua {
    -webkit-animation: scale_btn 1.5s ease-out infinite;
    animation: scale_btn 1.5s ease-out infinite;
}

.play_btndonghua:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.popupVideobg {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.popupVideoBox {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popupVideo {
    max-width: 800px;
    padding: 0px 20px;
    margin: 0px auto;
    position: relative;
}

.popupVideo i {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}

.popupVideo video {
    display: block;
    width: 100%;
}

.popupVideo iframe {
    width: 100%;
    height: 450px;
}

.index_partner .imgbox {
    text-align: center;
}

.index_zixun {
    background: #EB9F4B;
    background-size: cover;
    padding: 58px 0;
    height: 322px;
    margin-bottom: 260px;
    position: relative;
}

.index_zixun h3 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-top: 48px;
}

.index_zixun p {
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    text-align: left;
}

.index_zixun .zixun-form-box {
    position: absolute;
    width: calc(100% - 110px);
    height: 480px;
    right: 0;
    border-radius: 15px;
    padding: 48px;
}

.zixun-form-box .layui-form-select dl {
    padding: 10px 0 0 0;
    margin-top: 8px;
}

.zixun-form-box .layui-form-select dl dd {
    padding: 0 0 0 40px !important;
    box-shadow: 0 10px 40px 0 rgb(27 44 86 / 12%);
    background: #fff;
    height: 48px;
    line-height: 48px;
    color: #333;
}

.zixun-form-box .layui-form-select dl dd:hover {
    background: #f5f5fa;
}

.zixun-form-box .layui-form-select dl dd.layui-this {
    background-color: #f5f5fa;
    padding: 5px 0 5px 40px !important;
}

.zixun-form-box .layui-form-select dl dd.layui-select-tips {
    padding-left: 40px !important;
}

.zixun-form-box .layui-form-select .layui-edge {
    right: 12px;
}

.zixun-form-box .zixun-input-box {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    margin-bottom: 25px;
}

.zixun-form-box .zixun-input-box:last-child {
    margin-top: 40px;
}

.zixun-form-box .zixun-input-label {
    width: 40px;
    line-height: 54px;
    padding: 0px;
    font-size: 16px;
    color: #888;
    position: absolute;
    z-index: 1;
}

.zixun-form-box .zixun-input-label img {
    margin-right: 4px;
    vertical-align: text-bottom;
    width: 20px;
}

.zixun-form-box .zixun-input-box .zixun-input-block {
    margin-left: 0;
    padding-right: 0;
    position: relative;
}

.zixun-form-box .zixun-input-box input {
    border-width: 0;
    height: 54px;
    font-size: 16px;
    color: #333;
    width: 100%;
    padding-left: 50px;
}

.zixun-form-box .zixun-input-box .layui-form-select {
    font-size: 16px;
}

.zixun-form-box .zixun-input-box .layui-btn {
    width: 100%;
    height: 54px;
    background-color: #eb9e4a;
}

.zixun-form-box .zixun-input-box span.zixun-require {
    display: block;
    float: right;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-30%);
    font-size: 28px;
    color: orange;
}

.inputdiv {
    height: 50px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.inputdiv input {
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

/* 一站式服务 start */
.cycle_yuan {width: 440px;height: 440px;margin: 0 auto;position: relative;}
.cycle_yuanbox {position: relative;width: 100%;height: 100%;border: 2px dotted #a2b6cb;-webkit-border-radius: 50%;border-radius: 50%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.cycle_neiquan {width: 91%;height: 91%;border: 2px dotted #a2b6cb;-webkit-border-radius: 50%;border-radius: 50%;position: relative;}
.cycle_item {z-index: 3;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 60px;height: 1px;background: #3370cd;}
.cycle_item::after {position: absolute;display: block;content: "";width: 11px;height: 11px;-webkit-box-sizing: border-box;box-sizing: border-box;border: 2px solid #eb9f4b;-webkit-border-radius: 50%;border-radius: 50%;top: -5px;background: #fff;}
.cycle_left {left: -62px;}
.cycle_left::after {left: -5px;}
.cycle_right {right: -62px;}
.cycle_right::after {right: -5px;}
.cycle_bottom {height: 60px;width: 1px;background: #3370cd;margin: 0 auto;position: relative;}
.cycle_bottom::after {position: absolute;display: block;content: "";width: 11px;height: 11px;-webkit-box-sizing: border-box;box-sizing: border-box;border: 2px solid #eb9f4b;-webkit-border-radius: 50%;border-radius: 50%;top: 100%;background: #fff;left: -5px;}
.cycle_itemdesc h2 {font-size: 18px;padding: 5px 0;width: 100%;color: #fff;background: #3370cd;-webkit-border-radius: 30px;border-radius: 30px;}
.cycle_itemdesc {width: 180px;text-align: center;margin: 0 auto;margin-top: 40px;height: 150px;background-image: -webkit-gradient(linear, left top, left bottom, from(#adc6eb), to(#fff));background-image: linear-gradient(#adc6eb, #fff);-webkit-border-radius: 30px 30px 0 0;border-radius: 30px 30px 0 0;}
.cycle_textbox p {color: #577095;font-size: 16px;}
.cycle_textbox p a {color: #ffffff;}
.cycle_textbox p a:hover {color: #333;}
.cycle_textbox {padding-top: 15px;}
.cycle_box {margin-top: 50px;}
.cycle_en {font-size: 160px;max-width: 1460px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);text-transform: uppercase;color: rgba(247, 249, 251, 0.8);white-space: nowrap;overflow: hidden;font-weight: 700;font-family: 'rubikbold';}
.cycle_itemdesc_left {position: absolute;left: -380px;width: 334px;height: 180px;background-image: -webkit-gradient(linear, left top, right top, from(#fafbfd), to(#3370cd));background-image: linear-gradient(to right, #fafbfd, #3370cd);-webkit-border-radius: 0 30px 30px 0;border-radius: 0 30px 30px 0;}
.cycle_itemdesc_left h2 {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;float: right;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 40px;height: 100%;-webkit-border-radius: 30px;border-radius: 30px;background: #3370cd;font-size: 18px;color: #fff;}
.cycle_itemdesc_left h2 p {width: 20px;margin: 0 auto;}
.cycle_itemdesc_left .cycle_textbox {text-align: right;width: -webkit-calc(100% - 60px);width: calc(100% - 60px);padding-top: 0 !important;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;justify-content: flex-end;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 100%;padding-left: 20px;}
.cycle_itemdesc_left .cycle_textbox p {line-height: 28px;}
.cycle_itemdesc_left .cycle_textbox>div {width: 100%;}
.cycle_itemdesc_right {position: absolute;right: -382px;width: 334px;height: 180px;background-image: -webkit-gradient(linear, left top, right top, from(#3370cd), to(#fafbfd));background-image: linear-gradient(to right, #3370cd, #fafbfd);-webkit-border-radius: 30px 0 0 30px;border-radius: 30px 0 0 30px;}
.cycle_itemdesc_right h2 {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;float: left;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;width: 40px;height: 100%;-webkit-border-radius: 30px;border-radius: 30px;background: #3370cd;font-size: 18px;color: #fff;}
.cycle_itemdesc_right h2 p {width: 20px;margin: 0 auto;}
.cycle_itemdesc_right .cycle_textbox {text-align: left;padding-left: 20px;width: -webkit-calc(100% - 60px);width: calc(100% - 60px);padding-top: 0 !important;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 100%;}
.cycle_itemdesc_right .cycle_textbox p {line-height: 28px;}
.cycle_itemdesc_right .cycle_textbox>div {width: 100%;}
@-webkit-keyframes rotateToRunning {
    form {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateToRunning {
    form {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.scanningDonghua {-webkit-animation: rotateToRunning 2s linear infinite forwards;animation: rotateToRunning 2s linear infinite forwards;}
.inner_donghua {-webkit-animation: rotateToRunning 12s linear infinite forwards;animation: rotateToRunning 12s linear infinite forwards;}
.inner-rotate {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.inner-rotate .sanjiaoxing {display: block;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 10px solid #96acc6;position: absolute;}
.inner-rotate-a .sanjiaoxing {top: 27%;left: 3.6%;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);}
.inner-rotate-b .sanjiaoxing {top: 14%;right: 12.5%;-webkit-transform: rotate(138deg);-ms-transform: rotate(138deg);transform: rotate(138deg);}
.inner-rotate-c .sanjiaoxing {bottom: 3%;right: 28.5%;-webkit-transform: rotate(-115deg);-ms-transform: rotate(-115deg);transform: rotate(-115deg);}
.inner-rotate-e .sanjiaoxing {top: 1.9%;left: 31.3%;-webkit-transform: rotate(75deg);-ms-transform: rotate(75deg);transform: rotate(75deg);}
.inner-rotate-f .sanjiaoxing {bottom: 29.56%;right: 2%;-webkit-transform: rotate(210deg);-ms-transform: rotate(210deg);transform: rotate(210deg);}
.inner-rotate-g .sanjiaoxing {bottom: 12.18%;left: 14.33%;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.cycle_yuanbox .bg_img {position: absolute;top: 50%;left: 57%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 123.17073%;}
.cycle_img {position: absolute;top: 50%;left: 50%;width: 55.74913%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.cycle_img img {display: block;width: 100%;position: relative;z-index: 2;}
.cycle_img .icon {position: absolute;width: 8px;height: 8px;-webkit-border-radius: 50%;border-radius: 50%;background-color: #ffffff;border: solid 2px #eb9f4b;}
.cycle_img .icon::after {position: absolute;bottom: -webkit-calc(100% + 6px);bottom: calc(100% + 6px);left: 50%;font-size: 18px;line-height: 24px;color: #323232;white-space: nowrap;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.cycle_img .icon_a {top: -6px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.cycle_img .icon_a::after {content: attr(data-name);}
.cycle_img .icon_b {bottom: 22.8125%;left: 20px;}
.cycle_img .icon_b::after {content: attr(data-name);}
.cycle_img .icon_c {bottom: 22.8125%;right: 20px;}
.cycle_img .icon_c::after {content: attr(data-name);}
/* 一站式服务 end */

/* 最新资讯 */
.index_news_1 {
    position: relative;
    z-index: 0;
    background: #F5F7F9;
    height: 440px;
    margin-top: 70px;
    padding-top: 20px;
}
.index_news_1 .news-panel-left {
    height: 440px;
    width: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.index_news_1 .news-panel-left::before,
.index_news_1 .news-panel-left::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    border-radius: 20px;
}
.index_news_1 .news-panel-left::before {
    background: #F5F7F9;
    z-index: -3;
    left: -150px;
}
.index_news_1 .news-panel-left::after {
    background: #F3A855;
    z-index: -1;
    left: -72px;
}
.index_news_1 .news-panel-left h3 {
    font-size: 30px;
    font-weight: 500;
    color: white;
    font-style: italic;
}
.index_news_1 .news-panel-left .content-img {
    height: 100%;
    margin: 0 auto;
    background-image: url(/junrun/dist/images/news/news_bg_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(15px);
}
.index_news_1 .news-panel-right {
    margin-top: 75px;
    padding-left: 110px;
}
.index_news_1 .news-tab-box {
    font-size: 26px;
    clear: both;
    height: 26px;
    margin-bottom: 20px;
}
.index_news_1 .news-tab-box ul li.active a {
    color: #EB9F4B;
}
.index_news_1 .news-tab-box ul li {
    float: left;
    border-right: 1px solid #ababab;
    line-height: 1;
    padding: 0 15px;
}
.index_news_1 .news-tab-box ul li:first-child {
    padding-left: 0;
}
.index_news_1 .news-tab-box ul li:last-child {
    border-right: none;
}
.index_news_1 .news-list-box {clear: both;}
.index_news_1 .news-list-box a {
    color: #6F7177;
    height: 20px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news_1 .news-list-box ul li {
    margin: 32px 0;
}
.index_news_1 .news-list-box .news-date {
    display: inline-block;
    border-right: 1px solid #ababab;
    padding-right: 12px;
    margin-right: 12px;
}
/* 最新资讯 end */


@media (max-width: 1920px) {
    .index_swiper .swiper-slide .bigimg {
        width: 1920px;
        margin-left: -960px;
    }

    .index_swiper {
        max-height: 700px;
    }
}

@media (max-width: 1600px) {
  .index_swiper {max-height: 614px;} */
    .cycle_en {
        font-size: 120px;
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .index_news_1 .container {
        width: 1400px;
    }
}

@media (max-width: 1200px) {
    .index_news_1 .container {
        width: 100%;
    }
    
    .index_swiper {
        width: 100%;
    }

    .index_swiper .index_swiper_box {
        padding-bottom: 80px;
    }

    .index_swiper h3 {
        font-size: 38px;
        line-height: 42px;
    }

    .index_swiper h2 {
        font-size: 32px;
    }

    .index_swiper_box .more_link {
        margin-top: 40px;
    }

    .index_service01 {
        padding-bottom: 80px;
    }

    .index_video {
        padding: 80px 0;
    }

    .cycle_yuan {
        width: 400px;
        height: 400px;
    }

    .about_num_list .item .t_num {
        font-size: 40px;
        line-height: 40px;
    }

    .about_num_list .item .t_num {
        /* width: 90px; */
    }

    .about_num_list .item .t_text {
        font-size: 14px;
    }

    .cycle_en {
        font-size: 100px;
        max-width: 100%;
    }

    .cycle_img .icon_b {
        left: 12px;
    }

    .cycle_img .icon_c {
        right: 12px;
    }

    .techxian_box p {
        font-size: 14px;
    }

    .tech_box h2 {
        font-size: 24px;
    }

    .tech_box .tech_desc {
        font-size: 14px;
    }

    .index_new_cagetary a {
        font-size: 16px;
    }

    .index_swiper .swiper-slide {
        padding-top: 55.8%;
    }

    .index_swiper .swiper-slide .bigimg {
        width: 154%;
        margin-left: -77%;
    }

    .more_link em {
        width: 50px;
        height: 50px;
    }
    
    .technology_prev {
        left: 0px;
    }
    
    .technology_next {
        right: 0px;
    }

    .index_news_1 {
        height: 410px;
    }
    .index_news_1 .news-panel-left {
        width: 300px;
    }
    .index_news_1 .news-panel-left h3 {
        font-size: 26px;
    }
    .index_news_1 .news-panel-left::before,
    .index_news_1 .news-panel-left::after {
        width: 446px;
        height: 446px;
    }
    .index_news_1 .news-tab-box {
        font-size: 24px;
    }
    .index_news_1 .news-tab-box ul li {
        margin-bottom: 20px;
    }
    .index_news_1 .news-list-box ul li {
        margin: 24px 0;
    }
}

@media (max-width: 992px) {
    .index_swiper h2 {font-size: 28px;}
    .index_swiper h3 {font-size: 32px;}

    .index_zixun {
        margin-bottom: 380px;
    }
    .index_zixun h3 {
        margin-top: 0px;
        font-size: 26px;
    }
    .index_zixun p {
        font-size: 26px;
    }
    .index_zixun .zixun-form-box {
        width: 80%;
        margin-top: 40px;
        left: 0;
        height: 440px;
        padding: 36px;
    }
    .zixun-form-box .zixun-input-label {
        width: 40px;
        line-height: 48px;
    }
    .zixun-form-box .zixun-input-label img {
        width: 18px;
    }
    .zixun-form-box .zixun-input-box input {
        height: 48px;
    }
    .zixun-form-box .zixun-input-box .layui-form-select {
        font-size: 16px;
    }
    .zixun-form-box .zixun-input-box .layui-btn {
        width: 100%;
        height: 48px;
    }
    .zixun-form-box .zixun-input-box span.zixun-require {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .breadcrumb-box {
        line-height: 30px;
    }

    .index_swiper .index_swiper_box {
        padding-bottom: 40px;
    }

    .index_swiper h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .index_swiper h2 {
        font-size: 24px;
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .index_swiper_box .more_link {
        margin-top: 15px;
    }
    .index_service01 {
        padding-bottom: 60px;
    }
    .index_new {
        margin-top: 0;
    }

    .index_video {
        padding: 40px 0 60px;
    }

    .cycle_yuan {height: auto;width: 100%;-webkit-border-radius: 0;border-radius: 0;}
    .cycle_yuanbox {border: 0;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
    .cycle_neiquan {border: 0;}
    .cycle_neiquan::before {display: none;}
    .cycle_itemdesc_right {position: unset;width: 100%;-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;height: 150px;margin-top: 10px;}
    .cycle_itemdesc_left {position: unset;width: 100%;margin-top: 15px;-webkit-box-ordinal-group: 3;-webkit-order: 2;-ms-flex-order: 2;order: 2;height: 150px;-webkit-border-radius: 30px 0 0 30px;border-radius: 30px 0 0 30px;background-image: -webkit-gradient(linear, left top, right top, from(#3370cd), to(#fafbfd));background-image: linear-gradient(to right, #3370cd, #fafbfd);}
    .cycle_itemdesc_left .cycle_textbox {text-align: left;padding-left: 20px;justify-content: flex-start;}
    .cycle_itemdesc_left h2 {float: left;}
    .cycle_itemdesc .cycle_textbox {text-align: left;padding-left: 20px;width: -webkit-calc(100% - 60px);width: calc(100% - 60px);padding-top: 0 !important;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 100%;}
    .cycle_itemdesc {width: 100%;margin-top: 10px;-webkit-border-radius: 30px 0 0 30px;border-radius: 30px 0 0 30px;background-image: -webkit-gradient(linear, left top, right top, from(#3370cd), to(#fafbfd));background-image: linear-gradient(to right, #3370cd, #fafbfd);}
    .cycle_itemdesc h2 {float: left;width: 40px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;height: 100%;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;padding: 0;}
    .cycle_itemdesc h2 p {width: 20px;}
    .cycle_yuanbox .bg_img {display: none;}
    .cycle_bottom {display: none;}
    .cycle_left {display: none;}
    .cycle_right {display: none;}
    .cycle_img {position: relative;width: 60%;max-width: 325px;left: 0;top: 0;-webkit-transform: translate(0);-ms-transform: translate(0);transform: translate(0);}
    .technology_box .technology_swiper_box {padding-top: 0px;padding-bottom: 20px;width: 100%;}
    .about_num_list .item .t_num {font-size: 40px;line-height: 40px;}

    .index_new_left {
        width: 100%;
    }

    .index_new_right {
        width: 100%;
        margin-top: 20px;
    }

    .inner-rotate {
        display: none;
    }

    .technology_xian {
        display: none;
        position: unset;
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent;
    }

    .techxian_box {
        position: unset;
        width: 200px;
        height: 200px;
    }

    .technology_box {
        margin-top: 20px;
    }

    .tech_img {
        margin-bottom: 20px;
    }

    .tech_box .tech_desc {
        margin-bottom: 20px;
    }

    .technology_swiper .swiper-slide-prev .tech_box .tech_img,
    .technology_swiper .swiper-slide-prev .tech_box h2,
    .technology_swiper .swiper-slide-prev .tech_box .tech_desc {
        margin-right: 0;
    }

    .technology_swiper .swiper-slide-next .tech_box .tech_img,
    .technology_swiper .swiper-slide-next .tech_box h2,
    .technology_swiper .swiper-slide-next .tech_box .tech_desc {
        margin-left: 0;
    }

    .tech_box .tech_img img {
        margin: 0 auto;
        max-width: 50%;
    }

    .more_link img {
        width: 50px;
    }

    .index_mapbox .about_num_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about_num_list .item {
        width: 49%;
        flex: none;
    }

    .about_num_list .item:nth-child(even) {
        border-right: 0;
    }

    .about_num_list .item:nth-child(n + 3) {
        margin-top: 20px;
    }

    .about_num_list .item .icon {
        margin-bottom: 10px;
        text-align: center;
    }

    .index_zixun {
        margin-bottom: 380px;
    }

    .index_zixun .zixun-form-box {
        width: 100%;
        margin-top: 40px;
    }
    
    .index_video .play_btn {
        width: 100px;
        height: 100px;
    }

    .fb_weixin {
        float: left;
        margin-top: 10px;
    }

    .more_link em {
        width: 40px;
        height: 40px;
    }

    .about_num_list .item .t_num {
        /* width: 90px; */
    }

    .cycle_img .icon_b {
        left: 20px;
    }

    .cycle_img .icon_c {
        right: 20px;
    }

    .index_swiper .swiper-slide .bigimg {
        width: 154%;
        max-width: inherit;
        left: 50%;
        margin-left: -77%;
    }

    .index_new_cagetary a {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .index_swiper h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .index_swiper h2 {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .insw_right {padding-top: 9%;}
    .index_swiper .index_swiper_box {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .index_swiper h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .index_swiper h2 {
        font-size: 16px;
        margin-top: 10px;
    }
    .index_swiper_box .more_link {
        margin-top: 20px;
    }
    .index_service01 {
        padding: 25px 0;
    }
    .commonMore a {
        font-size: 15px;
        line-height: 36px;
    }
    .commonMore a em {height: 36px;width: 36px;}

    .tong_title {
        font-size: 20px;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: -0.5px;
    }

    .cycle_box {
        margin-top: 60px;
    }

    .cycle_img .icon::after {
        color: #FFFFFF;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.5px;
        padding: 6px 15px;
        border-radius: 4px;
        background: #EB9F4B;
        height: 22px;
    }

    .cycle_img .icon_c::after {
        top: calc(100% + 10px);
        left: 44px;
    }

    .cycle_img .icon_b::after {
        top: calc(100% + 10px);
        left: -30px;
    }

    .cycle_itemdesc,
    .cycle_itemdesc_left,
    .cycle_itemdesc_right {
        height: 100px;
        border-radius: 10px;
        background: #F4F8FF;
    }

    .cycle_itemdesc h2,
    .cycle_itemdesc_left h2,
    .cycle_itemdesc_right h2 {
        font-size: 15px;
        border-radius: 10px 0 0 10px;
    }

    .cycle_itemdesc_left .cycle_textbox p {
        line-height: 25px;
    }

    .cycle_itemdesc_right .cycle_textbox p {
        line-height: 22px;
    }

    .cycle_box p a {
        font-size: 12px;
        color: #436FC7;
        display: inline-block;
        width: 100%;
        line-height: 1.1;
    }

    .index_service02 {
        background: #F7F8FA;
        padding: 30px 0;
    }

    .tech_box {
        padding: 20px;
    }

    .tech_box .tech_img img {
        width: 100%;
    }

    .tech_box .tech_desc {
        text-align: left;
        margin: 0;
    }

    .technology_box .technology_swiper_box {
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 0px 2px 13px 0px #00000019;
    }

    .technology_btn {
        width: 40px;
        height: 40px;
    }

    .technology_next {
        right: 0px;
    }

    .technology_prev {
        left: 0px;
    }

    .technology_pagination {
        margin-bottom: 10px;
    }

    .tech_box h2 {
        font-size: 20px;
    }

    .techxian_box {
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }

    .index_about {
        margin-top: 0;
    }

    .index_mapbox {
        padding: 15px 0;
    }

    .index_mapbox .about_num_list {
        transform: none;
        top: 0px;
    }

    .about_num_list .item {
        width: 33.3333%;
        flex: none;
        border-right: 0;
        justify-content: flex-start;
        margin-top: 30px;
        position: relative;
    }

    .about_num_list .item::after {
        content: "";
        height: 16px;
        display: block;
        border-right: 1px solid;
        position: absolute;
        right: 0;
        color: #C5C5C5;
        top: 50%;
        transform: translateY(-50%);
    }

    .about_num_list .item .t_num,
    .about_num_list .item:last-child .t_num {
        font-size: 26px;
        width: 100%;
        color: #EB9F4B;
    }

    .about_num_list .item:nth-child(n + 3) {
        margin-top: 30px;
    }

    .about_num_list .item:nth-child(3n) {
        justify-content: flex-end;
        padding-right: 10px;
    }

    .about_num_list .item:nth-child(3n)::after {
        border-right: 0;
    }

    .about_num_list .item:nth-child(3n-1) {
        justify-content: center;
    }

    .about_num_list .item .t_num span {
        display: inline-block;
    }

    .about_num_list .item .text_num {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_num_list .item .Company {
        font-size: 26px;
        line-height: 26px;
    }

    .about_num_list .item .t_text {
        font-size: 12px;
        line-height: 1.1;
        padding-left: 0;
        color: #777;
    }

    .customer_img {
        height: 300px;
        text-align: center;
        margin: 0;
        display: block;
        border-radius: 0;
        padding: 30px 20px;
        border-radius: 8px;
    }

    .customer_img img {
        height: 80px;
    }

    .customer_swiperbox {
        margin: 30px auto 0;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 0px 2px 13px 0px #00000019;
        position: relative;
        padding: 0;
    }

    .customer_swiper.swiper-container {
        border-radius: 8px;
        overflow: visible;
    }

    .customer_swiperbox::before {
        content: '“';
        font-size: 100px;
        position: absolute;
        left: -5px;
        top: -54px;
        color: #FFDCB2;
        font-weight: 700;
        display: inline-block;
        height: 35px;
        width: 45px;
    }

    .customer_swiperbox .swiper-slide-active {
        background-color: white;
        border-radius: 8px;
    }

    .customer_swiperbox .swiper-slide-active::after {
        display: none;
    }

    .customer_xian {
        margin-top: 20px;
        position: absolute;
        display: none;
    }

    .customer_swiper .select_box {
        margin-top: 0;
        position: absolute;
        display: block;
        top: 46%;
        z-index: 1;
        padding: 0 20px;
    }

    .customer_swiper .select_box h2 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #777777;
    }

    .customer_swiper .select_box p {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        max-height: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .index_customer {
        padding: 30px 0;
        background: #F7F8FA;
        margin-top: 24px;
    }

    .index_customer .set_select {
        display: none;
    }

    .index_partner {
        padding: 30px 0;
        background: #F7F8FA;
    }

    .index_partner .imgbox {
        margin-top: 15px;
    }

    .index_partner .cooperativePartnerbox {
        padding: 0;
        background: white;
        margin-top: 25px;
    }

    .index_new .container {
        padding-top: 30px;
    }

    .index_new_right {
        margin-top: 0;
    }

    .index_new_right .news-more-box {
        clear: both;
        padding: 30px;
    }

    .index_new_right .news-more-box .news-more {
        display: block;
        margin: 0 auto;
        width: 50%;
        text-align: center;
        min-width: 150px;
        font-size: 13px;
        border: 1px solid #E0A25A;
        color: #E0A25A;
        line-height: 20px;
        padding: 10px;
        border-radius: 2px;
    }

    .index_new_cagetary {
        margin: 10px 0 0 0;
        display: flex;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        justify-content: space-around;
    }

    .index_new_cagetary a {
        border-radius: 3px;
        width: 33.3333%;
        margin: 0;
    }

    .index_new_cagetary a.active,
    .index_new_cagetary a:hover {
        color: #eb9f4b;
    }

    .index_new_cagetary a.active span {
        display: inline-block;
        border-bottom: 2px solid;
    }

    .index_new_text {
        padding: 10px 10px 0 10px;
    }

    .index_new_text h2 {
        font-size: 18px;
    }

    .index_new_text .desc {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .indexnew_list .indexnew_item {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .indexnew_item .innew_imgbox {
        overflow: hidden;
        border-radius: 5px;
        width: 40%;
        float: left;
    }

    .indexnew_list .innew_img {
        height: 78px;
    }

    .indexnew_item .innew_text {
        padding: 5px 0 5px 10px;
        float: left;
        width: 60%;
        border-radius: 0;
        height: 78px;
        background: white;
    }

    .indexnew_item h2 {
        font-size: 13px;
        height: 22px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
    }

    .indexnew_item .desc {
        margin-top: 15px;
        margin: 8px 0;
        font-size: 12px;
    }

    .indexnew_item .p_date {
        display: none;
    }

    .index_video {
        padding: 30px 0;
        background: #F7F8FA;
    }

    .index_video .play_btn {
        width: 70px;
        height: 70px;
    }

    .index_zixun {
        padding: 30px 0;
        margin-bottom: 135px;
        background: #fff;
    }

    .index_zixun h3,
    .index_zixun p {
        font-size: 20px;
        color: #242424;
        line-height: 30px;
        text-align: center;
    }

    .index_zixun p {
        margin-top: 0;
    }

    .zixun-form-box .zixun-input-box:last-child {
        margin-top: 26px;
        width: 54%;
        border: 0;
        margin-left: auto;
        margin-right: auto;
        min-width: 200px;
    }

    .index_zixun .zixun-form-box {
        padding: 30px 0;
        height: 360px;
        margin-bottom: 16px;
        margin-top: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .zixun-form-box .zixun-input-box {
        border-radius: 4px;
        background: #FFFFFF;
        border: 1px solid #D5D5D5;
        box-shadow: none;
        margin-bottom: 15px;
    }

    .zixun-form-box .zixun-input-label {
        width: 50px;
        line-height: 45px;
        text-align: center;
    }

    .zixun-form-box .zixun-input-label img {
        width: 20px;
        vertical-align: middle;
        margin-bottom: 4px;
    }

    .zixun-form-box .zixun-input-box input {
        height: 45px;
        padding-left: 45px;
        line-height: 45px;
        color: #a6a6a6;
        font-size: 15px;
    }

    .zixun-form-box .zixun-input-box .layui-form-select {
        font-size: 12px;
    }

    .zixun-form-box .zixun-input-box .layui-btn {
        width: 100%;
        height: 45px;
    }

    .zixun-form-box .zixun-input-box span.zixun-require {
        font-size: 22px;
        color: #E14C4C
    }

    .inputdiv {
        height: 40px;
    }

    .inputdiv input {
        line-height: 40px;
        font-size: 14px;
    }

    .cycle_img .icon {
        width: 15px;
        height: 15px;
        border-width: 1px;
    }

    .cycle_img .icon_a {
        top: -8px;
    }

    .cycle_img .icon_b {
        left: 5px;
    }

    .cycle_img .icon_c {
        right: 6px;
    }

    .techxian_box p {
        font-size: 14px;
    }

    .index_new_imgText {
        padding: 10px 10px 0px;
    }

    .newsSearch dl {
        width: 100%;
        float: none;
    }

    .news-cate-nav {
        height: 60px;
        font-size: 16px;
    }

    .news-cate-nav li a {
        line-height: 60px;
    }

    .about dl dt {
        padding-bottom: 60px;
    }

    .about dl dd {
        display: flex;
        justify-content: flex-end;
        max-width: 375px;
        width: 100%;
    }

    .about dl dd img {
        width: 50%;
    }
}