html, body {
   background: #ffffff;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   min-width: 1800px;
}
a {
  text-decoration: none;
}
.header{
   width: 100%;
   height: 1284px;
   background: url('../img/headerBG.png') no-repeat;
   background-size: 100% 100%;
}
.header .headerRight{
   /* position: fixed; */
   position: absolute;
   top: 0;
   right: 0;
   width:100%;
   padding-top: 56px;
   padding-right: 120px;
   display: flex;
   justify-content: flex-end;
}
.header .headerRight .headerHref{
   padding: 16px 23px;
   background: #FFFFFF;
   border-radius: 8px;
   text-align: center;
}
.header .headerRight .headerHref a{
   font-family: Arial, Arial;
   font-weight: bold;
   font-size: 32px;
   color: #105E62;
   line-height: 32px;
}
.headerBg2{
   width: 100%;
   height: 120px;
}
.top{
   width: 100%;
   height: 860px;
   padding-top: 285px;
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   align-items: center;
   background: url('../img/topBG.png') no-repeat;
   background-size: 100% 100%;
}
.top .topSmall{
   width: 546px;
   height: 474px;
   padding-top: 14px;
   box-sizing: border-box;
   background: url('../img/topSmallBg.png') no-repeat;
   background-size: 100% 100%;
}
.top .topBig{
   width: 602px;
   height: 530px;
   padding-top: 37px;
   box-sizing: border-box;
   background: url('../img/topBigBg.png') no-repeat;
   background-size: 100% 100%;
}
.top .topSmall .topSmallContent1{
   margin-left: 32px;
   margin-right: 12px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.top .topSmall .topSmallContent1 .topSmallTitle{
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 32px;
   color: #000327;
   line-height: 45px;
}
.top .topSmall .topSmallContent1 .topSmallImg{
   width: 160px;
   height: 160px;
}
.top .topSmall .topSmallContent2{
   margin: 10px 32px 0;
   font-family: ArialMT;
   font-size: 24px;
   color: #000327;
   line-height: 36px;
}
.top .topBig .topBigContent1{
   margin-left: 60px;
   margin-right: 40px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.top .topBig .topBigContent1 .topBigTitle{
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 32px;
   color: #000327;
   line-height: 45px;
}
.top .topBig .topBigContent1 .topBigImg{
   width: 160px;
   height: 160px;
}
.top .topBig .topBigContent2{
   margin: 10px 60px 0;
   font-family: ArialMT;
   font-size: 24px;
   color: #000327;
   line-height: 36px;
}
.center{
   padding-top: 100px;
   padding-bottom: 120px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.center .centerImg1{
   width: 1044px;
   height: 720px;
   margin-right: 85px;
}
.center .centerLeft .centerText1{
   font-family: Arial, Arial;
   font-weight: 900;
   font-size: 48px;
   color: #000000;
   line-height: 48px;
}
.center .centerLeft .centerText2{
   margin-top: 40px;
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 24px;
   color: #333333;
   line-height: 42px;
}
.center .centerLeft .centerImgs{
   margin-top: 96px;
   display: flex;
   align-items: center;
}
.center .centerLeft .centerImgs .centerImg2{
   width: 237px;
   height: 69px;
   margin-right: 36px;
}
.center .centerLeft .centerImgs .centerImg3{
   width: 237px;
   height: 69px;
}
.footer{
   width: 100%;
   height: 564px;
   display: flex;
   flex-direction: column;
   align-items: center;
   background: linear-gradient( #26757A 0%,#D7FF7D 100%);
}
.footer .footerLogo{
   margin-top: 114px;
   width: 364px;
   height: 92px;
}
.footer .content{
   margin-top: 114px;
   display: flex;
   justify-content: center;
}
.footer .content .item1 .item1Title{
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 20px;
   color: #FFFFFF;
   line-height: 20px
}
.footer .content .item1 .item1Text{
   margin-top: 24px;
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 28px;
   color: #FFFFFF;
   line-height: 28px;
}
.footer .content .item1 .item1Text a{
   margin-top: 24px;
   font-family: PingFangSC, PingFang SC;
   font-weight: 600;
   font-size: 28px;
   color: #FFFFFF;
   line-height: 28px;
   text-decoration:underline
}