@charset "UTF-8";
/**
 * @desc nengyuan_style
 * @author Tven
 * @date 2023-03-21
 */
/**
* $row 一行元素个数
* $gap 元素左右间距
* $bottom 元素上下间距
* $xsNum 小屏幕一行元素个数-可选值
* $xsBottom 小屏幕元素上下间距-可选值
*/
.fz_36 {
  font-size: 36px;
}

.fz_34 {
  font-size: 34px;
}

.fz_32 {
  font-size: 32px;
}

.fz_30 {
  font-size: 30px;
}

.fz_28 {
  font-size: 28px;
}

.fz_26 {
  font-size: 26px;
}

.fz_24 {
  font-size: 24px;
}

.fz_22 {
  font-size: 22px;
}

.fz_20 {
  font-size: 20px;
}

.fz_18 {
  font-size: 18px;
}

.fz_16 {
  font-size: 16px;
}

.fz_14 {
  font-size: 14px;
}

.fz_12 {
  font-size: 12px;
}

p {
  font-size: 16px;
}

@font-face {
  font-family: 'MONTSERRAT-HAIRLINE';
  src: url("../fonts/MONTSERRAT-HAIRLINE.OTF");
}

@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url("../fonts/MONTSERRAT-BOLD.OTF");
}

@font-face {
  font-family: 'MONTSERRAT-LIGHT';
  src: url("../fonts/MONTSERRAT-LIGHT.OTF");
}

/* header
---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 990;
  transition: all 0.5s ease-out;
  background: transparent;
}

.header.active {
  background: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}

.header.active .dw {
  border-color: transparent;
}

.header.active .logo a img:first-child {
  display: none;
}

.header.active .logo a img:last-child {
  display: block;
}

.header.active .pc_nav > ul > li.active > a {
  color: #f28300;
}

.header.active .pc_nav > ul > li:hover > a {
  color: #f28300;
}

.header.active .pc_nav > ul > li > a {
  color: #454545;
}

.header.active .head_more {
  color: #f28300;
}

.header.active .head_more .head_more_tel a {
  color: #f28300;
}

.header .dw {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logo {
  height: 100%;
}

.logo a {
  height: 100%;
}

.logo a img {
  height: 4.625rem;
}

.logo a img:last-child {
  display: none;
}

.pc_nav > ul > li {
  height: 6.25rem;
  padding: 0 1.25rem;
  position: relative;
}

.pc_nav > ul > li:last-child {
  padding-right: 0;
}

.pc_nav > ul > li.active > a {
  font-weight: bold;
}

.pc_nav > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  white-space: nowrap;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all .3s;
}

.pc_nav > ul > li:hover .erji {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}

.erji {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  width: 15rem;
  border-radius: 0 0 1rem 1rem;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}

.erji ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.erji ul li:last-child {
  border: none;
}

.erji ul li a {
  display: block;
  padding: .5rem 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #777;
}

.erji ul li a:hover {
  color: #f28300;
}

.head_more {
  color: #fff;
}

.head_more .head_more_tel a {
  color: #fff;
}

.head_more .head_more_tel a i {
  font-size: 2.25rem;
  margin-right: .5rem;
}

.head_more .head_more_tel a strong {
  font-size: 1.875rem;
}

.head_more .head_more_search {
  position: relative;
  cursor: pointer;
  margin-left: 4.25rem;
}

.head_more .head_more_search i {
  font-size: 2rem;
}

.head_more .head_more_search .search_box {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: 18.75rem;
  height: 2.875rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: .5rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.head_more .head_more_search .search_box.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(1.75rem);
}

.head_more .head_more_search .search_box i {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}

.head_more .head_more_search .search_box input {
  width: calc(100% - 6.25rem);
  height: 2.875rem;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.125rem;
  padding-left: 3.5rem;
}

.head_more .head_more_search .search_box button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 2.875rem;
  background: #f28300;
  color: #fff;
  border: none;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  outline: none;
  font-size: 1.125rem;
}

.head_more .head_more_search .search_box button:focus {
  filter: brightness(0.9);
}

/* banner
---------------------------------------------------------------- */
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25%;
  text-align: center;
}

.banner .swiper .swiper-slide .container img {
  max-width: 100%;
  max-height: 9.375rem;
  display: block;
  margin: 0 auto;
}

.banner .swiper .swiper-slide .container a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3.125rem;
  width: 12.5rem;
  height: 3.25rem;
  color: #f28300;
  background: #fff;
  backdrop-filter: blur(10px);
  border-radius: .25rem;
  transition: all 0.3s ease;
}

.banner .swiper .swiper-slide .container a:hover {
  background: #f28300;
  color: #fff;
}

.banner .swiper .swiper-pagination {
  bottom: 3%;
}

.banner > .container {
  position: absolute;
  bottom: 5%;
  z-index: 2;
  left: 0;
  right: 0;
  color: #fff;
}

.banner > .container .banner_left_fanye {
  margin-bottom: 1.5rem;
}

.banner > .container .banner_left_fanye div {
  width: 2.375rem;
  height: 2.375rem;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.banner > .container .banner_left_fanye div.swiper-button-disabled {
  opacity: 0.5;
}

.banner > .container .banner_left_fanye div:last-child {
  margin-left: 1.5rem;
}

.banner > .container .banner_left_fanye div i {
  font-size: 1rem;
}

.banner > .container .banner_left_numb {
  font-weight: lighter;
  font-size: 1.5rem;
  line-height: 1;
}

.banner > .container .banner_left_numb strong {
  font-size: 3.75rem;
  font-weight: bold;
}

.banner > .container .banner_center {
  margin-top: 2.5rem;
}

.banner > .container .banner_center ul li {
  padding: 1rem 0;
  margin: 0 2rem;
  position: relative;
}

.banner > .container .banner_center ul li:hover a i {
  background: #fff;
  color: #f28300;
}

.banner > .container .banner_center ul li:hover span {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
}

.banner > .container .banner_center ul li a {
  color: #fff;
  display: flex;
  align-items: center;
}

.banner > .container .banner_center ul li a i {
  margin-right: .5rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all .3s;
}

.banner > .container .banner_center ul li span {
  width: 10rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%) scale(0.2);
  bottom: 100%;
  background: #fff;
  padding: 4px;
  border-radius: 4px;
  opacity: 0;
  transition: all .3s ease;
}

.banner > .container .banner_center ul li span::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: .75rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

.banner > .container .banner_center ul li span img {
  width: 100%;
}

.banner > .container .banner_right_scroll {
  display: flex;
  flex-direction: column;
  width: 2.5rem;
  font-size: 1.25rem;
}

.banner > .container .banner_right_scroll i {
  display: flex;
  justify-content: center;
  font-size: 2.5rem;
}

.banner > .container .banner_right_scroll span {
  display: inline-block;
  transform-origin: bottom left;
  transform: rotate(90deg) translateX(-2rem);
  font-weight: bold;
  line-height: 2.5rem;
}

/* news 样式
---------------------------------------------------------------- */
.news {
  padding: 7.5rem 0;
  background: url(../img/new_bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.news .news_left {
  width: 38%;
}

.news .news_left a {
  display: block;
}

.news .news_left a .news_img {
  position: relative;
  overflow: hidden;
}

.news .news_left a .news_img i {
  display: block;
  padding-top: 54%;
  transition: all 0.3s ease;
}

.news .news_left a .news_img span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: .5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  color: #fff;
  z-index: 2;
}

.news .news_left a .news_text h4 {
  color: #f28300;
}

.news .news_left a .news_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news_left a:hover .news_img i {
  transform: scale(1.1);
}

.news .news_left .news_page {
  display: flex;
  align-items: center;
  position: static;
}

.news .news_left .news_page span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem;
  margin: 0;
  width: auto;
  height: 1.5rem;
  font-size: 1rem;
  color: #474747;
  border-radius: 0;
  background: none;
  opacity: 1;
}

.news .news_left .news_page span.swiper-pagination-bullet-active::before {
  width: .75rem;
}

.news .news_left .news_page span::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #9f9f9f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .news_left .news_page span::before {
  content: '';
  display: block;
  width: 0;
  height: .75rem;
  border-radius: 50%;
  background: #f28300;
  transition: all 0.3s ease;
  margin-right: .5rem;
}

.news .news_left .news_page span:first-child {
  padding-left: 0;
}

.news .news_left .news_page span:last-child {
  padding-right: 0;
}

.news .news_left .news_page span:last-child:last-child::after {
  display: none;
}

.news .news_text {
  color: #474747;
  transition: all 0.3s ease;
}

.news .news_text h4 {
  margin: 1rem 0;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_text p {
  font-size: 1.125rem;
  line-height: 1.6;
}

.news .news_time {
  width: 10.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

.news .news_time strong {
  display: block;
  font-size: 2.5rem;
}

.news .news_right {
  width: 55%;
}

.news .news_right .news_li:last-child a {
  border: none;
}

.news .news_right .news_li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #474747;
  transition: all 0.3s ease;
}

.news .news_right .news_li a .news_text {
  width: calc(100% - 10.625rem);
}

.news .news_right .news_li a .news_text h4 strong {
  font-weight: normal;
}

.news .news_right .news_li a .news_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .news_right .news_li a:hover {
  color: #f28300;
}

.news .news_right .news_li a:hover .news_text {
  color: #f28300;
}

/* notice 样式
---------------------------------------------------------------- */
.notice_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 4.375rem;
  width: 50%;
  background: url(../img/notice_bg1.jpg) center no-repeat;
  background-size: cover;
}

.notice_left .notice_left_content {
  padding-left: calc(6.875rem + 15px);
  padding-right: 3.125rem;
  margin-bottom: 3.75rem;
}

.notice_left .notice_left_content strong {
  display: block;
  font-size: 3.75rem;
  color: #f28300;
  line-height: 1;
}

.notice_left .notice_left_content span {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  color: #333;
  font-weight: lighter;
}

.notice_left .notice_left_content p {
  font-size: 1rem;
  color: #474747;
  line-height: 1.8;
}

.notice_left .notice_left_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
  width: 2.625rem;
  height: 2.625rem;
  border: 2px solid #f28300;
  font-size: 1.5rem;
  border-radius: 50%;
  color: #f28300;
  transition: all 0.3s ease;
}

.notice_left .notice_left_content a:hover {
  background: #f28300;
  color: #fff;
}

.notice_left .notice_left_video {
  position: relative;
}

.notice_left .notice_left_video img {
  width: 100%;
}

.notice_right {
  padding-top: 4.375rem;
  padding-bottom: 1.875rem;
  width: 50%;
  padding-right: calc(6.875rem + 15px);
  padding-left: 4.375rem;
  background: url(../img/notice_bg2.jpg) center no-repeat;
  background-size: cover;
}

.notice_right .notice_right_list .nrl_a a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.125rem;
  position: relative;
  height: 6.125rem;
  background: #fff;
  margin-bottom: .625rem;
  overflow: hidden;
  font-size: 1.25rem;
  transition: all 0.3s ease;
  color: #777777;
}

.notice_right .notice_right_list .nrl_a a::after {
  content: '';
  width: .375rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  background: #f28300;
}

.notice_right .notice_right_list .nrl_a a:hover {
  color: #f28300;
  text-shadow: 1px 0 0 currentColor;
}

.notice_right .notice_right_list .nrl_a a:hover::after {
  transform: translateX(0);
}

.notice_right .notice_right_list .nrl_a a span {
  width: calc(100% - 8.75rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_right .notice_right_list .nrl_a a i {
  font-style: normal;
}

.notice_right .notice_right_list .nrl_more {
  margin-top: 1rem;
  text-align: center;
}

.notice_right .notice_right_list .nrl_more a {
  display: inline-block;
  padding: .5rem;
  color: #777;
  font-size: 1.125rem;
}

.notice_right .notice_right_list .nrl_more a i {
  font-size: 1.125rem;
}

.notice_right .notice_right_list .nrl_more a:hover {
  color: #f28300;
}

/* domain 样式
---------------------------------------------------------------- */
.domain {
  margin-top: 3.5rem;
  padding: 4.375rem 0;
  color: #fff;
  background: url(../img/star.jpg) center no-repeat;
  background-size: cover;
}

.domain ul li {
  margin: 0 1.5rem;
}

.domain ul li:first-child {
  margin-left: 0;
}

.domain ul li:last-child {
  margin-right: 0;
}

.domain ul li strong {
  font-size: 3.625rem;
}

.domain ul li p {
  font-size: 1.125rem;
}

/* dangjian 样式
---------------------------------------------------------------- */
.dangjian {
  padding-top: 6.875rem;
  padding-bottom: 2.875rem;
  background: url(../img/dangjian_bg.jpg) center no-repeat;
  background-size: cover;
}

.dangjian .dangjian_left {
  width: 64%;
}

.dangjian .dangjian_left .mod_title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dangjian .dangjian_left .dj_left {
  width: 44%;
}

.dangjian .dangjian_left .dj_left:hover .dj_img i {
  transform: scale(1.1);
}

.dangjian .dangjian_left .dj_left:hover .dj_text h4 {
  color: #f28300;
}

.dangjian .dangjian_left .dj_left:hover .dj_text h5 {
  color: #f28300;
}

.dangjian .dangjian_left .dj_left .dj_img {
  overflow: hidden;
}

.dangjian .dangjian_left .dj_left .dj_img i {
  display: block;
  padding-top: 59.7%;
  transition: all 0.3s ease;
}

.dangjian .dangjian_left .dj_left .dj_text {
  padding: 2.5rem;
  background: #fff;
}

.dangjian .dangjian_left .dj_left .dj_text h4 {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.dangjian .dangjian_left .dj_left .dj_text p {
  color: #474747;
  line-height: 2;
  font-size: 1rem;
  min-height: 4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.dangjian .dangjian_left .dj_left .dj_text h5 {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #474747;
  transition: all 0.3s ease;
}

.dangjian .dangjian_left .dj_left .dj_text h5 i {
  font-size: 1rem;
}

.dangjian .dangjian_left .dj_right {
  width: 53%;
}

.dangjian .dangjian_left .dj_right .dj_li {
  padding: 1.375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.dangjian .dangjian_left .dj_right .dj_li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dangjian .dangjian_left .dj_right .dj_li:first-child {
  padding-top: 0;
}

.dangjian .dangjian_left .dj_right .dj_li:last-child {
  border: none;
  padding-bottom: 0;
}

.dangjian .dangjian_left .dj_right .dj_li a {
  color: #474747;
}

.dangjian .dangjian_left .dj_right .dj_li a:hover h4 {
  color: #f28300;
}

.dangjian .dangjian_left .dj_right .dj_li a h4 {
  font-size: 1.5rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dangjian .dangjian_left .dj_right .dj_li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 1rem;
  min-height: 4rem;
  line-height: 2;
}

.dangjian .dangjian_right {
  width: 27%;
}

.dangjian .dangjian_right .qikan_title {
  width: 15.625rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}

.dangjian .dangjian_right .qikan_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  margin-top: 1.5rem;
  height: 2.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
}

.dangjian .dangjian_right .swiper a {
  display: block;
  background: #fff;
}

.dangjian .dangjian_right .swiper a .qikan_img {
  padding-top: 134%;
}

.dangjian .dangjian_right .qikan_prev {
  left: -4.375rem;
}

.dangjian .dangjian_right .qikan_next {
  right: -4.375rem;
}

.dangjian .dangjian_right .qikan_prev, .dangjian .dangjian_right .qikan_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
  border: 2px solid #b3b5b9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #474747;
}

.dangjian .dangjian_right .qikan_prev:hover, .dangjian .dangjian_right .qikan_next:hover {
  border-color: #f28300;
  color: #f28300;
}

.dangjian .track {
  margin-top: 6.875rem;
}

.dangjian .track ul li {
  text-align: center;
  font-size: 1.375rem;
}

.dangjian .track ul li a {
  color: #f28300;
}

.dangjian .track ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  font-size: 2.875rem;
  background-image: linear-gradient(to bottom, #feab48, #f28300);
  color: #fff;
  margin-bottom: .625rem;
}

/* footer 样式
---------------------------------------------------------------- */
.footer {
  background: url(../img/foot_bg.jpg) center top no-repeat;
  background-size: cover;
}

.footer .foot_service {
  padding-top: 5.625rem;
  padding-bottom: 4.25rem;
}

.footer .foot_service .foot_service_ewm {
  width: 11.25rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.2);
}

.footer .foot_service .foot_service_ewm img {
  width: 100%;
}

.footer .foot_service .foot_service_tel {
  margin: 0 auto;
  padding-right: 1.875rem;
  width: 19.375rem;
  height: 4.375rem;
  border-radius: 2.25rem;
  background: #fff;
}

.footer .foot_service .foot_service_tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: .8rem;
  width: 7.5rem;
  height: 4.375rem;
  border-radius: 2.25rem;
  background: #f28300;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 2px;
}

.footer .foot_service .foot_service_tel span i {
  font-size: 2.25rem;
  margin-right: .5rem;
}

.footer .foot_service .foot_service_tel strong {
  color: #f28300;
  font-size: 2.875rem;
}

.footer .foot_ul {
  border-top: 1px solid #fff;
  padding-top: 2rem;
}

.footer .foot_ul ul li a {
  font-size: 1rem;
  color: #777777;
  line-height: 2;
  transition: all 0.3s ease;
}

.footer .foot_ul ul li a:hover {
  color: #f28300;
}

.footer .foot_ul ul li:first-child {
  margin-bottom: 1.5rem;
}

.footer .foot_ul ul li:first-child a {
  font-size: 1.25rem;
  color: #333;
}

.footer .foot_di {
  padding: 2.5rem 0;
  color: #9f9f9f;
  text-transform: uppercase;
}

.footer .foot_di span {
  display: inline-block;
}

.footer .foot_di a {
  color: #9f9f9f;
}

.about_jj {
  position: relative;
}

.about_jj.mod_bgc {
  background-position: center bottom;
}

.about_jj .left {
  width: 50%;
  height: 90rem;
  position: relative;
}

.about_jj .left .play_v {
  position: absolute;
  left: 45%;
  top: 24%;
  width: 7.5rem;
  height: 7.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f28300;
  cursor: pointer;
}

.about_jj .left .play_v i {
  font-size: 3.5rem;
}

.about_jj .right {
  width: 50%;
  padding: 0 calc(5.9375rem + 15px);
  padding-top: 8.75rem;
}

.about_jj .right h3 {
  font-size: 2.5rem;
  color: #333333;
  margin: 3rem 0;
  font-weight: lighter;
}

.about_jj .right p {
  line-height: 2;
}

.about_jj .right img {
  max-height: 4.75rem;
  margin-top: 4.375rem;
}

.about_jj ul li {
  border-radius: 50%;
  position: absolute;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 22.75rem;
  height: 22.75rem;
  color: #fff;
}

.about_jj ul li:hover::after {
  background: rgba(242, 130, 0, 0.9);
}

.about_jj ul li:nth-child(1) {
  left: 13%;
}

.about_jj ul li:nth-child(2) {
  left: 40%;
  width: 31.5rem;
  height: 31.5rem;
}

.about_jj ul li:nth-child(3) {
  bottom: 26%;
  right: calc(5.9375rem + 15px);
}

.about_jj ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.about_jj ul li > * {
  position: relative;
  z-index: 2;
}

.about_jj ul li i {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.about_jj ul li span {
  font-size: 1.5rem;
  font-weight: bold;
}

.about_bantu {
  width: 100%;
  overflow: hidden;
  padding-bottom: 14.375rem;
}

.about_bantu.mod_bgc {
  background-size: 100% auto;
  background-position: center bottom;
}

.about_bantu p {
  width: 63%;
  margin: 0 auto;
  color: #474747;
  line-height: 2;
}

.about_bantu ul {
  margin-top: 4.5rem;
  width: 100%;
}

.about_bantu ul li {
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 18.875rem;
  height: 18.875rem;
  color: #fff;
}

.about_bantu ul li:hover::after {
  background: rgba(242, 130, 0, 0.9);
}

.about_bantu ul li:nth-child(1) {
  width: 28.125rem;
  height: 28.125rem;
  transform: translate(-15%, -50%);
}

.about_bantu ul li:nth-child(2) {
  transform: translate(0, 18%);
}

.about_bantu ul li:nth-child(3) {
  width: 31.75rem;
  height: 31.75rem;
  transform: translateX(30%);
}

.about_bantu ul li:nth-child(4) {
  width: 24.375rem;
  height: 24.375rem;
  transform: translate(95%, -95%);
}

.about_bantu ul li:nth-child(5) {
  transform: translate(-40%, 34%);
}

.about_bantu ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s;
}

.about_bantu ul li > * {
  position: relative;
  z-index: 2;
}

.about_bantu ul li strong {
  font-size: 3.625rem;
  line-height: 1.2;
  font-family: 'MONTSERRAT-BOLD';
}

.about_lvse {
  overflow: hidden;
  margin-top: -5.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 73.125rem;
  clip-path: polygon(0 0, 12.5% 2.5rem, 25% 4rem, 37.5% 5rem, 50% 5.5rem, 62.5% 5rem, 75% 4rem, 87.5% 2.5rem, 100% 0, 100% 100%, 0 100%);
}

.about_lvse .text {
  width: 50%;
  background: rgba(255, 255, 255, 0.85);
  padding: 7.5rem 8.75rem;
  border-top-left-radius: 11.25rem;
  color: #333333;
}

.about_lvse .text i {
  font-size: 4rem;
  color: #f28300;
  line-height: 1.1;
}

.about_lvse .text h3 {
  font-size: 2.5rem;
  font-weight: lighter;
  margin: 2rem 0;
}

.about_lvse .text p {
  line-height: 2;
}

.about_beautiful {
  padding-top: 8.125rem;
  padding-bottom: 15rem;
}

.about_beautiful .text {
  width: 44%;
  color: #333333;
}

.about_beautiful .text i {
  font-size: 4rem;
  color: #f28300;
  line-height: 1.1;
}

.about_beautiful .text h3 {
  font-size: 2.5rem;
  font-weight: lighter;
  margin: 2rem 0;
}

.about_beautiful .text p {
  line-height: 2;
}

.about_beautiful .img {
  width: calc(56% - 2rem);
}

.about_beautiful .img img {
  width: 100%;
}

.about_beautiful .img img.left {
  border-radius: 13.75rem;
  border-bottom-right-radius: 0;
}

.about_beautiful .img img.right {
  border-radius: 13.75rem;
  border-bottom-left-radius: 0;
}

.about_ppjz {
  margin-top: 3.75rem;
  border-top-left-radius: 7.5rem;
  border-top-right-radius: 7.5rem;
  padding-top: 5.625rem;
  padding-bottom: 12.5rem;
}

.about_ppjz h2 {
  margin-bottom: 2.5rem;
  color: #fff;
}

.about_ppjz img {
  max-width: 100%;
  max-height: 59rem;
}

.about_qywh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  border-top-left-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
  position: relative;
  z-index: 2;
  margin-top: -7.5rem;
}

.about_qywh ul {
  width: 100%;
}

.about_qywh ul li {
  height: 18.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-right: none;
  border-bottom: none;
  transition: all .3s;
}

@media (max-width: 991px) {
  .about_qywh ul li {
    width: calc((100% - (2 - 1) * 15px) / 2);
    margin-bottom: 0px;
  }
  .about_qywh ul li:not(:nth-child(2n)) {
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .about_qywh ul li {
    width: calc((100% - (3 - 1) * 0px)/3);
    margin-bottom: 0px;
  }
  .about_qywh ul li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
}

.about_qywh ul li:nth-child(3n) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.about_qywh ul li:nth-last-of-type(-n + 3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.about_qywh ul li:hover {
  background: #0063a4;
}

.about_qywh ul li:hover .caption i {
  background: #fff;
}

.about_qywh ul li:hover .caption p {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.about_qywh ul li .caption {
  width: 90%;
  position: relative;
}

.about_qywh ul li .caption i {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #0063a4;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 2.25rem;
  transition: all .3s;
}

.about_qywh ul li .caption h3 {
  margin: .5rem 0;
  font-weight: bold;
}

.about_qywh ul li .caption p {
  margin: 0;
  width: 100%;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.about_qywh h3 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  margin-top: 2.5rem;
}

.about_qywh h3 i {
  margin-right: 1rem;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #f28300;
  border-radius: 50%;
  background: #f28300;
  transition: all .3s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.about_qywh h3 i::before {
  mix-blend-mode: multiply;
}

.about_qywh h3 i em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-10%);
  transition: all .3s;
}

.about_qywh h3 i em::after {
  content: '';
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 45% 45% 47% 46%;
  background: white;
  animation: music_01 5s linear infinite;
  position: absolute;
  left: 0;
  margin-left: -2.5rem;
  bottom: 0;
  z-index: 2;
}

.about_qywh h3 i em::before {
  content: '';
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 45% 45% 47% 46%;
  background: rgba(255, 255, 255, 0.5);
  animation: music_01 6s linear infinite;
  position: absolute;
  left: 0;
  margin-left: -2.5rem;
  bottom: 0;
}

@keyframes music_01 {
  to {
    transform: rotate(360deg);
  }
}

.about_pdf {
  padding-top: 7.5rem;
  margin-top: -7.5rem;
  padding-bottom: 4.125rem;
}

.about_pdf .jazz_book {
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.about_pdf .jazz_book .top_blank {
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.about_pdf .jazz_book .left_blank {
  width: 16%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.about_pdf .jazz_book .right_blank {
  width: 16%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.about_jiagou {
  padding-top: 7.5rem;
  padding-bottom: 13.75rem;
}

.about_xiashu {
  padding-top: 7.5rem;
  padding-bottom: 15rem;
}

.about_xiashu .swiper .swiper-slide {
  display: flex;
  opacity: .3;
  transition: all .3s;
}

.about_xiashu .swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.about_xiashu .swiper .swiper-slide .left {
  width: 50%;
  border-radius: 5rem;
  overflow: hidden;
}

.about_xiashu .swiper .swiper-slide .left .img {
  padding-top: 70%;
}

.about_xiashu .swiper .swiper-slide .right {
  width: 50%;
  padding-left: 3.625rem;
}

.about_xiashu .swiper .swiper-slide .right .text {
  padding: 0 3.75rem;
  padding-top: 4.5rem;
  height: calc(100% - 7.5rem);
  border-radius: 5rem;
  border-bottom-left-radius: 0;
  background: url(../img/city.jpg) center bottom no-repeat #f28300;
  background-size: contain;
  color: #fff;
}

.about_xiashu .swiper .swiper-slide .right .text h3 {
  display: flex;
  align-items: center;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
}

.about_xiashu .swiper .swiper-slide .right .text h3 i {
  font-size: 2.75rem;
  margin-right: .5rem;
}

.about_xiashu .swiper .swiper-slide .right .text p {
  line-height: 1.8;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about_xiashu .swiper .swiper-slide .right .text a {
  padding: .75rem 3.125rem;
  border-radius: .25rem;
  background: #fff;
  color: #f28300;
  display: inline-block;
}

.about_xiashu .swiper .swiper-slide .right .text a i {
  margin-left: .5rem;
}

.about_xiashu .swiper .swiper-button-prev1, .about_xiashu .swiper .swiper-button-next1 {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  color: #f28300;
  border: 1px dashed #f28300;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  top: auto;
  transform: translateY(0);
  left: auto;
  transition: all .3s;
}

.about_xiashu .swiper .swiper-button-prev1::after, .about_xiashu .swiper .swiper-button-next1::after {
  font-size: 1.25rem;
}

.about_xiashu .swiper .swiper-button-prev1:hover, .about_xiashu .swiper .swiper-button-next1:hover {
  background: #f28300;
  color: #fff;
}

.about_xiashu .swiper .swiper-button-prev1 {
  right: calc(8.7% + 6.625rem);
}

.about_xiashu .swiper .swiper-button-next1 {
  right: 8.7%;
}

.about_xiashu .swiper-number {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #777777;
  width: 82.6%;
  margin: 0 auto;
  margin-top: 3.125rem;
}

.about_xiashu .swiper-number span:first-child {
  color: #f28300;
  font-weight: bold;
}

.about_xiashu .swiper-pagination {
  position: static;
  width: 82.6%;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.about_xiashu .swiper-pagination span {
  background: #f28300;
}

.about_bowuguan {
  padding: 5rem 0;
}

.about_bowuguan .box {
  padding: 0 3.125rem;
}

.about_bowuguan nav {
  margin-bottom: 4rem;
}

.about_bowuguan nav ul {
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.about_bowuguan nav ul li {
  width: 33.33%;
  position: relative;
}

.about_bowuguan nav ul li:nth-child(2).active a {
  background: url(../img/hua.png) center bottom no-repeat #f28300;
  background-size: 50% auto;
}

.about_bowuguan nav ul li::after {
  content: '';
  width: 1px;
  height: 2rem;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about_bowuguan nav ul li.active::after {
  display: none;
}

.about_bowuguan nav ul li.active a {
  background: #f28300;
  color: #fff;
}

.about_bowuguan nav ul li a {
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  transition: all .3s;
}

.about_bowuguan .bwg_vr {
  height: 50rem;
  border-radius: 1.5rem;
  overflow: hidden;
}

@media (max-width: 991px) {
  .about_bowuguan .bwg_cangpin .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .about_bowuguan .bwg_cangpin .item {
    width: calc((100% - (3 - 1) * 3.25rem)/3);
    margin-bottom: 2rem;
  }
  .about_bowuguan .bwg_cangpin .item:not(:nth-child(3n)) {
    margin-right: 3.25rem;
  }
}

.about_bowuguan .bwg_cangpin .item a {
  display: block;
  color: #333;
  transition: all .3s;
}

.about_bowuguan .bwg_cangpin .item a:hover {
  color: #fff;
}

.about_bowuguan .bwg_cangpin .item a:hover .img i {
  transform: scale(1.05);
}

.about_bowuguan .bwg_cangpin .item a:hover h3::after, .about_bowuguan .bwg_cangpin .item a:hover h3::before {
  opacity: 1;
}

.about_bowuguan .bwg_cangpin .item a .img {
  overflow: hidden;
}

.about_bowuguan .bwg_cangpin .item a .img i {
  display: block;
  padding-top: 64%;
  transition: all .5s;
}

.about_bowuguan .bwg_cangpin .item a h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.about_bowuguan .bwg_cangpin .item a h3::after, .about_bowuguan .bwg_cangpin .item a h3::before {
  content: '';
  width: 1.25rem;
  height: 2.125rem;
  background: url(../img/wen.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all .3s;
}

.about_bowuguan .bwg_cangpin .item a h3::after {
  margin-left: 1.5rem;
  transform: rotateY(180deg);
}

.about_bowuguan .bwg_cangpin .item a h3::before {
  margin-right: 1.5rem;
}

.about_bowuguan .bwg_cangpin .item a h3 span {
  max-width: calc(100% - 5.5rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}

.detail_box {
  margin: 0 15%;
  background: #fff;
  padding: 3.75rem 3.125rem;
}

.detail_box > h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #725948;
  margin-bottom: 2.5rem;
}

.detail_box > h1::after, .detail_box > h1::before {
  content: '';
  width: 1.5rem;
  height: 2.625rem;
  background: url(../img/wen2.png) center no-repeat;
  background-size: contain;
  transition: all .3s;
}

.detail_box > h1::after {
  margin-left: 1.5rem;
  transform: rotateY(180deg);
}

.detail_box > h1::before {
  margin-right: 1.5rem;
}

.detail_box > h1 span {
  max-width: calc(100% - 6rem);
}

.detail_box .detail_left .swiper_imgs {
  width: 18.125rem;
  height: 30.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail_box .detail_left .swiper_imgs .swiper2_prev, .detail_box .detail_left .swiper_imgs .swiper2_next {
  height: 2rem;
  width: 100%;
  background: #cccccc;
  color: #f28300;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.detail_box .detail_left .swiper_imgs .swiper2_prev.swiper-button-disabled, .detail_box .detail_left .swiper_imgs .swiper2_next.swiper-button-disabled {
  pointer-events: none;
}

.detail_box .detail_left .swiper_imgs .swiper2_prev:hover, .detail_box .detail_left .swiper_imgs .swiper2_next:hover {
  background: #f28300;
  color: #fff;
}

.detail_box .detail_left .swiper_imgs .swiper2_prev i, .detail_box .detail_left .swiper_imgs .swiper2_next i {
  font-size: 1.5rem;
}

.detail_box .detail_left .swiper2 {
  height: 26.125rem;
  margin: 1rem 0;
  width: 100%;
}

.detail_box .detail_left .swiper2 .swiper-slide {
  opacity: .5;
}

.detail_box .detail_left .swiper2 .swiper-slide.active {
  opacity: 1;
}

.detail_box .detail_left .swiper1 {
  margin-left: 0;
  border: 1px solid #F2F2F2;
  width: calc(100% - 20rem);
}

.detail_box .detail_left .swiper1 > a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #131313;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
}

.detail_box .detail_left .swiper1 .swiper-slide {
  overflow: hidden;
}

.detail_box .detail_left .swiper1 .swiper-slide:hover .zoomImg {
  opacity: 1;
}

.detail_box .detail_left .swiper1 .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: block;
}

.detail_box .detail_left .swiper1 .swiper-slide .img.mod_bgc {
  background-size: contain;
}

.detail_box .detail_left .swiper1 .swiper-slide .zoomImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1000px;
  opacity: 0;
  z-index: 2;
}

.detail_box .mod_content {
  margin-top: 2.5rem;
}

.detail_box .more {
  margin-top: 2.5rem;
}

.detail_box .more a {
  display: inline-block;
  padding: .75rem 5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #474747;
  transition: all .3s;
}

.detail_box .more a:hover {
  background: #f28300;
  color: #fff;
}

.detail_box .more a i {
  margin-left: .5rem;
  font-size: 1.25rem;
}

.dang_xianfeng {
  padding: 6.875rem 0;
}

.dang_xianfeng .box {
  margin: 0 3.125rem;
}

.dang_xianfeng .box .img {
  border-radius: 1.25rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-right: .625rem;
}

.dang_xianfeng .box ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dang_xianfeng .box ul li {
  height: calc((100% - 3.75rem)/4);
}

.dang_xianfeng .box ul li:hover a {
  color: #fff;
  background: #f28300;
}

.dang_xianfeng .box ul li:hover a img {
  filter: grayscale(100%) brightness(200%);
}

.dang_xianfeng .box ul li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f28300;
  transition: all .3s;
  background: #fff;
  border-radius: 1.25rem;
}

.dang_xianfeng .box ul li a i {
  margin-right: 1rem;
  font-size: 3rem;
}

.dang_xianfeng .box ul li a img {
  width: 2.75rem;
  margin-right: 1rem;
}

.dang_ty {
  padding: 4.5rem 0;
}

.dang_ty.mod_bgc {
  background-position: top center;
}

.dang_ty .box {
  margin: 0 3.125rem;
}

.dang_ty nav {
  margin-bottom: 4rem;
}

.dang_ty nav ul li {
  margin: 0 1rem;
}

.dang_ty nav ul li.active:hover a {
  color: #fff;
}

.dang_ty nav ul li.active a {
  background: #f28300;
  color: #fff;
  border-color: #f28300;
}

.dang_ty nav ul li:hover a {
  color: #f28300;
  border-color: #f28300;
}

.dang_ty nav ul li a {
  padding: .625rem 3.125rem;
  padding-bottom: .75rem;
  border-radius: 2rem;
  border: 1px solid #bfbfbf;
  color: #777;
  background: transparent;
  transition: all .3s;
}

.dang_ty .lx_list.yingshang .item a {
  border-radius: 1rem;
}

.dang_ty .lx_list.yingshang .item a .img {
  border-radius: 1rem;
}

.dang_ty .lx_list.yingshang .item a .img i, .dang_ty .lx_list.yingshang .item a .img::after {
  opacity: 1;
}

.dang_ty .lx_list .item {
  margin-bottom: 1.875rem;
}

.dang_ty .lx_list .item a {
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  transition: all .3s;
}

.dang_ty .lx_list .item a:hover {
  box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.dang_ty .lx_list .item a:hover .img {
  border-radius: 1rem;
}

.dang_ty .lx_list .item a:hover .img em {
  transform: scale(1.05);
}

.dang_ty .lx_list .item a:hover .img i {
  opacity: 1;
}

.dang_ty .lx_list .item a:hover .img::after {
  opacity: .85;
}

.dang_ty .lx_list .item a:hover .text h3 {
  color: #f28300;
}

.dang_ty .lx_list .item a .img {
  overflow: hidden;
  width: 26.5rem;
  flex-shrink: 0;
  transition: all .3s;
  position: relative;
}

.dang_ty .lx_list .item a .img i {
  width: 14rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.dang_ty .lx_list .item a .img i::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../img/logo_white.png) center no-repeat;
  background-size: contain;
}

.dang_ty .lx_list .item a .img em {
  padding-top: 60%;
  display: block;
  transition: all .5s;
}

.dang_ty .lx_list .item a .img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #f28300;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all .3s;
}

.dang_ty .lx_list .item a .text {
  margin: 0 3.875rem;
}

.dang_ty .lx_list .item a .text h3 {
  color: #474747;
  transition: all .3s;
}

.dang_ty .lx_list .item a .text p {
  margin: 1.25rem 0;
  line-height: 1.8;
  color: #525252;
}

.dang_ty .lx_list .item a .text .time {
  color: #777777;
  font-family: 'MONTSERRAT-LIGHT';
}

.dang_ty .mod_fanye {
  margin-top: 4.5rem;
}

.search {
  margin-bottom: 3.375rem;
}

.search .group {
  background: #fff;
  border-radius: .5rem;
  padding: 0 1.5rem;
  position: relative;
}

.search .group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  color: #999;
}

.search .group label i {
  font-size: 2rem;
}

.search .group input, .search .group select {
  height: 4.375rem;
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  outline: none;
  padding-left: 3rem;
}

.search .group input:focus, .search .group select:focus {
  box-shadow: none;
}

.search button {
  width: 100%;
  height: 4.375rem;
  background: #f28300;
  color: #fff;
  border: none;
  border-radius: .5rem;
  outline: none;
}

.search button:hover {
  color: #fff;
}

.more_back {
  margin-top: 2.5rem;
}

.more_back a {
  display: inline-block;
  padding: .75rem 5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #474747;
  transition: all .3s;
}

.more_back a:hover {
  background: #f28300;
  color: #fff;
}

.more_back a i {
  margin-left: .5rem;
  font-size: 1.25rem;
}

.detail_ty {
  padding: 5.625rem 0;
}

.detail_ty .box {
  margin: 0 3.125rem;
}

.detail_ty .box .left {
  padding: 5rem;
  padding-bottom: 3.25rem;
  background: #fff;
  height: 100%;
}

.detail_ty .box .left > h1 {
  color: #474747;
}

.detail_ty .box .left .time {
  margin: 1.5rem 0;
  color: #777777;
}

.detail_ty .box .left .time i {
  margin-right: .5rem;
}

.detail_ty .box .left .more {
  margin-top: 2.5rem;
}

.detail_ty .box .left .more a {
  display: inline-block;
  padding: .75rem 5rem;
  border: 1px solid #dedede;
  border-radius: 4px;
  color: #474747;
  transition: all .3s;
}

.detail_ty .box .left .more a:hover {
  background: #f28300;
  color: #fff;
}

.detail_ty .box .left .more a i {
  margin-left: .5rem;
  font-size: 1.25rem;
}

.detail_ty .box .right {
  margin-left: 1.5rem;
}

.detail_ty .box .right h2 {
  margin-bottom: 1.5rem;
  color: #474747;
}

.detail_ty .box .right h2 a {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  color: #525252;
  transition: all .3s;
}

.detail_ty .box .right h2 a:hover {
  color: #f28300;
}

.detail_ty .box .right h2 a i {
  margin-left: .5rem;
}

.detail_ty .box .right .search {
  margin-bottom: 3.125rem;
  background: #fff;
  padding: 3.125rem 1.875rem;
}

.detail_ty .box .right .search .group {
  margin-bottom: 1.25rem;
  background: #f4f4f4;
}

.detail_ty .box .right .hots .item {
  margin-bottom: 3.125rem;
}

.detail_ty .box .right .hots .item:last-child {
  margin-bottom: 0;
}

.detail_ty .box .right .hots .item a {
  background: #fff;
  display: block;
}

.detail_ty .box .right .hots .item a:hover .img em {
  transform: scale(1.05);
}

.detail_ty .box .right .hots .item a:hover .text h3 {
  color: #f28300;
}

.detail_ty .box .right .hots .item a:hover .text .more {
  color: #f28300;
}

.detail_ty .box .right .hots .item a .img {
  overflow: hidden;
}

.detail_ty .box .right .hots .item a .img em {
  padding-top: 60%;
  display: block;
  transition: all .5s;
}

.detail_ty .box .right .hots .item a .text {
  padding: 1.875rem 2.5rem;
}

.detail_ty .box .right .hots .item a .text h3 {
  color: #474747;
  transition: all .3s;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}

.detail_ty .box .right .hots .item a .text p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #525252;
}

.detail_ty .box .right .hots .item a .text .more {
  display: flex;
  align-items: center;
  transition: all .3s;
  color: #525252;
}

.detail_ty .box .right .hots .item a .text .more i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: .5rem;
}

@media (max-width: 991px) {
  .qc_list.jt_news .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .qc_list.jt_news .item {
    width: calc((100% - (3 - 1) * 3.125rem)/3);
    margin-bottom: 2.5rem;
  }
  .qc_list.jt_news .item:not(:nth-child(3n)) {
    margin-right: 3.125rem;
  }
}

.qc_list.jt_news .item a:hover .time span, .qc_list.jt_news .item a:hover .time i {
  color: #f28300;
}

.qc_list.jt_news .item a .time {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 3.125rem;
}

.qc_list.jt_news .item a .time span {
  color: #525252;
  transition: all .3s;
}

.qc_list.jt_news .item a .time span b {
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: 'MONTSERRAT-BOLD';
  display: block;
}

.qc_list.jt_news .item a .time i {
  font-size: 2rem;
  color: #9f9f9f;
  transition: all .3s;
}

.qc_list.jt_news .item a .img em {
  padding-top: 54%;
}

.qc_list.work .item a .img em {
  padding-top: 110%;
}

.qc_list.work .item a .text h3 {
  border: none;
  padding: 0;
}

.qc_list.work .item a .text p {
  color: #777777;
}

.qc_list.work .item a .text p:nth-child(2):nth-last-child(2) {
  display: flex;
  align-items: center;
}

.qc_list.work .item a .text p:nth-child(2):nth-last-child(2) i {
  margin-right: .5rem;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .qc_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .qc_list .item {
    width: calc((100% - (3 - 1) * 4.5rem)/3);
    margin-bottom: 4.5rem;
  }
  .qc_list .item:not(:nth-child(3n)) {
    margin-right: 4.5rem;
  }
}

.qc_list .item a {
  background: #fff;
  display: block;
  height: 100%;
}

.qc_list .item a:hover .img em {
  transform: scale(1.05);
}

.qc_list .item a:hover .text h3 {
  color: #f28300;
}

.qc_list .item a:hover .text .more {
  color: #f28300;
}

.qc_list .item a .img {
  overflow: hidden;
}

.qc_list .item a .img em {
  padding-top: 60%;
  display: block;
  transition: all .5s;
}

.qc_list .item a .text {
  padding: 1.875rem 2.5rem;
}

.qc_list .item a .text h3 {
  color: #474747;
  transition: all .3s;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
  line-height: 1.6;
}

.qc_list .item a .text p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: #525252;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.qc_list .item a .text .more {
  display: flex;
  align-items: center;
  transition: all .3s;
  color: #525252;
}

.qc_list .item a .text .more i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: .5rem;
}

.qc_list2.work .item a .img em {
  padding-top: 110%;
}

.qc_list2.work .item a .text h3 {
  border: none;
  padding: 0;
}

.qc_list2.work .item a .text p {
  color: #777777;
}

.qc_list2.work .item a .text p:nth-child(2):nth-last-child(2) {
  display: flex;
  align-items: center;
}

.qc_list2.work .item a .text p:nth-child(2):nth-last-child(2) i {
  margin-right: .5rem;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .qc_list2 .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .qc_list2 .item {
    width: calc((100% - (4 - 1) * 2rem)/4);
    margin-bottom: 2rem;
  }
  .qc_list2 .item:not(:nth-child(4n)) {
    margin-right: 2rem;
  }
}

.qc_list2 .item a {
  background: #fff;
  display: block;
  height: 100%;
}

.qc_list2 .item a:hover .img em {
  transform: scale(1.05);
}

.qc_list2 .item a:hover .text h3 {
  color: #f28300;
}

.qc_list2 .item a:hover .text .more {
  color: #f28300;
}

.qc_list2 .item a .img {
  overflow: hidden;
}

.qc_list2 .item a .img em {
  padding-top: 60%;
  display: block;
  transition: all .5s;
}

.qc_list2 .item a .text {
  padding: 1.5rem 1.5rem;
}

.qc_list2 .item a .text h3 {
  color: #474747;
  transition: all .3s;
  margin-bottom: .5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
  line-height: 1.6;
}

.qc_list2 .item a .text p {
  margin-bottom: .5rem;
  line-height: 1.8;
  color: #525252;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.qc_list2 .item a .text .more {
  display: flex;
  align-items: center;
  transition: all .3s;
  color: #525252;
}

.qc_list2 .item a .text .more i {
  display: inline-block;
  transform: rotateY(180deg);
  margin-left: .5rem;
}

.jt_list .item {
  margin-bottom: 1.875rem;
}

.jt_list .item a {
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  transition: all .3s;
}

.jt_list .item a:hover {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.jt_list .item a:hover .time {
  color: #f28300;
}

.jt_list .item a:hover .text h3 {
  color: #f28300;
}

.jt_list .item a:hover .more {
  color: #f28300;
}

.jt_list .item a .time {
  color: #777777;
  transition: all .3s;
}

.jt_list .item a .time span {
  font-size: 2.875rem;
  display: block;
  font-weight: bold;
  line-height: 1.2;
}

.jt_list .item a .text {
  padding: 0 2.75rem;
  width: 88.5%;
  border-left: 1px solid #dedede;
}

.jt_list .item a .text h3 {
  color: #474747;
  transition: all .3s;
  margin-bottom: 1rem;
}

.jt_list .item a .text p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666666;
}

.jt_list .item a .more {
  display: flex;
  align-items: center;
  color: #a2a2a2;
  transition: all .3s;
}

.jt_list .item a .more i {
  display: inline-block;
  transform: rotateY(180deg);
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .qk_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .qk_list .item {
    width: calc((100% - (3 - 1) * 4.25rem)/3);
    margin-bottom: 1.5rem;
  }
  .qk_list .item:not(:nth-child(3n)) {
    margin-right: 4.25rem;
  }
}

.qk_list .item a:hover .img {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.qk_list .item a:hover h3 {
  color: #f28300;
}

.qk_list .item a .img {
  background: #fff;
  transition: all .3s ease;
}

.qk_list .item a .img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.qk_list .item a .img i {
  display: block;
  padding-top: 140%;
}

.qk_list .item a h3 {
  margin: 1rem 0;
  color: #474747;
  transition: all .3s;
  text-align: center;
}

@media (max-width: 991px) {
  .tv_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .tv_list .item {
    width: calc((100% - (2 - 1) * 3.75rem)/2);
    margin-bottom: 2rem;
  }
  .tv_list .item:not(:nth-child(2n)) {
    margin-right: 3.75rem;
  }
}

.tv_list .item a {
  display: block;
}

.tv_list .item a:hover .img em {
  transform: scale(1.05);
}

.tv_list .item a:hover h3 {
  color: #f28300;
}

.tv_list .item a .img {
  overflow: hidden;
  position: relative;
}

.tv_list .item a .img em {
  padding-top: 56%;
  display: block;
  transition: all .5s;
}

.tv_list .item a .img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 5rem;
  color: #fff;
}

.tv_list .item a h3 {
  color: #222;
  transition: all .5s;
  margin: 1rem 0;
  text-align: center;
}

.service {
  padding: 2.5rem 0;
}

.service .mod_position {
  margin-bottom: 2.5rem;
  border: none;
}

.service .box {
  margin: 0 3.125rem;
  margin-bottom: 5rem;
  padding: 6.25rem;
  padding-bottom: 12.5rem;
  background: url(../img/city3.jpg) center bottom no-repeat #fff;
  background-size: 100% auto;
  border-bottom: 5px solid #f28300;
}

.service .box .line {
  margin: 2.5rem 0;
  height: 8px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}

.service .box .mod_content p {
  text-indent: 2em;
}

.service .box .mod_content * {
  font-size: inherit;
}

.service_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.service_title span {
  font-size: 2.5rem;
  color: #222;
}

.service_title span i {
  margin-right: .5rem;
  font-size: inherit;
  color: #f28300;
}

.service_title ul li {
  margin-left: .5rem;
}

.service_title ul li a {
  display: inline-block;
  color: #474747;
  padding: .375rem 2rem;
  border-radius: 1.5rem;
  border: 2px solid #bfbfbf;
  transition: all .3s;
}

.service_title ul li a.active {
  border-color: #f28300;
  background: #f28300;
  color: #fff;
}

.service_title ul li a.active:hover {
  color: #fff;
}

.service_title ul li a:hover {
  border-color: #f28300;
  color: #f28300;
}

.service_title .more a {
  color: #f28300;
}

.service_title .more a i {
  display: inline-block;
  transform: rotateY(180deg);
  font-size: 2rem;
}

.notice_list {
  margin-bottom: 3.75rem;
}

.notice_list .item {
  margin-bottom: .625rem;
}

.notice_list .item:last-child {
  margin-bottom: 0;
}

.notice_list .item a {
  display: flex;
  background: #fff;
  color: #474747;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  font-size: 1.25rem;
  border-left: .375rem solid #fff;
  transition: all .3s;
}

.notice_list .item a:hover {
  border-color: #f28300;
  color: #f28300;
}

.notice_list .item a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_list .item a i {
  font-style: normal;
  width: 8.75rem;
  flex-shrink: 0;
  text-align: right;
}

.charge_list {
  padding-top: 1.125rem;
  border-top: 2px solid #f28300;
  margin-bottom: 3.75rem;
}

.charge_list .item {
  margin-bottom: 1.125rem;
}

.charge_list .item:last-child {
  margin-bottom: 0;
}

.charge_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.charge_list .item a::before {
  content: '';
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #bfbfbf;
  transition: all .3s;
  flex-shrink: 0;
}

.charge_list .item a:hover::before {
  background: #f28300;
}

.charge_list .item a:hover span, .charge_list .item a:hover i {
  color: #f28300;
}

.charge_list .item a span {
  font-size: 1.25rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
  margin-right: auto;
  margin-left: .5rem;
}

.charge_list .item a i {
  font-style: normal;
  font-size: 1rem;
  color: #777;
  flex-shrink: 0;
  transition: all .3s;
}

.work_list {
  padding-top: 1.125rem;
  border-top: 2px solid #f28300;
  margin-bottom: 3.75rem;
}

.work_list .item {
  border-bottom: 1px solid #dedede;
}

.work_list .item:last-child {
  border: none;
}

.work_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .75rem 0;
}

.work_list .item a:hover span, .work_list .item a:hover i {
  color: #f28300;
}

.work_list .item a span {
  font-size: 1.125rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
  margin-left: .5rem;
}

.work_list .item a i {
  font-style: normal;
  font-size: 1rem;
  color: #777;
  flex-shrink: 0;
  transition: all .3s;
}

.yichuangtongban {
  margin-bottom: 3.75rem;
}

.yichuangtongban .caption {
  background: #fcfdfe;
}

.yichuangtongban .caption:last-child {
  margin-top: 1.25rem;
}

.yichuangtongban .caption .left {
  width: 44.5%;
}

.yichuangtongban .caption .right {
  width: 55.5%;
}

.yichuangtongban .caption .right .img {
  padding-top: 52%;
}

.yichuangtongban .caption .img {
  padding-top: 75%;
}

.yichuangtongban .caption .text {
  margin: 0 1.875rem;
}

.yichuangtongban .caption .text p {
  color: #777;
  margin: 1rem 0;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.yichuangtongban .caption .text .more a {
  padding: .75rem 2rem;
  border-radius: 1.5rem;
  background: #f28300;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.yichuangtongban .caption .text .more a i {
  margin-right: .5rem;
  font-size: 1.25rem;
  display: inline-block;
  transform: translateY(2px);
}

.rule_left {
  width: 38.8%;
  margin-bottom: 3.75rem;
}

.rule_right {
  width: calc((100% - 38.8% - 4rem)/2);
  margin-bottom: 3.75rem;
  margin-left: 2rem;
}

.rule_right .img {
  overflow: hidden;
}

.rule_right .img:hover a {
  transform: scale(1.05);
}

.rule_right .img a {
  padding-top: 64%;
  display: block;
  transition: all .5s;
}

.rule_list {
  border-top: 2px solid #f28300;
  padding-top: .5rem;
}

.rule_list .item {
  border-bottom: 1px solid #dedede;
}

.rule_list .item:last-child {
  border: none;
}

.rule_list .item a {
  padding: 1.25rem 0;
  display: flex;
}

.rule_list .item a:hover .time {
  color: #f28300;
}

.rule_list .item a:hover .text h4 {
  color: #f28300;
}

.rule_list .item a .time {
  width: 5.625rem;
  border-right: 1px solid #dedede;
  color: #777777;
  transition: all .3s;
  flex-shrink: 0;
}

.rule_list .item a .time span {
  font-size: 2.5rem;
  font-family: 'MONTSERRAT-BOLD';
  font-weight: bold;
  display: block;
  line-height: 1.1;
}

.rule_list .item a .text {
  padding-left: 1.875rem;
  width: calc(100% - 5.625rem);
}

.rule_list .item a .text h4, .rule_list .item a .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rule_list .item a .text h4 {
  color: #474747;
  transition: all .3s;
}

.rule_list .item a .text p {
  color: #666666;
  margin: 0;
}

.notice_items .item {
  margin-bottom: 1.875rem;
}

.notice_items .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 3.125rem;
  background: #fff;
  transition: all .3s;
}

.notice_items .item a:hover {
  background: #f28300;
}

.notice_items .item a:hover .time {
  background: #fff;
  color: #f28300;
}

.notice_items .item a:hover .text h4, .notice_items .item a:hover .text p {
  color: #fff;
}

.notice_items .item a .time {
  width: 7.5rem;
  background: #e6e6e6;
  color: #777777;
  transition: all .3s;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25rem 0;
  font-family: 'MONTSERRAT-BOLD';
  margin-right: 2.25rem;
}

.notice_items .item a .time span {
  font-size: 2.875rem;
  display: block;
  line-height: 1.1;
}

.notice_items .item a .text {
  flex-grow: 1;
}

.notice_items .item a .text h4 {
  color: #333;
  transition: all .3s;
}

.notice_items .item a .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  margin-top: 1rem;
  color: #777;
  transition: all .3s;
}

.yctb_1 {
  padding-top: 5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.yctb_1.mod_bgc {
  background-position: bottom center;
}

.yctb_1 ul li {
  margin: 0 1rem;
}

.yctb_1 ul li.active a {
  background: #f28300;
  color: #fff;
  border-color: #f28300;
}

.yctb_1 ul li a {
  padding: .375rem 1.5rem;
  padding-bottom: .5rem;
  text-align: center;
  min-width: 12.5rem;
  display: inline-block;
  border: 2px solid #bfbfbf;
  border-radius: 2rem;
  color: #474747;
  background: transparent;
}

.yctb_1 .en_title {
  font-size: 6.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'MONTSERRAT-BOLD.OTF';
  background: linear-gradient(to right, #f28300 20%, rgba(242, 131, 0, 0) 60%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 5rem;
}

.yctb_1 h2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 2.875rem;
}

.yctb_1 p {
  line-height: 2.4;
  font-size: 1.375rem;
  color: #474747;
}

.yctb_1 .yctb_yuan {
  position: relative;
  z-index: 2;
}

.yctb_1 .yctb_yuan::after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border: 1px solid #dedede;
  position: absolute;
  left: 50%;
  bottom: 0%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.2);
}

.yctb_1 .yctb_yuan .img {
  padding-top: 80%;
}

.yctb_1 .yctb_yuan .img.mod_bgc {
  background-size: contain;
}

.yctb_1 .yctb_yuan i {
  width: 8.25rem;
  height: 8.25rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 25%;
  transform: translateY(-200%);
}

.yctb_2 {
  padding-top: 10rem;
  padding-bottom: 6.875rem;
}

.yctb_2.mod_bgc {
  background-position: top center;
}

.yctb_2 .box {
  margin: 0 3.125rem;
}

.yctb_2 .box nav {
  padding: 2.5rem 3.25rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
  margin-bottom: 2.5rem;
}

.yctb_2 .box nav .title {
  align-items: center;
  padding: .5rem 0;
  padding-right: 3.125rem;
  margin-right: 1.5rem;
  border-right: 1px solid #dedede;
  flex-shrink: 0;
}

.yctb_2 .box nav .title i {
  color: #f28300;
  font-size: 2.5rem;
  margin-right: .5rem;
}

.yctb_2 .box nav .title span {
  color: #777;
}

.yctb_2 .box nav .title span strong {
  color: #333;
  display: block;
}

.yctb_2 .box nav ul li {
  margin-left: .75rem;
}

.yctb_2 .box nav ul li a {
  display: inline-block;
  padding: .375rem 1.125rem;
  border: 1px solid #dedede;
  color: #474747;
  transition: all .3s ease;
  border-radius: 1.5rem;
  cursor: pointer;
}

.yctb_2 .box nav ul li a.active {
  background: #f28300;
  color: #fff;
  border-color: #f28300;
}

.yctb_2 .box nav ul li a.active:hover {
  color: #fff;
}

.yctb_2 .box nav ul li a:hover {
  color: #f28300;
  border-color: #f28300;
}

.yctb_2 .box .bai {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}

.yctb_2 .box .bai .left {
  width: 37.5%;
  padding: 3.25rem;
  padding-right: 1.5rem;
}

.yctb_2 .box .bai .left ul {
  height: 31.25rem;
  padding-right: 2.5rem;
  overflow: auto;
}

.yctb_2 .box .bai .left ul li {
  padding: 1.75rem 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.yctb_2 .box .bai .left ul li:first-child {
  padding-top: 0;
}

.yctb_2 .box .bai .left ul li.active h4 {
  color: #f28300;
  font-weight: bold;
  margin-bottom: 1rem;
}

.yctb_2 .box .bai .left ul li.active :not(h4) {
  display: flex;
}

.yctb_2 .box .bai .left ul li :not(h4) {
  display: none;
}

.yctb_2 .box .bai .left ul li h4 {
  margin-bottom: 0;
  color: #474747;
}

.yctb_2 .box .bai .left ul li p {
  align-items: center;
  color: #474747;
  margin: 0;
  margin-top: 4px;
  line-height: 1.6;
}

.yctb_2 .box .bai .left ul li p:nth-child(2) i {
  color: #f28300;
}

.yctb_2 .box .bai .left ul li p:nth-child(3) i {
  color: #0063a4;
}

.yctb_2 .box .bai .left ul li p:nth-child(4) i {
  color: #00923F;
}

.yctb_2 .box .bai .left ul li p i {
  margin-right: .5rem;
  color: #9f9f9f;
  font-size: 1.125rem;
}

.yctb_2 .box .bai .right {
  width: 62.5%;
}

@media (max-width: 991px) {
  .jingshi_list .item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .jingshi_list .item {
    width: calc((100% - (2 - 1) * 2.5rem)/2);
    margin-bottom: 2.5rem;
  }
  .jingshi_list .item:not(:nth-child(2n)) {
    margin-right: 2.5rem;
  }
}

.jingshi_list .item a {
  display: flex;
  align-items: center;
  padding: 2.5rem 3.125rem;
  border-bottom: 4px solid #fff;
  transition: all .3s;
  background: #fff;
}

.jingshi_list .item a:hover {
  border-color: #f28300;
}

.jingshi_list .item a:hover .img i {
  opacity: 1;
}

.jingshi_list .item a:hover .text h4 {
  color: #f28300;
  font-weight: bold;
}

.jingshi_list .item a .img {
  width: 11.875rem;
  height: 7.5rem;
  flex-shrink: 0;
  position: relative;
  margin-right: 1.25rem;
}

.jingshi_list .item a .img i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 130, 0, 0.8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
  font-size: 2.5rem;
}

.jingshi_list .item a .text {
  color: #777777;
}

.jingshi_list .item a .text h4 {
  color: #333;
  transition: all .3s;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jingshi_list .item a .text p {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contact_map {
  padding-top: 2.5rem;
}

.contact_map .mod_position {
  border: none;
}

.contact_map #mapContainer {
  margin-top: 2.5rem;
  height: 100vh;
  position: relative;
}

.contact_map .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 4.375rem 6rem;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0.1));
  z-index: 2;
}

.contact_map .text .en_title {
  font-size: 5rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'MONTSERRAT-BOLD.OTF';
  background: linear-gradient(to right, #f28300, rgba(242, 131, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact_map .text h2 {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.contact_map .text ul li {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 1.25rem;
}

.contact_map .text ul li i {
  width: 2.875rem;
  height: 2.875rem;
  border: 2px solid #f28300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #f28300;
  margin-right: 8px;
}

.contact_map .text img {
  width: 7.75rem;
  flex-shrink: 0;
}

.contact_message {
  padding-top: 12.5rem;
  padding-bottom: 10rem;
}

.contact_message .form-group {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #777;
  padding: 0 1.875rem;
  height: 4.25rem;
}

.contact_message .form-group:has(textarea) {
  align-items: flex-start;
  height: auto;
  padding: 1rem 1.875rem;
}

.contact_message .form-group:has(textarea) label {
  margin-top: 4px;
}

.contact_message .form-group:has(textarea) textarea {
  height: auto;
  line-height: 1.6;
}

.contact_message .form-group label {
  flex-shrink: 0;
  margin: 0;
}

.contact_message .form-group input, .contact_message .form-group textarea {
  width: 100%;
  border: none;
  background: none;
  height: 100%;
  outline: none;
  color: #454545;
}

.contact_message .form-group i {
  flex-shrink: 0;
  color: #777;
}

.contact_message p {
  color: rgba(255, 255, 255, 0.5);
  margin: 2.5rem 0;
  margin-bottom: 4.25rem;
}

.contact_message button.btn {
  height: 4.125rem;
  padding: 0 5rem;
  background: #f28300;
  color: #fff;
  border-radius: 4px;
}

/* zl_mod 通用样式
---------------------------------------------------------------- */
.mod_bgc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.maodian {
  position: absolute;
  left: 0;
  top: -6.25rem;
}

.mod_position {
  border-bottom: 1px solid #dedede;
}

.mod_position nav ul li {
  padding: 0 2.5rem;
  position: relative;
}

.mod_position nav ul li::after {
  content: '';
  width: 1px;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #dddddd;
}

.mod_position nav ul li:first-child {
  padding-left: 0;
}

.mod_position nav ul li:last-child::after {
  display: none;
}

.mod_position nav ul li.active a {
  color: #f28300;
}

.mod_position nav ul li.active a::after {
  opacity: 1;
}

.mod_position nav ul li:hover a {
  color: #f28300;
}

.mod_position nav ul li a {
  padding: 2rem 0;
  display: block;
  color: #474747;
  position: relative;
  white-space: nowrap;
}

.mod_position nav ul li a::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f28300;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.mod_position .position_text {
  color: #777;
}

.mod_position .position_text a {
  color: #777;
  display: flex;
  align-items: center;
}

.mod_position .position_text a:hover {
  color: #f28300;
}

.mod_position .position_text i {
  margin: 0 .5rem;
  font-size: 1rem;
  line-height: 1.2;
}

.mod_position .position_text i:first-child {
  font-size: 1.25rem;
}

.mod_banner {
  height: 50rem;
}

.mod_banner h1, .mod_banner .title {
  line-height: 1.2;
  color: #fff;
  text-align: center;
  transform: translateY(-55%);
}

.mod_banner h1.text-left, .mod_banner .title.text-left {
  padding-left: 3.125rem;
}

.mod_banner h1 strong, .mod_banner .title strong {
  font-size: 3.75rem;
  display: block;
}

.mod_banner h1 span, .mod_banner .title span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'MONTSERRAT-LIGHT';
}

.mod_title {
  margin-bottom: 2.5rem;
}

.mod_title.white span {
  color: #fff;
}

.mod_title > span {
  font-size: 3.125rem;
  color: #000;
}

.mod_title > a {
  font-size: 1.25rem;
  color: #525252;
}

.mod_title > a:hover {
  color: #f28300;
}

.mod_title ul li {
  margin-left: .5rem;
}

.mod_title ul li a {
  display: block;
  padding: .3rem 1.25rem;
  border-radius: 2rem;
  border: 1px solid #bfbfbf;
  font-size: 1.125rem;
  color: #474747;
  transition: all 0.3s ease;
}

.mod_title ul li a.active {
  background: #f28300;
  border-color: #f28300;
  color: #fff;
}

.mod_title ul li a.active:hover {
  color: #fff;
}

.mod_title ul li a:hover {
  border-color: #f28300;
  color: #f28300;
}

.mod_title2 {
  margin-bottom: 2.5rem;
  line-height: 1.4;
}

.mod_title2.black strong {
  color: #f28300;
}

.mod_title2.black span {
  color: #000000;
}

.mod_title2 strong {
  font-size: 3.125rem;
  color: #fff;
  opacity: .3;
  font-family: 'MONTSERRAT-BOLD';
  display: block;
  text-transform: uppercase;
}

.mod_title2 span {
  font-size: 3.125rem;
  color: #fff;
}

.mod_fanye ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod_fanye ul li.active span {
  background-color: #f28300;
  color: #fff;
}

.mod_fanye ul li.disabled span {
  opacity: .5;
}

.mod_fanye ul li a, .mod_fanye ul li span {
  display: inline-block;
  font-size: 14px;
  margin: 0 .5rem;
  padding: .5rem 1rem;
  border-radius: 4px;
  color: #333;
  background-color: #e2e2e2;
  border: none;
  white-space: nowrap;
}

.mod_fanye ul li a.activ:hover {
  color: #fff;
}

.mod_fanye ul li a:hover {
  color: #f28300;
}

.mod_fanye02 {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dashed #ccc;
  position: relative;
}

.mod_fanye02::after {
  content: '';
  width: 100%;
  border-top: 1px dashed #cccccc;
  position: absolute;
  left: 0;
  top: 3px;
}

.mod_fanye02 a {
  color: #474747;
  display: flex;
  align-items: center;
  transition: all .3s;
}

.mod_fanye02 a:hover {
  color: #f28300;
}

.mod_fanye02 a:hover i {
  color: inherit;
}

.mod_fanye02 a i {
  margin-right: .5rem;
  font-size: 1.25rem;
  color: #999;
}

.mod_fanye02 .text-right a {
  justify-content: flex-end;
}

.mod_fanye02 .text-right a i {
  transform: rotateY(180deg);
  margin: 0;
  margin-left: .5rem;
}

/* 媒体查询
---------------------------------------------------------------- */
@media (max-width: 767px) {
  .mod_title span {
    font-size: 2.25rem;
  }
  .flex {
    flex-wrap: wrap;
  }
  .header .menu-link i,
  .header .menu-link span:before,
  .header .menu-link span::after {
    background: #fff;
  }
  .header .menu-link {
    display: block;
    transition: all 0.3s ease;
    margin-left: 2rem;
  }
  .header.active .pc_nav > ul > li:hover > a {
    color: #fff;
  }
  .header.active .pc_nav > ul > li > a {
    color: #fff;
  }
  .header.active .menu-link i,
  .header.active .menu-link span:before,
  .header.active .menu-link span::after {
    background: #f28300;
  }
  .header.active .menu-link.active i {
    background: transparent;
  }
  .logo {
    height: 6.25rem;
  }
  .pc_xiala {
    display: none !important;
  }
  .pc_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #008adb;
    padding: 1.25rem 15px;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .pc_nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .pc_nav > ul {
    height: auto;
    flex-wrap: wrap;
  }
  .pc_nav > ul > li {
    width: 100%;
    height: auto;
    position: static;
  }
  .pc_nav > ul > li:last-child {
    padding: 0;
  }
  .pc_nav > ul > li > a {
    width: 100%;
    padding: .5rem 0;
    font-size: 1.625rem;
    font-weight: bold;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
  .erji {
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: blur(0);
  }
  .erji ul {
    display: flex;
    flex-wrap: wrap;
  }
  .erji ul li {
    border: none;
    margin-right: .5rem;
  }
  .erji ul li a {
    color: #fff;
    font-size: 14px;
  }
  .banner {
    height: 40vh;
  }
  .banner .swiper .swiper-slide {
    background-position: 40% 0 !important;
  }
  .banner .swiper .swiper-slide .container {
    top: 30%;
  }
  .banner .swiper .swiper-slide .container strong {
    font-size: 2.5rem;
  }
  .banner .swiper .swiper-slide .container p {
    padding-right: 0;
    font-size: 1.5rem;
  }
  .news {
    padding: 4rem 0;
  }
  .news .news_left, .news .news_right {
    width: 100%;
  }
  .news .news_right {
    margin-top: 3rem;
  }
  .news .news_right .news_li a {
    padding: 1rem 0;
  }
  .notice_left {
    width: 100%;
  }
  .notice_left .notice_left_content {
    padding: 0 15px;
  }
  .notice_right {
    width: 100%;
    padding: 3rem 15px;
  }
  .notice_right ul {
    max-width: 50%;
  }
  .notice_right ul li {
    margin-bottom: .5rem;
  }
  .domain {
    margin-top: 0;
  }
  .domain ul li {
    text-align: center;
  }
  .domain ul li strong {
    font-size: 2.25rem;
  }
  .dangjian {
    padding: 4rem 0;
  }
  .dangjian .dangjian_left {
    width: 100%;
  }
  .dangjian .dangjian_left .dj_left {
    width: 100%;
  }
  .dangjian .dangjian_left .dj_right {
    width: 100%;
    margin-top: 3rem;
  }
  .dangjian .dangjian_right {
    width: 100%;
    padding: 0 15%;
    margin-top: 3rem;
  }
  .dangjian .dangjian_right .qikan_prev {
    left: 0;
  }
  .dangjian .dangjian_right .qikan_next {
    right: 0;
  }
  .dangjian .track {
    margin-top: 4rem;
  }
  .dangjian .track ul li a i {
    width: 5rem;
    height: 5rem;
  }
  .footer .foot_service .foot_service_ewm {
    width: 14rem;
  }
  .footer .foot_ul {
    display: none;
  }
  .footer .foot_di {
    border-top: 1px solid #fff;
  }
  .news .news_left a .news_text p,
  .news .news_right .news_li a .news_text p,
  .notice_left .notice_left_content p,
  .notice_right .notice_right_list .nrl_a a span,
  .notice_right .notice_right_list .nrl_more a,
  .domain ul li p,
  .mod_title > a,
  .dangjian .dangjian_left .dj_left .dj_text p,
  .dangjian .dangjian_left .dj_right .dj_li a p,
  .footer .foot_di,
  .mod_title ul li a,
  .dangjian .track ul li a {
    font-size: 14px;
  }
  .news .news_left a .news_text h4,
  .news .news_right .news_li a .news_text h4 strong,
  .dangjian .dangjian_left .dj_left .dj_text h4,
  .dangjian .dangjian_right .qikan_title span {
    font-size: 16px;
  }
  .dangjian .dangjian_right .qikan_title span {
    font-size: 18px;
    height: 3.5rem;
  }
  .mod_banner {
    height: 36vh;
  }
  .mod_banner h1, .mod_banner .title {
    transform: translateY(30%);
  }
  .mod_banner h1 strong, .mod_banner .title strong {
    font-size: 24px;
  }
  .mod_position:has(nav) nav {
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-left: 15px;
  }
  .mod_position:has(nav) nav ul {
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .mod_position:has(nav) nav ul li {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .mod_position:has(nav) nav ul li a {
    font-size: 16px;
    padding: 15px 0;
  }
  .mod_position:has(nav) nav ul li a::after {
    bottom: 0;
  }
  .mod_position:has(nav) .position_text {
    display: none;
  }
  .about_jj .left {
    width: 100%;
    height: 52rem;
  }
  .about_jj .left .play_v {
    top: 20%;
    left: 40%;
  }
  .about_jj .right {
    width: 100%;
    padding: 0 15px;
    margin-top: -12rem;
  }
  .about_jj .right .mod_title, .about_jj .right h3, .about_jj .right p {
    text-align: right;
  }
  .about_jj .right h3 {
    font-size: 20px;
    margin: 15px 0;
  }
  .about_jj .right img {
    max-height: 4rem;
    margin: 0 auto;
    display: block;
  }
  .about_jj ul {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_jj ul li {
    width: 18rem !important;
    height: 18rem !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .about_jj ul li:last-child {
    margin: 0 auto;
  }
  .about_bantu {
    padding-bottom: 60px;
  }
  .about_bantu p {
    width: 100%;
  }
  .about_bantu ul {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .about_bantu ul li {
    margin-bottom: 15px;
    width: 17rem !important;
    height: 17rem !important;
    transform: translate(0) !important;
  }
  .about_bantu ul li:last-child {
    margin: 0 auto;
  }
  .about_bantu ul li span {
    max-width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .about_lvse {
    height: 45rem;
    clip-path: polygon(0 0, 12.5% 1.25rem, 25% 2rem, 37.5% 2.5rem, 50% 2.25rem, 62.5% 2.25rem, 75% 2rem, 87.5% 1.25rem, 100% 0, 100% 100%, 0 100%);
  }
  .about_lvse .text {
    width: 90%;
    padding: 20px 15px;
    text-align: right;
  }
  .about_lvse .text h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about_beautiful {
    padding: 60px 0;
  }
  .about_beautiful .flex-center-between {
    flex-wrap: wrap;
  }
  .about_beautiful .text {
    width: 100%;
  }
  .about_beautiful .img {
    width: 100%;
  }
  .about_qywh ul li:nth-child(3n) {
    border-right: initial;
  }
  .about_qywh ul li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .about_qywh ul li:nth-last-of-type(-n + 3) {
    border-bottom: initial;
  }
  .about_qywh ul li:nth-last-of-type(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
  .about_qywh ul li .caption p {
    font-size: 14px;
    position: static;
    transform: translate(0) !important;
    opacity: 1;
  }
  .about_xiashu .swiper {
    margin: 0 15px;
  }
  .about_xiashu .swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .about_xiashu .swiper .swiper-slide .left {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .about_xiashu .swiper .swiper-slide .right {
    width: 100%;
    padding-left: 0;
  }
  .about_xiashu .swiper .swiper-slide .right .text {
    height: 280px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .about_xiashu .swiper .swiper-slide .right .text h3 {
    font-size: 18px;
  }
  .mod_title2 strong {
    font-size: 16px;
  }
  .mod_title2 span {
    font-size: 22px;
  }
  .about_bowuguan .box {
    padding: 0;
  }
  .about_bowuguan .bwg_vr {
    height: auto;
  }
  .detail_box {
    margin: 0;
    padding: 20px 15px;
  }
  .detail_box .detail_left .swiper1 {
    width: calc(100% - 100px);
  }
  .detail_box .detail_left .swiper_imgs {
    width: 90px;
    height: 200px;
  }
  .dang_ty .box {
    margin: 0;
  }
  .dang_ty nav ul {
    overflow: scroll;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;
  }
  .dang_ty nav ul li {
    margin: 0 5px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  .dang_ty nav ul li a {
    display: block;
    padding: 4px 20px;
  }
  .dang_ty .search .row .col-lg {
    margin-bottom: 10px;
  }
  .dang_ty .search .row .col-lg:nth-child(-n+2) {
    width: 50%;
  }
  .dang_ty .search .row .col-lg:nth-child(-n+2):nth-child(1) {
    padding-right: 5px;
  }
  .dang_ty .search .row .col-lg:nth-child(-n+2):nth-child(2) {
    padding-left: 5px;
  }
  .dang_ty .lx_list .item a {
    flex-wrap: wrap;
  }
  .dang_ty .lx_list .item a .img {
    width: 100%;
  }
  .dang_ty .lx_list .item a .text {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .dang_xianfeng .box {
    margin: 0;
  }
  .dang_xianfeng .box ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .dang_xianfeng .box ul li {
    width: 49%;
    margin-top: 10px;
    height: 60px;
  }
  .detail_ty .box {
    margin: 0;
  }
  .detail_ty .box .left {
    padding: 20px 15px;
  }
  .detail_ty .box .right {
    display: none;
  }
  .mod_fanye02 .text-right {
    text-align: left !important;
    margin-top: 15px;
  }
  .mod_fanye02 .text-right a {
    justify-content: flex-start;
  }
  .mod_fanye02 .text-right a span {
    order: 2;
  }
  .mod_fanye02 .text-right a i {
    margin-left: 0;
    margin-right: .5rem;
  }
  .jt_list .item a {
    padding: 15px;
  }
  .jt_list .item a .time {
    margin-right: 6px;
    width: 60px;
  }
  .jt_list .item a .text {
    width: calc(100% - 60px);
    padding: 0 15px;
  }
  .jt_list .item a .text h3 {
    font-size: 14px;
  }
  .jt_list .item a .more {
    display: none;
  }
  .service_title {
    flex-wrap: wrap;
  }
  .service_title ul {
    width: 100%;
    margin: 15px 0;
  }
  .yichuangtongban .caption {
    flex-wrap: wrap;
  }
  .yichuangtongban .caption:first-child .right {
    padding: 20px 0;
  }
  .yichuangtongban .caption .left {
    width: 100%;
    min-height: 120px;
  }
  .yichuangtongban .caption .right {
    width: 100%;
  }
  .rule_left, .rule_right {
    width: 100%;
  }
  .service .flex:has(.rule_right) {
    flex-wrap: wrap;
  }
  .service .box {
    margin: 0;
    padding: 15px;
  }
  .rule_list .item a .time {
    width: 60px;
  }
  .rule_list .item a .text {
    width: calc(100% - 60px);
  }
  .rule_right {
    margin-left: 0;
  }
  .notice_items .item a {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .notice_items .item a .time {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    padding: 2px 6px;
    margin: 0;
    margin-bottom: 10px;
  }
  .notice_items .item a .time span {
    font-size: 16px;
  }
  .yctb_1 {
    padding-bottom: 60px;
  }
  .yctb_1 .en_title {
    font-size: 30px;
  }
  .yctb_1 h2 {
    margin: 15px 0;
  }
  .yctb_1 .yctb_yuan::after {
    transform: scale(0.6);
  }
  .yctb_1 .yctb_yuan i {
    right: 0%;
    transform: translateY(-40%);
  }
  .yctb_2 .box {
    margin: 0;
  }
  .yctb_2 .box nav {
    align-items: flex-start;
    padding: 15px;
    flex-direction: column;
  }
  .yctb_2 .box nav .title {
    margin-bottom: 15px;
    padding-right: 0;
    border: none;
    margin-right: 0;
  }
  .yctb_2 .box nav ul li {
    margin-bottom: 5px;
  }
  .yctb_2 .box .bai {
    flex-direction: column;
  }
  .yctb_2 .box .bai .left {
    width: 100%;
    padding: 15px;
    order: 2;
  }
  .yctb_2 .box .bai .right {
    width: 100%;
  }
  .yctb_2 .box .bai .right #mapContainer {
    height: 240px;
  }
  .jingshi_list .item a {
    padding: 15px;
  }
  .jingshi_list .item a .img {
    flex-shrink: 0;
  }
  .jingshi_list .item a .text {
    width: calc(100% - 12rem);
  }
  .jingshi_list .item a .text p {
    margin: 0;
  }
  .contact_message {
    padding: 60px 0;
  }
  .contact_map #mapContainer {
    height: 50vh;
  }
  .contact_map .text {
    position: static;
    width: 100%;
    padding: 15px;
    background-image: linear-gradient(to right, white, white);
    z-index: 2;
    display: none;
  }
  .contact_map .text.xs_text {
    display: block;
  }
  .contact_map .text .en_title {
    display: none;
  }
  .contact_map .text h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .contact_map .text ul li {
    font-size: 14px;
  }
  .contact_map .text ul li i {
    flex-shrink: 0;
  }
  .mod_fanye ul li a, .mod_fanye ul li span {
    margin: 0 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mod_title span {
    font-size: 2.25rem;
  }
  .flex {
    flex-wrap: wrap;
  }
  .header .menu-link i,
  .header .menu-link span:before,
  .header .menu-link span::after {
    background: #fff;
  }
  .menu-link {
    display: block;
    transition: all 0.3s ease;
    margin-left: 2rem;
  }
  .logo {
    height: 6.25rem;
  }
  .pc_xiala {
    display: none !important;
  }
  .pc_nav {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #008adb;
    padding: 1.25rem 15px;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .pc_nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .pc_nav > ul {
    height: auto;
    flex-wrap: wrap;
  }
  .pc_nav > ul > li {
    width: 100%;
    height: auto;
    position: static;
  }
  .pc_nav > ul > li:last-child {
    padding: 0;
  }
  .pc_nav > ul > li > a {
    width: 100%;
    padding: .5rem 0;
    font-size: 1.625rem;
    font-weight: bold;
    justify-content: center;
    color: #fff;
    text-align: center;
  }
  .erji {
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    width: 100%;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: blur(0);
  }
  .erji ul {
    display: flex;
    flex-wrap: wrap;
  }
  .erji ul li {
    border: none;
    margin-right: .5rem;
  }
  .erji ul li a {
    color: #fff;
    font-size: 14px;
  }
  .banner {
    height: 40vh;
  }
  .banner .swiper .swiper-slide {
    background-position: 40% 0 !important;
  }
  .banner .swiper .swiper-slide .container {
    top: 30%;
  }
  .banner .swiper .swiper-slide .container strong {
    font-size: 2.5rem;
  }
  .banner .swiper .swiper-slide .container p {
    padding-right: 0;
    font-size: 1.5rem;
  }
  .news {
    padding: 4rem 0;
  }
  .news .news_left, .news .news_right {
    width: 100%;
  }
  .news .news_right {
    margin-top: 3rem;
  }
  .news .news_right .news_li a {
    padding: 1rem 0;
  }
  .notice_left {
    width: 100%;
  }
  .notice_left .notice_left_content {
    padding: 0 15px;
  }
  .notice_right {
    width: 100%;
    padding: 3rem 15px;
  }
  .notice_right ul {
    max-width: 50%;
  }
  .notice_right ul li {
    margin-bottom: .5rem;
  }
  .domain {
    margin-top: 0;
  }
  .domain ul li {
    text-align: center;
  }
  .domain ul li strong {
    font-size: 2.25rem;
  }
  .dangjian {
    padding: 4rem 0;
  }
  .dangjian .dangjian_left {
    width: 100%;
  }
  .dangjian .dangjian_left .dj_left {
    width: 100%;
  }
  .dangjian .dangjian_left .dj_right {
    width: 100%;
    margin-top: 3rem;
  }
  .dangjian .dangjian_right {
    width: 100%;
    padding: 0 15%;
    margin-top: 3rem;
  }
  .dangjian .dangjian_right .qikan_prev {
    left: 0;
  }
  .dangjian .dangjian_right .qikan_next {
    right: 0;
  }
  .dangjian .track {
    margin-top: 4rem;
  }
  .dangjian .track ul li a i {
    width: 5rem;
    height: 5rem;
  }
  .footer .foot_service .foot_service_ewm {
    width: 14rem;
  }
  .footer .foot_ul {
    display: none;
  }
  .footer .foot_di {
    border-top: 1px solid #fff;
  }
  .news .news_left a .news_text p,
  .news .news_right .news_li a .news_text p,
  .notice_left .notice_left_content p,
  .notice_right .notice_right_list .nrl_a a span,
  .notice_right .notice_right_list .nrl_more a,
  .domain ul li p,
  .mod_title > a,
  .dangjian .dangjian_left .dj_left .dj_text p,
  .dangjian .dangjian_left .dj_right .dj_li a p,
  .footer .foot_di,
  .mod_title ul li a,
  .dangjian .track ul li a {
    font-size: 14px;
  }
  .news .news_left a .news_text h4,
  .news .news_right .news_li a .news_text h4 strong,
  .dangjian .dangjian_left .dj_left .dj_text h4,
  .dangjian .dangjian_right .qikan_title span {
    font-size: 16px;
  }
  .dangjian .dangjian_right .qikan_title span {
    font-size: 18px;
    height: 3.5rem;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_36 {
    font-size: 18px;
  }
  .fz_34 {
    font-size: 18px;
  }
  .fz_32 {
    font-size: 18px;
  }
  .fz_30 {
    font-size: 18px;
  }
  .fz_28 {
    font-size: 16px;
  }
  .fz_26 {
    font-size: 16px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_22 {
    font-size: 16px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 14px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .fz_32 {
    font-size: 22px;
  }
  .fz_30 {
    font-size: 22px;
  }
  .fz_28 {
    font-size: 20px;
  }
  .fz_26 {
    font-size: 20px;
  }
  .fz_24 {
    font-size: 18px;
  }
  .fz_22 {
    font-size: 18px;
  }
  .fz_20 {
    font-size: 16px;
  }
  .fz_18 {
    font-size: 16px;
  }
  .fz_16 {
    font-size: 14px;
  }
  .fz_14 {
    font-size: 14px;
  }
  .fz_12 {
    font-size: 12px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: calc(100% - 11.875rem);
    width: calc(100% - 11.875rem) !important;
    padding: 0 15px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: calc(100% - 11.875rem);
    width: calc(100% - 11.875rem) !important;
    padding: 0 15px;
  }
}
