@font-face {
    font-family:'nansongshu';
    src:url('../fonts/nansongshu.ttf');
}
.font{
    font-family:'nansongshu';
}
@font-face {
    font-family:'hanyishu';
    src:url('../fonts/hanyishu.TTF');
}
@font-face {
    font-family:'fangzhenghei-gbk';
    src:url('../fonts/fangzhenghei-gbk.TTF');
}
@font-face {
    font-family: "chendaiming";
    src: url('../fonts/chendaiming.TTF');
}
@font-face {
    font-family:'huakangwen';
    src:url('../fonts/huakangwen”.TTF');
}
*{
    padding: 0;
    margin: 0;
    color: #737373;
    font-size: 1rem;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family:'nansongshu';
}
@font-face {
    font-family:'AdobeHeitiStd-Regular';
    src:url('../fonts/AdobeHeitiStd-Regular.otf');
}
@font-face {
    font-family:'AGaramondPro-Regular';
    src:url('../fonts/AGaramondPro-Regular.otf');
}
.font1{
    font-family:'AdobeHeitiStd-Regular';
}
@font-face {
    font-family:'huakangwen';
    src:url('../fonts/huakangwen.TTF');
}
.font2{
    font-family:'huakangwen';
}
@font-face {
    font-family:'shutifang';
    src:url('../fonts/shutifang.ttf');
}
.font3{
    font-family:'shutifang';
}
@font-face {
    font-family:'fangzhengyao';
    src:url('../fonts/fangzhengyao.TTF');
}

html,body{
    font-size: 62.5%;
}

html,body{
    font-size: 16px;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
input{
    outline: none;
    border: none;
    font-size: 1rem;
}
.wapBtn,
.wap{
    display: none !important;
}
.headerAllDiv{
    background-image:url("../images/headerBg.jpg") ;
    /*background-size: cover;*/
    position: relative;
    left: 0;
    top:0;
    right: 0;
    z-index: 999999999;
    padding: 0 2.5rem 0 5.125rem;
}

.logoDiv{
    /*height: 7.8rem;*/
    padding: 1.75rem 0;
    display: block;
}
.logoDiv img{
    height: 100%;
    width: auto;
    display: block;
}
.navAllDiv{
    width: calc(100% - 16rem);
    padding-top:2.5rem ;
    text-align: right;
}
.navDiv{
    display: inline-block;
    position: relative;
    padding-right: 1rem;
}
.navDiv a{
    font-family:'AdobeHeitiStd-Regular';
}
.navBtn{
    width: 6.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    display: block;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    font-size: 1.2rem;
    color: #000000;
}
.navOn .navBtn,
.navDiv:hover .navBtn{
    background: #cc2e2b;
    color: #ffffff;
}
.navScoDiv{
    position: absolute;
    width: 9rem;
    background: rgba(206,54,51,0.8);
    text-align: left;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    z-index: 999999;
    display: none;
}
.navDiv:hover .navScoDiv{
    display:block;
    animation: ScoNavTop 0.3s ;
    -webkit-animation: ScoNavTop 0.3s ;
    -o-animation: ScoNavTop 0.3s ;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
.navScoDiv a{
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    width: 100%;
    line-height: 1.5rem;
    font-size: 1rem;
    color: #ffffff;
    display: block;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    position: relative;
}
.navScoDiv a span{
    width: 1.2rem;
    height:0.8rem;
    position: absolute;
    background-image: url("../images/navRight.png");
    top:50%;
    margin-top: -0.4rem;
    background-size: cover;
    display: none;
}
.navScoDiv a:hover{
    background: #ffffff;
    color: #010101;
    transition: 0.6s;
}
.navScoDiv a:hover span{
    display: block;
    animation: navIconRight 0.6s ;
    -webkit-animation: navIconRight 0.6s ;
    -o-animation: navIconRight 0.6s ;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}


@keyframes navIconRight {
    from{
        right: 1rem;
    }
    to{
        right: 0.3rem;
    }
}
@-webkit-keyframes navIconRight {
    from{
        right: 1rem;
    }
    to{
        right: 0.3rem;
    }
}
@-o-keyframes navIconRight {
    from{
        right: 1rem;
    }
    to{
        right: 0.3rem;
    }
}
@keyframes ScoNavTop {
    from{
        top: 3rem;
    }
    to{
        top: 2.25rem;
    }
}
@-webkit-keyframes ScoNavTop {
    from{
        top: 3rem;
    }
    to{
        top: 2.25rem;
    }
}
@-o-keyframes ScoNavTop {
    from{
        top: 3rem;
    }
    to{
        top: 2.25rem;
    }
}

.wid{
    width: 100%;
    overflow: hidden;
}

/*---- index  start----*/
.bannerAllDiv{
    width: 100%;
    overflow: hidden;
}
.banner{
    width: 100vw;
    height: calc(100vh - 7.8rem);
}
.banner a{
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.swiper-container{
    position: relative;
    width: 100%;
}
.swiper-button-left{
    background-image: url("../images/left.png");
    width: 3rem;
    height: 3.5rem;
    background-size: cover;
    position: absolute;
    left: 2rem;
    top:50%;
    margin-top: -1.75rem;
    z-index: 99999;
    cursor: pointer;
}
.swiper-button-right{
    background-image: url("../images/right.png");
    width: 2.5rem;
    height: 3.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 2rem;
    top:50%;
    margin-top: -1.75rem;
    z-index: 99999;
    cursor: pointer;
}
.bannerLine{
    width: 100%;
}
.swiper-pagination{
    width: 100%;
    left: 0;
}
.bannerAllDiv .swiper-horizontal>.swiper-pagination-bullets,
.bannerAllDiv .swiper-pagination-bullets.swiper-pagination-horizontal,
.bannerAllDiv .swiper-pagination-custom,
.bannerAllDiv .swiper-pagination-fraction{
    bottom: 1rem;
}
.bannerAllDiv .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    color: #ffffff;
    display: inline-block;
}
.bannerAllDiv span{
    display: none;
}
.bannerAllDiv .swiper-pagination-bullet{
    opacity: 1;
    margin: 0 0.5rem !important;
    background: #f5f5f5;
    position: relative;
}
.bannerWord{
    display: none;
}
.bannerAllDiv .swiper-pagination-bullet-active{
    background: #efb644;
    width: 1rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
@keyframes bannerLine {
    form{
        width: 0;
        right:0;
    }
    to{
        width: 12.5rem;
        right:-12.5rem;
    }
}
@-webkit-keyframes bannerLine {
    form{
        width: 0;
        right:0;
    }
    to{
        width: 12.5rem;
        right:-12.5rem;
    }
}
@-o-keyframes bannerLine {
    form{
        width: 0;
        right:0;
    }
    to{
        width: 12.5rem;
        right:-12.5rem;
    }
}

.indexMyBg{
    background-image: url("../images/indexMyBg.jpg");
    background-size: cover;
    padding-bottom: 4rem;
}
.indexMyAllDiv{
    padding-bottom: 4rem;
}
.indexMyDiv{
    position: relative;
    margin-bottom: 4rem;
}
.indexMyL{
    padding: 3rem 7.1875rem 0 6rem;
    width: 57%;
}
.indexMyR{
    width: 43%;
}
.indexMyR img{
    width: 100%;
    height: auto;
    display: block;
}

.indexMyTit{
    margin-bottom: 2rem;
}
.indexMyTit img{
    width: 4.875rem;
    height: 2.75rem;
    vertical-align: text-bottom;
    -webkit-vertical-align: text-bottom;
    -o-vertical-align: text-bottom;
    margin-right: 1rem;
    display: inline-block;
}
.indexMyTit h3{
    font-size: 3.75rem;
    color: #cc2e2b;
    display: inline-block;
    font-family:'shutifang';
    font-weight: normal;
}
.indexMyWord,
.indexMyWord p{
    font-size: 1rem;
    color: #000000;
    line-height: 2rem;
    text-align: justify;
    text-indent: 2em;
    font-family: "nansongshu";
}
.indexMyWord{
    height: 26rem;
    overflow: hidden;
}
.indexMyBtn{
    width: 8rem;
    height: 2.4rem;
    color: #ffffff;
    text-align: center;
    line-height: 2.4rem;
    display: block;
    background: #cc2e2b;
    font-size: 1.125rem;
    margin-top: 1rem;
    font-family: "AdobeHeitiStd-Regular";
}
.indexMyInfoDiv{
    margin: 0 1rem;
    padding: 5rem 0;
    width: calc(100% - 2rem);
    height: 15rem;
    background-image: url("../images/indexMyBg2.jpg");
    background-size: cover;
    box-shadow: 0px 0px 4px #cccccc;
}
.indexMyInfo{
    width: 16.66666%;
    text-align: center;
    position: relative;
}
.indexMyInfo:after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #7e7e7e;
}
.indexMyInfo:last-child:after{
    content: "";
    display: none;
}
.indexMyInfoTop{
    color: #000000;
    font-size: 1.5rem;
    font-family: "nansongshu";
}
.indexMyInfoTop .numPlay{
    color: #cc2e2b;
    font-family:'AGaramondPro-Regular';
    font-weight: bold;
    font-size: 3rem;
}

.indexMyInfoTop b{
    font-size: 3rem;
    color: #cc2e2b;
}
.indexMyText{
    color: #464646;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family:'AdobeHeitiStd-Regular';
}

.indexCutAllDiv{
    padding: 0 6rem;
}
.indexCutL{
    width: calc(33.3333% - 20px);
    display: block;
    min-height: 25rem;
    overflow: hidden;
    position: relative;
}
.indexCutL img{
    width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutL div{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    color: #fffefe;
    line-height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutL:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.indexCutC{
    width: calc(33.3333% - 20px);
    margin: 0 30px;
}
.indexCutC1,
.indexCutC2{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}
.indexCutC1 img,
.indexCutC2 img{
    width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutC1 div,
.indexCutC2 div{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    color: #fffefe;
    line-height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutC1{
    margin-bottom: 1.875rem;
}
.indexCutC1:hover img,
.indexCutC2:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.indexCutLBtn{
    display: block;
    width: 6rem;
    height: 2rem;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    top: calc(100% - 2rem);
    opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutL:hover .indexCutLBtn,
.indexCutR:hover .indexCutLBtn{
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    top: calc(50% + 2.5625rem);
}
.indexCutL:hover div,
.indexCutC1:hover div,
.indexCutC2:hover div,
.indexCutR:hover div{
    top:48%;
}
.indexCutC1:hover .indexCutLBtn,
.indexCutC2:hover .indexCutLBtn{
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    top: calc(50% + 2.5625rem);
}
.indexCutLBtn:hover{
    background: #cc2e2b;
    color: #ffffff;
    border-color: #cc2e2b;
}

.indexCutR{
    width: calc(33.3333% - 20px);
    min-height: 25rem;
    display: block;
    overflow: hidden;
    position: relative;
}
.indexCutR img{
    width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutR div{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem;
    color: #fffefe;
    line-height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexCutR:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.indexScoBannerDiv{
    width: 100%;
    height: auto;
    position: relative;
}
.indexScoBanner{
    width: 100%;
    position: relative;
    height: 716px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: all 2s linear;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -ms-transition: all 2s linear;
    -o-transition: all 2s linear;
}
.indexScoBanner img{
    width: 100%;
    display: block;
    opacity: 0;
}

.indexScoLBWord{
    position: absolute;
    bottom: 3rem;
    left: 6rem;
    font-size: 3rem;
    font-weight: bold;
    color: #fffefe;
    font-family: "nansongshu";
}
.indexScoRTWordDiv{
    position: absolute;
    right: 6rem;
    top:3rem;
}
.indexScoRTWord{
    font-size: 2.25rem;
    width: 2rem;
    color: #fffefe;
    display: inline-block;
    position: absolute;
    top: 0;
    line-height: 2.5rem;
    font-family: "nansongshu";
}
.indexScoRTWord1{
    right: 12rem;
}
.indexScoRTWord2{
    right: 9rem;
}
.indexScoRTWord3{
    right: 6rem;
}
.indexScoRTWord4{
    right: 3rem;
}
.indexScoRTWord5{
    right: 0rem;
}

.indexProAllDiv{
    padding-top: 4rem;
    background-image: url("../images/indexProBg.jpg");
    background-size: cover;
    padding-bottom: 3rem;
}
.indexProTit{
    text-align: center;
    margin-bottom: 3.2rem;
}
.indexProTit img{
    height: 2.75rem;
    width: auto;
}
.indexProTit h3{
    font-size: 3.75rem;
    color: #cc2e2b;
    font-family: "shutifang";
    font-weight: normal;
}
.indexProD{

}
.indexPro{
    width: 20%;
    height: 42rem;
    padding: 1rem;
}
.indexProInfo{
    width: 100%;
    height: 100%;
    background: #f6f7f1;
    text-align: center;
    padding: 0.5rem;
    position: relative;
    border:4px solid #f6f7f1;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}

.indexProWord{
    position: absolute;
    left: 1rem;
    top:2.5rem;
    width: 2rem;
    font-size: 2rem;
    color: #010101;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    line-height: 2rem;
    font-family:'shutifang';
}
.indexProWord span{
    font-family:'huakangwen';
    display: inline-block;
    font-size: 2rem;
    color: #010101;
}
.indexProWord:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #01774d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -1.2rem;
    left: 50%;
    margin-left: -5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexProBtn{
    display: block;
    width: 6rem;
    height: 2rem;
    border: 1px solid #cc2e2b;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    color: #cc2e2b;
    position: absolute;
    left: 50%;
    margin-left: -3rem;
    top: 20rem;
    opacity:0;
    -webkit-opacity:0;
    -o-opacity:0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexProImg{
    width: 100%;
    height: 10rem;
    text-align: right;
    position: absolute;
    bottom: 1rem;
    padding: 0 1rem;
    right: 0;
}
.indexProImg img{
    height: 100%;
    width: auto;
    position: absolute;
    display: block;
    right: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexProInfo:hover{
    border: 4px solid #cc2e2b;
}
.indexProInfo:hover .indexProWord{
    left: 50%;
    margin-left: -1rem;
    color: #cc2e2b;
}
.indexProInfo:hover .indexProWord span{
    color: #cc2e2b;
}
.indexProInfo:hover .indexProWord:before{
    background: #cc2e2b;
}
.indexProInfo:hover .indexProImg img{
    right: 50%;
    transform: translateX(50%);
}
.indexProInfo:hover .indexProBtn{
    opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
}
.indexProBtn:hover{
    background: #cc2e2b;
    color: #ffffff;
}
.indexNewAllDiv{
    padding-top: 4rem;
    background-image: url("../images/indexMyBg.jpg");
    background-size: cover;
}
.indexNewD{
    padding: 0 2rem;
    margin-bottom: 2rem;
}
.indexNew{
    width: calc(33.33333% - 2rem);
    margin: 0 1rem;
    cursor: pointer;
}
.indexNewImg{
    width: 100%;
    display: block;
    overflow: hidden;
}
.indexNewImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexNew:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.indexNewInfoD{
    padding: 2.58rem 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    position: relative;
}
.indexNewTit{
    font-size: 1.25rem;
    line-height: 2rem;
    color: #3b3b3b;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
}
.indexNewWord{
    font-size: 1rem;
    line-height: 2rem;
    color: #3b3b3b;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
}
.indexNewTime,
.indexNewTimeOn{
    font-size: 1.5rem;
    line-height: 2rem;
    color: #3b3b3b;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "AGaramondPro-Regular";
    font-weight: bold;
    padding-top: 2.125rem;
}
.indexNewTimeOn{
    color: #ffffff;
    display: none;
}
.indexNewIcon{
    width: 1.875rem;
    height: 1.375rem;
    background-image: url("../images/indexNewIcon1.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 0;
    bottom: 3rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexNewTop{
    padding: 1.5625rem 0;
    text-align: center;
}
.indexNewTopBtn{
    padding: 0 0.8rem;
    height: 2.875rem;
    margin: 0 0.25rem;
    font-size: 1.5rem;
    color: #000000;
    display: inline-block;
    line-height: 2.875rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
}
.indexNewTopBtn:hover,
.indexNewTopBtnOn{
    background: #cc2e2b;
    color: #ffffff;
}
.indexNew:hover .indexNewInfoD{
    padding: 2.58rem 1rem;
    background: #cc2e2b;
}
.indexNew:hover .indexNewIcon{
    background-image: url("../images/indexNewIcon2.png");
    right: 1rem;
}
.indexNew:hover .indexNewTit,
.indexNew:hover .indexNewWord{
    color: #ffffff;
}
.indexNew:hover .indexNewTime{
    display: none;
}
.indexNew:hover .indexNewTimeOn{
    display: block;
    font-weight: normal;
}

.indexNewBtn{
    text-align: center;
    margin-bottom: 2rem;
}
.indexNewBtn a{
    margin: 0 auto;
    width: 6rem;
    height: 2.4rem;
    text-align: center;
    line-height: 2.4rem;
    font-size: 1rem;
    color: #ffffff;
    display: block;
    background: #cc2e2b;
    font-family: "nansongshu";
}
.indexBottomAllDiv{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url("../images/indexMyBg.jpg");
    background-size: cover;
}
.indexBottomDiv{
    padding: 0 6rem;
}
.indexBottomD{
    border: 2px solid #d24947;
}
.indexBottomL{
    width: 50%;
    border-right: 2px solid #d24947;
}
.indexBottomL1,
.indexBottomL2,
.indexBottomL3,
.indexBottomL4{
    height: 9.8rem;
    display: block;
    text-align: center;
    padding: 2rem 0;
    border-bottom: 2px solid #d24947;
}
.indexBottomL4{
    border-bottom: none;
}
.indexBottomL1 img,
.indexBottomL2 img,
.indexBottomL3 img,
.indexBottomL4 img{
    height: 2.5rem;
    display: inline-block;
    vertical-align: text-bottom;
    -webkit-vertical-align: text-bottom;
    -o-vertical-align: text-bottom;
    margin-right: 1.5rem;
}
.indexBottomL span{
    display: inline-block;
    font-size: 2rem;
    line-height: 5rem;
    color: #000000;
}

.indexBottomR {
    width: 50%;
    padding: 1rem;
}
.indexBottomRImg{
    width: 100%;
    margin-bottom: 2rem;
}
.indexBottomRImg img{
    width: 100%;
    height: auto;
    display: block;
}
.indexBottomEn{
    font-size: 3.75rem;
    color: #000000;
    margin-bottom: 1rem;
    font-family: "AGaramondPro-Regular";
}
.indexBottomInfo{
    font-size: 1.875rem;
    line-height: 2rem;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #000000;
    font-family: "shutifang";
}
.indexBottomWord{
    font-size: 2.5rem;
    color: #000000;
    font-weight: normal;
}
.indexBottomWord span{
    display: inline-block;
    font-family: "AGaramondPro-Regular";
    font-size: 3rem;
    color: #000000;
}


/*---- index end ----*/

.footerAllDiv{
    width: 100%;
    background-image: url("../images/footerBg.jpg");
    background-size: cover;
    padding: 4.4rem 0;
}
.footerL{
    text-align: center;
}
.footerL img{
    display: inline-block;
}
.footerC{
    padding-left: 10rem;
}
.footerC p{
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.4rem;
    font-family: "AdobeHeitiStd-Regular";
}
.footerC div{
    font-size: 1.875rem;
    color: #ffffff;
    line-height: 2.4rem;
    font-family: "AGaramondPro-Regular";
}
.footerRInfo img{
    height: 100%;
    display: block;
}
.footerRInfo{
    height: 100%;
    padding-top: 1rem;
}
.footerRInfo:nth-child(2){
    margin: 0 42px 0 25px;
}
.footerRInfo:last-child{
    margin-left: 55px;
}

/*---- newsList start ----*/
.scoBannerDiv{
    width: 100%;
}
.scoBannerDiv img{
    width: 100%;
    display: block;
}
.content1AllDiv{
    background-image: url("../images/scoBg.jpg");
    background-size: cover;
}
.content1TopDiv{
    padding: 4.25rem 5.6rem 0 4.25rem;
    margin-bottom: 1rem;
}
.content1TopL{
    position: relative;
}
.content1TopLBg{
    font-size: 5.625rem;
    line-height: 6rem;
    color: rgba(204,46,43,0.15);
    font-family: "AdobeHeitiStd-Regular";
}
.content1TopLInfo{
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 18rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.content1TopLInfo img{
    width: 4.875rem;
    height: 2.75rem;
    vertical-align: text-bottom;
    -webkit-vertical-align: text-bottom;
    -o-vertical-align: text-bottom;
    margin-right: 0.2rem;
    display: inline-block;
}
.content1TopLInfo h3{
    font-size: 2.5rem;
    color: #cc2e2b;
    font-weight: normal;
    display: inline-block;
}
.content1TopR{
    padding: 1.5625rem 0;
}
.content1TopR .content1TopBtn{
    padding: 0 0.8rem;
    height: 2.875rem;
    margin:0 0.25rem ;
    font-size: 1.5rem;
    color: #000000;
    display: block;
    float: left;
    line-height: 2.875rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
}
.content1TopR .content1TopBtnOn,
.content1TopR .content1TopBtn:hover{
    background: #cc2e2b;
    color: #ffffff;
}
.newsListDiv{
    padding: 0 5.6rem;
    padding-bottom: 6.5rem;
    padding-top: 7rem;
}
.newsListD{
    padding: 1rem;
    border: 3px solid transparent;
    cursor: pointer;
    display: block;
}
.newsListL{
    width: 37.3275rem;
    height: 18.125rem;
    overflow: hidden;
}
.newsListL img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsListD:hover img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.newsListR{
    width: calc(100% - 42.5rem);
    padding-top: 3rem;
    position: relative;
}
.newsListRTit{
    font-size: 1.375rem;
    color: #323232;
    padding-left: 1.5rem;
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
    font-weight: bold;
}
.newsListRTit:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #323232;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -3px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
}
.newsListRTit span{
    position: absolute;
    right: 0;
    top:0;
    display: block;
    font-size: 1.375rem;
    color: #323232;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsListRLine{
    width: 100%;
    margin: 1.5rem 0;
    border-bottom: 1px dashed #767676;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
}
.newsListRWord{
    font-size: 1rem;
    color: #323232;
    text-align: justify;
    line-height: 1.5rem;
    padding: 0 6rem 0 1.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    font-family: "nansongshu";
}
.newsListRIcon{
    width: 3.75rem;
    height: 1.625rem;
    background-image: url("../images/newsIcon.png");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsListRBtn{
    width: 3.75rem;
    height: 1.5rem;
    border: 1px solid #d55754;
    font-size: 0.6rem;
    font-family: "AdobeHeitiStd-Regular";
    text-align: center;
    line-height: 1.5rem;
    display: block;
    position: absolute;
    left: 2.75rem;
    bottom: -3rem;
    color: #d55754;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}
.newsListRBtn:hover{
    background: #d55754;
    color: #ffffff;
}
.newsListD:hover{
    border-color: #d55754;
}
.newsListD:hover .newsListRTit:before{
    background: #d55754;
}
.newsListD:hover .newsListRTit{
    font-weight: bold;
    color: #d55754;
}
.newsListD:hover .newsListRTit span,
.newsListD:hover .newsListRWord{
    color: #d55754;
}
.newsListD:hover .newsListRIcon{
    background-image: url("../images/newsIconOn.png");
}
.newsListD:hover .newsListRLine{
    border-color: #d55754;
}
.newsListD:hover .newsListRBtn{
    animation: newBtnTop 1s ease-in-out;
    -webkit-animation: newBtnTop 1s ease-in-out;
    -o-animation: newBtnTop 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}
@keyframes newBtnTop {
    from{
        bottom: -4rem;
    }
    to{
        bottom: -3rem;
        opacity: 1;
    }
}
@-webkit-keyframes newBtnTop {
    from{
        bottom: -4rem;
    }
    to{
        bottom: -3rem;
        -webkit-opacity: 1;
    }
}
@-o-keyframes newBtnTop {
    from{
        bottom: -4rem;
    }
    to{
        bottom: -3rem;
        -o-opacity: 1;
    }
}
.newsListNumD{
    padding:  0 0 6.8rem 0;
    text-align: center;
}
.newsListNumD span{
    font-size: 1.25rem;
    font-family: "AdobeHeitiStd-Regular";
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    color: #000000;
    display: inline-block;
    cursor: pointer;
    margin: 0 0.5rem;
}
.newsListNumD .newsListNumOn,
.newsListNumD span:hover{
    background: #cc2e2b;
    color: #ffffff;
}

/*---- newsList end ----*/

/*---- newsInfo start ----*/
.contentAllDiv{
    background-image: url("../images/indexMyBg.jpg");
    background-size: cover;
    padding-bottom:9.875rem ;
}
.contentDiv{
    padding: 0 16.25rem;
}
.newsInfoBtn{
    display: block;
    padding: 3.125rem 0;
    font-size: 1.125rem;
    color: #000000;
    font-family: "AdobeHeitiStd-Regular";
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsInfoBtn span{
    display: inline-block;
    font-size: 1.125rem;
    color: #000000;
    font-family: "AdobeHeitiStd-Regular";
    margin-left: 0.6rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsInfoBtn:hover,
.newsInfoBtn:hover span{
    color: #cc2e2b;
}
.newsInfoTit{
    padding-bottom: 1.375rem;
    border-bottom: 1px dashed #646464;
    margin-bottom: 2.5rem;
}
.newsInfoL{
    font-size: 1.875rem;
    color: #191919;
    font-family:'nansongshu';
    line-height: 1.875rem;
}
.newsInfoR{
    font-size: 1.375rem;
    color: #191919;
    line-height: 1.875rem;
    font-family:'nansongshu';
}
.newsInfoD,
.newsInfoD p{
    font-size: 1.1875rem;
    line-height: 2.4rem;
    text-align: justify;
    font-family:'nansongshu';
    color: #3b3b3b;
}
.newsInfoD p{
    margin-bottom: 1.875rem;
    line-height: 2.4rem;
}
.newsInfoPND{
    padding-top: 3.75rem;
}
.newsInfoPND div{
    margin-bottom: 0.5rem;
}
.newsInfoPND a{
    position: relative;
    padding-left: 1rem;
    display: block;
    font-size: 1.1875rem;
    font-family:'nansongshu';
    color: #000000;
    line-height: 2rem;
    border-bottom: 1px solid transparent;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsInfoPND a:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.newsInfoPND a:hover{
    color: #cc2e2b;
    font-weight: bold;
    border-color: #cc2e2b;
}
.newsInfoPND a:hover:before{
    background: #cc2e2b;
}
/*---- newsInfo end ----*/

/*---- service start ----*/
.content2AllDiv{
    background-image: url("../images/indexMyBg.jpg");
    background-size: cover;
}
.content2Div{
    padding: 0 8.75rem ;
}
.content2TopDiv{
    padding: 8.75rem 0 7.5rem 0;
}
.content2TopDiv{
    position: relative;
}
.content2TopWord{
    text-align: center;
    font-size: 5.625rem;
    line-height: 6rem;
    color: rgba(204,46,43,0.15);
    font-family: "AdobeHeitiStd-Regular";
}
.content2TopLInfo{
    position: absolute;
    left: 51%;
    top: 53%;
    width: 18rem;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.content2TopLInfo img{
    width: 4.875rem;
    height: 2.75rem;
    vertical-align: text-bottom;
    -webkit-vertical-align: text-bottom;
    -o-vertical-align: text-bottom;
    margin-right: 0.2rem;
    display: inline-block;
}
.content2TopLInfo h3{
    font-size: 2.5rem;
    color: #cc2e2b;
    font-weight: normal;
    display: inline-block;
}
.serviceAllDiv{
    background-image: url("../images/serviceBg.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.serviceDiv{
    padding-bottom: 6.5rem;
}
.serviceTop{
    position: relative;
    padding-left: 2rem;
    font-size: 1.875rem;
    color: #333333;
    font-family: "nansongshu";
    margin-bottom: 2.8rem;
    font-weight: bold;
}
.serviceTop:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    margin-top: -4px;
}
.serviceTopOn{
    color: #191919;
}
.serviceTopOn:before{
    background: #191919;
}
.service{
    width: 32rem;
    padding: 2.25rem;
    border: 1px solid #191919;
    margin-right: 1.125rem;
    margin-bottom: 1.125rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.service1{
    height: 15.625rem;
}
.serviceTit{
    font-size: 1.5625rem;
    color: #191919;
    font-family: "nansongshu";
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 2rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.serviceAdd{
    font-size: 1.25rem;
    color: #5c5c5c;
    font-family: "AdobeHeitiStd-Regular";
    line-height: 2rem;
    padding-right: 3rem;
    position: relative;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.serviceAdd a{
    width: 2rem;
    height: 2rem;
    display: block;
    background-image: url("../images/serviceIcon.png");
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.serviceWord{
    font-size: 1.25rem;
    color: #5c5c5c;
    line-height: 2rem;
    font-family: "AdobeHeitiStd-Regular";
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.service:hover{
    background: #cc2e2b;
    border-color: #cc2e2b;
}
.service:hover .serviceTit,
.service:hover .serviceAdd,
.service:hover .serviceWord{
    color: #ffffff;
}
.service:hover .serviceAdd a{
    background-image: url("../images/serviceIconOn.png");
    animation:UpDown 1s ease-in-out infinite alternate;
}
@keyframes UpDown {
    0%{
        top:-3px;
    }
    100%{
        top:3px;
    }
}
@-webkit-keyframes UpDown {
    0%{
        top:-3px;
    }
    100%{
        top:3px;
    }
}
@-o-keyframes UpDown {
    0%{
        top:-3px;
    }
    100%{
        top:3px;
    }
}
/*---- service end ----*/

/*---- product start ----*/
.productNavDiv{
    padding: 0 7.5px;
    margin-bottom: 6rem;
    text-align: center;
}
.productNav{
    padding: 0 14px;
    font-size: 1.5rem;
    font-family: "nansongshu";
    height: 2.75rem;
    line-height: 2.75rem;
    margin: 0 7.5px;
    display: inline-block;
    color: #000000;
}
.productNav span{
    display: inline-block;
    font-size: 1.5rem;
    height: 2.75rem;
    line-height: 2.75rem;
    font-family: "nansongshu";
}
.productNavOn,
.productNav:hover,
.productNav:hover span{
    background: #cc2e2b;
    color: #ffffff;
}
.productNavOn span{
    color: #ffffff;
}
.productDiv{padding-bottom: 5rem;}
.product{
    width: calc(25% - 1rem);
    padding: 1rem;
    height: 30.875rem;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.productImg{
    width: 100%;
    height: 15rem;
    padding: 2.5rem 5.5rem;
    overflow: hidden;
}
.productImg img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.productImg:hover img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}
.productWord1Div{
    width: 100%;
    height: 10.875rem;
    padding-top: 1rem;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.productWord1Tit{
    text-align: center;
    font-family: "nansongshu";
    font-size: 1.5rem;
    color: #000000;
}
.productWord1Line{
    width: 3.75rem;
    height: 1px;
    background: #000000;
    margin: 1rem auto;
}
.productWord1Info{
    text-align: center;
    font-size: 1rem;
    color: #585858;
    font-family: "nansongshu";
}
.productWord2Div{
    width: 100%;
    height: 13.875rem;
    padding-top: 1rem;
    background: #cc2e2b;
    display: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.productWord2L{
    width: 9rem;
    height: 11.125rem;
    position: relative;
    top:0.5rem;
}
.productWord2L span{
    color: #ffffff;
    font-size: 1.25rem;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    font-family: "nansongshu";
}
.productWord2R{
    width: calc(100% - 10rem);
    padding-left: 2rem;
    border-left: 1px solid #ffffff;
}
.productWord2R div{
    font-size: 1.0625rem;
    color: #ffffff;
    font-family: "nansongshu";
    line-height: 1.8rem;
}
.product:hover{
    background: #cc2e2b;
}
.product:hover .productImg{
    background: #ffffff;
}
.product:hover .productWord1Div{
    display: none;
}
.product:hover .productWord2Div{
    display: block;
}
.productListNumD,
.pagination{
    padding: 1rem 0 8rem;
    text-align: center;
}
.pagination li{
    display: inline-block;
    margin: 0 0.5rem;
}
.productListNumD span,
.pagination li span,
.pagination li a{
    font-size: 1.25rem;
    font-family: "AdobeHeitiStd-Regular";
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 1.8rem;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}
.productListNumD .productListNumOn,
.productListNumD span:hover,
.pagination .active span,
.pagination li a:hover{
    background: #cc2e2b;
    color: #ffffff;
}
/*---- product end ----*/

/*---- contanctUs start ----*/
.map{
    /* width: 92.1875rem; */
    padding: 0 2rem;
    height: 35rem;
    margin: 0 auto;
    margin-bottom: 2.375rem;
}
#allmap{
    width: 100%;
    height: 100%;
}
.anchorBL,
#BMapLib_nav0,
.BMapLib_bubble_top{
    display: none;
}
.BMapLib_SearchInfoWindow{
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    padding: 14px 12px;
    width: 340px !important;
    box-shadow: 0 1px 6px #ccc;
    -webkit-box-shadow: 0 1px 6px #ccc;
    -o-box-shadow: 0 1px 6px #ccc;
}
#BMapLib_trans0{
    top:82px !important;
}
.BMapLib_bubble_content{
    height: auto !important;
}
.BMapLib_bubble_content div{
    font-family: "nansongshu";
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.contanctUsAllDiv{
    padding-bottom: 11rem;
}
.contanctUsDiv{
    padding: 0 2rem;
}
.contanctUsTop{

}
.contanctUsTopEn{
    font-size: 1.375rem;
    color: #242424;
    font-family: "Myriad Pro Regular";
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.contanctUsTopTit{
    font-size: 1.375rem;
    color: #242424;
    font-family: "nansongshu";
    margin-bottom: 0.8rem;
    font-weight: bold;
}
.contanctUsTopLine{
    height: 3px;
    width: 50px;
    background: #242424;
    margin-bottom: 2.5rem;
}
.contanctUsL{
    width: 51%;
}
.contanctUsLInfoD div{
    font-size: 1.5rem;
    font-family: "nansongshu";
    color: #252525;
    line-height: 3rem;
}
.contanctUsR{
    width: calc(49% - 3rem);
}
.contanctUsRInfo1{
    margin-bottom: 1rem;
}
.contanctUsRInfo1L{
    width: calc(50% - 0.5rem);
    border: 1px solid #7b7b7b;
    padding: 0 0.8rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    font-size: 1.125rem;
    color: #242424;
    font-family: "nansongshu";
}
.contanctUsRInfo1R{
    width: calc(50% - 0.5rem);
    border: 1px solid #7b7b7b;
    padding: 0 0.8rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    font-size: 1.125rem;
    color: #242424;
    font-family: "nansongshu";
}
.contanctUsRInfo1L::placeholder,
.contanctUsRInfo1R::placeholder{
    font-size: 1.125rem;
    color: #242424;
    font-family: "nansongshu";
}
.contanctUsRInfo2{
    width: 100%;
    height: 6.75rem;
    resize: none;
    padding: 0.8rem;
    font-size: 1.125rem;
    color: #242424;
    font-family: "nansongshu";
    margin-bottom: 1rem;
}
.contanctUsRInfo2::placeholder{
    font-size: 1.125rem;
    color: #242424;
    font-family: "nansongshu";
}
.contanctUsRInfoBtn{
    text-align: right;
}
.contanctUsRInfoBtn a{
    display: inline-block;
    width: 8.125rem;
    height: 2.1875rem;
    border: 1px solid #666666;
    border-radius: 1rem;
    text-align: center;
    line-height: 2.1875rem;
    font-size: 1rem;
    color: #242424;
    font-family: "nansongshu";
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.contanctUsRInfoBtn a:hover{
    background: #cc2e2b;
    border-color: #cc2e2b;
    color: #ffffff;
}
/*---- contanctUs end ----*/

/*---- about1 start ----*/
.about1AllDiv{
    padding-top: 4.25rem;
}
.aboutTopDiv{
    padding: 4.25rem 3.5rem 4.25rem 6rem;
}
.about1Div{
    padding: 0 14.375rem;
}
.about1Tit{
    text-align: center;
    margin-bottom: 4.125rem;
    position: relative;
}
.about1Tit div{
    margin-bottom: 0.875rem;
}
.about1Tit div span{
    padding: 0 2rem;
    height: 3.125rem;
    display: inline-block;
    text-align: center;
    line-height: 3.125rem;
    border: 1px solid #cc2e2b;
    font-size: 1.875rem;
    color: #cc2e2b;
    font-family: "nansongshu";
}
.about1Tit p{
    font-size: 1.25rem;
    color: #cc2e2b;
    font-family: "nansongshu";
}
.about1InfoDiv{
    padding-bottom: 14rem;
}
.about1InfoDiv p{
    font-size: 1.25rem;
    line-height: 2.4rem;
    color: #030303;
    font-family: "nansongshu";
}
.about1InfoDiv div{
    margin: 3.375rem 0;
}
.about1InfoDiv div video{
    width: 100%;
    height: 27.625rem;
}
/*---- about1 end ----*/

/*---- about2 start ----*/
.about2Div{
    padding-bottom: 12rem;
}
.about2Div img{
    max-width: 100% !important;
}
.about2Div p{
    font-size: 1.3125rem;
    color: #000000;
    font-family: "nansongshu";
    margin-bottom: 2rem;
    line-height: 2rem;
}
.about2D{
    margin-bottom: 1.625rem;
    position: relative;
}
.about2L{
    width: 30.25rem;
}
.about2L img{
    width: 100%;
    display: block;
}
.about2R{
    width: calc(100% - 34rem);
    padding-top: 3.375rem;
}
.about2RTit{
    margin-bottom: 3.5rem;
}
.about2RTit p{
    display: inline-block;
    font-size: 3rem;
    color: #000000;
    font-family: "nansongshu";
}
.about2RTit span{
    display: inline-block;
    font-size: 1.875rem;
    color: #cc2e2b;
    font-family: "nansongshu";
}
.about2Info p{
    font-size: 1.3125rem;
    color: #000000;
    font-family: "nansongshu";
    margin-bottom: 2rem;
    line-height: 2rem;
}
.about2Icon{
    text-align: right;
    height: 13rem;
}
.about2Icon img{
    height: 100%;
    display: inline-block;
}
/*---- about2 end ----*/

/*---- about4 start ----*/
.about4AllDiv{
    padding: 0 7.8125rem 0 11.75rem;
}
.about4L{
    width: 30.125rem;
}
.about4R{
    padding-top: 2rem;
    width: calc(100% - 33.125rem);
}
.about4RTit{
    font-size: 1.875rem;
    color: #cc2e2b;
    font-family: "nansongshu";
    margin-bottom: 1rem;
    font-weight: bold;
}
.about4RInfo{
    font-family: "hanyishu";
    font-size: 1.6875rem;
    color: #000000;
    padding: 1.375rem 0;
}
.about4RInfo i{
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-image: url("../images/about4Icon.png");
    background-size: cover;
    margin-right: 0.875rem;
}
.about4R1D{
    margin-bottom: 4.25rem;
}
.about4RWord{
    margin-bottom: 1.5rem;
}
.about4RWord span{
    display: inline-block;
    margin: 0.2rem 0;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #262626;
    font-size: 1.125rem;
    font-family: "nansongshu";
    color: #000000;
    line-height: 1.5rem;
}
.about4RWord span:last-child{
    border-right: none;
}
.about4All2Div{
    margin-top: 9.5rem;
}
.about4{
    width: 33.333333%;
    padding: 0 3rem;
    margin-bottom: 3.875rem;
}
.about41L{
    width: 3.625rem;
}
.about41L img{
    width: 100%;
    display: block;
}
.about41R{
    width: calc(100% - 3.625rem);
    padding-left: 1rem;
}
.about41RTit{
    font-size: 1.6875rem;
    font-family: "nansongshu";
    color: #000000;
    margin-bottom: 0.75rem;
    font-weight: bold;
}
.about41RWord{
    font-size: 1.125rem;
    color: #000000;
    line-height: 2rem;
    font-family: "hanyishu";
}
/*---- about4 end ----*/

/*---- about6 start ----*/
.about6AllDiv{
    margin-bottom: 5rem;
    overflow: hidden;
}
#aboutHistory{
    width: 100%;
    height: 6rem;
    position: relative;
}
.about6HisBtnL{
    position: absolute;
    width: 33px;
    height: 33px;
    background: #ffffff;
    background-image: url("../images/about6HisBtnL.png");
    background-size: cover;
    left: 0;
    bottom: 5px;
    display: none;
    cursor: pointer;
    outline: none;
    z-index: 999;
}
.about6HisBtn{
    position: absolute;
    width: 33px;
    height: 33px;
    background-image: url("../images/about6HisBtn.png");
    background-size: cover;
    right: 0;
    bottom: 5px;
    display: block;
    cursor: pointer;
    outline: none;
    z-index: 999;
}
.about6HisDiv{
    width: 13.375rem;
    padding-bottom: 2rem;
    position: relative;
    text-align: center;
}
.about6HisNum{
    font-size: 1.375rem;
    color: #999999;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    font-family: "fangzhenghei-gbk";
}
.about6HisNum span{
    font-size: 1.375rem;
    display: inline-block;
    color: #999999;
    display: inline-block;
    font-family: "fangzhenghei-gbk";
}
.about6Icon{
    position: absolute;
    left: 50%;
    bottom: 0.4375rem;
    width: 1.5625rem;
    height: 1.5625rem;
    display: block;
    background-image: url("../images/about6Icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.about6HisNum:after{
    content: "";
    width: calc(100% - 1.5625rem);
    height: 2px;
    background: #999999;
    position: absolute;
    left: calc(50% + 0.78125rem);
    bottom: 1.21875rem;
}
.about6HisDivOn .about6Icon{
    background-image: url("../images/about6IconOn.png");
    width: 2rem;
    height: 2rem;
    bottom: 0.21875rem;
}
.about6HisDivOn .about6HisNum,
.about6HisDivOn .about6HisNum span{
    color: #cc2e2b;
    font-size: 2.25rem;
}
.about6ImgDiv{
    padding-bottom: 6rem;
}
.about6Img{
    width: 100%;
    display: none;
}
.about6ImgOn{
    display: block;
}
.about6Img img{
    width: 100%;
    display: block;
}
/*---- about6 end ----*/

/*---- about7 start ----*/
.about7AllDiv{
    padding-bottom: 2rem;
}
.aboutDiv{
    background-size: cover;
    padding: 1rem;
    margin-bottom: 2rem;
}
.aboutDiv:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.about7Img{
    width: 32.5rem;
}
.about7Text{
    width: calc(100% - 34.75rem);
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.about7RTit{
    font-size: 2.25rem;
    font-family: "nansongshu";
    color: #110700;
    padding-left: 2rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px solid #110700;
    margin-bottom: 1rem;
}
.about7RTit i{
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/about7Icon.png");
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -0.625rem;
}
.about7Word{
    font-size: 1.25rem;
    color: #110700;
    font-family: "nansongshu";
    line-height: 3rem;
    padding: 0 1rem;
    text-align: justify;
}
/*---- about7 end ----*/

/*---- join1 start ----*/
.about1Tit i{
    position: absolute;
    width: 23px;
    height: 21px;
    background-image: url("../images/joinIcon.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -11.5px;
    top:7rem;
}
.join1Div{
    padding-bottom: 7.75rem;
}
.join1D{
    border-top: 1px solid #191919;
    border-left: 1px solid #191919;
}
.join1D td{
    border-bottom: 1px solid #191919;
    border-right: 1px solid #191919;
}
.join1D{
    width: 100%;
}
.join1Top{
    background: #cc2e2b;
}
.join1D td{
    font-size: 1.625rem;
    font-family: "nansongshu";
    color: #191919;
    text-align: center;
    padding: 1rem;
}
.join1Top td{
    color: #ffffff;
}
.join1D .join1InfoL{
    font-weight: bold;
}
.join1D td span{
    display: block;
    text-align: justify;
    font-size: 1.125rem;
    color: #191919;
    line-height: 1.8rem;
    font-family: "nansongshu";
}
.joinFooter{

}
.joinAllDiv{
    width: 100%;
    height: 10rem;
    background-image: url("../images/joinBg.jpg");
    background-size:  cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.joinFixed{
    position: absolute;
    left: -2rem;
    top:300px;
    z-index: 999999;
    cursor: pointer;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    display: none;
}
.joinFixed img{
    height: 100%;
    display: block;
}
.joinFixed:hover{
    left: 0;
}
.joinDelect{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
    top: 1rem;
    cursor: pointer;
    display: none;
}
.joinDelect img{
    width: 100%;
    display: block;
}
@keyframes DownToUp {
    from{
        transform: translateY(100%);
    }
    top{
        transform: translateY(0px);
    }
}
@-webkit-keyframes DownToUp {
    from{
        -webkit-transform: translateY(100%);
    }
    top{
        -webkit-transform: translateY(0px);
    }
}
@-o-keyframes DownToUp {
    from{
        -o-transform: translateY(100%);
    }
    top{
        -o-transform: translateY(0px);
    }
}

.joinDiv{
    width: 100%;
    padding: 0 6.5rem;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.joinD1{
    font-size: 2.25rem;
    color: #efb644;
    font-weight: bold;
    font-family: "microsoft yahei";
}
.joinDInput{
    width: 12.5rem;
    height: 3rem;
    background: rgba(255,255,255,0.8);
    -webkit-background: rgba(255,255,255,0.8);
    -o-background: rgba(255,255,255,0.8);
    margin-left: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-family: "microsoft yahei";
}
.joinDBtn{
    display: block;
    width: 8rem;
    height:3rem;
    background: #efb644;
    font-size: 1.625rem;
    color: #000000;
    text-align: center;
    line-height: 3rem;
    margin-left: 1.2rem;
    font-family: "microsoft yahei";
}
.joinD2{
    position: relative;
    margin-left: 3.875rem;
    top:-2rem;
}
.joinD2 div img{
    height: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
    -webkit-vertical-align: text-bottom;
    -o-vertical-align: text-bottom;
}
.joinD2 div{
    font-size: 1.1875rem;
    line-height: 1.5rem;
    color: #ffffff;
    font-family: "microsoft yahei";
}
.joinD2 p{
    font-size: 2.25rem;
    color: #ffffff;
    font-family: "AGaramondPro-Regular";
    font-weight: bold;
}
/*---- join1 end ----*/

/*---- join2 start ----*/
.join2AllDiv{
    margin-bottom: 8rem;
}
.join2AllDiv p{
    margin-bottom: 1rem;
}
.join2AllDiv b{
    text-align: center;
    font-size: 1.125rem;
    color: #cc2e2b;
    font-weight: normal;
    font-family: "nansongshu";
}
.join2AllDiv i{
    top: 9rem;
}
.join2D{
    position: relative;
    padding-bottom: 7.875rem;
}
.join2L{
    width: 19.75rem;
    position: relative;
}
.join2L span{
    border-bottom: 1px dashed #ccc;
    position: absolute;
    left: 6.75rem;
}
.red .join2L span{
    width: 12.5rem;
    border-color: #cc2e2b;
}
.green .join2L span{
    width: 7.125rem;
    border-color: #007e36;
}
.org .join2L span{
    width: 7.125rem;
    border-color: #e6a524;
}
.join2L p{
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 13.875rem;
    top:0;
}
.red .join2L p{
    border-color: #cc2e2b;
}
.green .join2L p{
    border-color: #007e36;
}
.org .join2L p{
    border-color: #e6a524;
}
.join2L div{
    width: 6.75rem;
    height: 6.75rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 2.25rem;
    line-height: 6.75rem;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
}
.red .join2L div{
    background: #cc2e2b;
}
.green .join2L div{
    background: #007e36;
}
.org .join2L div{
    background: #e6a524;
}
.join2R{
    width: calc(100% - 19.75rem);
}
.join2RD{
    padding-left: 2rem;
    position: relative;
    margin-bottom: 4.625rem;
}
.join2RD:last-child{
    margin-bottom: 0;
}
.join2RTit span{
    font-size: 1.5rem;
    color: #ffffff;
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    text-align: center;
    line-height: 1.875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top:0;
}
.join2RD:before{
    content: "";
    width: 5.3rem;
    border-bottom: 1px dashed #ccc;
    position: absolute;
    left: -5.8rem;
    top:15px;
}
.join2Con1:before{
    border: none;
}
.red .join2RD:before{
    border-color: #cc2e2b;
}
.green .join2RD:before{
    border-color: #007e36;
}
.org .join2RD:before{
    border-color: #e6a524;
}
.red .join2RTit span{
    background: #cc2e2b;
}
.green .join2RTit span{
    background: #007e36;
}
.org .join2RTit span{
    background: #e6a524;
}
.join2RTit{
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "nansongshu";
}
.red .join2RTit{
    color: #cc2e2b;
}
.green .join2RTit{
    color: #007e36;
}
.org .join2RTit{
    color: #e6a524;
}
.join2RWord{
    font-size: 1.125rem;
    font-family: "nansongshu";
    line-height: 2rem;
    text-align: justify;
    color: #000000;
}
/*---- join2 end ----*/

/*---- join4 start ----*/
.join4Div{
    padding: 1rem 0;
    margin-bottom: 8.125rem;
}
.join4TopDiv{
    position: relative;
}
.join4Top{
    text-align: center;
}
.join4TopD{
    display: inline-block;
    width: 8rem;
    float: inherit;
    position: relative;
}
.join4TopD div{
    font-size: 1.125rem;
    color: #000000;
    font-family: "nansongshu";
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    height: 3rem;
}
.join4Icon div{
    line-height: 3rem;
}
.join4TopD p{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fdfdfd;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 0.5625rem;
}
.join4TopD:before{
    content: "";
    width: calc(50% + 8px);
    height: 1px;
    left: -8px;
    bottom: 1.5rem;
    position: absolute;
    background: #010101;
}
.join4TopD:first-child:before{
    width: 0;
}
.join4TopD:after{
    content: "";;
    width: calc(50% + 8px);
    height: 1px;
    right: -8px;
    bottom: 1.5rem;
    position: absolute;
    background: #010101;
}
.join4TopD:last-child:after{
    width: 0;
}
.join4TopD p span{
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
    font-family: "nansongshu";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 1.875rem;
    display: block;
    color: #010101;
    border: 1px solid #010101;
    background: #fdfdfd;
}
.join4Bot-d{
    width: 25%;
    padding: 2rem;
}
.join4Bot{
    width: 100%;
    height: 14.625rem;
    padding: 1.5rem 1rem 1rem 1rem;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px #ccc;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.join4BotTit{
    text-align: center;
    font-size: 1.25rem;
    font-family: "nansongshu";
    color: #000000;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.join4BotLine{
    width: 34px;
    height: 3px;
    background: #000000;
    margin: 1.5rem auto;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.join4BotWord{
    font-size: 0.875rem;
    text-align: center;
    font-family: "nansongshu";
    color: #000000;
    line-height: 1.2rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.join4BotDiv{
    padding-bottom: 6.25rem;
}
.join4Bot:hover{
    background: #cc2e2b;
}
.join4Bot:hover .join4BotLine{
    background: #ffffff;
}
.join4Bot:hover .join4BotTit,
.join4Bot:hover .join4BotWord{
    color: #ffffff;
}
/*---- join4 end ----*/

/*---- join5 start ----*/
#selectCity{
    position: relative;
    text-align: center;
    margin-bottom: 1.75rem;
}
.provinceDiv,
.cityDiv{
    position: relative;
    display: inline-block;
    z-index: 999999;
}
.code{
    color: #010101;
}
.provinceSelect,
.citySelect{
    position: absolute;
    width: 100%;
    height: 10rem;
    left: 0;
    top:4.5rem;
    text-align: center;
    border: 1px solid #cccccc;
    background: #ffffff;
    overflow-y: auto;
    display: none;
}
.provinceSelect div,
.citySelect div{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    color: #010101;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}
.provinceSelect div:hover,
.citySelect div:hover{
    background: #cc2e2b;
    color: #ffffff;
}
.province,
.city{
    width: 25rem;
    height: 4.5rem;
    border: 1px solid #656565;
    text-align: center;
    line-height: 4.5rem;
    font-size: 1.25rem;
    display: inline-block;
    background: #ffffff;
    font-family: "microsoft yahei";
    position: relative;
}
.province:after,
.city:after{
    content: "";
    width: 1.125rem;
    height: 0.625rem;
    background-image: url("../images/join5Icon1.png");
    background-size: cover;
    display: block;
    position: absolute;
    right: 1rem;
    top:50%;
    margin-top: -0.3125rem;
}
.join5Text{
    width: 25rem;
    height: 4.5rem;
    border: 1px solid #656565;
    display: inline-block;
    font-size: 1.25rem;
    color: #656565;
    line-height: 4.5rem;
    font-family: "microsoft yahei";
    text-align: center;
}
.join5Text::placeholder{
    text-align: center;
    font-size: 1.25rem;
    color: #656565;
    line-height: 4.5rem;
}
.join5Btn{
    background: #cc2e2b;
    width: 5.125rem;
    height: 4.5rem;
    display: inline-block;
    vertical-align:bottom;
    -webkit-vertical-align:bottom;
    -o-vertical-align:bottom;
    text-align: center;
    position: relative;
}
.join5Btn img{
    position: absolute;
    left: 50%;
    top:50%;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: -1.125rem;
    margin-top: -1.125rem;
}
.join5-d{
    width: 50%;
    padding: 3rem;
}
.join5L{
    height: 11.125rem;
    width: 15.875rem;
    overflow: hidden;
}
.join5L img{
    width: 100%;
    display: block;
}
.join5R{
    width: calc(100% - 15.875rem);
    height: 11.0625rem;
    padding-left: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #000000;
}
.join5RTit{
    font-size: 1.2rem;
    color: #000000;
    font-family: "nansongshu";
    margin-bottom: 1.5rem;
}
.join5RWord{
    font-size: 1.2rem;
    color: #000000;
    font-family: "nansongshu";
}
.join5R2Tit{
    font-size: 1.2rem;
    color: #000000;
    font-family: "nansongshu";
    margin-bottom: 1.5rem;
    position: relative;
}
.join5R2Tit span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #000000;
    font-family: "nansongshu";
}
.join5D{
    padding-bottom: 12.5rem;
}
/*---- join5 end ----*/

@media screen and (min-width:1800px){
    .navDiv{
        padding-right: 0;
        margin-right: 2.8rem;
    }
    .product{
        height: 32.875rem;
    }
    .indexMyL{
        padding: 7.75rem 7.1875rem 0 6rem;
        width: 57%;
    }
    .indexMyInfoTop{
        font-size: 1.875rem;
    }
    .indexMyInfoTop .numPlay{
        font-size: 3.4375rem;
    }
    .indexPro{
        width: 362px;
        height: 678px;
        padding: 22.5px;
    }
    .indexProD{
        padding: 0 45px;
    }
    .indexMyBtn{
        margin-top: 3.75rem;
    }
    .indexNewD{
        padding: 0 78.5px;
    }
    .indexNew{
        width: 514px;
        margin: 0 2.1rem;
    }

    .indexBottomD{
        width: 1551px;
        height: 630px;
        margin: 0 auto;
    }
    .indexBottomL{
        width: 747px;
        height: 626px;
    }
    .indexBottomR{
        width: 800px;
        height: 626px;
        padding: 21px;
    }
    .indexBottomL span{
        font-size: 36px;
    }
    .footerDiv{
        padding:0 96px 0 181px;
    }
    .newsListRWord{
        padding: 0 11rem 0 1.875rem;
    }
    .productImg img{
        width: 100%;
        display: block;
    }
    .productWord1Div{
        width: 100%;
        height: 14.875rem;
        padding-top: 1rem;
    }
    .productWord2L{
        width: 10rem;
    }
    .productWord2L span{
        font-size: 1.5rem;
    }
    .productWord2R{
        width: calc(100% - 11rem);
    }
    .productWord2R div{
        font-size: 1.25rem;
    }
    .contanctUsL{
        width: 832px;
    }
    .contanctUsR{
        width: 640px;
    }
    .join4TopD{
        width: 10rem;
    }
    .join5RTit{
        font-size: 1.6875rem;
    }
    .join5RWord{
        font-size: 1.6875rem;
    }
    .join5R2Tit{
        font-size: 1.6875rem;
    }
    .join5R2Tit span{
        font-size: 1.6875rem;
    }
    .about7Word{
        line-height: 3.5rem;
    }
    .joinDiv{
        top:70%;
    }
}
@media screen and (max-width: 1700px){
    .aboutTopDiv .content1TopL{
        text-align: center;
        float: inherit;
    }
    .aboutTopDiv .content1TopLInfo{
        position: absolute;
        left: 51%;
        top: 53%;
        width: 18rem;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .aboutTopDiv .content1TopR{
        float: inherit;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .joinD2,
    .joinD1{
        display: none;
    }
    .province,
    .city,
    .join5Text{
        width: 20rem;
    }
}
@media screen and (max-width:1520px) {
    .headerAllDiv{
        padding:0 1rem ;
    }
    .navBtn{
        width: 5.25rem;
        font-size: 1rem;
    }
    .navScoDiv{
        width: 7rem;
        border: 1px solid #ce3633;
    }
    .navScoDiv a{
        font-size: 1.0675rem;
        padding: 0.5rem 1rem 0.5rem 0.5rem;
    }
    .navScoDiv a span{
        width: 0.8rem;
        height: 0.6rem;
        margin-top: -0.3rem;
    }
    .navDiv{
        padding-right: 0.5rem;
    }
    .indexMyWord{
        height: 18rem;
    }
    .indexMyInfoTop{
        font-size: 1.2rem;
    }
    .indexMyInfoTop .numPlay{
        font-size: 2.5rem;
    }
    .indexMyInfoTop b{
        font-size: 1rem;
    }

    .indexPro{
        width: 25%;
    }
    .footerAllDiv{
        padding: 3rem;
    }
    .footerC{
        padding-left: 0;
        margin-left: 3rem;
    }
    .footerR{
        height: 8rem;
    }
    .footerC p{
        line-height: 2rem;
    }
    .content2TopDiv{
        padding: 5rem 0 3rem 0;
    }
    .content2Div{
        padding: 1rem;
    }
    .newsListDiv{
        padding: 0 1rem;
        padding-bottom: 6.5rem;
        padding-top: 7rem;
    }
    .newsListR{
        width: calc(100% - 40rem);
    }
    .newsListRWord{
        padding-left: 1rem;
    }
    .about1Div{
        padding: 0 6rem;
    }
    .about4R1D{
        margin-bottom: 2rem;
    }
    .about4AllDiv{
        padding: 0 2rem 0 4rem;
    }
    .about4{
        padding: 0 1rem;
    }
    .province,
    .city,
    .join5Text{
        width: 18rem;
    }
}

#serviceMapDiv{
    position: fixed;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999999999;
}
.serviceMapBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0,0,0,0.5);
}
.serviceMapD{
    width: 80%;
    height: 50vh;
    position: absolute;
    left: 10%;
    top:50%;
    margin-top: -25vh;
    z-index: 9;
    background: #ffffff;
}
.serviceMapTit{
    width: 100%;
    height: 2rem;
    padding: 0 1rem;
    position: relative;
}
.serviceMapTit span{
    display: inline-block;
    font-size: 1.2rem;
    color: #010101;
    line-height: 2rem;
    font-family: "nansongshu";
}
.serviceMapTit i{
    width: 1rem;
    height: 1rem;
    background-image: url("../images/wapDelete.png");
    background-size: cover;
    display: block;
    position: absolute;
    right: 1rem;
    top:50%;
    margin-top: -0.5rem;
}
#serviceMap{
    width: 100%;
    height: calc(100% - 2rem);
    display: block;
}



