123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
-
- 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;
- }
|