@charset 'UTF-8';
/* .wrapper{width: 1050px;} */
body{background: url(../img/bg-global.png) left top no-repeat;padding-top: 70px;}
.section-banner{height: 755px; background: #ffffff47;}
.banner-main .wrapper{overflow: hidden;}
.banner-main .col-sub{float: left;padding-top: 260px;width: 7rem;margin-left: 5%}
.banner-main .banner-main-title{font-size: 47px;margin-bottom: 28px;}
.banner-main .banner-main-text{font-size: 34px;}

.banner-main .col-main{float: right;position: relative;width: 500px;height: 688px;}
.banner-main .col-main .col-main-pic{max-width: 475px;max-height: 682px;position: absolute;right: 20%;bottom: 0;}

@media screen and (max-width: 900px){
  body{padding-top: 1rem;}
  .wrapper {width: 100%;}
  .section-banner{height: 4.72rem;}
  .bread-wrapper{display: none;}
  .banner-main,.wrapper{height: 100%;}
  .banner-main .col-sub,
  .banner-main .col-main{width: 50%;}
  .banner-main .col-sub{padding-top: 0;height: 100%;display: flex;flex-direction: column;justify-content: center;padding-left: .5rem;width: 3rem;}
  .banner-main .banner-main-title{font-size: .44rem;font-weight: bold;}
  .banner-main .banner-main-text{font-size: .3rem;}
  .banner-main .col-main{height: 100%;}
  .banner-main .col-main .col-main-pic{max-width: 3.4rem;max-height: 4.06rem;right: .5rem;}
  .article-wrapper{padding: 0 .32rem;margin-top: .5rem;}
  .article-wrapper p{font-size: .28rem;line-height: .52rem;margin-top: .2rem;}
}