section .banner {
  overflow: hidden;
}
section .banner #banner-container {
  --swiper-navigation-size: 1.36rem;
  --swiper-navigation-color: #fff;
  height: 44.09rem;
}
section .banner #banner-container .swiper-slide {
  overflow: hidden;
}
section .banner #banner-container .swiper-slide img {
  animation: mypic 4s alternate infinite 1s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
section .banner #banner-container .swiper-slide .mb-banner {
  display: none;
}
@keyframes mypic {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
section .banner #banner-container .swiper-button-next,
section .banner #banner-container .swiper-button-prev {
  width: 2.27rem;
  height: 2.27rem;
  line-height: 2.27rem;
  text-align: center;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  opacity: 0;
}
section .banner #banner-container:hover .swiper-button-next,
section .banner #banner-container:hover .swiper-button-prev {
  opacity: 1;
}
section .mb-img {
  display: none;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
}
section .mb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .hxnr {
  background-color: #f5f5f6;
  height: 10.91rem;
  border-top: 0.14rem solid #131557;
  border-bottom: 0.14rem solid #131557;
}
section .hxnr .main_center {
  display: flex;
  height: 100%;
}
section .hxnr .main_center .item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
}
section .hxnr .main_center .item .pic {
  width: 2.73rem;
  height: 2.73rem;
}
section .hxnr .main_center .item .pic .img-hover {
  display: none;
}
section .hxnr .main_center .item .pic img {
  object-fit: contain;
  transition: transform 0.6s;
}
section .hxnr .main_center .item p {
  margin-top: 1.14rem;
  margin-bottom: 1.59rem;
  font-size: 0.91rem;
  font-weight: bold;
  color: #8e8e8e;
}
section .hxnr .main_center .item:hover {
  background-color: #fff;
  border-left: 0.32rem solid #131557;
  border-right: 0.32rem solid #131557;
}
section .hxnr .main_center .item:hover .pic .img {
  display: none;
}
section .hxnr .main_center .item:hover .pic .img-hover {
  display: block;
  transform: rotateY(360deg);
}
section .hxnr .main_center .item:hover p {
  color: #131557;
}
section .myzx {
  background: url(../images/myzx.jpg) no-repeat center;
  height: 27.27rem;
}
section .myzx .txt {
  width: 24.32rem;
  height: 27.27rem;
  padding: 3.18rem 2.27rem;
  background-color: rgba(255, 255, 255, 0.46);
  z-index: 2;
  position: relative;
}
section .myzx .txt .back {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 120%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.46);
  z-index: -1;
}
section .myzx .txt .myzx-title {
  display: none;
  font-size: 1.36rem;
  text-align: center;
  margin-bottom: 20px;
  color: #141556;
}
section .myzx .txt i {
  font-size: 1.09rem;
  color: #00005b;
  line-height: 1.5rem;
}
section .myzx .txt p {
  color: #000;
  font-size: 0.91rem;
  margin-top: 2.05rem;
  line-height: 2.09rem;
  text-indent: 4em;
  text-align: justify;
}
section .myzx .txt p span {
  color: #00005b;
  font-weight: bold;
  font-size: 1.27rem;
  margin-right: 0.45rem;
}
section .myzx .txt .pic {
  text-align: right;
  margin-top: 2.27rem;
}
section .product {
  background: url(../images/product.jpg) no-repeat center;
  height: 27.27rem;
}
section .product .main_center {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 51%;
}
section .product .main_center .txt .en {
  position: relative;
  color: #969493;
  font-size: 1.64rem;
  font-weight: bold;
  margin-bottom: 3.18rem;
}
section .product .main_center .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 100%;
  height: 0.18rem;
  background-color: #141556;
}
section .product .main_center .txt .name .pic {
  display: flex;
}
section .product .main_center .txt .name .pic h2 {
  font-size: 1.82rem;
  margin-left: 0.45rem;
  color: #141556;
}
section .product .main_center .txt .name p {
  color: #000;
  font-size: 0.91rem;
  line-height: 2.73rem;
  margin-bottom: 2.27rem;
}
section .product .main_center .txt .name .more {
  color: #141556;
  font-size: 1.09rem;
}
section .college {
  background: url(../images/sxy.jpg) no-repeat right;
  height: 27.27rem;
}
section .college .main_center {
  display: flex;
  height: 100%;
  align-items: center;
}
section .college .main_center .txt {
  height: 20.64rem;
  width: 50%;
  background-color: #fff;
  box-shadow: -0.68rem 0.82rem 1.09rem 0.14rem rgba(0, 8, 50, 0.25);
  padding-left: 3.41rem;
  padding-right: 4.55rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .college .main_center .en {
  position: relative;
  color: #969493;
  font-size: 1.64rem;
  font-weight: bold;
  margin-bottom: 3.18rem;
}
section .college .main_center .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 95%;
  height: 0.18rem;
  background-color: #141556;
}
section .college .main_center .name .pic {
  display: flex;
}
section .college .main_center .name .pic h2 {
  font-size: 1.82rem;
  margin-left: 0.45rem;
  color: #141556;
}
section .college .main_center .name p {
  color: #000;
  font-size: 0.91rem;
  line-height: 2.73rem;
  margin-bottom: 1.82rem;
}
section .college .main_center .name .more {
  color: #141556;
  font-size: 1.09rem;
}
section .about {
  height: 27.27rem;
  background: url(../images/about.jpg) no-repeat;
}
section .about .main_center {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 51%;
}
section .about .main_center .txt .en {
  position: relative;
  margin-bottom: 3.18rem;
}
section .about .main_center .txt .en span {
  color: #969493;
  font-size: 1.64rem;
  margin-right: 0.45rem;
}
section .about .main_center .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 100%;
  height: 0.18rem;
  background-color: #141556;
}
section .about .main_center .txt .name h2 {
  font-size: 1.82rem;
  color: #141556;
}
section .about .main_center .txt .name p {
  color: #000;
  font-size: 0.91rem;
  line-height: 2.73rem;
  margin-bottom: 2.27rem;
}
section .about .main_center .txt .name p b {
  font-size: 0.91rem;
  font-weight: bold;
  color: #000;
}
section .about .main_center .txt .name .more {
  color: #141556;
  font-size: 1.09rem;
}
section .kysc {
  background-color: #131557;
  height: 25.23rem;
}
section .kysc .main_center {
  height: 100%;
  display: flex;
  align-items: center;
}
section .kysc .main_center .l {
  width: 50%;
  padding-right: 14%;
}
section .kysc .main_center .l .txt {
  text-align: justify;
}
section .kysc .main_center .l .txt .en {
  position: relative;
  color: #969493;
  font-size: 1.64rem;
  font-weight: bold;
  margin-bottom: 3.64rem;
}
section .kysc .main_center .l .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 100%;
  height: 0.18rem;
  background-color: #fff;
}
section .kysc .main_center .l .txt .name h2 {
  font-size: 1.82rem;
  color: #fff;
  margin-bottom: 1.59rem;
}
section .kysc .main_center .l .txt .name .pic {
  display: flex;
}
section .kysc .main_center .l .txt .name .xq {
  margin-bottom: 1.82rem;
}
section .kysc .main_center .l .txt .name .xq span {
  color: #fff;
  font-size: 1.18rem;
  line-height: 2.73rem;
  margin-left: 0.45rem;
}
section .kysc .main_center .l .txt .name .more {
  color: #fff;
  font-size: 1.09rem;
}
section .kysc .main_center .r {
  width: 50%;
}
section .kysc .main_center .r #pro-container {
  padding-bottom: 2.27rem;
  --swiper-navigation-size: 0.82rem;
}
section .kysc .main_center .r #pro-container .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
section .kysc .main_center .r #pro-container p {
  margin-top: 1.36rem;
  font-size: 0.91rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  opacity: 0;
}
section .kysc .main_center .r #pro-container .swiper-slide-active,
section .kysc .main_center .r #pro-container .swiper-slide-duplicate-active {
  transform: scale(1);
}
section .kysc .main_center .r #pro-container .swiper-slide-active p,
section .kysc .main_center .r #pro-container .swiper-slide-duplicate-active p {
  opacity: 1;
}
section .kysc .main_center .r #pro-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
section .kysc .main_center .r #pro-container .swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background-color: #ffffff;
  opacity: 0.6;
}
section .kysc .main_center .r #pro-container .swiper-pagination-bullet-active {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #e7bb78;
}
section .market {
  height: 27.27rem;
  background: url(../images/market.jpg) no-repeat;
}
section .market .main_center {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 48%;
}
section .market .main_center .txt .en {
  position: relative;
  margin-bottom: 3.18rem;
  color: #969493;
  font-size: 1.64rem;
}
section .market .main_center .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1.36rem;
  width: 100%;
  height: 0.18rem;
  background-color: #141556;
}
section .market .main_center .txt .name h2 {
  font-size: 1.82rem;
  color: #141556;
}
section .market .main_center .txt .name p {
  color: #000;
  font-size: 0.91rem;
  line-height: 2.73rem;
  margin-bottom: 2.27rem;
}
section .market .main_center .txt .name .more {
  color: #141556;
  font-size: 1.09rem;
}
section .question {
  position: relative;
  height: 42.73rem;
  background: url(../images/question_back.png) no-repeat center;
  background-size: cover;
  padding-top: 3.86rem;
  text-align: center;
  overflow: hidden;
}
section .question .main_center .question_title {
  text-align: center;
}
section .question .main_center .question_title h2 {
  font-size: 1.82rem;
  color: #141556;
  font-weight: normal;
  line-height: 1.6;
}
section .question .main_center .question_title h2 span {
  margin-left: 0.68rem;
  font-weight: bold;
}
section .question .main_center .all_questions .question_items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.27rem;
}
section .question .main_center .all_questions .question_items .question_item {
  width: 10.55rem;
  height: 10.55rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/wt-yuan-write.png) no-repeat center;
  background-size: contain;
  box-shadow: -0.64rem 0.73rem 0.73rem 0rem rgba(10, 2, 5, 0.42);
}
section .question .main_center .all_questions .question_items .question_item i {
  font-size: 2.27rem;
  color: #072393;
}
section .question .main_center .all_questions .question_items .question_item h4 {
  padding: 0 0.45rem;
  font-size: 1.09rem;
  color: #072393;
  margin-top: 0.91rem;
  line-height: 1.18rem;
  font-weight: normal;
}
section .question .main_center .all_questions .question_items .question_item .question_xq1 {
  padding: 0 0.45rem;
  font-size: 0.91rem;
  color: #072393;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  line-height: 1.18rem;
}
section .question .main_center .all_questions .question_items .question_item .question_xq2 {
  padding: 0 1.36rem;
  font-size: 0.73rem;
  line-height: 1.18rem;
  color: #072393;
}
section .question .main_center .all_questions .question_items .question_item:hover {
  background: url(../images/wt-yuan-bule.png) no-repeat center;
  background-size: contain;
  box-shadow: -0.64rem 0.73rem 0.73rem 0rem rgba(10, 2, 5, 0.42);
}
section .question .main_center .all_questions .question_items .question_item:hover i,
section .question .main_center .all_questions .question_items .question_item:hover h4,
section .question .main_center .all_questions .question_items .question_item:hover p {
  color: #fff;
}
section .question .main_center .all_questions .question_items .question_item_1 {
  position: absolute;
  left: 27%;
  top: 0;
}
section .question .main_center .all_questions .question_items .question_item_2 {
  position: absolute;
  right: 27%;
  top: 0;
}
section .question .main_center .all_questions .question_items .question_item_3 {
  position: absolute;
  left: 6%;
  top: 40%;
}
section .question .main_center .all_questions .question_items .question_item_4 {
  position: absolute;
  right: 6%;
  top: 40%;
}
section .question .main_center .all_questions .question_items .question_item_5 {
  position: absolute;
  left: 0;
  top: 60%;
}
section .question .main_center .all_questions .question_items .question_item_6 {
  position: absolute;
  right: 0;
  top: 60%;
}
section .question .main_center .all_questions .question_items .question_item_c {
  top: 8.55rem;
}
section .question .main_center .all_questions .question_items .question_item_b {
  top: 21.18rem;
}
section .question .main_center .all_questions .dashed {
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  width: 54.55rem;
  height: 27.27rem;
  border: 0.23rem dashed #002685;
  border-radius: 45.45rem 45.45rem 0 0;
  border-bottom: none;
}
section .question .main_center .m-questions {
  display: none;
}
section .question .main_center .m-questions .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
section .question .main_center .m-questions .items .item {
  width: 49%;
  display: flex;
  margin-bottom: 20px;
}
section .question .main_center .m-questions .items .item i {
  font-size: 32px;
}
section .question .main_center .m-questions .items .item .txt {
  text-align: left;
  margin-left: 20px;
}
section .question .main_center .m-questions .items .item .txt h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
section .question .main_center .m-questions .items .item .txt p {
  line-height: 1.8;
}
section .question .question_img {
  position: absolute;
  left: 50%;
  bottom: -6.14rem;
  transform: translateX(-50%);
}
section .question .question_img img {
  width: 95%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
  z-index: -1;
}
section .question .question_zixun {
  position: absolute;
  left: 50%;
  bottom: 0.91rem;
  transform: translateX(-50%);
  display: inline-block;
  width: 20.91rem;
  height: 4.86rem;
  line-height: 3.32rem;
  padding-left: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.09rem;
  background: url(../images/question-zx.png) no-repeat center;
  background-size: contain;
}
section .jm {
  height: 100%;
  padding-top: 5.45rem;
  padding-bottom: 6.82rem;
  display: flex;
  align-items: center;
}
section .jm .container {
  width: 46%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .jm .container h2 {
  font-size: 1.36rem;
  color: #06034a;
}
section .jm .container h2 span {
  font-size: 0.73rem;
  color: rgba(6, 3, 74, 0.5);
}
section .jm .container .js {
  position: relative;
  font-size: 0.91rem;
  color: #333333;
  margin-top: 2.73rem;
}
section .jm .container .js::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.91rem;
  width: 2.27rem;
  height: 0.09rem;
  background-color: #131557;
}
section .jm .container .en {
  font-size: 4.55rem;
  color: #f2f2f2;
  margin: 5.45rem 0;
}
section .jm .container .zx {
  position: relative;
  width: 16.59rem;
  height: 1.82rem;
  line-height: 1.82rem;
  border: 0.05rem solid #131557;
  border-radius: 1.82rem;
  display: flex;
}
section .jm .container .zx i {
  font-size: 1.09rem;
  color: #00228e;
  margin-right: 0.45rem;
  padding-left: 0.45rem;
}
section .jm .container .zx span {
  font-size: 0.73rem;
  color: #00228e;
}
section .jm .container .zx em {
  position: absolute;
  right: 0;
  top: 0rem;
  text-align: center;
  color: #fff;
  width: 5rem;
  height: 1.77rem;
  line-height: 1.77rem;
  border-radius: 1.77rem;
  background-color: #131557;
}
section .jm .r {
  width: 50%;
  margin-left: 4%;
}
section .jm .r .pic {
  width: 18.18rem;
  height: 10.91rem;
}
section .jm .r .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .jm .r .txt {
  width: 15.91rem;
  height: 8.18rem;
  padding: 0 1.64rem;
  box-shadow: -0.32rem 0.32rem 1.23rem 0rem rgba(10, 2, 5, 0.28);
  border-radius: 0.45rem;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section .jm .r .txt h2 {
  position: relative;
  font-size: 0.82rem;
  color: #000000;
  margin-bottom: 1.82rem;
}
section .jm .r .txt h2::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.91rem;
  width: 1.36rem;
  height: 0.09rem;
  background-color: #00228e;
}
section .jm .r .txt p {
  color: #666666;
  font-size: 0.73rem;
  line-height: 1.36rem;
  text-align: left;
}
section .jm .r .t {
  position: relative;
}
section .jm .r .t .txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section .jm .r .b {
  position: relative;
  margin-top: 2.27rem;
}
section .jm .r .b .pic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
section .news {
  height: 32.73rem;
  padding: 1.82rem 0 2.73rem;
  background-color: #fafafa;
  margin-bottom: 5rem;
}
section .news .t {
  display: flex;
  justify-content: space-between;
}
section .news .t h2 {
  color: #131557;
  font-size: 1.36rem;
}
section .news .t h2 span {
  font-size: 0.73rem;
  color: rgba(6, 3, 74, 0.5);
}
section .news .t ul {
  display: flex;
  align-items: center;
}
section .news .t ul li {
  font-size: 0.91rem;
  color: #666666;
  margin-right: 2.27rem;
  cursor: pointer;
}
section .news .t ul li:hover {
  color: #06034a;
}
section .news .t ul .active {
  color: #06034a;
}
section .news .items {
  display: none;
  margin-top: 2.73rem;
  margin-bottom: 2.95rem;
}
section .news .items .item {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
}
section .news .items .item:nth-child(3n) {
  margin-right: 0;
}
section .news .items .item .pic {
  height: 11.14rem;
  width: 100%;
}
section .news .items .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .news .items .item .txt {
  padding: 1.36rem 0.91rem;
}
section .news .items .item .txt h2 {
  color: #333333;
  font-size: 0.82rem;
}
section .news .items .item .txt .content {
  color: #999999;
  line-height: 1.18rem;
  margin-top: 0.91rem;
  margin-bottom: 1.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section .news .items .item .txt .date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section .news .items .item .txt .date span {
  color: #999999;
  font-size: 1.36rem;
}
section .news .items .item .txt .date i {
  color: #999999;
  font-size: 1.09rem;
  padding: 0.45rem 0 0.45rem 0.45rem;
  border-left: 0.05rem solid #e5e5e5;
}
section .news .items .item:hover .txt h2 {
  color: #00228e;
}
section .news .items .item:hover .txt i {
  color: #00228e;
}
section .news .selected {
  display: flex;
}
section .news .all {
  text-align: center;
}
section .news .all a {
  color: #1c3b9b;
  padding: 0.55rem 2.27rem;
  border: 0.05rem solid #00228e;
}
@media only screen and (max-width: 1440px) {
  section .about {
    background: url(../images/about.jpg) no-repeat 75%;
  }
  section .market {
    background: url(../images/market.jpg) no-repeat 26%;
  }
}
@media only screen and (max-width: 768px) {
  section {
    overflow: hidden;
  }
  section .banner {
    margin-top: 50px;
  }
  section .banner #banner-container {
    height: 220px;
  }
  section .banner #banner-container .pc-banner {
    display: none !important;
  }
  section .banner #banner-container .mb-banner {
    display: block !important;
  }
  section .mb-img {
    display: block;
  }
  section .hxnr {
    height: auto;
    padding: 20px 0;
    background-color: transparent;
  }
  section .hxnr .main_center {
    flex-wrap: wrap;
  }
  section .hxnr .main_center .item {
    width: 20%;
  }
  section .hxnr .main_center .item .img {
    display: none;
  }
  section .hxnr .main_center .item .img-hover {
    display: block !important;
  }
  section .hxnr .main_center .item:hover {
    background-color: transparent;
    border-left: 0.32rem solid transparent;
    border-right: 0.32rem solid transparent;
  }
  section .hxnr .main_center .item p {
    font-size: 12px;
  }
  section .myzx {
    height: auto;
    background: none;
  }
  section .myzx .txt {
    width: 90%;
    height: auto;
    margin: 50px auto 0;
    padding: 0;
  }
  section .myzx .txt .myzx-title {
    display: block;
  }
  section .myzx .txt .mb-img {
    margin-bottom: 20px;
  }
  section .myzx .txt i {
    font-size: 16px;
  }
  section .myzx .txt .pic {
    display: none;
  }
  section .myzx .txt p {
    text-indent: 0;
    margin-top: 10px;
  }
  section .product {
    background: none;
    margin: 50px 0;
    height: auto;
  }
  section .product .main_center {
    width: 100%;
    padding: 0 10px;
  }
  section .product .main_center .txt .en {
    display: none;
  }
  section .product .main_center .txt .name .pic {
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  section .product .main_center .txt .name .pic img {
    width: 100px;
    height: 50px;
    object-fit: contain;
  }
  section .product .main_center .txt .name h2 {
    font-size: 1.36rem !important;
  }
  section .product .main_center .txt .name .more {
    border: 1px solid #141556;
    padding: 6px 20px;
  }
  section .college {
    background: none;
    height: auto;
  }
  section .college .main_center .txt {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    margin: 0 auto;
    box-shadow: none;
  }
  section .college .main_center .en {
    display: none;
  }
  section .college .main_center .pic {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  section .college .main_center .pic img {
    width: 100px;
    height: 50px;
    object-fit: contain;
  }
  section .college .main_center .pic h2 {
    font-size: 1.36rem !important;
  }
  section .college .main_center .more {
    border: 1px solid #141556;
    padding: 6px 20px;
  }
  section .about {
    background: none;
    height: auto;
  }
  section .about .main_center {
    padding: 80px 10px;
  }
  section .about .main_center .en {
    display: none;
  }
  section .about .main_center .name h2 {
    text-align: center !important;
    margin-bottom: 20px ;
    font-size: 1.36rem !important;
  }
  section .about .main_center .name .more {
    border: 1px solid #141556;
    padding: 6px 20px;
  }
  section .kysc {
    height: auto;
    padding: 40px 0;
  }
  section .kysc .main_center {
    flex-direction: column;
  }
  section .kysc .main_center .l {
    width: 100%;
    padding-right: 0;
  }
  section .kysc .main_center .l .txt .en {
    display: none;
  }
  section .kysc .main_center .l .txt .name h2 {
    font-size: 1.36rem;
  }
  section .kysc .main_center .l .txt .name span {
    font-size: 16px !important;
  }
  section .kysc .main_center .l .more {
    border: 1px solid #fff;
    padding: 6px 20px;
  }
  section .kysc .main_center .r {
    width: 100%;
    margin-top: 60px;
  }
  section .market {
    height: auto;
    padding: 40px 0;
    background: none;
  }
  section .market .main_center {
    padding-left: 10px;
  }
  section .market .main_center .txt .en {
    display: none;
    text-align: center;
    margin-bottom: 10px;
  }
  section .market .main_center .txt .en::after {
    width: 0;
  }
  section .market .main_center .txt .name h2 {
    font-size: 1.36rem;
    text-align: center;
    margin-bottom: 20px;
  }
  section .market .main_center .txt .name .more {
    border: 1px solid #141556;
    padding: 6px 20px;
  }
  section .question .main_center .question_title h2 {
    font-size: 20px;
  }
  section .question .main_center .all_questions {
    display: none;
  }
  section .question .main_center .m-questions {
    display: block;
  }
  section .question .question_zixun {
    bottom: -8px;
  }
  section .question .question_img {
    bottom: 2.8rem;
  }
  section .jm {
    padding: 2.45rem 10px;
    flex-direction: column;
  }
  section .jm .container {
    width: 100%;
  }
  section .jm .container h2 {
    text-align: center;
  }
  section .jm .container h2 span {
    display: none;
  }
  section .jm .container .js {
    margin-top: 20px;
  }
  section .jm .container .js::after {
    width: 0;
  }
  section .jm .container .en {
    display: none;
  }
  section .jm .container .zx {
    display: none;
  }
  section .jm .r {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }
  section .jm .r .txt h2 {
    font-size: 16px;
  }
  section .jm .r .t .pic {
    width: 100%;
  }
  section .jm .r .t .txt {
    position: static;
    transform: translateY(0);
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  section .jm .r .t .txt p {
    text-align: center;
  }
  section .jm .r .b {
    display: flex;
    flex-direction: column-reverse;
  }
  section .jm .r .b .pic {
    position: static;
    transform: translateY(0);
    width: 100%;
  }
  section .jm .r .b .txt {
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  section .jm .r .b .txt p {
    text-align: center;
  }
  section .news {
    height: auto;
  }
  section .news .t {
    flex-direction: column;
  }
  section .news .t h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  section .news .t h2 span {
    display: none;
  }
  section .news .t .list {
    margin: 20px auto 0;
  }
  section .news .t ul li {
    font-size: 18px;
  }
  section .news .items {
    flex-direction: column;
  }
  section .news .items .item {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px;
  }
  section .news .items .item:last-child {
    border-bottom: none;
  }
  section .news .items .item .txt h2 {
    font-size: 16px;
  }
  section .news .items .item .txt .content {
    line-height: 1.6;
  }
}