123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- body,html{
- width: 100%;
- height: 100%;
- }
- .container{
- width: 100%;
- height: 100%;
- }
- .wrap1{
- width:1200px;
- height: 100%;
- margin: 0 auto;
- text-align: center;
- }
- .clearFixed::before{
- content: '';
- display: block;
- clear: both;
- }
- .header{
- width: 100%;
- height: 80px;
- box-sizing: border-box;
- padding: 21px 0 22px 0;
- background-color: #1E2A71;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 10;
- }
- .fullpage-wrapper{
- transform: translate3d(0px, -147px, 0px);
- }
- .iconImg{
- width: 140px;
-
- }
- .navBody{
- height: 37px;
- line-height: 37px;
-
- }
- .navBody ul{
- height: 100%;
- /* overflow: hidden; */
- }
- .navBody li{
- height: 100%;
- margin-right: 32px;
- float: left;
- }
- .navBody ul li:last-child{
- margin-right: 0;
- }
- .navBody ul li:first-child{
-
- float: left;
- }
- .navBody a{
- width:68px;
-
- font-size:16px;
- font-family:PingFangSC-Semibold,PingFang SC;
- font-weight:400;
- color:rgba(235,235,235,1);
- line-height:22px;
-
- }
- .navBody .activeBorde{
- width:30px;
- height:2px;
- background:rgba(82,196,26,1);
- border-radius:1px;
- display: block;
- }
- #menu{
- height: 100%;
- width: 100%;
- }
- #menu .nav{
- float:right;
- }
- .active a{
- color:rgba(255,255,255,1);
- }
- .active .activeBorde{
- display: block;
- }
- .footer{
- width: 100%;
- height: 95px;
- position: fixed;
- bottom: 0;
- left: 0;
- background:rgba(44,50,54,1);
- }
- .topInfo{
- font-size:14px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,1);
- letter-spacing:1px;
- margin: 23px 0 11px;
- }
- .bottomInfo{
- font-size:14px;
- font-family:PingFangSC-Regular,PingFang SC;
- font-weight:400;
- color:rgba(255,255,255,1);
- letter-spacing:1px;
- }
- .banner{
-
- width: 100%;
- padding-top: 80px;
- position: relative;
- }
- .banner img{
- width: 100%;
- }
- .banner .context{
- width: 800px;
- position: absolute;
- top: 180px;
- left: 50%;
- margin-left: -400px;
- }
- .banner .context .title{
- height: 30px;
- font-size: 36px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 30px;
- margin-bottom: 20px;
- }
- .banner .context .text{
- height: 30px;
- font-size: 16px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 30px;
- }
- .section{
- margin-top: 56px;
- }
- .section .first,.section .second{
- font-size: 18px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #333333;
- line-height: 30px;
- text-align: left;
- text-indent: 36px;
- }
- .section .first{
- margin-bottom: 30px;
- }
|