@charset "UTF-8";

.w1600 {
  width: 16rem;
  margin: 0 auto;
  max-width: 92%;
}

.w1500 {
  width: 15rem;
  margin: 0 auto;
  max-width: 92%;
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #66666650;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}

.searchBox .ipt .inpZ img {
  width: 0.42rem;
  height: 0.42rem;
  min-width: 30px;
  min-height: 30px;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 8px 15px 0 #5f7d9e33;
  box-shadow: 0 8px 15px 0 #5f7d9e33;
  z-index: 10;
}

header .top {
  color: #000;
}

header .top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 0.4rem;
  line-height: 0.4rem;
}

header .top .box .weather {
  width: 0.23rem;
}

header .top .box select {
  border: none;
  background-color: #0000;
  color: black;
  outline: none;
  text-align: center;
}

header .top .box select option {
  color: #000;
}

header .bottom {
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 700px) {
  header .bottom {
    height: 0.8rem;
  }
}

header .bottom .loginBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.4rem;
}

@media (max-width: 700px) {
  header .bottom .loginBox {
    padding-bottom: 0rem;
  }
}


header .bottom .loginBox .login {
  width: auto;
  height: 0.61rem;
  display: block;
}

header .bottom .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bottom .title .navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 8rem;
}

header .bottom .title .navBox .headerLi {
  z-index: 2;
  position: relative;
}

header .bottom .title .navBox .onHeaderLi .tag {
  color: #2c549e;
}

header .bottom .title .navBox .headerLi .dropDown {
  width: 200%;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  -webkit-transform: translate(-50%, 80%);
  transform: translate(-50%, 80%);
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  line-height: 1;
  height: auto;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  display: none;
}

header .bottom .title .navBox .headerLi .dropDown a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.2rem;
  color: #000;
}

header .bottom .title .navBox .headerLi .dropDown a:nth-child(1) {
  border-top: 2px solid #984c33;
}

header .bottom .title .navBox .headerLi .dropDown a:hover {
  background: #2c549e;
  color: #ffffff;
}

header .bottom .title .navBox .headerLi:hover .dropDown {
  display: block;
}

header .bottom .title .navBox .tag {
  line-height: 0.8rem;
  font-weight: bold;
  display: block;
  color: #333333;
}

header .bottom .title .navBox .tag:hover {
  color: #d91f1f;
}

header .bottom .title .bthBox {
  margin-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.4rem;
}

@media (max-width:700px) {
  header .bottom .title .bthBox {
    padding-bottom: 0rem;
  }
}

header .bottom .title .bthBox .bth {
  width: 0.42rem;
  height: 0.42rem;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  cursor: pointer;
}

header .bottom .title .bthBox .Chinese_English {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.4rem;
}

header .bottom .title .bthBox .Chinese_English .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.3rem;
}

header .bottom .title .bthBox .Chinese_English .item .icon {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}

@media (max-width: 1000px) {
  header .bottom .title .bthBox .Chinese_English {
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  header .bottom .title .navBox {
    display: none;
  }

  header .bottom .title .bthBox {
    margin-left: 0;
  }
}

header .bottom .title .close {
  width: 32px;
  z-index: 12;
  padding: 0.1rem;
  margin-left: 0.2rem;
  display: none;
}

header .bottom .title .close span {
  display: block;
  height: 2px;
  background: #666666;
  margin-bottom: 6px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .bottom .title .close span:nth-child(3) {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  header .bottom .title .close {
    display: block !important;
  }
}

header .bottom .title .open span {
  background: #666666;
}

header .bottom .title .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .bottom .title .open span:nth-of-type(2) {
  width: 0;
}

header .bottom .title .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .bottom .h-nav {
  display: block;
  position: fixed;
  height: calc(100vh - 0.8rem);
  width: 50%;
  background-color: #ffffff;
  top: 0.8rem;
  right: -50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000000;
  z-index: 20;
}

header .bottom .h-nav .HnavBox {
  line-height: 40px;
}

header .bottom .h-nav .HnavBox .onc {
  padding: 0 0.5rem;
  width: 100%;
  line-height: 40px;
  display: block;
}

header .bottom .h-nav .HnavBox .onc:hover {
  background-color: #00000063;
}

header .bottom .h-nav .active {
  background-color: #f2cb1e;
}

header .bottom .h-nav .hideBox {
  position: relative;
}

header .bottom .h-nav .hideBox .Aicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bottom .h-nav .hideBox .Aicon:hover {
  background-color: #00000063;
}

header .bottom .h-nav .hideBox .Aicon .onc:hover {
  background-color: rgba(0, 0, 0, 0);
}

header .bottom .h-nav .hideBox .Aicon .span1 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
}

header .bottom .h-nav .hideBox .Aicon .span2 {
  font-size: 26px;
  padding-right: 0.5rem;
  cursor: pointer;
  display: none;
}

header .bottom .h-nav .hideBox .hide {
  display: none;
}

header .bottom .h-nav .hideBox .hide li {
  padding: 0 0.7rem;
  line-height: 40px;
}

header .bottom .h-nav .hideBox .hide li:hover {
  background-color: #00000063;
}

header .bottom .h-nav .k .Aicon .span1 {
  display: none;
}

header .bottom .h-nav .k .Aicon .span2 {
  display: block;
}

header .bottom .mask {
  position: fixed;
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

header .ycmk {
  height: 0rem;
}

@media (max-width: 700px) {
  header .top, header .ycmk {
    display: none;
  }
}

main {
  margin-top: 1.6rem;
}

main .swiper-container1 .swiper-slide img {
  width: 100%;
}

main .swiper-container1 .swiper-pagination {
  bottom: 0.5rem;
}

main .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 10px;
}

main .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

main .activity {
  padding: 0.9rem 0;
  background-image: url(../images/banner2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main .activity .title {
  text-align: center;
}

main .activity h1 {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333333;
}

main .activity h1::after {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.4rem), -50%);
  transform: translate(calc(-100% - 0.4rem), -50%);
}

main .activity h1::before {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
  transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
}

main .activity .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}

main .activity .tagBox .tag {
  display: inline-block;
  margin-left: 0.3rem;
  padding: 0.14rem 0.4rem;
  border: solid 1px #283690;
  color: #283690;
  cursor: pointer;
}

@media (max-width:700px) {
  main .activity .tagBox .tag {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 0.1rem;
  }
}

main .activity .tagBox .tag:nth-child(1) {
  margin-left: 0;
}

main .activity .tagBox .tag:hover {
  background-color: #283690;
  color: #ffffff;
}

main .activity .tagBox .onTag {
  background-color: #283690;
  color: #ffffff;
}

main .activity .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  display: none;
}

main .activity .content .item {
  width: calc(470 / 1500 * 100%);
  margin-left: calc(45 / 1500 * 100%);
}

main .activity .content .item:nth-child(1) {
  margin-left: 0;
}


main .activity .content .item .img {
  overflow: hidden;
  width: 100%;
  height: 3.1rem;
}

main .activity .content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

main .activity .content .item .text {
  background-color: #ffffff;
  padding: calc(35 / 470 * 100%);
}

main .activity .content .item .text .p1 {
  color: #666666;
  line-height: 1;
}

main .activity .content .item .text .p2 {
  line-height: 1.2;
  margin-top: 0.23rem;
  color: #333333;
}

main .activity .content .item .text .p3 {
  line-height: 1.3;
  margin-top: 0.22rem;
  color: #888888;
  height: 2.6em;
}

main .activity .content .item .buttom {
  padding: 0 calc(35 / 470 * 100%);
  background-color: #ffffff;
}

main .activity .content .item .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #f5f5f5;
  padding: 0.25rem 0;
  border-radius: inherit;
}

main .activity .content .item .btn p {
  color: #888888;
  line-height: 1;
}

main .activity .content .item .btn img {
  height: 0.2rem;
}

main .activity .content .item .btn .icon2 {
  width: auto;
  display: block;
}

main .activity .content .item .btn .icon3 {
  width: auto;
  display: none;
}

main .activity .content .item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

main .activity .content .item:hover .text .p2 {
  color: #283690;
  font-weight: 600;
}

main .activity .content .item:hover .btn p {
  color: #283690;
}

main .activity .content .item:hover .btn .icon2 {
  display: none;
}

main .activity .content .item:hover .btn .icon3 {
  display: block;
}

@media (max-width: 700px) {
  main .activity .content .item {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-left: 0;
  }

  main .activity .content .item .img {
    height: auto;
  }
}

main .activity .onContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .contact {
  padding: 0.9rem 0;
  background-image: url(../images/banner6.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main .contact .title {
  text-align: center;
}

main .contact h1 {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
}

main .contact h1::after {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.4rem), -50%);
  transform: translate(calc(-100% - 0.4rem), -50%);
}

main .contact h1::before {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
  transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
}

main .contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
}

main .contact .content .left {
  width: calc(1100 / 1500 * 100%);
  padding: calc(35 / 1500 * 100%) calc(23 / 1500 * 100%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .contact .content .left .left_l {
  width: calc(632 / 1054 * 100%);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main .contact .content .left .left_l .time {
  padding: 0.17rem 0.12rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #283690;
  color: #ffffff;
}

main .contact .content .left .left_l .text {
  width: 100%;
  padding: 0.36rem 0.24rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #283690;
  color: #ffffff;
  line-height: calc(32 / 22 * 1em);
}

main .contact .content .left .left_r {
  width: calc(400 / 1054 * 100%);
}

main .contact .content .left .left_r .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.26rem;
}

main .contact .content .left .left_r .item:nth-child(1) {
  margin-top: 0;
}

main .contact .content .left .left_r .item .img {
  width: calc(228 / 400 * 100%);
  overflow: hidden;
}

main .contact .content .left .left_r .item .img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

main .contact .content .left .left_r .item:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

main .contact .content .left .left_r .item .text {
  width: calc(172 / 400 * 100%);
  padding: 0 calc(23 / 400 * 100%);
  padding-right: 0;
}

main .contact .content .left .left_r .item .text .p1 {
  line-height: calc(22 / 18 * 1em);
  color: #333333;
  height: 3.65em;
}

main .contact .content .left .left_r .item .text .p2 {
  color: #666666;
  margin-top: 0.2rem;
}

@media (max-width: 700px) {
  main .contact .content .left .left_l {
    padding-top: calc(475 / 632 * 100%);
    margin-bottom: 0.26rem;
  }

  main .contact .content .left .left_l,
  main .contact .content .left .left_r {
    width: 100%;
  }
}

main .contact .content .right {
  width: calc(350 / 1500 * 100%);
  padding: 0.35rem calc(32 / 1500 * 100%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .contact .content .right .tag {
  width: 100%;
  background-color: #30b06b;
  padding: 0.3rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

main .contact .content .right .tag .icon {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.25rem;
}

main .contact .content .right .tag .icon img {
  width: 0.4rem;
}

main .contact .content .right .tag .pn {
  color: #ffffff;
  display: block;
  flex: 1;
}

main .contact .content .right .tag:hover .icon {
  background-color: rgba(255, 255, 255, 0.3);
}

main .contact .content .right .tag:hover .pn {
  font-weight: bold;
}

@media (max-width: 900px) {
  main .contact .content .right .tag .pn {
    color: #ffffff;
    flex: initial;
  }

  main .contact .content .left {
    width: 100%;
  }

  main .contact .content .right {
    width: 100%;
  }

  main .contact .content .right .tag {
    margin-top: 0.2rem;
  }
}

main .contact .buttomBox {
  text-align: center;
}

main .contact .buttom {
  display: inline-block;
  padding: 0.17rem 0.58rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 0.5rem;
}

main .cooperation {
  padding: 0.9rem 0;
  background-color: #ffffff;
}

main .cooperation .title {
  text-align: center;
}

main .cooperation h1 {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333333;
}

main .cooperation h1::after {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.4rem), -50%);
  transform: translate(calc(-100% - 0.4rem), -50%);
}

main .cooperation h1::before {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
  transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
}

main .cooperation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.8rem;
}

main .cooperation .content .swiper-container2 {
  width: calc(890 / 1500 * 100%);
  height: 6.1rem;
  margin: 0;
}

main .cooperation .content .swiper-container2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main .cooperation .content .swiper-container2 .swiper-pagination {
  bottom: 0.4rem;
  left: 0.45rem;
  -webkit-transform: translate(0);
  transform: translate(0);
  width: auto;
}

main .cooperation .content .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 5px;
}

main .cooperation .content .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

main .cooperation .content .text {
  width: calc(562 / 1500 * 100%);
  height: 6.1rem;
  background-color: #f3f6fc;
  padding: calc(37 / 1500 * 100%) calc(46 / 1500 * 100%);
  padding-right: calc(77 / 1500 * 100%);
  overflow-y: auto;
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

main .cooperation .content .text::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

main .cooperation .content .text::-webkit-scrollbar-track {
  background-color: inherit;
  border: none;
  border-radius: 0;
}

main .cooperation .content .text::-webkit-scrollbar-thumb {
  border-radius: 0;
  position: relative;
  right: 2px;
  background-color: #d9e1ef;
  width: 6px;
}

main .cooperation .content .text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.6rem;
}

main .cooperation .content .text .item:nth-child(1) {
  margin-top: 0;
}

main .cooperation .content .text .item:hover .icon {
  background-color: #283690;
}

main .cooperation .content .text .item:hover .context .t1 {
  color: #283690;
}

main .cooperation .content .text .item:hover .context .t2 {
  color: #283690;
}

main .cooperation .content .text .item .icon {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #bfbfbf;
  border-radius: 2px;
  margin-right: 0.35rem;
}

main .cooperation .content .text .item .context {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .cooperation .content .text .item .context .t1 {
  color: #888888;
  margin-bottom: 0.22rem;
  line-height: 1;
}

main .cooperation .content .text .item .context .t2 {
  color: #333333;
  line-height: calc(30 / 23 * 1em);
}

@media (max-width: 750px) {
  main .cooperation .content .swiper-container2 {
    width: 100%;
    height: auto;
  }

  main .cooperation .content .text {
    width: 100%;
  }
}

main .about {
  padding: 0.73rem 0;
  padding-bottom: 1.08rem;
  background-image: url(../images/banner14.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

main .about .title {
  text-align: center;
}

main .about h1 {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333333;
}

main .about h1::after {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.4rem), -50%);
  transform: translate(calc(-100% - 0.4rem), -50%);
}

main .about h1::before {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
  transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
}

main .about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.6rem;
}

main .about .content .item {
  width: calc(470 / 1500 * 100%);
  text-align: center;
  border: solid 1px #c8d4e9;
  padding-bottom: 0.5rem;
  padding-top: 0.34rem;
  display: block;
}

main .about .content .item .icon8 {
  width: calc(156 / 470 * 100%);
}

main .about .content .item p {
  margin-top: 0.33rem;
}

main .about .content .item:hover {
  background-color: #e9eef7;
  border: solid 1px #e9eef7;
}

main .organization {
  padding: 0.73rem 0;
  padding-bottom: 1.08rem;
  background-color: #ffffff;
}

main .organization .title {
  text-align: center;
}

main .organization h1 {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333333;
}

main .organization h1::after {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(calc(-100% - 0.4rem), -50%);
  transform: translate(calc(-100% - 0.4rem), -50%);
}

main .organization h1::before {
  content: "";
  width: 0.94rem;
  height: 0.26rem;
  background-image: url(../images/icon1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
  transform: translate(calc(100% + 0.4rem), -50%) rotate(180deg);
}

main .organization .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}

main .organization .content .imgBox {
  width: calc(188 / 1500 * 100%);
  height: 1.1rem;
  margin-left: calc(30 / 1600 * 100%);
  margin-top: 0.3rem;
  overflow: hidden;
  background-color: #fff;
  border: solid 1px #c8d4e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .organization .content .imgBox:nth-child(1) {
  margin-left: 0;
}

main .organization .content .imgBox img {
  display: block;
  width: 100%;
  max-width: 80%;
  max-height: 60%;
}

@media (max-width: 1000px) {
  main .organization .content .imgBox {
    width: 23.5%;
    margin-top: 3%;
  }

  main .organization .content .imgBox:nth-child(1) {
    margin-left: 3%;
  }

  main .organization .content .imgBox:nth-child(4n + 1) {
    margin-left: 0;
  }
}

footer {
  background-color: #212534;
}

footer .box {
  width: 12.8rem;
  max-width: 92%;
  margin: 0 auto;
}

footer .box .top {
  height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .box .top .nav {
  color: rgba(255, 255, 255, 0.7);
}

footer .box .top .nav .tag {
  margin-left: 0.6rem;
  color: #ffffffb3;
}

footer .box .top .nav .tag:nth-child(1) {
  margin-left: 0;
}

footer .box .top .line {
  width: 1px;
  height: 0.18rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 0.97rem;
  margin-right: 0.8rem;
}

footer .box .top .iconBox a img {
  height: 20px;
  max-height: 20px;
  margin-left: 0.31rem;
}

footer .box .top .iconBox a img:nth-child(1) {
  display: inline-block;
}

footer .box .top .iconBox a img:nth-child(2) {
  display: none;
}

footer .box .top .iconBox a:nth-child(1) img {
  margin-left: 0;
}

footer .box .top .iconBox a:hover img:nth-child(2) {
  display: inline-block;
}

footer .box .top .iconBox a:hover img:nth-child(1) {
  display: none;
}

footer .box .bottom {
  padding: 0.22rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
  footer .box .top {
    height: 2.2rem;
  }

  footer .box .top .nav {
    width: 100%;
    text-align: center;
  }

  footer .box .top .nav .tag {
    margin-left: 0.3rem;
  }

  footer .box .top .line {
    display: none;
  }

  footer .box .top .iconBox {
    width: 100%;
    text-align: center;
  }
}

.e_m {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}

.e_m .n_r {
  width: 200px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
  width: 100%;
  height: auto;
  display: block;
}

.e_m .n_r p {
  font-size: 15px;
  color: #888;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .e_m .n_r {
    width: 230px;
    padding: 15px;
  }

  .e_m .n_r p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .e_m .n_r {
    width: 200px;
  }

  .e_m .n_r p {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  main {
    margin-top: 0.8rem;
  }
}

/*# sourceMappingURL=css.css.map */