* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: "SourceHanSansCN-Normal";
}

@font-face {
  font-family: 'syhtB';
  src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
  font-family: 'syhtM';
  src: url(../font/SourceHanSansCN-Medium.ttf);
}

@font-face {
  font-family: 'syhtL';
  src: url(../font/SourceHanSansCN-Normal.ttf);
}


ul,
ol,
li {
  list-style: outside none none;
}

a {
  text-decoration: none;
  color: #333;
}

html,
body {
  width: 100%;
  font: 16px "syhtL";
  scroll-behavior: smooth;
  color: #333;
}

body::-webkit-scrollbar {
  display: none;
}

body.hidden {
  overflow: hidden;
}



.phone_img {
  display: none;
}


::selection {
  color: white;
  background: #002fa7;
}

::-moz-selection {
  color: white;
  background: #002fa7;
}

.wow {
  visibility: hidden;
}

ul li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
}

picture {
  display: block;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
select,
button,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: normal;
  resize: none;
}



.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.ac {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.js {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.f14 {
  font-size: .14rem;
}

.f16 {
  font-size: .18rem;
}

.f18 {
  font-size: .2rem;
}


.w1720 {
  padding: 0 0.9rem;
}

.w1820 {
  padding: 0 0.4rem;
}

.w1600 {
  padding: 0 1.5rem;
}

.p100 {
  padding-top: 1rem;
}

.p100_ {
  padding-bottom: 1rem;
}

.f46 {
  font-size: 0.46rem;
  line-height: 1;
  color: #000;
}

.f40 {
  font-size: 0.4rem;
  line-height: 1;
}

.f42 {
  font-size: 0.42rem;
  line-height: 1;
}

.f36 {
  font-size: 0.36rem;
  line-height: 1;
}

.f58 {
  font-size: 0.58rem;
  line-height: 1;
}

.f56 {
  font-size: 0.56rem;
  line-height: 1;
}

.f54 {
  font-size: 0.54rem;
  line-height: 1;
}

.f52 {
  font-size: 0.52rem;
  line-height: 1;
}

.f22 {
  font-size: 0.22rem;
  line-height: 1;
}

.f32 {
  font-size: 0.23rem;
  line-height: 1;
}

.f26 {
  font-size: 0.26rem;
  line-height: 1;
}

.f28 {
  font-size: 0.28rem;
  line-height: 1;
}

.f24 {
  font-size: 0.24rem;
  line-height: 1;
}


.pc_header {
  transition: 0.6s;
  width: 100%;
  z-index: 6;
  position: fixed;
  top: 0;
}

.pc_header .he_box .logo a img {
  height: 0.4rem;
}

.pc_header .he_box .logo a .hide {
  display: none;
}

.pc_header .he_box .column .nav .slide {
  margin-right: 0.3rem;

}

.pc_header .he_box .column .nav .slide:last-child {
  margin-right: 0;
}

.pc_header .he_box .column .nav .slide .item a {
  transition: 0.4s;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.22rem;
}

.pc_header .he_box .column .nav .slide .item a span {
  position: relative;
  padding: 0.08rem 0.12rem;
}

.pc_header .he_box .column .nav .slide .item a span::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.1rem;
  height: 0.06rem;
  background: #cc0011;
  clip-path: polygon(30% 0, 30% 66%, 100% 66%, 100% 100%, 0 100%, 0 0);
  -webkit-clip-path: polygon(30% 0, 30% 66%, 100% 66%, 100% 100%, 0 100%, 0 0);
}

.pc_header .he_box .column .nav .slide .item a span::after {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1rem;
  height: 0.06rem;
  background: #cc0011;
  clip-path: polygon(100% 0, 100% 100%, 80% 100%, 80% 33%, 0 33%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 80% 100%, 80% 33%, 0 33%, 0 0);
}

.pc_header .he_box .column .nav .slide.active .item a,
.pc_header .he_box .column .nav .slide:hover .item a {
  color: #fff;
}

.pc_header .he_box .column .nav .slide.active .item a span::before,
.pc_header .he_box .column .nav .slide:hover .item a span::before {
  opacity: 1;
}

.pc_header .he_box .column .nav .slide.active .item a span::after,
.pc_header .he_box .column .nav .slide:hover .item a span::after {
  opacity: 1;
}

.pc_header .he_box .column .nav .slide .down_list {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0%;
  background: #F8F8F8;
  width: 100%;
}

/* .pc_header .he_box .column .nav .slide .down_list::before {
  content: '';
  position: absolute;
  top: -.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.5);
} */

.pc_header .he_box .column .nav .slide .down_list .ul {
  display: grid;
  gap: .2rem;
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc_header .he_box .column .nav .slide .down_list .ul .li {
  text-align: center;
}

.pc_header .he_box .column .nav .slide .down_list .ul .li a {
  position: relative;
  color: #333;
  display: inline-block;
  padding: 0 0.3rem;
  font-size: 0.2rem;
}

.pc_header .he_box .column .nav .slide .down_list .ul .li a::before {
  transition: .4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: .02rem;
  background: #cc0011;
}

.pc_header .he_box .column .nav .slide .down_list .ul .li a:hover {
  color: #cc0011;
  font-weight: bold;
}

/* .pc_header .he_box .column .nav .slide .down_list .ul .li a:hover::before {
  width: 100%;
} */

.pc_header .he_box .column .menu_list {
  margin: 0 0 0 0.6rem;
}

.pc_header .he_box .column .menu_list .search {
  padding: 0 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
}

.pc_header .he_box .column .menu_list .search::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 1px;
  height: 30%;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pc_header .he_box .column .menu_list .search svg {
  transition: 0.4s;
  cursor: pointer;
}

.pc_header .he_box .column .menu_list .lang {
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  position: relative;
}

.pc_header .he_box .column .menu_list .lang::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 1px;
  height: 30%;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pc_header .he_box .column .menu_list .lang svg {
  transition: 0.4s;
}

.pc_header .he_box .column .menu_list .lang span {
  margin: 0 0 0 0.14rem;
  color: #fff;
}

.pc_header .he_box .column .menu_list .menu {
  padding: 0 0.3rem 0 0.6rem;
  display: flex;
  align-items: center;
  position: relative;
}

.pc_header .he_box .column .menu_list .menu::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 1px;
  height: 30%;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.pc_header .he_box .column .menu_list .menu .tog {
  cursor: pointer;
}

.pc_header .he_box .column .menu_list .menu .tog>div {
  width: 25px;
  position: relative;
  height: 22px;

}

.pc_header .he_box .column .menu_list .menu .tog>div img {
  transition: .4s;
}

.pc_header .he_box .column .menu_list .menu .tog.active div img {
  opacity: 0;
  transition: .33s;
}

.pc_header .he_box .column .menu_list .menu .tog.active div .img1 {
  opacity: 1;
}

.pc_header .he_box .column .menu_list .menu .tog.active div .img2 {
  animation: middle 1s steps(1) infinite;
}

.pc_header .he_box .column .menu_list .menu .tog.active div .img3 {
  animation: top 1s steps(1) infinite;
}

@keyframes top {
  0% {
    opacity: 0
  }

  30% {
    opacity: 1
  }

  70% {
    opacity: 0
  }
}

@keyframes middle {
  0% {
    opacity: 0
  }

  15% {
    opacity: 1
  }

  85% {
    opacity: 0
  }
}

.pc_header .he_box .column .menu_list .menu .tog>div .img2,
.pc_header .he_box .column .menu_list .menu .tog>div .img3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.pc_header .he_box .column .menu_list .menu .hide {
  display: none;
}

.pc_header .he_box .column .menu_list .menu svg {
  transition: 0.4s;
}

.pc_header .he_box .column .menu_list .menu span {
  margin: 0 0 0 0.14rem;
  color: #fff;
}

.pc_header .he_box .column .menu_list .menu.active .tog {
  display: none;
}

.pc_header .he_box .column .menu_list .menu.active .hide {
  display: flex;
}

.pc_header.active,
.pc_header.sticky {
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.pc_header.active .he_box .logo a img,
.pc_header.sticky .he_box .logo a img {
  display: none;
}

.pc_header.active .he_box .logo a .hide,
.pc_header.sticky .he_box .logo a .hide {
  display: block;
}





.pc_header.active .he_box .column .nav .slide .item a,
.pc_header.sticky .he_box .column .nav .slide .item a {
  color: #666;
}

.pc_header.active .he_box .column .nav .slide.active .item a,
.pc_header.sticky .he_box .column .nav .slide.active .item a,
.pc_header.active .he_box .column .nav .slide:hover .item a,
.pc_header.sticky .he_box .column .nav .slide:hover .item a {
  color: #000;
}

.pc_header.active .he_box .column .menu_list .search::before,
.pc_header.sticky .he_box .column .menu_list .search::before {
  height: 100%;
  background: #c5c5c5;
}

.pc_header.active .he_box .column .menu_list .search svg path,
.pc_header.sticky .he_box .column .menu_list .search svg path {
  fill: #000;
}

.pc_header.active .he_box .column .menu_list .lang::before,
.pc_header.sticky .he_box .column .menu_list .lang::before {
  height: 100%;
  background: #c5c5c5;
}

.pc_header.active .he_box .column .menu_list .lang svg path,
.pc_header.sticky .he_box .column .menu_list .lang svg path {
  fill: #000;
}

.pc_header.active .he_box .column .menu_list .lang span,
.pc_header.sticky .he_box .column .menu_list .lang span {
  color: #000;
}

.pc_header.active .he_box .column .menu_list .menu::before,
.pc_header.sticky .he_box .column .menu_list .menu::before {
  height: 100%;
  background: #c5c5c5;
}

.pc_header.active .he_box .column .menu_list .menu>div,
.pc_header.sticky .he_box .column .menu_list .menu>div {
  cursor: pointer;
}

.pc_header.active .he_box .column .menu_list .menu>div img,
.pc_header.sticky .he_box .column .menu_list .menu>div img {
  filter: brightness(0);
}

.pc_header.active .he_box .column .menu_list .menu svg path,
.pc_header.sticky .he_box .column .menu_list .menu svg path {
  fill: #000;
}

.pc_header.active .he_box .column .menu_list .menu svg g rect,
.pc_header.sticky .he_box .column .menu_list .menu svg g rect {
  fill: #000;
}

.pc_header.active .he_box .column .menu_list .menu span,
.pc_header.sticky .he_box .column .menu_list .menu span {
  color: #000;
}

.pc_header.sticky {
  position: sticky;
}



/* ::-webkit-scrollbar {
	width: 2px;
}
::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.7);
}

::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.3);
} */

.copyright {
  background: #cc0011;
}



.copyright .w1720 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.53rem;
  color: #fff;
  font-size: 0.18rem;
}

.copyright .w1720 a,
.copyright .w1720 p {
  color: #fff;
  opacity: 0.7;
}

footer {
  background: #f3f3f3;
  padding: 0.35rem 0;
}

.fTop {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.24rem;
  margin-bottom: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fLogo {
  width: 1.76rem;
}

.fMenu {
  display: flex;
  justify-content: space-between;
  align-items: top;
}

.fMenu dl dt {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.15rem;
}

.fMenu dl dd a {
  display: block;
  font-size: 0.18rem;
  color: #777;
  margin-bottom: 0.1rem;
  transition-duration: .5s;
}

.fMenu dl dd a:hover {
  color: #cc0011;
}

/* .fLx {
  width: 17.5%;
} */

.fLx li {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  margin-bottom: 0.3rem;
}

.fLx li img {
  width: 0.25rem;
  margin-right: 0.1rem;
}

.fLx li p {
  line-height: 1;
}

.fLx li span {
  display: block;
  color: #777;
  margin-bottom: 0.1rem;
}

.fLx dl {
  display: flex;
  text-align: center;
  font-size: 0.16rem;

}

.fLx dl dd {
  margin-left: 0.3rem;
}

.fLx dl dd img {
  display: block;
  width: 0.91rem;
  margin: 0 auto;
}

.zwzLis {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zwzLis p {
  font-size: 0.2rem;
  margin-right: 0.2rem;
  font-weight: bold;
  background: #cc0011;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0.05rem 0.2rem;
}

.subnav {
  border: 1px solid #d6d6d6;
  width: 2.6rem;
  height: 0.54rem;
  line-height: 0.54rem;
  padding-left: 0.25rem;
  color: #333;
  background: url(../images/yjt.png) no-repeat 96% center;
  background-size: 0.1rem 0.19rem;
  transition-duration: .5s;
}

.subnav:hover,
.subnav.ts {
  background: url(../images/yjt1.png) no-repeat 96% center #cc0011;
  color: #fff;
  background-size: 0.1rem 0.19rem;
}


.tttt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 46px;
  display: none;
  background: #f9f9fa;
  text-align: left;
  padding: 0 15px;
  transition-duration: .5s;
  z-index: 9999;
  -moz-box-shadow: 1px 1px 5px #a0a0a0;
  -webkit-box-shadow: 1px 1px 5px #a0a0a0;
  box-shadow: 1px 1px 5px #a0a0a0;
}

.tttt li {
  transition-duration: .5s;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
  margin-right: 6%;
  position: relative;
  width: 100%;
}



.tttt li a {
  color: #333;
  font-size: 14px;
  padding: 0;
}

.tttt li a:hover {
  color: #00b140
}


.pu_search {
  display: none;
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100%;
  height: var(--vh);
}

.pu_search .ch_box {
  width: 100%;
  height: 100%;
  background: #cc0011;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pu_search .ch_1 {
  padding: 0.22rem 0;
}

.pu_search .ch_1 .logo a img {
  height: 0.48rem;
}

.pu_search .ch_1 .close {
  cursor: pointer;
  transition: 0.8s;
}

.pu_search .ch_1 .close:hover {
  transform: rotate(180deg);
}

.pu_search .ch_2 form {
  width: 68%;
  margin: 0 auto;
}

.pu_search .ch_2 form .inp {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 0.24rem 0;
}

.pu_search .ch_2 form .inp>div {
  flex: 1;
}

.pu_search .ch_2 form .inp p {
  color: rgba(255, 255, 255, 0.3);
}

.pu_search .ch_2 form .inp input {
  padding: 0 0.22rem;
  flex: 1;
  border: none;
  background: none;
  color: #fff;
}

.pu_search .ch_2 form .inp input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.pu_search .ch_2 form .inp img {
  cursor: pointer;
  width: 0.33rem;
}

.pu_search .ch_2 .img {
  margin: 0.6rem 0 0;
  width: 100%;
}

.pu_search .ch_2 .img img {
  width: 100%;
}

.pu_select {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: #cc0011;
  padding: 0.8rem 0 0;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
  transition: clip-path 0.6s, -webkit-clip-path 0.6s;
}

.pu_select .ct_1 {
  margin: 1.3rem 0 0;
}



.pu_select .ct_1 .slide:last-child {
  margin-right: 0;
}

.pu_select .ct_1 .slide .one a {
  color: #fff;
}

.pu_select .ct_1 .slide .two {
  margin: 0.4rem 0 0;
  display: grid;
  gap: 0.2rem;
}

.pu_select .ct_1 .slide .two a {
  transition: 0.4s;
  color: #fff;
  opacity: 0.8;
}

.pu_select .ct_1 .slide .two a:hover {
  color: #fff;
  opacity: 1;
}

.pu_select .ct_2 {
  margin: 1.6rem 0 0.3rem;
}

.pu_select .ct_2 .le_box .item {
  margin-right: 1.6rem;
}

.pu_select .ct_2 .le_box .item:last-child {
  margin-right: 0;
}

.pu_select .ct_2 .le_box .item .svg {
  margin: 0 0.16rem 0 0;
}

.pu_select .ct_2 .le_box .item p {
  color: #fff;
}

.pu_select .ct_2 .le_box .item a {
  transition: 0.4s;
  color: #fff;
}

.pu_select .ct_2 .le_box .item a:hover {
  color: #fff;
}

.pu_select .ct_2 .ri_box img {
  width: 1.2rem;
}

.pu_select .ct_3 a {
  transition: 0.4s;
  color: #fff;
  margin-right: 0.12rem;
}

.pu_select .ct_3 a:last-child {
  margin-right: 0;
}

.pu_select .ct_3 a:hover {
  color: #fff;
}

.pu_select.active {
  -webkit-clip-path: ellipse(142% 142% at 100% 0);
  clip-path: ellipse(142% 142% at 100% 0);
  pointer-events: auto;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate_1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/*  手机端 */
.MobileMain {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.HeaderMobile {
  /* border-bottom: 1px solid #f5f5f5; */
  /* display: none; */
  /* -webkit-box-shadow: 0px 01px 0px 1px #f5f5f5;
	        box-shadow: 0px 01px 0px 1px #f5f5f5; */
}

.HeaderMobile .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 5vw;
}

.HeaderMobile .box .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderMobile .box .logo a {
  display: block;
}

.HeaderMobile .box .logo a img {
  height: 36px;
}

.HeaderMobile .box .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderMobile .box .button .search p svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.HeaderMobile .box .button .search .Close {
  display: none;
}

.HeaderMobile .box .button .search .active .Show {
  display: none;
}

.HeaderMobile .box .button .search .active .Close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.HeaderMobile .box .button .word {
  font-size: 14px;
  font-weight: bold;
}

.HeaderMobile .box .button .word a {
  color: #206231;
  text-decoration: none;
}

.HeaderMobile .box .button .word a svg {
  display: inline-block;
  vertical-align: sub;
  animation: CallUp 0.5s ease 0s infinite;
  -webkit-animation: CallUp 0.5s ease 0s infinite;
  -moz-animation: CallUp 0.5s ease 0s infinite;
  -o-animation: CallUp 0.5s ease 0s infinite;
}

.HeaderMobile .box .button .word a img {
  position: relative;
}

.HeaderMobile .box .button .call a {
  color: #000;
  font-size: 16px;
}

.HeaderMobile .box .button .search {
  margin-left: .3rem;
}

.HeaderMobile .box .button .menu {
  margin-left: .3rem;
}

.HeaderMobile .box .button .menu .menu_btn p {
  position: relative;
}

.HeaderMobile .box .button .menu .menu_btn p span {
  display: block;
  width: 30px;
  height: 2px;
  background: #cc0011;
  margin: 8px 0;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
  opacity: 0;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #cc0011;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background: #cc0011;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn.active p span {
  opacity: 0;
}

.HeaderMobile .box .button .menu .menu_btn.active p::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.HeaderMobile .box .button .menu .menu_btn.active p::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 下拉 */
.MobileNav {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100vh - 58px);
  height: calc(100vh - 58px);
  background: #fff;
  z-index: 3;
  display: none;
  overflow: auto;
}

.MobileNav .box {
  margin: 0 5vw;
  padding: 30px 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.MobileNav .box .box_scroll {
  overflow: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.MobileNav .box .box_scroll::-webkit-scrollbar {
  display: none;
}

.MobileNav .box .item>p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  /* pointer-events: none; */
}

.MobileNav .box .active p {
  pointer-events: auto;
}

.MobileNav .box .item>p a {
  display: block;
  font-size: 22px;
  line-height: 76px;
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.MobileNav .box .item>p span {
  width: 22px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item>p i {
  display: block;
  width: 22px;
  height: 1px;
  background: #999;
  position: relative;
}

.MobileNav .box .item>p i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileNav .box .item>p .active i::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.MobileNav .box .item ul {
  display: none;
  padding: 16px 20px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.MobileNav .box .item:last-child p {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.MobileNav .box .item ul li .second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .second>a {
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 54px;
  opacity: 0.8;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.MobileNav .box .item ul li .second span {
  width: 22px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .second span i {
  display: block;
  width: 22px;
  height: 1px;
  background: #999;
  position: relative;
}

.MobileNav .box .item ul li .second span i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileNav .box .item ul li .second span.active i::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.MobileNav .box .item ul li .tertiary {
  display: none;
  padding: 10px 0 10px 20px;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc a {
  line-height: 50px;
  font-size: 18px;
  color: #000;
  opacity: .8;
  flex: 1;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc span i {
  display: block;
  width: 20px;
  height: 1px;
  background: #999;
  position: relative;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc span i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileNav .box .item ul li .tertiary .quaternary .quat_desc span.active i::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive {
  display: none;
  padding: 0 0 0 20px;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive a {
  line-height: 42px;
  font-size: 16px;
  color: #000;
  opacity: .8;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc a {
  line-height: 46px;
  font-size: 16px;
  color: #000;
  opacity: .8;
  flex: 1;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc span i {
  display: block;
  width: 20px;
  height: 1px;
  background: #999;
  position: relative;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc span i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc span.active i::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelsix {
  display: none;
  padding: 0 0 0 20px;
}

.MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelsix a {
  line-height: 42px;
  font-size: 16px;
  color: #000;
  opacity: .8;
  flex: 1;
}

@media screen and (max-width:1200px) {
  .MobileMain {
    display: block;
  }

  .pc_img {
    display: none;
  }

  .phone_img {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .MobileNav .box .item ul li .tertiary .quaternary .quat_desc a {
    font-size: 16px;
    line-height: 36px;
  }

  .MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc a,
  .MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelsix a,
  .MobileNav .box .item ul li .tertiary .quaternary .levelfive a {
    font-size: 14px;
    line-height: 30px;
  }

  .HeaderMobile .box .logo a img {
    height: 30px;
  }

  .MobileNav .box .item>p a {
    font-size: 16px;
    line-height: 50px;
  }

  .MobileNav .box .item ul li .second>a {
    font-size: 16px;
    line-height: 36px;
  }

  .MobileNav .box .item>p span,
  .MobileNav .box .item ul li .second span {
    width: 15px;
    height: 50px;
  }

  .MobileNav .box .item ul li .tertiary .quaternary .quat_desc span,
  .MobileNav .box .item ul li .tertiary .quaternary .levelfive .levelfive_desc span {
    width: 15px;
    height: 36px;
  }

  .MobileNav .box .item ul li .second span {
    height: 36px;
  }

  .MobileNav .box .item ul li .tertiary a {
    line-height: 36px;
    font-size: 15px;
  }

  .MobileNav .box .item>p font {
    display: inline-block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
    right: -2px;
  }

  .MobileNav .box .item ul {
    padding: 10px 16px;
  }

  .MobileNav .box .item ul li .tertiary {
    padding: 10px 0 10px 14px;
  }
}





.MobileNav .box .Lanuage {
  margin-top: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.MobileNav .box .Lanuage a {
  transition: 0.4s;
  padding: 10px 30px;
  border-radius: 20px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
}

.MobileNav .box .Lanuage a.active {
  background: #333;
  color: #fff;
}

@media (max-width: 1500px) {
  .f20 {
    font-size: 0.24rem;
  }

  .f18 {
    font-size: 0.2rem;
  }

  .f16 {
    font-size: 0.2rem;
  }

  .f14 {
    font-size: 0.16rem;
  }

  .f46 {
    font-size: 0.42rem;
  }

  .f54 {
    font-size: 0.5rem;
  }

  .f58 {
    font-size: 0.54rem;
  }

  .pc_header .he_box .column .menu_list .search {
    padding: 0 0.4rem;
  }

  .pc_header .he_box .column .menu_list .lang {
    padding: 0 0.3rem;
  }

  .pc_header .he_box .column .menu_list .menu {
    padding: 0 0.2rem 0 0.4rem;
  }

  .pc_header .he_box .column .nav .slide {
    margin-right: 0.26rem;
  }

}

@media (max-width: 1400px) {

  .f36 {
    font-size: 0.32rem;
  }

  .pu_select .ct_1 {
    margin: 1rem 0 0;
  }

  .pu_select .ct_2 {
    margin: 1.3rem 0 0.3rem;
  }
}

@media (max-width: 1300px) {
  .pc_header .he_box .column .nav .slide .item a {
    font-size: 0.22rem;
  }

  .f54 {
    font-size: 0.46rem;
  }


  .f46 {
    font-size: 0.32rem;
  }

  .f58 {
    font-size: 0.4rem;
  }


  .pu_select .ct_2 {
    margin: 1rem 0 0.3rem;
  }

  .pu_select .ct_1 {
    margin: 0.8rem 0 0;
  }

}

@media (max-width: 1200px) {

  .w1720,
  .w1820 {
    padding: 0 5vw;
  }

  .pc_header,
  .pu_select {
    display: none;
  }

  .HeaderMobile .box .button .lang a span {
    margin: 0 0 0 0.1rem;
  }

  .pu_search .ch_2 .img {
    display: none;
  }

  .pu_search .ch_box .ch_2 {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .pu_search .ch_2 form {
    width: 100%;
  }
}

@media (max-width: 750px) {

  .pu_search .ch_2 form .inp input,
  .pu_search .ch_2 form .inp p {
    font-size: .24rem;
  }

  .w1600,
  .w1720,
  .w1820 {
    padding: 0 20px;
  }

  .copyright .w1720 {
    display: block;
    height: auto;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
  }

  .fMenu:after {
    content: '';
    clear: both;
    display: block;
  }

  .fMenu {
    display: block;
  }

  .fMenu dl {
    width: 25%;
    float: left;
  }

  .fLx {
    clear: both;
    width: 100%;
    margin-top: 20px;
  }

  .fMenu dl dt {
    font-size: 16px;
  }

  .fMenu dl dd a,
  .fLx li {
    font-size: 14px;
  }

  .fMenu dl dd {
    display: none
  }

}