/* ----------------------------------------------
 * Generated by Animista on 2021-9-28 10:32:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.main {
  overflow: hidden;
}
.yh_banner {
  position: relative;
}
.yh_banner img {
  width: 100%;
}
.yh_banner .img {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 100;
}
.fff {
  background-color: #fff;
}
.banner_swiper .swiper-slide {
  position: relative;
}
.banner_swiper .banner_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 8px;
}
.banner_swiper .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #076cb2;
}
.banner_swiper .banner_next,
.banner_swiper .banner_prev {
  width: 47px;
  height: 47px;
  background: url(../images/next.png) no-repeat center center;
  background-size: contain;
}
.banner_swiper .banner_next::after,
.banner_swiper .banner_prev::after {
  content: none;
}
.banner_swiper .banner_prev {
  background-image: url(../images/prev.png);
}
.c_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c_line:hover::before,
.c_line:hover > div::before {
  height: 100%;
}
.c_line:hover::after,
.c_line:hover > div::after {
  width: 100%;
}
.c_line::before,
.c_line::after {
  position: absolute;
  content: '';
  background-color: #fff;
  transition: all 0.3s;
}
.c_line::before {
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 0%;
}
.c_line::after {
  top: -1px;
  left: 0;
  width: 0%;
  height: 1px;
}
.c_line > div::before,
.c_line > div::after {
  position: absolute;
  content: '';
  background-color: #fff;
  transition: all 0.3s;
}
.c_line > div::before {
  right: -1px;
  top: 0;
  width: 1px;
  height: 0%;
}
.c_line > div::after {
  right: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
}
@-webkit-keyframes xuanzhuan {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.i_about {
  padding: 80px 0;
}
.i_about .w {
  display: flex;
  justify-content: space-between;
}
.i_about .w .i_about_l {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.i_about .w .i_about_l .ft_title {
  align-items: flex-start;
}
.i_about .w .i_about_l .ft_title .bb::before {
  content: none;
}
.i_about .w .i_about_l .content {
  margin-top: 40px;
  text-indent: 2em;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  color: #333333;
  position: relative;
}
.i_about .w .i_about_l .content a {
  font-size: 16px;
  color: #076cb2;
}
.i_about .w .i_about_l .icon_box {
  margin-top: 50px;
}
.i_about .w .i_about_l .icon_box ul {
  display: flex;
  justify-content: space-between;
}
.i_about .w .i_about_l .icon_box ul li:last-child {
  margin-right: 0;
}
.i_about .w .i_about_r {
  width: 50%;
  min-height: 600px;
}
.icon_item {
  width: 188px;
  height: 177px;
  background-color: #ffffff;
  position: relative;
  border: solid 1px #076cb2;
}
.icon_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.icon_item a .icon {
  height: 50px;
  margin-bottom: 18px;
}
.icon_item a .icon img {
  height: 100%;
}
.icon_item a .text {
  text-align: center;
}
.icon_item a .text .cn {
  font-weight: bold;
  font-size: 18px;
  color: #076cb2;
}
.icon_item a .text .en {
  font-size: 12px;
  color: #076cb2;
}
#echarts-map {
  width: 100%;
  height: 100%;
}
.i_sever {
  padding: 300px 0;
  background: url(../images/fangan.jpg) no-repeat center center;
  background-size: cover;
  transition: all 0.3s;
}
.i_sever .i_sever_list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 60px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.i_sever .i_sever_list .move {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
}
.i_sever .i_sever_list .i_sever_item {
  width: 20%;
  padding: 0 1%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
  border: 1px solid #076cb2;
  transition: all 0.3s;
}
.c_more a:hover {
  color: #076cb2;
}
.c_more a:hover::before,
.c_more a:hover::after {
  height: 0;
}
.c_more a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 52%;
  width: 100%;
  transition: all 0.3s;
  background-color: #076cb2;
  z-index: -1;
}
.c_more a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52%;
  width: 100%;
  transition: all 0.3s;
  background-color: #076cb2;
  z-index: -1;
}
.i_sever_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i_sever_box:hover .icon {
  -webkit-animation: jello-vertical 0.9s both;
  animation: jello-vertical 0.9s both;
}
.i_sever_box .icon {
  height: 70px;
  margin-bottom: 56px;
}
.i_sever_box .icon img {
  height: 100%;
}
.i_sever_box .text {
  color: #fff;
  text-align: center;
}
.i_sever_box .text .title {
  font-size: 22px;
}
.i_sever_box .text .content {
  font-size: 16px;
}
.i_anli {
  background: url(../images/bg3.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.i_anli .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_anli .w .ft_title {
  align-items: flex-start;
}
.i_anli .w .ft_title .bb::before {
  content: none;
}
.i_anli .w .qiehuan {
  display: flex;
}
.i_anli .w .qiehuan .anli_next.swiper-button-disabled,
.i_anli .w .qiehuan .anli_prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.i_anli .w .qiehuan .anli_next {
  background: url(../images/next1.png) no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: contain;
  cursor: pointer;
}
.i_anli .w .qiehuan .anli_prev {
  background: url(../images/prev1.png) no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: contain;
  margin-right: 20px;
  cursor: pointer;
}
.i_anli .i_anli_box {
  margin-top: 40px;
}
.i_anli .i_anli_box .anli_swiper .swiper-slide {
  width: auto;
}
.anli_item {
  width: 480px;
  position: relative;
}
.anli_item:hover .anli_img img {
  transform: scale(1.1);
}
.anli_item .anli_img {
  width: 100%;
  overflow: hidden;
}
.anli_item .anli_img img {
  width: 100%;
  transition: all 0.3s;
}
.anli_item .anli_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.68);
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_live {
  padding: 90px 0;
}
.i_live .i_live_box {
  margin-top: 50px;
}
.i_live .i_live_box ul {
  display: flex;
}
.i_live .i_live_box ul li {
  width: 25%;
  padding: 0 15px;
}
.i_live_item {
  width: 100%;
  border: solid 1px #e9e9e9;
  padding: 20px 15px 40px 15px;
}
.i_live_item:hover .i_live_img img {
  transform: scale(1.1);
}
.i_live_item .i_live_img {
  width: 100%;
  overflow: hidden;
}
.i_live_item .i_live_img img {
  width: 100%;
  transition: all 0.3s;
}
.i_live_item .i_live_text {
  margin-top: 30px;
}
.i_live_item .i_live_text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.i_live_item .i_live_text .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #868686;
  margin-bottom: 40px;
}
.i_live_item .i_live_text .date img {
  margin-right: 12px;
}
.i_live_item .i_live_text .c_more {
  display: flex;
  justify-content: center;
}
.i_gg {
  display: flex;
}
.i_gg_item {
  position: relative;
  width: 50%;
  color: #fff;
}
.i_gg_item:hover .i_gg_img img {
  transform: scale(1.1);
}
.i_gg_item .i_gg_img {
  overflow: hidden;
}
.i_gg_item .i_gg_img img {
  width: 100%;
  transition: all 0.5s;
}
.i_gg_item .i_gg_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.i_gg_item:nth-child(2) .content {
  width: 50%;
  font-size: 15px;
  color: #ffffff;
}
.i_gg_item:nth-child(2) .content h5 {
  font-size: 31px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.i_gg_item:nth-child(2) .content h5 img {
  margin-right: 20px;
}
.i_gg_item .title .cn {
  font-size: 46px;
  margin-bottom: 10px;
}
.i_gg_item .title .en {
  font-size: 18px;
}
.i_gg_item .content {
  width: 36%;
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
.i_gg_item .c_more a:hover {
  color: #fff;
  border-color: #fff;
}
.i_gg_item .c_more::after,
.i_gg_item .c_more::before {
  background-color: #00afe9;
}
.i_news {
  padding: 70px 0 90px;
}
.i_news .i_news_box {
  margin-top: 60px;
}
.i_news .i_news_box ul {
  display: flex;
}
.i_news .i_news_box ul li {
  width: 33.33%;
  padding: 0 30px;
}
.i_news_item {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #b0b0b0;
  position: relative;
}
.i_news_item:hover::after {
  width: 100%;
}
.i_news_item:hover .news_item_img img {
  transform: scale(1.1);
}
.i_news_item:hover .news_item_text .title {
  color: #076cb2;
}
.i_news_item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  background-color: #076cb2;
  transition: all 0.3s;
}
.i_news_item .news_item_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.i_news_item .news_item_img img {
  width: 100%;
  transition: all 0.5s;
}
.i_news_item .news_item_text .title {
  font-size: 20px;
  font-weight: bold;
  color: #4b4b4b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.i_news_item .news_item_text .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #868686;
  margin-bottom: 16px;
}
.i_news_item .news_item_text .date img {
  margin-right: 12px;
}
.i_news_item .news_item_text .content {
  font-size: 15px;
  line-height: 24px;
  color: #a8a8a8;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hot_fangan {
  padding: 60px 0;
}
.hot_fangan .w .hot_fangan_box {
  display: flex;
  background: url(../images/hotfangan-bg.jpg) no-repeat center center;
  background-size: cover;
}
.hot_fangan .w .hot_fangan_box .hot_fangan_l {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hot_fangan .w .hot_fangan_box .hot_fangan_l img {
  width: 100%;
  transition: all 0.3s;
}
.hot_fangan .w .hot_fangan_box .hot_fangan_r {
  width: 50%;
  color: #fff;
  padding: 4%;
  font-size: 20px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fangan .w .fangan_box ul {
  display: flex;
  flex-wrap: wrap;
}
.fangan .w .fangan_box ul li {
  margin-bottom: 70px;
  width: 33.33%;
  padding: 0 12px;
}
.fangan_item {
  position: relative;
  margin-bottom: 50px;
}
.fangan_item:hover .fangan_item_img img {
  transform: scale(1.1);
}
.fangan_item:hover .fangan_item_text {
  background-color: #076cb2;
  color: #fff;
}
.fangan_item:hover .fangan_item_text::before {
  opacity: 1;
}
.fangan_item .fangan_item_img {
  overflow: hidden;
}
.fangan_item .fangan_item_img img {
  width: 100%;
  transition: all 0.5s;
}
.fangan_item .fangan_item_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #333333;
  width: 90%;
  padding: 30px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: -3px 4px 7px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}
.fangan_item .fangan_item_text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #00afe9, transparent);
  opacity: 0;
  transition: all 0.3s;
}
.fangan_item .fangan_item_text .cn {
  font-size: 20px;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fangan_item .fangan_item_text .en {
  font-size: 14px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c_anli {
  padding: 60px 0;
}
.c_anli ul {
  display: flex;
  flex-wrap: wrap;
}
.c_anli ul li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.c_news {
  padding: 60px 0;
}
.news_box ul li .news_item {
  display: flex;
  padding: 50px 0;
  border-bottom: solid 1px #eeeeee;
  transition: all 0.3s;
}
.news_box ul li .news_item .news_item_l {
  width: 30%;
}
.news_box ul li .news_item .news_item_l img {
  width: 100%;
}
.news_box ul li .news_item .news_item_r {
  width: 70%;
  display: flex;
  align-items: center;
}
.news_box ul li .news_item .news_item_r .content_box {
  padding: 0 5%;
}
.news_box ul li .news_item .news_item_r .content_box .title {
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_box ul li .news_item .news_item_r .content_box .content {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_box ul li .news_item .news_item_r .date_box .day {
  font-size: 48px;
  color: #999999;
}
.news_box ul li .news_item .news_item_r .date_box .year {
  font-size: 14px;
  color: #333333;
}
.contact {
  padding: 60px 0;
}
.contact .w .contact_box {
  display: flex;
}
.contact .w .contact_box .contact_l {
  width: 40%;
}
.contact .w .contact_box .contact_r {
  width: 60%;
}
.i_contact_box {
  padding: 160px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(62deg, #00afe9 0%, #076cb2 100%), linear-gradient(#076cb2, #076cb2);
  background-blend-mode: normal,
    normal;
  background-size: 100% 100%;
}
.i_contact_box .i_contact_title {
  font-size: 36px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-bottom: 26px;
  margin-bottom: 26px;
  position: relative;
}
.i_contact_box .i_contact_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 4px;
  background-color: #ffffff;
}
.i_contact_box .i_contact_content {
  font-size: 18px;
  line-height: 36px;
  color: #f9f9f9;
}
.message {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.message .message_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 40px;
}
.message .message_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 67px;
  height: 4px;
  background-color: #076cb2;
}
.message .message_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.message .message_row textarea {
  width: 100%;
  height: 177px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 1em 2em;
}
.message .message_row input[type="text"] {
  width: 100%;
  height: 57px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0 1em;
}
.message .message_row input[type="submit"] {
  width: 100%;
  border: none;
  outline: none;
  height: 45px;
  font-size: 18px;
  color: #fff;
  background-color: #076cb2;
}
.message .message_row.w100 .message_col {
  width: 100%;
}
.message .message_row .message_col {
  width: 49%;
  margin-bottom: 20px;
}
.glass.imgbox {
  overflow: hidden;
  position: relative;
}
.glass.imgbox:hover::before {
  transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}
.glass.imgbox::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
  transition: transform 0.8s;
  pointer-events: none;
}
/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}
.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}
.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}
.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.xypg-news-list li .more {
  margin-top: 15px;
  border: none;
  padding: 0;
}
.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
  box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.xypg-news-list li:hover .tit h3 {
  color: #292e39;
}
.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #076cb2;
}
.new_box {
  padding: 60px 0;
}
@media screen and (max-width: 1620px) {
  .i_sever_box .text .title {
    font-size: 20px;
  }
  .i_sever_box .text .content {
    font-size: 14px;
  }
  .i_sever {
    padding: 12% 0;
  }
  .i_gg_item .i_gg_text {
    padding: 8%;
  }
  .i_gg_item .title .cn {
    font-size: 40px;
  }
  .i_gg_item .title .en {
    font-size: 16px;
  }
  .i_gg_item .content {
    font-size: 14px;
  }
  .i_gg_item:nth-child(2) .content {
    font-size: 14px;
  }
  .i_gg_item:nth-child(2) .content h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1420px) {
  .c_more a {
    font-size: 14px;
  }
  .i_sever_box .text .title {
    font-size: 16px;
  }
  .i_sever_box .text .content {
    font-size: 12px;
  }
}
@media screen and (max-width: 780px) {
  :root {
    --swiper-navigation-size: 0.4rem;
  }
  .main {
    margin-top: 60px;
  }
  .banner_swiper .banner_next,
  .banner_swiper .banner_prev {
    width: 0.5rem;
    height: 0.5rem;
  }
  .i_about {
    padding: 0.6rem 0;
  }
  .i_about .w {
    display: block;
  }
  .i_about .w .i_about_l {
    width: 100%;
  }
  .i_about .w .i_about_l .min_title .cn {
    font-size: 20px;
  }
  .i_about .w .i_about_l .min_title .en {
    font-size: 12px;
  }
  .i_about .w .i_about_l .ft_title {
    align-items: center;
  }
  .i_about .w .i_about_l .ft_title .bb::before {
    content: '';
  }
  .i_about .w .i_about_l .content {
    margin-top: 0.4rem;
    font-size: 14px;
    line-height: 28px;
  }
  .i_about .w .i_about_l .content a {
    font-size: 14px;
  }
  .i_about .w .i_about_l .icon_box ul li {
    width: 33.33%;
    padding: 0 5px;
  }
  .i_about .w .i_about_l .icon_box ul li .icon_item {
    width: 100%;
    height: auto;
    padding: 0.3rem 0;
  }
  .i_about .w .i_about_l .icon_box ul li .icon_item a .icon {
    height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .i_about .w .i_about_l .icon_box ul li .icon_item a .text .cn {
    font-size: 0.28rem;
  }
  .i_about .w .i_about_l .icon_box ul li .icon_item a .text .en {
    font-size: 0.2rem;
  }
  .i_about .w .i_about_r {
    width: 100%;
    margin-top: 0.6rem;
    height: 300px;
    min-height: 300px;
  }
  .i_sever .i_sever_list {
    overflow-x: scroll;
    white-space: nowrap;
    position: relative;
  }
  .i_sever .i_sever_list .move {
    width: 200px;
  }
  .i_sever .i_sever_list .i_sever_item {
    width: auto;
  }
  .i_sever_box {
    width: 200px;
  }
  .i_sever_box .icon {
    height: 1rem;
    margin-bottom: 0.6rem;
  }
  .i_sever_box .text .title {
    font-size: 14px;
  }
  .i_anli {
    padding: 0.6rem 0;
  }
  .i_anli .w {
    align-items: flex-end;
  }
  .i_anli .w .qiehuan .anli_prev,
  .i_anli .w .qiehuan .anli_next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_anli .i_anli_box .anli_swiper .swiper-slide {
    width: 40%;
  }
  .anli_item {
    width: 100%;
  }
  .anli_item .anli_text {
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.3rem;
  }
  .i_live {
    padding: 0.6rem 0;
  }
  .i_live .i_live_box {
    margin-top: 0.6rem;
  }
  .i_live .i_live_box ul {
    flex-wrap: wrap;
  }
  .i_live .i_live_box ul li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .i_live_item {
    padding: 0.1rem;
  }
  .i_live_item .i_live_text {
    margin-top: 0.2rem;
  }
  .i_live_item .i_live_text .date {
    margin-bottom: 0.3rem;
  }
  .c_more a {
    width: auto;
    height: auto;
    padding: 5px 10px;
  }
  .i_gg {
    display: block;
  }
  .i_gg .i_gg_item {
    width: 100%;
  }
  .i_gg .i_gg_item .i_gg_text {
    padding: 10% 5%;
  }
  .i_gg .i_gg_item .i_gg_text .title .cn {
    font-size: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.12rem;
  }
  .i_gg .i_gg_item .i_gg_text .title .en {
    font-size: 0.28rem;
  }
  .i_gg .i_gg_item .i_gg_text .content {
    display: none;
  }
  .i_gg .i_gg_item .i_gg_text .c_more {
    display: flex;
  }
  .i_gg .i_gg_item .i_gg_text .c_more a {
    padding: 8px 26px;
    font-size: 0.28rem;
  }
  .i_news {
    padding: 0.6rem 0;
  }
  .i_news .i_news_box {
    margin-top: 0.6rem;
  }
  .i_news .i_news_box ul {
    display: block;
  }
  .i_news .i_news_box ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .c_anli {
    padding: 0.6rem 0;
  }
  .c_anli .w ul li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .contact {
    padding: 0.6rem 0;
  }
  .contact .w .contact_box {
    display: block;
  }
  .contact .w .contact_box .contact_l {
    width: 100%;
  }
  .contact .w .contact_box .contact_r {
    width: 100%;
  }
  .i_contact_box {
    padding: 0.6rem;
  }
  .i_contact_box .i_contact_title {
    font-size: 0.44rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .i_contact_box .i_contact_content {
    font-size: 16px;
    line-height: 30px;
  }
  .message {
    padding: 0.6rem 0;
  }
  .message .message_title {
    font-size: 0.44rem;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .message .message_row {
    flex-wrap: wrap;
  }
  .message .message_row textarea {
    font-size: 16px;
  }
  .message .message_row input[type="text"] {
    font-size: 16px;
  }
  .message .message_row input[type="submit"] {
    font-size: 16px;
  }
  .message .message_row .message_col {
    width: 100%;
  }
  .hot_fangan {
    padding: 0.6rem 0;
  }
  .hot_fangan .w .hot_fangan_box {
    display: block;
  }
  .hot_fangan .w .hot_fangan_box .hot_fangan_l {
    width: 100%;
  }
  .hot_fangan .w .hot_fangan_box .hot_fangan_r {
    width: 100%;
    font-size: 16px;
  }
  .fangan .w .fangan_box ul li {
    width: 50%;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
  }
  .fangan_item {
    margin-bottom: 0.2rem;
  }
  .fangan_item .fangan_item_text {
    position: static;
    transform: none;
    width: 100%;
    padding: 0.2rem;
  }
  .fangan_item .fangan_item_text::before {
    content: none;
  }
  .fangan_item .fangan_item_text .cn {
    font-size: 0.32rem;
  }
  .c_news {
    padding: 0.6rem 0;
  }
  .news_box ul li .news_item {
    padding: 0.3rem 0;
    align-items: center;
  }
  .news_box ul li .news_item .news_item_l {
    width: 36%;
  }
  .news_box ul li .news_item .news_item_r {
    width: 64%;
  }
  .news_box ul li .news_item .news_item_r .content_box .title {
    margin-bottom: 0.1rem;
  }
  .news_box ul li .news_item .news_item_r .content_box .content {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
  }
  .news_box ul li .news_item .news_item_r .date_box {
    display: none;
  }
}
a:hover {
  text-decoration: none;
}
.nabouts {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nabouts_a {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 60px;
  margin-top: 20px;
}
.nabouts_id {
  width: 100%;
  height: auto;
  line-height: 26px;
}
.nabouts_id p {
  text-indent: 2em;
}
.nabouts_id p img {
  width: 96%;
  padding: 1%;
  border: 1px solid #ccc;
}
/*新闻内页*/
.nnews_head {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.nnews_aa {
  width: 74%;
  height: auto;
  line-height: 32px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 34px;
}
.nnews_a font {
  padding-left: 20px;
}
.bdsharebuttonbox {
  float: right;
}
.nnews_kd {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #d2d2d2;
  margin-bottom: 15px;
}
.djg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  margin: 15px 0;
  text-align: left;
}
.nnews_l {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.nnews_l li {
  padding-bottom: 10px;
}
.nnews_l li a:hover {
  color: #076cb2;
}
.nnews_img {
  width: 100%;
  text-align: center;
}
.nnews_img img {
  max-width: 100%;
}
.news_b .lg_x_t {
  margin-bottom: 0;
}
.news_b {
  width: 100%;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  margin-top: 20px;
}
.news_b ul li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}
.news_b ul li a {
  color: #666666;
}
.news_b ul {
  margin-top: 20px;
}
.news_b ul li a:hover {
  color: #076cb2;
}
/*产品内页*/
.nprosf {
  width: 100%;
  float: right;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.npros_head {
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  color: #033e99;
  font-size: 24px;
}
.npros_lefta {
  width: 45%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: inherit;
}
.npros_lefta .probox {
  width: 20vw;
  height: 20vw;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.npros_lefta .probox img {
  max-width: 100%;
  max-height: 100%;
}
.npros_lefta img {
  max-width: 100%;
  height: 300px;
}
.npros_right {
  width: 53%;
  height: auto;
  float: right;
}
.npros_right p {
  border-bottom: 1px dashed #999;
  line-height: 50px;
  font-size: 16px;
}
.npros_bottm {
  width: 130px;
  height: auto;
  background: #000;
  border-radius: 0.5em;
  text-align: center;
  line-height: 36px;
  margin-top: 5%;
}
.npros_bottm a {
  color: #fff;
}
.npros_bottm a:hover {
  color: #fff;
}
.npros_kg {
  width: 100%;
  height: auto;
  line-height: 40px;
  background: #f3f3f3;
  border-left: 3px solid #076cb2;
  padding-left: 10px;
  margin-top: 15px;
}
.npros_kg .option ul {
  display: flex;
}
.npros_kg .option ul li {
  cursor: pointer;
  padding: 0 20px;
}
.npros_kg .option ul li.active {
  background-color: #6f2373;
  color: #fff;
}
.npros_dg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2%;
}
.npros_ld {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  padding: 1%;
}
.npros_ld .pick_box {
  display: none;
}
.npros_ld .pick_box.active {
  display: block;
  animation: xcf_show 0.3s;
}
.npros_gg {
  width: 100%;
  height: auto;
  line-height: 26px;
  padding-top: 4%;
}
.npros_gg ul {
  display: flex;
  padding: 0 5%;
  justify-content: space-between;
}
.npros_gg a {
  color: #333333;
}
.npros_gg a:hover {
  color: #076cb2;
}
/*************分辨率小于768px************/
@media only screen and (max-width: 768px) {
  .nabouts_a,
  .npros_right,
  .npros_lefta {
    width: 100%;
  }
  .nabouts {
    margin-top: 0;
  }
  .npros_lefta img {
    width: 100%;
    height: auto;
  }
  .nnews_head {
    padding-top: 0;
    font-size: 18px;
  }
  /*.nabouts_a{padding-top: 20px;}*/
  .news_b ul li {
    width: 100%;
  }
  .npros_right p {
    font-size: 14px;
    line-height: 40px;
  }
  .npros_kg {
    margin-top: 40px;
  }
  .nnews_aa {
    width: 100%;
  }
  .npros_right {
    margin-top: 20px;
  }
  .xypg-news-list li .tit {
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .xypg-news-list li .tit .date {
    position: static;
  }
}
.Pagination {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 70px;
}
.Pagination a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
.Pagination .current {
  color: white;
}
.Pagination .current {
  background: #076cb2;
  border-color: #076cb2;
}
.Pagination a {
  color: #666666;
  font-size: 12px;
}
