@charset "utf-8";

/**
 * Company stylesheet file
 * @author: Dai Zhen <daizhen0720@163.com>
 * @scene: 
 * @copyright: null
 */

/* ================================================================================= */
/* personal style */
/* ================================================================================= */

.hfive {
    display: none;
}
.common_width {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1660px;
    width: 1500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 通用头部 */
.page_top {
    width: 100%;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 1em;
    height: 5.8em;
    line-height: 4em;
}

.page_top_fix {
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 9999;
    background: rgba(255, 255, 255, .4);
}

.page_top_fix.bg-white {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(51, 51, 51, .2);
}

.page_top .page_top_com {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* 轮播图 */

.page_top+.module_banner {
    margin-top: -5.8em;
}

.module_banner {
    height: 48.75vw;
    min-height: 250px;
}

.module_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.module_banner .swiper-pagination-bullet {
    width: 70px;
    height: 2px;
    background-color: #FFF;
    opacity: .7;
    border-radius: 1px;
}

.module_banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.module_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.module_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.module_banner .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 38px;
}

.module_banner .banner {
    display: block;
    height: 100%;
    background-color: #EEE;
    background-position: center center;
    background-size: cover;
}

.module_banner .swiper-button-next.swiper-button-white,
.module_banner .swiper-button-prev.swiper-button-white {
    display: none;
}

/* Nav list */
.list_nav {
    position: relative;
    flex: auto;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}

.list_nav li {
    display: inline-block;
    vertical-align: top;
}

/* 小于1280px的自适应样式 */
@media screen and (max-width: 1280px) {
    .common_width {
        width: 1000px;
    }
}

/* 小于1000px的自适应样式 */
@media screen and (max-width: 1080px) {
    .common_width {
        width: 800px;
    }
}

/* 大于880px的PC站 hover 鼠标悬停事件 避免与H5的点击事件冲突 */
@media screen and (min-width: 880px) {

    .list_nav .lv1.active,
    .list_nav .lv1:hover {
        border-bottom: 4px solid #F38724;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .content_3 li:hover {
        transform: scale(1.1);
        transition: all ease-out 0.3s;
    }

    .content_8 ul li:hover {
        border-color: #F38724;
    }

    .content_8 ul li:hover .img img {
        transition: all 1s;
        transform: scale(1.1);
    }
}



@media screen and (max-width: 1366px) {
    .common_width {
        width: 1280px;
    }
}

@media screen and (max-width: 1790px) {
    .common_width {
        width: 100%;
        padding: 0 3.75em;
    }

    .global-inner {
        width: 100%;
        padding: 0 4.75em;
    }
}

.logo {
    padding-left: 1em;
    flex: 1;
    white-space: nowrap;
}

.head-logo {
    display: block;
    position: relative;
    z-index: 20;
    float: left;
}

.head-logo img {
    height: 3em;
    display: block;
    position: relative;
}

@media screen and (max-width: 1366px) {
    .logo {
        padding-left: 0;
    }
}


@media screen and (max-width: 1366px) {
    .head-navlist .lv1 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

@media screen and (max-width: 1500px) {
    .head-navlist .lv1 {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

.firstFont {
    padding: 0 1.25em;
}

.bg-white .list_nav .lv1 {
    color: #333;
}

.list_nav .lv1 {
    display: block;
    position: relative;
    padding: 0.75em 1.25em;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 0.3em solid transparent;
}

.list_nav .lv1 a {
    font-size: 18px;
    display: block;
}


/* 底部 */
.page_foot {
    width: 100%;
    color: #fff;
    position: relative;
    font-size: 1em;
    height: 30em;
    background: #222;
    background-size: cover;
    z-index: 1;
    padding: 3.3rem 0 3.65rem;
    font-size: 14px;
    line-height: 1.43em;
    color: #fff;

}

.global-inner {
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    height: 100%;
}

.foot_box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
    margin: 0 auto;
    overflow: visible;
}

.foot_box section {
    height: 100%;
}

.foot_logo,
.telephone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
}

.foot_box .telephone {
    padding-top: 1em;
    flex-direction: column;
}

.telephone h2,
.telephone h6 {
    width: 190px;
    float: left;
    line-height: 30px;
}

.er_code {
    padding: 20px 0 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.er_code .text {
    margin-top: 10px;
    color: #ccc;
}

.footer_wrap {
    height: 100%;
}

.telephone h6 {
    display: block;
    font-size: 12px;
    font-weight: 200;
}

.col-auto {
    flex: auto;
}

.col-md-13 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    text-align: center;
}

.col-md-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-75 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer_link_wrap>ul {
    width: 100%;
    height: 100%;
    display: flex;
    padding-top: 3em;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
}

.list_foot {
    margin-top: 1em;
}

.list_foot li {
    line-height: 2.5em;
    color: #ccc;
}

.foot_bottom {
    position: absolute;
    bottom: 0;
    padding: 4px 0;
    width: 100%;
    line-height: 2em;
    border-top: 1px solid #333;
}

.cr {}

.cr .other {
    position: absolute;
    right: 0;
    width: 30em;
    height: 100%;
    bottom: 0;

}

.cr_title {
    width: 30em;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.other ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

/* 内容部分 */
.page_content {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 1em;
}

.showTab {
    min-width: 320px;
    /* height: 300px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.showTab ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.showTab ul .showTab_i {
    width: 100%;
    position: relative;
    display: flex;
    padding: 10px 2em;
    box-sizing: border-box;
    justify-content: space-between;
}

.showTab_i .left {
    position: relative;
    display: flex;
}

.showTab_i .idx {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #333;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.showTab_i .idx.icon {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showTab_i .idx.icon img{
    width: 60%;
    height: 60%;
}

.showTab_i.active {
    background: #ECECEC;
}

.showTab_i.active .idx {
    background: #FC9B42;
}
.showTab_i.active .idx.nums {
    opacity: 0;
}
.showTab_i.active .idx.icon {
    opacity: 1;
    transition: all 0.3s ease;
    transform: scale(1.4);
}
.showTab_i .text {
    margin-left: 60px;
}


.showTab_i .text h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}

.showTab_i .text p {
    color: #aaa;
    margin-top: 5px;
    font-size: 14px;
}

.showTab_i .more {
    padding-top: 20px;
    color: #aaa;
    font-size: 14px;
}

.showTab_right {
    flex: auto;
    height: 432px;
    width: 0;
    overflow: hidden;
}

.showTab_right .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;

}

.showTab_right .swiper-slide img {
    height: 100%;
    width: 100%;
}

.content_1 {
    display: flex;
    flex-direction: row;
}

.serve_center.content_8_wrap {
    padding: 40px 0;
    height: unset;
}

.serve_center .content_2 {
    padding-bottom: 50px;
}

.serve_center .content_8 ul li section .p_content {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    margin-bottom: 10px;
}

.content_2 h1 {
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    margin-top: 50px;
}

.content_2 h3 {
    margin-top: 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: #333;
}

.content_3 {
    margin-top: 2em;
    padding-bottom: 0px;
}

.content_3 ul {
    padding-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content_3 li {
    position: relative;
    transform: scale(1);
    transition: all 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.content_3 li+li {
    margin-left: 20px;
}

.content_3 img {
    width: 100%;
    height: 100%;
	border-radius: 10px;
}

.content_4_wrap {
    padding: 30px 0 40px;
    background: #F1F1F1;
}

.content_4 {
    padding: 0 18%;
}

.content_4 .content {
    display: flex;
    justify-content: space-around;
}


.content_4 .jieshao {
    padding-top: 10px;
    font-weight: bold;
}

.content_4 .wzms {
    flex: 0 0 50%;
    padding: 2rem 0 1rem;
    box-sizing: border-box;
}

.content_4 .tpms {
    flex: 0 0 50%;
    width: 100%;
}

.content_4 .tpms img {
    display: block;
    width: 120%;
}

.col-md-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.content_4 p {
    padding-top: 20px;
    width: 96%;
    line-height: 1.6;
    color: #888;
    font-size: 1em;
}

.content_5 {}

.smallTab {
    padding: 2% 18% 0%;
}

.smallTab ul {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    justify-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.smallTab ul li {
    position: relative;
    padding: 1.8em 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #aaa;
    transition: all 0.3s;
    background: #fff;
}

.smallTab ul li.active {
    background: #646464;
    color: #fff;
}

.smallTab ul li .ssj {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #646464;
    top: -8px;
    left: 49.5%;
    transform: rotate(45deg);
    margin-left: -7px;
    opacity: 0;
}

.smallTab ul li.active .ssj {
    opacity: 1;
}

.smallTab ul li+li {
    margin-left: 2px;
}

.smallTab ul li+li::before {
    content: "";
    display: block;
    width: 2px;
    height: 4.8em;
    position: absolute;
    left: -2px;
    top: 2.8em;
    background: #ccc;
}

.smallTab ul li.active::before,
.smallTab ul li.active+li::before {
    display: none;
}

.smallTab ul li .tp_wrap {
    width: 3em;
    height: 3em;
    display: block;
    margin: 1em auto;
    background: url(../img/tujiao_sel.png) no-repeat center center;
    background-size: cover;
}

.smallTab ul li .xhx {
    width: 1.8em;
    height: 3px;
    background: #ccc;
    margin: 1em auto;
}

.smallTab ul li:nth-child(1) .tp_wrap {
    background-image: url(../img/tujiao_sel.png);
}

.smallTab ul li:nth-child(1).active .tp_wrap {
    background-image: url(../img/tujiao.png);
}

.smallTab ul li:nth-child(2) .tp_wrap {
    background-image: url(../img/yatie.png);
}

.smallTab ul li:nth-child(2).active .tp_wrap {
    background-image: url(../img/yatie_sel.png);
}

.smallTab ul li:nth-child(3) .tp_wrap {
    background-image: url(../img/yahe.png);
}

.smallTab ul li:nth-child(3).active .tp_wrap {
    background-image: url(../img/yahe_sel.png);
}

.smallTab ul li:nth-child(4) .tp_wrap {
    background-image: url(../img/wujiaquan.png);
}

.smallTab ul li:nth-child(4).active .tp_wrap {
    background-image: url(../img/wujiaquan_sel.png);
}

.smallTab ul li:nth-child(5) .tp_wrap {
    background-image: url(../img/chujiaquan.png);
}

.smallTab ul li:nth-child(5).active .tp_wrap {
    background-image: url(../img/chujiaquan_sel.png);
}

.smallTab1 {
    padding: 30px 18%;
}

.smallTab1 ul {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    justify-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: none;
}

.smallTab1 ul li {
    position: relative;
    padding: 4em 0 1em;
    display: flex;
    text-align: center;
    justify-items: center;
    color: #aaa;
    flex-direction: column;
}

.smallTab1 ul li .szdx {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    font-size: 2.3em;
    font-weight: bold;
    color: #000;
}

.smallTab1 ul li .szdx span {
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    right: -16px;
}

.smallTab1 ul li:nth-child(4) .szdx span {
    right: -38px;
}

.smallTab1 ul li:nth-child(4) .szdx span i {
    position: relative;
    top: -3px;
    font-size: 0.7em;
    font-style: normal;
}


.smallTab1 ul li .wzbt {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #888;
	font-size: 1.1rem;
}

.smallTab1 ul li .wzbt1 {
    color: #888;
	font-size: 1.1rem;
}

.content_7_wrap {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover;
}

.content_7 {
    padding: 3% 0% 0% 15%;
    display: flex;
}

.content_7 .conTitle {
    color: #fff;
}

.content_7 .sfhx {
    width: 3em;
    height: 2px;
    background: #FC9B42;
    margin-bottom: 1em;
}

.conTitle section {
    width: 30em;
}

.conTitle h2,
.conTitle h3,
.conTitle h4 {
    font-weight: 400;
    line-height: 1.8em;
}

.conTitle .subyy {
    font-size: 14px;
    color: #ccc;
}

.conTitle .wznr {
    margin-top: 1em;
    font-size: 16px;
    text-align: justify;
    text-indent: 2rem;
    line-height: 2rem;
}

.conTitle .ckgd {
    display: block;
    width: 7em;
    background: #FC9B42;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    margin-top: 3em;
    border-radius: 3px;
    line-height: 1.4;
}

.content_7 aside {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
    justify-content: space-around;
}

.content_7 aside .yl1 {
    width: 15em;
    height: 22em;
}

.content_7 aside .yl2 {
    width: 13em;
    height: 22em;
}

.content_8_wrap {
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    background-color: #FFFFFF;
}

.content_8_wrap .top_bai {
    width: 100%;
    flex: 1;
}

.content_8_wrap .bottom_hui {
    width: 100%;
    flex: 1;
    background-color: #F1F1F1;
}

.content_8_wrap .content_8_out {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content_8 {
    padding: 0 8em;
}

.content_8 .zz_title {
    text-align: center;
    margin: 0 auto 2.1em;
}

.content_8 .zz_title h2,
.content_8 .zz_title h4 {
    font-weight: 400;
}

.content_8 .zz_title h2 {
    font-size: 1.6em;
    padding-top: 2.2em;
}

.content_8 .zz_title h4 {
    font-size: 14px;
    margin-top: 0.6em;
    text-align: center;
}

.content_8 ul {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.content_8 ul li {
    display: flex;
    flex-direction: column;
    background: #fff;
    flex: 0 0 31%;
    width: 0;
    /* height: 100%; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #fff;
    transition: all 0.3s;
}

.content_8 ul li a {
    display: flex;
    flex-direction: column;
}

.content_8 ul li:nth-child(3n-1),
.content_8 ul li:nth-child(3n) {
    margin-left: 3.5%;
}

.content_8 ul li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14vw;
    max-height: 220px;
    overflow: hidden;
}

.content_8 ul li .icon {
    margin: 0 auto;
    width: 6vw;
    height: 6vw;
}

.content_8 ul li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.content_8 ul li section {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    height: 168px;
}

.content_8 ul.serve_center_list li section {
    padding-top: 2em;
    height: unset;
}

.content_8 ul li section .rq {
    color: #ccc;
    font-weight: 400;
}

.content_8 ul li section .p_title {
    font-size: 18px;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
}

.content_8 ul.serve_center_list li section .p_title {
    text-align: center;
}

.content_8 ul li section .p_content {
    font-size: 12px;
    color: #999;
    margin: 10px 0 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
}

.page_title {
    padding: 1.5em 0;
}

.page_title span {
    color: #F38724;
    font-size: 1.3em;
}

.page_title div {
    margin-left: 2em;
    float: right;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 2em;
    text-align: center;
    line-height: 2em;
    color: #f38724;
    cursor: pointer;
}

/* news-start */
.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.head_main {
    text-align: center;
}

.head-xian {
    width: 82px;
    height: 1px;
    background: #ffe600;
    margin: 78px auto 0;
}

.head_main h2 {
    font-size: 2.4em;
    margin: 9px 0 30px;
}

.head_main h3 {
    font-size: 1.5em;
}

.pur-seach {
    overflow: hidden;
    width: 694px;
    margin: 40px auto;
}

.page-news .seach-div {
    margin-bottom: 0 !important;
}

.page-purchase .seach-div {
    border: 1px solid #dcdcdc;
}

.seach-div {
    background: #fff;
    width: 500px;
    float: left;
    line-height: 41px;
    height: 45px;
    border-radius: 35px;
    margin-bottom: 80px;
}

.page-purchase .seach-div input {
    height: 40px;
    width: 70%;
}

.seach-div input {
    margin-left: 33px;
    width: 69%;
}

.page-purchase .btn-par {
    background: #f38724;
    border: 1px solid transparent;
}

.btn-par {
    width: 160px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 35px;
    margin-left: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.btn-par {
    float: left;
}

.page-purchase .btn-par a {
    color: #fff;
    font-size: 16px;
}

.btn-par a {
    font-size: 16px;
    display: block;
    color: #fff;
}

.pc-work-list {
    min-height: 300px;
}

.inside-inner {
    /* width: 1600px; */
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.inside-inner:before,
.inside-inner:after {
    content: '';
    display: table;
    clear: both;
}

.main-box.product-box .inside-inner {
    width: 1600px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.par-list2 .border-par {
    padding: 40px 0;
    border-bottom: 1px solid #dcdcdc;
}

.par-list2 .border-par {
    display: table;
}

.border-par {
    width: 100%;
}

.par-list2-time {
    width: 65px;
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
}

.par-list2-time p {
    font-size: 24px;
    color: #f38724;
    font-family: arial;
    font-weight: bold;
}

.par-list2-time p+p {
    font-size: 18px;
    color: #999;
    font-weight: 400;
    margin-top: 10px;
}

.par-list2-text {
    padding: 20px 155px 0 145px;
}

.par-list2-text {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px;
}

.par-list2-text1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 50px;
}

.par-list2-text2 {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.par-list2-text3 .par-more {
    margin-top: 45px;
    width: 160px;
}

.par-more {
    margin-top: 53px;
    font-size: 14px;
    color: #f38724;
    width: 280px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f38724;
    border-radius: 35px;
    text-align: center;
}

.par-list2-img {
    float: right;
    width: 500px;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.par-list2-img {
    float: right;
}

.global-page {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-family: "Arial";
    margin: 48px auto;
}

.animated {
    animation-delay: .1s;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.global-page a.disabled {
    opacity: .2;
    cursor: default;
}

.global-page .go-start {
    background-image: url(../img/page-start.png);
}

.global-page a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 30px;
    color: #8b8b8b;
    background: no-repeat center center;
    background-size: 16px;
}

.disabled {
    color: #999 !important;
}

.global-page .go-prev {
    background-image: url(../img/page-prev.png);
}

.global-page a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 30px;
    color: #8b8b8b;
    background: no-repeat center center;
    background-size: 16px;
}

.global-page span {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    font-size: 16px;
}

.global-page .now {
    color: #f38724;
}

.global-page span i {
    font-style: normal;
    margin: 0 3px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.global-page .go-next {
    background-image: url(../img/page-next.png);
}

.global-page .go-end {
    background-image: url(../img/page-end.png);
}

/* news-end */

/* news-detail-start */
.page-activity2 .main-box {
    padding-bottom: 100px;
}

.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.page-newsDet .work {
    padding: 20px 0 40px;
    overflow: hidden;
}

.page-activity2 .work {
    /* padding: 130px 0 10px; */
}

.work {
    padding-top: 80px;
}

.animated {
    animation-delay: .1s;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.page-newsDet .back-w {
    float: left;
}

.btn-bwhite:hover {
    color: #fff !important;
    border-color: #f38724;
}

.back-w {
    width: 160px;
    line-height: 38px;
    height: 40px;
    border: 1px solid #999999;
    float: right;
    text-align: center;
    font-size: 14px;
    border-radius: 35px;
}

.back-btns {
    width: 160px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    display: block;
    position: relative;
    color: #999;
    background: #fff;
    overflow: hidden;
    border: solid 1px #999;
    text-align: center;
    cursor: pointer;
    font-family: "SourceHanSansCN-Regular";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.back-btns .fa {
    margin: -3px 18px 0 0;
}

.fa {
    line-height: inherit;
    font-size: 1em;
    vertical-align: middle;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newsDet-main {
    font-size: 1.8em;
    text-align: center;
}

.animated {
    animation-delay: .1s;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.news-time {
    font-size: 1rem;
    font-family: 'Arial';
    margin: 30px 0;
}

.news-time span {
    margin-right: 2rem;
}

.newsDet-txt {
    font-size: 16px;
    min-height: 400px;
    line-height: 33px;
    /* padding: 48px 200px 90px; */
    text-align: left;
    /*border-top: 1px solid #e6e6e6;*/
    padding-top: 2rem;
}

.newsDet-txt img {
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
}

.news-page-list {
    line-height: 74px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.news-page-list b {
    color: #666;
    font-weight: 400;
}

.news-page-list img {
    margin: 0 30px;
}

/* news-detail-end */

/* product-center-start */

.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.prdt-lv2list {
    width: 100%;
    height: 134px;
    display: table;
    border-bottom: solid 1px #ddd;
    overflow: visible;
    font-size: 14px;
    line-height: 1em;
    color: #999;
    position: relative;
    text-align: center;
}

.prdt-lv2list li.current {
    color: #f38724;
}

.prdt-lv2list li {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.prdt-lv2list a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
}

.prdt-lv2list .icon {
    width: 48px;
    display: block;
    margin: 0 auto 10px;
}

.prdt-lv2list li.current .icon .icon1 {
    display: none;
}

.prdt-lv2list .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.prdt-lv2list li.current .icon .icon2 {
    display: block;
}

.prdt-layout {
    width: 100%;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.prdt-aside {
    padding: 30px 45px;
}

.prdt-aside .aside-tit {
    font-size: 24px;
    line-height: 60px;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 5px;
}

.prdt-classlist {
    display: flex;
    /* justify-content: space-around; */
}

.prdt-classitem {
    text-align: center;
}

.prdt-classitem .classtit {
    margin-right: 20px;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 42px;
    padding: 0 35px;
    transition: all .3s;
    border-radius: 6px;
    border: 1px solid #fff;
    cursor: pointer;
}

.prdt-classitem:hover .classtit {
    /* background-color: rgba(243, 135, 36, .4); */
    border-color: #F38724;
    color: #F38724;
}

.prdt-classitem.active .classtit {
    background-color: #F38724;
    border-color: #F38724;
    color: #fff;
}

.prdt-classitem .classlist li {
    margin-bottom: 1em;
    padding: 0 80px 0 35px;
    position: relative;
}

.prdt-classitem .classlist li.current {
    color: #f38724;
}


.prdt-classitem .classlist li.current .num {
    color: #f38724;
}

.prdt-classitem .classlist .num {
    color: #999;
    font-family: "Arial";
    margin-left: 5px;
    font-weight: bold;
}

.prdt-body {
    flex: 1;
    -webkit-flex: 1;
}

.prdt-content {
    width: 100%;
    padding: 30px;
    background-color: #f4f4f4;
    min-height: 990px;
    overflow: hidden;
}

.prdt-crumb {
    width: 100%;
    overflow: hidden;
    font-size: 0.17rem;
    line-height: 2.64rem;
}

.prdt-crumb>a {
    float: left;
}

.prdt-crumb>a:after {
    content: '>';
    margin: 0 4px;
}

.prdt-crumb>a:last-child,
.prdt-crumb>a.last {
    color: #f38724;
}

.prdt-list {
    min-height: 500px;
    overflow: hidden;
    margin: 0 -15px -30px;
}

.prdt-list li {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.prdt-list .item-inner {
    width: 100%;
    display: block;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    transition: all .4s ease-out;
}

.prdt-list .item-imgs {
    width: 100%;
    height: 12.5vw;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    position: relative;
}

.prdt-list .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: contain;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.prdt-list .item-bd {
    padding: 23px 30px 38px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-break: break-all;
}

.prdt-list .item-tit {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 1em;
    color: #333;
}

.prdt-list .item-level {
    margin-bottom: 12px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prdt-list .item-gg {
    height: 24px;
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prdt-list .item-more {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 32px;
    border-radius: 20px;
    transition: all .4s ease-out;
}

.btn-bwhite {
    display: block;
    position: relative;
    color: #f38724;
    background: #fff;
    overflow: hidden;
    border: 1px solid #f38724;
    text-align: center;
    cursor: pointer;
    transition: left .4s ease-out;
    font-family: "SourceHanSansCN-Regular";
}

.btn-bwhite span {
    display: block;
    position: relative;
    z-index: 2;
}

/* product-center-end */

/* project-example-start */
.bg-white {
    background: #fff;
}

.main .bg-white {
    overflow: hidden;
}

.ablock-1 {
    text-align: center;
}

.bg-block {
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}

.ablock-1 .cur {
    left: 0;
    width: 100%;
    top: 174px;
}

.ablock-1 .cur img {
    width: 100%;
}

.ablock-1 .cur:nth-child(1) {
    top: 0;
}

.ablock-1 .cur:nth-child(2) {
    top: 224px;
}

.ablock-1 .cur:nth-child(3) {
    top: 456px;
}

.animte_items {
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    -khtml-opacity: 0.01;
    opacity: 0.01;
}

.text_center {
    text-align: center;
}

.poject-list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}

.poject-list .item {
    flex: 0 0 49%;
    display: flex;
    flex-direction: row;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(55, 55, 55, .1);
}

.poject-list .item:hover {
    box-shadow: 0 0 7px rgba(55, 55, 55, .2);
}

.poject-list .item .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease;
}

.poject-list .item:hover .img img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.poject-list .item:nth-child(2n) {
    margin-left: 2%;
}

.poject-list .item .text {
    flex: 0 0 50%;
    width: 0;
}

.poject-list .item .text .tw {
    padding: 0 15px 0 0;
    font-size: 12px;
    font-weight: normal;
    box-sizing: border-box;
    text-align: justify;
}

.poject-list .item .t1 {
    color: #bbb;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.5rem;
}

.poject-list .item .t2 {
    color: #333;
    font-size: 18px;
    padding: 4px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.poject-list .item .t3 {
    color: #666;
    line-height: 22px;
    height: 110px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 1rem;
}

.poject-list .item .img {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
}

.index-load-more {
    height: 49px;
    position: relative;
    margin: 40px 0 80px;
    width: 100%;
    float: left;
}

.index-load-more .line {
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background: #e6e6e6;
    position: absolute;
}

.index-load-more .more {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    /* background: #f5f5f5; */
    height: 55px;
    color: #999;
}

.index-load-more .more .icon-more {
    width: 30px;
    height: 30px;
    background: url(../img/icon_more.png) no-repeat;
    display: block;
    margin: 0 auto 5px;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

/* project-example-end */

.dingzhi-yy-block {
    min-width: 1200px;
}

.dingzhi-yy-block {
    height: 680px;
    background: url(../img/i2_1.jpg) center center no-repeat;
}

.dleft-wrap {
    padding-top: 241px;
    padding-left: 137px;
}

.dleft-wrap .dinput {
    width: 358px;
    height: 46px;
    border: 1px solid #d8d8d8;
    background: #fff;
    font-size: 16px;
    padding: 0 10px;
    float: left;
    clear: both;
    margin-bottom: 17px;
}

.cls {
    clear: both;
    line-height: 0px !important;
    height: 0px !important;
    font-size: 0px !important;
}

.dleft-wrap select {
    height: 48px;
    margin-top: 2px;
    width: 145px;
    float: left;
    margin-right: 90px;
    font-size: 16px;
    text-indent: 5px;
    color: #777;
}

.dleft-wrap .btn-yy {
    display: block;
    width: 380px;
    height: 57px;
    background: #ff9000;
    line-height: 57px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 22px;
}

.dingzhi-yy-block .dright {
    position: absolute;
    width: 460px;
    right: 0;
    top: 130px;
}

.dingzhi-yy-block .dright .t1 {
    font-size: 30px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.dingzhi-yy-block .dright .t1 span {
    color: #e60012;
    padding: 0 0px;
}

.dingzhi-yy-block .dright .t2 {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    height: 350px;
    overflow: hidden;
}

.dingzhi-yy-block .dright .t2 li {
    list-style: none;
    font-size: 16px;
}

.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: -11px;
    top: -11px;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

.dot:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: -26px;
    top: -26px;
    width: 62px;
    height: 62px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}

a.btn-dz {
    position: absolute;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #e60012;
    color: #fff;
    font-size: 18px;
    bottom: 79px;
}

.sxy-video {
    background: url(../img/video.jpg) center center no-repeat;
    height: 800px;
    position: relative;
}

.sxy-video * {
    z-index: 12;
}

.jt-play-icon {
    background: url(../img/icon_play.png) no-repeat;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -42px 0 0 -42px;
}

.video-wrap-bg {
    background: #000;
    z-index: 11111110;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
    opacity: 0.5;
}

.dleft-wrap select {
    height: 48px;
    margin-top: 2px;
    width: 145px;
    float: left;
    margin-right: 90px;
    font-size: 16px;
    text-indent: 5px;
    color: #777;
    background-color: #fff;
}

.tpmblock1 {
    height: 708px;
}

.tpmblock2 {
    height: 502px;
}

.tpmblock3 {
    height: 520px;
}

.tpmblock4 {
    height: 540px;
}

.tpmblock5 {
    height: 212px;
}

.tpmblock6 {
    height: 731px;
}

.tpmblock7 {
    height: 670px;
}

/* serve-center-end */

/* cpmpany-profile-start */

.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.about-sect1 {
    width: 100%;
    overflow: hidden;
    padding: 68px 0 70px;
    text-align: center;
}

.sm-inner {
    width: 1360px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.sm-inner:before,
.sm-inner:after {
    content: '';
    display: table;
    clear: both;
}

.about-sect1 .doc1 {
    font-size: .8em;
    line-height: 2em;
}

.about-sect1 .doc2 {
    padding-top: 50px;
    margin-top: 48px;
    font-size: 16px;
    line-height: 2em;
    position: relative;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.about-twSect.sect2,
.about-twSect.sect3 {
    margin-top: 0;
    padding: 1em 3em;
    box-sizing: border-box;
}

.about-twSect {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.about-twSect.reverse .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.about-twSect .row {
    width: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about-twSect .sect-imgs {
    padding: 0;
}

.about-twSect .image {
    width: 100%;
    height: 27em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.about-twSect.reverse .sect-body {
    padding: 0 9vw 0 8.2vw;
}

.about-twSect .sect-body {
    padding: 0 9.6vw 0 5.2vw;
    line-height: 2rem;
}

.about-twSect .t1 {
    color: #f38724;
}

.about-twSect .t1 {
    font-size: 2.4em;
    line-height: 1.25em;
}

.sect2 h4 {
    color: #f38724;
}

.about-twSect .sect-body .doc {
    margin-top: 2em;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.about-twSect.sect3 {
    padding-bottom: 80px;
}

.about-histbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #eef2f5;
    padding: 80px 0 100px;
}

.page-title {
    font-size: 2.4em;
    line-height: 1em;
    margin: 2em;
    text-align: center;
    position: relative;
}

.hist-row {
    width: 1280px;
    max-width: 90%;
    margin: 80px auto 0;
    position: relative;
}

.hist-dataswip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hist-dataswip .swiper-wrapper {
    display: block;
}

.hist-dataswip li.active {
    color: #f38724;
}

.hist-dataswip li {
    padding-right: 26px;
    position: relative;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hist-dataswip a {
    display: block;
    border-bottom: solid 1px #d2d2d2;
    text-align: right;
    padding: 35px 0;
}

.hist-dataswip .year {
    font-size: 36px;
    line-height: 1em;
    height: 1em;
    font-family: "Arial";
    font-weight: bold;
}

.hist-content {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
}

.hist-list.active {
    display: block;
}

.hist-list {
    display: none;
}

.hist-item {
    width: 100%;
    padding-left: 68px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.hist-item .item-inner {
    width: 100%;
    padding: 46px 50px 40px;
    background: #fff;
    position: relative;
}

.hist-item .item-year {
    font-size: 30px;
    line-height: 1em;
    height: 1em;
    color: #f38724;
    font-family: "Arial";
    margin-bottom: 20px;
}

.hist-item .item-bd {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.hist-item .item-bd li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 15px;
}

.hist-item .item-bd li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #f38724;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px;
}

.hist-item .item-bd .doc {
    width: 380px;
    max-width: 100%;
    padding: 20px 0 30px;
}

.hist-item .item-bd .doc img {
    max-width: 100%;
    height: auto !important;
    display: block;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about-twSect.reverse .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row;
}

.about-twSect .row {
    width: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        box-sizing: border-box;
    }
}

.about-sect1 .doc1.qnz p {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1rem;
}

/* company-profile-end */

/* contact-me-start */

.webisite {
    /* margin-top: -4rem; */
    position: relative;
    z-index: 9;
}

.maview {
    margin: 0 auto;
    width: 80%;
    max-width: 1520px;
}

@media (max-width: 1500px) {
    .maview {
        width: 90%;
    }
}

.webisite .box {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.webisite .box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.pgtitle {
    color: #000000;
    font-size: .7rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.webisite .box .left .list .item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    line-height: 1rem;
}

.webisite .box .left .list .item span {
    color: #888888;
    font-size: .46rem;
    margin-right: 0.5rem;
}

.webisite .box .left .list .item p {
    color: #000000;
    font-size: .46rem;
    flex: 1;
    font-family: arial;
}

.lx-icon {
    margin-top: 1rem;
}

.lx-icon span.span1 {
    background-position: 0 0;
    transition: all 0.6s;
}

.lx-icon span {
    cursor: pointer;
    display: inline-block;
    background: url(../images/lx-icon1.png) no-repeat;
    margin-right: 0.5rem;
    width: 72px;
    height: 71px;
    transition: all 0.6s;
}

.lx-icon span.span2 {
    background-position: -90px 0;
    transition: all 0.6s;
}

.lx-icon span.span3 {
    background-position: -180px 0;
    transition: all 0.6s;
}

.webisite .box .left .list .item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
    line-height: 1rem;
}

.webisite .box .right {
    width: 60%;
    background: #ffffff;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.pgtitle {
    color: #000000;
    font-size: .7rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.webisite .box .right .form {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webisite .box .right .form .item .tit {
    color: #888888;
    margin-bottom: 0.2rem;
}

.webisite .box .right .form .item input,
.webisite .box .right .form .item select {
    font-family: arial;
    border-bottom: 1px solid #dddddd;
    font-size: .44rem;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #000000;
}

.webisite .box .right .form .item2 {
    width: 100%;
}

.webisite .box .right .form .item2 textarea {
    border-bottom: 1px solid #dddddd;
    font-size: .44rem;
    width: 100%;
    height: 2.5rem;
    line-height: 1.5rem;
    color: #000000;
}

.webisite .box .right .form .item3 {
    margin: 0.5rem auto 0.5rem;
}

.webisite .box .right .form .item3 .inp {
    display: flex;
}

.webisite .box .right .form .item3 .button {
    background: #e62129;
    color: #ffffff;
    border-radius: 1rem;
    width: 5.5rem;
    margin: 0 auto;
    font-size: .44rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.webisite .box .left {
    width: 40%;
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}


@media (min-width: 1025px) {

    ::-webkit-scrollbar {

        width: 6px;

        height: 6px;

    }



    ::-webkit-scrollbar-track {

        background: #fff;

    }



    ::-webkit-scrollbar-thumb {

        background: #F68B22;

        /*border-radius: 4px;*/

    }



    ::-webkit-scrollbar-thumb:window-inactive {

        background: #F68B22;

    }



    ::-webkit-scrollbar-thumb:vertical:hover {

        background: #F68B22;

    }

    body {
        -ms-overflow-style: scrollbar;
    }

}

.f-cb {
    zoom: 1;
}

.pc-nav {
    float: right;
    font-size: 0;
}

.pc-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 1.25rem;
    position: relative;
}

.pc-nav li:first-child {
    margin-left: 0;
}

.pc-nav .tit {
    display: block;
    height: 2.8rem;
    line-height: 2.8rem;
    color: #fff;
    font-size: 16px;
    transition: all .3s;
}

.pc-nav li .navson {
    position: absolute;
    left: 50%;
    margin-left: -1.625rem;
    top: 3.15rem;
    width: 3.25rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    border-radius: 6px;
    transition: all .3s;
}

.pc-nav li .navson a {
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .35rem;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    transition: all .3s;
}

.pc-nav li .navson a:first-child {
    border-radius: 6px 6px 0 0;
}

.pc-nav li .navson a:last-child {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}

.pc-nav li.cur .tit,
.pc-nav li.on .tit,
header.cur .pc-nav li.on .tit {
    color: #e62129;
}

.m-nav {
    display: none;
}

.header-right {
    float: right;
    margin-left: 1.25rem;
    margin-top: 1rem;
    font-size: 0;
    transition: all .3s;
}

.header-right .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: .8rem;
    vertical-align: middle;
    position: relative;
}

.header-right {
    display: flex;
    display: -webkit-flex;
}

.header-right .item {
    display: flex;
    align-items: center;
}

.header-right .item span {
    font-size: .5rem;
    font-weight: bold;
    font-family: "DIN";
    display: inline-block;
    color: #ffffff;
    margin-left: .2rem;
}

.header-right .item:first-child {

    margin-left: 0;

}

.header-right .icon {

    display: block;

    width: .5rem;

    height: .5rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 99%;

}

.header-right .search-btn {

    background-image: url('../images/search-btn.png');

}

.header-right .lang {

    background-image: url('../images/lang.png');

}

.header-right .lang-sub {

    position: absolute;

    left: 50%;

    top: .5rem;

    padding-top: .3rem;

    transform: translateX(-50%);

    width: 3rem;

    padding-top: .5rem;

    display: none;



}

.header-right .lang-sub .sub {

    border-radius: 6px;

    background-color: #fff;

    box-shadow: 0 0 30px rgba(0, 0, 0, .1);

    overflow: hidden;

}

.header-right .lang-sub .sub a {

    display: block;

    height: 1.25rem;

    line-height: 1.25rem;

    text-align: center;

    color: #666;



    color: #666;

    border-bottom: 1px solid #e5e5e5;

    transition: all .3s;

}

.header-right .search-box {

    display: none;

}



header.cur {

    background-color: #fff;

}

header.cur .logo {

    margin-top: .6rem;

}

header.cur .logo-text {

    opacity: 0;

    filter: alpha(opacity=0);

}

header.cur .logo .logo1 {

    display: none;

}

header.cur .logo .logo2 {

    display: block;

}

header.cur .pc-nav .tit {

    color: #333;

    height: 2rem;

    line-height: 2rem;

}

header.cur {

    border-bottom: 1px solid rgba(220, 220, 220, .5);

}

header.cur .header-wrap {

    border-color: transparent;

}

header.cur .header-right {

    margin-top: .65rem;

}

header.cur .header-right .item span {
    color: #666666;
}

header.cur .header-right .search-btn {

    background-image: url('../images/search-btn2.png');

}

header.cur .header-right .lang {

    background-image: url('../images/lang2.png');

}

header.cur .pc-nav li .navson {

    top: 1.4rem;

}

.clearfixed.cur {

    height: 1.4rem;

}


.pc-nav li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 0px;

    bottom: 0;
    width: 0;
    height: 2px;
    background: url(../images/navbg.png) no-repeat center;
    background-size: auto;

    transition: all .5s;
}

.pc-nav li:hover:before {
    width: 100%;
}


.search-box {

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 100;

    background-color: #fff;

    display: none;

}

.pub-close {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    width: .6rem;

    height: .6rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    top: 2.25rem;

}

.search-top {

    border-bottom: 1px solid #e5e5e5;

    padding: .9rem 0;

}

.search-top .search {

    position: relative;

    width: 94%;

    float: left;

}

.search-top .search input[type=text] {

    width: 85%;

    height: 1rem;

    line-height: 1rem;

    background-color: transparent;

    padding-left: 1.25rem;

    font-size: .65rem;

    color: #000;

    box-sizing: border-box;

    background-repeat: no-repeat;

    background-position: left center;

    background-image: url('../images/search-btn3.png');

    font-size: .5rem;

    float: left;

}

.search-top .search input[type=submit] {

    float: right;

    width: 3rem;

    height: 1rem;

    font-size: .35rem;

    color: #fff;

    background-color: #e62129;

    border-radius: 4px;

}

.search-top .search-close {

    float: right;

    width: 1rem;

    height: 1rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-image: url('../images/search-close.png');

}

.search-box .enter-box h3 {

    font-size: .6rem;

    line-height: 1.75rem;

    color: #000;

}

.search-box .enter-box .list .item {

    font-size: 0;

}

.search-box .enter-box .list .item:nth-child(2n+1) {

    background-color: #f1f1f1;

}

.search-box .enter-box .list .item a {

    display: inline-block;

    *display: inline;

    zoom: 1;

    color: #666;

    line-height: 1.75rem;



    transition: all .2s;

}

.search-wrap .search-top {

    padding: 0;

}

/* header end */




.ban-bottom-box {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    z-index: 3;

}

.ban-bottom {
    height: 3rem;



}

.ban-bottom .buttons {

    float: left;

    font-size: 0;

    margin-top: .8rem;

}

.ban-bottom .buttons a {

    display: inline-block;

    *display: inline;

    zoom: 1;

    width: .5rem;

    height: .3rem;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100%;

    transition: all .3s;

    margin-right: .65rem;

}

.ban-bottom .buttons .prev {

    background-image: url('../images/ban-prev.png');

}

.ban-bottom .buttons .next {

    background-image: url('../images/ban-next.png');

}

.ban-bottom .scroll-btn {

    position: absolute;

    left: 50%;

    top: .2rem;

    width: auto;



    transform: translateX(-50%);

}



.ban-bottom .scroll-btn {
    opacity: .5;
    width: 1.3rem;
    display: block;
    height: 1.3rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.scroll-btn .a1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}


/* fuwu */
.in_service {
    width: 100%;
    position: relative;
}

.in_service .se_D1 {
    width: 100%;
    height: 11rem;
}

.in_service .se_D1 .inD1Left {
    width: 50%;
    height: 100%;
    float: left;
    background: url(../images/inD1Left.jpg) top center no-repeat;
    position: relative;
    perspective: 600px;
    -webkit-perspective: 600px;
    cursor: pointer;
}

.in_service .se_D1 .inD1Left:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center 0;
    transition: 0.54s;
    transform: rotateX(-60deg);
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D1 .inD1Left:hover:before {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    color: #fff;
}

.in_service .se_D1 .inD1Left .inD1_c {
    position: relative;
    padding-left: 6%;
    padding-top: 1.2rem;
}

.in_service .se_D1 .inD1Left .inD1_c .se_Left {
    width: 10rem;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBNum {
    float: left;
    color: #999;
    position: relative;
    margin-right: .5rem;
    padding-bottom: 1.2rem;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBNum:before {
    content: '';
    width: 1px;
    height: 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #424343;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit h3 {
    font-size: .9rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .8rem;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Dos {
    height: 1.5rem;
    color: #7d8181;
    margin-bottom: .5rem;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw {
    width: 100%;
}

.in_service .se_D1 .inD1Left .inD1_c .inM1LBRTit .se_Yw li {
    width: 33.333333%;
    float: left;
    text-align: left;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
}

.in_service .se_D1 .inD1Left .inD1_c .se_Img {
    display: block;
    position: absolute;
    right: .9rem;
    top: .8rem;
}

.in_service .se_D1 .inD1Right {
    width: 50%;
    height: 100%;
    float: right;
}

.in_service .se_D1 .in_Yd {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
}

.in_service .se_D1 .in_Yd:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
    transition: 0.54s;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D1 .in_Yd:hover:before {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    color: #fff;
}

.in_service .se_D1 .inD1_r {
    position: relative;
    padding-left: 6%;
    padding-top: 1.2rem;
}

.in_service .se_D1 .inD1_r .se_Right {
    width: 90%;
}

.in_service .se_D1 .inD1_r .inM1LBNum {
    float: left;
    color: #999;
    position: relative;
    margin-right: .5rem;
    padding-bottom: 1.2rem;
}

.in_service .se_D1 .inD1_r .inM1LBNum:before {
    content: '';
    width: 1px;
    height: 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #424343;
}

.in_service .se_D1 .inD1_r .inM1LBRTit {
    overflow: hidden;
    width: 85%;
}

.in_service .se_D1 .inD1_r .inM1LBRTit h3 {
    font-size: .9rem;
    color: #000;
    font-weight: normal;
    margin-bottom: .8rem;
}

.in_service .se_D1 .inD1_r .inM1LBRTit .se_Dos {
    height: 1.5rem;
    color: #7d8181;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in_service .se_D1 .in_Yd1 {
    width: 50%;
    height: 100%;
    float: left;
    background: #f9f9f9;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
}

.in_service .se_D1 .in_Yd1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
    transition: 0.54s;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D1 .in_Yd1:hover:before {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    color: #fff;
}

.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw {
    width: 100%;
}

.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.in_service .se_D1 .inD1_r .inM1LBRTit .se_Yw li {
    white-space: nowrap;
    margin-right: 20px;
    color: #666;
    line-height: 2.4;
}

/*text-align: left;  overflow: hidden;text-overflow: ellipsis;  float: left;*/

.se_More {
    background: url(../images/more-jt.png) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: .8rem;
    display: block;
    margin-top: 1rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.in_service .se_D1 .inD1Left .inD1_c:hover .se_More,
.in_service .se_D2 .in_Yd:hover .se_More,
.in_service .se_D1 .inD1_r:hover .se_More,
.in_service .se_D2 .in_Yd1:hover .se_More {
    background: url(../images/more-jt2.png) no-repeat;
    width: 2rem;
    height: 2rem;
    background-size: .8rem;
}

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum {
    color: #fff;
}

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before {
    background: #fff;
}

.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_More.iconjiantou:before,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum {
    color: #fff;
}

.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before {
    background: #fff;
}

.in_service .se_D2 {
    width: 100%;
    height: 11rem;
}

.in_service .se_D2 .inD2Left {
    width: 50%;
    height: 100%;
    float: left;
}

.in_service .se_D2 .in_Yd {
    width: 50%;
    height: 100%;
    float: left;
    background: url(../images/in_yx.jpg) no-repeat center;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
}

.in_service .se_D2 .in_Yd:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
    transition: 0.54s;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D2 .in_Yd:hover:before {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    color: #fff;
}

.in_service .se_D2 .in_Yd1 {
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    position: relative;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    cursor: pointer;
}

.in_service .se_D2 .in_Yd1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
    transition: 0.54s;
    transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D2 .in_Yd1:hover:before {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    color: #fff;
}

.in_service .se_D2 .inD2_l {
    position: relative;
    padding-left: 6%;
    padding-top: 1.2rem;
}

.in_service .se_D2 .inD2_l .se_Left {
    width: 90%;
}

.in_service .se_D2 .inD2_l .inM2LBNum {
    float: left;
    color: #999;
    position: relative;
    margin-right: .5rem;
    padding-bottom: 1.2rem;
}

.in_service .se_D2 .inD2_l .inM2LBNum:before {
    content: '';
    width: 1px;
    height: 1rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #424343;
}

.in_service .se_D2 .inD2_l .inM2LBRTit {
    overflow: hidden;
    width: 85%;
    position: relative;
    z-index: 9;
}

.in_service .se_D2 .inD2_l .inM2LBRTit h3 {
    font-size: .9rem;
    color: #000;
    font-weight: normal;
    margin-bottom: .8rem;
}

.in_service .se_D2 .inD2_l .inM2LBRTit .se_Dos {
    height: 1.5rem;
    color: #7d8181;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw {
    width: 100%;
}

.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.in_service .se_D2 .inD2_l .inM2LBRTit .se_Yw li {
    margin-right: 20px;
    color: #666;
    white-space: nowrap;
    line-height: 2.4;
}

.in_service .se_D2 .in_Yd1 .se_Img {
    display: block;
    position: absolute;
    right: .2rem;
    bottom: 0;
}

.in_service .se_D2 .inD2Right {
    width: 50%;
    height: 100%;
    float: left;
    background: -webkit-linear-gradient(130deg, #e62129, #de267d);
    background: -o-linear-gradient(130deg, #e62129, #de267d);
    background: -moz-linear-gradient(130deg, #e62129, #de267d);
    background: linear-gradient(130deg, #e62129, #de267d);
}

.in_service .se_D2 .inD2Right .inD2_r {
    position: relative;
    padding-left: 6%;
    padding-top: 2.6rem;
}

.in_service .se_D2 .inD2Right .inD2_r .inD2_w {
    font-size: .9rem;
    color: #fff;
    position: relative;
    padding-left: 1.6rem;
    font-weight: bold;
}

.in_service .se_D2 .inD2Right .inD2_r .inD2_w:before {
    content: '';
    width: 1.2rem;
    height: 0.1rem;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
}

.in_service .se_D2 .inD2Right .inD2_r .inD2_T {
    font-size: .7rem;
    color: #fff;
    font-weight: bold;
    background: url(../images/inD2_T.png) center left no-repeat;
    padding-left: 2.6rem;
    margin-top: 1rem;
}

.in_service .se_D2 .inD2Right .inD2_r .inD2_TX {
    font-size: .7rem;
    color: #fff;
    font-weight: bold;
    padding-left: 2.6rem;
    margin-top: 0.2rem;
}

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit h3,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Dos,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBRTit .se_Yw li,
.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum {
    color: #fff;
}

.in_service .se_D1 .in_Yd:hover .inD1_r .inM1LBNum:before {
    background: #fff;
}

.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit h3,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Dos,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBRTit .se_Yw li,
.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum {
    color: #fff;
}

.in_service .se_D1 .in_Yd1:hover .inD1_r .inM1LBNum:before {
    background: #fff;
}

.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit h3,
.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Dos,
.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBRTit .se_Yw li,
.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum {
    color: #fff;
}

.in_service .se_D2 .in_Yd:hover .inD2_l .inM2LBNum:before {
    background: #fff;
}

.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit h3,
.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Dos,
.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBRTit .se_Yw li,
.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum {
    color: #fff;
}

.in_service .se_D2 .in_Yd1:hover .inD2_l .inM2LBNum:before {
    background: #fff;
}

.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_Dos,
.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum,
.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBRTit .se_More.iconjiantou:before {
    color: #fff;
}

.in_service .se_D1 .inD1Left:hover .inD1_c .inM1LBNum:before {
    background: #fff;
}


.in_number {
    background: url(../images/in_number-bg.jpg)no-repeat center center;
    padding: 3% 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.Guarantee_time {
    width: 100%;
}

.Guarantee_time li {
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    float: left;
    width: calc(100%/5);
    box-sizing: border-box;
    padding: 1rem 0 1.2rem;
    position: relative;
    line-height: 2;
}

.Guarantee_time li h2 {
    color: #ffffff;
    font-size: 2.3rem;
    font-family: "DIN";
    display: inline-block;
    font-weight: bold;
}

.Guarantee_time li i {
    font-size: .8rem;
    margin-left: .5rem;
    color: #ffffff;
}

.Guarantee_time li p {
    color: #ffffff;
}


/* 通用标题css */
.in_tx {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem 0 1rem 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.in_tx .in_txt {
    font-size: 1.2rem;
    color: #000;
    padding-right: 1rem;
}

.in_tx .in_line {
    height: 1px;
    background: #e5e5e5;
    flex: 1;
}

.in_tx .in_more {
    font-size: .6rem;
    color: #000;
    padding-left: 1rem;
}

.in_tx_nav {
    margin-bottom: 1rem;
}

.in_tx_nav a {
    display: inline-block;
    margin: 0 1rem 0 0;
}


/* in_case */
.in_case {
    width: 100%;
    position: relative;
    padding-bottom: .5rem;
}

.in_case .in_Ca {
    width: 100%;
    position: relative;
}

.in_case .sin_Ca {
    display: none;
}

.in_case .in_Ca .Ca_T {
    width: 100%;
    position: relative;
}

.in_case .in_Ca .Ca_T li {
    transition: all .36s;
    float: left;
    width: 32%;
    margin-bottom: .5rem;
    margin-left: 2%;
}

.in_case .in_Ca .Ca_T li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.in_case .in_Ca .Ca_T li .img {
    overflow: hidden;
    position: relative;
}

.in_case .in_Ca .Ca_T li .img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgb(0, 0, 0, .2);
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.in_case .in_Ca .Ca_T li:hover .img:before {
    opacity: 1;
}

.in_case .in_Ca .Ca_T li .img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
    overflow: hidden;
}

.in_case .in_Ca .Ca_T li:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.in_case .in_Ca .Ca_T li .title {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 3;
}

.in_case .in_Ca .Ca_T li .title .info {
    display: table;
    width: 100%;
    height: 100%;
}

.in_case .in_Ca .Ca_T li .title .info .txt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.in_case .in_Ca .Ca_T li .title .info .txt h2 {
    font-size: .8rem;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.in_case .in_Ca .Ca_T li .title .info .txt i {
    width: 60px;
    height: 4px;
    background: #ffffff;
    margin: 0.2rem auto 0;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.in_case .in_Ca .Ca_T li .title .info .txt p {
    font-size: .5rem;
    color: #fff;
    margin-top: 0.7rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_case .in_Ca .Ca_T li .title .info .txt span {
    width: 1rem;
    height: 1rem;
    margin: .6rem auto;
    font-size: .8rem;
    color: #fff;
    line-height: .9rem;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #e62129;
}

.in_case .in_Ca .Ca_T li:hover .title {
    opacity: 1;
    visibility: visible;
}

.in_case .in_Ca .Ca_T li:hover .title .info .txt span {
    opacity: 1;
    visibility: visible;
}

.in_case .in_Ca .Ca_T li:hover .title .info .txt i {
    width: 30px;
    opacity: 1;
    visibility: visible;
}

.in_case .in_Ca .Ca_T li:hover .title .info .txt h2 {
    opacity: 1;
    visibility: visible;
}

.in_case .in_Ca .Ca_T li:hover .title .info .txt p {
    opacity: 1;
    visibility: visible;
}

.in_case .in_Ca .Ca_T li:nth-child(3n+1) {
    margin-left: 0;
}

.in_case .in_Ca .Ca_T li .text {
    padding: .5rem 0;
    transition: all .36s;
}

.in_case .in_Ca .Ca_T li .text h3 {
    color: #000000;
    font-size: .7rem;
}

.in_case .in_Ca .Ca_T li .text p {
    color: #aaaaaa;
    margin-top: .2rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_case .in_Ca .Ca_T li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.in_case .in_Ca .Ca_T li:hover .text {
    padding: .5rem;
}

.in_hezuo {
    background: url(../images/in_hezuo-bg.jpg)no-repeat;
    padding-bottom: 2.5rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.in_hezuo_tx {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: stretch;
    padding: 1.7rem 0 1.3rem;
}

.in_hezuo_tx .hezuo_tx_left {
    display: flex;
    display: -webkit-flex;
}

.in_hezuo_tx .hezuo_tx_left span {
    color: #e62129;
    font-size: 3.4rem;
    font-family: "DIN";
    margin-top: -.9rem;
}

.in_hezuo_tx .hezuo_tx_left i {
    font-size: .8rem;
    color: #e62129;
}

.in_hezuo_tx .hezuo_tx_right {
    color: #ffffff;
    margin-left: 1rem;
}

.in_hezuo_tx .hezuo_tx_right .t1 {
    font-family: "DIN";
    font-size: 1rem;
    text-transform: uppercase;
}

.in_hezuo_tx .hezuo_tx_right .t2 {
    margin: .2rem 0;
}

.in_hezuo_tx .hezuo_tx_right .t3 {
    font-size: 1.2rem;
    font-weight: bold;
}


.in_hezuo_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: center;
    width: 85%;
    margin: 0 auto;
}

.in_hezuo_list li {
    width: calc(100%/6);
    margin: .5rem 0;
    padding: 0 .2rem;
    box-sizing: border-box;
}

.in_hezuo_list li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.in_news {
    margin-bottom: 1.5rem;
}

.in_news_list {
    display: flex;
    display: -webkit-flex;
}

.in_news_list .left {
    width: 66.666%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.in_news_list .left .item {
    width: 50%;
    transition: all 0.6s ease;
    position: relative;
    padding: 1rem;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.in_news_list .left .title {
    transition: all 0.6s ease;
    font-size: .6rem;
    color: #333333;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_news_list .left p {
    transition: all 0.6s ease;
    line-height: 2;
    color: #888888;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in_news_list .left span {
    transition: all 0.6s ease;
    color: #333333;
    font-family: arial;
    margin-top: 1rem;
    margin-bottom: .2rem;
    display: block;
}

.in_news_list .left .item:nth-child(2n+1) {
    border-left: 0;
}

.in_news_list .right {
    border: 1px solid #e5e5e5;
    border-left: none;
    width: 33.333%;
}

.in_news_list .right .box {
    padding: 1rem;
    box-sizing: border-box;
}

.in_news_list .right .box .img {
    display: block;
    overflow: hidden;
    height: 6.3rem;
    margin-bottom: 1.5rem;
}

.in_news_list .right .box .img img {
    transition: all .36s;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in_news_list .right .box .title {
    transition: all 0.6s ease;
    font-size: .6rem;
    color: #333333;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_news_list .right .box p {
    transition: all 0.6s ease;
    line-height: .7rem;
    color: #888888;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_news_list .right .box span {
    transition: all 0.6s ease;
    color: #333333;
    font-family: arial;
    margin-top: 1rem;
    margin-bottom: .2rem;
    display: block;
}

.in_news-lunbo .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 50%;
    width: .2rem;
    height: .2rem;
}

.in_news-lunbo .swiper-pagination-bullet-active {
    background: #000000;
    border: 1px solid #000000;
}

.in_news_list .left .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 5
}

.in_news_list .left .item:hover .title {
    color: #e62129;
}

.in_news_list .right .box:hover .img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.in_news_list .right .box:hover .img img {
    transform: scale(1.1);
}

.in_news_list .right .box:hover .title {
    color: #e62129;
}


.in_offer {
    background: #f9f9f9;
    padding: 1rem 0;
}

.in_offer .title {
    color: #333333;
    font-weight: bold;
    font-size: .6rem;
    margin-bottom: 1rem;
}

.in_offer form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.in_offer input.text {
    width: 25%;
    border: 1px solid #000000;
    height: 1.4rem;
    line-height: 1.4rem;
    background: none;
    padding-left: .4rem;
    box-sizing: border-box;
}

.in_offer textarea {
    border: 1px solid #000000;
    height: 1.4rem;
    line-height: 1.4rem;
    background: none;
    overflow: hidden;
    width: 35%;
    padding-left: .4rem;
    box-sizing: border-box;
}

.in_offer input.sub {
    background: #000000;
    height: 1.4rem;
    line-height: 1.4rem;
    color: #ffffff;
    text-align: center;
    width: 12%;
}

.in_ad {
    background: url(../images/in_form-bg.jpg)no-repeat;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 2rem 0;
    box-sizing: border-box;
}

.in_ad .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.in_ad .box .text p {
    color: #ffffff;
    font-size: .9rem;
    letter-spacing: 1;
    display: flex;
    align-items: center;
}

.in_ad .box .text p span {
    margin-left: .5rem;
    width: 45%;
}

.in_ad .box .text p span img {
    max-width: 100%;
}

.in_ad .box .erweima {
    color: #ffffff;
    text-align: center;
    width: 140px;
}

.in_ad .box .erweima img {
    display: block;
    width: 100%;
}

.in_ad .box .erweima p {
    color: #ffffff;
    margin-top: .4rem;
}

.footer .box {
    padding: 1.5rem 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.footer .box .ft-logo {
    width: 15%;
    padding-right: 2rem;
}

.footer .box .ft-logo img {
    max-width: 100%;
}

.footer .box .text {
    flex: 2;
}

.footer .box .text2 {
    flex: 1;
}

.footer .box .text h3 {
    color: #000000;
    font-family: "DIN";
    font-size: .6rem;
    font-weight: bold;
}

.footer .box .text p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}


/*内页*/
.nybanner {
    background: #000;
    height: 18rem;
    padding-top: 2.8rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.bannerbg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: pic_m 3s ease;
    -webkit-animation: pic_m 3s ease;
}

@keyframes pic_m {
    0% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}


.nybanner .maview {
    height: 100%;
    position: relative;
    width: 74%;
    margin: 0 auto;
}

.banner_txt {
    position: absolute;
    top: 45%;
    left: 0;
    height: 9rem;
    width: 100%;
    color: #fff;
    line-height: 1;
    transform: translateY(-50%);
}

.banner_txt h2 {
    font-family: "DIN";
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}

.banner_txt h3 {
    font-weight: bold;
    font-size: .6rem;
    margin-top: .8rem;
}

.banner_txt p {
    margin-top: 2rem;
    font-size: .8rem;
}


.webisite .box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.webisite .box .left {
    width: 40%;
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.webisite .box .right {
    width: 60%;
    background: #ffffff;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.pgtitle {
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    margin-top: 0.8em;
}


.webisite {
    /* margin-top: -4rem; */
    position: relative;
    z-index: 9;
}

.maview {
    margin: 0 auto;
    width: 80%;
    max-width: 1520px;
}

.webisite .box {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.webisite .box .left .list .item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    line-height: 2rem;
}

.webisite .box .left .list .item span {
    color: #888888;
    font-size: 1em;
    margin-right: 1.1rem;
}

.webisite .box .left .list .item p {
    color: #000000;
    font-size: 1em;
    flex: 1;
    font-family: arial;
}

.webisite .box .right .form {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webisite .box .right .form .item {
    width: 48%;
    margin-bottom: 1.4rem;
}

.webisite .box .right .form .item .tit {
    color: #888888;
    margin-bottom: 0.4rem;
}

.webisite .box .right .form .item input,
.webisite .box .right .form .item select {
    font-family: arial;
    border-bottom: 1px solid #dddddd;
    font-size: 1.1em;
    width: 100%;
    height: 2.7em;
    line-height: 2.7em;
    color: #000000;
}

.webisite .box .right .form .item2 {
    width: 100%;
}

.webisite .box .right .form .item2 textarea {
    border-bottom: 1px solid #dddddd;
    font-size: 1.2em;
    width: 100%;
    height: 4.4em;
    line-height: 2.4em;
    color: #000000;
}

.webisite .box .right .form .item input::-moz-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item input::-ms-input-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item input::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item textarea::-moz-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item textarea::-ms-input-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item textarea::-webkit-input-placeholder {
    color: #000000 !important;
    font-size: .44rem;
    opacity: 1;
}

.webisite .box .right .form .item select {
    background: url(../images/xl-jt.png) no-repeat center right;
    background-size: .5rem;
}

.webisite .box .right .form .item3 {
    margin: .5rem auto .5rem;
}

.webisite .box .right .form .item3 .button {
    background: #F68B22;
    color: #ffffff;
    border-radius: 2rem;
    width: 7.5rem;
    margin: 0 auto;
    font-size: 1rem;
    height: 2.4rem;
    line-height: 2.4rem;
}

.webisite .box .right .form .item3 .inp {
    display: flex;
}

.lx-icon {
    margin-top: 1rem;
}

.lx-icon span {
    cursor: pointer;
    display: inline-block;
    background: url(../images/lx-icon1.png) no-repeat;
    margin-right: .5rem;
    width: 72px;
    height: 71px;
    transition: all 0.6s;
}

.lx-icon span.span1 {
    background-position: 0 0;
    transition: all 0.6s;
}

.lx-icon span.span2 {
    background-position: -90px 0;
    transition: all 0.6s;
}

.lx-icon span.span3 {
    background-position: -180px 0;
    transition: all 0.6s;
}

.lx-icon span.span1:hover {
    background-position: 0 -71px;
}

.lx-icon span.span2:hover {
    background-position: -90px -71px;
}

.lx-icon span.span3:hover {
    background-position: -180px -71px;
}

.webmap {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
}

.webmap .maview img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.webrecruit {
    background: url(../images/re-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 1.5rem 0;
    box-sizing: border-box;
}

.recruit-tab {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 1.5rem;
}

.recruit-tab li {
    width: 24%;
    margin-left: 1.5%;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 1.1rem;
    box-sizing: border-box;
}

.recruit-tab li .nub {
    color: #333333;
    margin-bottom: .3rem;
    font-family: arial;
}

.recruit-tab li .text {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-tab li .text .left h3 {
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: .4rem;
}

.recruit-tab li .text .left p {
    color: #666666;
    font-size: 0.9rem;
}

.recruit-tab li .text .img {
    background: url(../img/re-ico.png) no-repeat;
    width: 43px;
    height: 1.8rem;
    margin-right: 0.4rem;
    transition: all 0.6s;
}

.recruit-tab li:nth-child(4n+1) {
    margin-left: 0;
}

.recruit-tab li .text .img:hover {
    background-position: -43px 0
}

.recruit-tab li.on {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.recruit-tab li.on .text .img {
    background-position: -43px 0
}

.recruit-tab li.on .text .left h3,
.recruit-tab li.on .text .left p,
.recruit-tab li.on .nub {
    color: #e62129;
}

.recruit-list {
    background: #ffffff;
    padding-bottom: 5rem;
    position: relative;
}

.recruit-list .item .title {
    color: #141418;
    font-size: 1.2rem;
    padding: 1.4rem 7rem;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}

.recruit-list .item .info {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.6rem;
    box-sizing: border-box;
}

.recruit-list .item .info li {
    width: 48%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 1.8rem;
    color: #333333;
}

.recruit-list .item .info li span {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    margin-right: .5rem;
    border-radius: 50%;
    line-height: 1.4rem;
    border: 1px solid #dedede;
}

.recruit-list .item .info li p {
    flex: 1;
    line-height: 1.4rem;
    margin-top: 3px;
}

.contact-but {
    position: relative;
    height: 2.4rem;
    padding-left: 2.8rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-top: 4.5rem;
    margin-left: 2.1rem;
}

.contact-but::after {
    position: absolute;
    content: "";
    left: .55rem;
    top: .55rem;
    width: 1.3rem;
    height: 1.3rem;
    background: #e62129;
    border-radius: 50%;
}

.contact-but::before {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 50%;
}

.contact-but a {
    color: #000000;
    font-size: 1.4rem;
    font-family: "DIN";
    position: relative;
    z-index: 3;
    font-weight: bold;
}

.recruit-list .item {
    display: none;
    flex-direction: column;
    position: relative;
}

.recruit-list .item.on {
    display: flex;
}

.recruit-list::before {
    position: absolute;
    content: "";
    background: url(../img/pep.png) no-repeat right bottom;
    right: 0;
    bottom: -46px;
    width: 100%;
    height: 100%;
    max-width: 100%;
}


/*关于我们*/
.nybanner2 {
    height: 16rem;
}

.nybanner2 .banner_txt {
    text-align: center;
    top: 54%;
}

.nybanner2 .banner_txt h2 {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
}

.nybanner2 .banner_txt h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}


.webabout .box {
    background: url(../images/sx-text.jpg)no-repeat center center;
    background-size: contain;
    padding: 2rem 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.webabout .abtitle {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 1rem;
}

.webabout .box p {
    color: #333333;
    line-height: 3;
}

.webabout .in_number {
    background: none;
    padding: 0 0 2rem;
}

.webabout .in_number .Guarantee_time li h2 {
    color: #e62129;
}

.webabout .in_number .Guarantee_time li p {
    color: #666666;
}


.webabout-target {
    position: relative;
}

.webabout-target .list .item {
    display: flex;
    display: -webkit-flex;
}

.webabout-target .list .item .img {
    width: 60%;
    flex: 2;
}

.webabout-target .list .item .img img {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.webabout-target .list .item .text {
    padding: 2rem 2rem 1rem;
    box-sizing: border-box;
    flex: 1;
}

.webabout-target .list .item .text .title {
    padding: .5rem 0 .5rem;
    box-sizing: border-box;
}

.webabout-target .list .item .text .title h2 {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 1rem;
}

.webabout-target .list .item .text .title h3 {
    font-size: .45rem;
    color: #333333;
    margin-bottom: 1rem;
}

.webabout-target .list .item .text p {
    color: #666666;
    font-size: .36rem;
    line-height: 2.5;
}

@media screen and (max-width:1440px) {
    .webabout-target .list .item .text p {
        font-size: .46rem;
    }
}

.webabout-target .pagination2 {
    bottom: 0 !important;
    padding-left: 4rem;
    position: absolute;
    background: #ffffff;
    z-index: 22;
    display: flex;
    display: -webkit-flex;
    left: 38%;
    align-items: center;
}

.webabout-target .pagination2 span {
    position: relative;
    font-family: "DIN";
    display: block;
    background: none;
    padding: .8rem .5rem;
    margin: 0 .5rem;
    box-sizing: border-box;
    opacity: 1;
    font-size: .56rem;
    color: #e62129;
    font-weight: bold;
}

.webabout-target .pagination2::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 3rem;
    height: 2px;
    left: 1rem;
    top: 50%;
    margin-top: -1px;
    background: #333333;
    transition: all 0.6s;
    transform-origin: left center;
}

.webabout-target .pagination2 .swiper-pagination-bullet-active {
    color: #222222;
    font-size: .8rem;
    font-family: "DIN";
}

.webabout-target .pagination2 .swiper-pagination-bullet {
    width: auto;
    height: auto;
}


.webabout-honor .title {
    text-align: center;
    padding: 2rem 0;
}

.webabout-honor .title span {
    display: block;
    height: 2rem;
    width: 2px;
    background: #e5e5e5;
    margin: 0 auto 1rem;
}

.webabout-honor .title h3 {
    color: #000000;
    font-size: 1rem;
}

.webabout-honor {
    padding-bottom: 1.5rem;
    background: #f9f9f9;
}

.webabout-honor .list .item {
    background: #ffffff;
    width: 24%;
    padding: .5rem;
    box-sizing: border-box;
    transition: all 0.6s;
}

.webabout-honor .list .item img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

.webabout-honor .pagination3 {
    bottom: 0 !important;
    left: 0;
    text-align: center !important;
}

.webabout-honor .pagination3 span {
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: none;
    border: 2px solid #cacaca;
    box-sizing: border-box;
}

.webabout-honor .pagination3 .swiper-pagination-bullet-active {
    border: 3px solid #aaaaaa;
}

.webabout-honor .swiper-container {
    padding-bottom: 2rem;
}

.webabout-honor .list .item:hover {
    background: #e62129;
}


.ally .title {
    font-size: 30px;
    letter-spacing: 1px;
    color: #2fa9ce;
}

.ally.intro .banner {
    height: 90vh;
    position: relative;
    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;
    padding-bottom: 3rem;
}

.ally.intro .banner:before {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #e5e5e5;
    height: 2rem;
    left: 50%;
    margin-left: -1px;
    bottom: -1rem;
}

.ally.intro .banner .img {
    position: relative;
    z-index: 9;
    width: 50%;
    max-width: 750px;
    margin: 0 auto;
}

.ally.intro .banner .img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media (max-width: 1280px) {
    .ally.intro .banner:before {
        height: 80px;
        bottom: -10px;
    }
}

.ally.intro .banner:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #e62129;
    left: 50%;
    bottom: 1rem;
    margin-left: -15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1280px) {
    .ally.intro .banner:after {
        bottom: 70px;
    }
}

@media (max-width: 1440px) {
    .ally.intro .banner svg {
        width: 550px;
    }
}

@media (max-width: 1440px) {
    .ally.intro .banner svg {
        width: 450px;
    }
}

.ally.intro .banner .tags,
.ally.intro .banner .stage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
}

.ally.intro .banner .tags img,
.ally.intro .banner .stage img {
    position: absolute;
}

.ally.intro .banner .tags.stage1,
.ally.intro .banner .stage.stage1 {
    background-image: url("../images/stage1.png");
}

.ally.intro .banner .tags.stage2,
.ally.intro .banner .stage.stage2 {
    background-image: url("../images/stage2.png");
}

.ally.intro .banner .tags.stage3,
.ally.intro .banner .stage.stage3 {
    background-image: url("../images/stage3.png");
}

.ally.intro .banner .tags.stage4,
.ally.intro .banner .stage.stage4 {
    background-image: url("../images/stage4.png");
}

@media (max-width: 1280px) {
    .ally.intro .banner {
        height: 600px;
    }

    .ally.intro .banner svg {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .ally.intro .banner {
        height: 350px;
    }

    .ally.intro .banner svg {
        width: 60vw;
    }

    .ally.intro .banner:after {
        width: 20px;
        height: 20px;
        margin-left: -10px;
        border-width: 4px;
    }
}

.ally.intro .since {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.ally.intro .since .gradient-text-three {
    font-size: .8rem;
    color: #e7242b;
    margin-bottom: .3rem;
}

.ally.intro .since .p1 {
    letter-spacing: 4px;
    margin-top: .5rem;
}

.ally.intro .since .p2 {
    font-weight: 700;
    font-size: .6rem;
}

@media (max-width: 767px) {
    .ally.intro .since {
        padding: 5vw 0;
    }

    .ally.intro .since svg {
        width: 100%;
        font-size: 15px;
    }

    .ally.intro .since .gradient-text-three {
        font-size: 13px;
    }
}

.webhezuo {
    margin: 1rem auto 2rem;
}

.webhezuo-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.webhezuo-list li {
    width: calc(100%/6);
    border: 1px solid #dddddd;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;
    padding: .5rem;
    transition: all 0.6s;
    box-sizing: border-box;
}

.webhezuo-list li img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    opacity: .5;
    transition: all 0.6s;
}

.webhezuo-list li:hover img {
    opacity: 1;
}



.pageNav {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1.5rem;
}

.pageNav ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 0;
}

.pageNav ul li {
    font-size: .6rem;
    padding: 0 1.3rem;
    box-sizing: border-box;
    position: relative;
}

.pageNav ul li a {
    color: #666666;
    transition: all 0.6s;
}

.pageNav ul li.on a,
.pageNav ul li.on a:hover {
    color: #e62129;
}

.pageNav ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #747474;
    border-radius: 50%;
    margin-top: -2px;
}

.pageNav ul li:first-of-type::after {
    background: none;
}


.webnews .in_news_list .right {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    border: none;
}

.webnews .in_news_list .right .box {
    width: 33.3333%;
    position: relative;
    overflow: hidden;
    border: 1px solid #dddddd;
    margin: -1px 0 0 -1px;
    transition: all .36s;
    -webkit-transition: all .36s;
    -moz-transition: all .36s;
    -ms-transition: all .36s;
    -o-transition: all .36s;
}

.webnews .in_news_list .right .box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.paging {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 0 2rem;
    line-height: 1rem;
}

.paging a {
    display: inline-block;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 1.2rem;
    background: #FFF;
    border: 1px solid #E5E5E5;
    margin: 0 .3rem;
    box-sizing: border-box;
    border-radius: 50%;
}

.paging a.on,
.paging a:hover {
    background: #E60012;
    border: 1px solid #E60012;
    color: #FFF;
}

.paging a.first,
.paging a.last {
    width: auto;
    padding: 0 .7rem;
    border-radius: .8rem;
}
















@media all and (max-width:1500px) {
    .maview {
        width: 90%;
    }

    .nybanner .maview {
        width: 80%;
    }

    .webabout-target .list .item .text .title h2 {
        font-size: 1rem;
    }

    .webabout-target .list .item .text {
        padding: 1rem;
    }
}




.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banDemo {
    background: #333;
    position: relative;
    height: 100vh;
}

.banDemo .swiper-pagination {
    z-index: 99;
}

.banDemo .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banDemo .swiper-pagination-bullet {
    position: relative;
    width: 60px;
    height: 2px;
    cursor: pointer;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.38);
}

.banDemo .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 11;
}

.banDemo .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
    animation: banAnimate 6s;
}

.banDemo .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active::before {
    animation: banAnimate 8s;
}

@keyframes banAnimate {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banDemo .swiper-button-prev,
.banDemo .swiper-button-next {
    opacity: 0;
    left: 100px;
    right: auto;
    top: auto;
    bottom: 58px;
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.banDemo .swiper-button-next {
    left: 178px;
    border-left: 0;
}

.banDemo .swiper-wrapper,
.banDemo .swiper-container {
    height: 100%;
}

.banDemo .swiper-slide {
    overflow: hidden;
    height: 100%;
}

/* 1 */

.slider__bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    -webkit-transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: -webkit-transform 0.6s ease, -webkit-filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease;
    transition: transform 0.6s ease, filter .5s ease, -webkit-transform 1s ease, -webkit-filter .5s ease;
}

.slider__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.slider__bg.bg:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.42); */
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.swiper-slide-active .slider__bg {
    -webkit-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg);
}

/* 2 */

.slider__outer {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.slider__row {
    display: table-row;
    width: 100%;
    height: 38%;

}

.slider__inner {
    display: table-cell;
    padding-left: 4rem;
}

.slider__row:first-child .slider__inner {
    vertical-align: bottom;
}

.slider__row:nth-child(2) .slider__inner {
    vertical-align: top;
}

.slider__text {

    letter-spacing: 2px;
    color: #fff;
    font-size: 1.2rem;
    max-width: 90%;
    line-height: 1.2;
    margin-top: .5rem;
    -webkit-transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, -webkit-transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s;
    transition: opacity 1.2s ease, transform 0s ease 1s, -webkit-transform 0s ease 1s;
    -webkit-transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.slider__text img {
    width: 21px;
    vertical-align: -webkit-baseline-middle;
}

.slider__text br {
    display: none;
}

.swiper-slide-active .slider__text {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease 1s, -webkit-transform 1s ease 1s;
}

.slider__title {
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #fff;

}


.slider__title .line {
    white-space: nowrap;
    text-align: inherit !important;
}

.slider__title>.line {
    overflow: hidden;
}

.slider__title>.line>.line {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    will-change: transform;
    -webkit-transform: translate3d(0, 120%, 1px) rotate(8deg);
    transform: translate3d(0, 120%, 1px) rotate(8deg);
}

.slider__title>.line:first-child>.line,
.slider__title>.line:nth-child(2)>.line {
    -webkit-transition: opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
    transition: opacity .5s ease 1s, -webkit-transform 0s linear 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s;
    transition: transform 0s linear 0.5s, opacity .5s ease 1s, -webkit-transform 0s linear 0.5s;
}

.swiper-slide-active .slider__title>.line:first-child>.line {
    font-family: ys_bold;
    -webkit-transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, -webkit-transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s;
    transition: opacity 0s linear, transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}

.swiper-slide-active .slider__title>.line>.line {
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
    opacity: 1;
}

/* yuan */

.circle {
    height: 7rem;
    margin-top: .3.5rem;
    margin-bottom: -3.5rem;
    position: absolute;
    bottom: calc(10% - 4rem);
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.swiper-slide-active .circle {
    opacity: 1;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
}

.circle__line {
    height: 1px;
    background-color: hsla(0, 0%, 100%, .2);
    margin-top: -4rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.circle__line:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin-left: 6.8rem;
    -webkit-transition: opacity .5s ease 2.5s;
    transition: opacity .5s ease 2.5s;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    margin-top: -3px;
}

.swiper-slide-active .circle__line {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 2s ease 1.5s;
    transition: -webkit-transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s;
    transition: transform 2s ease 1.5s, -webkit-transform 2s ease 1.5s;
}

.swiper-slide-active .circle__line:before {
    -webkit-transition: opacity .5s ease 3.5s;
    transition: opacity .5s ease 3.5s;
    opacity: 1;
}

.circle__outer {
    margin-left: 3.5rem;
    width: 7rem;
    height: 7rem;
    position: relative;
    text-align: center;
    margin-top: -3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle__inner {
    display: inline-block;
    vertical-align: middle;
}



.circle__span {

    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    font-family: "DIN";
}

.circle__dot {
    width: 1px;
    height: 1px;
    margin: 6px auto 8px;
}

.circle__text .circle__span>.line {
    overflow: hidden;
    white-space: nowrap;
    text-align: inherit !important;
}

.circle__text .circle__span>.line>.line {
    -webkit-transform: translate3d(0, 30px, 1px) rotate(6deg);
    transform: translate3d(0, 30px, 1px) rotate(6deg);
    opacity: 0;
    -webkit-transition: opacity .5s, transform 0 ease .5s;
    transition: transform 0 ease .5s, opacity .5s;
}

.swiper-slide-active .circle__text .circle__span>.line>.line {
    -webkit-transition: opacity 0s linear 2.3s, transform 1.2s ease 2.3s;
    transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s;
    opacity: 1;
    -webkit-transform: translateZ(1px) rotate(.001deg);
    transform: translateZ(1px) rotate(.001deg);
}

.circle svg {
    width: 7rem;
    height: 7rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.circle__c1 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}

.circle svg .circle__c2 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
}

.swiper-slide-active svg .circle__c1 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active svg .circle__c2 {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 1s ease;
    transition: stroke-dashoffset 1s ease;
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.swiper-slide-active .circle__inner,
.swiper-slide-active svg {
    opacity: 1;
}

/* 3 */

.scroll_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    min-height: auto;
    overflow: visible;
    position: relative;
    z-index: 99;
    left: 10px;
    bottom: 10px;
}

.scroll_div {
    position: absolute;
    background-color: #c30d23;
    color: #fff;
    width: 100%;
    height: 210px;
    bottom: 0;
    border: 0;
    left: 0;
    right: auto;
}

.scroll_txt {
    -webkit-transform: rotate(-90deg) translateX(-2rem);
    transform: rotate(-90deg) translateX(-2rem);
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Gilroy_Regular;
}

.scroll_bar {
    width: 2px;
    height: 58px;
    position: absolute;
    bottom: 2.14286rem;
    left: calc(50% - 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    cursor: pointer;
    overflow: hidden;
}

.scroll_bar::after {
    content: "";
    background-color: #fff;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-animation: slide-down 2s infinite;
    animation: slide-down 2s infinite;
}

@keyframes slide-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

#section {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 21;
    background: #fff;
}

/*.nybanner4 .banner_txt h2{ font-weight: bold; font-size: 2.4rem; margin-bottom: 1rem; font-family: arial}*/

.nybanner4 .banner_txt h3 {
    font-weight: normal;
    font-size: .8rem;
}

.nybanner4 .banner_txt h4 {
    font-weight: normal;
    font-size: 1rem;
    margin-top: .8rem;
}

.Applet-title {
    text-align: center;
    padding: 1.5rem 0;
}

.Applet-title h3 {
    font-weight: normal;
    font-size: 1rem;
}

.Applet-title h4 {
    font-weight: normal;
    font-size: .9rem;
    font-family: "DIN";
}

.Applet-title a {
    color: #333333;
}

.Applet-title2 {
    color: #ffffff;
}


.Apple1 ul {
    margin-bottom: 2rem;
}

.Apple1 ul li {
    float: left;
    width: 32%;
    background: #fff;
    margin-right: 2%;
    background: #f5f5f5;
    transition: all 0.6s;
}

.Apple1 ul li:hover {
    transform: translateY(-10px);
}

.Apple1 ul li:nth-child(3n) {
    margin-right: 0;
}

.Apple1 ul li .img {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.Apple1 ul li .img span.s2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.Apple1 ul li .img span.s1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
}

.Apple1 ul li .img img {
    width: 100%;
    max-width: 200%;
}

.Apple1 ul li .icon {
    width: 80px;
    height: 80px;
    margin: -40px auto 0;
    line-height: 0;
    position: relative;
}

.Apple1 ul li .icon.icon1 {
    background: url(../images/uedboxIcon1.png) no-repeat center center;
}

.Apple1 ul li .icon.icon2 {
    background: url(../images/uedboxIcon2.png) no-repeat center center;
}

.Apple1 ul li .icon.icon3 {
    background: url(../images/uedboxIcon3.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon1 {
    background: url(../images/uedboxIcon01.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon2 {
    background: url(../images/uedboxIcon02.png) no-repeat center center;
}

.Apple1 ul li:hover .icon.icon3 {
    background: url(../images/uedboxIcon03.png) no-repeat center center;
}

.Apple1 ul li .text {
    text-align: center;
    padding: .3rem .5rem .5rem;
}

.Apple1 ul li .text h3 {
    color: #000000;
    font-size: .75rem;
}

.Apple1 ul li .text p {
    color: #808080;

    width: 100%;
    margin: .5rem auto;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.Apple1 ul li .img span.s1,
.Apple1 ul li .img span.s2 {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.Apple1 ul li:hover .img span.s1,
.Apple1 ul li:hover .img span.s2 {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


.uedBox2 {
    background: #222222;
}

.uedBox2 .title {
    padding: 1rem 0 0;
    color: #ffffff;
    display: flex;
    display: -webkit-flex;
    align-content: flex-end;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column
}

.uedBox2 .title h3 {
    font-weight: normal;
    font-size: 1rem;
}

.uedBox2 .title h4 {
    font-weight: normal;
    font-size: .9rem;
    font-family: "DIN";
}


.uedBox2 .uedboxText {
    position: relative;
}

.uedBox2 .uedboxText .bg {
    line-height: 0;
}

.uedBox2 .uedboxText .bg img {
    width: 100%;
}

.uedBox2 .uedboxText .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.uedBox2 .uedboxText .box .img {
    float: left;
    width: 47%;
    margin-bottom: 11px;
    line-height: 0;
}

.uedBox2 .uedboxText .box .img img {
    width: 100%;
}

.uedBox2 .uedboxText .box .text {
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.uedBox2 .uedboxText .box .text .xb {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.uedBox2 .uedboxText .box .text h3 {
    color: #fff;
    font-size: .8rem;
    font-weight: bold;
    margin-right: .5rem;
}

.uedBox2 .uedboxText .box .text i.xian {
    display: block;
    width: 23px;
    height: 3px;
    background: #464646;
    margin: 20px 0;
}

.uedBox2 .uedboxText .box .text .bt {
    color: #fff;
    font-size: .55rem;
    margin-top: .5rem;
    margin-bottom: .2rem;
}

.uedBox2 .uedboxText .box .text p {
    color: #fff;

}

.uedBox2 .uedboxText .box .text ul {
    margin-top: 1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.uedBox2 .uedboxText .box .text ul li {
    transition: all 0.6s;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;

    background-color: rgba(255, 255, 255, .1);
    margin-right: .2rem;
    width: 3.5rem;
    height: 3.5rem;
}

.uedBox2 .uedboxText .box .text ul li:hover {
    background-color: rgba(0, 0, 0.3);
}



.uedBox2 .uedboxText .box .text ul li .icon img {
    height: 44px;
    margin-bottom: 10px;
}

.uedBox2 .uedboxText .box .text ul li p {
    color: #ffffff;

    opacity: .59;
}

.uedBox2 .uedboxText .box .img span.s1 {
    float: left;
    width: 38%;
}

.uedBox2 .uedboxText .box .img span.s2 {
    float: left;
    width: 38%;
    margin-left: -7%;
}

.uedBox2 .uedboxText .box .img span.s3 {
    float: right;
    width: 38%;
    margin-left: -7%;
}

.uedBox2 .uedboxText2 {
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

.uedBox2 .uedboxText2 .box .text {
    float: right;

}



.uedBox2 .uedboxText3 {
    position: relative;
    z-index: 2;
    margin-top: -2rem;
}

/*.uedBox2 .uedboxText3 .box .text {
padding-top: 5rem;
}*/

.uedBox3 {
    background: url(../images/uedBox3-bg.jpg) no-repeat center center;
    padding-bottom: 4rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.uedBox3box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.uedBox3box .left {
    width: 50%;
}

.uedBox3box .left .bg {
    position: relative;
    width: 13rem;
    min-width: 520px;
}

.uedBox3box .left .bg .img img {
    display: block;
    margin: 0 auto;
}

.uedBox3box .left .icon {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.uedBox3box .left .icon span {
    display: flex;
    z-index: 2;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: #e62129;
    border-radius: 50%;
}

.uedBox3box .left .icon span img {
    height: 80px;
}

.uedBox3box .left .icon span.span1 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5rem;
}

.uedBox3box .left .icon span.span2 {
    position: absolute;
    bottom: -.5rem;
    left: 0;
}

.uedBox3box .left .icon span.span3 {
    position: absolute;
    bottom: -.5rem;
    right: 0;
}

.uedBox3box .right {
    width: 50%;
}

.uedBox3box .right ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.uedBox3box .right ul li {
    cursor: pointer;
    width: 48%;
    margin-top: .7rem;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-size: .6rem;
    margin-left: 1%;
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px;
}

.uedBox3box .right ul li.color {
    background: #e62129;
    color: #ffffff;
}


.uedBox3box .left .icon span::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #dfe2e9;
    animation: bgIco2 1s 0.18s infinite alternate;
}

@keyframes bgIco2 {
    0% {
        opacity: 0.8;
        transform: scale(1)
    }

    100% {
        opacity: 0.28;
        transform: scale(1.2)
    }
}

.uedBox3box .left .icon span:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .4);
    animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
    0% {
        opacity: 0.38;
        transform: scale(1)
    }

    100% {
        opacity: 0.1;
        transform: scale(1.8)
    }
}



.uedin_news .in_news_list .left {
    width: 100%;
    border: none;
}

.uedin_news .in_news_list .left .item {
    width: 33.3333%;
    border: 1px solid #dddddd;
    margin: -1px 0 0 -1px;
}



.planning-title {
    text-align: center;
    padding: 1.5rem 0;
}

.planning-title h3 {
    font-weight: normal;
    font-size: 1rem;
}

.planning-title h4 {
    font-weight: normal;
    font-size: .5rem;
    margin-top: .3rem;
    color: #555555;
}

.planning-title h5 {
    font-weight: normal;
    margin-top: .3rem;
    color: #555555;
}


.planning_box1 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
    margin-bottom: 2rem;
}

.planning_box1 .item {
    position: relative;
    width: 8rem;
    background: url(../images/jia.png) no-repeat left center;
    margin-left: -1rem;
    cursor: pointer;
    height: 8rem;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planning_box1 .item .text .ico {
    width: 2rem;
    height: 2rem;
    transition: all 0.6s;
    margin: 0 auto;
}

.planning_box1 .item .text p {
    font-size: .45rem;
}

.planning_box1 .item .hover {
    position: absolute;
    width: 70%;
    transition: all 0.8s;
    left: 100%;
    height: 50%;
    top: 20%;
    color: #ffffff;
    z-index: 2;
    display: none;
}

.planning_box1 .item:hover {
    background: none;
    color: #ffffff;
}

.planning_box1 .item:hover .text .ico {
    background: url(../images/planning_ico01.png) no-repeat top center;
}

.planning_box1 .item:first-child {
    margin-left: 0;
    background: none
}

.planning_box1 .item::after {
    opacity: 0;
    transform: translateX(-10px);
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: -2.5%;
    width: 200%;
    background: url(../images/planning_hover.png) no-repeat;
    background-size: contain;
    height: 105%;
    overflow: hidden;
    border-radius: 30%;
}

.planning_box1 .item:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.6s;
}

.planning_box1 .item:hover .hover {
    display: flex;
    align-items: center;
}

.planning_box1 .item:hover .text {
    position: relative;
    z-index: 2;
}

.planning_box1 .item:nth-child(4):hover::after {
    right: -1rem;
    left: auto;
}

.planning_box1 .item:nth-child(5):hover::after {
    right: -1rem;
    left: auto;
}

.planning_box1 .item:nth-child(4):hover .hover {
    left: auto;
    right: 100%;
}

.planning_box1 .item:nth-child(5):hover .hover {
    left: auto;
    right: 100%;
}

.planning_box1 .item .text .ico1 {
    background: url(../images/planning_ico1.png) no-repeat top center;
}

.planning_box1 .item .text .ico2 {
    background: url(../images/planning_ico2.png) no-repeat top center;
}

.planning_box1 .item .text .ico3 {
    background: url(../images/planning_ico3.png) no-repeat top center;
}

.planning_box1 .item .text .ico4 {
    background: url(../images/planning_ico4.png) no-repeat top center;
}

.planning_box1 .item .text .ico5 {
    background: url(../images/planning_ico5.png) no-repeat top center;
}


.planning_box2 {
    background: #f5f5f5;
    padding: 4rem 0 5rem;
    position: relative;
}

.planning_box2 .box .info {
    width: 45%;
}

.planning_box2 .box .info h2 {
    color: #e62129;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "DIN";
}

.planning_box2 .box .info .text {
    padding-left: 5rem;
    position: relative;
}

.planning_box2 .box .info .text h3 {
    color: #333333;
    font-size: .8rem;
    margin-bottom: .5rem;
}

.planning_box2 .box .info .text p {
    color: #888888;
    line-height: 2.5;
}

.planning_box2 .box .info .text::after {
    position: absolute;
    content: "";
    left: 0;
    top: .5rem;
    width: 4rem;
    background: #e62129;
    height: 3px;
}

.planning_box2 .box .img {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2rem 0 1rem;
    width: 50%;
}

.planning_box2 .box .img img {
    display: block;
    max-width: 100%;
}

.planning_box3 .info {
    display: flex;
    display: -webkit-flex;
}

.planning_box3 .info .item {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.planning_box3 .info .item .text {
    position: absolute;
    padding: 1.5rem;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.planning_box3 .info .item .text h2 {
    color: #ffffff;
    font-size: .8rem;
}

.planning_box3 .info .item .text p {
    color: #ffffff;
    opacity: 5;
    margin-top: .2rem;
}

.planning_box3 .info .item .img img {
    display: block;
    max-width: 100%;
}

.planning_box3 .info .item2 {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.planning_box3 .info .item2 .text {
    position: inherit;
    width: 100%;
    padding: 0;
    height: 2.97rem;
    text-align: center;
    box-sizing: border-box;
    background: #e62129;
}

.planning_box3 .info .item2 .text h2 {
    font-size: .55rem;
    padding-top: .5rem;
}

.planning_box3 .info .item3 {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.planning_box3 .info .item3 .text {
    position: inherit;
    width: 100%;
    padding: 0;
    height: 2.97rem;
    text-align: center;
    box-sizing: border-box;
    background: #000000;
}

.planning_box3 .info .item3 .text h2 {
    font-size: .55rem;
    padding-top: .5rem;
}

.planning_box4 {
    background: #f5f5f5;
    padding-bottom: 2rem;
}

.planning_box4-lunbo {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.planning_box4-lunbo .text {
    position: relative;
    z-index: 1;
    width: 80%;
    overflow: hidden;
    transition: all 0.6s;
    background: #ffffff;
    margin-top: -1rem;
    position: relative;
    z-index: 2;
    left: 10%;
    padding: .8rem;
    border-radius: 8px;
    box-sizing: border-box;
}

.planning_box4-lunbo .text h2 {
    color: #333333;
    font-size: .6rem;
}

.planning_box4-lunbo .text p {
    color: #666666;
    margin-top: .3rem;
}

.planning_box4-lunbo .img {
    margin: 0 auto;
    width: 100%;
}

.planning_box4-lunbo .img img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.planning_box4-lunbo .text:hover h2 {
    color: #ffffff;
}

.planning_box4-lunbo .text:hover p {
    color: #ffffff;
}

.planning_box4-lunbo .text::after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e62129;
    transform: translateY(200px);
}

.planning_box4-lunbo .text:hover::after {
    transform: translateY(0);
    transition: all 0.6s;
}


.planning_box4-lunbo .button-next {
    background: none;
    margin-top: -2rem;
    right: -2rem;
    left: auto;
}

.planning_box4-lunbo .button-prev {
    background: none;
    margin-top: -2rem;
    left: -2rem;
    right: auto;
}

.planning_box4-lunbo .button-next img,
.planning_box4-lunbo .button-prev img {
    height: 1.5rem;
}






/*pageCaseBanner*/
.pageCaseBanner {
    width: 100%;
    position: relative;
    background-color: #fafafa;
    overflow: hidden;
}

.pageCaseBanner .img {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pageCaseBanner .box {
    padding-top: 5.5rem;
    z-index: 3;
    position: relative;
}

.pageCaseBanner .box.webbox {
    width: 75.4%;
    margin: 0 auto 0;
}

.pageCaseBanner .box.webbox .cont {
    text-align: center;
}

.pageCaseBanner .box.webbox .cont .tit {
    font-size: 1.5rem;
    color: #ffffff;
}

.pageCaseBanner .box.webbox .cont .title {
    font-size: .48rem;
    line-height: 2.5;
    color: #ffffff;
    margin-top: .5rem;
}

.pageCaseBanner .box.webbox .imgBox {
    width: 100%;
    position: relative;
    margin-top: 4%;
    overflow: hidden;
}

.pageCaseBanner .box.webbox .imgBox .img1 {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.pageCaseBanner .box.webbox .imgBox .img2 {
    width: 77.7%;
    height: 84.8%;
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    overflow: hidden;
}

.pageCaseBanner .box.webbox .imgBox .img2 img {
    width: 100%;
    display: block;
}

.pageCaseBanner .box.webbox .imgBox .img2 iframe {
    width: 100%;
    height: 100%;
}

.pageCaseBanner .box.wxbox {
    width: 75.4%;
    margin: 0 auto;
    padding-bottom: 60px;
    font-size: 0;
}

.pageCaseBanner .box.wxbox .cont {
    width: 44%;
    padding-right: 30%;
    margin-top: -10%;
    display: inline-block;
    vertical-align: middle;
}

.pageCaseBanner .box.wxbox .cont .tit {
    font-size: 56px;
    color: #ffffff;
}

.pageCaseBanner .box.wxbox .cont .title {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 20px;
}

.pageCaseBanner .box.wxbox .imgBox {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}

.pageCaseBanner .box.wxbox .imgBox .mb {
    width: 100%;
    z-index: 2;
}

.pageCaseBanner .box.wxbox .imgBox .mb .img1 {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.pageCaseBanner .box.wxbox .imgBox .mb .img2 {
    width: 69.8%;
    height: 88%;
    position: absolute;
    top: 6.5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    overflow: hidden;
}

.pageCaseBanner .box.wxbox .imgBox .mb .img2 img {
    width: 100%;
    display: block;
}

.pageCaseBanner .box.wxbox .imgBox .mb .img2 iframe {
    width: 100%;
    height: 100%;
}


/*pageCaseD*/
.pageCaseD {
    width: 100%;
    padding: 2rem 0;
    position: relative;
    z-index: 2;
}

.pageCaseD .box {
    width: 75%;
    margin: 0 auto;
}

.pageCaseD .box .cont {
    width: 70%;
    position: relative;
}

.pageCaseD .box .cont .info {
    width: 100%;
    font-size: 0;
    padding: .5rem 0;
}

.pageCaseD .box .cont .info dl {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin-right: 10%;
}

.pageCaseD .box .cont .info dl:last-child {
    margin-right: 0;
}

.pageCaseD .box .cont .info dl dt {
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Avignon';
}

.pageCaseD .box .cont .info dl dd {
    width: 100%;
    font-size: 16px;
    padding: .2rem 0;
    line-height: 2;
    min-height: 2;
    border-bottom: solid 1px #eee;
    color: #333;
}

.pageCaseD .box .cont .info dl dd a {
    color: #333;
}

.pageCaseD .box .cont .info dl dd a:hover {
    color: #e62129;
}

.pageCaseD .box .cont .info dl dd em {
    margin: 0 5px;
}

.pageCaseD .box .cont .info dl dd em:last-child {
    display: none;
}

.pageCaseD .box .cont .title {
    font-size: 1rem;
    color: #000;
    margin: .2rem 0 0 0;
}

.pageCaseD .box .cont .sum {
    width: 100%;
    line-height: 28px;
    color: #666666;
}

.pageCaseD .box .cont .sum img {
    max-width: 100%;
}

.pageCaseD .box .ewm {
    width: 15%;
    float: right;
    text-align: center;
    box-sizing: border-box;
}

.pageCaseD .box .ewm #ewm {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    border: solid 1px #eee;
    padding: 15px;
    box-sizing: border-box;
}

.pageCaseD .box .ewm canvas {
    width: 100%;
}

.pageCaseD .box .ewm p {
    margin-top: 10px;
}

.pageCaseD .box .ewm img {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    border: solid 1px #eee;
    padding: 15px;
    box-sizing: border-box;
}

.pageCaseD .box .img {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pageCaseD .box .img img {
    max-width: 100%;
    display: inline-block;
}

/*pageLink*/
.is-fixed {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: rgba(255, 255, 255, 0);
}

/* 开始 */
.pageLink {
    width: 100%;
    transition: all 0.6s ease;
}

.scoll {
    position: fixed;
    bottom: 60%;
    left: 0;
    z-index: 9999;
    transition: all 0.6s ease;
}

.pageLink .box {
    width: 96%;
    position: relative;
    margin: auto;
}

.pageLink .box a {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: all 0.6s ease;
    overflow: hidden;
}

.pageLink .box a span {
    display: inline-block;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    line-height: 50px;
    transform: scaleX(0);
}

.pageLink .box a.fr {
    right: 6%;
}

.pageLink .box a.fr span {
    left: 35px;
}

.pageLink .box a.fl {
    left: 6%;
}

.pageLink .box a.fl span {
    right: 15px;
}

.pageLink .box a .iconT {
    background: url(../images/case-jt.png) no-repeat center center;
    width: 50px;
    height: 50px;
}

.pageLink .box a.fr .icon-jiantou1 {
    transform: rotate(-180deg);
}

.pageLink .box a:hover {
    background-color: #e62129;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 90px;
}

.pageLink .box a:hover span {
    transform: scaleX(1);
}

/* 借宿 */

.casesBtn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.3;
    filter: alpha(opacity=30);
    transition: all 0.6s ease;
    overflow: hidden;
    position: fixed;
    top: 35%;
    z-index: 9999;
}

.casesBtn span {
    display: inline-block;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    line-height: 50px;
    transform: scaleX(0);
}

.casesBtn .iconT {
    background: url(../images/case-jt.png) no-repeat center center;
    width: 50px;
    height: 50px;
}

.casesBtn:hover {
    background-color: #e62129;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 90px;
}

.casesBtn:hover span {
    transform: scaleX(1);
    color: #fff;
}

.casesBtn:hover .iconT {
    display: none;
}

.pageLinkfl {
    left: 6%;
}

.pageLinkfr {
    right: 6%;
}

.pageLinkfr .icon-jiantou1 {
    transform: rotate(-180deg);
}



.pageLinkOn {
    bottom: 14%;
    transition: all 0.6s ease;
}

.pageLinkOn .box a.fr {
    right: 1%;
}

.pageLinkOn .box a.fl {
    left: 1%;
}

/*pageCode*/
.pageCode {
    width: 100%;
    padding: 2rem 0;
    background-color: #fafafa;
}

.pageCode .img {
    width: 5rem;
    height: 5rem;
    border: 1px solid #eeeeee;
    margin: 0 auto;
}

.pageCode .img img {
    width: 5rem;
    height: 5rem;
}

.pageCode .txt {
    line-height: 26px;
    color: #999999;
    text-align: center;
    margin-top: .5rem;
}

.pageNewsbg {
    height: 8rem;
}

.pageNewsbg .banner_txt {
    text-align: center;
    height: 4rem;
}

.pageNewsbg .banner_txt h3 {
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 1;
}

.pageNewsbg .banner_txt p {
    font-weight: normal;
    font-size: .42rem;
    margin-top: 1rem;
}

.pageNewsbg .banner_txt p span {
    display: inline-block;
    margin: 0 .5rem;
}


/*pageNewsD*/
.pageNewsD {
    width: 100%;
    padding: 1rem 0 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.pageNewsD .contBox {
    width: 70%;
    min-height: 6rem;
    float: left;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 4% 4rem 0;
    position: relative;
}

.pageNewsD .contBox .title {
    color: #333333;
    font-size: .8rem;
    font-weight: bold;
}

.pageNewsD .contBox .time {
    color: #666666;
    padding: .5rem 0 .5rem;
    border-bottom: 1px dashed #e5e5e5;
}

.pageNewsD .contBox .time span {
    margin-right: .5rem;
}

.pageNewsD .contBox .text {
    color: #333;
    line-height: 2.5;
    padding: 1rem 0;
}

.pageNewsD .contBox .text p {
    margin-bottom: .5rem;
}

/*.pageNewsD .contBox .text img{ max-width: 10%;}*/
.pageNewsD .contBox .fx {
    margin: 1rem 0;
    text-align: center;
}

.pageNewsD .contBox .fx a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #555;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 24px;
    margin-right: 10px;
    transition: all 0.6s ease;
    background-image: none;
    padding: 0;
}

.pageNewsD .contBox .fx a:hover {
    background-color: #e62129;
    text-decoration: none;
}

.pageNewsD .contBox .link {
    width: 100%;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #eeeeee;
}

.pageNewsD .contBox .link a {
    display: flex;
    line-height: 20px;
    color: #333333;
    width: 33.3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageNewsD .contBox .link a .ico1 {
    display: inline-block;
    transform: rotate(90deg);
    margin-right: .2rem;
}

.pageNewsD .contBox .link a .ico2 {
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: .2rem;
}

.pageNewsD .contBox .link a:last-child {
    justify-content: flex-end;
}

/* .pageNewsD .contBox .link a.fl{width: 45%;}
.pageNewsD .contBox .link a.fr{width: 45%;}
.pageNewsD .contBox .link a.fl .iconfont{left: 0;transform: rotate(-180deg);}
.pageNewsD .contBox .link a.fr .iconfont{right: 0;} */
.pageNewsD .contBox .link a img {
    height: 10px;
}

.pageNewsD .contBox .link a:hover,
.pageNewsD .contBox .link a:hover .iconfont {
    color: #e62129;
}

.pageNewsD .contBox .bot {
    position: absolute;
    bottom: 0;
    right: 4%;
    width: 96%;
}

.pageNewsD .newsD {
    width: 30%;
    float: right;
    padding-left: 3%;
    box-sizing: border-box;
    position: sticky;
    display: inline-block;
    background-color: #fff;
    z-index: 3;
}

.pageNewsD .newsD h1 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.pageNewsD .newsD ul {
    width: 100%;
    margin-top: 20px;
}

.pageNewsD .newsD ul li {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding: 14px 0;
}

.pageNewsD .newsD ul li .tit {
    color: #333333;
    line-height: 2;
    transition: all 0.6s ease;
}

.pageNewsD .newsD ul li .time {
    color: #999;
    margin-top: 8px;
    transition: all 0.6s ease;
}

.pageNewsD .newsD ul li:hover .tit {
    color: #e62129;
}

.pageNewsD .newsD ul li:hover .time {
    color: #333333;
}


.IndexService-relative {
    position: relative;
    margin-bottom: 1.5rem;
}

.IndexService-relative .nybanner2 .banner_txt {
    top: 38%;
}

.IndexService {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
}

.IndexService .IndexService_content .case_content_t {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.IndexService .IndexService_content .case_content_t a {
    display: block;
    padding: 0px 1rem;
    text-align: center;
    background: #fff;
    font-size: .45rem;
    color: #333;
    margin-right: -5px;
    border-bottom: 1px solid #e5e5e5;
    min-width: 4rem;
    line-height: 1.5rem;
}

.IndexService .IndexService_content .case_content_t a.on {
    color: #fff;
    background: #e62129;
    border-bottom: 1px solid #e62129;
}

.IndexService .IndexService_content .case_content_t a:hover {
    border-bottom: 1px solid #e62129;
    color: #e62129
}

.IndexService .IndexService_content .case_content_t a.on:hover {
    color: #fff;
}

.IndexService .IndexService_content .case_content_t a:first-child {
    border-radius: 5px 0px 0px 0px;
}

.IndexService .IndexService_content .case_content_t a:last-child {
    border-radius: 0px 5px 0px 0px;
}

.IndexService .IndexService_content {
    position: relative;
    z-index: 9;
}

.IndexService .IndexService_content .case_content_title {
    background: #fff;
    padding: 1rem 1rem 0 1rem;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
}

.IndexService .IndexService_content .case_content_title a {
    color: #999999;
    font-size: 16px;
    display: block;
    width: 6%;
    margin-right: 2.5%;
    margin-bottom: 2%;
    position: relative;
    text-align: center;
}

.IndexService .IndexService_content .case_content_title a:nth-child(12n) {
    margin-right: 0px;
}

.IndexService .IndexService_content .case_content_title a:hover {
    color: #333333;
}

.IndexService .IndexService_content .case_content_title a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 2px;
    background: #e62129;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexService .IndexService_content .case_content_title a:hover:before {
    width: 56px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexService .IndexService_content .case_content_title a.on:before {
    width: 56px;
    transition: all 0.5s ease 0s;
    -webkit-transform: all 0.5s ease 0s;
}

.IndexService .IndexService_content .case_content_title a.on {
    color: #333333;
}

.IndexService .IndexCase_content {
    margin-bottom: 40px;
}

.in_case .in_Ca .Ca_T li .content_list_hover dt {
    height: 30px;
    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;
}

.in_case .in_Ca .Ca_T li .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;
}

.in_case .in_Ca .Ca_T li .content_list_hover .hr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.in_case .in_Ca .Ca_T li .content_list_hover .hr img {
    width: auto;
    height: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.in_case .in_Ca .Ca_T li:hover .content_list_img img {
    opacity: .6;
    transition: all 0.5s ease;
    -webkit-transform: all 0.5s ease;
}

.in_case .in_Ca .Ca_T li:hover .content_list_hover dd {
    opacity: 1;
}

.in_case .in_Ca .Ca_T li:hover .content_list_hover .hr img {
    opacity: 1;
}

.in_case .in_Ca .Ca_T li:hover .content_list_hover dt {
    opacity: 1;
}

.in_case .in_Ca .Ca_T li: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);
    }
}



/*新增*/

.consult-container {
    width: 73px;
    position: fixed;
    bottom: 10vh;
    right: 12px;
    z-index: 99;
    opacity: 1;
    transition: all .4s;
    font-size: 12px;
    color: #393a51;
}

.consult-container input {
    opacity: 0;
    cursor: default;
    position: absolute;
}

.consult-container .icon-box {
    padding: 12px 0;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-shadow: 12px 12px 26px 6px rgba(20, 21, 22, .06);
    color: #393a51;
}

.font-box {
    padding: 6px 0 !important;
    background-color: #f4f5fc !important;
    border-bottom: 1px solid #fff;
}

.consult-container .font-box1 {
    padding: 6px 0;
}

.consult-container .consult1,
.consult-container .consult {
    position: absolute;
    left: 12px;
    top: 14px;
    border: 1px solid #e62129;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    animation: ani-data-v-789143c6 1.4s ease-out infinite;
    -webkit-animation: ani-data-v-789143c6 1.4s ease-out infinite;
    -moz-animation: ani-data-v-789143c6 1.4s ease-out infinite;
}

.consult-container .consult1 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.consult-container .icon-box .iconfont {
    font-size: 30px;
    line-height: 1;
}

.consult-container .icon-box:hover {
    background-color: #e62129 !important;
    transition: color .2s ease;
}

.consult-container .icon-box:hover .font {
    color: #fff !important;
}

.consult-container .icon-box:hover .consult1,
.consult-container .icon-box:hover .consult {
    display: none;
}

.consult-container .go-top {
    text-align: center;
    cursor: pointer;
    margin-top: 23px;
    color: #393a51;
    display: none;
}

.go-top img {
    width: 30px;
    margin: auto;
}

.color500 {
    color: #e62129;
}

.el-popover {

    display: none;
    position: absolute;
    background: #fff;
    min-width: 130px;
    border-radius: 4px;
    border: 1px solid #f2f4f5;
    padding: 12px;
    /* right: 15px;
	top: 0; */
    z-index: 2000;
    color: #0d1a26;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all;
    /* transform: translateY(-30%); */
    top: 50%;
    right: 115%;
    transform: translateY(-50%);
}

.phone-popover {
    padding: 0;
    max-width: 212px;
}

.phone-popover .phone {
    padding: 6px;
    font-size: 14px;
    line-height: 24px;
    color: #393a51;
}

.phone-popover .phone img {}

.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: -6px;
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
    border-color: transparent;
    border-style: solid;

}

.el-popper .popper__arrow {
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
}

/* .tran_zixun{transform: translateY(70%);}
  .tran_tell{transform: translateY(50%);} */
.el-popover-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-box_img {
    width: 40px;
    height: 40px;
    margin: 0 auto 3px;
    position: relative;
}

.icon-box_img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img_red {
    opacity: 1;
}

.img_white {
    opacity: 0;
}

.consult-container .icon-box:hover .img_red {
    opacity: 0;
}

.consult-container .icon-box:hover .img_white {
    opacity: 1;
}

.item_span {
    position: relative;
    display: block;
}

span.el-popover__reference-wrapper {
    display: block;
}

@keyframes ani-data-v-789143c6 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    25% {
        transform: scale(1.15);
        opacity: .3;
    }

    50% {
        transform: scale(1.3);
        opacity: .7;
    }

    75% {
        transform: scale(1.45);
        opacity: .5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width: 780px) {
    .consult-container {
        display: none;
    }
}

/* contact-me-end */