.m-sub-menu
{
    display: none;
}
.footer-wrap
{
    background: #000;
    box-shadow: 0 0 1px 0 #f5f5f5;
}
.footer-wrap .footer-pc .top-box
{
    padding: 1.2rem 0;
    border-bottom: 1px solid #333;
}
.footer-wrap .footer-pc .top-box .left-box
{
    width: 75%;
    border-right: 1px solid #333;
    box-sizing: border-box;
    padding-left: .5rem;
}
.footer-wrap .footer-pc .top-box .left-box li
{
    width: calc(100% / 6.8);
}
.footer-wrap .footer-pc .top-box .left-box li dt
{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: .5rem;
}
.footer-wrap .footer-pc .top-box .left-box li dd
{
    margin-bottom: .4rem;
}
.footer-wrap .footer-pc .top-box .left-box li dd a
{
    font-size: 14px;
    color: #b1b1b1;
}
.footer-wrap .footer-pc .top-box .left-box li dd a:hover
{
    color: #fff;
}
.footer-wrap .footer-pc .top-box .right-box
{
    width: 25%;
    text-align: center;
}
.footer-wrap .footer-pc .top-box .right-box h1
{
    font-size: 18px;
    color: #fff;
    margin: 1.2rem 0 .2rem;
}
.footer-wrap .footer-pc .top-box .right-box p
{
    font-size: 14px;
    color: #b1b1b1;
}
.footer-wrap .footer-pc .bottom-box
{
    padding: .7rem 0 .7rem;
}
.footer-wrap .footer-pc .bottom-box .left-box span, .footer-wrap .footer-pc .bottom-box .left-box a
{
    font-size: 12px;
}
.footer-wrap .footer-pc .bottom-box .left-box p a:hover
{
    color: #ce0020!important;
}
.footer-wrap .footer-pc .bottom-box .right-box .icon
{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #d8d2cf;
    margin-left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrap .footer-pc .bottom-box .right-box .icon i
{
    width: 14px;
    height: 14px;
}
.footer-wrap .footer-pc .bottom-box .right-box .icon:nth-child(1) i
{
    background: url("/static/web/img/footer-weixin.png") no-repeat center center;
    background-size: contain;
}
.footer-wrap .footer-pc .bottom-box .right-box .icon:nth-child(2) i
{
    background: url("/static/web/img/footer-weibo.png") no-repeat center center;
    background-size: contain;
}
.footer-wrap .footer-pc .bottom-box .right-box .icon:nth-child(3) i
{
    background: url("/static/web/img/footer-share.png") no-repeat center center;
    background-size: contain;
}
.footer-m
{
    display: none;
}
.back-top
{
    position: fixed;
    right: 2.5rem;
    bottom: 3rem;
    width: 52px;
    height: 52px;
    border: 1px solid #aca39d;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #fff;
    z-index: 1111;
    transition: all .3s ease;
}
.back-top p
{
    font-size: 12px;
    color: #322e30;
    transition: all .3s ease;
}
.back-top i
{
    width: 10px;
    height: 14px;
    background: url("../image/backtop-arrow.png") no-repeat center center;
    background-size: contain;
    transition: all .4s ease;
}
.back-top:hover
{
    background: #333;
    border: 1px solid #333;
}
.back-top:hover p
{
    color: #fff;
}
.back-top:hover i
{
    background: url("../image/backtop-arrow-w.png") no-repeat center center;
    background-size: contain;
}
.index-swiper
{
    height: 19.925rem;
    overflow: hidden;
}
.index-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.swiper-container1 .swiper-slide .video-img
{
    display: none;
}
.index-swiper .swiper-container .swiper-slide .pc-img
{
    width: 100%;
    height: 100%;
}
.index-swiper .swiper-container .swiper-slide .m-img
{
    display: none;
}
.index-swiper .tab-ri
{
    bottom: 1.5rem;
    right: 0;
    z-index: 999;
    text-align: right;
}
.index-swiper .tab-ri li
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.index-swiper .tab-ri li span
{
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease;
}
.index-swiper .tab-ri li i
{
    width: 1.3rem;
    height: 2px;
    background: #ccc;
    transition: all .5s ease;
    margin-left: .5rem;
}
.index-swiper .tab-ri li.on span
{
    opacity: 1;
}
.index-swiper .tab-ri li.on i
{
    width: 3rem;
    height: 4px;
    background: #fff;
}
.index-swiper .swiper-container .swiper-slide .banner-con
{
    left: 0;
    top: 6rem;
    width: 100%;
    height: 100%;
}
.index-swiper .swiper-container .swiper-slide .banner-con .con .box
{
    width: 13.75rem;
}
.index-swiper .swiper-container .swiper-slide .banner-con .con .box h1
{
    font-size: 18px;
    color: #fff;
    margin: 1rem 0;
}
.index-swiper .swiper-container .swiper-slide .banner-con .con .box p
{
    font-size: .35rem;
    color: #fff;
}
.index-swiper .swiper-container .swiper-slide.black .banner-con .con .box h1
{
    color: #322e30;
}
.index-swiper .swiper-container .swiper-slide.black .banner-con .con .box p
{
    color: #322e30;
}
.index-swiper .swiper-container .swiper-pagination-bullet
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}
.index-swiper .swiper-container .swiper-pagination-bullet-active
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #bb2a29;
    border-radius: 50%;
}
.index-swiper .view-detail
{
    margin-top: 2rem;
    position: absolute;
    bottom: 10rem;
}
.view-detail a
{
    display: block;
    width: 150px;
    height: 50px;
    background: #b20b26;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.view-detail a i
{
    width: 10px;
    height: 6px;
    background: url("/static/web/img/view-detail-arrow.png") no-repeat center center;
    margin-left: .5rem;
    background-size: contain;
}
.view-detail.info a
{
    background: #d5422f;
}
.inproduct-wrap .titie
{
    padding: 1.2rem 0 1.6rem;
    text-align: center;
}
.inproduct-wrap .titie h1
{
    margin-bottom: .7rem;
}
.inproduct-wrap .titie p
{
    color: #322e30;
    font-size: 18px;
}
.inproduct-wrap .product-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide
{
    width: 50%;
    overflow: hidden;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .img
{
    transition: all .3s;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .con
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .con h1
{
    color: #fff;
    margin-top: 1rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/static/web/img/cybj-hover-back.png") no-repeat center center;
    z-index: 2;
    padding: 2.5rem 1.5rem 1.2rem 6rem;
    opacity: 0;
    transition: all .5s ease 0s;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow h1
{
    margin-bottom: 1rem;
    color: #fff;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow p
{
    font-size: .5rem;
    color: #fff;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box
{
    margin-top: 1rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item
{
    margin-right: 1rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item .icon
{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #e89c76;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item .icon img
{
    width: 1rem;
    height: 1rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item p
{
    text-align: center;
    font-size: .4rem;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item:nth-child(1) i
{
    background: url("/static/web/img/cybj-icona1.png") no-repeat center center;
    background-size: contain;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item:nth-child(2) i
{
    background: url("/static/web/img/cybj-icona2.png") no-repeat center center;
    background-size: contain;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .icon-box .item:nth-child(3) i
{
    background: url("/static/web/img/cybj-icona3.png") no-repeat center center;
    background-size: contain;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .detail-more
{
    margin-top: 1.5rem;
    text-align: right;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .detail-more i
{
    width: 12px;
    height: 6px;
    background: url("/static/web/img/view-detail-arrow.png") no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    transition: all .3s;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .detail-more a
{
    font-size: .35rem;
    color: #fff;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .shadow .detail-more a:hover i
{
    transform: translateX(3px);
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide:hover .img
{
    transform: scale(1.05);
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide .con
{
    transition: all .3s;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide:hover .con
{
    opacity: 0;
}
.inproduct-wrap .product-swiper .swiper-container .swiper-slide:hover .shadow
{
    opacity: 1;
}
.ininfo-wrap
{
    background: url("../image/info-back.jpg") no-repeat center center;
    padding-bottom: 3rem;
}
.ininfo-wrap .titie
{
    padding: 1.2rem 0;
    text-align: center;
}
.ininfo-wrap .titie h1
{
    margin-bottom: .7rem;
}
.ininfo-wrap .titie h2
{
    font-size: .45rem;
    margin-bottom: 1.1rem;
}
.ininfo-wrap .titie p
{
    font-size: 16px;
    line-height: 28px;
}
.ininfo-wrap .titie .play
{
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}
.ininfo-wrap .titie .play p
{
    text-align: center;
}
.ininfo-wrap .titie .play .p-b
{
    margin-top: .3rem;
    font-size: 14px;
    color: #ce0020;
}
.ininfo-wrap .titie .play:hover
{
    transform: translateY(5px);
}
.ininfo-wrap .info-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-slide
{
    width: 20%;
    text-align: center;
    border-right: 2px solid #e2ddda;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-slide h1
{
    font-size: 1.2rem;
    color: #d5422f;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-slide h1 span
{
    font-size: 14px;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-slide p
{
    font-size: 14px;
    color: #333;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-slide:last-child
{
    border: none;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-button-next
{
    width: 18px;
    height: 34px;
    background: url("/static/web/img/swiper-r.png") no-repeat center center;
    z-index: 1000;
    background-size: contain;
}
.ininfo-wrap .info-swiper .swiper-container .swiper-button-prev
{
    width: 18px;
    height: 34px;
    background: url("/static/web/img/swiper-l.png") no-repeat center center;
    z-index: 1000;
    background-size: contain;
}
.ininfo-wrap .m-play
{
    display: none;
}
.inhexin-wrap
{
    overflow: hidden;
    height: 13.5rem;
}
.inhexin-wrap .titie
{
    padding: 2rem 0 1.82rem;
    text-align: center;
}
.inhexin-wrap .titie h1
{
    margin-bottom: .7rem;
}
.inhexin-wrap .titie h2
{
    transition: all .3s;
}
.inhexin-wrap .float-box
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-bottom: 2.2rem;
    z-index: 30;
}
.inhexin-wrap .video-img
{
    width: 100%;
    height: 100%;
    z-index: 10;
}
.inhexin-wrap .hexin-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide
{
    width: calc(100% / 5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #e2ddda;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide .icon
{
    transition: all .3s;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide .icon img
{
    transition: all .3s;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide h1
{
    font-size: .6rem;
    margin: .5rem 0;
    transition: all .3s;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide p
{
    font-size: 14px;
    -display: none;
    transition: all .4s ease;
}
.inhexin-wrap .hexin-swiper .swiper-container .swiper-slide:last-child
{
    border: none;
}
.inhexin-wrap .float-box.cur .swiper-slide
{
    border: none;
}
.inhexin-wrap .float-box.cur .swiper-slide .icon
{
    transform: translateY(40%);
}
.inhexin-wrap .float-box.cur .swiper-slide .icon img
{
    opacity: .2;
}
.inhexin-wrap .float-box.cur .swiper-slide h1
{
    transform: translateY(70%);
    opacity: .3;
}
.inhexin-wrap .float-box.cur h2
{
    opacity: 0;
}
.inhexin-wrap .float-box.cur h1
{
    opacity: .3;
}
.inhexin-wrap .float-box.cur .swiper-slide p
{
    opacity: 0;
}
.inhexin-wrap .hx-video
{
    display: none;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.innews-wrap
{
    border-bottom: 1px solid #cec6c3;
    padding-bottom: 1.5rem;
}
.innews-wrap .innews-back
{
    background: url("/static/web/img/innew-back.png") no-repeat right top;
}
.innews-wrap .titie
{
    padding: 1.2rem 0 1rem;
    text-align: center;
}
.innews-wrap .titie h1
{
    margin-bottom: .7rem;
}
.innews-wrap .news-swiper
{
    padding-bottom: 1.5rem;
}
.innews-wrap .news-swiper .swiper-container
{
    position: static;
    width: 100%;
    height: 100%;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide
{
    width: 31.65%;
    margin-right: .9rem;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .img
{
    width: 100%;
    box-sizing: border-box;
    height: 6rem;
    overflow: hidden;
    box-shadow: 0 0 5px #dedede;
    margin-bottom: .25rem;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .img img
{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide h1
{
    font-size: .45rem;
    height: 1.4rem;
    margin: .5rem 0 1.1rem;
    transition: all .3s ease;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide p
{
    font-size: 14px;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .bottom
{
    margin-top: .7rem;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .bottom span
{
    font-size: 14px;
    color: #666;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .bottom .line
{
    margin: 0 .25rem;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .bottom a
{
    font-size: 14px;
    color: #ce0020;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide .bottom i
{
    width: 10px;
    height: 6px;
    background: url("/static/web/img/new-arrow.png") no-repeat center center;
    margin-left: .45rem;
    background-size: contain;
    transition: all .3s;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide:hover h1
{
    color: #ce0020;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide:hover p
{
    color: #666;
}
.innews-wrap .news-swiper .swiper-container .swiper-slide:hover img
{
    transform: scale(1.05);
}
.innews-wrap .news-swiper .swiper-container .swiper-slide:hover .bottom i
{
    transform: translateX(3px);
}
.innews-wrap .news-swiper .swiper-container .swiper-slide:last-child
{
    margin-right: 0;
}
.innews-wrap .news-swiper .swiper-container .swiper-pagination
{
    bottom: 0;
}
.innews-wrap .news-swiper .swiper-container .swiper-pagination-bullet
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #cbc6da;
    opacity: 1;
    border-radius: 50%;
}
.innews-wrap .news-swiper .swiper-container .swiper-pagination-bullet-active
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #bb2a29;
    border-radius: 50%;
}
.inquanq-wrap .titie
{
    padding: 1.2rem 0 1rem;
    text-align: center;
}
.inquanq-wrap .titie h1
{
    margin-bottom: 1rem;
}
.inquanq-wrap .titie .tab-item
{
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.inquanq-wrap .titie .tab-item a
{
    border: 1px solid #dcd7d3;
    width: 3.2rem;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-size: .45rem;
    font-weight: bold;
    box-shadow: 0 0 2px #dedede;
    background-color: #fff;
    margin-right: .4rem;
    transition: all .3s;
}
.inquanq-wrap .titie .tab-item a:hover
{
    background-color: #ce0020;
    color: #fff;
}
.inquanq-wrap .titie .tab-item a.on
{
    background-color: #ce0020;
    color: #fff;
}
.inquanq-wrap .map-wrap
{
    height: 20rem;
    background: url("/static/web/img/guonei-back.jpg") no-repeat center center;
    background-size: cover;
}
.inquanq-wrap .map-wrap .city-wrap
{
    top: 2.5rem;
    width: 29.8%;
    z-index: 1111;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .up
{
    width: 100%;
    height: 1.1rem;
    border: 1px solid #d5d0cd;
    border-radius: 4px;
    background: #fff;
    justify-content: space-between;
    padding: 0 .5rem;
    cursor: pointer;
    transition: all .3s;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .up i
{
    width: 10px;
    height: 6px;
    background: url("/static/web/img/sanjiao-icon.png") no-repeat center center;
    background-size: contain;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .up span
{
    font-size: 14px;
    color: #322e30;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .up:hover
{
    background: #f8f6f6;
    -color: #ce0020;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .option
{
    width: 100%;
    display: none;
    border: 1px solid #d5d0cd;
    z-index: 999;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .option dd
{
    height: .9rem;
    line-height: .9rem;
    box-sizing: border-box;
    font-size: .4rem;
    color: #322e30;
    cursor: pointer;
    transition: all .4s ease;
    background: #fff;
    border-bottom: 1px solid #d5d0cd;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.inquanq-wrap .map-wrap .city-wrap .city-select .option dd:hover
{
    background: #f8f6f6;
    color: #ce0020;
}
.inquanq-wrap .map-wrap .city-wrap .city-info
{
    margin-top: .5rem;
    height: 11.5rem;
    padding-right: .6rem;
    overflow-Y: scroll;
}
.inquanq-wrap .map-wrap .city-wrap .city-info li
{
    border-bottom: 1px solid #c8c0bc;
    padding: .4rem 0 .4rem .4rem;
}
.inquanq-wrap .map-wrap .city-wrap .city-info li p
{
    font-size: 12px;
    margin-bottom: .2rem;
}
.inquanq-wrap .map-wrap .city-wrap .city-info li h2
{
    font-size: 14px;
    color: #322e30;
    font-weight: bold;
    margin-bottom: .2rem;
}
.inquanq-wrap .map-wrap .map-box
{
    width: 70%;
    height: 15rem;
    right: 0;
    top: 2.5rem;
}
.inquanq-wrap .map-wrap #map
{
    width: 100%!important;
    height: 100%!important;
}
.inquanq-wrap .map-wrap .jsmap-svg-container
{
    width: 100%!important;
    height: 100%!important;
}
.inquanq-wrap .map-wrap .jsmap-svg-container svg
{
    width: 100%!important;
    height: 100%!important;
}
.inquanq-wrap .map-wrap.gj
{
    padding-top: 3.5rem;
}
.inquanq-wrap .map-wrap.gj .company-wrap
{
    top: 0;
    left: 0;
    z-index: 111;
}
.inquanq-wrap .map-wrap.gj .company-wrap .tit i
{
    width: 20px;
    height: 20px;
    background: url("/static/web/img/map-icon.png") no-repeat center center;
    margin-right: .3rem;
    background-size: contain;
}
.inquanq-wrap .map-wrap.gj .company-wrap .tit span
{
    color: #322e30;
}
.inquanq-wrap .map-wrap.gj .company-wrap .asia
{
    font-weight: bold;
    color: #ce0020;
    margin: .5rem 0;
}
.inquanq-wrap .map-wrap.gj .company-wrap .m-country
{
    display: none;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li
{
    padding-left: .7rem;
    margin-bottom: .5rem;
    position: relative;
    cursor: pointer;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li span
{
    font-size: 14px;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li:before
{
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ce0020;
    transition: all .4s ease;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li:hover:before
{
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ce0020;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li:hover span
{
    color: #ce0020;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li.on
{
    position: relative;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li.on span
{
    color: #ce0020;
}
.inquanq-wrap .map-wrap.gj .company-wrap .list li.on:before
{
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ce0020;
}
.inquanq-wrap .map-wrap.gj .icon-btn
{
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}
.inquanq-wrap .map-wrap.gj .icon-btn.icon1
{
    right: 14%;
    top: 40%;
}
.inquanq-wrap .map-wrap.gj .icon-btn.icon2
{
    right: 34.5%;
    top: 32%;
}
.inquanq-wrap .map-wrap.gj .icon-btn.icon3
{
    right: 37.5%;
    top: 35%;
}
.inquanq-wrap .map-wrap.gj .icon-btn.icon4
{
    right: 56%;
    top: 33%;
}
.inquanq-wrap .map-wrap.gj .icon-btn.icon5
{
    right: 49%;
    top: 72%;
}
.inquanq-wrap .map-wrap.gj .pop-con
{
    width: 54%;
    height: 5rem;
    background: url("/static/web/img/gj-pop.png") no-repeat center center;
    background-size: cover;
    padding: .5rem 0 .5rem .5rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .img
{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .4rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .img img
{
    width: 100%;
}
.inquanq-wrap .map-wrap.gj .pop-con .con-r
{
    width: 15rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .con-r h1
{
    font-size: .45rem;
    font-weight: bold;
    color: #ce0020;
    margin-bottom: .3rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .con-r .item
{
    margin-bottom: .1rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .con-r .item img
{
    margin-right: .3rem;
}
.inquanq-wrap .map-wrap.gj .pop-con .con-r .item span
{
    font-size: 14px;
}
.inquanq-wrap .map-wrap.gj .pop-con.pop1
{
    right: 0;
    top: -3%;
}
.inquanq-wrap .map-wrap.gj .pop-con.pop2
{
    right: 17%;
    top: -7%;
}
.inquanq-wrap .map-wrap.gj .pop-con.pop3
{
    right: 20%;
    top: -6%;
}
.inquanq-wrap .map-wrap.gj .pop-con.pop4
{
    left: 8%;
    top: -5%;
}
.inquanq-wrap .map-wrap.gj .pop-con.pop5
{
    left: 13%;
    top: 35%;
}
.inquanq-wrap .map-box #map image
{
    display: none;
}
.video-box
{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 1111;
    display: none;
}
#video
{
    width: 600px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 2222;
    transform: translate(-50%,-50%);
    display: none;
}
#video video
{
    width: 100%;
    height: 100%;
}
.banner-nav
{
    height: 17.5rem;
}
.banner-nav img
{
    width: 100%;
    height: 100%;
}
.banner-nav .float-box
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner-nav .float-box .con
{
    padding-top: 6rem;
}
.banner-nav .float-box .con h1
{
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: .9rem;
    letter-spacing: 5px;
    text-align: center;
}
.banner-nav .float-box .con h2
{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.banner-nav .float-box .con .icon-down
{
    margin: 3rem 0 1.5rem;
    width: 44px;
    height: 44px;
    border: 1px solid #a9abaf;
    border-radius: 50%;
    -left: 50%;
    -transform: translateX(-50%)!important;
    cursor: pointer;
}
.banner-nav .float-box .con .icon-down i
{
    width: 14px;
    height: 8px;
    background: url("/static/web/img/about-down-arrow.png") no-repeat center center;
    background-size: contain;
    animation: downico 1.5s ease-out infinite;
    position: relative;
}
.pc-nac-detial
{
    -background: #fff;
    -border-bottom: 1px solid #d6d6d6;
    width: 100%;
    height: 66px;
    top: 0;
    z-index: 80;
    left: 0;
}
.pc-nac-detial .nav-detai-pc
{
    height: 66px;
    line-height: 66px;
    -background: #fff;
    width: 100%;
    top: 0;
    z-index: 80;
    left: 0;
    box-sizing: border-box;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc
{
    overflow: hidden;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-wrapper
{
    display: flex;
    justify-content: center;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide
{
    width: calc(100% / 7)!important;
    text-align: center;
    color: #fff;
    position: relative;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide:before
{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide a
{
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide a:after
{
    position: absolute;
    content: "";
    bottom: 0;
    width: 40%;
    height: 2px;
    background-color: #ce0020;
    left: 30%;
    display: none;
    transition: all .3s;
    display: none;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide a:hover
{
    color: #d02325;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide a.cur
{
    -color: #164876;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide a.cur:after
{
    -display: block;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide:last-child
{
    position: relative;
}
.pc-nac-detial .nav-detai-pc .detial-nav-pc .swiper-slide:last-child:before
{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    display: none;
}
.pc-nac-detial .nav-detai-pc.on
{
    position: fixed;
    background: #fff;
    top: 0;
    box-shadow: 0 0 4px 2px #dedede;
    z-index: 999;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide
{
    position: relative;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide:before
{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e6e1df;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a
{
    color: #333;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a:before
{
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ce0020;
    left: 50%;
    transition: all .3s;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a:hover
{
    color: #ce0020;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a:hover:before
{
    position: absolute;
    content: "";
    bottom: 0;
    width: 40%;
    height: 2px;
    background-color: #ce0020;
    left: 30%;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a.cur
{
    color: #ce0020;
}
.pc-nac-detial .nav-detai-pc.on .detial-nav-pc .swiper-slide a.cur:after
{
    display: block;
}
.ainfo-con
{
    padding: 2rem 0;
}
.ainfo-con p
{
    line-height: 2;
}
.ainfo-con .con-t
{
    margin-bottom: 1rem;
}
.ainfo-con .con-t .con-l
{
    width: 50%;
    padding-right: 2.8rem;
}
.ainfo-con .con-t .con-l .scroll-box
{
    height: 5rem;
}
@media(max-width: 1024px)
{
    .ainfo-con .con-t .con-l .scroll-box
    {
        height: auto;
        margin-bottom: .5rem;
    }
}
.ainfo-con .con-t .con-l h1
{
    margin-bottom: .5rem;
}
.ainfo-con .con-t .con-l h2
{
    font-size: 16px;
    color: #ce0020;
    margin-bottom: 1.5rem;
}
.ainfo-con .con-t .con-l .red-b
{
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 23rem;
    height: 3.2rem;
    background: #ce0020;
    padding: .5rem 1.5rem 0;
}
.ainfo-con .con-t .con-l .red-b h3
{
    font-size: .75rem;
    color: #fff;
}
.ainfo-con .con-t .con-l .red-b p
{
    color: #fff;
}
.ainfo-con .con-t .con-l .red-b i
{
    width: 10px;
    height: 12px;
    background: url("/static/web/img/ainfo-arrow.png") no-repeat right top;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.ainfo-con .con-t .con-r
{
    width: 50%;
}
.ainfo-con .con-t .con-r .float-box
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ainfo-con .con-t .con-r .float-box img
{
    cursor: pointer;
}
.ainfo-con .con-t .con-r .float-box p
{
    margin-top: .5rem;
    color: #ce0020;
}
.ainfo-footer
{
    height: 12.5rem;
    background: url("/static/web/img/ainfo-back.png") no-repeat center center;
    background-size: cover;
}
.ainfo-footer .con
{
    padding-top: 5rem;
}
.ainfo-footer .con h1
{
    text-align: center;
    color: #ce0020;
    margin-bottom: .5rem;
}
.ainfo-footer .con p
{
    text-align: center;
}
.ahonor-wrap .title
{
    padding: 1.5rem 0 .7rem;
}
.ahonor-wrap .title h1
{
    text-align: center;
}
.ahonor-wrap .title .tab-item
{
    margin-top: 1rem;
    text-align: center;
}
.ahonor-wrap .title .tab-item .swiper-container
{
    width: 100%;
}
.ahonor-wrap .title .tab-item .swiper-container .swiper-wrapper
{
    justify-content: center;
}
.ahonor-wrap .title .tab-item .swiper-container .swiper-slide
{
    width: calc(100% / 5);
    margin-right: .3rem;
}
.ahonor-wrap .title .tab-item a
{
    width: 7.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .4rem;
    color: #322e30;
    border: 1px solid #bdb3af;
    border-radius: 1.25rem;
    transition: all .4s ease;
}
.ahonor-wrap .title .tab-item a:hover
{
    background: #e01027;
    color: #fff;
}
.ahonor-wrap .title .tab-item a.on
{
    background: #e01027;
    color: #fff;
}
.ahonor-wrap .tab-con
{
    display: none;
}
.ahonor-wrap .tab-con .con-t
{
    border-bottom: 1px solid #cec6c3;
    border-top: 1px solid #cec6c3;
    padding: .8rem 0;
}
.ahonor-wrap .tab-con .con-t .swiper-container
{
    width: 100%;
    height: 100%;
}
.ahonor-wrap .tab-con .con-t .swiper-container .swiper-wrapper
{
    width: 100%!important;
}
.ahonor-wrap .tab-con .con-t .swiper-container .swiper-slide
{
    box-sizing: border-box;
    width: 25%;
    padding-left: 1rem;
}
.ahonor-wrap .tab-con .con-t .swiper-container .swiper-slide.cur p
{
    color: #ce0020;
}
.ahonor-wrap .tab-con .con-t p
{
    font-size: 14px;
    margin-bottom: .3rem;
    cursor: pointer;
}
.ahonor-wrap .tab-con .con-t p:hover
{
    color: #ce0020;
}
.ahonor-wrap .tab-con .swiper-box
{
    padding: 1rem 0 1.5rem;
    background: url("/static/web/img/honor-back.jpg") no-repeat center center;
}
.ahonor-wrap .tab-con .swiper-box .swiper-container
{
    position: static;
    width: 100%;
    height: 100%;
}
.ahonor-wrap .tab-con .swiper-box .swiper-container .swiper-slide
{
    width: 530px;
    box-sizing: border-box;
    padding: 4px;
}
.ahonor-wrap .tab-con .swiper-box .swiper-container .swiper-slide .img
{
    margin-bottom: 1.2rem;
    box-shadow: 0 8px 8px 0 #dedede;
}
.ahonor-wrap .tab-con .swiper-box .swiper-container .swiper-slide p
{
    color: #ce0020;
    font-size: .6rem;
    text-align: center;
}
.adevelop-wrap .title
{
    padding: 1.5rem 0;
}
.adevelop-wrap .title h1
{
    text-align: center;
}
.adevelop-wrap .progress-wrap
{
    padding: 1.5rem 0 2rem;
    border-bottom: 1px solid #e8e5e4;
    border-top: 1px solid #e8e5e4;
    background: url("/static/web/img/develop-back1.jpg") no-repeat center center;
    background-size: cover;
    height: 26rem;
    box-sizing: border-box;
}
.adevelop-wrap .progress-wrap .progress-con .con-title
{
    font-size: .6rem;
    text-align: center;
}
.adevelop-wrap .progress-wrap .progress-con .con-l
{
    width: 50%;
    padding: 0 1rem 0 2.3rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-l .tab-item
{
    width: 3.35rem;
    text-align: center;
    height: .92rem;
    line-height: .92rem;
    border-radius: .92rem;
    font-size: .45rem;
    color: #fff;
    background: #322e30;
    margin: 1.4rem 0 2.6rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-l li
{
    height: 2.5rem;
    margin-bottom: 1.3rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-l li h1
{
    font-size: .4rem;
    margin-bottom: .3rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-l li h1:hover
{
    color: #ce0020;
}
.adevelop-wrap .progress-wrap .progress-con .con-l li p
{
    font-size: .35rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r
{
    width: 50%;
    padding: 0 2.3rem;
    text-align: right;
}
.adevelop-wrap .progress-wrap .progress-con .con-r .tab-item
{
    width: 3.35rem;
    text-align: center;
    height: .92rem;
    line-height: .92rem;
    border-radius: .92rem;
    font-size: .45rem;
    color: #fff;
    background: #ce0020;
    right: 0;
    margin: 1.4rem 0 1.2rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li
{
    height: 2.5rem;
    margin-bottom: 2.7rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li h1
{
    font-size: .4rem;
    margin-bottom: .3rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li h1:hover
{
    color: #ce0020;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li p
{
    font-size: .35rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li:first-of-type
{
    margin-bottom: 2.7rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li:nth-child(2)
{
    margin-bottom: 2.4rem;
}
.adevelop-wrap .progress-wrap .progress-con .con-r li:nth-child(3)
{
    margin-bottom: 2.55rem;
}
.adevelop-wrap .shijian-wrap .sj-title
{
    font-size: .6rem;
    text-align: center;
    margin: 1.5rem 0 1rem;
}
.adevelop-wrap .shijian-wrap .shijian-box
{
    background: url("/static/web/img/develop-back2.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 2.5rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .shijian-con
{
    position: relative;
}
.adevelop-wrap .shijian-wrap .shijian-box .shijian-con:before
{
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50px;
    background: #9a9798;
    border: 2px solid #ebe8e7;
    transform: translateX(-50%);
    border-radius: 4px;
    display: block;
}
.adevelop-wrap .shijian-wrap .shijian-box .load-more
{
    margin-top: 3.7rem;
    width: 2.1rem;
    font-size: 14px;
    color: #ce0020;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.adevelop-wrap .shijian-wrap .shijian-box .load-more:before
{
    content: '';
    width: 2rem;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ce0020;
}
.adevelop-wrap .shijian-wrap .shijian-box .load-more i
{
    width: 18px;
    height: 8px;
    margin-left: .1rem;
    background: url("/static/web/img/new-arrow.png") no-repeat center center;
    background-size: contain;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l
{
    width: 50%;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l .con
{
    height: 8rem;
    padding-top: 1rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l li
{
    box-sizing: border-box;
    padding: 0 .5rem .35rem 2rem;
    position: relative;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l li h1
{
    font-size: .75rem;
    margin-bottom: .4rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l li p
{
    font-size: .35rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l li:before
{
    content: '';
    width: 89%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #cdc7c6;
    z-index: 9;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-l li:after
{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 6px solid #9a9798;
    border-radius: 50%;
    transform: translate(50%,50%);
    z-index: 99;
}
.adevelop-wrap .shijian-wrap .shijian-box .right-box
{
    -padding-top: 3rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r
{
    -padding-top: 3rem;
    width: 50%;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r.con1
{
    padding-top: 3rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r .con
{
    height: 8rem;
    padding-top: 1rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r li
{
    text-align: right;
    box-sizing: border-box;
    padding: 0 2rem .35rem .5rem;
    position: relative;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r li h1
{
    font-size: .75rem;
    margin-bottom: .4rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r li p
{
    font-size: .35rem;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r li:before
{
    content: '';
    width: 89%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cdc7c6;
    z-index: 9;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r li:after
{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border: 6px solid #9a9798;
    border-radius: 50%;
    transform: translate(-50%,50%);
    z-index: 99;
}
.adevelop-wrap .shijian-wrap .shijian-box .con-r.ajax
{
    padding-top: 0;
}
@media(min-width: 1025px)
{
    .adevelop-wrap .shijian-wrap .shijian-box .con-l .con
    {
        transition-property: background 1.5s ease;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-l li:hover
    {
        padding: 0 .5rem .35rem 0;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-l li:hover .con
    {
        height: 9rem;
        box-sizing: border-box;
        padding-left: 1.2rem;
        padding-right: 1rem;
        background: #ce0020;
        border-radius: 4px;
        transition: background 1.5s;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-l li:hover h1
    {
        color: #fff;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-l li:hover p
    {
        color: #fff;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-r .con
    {
        transition-property: background 1.5s ease;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-r li:hover
    {
        padding: 0 0 .35rem .5rem;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-r li:hover .con
    {
        height: 9rem;
        box-sizing: border-box;
        padding-right: 1.2rem;
        padding-left: 1rem;
        background: #ce0020;
        border-radius: 4px;
        transition: background 1.5s;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-r li:hover h1
    {
        color: #fff;
    }
    .adevelop-wrap .shijian-wrap .shijian-box .con-r li:hover p
    {
        color: #fff;
    }
}
.aketi-wrap
{
    padding-bottom: 1.8rem;
}
.aketi-wrap .title-t
{
    padding: 1.5rem 0;
    text-align: center;
}
.aketi-wrap .keti-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-wrapper
{
    width: 100%!important;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide
{
    width: 32%;
    margin-bottom: .8rem;
    margin-right: 2%;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide:nth-child(3n)
{
    margin-right: 0;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item
{
    box-sizing: border-box;
    border: 1px solid #cdc9c9;
    padding: 1.3rem 1.6rem 0;
    text-align: center;
    height: 6rem;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item img
{
    margin-bottom: .75rem;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item p
{
    color: #322e30;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item .hover
{
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ce0020;
    box-sizing: border-box;
    padding: .6rem 1.6rem 0;
    transition: all .5s ease;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item .hover h1
{
    font-size: .5rem;
    color: #fff;
    text-align: left;
    margin-bottom: .5rem;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item .hover p
{
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-bottom: .1rem;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide .item:hover .hover
{
    opacity: 1;
}
.aketi-wrap .keti-swiper .swiper-container .swiper-slide:last-child
{
    margin-right: 0;
}
.made-wrap
{
    background: #f8f6f6;
    padding: 1.8rem 0 2.2rem;
}
.made-wrap .title
{
    margin: 0 0 1.8rem;
}
.made-wrap .title h1
{
    margin-bottom: .9rem;
    text-align: center;
}
.made-wrap .title p
{
    text-align: center;
}
.made-wrap .made-tab .swiper-container
{
    width: 100%;
}
.made-wrap .made-tab .swiper-container .swiper-slide
{
    width: calc(100% / 3);
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background: #ce0020;
    cursor: pointer;
    transition: all .5s ease;
}
.made-wrap .made-tab .swiper-container .swiper-slide span
{
    color: #fff;
    transition: all .5s ease;
}
.made-wrap .made-tab .swiper-container .swiper-slide:hover
{
    background: #fff;
}
.made-wrap .made-tab .swiper-container .swiper-slide:hover span
{
    color: #ce0020;
}
.made-wrap .made-tab .swiper-container .swiper-slide.on
{
    background: #fff;
}
.made-wrap .made-tab .swiper-container .swiper-slide.on span
{
    color: #ce0020;
}
.made-wrap .made-tab .tab-con
{
    display: none;
    background: #fff;
    padding: 1rem 0;
}
.made-wrap .made-tab .tab-con li
{
    width: 50%;
    box-sizing: border-box;
    padding-left: 2rem;
}
.made-wrap .made-tab .tab-con li p
{
    margin-bottom: .8rem;
}
.akehu-wrap .title
{
    padding: 1.5rem 0 1.2rem;
    border-bottom: 1px solid #cec6c3;
    text-align: center;
}
.akehu-wrap .item-t
{
    height: 3rem;
    line-height: 3rem;
}
.akehu-wrap .item-t span
{
    width: 4.25rem;
    text-align: center;
    font-size: .6rem;
    color: #3b3637;
    border-bottom: 2px solid #3b3637;
}
.akehu-wrap .item-t .icon-box img
{
    margin-left: 1.5rem;
}
.akehu-wrap .con-box .item
{
    border-bottom: 1px solid #cec6c3;
    border-top: 1px solid #cec6c3;
    height: 4.25rem;
    line-height: 4.25rem;
    background: #faf9f8;
}
.akehu-wrap .con-box .item span
{
    width: 4.25rem;
    text-align: center;
    font-size: .6rem;
    color: #3b3637;
    border-bottom: 2px solid #3b3637;
}
.akehu-wrap .con-box .item h1
{
    color: #ce0020;
}
.akehu-wrap .con-box .item h1 b
{
    font-size: 14px;
}
.akehu-wrap .con-box .item p
{
    line-height: 1.6;
    font-size: 14px;
}
.akehu-wrap .con-box .item .info
{
    width: 60%;
}
.akehu-wrap .con-box .item .info .swiper-container
{
    width: 100%;
}
.akehu-wrap .con-box .item .info .swiper-container .swiper-slide
{
    width: 20%;
}
.akehu-wrap .con-box .item .info .h
{
    height: 4.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -margin-right: 3rem;
}
.akehu-wrap .con-box .img-swiper
{
    margin: .75rem 0 1.25rem;
}
.akehu-wrap .con-box .img-swiper .swiper-container
{
    width: 100%;
    height: 100%;
}
.akehu-wrap .con-box .img-swiper .swiper-container .swiper-slide
{
    width: 18.5%;
    margin-right: 1.8%;
}
.akehu-wrap .con-box .img-swiper .swiper-container .swiper-slide .img
{
    width: 100%;
    height: 2.5rem;
    border: 1px solid #cec6c3;
    margin-bottom: .5rem;
    overflow: hidden;
}
.akehu-wrap .con-box .img-swiper .swiper-container .swiper-slide .img img
{
    transition: all .3s ease;
}
.akehu-wrap .con-box .img-swiper .swiper-container .swiper-slide .img:hover img
{
    transform: scale(1.05);
}
.akehu-wrap .con-box .img-swiper .swiper-container .swiper-slide:last-child
{
    margin-right: 0;
}
.layout-title
{
    background: #f3efee;
    padding: 1.8rem 0 1.4rem;
}
.layout-title h1
{
    text-align: center;
    margin-bottom: .5rem;
}
.layout-title p
{
    color: #322e30;
    line-height: 2;
    text-align: center;
    margin-bottom: .2rem;
}
.layout-item .item
{
    height: 12.35rem;
}
.layout-item .item .con
{
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.layout-item .item .con .con-t .half
{
    width: 100%;
    padding: 2rem 1.5rem 0;
}
.layout-item .item .con .con-t .half .tit
{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 1.5rem;
}
.layout-item .item .con .con-t .half .tit .line
{
    width: 14px;
    height: 40px;
    background: url("/static/web/img/layout-line.png") no-repeat center center;
    margin: 0 .5rem 0 1.2rem;
    background-size: contain;
}
.layout-item .item .con .con-t .half .tit span
{
    font-size: .4rem;
    color: #d85037;
}
.layout-item .item .con .con-t .half h2
{
    font-size: .75rem;
    color: #322e30;
    margin-bottom: .7rem;
}
.layout-item .item .con .con-t .half .link
{
    width: 1rem;
    height: 1rem;
    background: #cec6c3;
    border-radius: 50%;
    margin-top: .75rem;
    box-sizing: border-box;
    transition: all .3s ease;
}
.layout-item .item .con .con-t .half .link i
{
    width: .45rem;
    height: .45rem;
    background: url("/static/web/img/layout-link.png") no-repeat center center;
    background-size: contain;
    transition: all .4s ease;
}
.layout-item .item .con .con-t .half .link:hover
{
    background: #fff;
    border: 1px solid #cec6c3;
}
.layout-item .item .con .con-t .half .link:hover i
{
    background: url("/static/web/img/layout-link-g.png") no-repeat center center;
    background-size: contain;
}
.layout-item .item .img
{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.layout-item .item .img img
{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.layout-item .item .img:hover img
{
    transform: scale(1.05);
}
.layout-item .item:nth-child(2n) .con
{
    left: 50%;
}
.layout-item .item:nth-child(2n) .img
{
    float: left;
}
.layout-item .item:nth-child(2n) .con-t
{
    overflow: hidden;
}
.layout-item .item:nth-child(2n) .con-t .half
{
    float: right;
}
.part-list .part-swiper
{
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #d9d2d0;
    border-top: 2px solid #d9d2d0;
    padding: 0 2rem;
}
.part-list .part-swiper .swiper-container
{
    position: static;
    width: 80%;
    height: 100%;
    margin: 0;
    -padding: 0 .5rem;
    overflow: hidden;
}
.part-list .part-swiper .swiper-container .swiper-slide
{
    width: 2rem;
    text-align: center;
    color: #322e30;
    cursor: pointer;
    transition: all .3s ease;
}
.part-list .part-swiper .swiper-container .swiper-slide:hover
{
    color: #ce0020;
    font-weight: bold;
}
.part-list .part-swiper .swiper-container .swiper-slide.on
{
    color: #ce0020;
    font-weight: bold;
}
.part-list .part-swiper .swiper-container .swiper-button-next
{
    width: 8px;
    height: 14px;
    background: url("/static/web/img/touzi-arrow-r.png") no-repeat center center;
    background-size: contain;
    right: 20%;
    top: 1.1rem;
}
.part-list .part-swiper .swiper-container .swiper-button-prev
{
    width: 8px;
    height: 14px;
    background: url("/static/web/img/touzi-arrow-l.png") no-repeat center center;
    top: 1.1rem;
    left: 3%;
    background-size: contain;
}
.part-list .list-item
{
    margin-top: .5rem;
}
.part-list .list-item .item
{
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e4e0dd;
    padding: 0 .7rem 0 .5rem;
}
.part-list .list-item .item .con
{
    width: 60%;
}
.part-list .list-item .item .con a
{
    color: #322e30;
    margin-left: .5rem;
}
.part-list .list-item .item .con a:hover
{
    color: #ce0020;
}
.part-list .list-item .item .icon
{
    width: 12px;
    height: 14px;
}
.part-list .list-item .item .icon a
{
    width: 100%;
    height: 100%;
    background: url("/static/web/img/download.png") no-repeat center center;
}
.parttime-wrap
{
    padding-bottom: 2.5rem;
}
.parttime-wrap .part-con .title
{
    padding: 1.9rem 0 .7rem;
}
.parttime-wrap .part-con .title h1
{
    text-align: center;
}
.part-list .loadmore
{
    margin-top: .5rem;
    text-align: center;
    cursor: pointer;
}
.dingqi-wrap
{
    background: url("/static/web/img/touzi-back1.jpg") no-repeat center center;
    padding: 1.9rem 0 2.5rem;
}
.dingqi-wrap .part-con .title
{
    margin: 0 0 .7rem;
}
.dingqi-wrap .part-con .title h1
{
    text-align: center;
}
.page
{
    margin: 1.4rem auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.page a
{
    display: inline-block!important;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4cfcb;
    margin: 0 2px;
    transition: all .4s ease;
}
.page a:hover
{
    background: #322e30;
    color: #fff;
}
.page a.on
{
    background: #322e30;
    color: #fff;
}
.page .prev i
{
    width: 12px;
    height: 16px;
    background: url("/static/web/img/page-l.png") no-repeat center center;
    background-size: contain;
    transition: all .3s ease;
}
.page .prev:hover i
{
    background: url("/static/web/img/page-l-w.png") no-repeat center center;
    background-size: contain;
}
.page .next i
{
    width: 12px;
    height: 16px;
    background: url("/static/web/img/page-r.png") no-repeat center center;
    background-size: contain;
    transition: all .3s ease;
}
.page .next:hover i
{
    background: url("/static/web/img/page-r-w.png") no-repeat center center;
    background-size: contain;
}
.zhili-wrap
{
    padding: 2rem 0 2.5rem;
}
.zhili-wrap .title
{
    margin-bottom: 1rem;
}
.zhili-wrap .title h1
{
    text-align: center;
}
.zhili-wrap .zhili-list
{
    border-top: 2px solid #d9d2d0;
    padding-top: .5rem;
}
.zhili-wrap .zhili-list li
{
    box-sizing: border-box;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid #dcd7d3;
    background: #f5f3f2;
    transition: all .4s ease;
    padding-left: .5rem;
    margin-bottom: .25rem;
}
.zhili-wrap .zhili-list li a
{
    width: 60%;
    display: block;
    color: #322e30;
}
.zhili-wrap .zhili-list li:hover
{
    background: #fff;
}
.zhili-wrap .zhili-list li:hover a
{
    color: #ce0020;
}
.plat-wrap
{
    padding: 1.5rem 0 2rem;
    background: url("/static/web/img/touzi-back2.jpg") no-repeat center center;
    background-size: cover;
}
.plat-wrap .title
{
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2cbc8;
}
.plat-wrap .title h1
{
    text-align: center;
}
.plat-wrap .info
{
    padding: .75rem .5rem;
}
.plat-wrap .info p
{
    font-size: 14px;
}
.plat-wrap .info .lianxi
{
    margin-top: .5rem;
}
.plat-wrap .info .lianxi .le span
{
    color: #322e30;
}
.plat-wrap .info .lianxi .ri
{
    margin-left: 1rem;
}
.plat-wrap .info .lianxi .ri .item
{
    margin-bottom: .5rem;
}
.plat-wrap .info .lianxi .ri .img
{
    width: 36px;
}
.plat-wrap .info .lianxi .ri span
{
    color: #ce0020;
}
.plat-wrap .input-box
{
    border-top: 4px solid #191625;
}
.plat-wrap .input-box .top
{
    background: #fff;
    border-bottom: 1px solid #c3bbbd;
    padding: .75rem .6rem;
}
.plat-wrap .input-box .top input
{
    box-sizing: border-box;
    padding: 0 .2rem;
}
.plat-wrap .input-box .top dd
{
    margin-bottom: .34rem;
}
.plat-wrap .input-box .top dd span
{
    width: 2rem;
    display: inline-block;
    font-size: 14px;
    color: #322e30;
    font-weight: bold;
}
.plat-wrap .input-box .top .liuyan input
{
    width: 32.25rem;
    height: .75rem;
    border: 1px solid #c3bbbd;
}
.plat-wrap .input-box .top .name input
{
    width: 14.4rem;
    height: .75rem;
    border: 1px solid #c3bbbd;
}
.plat-wrap .input-box .top .name input:first-of-type
{
    margin-right: 1.43rem;
}
.plat-wrap .input-box .top .neirong
{
    display: flex;
    align-items: flex-start;
}
.plat-wrap .input-box .top .neirong textarea
{
    box-sizing: border-box;
    width: 32.25rem;
    height: 2.35rem;
    border: 1px solid #c3bbbd;
}
.plat-wrap .input-box .top .code input
{
    width: 3rem;
    height: .75rem;
    border: 1px solid #c3bbbd;
}
.plat-wrap .input-box .top .code input[type="button"]
{
    width: 3rem;
    height: .75rem;
    background: #322e30;
    color: #fff;
    border: none;
    margin-left: 10px;
    font-size: 14px;
    transition: all .5s ease;
}
.plat-wrap .input-box .top .code input[type="button"]:hover
{
    background: #ce0020;
}
.plat-wrap .input-box .bottom
{
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}
.plat-wrap .input-box .bottom .submit
{
    width: 3rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: #686465;
    border: none;
    margin-right: 10px;
    transition: all .5s ease;
}
.plat-wrap .input-box .bottom .submit:hover
{
    background: #ce0020;
}
.plat-wrap .input-box .bottom .reset
{
    width: 3rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background: #686465;
    border: none;
    transition: all .5s ease;
}
.plat-wrap .input-box .bottom .reset:hover
{
    background: #ce0020;
}
.plat-wrap .input-box .yz-img
{
    width: 3rem;
    height: .75rem;
    margin-left: .5rem;
    cursor: pointer;
}
.news-wrap .titie
{
    padding: 2rem 0 1rem;
    text-align: center;
}
.news-wrap .news-swiper
{
    padding-bottom: 1.5rem;
}
.news-wrap .news-swiper .swiper-container
{
    position: static;
    width: 100%;
    height: 100%;
}
.news-wrap .news-swiper .swiper-container .swiper-slide
{
    width: 31.6%;
    margin-right: 1rem;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .img
{
    box-sizing: border-box;
    height: 6rem;
    overflow: hidden;
    box-shadow: 0 0 5px #dedede;
    margin-bottom: .25rem;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .img img
{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.news-wrap .news-swiper .swiper-container .swiper-slide h1
{
    font-size: .45rem;
    height: 1.4rem;
    margin: .5rem 0 1.1rem;
    transition: all .3s ease;
}
.news-wrap .news-swiper .swiper-container .swiper-slide p
{
    font-size: 14px;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .bottom
{
    margin-top: .7rem;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .bottom span
{
    font-size: 14px;
    color: #666;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .bottom .line
{
    margin: 0 .25rem;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .bottom a
{
    font-size: 14px;
    color: #ce0020;
}
.news-wrap .news-swiper .swiper-container .swiper-slide .bottom i
{
    width: 10px;
    height: 6px;
    background: url("/static/web/img/new-arrow.png") no-repeat center center;
    margin-left: .45rem;
    background-size: contain;
    transition: all .3s ease;
}
.news-wrap .news-swiper .swiper-container .swiper-slide:hover h1
{
    color: #ce0020;
}
.news-wrap .news-swiper .swiper-container .swiper-slide:hover p
{
    color: #666;
}
.news-wrap .news-swiper .swiper-container .swiper-slide:hover img
{
    transform: scale(1.05);
}
.news-wrap .news-swiper .swiper-container .swiper-slide:hover .bottom i
{
    transform: translateX(3px);
}
.news-wrap .news-swiper .swiper-container .swiper-slide:last-child
{
    margin-right: 0;
}
.news-wrap .news-swiper .swiper-container .swiper-pagination
{
    bottom: 0;
}
.news-wrap .news-swiper .swiper-container .swiper-pagination-bullet
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #cbc6da;
    opacity: 1;
    border-radius: 50%;
}
.news-wrap .news-swiper .swiper-container .swiper-pagination-bullet-active
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #bb2a29;
    border-radius: 50%;
}
.list-wrap
{
    margin-top: 1.2rem;
    border-top: 1px solid #cec6c3;
    padding: .7rem 0 1.9rem;
}
.list-wrap .tab-title
{
    position: relative;
    z-index: 10;
}
.list-wrap .tab-title .search-box
{
    width: 10.65rem;
    height: 1.5rem;
    border: 1px solid #cec6c3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .5rem;
}
.list-wrap .tab-title .search-box input
{
    width: 80%;
    border: none;
}
.list-wrap .tab-title .search-box input[type="submit"]
{
    width: .6rem;
    height: .6rem;
    background: url("/static/web/img/news-search.png") no-repeat center center;
    background-size: contain;
}
.list-wrap .tab-title .select-box .select .up
{
    width: 5.7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #f3efee;
    border: 1px solid #c4bbb6;
    margin-right: .5rem;
    cursor: pointer;
    padding: 0 .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .4s ease;
}
.list-wrap .tab-title .select-box .select .up span
{
    color: #322e30;
    font-weight: bold;
    transition: all .4s ease;
}
.list-wrap .tab-title .select-box .select .up i
{
    width: 14px;
    height: 7px;
    background: url("/static/web/img/news-down.png") no-repeat center center;
    transition: all .4s ease;
    background-size: contain;
}
.list-wrap .tab-title .select-box .select .up:hover
{
    background: #ce0020;
}
.list-wrap .tab-title .select-box .select .up:hover span
{
    color: #fff;
}
.list-wrap .tab-title .select-box .select .up:hover i
{
    width: 14px;
    height: 7px;
    background: url("/static/web/img/news-down2.png") no-repeat center center;
    background-size: contain;
}
.list-wrap .tab-title .select-box .select .up.on
{
    background: #ce0020;
}
.list-wrap .tab-title .select-box .select .up.on span
{
    color: #fff;
}
.list-wrap .tab-title .select-box .select .up.on i
{
    background: url("/static/web/img/news-down2.png") no-repeat center center;
    background-size: contain;
}
.list-wrap .tab-title .select-box .select .tab-option
{
    width: 5.7rem;
    left: 0;
    background: #f3efee;
    border: 1px solid #c4bbb6;
    border-top: none;
    z-index: 11111;
    display: none;
}
.list-wrap .tab-title .select-box .select .tab-option dd
{
    height: .9rem;
    line-height: .9rem;
    padding: 0 .75rem;
    cursor: pointer;
    transition: all .4s ease;
}
.list-wrap .tab-title .select-box .select .tab-option dd span
{
    color: #322e30;
    transition: all .4s ease;
}
.list-wrap .tab-title .select-box .select .tab-option dd:hover
{
    background: #ce0020;
}
.list-wrap .tab-title .select-box .select .tab-option dd:hover span
{
    color: #fff;
}
.list-wrap .list-item
{
    padding: .75rem 0 0;
}
.list-wrap .list-item li
{
    height: 1.7rem;
    line-height: 1.7rem;
    border: 1px solid #cec6c3;
    margin-bottom: .25rem;
    padding: 0 .9rem;
    position: relative;
}
.list-wrap .list-item li .le
{
    width: 60%;
}
.list-wrap .list-item li a
{
    color: #322e30;
}
.list-wrap .list-item li:before
{
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cec6c3;
    transition: all .5s ease;
}
.list-wrap .list-item li .ri span
{
    font-size: 14px;
    transition: all .3s ease;
}
.list-wrap .list-item li .ri .line
{
    width: 1px;
    height: .65rem;
    background: #cec6c3;
    margin-right: .75rem;
    transition: all .3s ease;
}
.list-wrap .list-item li:hover a
{
    color: #ce0020;
}
.list-wrap .list-item li:hover:before
{
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ce0020;
}
.list-wrap .list-item li:hover span
{
    color: #ce0020;
}
.list-wrap .list-item li:hover .line
{
    background: #ce0020;
}
.tian-wrap
{
    padding: 2.1rem 0;
}
.tian-wrap .title
{
    padding: 0 0 1.1rem;
}
.tian-wrap .title h1
{
    text-align: center;
}
.tian-wrap li
{
    width: 30.5%;
    margin: 0 4.2% 4% 0;
}
.tian-wrap li .img
{
    width: 100%;
    height: 4.825rem;
    overflow: hidden;
    margin-bottom: .4rem;
}
.tian-wrap li .img img
{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}
.tian-wrap li h2 a
{
    color: #322e30;
    font-weight: bold;
}
.tian-wrap li p
{
    font-size: 14px;
}
.tian-wrap li .time
{
    font-size: 12px;
    margin-bottom: .5rem;
}
.tian-wrap li .detail
{
    margin-top: 1rem;
}
.tian-wrap li .detail a
{
    font-size: 12px;
    color: #ce0020;
    font-weight: bold;
}
.tian-wrap li .detail i
{
    width: 12px;
    height: 8px;
    background: url("/static/web/img/tiandi-arrow.png") no-repeat center center;
    margin-left: 10px;
    background-size: contain;
    transition: all .3s ease;
}
.tian-wrap li:hover a
{
    color: #ce0020;
}
.tian-wrap li:hover img
{
    transform: scale(1.05);
}
.tian-wrap li:hover .detail i
{
    position: relative;
    transform: translateX(3px);
}
.tian-wrap li:nth-child(3n)
{
    margin: 0 0 4% 0;
}
.detail-top
{
    background: #eeebe9;
    padding: 2.1rem 0 1.1rem;
}
.detail-top .con h1
{
    font-size: .75rem;
    text-align: center;
    color: #322e30;
    margin-bottom: .5rem;
}
.detail-top .con p
{
    font-size: 12px;
    text-align: center;
}
.detail-top .con .back
{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.detail-top .con .back a
{
    display: block;
    width: 2.7rem;
    text-align: center;
    height: .85rem;
    line-height: .85rem;
    font-size: 14px;
    color: #fff;
    background: #ce0020;
    border-radius: .85rem;
}
.detail-wrap
{
    padding: 2.1rem 0;
}
.detail-wrap .detail-con
{
    padding-bottom: 1rem;
}
.detail-wrap .detail-bottom
{
    border-top: 1px solid #d9d2d0;
    padding-top: 1rem;
}
.detail-wrap .detail-bottom .le span
{
    font-size: 14px;
    margin-right: 10px;
}
.detail-wrap .detail-bottom .le a
{
    font-size: 14px;
    color: #322e30;
    font-weight: bold;
}
.detail-wrap .detail-bottom .back a
{
    display: block;
    width: 2.7rem;
    text-align: center;
    height: .85rem;
    line-height: .85rem;
    font-size: 14px;
    border-radius: .85rem;
    border: 1px solid #aca39d;
}
.jtall-wrap
{
    padding-bottom: 2.5rem;
}
.jtall-wrap .jt-con .title
{
    padding: 1.9rem 0 1.5rem;
    text-align: center;
}
.jtall-wrap .jt-con .jt-le
{
    width: 30.5%;
}
.jtall-wrap .jt-con .jt-le .top .tab
{
    border-top: 2px solid #665d57;
}
.jtall-wrap .jt-con .jt-le .top .tab .bt
{
    width: 33.33333%;
    text-align: center;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 14px;
    color: #322e30;
    transition: all .4s ease;
    background: #f3efee;
    cursor: pointer;
    font-weight: bold;
}
.jtall-wrap .jt-con .jt-le .top .tab .bt:hover
{
    color: #ce0020;
    background: #fff;
}
.jtall-wrap .jt-con .jt-le .top .tab .bt.on
{
    color: #ce0020;
    background: #fff;
}
.jtall-wrap .jt-con .jt-le .top .con
{
    display: none;
    padding: 1rem 0;
    border-bottom: 1px solid #bdb3af;
}
.jtall-wrap .jt-con .jt-le .top .con h2
{
    font-size: .6rem;
    color: #322e30;
    margin-bottom: .7rem;
}
.jtall-wrap .jt-con .jt-le .top .con .item
{
    justify-content: left;
    margin-bottom: .4rem;
}
.jtall-wrap .jt-con .jt-le .top .con .item img
{
    margin-right: .2rem;
}
.jtall-wrap .jt-con .jt-le .top .con .item span
{
    color: #322e30;
}
.jtall-wrap .jt-con .jt-le .bottom
{
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}
.jtall-wrap .jt-con .jt-le .bottom .item .img
{
    margin-bottom: .3rem;
}
.jtall-wrap .jt-con .jt-le .bottom .item p
{
    text-align: center;
    color: #322e30;
}
.jtall-wrap .jt-con .jt-fr
{
    width: 61%;
    height: 13.5rem;
}
.jtall-wrap .jt-con .jt-fr img
{
    max-width: none;
}
.jtall-wrap .jt-con .jt-fr .swiper-container
{
    box-sizing: border-box;
    border: 1px solid #dedede;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .swiper-slide-active
{
    -border-left: 1px solid #dedede;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .img
{
    box-sizing: border-box;
    -background: #ccc;
    border-bottom: 1px solid #dedede;
    -margin-bottom: -1px;
    padding: .6rem;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .img .imgg
{
    width: 100%;
    height: 9.5rem;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .con-t
{
    box-sizing: border-box;
    -border: 1px solid #dedede;
    padding: .3rem .8rem;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .con-t p
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 1.9rem;
    font-size: .4rem;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .img img
{
    max-width: 100%;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .swiper-button-prev
{
    width: 18px;
    height: 34px;
    background: url("/static/web/img/swiper-l5.png") no-repeat center center;
    z-index: 1000;
    background-size: contain;
}
.jtall-wrap .jt-con .jt-fr .swiper-container .swiper-button-next
{
    width: 18px;
    height: 34px;
    background: url("/static/web/img/swiper-r5.png") no-repeat center center;
    z-index: 1000;
    background-size: contain;
}
.jtall-wrap .jt-con .jt-le .swiper-container
{
    border-top: 2px solid #665d57;
    box-shadow: 2px 2px 2px #f5f5f5;
}
.jtall-wrap .jt-con .jt-le .swiper-container .swiper-slide
{
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
}
.jtall-wrap .jt-con .jt-le .swiper-container .swiper-button-prev
{
    width: 9px;
    height: 17px;
    background: url("/static/web/img/swiper-l5.png") no-repeat center center;
    z-index: 1000;
    top: 80%;
    background-size: contain;
}
.jtall-wrap .jt-con .jt-le .swiper-container .swiper-button-next
{
    width: 9px;
    height: 17px;
    background: url("/static/web/img/swiper-r5.png") no-repeat center center;
    z-index: 1000;
    top: 80%;
    background-size: contain;
}
.child-wrap
{
    padding: 2.15rem 0 2.75rem;
    background: url("/static/web/img/contact-back.jpg") no-repeat center center;
    background-size: cover;
}
.child-wrap .child-con .title
{
    text-align: center;
    padding-bottom: .9rem;
    border-bottom: 1px solid #c4bab7;
}
.child-wrap .child-con .tab
{
    padding-top: .7rem;
}
.child-wrap .child-con .tab h2
{
    font-size: .6rem;
}
.child-wrap .child-con .tab .tab-list
{
    margin-top: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c4bab7;
}
.child-wrap .child-con .tab .tab-list .swiper-container
{
    width: 100%;
    height: 100%;
}
.child-wrap .child-con .tab .tab-list .swiper-container .swiper-slide
{
    width: 2.15rem;
    margin-right: .2rem;
}
.child-wrap .child-con .tab .tab-list .swiper-container .swiper-slide span
{
    box-sizing: border-box;
    width: 2.15rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #1b1925;
    background: #fff;
    transition: all .4s ease;
    margin-right: .4rem;
    border: 1px solid #b5aca7;
    cursor: pointer;
}
.child-wrap .child-con .tab .tab-list .swiper-container .swiper-slide span:hover
{
    background: #1b1925;
    color: #fff;
}
.child-wrap .child-con .tab .tab-list .swiper-container .swiper-slide.on span
{
    background: #1b1925;
    color: #fff;
}
.child-wrap .child-con .swiper-container2
{
    padding-top: 1.1rem;
    width: 100%;
    height: 100%;
}
.child-wrap .child-con .swiper-container2 .swiper-slide
{
    width: 25%;
    min-height: 6.5rem;
    border-right: 1px solid #bdb4b4;
    padding: 0 1rem 0 .5rem;
}
.child-wrap .child-con .swiper-container2 .swiper-slide h1
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: .5rem;
}
.child-wrap .child-con .swiper-container2 .swiper-slide p
{
    font-size: 14px;
    margin-bottom: .2rem;
}
.child-wrap .child-con .swiper-container2 .swiper-slide .map
{
    margin-top: .4rem;
    width: 3.15rem;
    height: 1rem;
    border: 1px solid #bdb4b4;
    background: #fff;
}
.child-wrap .child-con .swiper-container2 .swiper-slide .map i
{
    width: 16px;
    height: 15px;
    background: url("/static/web/img/baidu-map-icon.png") no-repeat center center;
    margin-left: .3rem;
    background-size: contain;
    transform: translateY(2px);
}
.child-wrap .child-con .swiper-container2 .swiper-slide:last-child
{
    border: none;
}
.zp-wrap
{
    padding: 2.4rem 0 1.9rem;
    background: url("/static/web/img/zhaopin-back.jpg") no-repeat center center;
    background-size: cover;
}
.zp-wrap .zp-con .title
{
    text-align: center;
    margin-bottom: .9rem;
}
.zp-wrap .zp-con .link-more
{
    margin-top: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zp-wrap .zp-con .link-more p
{
    text-align: center;
    color: #322e30;
}
.zp-wrap .zp-con .link-more p.up
{
    width: 5rem;
}
.zp-wrap .zp-con .link-more p span
{
    color: #322e30;
    display: inline-block;
    margin-right: 20px;
}
.zp-wrap .zp-con .link-more p img
{
    margin-left: 5px;
    position: relative;
    transition: all .5s ease;
}
.zp-wrap .zp-con .link-more p.up:hover img
{
    transform: translateX(5px);
}
.zp-wrap .zp-con .link-more p.up:hover a
{
    color: #ce0020;
}
.zp-wrap .zp-con .link-more p a
{
    color: #322e30;
}
.zp-wrap .zp-con .tab-btn
{
    position: relative;
    z-index: 10;
}
.zp-wrap .zp-con .tab-btn .item
{
    margin-right: .25rem;
}
.zp-wrap .zp-con .tab-btn .item .up
{
    width: 7rem;
    height: 1.15rem;
    border: 1px solid #bdb3af;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .7rem;
    cursor: pointer;
    transition: all .4s ease;
    background: #fff;
}
.zp-wrap .zp-con .tab-btn .item .up span
{
    width: 5.5rem;
}
.zp-wrap .zp-con .tab-btn .item .up i
{
    width: 12px;
    height: 6px;
    background: url("/static/web/img/news-down.png") no-repeat center center;
    transition: all .4s ease;
    background-size: contain;
}
.zp-wrap .zp-con .tab-btn .item .up span
{
    transition: all .4s ease;
}
.zp-wrap .zp-con .tab-btn .item .up:hover
{
    background: #322e30;
}
.zp-wrap .zp-con .tab-btn .item .up:hover span
{
    color: #fff;
}
.zp-wrap .zp-con .tab-btn .item .up:hover i
{
    width: 12px;
    height: 6px;
    background: url("/static/web/img/news-down2.png") no-repeat center center;
    background-size: contain;
}
.zp-wrap .zp-con .tab-btn .item .option
{
    display: none;
    width: 7rem;
    top: calc(100% - 1px);
    border: 1px solid #bdb3af;
    background: #fff;
    z-index: 999;
}
.zp-wrap .zp-con .tab-btn .item .option dd
{
    height: .9rem;
    line-height: .9rem;
    box-sizing: border-box;
    padding: 0 .7rem;
    border-bottom: 1px solid #bdb3af;
    cursor: pointer;
    transition: all .4s ease;
}
.zp-wrap .zp-con .tab-btn .item .option dd:hover
{
    background: #322e30;
    color: #fff;
}
.zp-wrap .zp-con .tab-btn .item .option dd:last-child
{
    border: none;
}
.zp-wrap .zp-con .tab-btn .item.on
{
    background: #322e30;
}
.zp-wrap .zp-con .tab-btn .item.on .up span
{
    color: #fff;
}
.zp-wrap .zp-con .tab-btn .item.on i
{
    width: 12px;
    height: 6px;
    background: url("/static/web/img/news-down2.png") no-repeat center center;
    background-size: contain;
}
.zp-wrap .zp-con .job-wrap .list-title
{
    padding: 0 .75rem;
    background: #e0dddc;
    height: 1.75rem;
    line-height: 1.75rem;
    margin: .75rem 0 .25rem;
    font-weight: bold;
    color: #322e30;
}
.zp-wrap .zp-con .job-wrap .list-title .name
{
    width: 27%;
}
.zp-wrap .zp-con .job-wrap .list-title .xueli
{
    width: 46%;
}
.zp-wrap .zp-con .job-wrap .list-title .local
{
    width: 27%;
}
.zp-wrap .zp-con .job-wrap .list li
{
    border: 1px solid #dcd7d3;
    margin-bottom: .3rem;
}
.zp-wrap .zp-con .job-wrap .list li.op .list-title
{
    background: #686465;
    color: #fff;
}
.zp-wrap .zp-con .job-wrap .list .list-title
{
    background: #fff;
    -border: 1px solid #dcd7d3;
    cursor: pointer;
    margin: 0;
    transition: all .4s ease;
}
.zp-wrap .zp-con .job-wrap .list .list-title:hover
{
    background: #686465;
    color: #fff;
}
.zp-wrap .zp-con .job-wrap .list .sub-box
{
    display: none;
    background: #f8f6f6;
    padding: .75rem .75rem .9rem;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .con
{
    padding-bottom: .5rem;
    border-bottom: 1px solid #dcd7d3;
    margin-bottom: .9rem;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t
{
    width: 50%;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t h1
{
    font-size: .45rem;
    color: #322e30;
    margin-bottom: .4rem;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t p
{
    font-size: 14px;
    margin-bottom: .2rem;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .con .con-t .ying-p
{
    width: 3.2rem;
    text-align: center;
    height: .9rem;
    line-height: .9rem;
    margin-top: .5rem;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: #ce0020;
    cursor: pointer;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .guanbi .gb
{
    cursor: pointer;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .guanbi span
{
    font-size: 14px;
    color: #ce0020;
}
.zp-wrap .zp-con .job-wrap .list .sub-box .guanbi i
{
    width: 10px;
    height: 6px;
    background: url("/static/web/img/new-arrow.png") no-repeat center center;
    margin-right: .3rem;
    background-size: contain;
}
.ininfo-wrap .view-box
{
    margin-top: 1rem;
}
.page a
{
    text-align: center;
    line-height: 1rem;
}
.page a:last-child
{
    width: 2.4rem;
}
@media(max-width: 1024px)
{
    .swiper-container1 .swiper-slide video
    {
        display: none;
    }
    .swiper-container1 .swiper-slide .videoimg
    {
        display: block!important;
        height: 100%;
    }
    .swiper-container1 .swiper-slide .playvideo
    {
        display: block!important;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 111;
    }
}
.inquanq-wrap .map-wrap.new .new-con
{
    padding-top: 5%;
    height: 100%;
}
.inquanq-wrap .map-wrap.new .new-con .img-list li
{
    cursor: pointer;
}
.inquanq-wrap .map-wrap.new .new-con .img1
{
    width: 21.66%;
    height: 21.875%;
}
.inquanq-wrap .map-wrap.new .new-con .img2
{
    top: 51%;
    width: 21.66%;
    height: 21.875%;
}
.inquanq-wrap .map-wrap.new .new-con .img3
{
    left: 27%;
    width: 26.38%;
    height: 71.25%;
}
.inquanq-wrap .map-wrap.new .new-con .img4
{
    right: 2%;
    top: 16%;
    width: 40.27%;
    height: 35%;
}
.inquanq-wrap .map-wrap.new .new-con .img5
{
    top: 54%;
    right: 16%;
    width: 26.38%;
    height: 23.75%;
}
.inquanq-wrap .map-wrap.new .new-con .tit span
{
    font-size: .35rem;
    font-weight: bold;
    color: #666;
}
.inquanq-wrap .map-wrap.new .new-con .tit1
{
    top: 37%;
}
.inquanq-wrap .map-wrap.new .new-con .tit2
{
    top: 47%;
}
.inquanq-wrap .map-wrap.new .new-con .tit3
{
    left: 58%;
}
.inquanq-wrap .map-wrap.new .new-con .tit4
{
    right: 0;
    top: 54%;
}
.inquanq-wrap .map-wrap.new .new-con .tit5
{
    right: 26.8%;
    bottom: 17%;
}
.inquanq-wrap .map-wrap.new .new-pop
{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(228,228,228,.9);
    box-sizing: border-box;
    padding-top: 1rem;
    visibility: hidden;
    z-index: 100;
    transition: all .5s ease;
    opacity: 0;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container
{
    width: 100%;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide
{
    display: flex;
    justify-content: center;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con
{
    width: 70%;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con .img
{
    margin-bottom: .1rem;
    text-align: center;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con p
{
    font-size: .45rem;
    color: #333;
}
.inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con .t
{
    font-size: .35rem;
    color: #666;
}
.inquanq-wrap .map-wrap.new .new-con .img .m
{
    display: none;
}
.inquanq-wrap .map-wrap.new .new-pop .newclose
{
    right: 0;
    top: 0;
    cursor: pointer;
}
.inquanq-wrap .map-wrap.new .new-pop.show
{
    visibility: visible;
    opacity: 1;
}
@media(max-width: 1440px)
{
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con
    {
        width: 60%;
    }
}
@media(max-width: 1024px)
{
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide
    {
        padding-top: 5%;
    }
}
@media(max-width: 992px)
{
    .inquanq-wrap .map-wrap.new .new-con
    {
        padding-bottom: 5%;
        overflow: hidden;
    }
    .inquanq-wrap .map-wrap.new .new-con .img img
    {
        display: none;
    }
    .inquanq-wrap .map-wrap.new .new-con .img .m
    {
        display: block;
    }
    .inquanq-wrap .map-wrap.new .new-con .img-list li
    {
        position: relative;
    }
    .inquanq-wrap .map-wrap.new .new-con li
    {
        margin-bottom: 2rem;
    }
    .inquanq-wrap .map-wrap.new .new-con .img1
    {
        width: auto;
        height: auto;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .img2
    {
        width: auto;
        height: auto;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .img3
    {
        width: auto;
        height: auto;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .img4
    {
        width: auto;
        height: auto;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .img5
    {
        width: auto;
        height: auto;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .img-list li .img img
    {
        width: 92%;
        height: 330px;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit1
    {
        top: 19.5%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit2
    {
        top: 38.5%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit2 img
    {
        transform: rotate(180deg);
    }
    .inquanq-wrap .map-wrap.new .new-con .tit3
    {
        top: 57.5%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit3 img
    {
        transform: rotate(90deg);
    }
    .inquanq-wrap .map-wrap.new .new-con .tit4
    {
        top: 77%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit5
    {
        top: 96%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con
    {
        width: 90%;
    }
}
@media(max-width: 767px)
{
    .inquanq-wrap .map-wrap.new .new-con li
    {
        margin-bottom: 1rem;
    }
    .inquanq-wrap .map-wrap.new .new-con .img-list li .img img
    {
        height: 3.3rem;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit span
    {
        font-size: .28rem;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit1
    {
        top: 18%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit2
    {
        top: 37%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit3
    {
        top: 56%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit4
    {
        top: 75.5%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-con .tit5
    {
        top: 94.5%;
        left: 4%;
    }
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con
    {
        width: 90%;
    }
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con p
    {
        font-size: .34rem;
    }
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide .con .t
    {
        font-size: .24rem;
    }
    .inquanq-wrap .map-wrap.new .new-pop .swiper-container .swiper-slide
    {
        padding-top: 10%;
    }
}
