html,body{
    font-size: 62.5%;
}

html,body{
    font-size: 16px;
}
*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    outline:none;
    border:none;
    font-family:Microsoft YaHei,Arial;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 0.75rem;
    user-select: none;
}

.wap{
    display: none !important;
}
@media (min-width: 1484px) {
    .wid_1200{
        width:1485px;
        margin:0 auto;
    }
    .indexGroup{
        width: calc(33.333% - 2rem);
        height: 20rem;
        position: relative;
        margin: 1rem;
        overflow: hidden;
    }
    .footerInfoL{
        width: 12rem;
        margin-right: 0.5rem;
        text-align: center;
    }
    .footerCode img{
        margin-left: 15%;
    }
    .businessC{
        width: calc(33.3333% - 2rem);
        height: 15rem;
        overflow: hidden;
        margin: 0 1rem;
    }
    .contanctUsImg{
        width:837px;
        /*height: 534px;*/
        display: block;
        position: relative;
    }
    .contanctUsInfo{
        position: absolute;
        right: 0;
        top: 0;
        width:610px;
        padding: 1rem 2rem;
        height: 534px;
    }
    .contanctUsLogo{
        width: 100%;
        padding-top: 3rem;
        margin-bottom: 5rem;
    }
    .contacntUsCon{
        margin-bottom: 5rem;
    }
    .indexAboutDivR{

    }
    #indexVideo{
        width: 100%;
        height: 28rem;
        display: block;
        position: relative;
        z-index: 9;
        object-fit: fill;
    }
    .indexAboutDivR .indexVideoImg{
        width: 100%;
        /* height: 28rem; */
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        z-index:10;
    }
    .indexAboutBg{
        width: 100%;
        height: 28rem;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        z-index:11;
    }
}
@media (max-width: 1485px) {
    .wid_1200{
        width:1200px;
        margin:0 auto;
    }
    .indexGroup{
        width: calc(33.333% - 2rem);
        height: 16rem;
        position: relative;
        margin: 1rem;
        overflow: hidden;
    }
    .footerInfoL{
        width: 9rem;
        margin-right: 0.5rem;
        text-align: center;
    }
    .businessC{
        width: calc(33.3333% - 2rem);
        height: 13rem;
        overflow: hidden;
        margin: 0 1rem;
    }
    .contanctUsImg{
        width:600px;
        /*height: 500px;*/
        display: block;
        position: relative;
    }
    .contanctUsInfo{
        position: absolute;
        right: 0;
        top: 0;
        width:568px;
        padding: 1rem 2rem;
        height: 424px;
    }
    .contanctUsLogo{
        width: 100%;
        padding-top: 2rem;
        margin-bottom: 3rem;
    }
    .contacntUsCon{
        margin-bottom: 3rem;
    }
    .indexVideoImg{
        position: absolute;
        left: 0;
        width: 100%;
    }
    #indexVideo{
        width: 100%;
        height: 28rem;
        display: block;
        position: relative;
        z-index: 9;
        object-fit: fill;
    }
    .indexAboutDivR .indexVideoImg{
        width: 100%;
        /* height: 28rem; */
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        z-index:10;
    }
    .indexAboutBg{
        width: 100%;
        height: 28rem;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        z-index:11;
    }
}

.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}

/* -- index start -- */
.navAllDiv{
    position: fixed;
    width: 100%;
    height: 7rem;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(42,60,103,0.6);
    -o-background: rgba(42,60,103,0.6);
    -webnkit-background: rgba(42,60,103,0.6);
    border-bottom: 1px solid #ffffff;
}
.logo{
    padding: 1.8rem 0;
}
.logo a{
    display: block;
}
.logo a img{
    display: block;
}
.navD{
    margin-left: 1rem;
}
.nav{
    width:7rem;
    text-align: center;
    position: relative;
    padding: 1.8rem 0;
}
.navBtn{
    font-size: 1.25rem;
    color: #ffffff;
    display: block;
    line-height: 3.375rem;
}
.scoNavDiv{
    position: absolute;
    left: 0;
    top:7rem;
    width: 100%;
    background: rgba(42,60,103,0.7);
    display: none;
}
.scoNavDiv a{
    font-size: 0.875rem;
    color: #ffffff;
    display: block;
    padding: 0.5rem 0;
    line-height: 2rem;
}
.scoNavDiv a:hover{
    background: rgba(255,255,255,0.6);
    color: #245895;
    transition: 0.4s;
    -o-transition: 0.4s;
    -wekit-transition: 0.4s;
}
.navOn .navBtn{
    font-weight: bold;
    transition: 0.4s;
    -o-transition: 0.4s;
    -wekit-transition: 0.4s;
}
.nav:hover .navBtn{
    font-weight: bold;
    transition: 0.4s;
    -o-transition: 0.4s;
    -wekit-transition: 0.4s;
}
.navOn .navBtn:before,
.nav:hover .navBtn:before{
    content: "";
    width: 60%;
    height: 3px;
    position: absolute;
    left: 20%;
    bottom: 0;
    background: #ffffff;

}
.nav:hover .scoNavDiv{
    display: block;
}

.bannerAllDiv{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.banner{
    width: 100%;
    display: block;
}
.banner a{
    display: block;
    width: 100%;
}
.banner a img{
    width: 100%;
    display: block;
}
.bannerAllDiv .swiper-pagination{
    bottom: 1.5rem;
    left: 10%;
}
.swiper-pagination-bullet{
    border-radius: inherit;
    width: 3.2rem;
    height: 0.3rem;
    margin-right: 0.5rem;
}

.indexAboutAllDiv{
    padding: 4.8rem 0;
    background: #ffffff;
}
.indexAboutDivL{
    width: 50%;
}
.indexAboutLTop div{
    font-size: 2.5rem;
    color: #474747;
}
.indexAboutLTop p{
    font-size: 3.75rem;
    color: #DBDBDD;
    font-weight: bold;
}
.indexAboutLInfo{
    font-size: 1rem;
    line-height: 2rem;
    color: #686670;
    padding: 2rem 0;
}
.indexAboutBtn{
    width: 8rem;
    height: 2.5rem;
    text-align: center;
}
.indexAboutBtn a{
    font-size: 0.875rem;
    display: block;
    width: 100%;
    line-height: 2.5rem;
    border: 1px solid #1598D7;
    color: #1598D7;
}
.indexAboutBtn:hover a{
    color: #ffffff;
    background: #1598D7;
    border: 1px solid transparent;
    transition: 0.6s;
    -o-transition: 0.6s;
    -webit-transition: 0.6s;
}

.indexAboutDivR{
    width: 45%;
    margin-top: 10.5rem;
    position: relative;
}

.indexGroupAllDiv{
    background: #F7F7F7;
    padding: 2rem 0;
}
.indexGroupD{
    padding: 0 2rem;
}

.indexGroupBox{
    margin: 0 -2rem;
}

.indexGroupT{
    display: block;
    width: 100%;
    height: 100%;
}
.indexGroupT img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
}
.indexGroupB{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    z-index: 9;
    background: rgba(0,55,162,0.6);
    padding: 1.5rem 1rem;
}
.indexGroupB p{
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.indexGroupB div{
    font-size:0.875rem ;
    line-height: 1.6rem;
    color: #ffffff;
    height: 6.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}
.indexGroupB a{
    display: block;
    width: 8rem;
    height: 2.5rem;
    font-size: 0.75rem;
    line-height: 2.5rem;
    text-align: center;
    margin: 0 auto;
    background: rgba(0, 55, 162, 0.4);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.indexGroupB a:hover{
    background: #ffffff;
    color: #0037A2;
    transition: 0.4s;
    -webit-transition: 0.4s;
    -o-transition: 0.4s;
}
.indexGroup:hover .indexGroupB{
    display: block;
    transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.indexGroup:hover .indexGroupT img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.indexGroupBtn{
    width: 8rem;
    height: 2.5rem;
    margin: 0 auto;
}
.indexGroupBtn a{
    display: block;
    border: 1px solid #1598D7;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.75rem;
    color: #1598D7;
    transition: 0.3s ease;
    -webit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.indexGroupBtn a:hover{
    background: #1598D7;
    color: #ffffff;
}

.indexNewsAllDiv{
    padding: 2rem 0;
    /*background: #F4F4F4;*/
    background: linear-gradient(to bottom,#ffffff,#F4F4F4);
    -webkit-background: linear-gradient(to bottom,#ffffff,#F4F4F4);
    -o-background: linear-gradient(to bottom,#ffffff,#F4F4F4);
}

.indexNewsLD{
    width: 40rem;
    overflow: hidden;
}
.indexNewsLA{
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}
.indexNewsImg{
    display: block;
    overflow: hidden;
}
.indexNewsImg img{
    width: 100%;
    transition: 0.6s;
    -webit-transition: 0.6s;
    -o-transition: 0.6s;
}
.indexNewsLA:hover .indexNewsImg img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.indexNewsInfo{
    background: #ffffff;
    padding: 1rem 0.6rem;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsL{
    width: 4rem;
    text-align: center;
    position: relative;
}
.indexNewsL:before{
    content: "";
    width: 1px;
    height: 2rem;
    background: #ffffff;
    position: absolute;
    right: 0;
    top:50%;
    margin-top: -1rem;
}

.indexNewsL div{
    font-size: 1.5rem;
    color: #827F8D;
    line-height: 2rem;
    font-weight: bold;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsL p{
    font-size: 0.75rem;
    color: #827F8D;
    line-height: 1.5rem;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsR{
    width: calc(100% - 4.5rem);
    position: relative;
}
.indexNewsRTit{
    font-size: 1rem;
    color: #838384;
    line-height: 1.5rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsRWord{
    font-size: 0.75rem;
    color: #838384;
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsLA:hover .indexNewsInfo{
    background: #124FA4;
}
.indexNewsLA:hover .indexNewsL div,
.indexNewsLA:hover .indexNewsL p,
.indexNewsLA:hover .indexNewsRTit,
.indexNewsLA:hover .indexNewsRWord{
    color: #ffffff;
}

.indexNewsMore{
    border: 1px solid #1598D7;
    width: 8rem;
    height: 2.5rem;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.75rem;
    color: #1598D7;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsMore:hover{
    background:#1598D7 ;
    color: #ffffff;
}

.indexNewsRD{
    width: calc(100% - 42rem);
}
.indexNewsRBox{
    display: block;
    padding: 0.6rem 1rem;
    width: 100%;
    background: #ffffff;
    margin-bottom: 1rem;
}
.indexNewsRBox .indexNewsRTit{
    width: 80%;
    font-size: 0.875rem;
}
.indexNewsRBox .indexNewsRWord{
    font-size: 0.75rem;
}
.indexNewsRBox:hover{
    background: #124FA4;
}
.indexNewsRBox:hover .indexNewsL div,
.indexNewsRBox:hover .indexNewsL p,
.indexNewsRBox:hover .indexNewsRTit,
.indexNewsRBox:hover .indexNewsRWord{
    color: #ffffff;
}
.indexNewsRBox .indexNewsR span{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(0rem);
    -o-transform: translateX(0rem);
    -webkit-transform: translateX(0rem);
    display: block;
    color: #444444;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
}
.indexNewsRBox:hover .indexNewsR span{
    transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
    -webkit-transform: translateX(0.5rem);
    color: #ffffff;
}

.footerAllDiv{
    padding: 2rem 0;
    background: url("../images/bg.png");
    background-size: cover;
}
.footerTop{
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 4rem;
}
.footerInfoD{
    margin-bottom: 2rem;
}

.footerInfoLT{
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 2rem;
}
.footerInfoB a{
    display: block;
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1rem;
    margin-bottom: 1rem;
}
.footerInfoR{
    text-align: center;
}
.footerLogo{
    margin-bottom: 1rem;
}
.footerWord{
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 3rem;
}
.footerInfoB div{
    text-align: center;
    font-size: 0.875rem;
    color: #ffffff;
    line-height: 1.2rem;
    margin-bottom: 1rem;
}

/* -- index end -- */

/* -- aboutUs start -- */
.scoBannerAllDiv{
    width: 100%;
}
.scoBanner{
    width: 100%;
}
.scoBanner img{
    display: block;
    width: 100%;
}
.scoTopAllDiv{
    background: #ffffff;
}
.scoTopT{
    text-align: center;
    position: relative;
}
.scoBtnDiv{
    text-align: center;
}
.scoBtn{
    display: inline-block;
    font-size: 1rem;
    color: #474747;
    line-height: 2rem;
    margin: 0 2rem;
    border-bottom: 1px solid transparent;
}
.scoBtn:hover,
.scoBtnOn{
    color: #2268F0;
    border-bottom: 1px solid #2268F0;
}
.scoInfoAllDiv{
    background: #F7F7F7;
    padding: 1rem 0;
}

.scoInfo{
    background: #ffffff;
    padding: 1rem;
    min-height: 30rem;
}
.scoInfoT{
    text-align: center;
    font-size: 1.5rem;
    color: #114FA5;
    line-height: 3rem;
    font-weight: bold;
}
.scoInfo p{
    font-size: 0.875rem;
    color: #474747;
    line-height: 1.5rem;
    text-align: justify;
    text-indent: 2em;
}
.scoInfoC{
    font-size: 0.875rem;
    color: #474747;
    line-height: 1.5rem;
    text-align: justify;
}
.groupInfo{
    text-align: center;
}
.groupInfo img{
    display: block;
    margin: 0 auto;
}
/* -- aboutUs end -- */

/* -- honer start -- */
.honer{
    width: calc(33.33% - 2rem);
    padding: 1rem;
    margin: 1rem;
    background: #ffffff;
    cursor: pointer;
}
.honerImg{
    width: 100%;
    overflow: hidden;
}
.honerImg img{
    display: block;
    width: 100%;
    height: 16rem;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.honerWord{
    text-align: center;
    font-size: 1rem;
    color: #282938;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3rem;
}
.honer:hover .honerImg img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.honerBtnD{
    text-align: center;
}
.honerBtnD div{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    color: #ffffff;
    background: #407AF2;
    line-height: 2rem;
    border: 1px solid #407AF2;
    margin: 0 0.2rem;
}
.honerBtnD a{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    color: #000000;
    line-height: 2rem;
    border: 1px solid #000000;
    margin: 0 0.2rem;
}
.honerFixedDiv{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}
.honerBg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 1;
}
.honerFixed{
    background: #ffffff;
    position: absolute;
    width: 60rem;
    height: 43rem;
    padding: 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}
.honerFixedImg{
    overflow: hidden;
    margin-bottom: 1rem;
    width: 100%;
    height:calc(100% - 3rem);
    position: relative;
    overflow: hidden;
}
.honerFixedImg img{
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.honerFixedWord{
    font-size: 1.2rem;
    color: #282938;
    line-height: 3rem;
    text-align: center;
}
.honerFixedLR{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.leftBtn{
    position: absolute;
    left: -5rem;
    top:50%;
    width: 4rem;
    cursor: pointer;
}
.rightBtn{
    position: absolute;
    right: -5rem;
    top:50%;
    width: 4rem;
    cursor: pointer;
}

/* -- honer end -- */

/* -- team start -- */
.teamD{
    width: 100%;
    background: #ffffff;
    display: block;
    padding: 1rem;
    margin-bottom: 1rem;
}
.teamL{
    width: 15rem;
    height: 10rem;
    overflow: hidden;
}
.teamL img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.teamR{
    width: calc(100% - 16rem);
}
.teamRTop{
    margin-bottom: 2rem;
}
.teamRTop div{
    color: #282938;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}
.teamRTop p{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #848484;
}
.teamInfo{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #686670;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.teamD:hover .teamL img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/* -- team end -- */

/* -- news start -- */
.newsTD{
    width: calc(33.333% - 2rem);
    margin: 1rem;
    overflow: hidden;
    padding: 1rem;
    background: #ffffff;
}
.newsTImg{
    overflow: hidden;
    width: 100%;
    height: 14rem;
}
.newsTImg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.newsTInfo{

}
.newsTInfo div{
    font-size: 0.75rem;
    color: #848484;
    line-height: 1.2rem;
}
.newsTInfo p{
    font-size: 0.875rem;
    color: #282938;
    line-height: 1.5rem;
    height: 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsTD:hover .newsTImg img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.newsInfo{
    background: #ffffff;
    padding: 1rem;
    display: block;
    margin: 0 1rem;
    margin-bottom: 1rem;
}
.newsInfoL{
    width: 20rem;
    height: 12rem;
    overflow: hidden;
}
.newsInfoL img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.newsInfoR{
    width: calc(100% - 22rem);
}
.newsInfoRTop{
    padding-bottom: 2rem;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 1rem;
}
.newsInfoRTop div{
    font-size: 1rem;
    color: #282938;
    line-height: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    transition: 0.3s;
    -o-transition: 0.3s;
    -wekit-transition: 0.3s;
}
.newsInfoRTop p{
    color: #848484;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: 0.3s;
    -o-transition: 0.3s;
    -wekit-transition: 0.3s;
}
.newsInfoRWord{
    font-size: 0.875rem;
    color: #686670;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
    -o-transition: 0.3s;
    -wekit-transition: 0.3s;
}
.newsInfo:hover .newsInfoL img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.newsInfo:hover{
    background: #124FA4;
}
.newsInfo:hover .newsInfoRTop div,
.newsInfo:hover .newsInfoRTop p,
.newsInfo:hover .newsInfoRWord{
    color: #ffffff;
}
/* -- news end -- */

/* -- newsInfo start -- */
.newsInfoTop{
    margin-bottom: 1rem;
}
.newsInfoTop div{
    font-size: 1.5rem;
    color: #474747;
    line-height: 2rem;
    font-weight: bold;
}
.newsInfoTop p{
    position: relative;
    padding-left: 1rem;
    font-size: 0.875rem;
    color: #929292;
    line-height: 1.5rem;
}
.newsInfoTop p:after{
    content: "";
    display: block;
    width: 1rem;
    height: 0.2rem;
    background: #00367A;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.1rem;
}
.newsInfoAllDiv{
    background: #ffffff;
    padding: 1rem 0;
}
.newsInfoTDiv{
    padding: 1rem;
    border-bottom: 1px solid #E1E1E1;
}
.newsInfoTDiv div{
    font-size: 1.5rem;
    color: #282938;
    line-height: 3rem;
    text-align: center;
}
.newsInfoTDiv p{
    font-size: 0.75rem;
    color: #474747;
    line-height: 1.5rem;
}
.newsInfoCen{
    padding: 1rem;
}
.newsInfoCen{
    font-size: 0.875rem;
    color: #686670;
    line-height: 1.5rem;
}
.newsInfoCen img{
    max-width: 100%;
}

.newsInfoBotDiv{
    margin-top: 2rem;
}
.newsInfoBotL{
    width: 70%;
}
.newsInfoBotL a{
    display: block;
    font-size: 0.75rem;
    color: #838384;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}
.newsInfoBotL a span{
    color: #2268F0;
    display: inline-block;
    margin-right: 0.5rem;
}

.newsInfoBotR a{
    width: 8rem;
    height: 2rem;
    font-size: 0.75rem;
    color: #FFFFFF;
    line-height: 2rem;
    background: #407AF2;
    text-align: center;
    display: block;
}
.newsInfoBotR a img{
    margin-right: 0.5rem;
}
/* -- newsInfo end -- */

/* -- business start -- */
.businessLDiv{
    width: 16rem;
}
.businessTop{
    background: #ffffff;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.businessTop div{
    font-size: 1.2rem;
    color: #333333;
    line-height: 2rem;
    font-weight: bold;
}
.businessTop p{
    font-size: 0.875rem;
    color: #474747;
    line-height: 1.5rem;
}
.businessBtnD{

}
.businessBtn{
    display: block;
    width: 100%;
    background: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    color: #3A3A3A;
    line-height: 2rem;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.businessBtn img{
    margin-right: 0.3rem;
    vertical-align: middle;
    -o-vertical-align: middle;
    -webkit-vertical-align: middle;
}
.businessBtnOn,
.businessBtn:hover{
    background: #2268F0;
    color: #ffffff;
}
.businessRDiv{
    width: calc(100% - 18rem);
    background: #ffffff;
    padding: 1rem;
}
.businessRUp{
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.businessRT{
    text-align: center;
    font-size: 1.5rem;
    color: #3A3A3A;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
}
.businessRCon{
    background: rgba(47, 46, 46, 0.05);
    font-size: 0.875rem;
    line-height: 2.5rem;
    padding: 0 1rem;
}
.businessRCon span{
    color: #2268F0;
    display: inline-block;
}
.businessCon{
    position: relative;
}
.businessCon div{
    font-size: 1rem;
    color: #2268F0;
    line-height: 2rem;
}
.businessCon p{
    font-size: 0.75rem;
    color: #BABABA;
    line-height: 1.5rem;
}
.businessCon img{
    position: absolute;
    left: -3rem;
    top: -4rem;
}
.businessInfo{
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #686670;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #E7E7E7;
}
.businessCC{
    padding: 1rem 0;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 1rem;
}

.businessC img{
    width: 100%;
    height: 100%;
    display: block;
}
.businessB{
    width: 182px;
    height: 182px;
    overflow: hidden;
    margin: 0 1rem;
}
.businessB div{
    padding: 1rem;
    border: 1px solid #DADCDD;
}
.businessB div img{
    width: 100%;
    display: block;
}
.businessB p{
    text-align: center;
    font-size: 0.875rem;
    color: #474747;
    line-height: 2rem;
}

/* -- business end -- */

/* -- staff start -- */
.staff{
    width: calc(33.3333% - 2rem);
    margin: 0 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #ffffff;
}
.staffImg{
    width: 100%;
    overflow: hidden;
}
.staffImg img{
    display: block;
    width: 100%;
    height: 16rem;
    transition: 0.3s;
    -o-transition: 0.3s;
    -wekit-transition: 0.3s;
}
.staffWord{
    text-align: center;
    font-size: 0.875rem;
    line-height: 2rem;
    color: #282938;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.staff:hover .staffImg img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.staffFixedDiv{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}
.staffBg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 1;
}
.staffFixed{
    background: #ffffff;
    position: absolute;
    width: 50rem;
    height: 32rem;
    padding: 2rem;
    left: 50%;
    top: 50%;
    margin-left: -25rem;
    margin-top: -16rem;
    z-index: 9;
}
.staffFixedImg{
    overflow: hidden;
    margin-bottom: 1rem;
}
.staffFixedImg img{
    width: 100%;
    display: block;
}
.staffFixedWord{
    font-size: 1.2rem;
    color: #282938;
    line-height: 3rem;
    text-align: center;
}
.staffFixedLR{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* -- staff end -- */

/* -- hire start -- */
.hireInfo{
    display: block;
    background: #ffffff;
    margin-bottom: 1rem;
}
.hireL{
    width: 5rem;
    padding: 1rem;
    text-align: center;
    border-right: 1px solid #F4F4F4;
}
.hireL span{
    display: none;
}
.hireL div{
    font-size: 1.5rem;
    color: #827F8D;
    font-weight: bold;
    line-height: 2rem;
    width: 100%;
}
.hireL p{
    font-size: 0.75rem;
    width: 100%;
    line-height: 1rem;
    color: #827F8D;
}
.hireR{
    width: calc(100% - 6rem);
    padding: 1rem 0;
    position: relative;
}
.hireR div{
    font-size: 1rem;
    color: #474747;
    line-height: 3rem;
    padding-right: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hireR span{
    position: absolute;
    top:1rem;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #444444;
}
.hireInfo:hover{
    background: #2268F0;
}
.hireInfo:hover .hireL div,
.hireInfo:hover .hireL p,
.hireInfo:hover .hireR div,
.hireInfo:hover .hireR span{
    color: #ffffff;
}
/* -- hire end -- */

/* -- info start -- */
.infoD{
    padding-bottom: 1rem;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 1rem;
}
.infoD:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
/* -- info end -- */

/* -- contanctUs start -- */
.contanctUs{
    position: relative;
    padding: 2rem;
    min-height: 26.5rem;
    background: rgba(255,255,255,0.8);
    -webkit-background: rgba(255,255,255,0.8);
    -o-background: rgba(255,255,255,0.8);
}

.contanctUsImg img{
    width: 100%;
    display: block;
}


.contanctUsLogo img{
    width: auto;
    height: 2rem;
    display: block;
}

.contacntUsCon div{
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2rem;
    color: #474747;
}
.contacntUsCon div img{
    vertical-align: middle;
    margin-right: 1rem;
}
.contanctUsBot{
    color: #686670;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 3rem;
    text-align: center;
}
/* -- contanctUs end -- */

/* -- tending start -- */
.tendingDiv{
    width: 100%;
    padding: 1rem;
    background: #ffffff;
    margin-bottom: 1rem;
    position: relative;
    padding-right: 8rem;
}
#search{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    border: 1px solid #E0E0E0;
    outline: none;
    text-indent: 1em;
    font-size: 1rem;
    color: #474747;
}
.tendingR{
    position: absolute;
    right: 0.5rem;
    top: 1rem;
    width: 7rem;
    height: 3rem;
    display: block;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    background: #2268F0;
}
.tendingR img{
    vertical-align: middle;
    margin-left: 0.5rem;
}
/* -- tending end -- */





