@charset "utf-8";

/* CSS Document */

::-webkit-scrollbar {
    /* width: 10px; */
}


/* 滚动槽 */

body {
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*border-radius: 10px;*/
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    /* border-radius: 5px; */
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.9);
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #c1c1c1;
}

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
    color: #555555;
    font-size: 14px;
    width: 100%;
    background: #000;
    position: relative !important;
}

a {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #555555;
    font-size: 13px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

a:link {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    color: #56cbfd;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/

li {
    list-style: none;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom: 1;
}


/* 触发 hasLayout */

img {
    vertical-align: middle;
}

input:focus {
    outline: none;
}


/*去除按钮选中的高亮标签*/

textarea:focus {
    outline: none;
}


/*去除文本框选中的高亮标签*/

button:focus {
    outline: none;
}


/*去除按钮选中的高亮标签*/

select:focus {
    outline: none;
}


/*去除下拉框选中的高亮标签*/

img {
    vertical-align: middle;
}

div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
}

textarea::-webkit-input-placeholder {
    color: #999999;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.mo_down {
    height: 0px;
    overflow: hidden
}

.mo_down.on {
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*渐变从左向右*/


/*黑白照片*/

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}


/*图片变大*/

.tra {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    filter: scale(1);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.tra:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}


/*图片居中2*/

.vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /* 水平居中*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    /* IE 10 */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    /* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
    /* 垂直居中 */
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    /* IE 10 */
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.case_banner {
    height: 60vh !important;
}

.details_banner {
    height: 60vh !important;
}

.IndexService {
    background: #f6f6f6;
}

.IndexService .IndexService_content {
    max-width: 1500px;
    margin: 0 auto;
    padding: 75px 0px;
}

.IndexService .left_index {
    margin-left: 5%;
    margin-right: 0;
    width: 60%;
    display: inline-block;
}

.IndexService .rightDiv {
    width: 30%;
    padding-top: 200px;
    padding-right: 10px;
}

.IndexService .rightDiv .title {
    font-size: 24px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}

.IndexService .rightDiv .list {
    padding: 30px 0 40px;
}

.IndexService .rightDiv .list li {
    padding-bottom: 20px
}

.IndexService .rightDiv .list li a {
    display: block;
    font-size: 16px;
    color: #3f4150;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
}

.IndexService .list li a:hover {
    color: #56cbfd;
}

.IndexService .list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #b9c0ce;
    border-radius: 50%;
}

.IndexService .IndexService_content p {
    font-weight: normal;
}

.IndexService .IndexService_content .IndexService_content_title {
    text-align: center;
    padding-bottom: 55px;
}

.IndexService .IndexService_content .IndexService_content_title dd {
    float: left;
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

.IndexService .IndexService_content .IndexService_content_title dt {
    font-size: 16px;
    color: #999999;
    margin-top: 12px;
    line-height: 28px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list {
    width: 100%;
    background: url(../img/bn2.png) no-repeat 100% 50%;
    padding: 0px 50px;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:first-child .content_body_list {
    padding-left: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .owl-item:last-child .content_body_list {
    padding-right: 0px;
    background: none;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
    padding-top: 50px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 20px 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dd {
    color: #56cbfd;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:hover dt {
    color: #56cbfd;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2n) {
    border-right: 0px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(1) {
    padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(2) {
    padding-top: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(3) {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list:nth-child(4) {
    border-bottom: 0px;
    padding-bottom: 10px;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dd {
    color: #222222;
    font-size: 28px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification .list_classification_list dt {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase {
    background: #fff;
}

.IndexCase .title-box {
    position: relative;
    width: 90%;
    height: 0;
    margin: 0 auto;
}

.IndexCase .IndexCase_content {
    padding-top: 50px;
}

.IndexCase .IndexCase_content .no-content a{
    cursor:default;
} 
.IndexCase .IndexCase_content .IndexCase_content_list {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 2%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    position: relative;
}

.IndexCase .IndexCase_content .IndexCase_content_list:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0%;
    left: 0;
    background: #56cbfd;
    bottom: -1px;
    height: 1px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3n) {
    /* margin-right: 0px; */
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title .list_title_icon {
    color: #56cbfd;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover:before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img .tra {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img {
    overflow: hidden;
    position: relative;
    background: #000;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img a {
    display: inline-block;
    width: 100%;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_img .content_list_hover .logo {
    height: 85px !important;
    width: 85px !important;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
    margin-top: 25px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
    width: 88%;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
    font-size: 16px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd i {
    font-style: inherit;
    padding: 0px 15px;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
    color: #bbbbbb;
    font-size: 30px;
    line-height: 52px;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    color: #fff;
    font-size: 35px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover dd {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.IndexCase .IndexCase_content .IndexCase_content_list .content_list_hover .hr img {
    width: auto;
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_img img {
    opacity: .6;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dd {
    opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
    opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover dt {
    opacity: 1;
}

.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_hover .hr img {
    -webkit-transform: rotate(360deg);
    animation: rotation 10s linear infinite;
    -moz-animation: rotation 10s linear infinite;
    -webkit-animation: rotation 10s linear infinite;
    -o-animation: rotation 10s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.IndexCase .IndexCase_more {
    text-align: center;
    margin-top: 15px;
    padding-right: 30px;
}

.IndexCase .IndexCase_more a {
    background: #eeeeee;
    display: inline-block;
    width: 185px;
    line-height: 64px;
    text-transform: capitalize;
    font-size: 16px;
    color: #999999;
    font-weight: bolder;
    position: relative;
    float: right;
}

.IndexCase .IndexCase_more a:hover {
    color: #fff;
}

.IndexCase .IndexCase_more a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #56cbfd;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexCase .IndexCase_more a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(255, 112, 25, 0);
    border-radius: 100%;
    left: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: all 0.5s ease 0s;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s ease 0s;
}

.IndexCase .IndexCase_more a span {
    position: relative;
    z-index: 1;
}

.video_title_item.on {
    display: none;
}

.video_title_item {
    z-index: 2111;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video_title_item dd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 50px;
}

.video_title_item dt {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}

.video_title_item dt:before {
    content: '';
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.IndexNews {
    background: #fff;
}

.IndexNews .IndexService_content .IndexService_content_title dd {
    line-height: 50px;
}

.IndexNews .IndexNews_title a {
    position: relative;
    width: 185px;
    line-height: 64px;
    display: inline-block;
    font-size: 16px;
    color: #999999;
    background: #eeeeee;
    font-size: 16px;
    margin-right: 13px;
}

.IndexNews .IndexNews_title a span {
    position: relative;
    z-index: 1;
}

.IndexNews .IndexNews_title a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 112, 25, 0);
    border-radius: 100%;
    left: 50%;
    opacity: 0;
    top: 50%;
    -webkit-transform: all 0.5s ease 0s;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.5s ease 0s;
}

.IndexNews .IndexNews_title a:hover:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #56cbfd;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexNews .IndexNews_title a:hover {
    color: #fff;
}

.IndexNews .IndexNews_title a.on {
    color: #fff;
    background: #56cbfd;
}

.IndexNews .IndexNews_title a:last-child {
    margin-right: 0px;
}

.IndexNews .IndexNews_content .IndexNews_content_video {
    width: 43%;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title {
    cursor: pointer;
    position: relative;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body {
    border: 1px solid #e5e5e5;
    border-top: 0px;
    padding: 30px 25px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
    font-size: 30px;
    position: relative;
    top: 3px;
    margin-right: 12px;
}

.IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dt {
    font-weight: normal;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    height: 110px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.IndexNews .IndexNews_content .IndexNews_content_right {
    width: 55%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 31px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:last-child {
    margin-bottom: 0px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img a {
    display: inline-block;
    width: 100%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img {
    width: 30%;
    overflow: hidden;
    object-fit: cover;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .tra {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list:hover .right_list_content .list_content_title dd {
    color: #56cbfd;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content {
    width: 64%;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    line-height: 40px;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd {
    width: 85%;
    margin-bottom: 0 !important;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a {
    font-size: 18px;
    color: #333333;
    width: 100%;
    transition: all 0.5s ease 0s;
    display: inline-block;
    -webkit-transform: all 0.5s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content p {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    display: -webkit-box;
    height: 69px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.partner .partner_content .partner_content_list {
    width: 16.6%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    line-height: 130px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    border-right: 0px;
    margin-bottom: -1px;
    cursor: pointer;
    padding: 0px 20px;
}

.partner .partner_content .partner_content_list:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.partner .partner_content .partner_content_list:nth-child(6n) {
    border-right: 1px solid #dcdcdc;
}

.partner .partner_content .partner_content_list img {
    max-width: 100%;
}

.partner .partner_content .partner_content_list:hover {
    background: #eeeeee;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.footer {
    background: #222222;
    position: absolute;
    width: 100vw;
    bottom: 0;
}

.footer .hide {
    display: none;
}

.footer #wx-qrcode {
    width: 300px;
    height: 350px;
    position: fixed;
    text-align: center;
    bottom: 280px;
    left: 50%;
    z-index: 9999;
    background-color: #fff;
}

.footer #wx-qrcode p {
    font-size: 18px;
    color: #000;
    margin: 20px 0;
}

.footer #wx-qrcode img {
    width: 85%;
    margin:auto;
}

.footer #mydiv {
    position: absolute;
    z-index: 5;
    opacity: .2;
}

.footer .footer_content {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.footer .footer_content .footer_content_top {
    padding: 60px 0px;
    padding-bottom: 40px;
}

.footer .footer_content .footer_content_top .content_top_left {
    width: 55%;
    margin-left: 1%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list {
    width: 25%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd {
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a {
    font-size: 16px;
    color: #a8a8a8;
    font-weight: bold;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
    font-size: 14px;
    color: #a8a8a8;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    font-weight: normal;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover {
    color: #fff;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child {
    margin-bottom: 0px;
}

.footer .footer_content .footer_content_top .content_top_right {
    width: 23%;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd {
    position: relative;
    line-height: 20px;
    margin-right: 15px;
}

.footer .footer_content .footer_content_top .content_top_share {
    width: 21%;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content {
    margin-top: 40px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dd {
    color: #a8a8a8;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
    width: 50px !important;
    height: 50px !important;
    margin: 0px 0px !important;
    padding-left: 0px !important;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #363636;
    margin-right: -1px !important;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a svg {
    width: 25px;
    fill: #eee;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list {
    color: #777777;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt {
    width: 80%;
}

.bds_tsina {
    background: #2a2a2a !important;
}

.bds_sqq {
    background: #2a2a2a !important;
}

.bds_weixin {
    background: #2a2a2a !important;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {
    background: #252525 !important;
    opacity: 1 !important;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a svg:hover {
    background: #252525 !important;
    opacity: 1 !important;
    fill: #56cbfd;
}

.footer .footer_content .footer_content_bottom {
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
    font-size: 17px;
    color: #a8a8a8;
    width: 10%;
    font-weight: bold;
}

.footer .footer_content .footer_content_bottom .content_bottom_right {
    width: 90%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a {
    font-size: 15px;
    color: #a8a8a8;
    display: inline-block;
    width: 13%;
    margin-left: 1%;
    margin-bottom: .8%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
    color: #fff;
}

.footer_content_copyright {
    color: #a8a8a8;
    padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #313131;
    z-index: 521;
    position: relative;
}

.footer_content_copyright a {
    color: #a8a8a8;
}

.video_window {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 55;
}

.video_window .videobox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video_window .video_window_close {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    font-size: 35px;
    position: relative;
    top: -6px;
    right: -26px;
}

.case .IndexService_content {
    position: relative;
    padding: 55px 0px;
}

.case .case_content_title {
    width: 100%;
    height: 126px;
    position: absolute;
    top: -126px;
    background: #fff;
    margin: 0 auto;
    padding: 43px 40px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-around;
}

.case .case_content_title a {
    color: #999999;
    font-size: 22px;
    display: inline-block;
    /* width: 11%; */
    margin-right: 0;
    /* margin-bottom: 2%; */
    position: relative;
    text-align: center;
}

.case .case_content_title a:nth-child(12n) {
    margin-right: 0px;
}

.case .case_content_title a:hover {
    color: #333333;
}

.case .case_content_title a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 2px;
    background: #56cbfd;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.case .case_content_title a:hover:before {
    width: 56px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.case .case_content_title a.on:before {
    width: 56px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.case .case_content_title a.on {
    color: #333333;
}

.case .IndexCase_content {
    margin-bottom: 40px;
}

.page .pagination li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    background: #eeeeee;
    color: #333333;
    margin-right: 15px;
}

.news.page li a {
    width: auto;
    min-width: 48px;
    padding: 0px 12px;
    margin-top: 5px;
}

.news.page li a.pagination-active {
    background-color: #c7c7c7 !important;
    color: #44a4f7 !important;
}

.page li.active a {
    background: #56cbfd;
    color: #fff;
}

.page li:hover a {
    background: #56cbfd;
    color: #fff;
}

.page li a span {
    font-size: 18px;
}

.page li .next span {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news .IndexService_content {
    padding: 45px 0px;
}

.news .IndexService_content .IndexService_content_title {
    border-bottom: 1px solid #e5e5e5;
}

.news .IndexService_content .IndexService_content_title dd {
    font-size: 26px;
    color: #333333;
    font-family: "宋体";
    position: relative;
    padding-left: 35px;
}

.news .IndexService_content .IndexService_content_title dd:before {
    content: "“";
    font-size: 56px;
    color: #bbbbbb;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 5px;
}

.news .news_content {
    margin-bottom: 45px;
}

.news .news_content .news_content_list {
    display: inline-block;
    width: 100%;
    padding: 45px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.news .news_content .news_content_list:hover .content_list_time dt span:before {
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    width: 100%;
}

.news .news_content .news_content_list:hover .tra {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    filter: scale(1.15);
    filter: transform;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    cursor: pointer;
}

.news .news_content .news_content_list .content_list_time {
    width: 10%;
}

.news .news_content .news_content_list .content_list_txt {
    width: 60%;
    margin: 0 6.25%;
}

.news .news_content .news_content_list .content_list_img {
    width: 17.5%;
    overflow: hidden;
}

.news .news_content .news_content_list .btn {
    white-space: normal;
    word-break: break-word;
    padding-left:0 !important;
    padding-right:0 !important;
    width: 17.5%;
    color: #333;
    text-align: left;
}

.news .news_content .news_content_list .btn a {
    display: inline-block;
    margin-left: 13px;
}

.news .news_content .news_content_list .content_list_img a {
    display: inline-block;
    width: 100%;
}

.news .news_content .news_content_list .content_list_time dd {
    font-size: 26px;
    color: #333333;
    margin-bottom: 25px;
}

.news .news_content .news_content_list .content_list_time dt span {
    color: #cccccc;
    display: inline-block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
    position: relative;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news .news_content .news_content_list .content_list_time dt span:before {
    content: "\e602";
    position: absolute;
    display: inline-block;
    width: 0%;
    left: 0;
    height: 100%;
    top: 0;
    background: #56cbfd;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.news .news_content .news_content_list .content_list_txt dd a {
    font-size: 22px;
    color: #333333;
    margin-bottom: 32px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.news .news_content .news_content_list .content_list_txt p a {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    height: 117px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.news .news_content .news_content_list .content_list_img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
}

.NewsDetails {
    background: #fff;
}

.NewsDetails .IndexService_content {
    padding: 55px 0px;
}

.NewsDetails .NewsDetails_title {
    width: 148%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
}

.NewsDetails .NewsDetails_title h1 {
    font-size: 26px;
    color: #333333;
    font-weight:bold;
    font-weight: inherit;
    text-align: center;
    margin-bottom: 20px;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span {
    font-size: 14px;
    color: #999999;
    margin-right: 25px;
}
.NewsDetails .NewsDetails_title .NewsDetails_title_sort h2{
    font-size: 14px;
    color: #999999;
    margin:0;
}

.NewsDetails .NewsDetails_title .NewsDetails_title_sort span:last-child {
    margin-right: 0px;
}

.NewsDetails .NewsDetails_content {
    padding: 45px 0px;
    padding-left: 20px;
    padding-right: 60px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top .on {
    text-align: center;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_top .on img {
    width: 60%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom {
    margin-top: 55px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left {
    padding: 17px 0px;
    width: 34%;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_copyright {
    font-size: 13px;
    color: #999999;
    margin-bottom: 25px;
    line-height: 26px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dd {
    font-size: 13px;
    color: #999999;
    line-height: 33px;
    margin-right: 20px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a {
    display: inline-block;
    font-size: 13px;
    color: #333333;
    background: #f4f4f4 url(../img/bg14.jpg) no-repeat 100% 50%;
    line-height: 32px;
    padding: 0px 20px;
    margin-right: 15px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left .bottom_left_TAG dt a:last-child {
    margin-right: 0px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
    margin-left: 170px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
    display: inline-block;
    width: 140px;
    height: 82px;
    background: #56cbfd;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    padding: 15px 0px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a dd {
    font-size: 32px;
}

.NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help .bottom_help_content {
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
    text-align: center;
}

.NewsDetails .NewsDetails_page {
    padding: 30px 0px;
    padding-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left {
    margin: 6px 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
    margin-bottom: 8px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list:last-child {
    margin-bottom: 0px;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list dd {
    font-size: 14px;
    color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a {
    font-size: 14px;
    color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list a:hover {
    color: #56cbfd;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back {
    display: inline-block;
    border: 1px dashed #e5e5e5;
    width: 160px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.NewsDetails .NewsDetails_page .NewsDetails_page_back span {
    color: #56cbfd;
    font-size: 25px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.case_banner .case_banner_content {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    height: 100% !important;
}

.case_banner .case_banner_content .banner_content_left {
    position: absolute;
    bottom: 70px;
    width: 55%;
}

.case_banner .case_banner_content .banner_content_left .content_left_title {
    font-size: 32px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
}

.case_banner .case_banner_content .banner_content_left .content_left_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.case_banner .case_banner_content .banner_content_left .content_left_txt {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 80px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 50px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:hover {
    background: #56cbfd;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
    margin-left: 35px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a span {
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.case_banner .case_banner_content .banner_content_left .content_left_button a:last-child span {
    margin-right: 0px;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.case_banner .case_banner_content .banner_content_right {
    position: absolute;
    right: 0;
    bottom: -135px;
    width: 400px;
    height: 544px;
    background: #56cbfd;
    z-index: 50;
    padding: 0px 70px;
}

.case_banner .case_banner_content .banner_content_right .content_right_img {
    border-radius: 100%;
    background: #fff;
    text-align: center;
    width: 144px;
    height: 144px;
    line-height: 144px;
    padding: 0px 20px;
    margin: 65px auto;
}

.case_banner .case_banner_content .banner_content_right .content_right_img img {
    max-width: 100%;
}

.case_banner .case_banner_content .banner_content_right .content_right_more {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: rgba(0, 0, 0, .27);
    width: 100%;
    line-height: 55px;
    text-align: center;
}

.case_banner .case_banner_content .banner_content_right .content_right_more span {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
}

.case_banner .case_banner_content .banner_content_right .content_right_share {
    margin-top: 100px;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd {
    color: rgba(255, 255, 255, .43);
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 84px;
    height: 1px;
    background: rgba(255, 255, 255, .43);
    left: 16%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dd:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 84px;
    height: 1px;
    background: rgba(255, 255, 255, .43);
    right: -16%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dt {
    text-align: center;
}

.case_banner .case_banner_content .banner_content_right .content_right_share dt a {
    background: #56cbfd !important;
    color: #fff;
    font-size: 20px;
}

.pageBanner {
    position: relative;
}

.pageBanner .bg {
    width: 100%;
    height: 60vh;
    background: center no-repeat;
    background-size: cover;
}

.pageBanner2 .bg {
    height: 3.2rem;
}

.pageBanner3 .bg {
    height: 4.0rem;
}

.pageBanner .layer {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -7.68rem;
    z-index: 1;
    color: #fff !important;
}

.pageBanner .coop {
    color: #000 !important;
}

.pageBanner .txt {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding-bottom: 0.3rem;
    color:#fff !important;
}

.pageBanner .wen {
    font-size: 0.35rem !important;
    line-height: 1.5;
    padding-bottom: 0.75rem;
    width: 6.0rem;
    color:#fff;
}

.pageBanner .wen1 {
    font-size: 0.36rem;
    line-height: 0.36rem;
}

.pageBanner .msg {
    font-size: 0.36rem;
    line-height: 0.5rem;
    font-weight: bold;
    padding-bottom: 0.85rem;
}

.pageBanner .btnGroup li {
    float: left;
    margin-right: 20px;
}

.pageBanner .btnGroup li a {
    display: block;
    width: 1.78rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #fff !important;
    font-size: 0.16rem;
    border: #fff solid 1px;
    text-align: center;
}

.pageBanner .btnGroup li a:hover {
    background: #11a84e;
    border: #11a84e solid 1px;
}

.pageBanner .dnmGroup li {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.pageBanner .dnmGroup li a {
    display: block;
    width: 1.18rem;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    border: #fff solid 1px;
    text-align: center;
}

@media screen and ( max-width:1024px) {
    .pageBanner .bg {
        height: 6rem;
    }
    .pageBanner2 .bg {
        height: 4.2rem;
    }
    .pageBanner .layer {
        left: 0.5rem;
        margin-left: 0;
        top: 55%
    }
    .pageBanner .txt {
        font-size: 0.42rem;
        line-height: 0.42rem;
    }
    .pageBanner .wen {
        font-size: 0.28rem !important;
        padding-bottom: 0.6rem;
        width: auto;
        line-height: 0.48rem;
        width: 5.6rem;
    }
    .pageBanner .wen1 {
        font-size: 0.42rem;
        line-height: 0.42rem;
    }
    .pageBanner .btnGroup li {
        margin-right: 0.25rem;
    }
    .pageBanner .btnGroup li a {
        width: 2.4rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.28rem;
    }
    .pageBanner .dnmGroup li {
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .pageBanner .dnmGroup li a {
        width: 1.9rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.24rem;
    }
}

.videobox {
    width: 100%;
    height: 292px;
    margin: 0 auto;
    overflow: hidden;
}

.videobox .videobox_nei {
    width: 100%;
    height: 370px;
    position: relative
}

#video_button {
    width: 100%;
    height: 370px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    background: url(../img/bg-video.jpg) no-repeat 50%/cover;
}

#video_button2 {
    width: 100%;
    height: 292px;
}

.footer_content_top .content_top_share .logo_bottom {
    position: relative;
    left: -40px;
    top: 0;
    width: 276px;
    height: 85px;
    background-image: url(../img/logo_qianwa.png);
    background-size: 100% 100%;
}

.footer .tel {
    text-align: right;
    font-size: 28px;
    line-height: 28px;
    color: #a8a8a8;
    font-family: mont;
}

.footer .email {
    text-align: right;
    font-size: 16px;
    color: #a8a8a8;
    padding: 20px 0 30px;
}

.footer .ewmList li {
    float: left;
    margin-left: 25px;
}

.footer .ewmList li img {
    width: 100px;
}

.footer .ewmList li p {
    color: #a8a8a8;
    margin-top: 10px;
}

@media screen and (max-width:1480px) {
    .IndexService .all,
    .advantage .all,
    .footer .footer_content,
    .pc_header .pc_header_content,
    .case_banner .case_banner_content,
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content,
    .ServiceBanner .ServiceBanner_content,
    .App .App_content {
        max-width: 1200px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list {
        padding: 0px 25px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
        height: 78px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
        padding-top: 35px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
        height: 264px;
    }
    .case .case_content_title a {
        margin-right: 0;
        width: 11%;
    }
    .IndexService .WeChat_content {
        padding: 0px 85px;
    }
}

@media screen and (max-width:1200px) {
    /*底部*/
    .footer .footer_content {
        /* display: none; */
    }
    .footer #wx-qrcode {
        bottom: 130px;
        left: 30px;
    }
    .footer {
        z-index: 10000000000;
    }
    .footer .footer_content .footer_content_top {
        padding: 25px 0 95px 0;
    }
    .footer .footer_content .footer_content_top .content_top_share {
        margin-left: 3%
    }
    .footer .footer_content .footer_content_top .content_top_left {
        display: none;
    }
    .footer .footer_content .footer_content_bottom {
        display: none;
    }
    .footer .footer_content .footer_content_top .content_top_share .top_share_content {
        position: absolute;
        top: 170px;
        left: 30px;
    }
    .footer .footer_content .footer_content_top .content_top_share .top_share_content dt a {
        width: 80px !important;
    }
    .footer .footer_content .footer_content_top .content_top_right {
        width: 70%;
        margin-right: 3%;
    }
    .footer .email {
        padding: 5px 0 15px;
    }
    .footer .ewmList li {
        margin-left: 16px;
    }
    .footer .ewmList li img {
        width: 95px;
    }
    .footer {
        height: auto;
    }
    .footer #mydiv {
        display: none;
    }
    .footer_content_copyright {
        padding: 20px 2%;
    }
    /*案例展示*/
    .case .case_content_title {
        height: auto;
        position: inherit;
        padding: 0px 0px;
        top: 0px;
        margin-bottom: 30px;
        border-bottom: 0px;
    }
    img {
        max-width: 100%;
    }
    .all {
        width: 96%;
        margin: 0 auto;
        height: auto;
    }
}

@media screen and (max-width:1065px) {
    div.collapse {
        top: 20px;
        background: #56cbfd;
        -webkit-transition: all 70ms ease-out;
        -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
        -o-transition: all 70ms ease-out;
        transition: all 70ms ease-out
    }
    div.open {
        position: fixed;
        right: 2%;
    }
    .slick-slider .slick-list,
    .banner,
    .slick-hero-slider .image-bg {
        height: 230px !important;
    }
    .alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption div {
        font-size: 14px;
    }
    /*案例展示*/
    .case .case_content_title {
        display: none;
    }
    /*新闻动态*/
    .news .news_content .news_content_list .content_list_time {
        margin-right: 1%;
        width: 18%;
    }
    .news .news_content .news_content_list .content_list_time dd {
        font-size: 18px;
        margin-bottom: 1px;
    }
    .news .news_content .news_content_list .content_list_txt {
        width: 81%;
        margin-right: 0px;
    }
    .news .news_content .news_content_list .content_list_txt p a {
        height: 45px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }
    .news .news_content .news_content_list .content_list_txt dd a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news .news_content .news_content_list .content_list_img {
        display: none;
    }
    .news .news_content .news_content_list {
        padding: 20px 0px;
    }
    .news .news_content .news_content_list .btn {
        margin-top: 15px;
    }
    /*新闻内页*/
    .NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_left,
    .NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
        float: none;
        width: 100%;
        margin: 0px;
    }
    .NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help {
        text-align: center;
    }
    .NewsDetails .NewsDetails_page .NewsDetails_page_left,
    .NewsDetails .NewsDetails_page .NewsDetails_page_back {
        width: 100%;
        float: none;
    }
    .NewsDetails .NewsDetails_page .NewsDetails_page_back {
        margin-top: 20px;
    }
    .NewsDetails .NewsDetails_title h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .NewsDetails .NewsDetails_title {
        padding-bottom: 25px;
    }
    .NewsDetails .NewsDetails_content {
        padding: 20px 0px;
    }
    .NewsDetails .NewsDetails_content .NewsDetails_content_bottom .content_bottom_help a {
        width: 82px;
        border-radius: 100%;
    }
    .NewsDetails .NewsDetails_page .NewsDetails_page_left .page_left_list {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*服务项目*/
    .IndexService .WeChat_content {
        padding: 0px 0px;
    }
    .case_banner .case_banner_content .banner_content_right {
        display: none;
    }
    .case_banner .case_banner_content .banner_content_left {
        position: inherit;
        width: 95%;
        height: auto !important;
        margin: 0 auto;
        bottom: 0px;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    .CaseDetai_banner,
    .case_banner .case_banner_content {
        height: auto !important;
        padding: 20px 0px;
    }
}

@media screen and (max-width:768px) {
    /*首页*/
    .IndexService .IndexService_content {
        padding: 30px 0px;
    }
    .IndexService .IndexService_content .IndexService_content_title dd {
        font-size: 18px;
        width:100%;
    }
    .IndexService .IndexService_content .IndexService_content_title dt {
        line-height: 22px;
        font-size: 14px;
        margin-top: 8px;
    }
    .IndexService .IndexService_content .IndexService_content_title {
        padding-bottom: 25px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list {
        width: 100%;
        margin-right: 0%;
        padding: 0px 5% !important;
        background: none;
        margin-bottom: 25px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_classification {
        padding-top: 20px;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_content {
        height: auto;
    }
    .IndexService .IndexService_content .IndexService_content_body .content_body_list .body_list_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 4%;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2n) {
        margin-right: 0px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list:nth-child(3) {
        margin-right: 2%;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_icon {
        display: none;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd {
        font-size: 16px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd a {
        font-size: 16px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dd span {
        font-size: 13px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left {
        width: 100%;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
        margin-top: 10px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list {
        padding-bottom: 15px;
    }
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_title .list_title_left dt {
        margin-top: 0px;
    }
    .IndexCase .IndexCase_more{
        padding-right:0;
    }
    .IndexCase .IndexCase_more a {
        font-size: 14px;
        width: 120px;
        line-height: 44px;
        margin-right:calc(50% - 60px);
        margin-bottom:25px;
    }
    .partner .partner_content .partner_content_list {
        margin-right: -1px;
        border-right: 1px solid #dcdcdc;
    }
    .IndexNews .IndexService_content .IndexService_content_title dd,
    .IndexNews .IndexService_content .IndexService_content_title .IndexNews_title {
        width: 100%;
        float: none;
    }
    .IndexNews .IndexNews_title a {
        /* width: 23%; */
        margin-right: 2%;
        width:120px;
        line-height:44px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_video,
    .IndexNews .IndexNews_content .IndexNews_content_right,
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img,
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content {
        width: 100%;
        float: none;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right {
        margin-top: 25px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img {
        margin-bottom: 15px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body dd span {
        font-size: 25px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_video .content_video_body {
        padding: 20px 10px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd {
        font-size: 16px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dd a {
        font-size: 16px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title dt {
        font-size: 16px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_content .list_content_title a {
        line-height: 35px;
    }
    .IndexNews .IndexNews_content .IndexNews_content_video .content_video_title img {
        height: auto;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_title {
        font-size: 18px;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_txt {
        margin-bottom: 30px;
    }
    .video_window .videobox {
        width: 95%;
    }
    .video_window .videobox video {
        width: 100%;
    }
    .video_window .video_window_close {
        right: 0;
    }
    .contact .contact_motto_map .motto_map_bottom .map_bottom_content {
        padding-left: 0px;
        margin-top: 25px;
    }
    .IndexService .left_index {
        margin: 0 auto;
        width: 100%;
        display: block;
    }
    .IndexService .rightDiv {
        display: none;
    }
    .NewsDetails .NewsDetails_content {
        padding-left: 0;
        padding-right: 0;
        border-right: none;
    }
    .NewsDetails .NewsDetails_title {
        width: 100%;
    }
    .NewsDetails .NewsDetails_content .NewsDetails_content_top p {
        display: inline-block;
        padding: 10px 0;
    }
    .footer_content_top .content_top_share .logo_bottom {
        background-image: url(/img/logo.png);
        width: 106px;
        left: 10px;
        top: 30px;
    }

    .footer_content_copyright .address {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
        height: 134px;
    }
    .partner .partner_content .partner_content_list {
        width: 50%;
    }
    .IndexNews .IndexNews_content .IndexNews_content_right .content_right_list .right_list_img img {
        height: 215px;
    }
    .details_banner,
    .WeChatBanner {
        height: 120px !important;
    }
    .case_banner {
        height: 200px !important;
    }
    .ContactBanner {
        height: auto !important;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_button a {
        width: 48%;
        margin-right: 4%;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_button a:last-child {
        margin-left: 0px;
        margin-right: 0px;
    }
    .videobox {
        height: 200px;
    }
    #video_button {
        height: 236px;
    }
}

@media screen and (max-width:375px) {
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
        height: 121px;
    }
}

@media screen and (max-width:320px) {
    .IndexCase .IndexCase_content .IndexCase_content_list .content_list_img img {
        height: 103px;
    }
}

.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: var(--global--color-white);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.preloader .dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px
}

.preloader .dual-ring::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #32c36c;
    border-color: #32c36c transparent #32c36c transparent;
    -webkit-animation: dualring 1.2s linear infinite;
    animation: dualring 1.2s linear infinite
}