.xs-block {
    display: block;
}
.xs-flex {
    display: flex;
}
.xs-hidden {
    display: none !important;
}
body {
    padding-bottom: 0.9rem;
}
/* 头部开始 */
.container {
    width: 94%;
    height: 100%;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}
.containertwo{
    width: 94%;
    height: 100%;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}
.footer_float {
    display: block;
}

.box1 .middle,
.middle {
    width: 94%;
    margin: auto;
}

.waphear {
    display: block;
    width: 100%;
    height: 75px;
    z-index: 12;
    position: relative;
}

.inner {
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 3px 6px #cacaca;
    position: fixed;
}

.waphear .ico {
    width: .7rem;
    height: 4px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    padding: 6px 0;
    background-color: #000;
    background-clip: content-box;
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -10px;
    z-index: 9;
    box-sizing: content-box;
}

.menu ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu ul li .ico {
    position: absolute;
    right: 15px;
    width: 15px;
    height: 15px;
    top: 10px;
    z-index: 1;
    background: url(../images/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    filter: grayscale(100%);
}

.menu ul li a {
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px
}

.menu ul li .a_js2 {}

.menu ul li .a_fmj_on {
    background: url(../images/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    filter: grayscale(100%);
}

.menu ul li .a_bf {
    display: none
}

.menu ul li .a_bf a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}

.waphear .logo {
    width: 100%;
    height: 75px;
    float: left;
    background: url(../img/logo.png) no-repeat 0.15rem center;
    background-size: auto 87%;
}

.menu {
    display: none;
}

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

.menu .show-menu img {
    width: auto;
    max-width: 100%;
}

.menu .closed {
    width: 30px;
    height: 25px;
    border-radius: 50%;
    padding-top: 5px;
    position: absolute;
    right: 0.1rem;
    top: 5px;
    z-index: 11;
    color: #E1E1E1
}

.menu .show-menu {
    width: 60%;
    height: 100%;
    position: fixed;
    z-index: 9;
    background: #222;
    left: 0;
    top: 0;
    padding-top: 5%;
    text-align: center
}

.menu .show-menu h1 {
    line-height: 1.25rem;
    text-align: center;
    color: #000;
    font-weight: normal
}

.menu .show-menu a {
    color: #fff
}

.menu .show-menu li {
    line-height: 0.64rem;
    font-size: 100%;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 20px;
}

.show-erweima {
    width: 66%;
    background: rgba(255, 255, 255, 0.9);
    margin: auto;
    padding: 0.64rem;
    text-align: center;
    border-radius: 0.2rem;
    padding-bottom: 0.3rem;
    position: fixed;
    bottom: 20%;
    display: none;
    left: 10%;
    z-index: 9
}

.show-erweima img.ewm {
    width: auto;
    max-width: 100%;
    height: auto
}

.show-erweima .txt {
    line-height: 2rem;
    color: #0D0D0D;
    font-size: 100%
}

.show-erweima .txt span {
    padding: 5px 10px;
    background: #202D4F;
    color: #fff
}

.show-erweima .txt span a {
    color: #fff
}

.show-erweima .txt .wx {
    width: 8%;
    margin-right: 5px;
    display: inline-block
}

.show-erweima .closed {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    width: 30px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #373737;
}

.footer_float {
    /* height: auto; */
    height: 1.08rem;
    overflow: hidden;
    background: #9F0710;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
}

.footer_float a {
    color: #fff;
}

.footer_float ul li {
    float: left;
    padding: 0.2rem 0;
    width: 24%;
    line-height: 0.64rem;
    text-align: center;
    font-size: 100%;
    background: url(../images/nav_line.jpg) right repeat-y;
}

.footer_float ul li:last-child {
    background: none;
    border-right: none;
}

.footer_float ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.4)
}

/* 头部结束 */

/* 轮播开始 */
.footer_float {height:auto; overflow:hidden; background:#3D3C3A; color:#fff; width:100%; position:fixed; z-index:9999; left:0; bottom:0; }
.footer_float a{ color:#fff;}
.footer_float ul li{ float:left; padding:0.2rem 0;  width:24%; line-height:0.5rem; text-align:center; font-size:100%; background:url(../images/nav_line.jpg) right repeat-y;}
.footer_float ul li:last-child{ background:none; border-right: none;}
.footer_float ul li{ border-right: 1px solid rgba(255,255,255,0.4)}
.wap-news,.wap-nesnva{display: none;}
.rel-news ul li i{ font-style: inherit;}
.wapadv-cont,.wap{display: none;}
.pc{ display: block;}
.middle,.w1300{ width: 96%; margin: auto;}
.waphear,.wap{ display: block;}
.pc{display: none;}
.head,.header,.syproduct{ display: none;}
#header{ display: none;}
.waphear { display: block;width: 100%; height: 70px; z-index: 99; background: #222;}
.waphear .ico{
    width: 10%;height:4px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 6px 0;
    background-color:#fff;
    background-clip: content-box; position:absolute; right:0.4rem; top:0.65rem; z-index:9; }
.menu ul li{ position: relative; border-bottom: 1px solid rgba(255,255,255,0.2);}
.menu ul li .ico{ position:absolute; right:15px; width:15px; height:15px; top: 10px; z-index:1;background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;filter: grayscale(100%);}
.menu ul li a{height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.menu ul li .a_js2{}
.menu ul li .a_fmj_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s;filter: grayscale(100%);}
.menu ul li .a_bf{display:none}
.menu ul li .a_bf a{height:40px;line-height:40px;font-size:14px; display:block;}
.inner{ background: #222; box-shadow:  1px 3px 6px #cacaca;position: fixed; }
.waphear .logo {
    width: 75%;
    height: 50px;
    float: left;
    background: url(../images/logo.png) no-repeat left center;
    background-size: auto 100%;
}
.waphear h1{ padding: 10px; box-sizing: border-box;}
.wap-lg-hidden{ width:100%; display:inline-block;background:#232323}
.wap-lg-hidden ul li{ width:24.9%; float:left; border-right:1px solid #555;  border-bottom: 1px solid #555; ; margin-bottom:1px; text-align:center;line-height:40px;}
.wap-lg-hidden ul li a{ color:#fff}
.wap-lg-hidden ul li:nth-child(4n){ border-right:none}
.wap-lg-hidden ul li:nth-child(5),.wap-lg-hidden ul li:nth-child(6),.wap-lg-hidden ul li:nth-child(7),.wap-lg-hidden ul li:nth-child(8){ border-bottom:none}
.banner-image{ background-size: 143%;
    width: 100%;
    overflow: hidden;
    height: 196px;
    background-position-x: 48%;}

/*.waplb .swiper-container>.swiper-pagination-bullets{ bottom: 3% !important;}*/
/*.waplb .swiper-pagination-bullet{width: 64px !important; height: 4px !important; background: #fff; opacity:0.5;border-radius: 0px;}*/
/*.waplb .swiper-pagination-bullet-active{ opacity: 1;}*/
/*.waplb .swiper-button-prev{ left: 83% !important; top: 94%;outline: none;color: #fff;border: 2px solid #fff; width: 40px;height: 40px;border-radius: 50%;}*/
/*.waplb .swiper-button-next:after,.waplb .swiper-button-prev:after{ font-size: 18px !important;font-weight: bold;}*/
/*.waplb .swiper-button-next{ right: 10% !important;top: 94%;outline: none;color: #fff;border: 2px solid #fff; width: 40px;height: 40px;border-radius: 50%;}*/
/*.waplb .swiper-slide img{width: 100%;height: auto;min-height: 100%;}*/
/*.waplb .swiper-button-prev:hover,.waplb .swiper-button-next:hover{ background: rgba(255,255,255,0.5);}*/

/*.waplb .swiper-pagination-bullet{ width: 20px !important; height:3px !important;}*/
/*.waplb .swiper-slide img{ width: 140%;margin-left: -19%;}*/
/*.waplb .swiper-container-horizontal>.swiper-pagination-bullets{ width: 40%;left:30% !important;}*/
/*.waplb .swiper-pagination-bullet-active{ width: 26px !important; height: 3px !important; background-size: 100% !important;}*/
/*.waplb .swiper-button-next,.waplb .swiper-button-prev{ width: 30px;height: 30px;}*/
/*.waplb .swiper-button-prev {*/
/*    left: 2% !important;*/
/*    top: 56%;}*/
/*.waplb .swiper-button-next {*/
/*    right: 1% !important;*/
/*    top: 56%;*/
/*}*/
.button_down{ display:none}
.shipin{ z-index: 1;}

/*.lb .swiper-slide .swiper-text .lb-title{ font-size: 18px !important; line-height: 40px;}*/
/*.lb{ height: auto;}*/
/*.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active{ font-size: 16px !important;}*/
/*.lb-swiper-pagination-bullet{font-size: 14px !important; line-height: 30px;}*/
/*.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active::after{ width: 30px;}*/
/*.lb-swiper-pagination{ bottom: 0px !important; right: 10px; width: 30px !important;}*/
/*.lb-swiper-pagination-bullet::after{ width: 30px;}*/
/*.lb .swiper-slide .swiper-text{ left: -300px;}*/
/*.bofang{ width: 25px; height: 25px;bottom: 8%;}*/
/*.shengyin{ width: 25px; height: 25px; left: 13%; bottom: 7.6%;}*/
/*.shengyin img{ width: 100% !important;}*/
/*.lb .swiper-slide .swiper-text{ bottom: 50px; width: 60%;}*/
/*.lb .swiper-slide .swiper-text{ font-size: 14px !important;}*/
/*.lb .swiper-slide .swiper-text .lb-tel{ font-size: 14px;}*/
/*.lb .swiper-slide .swiper-text p{ width: 80px; height: 3px;}*/
/*.lb .swiper-slide .swiper-text .lb-tel span{ font-size: 12px !important; width: 120px; height: 25px; line-height: 25px; float: left; margin-top: 2%; }*/
/*.lb .swiper-slide img{ width: 110%;}*/
.title img{ width: 50%;}
.title p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.show-erweima{ width:66%; background:rgba(255,255,255,0.9); margin:auto;  text-align:center; border-radius:0.6rem; padding-bottom:1rem; position:fixed; bottom:25%; display:none; left:17%; z-index:99}
.show-erweima img.ewm{ width:auto; max-width:100%; height:auto}
.show-erweima .txt{ line-height:1rem; color:#0D0D0D; font-size:100%}
.show-erweima .txt span{ padding:5px 10px; background:#202D4F; color:#fff}
.show-erweima .txt span a{ color:#fff}
.show-erweima .txt .wx{ width:8%; margin-right:5px; display:inline-block }
.show-erweima .closed{ position:absolute; right:10px; top:10px; z-index:10; width:25px; height:25px; padding-top:5px; text-align:center; color:#fff; border-radius:50%; background:#373737;}
.footer_float {height:auto; overflow:hidden; background:#3D3C3A; color:#fff; width:100%; position:fixed; z-index:9999; left:0; bottom:0; }
.footer_float a{ color:#fff;}
.footer_float ul li{ float:left; padding:0.2rem 0;  width:24%; line-height:0.5rem; text-align:center; font-size:100%; background:url(../images/nav_line.jpg) right repeat-y;}
.footer_float ul li:last-child{ background:none; border-right: none;}
.footer_float ul li{ border-right: 1px solid rgba(255,255,255,0.4)}
/* 轮播结束 */
/* baner */
.lb {
    width: 100%;
    height: 4.2rem;
    display: block !important;
}

.lb .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lb .swiper-slide {
    text-align: center;
    font-size: 12px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lb .swiper-slide  a{ width:100%;height:100%;}

.lb-video {
    display: block;
    width: 100%;
    position: relative;
}

.shengyin {
    position: absolute;
    left: 11%;
    bottom: 4%;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
}

.shengyin img {
    float: left;
    width: 0.5rem !important;
}

.lb-swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: auto !important;
    right: 0.2rem;
    bottom: 8px !important;
    text-align: center;
    width: 0.6rem !important;
    z-index: 999;
}

.lb-swiper-pagination-bullet {
    font-family: 'OpenSans';
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    opacity: 1;
    color: #fff;
    background: none;
    position: relative;
    margin-bottom: 0.2rem;
    cursor: pointer
}

.lb-swiper-pagination-bullet::after {
    position: absolute;
    bottom: 0px;
    right: 2px;
    display: inline-block;
    width: 30px;
    height: 2px;
    content: '';
    background-color: #fff;
}

.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active {
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
}

.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active::after {
    width: 40px;
}

.lb .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}

.bofang {
    position: absolute;
    bottom: 4%;
    left: 3%;
    font-size: 0.5rem !important;
    width: 0.5rem;
    height: 0.5rem;
    color: #fff;
}

.bofang a {
    color: #fff;
}

.shipinimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shipinbei {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
/* 首页轮播结束 */
/* 首页战略开始 */
.index-zhanlue-container {
    padding: .7rem 0 .35rem;
}
.index-zhanlue-container .zhanlue-wrap {
    width: 100%;
    flex-wrap: wrap;
}
.index-zhanlue-container h3 {
    font-size: .48rem;
    margin-bottom: 0.23rem;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}
.index-zhanlue-container h4 {
    font-size: .22rem;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1;
}
.index-zhanlue-container .zhanlue-item {
    width: 100%;
    padding: 0.38rem 0.25rem 0.2rem 0.4rem;
    margin-bottom: .2rem;
}
.index-zhanlue-container .zhanlue-item .tit-wrp {
    display: flex;
    align-items: center;
}
.index-zhanlue-container .zhanlue-item img {
    display: block;
    height: .75rem;
    margin-bottom: .25rem;
    margin-right: 0.3rem;
}
.index-zhanlue-container .zhanlue-item .tit1 {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.index-zhanlue-container .zhanlue-item .tit2 {
    font-size: .24rem;
    margin-bottom: .2rem;
}
.index-zhanlue-container .zhanlue-item .desc {
    font-size: .2rem;
    line-height: 2;
    color: #666;
}
.index-zhanlue-container .zhanlue-item:nth-child(1) {
    background-color: #fafafa;
}
.index-zhanlue-container .zhanlue-item:nth-child(2) {
    background-color: #f5f5f5;
}
.index-zhanlue-container .zhanlue-item:nth-child(3) {
    background-color: #f0f0f0;
}
/* 首页战略结束 */
/* 首页方案开始 */
.index-fangan-wrap {
    flex-wrap: wrap;
}
.index-fangan-wrap .fangan-item {
    width: 100%;
    margin-right: 1px;
    background-color: #2b2b2d;
    color: #fff;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
    transition: width .3s;
    position: relative;
    margin-bottom: 0.02rem;
}
.index-fangan-wrap .fangan-item.on {
    background: url(../images/fangan_bg_02.jpg);
}
.index-fangan-wrap .fangan-item .num {
    width: .65rem;
    height: 0.86rem;
    line-height: 1;
    font-size: .6rem;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 0.5rem;
    border-bottom: .06rem solid #fff;
}
.index-fangan-wrap .fangan-item .num-img{ display: none}
.index-fangan-wrap .fangan-item .icon {
    width: 1.45rem;
    height: 1.45rem;
    margin-bottom: 0.24rem;
}
.index-fangan-wrap .fangan-item .tit1 {
    font-size: .42rem;
    font-weight: bold;
    white-space:nowrap;
}
.index-fangan-wrap .fangan-item .tit2 {
    font-size: .24rem;
    text-transform: uppercase;
    white-space:nowrap;
}
.index-fangan-wrap .fangan-item .nav-wrp {
    margin-top: .35rem;
}
.index-fangan-wrap .fangan-item .nav-wrp a {
    width: 44%;
    margin-bottom: .2rem;
    margin-right: 5%;
    font-size: .26rem;
    line-height: 2;
    color: #fff;
    display: inline-block;
    border-radius: 0.4rem;
    border: 1px solid #fff;
    text-align: center;
}
.index-fangan-wrap .fangan-item .btn-more {
    border: 0.02rem solid #8d9296;
    width: 2.35rem;
    height: 0.5rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    text-transform: uppercase;
    margin-top: .25rem;
    display: block;
}
.index-fangan-wrap .fangan-item .btn-line {
    width: .14rem;
    height: .17rem;
    background: url(../images/fangan-more.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: .5rem;
    bottom: .87rem;
    display: none;
}
.index-fangan-wrap .fangan-item.on .icon,
.index-fangan-wrap .fangan-item.on .btn-line {
    display: none;
}
.index-fangan-wrap .fangan-item.on .nav-wrp,
.index-fangan-wrap .fangan-item.on .btn-more {
    display: block;
}
/* 首页方案结束 */
/* 首页关于开始 */
.index-about {
    padding: 0.5rem 0;
    background-color: #f5f5f5;
    box-sizing: content-box;
}
.index-about h3 {
    font-size: .8rem;
    color: #da0502;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .38rem;
    text-transform: uppercase;
}
.index-about h4 {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .5rem;
}
.index-about .desc {
    font-size: 0.24rem;
    line-height: .48rem;
    margin-bottom: 0.25rem;
}
.index-about-img {
    display: none;
    width: 8.5rem;
    height: 7.73rem;
    position: absolute;
    right: 0;
    top: 0.93rem;
    z-index: 3;
}
.index-about .nav-wrp {
    height: 1.52rem;
    background-color: #fff;
    padding: 0.39rem 0 0.25rem;
    justify-content: space-around;
}
.index-about .nav-wrp a {
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
}
.index-about .nav-wrp a img {
    height: 0.5rem;
}
.index-about .nav-wrp a:hover {
    color: #da0502;
}
.index-about .btn-more {
    display: block;
    width: 2.17rem;
    height: 0.52rem;
    background: url(../images/about_btn.jpg);
    background-size: 100% 100%;
}
/* 首页关于结束 */
/* 首页案例开始 */
.index-case {
    margin: 0.7rem 0;
}
.index-title-wrp {
    margin-bottom: .5rem;
    flex-wrap: wrap;
}
.index-title-wrp .tit-wrp {
    width: 100%;
    margin-bottom: .2rem;
}
.index-title-wrp h3 {
    font-size: 0.5rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.index-title-wrp h4 {
    font-size: 0.5rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.25rem;
}
.index-title-wrp .btn-wrp a {
    width: 1.6rem;
    height: 0.58rem;
    line-height: 0.54rem;
    font-size: .22rem;
    border: 0.02rem solid #b7b7b7;
    border-radius: 0.1rem;
    margin-right: .15rem;
    color: #333;
    text-align: center;
}
.index-title-wrp .btn-wrp a.on {
    border-color: #da0502;
    background-color: #da0502;
    color: #fff;
}
.index-case .index-title-wrp .btn-wrp a.on {
    width: 2.1rem;
    height: 0.6rem;
    line-height: 0.56rem;
}
.index-case-list {
    flex-wrap: wrap;
}
.index-case-list .list-item {
    width: 48.5%;
    height: 4.53rem;
    margin-right: 3%;
    margin-bottom: 0.05rem;
}
.index-case-list .list-item:nth-of-type(2n) {
    margin-right: 0;
}
.index-case-list .list-item .item-row {
    display: block;
    width: 100%;
    height: 48%;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
}
.index-case-list .list-item:nth-child(2) .item-row,
.index-case-list .list-item:nth-child(3) .item-row {
    height: 100%;
}
.index-case-list .list-item .item-row:first-child {
    margin-bottom: 4%;
}
.index-case-list .list-item .item-row .img {
    width: 100%;
    height: 100%;
    margin-bottom: .25rem;
}
.index-case-list .list-item .item-row .con-wrp {
    width: 100%;
    position: absolute;
    left: 0;
    top: 25%;
    transition: all .3s;
    z-index: 5;
}
.index-case-list .list-item .item-row .logo {
    width: 100%;
    margin-bottom: .15rem;
    transition: all .2s;
}
.index-case-list .list-item .item-row .desc {
    padding: 0 10%;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-bottom: .2rem;
    opacity: 1;
    transition: all .2s;
}
.index-case-list .list-item .item-row .more {
    display: block;
    width: .73rem;
    height: .32rem;
    line-height: .32rem;
    background-color: #da0502;
    color: #fff;
    text-align: center;
    margin: auto;
    opacity: 1;
    transition: all .2s;
}
.index-case-list .list-item .item-row.on .con-wrp {
    top: 15%;
}
.index-case-list .list-item .item-row.on .logo {
    transform: scale(0.7);
    margin-bottom: .1rem;
}
.index-case-list .list-item .item-row.on .desc,
.index-case-list .list-item .item-row.on .more {
    opacity: 1;
    margin-bottom: .1rem;
}
.index-case-list .list-item .item-row::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
    z-index: 1;
}

.index-case-list .list-item .item-row .logo {
    width: 100%;
    margin-bottom: .15rem;
    transition: all .2s;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
/* 首页案例结束 */
/*优势*/
.box-youshi{ width: 100%; display: inline-block; background: #2b2b2d; padding: 15px 0px;}
.box-youshi ul li{ width: 49%; margin-right: 2%; box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2); background: #fff; float: left; border-radius: 15px; padding: 2%;
box-sizing: border-box; margin-bottom: 15px;}
.box-youshi ul li:nth-child(2n){ margin-right: 0px}
.box-youshi ul li .yoshi-wen{ text-align: center; }
.box-youshi ul li .yoshi-wen span{ font-size: 0.34rem; font-weight: bold; line-height: 0.6rem}
.box-youshi ul li .yoshi-wen .you-desc{ font-size: 14px;line-height: 24px; height:170px; overflow: hidden }
.you-imng img{ width: 80px; height: auto; display: block; margin: auto}
.you-quan{ display: none;}
/* 新闻开始 */
.index-news {
    margin: 0.7rem 0 1rem;
}
.index-news-block {
    width: 100%;
    margin-right: 0%;
    border-radius: .18rem;
    overflow: hidden;
}
.index-news-block .img {
    width: 100%;
    height: 3.05rem;
    object-fit: cover;
}
.index-news-block .con-wrp {
    width: 100%;
    padding: 0.3rem 0.25rem;
    background-color: #f4f4f4;
}
.index-news-block .con-wrp .tit {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    overflow: hidden;
    font-size: .32rem;
    margin-bottom: .1rem;
}
.index-news-block .con-wrp .desc {
    width: 100%;
    height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
    font-size: .2rem;
    color: #666;
    margin-bottom: .38rem;
}
.index-news-block .con-wrp .time-wrp {
    font-size: .22rem;
    color: #333;
    font-family: Arial;
}
.index-news-block .con-wrp .time-wrp img {
    width: .29rem;
    height: .29rem;
    margin-right: .12rem;
}
.index-news-block .con-wrp .more {
    font-size: .22rem;
    color: #333;
}
.index-news-wrp1 {
    margin-bottom: .4rem;
    display: block;
}
.index-news-item {
    width: 100%;
    margin-right: 2%;
    border: 0.02rem solid #999;
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: .3rem;
}
.index-news-item:nth-of-type(3n) {
    margin-right: 0;
}
.index-news-item .time-wrp {
    font-size: .2rem;
    color: #333;
    font-family: Arial;
    margin-bottom: .16rem;
}
.index-news-item .time-wrp img {
    width: .22rem;
}
.index-news-item .line {
    width: .24rem;
    height: 0.03rem;
    background: #666;
    margin-right: .1rem;
    margin-top: 0.12rem;
}
.index-news-item .tit-wrp {
    align-items: start;
}
.index-news-item .tit {
    font-size: .28rem;
    color: #333;
    height: .56rem;
    line-height: .28rem;
    overflow: hidden;
    flex-shrink: 1;
}
.index-news-more {
    display: block;
    width: 2.1rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: .22rem;
    border-radius: 0.1rem;
    margin: 0.3rem auto 0;
    text-align: center;
    background-color: #da0502;
    color: #fff;
}
/* 新闻结束 */
/* 留言开始 */
.index-liuyan {
    width: 100%;
    background: url('../images/index_form_bg_03.png') no-repeat center center;
    padding-top: 0.57rem;
    padding-bottom: 0.57rem;
}
.index-liuyan > .container {
    background-color: #fff;
    border-radius: 0.3rem;
    padding: .75rem 0.5rem;
    flex-wrap: wrap;
}
.index-liuyan .con-wrp {
    width: 100%;
    margin-bottom: 0.2rem;
}
.index-liuyan .con-wrp .text1 {
    font-size: .36rem;
    line-height: 1;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
.index-liuyan .con-wrp .text2 {
    font-size: .36rem;
    line-height: 1;
    margin-bottom: 0.25rem;
    font-weight: bold;
}
.index-liuyan .con-wrp .text3 {
    font-size: .24rem;
    line-height: 1;
    margin-bottom: 0.55rem;
}
.index-liuyan .con-wrp .info-wrp {
    margin-bottom: .4rem;
    display: none;
}
.index-liuyan .con-wrp .info-wrp .icon {
    width: .3rem;
    margin-right: .15rem;
}
.index-liuyan .con-wrp .info-wrp .tit {
    font-size: .18rem;
}
.index-liuyan .con-wrp .info-wrp .con {
    font-size: .24rem;
    flex-shrink: 1;
}
.index-liuyan .con-wrp .info-wrp.tel-wrp .con {
    font-size: .36rem;
    color: #c20300;
    font-weight: bold;
}
.index-liuyan-form {
    width: 100%;
}
.index-liuyan-form .form-group {
    width: 100%;
    margin-right: 5%;
    margin-bottom: .24rem;
}
.index-liuyan-form .form-group:nth-of-type(2n) {
    margin-right: 0;
}
.index-liuyan-form .form-group .tit {
    font-size: .24rem;
    color: #666;
    margin-bottom: .1rem;
}
.index-liuyan-form .form-group input,
.index-liuyan-form .form-group select {
    display: block;
    width: 100%;
    height: .67rem;
    line-height: .42rem;
    border: .02rem solid #e9e9e9;
    background-color: #fcfcfc;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
    font-size: .24rem;
    color: #333;
}
.index-liuyan-form .form-group select option{ color: #333}
.index-liuyan-form textarea {
    display: block;
    width: 100%;
    height: 1.14rem;
    border: .02rem solid #e9e9e9;
    background-color: #fcfcfc;
    border-radius: 0.1rem;
    padding: .15rem .2rem;
    font-size: .24rem;
    resize: none;
}
.index-liuyan-form .btn-submit {
    width: 2.1rem;
    height: .55rem;
    text-align: center;
    line-height: .55rem;
    color: #fff;
    font-size: .22rem;
    background: url('../images/index_form_btn.png') no-repeat;
    background-size: cover;
    display: block;
    margin: .35rem auto 0;
    cursor: pointer;
}
/* 留言结束 */
/* 底部开始 */
.footer {
    color: #fff;
    background: #222;
}
.foot-nav-wrp {
    padding-top: .5rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #393939;
    flex-wrap: wrap;
}
.foot-info {
    width: 100%;
    margin-right: 8%;
    margin-bottom: .4rem;
}
.foot-tit {
    height: .56rem;
    line-height: 1;
    border-bottom: 1px solid #7a7a7a;
    font-size: .3rem;
    margin-bottom: .25rem;
    width: 50%;
}
.foot-info .text1 {
    font-size: .36rem;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: .25rem;
}
.foot-info .text2 {
    font-size: .26rem;
    margin-bottom: .37rem;
}
.foot-info .ewm-item {
    width: 47%;
    margin-right: 5%;
    float: left;
}
.foot-info .ewm-item:nth-child(2n){ margin-right: 0px;}
.foot-info .ewm-item img {
    display: block;
    width: 80%;
    margin: auto;
}
.foot-info .ewm-item .tit {
    text-align: center;
    font-size: .24rem;
    margin-top: 0.1rem;
}
.foot-ewm-wrp{ display: block}

.foot-nav {
    width: 100%;
    display: none;
}
.foot-nav .nav-item {
    width: 25%;
    margin-right: 5%;
    padding-left: 0.55rem;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 0.47rem 0.47rem;
}
.foot-nav .nav-item .nav-tit {
    font-size: .24rem;
    height: .47rem;
    line-height: .47rem;
    margin-bottom: .05rem;
}
.foot-nav .nav-item a {
    display: block;
    font-size: .2rem;
    color: #fff;
    line-height: .36rem;
}
.foot-nav .nav-item a:hover {
    text-decoration: underline;
}
.foot-nav .nav-item:nth-child(1) {
    background-image: url('../images/foot_icon1.png');
}
.foot-nav .nav-item:nth-child(2) {
    background-image: url('../images/foot_icon2.png');
}
.foot-nav .nav-item:nth-child(3) {
    background-image: url('../images/foot_icon3.png');
}
.foot-link-wrp {
    padding: 0.15rem 0 0;
    border-bottom: 1px solid #393939;
    display: none;
}
.foot-link-wrp .tit {
    font-size: .24rem;
    margin-bottom: .15rem;
}
.foot-link-wrp a {
    font-size: .2rem;
    color: #8b8b8b;
    margin-right: .35rem;
    margin-bottom: .2rem;
}
.foot-bot-wrp {
    padding: 0.15rem 0;
    color: #8b8b8b;
    font-size: .16rem;
}
/* 底部结束 */
/* 内页公共开始 */
.inside-header .inside-banner {
    display: block;
    width: 120%;
    height: 100%;
    object-fit: cover;
    margin-left: -10%;
}
.inside-head-nav {
    width: 100%;
    padding: 0.25rem 0;
    display: inline-block;
}
.inside-head-nav a {
    width: 29%;
    padding: 0 0.1rem;
    margin: 5px 2%;
    overflow: hidden;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 16px;
    background-color: #d6d6d6;
    display: block;
    float: left;
}
.inside-head-nav a.on{
    background-color: #da0502;
    color: #fff;
}
.inside-crumb {
  font-size: 12px;
  color: #666;
  margin-top: 0.12rem;
  padding: 0 3%;
  justify-content: flex-start;
}
.inside-crumb a {
  font-size: inherit;
  color: inherit;
}
.inside-crumb img {
    width: 0.28rem;
    margin-right: .12rem;
}
.inside-nav .container {
    padding: 0.22rem 0 0.35rem;
}
.inside-bgcolor {
    background-color: #f6f6f6;
}
.pages{width:100%; margin:.2rem 0;}
.pages span{
    padding: 0 .11rem;
    float: left;
	background: #da0502;
    border: 1px solid #da0502;
    border-radius: 0.06rem;
    color: #FFF;
    height: 0.4rem;
    line-height: 0.38rem;
	text-align: center;
	margin: 0 0 0 0.1rem;
    font-size: .2rem;
}
.pages a{
    padding: 0 .11rem;
    height: 0.4rem;
    float: left;
    border-radius: 0.06rem;
    border: 1px solid #bfbfbf;
    color: #333;
    line-height: 0.38rem;
	margin: 0 0 0 0.1rem;
	text-align: center;
    font-size: .2rem;
}
/* 内页公共结束 */
/* 案例开始 */
.inside-case-wrap {
    padding: 0.42rem 0;
}
.inside-case-list .list-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: .33rem;
    border-radius: 0.04rem;
}
.inside-case-list .list-item:nth-of-type(2n) {
    margin-right: 0;
}
.inside-case-list .list-item .img-wrp {
    width: 100%;
    height: 2.14rem;
    position: relative;
    overflow: hidden;
}
.inside-case-list .list-item .img-wrp .mask {
    display: none;
}
.inside-case-list .list-item .img-wrp img{ width: 100%; height: 100%; object-fit: cover}
.inside-case-list .list-item .con-wrp {
    background-color: #fff;
    padding: 0 0.22rem;
}
.inside-case-list .list-item .con-wrp .tit-wrp {
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
}
.inside-case-list .list-item .con-wrp .tit-wrp .tit {
    width: 80%;
    overflow: hidden;
}
.inside-case-list .list-item .con-wrp .tit-wrp img {
    width: .24rem;
}
.inside-case-list .list-item .con-wrp .desc {
    border-top: 1px solid #f4f4f4;
    height: 0.55rem;
    line-height: 0.55rem;
    color: #999;
    font-size: 0.2rem;
    overflow: hidden;
}
/* 案例结束 */
/* 应用开始 */
.yingyong-wrap {
    padding: 0.1rem 0;
}
.yingyong-title-wrap {
    margin-bottom: .45rem;
}
.yingyong-title-wrap h3 {
    font-size: .5rem;
    margin-bottom: 0.05rem;
    font-weight: bold;
}
.yingyong-title-wrap .desc {
    font-size: .24rem;
}
.yingyong-swiper-container {
    padding: 0.3rem 0rem;
    overflow: hidden;
}
.yingyong-swiper-button {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background-color: #f6f6f6;
    cursor: pointer;
    position: absolute;
    top: -1rem;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
.yingyong-swiper-button-next {
    right: 0;
    background-image: url('../images/yingyong_btn_03.png');
}
.yingyong-swiper-button-prev {
    right: .7rem;
    background-image: url('../images/yingyong_btn_01.png');
}
.yingyong-block {
    width: 100%;
    margin-bottom: 0.3rem;
    display: inline-block;
}
.yingyong-block:last-child {
    margin-bottom: 0;
}
.inside-header{ width: 100%; overflow: hidden}
.yingyong-block .img {
    width:96%;
    border-radius: 0.3rem;
    margin: 0 0.2rem;
}
.yingyong-block .con {
    width: 100%;
    padding-top: 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.yingyong-block .con .tit {
    line-height: 0.6rem;
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .15rem;
}
.yingyong-block .con .desc {
    font-size: 12px;
    line-height: .34rem;
    margin-bottom: 0.2rem;
}
.yingyong-block .con .btn a {
    display: inline-block;
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .24rem;
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 0.23rem 0.23rem 0.23rem 0;
    margin-right: 0.1rem;
}
.yingyong-block .con .btn a:last-child {
    margin-right: 0;
}
.yingyong-shuju {
    padding: 0.5rem 0;
    background-color: #edf0fb;
}
.yingyong-shuju-wrp .item {
    width: 48.5%;
    margin-right: 3%;
    height: 4.2rem;
    padding: 0.2rem;
    margin-bottom: .18rem;
    border-radius: 0.2rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 1.2rem auto;
}
.yingyong-shuju-wrp .item:nth-of-type(2n) {
    margin-right: 0;
}
.yingyong-shuju-wrp .item .tit {
    font-size: .32rem;
    font-weight: bold;
    line-height: 0.5rem;
    margin-bottom: .1rem;
}
.yingyong-shuju-wrp .duan-item{ height: 3.4rem}
.yingyong-shuju-wrp .pin-item{ height: 3.4rem}
.yingyong-shuju-wrp .chan-item{ height: 3rem}
.yingyong-shuju-wrp .item .desc {
    font-size: .24rem;
    line-height: .4rem;
}
.yingyong-youshi {
    padding: 0.5rem 0;
}
.yingyong-youshi-list .item {
    width: 48.5%;
    height: 5.2rem;
    margin-right: 3%;
    margin-bottom: 0.3rem;
    border-radius: .2rem;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 .03rem 0.01rem #d6d6d6;
    padding: 0.4rem 0.2rem;
}
.yingyong-youshi-list .item:nth-of-type(2n) {
    margin-right: 0;
}
.yingyong-youshi-list .item img {
    height: 1.2rem;
    display: block;
    margin: 0 auto .25rem;
}
.yingyong-youshi-list .item .tit {
    text-align: center;
    font-size: .3rem;
    margin-bottom: .1rem;
    line-height: 1.2;
    font-weight: bold;
}
.yingyong-youshi-list .item .desc {
    font-size: .24rem;
    line-height: .4rem;
}
/* 应用结束 */
/* 内页详情开始 */
.inside-content {
    padding-top: 0.3rem;
}
.show-case-wrp {
    flex-wrap: wrap;
    background-color: #fff;
}
.show-case-wrp .con {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
}
.show-case-wrp .con img {
    display: block;
    width: 100%;
}
.show-case-wrp .form-wrp {
    width: 100%;
    padding: 0.25rem 0.23rem;
}
.show-case-wrp .form-wrp .tit {
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .2rem;
}
.show-case-wrp .form-wrp input,
.show-case-wrp .form-wrp select {
    width: 100%;
    height: .55rem;
    line-height: 0.5rem;
    border: 0.02rem solid #dadada;
    padding: 0 0.2rem;
    font-size: .24rem;
    color: #666;
    margin-bottom: 0.2rem;
}
.show-case-wrp .form-wrp .btn-submit {
    width: 100%;
    height: .52rem;
    line-height: 0.52rem;
    background-color: #da0502;
    color: #fff;
    font-weight: bold;
    font-size: .18rem;
    text-align: center;
    cursor: pointer;
}
.show-pages {
    padding: 0.16rem 0.25rem;
    background-color: #fff;
    font-size: .24rem;
}
.show-rec1 {
    padding-top: .4rem;
    margin-bottom: .4rem;
}
.rec-tit {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.show-rec-news .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 0.2rem;
    padding: 0.2rem 0;
    border-bottom: .02rem solid #c4c4c4;
    position: relative;
}
.show-rec-news .item:nth-of-type(2n) {
    margin-right: 0;
}
.show-rec-news .item .jiantou {
    position: absolute;
    right: 0.5rem;
    top: .3rem;
    width: .31rem;
}
.show-rec-news .item .date {
    height: .42rem;
    line-height: .25rem;
    font-size: .22rem;
    position: relative;
    margin-bottom: .2rem;
}
.show-rec-news .item .date:after {
    content: "";
    display: block;
    width: .4rem;
    height: 0.02rem;
    background-color: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.show-rec-news .item .tit {
    font-size: .24rem;
    font-weight: bold;
    height: .32rem;
    line-height: .32rem;
    margin-bottom: .1rem;
    overflow: hidden;
}
.show-rec-news .item .desc {
    font-size: .2rem;
    height: .9rem;
    line-height: .3rem;
    overflow: hidden;
}
.show-wrap {
    padding-bottom: .5rem;
}
.show-wrap h1 {
    font-size: .32rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: .2rem;
}
.show-wrap .info {
    font-size: .2rem;
    color: #666;
    text-align: center;
    margin-bottom: .4rem;
}
/* 内页详情结束 */
/* 内页活动开始 */
.zhaopin-houdong {
    padding: 0.5rem 0;
}
.zhaopin-houdong .tit1 {
    font-size: .48rem;
    color: #c2c2c2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .15rem;
    line-height: 1;
}
.zhaopin-houdong .tit2 {
    font-size: .4rem;
    text-align: center;
    font-weight: bold;
    color: #da0502;
    line-height: 1;
    margin-bottom: .16rem;
}
.zhaopin-houdong .tit3 {
    font-size: .24rem;
    text-align: center;
    margin-bottom: .58rem;
}
.zhaopin-houdong .huodong-wrp {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.zhaopin-houdong .huodong-wrp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.huodong-swiper-wrap,
.huodong-swiper-slide {
    width: 100%;
    height: 100%;
}
.zhaopin-yongren {
    color: #fff;
    flex-wrap: wrap;
}
.yongren-left {
    width: 100%;
    padding: .5rem;
    background-color: #da0502;
}
.yongren-right {
    width: 100%;
    background-color: #313035;
    padding: 0.5rem 3%;
}
.yongren-left .tit1 {
    font-size: .4rem;
    line-height: 1;
    margin-bottom: .25rem;
    font-weight: bold;
}
.yongren-left .tit2 {
    font-size: .3rem;
    line-height: 1;
    margin-bottom: .5rem;
}
.yongren-left .desc {
    font-size: .24rem;
    line-height: .4rem;
}
.yongren-right .item {
    width: 48.5%;
    height: 2.3rem;
    margin-right: 3%;
    margin-bottom: .3rem;
    background-color: #fff;
    padding: .22rem;
    color: #333;
    overflow: hidden;
    position: relative;
}
.yongren-right .item:nth-of-type(2n) {
    margin-right: 0;
}
.yongren-right .item .num-img {
    position: absolute;
    right: .16rem;
    bottom: -.18rem;
    width: 1.26rem;
    height: 0.67rem;
    background-size: 100% 100%;
}
.yongren-right .item .tit {
    font-size: .36rem;
    line-height: 1.1;
    margin-bottom: .25rem;
    font-weight: bold;
    margin-top: 0.1rem;
}
.yongren-right .item .desc {
    font-size: .22rem;
    line-height: .36rem;
}
.yongren-right .item:nth-child(1) .num-img {
    background-image: url(../images/recruit1.png);
}
.yongren-right .item:nth-child(2) .num-img {
    background-image: url(../images/recruit2.png);
}
.yongren-right .item:nth-child(3) .num-img {
    background-image: url(../images/recruit3.png);
}
.yongren-right .item:nth-child(4) .num-img {
    background-image: url(../images/recruit4.png);
}
.yongren-right .item:nth-child(5) .num-img {
    background-image: url(../images/recruit5.png);
}
.yongren-right .item:nth-child(6) .num-img {
    background-image: url(../images/recruit6.png);
}
.zhaopin-chengzhang {
    padding: .5rem 0;
}
.zhaopin-chengzhang .tit-wrp .tit1 {
    font-size: .48rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.zhaopin-chengzhang .tit-wrp .tit2 {
    font-size: .24rem;
    margin-bottom: .3rem;
}
.zhaopin-chengzhang .img-wrp  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.zhaopin-chengzhang .img-wrp img {
    width: 48.5%;
    height: 3rem;
    margin-right: 3%;
    margin-bottom: .2rem;
    object-fit: cover;
     border-radius: 10px;
    overflow: hidden;
}
.zhaopin-chengzhang .img-wrp img:nth-child(1){ display: none}
.zhaopin-chengzhang .img-wrp img:nth-of-type(2n-1) {
    margin-right: 0;
}
.zhaopin-daiyan {
    padding: 0.5rem 0;
    background-color: #f7f7f7;
}
.zhaopin-daiyan .tit1 {
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.35rem;
}
.zhaopin-daiyan .tit2 {
    font-size: 0.4rem;
    text-align: center;
    line-height: 1;
    margin-bottom: .68rem;
}
.daiyan-list {
    width: 100%;
}
.daiyan-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.daiyan-list{ position: relative;margin-bottom: .9rem; }
.daiyan-list .daiyan-slide{ width: 100%;height: 4.18rem;border-radius: 0.08rem;box-sizing: border-box;overflow: hidden; flex-shrink: 0;position: relative;}
.daiyan-list .daiyan-slide img{ width: 100%;height: 100%;object-fit: cover;}
.daiyan-list .daiyan-slide {
    text-align: center;
	transform: scale(0.8);
}
.daiyan-list .swiper-slide-active,.daiyan-list .swiper-slide-duplicate-active{
	transform: scale(1);
}
.recruit-wrap {
    margin-bottom: 0.4rem;
}
.recruit-wrap .rec-tit1 {
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}
.recruit-wrap .rec-tit2 {
    font-size: 0.46rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.62rem;
}
.recruit-wrap .rec-top {
    margin-bottom: 0.54rem;
    font-size: 0.3rem;
    flex-wrap: wrap;
}
.recruit-wrap .rec-top > div {
    width: 100%;
}
.recruit-wrap .rec-top .wx-txt {
    padding: 0 0.1rem;
    background-color: #000;
    color: #fff;
    border-radius: 0.08rem;
}
.rec-tab-wrp {
    margin-bottom: 0.35rem;
}
.rec-tab-wrp a {
    width: 3.05rem;
    height: 0.6rem;
    line-height: 0.56rem;
    border: 0.02rem dashed #999;
    border-radius: 0.06rem;
    text-align: center;
    font-size: 0.26rem;
    margin-right: 0.2rem;
    margin-bottom: 0.25rem;
}
.rec-con-wrp .con-item {
    width: 100%;
    padding: 0.25rem;
    border: 1px dashed #999;
    border-radius: 0.06rem;
    display: none;
} 
.rec-con-wrp .con-item:first-child {
    display: block;
} 
.rec-con-wrp .con-item .tit {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.rec-con-wrp .con-item .text-wrp {
    font-size: 0.22rem;
    line-height: 0.34rem;
}
.rec-con-wrp .con-item .text-wrp .text-col {
    width: 50%;
    padding-right: 0.55rem;
}
.zhaopin-map-wrp .map-wrp {
    width: 100%;
    height: 4.8rem;
}
.zhaopin-map-wrp {
    padding: 0.5rem 0;
}
.zhaopin-map-wrp > .container {
    flex-wrap: wrap;
}
.zhaopin-map-wrp .cont-wrp {
    width: 100%;
    font-size: 0.26rem;
    padding-top: .2rem;
}
.zhaopin-map-wrp .cont-wrp .cont-item {
    margin-bottom: .25rem;
}
.zhaopin-map-wrp .cont-wrp .cont-item img {
    width: .33rem;
    margin-left: .2rem;
}
.zhaopin-map-wrp .cont-wrp .ewm-wrp {
    margin-top: .4rem;
}
.zhaopin-map-wrp .cont-wrp .ewm-item {
    margin-left: 0.3rem;
    font-size: .2rem;
    text-align: center;
}
.zhaopin-map-wrp .cont-wrp .ewm-item img {
    display: block;
    width: 1.27rem;
    margin-bottom: .04rem;
}
/* 内页活动结束 */
/* 服务列表开始 */
.fuwu-wrapper {
    background-color: #f6f6f6;
    padding: 0.4rem 0 0;
}
.fuwu-rel {
    background-color: #f6f6f6;
}
.fuwu-wrapper > .container {
    padding: .25rem 0;
    background-color: #fff;
    flex-wrap: wrap;
}
.fuwu-left {
    width: 100%;
    position: relative;
}
.fuwu-right {
    width: 100%;
    padding: 0.25rem;
}
.fuwu-head {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: .25rem;
    background-color: #d3190c;
    color: #fff;
}
.fuwu-head .tit1 {
    font-size: .45rem;
    margin-bottom: .2rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
}
.fuwu-head .tit2 {
    font-size: .32rem;
    margin-bottom: 0.4rem;
    line-height: 0.4rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.fuwu-head .tit2:after {
    content: '';
    display: block;
    width: .6rem;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -.2rem;
}
.fuwu-head .btn {
    width: 2.13rem;
    height: 0.46rem;
    line-height: 0.46rem;
    background-color: #fff;
    border-radius: 0.23rem;
    font-size: .2rem;
    color: #333;
    margin-bottom: .66rem;
}
.fuwu-head .btn img {
    width: .23rem;
    margin-left: .09rem;
}
.fuwu-head .ewm-wrp {
    font-size: .13rem;
    display: none;
}
.fuwu-head .ewm-wrp img {
    display: block;
    width: .93rem;
    padding: 0.06rem;
    border-radius: 0.06rem;
    background-color: #fff;
    margin: 0 auto .05rem;
}
.fuwu-head .catimg {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fuwu-head .con-wrp {
   margin-top: 0.3rem;
}
.fuwu-head .con-wrp .tel {
    font-size: .32rem;
    font-family: arial;
    font-weight: bold;
}
.fuwu-head .con-wrp .tel-tit {
    font-size: .18rem;
    margin-bottom: .15rem;
}
.fuwu-head .con-wrp .tel-tit .icon {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    margin-right: .1rem;
    background: #fff url('../images/fuwu_icon_13.jpg') no-repeat center center;
    background-size: 0.21rem auto;
}
.fuwu-con {
    padding-top: .3rem;
}
.fuwu-con img {
    display: block;
    width: 100%;
}
.fuwu-cat {
    width: 100%;
    padding: .2rem 0;
    background-color: #f6f6f6;
    margin-bottom: .45rem;
}
.fuwu-cat .tit {
    font-size: .36rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.02rem solid #ededed;
    padding-bottom: 0.15rem;
}
.fuwu-cat .cat-wrp a {
    width: 33.333%;
    height: .58rem;
    line-height: .58rem;
    text-indent: .3rem;
    border-bottom: 0.02rem solid #ededed;
    font-size: .24rem;
    position: relative;
}
.fuwu-cat .cat-wrp a:active,
.fuwu-cat .cat-wrp a.on {
    color: #da0502;
}
.fuwu-liuyan .tit {
    font-size: .3rem;
    margin-bottom: .2rem;
}
.fuwu-liuyan input,
.fuwu-liuyan select {
    display: block;
    width: 100%;
    height: .52rem;
    line-height: .48rem;
    border: 0.02rem solid #dfdfdf;
    padding: 0 .2rem;
    font-size: .22rem;
    margin-bottom: .2rem;
}
.fuwu-liuyan .btn-sub {
    display: block;
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    font-size: .22rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: .2rem;
    background-color: #d3190c;
}
/* 服务列表结束 */
/* 联系我们开始 */
.contact-wrap {
    padding: 0.5rem 0;
}
.contact-info-wrap {
    flex-wrap: wrap;
    align-content: flex-start;
}
.contact-info-wrap .con-wrp {
    width: 100%;
}
.contact-info-wrap .tit1 {
    font-size: .44rem;
    line-height: 1;
    padding-top: .25rem;
    margin-bottom: .26rem;
    font-weight: bold;
}
.contact-info-wrap .tit2 {
    font-size: .29rem;
    height: .54rem;
    line-height: 1;
    margin-bottom: .29rem;
    border-bottom: 1px solid #b1b1b1;
}
.contact-info-wrap .info-row {
    margin-bottom: .3rem;
    font-size: .24rem;
}
.contact-info-wrap .info-row .icon {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    background-color: #df1918;
    margin-right: .24rem;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center;
}
.contact-info-wrap .info-row.tel {
    font-size: .38rem;
    font-weight: bold;
}
.contact-info-wrap .info-row.tel .icon {
    background-image: url('../images/contact_icon1.png');
    background-size: 55% auto;
}
.contact-info-wrap .info-row.email .icon {
    background-image: url('../images/contact_icon2.png');
}
.contact-info-wrap .info-row.addr .icon {
    background-image: url('../images/contact_icon3.png');
    background-size: 45% auto;
}
.contact-info-wrap .ewm-wrp .ewm-item {
    width: 20%;
    margin-right: 5%;
}
.contact-info-wrap .ewm-wrp img {
    width: 100%;
    padding: 0.04rem;
    border-radius: 0.08rem;
    box-shadow: 0 0 0.07rem 0.02rem rgba(194, 194, 194, .35);
}
.contact-info-wrap .ewm-wrp .tit {
    font-size: .14rem;
    text-align: center;
    margin-top: 0.08rem;
}
.contact-info-wrap .map-wrp {
    width: 100%;
    height: 5.65rem;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 0.3rem;
}
.contact-form-wrap {
    width: 100%;
    background-color: #da0502;
    border-radius: 0.4rem;
    margin-top: .5rem;
}
.contact-form-wrap .tit-wrp {
    width: 1.6rem;
    height: 1.72rem;
    background: url('../images/contact_logo.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 2%;
    display: none;
}
.contact-form {
    width: 100%;
    border-radius: 0.4rem;
    background-color: #f1f1f1;
    height: 100%;
    padding: 0.5rem 0.15rem 0.25rem 0.2rem;
}
.contact-form .form-group {
    width: 100%;
    margin-bottom: .2rem;
}
.contact-form .form-group label {
    width: 1.2rem;
    text-align: right;
    margin-right: 1%;
    font-size: .22rem;
}
.contact-form .form-group .input-text {
    flex-grow: 1;
    height: .55rem;
    line-height: .53rem;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 0.08rem;
    padding-left: 0.2rem;
    font-size: .22rem;
}
.contact-form .form-group textarea.input-text {
    flex-grow: 1;
    height: .89rem;
}
.contact-form .btn-sub {
    width: 2.54rem;
    height: 0.54rem;
    background-color: #da0502;
    font-size: .21rem;
    border-radius: 0.08rem;
    color: #fff;
    float: right;
}
/* 联系我们结束 */
/* 关于我们开始 */
.about-wrap {
    padding: 0.5rem 0;
}
.brief-con {
    width: 100%;
}
.about-wrap .about-img {
    width: 100%;
}
.brief-con .tit1 {
    font-size: .2rem;
    color: #da0502;
    text-transform: uppercase;
    padding-left: .23rem;
    position: relative;
    margin-bottom: .1rem;
}
.brief-con .tit1::before {
    content: '';
    display: block;
    width: .13rem;
    height: .13rem;
    border-radius: 50%;
    background-color: #da0502;
    position: absolute;
    left: 0;
    top: 0.09rem;
}
.brief-con .tit2 {
    font-size: .4rem;
    margin-bottom: .15rem;
}
.brief-con .line {
    width: .5rem;
    height: 0.03rem;
    background-color: #da0502;
    margin-bottom: .19rem;
}
.brief-con .tit3 {
    font-size: .3rem;
}
.brief-con .desc {
    margin-top: .35rem;
    font-size: .24rem;
    line-height: 2;
}
.about-brief-img {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0.89rem;
}
.about-culture-wrap {
    position: relative;
}
.about-culture-wrap .tit-wrp {
    margin-bottom: .2rem;
    text-align: center;
    display: block;
}
.about-culture-wrap .tit-wrp .tit1 {
    font-size: .24rem;
    text-transform: uppercase;
}
.about-culture-wrap .tit-wrp .tit2 {
    font-size: .48rem;
    font-weight: bold;
}
.about-culture-list {
    width: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-bottom: none;
}
.about-culture-list .list-item {
    width: 50%;
    padding: .35rem .2rem;
    background-color: #fff;
    cursor: default;
    transition: all .3s;
    border-bottom: 1px solid #e2e2e2;
}
.about-culture-list .list-item:nth-of-type(2n-1) {
    border-right: 1px solid #e2e2e2;
}
.about-culture-list .list-item .icon {
    display: block;
    width: .52rem;
    margin: 0 auto .3rem;
}
.about-culture-list .list-item .icon2 {
    display: none;
}
.about-culture-list .list-item .tit {
    font-size: .3rem;
    text-align: center;
    margin-bottom: .2rem;
}
.about-culture-list .list-item .desc {
    font-size: .24rem;
    text-align: center;
    height: 40px;
}
.about-culture-list .list-item:hover {
    background-color: #c30301;
    color: #fff;
}
.about-culture-list .list-item:hover .icon1 {
    display: none;
}
.about-culture-list .list-item:hover .icon2 {
    display: block;
}
.about-cert-wrap {
    padding: 0.75rem 0;
}
.about-cert-wrap .tit1 {
    font-size: .6rem;
    font-weight: bold;
    text-align: center;
}
.about-cert-wrap .tit2 {
    font-size: .3rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .2rem;
}
.about-cert-swiper {
    width: 100%;
    overflow: hidden;
    height: 11rem;
}
.about-cert-swiper-wrapper {
    height: 100%;
}
.about-cert-swiper-slide img {
    display: block;
    width: 100%;
    margin-bottom: 0.02rem;
}
.about-cert-swiper-slide .tit {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .22rem;
    background-color: #ebebeb;
    text-align: center;
}
.about-cert-wrap .btn-wrp {
    display: flex;
    width: 1.5rem;
    justify-content: space-around;
    margin: 0 auto .3rem;
}
.about-cert-button {
    width: .55rem;
    height: .45rem;
    border: 1px solid #999;
    border-radius: 0.1rem;
    background-position: center;
    background-size: .11rem auto;
    background-repeat: no-repeat;
}
.about-cert-button-prev {
    background-image: url('../images/about_cert_left.png');
}
.about-cert-button-next {
    background-image: url('../images/about_cert_right.png');
}
.hezuo-wrap {
    padding: 0.5rem 0;
    background: #ebebeb url('../images/about_hezuo_bg.jpg') no-repeat center center;
    background-size: cover;
}
.hezuo-wrap .tit1 {
    font-size: .4rem;
    font-weight: bold;
}
.hezuo-wrap .tit2 {
    font-size: .22rem;
    margin-bottom: 0.08rem;
}
.hezuo-wrap .line {
    width: 0.45rem;
    height: 0.03rem;
    background-color: #bf060b;
}
.hezuo-swiper {
    width: 100%;
    overflow: hidden;
    margin-top: .3rem;
}
.hezuo-swiper-slide {
    width: 2.87rem;
    height: 1.85rem;
    background: #fff;
}
.hezuo-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont-qie{ display: none}
.hezuo-btn {
    width: 1.9rem;
    height: 0.56rem;
    line-height: 0.56rem;
    margin: 0.45rem auto 0;
    background-color: #da0502;
    color: #fff;
    font-size: 0.22rem;
    border-radius: 0 0.15rem 0 0.15rem;
}
.hezuo-btn img {
    width: .34rem;
    margin-left: 0.2rem;
    margin-top: -0.05rem;
}
.hezuo-swiper-btn-wrp {
    width: .68rem;
    position: absolute;
    right: 5%;
    top: 0.4rem;
    display: none;
}
.hezuo-swiper-btn-wrp .dot {
    width: .05rem;
    height: .05rem;
    background-color: #989898;
    border-radius: 50%;
}
.hezuo-swiper-btn {
    width: .15rem;
    height: .26rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hezuo-swiper-button-prev {
    background-image: url('../images/hezuo_left.png');
}
.hezuo-swiper-button-next {
    background-image: url('../images/hezuo_right.png');
}
/* 关于我们结束 */
/* 新闻列表开始 */
.inside-news-wrap {
    padding: 0.5rem 0;
}
.news-headline-swiper {
    width: 100%;
    overflow: hidden;
    margin-bottom: .35rem;
}
.news-headline-slide {
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #fff;
}
.news-headline-slide .img {
    display: block;
    width: 100%;
    height: 3.67rem;
    object-fit: cover;
    border-radius: 0.2rem;
}
.news-headline-slide .con-wrp {
    padding: 0.2rem 0.25rem 0.15rem;
    background-color: #fff;
}
.news-headline-slide .tit {
    font-size: 0.26rem;
    height: 0.24rem;
    line-height: 1;
    margin-bottom: 0.12rem;
    font-weight: bold;
}
.news-headline-slide:hover .tit {
    color: #da0502;
    font-weight: bold;
}
.news-headline-slide .desc {
    height: .6rem;
    line-height: .3rem;
    font-size: 0.2rem;
    color: #666;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.news-headline-slide .more {
    font-size: 0.2rem;
}
.news-headline-slide .date-wrp {
    width: .8rem;
    height: .9rem;
    background-color: #da0603;
    color: #fff;
    text-align: center;
    position: absolute;
    left: .18rem;
    top: .2rem;
}
.news-headline-slide .date-wrp .day {
    line-height: .54rem;
    font-size: .36rem;
}
.news-headline-slide .date-wrp .month {
    line-height: .28rem;
    font-size: .18rem;
}
.news-headline-pagination {
    margin-bottom: .8rem;
}
.news-headline-pagination .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    background-color: #999999;
    margin-right: .34rem;
}
.news-headline-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.news-headline-pagination .swiper-pagination-bullet-active {
    background-color: #da0603;
}
.show-rec-news .item .img {
    display: block;
    width: 100%;
    height: 2rem;
    border-radius: 0.2rem;
    object-fit: cover;
    margin-top: 0.2rem;
}
/* 新闻列表结束 */