.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: "light";
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  body::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #0f2e76;
  }
  .header-wrapper:hover {
    background: #fafafa;
  }
  .header-wrapper:hover .logo-box img.init {
    display: none;
  }
  .header-wrapper:hover .logo-box img.on {
    display: block;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .language .caption {
    color: #333;
  }
  .header-wrapper:hover .language .caption i {
    background-image: url(../img/idown2.png);
  }
  .header-wrapper:hover .nav-icon span {
    background-color: #333;
  }
  .header-wrapper:hover .pc-nav-box li.on > a {
    color: #0f2e76;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper .language:hover .caption:after {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .language:hover .list:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .language:hover .list a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  .phone-nav.on li {
    display: block;
    animation: fadeInUp 0.6s ease;
  }
  .phone-nav .box-container {
    width: 85%;
  }
  .phone-nav .box-container,
  .phone-nav ul,
  .phone-nav li {
    height: 100%;
  }
  .phone-nav ul li:hover {
    background-color: #ededed;
  }
  .phone-nav ul li:hover > a {
    color: #0f2e76;
  }
  .phone-nav ul li {
    width: 14.28%;
    padding: 0.88rem 0.3rem 0.4rem;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 1;
    background-color: #fff;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .page-nav-box {
    overflow: hidden;
  }
  .page-nav-wrapper .nav {
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: var(--fs16);
    line-height: 0.95rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 0 0.26rem;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #fff;
    background-color: #082c7e;
  }
  .news-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .news-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .tab-box a:hover {
    color: #fff;
    background-color: #0f2e76;
  }
  .tab-box a:last-child {
    border-right: none;
  }
  .cat-box a:hover .icon .on {
    display: block;
  }
  .cat-box a:hover .icon .init {
    display: none;
  }
  .cat-box a:hover p {
    color: #0f2e76;
    font-weight: 700;
  }
  .team-wrapper .list li:nth-child(4n) {
    margin-right: 0;
  }
  .team-wrapper .list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .index-swiper-box {
    height: 100vh;
  }
  .index-swiper-box > .swiper-container {
    height: 100vh;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide {
    height: 100vh;
    overflow: hidden;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer {
    height: auto;
    padding-top: 1rem;
    background-color: #fafafa;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer .footer-wrapper {
    padding-top: 0.2rem;
  }
  .index-swiper-box .swiper-slide-active.index-box-1 .content,
  .index-swiper-box .swiper-slide-active.index-box-1 .index-more,
  .index-swiper-box .swiper-slide-active.index-box-1 .page-title,
  .index-swiper-box .swiper-slide-active.index-box-1 .data li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-swiper-box .swiper-slide-active.index-box-2 .content,
  .index-swiper-box .swiper-slide-active.index-box-2 .page-title,
  .index-swiper-box .swiper-slide-active.index-box-2 .list li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-swiper-box .swiper-slide-active.index-box-3 .page-title,
  .index-swiper-box .swiper-slide-active.index-box-3 .data li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-swiper-box .swiper-slide-active.index-box-3 .map {
    transform: scale(0.85) translateY(0);
    -webkit-transform: scale(0.85) translateY(0);
    -moz-transform: scale(0.85) translateY(0);
    -ms-transform: scale(0.85) translateY(0);
    -o-transform: scale(0.85) translateY(0);
  }
  .index-swiper-box .swiper-slide-active.index-box-4 .left,
  .index-swiper-box .swiper-slide-active.index-box-4 .page-title,
  .index-swiper-box .swiper-slide-active.index-box-4 .index-more,
  .index-swiper-box .swiper-slide-active.index-box-4 .right li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-swiper-box .index-box-1 .content,
  .index-swiper-box .index-box-1 .index-more,
  .index-swiper-box .index-box-1 .page-title,
  .index-swiper-box .index-box-1 .data li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
  }
  .index-swiper-box .index-box-1 .page-title {
    transition-delay: 0.1s;
  }
  .index-swiper-box .index-box-1 .content {
    transition-delay: 0.2s;
  }
  .index-swiper-box .index-box-1 .index-more {
    transition-delay: 0.3s;
  }
  .index-swiper-box .index-box-2 .content,
  .index-swiper-box .index-box-2 .page-title,
  .index-swiper-box .index-box-2 .list li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
  }
  .index-swiper-box .index-box-2 .page-title {
    transition-delay: 0.1s;
  }
  .index-swiper-box .index-box-2 .content {
    transition-delay: 0.2s;
  }
  .index-swiper-box .index-box-3 {
    padding-top: 2.4rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    height: 100vh;
  }
  .index-swiper-box .index-box-3 .page-title,
  .index-swiper-box .index-box-3 .data li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
  }
  .index-swiper-box .index-box-3 .info {
    transition-delay: 0.1s;
  }
  .index-swiper-box .index-box-3 .map {
    transform: scale(0.85) translateY(1rem);
    -webkit-transform: scale(0.85) translateY(1rem);
    -moz-transform: scale(0.85) translateY(1rem);
    -ms-transform: scale(0.85) translateY(1rem);
    -o-transform: scale(0.85) translateY(1rem);
    transition-delay: 0.2s;
  }
  .index-swiper-box .index-box-4 .left,
  .index-swiper-box .index-box-4 .page-title,
  .index-swiper-box .index-box-4 .index-more,
  .index-swiper-box .index-box-4 .right li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
  }
  .index-swiper-box .index-box-4 .page-title,
  .index-swiper-box .index-box-4 .index-more {
    transition-delay: 0.1s;
  }
  .index-swiper-box .index-box-4 .left {
    transition-delay: 0.2s;
  }
  .index-swiper-box .index-swiper-pagination {
    position: absolute;
    display: block;
    font-size: 0;
    width: 0.4rem;
  }
  .index-swiper-box .index-swiper-pagination.on .swiper-pagination-bullet {
    background-color: #0f2e76;
  }
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet {
    float: right;
    display: block;
    opacity: 0.4;
    background: #fff;
    margin: 0 0 0.15rem auto;
    width: 0.4rem;
    height: 0.05rem;
    border: none;
    border-radius: 4px;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
  }
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet:link,
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet:visited,
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet:active,
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
  }
  .index-swiper-box .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
    opacity: 1;
  }
  .index-box-1,
  .index-box-2,
  .index-box-4 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    height: 100vh;
  }
  .index-box-1,
  .index-box-2,
  .index-box-4 {
    padding-top: 1.1rem;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
  .footer-nav-box li > a {
    margin-bottom: 0.24rem;
  }
  .header-wrapper .box {
    height: 1rem;
  }
  .pc-nav-box ul li > a {
    line-height: 1rem;
  }
  .phone-nav {
    height: calc(100% - 1rem);
    top: 1rem;
  }
  .phone-nav ul li a {
    margin-bottom: 0.3rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.88rem;
    padding: 0 0.2rem;
  }
  .page-box {
    padding: 1rem 0 1.6rem;
  }
  .page-banner-wrapper .line {
    margin-top: 0.4rem;
  }
  .news-wrapper .first-box .title {
    margin-top: 0.2rem;
  }
  .news-wrapper .list .pic img {
    height: 2.36rem;
  }
  .news-wrapper .list li {
    margin-top: 0.86rem;
  }
  .news-wrapper .list .title {
    margin-top: 0.08rem;
  }
  .investor-wrapper .left .stock span {
    font-size: 0.68rem;
    margin-right: 0.28rem;
  }
  .investor-wrapper .right ul {
    margin: 0.3rem auto;
  }
  .investor-wrapper .ad-box .info .title {
    margin-bottom: 0.32rem;
  }
  .tab-box a {
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.24rem;
  }
  .notice-wrapper .date {
    padding-left: 0.24rem;
  }
  .contact-wrapper .right .brief {
    font-size: 0.15rem;
  }
  .contact-wrapper .tips {
    margin-top: 0.24rem;
  }
  .contact-wrapper .box-2 {
    margin-top: 1.2rem;
    padding: 1.2rem 0;
  }
  .magazine-wrapper .list .pic img {
    height: 3.88rem;
  }
  .cat-box p {
    margin-top: 0.3rem;
  }
  .magazine-wrapper .list li {
    margin-top: 0.7rem;
  }
  .base-wrapper .form {
    padding-bottom: 1.9rem;
  }
  .relations-wrapper ul li:first-child .pic img {
    height: 6.5rem;
  }
  .relations-wrapper p {
    line-height: 0.8rem;
  }
  .relations-wrapper .pic img {
    height: 3.24rem;
  }
  .activity-wrapper .pic img {
    height: 3.94rem;
  }
  .activity-wrapper .info {
    height: 1.3rem;
  }
  .job-wrapper .content {
    margin-bottom: 0.48rem;
  }
  .job-wrapper .caption {
    margin-bottom: 0.1rem;
  }
  .goods-wrapper .pic img {
    height: 2.93rem;
  }
  .goods-wrapper .list li {
    margin-top: 0.76rem;
  }
  .team-wrapper .pic img {
    height: 3.6rem;
  }
  .team-wrapper .list li {
    margin-top: 0.6rem;
  }
  .history-wrapper .swiper-box:before {
    width: calc(100% - (100% - 14rem) / 2);
  }
  .history-wrapper .year {
    font-size: 0.32rem;
    margin-bottom: 0.12rem;
  }
  .goodsinfo-wrapper .box-4 .pic img {
    height: 2.76rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn.prev {
    left: -0.84rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn.next {
    right: -0.84rem;
  }
  .goodsinfo-wrapper .box-4 .info {
    padding: 0.36rem;
  }
  .goodsinfo-wrapper .title {
    font-size: var(--fs36);
  }
  .goodsinfo-wrapper .box-1 .info-box .name {
    padding-bottom: 0.36rem;
    margin-bottom: 0.36rem;
  }
  .about-wrapper .box-1 .data .num span,
  .about-wrapper .box-1 .data .num i {
    font-size: 0.56rem;
    line-height: 0.56rem;
  }
  .about-wrapper .box-1 {
    padding: 1.3rem 0 1.7rem;
  }
  .about-wrapper .box-4 .title {
    margin-bottom: 0.12rem;
  }
  .about-wrapper .box-4 .info {
    top: 0.4rem;
  }
  .index-box-1,
  .index-box-2,
  .index-box-4 {
    padding-top: 1rem;
  }
  .index-box-1 .index-more {
    margin: 0.4rem auto 0.7rem;
  }
  .index-box-1 .data .pic img {
    height: 2.94rem;
  }
  .index-box-1 .data p {
    margin-top: 0.2rem;
  }
  .index-box-2 .desc {
    line-height: 0.26rem;
  }
  .index-box-2 .content {
    margin-bottom: 0.4rem;
  }
  .index-box-4 .right .pic img {
    height: 1.3rem;
  }
  .index-box-4 .right li {
    padding-bottom: 0.28rem;
    margin-bottom: 0.28rem;
  }
  .index-box-4 .desc {
    margin: 0.08rem auto;
  }
  .index-box-4 .left .info {
    padding: 0.24rem 0.4rem;
  }
  .index-box-4 .left .title {
    margin-bottom: 0.2rem;
  }
  .index-box-4 .left .pic img {
    height: 3.8rem;
    object-fit: cover;
  }
  .index-box-2 .desc {
    margin-bottom: 0.36rem;
  }
  .index-box-3 .bottom {
    margin-top: 0.1rem;
  }
  .index-box-3 .main {
    padding-left: calc((100% - 14rem) / 2);
  }
  .pc-nav-box {
    margin: 0 0.6rem;
  }
  /*hjh*/
  .headDiv .logo{ margin-left:-7.0rem;}
  .headDiv .topRight{ margin-right:-7.0rem; }
  .menubtn{ margin-right:-7.0rem;}
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.8rem;
  }
  .page-box {
    padding: 0.9rem 0 1.5rem;
  }
  .news-wrapper .first-box .title {
    margin-top: 0.16rem;
  }
  .news-wrapper .desc {
    margin-top: 0.18rem;
  }
  .tab-box a {
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .base-wrapper .form {
    padding-bottom: 1.76rem;
  }
  .relations-wrapper p {
    line-height: 0.76rem;
  }
  .activity-wrapper .info {
    height: 1.2rem;
  }
  .page-box {
    padding-bottom: 1.1rem;
  }
  .goodsinfo-wrapper .box-4 .pic img {
    height: 2.8rem;
  }
  .goodsinfo-wrapper .btn-box .prev i {
    margin-right: 0.48rem;
  }
  .goodsinfo-wrapper .btn-box .next i {
    margin-left: 0.48rem;
  }
  .index-box-1 .index-more {
    margin: 0.3rem auto 0.6rem;
  }
  .index-box-2 .info {
    padding-top: 0.8rem;
  }
  .index-box-2 .list li:hover .info {
    padding-top: 0.5rem;
  }
  .phone-nav ul li {
    padding: 0.7rem 0.24rem 0.4rem;
  }
  .pc-nav-box {
    margin: 0 0.4rem;
  }
  .pc-nav-box ul li > a {
    font-size: var(--fs16);
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer {
    padding-top: 0.8rem;
  }
  /*hjh*/
    .wal{ width: 1200px; }
	.w400{ width:330px;}
	.w960{ width:800px;}
	.headDiv{ height: 90px; }
	.headDiv .logo{ top: 29px; /*margin-left:-600px;*/}
	/*.headDiv .topRight{ margin-right:-600px;}*/
	.headDiv .topSearch{ height: 90px; }
	.headDiv .topSearch em{ height: 90px;}
	.headDiv .lan .lala{ line-height: 90px;}
	.menubtn{ top: 37px;/* margin-right:-600px;*/}
	.menu-top { background-size:65%; }
	.menu-list{ padding-top: 165px; }
	.menu-list li{ width: 176px; margin-right:35px; }
	.menu-list h2{ padding-bottom: 38px; }
	.menu-list dd a{ font-size: 13px; line-height: 20px; }
    .footDiv{ padding-top: 50px; height: 430px; }
	.footNav li{ margin-right: 45px; width: 150px;}
	.footNav li:nth-child(2){ width: 170px; }
	.footNav li:nth-child(3){ width: 92px; }
	.footNav li h2{ height: 30px; font-size: 15px; line-height: 15px; }
	.footNav li dl{ padding: 15px 0 50px;}
	.footNav li dd{ font-size: 14px; line-height: 16px; padding-bottom:12px; }
	.footDiv .rightDiv{ width: 275px; padding-left: 55px; }
	.footDiv .txt{ height: 30px; font-size: 15px; line-height: 15px; }
	.footDiv .list li{ line-height: 20px; font-size: 14px; padding-bottom: 10px; }
	.footDiv .list dd{ margin-right: 10px; }
	.footDiv .list dd img{ width: 98px; }
	.foot .wal{ padding-top: 20px; height: 82px; }
	.pageBanner{ height: 577px;}
	.pageBanner .en{ padding-top: 100px; padding-bottom: 50px; font-size: 40px; line-height: 40px;}
	.pageTop{ height: 76px; }
	.pageTop .wal{ height: 76px; }
	.pageNav li{ font-size: 15px; }
	.pageNav li a{ height: 76px; line-height: 76px; font-size:15px;}
	.pageNav2 li{ font-size: 15px; }
	.pageNav2 li a{ height: 76px; line-height: 76px; }
	.pageTop .select{ width: 296px; height: 76px;}
	.pageTop .caption{ font-size: 15px; height: 76px; line-height: 76px; }
	.pageTop .select .lie{ top: 76px; max-height: 168px;}
	.pageTop .select .lie a{ line-height: 42px; height: 42px;}
	.downModal-box .downLayer{ padding: 0.6rem 80px;}
	.downLayer .btnDiv{ padding-top: 30px; }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
  .activity-wrapper .info {
    height: 1.1rem;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer {
    padding-top: 1rem;
  }
  /*hjh*/
  .menu-top { background-size:55%; }
  .pageBanner{ height: 530px;}
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .pc-nav-box {
    display: none;
  }
  .phone-nav {
    height: calc(100% - 1.2rem);
    top: 1.2rem;
    background: #fafafa url(../img/p_navbg.jpg) no-repeat center center;
    background-size: 100%;
    overflow: auto;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #0f2e76;
  }
  .phone-nav ul li {
    position: relative;
    display: block;
    max-width: inherit;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .phone-nav ul li.active .cat {
    color: #0f2e76;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .phone-nav ul li > a {
    position: relative;
    color: #333;
    font-size: var(--fs20);
    line-height: 1rem;
    padding: 0 0.6rem 0 0;
    margin-bottom: 0;
  }
  .phone-nav ul li .cat:before {
    content: "";
    display: inline-block;
    background-image: url(../img/idown3.png);
    position: absolute;
    width: 0.3rem;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    right: 0;
    top: 0;
  }
  .phone-nav ul li .navs {
    display: none;
    padding-bottom: 0.4rem;
  }
  .phone-nav ul li .navs a {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .header-wrapper .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
    padding: 0 0.3rem;
  }
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .header-wrapper .logo-box a {
    display: block;
  }
  .header-wrapper .logo-box img {
    width: 100%;
  }
  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .header-wrapper .search-box .text {
    height: 0.8rem;
    line-height: 0.48rem;
    padding-left: 0;
  }
  .header-wrapper .form {
    position: fixed;
    top: 1.2rem;
    width: 100%;
    right: 0;
    padding: 0.2rem 0.3rem;
  }
  .header-wrapper .search {
    position: relative;
    width: 24px;
    height: 0.9rem;
    background-image: url(../img/search.png);
  }
  .header-wrapper .submit {
    right: 0.4rem;
  }
  .header-wrapper .language {
    margin: 0 0.4rem;
  }
  .header-wrapper .language .caption {
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .header-wrapper .list {
    top: 130%;
    width: 1.8rem;
    margin-left: -0.9rem;
    padding: 0.26rem 0.2rem;
  }
  .header-wrapper .list a {
    line-height: 0.44rem;
    margin-bottom: 0.16rem;
  }
  .footer-nav-box {
    display: none;
  }
  .index-swiper-box > .swiper-container > .swiper-wrapper > .swiper-slide.footer {
    padding-top: 0;
  }
  .index-banner-wrapper .index-banner-swiper .video > img {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .index-banner-wrapper .index-banner-swiper .video video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
  }
  .index-banner-wrapper .swiper-slide a > img {
    display: none;
    height: auto;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.5rem;
  }
  .footer-wrapper .bottom {
    display: block;
    padding: 1rem 0 0.6rem;
    border-top: none;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: var(--fs14);
  }
  .footer-wrapper .copyright {
    text-align: center;
    margin-top: 0.4rem;
    line-height: 0.4rem;
  }
  .footer-wrapper .share {
    text-align: center;
  }
  .share a {
    margin-right: 0.3rem;
  }
  .share a img {
    height: 0.3rem;
  }
  .index-swiper > .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-swiper .content {
    padding: 0;
  }
  .index-box-1,
  .index-box-2,
  .index-box-4 {
    padding-top: 1.2rem;
  }
  .index-box-1 {
    background-image: url(../img/p_indexbg.jpg);
    background-position: top center;
  }
  .index-box-1 .index-more {
    margin: 0.5rem auto 0.9rem;
  }
  .index-box-1 .data ul {
    display: block;
  }
  .index-box-1 .data li {
    width: 100%;
    margin-bottom: 1px;
  }
  .index-box-1 .data li:last-child {
    margin-bottom: 0;
  }
  .index-box-1 .data .pic img {
    height: auto;
  }
  .index-box-1 .data .info {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .index-box-1 .data .num {
    font-size: 0.66rem;
  }
  .index-box-1 .data .num span {
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .index-box-1 .data .num em,
  .index-box-1 .data .num i {
    margin-left: 0.1rem;
  }
  .index-box-1 .data p,
  .index-box-1 .data em {
    line-height: 0.48rem;
  }
  .index-box-1 .data p {
    width: 50%;
    margin-top: 0.4rem;
  }
  .index-box-2 {
    padding-bottom: 1.5rem;
  }
  .index-box-2 .content {
    margin-bottom: 0.6rem;
  }
  .index-box-2 .list ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-2 .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .index-box-2 .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-2 .list li:hover .info {
    padding-top: 1.4rem;
  }
  .index-box-2 .list li:hover .title {
    font-size: var(--fs20);
  }
  .index-box-2 .info {
    padding-top: 0.8rem;
  }
  .index-box-2 .init,
  .index-box-2 .on {
    height: 1.2rem;
  }
  .index-box-2 .on {
    top: 0.2rem;
  }
  .index-box-2 .init {
    margin-bottom: 0.4rem;
  }
  .index-box-2 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-2 .desc {
    display: none;
  }
  .index-box-2 .more {
    margin-top: 0.4rem;
    width: 2rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
  }
  .index-box-3 {
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
  }
  .index-box-3 .page-title {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .index-box-3 .page-title .line {
    margin-left: auto;
    margin-right: auto;
  }
  .index-box-3 .main {
    display: block;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-3 .data {
    width: 100%;
  }
  .index-box-3 .data ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .data li {
    width: 48%;
    display: block;
    margin-bottom: 0;
    margin-top: 0.4rem;
  }
  .index-box-3 .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-3 .data .num {
    width: 100%;
  }
  .index-box-3 .data .num span {
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .index-box-3 .data .num i {
    font-size: var(--fs20);
    margin-left: 0.1rem;
  }
  .index-box-3 .data .desc {
    line-height: 0.4rem;
  }
  .index-box-3 .map {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    margin-left: 0;
    margin-top: 0.8rem;
  }
  .index-box-4 {
    padding-bottom: 1.2rem;
  }
  .index-box-4 .index-more {
    right: 0.3rem;
  }
  .index-box-4 .news-box {
    display: block;
  }
  .index-box-4 .left {
    width: 100%;
  }
  .index-box-4 .left .title {
    line-height: 0.44rem;
    height: auto;
    -webkit-line-clamp: 3;
    max-height: 1.32rem;
    margin-bottom: 0.3rem;
    font-size: var(--fs20);
  }
  .index-box-4 .left .info {
    padding: 0.48rem 0.4rem;
  }
  .index-box-4 .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-4 .right .title {
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .index-box-4 .right li {
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .index-box-4 .right .pic {
    width: 35%;
  }
  .index-box-4 .right .pic img {
    height: 2.4rem;
  }
  .index-box-4 .right .info {
    margin-left: 0.3rem;
  }
  .index-box-4 .right .title {
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .index-box-4 .right .desc {
    margin: 0.12rem auto;
  }
  .index-box-4 .desc {
    height: 0.72rem;
    line-height: 0.36rem;
  }
  .index-box-4 .date {
    line-height: 0.36rem;
  }
  .index-box-4 .more {
    right: 0;
    line-height: 0.36rem;
    padding-right: 0.3rem;
    background-size: 0.2rem;
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    padding: 0;
    height: auto;
    margin-top: 0;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .page-nav-box {
    padding-right: 0;
  }
  .page-nav-box {
    width: 100%;
    background: #f4f4f4;
  }
  .page-nav-box .icon {
    display: none;
  }
  .page-nav-box .w1200 {
    position: relative;
    height: auto;
    padding: 0;
  }
  .page-nav-box .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.9rem;
    height: 0.9rem;
    padding: 0 0.6rem 0 0.3rem;
    background: #0f2e76;
    color: #fff;
    font-size: var(--fs16);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f2f2f2;
    height: auto;
    max-width: inherit;
    min-width: inherit;
  }
  .page-nav-box .nav a:first-child {
    border-top: none;
  }
  .page-nav-box .nav > a.on,
  .page-nav-box .nav > a:hover {
    background: none;
  }
  .page-nav-box .nav > a:before {
    display: none;
  }
  .page-banner-wrapper img {
    height: 4.4rem;
    object-fit: cover;
  }
  .page-banner-wrapper h2 {
    font-size: var(--fs36);
    line-height: 0.5rem;
  }
  .page-banner-wrapper .info {
    padding-top: 0.8rem;
  }
  .page-banner-wrapper .line {
    width: 0.52rem;
    height: 0.04rem;
    margin-top: 0.3rem;
  }
  .page-box {
    padding: 1.2rem 0;
  }
  .page-title {
    margin-bottom: 0.6rem;
  }
  .page-title h3 {
    font-size: var(--fs36);
    line-height: 0.48rem;
  }
  .page-title .line {
    width: 0.6rem;
    height: 0.04rem;
    margin-top: 0.3rem;
  }
  .content {
    line-height: 0.48rem;
  }
  .news-wrapper .first-box {
    padding: 1rem 0;
    margin-bottom: 0.8rem;
  }
  .news-wrapper .first-box .box-container {
    display: block;
  }
  .news-wrapper .first-box .pic {
    width: 100%;
  }
  .news-wrapper .first-box .info {
    width: 100%;
    padding-left: 0;
    margin-top: 0.48rem;
  }
  .news-wrapper .first-box .title {
    font-size: var(--fs20);
    margin-top: 0.1rem;
    height: auto;
    max-height: 0.96rem;
  }
  .news-wrapper .first-box .date {
    line-height: 0.48rem;
    font-size: var(--fs30);
  }
  .news-wrapper .title {
    line-height: 0.48rem;
  }
  .news-wrapper .desc {
    line-height: 0.48rem;
    max-height: 1.44rem;
    margin: 0.3rem auto 0.46rem;
  }
  .news-wrapper .date {
    line-height: 0.44rem;
  }
  .news-wrapper .date i {
    margin: 0 0.08rem;
  }
  .news-wrapper .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.7rem;
    margin-right: 0;
  }
  .news-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .list .pic img {
    height: auto;
  }
  .news-wrapper .list .info {
    margin-top: 0.44rem;
  }
  .news-wrapper .list .title {
    height: auto;
    max-height: 1.44rem;
    margin: 0.2rem auto 0.3rem;
  }
  .learn {
    width: 0.6rem;
    height: 0.48rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .main {
    width: 100%;
  }
  .newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .newsinfo-wrapper .other span {
    line-height: 0.36rem;
    margin-right: 0.24rem;
  }
  .newsinfo-wrapper .other img {
    height: 0.3rem;
    margin-right: 0.12rem;
  }
  .newsinfo-wrapper .content {
    padding-bottom: 0.48rem;
  }
  .newsinfo-wrapper .recommend-box {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0.6rem 0.5rem 0.8rem;
  }
  .newsinfo-wrapper .recommend-box .date {
    line-height: 0.36rem;
  }
  .newsinfo-wrapper .recommend-box .title {
    line-height: 0.44rem;
    max-height: 1.76rem;
    font-size: var(--fs16);
  }
  .newsinfo-wrapper .recommend-box li {
    padding-bottom: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .newsinfo-wrapper .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .caption:after {
    width: 0.36rem;
    height: 0.06rem;
    margin-top: 0.3rem;
  }
  .newsinfo-wrapper .learn {
    margin-top: 0.36rem;
  }
  .newsinfo-wrapper .share {
    margin: 0.48rem auto 0.6rem;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    line-height: 0.48rem;
    height: 0.48rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .relative-box p {
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .relative-box p a {
    max-width: 75%;
  }
  .newsinfo-wrapper .return {
    width: 2.4rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .return img {
    margin-left: 0.24rem;
  }
  .investor-wrapper .base {
    display: block;
  }
  .investor-wrapper .left {
    width: 100%;
  }
  .investor-wrapper .left .title {
    font-size: var(--fs30);
    margin-bottom: 0.24rem;
  }
  .investor-wrapper .left .stock {
    padding-right: 0.32rem;
    background-size: 0.2rem;
  }
  .investor-wrapper .left .stock span {
    margin-right: 0.2rem;
    font-size: 0.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .investor-wrapper .left .stock em {
    line-height: 0.32rem;
  }
  .investor-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .investor-wrapper .right .brief,
  .investor-wrapper .right p {
    line-height: 0.32rem;
  }
  .investor-wrapper .right ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 0.4rem;
  }
  .investor-wrapper .right li {
    width: 45%;
    margin-top: 0.3rem;
  }
  .investor-wrapper .right li:nth-child(-n+2) {
    margin-top: 0;
  }
  .investor-wrapper .right li:nth-child(even):after {
    display: none;
  }
  .investor-wrapper .right li:last-child {
    width: 45%;
  }
  .investor-wrapper .right li:after {
    height: 0.8rem;
    margin-top: -0.4rem;
  }
  .investor-wrapper .right li p {
    margin-bottom: 0.1rem;
  }
  .investor-wrapper .right .desc {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .investor-wrapper .right .desc i {
    line-height: 0.36rem;
  }
  .investor-wrapper .bottom span {
    margin-right: 0.4rem;
    line-height: 0.4rem;
  }
  .investor-wrapper .ad-box {
    margin-top: 0.8rem;
    padding: 0.8rem 0.8rem 1rem;
  }
  .investor-wrapper .ad-box > img {
    width: 1.8rem;
    margin-right: 0.4rem;
  }
  .investor-wrapper .ad-box .info {
    width: 60%;
  }
  .investor-wrapper .ad-box .info .title {
    font-size: var(--fs18);
    line-height: 0.42rem;
    margin-bottom: 0.3rem;
  }
  .investor-wrapper .content {
    width: 100%;
    overflow-x: auto;
  }
  .investor-wrapper .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .investor-wrapper .content::-webkit-scrollbar-thumb {
    background-color: #0f2e76;
  }
  .investor-wrapper table {
    width: 18rem;
  }
  .investor-wrapper table td {
    line-height: 0.32rem;
    padding: 0.18rem;
    height: 0.7rem;
    font-size: var(--fs14);
    padding: 0 0.15rem;
  }
  .index-more {
    font-size: 0.24rem;
    line-height: 0.64rem;
    height: 0.64rem;
    width: 2.1rem;
  }
  .event-wrapper .list li {
    padding: 0.36rem 0;
  }
  .event-wrapper .list div {
    margin-top: 0.12rem;
  }
  .event-wrapper .list div b,
  .event-wrapper .list div span {
    line-height: 0.4rem;
  }
  .notice-wrapper .page-title {
    margin-bottom: 0.6rem;
  }
  .notice-wrapper .tab-box {
    position: static;
    margin-bottom: 0.4rem;
  }
  .notice-wrapper .list li {
    height: 1.2rem;
    margin-bottom: 0.24rem;
  }
  .notice-wrapper .date {
    width: 2rem;
  }
  .notice-wrapper .title {
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .tab-box {
    border: none;
    background: none;
  }
  .tab-box a {
    border: 1px solid #0f2e76;
    min-width: 2.2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
  }
  .tab-box a:last-child {
    margin-right: 0;
  }
  .contact-wrapper .main {
    display: block;
  }
  .contact-wrapper .left,
  .contact-wrapper .right {
    width: 100%;
  }
  .contact-wrapper .left {
    padding: 0.5rem 0.3rem;
  }
  .contact-wrapper .left li {
    line-height: 0.36rem;
    padding-left: 0.8rem;
  }
  .contact-wrapper .left .icon {
    width: 0.5rem;
    top: 0.1rem;
  }
  .contact-wrapper .left p {
    font-size: var(--fs14);
  }
  .contact-wrapper .left .desc {
    font-size: var(--fs16);
  }
  .contact-wrapper .right {
    padding: 0.6rem 0.4rem;
  }
  .contact-wrapper .right .brief {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.36rem;
    position: static;
    margin-bottom: 0.4rem;
  }
  .contact-wrapper .right .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .right .group:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .right .text,
  .contact-wrapper .right .msg {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .right .text,
  .contact-wrapper .right label {
    line-height: 0.84rem;
    height: 0.84rem;
  }
  .contact-wrapper .right .msg {
    line-height: 0.36rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: 1.6rem;
  }
  .contact-wrapper .box-2 {
    background-attachment: inherit;
    margin-top: 1rem;
    padding: 1rem 0;
  }
  .contact-wrapper .box-2 .form {
    width: 100%;
  }
  .contact-wrapper .box-2 .group {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact-wrapper .box-2 .group:nth-child(2),
  .contact-wrapper .box-2 .group:nth-child(3) {
    margin-top: 0.3rem;
  }
  .contact-wrapper .box-2 .text,
  .contact-wrapper .box-2 label {
    line-height: 0.84rem;
    height: 0.84rem;
  }
  .contact-wrapper .box-2 .text,
  .contact-wrapper .box-2 .msg {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .contact-wrapper .box-2 .msg {
    height: 2rem;
    line-height: 0.36rem;
  }
  .contact-wrapper .box-2 .index-more {
    margin-top: 0.6rem;
  }
  .contact-wrapper .form label {
    left: 0.3rem;
  }
  .contact-wrapper .tips {
    line-height: 0.36rem;
    margin: 0.4rem auto;
  }
  .contact-wrapper .index-more {
    font-size: var(--fs14);
  }
  .cat-box {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .cat-box .box-container {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
  }
  .cat-box a {
    width: 50%;
    padding: 0 0.2rem;
  }
  .cat-box .icon {
    height: 0.7rem;
  }
  .cat-box p {
    font-size: var(--fs16);
    line-height: 0.36rem;
    margin-top: 0.24rem;
  }
  .base-wrapper .list {
    width: 100%;
    order: 1;
  }
  .base-wrapper .other {
    width: 100%;
    order: 0;
  }
  .base-wrapper .other .pic {
    display: none;
  }
  .base-wrapper .form {
    background: none;
    padding: 0.4rem 0;
  }
  .base-wrapper .form p {
    font-size: var(--fs16);
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .base-wrapper .form .caption {
    line-height: 0.8rem;
    padding-left: 0.8rem;
  }
  .base-wrapper .form .list {
    max-height: 4rem;
  }
  .base-wrapper .form .list a {
    line-height: 0.8rem;
    padding-left: 0.8rem;
  }
  .base-wrapper .loading {
    order: 2;
  }
  .magazine-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .magazine-wrapper .list li {
    width: 48%;
    margin-right: 0;
    margin-top: 0.6rem;
  }
  .magazine-wrapper .list li:nth-child(3) {
    margin-top: 0.48rem;
  }
  .magazine-wrapper .list .pic img {
    height: 4.14rem;
  }
  .magazine-wrapper .list .info {
    margin-top: 0.4rem;
  }
  .magazine-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
    margin-bottom: 0.2rem;
  }
  .magazine-wrapper .list .date {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .magazine-wrapper .list .more {
    width: 0.4rem;
    height: 0.4rem;
  }
  .report-wrapper li {
    padding: 0 1rem 0 0.3rem;
    margin-bottom: 0.3rem;
    height: 1.4rem;
  }
  .report-wrapper li .title {
    font-size: var(--fs16);
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .report-wrapper li p {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .report-wrapper .more {
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .esg-wrapper li {
    padding: 0 1rem 0 0.3rem;
    margin-bottom: 0.3rem;
    height: 1.4rem;
  }
  .esg-wrapper li .title {
    font-size: var(--fs16);
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .esg-wrapper li p {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .esg-wrapper li .icon {
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .relations-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 0;
  }
  .relations-wrapper ul li {
    width: 49%;
    margin-left: 0;
    margin-top: 2%;
  }
  .relations-wrapper ul li:first-child {
    display: none;
  }
  .relations-wrapper ul li:nth-child(4) {
    margin-top: 2%;
  }
  .relations-wrapper .pic img {
    height: 3.28rem;
  }
  .relations-wrapper p {
    line-height: 0.8rem;
    font-size: var(--fs14);
  }
  .staff-wrapper .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.36rem;
    margin-top: 0.48rem;
  }
  .staff-wrapper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.42rem;
  }
  .staff-wrapper .prev {
    left: 0;
  }
  .staff-wrapper .next {
    right: 0;
  }
  .care-wrapper li {
    margin-bottom: 0.3rem;
    height: auto;
    line-height: 0.36rem;
    padding: 0.3rem 1.1rem 0.3rem 0.3rem;
  }
  .care-wrapper li .icon {
    width: 0.4rem;
    right: 0.3rem;
  }
  .care-wrapper li .icon2 {
    width: 0.36rem;
    right: 0.3rem;
  }
  .care-wrapper .title {
    -webkit-line-clamp: 2;
    max-height: 0.72rem;
  }
  .care-wrapper .date {
    position: static;
    margin-bottom: 0.06rem;
  }
  .activity-wrapper .content {
    margin-bottom: 0.7rem;
  }
  .activity-wrapper li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .activity-wrapper li:last-child {
    margin-bottom: 0;
  }
  .activity-wrapper .pic img {
    height: auto;
  }
  .activity-wrapper .info {
    height: 1.3rem;
  }
  .activity-wrapper .title {
    padding: 0 0.3rem;
    line-height: 0.36rem;
    max-height: 0.72rem;
    font-size: var(--fs16);
  }
  .job-wrapper .item {
    margin-bottom: 0.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .job-wrapper .top {
    padding-bottom: 0.4rem;
  }
  .job-wrapper .top:before {
    width: 0.8rem;
    height: 0.6rem;
    left: -0.8rem;
    top: 0.6rem;
  }
  .job-wrapper .top .line {
    width: 0.3rem;
    height: 0.08rem;
    margin: 0.2rem 0 0.5rem;
  }
  .job-wrapper .icon {
    width: 0.3rem;
    height: 0.3rem;
    right: -0.7rem;
    top: 0.5rem;
  }
  .job-wrapper .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .job-wrapper .other span {
    display: block;
    margin-right: 0;
    line-height: 0.44rem;
  }
  .job-wrapper .caption {
    line-height: 0.36rem;
    margin-bottom: 0.12rem;
  }
  .job-wrapper .content {
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .job-wrapper .detail {
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
  .goods-wrapper {
    /* input placeholder  */
  }
  .goods-wrapper .top {
    display: block;
  }
  .goods-wrapper .form {
    width: 100%;
  }
  .goods-wrapper .text {
    font-size: var(--fs14);
    height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 1rem 0 0.3rem;
  }
  .goods-wrapper ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
    font-size: var(--fs14);
  }
  .goods-wrapper :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-size: var(--fs14);
  }
  .goods-wrapper ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    font-size: var(--fs14);
  }
  .goods-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
    font-size: var(--fs14);
  }
  .goods-wrapper .submit {
    width: 0.8rem;
    height: 0.8rem;
  }
  .goods-wrapper .list {
    margin-top: 0.6rem;
  }
  .goods-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .goods-wrapper .list li:nth-child(3) {
    margin-top: 4%;
  }
  .goods-wrapper .pic img {
    height: auto;
  }
  .goods-wrapper .info {
    height: 1.2rem;
  }
  .goods-wrapper .name {
    line-height: 0.36rem;
    max-height: 0.72rem;
    padding: 0 0.3rem;
    font-size: var(--fs14);
  }
  .team-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .team-wrapper .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    line-height: 0.36rem;
    margin-top: 0.7rem;
  }
  .team-wrapper .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .team-wrapper .list .info {
    margin-top: 0.3rem;
  }
  .team-wrapper .list p {
    font-size: var(--fs14);
    margin-top: 0.08rem;
  }
  .team-wrapper .pic img {
    height: auto;
  }
  .team-wrapper .name {
    font-size: var(--fs16);
  }
  .history-wrapper {
    padding-bottom: 1.2rem;
  }
  .history-wrapper .swiper-box > .swiper-container {
    padding-bottom: 0.2rem;
  }
  .history-wrapper .swiper-box:before {
    width: 100%;
    top: 0.1rem;
  }
  .history-wrapper .swiper-slide .line {
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .history-wrapper .dot {
    width: 0.28rem;
    height: 0.28rem;
  }
  .history-wrapper .dot:before {
    width: 0.12rem;
    height: 0.12rem;
    margin-top: -0.06rem;
    margin-left: -0.06rem;
  }
  .history-wrapper .year {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .history-wrapper .info {
    padding: 0.4rem 0.3rem;
  }
  .history-wrapper .desc {
    line-height: 0.4rem;
    height: 3.2rem;
  }
  .history-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 5px;
    height: 5px;
  }
  .history-wrapper .swiper-btn {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.08rem;
  }
  .history-wrapper .prev {
    left: 0.2rem;
  }
  .history-wrapper .next {
    right: 0.2rem;
  }
  .goodsinfo-wrapper .title {
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    display: block;
    padding-bottom: 0.8rem;
  }
  .goodsinfo-wrapper .box-1 .pic-box {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-slide img {
    opacity: 1;
    visibility: visible;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination {
    display: block;
    bottom: 0.3rem;
    font-size: 0;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    margin: 0 6px;
    width: 6px;
    height: 6px;
    border: none;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:link,
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:visited,
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:active,
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e1e1e;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    width: 100%;
    padding-top: 0.8rem;
  }
  .goodsinfo-wrapper .box-1 .info-box .name {
    font-size: var(--fs24);
    padding-bottom: 0.4rem;
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .info-box .name:after {
    width: 1.2rem;
  }
  .goodsinfo-wrapper .box-1 .info-box .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .info-box .content {
    line-height: 0.48rem;
    height: auto;
  }
  .goodsinfo-wrapper .thumb-box,
  .goodsinfo-wrapper .share {
    display: none;
  }
  .goodsinfo-wrapper .more {
    font-size: var(--fs14);
    width: 3rem;
    line-height: 0.76rem;
    margin-top: 0.48rem;
  }
  .goodsinfo-wrapper .box-2 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-3 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-4 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-4 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-4 .title {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-wrapper {
    padding-left: 0.3rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .goodsinfo-wrapper .box-4 .pic img {
    height: auto;
  }
  .goodsinfo-wrapper .box-4 .info {
    padding: 0.3rem;
  }
  .goodsinfo-wrapper .box-4 .name {
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .goodsinfo-wrapper .box-4 .desc {
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn {
    width: 0.7rem;
    height: 0.7rem;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn.prev {
    left: 0;
  }
  .goodsinfo-wrapper .box-4 .swiper-btn.next {
    right: 0;
  }
  .goodsinfo-wrapper .content {
    width: 100%;
    overflow-x: auto;
  }
  .goodsinfo-wrapper .content::-webkit-scrollbar {
    height: 3px;
    background-color: #f7f8f9;
  }
  .goodsinfo-wrapper .content::-webkit-scrollbar-thumb {
    background-color: #0f2e76;
  }
  .goodsinfo-wrapper .content table {
    width: 12rem;
  }
  .goodsinfo-wrapper .content table td,
  .goodsinfo-wrapper .content table th {
    line-height: 0.36rem;
    padding: 0.16rem;
  }
  .goodsinfo-wrapper .btn-box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.8rem;
    padding-top: 0.6rem;
  }
  .goodsinfo-wrapper .btn-box a {
    width: 30%;
    line-height: 0.76rem;
    margin-right: 0;
    font-size: var(--fs14);
  }
  .goodsinfo-wrapper .btn-box .btn i {
    width: 6px;
    height: 16px;
  }
  .goodsinfo-wrapper .btn-box .prev i {
    margin-right: 0.36rem;
  }
  .goodsinfo-wrapper .btn-box .next i {
    margin-left: 0.36rem;
  }
  .goodsinfo-wrapper .btn-box .return i {
    width: 10px;
    height: 8px;
    margin-left: 0.26rem;
  }
  .goodsinfo-wrapper .imore {
    line-height: 0.36rem;
    padding-right: 0.3rem;
    background-size: 0.16rem;
  }
  .video-box .play {
    right: 0.3rem;
    bottom: 0.1rem;
    width: 23%;
    height: 0.5rem;
  }
  .about-wrapper .box-1 {
    padding: 1.2rem 0 1.4rem;
  }
  .about-wrapper .box-1 .content {
    margin-bottom: 0.8rem;
  }
  .about-wrapper .box-1 .data {
    padding: 0 0.3rem;
  }
  .about-wrapper .box-1 .data li {
    width: 33%;
  }
  .about-wrapper .box-1 .data .num {
    margin-bottom: 0.1rem;
  }
  .about-wrapper .box-1 .data .num span,
  .about-wrapper .box-1 .data .num i {
    font-size: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }
  .about-wrapper .box-1 .data .num em {
    margin-left: 0.1rem;
  }
  .about-wrapper .box-1 .data p,
  .about-wrapper .box-1 .data em {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .about-wrapper .box-2 {
    padding: 1.2rem 0 1.4rem;
  }
  .about-wrapper .box-2 .year-box {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-2 .year-box:before {
    top: 0.74rem;
  }
  .about-wrapper .box-2 .year-box .swiper-slide:hover .dot i,
  .about-wrapper .box-2 .year-box .swiper-slide.on .dot i {
    top: 0.06rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .about-wrapper .box-2 .year-box .swiper-slide .line {
    height: 0.8rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-2 .year-box .swiper-btn {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.56rem;
  }
  .about-wrapper .box-2 .year-box .prev {
    left: -0.3rem;
  }
  .about-wrapper .box-2 .year-box .next {
    right: -0.3rem;
  }
  .about-wrapper .box-2 .year {
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .about-wrapper .box-2 .dot {
    width: 0.32rem;
    height: 0.32rem;
  }
  .about-wrapper .box-2 .dot i {
    width: 0.18rem;
    height: 0.18rem;
    border-width: 0.04rem;
    top: 0.07rem;
  }
  .about-wrapper .detail-box {
    padding: 0;
  }
  .about-wrapper .detail-box .swiper-slide {
    display: block;
  }
  .about-wrapper .detail-box .pic {
    width: 100%;
    height: auto;
  }
  .about-wrapper .detail-box .info {
    width: 100%;
    padding-top: 0.6rem;
  }
  .about-wrapper .detail-box .swiper-container {
    padding-bottom: 0.6rem;
  }
  .about-wrapper .detail-box .date {
    line-height: 0.48rem;
  }
  .about-wrapper .detail-box .desc {
    line-height: 0.48rem;
    height: auto;
  }
  .about-wrapper .detail-box .swiper-pagination {
    width: 100%;
  }
  .about-wrapper .detail-box .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .about-wrapper .box-3 .box-container {
    display: block;
    padding: 1.2rem 0.3rem 1.6rem;
    background-size: 40%;
  }
  .about-wrapper .box-3 .page-title {
    width: 100%;
  }
  .about-wrapper .box-3 .info {
    width: 100%;
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .data {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .data .num {
    font-size: var(--fs36);
  }
  .about-wrapper .box-3 .data p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .about-wrapper .box-4 {
    padding: 1.2rem 0 1.3rem;
  }
  .about-wrapper .box-4 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-4 li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-4 .info {
    left: 0.3rem;
    top: 0.3rem;
    width: 90%;
  }
  .about-wrapper .box-4 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.06rem;
  }
  .about-wrapper .box-4 .desc {
    font-size: 0.24rem;
    line-height: 0.34rem;
  }
  .global-wrapper .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .global-wrapper .data li {
    display: block;
    width: 48%;
    margin-top: 0.4rem;
  }
  .global-wrapper .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .global-wrapper .data .num {
    font-size: var(--fs30);
  }
  .global-wrapper .data .num span {
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .global-wrapper .data .desc {
    margin-left: 0;
    line-height: 0.32rem;
  }
  .global-wrapper .index-box-3 {
    margin-top: 0.8rem;
  }
  .index-box-3 ul {
    display: none;
  }
  .index-box-3 .location {
    display: none;
  }
  .index-box-3 .bottom {
    width: 60%;
    margin: 0.4rem auto 0;
  }
  .index-box-3 .bottom img {
    margin-right: 0.1rem;
    width: 0.3rem;
  }
  .index-box-3 .bottom span {
    display: block;
    text-align: left;
    font-size: 0.24rem;
    margin: 0 auto 0.2rem;
  }
  .modal-box {
    left: 0.3rem;
    margin-left: 0;
    width: calc(100% - 0.6rem);
  }
  .modal-box .top {
    line-height: 0.86rem;
  }
  .modal-box .close {
    width: 12px;
    right: 0.2rem;
  }
  .modal-box .top,
  .modal-box .form,
  .modal-box .content {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .notice-modal-box {
    border-radius: 0.16rem;
  }
  .notice-modal-box .top {
    border-radius: 0.16rem 0.16rem 0 0;
  }
  .notice-modal-box .caption {
    line-height: 0.64rem;
    padding: 0 0.6rem 0 0.3rem;
  }
  .notice-modal-box .caption:after {
    width: 12px;
    right: 0.2rem;
  }
  .notice-modal-box .form {
    padding-top: 0.48rem;
    padding-bottom: 0.6rem;
  }
  .notice-modal-box .form p {
    line-height: 0.44rem;
  }
  .notice-modal-box .box {
    max-height: 3.9rem;
  }
  .notice-modal-box .box a {
    line-height: 0.64rem;
    padding: 0 0.6rem 0 0.3rem;
  }
  .detail-modal-box {
    padding: 0.5rem;
  }
  .detail-modal-box .more {
    width: 1.8rem;
    line-height: 0.64rem;
    margin-top: 0.5rem;
  }
  .detail-modal-box .content {
    padding-left: 0;
    padding-right: 0;
  }
  .other-modal-box {
    padding-bottom: 0.5rem;
  }
  .other-modal-box .content {
    max-height: 4.8rem;
    padding-top: 0.44rem;
    padding-bottom: 0.44rem;
  }
  .other-modal-box .btn-box {
    margin-top: 0.5rem;
  }
  .other-modal-box .btn-box a {
    width: 1.8rem;
    line-height: 0.64rem;
  }
  .other-modal-box .btn-box .agree {
    margin-right: 0.4rem;
  }
  /*hjh*/
	.wal, .wal2, .w960{ width: 100%; }
	.PC-Box, .footNav, .pageTop, .w400{ display: none; }
	.Phone-Box, .navIco{ display: block; }
	.headDiv, .headD{ height: 1.2rem; }
	.headDiv .wal{ height: 1.2rem; }
	.headDiv .logo{ left: 0.3rem; top: 0.4rem; width: 2.6rem;}
	.headDiv .logo img{ width: 2.6rem; }
	.head-search .search-box { width: 90%; }
	.headDiv .topRight{ right: 1.1rem; }
	.headDiv .topSearch{ height: 1.2rem; margin-right: 0.35rem;}
	.headDiv .topSearch em{ width: 0.6rem; height: 1.2rem; background-size: 0.32rem;}
	.headDiv.mini .topSearch em{ background-size: 0.32rem;}

	.headDiv .lan{ padding-right: 0.5rem; }
	.headDiv .lan .lala{ line-height: 1.2rem; font-size: 0.32rem; padding-right: 16px; background-size: 10px;}
	.headDiv.mini .lan .lala{ background-size: 10px;}
	.headDiv .lan ul{ right: 0.4rem; width:1.6rem; top:0.86rem; padding:0.3rem; }
	.headDiv .lan li{ margin-bottom:0.1rem;}
	.headDiv .lan li a{ line-height:0.42rem; font-size: 0.26rem; }
	.headDiv .search-box .text { height: 0.8rem; line-height: 0.48rem;  padding-left: 0; }
    .headDiv .form { position: fixed; top: 1.2rem;  width: 100%;  right: 0;  padding: 0.2rem 0.3rem;  }

    .headDiv .submit { right: 0.4rem; }
	.menubtn{ right: 0.5rem; top: 50%; margin-top: -15px; width: 30px; height: 30px; margin-right:0; }
	.menubtn .btn{ top: 7px; width: 30px; }
	.menubtn .btn span{ width: 30px; }
	.menu-top { top: auto; right: -100%; width: 100%; height: 100%; background: #fff;}
	.menu-list{ padding: 1.4rem 0.3rem 0; }
	.menu-flex.show .menu-top{ top: auto; right: 0; }
	.menu-list ul{ display: block; }
	.menu-list li{ width: auto; float:none; margin-right:0; }
	.menu-list h2{ padding-bottom: 0; border-bottom: #e6e6e6 solid 1px;}
	.menu-list h2 a{ font-size: 0.3rem; line-height: 1.1rem; position:relative; }
	.menu-list h2 a:after{ display:none;}
	.menu-list h2 .on{ color:#333;}
	.menu-list h2 a::before { content: ""; display: inline-block; background-image: url(../images/idown3.png); position: absolute; width: 0.3rem; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; right: 0; top: 0;}
	.menu-list li.currentDt h2 a{ color:#082c7e;}
	.menu-list li.currentDt h2 a::before { transform: rotateX(180deg); -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg);}
	/*.menu-list h2.currentDt a{ color:#082c7e;}*/
	.menu-list dl{ display: none; padding-top:0.3rem; }
	.menu-list dd{ padding-bottom: 0.2rem; }
	.menu-list dd a{ font-size: 0.26rem; line-height: 0.48rem; }

	.footDiv{ padding: 0.8rem 0.3rem; height: auto; }
	.footDiv .rightDiv{ width: auto; padding-left: 0; float: none; }
	.footDiv .rightDiv:before{ display: none; }
	.footDiv .txt{ height: 0.52rem; font-size: 0.32rem; line-height: 0.32rem; }
	.footDiv .list li{ line-height: 0.52rem; font-size: 0.28rem; padding-bottom: 0.2rem; }
	.footDiv .list dl{ padding-top: 0.15rem; }
	.footDiv .list dd{ margin-right: 0.25rem; }
	.footDiv .list dd img{ width: 2.0rem; }
	.foot{ padding: 0 0.3rem; overflow: hidden; }
	.foot .wal{ padding: 0.5rem 0; height: auto; }
	.foot .msg{ line-height: 0.52rem; font-size: 0.26rem; }
	.foot .msg, .foot .share{ float: none; }
	.foot .share{ padding-top: 0.35rem; overflow: hidden; }
	.foot .share li{ margin-right: 0.2rem; }
	.foot .share li a{ width: 0.86rem; height: 0.86rem;}
	.foot .share li img{ width: 0.36rem; margin-left: -0.18rem; margin-top: -0.16rem; }
	.pageBanner{ height: 4.8rem; padding: 0 0.3rem;}
	.pageBanner:after{ height: 1.6rem; }
	.pageBanner .en{ padding-top: 0.6rem; padding-bottom: 0.45rem; font-size: 0.48rem; line-height: 0.48rem; }
	.pageBanner .en:after{ width: 0.6rem; height: 2px; }
	.downModal-box .downLayer{ width: 95%; padding: 0.6rem 0.5rem;}
	.downLayer .close{ right:0.4rem; top:0.2rem; width:0.5rem; height:0.5rem; background-size:0.5rem;}
	.downLayer .title{ font-size: 0.42rem; line-height: 0.64rem; padding-bottom: 0.3rem; }
	.downLayer .mxfDiv{ padding: 0.3rem 0.2rem 0.3rem 0.3rem; }
	.downLayer .scrollDiv{ height: 4.8rem;  }
	.downLayer .content{ font-size: 0.26rem; line-height: 0.42rem; padding-right: 0.5rem; }
	.downLayer .btnDiv{ padding-top: 0.5rem; }
	.downLayer .btnDiv a{ width: 2.1rem; height: 0.76rem; border-radius: 0.36rem; line-height: 0.76rem; font-size: 0.28rem; }
}
