
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", 微软雅黑, sans-serif;
}
.header{
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}
.newNav{
    align-items: center;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.newNav .logo{
    width:120px;
    margin-right: 60px;
}
.navList{
    display: flex;
    align-items: center;
    font-size: 16px;
    height: 100%;
}
.nav-link{
    height: 100%;
    margin-left: 3vw;
    color:#333;
    display: flex;
    align-items: center;
}
.nav-link:hover, .nav-link_active{
    color:#2780F6;
    /* border-bottom: 3px solid #2780F6; */
}
.loginBtn{
    padding: 6px 30px;
    background:rgba(39,128,246,0);
    border:1px solid rgba(39, 128, 246, 1);
    border-radius:18px;
    font-size: 14px;
}
.loginBtn:hover{
    color: #3388ff;
}
.freeUse{
    padding:6px 30px;
    background:rgba(39,128,246,1);
    border:1px solid rgba(39, 128, 246, 1);
    border-radius:18px; 
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.freeUse:hover{
    color: #fff;
}
.banner{
    width: 100%;
    height: 45vw;
    position: relative;
    margin-top: 80px;
    /* background-image: url(https://kuyi.shengws.com/WechatIMG895.png); */
    background-image: url(http://images.shengws.com/banner.jpg);
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    zoom: 1;
    background-repeat: no-repeat;
}
.bannerBox{
    position: absolute;
}
.bannerImg{
    width: 100%;
}
.bannerTip{
    /* background:rgba(39,128,246,1); */
    border-radius:10px;
    width: 560px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    font-size: 42px;
    color: #2780F6;
    font-weight: bold;
    font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica Neue,Roboto,Segoe UI,"sans-serif" !important;
    
}
.bannerMain{
    /* padding-top: 100px; */
    position: absolute;
    width: 100%;
    top: 15%;
}
.bannerTxt{
    width: 780px;
    text-align: center;
    margin: 0 auto;
    color: #333;
    font-size: 20px;
    margin-top: 34px;
    font-weight: lighter!important;
    font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.digital{
    /* width: 700px; */
    width: 100%;
    height: 16vw;
    display: flex;
    margin: 100px auto 0;
    /* color: #fff; */
}
.digital-one{
    width: 15vw;
    /* background:rgba(39,128,246,.9); */
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    border-radius: 10px;
}
.digital-two{
    width: 15vw;
    background: #fff;
    /* background:rgba(119,167,212,.9); */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    border-radius: 10px;
}
.digitalImg{
    width: 6vw;
    margin-top: 2vw;
}
.introduce{
    height: 30vw;
}
.introduceTitle{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 32px;
    margin: 70px 0;
}
.introduceBox{
    height: 22vw;
}
.introduceMain{
    width: 66vw;
    display: flex;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
}
.introduceOne{
    width: 20vw;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* justify-content: space-around; */
    margin-right: 20px;
    box-shadow:0px 4px 25px 0px rgba(39,128,246,0.11);
    color: #353535;
    border-radius: 10px;
}
.introduceImg{
    width: 6vw;
    margin-top: 4vw;
    margin-bottom: 2vw;
}
.programme{
    width: 1200px;
    margin: 0 auto;
    /* height: 45vw; */
    /* padding-left: 40px; */
    padding-top: 80px;
    padding-bottom: 100px;
}
.programmeTitle{
    text-align: center;
    width: 100%;
    padding: 0px 0 70px;
    font-size: 32px;
    color: #333;
}
.programmeDescribe{
    flex: 1;
}
.describeTip1{
    color: #333;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 6px;
}
.describeTip2{
    color: #333;
    font-size: 16px;
    margin: 0;
    font-weight: lighter!important;
    font-family: AlibabaPuHuiTiL,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.mainImg{
    width: 43vw;
    height: 28vw;
    margin-top: -2vw;
}
.free{
    display: block;
    width: 166px;
    background: rgba(39,128,246,1);
    border-radius: 22px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.free:hover{
    color: #fff;
}

.download{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.downloadTitle{
    text-align: center;
    width: 100%;
    padding: 0px 0 70px;
    font-size: 32px;
    color: #333; 
}
.downloadBox{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.downOne{
    width: 24%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border: 1px solid #EEEEEE;
}
.downOne>img:first-of-type{
    width: 8vw;
    margin-top: 3vw;
}
.downOne>img:last-of-type{
    width: 18vw;
    margin-bottom: 2vw;
}
.downOne>span{
    font-size: 18px;
    color: #333;
    margin-bottom: 1vw;
    font-weight: bold;
    margin-top: 6px;
}
.downOne>p{
    font-size: 14px;
    color: #333;
}
.tipBox{
    width:50vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 6vw;
}
.tipOne{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.tipOne>img{
    width: 5vw;
}
.tipOne>span{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 1vw;
}
.tipOne>p{
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}
.advert{
    width: 100%;
    position: relative;
}
.advertBlue{
    width: 100%;
    height: 40vw;
    background: #2780F6;
    padding-top: 80px;
}
.advertWhite{
    width: 100%;
    height: 40vw;
}
.advertTitle{
    text-align: center;
    width: 100%;
    padding: 0px 0 40px;
    font-size: 28px;  
    color: #fff;
}
.productBox{
    width: 40vw;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
}
.productOne{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color:#fff;
}
.productOne>img{
    width: 5vw;
}
.sort{
    color:#fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 2vw;
}
.position{
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%,-50%);
}
.sponsorBox{
    width: 60vw;
    background: #fff;
    
    display: flex;
    flex-wrap: wrap;
}
.sponsorOne{
    width: 12vw;
    height: 12vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sponsorOne>img{
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 1vw;
}
.sponsorOne>p{
    font-size: 14px;
    color: #333;
}
.background{
    background: #F8F8F8;
}
.slogan{
    width: 100%;
    font-size: 22px;
    color: #fff;
    height: 14vw;
    display: flex;
    align-items: center;
    background-image: url(/static/images/img/28.png);
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    zoom: 1;
    background-repeat: no-repeat;
}
.slogan>p{
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 30px;
}
.footer{
    width: 100%;
    padding-bottom: 1vw;
    background: #171E2F;
    color: #fff;
}
.footerBox{
    width: 72vw;
    margin: 0 auto;
}
.point{
    padding-top: 5vw;
    padding-bottom: 1vw;
}
.contactBox{
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.copyRight{
    font-size: 12px;
    text-align: center;
    margin-top: 4vw;
}
.suspension{
    border:none;
    box-shadow: none;
    right:30px;
    bottom:12%;
}
.suspension .a{
    background: none;
    border: none;
    height: 70px;
    margin-bottom: 10px;
    width: 70px;
}
.suspension .a:hover{
    background: none;
}
