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