@font-face {
  font-family: "MySourceHanSanRegular";
  src: url("./font/SourceHanSansSC-Regular.woff2") format("woff2"); /* 现代浏览器优先 */
  font-style: normal;
  font-display: swap; /* 文本先显示后备字体，自定义字体加载后替换 */
}
@font-face {
  font-family: "MySourceHanSanMedium";
  src: url("./font/SourceHanSansSC-Medium.woff2") format("woff2"); /* 现代浏览器优先 */
  font-style: normal;
  font-display: swap; /* 文本先显示后备字体，自定义字体加载后替换 */
}
@font-face {
  font-family: "MySourceHanSanBold";
  src: url("./font/SourceHanSansSC-Bold.woff2") format("woff2"); /* 现代浏览器优先 */
  font-style: normal;
  font-display: swap; /* 文本先显示后备字体，自定义字体加载后替换 */
}
html,body,div,p { margin: 0; padding: 0;}
body,html{
  height: 100%;
  width: 100%;
}
body{
  color:#333;
  font-size: 14px;
  font-family: "MySourceHanSanMedium", "\5FAE\8F6F\96C5\9ED1";
}

#wrap {
  background-color: #e7eeff;
}
/* banner */
.banner{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 582px;
  background: url(./images/banner.png) no-repeat;
  background-size: cover;
}
.banner p:not(:last-child){
  margin-bottom: 40px;
}
.banner .time{
  background: url(./images/timeBg.png);
  width: 386px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 24px;
  color: #0245d1;
}
/* wrap-first */
.wrap{
  width: 1180px;
  margin: 0 auto 30px;
}
.wrap_first{
  background: url(./images/wrapBg1.png) no-repeat;
  height: 281px;
  margin-top: -70px;
  padding-top: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap_first_left{
  background: linear-gradient(to right, #4adff2, #488bfb);
  width: 160px;
  height: 160px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}
.wrap_first_right p{
  font-size: 22px;
  line-height: 50px;
  letter-spacing: 1px;
}
.wrap_first_right p:first-child{
  font-family:"MySourceHanSanRegular"
}
.wrap_first_right p:before{
  content: url(./images/wrap1_icon.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.bold{
  font-family: "MySourceHanSanBold";
  font-size: 26px;
}
.blue{
  color: #4894fa;
}
/* wrap_second */
.wrap_second{
  background: url(./images/wrapBg2.png) no-repeat;
  height: 459px;
  padding-top: 90px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column; 
  flex-wrap: wrap;         
  gap: 10px;              
  align-content: flex-start; 
}
.wrap_second:after{
  content: url(./images/wrap2_img.png);
  display: inline-block;
  width: 347px;
  height: 279px;
  position: absolute;
  bottom: 0;
  right: 50px;
}
.wrap_second_item{
  position: relative;
  z-index: 1;
  margin-left: 60px;
  padding-left: 20px;
  height: 115px;
}
.wrap_second_item:before{
  content: url(./images/wrap2_icon.png);
  position: absolute;
  left: 0;
  top: 10px;
}
.second_item_title{
  color: #105cd1;
  font-size: 18px;
  margin-bottom: 10px;
}
.second_item_link{
  color:#595757;
  font-size: 18px;
  text-decoration: none;
  margin-right: 20px;
  font-family: "MySourceHanSanRegular";
}
/* wrap_group */
.wrap_group{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}
.wrap_group_left, .wrap_group_right{
  height: 172px;
  width: 580px;
  padding: 50px 0 0 60px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.wrap_group_left{
  background: url(./images/wrapBg3.png) no-repeat;
}
.wrap_group_right{
  background: url(./images/wrapBg4.png) no-repeat;
}
.wrap_group_left:after, .wrap_group_right:after{
  position: absolute;
  right: 80px;
  bottom: 30px;
}
.wrap_group_left:after{
  content: url(./images/wrap3_icon.png);}
.wrap_group_right:after{
  content: url(./images/wrap4_icon.png);
}
/* footer */
.footer{
  background: url(./images/footer.png) no-repeat;
  background-size: cover;
  height: 297px;
  color: #fff;
}
.wrap_footer{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap_footer_left{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.wrap_footer_left img{
  margin-top: 3px;
}
.chat_num{
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}
.chat_num p:first-child{
  margin-bottom: 10px;
}
.wrap_footer_right{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-size: 18px;
}
.wrap_footer_right p{
  writing-mode: vertical-lr;
  letter-spacing: 3px;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

