@charset "utf-8";
/* CSS Document */
.a_txt {
  display: none;
}
.moblie_head {
  display: none;
}
.h100 {
  height: 96px;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999999;
  background-color: white;
}
.top {
  width: 90%;
  margin: 0 auto;
  height: 96px;
  justify-content: space-between;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.menu a {
  margin: 0 30px;
  font-size: 18px;
  color: #666;
}
.menu a:hover {
  color: var(--main-color);
  border-bottom: 1px solid #0451a3;
}
.head_languge {
  display: flex;
  align-items: center;
  margin-right: 24px;
  height: 40px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  overflow: hidden;
  width: 112px;
}
.head_languge a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  width: 56px;
  height: 100%;
  color: var(--white-color);
  font-family: 'Rubik';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.head_languge a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  border-radius: 40px;
  transition: left 0.5s;
  z-index: -1;
}
.head_languge a.active {
  z-index: 1;
}
.head_languge a.active::before {
  left: 0;
}
.head_languge {
  background-color: rgba(0, 0, 0, 0.1);
}
.head_languge a {
  color: var(--dark-color);
}
.head_languge a.active {
  color: var(--white-color);
}
.head_search i {
  display: flex;
  width: 56px;
  height: 40px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(../images/search_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  backdrop-filter: blur(8px);
}
.head_search i {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../images/search_black.svg);
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 10px 5px;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  background-size: 50% ;
}
.my-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1480px;
}
/* index about */
.index_about {
  padding: 100px 0 50px 0;
}
.about_text {
  color: var(--dark-color);
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
}
.about_text .tt {
  font-weight: bold;
}
.in_about_box {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
.in_about_box .in_a_left_text {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 55%;
  opacity: 1 !important;
  z-index: -1;
}
.in_about_box .topa {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about_year {
  color: var(--main-color);
  line-height: 1.5;
  font-size: 36px;
}
.about_year span {
  display: block;
  font-weight: bold;
}
.in_about_box .bottom {
  padding-top: 32px;
}
.in_about_box .bottom .index_button {
  padding-top: 28px;
}
.in_about_box .in_a_left_img {
  width: 40%;
}
.in_about_box .in_a_left_img img {
  max-width: 100%;
}
.in_about_box .in_a_b_right {
  width: 60%;
  max-width: 786px;
  padding-left: 20px;
  box-sizing: border-box;
}
.in_about_box .in_a_b_right .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.in_a_number {
  padding-top: 45px;
}
.in_a_number ul {
  display: flex;
  align-items: stretch;
  margin-left: -24px;
  margin-right: -24px;
}
.in_a_number ul li {
  width: 33.33%;
  padding: 0 24px;
}
.in_a_number .info-detail {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.in_a_number .icon img {
  width: 28px;
}
.in_a_number .info-detail p {
  margin-top: 8px;
  color: var(--dark-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.in_a_number .info_number {
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
}
.in_a_number .info_number span {
  color: var(--main-color);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.in_a_number .info_number em {
  display: block;
  padding-left: 8px;
  color: var(--dark-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.index-team {
  background: #f3f8fc url(../images/new_bg.jpg) center center no-repeat;
  overflow: hidden;
  padding: 80px 0 50px 0;
}
.tit h3 {
  font-weight: bold;
}
.tit p {
  font-size: 16px;
  margin-top: 10px;
}
.index-team .index_button {
  margin-top: 20px;
}
.swiper-photo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
}
.swiper-photo .swiper-button-next,
.swiper-photo .swiper-button-prev {
  opacity: 0.8;
  background-size: 40% ;
  width: 70px;
  height: 70px;
  color: #0451a3;
  background-color: white;
}
.swiper-photo .swiper-button-next {
  top: 0px;
  left: 73px;
}
.swiper-photo .swiper-button-prev {
  top: 0px;
  left: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: white;
  color: #0451a3;
}
.swiper-photo .swiper-button-next:hover,
.swiper-photo .swiper-button-prev:hover {
  background-color: #0451a3;
  color: white;
}
.swiper-button-next.swiper-button-disabled:hover,
.swiper-button-prev.swiper-button-disabled:hover {
  background-color: #0451a3;
  color: white;
}
.swiper-photo .swiper-container {
  width: 100%;
}
.swiper-photo .swiper-slide {
  position: relative;
  overflow: hidden;
}
.swiper-photo .swiper-slide img {
  width: 100%;
}
.swiper-photo .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(4, 81, 163, 0.2);
}
.swiper-photo .swiper-slide a img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.swiper-photo .swiper-slide:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper-photo .swiper-slide .swiper-con {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-photo .swiper-slide .swiper-con h3 {
  display: block;
  width: 180px;
  line-height: 45px;
  background-color: rgba(4, 81, 163, 0.8);
  font-size: 16px;
  text-align: center;
  color: white;
}
.swiper-photo .swiper-slide .swiper-con span {
  display: block;
  width: 180px;
  font-size: 14px;
  line-height: 45px;
  background-color: white;
  color: #666;
  text-align: center;
}
.index-news {
  padding: 100px 0 100px 0;
  background-color: #f2f7fb;
}
.index-news-list {
  margin-top: 100px;
}
.index-news-list li {
  width: 30%;
  margin-bottom: 2rem;
}
.index-news-list li a {
  display: block;
  border-radius: 30px;
  padding: 20px;
  box-sizing: border-box;
}
.index-news-list li a {
  display: block;
  background-color: white;
}
.index-news-list li a .date {
  padding-left: 26px;
  color: #ff0000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-image: url(../images/time_red.svg);
  background-position: 0 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.index-news-list li a .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  height: 60px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news-list li a .img {
  height: 150px;
  overflow: hidden;
  margin-top: 10px;
}
.index-news-list li a .img img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.index-news-list li a .desc {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  height: 100px;
  overflow: hidden;
}
.index-news-list li a .more {
  display: inline-block;
  padding-right: 34px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-image: url(../images/more_r_black.svg);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 20px;
}
.index-news-list li a:hover {
  background-color: #0451a3;
  color: white;
}
.index-news-list li a:hover .date {
  background-image: url(../images/time_white.svg);
}
.index-news-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.index-news-list li a:hover .title {
  color: white;
}
.index-news-list li a:hover .date {
  color: white;
}
.index-news-list li a:hover .desc {
  color: white;
}
.index-news-list li a:hover .more {
  color: var(--white-color);
  background-image: url(../images/more_r_white.svg);
}
.about_con {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding: 50px;
  box-sizing: border-box;
}
.about_con .about_con_left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
.about_con .about_con_left .about_text {
  margin: 50px 0;
}
.about_con .about_con_left .about_text .tt {
  font-size: 36px;
  font-weight: bold;
}
.about_con .about_con_right {
  color: #999;
  width: 50%;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 50px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
}
.about_con .about_con_right p {
  margin-bottom: 10px;
}
.index-culture {
  padding: 100px 0 100px 0;
  height: 580px;
  box-sizing: border-box;
  background: url(../images/mbg-3.jpg) center center no-repeat;
  color: white;
  line-height: 3;
}
.index-culture h3 {
  font-size: 36px;
  font-weight: bold;
}
.index-culture a {
  margin-top: 50px;
  display: inline-block;
  line-height: 35px;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 0 40px 0 20px;
  background: url(../images/more_r_white.svg) 80px center no-repeat;
  color: white;
}
.index-culture a:hover {
  color: #333;
  background: #fff url(../images/more_r_black.svg) 80px center no-repeat;
}
.copy {
  background-color: #0451a3;
  color: #eee;
}
.footer {
  padding: 50px 0;
}
.fnav {
  margin-top: 20px;
}
.fnav a {
  color: #666;
  line-height: 30px;
}
.copy .my-container {
  line-height: 60px;
}
.footer-contact {
  line-height: 1.5;
  text-align: right;
}
.footer-contact h3 {
  display: block;
  font-size: 24px;
}
.footer-contact .bor {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-contact .bor span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #0451a3;
}
.footer-contact .tel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #333;
}
.footer-contact .add {
  font-size: 16px;
  color: #666;
}
.height96 {
  height: 96px;
}
.page_banner {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 9;
  overflow: hidden;
}
.page_banner .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.page_banner .img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
}
.page_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_banner .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/banner_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_text {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}
.page_text h2 {
  color: var(--white-color);
  font-style: normal;
  font-size: 42px;
  line-height: 1.48;
}
.page_text .eng {
  margin-top: 8px;
  color: var(--white-color);
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  font-size: 48px;
  text-transform: uppercase;
}
.maincon {
  background-color: #f2f7fb;
  padding: 100px 0;
}
.conbanner {
  height: 300px;
  line-height: 2;
  background: url(../images/con-banner.jpg) center bottom no-repeat;
  border-radius: 0 0 0 50px;
  color: white;
  display: flex;
  align-items: center;
}
.conbanner a {
  color: white;
}
.conbanner .local {
  opacity: 0.8;
  font-size: 16px;
  background: url(../images/home_icon_w.svg) left center no-repeat;
  padding-left: 20px;
}
.conbanner h1 {
  display: block;
  font-size: 36px;
  margin: 30px 0;
  font-weight: bold;
}
.conbanner .time {
  padding-left: 26px;
  color: var(--white-color);
  opacity: 0.8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-position: 0 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-image: url(../images/time_white.svg);
}
.conbanner .view {
  margin-left: 24px;
  padding-left: 26px;
  color: var(--white-color);
  opacity: 0.8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-position: 0 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-image: url(../images/view_white.svg);
}
.article_box {
  position: relative;
  background-color: var(--white-color);
  z-index: 1;
}
.article_box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #F2F7FB;
  z-index: -1;
}
.article_box > .my-container {
  display: flex;
  align-items: stretch;
}
.article_box .article_left {
  flex: 1;
  padding-top: 68px;
  padding-bottom: 94px;
  padding-right: 70px;
}
.article_text h3 {
  padding-bottom: 24px;
  color: var(--dark-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.article_text p {
  padding-bottom: 24px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_text p:last-child {
  padding-bottom: 0;
}
.article_text p img {
  display: block;
  border-radius: 24px;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.article_box .article_right {
  width: 460px;
  padding-top: 68px;
  padding-bottom: 94px;
  padding-left: 70px;
  border-radius: 32px 0px 0px 0px;
  background: #F2F7FB;
}
.article_right .big_t {
  color: var(--dark-color);
  font-weight: 700;
  line-height: 1.5;
}
.article_right .ul {
  padding-top: 2px;
}
.article_right .ul a {
  display: block;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}
.article_right .ul a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.article_right .ul a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-color);
  transition: width 0.4s;
}
.article_right .ul .t {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.article_right .ul .time {
  margin-top: 28px;
  padding-left: 26px;
  color: #ff0000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  background-image: url(../images/time_red.svg);
  background-position: 0 3px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
.article_right .ul a:hover::before {
  width: 100%;
}
.article_page {
  margin-top: 70px;
  padding-top: 48px;
  border-top: 1px solid #EBEFF5;
}
.article_page a {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #F2F7FB;
  width: calc(50% - 15px);
  transition: background-color 0.3s;
}
.article_page a .t {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 700;
  height: 54px;
  line-height: 27px;
}
.article_page a span {
  margin-top: 32px;
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.article_page a:hover {
  background-color: var(--main-color);
}
.article_page a:hover .t {
  color: var(--white-color);
}
.article_page a:hover span {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
}
.photo-list ul {
  display: flex;
  flex-wrap: wrap;
}
.photo-list ul li {
  width: calc(20% - 30px);
  margin: 15px;
  overflow: hidden;
}
.photo-list ul li a {
  position: relative;
}
.photo-list ul li:hover {
  box-shadow: 0 0 20px rgba(4, 81, 163, 0.2);
}
.photo-list ul li a img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.photo-list ul li:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.photo-list ul li a .swiper-con {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.photo-list ul li a .swiper-con h3 {
  display: block;
  width: 180px;
  line-height: 45px;
  background-color: rgba(4, 81, 163, 0.8);
  font-size: 16px;
  text-align: center;
  color: white;
}
.photo-list ul li a .swiper-con span {
  display: block;
  width: 180px;
  font-size: 14px;
  line-height: 45px;
  background-color: white;
  color: #666;
  text-align: center;
}
.term_box {
  background-color: #f2f7fb;
  padding: 100px 0;
}
.term_box .po_title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.term_box .po_title span {
  font-size: 18px;
  color: #ff0000;
}
.term_box .term_box_con {
  background-color: white;
  border-radius: 0 0 50px 0 ;
  padding: 50px;
}
.term_box .term_box_right {
  padding-left: 50px;
  line-height: 2;
  color: #666;
}
.term_box .term_box_right strong {
  color: #333;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.photo-next {
  margin-top: 30px;
  color: #666;
}
.photo-next a {
  color: #0451a3;
}
.contact {
  position: relative;
}
.contact_top_left {
  background-image: linear-gradient(to right, #eff4f8, rgba(239, 244, 248, 0.9));
  padding-left: 10%;
  padding-right: 5%;
}
.contact_top_left {
  padding-top: 98px;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
}
.contact_top_left .s_t {
  margin-bottom: 16px;
  color: #e0002a;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
}
.contact_top_left .po_title .tt {
  font-size: 40px;
  font-weight: bold;
}
.contact_top_left .com_name {
  color: var(--dark-color);
  font-weight: 400;
  line-height: 1.5;
  font-size: 26px;
}
.contact_top_left .bottom {
  padding-top: 80px;
}
.contact_top_left .grey_title {
  margin-top: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact_top_left .red_tel {
  padding-top: 4px;
  color: var(--main-color);
  font-weight: 600;
  line-height: 1.4;
  font-size: 48px;
}
.contact_top_left .red_tel a {
  color: #e0002a;
  font-weight: 600;
}
.search {
  text-align: center;
  margin-bottom: 50px;
}
.inp_text {
  width: 80%;
  max-width: 500px;
  background-color: #eaeaea;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  border: 0;
}
.inp_button {
  background-color: #0451a3;
  color: white;
  line-height: 50px;
  text-align: center;
  border: 0;
  width: 20%;
  max-width: 100px;
}
.search-list {
  width: 80%;
  margin: 0 auto;
}
.search-list li {
  border-bottom: 1px solid #ddd;
  line-height: 30px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.search-list li a {
  color: #333;
}
.search-list li a:hover {
  color: #0451a3;
}
@media screen and (max-width: 1366px) and (min-width: 0px) {
  .menu a {
    padding: 0 10px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  header {
    display: none;
  }
  .w {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .my-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .h100 {
    height: 44px;
  }
  .moblie_head {
    display: block;
    height: 44px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
  }
  .moblie_head .w {
    display: flex;
    height: 44px;
    justify-content: space-between;
    align-items: center;
  }
  .moblie_head .lf {
    padding-top: 0px;
  }
  .moblie_head .lf img {
    height: 24px;
  }
  .moblie_head .rg {
    padding-top: 4px;
  }
  .moblie_head .rg a img {
    height: 16px;
    vertical-align: top;
  }
  .a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
  }
  .a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0b0d19;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  .a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 5%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #0451a3;
    height: 100%;
    z-index: 100;
    right: -80%;
  }
  .a_txt .div3 ul {
    padding-left: 5%;
    padding-right: 5%;
  }
  .a_txt .div3 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .a_txt .div3 ul li a {
    display: block;
    height: 45px;
    color: #fff;
    line-height: 45px;
    padding-left: 5%;
    font-size: 16px;
  }
  .a_txt .div3 ul li .a_js2 {
    background: url(../images/plus.png) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_js2_on {
    background: url(../images/reduce.jpg) 95% center no-repeat;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
  }
  .a_txt .div3 ul li .a_txt2 {
    display: none;
  }
  .a_txt .div3 ul li .a_txt2 a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .index_about {
    padding: 50px 0 30px 0;
  }
  .index-news {
    padding: 50px 0 50px 0;
  }
  .index-news-list {
    margin-top: 50px;
    flex-direction: column;
  }
  .maincon {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .font36 {
    font-size: 20px;
  }
  .in_about_box .topa {
    flex-direction: column;
  }
  .in_about_box .bottom {
    flex-direction: column;
  }
  .in_about_box .in_a_left_img {
    width: 100%;
  }
  .in_about_box .in_a_b_right {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .in_a_number ul li {
    padding-left: 10px;
  }
  .in_a_number .info_number span {
    font-size: 24px;
  }
  .in_a_number .info-detail {
    text-align: center;
  }
  .in_a_number .info_number {
    justify-content: center;
  }
  .index-news-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .swiper-photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
  }
  .swiper-photo .swiper-button-next,
  .swiper-photo .swiper-button-prev {
    opacity: 0.8;
    background-size: 40% ;
    width: 50px;
    height: 50px;
    color: #0451a3;
    background-color: white;
  }
  .swiper-photo .swiper-button-next {
    top: 0px;
    left: 53px;
  }
  .fnav {
    text-align: center;
  }
  .footer {
    flex-direction: column;
  }
  .footer-contact .bor {
    justify-content: center;
  }
  .footer-contact {
    margin-top: 20px;
    text-align: center;
  }
  .copy .my-container {
    flex-direction: column;
    line-height: 30px;
    text-align: center;
  }
  .about_con {
    flex-direction: column;
    padding: 20px;
  }
  .about_con .about_con_left {
    width: 100%;
    padding-right: 0px;
  }
  .about_con .about_con_left .about_text {
    margin: 20px 0;
  }
  .about_con .about_con_left .about_text .tt {
    font-size: 18px;
  }
  .about_con .about_con_right {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
    border-left: 0px solid #ddd;
  }
  .page_banner {
    height: 280px;
  }
  .conbanner h1 {
    display: block;
    font-size: 24px;
  }
  .article_box > .my-container {
    flex-direction: column;
    background-color: white;
  }
  .article_box .article_left {
    flex: 1;
    padding-top: 38px;
    padding-bottom: 54px;
    padding-right: 0px;
  }
  .article_box .article_right {
    display: none;
  }
  .article_page {
    flex-direction: column;
  }
  .article_page a {
    width: 100% ;
  }
  .article_page a:first-child {
    margin-bottom: 10px;
  }
  .page_text {
    text-align: center;
  }
  .page_text h2 {
    font-size: 28px;
  }
  .page_text .eng {
    font-size: 36px;
  }
  .photo-list ul li {
    width: calc(50% - 30px);
    margin: 15px;
    overflow: hidden;
  }
  .term_box {
    padding: 50px 0;
  }
  .term_box .term_box_con {
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
  }
  .term_box .term_box_con img {
    max-width: 100%;
  }
  .term_box .term_box_right {
    padding-left: 0px;
  }
  .contact {
    position: static;
  }
  .contact_top_left {
    padding-left: 10%;
    padding-right: 5%;
  }
  .contact_top_left {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    position: static;
  }
  .contact_top_left .bottom {
    padding-top: 50px;
  }
  .contact_top_left .po_title .tt {
    font-size: 32px;
  }
  .contact_top_left .red_tel {
    font-size: 36px;
  }
  .index-culture {
    line-height: 2;
  }
  .index-culture h3 {
    font-size: 32px;
    font-weight: bold;
  }
  .search-list li {
    flex-direction: column;
  }
  .search-list li span {
    text-align: right;
  }
}
