/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*
@font-face {
    font-family: "微软雅黑";
    src: local("微软雅黑"), url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYH.TTF");
    font-weight: normal;
}

@font-face {
    font-family: "微软雅黑";
    src: local("微软雅黑"), url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHBD.TTF");
    font-weight: bold;
}

@font-face {
    font-family: "微软雅黑细体";
    src: url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHL_0.ttf");
}

@font-face {
    font-family: "微软雅黑light";
    src: url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHL_0.ttf");
}

@font-face {
    font-family: "微软雅黑 light";
    src: url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHL_0.ttf");
}

@font-face {
    font-family: "MicroSoft Yahei light";
    src: url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHL_0.ttf");
}

@font-face {
    font-family: "yaheilight";
    src: url("http://wryhei.oss-cn-shenzhen.aliyuncs.com/MSYHL_0.ttf");
}

 */

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.body-wrap {
    display: none;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}


.page-lable-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #69009b;
    background: #69009b;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.page-lable-wrap a:hover {
    border: 1px solid #69009b;
    background: #69009b;
    color: #fff;
}

.banner-box {
    background: #000;

}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.cover .img-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    letter-spacing: -5px;
    text-align: center;
}

.cover .img-wrap img {
    position: static;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cover .img-wrap:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0%;
}

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/
.width-auto {
    padding: 0 90px;
    position: relative;
    width: 100%;
}

/*css*/
.header-wrap {
    position: fixed;
    width: 100%;
    z-index: 11;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-box {
    position: relative;
    height: 158px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-logo {
    position: absolute;
    top: 50%;
    height:90px;
    margin-top:-45px;
    z-index: 99;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header-logo a {
    display: block;
    height:100%;
}

.header-logo img{
    width:auto!important;
    height:100%;
}

.m-header-nav {
    width: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -19px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.m-header-nav span {
    width: 100%;
    height: 4px;
    background: #fff;
    margin-bottom: 13px;
    display: block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.m-header-nav span:last-child {
    margin-bottom: 0;
}

.header-click-nav {
    width: 50px;
}

.first-rotate {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

.navOpacity {
    opacity: 0;
}

.last-rotate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

.header-top {
    margin-top: 158px;
}

.header-wrap2 {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
}

.header-wrap2 .header-logo {
    height: 60px;
    margin-top: -30px;
}

.header-wrap2 .header-box {
    height: 90px;
}

.header-wrap2 .m-header-nav span {
    background: #908b8a;
}

.header-wrap2 .first-rotate {
    background: #fff !important;
}

.header-wrap2 .navOpacity {
    background: #fff !important;
}

.header-wrap2 .last-rotate {
    background: #fff !important;
}

.header-back {
    background: #fff;
}

.header-back .m-header-nav span {
    background: #908b8a;
}

.header-back .first-rotate {
    background: #fff !important;
}

.header-back .navOpacity {
    background: #fff !important;
}

.header-back .last-rotate {
    background: #fff !important;
}

.news-bdy-top-banner {
    margin-bottom: 40px;
}

.banner-box {
    height: 100vh;
}

@media screen and (min-width: 1200px) {
    .banner-box {
        height: -webkit-calc(100vh - 150px);
        height: calc(100vh - 150px);
    }
}

@media screen and (min-width: 1800px) {
    .banner-box {
        height: -webkit-calc(100vh - 170px);
        height: calc(100vh - 170px);
    }
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-box .swiper-pagination-bullets {
    left: auto !important;
    right: 35px !important;
    top: 50% !important;
    width: 12px;
!important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);

}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    background: #ffffff;
    margin: 10px 0 !important;
}


.banner-box .swiper-pagination-bullet-active {
    background: #69009b !important;
}

.banner-box .swiper-pagination-bullet-active:after {
    width: 100%;
}

.black-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    display: none;
}

.header-ul {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-ul .header-li {
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 20%;
    margin: 0 auto;
    opacity: 0;
}

.header-ul .header-li:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.header-ul .header-li:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.header-ul .header-li:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.header-ul .header-li:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.header-ul .header-li:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.header-ul .header-li:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.header-ul .header-li a {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 40px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    font-family: "微软雅黑 Light", "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;

}

.header-ul .header-li a:hover {
    color: rgba(255, 255, 255, 1);
}

.iqw_float {
    position: fixed;
    right: 0;
    z-index: 90;
    /*top:50%;
    height:252px;
    margin-top:-126px;*/
    bottom: 10px;
    width: 62px;

}

.iqw_float a, .iqw_float a:hover {
    text-decoration: none;
}

.iqw_float .item {
    position: relative;
    background-color: #000;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    margin-bottom: 1px;
    -webkit-transition: opacity .3s linear, background-color .3s linear;
    -moz-transition: opacity .3s linear, background-color .3s linear;
    transition: opacity .3s linear, background-color .3s linear;
    opacity: .35;
}

.iqw_float .item:hover, .iqw_float .item.hover {
    background-color: #69009b;
    opacity: 1;
}

.iqw_float .item_tel {
    background-image: url(../images/iqw_float_tel.png);
}

.iqw_float .item_tel .tel {
    position: absolute;
    right: 62px;
    left: auto;
    top: 0;
    height: 61px;
    line-height: 61px;
    padding-top: 1px;
    width: 0;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    background: #69009b;
    white-space: nowrap;
    opacity: 0;
    font-size: 23px;
    color: #fff;
}

.iqw_float .item_qq {
    background-image: url(../images/iqw_float_qq.png);
}

.iqw_float .item_qq .qq {
    display: block;
    width: 100%;
    height: 100%;
}

.iqw_float .item_wx {
    background-image: url(../images/iqw_float_wx.png);
}

.iqw_float .item_wx .inner {
    position: absolute;
    right: 62px;
    left: auto;
    top: 0;
    padding-right: 1px;
    background: transparent;
    display: none;
}

.iqw_float .item_wx .lay_pic {
    width: 126px;
    height: 126px;
    background: #69009b;
    overflow: hidden;
}

.iqw_float .item_wx .lay_pic img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 3px;
}

.iqw_float .item_totop {
    background-image: url(../images/iqw_float_arr.png);
}

.tree_pos_info {
    font-size: 12px;
    line-height: 20px;
}

.tree_pos_info, .tree_pos_info a {
    color: #999;
}

.case-index-top .tree_pos_info {
    margin-bottom: 20px;
}

.case-index-wrap .case-news-box .tree_pos_info {
    margin-bottom: 4px;
}

.news-read-wrap .tree_pos_info {
    margin-bottom: 4px;
}

.case-read-wrap .tree_pos_info {
    padding: 8px 0;
    margin-bottom: 20px;
}

.tree_pos_info_oth.tree_pos_info {
    padding: 18px 0 8px;
    text-align: center;
    margin-bottom: 20px;
}

.tree_pos_info_ser.tree_pos_info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 16px;
}

.service-nav {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.service-nav, .service-nav a {
    color: #9fa0a0;
}

.service-nav a {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    padding: 0 8px;
    margin: 0 30px;
}

.service-nav a, .service-nav a:hover {
    text-decoration: none;
}

.case-index-top {
    padding-top: 60px;
    font-size: 0;
    display: block;

}

.case-index-title {
    width: 20%;
    display: inline-block;
    font-size: 32px;
    vertical-align: top;
    height: 72px;
    line-height: 72px;
}

.case-index-load {
    width: 80%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    height: 72px;
    line-height: 72px;
    position: relative;
}

.case-index-load a {
    font-size: 28px;
    color: #9fa0a0;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.case-index-load a .case-load-span {
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-index-load a .case-load-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    color: #69009b;
    overflow: hidden;
    text-align: left;
}

.case-index-load a:hover .case-load-hover {
    width: 100%;
}

.case-index-list {
    font-size: 0;
}

.case-index-max {
    width: 66.6666%;
    display: inline-block;
    vertical-align: top;
}

.case-index-min {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.case-index-li:last-child {
    padding-top: 23px;
}

.case-index-img {
    padding-bottom: 56.25%;
}

.case-index-max a, .case-index-min .case-index-li a {
    display: block;
    position: relative;
}

.case-index-pop {
    background: rgba(105, 0, 155, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-pop-text {
    width: 100%;
}

.case-index-max a .case-pop-span {
    line-height: 50px;
    font-size: 40px;
    text-align: center;
    color: #fff;

}

.case-index-max a .case-pop-span:first-child {
    margin-bottom: 10px;
}

.case-index-max a .case-pop-span:last-child {
    font-size: 18px;
    font-weight: 100;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.case-index-min .case-index-li a .case-pop-span {
    line-height: 38px;
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.case-index-min .case-index-li a .case-pop-span:first-child {
    margin-bottom: 10px;
}

.case-index-min .case-index-li a .case-pop-span:last-child {
    font-size: 14px;
    font-weight: 100;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.case-pop-span {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;

}

.case-pop-span:nth-child(1) {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-pop-span:nth-child(2) {
    -webkit-transition: all .9s cubic-bezier(.645, .045, .355, 1);
    transition: all .9s cubic-bezier(.645, .045, .355, 1);
}

.case-pop-span:nth-child(3) {
    -webkit-transition: all 1.2s cubic-bezier(.645, .045, .355, 1);
    transition: all 1.2s cubic-bezier(.645, .045, .355, 1);
}

.case-index-pop:hover {
    opacity: 1;
}

.case-index-pop:hover .case-pop-span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.case-index-pop:hover .case-pop-span:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.case-index-pop:hover .case-pop-span:nth-child(3) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.casev-index {
    padding: 34px 0;
    font-size: 12px;
    line-height: 12px;
    color: #9fa0a0;

}

@media screen and (min-width: 1840px) and (max-width: 1960px) {
    .casev-index > .width-auto {
        padding: 0;
    }

    .casev-index > .width-auto > .width-auto {
        padding: 0;
        width: 1560px;
        margin: 0 auto;
    }
}

.casev-index img, .casev-index video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.casev-index table {
    width: 100%;
}

.case-index-box {
    padding-bottom: 50px;
}

.case-news-list {
    font-size: 0;
}

.case-news-li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 20px 0;
}

.case-news-li:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.case-news-li:nth-child(2n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.case-news-li a {
    position: relative;
    display: block;
}

.case-news-li a .case-pop-span {
    line-height: 50px;
    font-size: 40px;
    text-align: center;
    color: #fff;

}

.case-news-li a .case-pop-span:first-child {
    margin-bottom: 10px;
}

.case-news-li a .case-pop-span:last-child {
    font-size: 18px;
    font-weight: 100;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.case-news-li:nth-child(2n+1) {
    padding: 0 10px 20px 0;
}

.case-news-li:nth-child(2n) {
    padding: 0 0 20px 10px;
}

.case-news-title {
    font-size: 28px;
    color: #9fa0a0;
    text-align: center;
    line-height: 50px;
    padding: 0 0 30px 0;
}

.case-news-button {
    width: 158px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #a0a1a1;
    margin: 30px auto 0;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-news-button:hover:after {
    width: 100%;
}

.case-news-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #69009b;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-news-button:hover {
    border: 1px solid #69009b;
}

.case-news-button:hover a {
    color: #fff;

}

.case-news-button a {
    display: block;
    font-size: 28px;
    color: #9fa0a0;
    text-align: center;
    padding-left: 10px;
    position: relative;
    z-index: 9;
    width: 100%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-news-box {
    padding: 0 0 30px 0;
}

.index-border {
    height: 1px;
    background: #9fa0a0;
}

.index-xgl-bs-banner-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container-xgl-bs {
    width: 100%;
    position: relative;
}

.swiper-container-xgl-bs .index-xgl-bs-box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.swiper-container-xgl-bs .img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-xgl-bs-button, .swiper-xgl-bs-button:hover, .swiper-xgl-bs-button:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.swiper-xgl-bs-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.swiper-xgl-bs-button:hover {
    opacity: 1;
}

.swiper-xgl-bs-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-top: 1px solid #fff;
}

.swiper-xgl-bs-button-prev {
    left: 150px;
}

.swiper-xgl-bs-button-prev:before {
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-xgl-bs-button-next {
    right: 150px;
}

.swiper-xgl-bs-button-next:before {
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.swiper-container-xgl-bs > .swiper-pagination.swiper-pagination-bullets {
    bottom: 4.5vw;
}

.swiper-container-xgl-bs > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2.8vw;
    background: #fff;
    opacity: .4;
}

.swiper-container-xgl-bs > .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-container-xgl-bs > .swiper-pagination.swiper-pagination-bullets {
    display: none;
}

.index-about-wrap {
    /*padding: 84px 0 44px;*/
    padding:84px 0;
}
.index-about-icon1 {
    width: 126px;
    margin: 0 auto;
}
.index-about-icon {
    width: 100px;
    margin: 0 auto;
}

.index-about-text {
    text-align: center;
    padding: 24px 0 78px;
}

.index-about-big {
    font-size: 42px;
    line-height: 72px;
    color: #9fa0a0;
   font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.index-about-bold {
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    color: #9fa0a0;
}

.index-about-light {
    color: #9fa0a0;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 40px;
}

.index-about-tel {
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height:72px;
    text-align: center;
    padding: 14px 0 65px;
}
.index-about-tel,.index-about-tel a{
    color: #9fa0a0;
}
.index-about-2022wx .wx2022img{
    display:block;
    margin:0 auto;
    width:136px;
    height:136px;
}
.index-about-2022wx .wx2022p{
    font-size:28px;
    line-height:52px;
    color:#9fa0a0;
    text-align: center;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-weight:bold;
}


.index-about-qq {
    font-size: 27px;
    color: #9fa0a0;
    text-align: center;

}

.index-about-qq a {
    color: #9fa0a0;
}

.index-about-button {
    width: 200px;
    line-height: 68px;
    height: 72px;
    border: 2px solid #9fa0a0;
    text-align: center;
    font-size: 28px;
    font-weight:bold;
    margin: 68px auto 0;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-about-button:hover {
    border-color:#69009b;
}

.index-about-button:hover a {
    color: #fff;
}

.index-about-button:hover:after {
    width: 100%;
}

.index-about-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #69009b;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-about-button a {
    color: #9fa0a0;
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-news-title {
    font-size: 44px;
    color: #9fa0a0;
    text-align: center;
    padding: 50px 0;
}

.index-news-list {
    padding: 0 180px;
    font-size: 0;
}

.index-news-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.index-news-box:nth-child(1) {
    padding-right: 10px;
}

.index-news-box:nth-child(2) {
    padding-left: 10px;
}

.news-index-img {
    padding-bottom: 33.333333%;
}

.index-news-img {
    margin-bottom: 25px;
    padding-bottom: 20.833333%;
    overflow: hidden;
}

.index-news-img-xgl {
    display: block;
    width: 100%;
    height: 100%;
}

.index-news-li {
    margin-bottom: 25px;
}

.index-li-title {
    color: #9fa0a0;
}

.index-li-title a {
    color: #9fa0a0;
    font-size: 21px;
    line-height: 30px;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-li-text {
    font-size: 12px;
    color: #9fa0a0;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.index-li-keywords {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 1px dotted #9fa0a0;
    /*margin-bottom: 10px;*/
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #9fa0a0;
}

.index-li-keywords .span {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 12%;
    margin-right: 4.667%;
    color: #9fa0a0;
}

.index-li-keywords .span:before {
    content: '·';
    margin-right: 4px;
}

.xiao_guo_liang {
    display: inline-block;
    vertical-align: top;
    max-width: -webkit-calc(50vw - 300px);
    max-width: calc(50vw - 300px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_prev .xiao_guo_liang {
    margin-left: .5em;
}

.case_next .xiao_guo_liang {
    margin-right: .5em;
}

@media screen and (max-width: 1690px) {
    .index-li-keywords {
        font-size: 12px;
    }
}

.index-news-read {
    font-size: 14px;
    color: #9fa0a0;
    line-height: 24px;
    padding: 5px 0;
}

.index-news-read a {
    padding-left: 5px;
    font-size: 14px;
    color: #9fa0a0;
}

.index-new-button {
    padding-top: 10px;
}

.index-new-button a {
    color: #d3d3d4;
    font-size: 14px;
}

.index-news-wrap {
    padding-bottom: 70px;
}

.footer-wrap {
    padding: 80px 0;
    background: #000000;
}

.footer-list {
    font-size: 0;
}

.footer-left {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 35%;
    padding-right: 40px;
}

.footer-right {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.footer-ewm {
    width: 133px;
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}

.footer-title {
    line-height: 32px;
    font-size: 16px;
    color: #9fa0a0;
    text-align: center;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.footer-title a {
    color: #9fa0a0;
}

.footer-border {
    background: #4d4d4d;
    height: 1px;
}

.footer-contact {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-right: 20px;
}

.footer-seo {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-right: 20px;
}

.footer-nav {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.footer-contact-read {
    font-size: 16px;
    line-height: 30px;
    color: #9fa0a0;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.footer-contact-title {
    font-size: 16px;
    line-height: 30px;
    color: #9fa0a0;
    font-weight: bold;
}

.footer-span {
    font-size: 16px;
    line-height: 30px;
    color: #9fa0a0;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.footer-span a {
    color: #9fa0a0;
}

.footer-bq {
    color: #9fa0a0;
    font-size: 12px;
    line-height: 24px;
}

.footer-bq span {
    font-weight: bold;
}

.footer-bq a {
    color: #9fa0a0;
}

.footer-link {
    color: #9fa0a0;
    font-size: 12px;
}

.footer-link a {
    color: #9fa0a0;
    padding-left: 10px;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.pt50 {
    padding-top: 50px;
}

.case-index-nav {
    width: 80%;
    display: inline-block;
    line-height: 72px;
    font-size: 12px;
    color: #9fa0a0;
    text-align: right;
    vertical-align: top;
}

.case-index-nav a {
    color: #9fa0a0;
}

.banner-service_rel {
    position: relative;
}

.banner-service_rel .page-info {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 32px;
    color: #fefefe;
}

.banner-service_rel .page-info-t {
    margin-bottom: 30px;
}

.banner-service_rel .page-info-t .p1, .banner-service_rel .page-info-t .p2, .banner-service_rel .page-info-b .strong {
    font-weight: bold;
}

.banner-service_rel .page-info-t .p3, .banner-service_rel .page-info-b {
    font-family: simsun, sans-serif;
}

.banner-service_rel .page-info-b .strong, .banner-service_rel .page-info-t .strong {
    font-family: "MicroSoft Yahei", sans-serif;
    font-weight: bold;
}

.service-text {
    text-align: center;
    padding: 50px 0 70px 0;
}

.service-title {
    font-size: 40px;
    color: #9fa0a0;
}

.service-title span {
    font-weight: bold;
    color: #69009b;
}

.service-title strong {
    color: #000000;
}

.service-read {
    font-size: 30px;
    line-height: 40px;
    color: #9fa0a0;
    padding-top: 20px;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.service-about {
    padding-top: 80px;
    padding-bottom: 95px;
    border-bottom: 1px solid #7f7f7f;
}

.service-about-tit {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #9fa0a0;
    padding-bottom: 36px;
}

.service-about-con {
    margin: 0 auto;
}

.service-about-con .chd {
    float: left;
}

.service-about-con .chd .inf-wrap {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    color: #000;
}

.service-about-con .chd .inf-wrap2 {
    font-size: 16px;
    line-height: 24px;
    color: #221815;
}

.service-about-con:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.service-about-con::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

@media screen and (min-width: 1640px) {
    .service-about-con {
        width: 1460px;
    }

    .service-about-con .chd {
        width: 370px;
    }

    .service-about-con .chd2 {
        margin-left: 175px;
        margin-right: 175px;
    }

    .service-about-con .chd1 .img-wrap img {
        width: 160px;
    }

    .service-about-con .chd2 .img-wrap img {
        width: 160px;
    }

    .service-about-con .chd3 .img-wrap img {
        width: 160px;
    }

}

@media screen and (max-width: 1639px) and (min-width: 1400px) {
    .service-about-con {
        width: 1220px;
    }

    .service-about-con .chd {
        width: 310px;
    }

    .service-about-con .chd2 {
        margin-left: 145px;
        margin-right: 145px;
    }

    .service-about-con .chd1 .img-wrap img {
        width: 134px;
    }

    .service-about-con .chd2 .img-wrap img {
        width: 134px;
    }

    .service-about-con .chd3 .img-wrap img {
        width: 134px;
    }

    .service-about-tit {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .service-about-con {
        width: 1080px;
    }

    .service-about-con .chd {
        width: 274px;
    }

    .service-about-con .chd2 {
        margin-left: 129px;
        margin-right: 129px;
    }

    .service-about-con .chd1 .img-wrap img {
        width: 119px;
    }

    .service-about-con .chd2 .img-wrap img {
        width: 119px;
    }

    .service-about-con .chd3 .img-wrap img {
        width: 119px;
    }

    .service-about-tit {
        font-size: 26px;
        line-height: 32px;
    }
}

.service-list-title {
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 14px;
    position: relative;
}

.service-list-title:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #69009b;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-left-box {
    font-size: 0;
    position: relative;
    padding-right: 50%;
}

.service-right-box {
    font-size: 0;
    position: relative;
    padding-left: 50%;
}

.service-list-wrap-ser2 {
    padding-top: 96px;
    padding-bottom: 46px;
    border-bottom: 1px solid #7f7f7f;
}

.service-list-myinfos {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #9fa0a0;
    margin-bottom: 16px;
}

.service-list-myinfos strong {
    font-weight: bold;
    color: #000;
}

.service-list-myinfos font {
    font-weight: bold;
    color: #69009b;
}

.service-list-ul:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.service-list-ul::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

@media screen and (min-width: 1200px) {
    .service-list-li {
        float: left;
        width: 33.333333%;
        margin-bottom: 50px;
    }
}

.service-li-img {
    padding-bottom: 57.291%;
}

.service-right-text {
    padding-top: 30px;
}

.service-box-title {
    padding: 0 18.75%;
    font-size: 30px;
    line-height: 40px;
    color: #69009b;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}

.service-box-text {
    padding: 0 18.75% 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #221815;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.service-box-read {
    padding: 0 18.75%;
    font-size: 16px;
    line-height: 24px;
    color: #221815;
    font-weight: bold;
    text-align: center;
}

.service-list-wrap-ser3 {
    padding-top: 96px;
    padding-bottom: 46px;
    border-bottom: 1px solid #7f7f7f;
}

.service-ser3-con {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    color: #9fa0a0;
    margin-bottom: 72px;
}

.service-ser3-img-wrap img {
    display: block;
    width: 100%;
}

.service-case-title {
    font-size: 28px;
    color: #9fa0a0;
    text-align: center;
    line-height: 50px;
    padding: 40px 0 20px 0;
}

.case-news-li .case-index-img img, .case-index-max .case-index-img img, .case-index-li .case-index-img img, .index-news-img img, .news-list-li img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.case-news-li:hover .case-index-img img, .case-index-max:hover .case-index-img img, .case-index-li:hover .case-index-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    /*    -webkit-filter: blur(5px);
        filter: blur(5px); */
}

.index-news-li:hover .index-news-img img, .news-list-li:hover .news-list-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.index-news-li .index-li-title a {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-news-li:hover .index-li-title a {
    color: #000;
}

.index-news-li .index-news-read a {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-news-li:hover .index-news-read a {
    color: #000;
}

.index-news-li .index-news-read {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-news-li:hover .index-news-read {
    color: #000;
}

.index-new-button a {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index-new-button:hover a {
    color: #000;
}

.news-list-wrap {

}

.news-list-box {
    padding-bottom: 80px;
}

.news-list-ul {
    font-size: 0;
}

.news-list-li {
    width: 32.83333%;
    margin-right: .75%;
    display: inline-block;
    vertical-align: top;
}

.news-list-li:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.news-list-li:nth-child(3n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.news-list-li:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.news-list-img a {
    display: block;
    padding-bottom: 33.333333%;
}

.news-list-read {
    padding: 25px 15% 30px 15%;
}

.news-list-title {
    font-size: 24px;
    line-height: 32px;
    height: 32px;
    color: #000000;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.news-list-text {
    font-size: 16px;
    color: #898989;
    line-height: 36px;
    height: 36px;
}

.news-list-time {
    color: #000000;
    font-size: 16px;
    vertical-align: top;
    line-height: 22px;
    height: 44px;
}

.news-list-span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
}

.news-list-span span {
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.page-lable-wrap2 {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap2 a {
    font-size: 20px;
    padding: 0 8px;
    color: #898989;
}

.page-lable-wrap2 span {
    font-size: 20px;
    padding: 0 8px;
    color: #000000;
    font-weight: bold;
}

.contact-box {
    text-align: center;
    padding: 5px 0 0 0;
}

.contact-logo {
    width: 279px;
    margin: 90px auto 0;
}

.contact-title {
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
}

.contact-text {
    font-size: 24px;
    color: #9fa0a0;
}

.contact-list {
    padding: 10px 0 0 0;
}

.contact-dz {
    padding: 10px 0;
    line-height: 22px;
    font-size: 16px;
    color: #221815;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.contact-tel {
    font-size: 30px;
    font-weight: bold;
    color: #221815;
    margin-bottom: 35px;
}

.contact-qq {
    font-size: 30px;
    font-weight: bold;
    color: #221815;
    margin-bottom: 35px;
}

.contact-ewm {
    width: 148px;
    margin: 0 auto;
}

.contact-vx {
    font-size: 20px;
    font-weight: bold;
    color: #221815;
    margin: 10px 0 35px 0;
}

.contact-mail a {
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    color: #221815;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.contact-qk {
    padding: 20px 0 40px 0;
}

.contact-qk a {
    display: inline-block;
}

.contact-link {
    font-size: 16px;
    color: #221815;
    font-weight: bold;
}

.contact-one {
    font-size: 36px;
    color: #221815;
    font-weight: bold;
}

.contact-wz {
    font-size: 17px;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.union-ul {
    font-size: 0;
    text-align: left;
    /*padding-bottom: 50px;*/
    padding-bottom: 1px;
}

.union-title {
    font-size: 40px;
    padding: 25px 0;
    color: #010101;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.union-li {
    width: 33.33%;
    display: inline-block;
    /*vertical-align: top;*/
    position: relative;
}

.union-li:hover .union-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.union-li .union-img img {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.union-li:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.union-li:nth-child(3n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.union-li:nth-child(3n) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.union-img {
    padding-bottom: 56.25%;
}

.union-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 50px;
}

.union-top {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
}

.union-read {
    font-size: 40px;
    color: #fff;
    z-index: 9;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.union-tail {
    padding: 30px 0 150px;
    color: #000;
    font-family: "微软雅黑 Light", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
}

.union-tail p {
    font-size: 28px;
    line-height: 45px;
}

.case-read-box {
    padding: 0 20px;
}

.case-read-show-cases-logo-wrap-wrap {
    display: table;
    width: 100%;
    font-size: 0;
    position: relative;
}

.case-read-show-cases-logo-wrap {
    display: table-row;
    width: 100%;
}

.case-read-box-child {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.case-read-box-child-left {
    text-align: center;
}

.case-read-box-child-left .img-wrap {
    width: 90%;
    display: inline-block;
}

.case-read-box-child-left .img-wrap img {
    display: block;
    max-width: 100%;
    max-height: 45vw;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.case-read-box-child-right .text-wrap {
    padding: 8% 0;
    color: #000;
}

.case-read-box-child-right .text-wrap h1, .case-read-box-child-right .text-wrap h2, .case-read-box-child-right .text-wrap h3, .case-read-box-child-right .text-wrap h4, .case-read-box-child-right .text-wrap h5, .case-read-box-child-right .text-wrap h6 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 12px;
    font-weight: normal;
    color: #000;
}

.case-read-box-child-right article {
    font-size: 14px;
    line-height: 30px;
    min-height: 180px;
}

.case-read-text {
    font-size: 0;
    position: relative;
}

.case-read-left {
    display: inline-block;
    width: 36%;
    vertical-align: top;
}

.case-read-right {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    padding-left: 100px;
}

.case-text-box {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 180px;
    overflow: hidden;
}

.case-read-img {
    padding-bottom: 56.25%;
}

.case-read-bjq {
    font-size: 16px;
    color: #9fa0a0;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.case-read-bjq img {
    max-width: 100%;
    padding: 15px 0;
    width: auto;
    display: inline;
}

.case-read-list {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin: 30px 0 10px 0;
}

.news-read-list {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin: 10px 0 10px 0;
}

.case_prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.case-read-list a, .news-read-list a {
    display: inline-block;
    color: #9fa0a0;
    line-height: 30px;
}

.case_next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.case-read-title {
    font-size: 28px;
    color: #9fa0a0;
    text-align: center;
    line-height: 50px;
    padding: 40px 0 20px 0;
}

.news-read-lable {
    font-size: 14px;
    color: #221815;
    line-height: 24px;
}

.news-read-title {
    font-size: 36px;
    line-height: 40px;
    color: #221815;
    padding: 25px 0 45px 0;
    text-align: center;
}

.news-read-bjq {
    font-size: 16px;
    line-height: 30px;
    color: #221815;
    padding-bottom: 20px;
    text-align: center;
}

.news-read-bjq img {
    width: auto;
    max-width: 100%;
    padding: 15px 0;
    display: inline;
}

.textBackLeft {
    position: relative;
    overflow: hidden;
}

.textBackLeft:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 50%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 50%);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1) 50%);
    z-index: 999;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.FadeTextLeft:before {
    -webkit-animation: FadeTextLeft 2s forwards cubic-bezier(.77, 0, .175, 1);
    animation: FadeTextLeft 2s forwards cubic-bezier(.77, 0, .175, 1);
}

@keyframes FadeTextLeft {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}

@-webkit-keyframes FadeTextLeft {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
    }
}

.news-read-time {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #000;
}

@media screen and (min-width: 1200px) {
    .tree_pos_info_show_news {
        padding-left: 108px;
    }

    .news-read-my-wrap:after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
    }

    .news-read-my-wrap::after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
    }

    .news-read-my-tit {
        float: left;
        width: 380px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 108px;
        margin-right: 160px;
        padding-bottom: 20px;
        text-align: left;

    }

    .news-read-title {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        text-align: left;
    }

    .news-read-time {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .news-read-bjq {
        display: block;
        overflow: hidden;
        padding-top: 25px;
    }
}
