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;
}
.clearWap:after{
    content: "";
    display: block;
    clear: both;
}
.floatLWap{
    float: left;
}
.floatRWap{
    float: right;
}
.wap{
    display: block;
}
.pc{
    display: none;
}

#app{
    width: 100%;
    overflow: hidden;
}

/* -- index start -- */
.navAllDiv{
    position: fixed;
    width: 100%;
    height: 3rem;
    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: 0.3rem 0.2rem;
}
.logo a{
    display: block;
}
.logo a img{
    display: block;
    height: 2.4rem;
    width: auto;
}
.wapMenu{
    position: absolute;
    right: 0.2rem;
    top: 0.3rem;
    width: 2.4rem;
    height: 2.4rem;
    z-index: 1;
}
.wapBg{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    -o-background: rgba(0,0,0,0.5);
    -webkit-background: rgba(0,0,0,0.5);
    z-index: 2;
    display: none;
}
.wapClose{
    width: 2rem;
    height: 2rem;
    background: #ffffff;
    color: #474747;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    z-index: 3;
    left: -2rem;
    top: 0.5rem;
    display: none;
}

.navD{
    width: 80%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    right: -80%;
    background: #ffffff;
    z-index: 9;
}
.nav{
    width:100%;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #cccccc;
}
.navBtn{
    font-size: 1rem;
    color: #474747;
    display: block;
    line-height: 3.375rem;
}
.scoNavDiv{
    width: 100%;
    padding: 0.5rem 0;
    text-align: left;
    background: rgba(42,60,103,0.7);
}
.scoNavDiv a{
    display: inline-block;
    line-height: 2rem;
    color: #ffffff;
    font-size: 0.75rem;
    margin: 0 1rem;
}
.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;
}


.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: 1rem;
    background: #ffffff;
}
.indexAboutDivL{
    margin-bottom: 2rem;
}
.indexAboutLTop div{
    font-size: 1.5rem;
    color: #474747;
}
.indexAboutLTop p{
    font-size: 1.5rem;
    color: #DBDBDD;
    font-weight: bold;
}
.indexAboutLInfo{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #686670;
    padding: 0.5rem 0;
    text-align: justify;
}
.indexAboutBtn{
    width: 8rem;
    height: 2.5rem;
    text-align: center;
    margin: 0 auto;
}
.indexAboutBtn a{
    font-size: 0.875rem;
    display: block;
    width: 100%;
    line-height: 2.5rem;
    color: #ffffff;
    background: #1598D7;
}

.indexAboutDivR{
    width: 100%;
    position: relative;
}
#indexVideo{
    width: 100%;
    height: 10rem;
    display: block;
    position: relative;
    z-index: 9;
    object-fit: fill;
}
.indexAboutDivR .indexVideoImg{
    width: 100%;
    height: 10rem;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index:10;
}
.indexAboutBg{
    width: 100%;
    height: 10rem;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index:11;
}

.indexGroupAllDiv{
    background: #F7F7F7;
    padding: 1rem;
}

.indexGroupD{
    padding: 1rem 0;
}
.indexGroup{
    width:100%;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
.indexGroupT{
    display: block;
    width: 100%;
}
.indexGroupT img{
    width: 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: 0.5rem;
}
.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;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.75rem;
    background: #1598D7;
    color: #ffffff;
    transition: 0.3s ease;
    -webit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.indexNewsAllDiv{
    padding: 1rem;
    /*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: 100%;
    margin-top: 2rem;
    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{
    width: 8rem;
    height: 2.5rem;
    display: block;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.75rem;
    background:#1598D7 ;
    color: #ffffff;
    transition: 0.3s;
    -webit-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 1rem auto;
}

.indexNewsRD{
    width: 100%;
}
.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 1rem;
    background: url("../images/bg.png");
    background-size: cover;
}
.footerTop{
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
}
.footerInfoD{
    display: none;
}
.footerInfoL{
    width: 9rem;
    margin-right: 0.5rem;
    text-align: center;
}
.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.2rem;
    color: #ffffff;
    line-height: 2rem;
}
.footerInfoB div{
    text-align: center;
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 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;
}
.scoTopT img{
    width: 100%;
    display: block;
}
.scoBtnDiv{
    text-align: center;
}
.scoBtn{
    display: inline-block;
    font-size: 1rem;
    color: #474747;
    line-height: 2rem;
    margin: 0 1rem;
    border-bottom: 1px solid transparent;
}
.scoBtn:hover,
.scoBtnOn{
    color: #2268F0;
    border-bottom: 1px solid #2268F0;
}
.scoInfoAllDiv{
    background: #F7F7F7;
    padding: 1rem;
}

.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;
    width: 100%;
    margin: 0 auto;
}
/* -- aboutUs end -- */

/* -- honer start -- */
.honer{
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    background: #ffffff;
    cursor: pointer;
}
.honerImg{
    width: 100%;
    overflow: hidden;
}
.honerImg img{
    display: block;
    width: 100%;
    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: 50rem;
    height: 32rem;
    padding: 2rem;
    left: 50%;
    top: 50%;
    margin-left: -25rem;
    margin-top: -16rem;
    z-index: 9;
}
.honerFixedImg{
    overflow: hidden;
    margin-bottom: 1rem;
}
.honerFixedImg img{
    width: 100%;
    display: block;
}
.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: 100%;
    overflow: hidden;
}
.teamL img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.teamR{
    width: 100%;
}
.teamRTop{
    margin-bottom: 1rem;
}
.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: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    background: #ffffff;
    padding: 1rem;
    display: block;
}
.newsTImg{
    overflow: hidden;
    width: 100%;
}
.newsTImg img{
    width: 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-bottom: 1rem;
}
.newsInfoL{
    width: 100%;
    overflow: hidden;
}
.newsInfoL img{
    width: 100%;
    display: block;
    transition: 0.6s;
    -o-transition: 0.6s;
    -wekit-transition: 0.6s;
}
.newsInfoR{
    width: 100%;
}
.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.2rem;
    color: #282938;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.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: 100%;
}
.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: 100%;
}
.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: 100%;
    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{
    width: 100%;
    overflow: hidden;
    margin: 0 1rem;
    margin-bottom: 1rem;
}
.businessC img{
    width: 100%;
    display: block;
}
.businessB{
    width: 100%;
    overflow: hidden;
}
.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: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    background: #ffffff;
}
.staffImg{
    width: 100%;
    overflow: hidden;
}
.staffImg img{
    display: block;
    width: 100%;
    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;
}

/* -- start end -- */

/* -- hire start -- */
.hireInfo{
    display: block;
    background: #ffffff;
    margin-bottom: 1rem;
    padding: 1rem;
}
.hireL{
    width: 100%;
    text-align: left;
}
.hireL div,
.hireL p{
    display: none;
}
.hireL span{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #827F8D;
    display: inline-block !important;
}
.hireR{
    width: 100%;
    position: relative;
}
.hireR div{
    font-size: 0.875rem;
    color: #474747;
    line-height: 1.5rem;
}
.hireR span{
    position: absolute;
    top:1rem;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #444444;
    display: none;
}
.hireInfo:hover{
    background: #2268F0;
}
.hireInfo:hover .hireL div,
.hireInfo:hover .hireL p,
.hireInfo:hover .hireR div,
.hireInfo:hover .hireR span{
    color: #ffffff;
}
/* -- hire end -- */

/* -- contanctUs start -- */
.contanctUs{
    position: relative;
}
.contanctUsImg{
    width: 100%;
    display: block;
    position: relative;
}
.contanctUsImg img{
    width: 100%;
    display: block;
}
.contanctUsInfo{
    padding: 1rem;
    background: #ffffff;
}
.contanctUsLogo{
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 2rem;
}
.contanctUsLogo img{
    width: 100%;
    display: block;
}
.contacntUsCon{
    margin-bottom: 2rem;
}
.contacntUsCon div{
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #474747;
}
.contacntUsCon div img{
    vertical-align: middle;
    margin-right: 1rem;
}
.contanctUsBot{
    color: #686670;
    font-size: 1rem;
    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 -- */



