@charset "UTF-8";
/* WX:DereK_Ysx ÓÚ2021-03-25±àÐ´  */
main {
  width: 100%;
  position: relative;
  z-index: 100;
  padding-top: 68px;
  
}
@media (max-width: 1200px) {
  main {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  main {
    padding-top: 0px;
  }
}

@media (max-width: 900px) {
  main {
    padding-top: 0px;
  }
}

@media (max-width: 600px) {
  main {
    padding-top: 0px;
  }
}

.index-banner {
  width: 100%;
  
}
@media (max-width: 1024px) {
  .index-banner {
    padding-top: 0px;
  }
}

@media (max-width: 900px) {
  .index-banner {
    padding-top: 0px;
  }
}

@media (max-width: 600px) {
  .index-banner {
    padding-top: 0px;
  }
}

.index-banner .ib-swiper {
  width: 100%;
}

.index-banner .ib-item {
  width: 100%;
}

.index-banner .ib-item img {
  width: 100%;
}

.index-banner .swiper-pagination {
  bottom: .22rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: .12rem;
  height: .12rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .06rem;
  margin: 0 .1rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

@media (max-width: 1920px) {
  .index-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}

.index-about {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.35rem;
  padding-bottom: 1.65rem;
}

.index-about .container {
  width: 12rem;
  margin: 0 auto;
}

.index-about .ia-A {
  width: 100%;
  
  
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-about .ia-left {
  width: 40%;
  border-top: 1px solid #222;
  padding-top: .55rem;
}

.index-about .ia-title {
  width: 100%;
  position: relative;
  margin-bottom: .15rem;
}

.index-about .ia-title span {
  
  color: #333;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

.index-about .ia-title:after {
  content: '';
  display: inline-block;
  width: 2rem;
  height: .2rem;
  background-color: #7ecca0;
  position: absolute;
  left: 0;
  bottom: -.05rem;
}

.index-about .ia-text {
  width: 100%;
  
  line-height: 1.25;
  color: #999999;
  margin-bottom: .36rem;
}

.index-about .ia-content {
  width: 100%;
  margin-bottom: .8rem;
  text-align: justify;
}

.index-about .ia-content p {
  
  line-height: 1.58;
  color: #666666;
}

.index-about .ia-right {
  width: 50%;
  position: relative;
}

.index-about .ia-right .ia-bg {
  width: 100%;
}

.index-about .ia-bg-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
}

.index-about .ia-bg-mask img {
  width: .6rem;
}

.index-about .ia-link {
  width: .6rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
}

.index-about .ia-link img {
  width: 100%;
}

@media (max-width: 1024px) {
  .index-about .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .index-about .container {
    width: 100%;
    padding: 0 20px;
  }
  .index-about .ia-left {
    width: 48%;
  }
  .index-about .ia-right {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .index-about .container {
    max-width: 500px;
  }
  .index-about .ia-A {
    
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-about .ia-left {
    width: 100%;
  }
  .index-about .ia-right {
    width: 100%;
  }
}

.video-mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.59);
  padding: 0 20%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  z-index: 100;
}

.video-mask .video-box {
  width: 100%;
  position: relative;
}

.video-mask video {
  width: 100%;
}

.video-mask video source {
  width: 100%;
}

.video-mask .video-mask-close {
  position: absolute;
  right: 0;
  top: -.5rem;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 900px) {
  .video-mask {
    padding: 0 5%;
  }
}

.index-products-services {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.4rem 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.index-products-services .container {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}

.index-products-services .radius {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: solid 1px #ffffff;
  margin: 0 auto;
  position: relative;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.index-products-services .radius-title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: .15rem;
}

.index-products-services .radius-text {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #ffffff;
}

.index-products-services .list {
  width: 100%;
}

.index-products-services .item {
  width: 3.9rem;
  position: absolute;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-products-services .item:hover {
  z-index: 1;
}

.index-products-services .item:hover .item-left {
  padding: .2rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, 0.04);
}

.index-products-services .item:hover .item-left:before {
  display: inline-block;
}

.index-products-services .item:hover .item-img {
  
  
  display: flex;
}

.index-products-services .item:hover .item-title {
  color: #06a249;
}

.index-products-services .item:hover .item-content {
  color: #666666;
  -webkit-line-clamp: 15;
  max-height: none;
  text-align: justify;
}

.index-products-services .item:hover .item-radius .img-1 {
  display: none;
}

.index-products-services .item:hover .item-radius .img-2 {
  display: inline-block;
}

.index-products-services .item:nth-child(1) {
  left: .88rem;
  top: 0;
}

.index-products-services .item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  right: .88rem;
  top: 0;
}

.index-products-services .item:nth-child(2) .item-left:before {
  left: -.13rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-products-services .item:nth-child(3) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: .88rem;
  bottom: 0;
  margin-top: 0;
}

.index-products-services .item:nth-child(3) .item-left:before {
  right: -.13rem;
  top: auto;
  bottom: .34rem;
}

.index-products-services .item:nth-child(3) .item-radius {
  margin-bottom: .28rem;
}

.index-products-services .item:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: .88rem;
  bottom: 0;
  margin-top: 0;
}

.index-products-services .item:nth-child(4) .item-left:before {
  left: -.13rem;
  top: auto;
  bottom: .34rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.index-products-services .item:nth-child(4) .item-radius {
  margin-bottom: .28rem;
}

.index-products-services .item-left {
  width: 3rem;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-products-services .item-left:before {
  content: '';
  display: none;
  background-image: url(/themes/pc_cn/public/assets/images/100.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .13rem;
  height: .24rem;
  position: absolute;
  right: -.13rem;
  top: .34rem;
}

.index-products-services .item-img {
  width: 100%;
  display: none;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-bottom: .15rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.index-products-services .item-img img {
  width: 100%;
}

.index-products-services .item-title {
  width: 100%;
  /*text-align: right;*/
  text-align: center;
  font-family: SourceHanSansSC-Medium;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: .1rem;
  font-size: 20px;
}

.index-products-services .item-content {
  width: 100%;
  line-height: 1.625;
  max-height: 6.5em;
  color: #ffffff;
  text-align: left;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index-products-services .item-radius {
  width: .37rem;
  height: .37rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-top: .28rem;
}

.index-products-services .item-radius img {
  max-width: 100%;
  max-height: 100%;
}

.index-products-services .item-radius .img-2 {
  display: none;
}

@media (max-width: 1024px) {
  .index-products-services .container {
    width: 100%;
    padding: 0 20px;
  }
  .index-products-services .radius {
    width: 100%;
    height: auto;
    border: none;
    margin-bottom: 25px;
  }
  .index-products-services .item {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    position: static;
    margin-bottom: 25px;
  }
  .index-products-services .item-left {
    width: calc(100% - .60rem);
    margin-left: .23rem;
  }
  .index-products-services .item-left:before {
    display: none !important;
  }
  .index-products-services .item-img img {
    width: auto;
  }
  .index-products-services .item-title {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .index-products-services .container {
    max-width: 500px;
  }
}

.index-inf {
  width: 100%;
  padding: .8rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-inf .container {
  width: 12rem;
  margin: 0 auto;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-inf .inf-left {
  width: 8.4rem;
}

.index-inf .inf-title {
  width: 100%;
  padding-bottom: .15rem;
  
  
  display: flex;
  border-bottom: 1px solid #dddddd;
  margin-bottom: .3rem;
}

.index-inf .inf-title:before {
  content: '';
  display: inline-block;
  width: .04rem;
  background-color: #06a249;
  margin-right: .2rem;
}

.index-inf .title {
  
  line-height: 1.25;
  color: #333;
}

.index-inf .left-list {
  width: 100%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-inf .left-item {
  width: 48.5%;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  margin-bottom: .25rem;
  cursor: pointer;
}

.index-inf .left-item:hover .content-title {
  font-weight: bold;
  color: #06a249;
}

.index-inf .left-item-img {
  width: 22%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.index-inf .left-item-img img {
  width: 100%;
}

.index-inf .left-item-content {
  width: 74.3%;
  margin-left: 3.7%;
}

.index-inf .content-title {
  width: 100%;
  
  line-height: 2;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-inf .content-text {
  width: 100%;
  line-height: 1.4;
  max-height: 2.8em;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-inf .inf-right {
  width: 3rem;
}

.index-inf .right-list {
  width: 100%;
}

.index-inf .right-list-item {
  width: 100%;
  
  line-height: 2;
  color: #333;
  cursor: pointer;
  display: inline-block;
}

.index-inf .right-list-item:hover {
  font-weight: bold;
  color: #06a249;
}

@media (max-width: 1400px) {
  .index-inf .left-item-img {
    width: 30%;
  }
  .index-inf .left-item-content {
    width: 67%;
    margin-left: 3%;
  }
}

@media (max-width: 1080px) {
  .index-inf .container {
    width: 100%;
    padding: 0 20px;
  }
  .index-inf .inf-left {
    width: 76%;
  }
  .index-inf .inf-right {
    width: 20%;
  }
}

@media (max-width: 700px) {
  .index-inf .container {
    
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-inf .inf-left {
    width: 100%;
  }
  .index-inf .inf-right {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .index-inf .container {
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .index-inf .left-item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.index-news-inf {
  width: 100%;
  background-color: #fff;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.index-news-inf .container {
  width: 12rem;
  margin: 0 auto;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-news-inf .ni-left {
  width: 63%;
}

.index-news-inf .left-A {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
  margin-bottom: .4rem;
}

.index-news-inf .left-nav {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
}

.index-news-inf .nav-item {
  width: auto;
  
  line-height: 1.25;
  color: #666666;
  padding-bottom: .15rem;
  cursor: pointer;
  position: relative;
  margin-right: .4rem;
}

.index-news-inf .nav-item:hover {
  color: #06a249;
}

.index-news-inf .nav-item:hover:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: .03rem;
  background-color: #06a249;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-news-inf .nav-item.active {
  color: #06a249;
}

.index-news-inf .nav-item.active:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: .03rem;
  background-color: #06a249;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-news-inf .more {
  width: auto;
  
  line-height: 1.25;
  color: #333;
  padding-top: .05rem;
}

.index-news-inf .left-B-box {
  width: 100%;
}

.index-news-inf .left-B {
  width: 100%;
  
  
  display: flex;
}

.index-news-inf .news-inf-swiper {
  width: 3.7rem;
}

.index-news-inf .ni-swiper {
  width: 100%;
}

.index-news-inf .ni-item {
  width: 100%;
  cursor: pointer;
}

.index-news-inf .ni-item:hover .ni-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-news-inf .ni-item:hover .content {
  font-weight: bold;
  color: #06a249;
}

.index-news-inf .ni-item-img {
  width: 100%;
  margin-bottom: .3rem;
  overflow: hidden;
}

.index-news-inf .ni-item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news-inf .ni-item-content {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
}

.index-news-inf .swiper-button-prev {
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/19.png);
  width: .3rem;
  height: .6rem;
  left: 0;
  top: 40%;
}

.index-news-inf .swiper-button-next {
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/20.png);
  width: .3rem;
  height: .6rem;
  right: 0;
  top: 40%;
}

@media (max-width: 1080px) {
  .index-news-inf .swiper-button-prev {
    width: 30px;
    height: 60px;
  }
  .index-news-inf .swiper-button-next {
    width: 30px;
    height: 60px;
  }
}

.index-news-inf .date-box {
  width: .7rem;
  border-right: 1px solid #ddd;
  margin-right: .15rem;
}

.index-news-inf .year {
  width: 100%;
  font-family: Arial;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
  margin-bottom: .1rem;
}

.index-news-inf .date {
  width: 100%;
  font-family: Arial;
  line-height: 1.2;
  color: #666666;
}

.index-news-inf .content {
  width: calc(100% - .85rem);
  
  line-height: 1.2;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-inf .left-list {
  width: calc(100% - 3.9rem);
  margin-left: .2rem;
}

.index-news-inf .list-item {
  width: 100%;
  padding: .2rem .1rem;
  border-bottom: 1px solid #eeeeee;
  
  
  display: flex;
  cursor: pointer;
}

.index-news-inf .list-item:last-child {
  border-bottom: 0;
}

.index-news-inf .list-item:hover .content-title {
  font-weight: bold;
  color: #06a249;
}

.index-news-inf .item-date-box {
  width: .6rem;
}

.index-news-inf .item-content {flex: 1;width: calc(100% - 0.6rem);}

.index-news-inf .content-title {
  width: 100%;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-inf .content-text {
  width: 100%;
  line-height: 1.5;
  height: 3em;
  color: #999999;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news-inf .ni-right {
  width: 34%;
}

.index-news-inf .right-A {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: .15rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .4rem;
}

.index-news-inf .right-title {
  width: auto;
  
  
  display: flex;
}

.index-news-inf .right-title:before {
  content: '';
  display: inline-block;
  width: .04rem;
  background-color: #06a249;
  margin-right: .2rem;
}

.index-news-inf .title {
  width: auto;
  
  line-height: 1.25;
  color: #333;
}

.index-news-inf .right-list {
  width: 100%;
}

.index-news-inf .right-list-item {
  width: 100%;
  
  
  display: flex;
  margin-bottom: .25rem;
  cursor: pointer;
}

.index-news-inf .right-list-item:hover .item-date {
  color: #06a249;
}

.index-news-inf .right-list-item:hover .item-text {
  color: #06a249;
}

.index-news-inf .item-date {
  width: 5.5em;
  font-family: Arial;
  line-height: 1.25;
  color: #999999;
}

.index-news-inf .item-text {
  width: calc(100% - 5.5em);
  
  line-height: 1.25;
  color: #333;
  padding-left: .15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1080px) {
  .index-news-inf .container {
    width: 100%;
    padding: 0 20px;
  }
  .index-news-inf .news-inf-swiper {
    width: 100%;
  }
  .index-news-inf .left-B {
    
    
        
            flex-direction: column;
  }
  .index-news-inf .news-inf-swiper {
    margin-bottom: 15px;
  }
  .index-news-inf .date-box {
    width: 10%;
    margin-right: 2.5%;
  }
  .index-news-inf .left-list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .index-news-inf .list-item {
    padding-left: 0;
    padding-right: 0;
  }
  .index-news-inf .item-date-box {
    width: 10%;
  }
  .index-news-inf .item-content {
    width: 98%;
    /* margin-left: 2%; */
  }
  .index-news-inf .content {
    width: 87.5%;
  }
}

@media (max-width: 900px) {
  .index-news-inf .container {
    width: 100%;
  }
  .index-news-inf .news-inf-swiper {
    margin-bottom: 25px;
  }
  .index-news-inf .left-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .index-news-inf .container {
    max-width: 500px;
    
    
        
            flex-direction: column;
  }
  .index-news-inf .ni-left {
    width: 100%;
  }
  .index-news-inf .ni-right {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .index-news-inf .item-date-box {
    width: 55px;
  }
  .index-news-inf .date-box {
    width: 50px;
    margin-right: 10px;
  }
  .index-news-inf .content {
    width: calc(100% - 60px);
  }
  .index-news-inf .item-content {
    width: calc(100% - 65px);
    /* margin-left: 10px; */
  }
}

.banner {
  width: 100%;
  height: 0;
  padding-top: 21.875%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.banner .banner-bg {
  width: 100%;
}

.banner .banner-content {
  width: 10rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.banner .banner-content.center {
  width: 12rem;
}

.banner .banner-content.center .cn-title {
  width: auto;
}

.banner .banner-content.center .en-title {
  width: auto;
}

.banner .cn-title {
  width: 100%;
  
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: .15rem;
}

.banner .en-title {
  width: 100%;
  font-family: Arial;
  line-height: 1.3;
  color: #ffffff;
}

@media (max-width: 900px) {
  .banner .banner-content {
    width: 100%;
    padding: 0 10px;
  }
  .banner .banner-content.center {
    width: 100%;
  }
}

.main-nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee8a;
}

.main-nav .nav-container {
  width: 12rem;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav .nav-left {
  width: auto;
  min-height: .7rem;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-nav .nav-home {
  width: auto;
  height: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  padding-right: .18rem;
  margin-right: .18rem;
  cursor: pointer;
}

.main-nav .nav-home img {
  width: .18rem;
}

.main-nav .nav-home .img-2 {
  display: none;
}

.main-nav .nav-home:hover .img-1 {
  display: none;
}

.main-nav .nav-home:hover .img-2 {
  display: inline-block;
}

@media (max-width: 1920px) {
  .main-nav .nav-home img {
    width: 18px;
  }
}



.main-nav .nav-link {
  width: auto;
  height: 100%;
  cursor: pointer;
  
  line-height: 1.5;
  color: #333;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-nav .nav-link:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/118.png);
  width: .18rem;
  height: .18rem;
  margin: 0 .1rem;
}

.main-nav .nav-link:last-child:after {
  display: none;
}

@media (min-width: 601px) {
  .main-nav .nav-link:hover {
    font-weight: bold;
    color: #06a249;
  }
}

@media (max-width: 1920px) {
  .main-nav .nav-link:after {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
}

.main-nav .nav-list {
  width: auto;
  min-height: .7rem;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-nav .nav-item {
  width: auto;
  cursor: pointer;
  margin-left: .2rem;
  
  line-height: 1.5;
  color: #333;
}

.main-nav .nav-item:hover {
  
  font-weight: bold;
  color: #06a249;
}

.main-nav .nav-item.active {
  
  font-weight: bold;
  color: #06a249;
}

@media (max-width: 900px) {
  .main-nav .nav-container {
    width: 100%;
  }
  .main-nav .nav-left {
    padding-left: 10px;
    min-height: 50px;
  }
  .main-nav .nav-list {
    padding-right: 10px;
    min-height: 50px;
  }
}

@media (max-width: 600px) {
  .main-nav .nav-container {
    
    
        
            flex-direction: column;
  }
  .main-nav .nav-left {
    width: 100%;
    border-bottom: 1px solid #eeeeee8a;
    padding: 0 10px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    min-height: 50px;
  }
  .main-nav .nav-home {
    height: auto;
    border-right: 0;
    border-right: 1px solid #eeeeee8a;
  }
  .main-nav .nav-home .img-1 {
    display: none !important;
  }
  .main-nav .nav-home .img-2 {
    display: inline-block !important;
  }
  .main-nav .nav-link {
    height: auto;
  }
  .main-nav .nav-link:last-child {
    font-weight: bold;
    color: #06a249;
  }
  .main-nav .nav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    display: none;
  }
  .main-nav .nav-item {
    margin-left: 0;
    margin-right: 15px;
  }
}

.main-news-center-details {
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .8rem;
}

.main-news-center-details .ncd-container {
  width: 12rem;
  margin: 0 auto;
  
  
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news-center-details .ncd-left {
  width: 8.4rem;
}

.main-news-center-details .left-A {
  width: 100%;
}

.main-news-center-details .left-title {
  width: 100%;
  line-height: 1.3;
  color: #333;
  margin-bottom: .2rem;
}

.main-news-center-details .left-box {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #8c8c8c;
}

.main-news-center-details .date-share {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-news-center-details .date {
  width: auto;
  
  line-height: 1.5;
  color: #999999;
}

.main-news-center-details .share {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  margin-left: .8rem;
}

.main-news-center-details .share-text {
  width: auto;
  
  line-height: 1.625;
  color: #999999;
}

.main-news-center-details .share-item {
  width: auto;
  height: .18rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin: 0 .15rem;
  cursor: pointer;
}

.main-news-center-details .share-item img {
  width: auto;
  height: 100%;
}

.main-news-center-details .share-item .img-2 {
  display: none;
}

.main-news-center-details .share-item:hover .img-1 {
  display: none;
}

.main-news-center-details .share-item:hover .img-2 {
  display: inline-block;
}

@media (max-width: 1920px) {
  .main-news-center-details .share-item {
    height: 15px;
  }
}

.main-news-center-details .return-list {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
}

.main-news-center-details .return-list .rl-icon {
  width: .16rem;
  margin-left: .1rem;
}

.main-news-center-details .return-list:hover .rl-text {
  color: #06a249;
}

@media (max-width: 1920px) {
  .main-news-center-details .return-list .rl-icon {
    width: 15px;
  }
}

.main-news-center-details .rl-text {
  width: auto;
  
  color: #333;
}

.main-news-center-details .left-content {
  width: 100%;
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.main-news-center-details .left-content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.7;
  color: #666666;
}

.main-news-center-details .left-link {
  width: 100%;
  border-top: 1px dashed #8c8c8c;
  padding-top: .4rem;
  
  
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news-center-details .link-box {
  width: 72%;
}

.main-news-center-details .link-item {
  width: 100%;
  cursor: pointer;
  font-family: SourceHanSansSC-Light;
  line-height: 2.14;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-news-center-details .link-item:hover {
  color: #06a249;
}

.main-news-center-details .download {
  width: 25%;
  
  
  display: flex;
  
      
          justify-content: flex-end;
}

.main-news-center-details .download-link {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
  border-radius: .21rem;
  border: solid 1px #666666;
  padding: .1rem .3rem;
}

.main-news-center-details .download-link:hover {
  background-color: #fff;
  border-color: #06a249;
}

.main-news-center-details .download-link:hover .download-link-text {
  color: #06a249;
}

.main-news-center-details .download-link-text {
  width: auto;
  font-family: SourceHanSansSC-Light;
  line-height: 1.25;
  color: #666666;
}

.main-news-center-details .download-link-icon {
  width: .15rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-left: .1rem;
}

.main-news-center-details .download-link-icon img {
  width: 100%;
}

@media (max-width: 1920px) {
  .main-news-center-details .download-link-icon {
    width: 12px;
  }
}

.main-news-center-details .ncd-right {
  width: 3rem;
}

.main-news-center-details .right-title {
  width: 100%;
  
  
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .2rem;
}

.main-news-center-details .title {
  width: auto;
  
  line-height: 1.6;
  color: #333;
}

.main-news-center-details .more {
  width: auto;
  cursor: pointer;
  
  line-height: 1.6;
  color: #333;
}

.main-news-center-details .more:hover {
  color: #06a249;
}

.main-news-center-details .right-item {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: .3rem;
}

.main-news-center-details .right-item:hover .ri-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-news-center-details .right-item:hover .ri-date {
  color: #06a249;
}

.main-news-center-details .right-item:hover .ri-text {
  color: #06a249;
}

.main-news-center-details .ri-img {
  width: 100%;
  margin-bottom: .2rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  overflow: hidden;
}

.main-news-center-details .ri-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-news-center-details .ri-date {
  width: 100%;
  font-family: Arial;
  line-height: 1.875;
  color: #666666;
}

.main-news-center-details .ri-text {
  width: 100%;
  line-height: 1.5;
  max-height: 3em;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 900px) {
  .main-news-center-details .ncd-container {
    width: 100%;
    padding: 0 10px;
  }
  .main-news-center-details .ncd-left {
    width: 70%;
  }
  .main-news-center-details .ncd-right {
    width: 25%;
  }
  .main-news-center-details .left-link {
    
    
        
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-news-center-details .link-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-news-center-details .download {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .main-news-center-details .date-share {
    
    
        
            flex-direction: column;
  }
  .main-news-center-details .date {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-news-center-details .share {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .main-news-center-details .ncd-container {
    
    
        
            flex-direction: column;
  }
  .main-news-center-details .ncd-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .main-news-center-details .ncd-right {
    width: 100%;
  }
}

.main-news-center {
  width: 100%;
  background-color: #ffffff;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.main-news-center .nc-container {
  width: 12rem;
  margin: 0 auto;
}

.main-news-center .news-center-swiper {
  width: 100%;
  margin-bottom: .5rem;
}

.main-news-center .nc-swiper {
  width: 100%;
}

.main-news-center .ncs-item {
  width: 100%;
  
  
  display: flex;
}

.main-news-center .ncs-item:hover .ncs-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-news-center .ncs-item:hover .content-title {
  font-weight: bold;
}

.main-news-center .ncs-item-img {
  width: 50%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.main-news-center .ncs-item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-news-center .ncs-item-content {
  width: 50%;
  background-color: #f6f6f6;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: .6rem;
  padding-right: .5rem;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news-center .content-box {
  width: 100%;
}

.main-news-center .content-date {
  width: 100%;
  font-family: Arial;
  line-height: 1.6;
  color: #333;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-news-center .content-date:after {
  content: '';
  display: inline-block;
  width: .5rem;
  height: 1px;
  background-color: #737373;
  margin-left: .2rem;
}

.main-news-center .content-title {
  width: 100%;
  
  line-height: 2.5;
  color: #06a249;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
}

.main-news-center .content-text {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.7;
  height: 5.1em;
  color: #999999;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: .15rem;
}

.main-news-center .view-details {
  width: 100%;
  
  
  display: flex;
}

.main-news-center .view-details-link {
  cursor: pointer;
  width: auto;
  background-color: #06a249;
  border-radius: .2rem;
  padding: .1rem .4rem;
  font-family: SourceHanSansSC-Light;
  line-height: 1.25;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-news-center .view-details-link:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.main-news-center .swiper-pagination {
  width: auto;
  left: auto;
  right: .5rem;
  bottom: .75rem;
}

.main-news-center .swiper-pagination .swiper-pagination-bullet {
  width: .1rem;
  height: .1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 1;
}

@media (max-width: 1920px) {
  .main-news-center .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.main-news-center .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1e8e44;
}

.main-news-center .nc-wrap {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news-center .nc-right {
  width: 25%;
}

.main-news-center .right-title {
  width: 100%;
  
  
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .2rem;
}

.main-news-center .title {
  width: auto;
  
  line-height: 1.6;
  color: #333;
}

.main-news-center .more {
  width: auto;
  cursor: pointer;
  
  line-height: 1.6;
  color: #333;
}

.main-news-center .more:hover {
  color: #06a249;
}

.main-news-center .right-item {
  width: 100%;
  display: block;
  cursor: pointer;
  margin-bottom: .3rem;
}

.main-news-center .right-item:hover .ri-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-news-center .right-item:hover .ri-date {
  color: #06a249;
}

.main-news-center .right-item:hover .ri-text {
  color: #06a249;
  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.main-news-center .ri-img {
  width: 100%;
  margin-bottom: .2rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  overflow: hidden;
}

.main-news-center .ri-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-news-center .ri-date {
  width: 100%;
  font-family: Arial;
  line-height: 1.875;
  color: #666666;
}

.main-news-center .ri-text {
  width: 100%;
  line-height: 1.5;
  max-height: 3em;
  color: #333;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-news-center .nc-left {
  width: 70%;
}

.main-news-center .left-title {
  width: 100%;
  
  line-height: 1.6;
  color: #333;
  margin-bottom: .2rem;
}

.main-news-center .left-list {
  width: 100%;
}

.main-news-center .item {
  width: 100%;
  
  
  display: flex;
  padding-bottom: .4rem;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: .4rem;
}

.main-news-center .item .content-text {
  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}

.main-news-center .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-news-center .item:hover .content-title {
  font-weight: bold;
}

.main-news-center .item-img {
  width: 36%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.main-news-center .item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-news-center .item-content {
  width: 64%;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: .4rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

@media (max-width: 600px) {
  .main-news-center .nc-container {
    width: 100%;
    padding: 0 10px;
  }
  .main-news-center .news-center-swiper {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .main-news-center .ncs-item {
    
    
        
            flex-direction: column;
  }
  .main-news-center .ncs-item-img {
    width: 100%;
  }
  .main-news-center .ncs-item-content {
    width: 100%;
  }
  .main-news-center .nc-wrap {
    
    
        
            flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .main-news-center .nc-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .main-news-center .nc-right {
    width: 100%;
  }
  .main-news-center .right-item {
    margin-bottom: 25px;
  }
}

@media (max-width: 400px) {
  .main-news-center .item {
    
    
        
            flex-direction: column;
  }
  .main-news-center .item-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-news-center .item-content {
    width: 100%;
    padding-left: 0;
  }
}

.main-organizational-framework {
  width: 100%;
  background-color: #ffffff;
}

.main-organizational-framework .of-bg {
  width: 100%;
}

.main-organizational-framework .of-bg img {
  width: 100%;
}

.main-notice {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .8rem;
  background-color: #ffffff;
}

.main-notice .notice-container {
  width: 12rem;
  margin: 0 auto;
}

.main-notice .container-title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .35rem;
}

.main-notice .notice-wrap {
  width: 100%;
  position: relative;
  margin-bottom: .7rem;
  padding: 0 1.1rem;
}

.main-notice .notice-wrap:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/42.png);
  width: 100%;
  height: .04rem;
  position: absolute;
  left: 0;
  bottom: .05rem;
  z-index: 2;
}

@media (max-width: 1920px) {
  .main-notice .notice-wrap:after {
    height: 4px;
    bottom: 5px;
  }
}

.main-notice .notice-swiper {
  width: 100%;
  z-index: 3;
}

.main-notice .ns-item {
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-notice .ns-item.active .ns-item-radius .img-1 {
  display: none;
}

.main-notice .ns-item.active .ns-item-radius .img-2 {
  display: inline-block;
}

.main-notice .ns-item-num {
  width: auto;
  font-family: Arial;
  line-height: 1.25;
  color: #666666;
}

.ns-item.active .ns-item-num{
  color: #06a249;
}

.main-notice .ns-item-num:after {
  content: '';
  display: block;
  background-image: url(/themes/pc_cn/public/assets/images/49.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2px;
  height: .15rem;
  margin: .1rem auto;
}

.main-notice .ns-item-radius {
  width: .16rem;
  height: .16rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-notice .ns-item-radius img {
  width: 100%;
  height: 100%;
}

.main-notice .ns-item-radius .img-2 {
  display: none;
}

@media (max-width: 1920px) {
  .main-notice .ns-item-radius {
    width: 12px;
    height: 12px;
  }
}

.main-notice .notice-prev {
  background-image: url(/themes/pc_cn/public/assets/images/45.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  left: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-notice .notice-prev:hover {
  background-image: url(/themes/pc_cn/public/assets/images/47.png);
}

.main-notice .notice-next {
  background-image: url(/themes/pc_cn/public/assets/images/46.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  right: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-notice .notice-next:hover {
  background-image: url(/themes/pc_cn/public/assets/images/48.png);
}

@media (max-width: 1920px) {
  .main-notice .notice-prev {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
  .main-notice .notice-next {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
}

.main-notice .notice-list {
  width: 100%;
  border-top: 1px solid #eeeeee;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .5rem;
}

.main-notice .nl-item {
  width: 100%;
  
  
  display: flex;
  padding: .28rem 0;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.main-notice .nl-item:hover .nl-item-left {
  font-weight: bold;
  color: #06a249;
}

.main-notice .nl-item:hover .nl-item-left:before {
  background-color: #06a249;
}

.main-notice .nl-item:hover .nl-item-right {
  font-weight: bold;
  color: #06a249;
}

.main-notice .nl-item-left {
  /* width: 84%; */
  flex: 1;
  line-height: 1.375;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-notice .nl-item-left:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #666666;
  margin-right: .1rem;
  vertical-align: middle;
}

.main-notice .nl-item-right {
  width: 16%;
  font-family: Arial;
  line-height: 1.375;
  color: #999999;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .main-notice .notice-container {
    width: 100%;
    padding: 0 10px;
  }
  .main-notice .notice-wrap {
    padding: 0 20px;
  }
  .main-notice .ns-item {
    margin: 0;
  }
}

@media (max-width: 500px) {
  .main-notice .nl-item {
    width: 100%;
  }
}

.main-page {
  width: 100%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-page .page-item {
  min-width: .42rem;
  min-height: .42rem;
  line-height: .42rem;
  background-color: rgba(238, 238, 238, 0.3);
  text-align: center;
  border-radius: .21rem;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin: 0 .12rem;
  cursor: pointer;
}

.main-page .page-item img {
  width: .08rem;
}

.main-page .page-item .img-2 {
  display: none;
}

.main-page .page-item:hover {
  background-color: #06a249;
  color: #ffffff;
}

.main-page .page-item:hover .img-1 {
  display: none;
}

.main-page .page-item:hover .img-2 {
  display: inline-block;
}

.main-page .page-item.active {
  background-color: #06a249;
  color: #ffffff;
}

.main-page .page-item.active .img-1 {
  display: none;
}

.main-page .page-item.active .img-2 {
  display: inline-block;
}

@media (max-width: 1920px) {
  .main-page .page-item {
    min-width: 36px;
    min-height: 36px;
    line-height: 36px;
    border-radius: 18px;
    margin-bottom: .12rem;
  }
}

.main-investor-relations {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .8rem;
  background-color: #ffffff;
}

.main-investor-relations .investor-relations-container {
  width: 12rem;
  margin: 0 auto;
}

.main-investor-relations .container-title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .35rem;
}

.main-investor-relations .investor-relations-wrap {
  width: 100%;
  position: relative;
  margin-bottom: .7rem;
  padding: 0 1.1rem;
}

.main-investor-relations .investor-relations-wrap:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/42.png);
  width: 100%;
  height: .04rem;
  position: absolute;
  left: 0;
  bottom: .05rem;
  z-index: 2;
}

@media (max-width: 1920px) {
  .main-investor-relations .investor-relations-wrap:after {
    height: 4px;
    bottom: 5px;
  }
}

.main-investor-relations .investor-relations-swiper {
  width: 100%;
  z-index: 3;
}

.main-investor-relations .ns-item {
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-investor-relations .ns-item.active .ns-item-radius .img-1 {
  display: none;
}

.main-investor-relations .ns-item.active .ns-item-radius .img-2 {
  display: inline-block;
}

.main-investor-relations .ns-item-num {
  width: auto;
  font-family: Arial;
  line-height: 1.25;
  color: #666666;
}

.main-investor-relations .ns-item-num:after {
  content: '';
  display: block;
  background-image: url(/themes/pc_cn/public/assets/images/49.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2px;
  height: .15rem;
  margin: .1rem auto;
}

.main-investor-relations .ns-item-radius {
  width: .16rem;
  height: .16rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-investor-relations .ns-item-radius img {
  width: 100%;
  height: 100%;
}

.main-investor-relations .ns-item-radius .img-2 {
  display: none;
}

@media (max-width: 1920px) {
  .main-investor-relations .ns-item-radius {
    width: 12px;
    height: 12px;
  }
}

.main-investor-relations .investor-relations-prev {
  background-image: url(/themes/pc_cn/public/assets/images/45.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  left: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-investor-relations .investor-relations-prev:hover {
  background-image: url(/themes/pc_cn/public/assets/images/47.png);
}

.main-investor-relations .investor-relations-next {
  background-image: url(/themes/pc_cn/public/assets/images/46.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  right: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-investor-relations .investor-relations-next:hover {
  background-image: url(/themes/pc_cn/public/assets/images/48.png);
}

@media (max-width: 1920px) {
  .main-investor-relations .investor-relations-prev {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
  .main-investor-relations .investor-relations-next {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
}

.main-investor-relations .ir-content {
  width: 100%;
  background-color: #f6f6f6;
  padding: .4rem;
  word-break: break-all;
}

.main-investor-relations .ir-content img {
  width: 100%;
}

@media (max-width: 600px) {
  .main-investor-relations .investor-relations-container {
    width: 100%;
    padding: 0 10px;
  }
  .main-investor-relations .investor-relations-wrap {
    padding: 0 20px;
  }
}

.main-business-profile {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: 1rem;
}

.main-business-profile .title-box {
  width: 12rem;
  margin: 0 auto;
  margin-bottom: .4rem;
}

.main-business-profile .title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .25rem;
}

.main-business-profile .title-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Normal;
  line-height: 1.875;
  color: #333;
}

.main-business-profile .list {
  width: 100%;
}

.main-business-profile .item {
  width: 100%;
  
  
  display: flex;
}

.main-business-profile .item:nth-child(odd) .item-content {
  
      
          justify-content: flex-end;
  padding-left: 0;
  padding-right: .6rem;
}

.main-business-profile .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-business-profile .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-business-profile .item:hover .content-title {
  font-weight: bold;
  color: #06a249;
}

.main-business-profile .item:hover .content-title:after {
  background-color: #06a249;
}

.main-business-profile .item-img {
  width: 50%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.main-business-profile .item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-business-profile .item-content {
  width: 50%;
  padding-left: .6rem;
  
  
  display: flex;
}

.main-business-profile .content {
  width: 5.4rem;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-business-profile .content-title {
  width: 100%;
  
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  padding-bottom: .28rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: .3rem;
}

.main-business-profile .content-title:after {
  content: '';
  display: inline-block;
  width: .2rem;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.main-business-profile .content-text {
  width: 100%;
  height: 9.375em;
  margin-bottom: .3rem;
}

.main-business-profile .content-text p {
  
  line-height: 1.875;
  color: #666666;
}

.main-business-profile .content-text .mCSB_scrollTools {
  opacity: 1;
}

.main-business-profile .content-text .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: transparent;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-business-profile .content-text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background-color: #06a249;
  border-radius: 6px;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-business-profile .content-text .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.main-business-profile .content-text .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #06a249;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-business-profile .content-text .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #06a249;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-business-profile .content-link {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-business-profile .link-icon {
  width: .18rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-business-profile .link-icon img {
  width: 100%;
}

@media (max-width: 1920px) {
  .main-business-profile .link-icon {
    width: 15px;
  }
}

.main-business-profile .link {
  width: calc(100% - .1rem);
  cursor: pointer;
  
  line-height: 1.875;
  color: #666666;
  margin-left: .1rem;
}

@media (max-width: 900px) {
  .main-business-profile .content-text {
    height: 5.625em;
  }
}

@media (max-width: 600px) {
  .main-business-profile .title-box {
    width: 100%;
    padding: 0 10px;
  }
  .main-business-profile .title-text {
    text-align: justify;
  }
  .main-business-profile .list {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .main-business-profile .item {
    
    
        
            flex-direction: column;
    margin-bottom: 25px;
  }
  .main-business-profile .item:nth-child(odd) .item-content {
    padding: 0;
  }
  .main-business-profile .item:nth-child(even) {
    
    
        
            flex-direction: column;
  }
  .main-business-profile .item-img {
    width: 100%;
  }
  .main-business-profile .item-content {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .main-business-profile .content {
    width: 100%;
    padding: 0;
  }
  .main-business-profile .content-text {
    height: auto;
  }
}

.main-business-profile-list {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: 1rem;
}

.main-business-profile-list .container {
  width: 12rem;
  margin: 0 auto;
}

.main-business-profile-list .title-box {
  width: 100%;
  margin-bottom: .4rem;
}

.main-business-profile-list .title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .25rem;
}

.main-business-profile-list .title-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Normal;
  line-height: 1.875;
  color: #333;
  text-align: justify;
}

.main-business-profile-list .list {
  width: 100%;
}

.main-business-profile-list .list-box {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-business-profile-list .list-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-business-profile-list .item {
  cursor: pointer;
  overflow: hidden;
}

.main-business-profile-list .item:hover .item-content {
  height: 100%;
  top: 0;
  background-color: rgba(6, 162, 73, 0.6);
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-business-profile-list .item:hover .content {
  
}

.main-business-profile-list .item.show .item-content {
  height: 100%;
  bottom: 0;
  background-color: rgba(6, 162, 73, 0.6);
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.main-business-profile-list .item.show .content {
  
}

.main-business-profile-list .item-s {
  width: 40%;
  position: relative;
  margin-bottom: .1rem;
}

.main-business-profile-list .item-l {
  width: 59%;
  position: relative;
  margin-bottom: .1rem;
}

.main-business-profile-list .item-bg {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-business-profile-list .item-bg img {
  width: 100%;
}

.main-business-profile-list .item-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  padding: 0 .65rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-business-profile-list .content-title {
  width: 100%;
  text-align: center;
  line-height: 1.25;
  color: #ffffff;
  padding-top: 0.15rem;
}

.main-business-profile-list .content {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 11.8em;
  text-align: justify; 
  /*display: none;*/
}

@media (max-width: 600px) {
  .main-business-profile-list .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-business-profile-list .title-text {
    text-align: justify;
  }
}

@media (max-width: 550px) {
  .main-business-profile-list .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-business-profile-list .title-text {
    text-align: justify;
  }
  .main-business-profile-list .list {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .main-business-profile-list .list-box {
    
    
        
            flex-direction: column;
  }
  .main-business-profile-list .list-box:nth-child(even) {
    
    
        
            flex-direction: column;
  }
  .main-business-profile-list .item {
    width: 100%;
  }
}

.main-annual-report {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .8rem;
  background-color: #ffffff;
}

.main-annual-report .annual-report-container {
  width: 12rem;
  margin: 0 auto;
}

.main-annual-report .container-title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .35rem;
}

.main-annual-report .annual-report-wrap {
  width: 100%;
  position: relative;
  margin-bottom: .7rem;
  padding: 0 1.1rem;
}

.main-annual-report .annual-report-wrap:after {
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/42.png);
  width: 100%;
  height: .04rem;
  position: absolute;
  left: 0;
  bottom: .05rem;
  z-index: 2;
}

@media (max-width: 1920px) {
  .main-annual-report .annual-report-wrap:after {
    height: 4px;
    bottom: 5px;
  }
}

.main-annual-report .annual-report-swiper {
  width: 100%;
  z-index: 3;
}

.main-annual-report .ns-item {
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-annual-report .ns-item.active .ns-item-radius .img-1 {
  display: none;
}

.main-annual-report .ns-item.active .ns-item-radius .img-2 {
  display: inline-block;
}

.main-annual-report .ns-item-num {
  width: auto;
  font-family: Arial;
  line-height: 1.25;
  color: #666666;
}

.main-annual-report .ns-item-num:after {
  content: '';
  display: block;
  background-image: url(/themes/pc_cn/public/assets/images/49.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 2px;
  height: .15rem;
  margin: .1rem auto;
}

.main-annual-report .ns-item-radius {
  width: .16rem;
  height: .16rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-annual-report .ns-item-radius img {
  width: 100%;
  height: 100%;
}

.main-annual-report .ns-item-radius .img-2 {
  display: none;
}

@media (max-width: 1920px) {
  .main-annual-report .ns-item-radius {
    width: 12px;
    height: 12px;
  }
}

.main-annual-report .annual-report-prev {
  background-image: url(/themes/pc_cn/public/assets/images/45.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  left: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-annual-report .annual-report-prev:hover {
  background-image: url(/themes/pc_cn/public/assets/images/47.png);
}

.main-annual-report .annual-report-next {
  background-image: url(/themes/pc_cn/public/assets/images/46.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: .42rem;
  height: .42rem;
  right: 0;
  top: 100%;
  margin-top: -.3rem;
}

.main-annual-report .annual-report-next:hover {
  background-image: url(/themes/pc_cn/public/assets/images/48.png);
}

@media (max-width: 1920px) {
  .main-annual-report .annual-report-prev {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
  .main-annual-report .annual-report-next {
    width: 30px;
    height: 30px;
    margin-top: -21px;
  }
}

.main-annual-report .wrap {
  width: 100%;
  overflow: hidden;
}

.main-annual-report .box {
  width: 100%;
}

.main-annual-report .list {
  width: calc(100% + .6rem);
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .6rem;
}

.main-annual-report .item {
  width: 3.6rem;
  margin-right: .6rem;
  margin-bottom: .3rem;
  cursor: pointer;
}

.main-annual-report .item:hover .item-img {
  border-color: #06a249;
}

.main-annual-report .item:hover .item-img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main-annual-report .item:hover .item-text {
  font-weight: bold;
  color: #06a249;
}

.main-annual-report .item-img {
  width: 100%;
  padding: .55rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-bottom: .18rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.main-annual-report .item-img img {
  width: auto;
  height: 3.4rem;
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.main-annual-report .item-text {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
}

@media (max-width: 600px) {
  .main-annual-report .annual-report-container {
    width: 100%;
    padding: 0 10px;
  }
  .main-annual-report .annual-report-wrap {
    padding: 0 20px;
  }
  .main-annual-report .list {
    width: 103%;
  }
  .main-annual-report .item {
    width: 31%;
    margin-right: 2%;
  }
}

@media (max-width: 450px) {
  .main-annual-report .list {
    width: 102%;
  }
  .main-annual-report .item {
    width: 48%;
    margin-right: 2%;
  }
}

.main-about-us {
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .85rem;
  background-color: #fff;
}

.main-about-us .about-us-container {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}

.main-about-us .au-logo {
  width: auto;
  position: relative;
}

.main-about-us .au-logo-pic {
  width: 1.5rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-about-us .au-logo-pic img {
  width: 100%;
}

.main-about-us .au-logo-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-top: -.7em;
  margin-left: 2.5em;
  font-family: SourceHanSansCN-Medium;
  line-height: 1.25;
  color: #4e8b4e;
  white-space: nowrap;
}

.main-about-us .list {
  width: 100%;
  padding-top: .55rem;
  margin-top: -.25rem;
  padding-bottom: .8rem;
  padding-left: .63rem;
  position: relative;
  display: none;
}

.main-about-us .list:before {
  content: '';
  display: inline-block;
  width: .04rem;
  height: 100%;
  background-color: #9abcda;
  position: absolute;
  left: .63rem;
  top: 0;
}

.main-about-us .list:after {
  content: '';
  display: inline-block;
  background-image: url(/themes/pc_cn/public/assets/images/70.png);
  background-position: center center;
  background-size: 100% 100%;
  width: .44rem;
  height: .4rem;
  position: absolute;
  left: .44rem;
  bottom: 0;
}

@media (max-width: 1920px) {
  .main-about-us .list:before {
    width: 3px;
  }
}

.main-about-us .item {
  width: 100%;
  padding-left: .8rem;
  position: relative;
  margin-bottom: .3rem;
}

.main-about-us .item:before {
  content: '';
  display: inline-block;
  width: .18rem;
  height: .18rem;
  background-color: #9abcda;
  border-radius: 50%;
  position: absolute;
  left: -.065rem;
  top: .5em;
}

.main-about-us .item:after {
  content: '';
  display: inline-block;
  width: .5rem;
  height: 1px;
  background-color: #9abcda;
  position: absolute;
  left: .22rem;
  top: .9em;
}

.main-about-us .item-year {
  width: 100%;
  font-family: Arial;
  line-height: 1.2;
  color: #333;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
}

.main-about-us .item-year:after {
  content: '';
  display: inline-block;
  width: .11rem;
  height: .07rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(/themes/pc_cn/public/assets/images/71.png);
  margin-left: .14rem;
}

.main-about-us .item-content {
  width: 100%;
  background-color: #daf3e5;
  border-radius: .1rem;
  padding: .3rem;
  margin-top: .18rem;
}

.main-about-us .item-content p {
  font-family: SourceHanSansCN-Light;
  line-height: 2;
  color: #666666;
}

@media (max-width: 600px) {
  .main-about-us {
    padding-top: 25px;
  }
  .main-about-us .about-us-container {
    width: 100%;
    padding: 0 10px;
  }
}

.main-chemical-products-list {
  width: 100%;
  background-color: #ffffff;
  padding-top: .65rem;
  padding-bottom: 1rem;
}

.main-chemical-products-list .container {
  width: 12rem;
  margin: 0 auto;
}

.main-chemical-products-list .list {
  width: 100%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: .3rem;
}

.main-chemical-products-list .item {
  width: 48%;
  padding: .3rem .2rem;
  
  
  display: flex;
  
      
          align-items: center;
  border: solid 1px #cccccc;
  margin-bottom: .2rem;
  cursor: pointer;
}

.main-chemical-products-list .item:hover {
  background-color: #06a249;
  border-color: #06a249;
}

.main-chemical-products-list .item:hover .item-text {
  color: #ffffff;
}

.main-chemical-products-list .item:hover .item-text:before {
  background-color: #fff;
}

.main-chemical-products-list .item:hover .item-icon {
  color: #fff;
}

.main-chemical-products-list .item.active {
  background-color: #06a249;
  border-color: #06a249;
}

.main-chemical-products-list .item.active .item-text {
  color: #ffffff;
}

.main-chemical-products-list .item.active .item-text:before {
  background-color: #fff;
}

.main-chemical-products-list .item.active .item-icon {
  color: #fff;
}

.main-chemical-products-list .item-text {
  width: calc(100% - 1em);
  padding-right: .1rem;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #333;
  
  
  display: flex;
  
      
          align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-chemical-products-list .item-text:before {
  content: '';
  display: inline-block;
  width: .04rem;
  height: .04rem;
  background-color: #333;
  margin-right: .12rem;
}

@media (max-width: 1920px) {
  .main-chemical-products-list .item-text:before {
    width: 4px;
    height: 4px;
  }
}

.main-chemical-products-list .item-icon {
  width: 1em;
  
  line-height: 1.25;
  color: #333;
}

@media (max-width: 600px) {
  .main-chemical-products-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 380px) {
  .main-chemical-products-list .item {
    width: 100%;
  }
}

.main-chemical-products-details {
  width: 100%;
  padding-top: .9rem;
  padding-bottom: 1rem;
}

.main-chemical-products-details .container {
  width: 12rem;
  margin: 0 auto;
}

.main-chemical-products-details .left-A {
  width: 100%;
}

.main-chemical-products-details .left-title {
  width: 100%;
  
  line-height: 2.3;
  color: #333;
  margin-bottom: .1rem;
}

.main-chemical-products-details .left-box {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: .2rem;
  border-bottom: 1px dashed #8c8c8c;
}

.main-chemical-products-details .date-share {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-chemical-products-details .date {
  width: auto;
  
  line-height: 1.5;
  color: #999999;
}

.main-chemical-products-details .share {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  margin-left: .8rem;
}

.main-chemical-products-details .share-text {
  width: auto;
  
  line-height: 1.625;
  color: #999999;
}

.main-chemical-products-details .share-item {
  width: auto;
  height: .18rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin: 0 .15rem;
  cursor: pointer;
}

.main-chemical-products-details .share-item img {
  width: auto;
  height: 100%;
}

.main-chemical-products-details .share-item .img-2 {
  display: none;
}

.main-chemical-products-details .share-item:hover .img-1 {
  display: none;
}

.main-chemical-products-details .share-item:hover .img-2 {
  display: inline-block;
}

@media (max-width: 1920px) {
  .main-chemical-products-details .share-item {
    height: 15px;
  }
}

.main-chemical-products-details .return-list {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
}

.main-chemical-products-details .return-list .rl-icon {
  width: .16rem;
  margin-left: .1rem;
}

.main-chemical-products-details .return-list:hover .rl-text {
  color: #06a249;
}

@media (max-width: 1920px) {
  .main-chemical-products-details .return-list .rl-icon {
    width: 15px;
  }
}

.main-chemical-products-details .rl-text {
  width: auto;
  
  color: #333;
}

.main-chemical-products-details .left-content {
  width: 100%;
  padding-top: .3rem;
  padding-bottom: .5rem;
  text-align: center;
}

.main-chemical-products-details .left-content p {
  font-family: SourceHanSansSC-Light;
  line-height: 1.7;
  color: #666666;
  text-align: left;
}

.main-chemical-products-details .left-link {
  width: 100%;
  border-top: 1px dashed #8c8c8c;
  padding-top: .4rem;
  
  
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-chemical-products-details .link-box {
  width: 72%;
}

.main-chemical-products-details .link-item {
  width: 100%;
  cursor: pointer;
  font-family: SourceHanSansSC-Light;
  line-height: 2.14;
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-chemical-products-details .link-item:hover {
  color: #06a249;
}

.main-chemical-products-details .download {
  width: 25%;
  
  
  display: flex;
  
      
          justify-content: flex-end;
}

.main-chemical-products-details .download-link {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
  border-radius: .21rem;
  border: solid 1px #666666;
  padding: .1rem .3rem;
}

.main-chemical-products-details .download-link:hover {
  background-color: #fff;
  border-color: #06a249;
}

.main-chemical-products-details .download-link:hover .download-link-text {
  color: #06a249;
}

.main-chemical-products-details .download-link-text {
  width: auto;
  font-family: SourceHanSansSC-Light;
  line-height: 1.25;
  color: #666666;
}

.main-chemical-products-details .download-link-icon {
  width: .15rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-left: .1rem;
}

.main-chemical-products-details .download-link-icon img {
  width: 100%;
}

@media (max-width: 1920px) {
  .main-chemical-products-details .download-link-icon {
    width: 12px;
  }
}

@media (max-width: 600px) {
  .main-chemical-products-details .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-chemical-products-details .left-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-chemical-products-details .date-share {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-chemical-products-details .date {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-chemical-products-details .share {
    width: 100%;
    margin-left: 0;
  }
  .main-chemical-products-details .return-list {
    width: 50%;
    
        
            justify-content: flex-end;
  }
}

.main-contact-details {
  width: 100%;
  padding-top: .6rem;
  padding-bottom: 1rem;
}

.main-contact-details .container {
  width: 12rem;
  margin: 0 auto;
  
  
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-contact-details .cd-nav {
  width: 20%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  
      
          justify-content: center;
  margin-bottom: .5rem;
}

.main-contact-details .nav-item {
  min-width: 1.9rem;
  min-height: .5rem;
  padding: .05rem .1rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  
  line-height: 1.875;
  color: #666666;
  text-align: center;
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-right: -1px;
  cursor: pointer;
}

.main-contact-details .nav-item:hover {
  border-color: #06a249;
  font-weight: bold;
  color: #06a249;
  position: relative;
  z-index: 1;
}

.main-contact-details .nav-item.active {
  border-color: #06a249;
  font-weight: bold;
  color: #06a249;
  position: relative;
  z-index: 1;
}

.main-contact-details .wrap {
  width: 79%;
}

.main-contact-details .list {
  width: 100%;
  border-top: 1px solid #999999;
}

.main-contact-details .item {
  width: 100%;
  border-bottom: 1px solid #999;
}

.main-contact-details .item.show .item-title {
  color: #06a249;
}

.main-contact-details .item.show .item-title:after {
  content: '-';
  color: #06a249;
}

.main-contact-details .item-title {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #333;
  position: relative;
  padding: .25rem 0;
  cursor: pointer;
}

.main-contact-details .item-title:after {
  content: '+';
  display: inline-block;
  
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-contact-details .ul {
  width: 100%;
  display: none;
}

.main-contact-details .li {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .3rem 0;
  border-top: 1px solid #eeeeee;
}

.main-contact-details .li-title {
  width: 2.3rem;
  
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}

.main-contact-details .li-box {
  width: auto;
  flex: 1;
  
  display: flex;
}

.main-contact-details .li-item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 .1rem;
}
.main-contact-details .li-item:nth-child(3n+1){
  width: 30%;
}
.main-contact-details .li-item:nth-child(3n+2){
  width: 30%;
}
.main-contact-details .li-item:nth-child(3n+3){
  width: 40%;
}

.main-contact-details .li-item-A {
  width: auto;
  
  
  display: flex;
  
      
          align-items: center;
  cursor: pointer;
  margin-bottom: .1rem;
}

.main-contact-details .li-item-icon {
  width: auto;
  height: .2rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-contact-details .li-item-title {
  width: auto;
  
  line-height: 1.875;
  color: #333;
  margin-left: .1rem;
}

.main-contact-details .li-item-text {
  width: 100%;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

@media (max-width: 1200px) {
  .main-contact-details .container {
    
    
        
            flex-direction: column;
  }
  .main-contact-details .cd-nav {
    width: 100%;
  }
  .main-contact-details .wrap {
    width: 100%;
  }
  .main-contact-details .li {
    flex-direction: column;
    display: block;
  }
  .main-contact-details .li-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-contact-details .li-box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .main-contact-details .li-item:nth-child(3n+1){
    width: 100%;
  }
  .main-contact-details .li-item:nth-child(3n+2){
    width: 100%;
  }
  .main-contact-details .li-item:nth-child(3n+3){
    width: 100%;
  }
  .main-contact-details .li-item {
    width: 50%;
    margin: 0;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .main-contact-details .li-item:last-child {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .main-contact-details .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-contact-details .nav-item {
    width: 33.333%;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .main-contact-details .li-title {
    text-align: center;
    font-size: 16px;
  }
  .main-contact-details .li-item {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .main-contact-details .li-item {
    width: 100%;
  }
}

.main-group-profile {
  width: 100%;
  padding-top: .8rem;
  padding-bottom: 1rem;
}

.main-group-profile .container {
  width: 12rem;
  margin: 0 auto;
}

.main-group-profile .gp-title {
  width: 100%;
  
  
  display: flex;
}

.main-group-profile .gp-title .title {
  width: auto;
  position: relative;
  
  line-height: 1.25;
  color: #333;
  padding-right: .2rem;
  margin-bottom: .5rem;
}

.main-group-profile .gp-title .title:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: .2rem;
  background-color: rgba(6, 162, 73, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.main-group-profile .gp-content {
  width: 100%;
  margin-bottom: .35rem;
  text-align: justify;
}

.main-group-profile .gp-content p {
  
  line-height: 1.7;
  color: #666666;
}

.main-group-profile .gp-wrap {
  width: 100%;
}

.main-group-profile .gp-A {
  width: 100%;
  
  
  display: flex;
  margin-bottom: .4rem;
}

.main-group-profile .gp-pic {
  width: 70%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-group-profile .gp-pic img {
  width: 100%;
  display: none;
}

.main-group-profile .gp-details {
  width: 30%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: .8rem .6rem;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-group-profile .details-A {
  width: 100%;
  font-family: Bahnschrift;
  font-weight: bold;
  line-height: 1.25;
  color: #6ac792;
  margin-bottom: .1rem;
}

.main-group-profile .details-B {
  width: 100%;
  font-family: Bahnschrift;
  line-height: 1.5;
  color: #6ac792;
}

.main-group-profile .gp-details-content {
  width: 100%;
  margin-top: .35rem;
}

.main-group-profile .gp-details-content p {
  font-family: SourceHanSansSC-Medium;
  line-height: 1.5;
  color: #ffffff;
}

.main-group-profile .gp-B {
  width: 100%;
  
  
  display: flex;
}

.main-group-profile .gp-item {
  width: 25%;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
  border-right: 1px solid #eeeeee;
  padding: 0 .1rem;
}

.main-group-profile .gp-item:last-child {
  border-right: 0;
}

.main-group-profile .gp-item-num {
  width: auto;
  font-family: Bahnschrift;
  font-weight: bold;
  line-height: 1.25;
  color: #06a249;
  margin-bottom: .1rem;
}

.main-group-profile .gp-item-text {
  width: auto;
  text-align: center;
  line-height: 1.25;
  color: #333;
  max-width: 100%;
}

@media (max-width: 600px) {
  .main-group-profile .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-group-profile .gp-A {
    
    
        
            flex-direction: column;
  }
  .main-group-profile .gp-pic {
    width: 100%;
    background: none !important;
  }
  .main-group-profile .gp-pic img {
    display: inline-block;
  }
  .main-group-profile .gp-details {
    width: 100%;
  }
  .main-group-profile .gp-B {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-group-profile .gp-item {
    width: 50%;
    margin-bottom: 15px;
  }
  .main-group-profile .gp-item:nth-child(2n+2) {
    border-right: 0;
  }
}

.main-business-details {
  width: 100%;
  padding: .8rem 0;
}

.main-business-details .container {
  width: 12rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.main-business-details .bp-content {
  width: 7rem;
  background-color: #f6f6f6;
  padding-left: 1.8rem;
  padding-right: .4rem;
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-business-details .content-title {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cccccc;
  margin-bottom: .45rem;
}

.main-business-details .title {
  width: auto;
  
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  position: relative;
  padding-bottom: .2rem;
}

.main-business-details .title:after {
  content: '';
  display: inline-block;
  width: .2rem;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.main-business-details .content {
  width: 100%;
}

.main-business-details .content p {
  
  line-height: 1.875;
  color: #333;
}

.main-business-details .bp-pic {
  width: 6rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}

.main-business-details .bp-pic img {
  width: 100%;
}

@media (max-width: 600px) {
  .main-business-details .container {
    width: 100%;
    padding: 0 10px;
    
    
        
            flex-direction: column;
    position: static;
    max-width: 450px;
  }
  .main-business-details .bp-pic {
    width: 100%;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .main-business-details .bp-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-group-album {
  width: 100%;
  padding-top: .8rem;
  padding-bottom: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-group-album .container {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}

.main-group-album .list {
  width: 104%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-group-album .item {
  width: 21%;
  margin-right: 4%;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 4%;
  overflow: hidden;
}

.main-group-album .item:hover .item-img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main-group-album .item:hover .item-mask {
  bottom: 0;
}

.main-group-album .item-img {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  padding: .32rem;
}

.main-group-album .item-img img {
  width: 100%;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .9s;
  transition: .9s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.main-group-album .item-mask {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -100%;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.main-group-album .mask-title {
  width: 100%;
  font-family: SourceHanSansSC-Light;
  line-height: 1.25;
  color: #ffffff;
}

.main-group-album .download {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: flex-end;
}

.main-group-album .download:hover .download-text {
  color: #06a249;
}

.main-group-album .download:hover .download-icon .img-1 {
  display: none;
}

.main-group-album .download:hover .download-icon .img-2 {
  display: inline-block;
}

.main-group-album .download-text {
  width: auto;
  font-family: SourceHanSansSC-Light;
  line-height: 1.25;
  color: #ffffff;
}

.main-group-album .download-icon {
  width: .14rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-left: .1rem;
}

.main-group-album .download-icon img {
  width: 100%;
}

.main-group-album .download-icon .img-2 {
  display: none;
}

@media (max-width: 1920px) {
  .main-group-album .download-icon {
    width: 12px;
  }
}

@media (max-width: 600px) {
  .main-group-album .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 450px) {
  .main-group-album .list {
    width: 102%;
  }
  .main-group-album .item {
    width: 48%;
    margin-right: 2%;
  }
}

.main-contact-inf {
  width: 100%;
}

.main-contact-inf .container {
  width: 12rem;
  margin: 0 auto;
}

.main-contact-inf .ci-A {
  width: 100%;
  background-color: #ffffff;
  padding-top: .7rem;
  padding-bottom: .8rem;
}

.main-contact-inf .ci-A:nth-child(even) {
  background-color: #f8f8f8;
}

.main-contact-inf .ci-title {
  width: 100%;
  
  line-height: 1.25;
  color: #333;
  padding-bottom: .2rem;
  border-bottom: 1px solid #666666;
}

.main-contact-inf .ci-list {
  width: 100%;
  
  
  display: flex;
  padding: .4rem 0;
}

.main-contact-inf .ci-item {
  width: 33.333%;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
  padding: 0 .1rem;
}

.main-contact-inf .ci-item-title {
  width: auto;
  
  line-height: 1.25;
  color: #666666;
  margin-bottom: .25rem;
}

.main-contact-inf .ci-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-contact-inf .ci-icon {
  width: .45rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-contact-inf .ci-icon img {
  width: 100%;
}

@media (max-width: 1400px) {
  .main-contact-inf .ci-icon {
    width: 35px;
  }
}

.main-contact-inf .ci-text {
  font-family: Bahnschrift;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  margin-left: .1rem;
  word-break: break-all;
}

.main-contact-inf .ci-map {
  width: 100%;
}

.main-contact-inf .ci-map img {
  width: 100%;
}
@media(max-width: 1300px){
  .main-contact-inf .ci-text{flex: 1;}
}
@media (max-width: 600px) {
  .main-contact-inf .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-contact-inf .ci-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-contact-inf .ci-item {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}

.main-sign-up {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: 1.1rem;
}

.main-sign-up .container {
  width: 12rem;
  margin: 0 auto;
}

.main-sign-up .su-title {
  width: 100%;
  
  line-height: 1.25;
  color: #333;
  padding-bottom: .26rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: .6rem;
}

.main-sign-up .list {
  width: 100%;
}

.main-sign-up .item {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-bottom: .2rem;
}

.main-sign-up .item-title {
  width: 4em;
  font-family: SourceHanSansSC-Light;
  line-height: 1.375;
  color: #333;
  margin-right: .2rem;
}

.main-sign-up .item-ipt {
  background-color: #ffffff;
  border: solid 1px #e3e3e3;
  outline: none;
  width: 5rem;
  padding: .16rem .2rem;
}

.main-sign-up .select-w {
  width: 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  position: relative;
  white-space: nowrap;
  border: solid 1px #e3e3e3;
}

.main-sign-up .select-w .cur {
  width: 100%;
  display: inline-block;
  padding: .16rem .2rem;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-sign-up .select-w select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-sign-up .select-w:after {
  display: inline-block;
  content: "";
  border-left: 5px solid transparent;
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  position: absolute;
  right: .2rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

.main-sign-up .item-upload {
  width: 5rem;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-sign-up .u-b {
  width: auto;
  position: relative;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-sign-up .u-c {
  width: 2.5rem;
  padding: .16rem .2rem;
  background-color: #f6f6f6;
  border: solid 1px #e3e3e3;
  
  line-height: 1.375;
  color: #333;
  text-align: center;
}

.main-sign-up .u-imgs {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.main-sign-up .tips {
  
  line-height: 1.375;
  color: #06a249;
  margin-left: .1rem;
}

.main-sign-up .item-smt {
  width: 5rem;
}

.main-sign-up .smt {
  width: 1.6rem;
  background-color: #06a249;
  padding: .16rem .2rem;
  
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: none;
}

@media (max-width: 600px) {
  .main-sign-up .container {
    width: 100%;
    padding: 0 10px;
  }
}

.main-social-contribution {
  width: 100%;
  background-color: #ffffff;
  padding-top: .8rem;
  padding-bottom: 1rem;
}

.main-social-contribution .container {
  width: 12rem;
  margin: 0 auto;
}

.main-social-contribution .wrap {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  
  display: flex;
  padding-left: .6rem;
  padding-right: .5rem;
}

.main-social-contribution .wrap-title {
  width: 2.5rem;
  margin-top: .8rem;
  padding-right: 0.1rem;
}

.main-social-contribution .wrap-title p {
  max-width: 12em;
  font-family: SourceHanSansSC-Bold,Arial,Î¢ÈíÑÅºÚ;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

.main-social-contribution .wrap-list {
  width: calc(100% - 2.5rem);
  padding-top: .6rem;
  padding-bottom: .4rem;
  position: relative;
}

.main-social-contribution .wrap-list:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #abd0bb;
  position: absolute;
  left: .065rem;
  top: 0;
}

@media (max-width: 1920px) {
  .main-social-contribution .wrap-list:before {
    left: 5.5px;
  }
}

.main-social-contribution .item {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
  position: relative;
  z-index: 1;
  padding: .12rem 0;
  margin-bottom: .2rem;
}

.main-social-contribution .item-radius {
  width: .15rem;
  height: .15rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-social-contribution .item-radius img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1920px) {
  .main-social-contribution .item-radius {
    width: 12px;
    height: 12px;
  }
}

.main-social-contribution .item-line {
  width: .2rem;
  height: 1px;
  background-color: #abd0bb;
  margin-left: .1rem;
  margin-right: .2rem;
}

@media (max-width: 1920px) {
  .main-social-contribution .item-line {
    width: 18px;
    margin-left: 8px;
    margin-right: 18px;
  }
}

.main-social-contribution .item-text {
  width: calc(100% - .65rem);
  
  
  display: flex;
  
      
          align-items: center;
}

@media (max-width: 1920px) {
  .main-social-contribution .item-text {
    width: calc(100% - 56px);
  }
}

.main-social-contribution .item-icon {
  width: .24rem;
  height: .24rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  background-image: url(/themes/pc_cn/public/assets/images/97.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-family: Bahnschrift;
  color: #ffffff;
}

@media (max-width: 1920px) {
  .main-social-contribution .item-icon {
    width: 22px;
    height: 22px;
  }
}

.main-social-contribution .text {
  width: calc(100% - .34rem);
  margin-left: .1rem;
  
  line-height: 1.25;
  color: #333;
}

@media (min-width: 601px) {
  .main-social-contribution .text {
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
  }
}

@media (max-width: 600px) {
  .main-social-contribution .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-social-contribution .wrap {
    
    
        
            flex-direction: column;
    padding: 0 10px;
  }
  .main-social-contribution .wrap-title {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .main-social-contribution .wrap-title p {
    max-width: none;
  }
  .main-social-contribution .wrap-title p:first-child {
    font-size: 20px;
  }
  .main-social-contribution .wrap-list {
    width: 100%;
    padding-top: 0;
  }
  .main-social-contribution .wrap-list:before {
    display: none;
  }
  .main-social-contribution .item-radius {
    display: none;
  }
  .main-social-contribution .item-line {
    display: none;
  }
  .main-social-contribution .item-text {
    width: 100%;
  }
}

.main-internship-program {
  width: 100%;
  background-color: #ffffff;
}

.main-internship-program .ip-A {
  width: 100%;
  padding: .8rem 0;
}

.main-internship-program .ip-A .container {
  width: 12rem;
  margin: 0 auto;
}

.main-internship-program .ip-A .ip-wrap {
  width: 100%;
  
  
  display: flex;
  
      
          justify-content: flex-end;
  position: relative;
  margin-bottom: .8rem;
}

.main-internship-program .ip-A .ip-wrap:hover .ip-bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-internship-program .ip-A .ip-wrap:hover .content-title {
  color: #06a249;
}

.main-internship-program .ip-A .ip-wrap:hover .content-title:after {
  background-color: #06a249;
}

.main-internship-program .ip-A .ip-bg {
  width: 6rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  cursor: pointer;
}

.main-internship-program .ip-A .ip-bg img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-internship-program .ip-A .ip-content {
  background-color: #f6f6f6;
  width: 7rem;
  height: 4.8rem;
  padding-left: 1.8rem;
  padding-right: .4rem;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-internship-program .ip-A .content-title {
  width: 100%;
  
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  padding-bottom: .18rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin-bottom: .3rem;
}

.main-internship-program .ip-A .content-title:after {
  content: '';
  display: inline-block;
  width: .2rem;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.main-internship-program .ip-A .content-text {
  width: 100%;
  
  line-height: 1.875;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  -webkit-line-clamp: 6;
  
}

.main-internship-program .ip-A .ip-list {
  width: 100%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-internship-program .ip-A .item {
  width: 25%;
  padding: 0 .1rem;
}

.main-internship-program .ip-A .item:hover .item-img img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main-internship-program .ip-A .item:hover .item-title {
  color: #06a249;
}

.main-internship-program .ip-A .item-img {
  width: 1.1rem;
  margin: 0 auto;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-bottom: .2rem;
}

.main-internship-program .ip-A .item-img img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.main-internship-program .ip-A .item-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  margin-bottom: .1rem;
}

.main-internship-program .ip-A .item-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.875;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  
  -webkit-line-clamp: 2;
  
}

.main-internship-program .ip-B {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: .8rem;
  padding-bottom: 1.05rem;
}

.main-internship-program .ip-B .container {
  width: 12rem;
  margin: 0 auto;
}

.main-internship-program .ip-B .container-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #333;
  margin-bottom: .45rem;
}

.main-internship-program .ip-B .list {
  width: 100%;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-internship-program .ip-B .item {
  width: 100%;
  
  
  display: flex;
  
      
          align-items: center;
}

.main-internship-program .ip-B .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main-internship-program .ip-B .item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-internship-program .ip-B .item-img {
  width: 50%;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  overflow: hidden;
}

.main-internship-program .ip-B .item-img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-internship-program .ip-B .item-content {
  width: 50%;
  background-color: #ffffff;
  padding-left: .4rem;
  padding-right: .7rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  
  
  display: flex;
  
  
      
          flex-direction: column;
  
      
          align-items: center;
  
      
          justify-content: center;
}

.main-internship-program .ip-B .item-content p {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.875;
  color: #666666;
}

.main-internship-program .ip-B .item-content p em {
  font-family: Arial;
  line-height: 1.25;
  color: #333;
}

.main-internship-program .ip-B .item-content .mCSB_scrollTools {
  opacity: 1;
}

.main-internship-program .ip-B .item-content .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: transparent;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-internship-program .ip-B .item-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background-color: #06a249;
  border-radius: 6px;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-internship-program .ip-B .item-content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.main-internship-program .ip-B .item-content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #06a249;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-internship-program .ip-B .item-content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #06a249;
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.main-internship-program .ip-C {
  width: 100%;
  background-color: #fff;
  padding: .8rem 0;
}

.main-internship-program .ip-C .container {
  width: 12rem;
  margin: 0 auto;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-internship-program .ip-C .item {
  width: 33.333%;
}

.main-internship-program .ip-C .item-title {
  width: 100%;
  padding-right: 2%;
  
  font-weight: bold;
  line-height: 1.25;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .15rem;
}

.main-internship-program .ip-C .item-content {
  width: 80%;
  margin-bottom: .15rem;
}

.main-internship-program .ip-C .content {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.875;
  color: #666666;
}

.main-internship-program .ip-C .sign-up {
  width: 100%;
  
  
  display: flex;
}

.main-internship-program .ip-C .link {
  width: auto;
  background-color: #06a249;
  border-radius: .2rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  padding: .1rem .3rem;
}

.main-internship-program .ip-C .link span {
  font-family: SourceHanSansCN-Normal;
  line-height: 1.25;
  color: #ffffff;
}

.main-internship-program .ip-C .link-icon {
  width: .15rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  margin-left: .1rem;
}

.main-internship-program .ip-C .link-icon img {
  width: 100%;
}

@media (max-width: 1920px) {
  .main-internship-program .ip-C .link-icon {
    width: 14px;
  }
}

@media (max-width: 600px) {
  .main-internship-program .ip-A .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-internship-program .ip-A .ip-wrap {
    position: static;
    
    
        
            flex-direction: column;
  }
  .main-internship-program .ip-A .ip-bg {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .main-internship-program .ip-A .ip-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-internship-program .ip-A .item {
    width: 50%;
    margin-bottom: 25px;
  }
  .main-internship-program .ip-B .container {
    width: 100%;
    padding: 0 10px;
    max-width: 500px;
  }
  .main-internship-program .ip-B .item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 25px;
  }
  .main-internship-program .ip-B .item-content {
    width: 100%;
  }
  .main-internship-program .ip-B .item-img {
    width: 100%;
  }
  .main-internship-program .ip-C .container {
    width: 100%;
    padding: 0 10px;
  }
  .main-internship-program .ip-C .item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.main-business-profile-details {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: 1rem;
}

.main-business-profile-details .title-box {
  width: 12rem;
  margin: 0 auto;
  margin-bottom: .4rem;
}

.main-business-profile-details .title {
  width: 100%;
  text-align: center;
  
  line-height: 1.25;
  color: #333;
  margin-bottom: .25rem;
}

.main-business-profile-details .wrap {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .main-business-profile-details .title-box {
    width: 100%;
    padding: 0 10px;
  }
}
@media(max-width: 500px){
  .main-business-profile-details{overflow: hidden;}
  .main-business-profile-details .wrap{width:100%;}
  .main-business-profile-details .index_div4_main{width:480px;position: relative;left: 50%;margin-left: -240px;}
}

#backTop {
  width: .4rem;
  
  
  display: flex;
  
      
          align-items: center;
  
      
          justify-content: center;
  cursor: pointer;
  position: fixed;
  right: .5rem;
  bottom: 1.6rem;
  z-index: 9999999;
}

#backTop img {
  width: 100%;
}

@media (max-width: 1920px) {
  #backTop {
    width: 30px;
  }
}
@media(max-width: 1000px){
  .main-nav .nav-container{min-width: 0;width: 100%;}
  .main-nav .nav-list{display: none;}
}

@media(max-width: 1280px){
  body{padding-top: 50px;}
  header{position: fixed;left: 0;top: 0;z-index: 123456789;box-shadow: 0 0 4px rgba(0,0,0,0.1);}
}


@media(max-width: 1200px){
  div.index_div4_main .list .item .coordinate .region{font-size: 12px;margin-top: 2px;}
  div.index_div4_main .list .item.right .txt,
  div.index_div4_main .list .item.bottom .txt{width: 90vw;position: fixed;left: 5vw;top: auto;right: auto;bottom: 50%;}
  div.index_div4_main .list .item.right:before,
  div.index_div4_main .list .item.bottom:before{display: none;}
}
@media(max-width: 500px){
  div.index_div4_main .list .item .coordinate .region{font-size: 10px;}
}
@media(max-width: 1400px){
  .main-notice .nl-item-right{width: 68px;}
}

@media(max-width: 1200px){
  .main-group-album .item-mask{bottom: 0;}
}



    <!--ºÄÊ±1765486180.9492Ãë-->