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;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.wap{
    display: block;
}
.pc{
    display: none;
}

#app{
    width: 100%;
    overflow: hidden;
}
.topBg{
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999;
}
.topDiv{
    width: 60%;
    height: 100vh;
    background: #3D79F8;
    position: fixed;
    right: -60%;
    top:0;
    z-index: 999999;
}
.menu{
    width: 32px;
    height: 32px;
    position: absolute;
    left: -32px;
    top: 10px;
    z-index: 999;
}
.menu img{
    width: 100%;
    height: 100%;
    display: block;
}
.logo{
    display: block;
    width: 80%;
    height: auto;
    background: #ffffff;
    padding: 5px 10px;
    margin: 10%;
}
.logo a{
    display: block;
}
.logo img{
    height: auto;
    width: 100%;
    display: block;
}
.navDiv{
    text-align: center;
    padding-top: 10px;
}
.nav{
    margin: 10px 10%;
    width: 80%;
}
.nav a{
    display: block;
    font-size: 1.2rem;
    line-height: 34px;
    color: rgba(255,255,255,0.6);
    margin-right: 1rem;
    width: 100%;
    text-align: center;
}
.navOn a,
.nav:hover a{
    color: #ffffff;
}
.nav:hover .navScoDiv{
    display: block;
}
.navScoDiv{
    background: #3d79f8;
    width: 100%;
    display: none;
    z-index: 99;
    padding: 5px 0;
}
.navScoDiv .navSco{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #3d79f8;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 30px;
}
.navScoDiv .navSco:hover{
    border-bottom: 1px solid #ffffff;
}

.bannerAllDiv{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.bannerDiv{
    width: 100%;
    height: 100%;
    position: absolute;
}
.banenr{
    width: 100%;
    height: 100%;
}
.banner a{
    display: block;
    width: 100%;
    height: 102%;
    background-size: cover;
    background-position: center center;
}
.bannerBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9;
}
.banenrText{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
.banenrText p.en{
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -o-text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.banenrText p{
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 2rem;
    margin-bottom: 1.5rem;
}
.banenrText a{
    width: 10rem;
    height: 3rem;
    color: #ffffff;
    background: #3D79F8;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 1rem;
    display: block;
    margin: 0 auto;
}
.banenrText a span{
    width: 26px;
    height: 12px;
    display: inline-block;
    background-image: url("../image/icon4.png");
    background-size: cover;
    margin-left: 12px;

}
.busAllDiv{
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f9f9f9;
}
.busTitlt{
    text-align: left;
    height: 44px;
    position: relative;
    margin-bottom: 2rem;
    margin-left: 10px;
}
.busTitlt div{
    font-size: 24px;
    color: #010101;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.busTitlt p{
    font-size: 16px;
    color: #D9D9D9;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -o-text-transform: uppercase;
    display: inline-block;
    
}
.busTitlt span{
    width: 80px;
    height: 4px;
    background: #0078FF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
}

.bus{
    padding: 1rem;
    border-radius: 10px;
    -wbkit-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    width: 48%;
    height: 230px;
    margin: 0 1%;
    text-align: center;
    margin-bottom: 1rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.busTit{
    margin-bottom: 10px;
    text-align: center;
}
.busTit img{
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.busTit .butTit1{
    display: none;
}
.busTit .butTit2{
    display: block;
}
.busTop{
    margin-bottom: 1rem;
}
.busTop div{
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}
.busTop p{
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -o-text-transform: uppercase;
    line-height: 16px;
    height: 32px;
}
.busInfo{
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.2rem;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.busDisAllDiv{
    padding-top: 30px;
    background: #F1F5FF;
    padding-bottom: 30px;
}
.busDisD{
    width: calc(100% - 20px);
    margin: 0 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.busDisIcon{
    position: relative;
    width: 100%;
    height: 100%;
}
.busDisImg{
    width: 80px;
    height: 40px;
    padding: 5px 5px 0 5px;
    background-image: url("../image/2.png");
    background-size: cover;
    position: absolute;
}
.busDisImg img{
    width: 80px;
    height: auto;
    display: block;
}
.busDisBg{
    position: relative;
}
.busDisBg img{
    width: 100%;
    display: block;
}
.busDisImg1{
    left: 80px;
    top:-220px;
}
.busDisImg2{
    left: 100px;
    top:-150px;
}
.busDisImg3{
    left: 256px;
    top:-245px;
}
.busDisImg4{
    left: 230px;
    top:-120px;
}
.busDisImg5{
    left: 180px;
    top:-185px;
}

.busDisWord{
    position: relative;
    width: 100%;
}
.busDisWord1{
    border: 1px solid #ffffff;
    padding: 10px 5px;
    width: 80%;
    position: relative;
    background: rgba(255,255,255,0.74);
    left: 0px;
    top: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 6px #f2f2f2;
    -webkit-box-shadow: 0 4px 6px #f2f2f2;
    -o-box-shadow: 0 4px 6px #f2f2f2;
}
.busDisWord1 div{
    color: #2268F0;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.busDisWord1 p{
    font-size: 0.75rem;
    color: #7b7b7b;
    line-height: 1.2rem;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.busDisWord2{
    border: 1px solid #ffffff;
    padding: 10px 5px;
    width: 80%;
    left: 20%;
    margin-bottom: 20px;
    position: relative;
    background: rgba(255,255,255,0.74);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 6px #f2f2f2;
    -webkit-box-shadow: 0 4px 6px #f2f2f2;
    -o-box-shadow: 0 4px 6px #f2f2f2;
}
.busDisWord2 div{
    color: #464646;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.busDisWord2 p{
    font-size: 0.75rem;
    color: #7b7b7b;
    line-height: 1.2rem;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.busDisInfoD{
    position: relative;
    left: 10px;
    bottom: 0;
    padding: 0 10px;
    width: calc(100% - 20px);
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 4px 6px #f2f2f2;
    -webkit-box-shadow: 0 4px 6px #f2f2f2;
    -o-box-shadow: 0 4px 6px #f2f2f2;
}
.busDisInfo{
    width: 50%;
    text-align: center;
    padding: 30px 0;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.busDisInfo div{
    font-size: 1.2rem;
    color: #5b5b5b;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.busDisInfo p {
    font-size: 1rem;
    color: #3879F9;
    font-weight: bold;
}
.busDisInfo p span{
    display: inline-block;
    font-size: 3rem;
    color: #3879F9;
    font-weight: bold;
    margin-right: 16px;
}
.busDisInfoOn{
    height: 200px;
    background: #3D79F8;
    box-shadow: 0 4px 6px #3D79F8;
    -webkit-box-shadow: 0 4px 6px #3D79F8;
    -o-box-shadow: 0 4px 6px #3D79F8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: -35px;
}
.busDisInfoOn div,
.busDisInfoOn p,
.busDisInfoOn p span{
    color: #ffffff;
}
.busDisInfoOn p span{
    font-size: 3.2rem;
}

.solAllDiv{
    padding-top: 30px;
    padding-bottom: 20px;
    background: #f9f9f9;
}
.solD{
    position: relative;
    width: calc(100% - 20px);
    margin: 0 10px;
}
.solInfo{
    width: 48%;
    margin: 0 1%;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 1rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.solInfoImg img{
    width: 60px;
    height: 60px;
    display: block;
}
.solInfoImg .solInfoImgOn{
    display: none;
}
.solInfoImg .solInfoImgOff{
    display: block;
}
.solInfoTit{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.solInfoEn{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;

}
.solInfoWord{
    font-size: 0.75rem;
    color: #ffffff;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.serviceAllDiv{
    padding-top: 30px;
    margin-bottom: 30px;
}
.serviceDiv{
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
}
.serviceD-div{
    margin: 0 auto;
    text-align: center;
}
.serviceD-d div{
    margin-bottom: 1rem;
}
.serviceD-d{
    width: 100%;
}
.serviceD-d div a{
    display: block;
    width: 50%;
    float: left;
    padding: 5px 16px;
    text-align: center;
}
.serviceD-div div a{
    float: none;
    display: inline-block;
}
.serviceD-d div a img{
    height: 40px;
}
.seriviceBg{
    position: absolute;
    width: 100%;
    top:0px;
    left: 0;
    z-index: 5;
}
.serviceBg1{
    position: absolute;
    left: 0;
    top:0;
    width: 60px;
    height: 138px;
    background-size: cover;
    z-index: 5;
}
.serviceBg2{
    position: absolute;
    right: 0;
    top:0;
    width: 60px;
    height: 138px;
    background-size: cover;
    z-index: 5;
}
.serviceImg{
    position: absolute;
    z-index: 9;
    width: 100%;
}
.serviceImg img{
    width: 80%;
    display: block;
}
.serviceImg1{
    position: absolute;
    left: 60%;
    top: 127px;
}
.serviceImg2{
    position: absolute;
    left: 10px;
    top: 46px;
}
.serviceImg3{
    position: absolute;
    left: 70%;
    top: -38px;
}
.serviceImg4{
    position: absolute;
    left: 20%;
    top: -99px;
}
.serviceImg5{
    position: absolute;
    left: 24%;
    top: 134px;
}
.newsIndexAllDiv{
    padding-top: 60px;
    background: #f9f9f9;
    padding-bottom: 30px;
}

.newsIndexL{
    width: 100%;
    margin-bottom:10px ;
}
.newsIndexLImg{
    width: 100%;
    overflow: hidden;
}
.newsIndexLImg img{
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.newsIndexLInfo{
    background: #ffffff;
    padding: 1rem;
    position: relative;
}

.newsIndexLTit{
    font-size: 1rem;
    color: #464646;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.newsIndexLWord{
    font-size: 0.75rem;
    color: #7b7b7b;
    line-height: 1.5rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.newsIndexL .newsIndexLInfo:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: transparent;
    transition: 0.4s;
}
.newsIndexL:hover .newsIndexLInfo:after{
    width: 100%;
    height: 1px;
    background: #0078FF;
}
.newsIndexL:hover img{
    transform: scale(1.1,1.1);
}
.newsIndexL:hover .newsIndexLTit{
    color: #0078FF;
}

.newsIndexR{
    width: 100%;
}
.newsIndexRD{
    padding: 1rem;
    background: #ffffff;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.newsIndexTit{
    font-size: 1rem;
    color: #464646;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: bold;
}
.newsIndexCon{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #7b7b7b;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 20px;
}
.newsIndexBot{
    position: relative;
}
.newsIndexBot div{
    color: #bcbcc4;
    font-size: 0.5rem;
    line-height: 1rem;
}
.newsIndexBot span{
    position: absolute;
    right: 0;
    top: 0;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.5rem;
    color: #bcbcb4;
}
.newsIndexBot span i{
    width: 16px;
    height: 12px;
    background-image: url("../image/icon3.2.png");
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    -webkit-vertical-align: middle;
    -o-vertical-align: middle;
    margin-left: 10px;
}
.newsIndexRD:hover{
    box-shadow: 0 4px 6px #f6f6f6;
    -webkit-box-shadow: 0 4px 6px #f6f6f6;
    -o-box-shadow: 0 4px 6px #f6f6f6;
}
.newsIndexRD:hover .newsIndexTit,
.newsIndexRD:hover .newsIndexBot span{
    color: #0078FF;
}
.newsIndexRD:hover .newsIndexBot span i{
    background-image: url("../image/icon3.1.png");
    width: 12px;
    height: 12px;
    background-size: contain;
}
.newsIndexRD:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: transparent;
    transition: 0.4s;
}
.newsIndexRD:hover:after{
    width: 100%;
    height: 1px;
    background: #0078FF;
}
.newsIndexD{
    width: calc(100% - 20px);
    margin: 0 10px;
}
.newsIndexDTit{
    text-align: center;
    margin-bottom: 30px;
}
.newsIndexDTit a{
    width: 100px;
    height: 40px;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #DCE3ED;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
    margin-bottom: 5px;
    color: #9EA7B2;
}
.newsIndexDTit .newsIndexOn,
.newsIndexDTit a:hover{
    background: #3D79F8;
    border-color: #3D79F8;
    color: #ffffff;
    box-shadow: 0 6px 6px #cccccc;
    -webkit-box-shadow: 0 6px 6px #cccccc;
    -o-box-shadow: 0 6px 6px #cccccc;
}

.footerAllDiv{
    padding: 30px 10px;
    background-image: url("../image/footerBg.png");
    background-size: cover;
}
.footerLDiv{
    width: 100%;
    margin-bottom: 10px;
}
.footereLDTop{
    margin-bottom: 10px;
}
.footereLDTop p{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
.footereLDTop div{
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
.footereLDTop span{
    display: block;
    width: 70px;
    height: 4px;
    background: #3D79F8;
}
.footerLDCon{
    margin-bottom: 20px;
}
.footerLDCon p{
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.footerLDCon div{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ffffff;
    margin-bottom: 5px;
}
.footerLDBot i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../image/icon2.png");
    background-size: cover;
    margin-right: 10px;
}
.footerLDBot{
    font-size: 32px;
    color: #ffffff;
    line-height: 40px;
}

.footreRDiv {
    width: 100%;
    padding: 0 10px;
}
#footerSub {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 15px;
}
.footerR{
    margin-bottom: 10px;
}
.footerR div{
    font-size: 1rem;
    color: #5c5c5c;
    line-height: 2rem;
    font-weight: bold;
}
.footerR input{
    border: 1px solid #eaeaea;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
#footerRSub{
    width: 100%;
    height: 2.4rem;
    background: #2268F0;
    display: block;
    text-align: center;
    line-height: 2.4rem;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.footerBottom{
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background: #282828;
    font-size: 0.5rem;
}


.scoBannerAllDiv{
    width: 100%;
    position: relative;
}
.scoBannerWord{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.scoBannerWord div{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
}
.scoBannerWord b{
    width: 140px;
    height: 8px;
    background: #ffffff;
    display: block;
    margin: 10px auto;
}
.scoBannerWord p{
    font-size: 38px;
    color: #ffffff;
    text-transform: uppercase;
}
.scoBannerDiv img{
    display: block;
    width: 100%;
}
.contentAllDiv{
    position: relative;
    background: #F9F9F9;
}
.contentDiv{
    position: relative;
    padding: 30px 0 0 0;
}
.contentTitDiv{
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.contentTitDiv a{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #56585E;
    display: inline-block;
}
.actDiv{
    width: calc(100% - 20px);
    margin: 0 10px;
}
.act{
    width: 96%;
    margin: 2%;
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 3rem 1rem 2rem 1rem;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.actImg{
    width: 50px;
    height: 50px;
    display: block;
}
.actImg img{
    width: 100%;
    display: none;
}
.actImg .actImgOn{
    display: none;
}
.actImg .actImgOff{
    display: block;
}
.actTit{
    font-size: 1rem;
    color: #ffffff;
    line-height: 2rem;
    font-weight: bold;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.actEn{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 20px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.actWord{
    font-size: 0.75rem;
    line-height: 1.2rem;
    height: 3.6rem;
    color: #ffffff;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.productDiv{
    width: calc(100% - 20px);
    margin: 0 10px;
    padding-top: 10px;
}
.product{
    padding:3rem 1rem;
    border-radius: 10px;
    -wbkit-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    width: 96%;
    margin: 0 2%;
    text-align: center;
    margin-bottom: 1rem;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}
.productTit{
    margin-bottom: 10px;
    text-align: center;
}
.productTit img{
    width: auto;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.productTit .productTit1{
    display: none;
}
.productTit .productTit2{
    display: block;
}
.productTop{
    margin-bottom: 1rem;
}
.productTop div{
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}
.productTop p{
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -o-text-transform: uppercase;
    line-height: 16px;
    height: 32px;
}
.productInfo{
    font-size: 0.75rem;
    color: #ffffff;
    line-height: 1.2rem;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}



.newsTit{
    text-align: center;
    margin-bottom: 20px;
}
.newsTit a{
    width: 80px;
    height: 30px;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #DCE3ED;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    color: #9EA7B2;
    margin-bottom: 10px;
}
.newsTit .newsTitOn,
.newsTit a:hover{
    background: #3D79F8;
    border-color: #3D79F8;
    color: #ffffff;
    box-shadow: 0 6px 6px #cccccc;
    -webkit-box-shadow: 0 6px 6px #cccccc;
    -o-box-shadow: 0 6px 6px #cccccc;
}
.newsD{
    background: #ffffff;
    padding: 10px;
}
.news{
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webklit-border-radius: 10px;
    -o-border-radius: 10px;
    background: #F9F9F9;
    display: block;
}
.newsImg{
    width: 100%;
    overflow: hidden;
}
.newsImg img{
    width: 100%;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.newsR{
    width: 100%;
    padding: 10px 0;
}
.newsRTit{
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #464646;
    font-weight: bold;
    line-height: 2rem;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.newsRInfo{
    font-size: 1rem;
    line-height: 1.5rem;
    height: 4.5rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #8b8c98;
    overflow: hidden;
    margin-bottom: 20px;
}
.newsRBot{
    position: relative;
}
.newsRBot div{
    color: #BCBCC4;
    font-size: 0.75rem;
    line-height: 1.5rem;
}
.newsRBot p{
    color: #BCBCC4;
    font-size: 0.75rem;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    font-weight: bold;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.newsRBot p i{
    width: 16px;
    height: 12px;
    background-image: url("../image/icon3.2.png");
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    -webkit-vertical-align: middle;
    -o-vertical-align: middle;
    margin-left: 5px;
}
.news:hover{
    box-shadow: 0 4px 6px #f6f6f6;
    -webkit-box-shadow: 0 4px 6px #f6f6f6;
    -o-box-shadow: 0 4px 6px #f6f6f6;
}
.news:hover .newsIndexTit,
.news:hover .newsRBot p{
    color: #0078FF;
}
.news:hover .newsRBot p i{
    background-image: url("../image/icon3.1.png");
    width: 12px;
    height: 12px;
    background-size: contain;
}
.news:hover .newsRTit{
    color: #0078FF;
}
.news:hover .newsImg img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.newsList{
    margin-top: 20px;
    text-align: center;
}
.newsList a{
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 0.75rem;
    color: #464646;
    font-weight: bold;
    border: 1px solid #F3F6F8;
    margin: 0 5px;
}
.newsList .newsListOn{
    background: #2268F0;
    border: none;
    color: #ffffff;
}



.newsInfoTop{
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}
.newsInfoTop a{
    width: 80px;
    height: 30px;
    font-size: 0.75rem;
    border-radius: 10px;
    border: 1px solid #DCE3ED;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    color: #9EA7B2;
    margin-bottom: 10px;
}
.newsInfoTop .newsInfoTopOn,
.newsInfoTop a:hover{
    background: #3D79F8;
    border-color: #3D79F8;
    color: #ffffff;
    box-shadow: 0 6px 6px #cccccc;
    -webkit-box-shadow: 0 6px 6px #cccccc;
    -o-box-shadow: 0 6px 6px #cccccc;
}
.newsInfoD{
    background: #ffffff;
    padding: 30px 0;
}
.newsInfoTit{
    padding: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    text-align: center;
    margin-bottom: 10px;
}
.newsInfoTit div{
    font-weight: bold;
    color: #464645;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
.newsInfoTit p{
    text-align: center;
}
.newsInfoTit p span{
    font-size: 0.75rem;
    line-height: 2rem;
    margin: 0 10px;
    color: #BCBCC4;
    display: inline-block;
}
.newsInfo{
    padding: 0 10px;
}
.newsInfo p,
.newsInfo span,
.newsInfo div{
    font-size: 0.75rem;
    line-height: 1.5rem;
    color: #56575C;
}
.newsInfo img{
    max-width: 100% !important;
}




.contanctBg{
    position: relative;
    width: 320px;
    margin: 0 auto;
    display: none;
}
.contanctBg img{
    width: 100%;
    display: block;
}
.contanctLD{
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.contanctL-div{
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contanctL-div h3{
    font-size: 18px;
    color: #565454;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f5f5f5;
    margin-bottom: 10px;
}
.contanctL-div div{
    font-size: 14px;
    color: #6B6B6B;
    line-height: 24px;
}
.contanctL1{
    width: 100%;
    padding: 10px 15px;
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
}
.contanctL1 div{
    font-size: 14px;
    font-weight: bold;
    color: #565454;
    line-height: 20px;
}
.contanctL1 p{
    font-size: 12px;
    color: #6B6B6B;
    line-height: 16px;
}
.contanctL1 p i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../image/address.png");
    background-size: cover;
}
.contanctL2{
    width: 100%;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.contanctL2 div{
    padding: 10px;
    border-bottom: 1px solid rgba(9,9,9,0.06);
}
.contanctL2 div:last-child{
    border: none;
}
.contanctL2 p{
    font-size: 16px;
    font-weight: bold;
    color: #565454;
    line-height: 30px;
}
.contanctL2 span{
    font-size: 14px;
    color: #6B6B6B;
    line-height: 20px;
}
.contanctL2 span i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../image/mail.png");
    background-size: cover;
}
.contanctRD{
    width: calc(100% - 20px);
    margin: 0 auto;
}
.contanctRD #footerSub{
    width: 100% !important;
    background: rgba(255,255,255,0.6);
}
.contanctIcon{
    position: absolute;
    width: 80px;
    top: 70px;
    left: 130px;
}
.contanctIcon img{
    width: 100%;
}



.aboutAllDiv{
    padding:0 10px 30px 10px;
    background: #F9F9F9;
}
.aboutTopL{
    width: 100%;
    padding: 10px 0;
}
.aboutTopTit{
    margin-bottom: 10px;
}
.aboutTopEn{
    text-transform: uppercase;
    font-size: 30px;
    color: #D1D1D1;
    line-height: 40px;
    font-weight: bold;
}
.aboutTopCn{
    font-size: 16px;
    color: #010101;
    line-height: 24px;
    font-weight: bold;
}
.aboutTopCn span{
    display: inline-block;
    width: 60px;
    height: 8px;
    background: #3D79F8;
    margin-left: 20px;
}
.aboutTopInfo{
    font-size: 1rem;
    color: #7B7B7B;
    line-height: 2rem;
    text-align: justify;
}

.aboutTopR{
    width:100%;
}
.aboutTopR img{
    width: 100%;
    display: block;
}

.aboutTopBotD{
    width: 100%;
}
.aboutTopBot{
    text-align: center;
    width: 50%;
    padding: 20px 0;
    height: 12rem;
    background: #ffffff;
    position: relative;
}
.aboutTopBotOn{
    background: #3D79F8;
    height: 15rem;
    margin-top: -3rem;
    box-shadow: 0 4px 6px #3D79F8;
    -webkit-box-shadow: 0 4px 6px #3D79F8;
    -o-box-shadow: 0 4px 6px #3D79F8;
}
.aboutTopBot:nth-child(4):before{
    content: "";
    display: block;
    width: 1px;
    height: 5rem;
    background: #B1C2C9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5rem;
}

.aboutTopBot p{
    font-size: 1rem;
    line-height: 2rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.aboutTopBot div{
    font-size: 20px;
    line-height: 40px;
    color: #3D79F8;
    font-weight: bold;
}
.aboutTopBot div span{
    display: inline-block;
    font-size: 50px;
    line-height: 80px;
    color: #3D79F8;
    font-weight: bold;
}
.aboutTopBotOn p{
    color: #ffffff;
}
.aboutTopBotOn div,
.aboutTopBotOn div span{
    color: #ffffff;
}
.aboutTopBotOn img{
    width: 50px;
    height: 50px;
    display: inline-block;
}
.aboutConAllDiv{
    padding: 60px 0;
    background: #ffffff;
}
.aboutConTop{
    text-align: left;
    height: 44px;
    position: relative;
    margin-bottom: 2rem;
    margin-left: 10px;
}
.aboutConTop div{
    font-size: 24px;
    color: #010101;
    font-weight: bold;
    text-align: left;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.aboutConTop p{
    font-size: 16px;
    color: #D9D9D9;
    text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -o-text-transform: uppercase;
    display: inline-block;
    
}
.aboutConTop span{
    width: 80px;
    height: 4px;
    background: #0078FF;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.aboutConInfo{
    padding: 20px 10px;
}
.aboutConInfo .swiper-wrapper{
    display: block;
}
.time-line-box{
    position: relative;
    height: 100%;
}
.time-line-box:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    left:10px;
    top:0;
    background: #D9D9D9;
}
.layui-timeline-item{
    display: block;;
    padding-left: 40px;
    padding-bottom: 20px;
    position: relative;
}
.layui-timeline-item:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
    position: absolute;
    left: 20px;
    top: 0;
}
.layui-text{
    margin-right: 20px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 4px 6px #f5f5f5;
    -webkit-box-shadow: 0 4px 6px #f5f5f5;
    -o-box-shadow: 0 4px 6px #f5f5f5;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.layui-text:after{
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-image:url("../image/aboutIconOff.png");
    background-size: cover;
    position: absolute;
    left: 16px;
    top:50%;
    margin-top: -7.5px;
}
.layui-text dl{
    position: relative;
}
.layui-text dl:before{
    content: "";
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #ffffff;
    position: absolute;
    left: -16px;
    top: 50%;
    box-shadow: 0 4px 6px #f5f5f5;
    -webkit-box-shadow: 0 4px 6px #f5f5f5;
    -o-box-shadow: 0 4px 6px #f5f5f5;
}
.layui-text dt{
    font-size: 1rem;
    color: #5A5A71;
    line-height: 1.4rem;
}
.layui-text dd{
    font-size: 0.5rem;
    line-height: 1.2rem;
    color: #7B7B7B;
}
.aboutConOn dl:before{
    border-right: 6px solid #3D79F8;
}
.aboutConOn .layui-text{
    background: #3D79F8;
}
.aboutConOn .layui-text dt,
.aboutConOn .layui-text dd{
    color: #ffffff;
}
.aboutConOn .layui-text:after{
    background-image: url("../image/aboutIconOn.png");
}

.aboutCon2AllDiv{
    padding: 30px 0;
    background: #f9f9f9;
}
.aboutCon2Div-d{
    background-image: url("../image/aboutInfoBg.png");
    background-size: cover;
    height: 30rem;
}
.aboutCon2D{
    width: 100%;
    padding: 5rem 10px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}




.aboutCon2L{
    width:100%;
    height: 100%;
    display: block;
    position: relative;
    top: 4rem;
}
.aboutCon2R{
    width: 180px;
    position: absolute;
    top:-78px;
    right: 0;
}
.aboutCon2R img{
    width: 100%;
    height: auto;
    display: block;
}
.aboutCon2LTop{
    padding-bottom: 55px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f5f5f5;
}
.aboutCon2LTop div{
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.aboutCon2LTop p{
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}
.aboutCon2LInfoW{
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.aboutCon2LInfoD div{
    position: relative;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
}
.aboutCon2LInfoD div:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
}
.aboutCon2{
    width: 100%;
    height: 100%;
}
.swiper-button-left{
    display: none;
}
.swiper-button-right{
    display: none;
}
.aboutBotAllDiv{
    padding: 30px 0;
    background: #f9f9f9;
}
.aboutBotD{
    width: calc(100% - 20px);
    margin: 0 auto;
}
.aboutBot{
    width: 100%;
    background:#ffffff;
    padding: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 4px 6px #f0f0f0;
    -webkit-box-shadow: 0 4px 6px #f0f0f0;
    -o-box-shadow: 0 4px 6px #f0f0f0;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    margin-bottom: 20px;
}
.aboutBotTop{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.aboutBotTop span{
    display: block;
    width: 46px;
    height: 4px;
    background: #464646;
    margin-bottom: 10px;
}
.aboutBotTop div{
    font-size: 1rem;
    color: #464646;
    line-height: 2rem;
    font-weight: bold;
}
.aboutBotTop p{
    font-size: 12px;
    color: rgba(70, 70, 70, 0.36);
    line-height: 20px;
}
.aboutBotInfo{
    font-size: 14px;
    color: #828282;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.aboutBot:hover{
    background-image: url("../image/aboutBotBg.png");
    background-size: 100% 100%;
}
.aboutBot:hover .aboutBotTop div,
.aboutBot:hover .aboutBotTop p,
.aboutBot:hover .aboutBotInfo {
    color: #ffffff;
}
.aboutBot:hover .aboutBotTop span{
    background: #ffffff;
}



.cultureTopD{
    position: relative;
    margin-bottom: 20px;
}
.cultureTopD img{
    width: 100%;
}
.cultureTopInfo{
    position: absolute;
    left: 290px;
    bottom: 32px;
    font-size: 16px;
    color: #ffffff;
}
.cultureD{
    width: 100%;
    padding: 0 10px;
}
.culture{
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: cover;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    cursor: pointer;
}
.cultereDis{
    padding: 80px 10px 30px 30px;
}
.cultureTit{

}
.cultureTit div{
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}
.cultureTit p{
    font-size: 12px;
    color: #ffffff;
}
.cultureLine{
    width: 100%;
    border-bottom: 1px solid #ffffff;
    margin:30px 0 20px 0;
}
.cultureInfo{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}




.partnersDiv{
    width: 100%;
}
.partnersD{
    width: 50%;
    height: 110px;
    padding: 1rem 0.5rem;
}
.partnersD img{
    width: 100%;
    display: block;
}



.honoraryDiv{
    padding: 0 10px;
}
.honoraryD{
    width: 100%;
    padding:1rem;
    margin-bottom: 1rem; 
    background: #ffffff;
}
.honoraryImg{
    width: 100%;
    background:#F4F5F6;
    padding: 2rem;
    margin-bottom: 10px;
}
.honoraryImg img{
    width: 100%;
    display: block;
}
.honoraryInfo{
    font-size: 16px;
    color: #282938;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.honoraryBot{
    text-align: right;
    font-size: 14px;
    color: #848484;
    margin-bottom: 10px;
}



.adv{
    background: #ffffff;
}
.advantagesDiv{
    padding: 0 10px;
}
.advantages1D{
    margin-bottom: 10px;
}
.advantages1L{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.advantages1LImg{
    width: 100%;
}
.advantages1LImg img{
    width: 100%;
    display: block;
}
.advantages1LWord{
    background: rgba(28, 90, 220, 1);
    font-size: 14px;
    color: #ffffff;
    padding: 1rem;
    line-height: 20px;
}
.advantages1R{
    width: 100%;
}
.advantages1RInfoIcon{
    margin-bottom: 10px;
}
.advantages1RInfoD{
    background: #F8F9FA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    margin-bottom: 10px;
}
.advantages1RInfoD:last-child{
    margin-bottom: 0;
}
.advantages1RInfoTop{
    position: absolute;
    border-right: 20px solid transparent;
    border-left: 20px solid #F8F9FA;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #F8F9FA;
    top: 0;
    right: 0;
    background: #B5B7BF;
}
.advantages1RInfoTop span{
    position: absolute;
    font-size: 12px;
    color: #ffffff;
    top: -15px;
    right: -15px;
    display: block;
}
.advantages1RInfoIcon img{
    width: 40px;
    height: 40px;
    display: block;
}
.advantages1RInfoTit{
    margin-bottom: 7px;
    font-size: 20px;
    color: #282938;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.advantages1RInfo{
    font-size: 14px;
    color: #7B7B7B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}