.lg-block {
    display: block;
}

.lg-flex {
    display: flex;
}

.lg-hidden {
    display: none;
}
.wap{ display: none}
/* 头部开始 */
.container {
    width: 80.7%;
    height: 100%;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.header-logo {
    width: 12.11%;
    display: block;
}

.header-pc {
    width: 100%;
    height: 122px;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.header-pc>.container {
    width: 85%;
}

.header-pc-nav {
    flex-grow: 1;
    height: 100%;
    margin-left: 3%;
    margin-right: 3%;
}

.header-pc-nav .nav-item {
    line-height: 122px;
    /* min-width: 102px; */
    position: relative;
    font-size: 18px;
    color: #fff;
    border-bottom: 3px solid transparent;
    transition: font-size .3s;
}

.header-pc-nav .nav-item:hover,
.header-pc-nav .nav-item.on {
    /* border-bottom-color: #fff; */
    font-size: 20px;
    font-weight: bold;
    color: #f67524;
}

.header-pc-nav .nav-item a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: center;
}

.header-pc-nav .nav-item .sub-list {
    width: 100%;
    position: absolute;
    left: 0;
    top: 96px;
    background: rgba(0, 0, 0, .3);
    padding: 15px 0;
    display: none;
}

.header-pc-nav .nav-item:hover .sub-list {
    display: block;
}

.header-pc-nav .nav-item .sub-list .sub-item {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    transition: all .3s;
}

.header-pc-nav .nav-item .sub-list .sub-item:hover {
    background: rgba(0, 0, 0, .5);
}

.header-pc-nav .nav-item .sub-list .sub-item a {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.head-icon-wrp {
    width: 14%;
    font-size: 24px;
    color: #fff;
}
.head-icon-wrp img {
    width: 39px;
    margin-right: .1rem;
}

/* 头部结束 */
/* 首页轮播开始 */
/* baner */
.pc {display: block;}
.lb {
    width: 100%;
    height: auto;
}

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

.lb .swiper-slide {
    text-align: center;
    font-size: 18px;
    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-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: auto !important;
    right: 10%;
    bottom: 70px !important;
    width: 28px !important;
    z-index: 999;
}

.lb-swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    margin-bottom: 24px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

.lb-swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: '';
    background-color: #fff;
    border-radius: 50%;
}

.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active {
    border-color: #f67524;
}

.lb-swiper-pagination-bullet.lb-swiper-pagination-bullet-active::after {
    background-color: #f67524;
}

.lb .swiper-slide img {
    display: block;
    width: 100%;
}
.lb-swiper-button-prev {
    width: 63px;
    height: 63px;
    background: url('../images/banner_left.png') no-repeat center center;
    position: absolute;
    left: 5.68%;
    bottom: 50%;
    z-index: 99;
    cursor: pointer;
}
.lb-swiper-button-next {
    width: 63px;
    height: 63px;
    background: url('../images/banner_right.png') no-repeat center center;
    position: absolute;
    right: 5.68%;
    bottom: 50%;
    z-index: 99;
    cursor: pointer;
}
.lb-swiper-button-prev:hover,
.lb-swiper-button-next:hover {
    opacity: .8;
}
/* 首页轮播结束 */
/* 首页战略开始 */
.index-zhanlue-container {
    padding: .7rem 0 .57rem;
}
.index-zhanlue-container .zhanlue-wrap {
    width: 100%;
}
.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: .18rem;
    margin-bottom: 0.5rem;
    text-align: center;
    line-height: 1;
}
.index-zhanlue-container .zhanlue-item {
    width: 33.33%;
    height: 4.75rem;
    padding: 0.38rem 0.25rem 0.2rem 0.32rem;
}
.index-zhanlue-container .zhanlue-item img {
    display: block;
    height: .75rem;
    margin-bottom: .25rem;
}
.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: .18rem;
    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 .fangan-item {
    width: 18%;
    height: 8.05rem;
    margin-right: 1px;
    background-color: #2b2b2d;
    color: #fff;
    padding-top: .64rem;
    padding-left: .5rem;
    padding-right: 0.25rem;
    transition: width .3s;
    position: relative;
}
.index-fangan-wrap .fangan-item.on {
    width: 28%;
    padding-left: 1.14rem;
    background: url(../images/fangan_bg_02.jpg);
}
.index-fangan-wrap .fangan-item .num {
    width: .45rem;
    height: 0.86rem;
    line-height: 1;
    font-size: .3rem;
    font-weight: bold;
    font-family: arial;
    margin-bottom: 1.2rem;
    border-bottom: .06rem solid #fff;
}

.index-fangan-wrap .fangan-item .num-img {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 0.24rem;
    text-align: center;
}
.index-fangan-wrap .fangan-item .num-img img{ width: 55%; margin-top: 22%}
.index-fangan-wrap .fangan-item.on .num-img{ display: none}
.index-fangan-wrap .fangan-item .tit1 {
    font-size: .36rem;
    white-space:nowrap;
}
.index-fangan-wrap .fangan-item .tit2 {
    font-size: .16rem;
    text-transform: uppercase;
    white-space:nowrap;
}
.index-fangan-wrap .fangan-item .nav-wrp {
    margin-top: .35rem;
    display: none;
}
.index-fangan-wrap .fangan-item .nav-wrp a {
    font-size: .2rem;
    line-height: 2;
    color: #fff;
    display: block;
}
.index-fangan-wrap .fangan-item .btn-more {
    display: none;
    border: 0.02rem solid #8d9296;
    width: 2.35rem;
    height: 0.5rem;
    line-height: 0.46rem;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    position: absolute;
    left: 1.14rem;
    bottom: .5rem;
    text-transform: uppercase;
}
.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;
}
.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 {
    min-height: 7.73rem;
    padding: 0.93rem 0;
    background-color: #f5f5f5;
    box-sizing: content-box;
}
.index-about > .container {
     min-height: 7.73rem;
}
.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: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .78rem;
}
.index-about .desc {
    width: 50%;
    font-size: 0.18rem;
    line-height: .48rem;
}
.index-about-img {
    display: block;
    width: 8.5rem;
    height: 7.73rem;
    position: absolute;
    right: 0;
    top: 0.93rem;
    z-index: 3;
}
.index-about .nav-wrp {
    width: 10.47rem;
    height: 1.52rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0.52rem;
    z-index: 4;
    padding: 0.39rem 0.55rem 0.25rem;
}
.index-about .nav-wrp a {
    height: 100%;
    font-size: 0.18rem;
    text-align: center;
    margin-right: 11%;
}
.index-about .nav-wrp a img {
    height: 0.5rem;
}
.index-about .nav-wrp a:hover {
    color: #da0502;
}
.index-about .btn-more {
    width: 2.17rem;
    height: 0.52rem;
    background: url(../images/about_btn.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}
/* 首页关于结束 */
/*首页优势开始*/
.box-youshi{ width: 100%; display: inline-block; background: url("../images/youshibei.jpg") no-repeat;
    background-size: 100%; padding-top: 6.5%; position: relative }
.box-youshi .container{ position:initial}
.index-youshi-list ul li{ width: 40%; float: left; height: 1.7rem;}
.index-youshi-list ul li .yoshi-wen{ width: 77%; float: left; text-align: right; color: #fff}
.index-youshi-list ul li .you-imng{ width: 14%; float: right;}
.index-youshi-list ul li .you-imng img{ width: 100%; margin-top: 40%}
.index-youshi-list ul li:nth-child(5) .you-imng img,
.index-youshi-list ul li:nth-child(6) .you-imng img{ margin-top: 0px}
.index-youshi-list ul li:nth-child(2n){ float: right}
.index-youshi-list ul li:nth-child(2n) .yoshi-wen{ float: right; text-align: left}
.index-youshi-list ul li:nth-child(2n) .you-imng{ float: left}
.index-youshi-list ul li .yoshi-wen span{ font-size: 0.28rem; font-weight: bold; line-height: 0.5rem }
.index-youshi-list ul li .yoshi-wen .you-desc{ font-size: 0.16rem; line-height: 0.3rem;}
.index-youshi-list ul li:nth-child(1),.index-youshi-list ul li:nth-child(5){ padding-left: 6%; box-sizing: border-box;margin-bottom: 0.8rem}
.index-youshi-list ul li:nth-child(3),.index-youshi-list ul li:nth-child(4){margin-bottom: 0.8rem;}
.index-youshi-list ul li:nth-child(3){ padding-right: 7%; box-sizing: border-box;}
.index-youshi-list ul li:nth-child(4){ padding-left: 7%; box-sizing: border-box;}
.index-youshi-list ul li:nth-child(2),.index-youshi-list ul li:nth-child(6){ padding-right: 6%; box-sizing: border-box; margin-bottom: 0.8rem}
.index-youshi-list ul li:nth-child(5),.index-youshi-list ul li:nth-child(6){ margin-bottom: 0.6rem}
.index-youshi-list ul li:nth-child(1) .you-imng img, .index-youshi-list ul li:nth-child(2) .you-imng img{ margin-top: 66%}
.you-quan{ position: absolute; width: 5rem; height: 5rem; top: 21.5%; left: 37%;}
.you-quan img{ width: 100%;animation: rotateIn 5s linear 0s infinite alternate both;}
.you-quan p{ position:absolute; font-size: 0.3rem; color: #fff; text-align: center; font-weight: bold; top: 40%; left: 21% }


    /*首页优势结束*/


/* 首页案例开始 */
.index-case {
    margin: 0.7rem 0;
}
.index-title-wrp {
    margin-bottom: .5rem;
}
.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: .18rem;
    border: 0.02rem solid #b7b7b7;
    border-radius: 0.1rem;
    margin-left: .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 .list-item {
    width: 24.17%;
    height: 4.53rem;
    margin-right: 1.1%;
}
.index-case-list .list-item:last-child {
    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%;
    object-fit:cover;
    margin-bottom: .25rem;
}
.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 .con-wrp {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35%;
    transition: all .3s;
    z-index: 2;
}
.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;
}
.index-case-list .list-item .item-row .desc {
    padding: 0 10%;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-bottom: .2rem;
    opacity: 0;
    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: 0;
    transition: all .2s;
}
.index-case-list .list-item .item-row.on .con-wrp {
    top: 20%;
}
.index-case-list .list-item .item-row.on .logo {
    transform: scale(0.9);
    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:nth-child(2) .con-wrp,
.index-case-list .list-item:nth-child(3) .con-wrp{ top: 40%;}

.index-case-list .list-item:nth-child(2) .item-row.on .con-wrp,
.index-case-list .list-item:nth-child(3) .item-row.on .con-wrp{
    top: 20%;
}
.index-case-list .list-item:nth-child(2) .list-item.on .logo,
.index-case-list .list-item:nth-child(3) .list-item.on .logo{
    transform: scale(0.9);
    margin-bottom: .1rem;
}
.index-case-list .list-item:last-child .item-row .list-more { opacity:1}
/* 首页案例结束 */
/* 新闻开始 */
.index-news {
    margin: 0.7rem 0 1rem;
}
.index-news-block {
    width: 32.66%;
    margin-right: 1%;
    border-radius: .18rem;
    overflow: hidden;
}
.index-news-block:last-child {
    margin-right: 0;
}
.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: .22rem;
    margin-bottom: .1rem;
}
.index-news-block .con-wrp .desc {
    width: 100%;
    height: 0.6rem;
    line-height: 0.3rem;
    overflow: hidden;
    font-size: .16rem;
    color: #666;
    margin-bottom: .38rem;
}
.index-news-block .con-wrp .time-wrp {
    font-size: .16rem;
    color: #333;
    font-family: Arial;
}
.index-news-block .con-wrp .time-wrp img {
    width: .29rem;
    height: .29rem;
    margin-right: .29rem;
}
.index-news-block .con-wrp .more {
    font-size: .18rem;
    color: #333;
}
.index-news-wrp1 {
    margin-bottom: .4rem;
}
.index-news-item {
    width: 32.66%;
    margin-right: 1%;
    height: 1.35rem;
    border: 0.02rem solid #999;
    padding-top: 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: .16rem;
    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;
}
.index-news-item .tit {
    font-size: .2rem;
    color: #333;
    height: .24rem;
    line-height: .24rem;
    overflow: hidden;
    width: 100%;
}
.index-news-more {
    display: block;
    width: 2.1rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: .18rem;
    border-radius: 0.1rem;
    margin: 0.3rem auto 0;
    text-align: center;
    background-color: #da0502;
    color: #fff;
}
/* 新闻结束 */
/* 留言开始 */
.index-liuyan {
    width: 100%;
    height: 6.54rem;
    background: url('../images/index_form_bg_03.png') no-repeat center center;
    padding-top: 0.57rem;
}
.index-liuyan > .container {
    height: 5.4rem;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: .75rem 0.5rem;
}
.index-liuyan .con-wrp {
    width: 47%;
    margin-right: 3%;
}
.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.85rem;
}
.index-liuyan .con-wrp .info-wrp {
    margin-bottom: .4rem;
}
.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;
}
.index-liuyan .con-wrp .info-wrp.tel-wrp .con {
    font-size: .36rem;
    color: #c20300;
    font-weight: bold;
}
.index-liuyan-form {
    width: 50%;
}
.index-liuyan-form .form-group {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: .34rem;
}
.index-liuyan-form .form-group:nth-of-type(2n) {
    margin-right: 0;
}
.index-liuyan-form .form-group .tit {
    font-size: .16rem;
    color: #666;
    margin-bottom: .1rem;
}
.index-liuyan-form .form-group input,
.index-liuyan-form .form-group select {
    display: block;
    width: 100%;
    height: .47rem;
    line-height: .42rem;
    border: .02rem solid #e9e9e9;
    background-color: #fcfcfc;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
}
.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;
    resize: none;
}
.index-liuyan-form .btn-submit {
    width: 2.1rem;
    height: .55rem;
    text-align: center;
    line-height: .55rem;
    color: #fff;
    font-size: .18rem;
    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: .7rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #393939;
}
.foot-info {
    width: 40%;
    margin-right: 8%;
}
.foot-tit {
    height: .56rem;
    line-height: 1;
    border-bottom: 1px solid #7a7a7a;
    font-size: .3rem;
    margin-bottom: .28rem;
}
.foot-info .foot-tit {
    width: 70%;
}
.foot-info .text1 {
    font-size: .36rem;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: .25rem;
}
.foot-info .text2 {
    font-size: .18rem;
    margin-bottom: .37rem;
}
.foot-info .ewm-item {
    width: 20%;
    margin-right: 5%;
} 
.foot-info .ewm-item img {
    display: block;
    width: 100%;
}
.foot-info .ewm-item .tit {
    text-align: center;
    font-size: .14rem;
    margin-top: 0.1rem;
}
.foot-nav {
    width: 52%;
}
.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: .22rem;
    height: .47rem;
    line-height: .47rem;
    margin-bottom: .05rem;
}
.foot-nav .nav-item a {
    display: block;
    font-size: .16rem;
    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;
}
.foot-link-wrp .tit {
    font-size: .2rem;
    margin-bottom: .15rem;
}
.foot-link-wrp a {
    font-size: .16rem;
    color: #8b8b8b;
    margin-right: .35rem;
    margin-bottom: .2rem;
}
.foot-bot-wrp {
    padding: 0.15rem 0;
    color: #8b8b8b;
    font-size: .16rem;
}
/* 底部结束 */
/* 内页公共开始 */
.inside-header {
    width: 100%;
    height: 7rem;
}
.inside-header .inside-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inside-head-nav {
    width: 80%;
    padding: 0 9%;
    position: absolute;
    left: 10%;
    bottom: .7rem;
    border-top: 0.02rem solid rgba(255, 255, 255, .7);
}
.inside-head-nav a {
    height: 0.74rem;
    line-height: 0.74rem;
    padding: 0 .15rem;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    position: relative;
}
.inside-head-nav a:hover::before,
.inside-head-nav a.on::before {
    content: '';
    display: block;
    width: 100%;
    height: .03rem;
    background-color: #da0502;
    position: absolute;
    left: 0;
    top: -0.02rem;
    z-index: 2;
}
.inside-crumb {
    position: absolute;
    right: 10%;
    bottom: .2rem;
}
.inside-crumb,
.inside-crumb a {
    font-size: .16rem;
    color: #fff;
}
.inside-crumb a:hover {
    text-decoration: underline;
}
.inside-crumb img {
    margin-right: .12rem;
    width: 0.2rem;
}
.inside-nav .container {
    padding: 0.22rem 0 0.35rem;
}
.inside-nav a {
    display: block;
    height: 0.38rem;
    line-height: .38rem;
    padding: 0 0.22rem;
    font-size: .18rem;
    min-width: 1.25rem;
    margin-right: 0.35rem;
    border-radius: 0.19rem;
}
.inside-nav.level3 .container {
    padding-bottom: 0.22rem;
    border-top: 0.02rem dashed #e0e0e0;
}
.inside-nav.level3 a.on,
.inside-nav.level3 a:hover {
    background-color: #d4d4d4;
}
.inside-nav.level2 a.on,
.inside-nav.level2 a:hover {
    background-color: #da0502;
    color: #fff;
    position: relative;
}
.inside-nav.level2 a.on::before,
.inside-nav.level2 a:hover::before {
    content: '';
    display: block;
    width: .17rem;
    height: .16rem;
    background: url('../images/icon_sanjiao.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -.18rem;
    margin-left: -0.08rem;
}
.inside-bgcolor {
    background-color: #f6f6f6;
}
.pages{width:100%; margin:15px 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;
}
.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;
}
/* 内页公共结束 */
/* 案例开始 */
.inside-case-wrap {
    padding: 0.42rem 0;
}
.inside-case-list .list-item {
    width: 31.46%;
    margin-right: 2.8%;
    margin-bottom: 0.45rem;
    border-radius: 0.04rem;
}
.inside-case-list .list-item:nth-of-type(3n) {
    margin-right: 0;
}
.inside-case-list .list-item .img-wrp {
    width: 100%;
    height: 2.8rem;
    position: relative;
    overflow: hidden;
}
.inside-case-list .list-item .img-wrp img{ width: 100%;height: 100%;}
.inside-case-list .list-item .img-wrp .mask {
    width: 100%;
    height: 100%;
    line-height: 3.14rem;
    background: rgba(218, 5, 2, .69);
    position: absolute;
    left: 0;
    top: 3.14rem;
    transition: top .3s;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.inside-case-list .list-item:hover .img-wrp .mask {
    top: 0px;
}
.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.22rem;
}
.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.18rem;
    overflow: hidden;
}
/* 案例结束 */
/* 应用开始 */
.yingyong-wrap {
    padding: 0.4rem 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%;
    height: 4.4rem;
    margin-bottom: 0.85rem;
}
.yingyong-block:last-child {
    margin-bottom: 0;
}
.yingyong-block .img {
    width: 46.8%;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.15rem 0.05rem #ccc;
    margin: 0 0.2rem;
}
.yingyong-block .con {
    width: 48.5%;
    padding-top: 0.25rem;
}
.yingyong-block .con .tit {
    line-height: 1.1;
    font-size: .56rem;
    margin-bottom: .3rem;
    font-weight: bold;
}
.yingyong-block .con .desc {
    font-size: .2rem;
    line-height: .48rem;
    margin-bottom: 0.2rem;
}
.yingyong-block .con .btn a {
    display: inline-block;
    width: 1.64rem;
    height: .46rem;
    line-height: .44rem;
    font-size: .18rem;
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 0.23rem 0.23rem 0.23rem 0;
    margin-right: 0.4rem;
}
.yingyong-block .con .btn a:hover{ border: 1px solid #da0502; background: #da0502; color: #fff}
.yingyong-shuju {
    padding: 0.7rem 0 0.93rem;
    background-color: #edf0fb;
}
.yingyong-shuju-wrp .item {
    width: 100%;
    height: 2.89rem;
    padding: 0.3rem;
    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.col {
    width: 24%;
    height: 5.96rem;
    margin-right: 1.33%;
    background-color: #3a6ddd;
    color: #fff !important;
    background-size: 2rem auto;
}
.yingyong-shuju-wrp .wrp1 {
    width: 49.33%;
    margin-right: 1.33%;
}
.yingyong-shuju-wrp .wrp1 .top .item {
    width: 48.5%;
}
.yingyong-shuju-wrp .wrp2 {
    width: 24%;
}
.yingyong-shuju-wrp .item .tit {
    font-size: .36rem;
    font-weight: bold;
    line-height: 0.6rem;
    margin-bottom: .1rem;
}
.yingyong-shuju-wrp .item .desc {
    font-size: .18rem;
    line-height: .36rem;
}
.yingyong-youshi {
    padding: 0.67rem 0 0.8rem;
}
.yingyong-youshi-list .item {
    width: 31.33%;
    height: 4.1rem;
    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.3rem;
}
.yingyong-youshi-list .item:nth-of-type(3n) {
    margin-right: 0;
}
.yingyong-youshi-list .item img {
    height: 1.25rem;
    display: block;
    margin: 0 auto .25rem;
}
.yingyong-youshi-list .item .tit {
    text-align: center;
    font-size: .4rem;
    margin-bottom: .1rem;
    line-height: 1.2;
    font-weight: bold;
}
.yingyong-youshi-list .item .desc {
    font-size: .2rem;
    line-height: .36rem;
}
/* 应用结束 */
/* 内页详情开始 */
.inside-content {
    padding: 0.6rem;
}
.show-case-wrp {
    background-color: #fff;
}
.show-case-wrp .con {
    width: 100%;
    padding: 5%;
}
.show-case-wrp .con img {
    display: block;
    width: 100%;
}
.show-case-wrp .form-wrp {
    width: 23%;
    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: .16rem;
    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: .18rem;
}
.show-rec1 {
    padding-top: .4rem;
    margin-bottom: .4rem;
}
.rec-tit {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.show-rec-news .item {
    width: 31.333%;
    margin-bottom: 0.2rem;
    margin-right: 3%;
    padding: 0.2rem 0;
    border-bottom: .02rem solid #c4c4c4;
    position: relative;
}
.show-rec-news .item:nth-of-type(3n) {
    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:hover .tit {
    color: #da0502;
}
.show-rec-news .item .desc {
    font-size: .16rem;
    height: .6rem;
    line-height: .3rem;
    overflow: hidden;
}
.show-wrap {
    padding-bottom: .5rem;
}
.show-wrap h1 {
    font-size: .3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: .2rem;
}
.show-wrap .info {
    font-size: .16rem;
    color: #666;
    text-align: center;
    margin-bottom: .4rem;
}
/* 内页详情结束 */
/* 内页活动开始 */
.zhaopin-houdong {
    padding: 0.7rem 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%;
    height: 6.3rem;
    position: relative;
    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;
    height: 6.73rem;
}
.yongren-left {
    width: 34.32%;
    height: 100%;
    padding: .78rem .67rem .2rem 10%;
    background-color: #da0502;
}
.yongren-right {
    width: 65.68%;
    height: 100%;
    background-color: #313035;
    padding: 1rem 8% 1rem .25rem;
}
.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: .18rem;
    line-height: .4rem;
}
.yongren-right .item {
    width: 31.7%;
    height: 2.3rem;
    margin-right: 1.5%;
    margin-bottom: .3rem;
    background-color: #fff;
    padding: .22rem;
    color: #333;
    overflow: hidden;
    position: relative;
}
.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: .2rem;
    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: 1rem 0;
}
.zhaopin-chengzhang .tit-wrp {
    position: absolute;
    left: 0;
    top: .65rem;
}
.zhaopin-chengzhang .tit-wrp .tit1 {
    font-size: .48rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.zhaopin-chengzhang .tit-wrp .tit2 {
    font-size: .18rem;
}
.zhaopin-chengzhang .img-wrp  {
    width: 100%;
    height: 7.68rem;
}
.zhaopin-chengzhang .img-wrp img {
    object-fit: cover;
}
.zhaopin-chengzhang .img-wrp img:nth-child(1) {
    width: 24.57%;
    height: 5.27rem;
    position: absolute;
    left: 0;
    top: 2.4rem;
}
.zhaopin-chengzhang .img-wrp img:nth-child(2) {
    width: 24.57%;
    height: 4.39rem;
    position: absolute;
    left: 25.29%;
    top: 0;
}
.zhaopin-chengzhang .img-wrp img:nth-child(3) {
    width: 49.8%;
    height: 4.39rem;
    position: absolute;
    right: 0;
    top: 0;
}
.zhaopin-chengzhang .img-wrp img:nth-child(4) {
    width: 49.8%;
    height: 3.19rem;
    position: absolute;
    left: 25.29%;
    top: 4.48rem;
}
.zhaopin-chengzhang .img-wrp img:nth-child(5) {
    width: 24.57%;
    height: 3.19rem;
    position: absolute;
    right: 0;
    top: 4.48rem;
}
.zhaopin-daiyan {
    padding: 0.9rem 0 0.8rem;
    background-color: #f7f7f7;
}
.zhaopin-daiyan .tit1 {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 0.35rem;
}
.zhaopin-daiyan .tit2 {
    font-size: 0.46rem;
    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: 7.68rem;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;
}
.recruit-wrap .rec-top .wx-txt {
    padding: 0 0.1rem;
    background-color: #000;
    color: #fff;
    border-radius: 0.08rem;
}
.recruit-wrap .rec-top .text:first-child {
    margin-right: 20%;
}
.rec-tab-wrp {
    margin-bottom: 0.35rem;
    padding-left: 4.5%;
}
.rec-tab-wrp a {
    width: 3.35rem;
    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: 14rem;
    padding: 0.25rem;
    border: 1px dashed #999;
    border-radius: 0.06rem;
    display: none;
} 
.rec-con-wrp .con-item:first-child {
    display: block;
    margin: auto;
} 
.rec-con-wrp .con-item .tit {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.rec-con-wrp .con-item .text-wrp {
    font-size: 0.18rem;
    line-height: 0.3rem;
    align-items: inherit;
}
.rec-con-wrp .con-item .text-wrp .text-col {
    width: 50%;
    padding-right: 0.55rem;
}
.zhaopin-map-wrp .map-wrp {
    width: 40%;
    height: 4.8rem;
}
.zhaopin-map-wrp {
    padding: 0.7rem 0;
}
.zhaopin-map-wrp .map-wrp {
    width: 48%;
}
.zhaopin-map-wrp .cont-wrp {
    width: 46%;
    font-size: 0.24rem;
    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: .17rem;
    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.58rem 0;
}
.fuwu-rel {
    background-color: #f6f6f6;
}
.fuwu-wrapper > .container {
    background-color: #fff;
    padding: .5rem 0;
}
.fuwu-left {
    width: 74.5%;
    position: relative;
}
.fuwu-right {
    width: 21.81%;
    padding-right: .2rem;
}
.fuwu-head {
    height: 5.85rem;
    padding-top: 0.66rem;
    padding-left: .4rem;
    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: 1.2rem;
    line-height: 1;
    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;
}
.cont-qie{ margin-top: 0.5rem; margin-bottom: 0.5rem}
.cont-qie span a{ width: 0.55rem; height: 0.55rem; display: block; border-radius: 50%; border: 1px solid #fff; text-align: center }
.cont-qie span a img{ height: 0.3rem; width: auto;  margin: auto;display: block; margin-top: 18%; }
.cont-qie span:nth-child(2){ margin: 0px 5%}
.cont-qie span p{ font-size: 0.16rem; line-height: 0.4rem}
.fuwu-head .show-tit{ margin-bottom: 0.4rem}
.fuwu-head .tit3{ font-size: 0.2rem}
.fuwu-head .btn {
    width: 2.13rem;
    height: 0.46rem;
    line-height: 0.46rem;
    background-color: #fff;
    border-radius: 0.23rem;
    font-size: .18rem;
    color: #333;
    margin-bottom: .66rem;
}
.fuwu-head .btn img {
    width: .23rem;
    margin-left: .09rem;
}
.fuwu-head .ewm-wrp {
    font-size: .13rem;
}
.fuwu-head .ewm-wrp img {
    display: block;
    width: 1.2rem;
    padding: 0.06rem;
    border-radius: 0.06rem;
    background-color: #fff;
    margin: 0 auto .05rem;
}
.fuwu-head .catimg {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fuwu-head .con-wrp {
    margin-left: 0.25rem;
}
.fuwu-head .con-wrp .tel {
    font-size: .27rem;
    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: .5rem;
}
.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 {
    display: block;
    width: 100%;
    height: .6rem;
    line-height: .58rem;
    border-bottom: 0.02rem solid #ededed;
    font-size: .2rem;
    text-indent: .8rem;
    position: relative;
}
.fuwu-cat .cat-wrp a:hover,
.fuwu-cat .cat-wrp a.on {
    color: #da0502;
}
.fuwu-cat .cat-wrp a:hover::before,
.fuwu-cat .cat-wrp a.on::before {
    content: '';
    width: .21rem;
    height: .14rem;
    background: url('../images/fuwu_jiantou.png');
    background-size: 100% 100%;
    position: absolute;
    left: .34rem;
    top: .23rem;
}
.fuwu-liuyan .tit {
    font-size: .3rem;
    text-indent: .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: .18rem;
    margin-bottom: .2rem;
}
.fuwu-liuyan .btn-sub {
    display: block;
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    font-size: .2rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: .2rem;
    background-color: #d3190c;
}
/* 服务列表结束 */
/* 联系我们开始 */
.contact-wrap {
    padding: 0.9rem 0 0.8rem;
}
.contact-info-wrap .con-wrp {
    width: 43.36%;
}
.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: 53.26%;
    height: 5.65rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.contact-form-wrap {
    width: 100%;
    height: 5.28rem;
    background-color: #da0502;
    border-radius: 0.4rem;
    margin-top: .95rem;
}
.contact-form-wrap .tit-wrp {
    width: 3.19rem;
    height: 3.45rem;
    background: url('../images/contact_logo.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 3.91%;
}
.contact-form {
    width: 72.4%;
    border-radius: 0.4rem;
    background-color: #f1f1f1;
    height: 100%;
    padding: 0.8rem 0.3rem 0 0;
}
.contact-form .form-group {
    width: 50%;
    margin-bottom: .47rem;
}
.contact-form .form-group label {
    width: 1.7rem;
    text-align: right;
    margin-right: 1%;
    font-size: .21rem;
}
.contact-form .form-group .input-text {
    width: 65%;
    flex-grow: 1;
    height: .45rem;
    line-height: .43rem;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 0.08rem;
    padding-left: 0.2rem;
    font-size: .21rem;
}
.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.89rem 0;
}
.brief-con {
    width: 55%;

}
.about-wrap .about-img {
    width: 53.58%
}
.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;
    font-weight: bold;
}
.brief-con .line {
    width: .5rem;
    height: 0.03rem;
    background-color: #da0502;
    margin-bottom: .19rem;
}
.brief-con .tit3 {
    font-size: .3rem;
    font-weight: bold;
}
.brief-con .desc {
    margin-top: .35rem;
    font-size: .18rem;
    line-height: 2;
}
.about-brief-img {
    width: 42.86%;
    position: absolute;
    right: 0;
    top: 0.89rem;
}
.about-culture-wrap {
    position: relative;
    height: 8rem;
}
.about-culture-wrap::before {
    content: '';
    width: 36.8%;
    height: 100%;
    background: url("../images/about-bei.png") no-repeat #da0502;
    position: absolute;
    left: 0;
    top: 0;
}
.about-culture-wrap::after {
    content: '';
    width: 63.2%;
    height: 100%;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
}
.about-culture-wrap .tit-wrp {
    position: absolute;
    left: 0;
    top: .74rem;
    color: #fff;
}
.about-culture-wrap .tit-wrp .tit1 {
    font-size: .2rem;
    writing-mode: vertical-rl;
    text-transform: uppercase;
}
.about-culture-wrap .tit-wrp .tit2 {
    font-size: .48rem;
    font-weight: bold;
    writing-mode: vertical-rl;
}
.about-culture-list {
    width: 82.05%;
    position: absolute;
    right: 0;
    top: .86rem;
    border-radius: 0 0.25rem 0.25rem 0.25rem;
    overflow: hidden;
    z-index: 2;
}
.about-culture-list .list-item {
    width: 25%;
    height: 3.24rem;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: .55rem .2rem 0;
    background-color: #fff;
    cursor: default;
    transition: all .3s;
}
.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: .2rem;
    text-align: center;
}
.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;
    padding-bottom: 0.4rem;
}
.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: .6rem;
}
.about-cert-swiper {
    width: 100%;
    overflow: hidden;
    height: 12rem;
}
.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: .17rem;
    background-color: #ebebeb;
    text-align: center;
}
.about-cert-swiper .cert-img{ height: 4.95rem; overflow: hidden}
.about-cert-swiper .cert-img img{ width: 100%; height: 100%; object-fit: cover}
.about-cert-button {
    width: .55rem;
    height: .45rem;
    border: 1px solid #999;
    border-radius: 0.1rem;
    position: absolute;
    top: 0.7rem;
    background-position: center;
    background-size: .11rem auto;
    background-repeat: no-repeat;
}
.about-cert-button-prev {
    background-image: url('../images/about_cert_left.png');
    right: 0.8rem;
}
.about-cert-button-next {
    background-image: url('../images/about_cert_right.png');
    right: 0;
}
.hezuo-wrap {
    padding-top: 0.75rem;
    height: 5.35rem;
    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: .16rem;
    margin-top: 0.08rem;
    margin-bottom: 0.1rem;
}
.hezuo-wrap .line {
    width: 0.45rem;
    height: 0.03rem;
    background-color: #bf060b;
}
.hezuo-swiper {
    width: 90%;
    margin-left: 10%;
    overflow: hidden;
    margin-top: .35rem;
}
.hezuo-swiper-slide {
    width: 2.87rem;
    height: 1.85rem;
    background: #fff;
}
.hezuo-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: block;
}
.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.16rem;
    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;
}
.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.74rem;
}
.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.24rem;
    height: 0.24rem;
    line-height: 1;
    margin-bottom: 0.12rem;
}
.news-headline-slide:hover .tit {
    color: #da0502;
    font-weight: bold;
}
.news-headline-slide .desc {
    height: .6rem;
    line-height: .3rem;
    font-size: 0.16rem;
    color: #666;
    overflow: hidden;
    margin-bottom: 0.1rem;
}
.news-headline-slide .more {
    font-size: 0.16rem;
}
.news-headline-slide .date-wrp {
    width: .64rem;
    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: .14rem;
}
.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;
}
/* 新闻列表结束 */

@media screen and (max-width:1840px) {
    .you-quan {
        top: 20%;
        left: 36%;
    }
    .about-cert-wrap{ padding-bottom: 0.1rem}
}

@media screen and (max-width:1750px) {
    .you-quan {
        top: 18.5%;
        left: 35.5%;
    }
    .you-quan p {
        top: 38%;
        left: 20%;
    }
    .about-cert-swiper .cert-img{ height: 4.5rem}
    .about-cert-swiper{ height: 11rem}
    .index-youshi-list ul li:nth-child(1), .index-youshi-list ul li:nth-child(5){
        padding-left: 0%;
    }
    .index-youshi-list ul li:nth-child(2), .index-youshi-list ul li:nth-child(6){ padding-right: 0px;}
    .index-youshi-list ul li:nth-child(5), .index-youshi-list ul li:nth-child(6){ margin-bottom: 0.2rem;}
    .index-youshi-list ul li:nth-child(3), .index-youshi-list ul li:nth-child(4){ margin-bottom: 0.6rem}
    .index-youshi-list ul li:nth-child(1), .index-youshi-list ul li:nth-child(2){ margin-bottom: 0.6rem}
    .index-youshi-list ul li:nth-child(1) .you-imng, .index-youshi-list ul li:nth-child(2) .you-imng,
    .index-youshi-list ul li:nth-child(5) .you-imng, .index-youshi-list ul li:nth-child(6) .you-imng{ width: 12%}

}
@media screen and (max-width:1680px) {
    .you-quan {
        top: 18%;
        left: 35%;
    }
    .you-quan p {
        top: 38%;
        left: 20%;
    }

    .box-youshi{ padding-top: 6%; background-size: 100%;}

}

@media screen and (max-width:1600px){
    .you-quan{ width: 4.5rem;height: 4.5rem;top: 19%;left: 36%;}
    .index-youshi-list ul li .yoshi-wen .you-desc{ font-size: 0.14rem}
    .index-youshi-list ul li:nth-child(3), .index-youshi-list ul li:nth-child(4){ margin-bottom: 0.5rem}
    .index-youshi-list ul li:nth-child(1), .index-youshi-list ul li:nth-child(2){ margin-bottom: 0.5rem}
    .about-cert-swiper .cert-img{ height: 4rem}
    .about-cert-swiper{ height: 10rem}

}
@media screen and (max-width:1540px){
    .you-quan p {
        top: 38%;
        left: 17%;
    }

}
