@charset "utf-8";
/* CSS Document */
.wrap_c {
  margin: 0px 2.2rem;
}

.wrap_c1 {
  margin: 0px 0.8rem;
}

.wrap_c2 {
  margin: 0px 4rem;
}

.topfr.top_n .fr a.a1 {
  background: url("../images/t_09.png") 50% no-repeat;
  background-size: 100%;
}

.topfr.top_n .fr a.a2 {
  background: url("../images/t_10.png") 50% no-repeat;
  background-size: 100%;
}

.topfr.top_n .fr {
  display: flex;
  align-items: center;
}
.topfr.top_n .fr a.a2 {
  display: none;
}
.topfr.top_n .fr .n_menu {
  display: flex;
  margin-right: 0.4rem;
}
.topfr.top_n .fr .n_menu li {
  margin-right: 0.65rem;
  position: relative;
}
.topfr.top_n .fr .n_menu li a {
  color: #444;
  line-height: 0.31rem;
}
.topfr.top_n .fr .n_menu li.on::before {
  width: 100%;
  height: 0.03rem;
  background: #d45214;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  content: "";
}

.top_on {
  width: 100%;
  background: #fff;
  border-radius: 0px;
  -moz-box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  box-shadow: 0.1rem 0px 0.3rem rgba(0, 0, 0, 0.24);
  padding: 0.3rem 0;
  top: 0;
}

.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nbanner .banner_img img {
  width: 100%;
}

.banner_txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
}

.banner_txt::before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../images/w/banner-shadow.png) center no-repeat;
  background-size: cover;
}

.banner_txt h2 {
  width: 100%;
  position: relative;
  z-index: 3;
  color: #333;
  display: flex;
  align-items: center;
}

.banner_txt h2 b.white {
  color: #fff;
}

.banner_txt h2 span {
  text-transform: uppercase;
  color: #d45214;
  margin-left: 0.2rem;
}

.breadthumb {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
}
.breadthumb a {
  color: #fff;
}
.breadthumb i {
  padding: 0 0.1rem;
}
.breadthumb i img {
  height: 1px;
  width: auto;
}
.breadthumb em {
  margin-right: 0.1rem;
  padding: 0;
  line-height: 1;
}
.breadthumb em img {
  width: 0.21rem;
  height: auto;
  position: relative;
  top: -0.03rem;
}

.submenu1 {
  width: 100%;
  position: relative;
  border-bottom: solid #d9d9d9 1px;
  height: 0.9rem;
  padding-top: 0.3rem;
}

.submenu1 ul {
  display: flex;
  justify-content: space-around;
  line-height: 0.9rem;
}

.submenu1 ul li {
  text-align: center;
  position: relative;
}

.submenu1 ul li a {
  color: #000; /* font-weight: bold; */
}

.submenu1 ul li.on a {
  color: #d45214;
}

.submenu1 ul li.on a::before {
  width: 100%;
  height: 0.04rem;
  background: #d45214;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

.submenu2 ul li a {
  color: #888;
}

.submenu2 ul li.on a {
  color: #000;
}

.submenu1 ul li.on a::before {
  width: 1.08rem;
  height: 0.03rem;
  left: calc(50% - 0.54rem);
}

.h2tit1 {
  line-height: 1;
  font-weight: bold;
  color: #333;
}

b.line1 {
  width: 0.45rem;
  height: 0.04rem;
  display: block;
  margin-top: 0.25rem;
  background: #d45214;
}

b.line2 {
  width: 0.4rem;
  height: 0.02rem;
  display: block;
  margin-top: 0.25rem;
  background: #d45214;
}

b.line3 {
  width: 0.3rem;
  height: 0.02rem;
  display: block;
  margin-top: 0.25rem;
  background: #d45214;
}

i.line4 {
  width: 0.45rem;
  height: 0.02rem;
  display: block;
  background: #d45214;
}

b.line5 {
  width: 0.9rem;
  height: 0.04rem;
  display: block;
  margin-top: 0.25rem;
  background: #d45214;
}

.citylist1 {
  padding-top: 0.3rem;
}
.citylist1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.citylist1 ul li {
  box-sizing: border-box;
  width: 46.5%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0.6rem;
}
.citylist1 ul li a {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.citylist1 ul li i {
  position: relative;
  display: block;
}
.citylist1 ul li i::after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: all 0.3s linear;
}
.citylist1 ul li i img {
  width: 100%;
  display: block;
}
.citylist1 ul li i em {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  color: #fff;
  flex-direction: column;
  font-style: normal;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s linear;
}
.citylist1 ul li i em img {
  width: 0.62rem;
  margin-bottom: 0.1rem;
}
.citylist1 ul li span {
  margin-top: 0.5rem;
  color: #333;
  display: block;
}
.citylist1 ul li::before {
  position: absolute;
  left: -0.4rem;
  top: -0.4rem;
  background: #fff;
  padding: 0.4rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.45rem rgba(0, 0, 0, 0.18);
  content: "";
  opacity: 0;
  transition: all 0.3s linear;
}
.citylist1 ul li:hover i em {
  opacity: 1;
}
.citylist1 ul li:hover i::after {
  opacity: 1;
}
.citylist1 ul li:hover::before {
  opacity: 1;
}

a.unload {
  display: block;
  margin: 1rem 0 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
a.unload span {
  display: block;
  margin-bottom: 0.1rem;
}

.p_bg2 {
  position: relative;
  display: flex;
}
.p_bg2 b.b1 {
  background: url(../images/w/city_bg1.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0.5;
}
.p_bg2 .fl {
  width: 41%;
  position: relative;
  z-index: 3;
}
.p_bg2 .fl .citybox1 {
  margin-left: 2.2rem;
  width: calc(100% - 3.1rem);
  padding-top: 0.8rem;
}
.p_bg2 .fl .citybox1 ul {
  margin-top: 0.6rem;
}
.p_bg2 .fl .citybox1 ul li {
  line-height: 1.5;
  margin-top: 0.1rem;
  color: #666;
}
.p_bg2 .fl .citybox1 ul li b {
  color: #333;
}
.p_bg2 .fl .citybox1 .con1 {
  margin-top: 0.5rem;
  max-height: 3.15rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.p_bg2 .fl .citybox1 .con1 h4 {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.p_bg2 .fl .citybox1 .con1 p {
  color: #666;
  line-height: 1.52;
}
.p_bg2 .fr {
  width: 59%;
  position: relative;
  z-index: 3;
}
.p_bg2 .fr .city_swiper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p_bg2 .fr .city_swiper1 img {
  display: block;
  width: 100%;
}
.p_bg2 .fr .city_p1 {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.p_bg2 .fr .city_p1 .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/w/page_b.png) center no-repeat;
  background-size: 100%;
  opacity: 1;
}
.p_bg2 .fr .city_p1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/w/page_a.png) center no-repeat;
  background-size: 100%;
}

.p_bg3 {
  padding: 1.1rem 0 1.6rem;
}
.p_bg3 .tit1 {
  border-bottom: solid #d9d9d9 1px;
}
.p_bg3 .c_img {
  padding-top: 0.5rem;
}
.p_bg3 .c_img img {
  width: 100%;
}
.p_bg3 .con2 {
  display: flex;
  margin-top: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.p_bg3 .con2 .fl {
  width: 49%;
  margin-top: 0.25rem;
}
.p_bg3 .con2 .fl span {
  display: block;
  margin-top: 0.3rem;
  color: #666;
}
.p_bg3 .con2 .fr {
  width: 51%;
}
.p_bg3 .con2 .fr p {
  line-height: 1.52;
  color: #666;
  margin-top: 0.25rem;
}

.p_bg4 {
  padding-bottom: 1.2rem;
}

.clist2 {
  padding-top: 0.3rem;
}
.clist2 ul {
  display: flex;
  flex-wrap: wrap;
}
.clist2 ul li {
  box-sizing: border-box;
  width: 32%;
  position: relative;
  margin-top: 0.4rem;
  margin-right: 2%;
  border-radius: 0.2rem;
  border: solid #d5d5d5 1px;
  box-shadow: 0.12rem 0.1rem 0.3rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.clist2 ul li i {
  position: relative;
  display: block;
}
.clist2 ul li i img {
  width: 100%;
  display: block;
}
.clist2 ul li .c_intro {
  width: 100%;
  padding: 0.6rem 0.3rem 0.7rem 0.5rem;
  box-sizing: border-box;
}
.clist2 ul li .c_intro h4 {
  color: #333;
  line-height: 1;
}
.clist2 ul li .c_intro .con3 {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}
.clist2 ul li .c_intro .con3 .fl {
  width: 70%;
}
.clist2 ul li .c_intro .con3 .fl p {
  color: #333;
  line-height: 1.8;
  display: flex;
}
.clist2 ul li .c_intro .con3 .fl p span {
  white-space: nowrap;
}
.clist2 ul li .c_intro .con3 .fr {
  width: 26%;
}
.clist2 ul li .c_intro .con3 .fr img {
  width: 100%;
}
.clist2 ul li:nth-child(3n) {
  margin-right: 0;
}
.clist2 ul li:hover i em {
  opacity: 1;
}
.clist2 ul li:hover i::after {
  opacity: 1;
}
.clist2 ul li:hover::before {
  opacity: 1;
}

.p_bg5 {
  padding-top: 0.6rem;
}
.p_bg5 .pcon1 {
  line-height: 2.8;
  color: #333;
}

.prosw1 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}
.prosw1 .swiper-wrapper { /* align-items:flex-end; */ }
.prosw1 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 0.1rem 0.2rem 0.3rem;
  box-sizing: border-box;
  height: auto;
}
.prosw1 .swiper-slide span {
  margin-top: 0.2rem;
}
.prosw1 .swiper-slide i img {
  max-width: 100%;
  max-height: 100%;
}
.prosw1 .swiper-slide-thumb-active {
  background: #fbede7;
  border: solid #d45214 2px;
  border-radius: 0.1rem;
}

.probox2 {
  width: calc(100% + 1.5rem);
  margin-top: 1.2rem;
  padding-bottom: 1.3rem;
  left: -0.8rem;
  position: relative;
}
.probox2 b.b1 {
  width: 100%;
}
.probox2 b.b1 img {
  width: 100%;
  opacity: 0;
}
.probox2 .prosw2 {
  width: calc(100% - 1.5rem);
  overflow: hidden;
  position: absolute;
  left: 0.8rem;
  top: 0.6rem;
  z-index: 3;
}
.probox2 .prosw2 .con4 {
  display: flex;
  justify-content: space-between;
}
.probox2 .prosw2 .con4 .fl {
  width: 63%;
}
.probox2 .prosw2 .con4 .fl .p_imgsw {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.probox2 .prosw2 .con4 .fl .p_imgsw img {
  width: 100%;
}
.probox2 .prosw2 .con4 .fl .p_imgsw .pimg_p {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.3rem;
}
.probox2 .prosw2 .con4 .fl .p_imgsw .pimg_p .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/w/page_b1.png) center no-repeat;
  background-size: 100%;
  opacity: 1;
}
.probox2 .prosw2 .con4 .fl .p_imgsw .pimg_p .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.17rem;
  height: 0.17rem;
  background: url(../images/w/page_a1.png) center no-repeat;
  background-size: 100%;
}
.probox2 .prosw2 .con4 .fr {
  width: calc(37% - 1.1rem);
}
.probox2 .prosw2 .con4 .fr h4 {
  margin-top: 0.8rem;
  color: #333;
}
.probox2 .prosw2 .con4 .fr p {
  color: #333;
  line-height: 1.9;
  margin-top: 0.4rem;
  max-height: 4.2rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.probox2 .pro-prev2, .probox2 .pro-next2 {
  width: 0.44rem;
  height: 0.44rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  z-index: 6;
}
.probox2 .pro-prev2 img, .probox2 .pro-next2 img {
  display: block;
  width: 100%;
}
.probox2 .pro-prev2 img:nth-child(2), .probox2 .pro-next2 img:nth-child(2) {
  display: none;
}
.probox2 .pro-prev2 {
  left: 0;
}
.probox2 .pro-next2 {
  right: 0;
}
.probox2 .pro-prev2:hover img:nth-child(1), .probox2 .pro-next2:hover img:nth-child(1) {
  display: none;
}
.probox2 .pro-prev2:hover img:nth-child(2), .probox2 .pro-next2:hover img:nth-child(2) {
  display: block;
}

/*about*/
.a_box1 {
  width: 100%;
  padding-top: 1rem;
}
.a_box1 .wrap_c {
  display: flex;
  justify-content: space-between;
}
.a_box1 .wrap_c .fl {
  width: 35%;
}
.a_box1 .wrap_c .fl h2 {
  margin-top: 0.3rem;
}
.a_box1 .wrap_c .fl .acon1 {
  margin-top: 0.6rem;
}
.a_box1 .wrap_c .fl .acon1 p {
  line-height: 2;
  color: #666;
}
.a_box1 .wrap_c .fr {
  width: 48%;
}
.a_box1 .wrap_c .fr img {
  width: 100%;
  display: block;
}

.p_bg7 {
  background: #f7f7f7;
  padding: 0.8rem 0;
  width: 100%;
  margin-top: 1rem;
}
.p_bg7 ul {
  display: flex;
  justify-content: space-between;
}
.p_bg7 ul li {
  padding: 0 0.2rem;
}
.p_bg7 ul li i img {
  max-width: 100%;
  max-height: 100%;
}
.p_bg7 ul li div {
  color: #d45214;
  margin-top: 0.7rem;
  line-height: 1;
}
.p_bg7 ul li > span {
  color: #333;
  display: block;
  margin-top: 0.2rem;
}

.p_bg8 {
  width: 100%;
  padding-top: 1rem;
}
.p_bg8 .h2tit1 {
  text-align: center;
}
.p_bg8 .bgimg1 {
  width: 100%;
  margin-top: 1rem;
}
.p_bg8 .bgimg1 img {
  width: 100%;
  display: block;
}
.p_bg8 .acon2 {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 0.75rem 0.8rem;
  box-shadow: 0 0 0.45rem rgba(0, 0, 0, 0.18);
  top: -1.3rem;
  box-sizing: border-box;
}
.p_bg8 .acon2 p {
  line-height: 2.5;
}

.p_bg9 {
  width: 100%;
  padding-bottom: 1rem;
}
.p_bg9 .wrap_c {
  display: flex;
  justify-content: space-between;
}
.p_bg9 .wrap_c .fr {
  width: 42%;
}
.p_bg9 .wrap_c .fr h3 {
  margin-top: 0.5rem;
  line-height: 1;
  color: #333;
}
.p_bg9 .wrap_c .fr .acon1 {
  margin-top: 0.5rem;
}
.p_bg9 .wrap_c .fr .acon1 p {
  line-height: 2;
  color: #666;
}
.p_bg9 .wrap_c .fl {
  width: 48%;
}
.p_bg9 .wrap_c .fl img {
  width: 100%;
  display: block;
}

.a_box2 {
  background: url(../images/w/a_bg2.jpg) center no-repeat;
  background-size: cover;
  padding: 1.2rem 0 0.8rem;
  text-align: center;
}
.a_box2 b.line1 {
  margin: 0.3rem auto;
}
.a_box2 h3 {
  color: #333;
  margin-top: 0.5rem;
}
.a_box2 ul {
  display: flex;
  margin-top: 1.1rem;
  justify-content: space-between;
}
.a_box2 ul li {
  padding: 0 0.2rem;
}
.a_box2 ul li h4 {
  color: #333;
  margin-top: 0.35rem;
}
.a_box2 ul li i {
  height: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a_box2 ul li i img {
  max-width: 0.98rem;
  max-height: 0.86rem;
}
.a_box2 ul li > span {
  color: #333;
  display: block;
  margin-top: 0.2rem;
  line-height: 2;
}

.a_box3 dl {
  width: 100%;
  display: flex;
  border-bottom: solid #d6d6d6 1px;
  padding: 0.88rem 0 0.8rem;
}
.a_box3 dl dt {
  width: 46%;
}
.a_box3 dl dt h3 {
  color: #666;
}
.a_box3 dl dd {
  width: 54%;
}
.a_box3 dl dd b {
  font-weight: normal;
  color: #d45214;
}
.a_box3 dl.on dt h3 {
  color: #333;
}

.h2tit2 {
  color: #d45214;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.a_box4 {
  padding-top: 0.8rem;
}
.a_box4 h3 {
  margin-top: 0.2rem;
  color: #333;
  text-align: center;
  line-height: 1;
}
.a_box4 ul {
  margin-top: 1.2rem;
}
.a_box4 ul li {
  display: flex;
  align-items: center;
}
.a_box4 ul li .aimg4 {
  width: 50%;
  box-sizing: border-box;
  border: solid #cacaca 1px;
}
.a_box4 ul li .aimg4 img {
  display: block;
  width: 100%;
}
.a_box4 ul li .aintro4 {
  width: calc(50% - 1.2rem);
  margin-left: 1.2rem;
}
.a_box4 ul li .aintro4 b.line1 {
  margin-top: 0.4rem;
}
.a_box4 ul li .aintro4 .acon4 {
  padding-top: 0.5rem;
}
.a_box4 ul li .aintro4 .acon4 p {
  padding-top: 0.1rem;
}
.a_box4 ul li:nth-child(2) .aimg4 {
  order: 1;
}

.a_box5 {
  padding-top: 0.9rem;
  width: 100%;
  overflow: hidden;
}
.a_box5 .acon5 {
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.a_box5 .acon5 .fl {
  width: 38%;
  border: solid #cacaca 1px;
}
.a_box5 .acon5 .fl .awards_swiper1 {
  width: 100%;
  overflow: hidden;
}
.a_box5 .acon5 .fl .awards_swiper1 img {
  display: block;
  width: 100%;
}
.a_box5 .acon5 .fr {
  width: 57%;
}
.a_box5 .acon5 .fr ul li {
  padding: 0.2rem 0.7rem;
  position: relative;
}
.a_box5 .acon5 .fr ul li a {
  color: #333;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.a_box5 .acon5 .fr ul li.on::before {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #d45214;
  content: "";
}
.a_box5 .acon5 .fr ul li.on a {
  color: #fff;
}
.a_box5 .acon5 .fr h4 {
  padding: 1rem 0.7rem 0.1rem;
}

.a_box6 {
  padding: 0.9rem 0 1.5rem;
  width: 100%;
  overflow: hidden;
}
.a_box6 .acon6 {
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.a_box6 .acon6 .fr {
  width: 38%;
  border: solid #cacaca 1px;
}
.a_box6 .acon6 .fr .awards_swiper2 {
  width: 100%;
  overflow: hidden;
}
.a_box6 .acon6 .fr .awards_swiper2 img {
  display: block;
  width: 100%;
}
.a_box6 .acon6 .fl {
  width: 53%;
}
.a_box6 .acon6 .fl ul li {
  padding: 0.2rem 0.7rem;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: right;
}
.a_box6 .acon6 .fl ul li a {
  color: #333;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.a_box6 .acon6 .fl ul li.on::before {
  position: absolute;
  left: -2rem;
  top: 0;
  width: calc(100% + 2rem);
  height: 100%;
  background: #d45214;
  content: "";
}
.a_box6 .acon6 .fl ul li.on a {
  color: #fff;
}
.a_box6 .acon6 .fl h4 {
  padding: 1rem 0.7rem 0.1rem;
}

.a_box7 {
  padding: 1rem 0 2rem;
  text-align: center;
}
.a_box7 b.line1 {
  margin: 0.3rem auto;
}
.a_box7 .gimg {
  width: 100%;
  margin-top: 1rem;
}
.a_box7 .gimg img {
  display: block;
  width: 100%;
}

.e_box1 {
  padding: 0.5rem 0 1.8rem;
}
.e_box1 ul {
  position: relative;
}
.e_box1 ul::before {
  width: 0.02rem;
  height: 100%;
  background: #e9a889;
  content: "";
  position: absolute;
  left: calc(50% - 0.01rem);
  top: 0;
}
.e_box1 ul li {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  align-items: flex-start;
}
.e_box1 ul li h4 {
  position: relative;
  color: #d45214;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1;
  margin: 0;
  width: 15%;
  background: #fff;
}
.e_box1 ul li h4 b {
  margin-top: 0.1rem;
}
.e_box1 ul li h4::before {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d45214;
  position: absolute;
  left: calc(50% - 0.04rem);
  top: 0;
  content: "";
}
.e_box1 ul li h4::after {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #d45214;
  position: absolute;
  left: calc(50% - 0.04rem);
  bottom: 0;
  content: "";
}
.e_box1 ul li .eintro {
  width: 40%;
}
.e_box1 ul li .eintro p {
  color: #333;
  margin-top: 0.18rem;
  text-align: right;
}
.e_box1 ul li .eimg {
  width: 40%;
}
.e_box1 ul li .eimg img {
  width: 3.4rem;
  border-radius: 0.2rem;
  display: block;
}
.e_box1 ul li:nth-child(2n) .eintro {
  order: 1;
}
.e_box1 ul li:nth-child(2n) .eintro p {
  text-align: left;
}
.e_box1 ul li:nth-child(2n) .eimg {
  order: -1;
}
.e_box1 ul li:nth-child(2n) .eimg img {
  margin-left: auto;
}
.e_box1 ul li:nth-child(2n) h4 {
  order: 0;
}
.e_box1 ul li:first-child h4 {
  padding-top: 0;
}
.e_box1 ul li:first-child h4::before {
  display: none;
}
.e_box1 ul li:first-child .eintro p {
  margin-top: 0.7rem;
}
.e_box1 ul li:last-child {
  align-items: stretch;
  /* .eintro{
    p{margin-top: .5rem;}
  } */
}
.e_box1 ul li:last-child h4 {
  justify-content: flex-start;
}
.e_box1 ul li:last-child h4::after {
  display: none;
}

/**/
.f_box1 {
  padding-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.f_box1 .fl {
  width: 50%;
}
.f_box1 .fl img {
  width: 100%;
  display: block;
}
.f_box1 .fr {
  width: 50%;
  padding-right: 2.2rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.f_box1 .fr::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #f8f8f8;
  width: 100%;
  height: 40%;
}
.f_box1 .fr .fcon1 {
  position: relative;
  z-index: 3;
  padding: 0 0 0.5rem 0.9rem;
}
.f_box1 .fr .fcon1 i {
  display: block;
}
.f_box1 .fr .fcon1 i img {
  width: 0.65rem;
  display: block;
}
.f_box1 .fr .fcon1 i.right {
  margin-top: 0.2rem;
}
.f_box1 .fr .fcon1 i.right img {
  margin-left: auto;
}
.f_box1 .fr .fcon1 h4 {
  margin-top: 0.4rem;
  line-height: 1.3;
}
.f_box1 .fr .fcon1 p {
  color: #666;
  margin-top: 1.3rem;
  line-height: 1.5;
}

.f_box2 {
  padding-top: 1rem;
}
.f_box2 .h2tit1 {
  text-align: center;
}
.f_box2 .fcon2 {
  background: #f7f7f7;
  padding: 1rem 0;
  width: 100%;
  margin-top: 1rem;
}
.f_box2 .fcon2 ul {
  display: flex;
  justify-content: space-between;
}
.f_box2 .fcon2 ul li {
  padding: 0 0.2rem;
}
.f_box2 .fcon2 ul li i img {
  max-width: 100%;
  max-height: 100%;
}
.f_box2 .fcon2 ul li div {
  color: #d45214;
  line-height: 1;
}
.f_box2 .fcon2 ul li div span {
  margin-left: 0.1rem;
}
.f_box2 .fcon2 ul li div span.font40 {
  font-weight: bold;
}
.f_box2 .fcon2 ul li > span {
  color: #333;
  display: block;
  margin-top: 0.2rem;
}
.f_box2 ul.u_plan {
  display: flex;
  justify-content: space-between;
  padding-top: 0.9rem;
}
.f_box2 ul.u_plan li {
  flex: 1;
  padding: 0 0.1rem;
  text-align: center;
  border-right: solid #d1d1d1 1px;
}
.f_box2 ul.u_plan li i {
  display: block;
}
.f_box2 ul.u_plan li i img {
  width: 0.9rem;
  display: block;
  margin: 0 auto;
}
.f_box2 ul.u_plan li div {
  color: #333;
  margin-top: 0.4rem;
  line-height: 1;
}
.f_box2 ul.u_plan li div span {
  margin-left: 0.1rem;
}
.f_box2 ul.u_plan li div span.font40 {
  font-weight: bold;
}
.f_box2 ul.u_plan li > span {
  color: #333;
  display: block;
  margin-top: 0.1rem;
}
.f_box2 ul.u_plan li:last-child {
  border-right: none;
}

.f_box3 {
  padding-top: 1.1rem;
  display: none;
}
.f_box3 .wrap_c {
  display: flex;
  align-items: center;
}
.f_box3 .wrap_c .fl {
  width: 32%;
}
.f_box3 .wrap_c .fl h5 {
  color: #d45214;
  line-height: 1;
}
.f_box3 .wrap_c .fl .fitem1 {
  margin-top: 0.35rem;
}
.f_box3 .wrap_c .fl .fitem1 p {
  margin-top: 0.05rem;
}
.f_box3 .wrap_c .fr {
  width: 68%;
  position: relative;
}
.f_box3 .wrap_c .fr img {
  width: 100%;
  display: block;
}

.f_box4 {
  background: url(../images/w/f_bg5.jpg) center no-repeat;
  background-size: cover;
  margin-top: 0.6rem;
  padding: 1.2rem 0 1.7rem;
}
.f_box4 h2 {
  padding-bottom: 0.4rem;
}
.f_box4 .fcon4 p {
  margin-top: 0.3rem;
}

.f_box5 {
  padding-top: 1rem;
}
.f_box5 .fcon5 {
  display: flex;
  justify-content: space-between;
}
.f_box5 .fcon5 h2 {
  width: 35%;
  margin-top: 0.1rem;
}
.f_box5 .fcon5 p {
  width: 58%;
  line-height: 2.4;
}
.f_box5 .fimg5 {
  width: 100%;
  margin-top: 0.9rem;
}
.f_box5 .fimg5 img {
  display: block;
  width: 100%;
}

.f_box6 {
  padding: 1.5rem 0 1.1rem;
  margin-top: 1.2rem;
  background: url(../images/w/f_bg6.jpg) center no-repeat;
  background-size: cover;
}
.f_box6 .fcon6 {
  color: #333;
  padding: 0.7rem 1.3rem 0.8rem;
  background: #fff;
  text-align: center;
}
.f_box6 .fcon6 p {
  line-height: 2.4;
  margin-top: 0.4rem;
}

.f_box7 {
  padding: 1.2rem 0 1rem;
  text-align: center;
}
.f_box7 .h2tit1 span {
  display: block;
  margin-top: 0.25rem;
  color: #666;
}
.f_box7 ul {
  display: flex;
  margin-top: 0.7rem;
  justify-content: space-between;
}
.f_box7 ul li {
  display: flex;
  flex-direction: column;
  width: 22.5%;
}
.f_box7 ul li i img {
  width: 100%;
  display: block;
}
.f_box7 ul li span {
  display: block;
  margin-top: 0.3rem;
}

.f_box8 {
  padding: 2.2rem 0 1.9rem;
  background: url(../images/w/f_bg7.jpg) top center no-repeat;
  background-size: cover;
}
.f_box8 h2 {
  margin-bottom: 0.4rem;
}
.f_box8 .fcon8 {
  color: #333;
  text-align: center;
}
.f_box8 .fcon8 p {
  line-height: 2.4;
}

.f_box10 {
  padding-top: 0.85rem;
}
.f_box10 ul {
  display: flex;
  justify-content: space-between;
}
.f_box10 ul li {
  width: 24%;
  text-align: center;
  position: relative;
}
.f_box10 ul li::before {
  position: absolute;
  width: 0;
  height: 0.04rem;
  content: "";
  left: 0;
  bottom: 0;
  background: #d45214;
  z-index: 2;
  transition: all 0.3s linear;
}
.f_box10 ul li em img {
  width: 100%;
}
.f_box10 ul li em::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.f_box10 ul li div {
  color: #d45214;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f_box10 ul li div span i {
  margin-left: 0.1rem;
  font-style: normal;
}
.f_box10 ul li div i.line4 {
  margin: 0.3rem auto;
  height: 0.024rem;
}
.f_box10 ul li h5 {
  color: #d45214;
  display: block;
}
.f_box10 ul li:hover::before {
  width: 100%;
}

.f_box11 {
  padding: 1rem 0 0;
}
.f_box11 .h2tit1 {
  margin-bottom: 0.9rem;
  text-align: center;
}
.f_box11 .fcon11 {
  width: 100%;
  position: relative;
  padding: 1.2rem 0 3rem;
  margin-top: 0.6rem;
}
.f_box11 .fcon11 b.b1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.f_box11 .fcon11 b.b1 img {
  display: none;
}
.f_box11 .fcon11 .item2 {
  position: relative;
  z-index: 3;
  display: none;
}
.f_box11 .fcon11 .item2 p {
  line-height: 2;
}
.f_box11 .fcon11 .item2.on {
  display: block;
}
.f_box11 .fcon11 .item2 img {
  max-width: 100%;
}

.ftab {
  display: flex;
}
.ftab li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.ftab li i img {
  width: 1.22rem;
  display: block;
  margin: 0 auto;
}
.ftab li i img:nth-child(2) {
  display: none;
}
.ftab li h4 {
  color: #666;
  margin-top: 0.2rem;
}
.ftab li.on i img:nth-child(1) {
  display: none;
}
.ftab li.on i img:nth-child(2) {
  display: block;
}
.ftab li.on h4 {
  color: #333;
}

.f_box12 {
  padding: 1rem 0 0.8rem;
  background: #f7f7f7;
}
.f_box12 .h2tit1 {
  margin-bottom: 0.9rem;
  text-align: center;
}
.f_box12 .h2tit1 span {
  display: block;
  margin-top: 0.25rem;
  font-weight: normal;
}
.f_box12 ul {
  display: flex;
  justify-content: space-between;
}
.f_box12 ul li {
  width: 32%;
  background: #fff;
  position: relative;
  padding: 0.5rem 0.1rem 0.3rem 0.6rem;
  box-sizing: border-box;
}
.f_box12 ul li i img {
  width: 1rem;
}
.f_box12 ul li b {
  color: rgba(51, 51, 51, 0.1);
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  line-height: 1;
}
.f_box12 ul li h4 {
  margin-top: 0.25rem;
  font-weight: bold;
  line-height: 1;
}
.f_box12 ul li .fcon12 {
  margin-top: 0.3rem;
  color: #666;
}
.f_box12 ul li .fcon12 p {
  line-height: 2;
}
.f_box12 p.p1 {
  line-height: 2;
  margin-top: 0.8rem;
  color: #333;
}

.f_box13 {
  padding: 1rem 0;
}
.f_box13 .wrap_c {
  display: flex;
  justify-content: space-between;
}
.f_box13 .fl {
  width: 30%;
}
.f_box13 .fl li {
  height: 1rem;
  border: solid #d8d8d8 1px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  color: #333;
  padding: 0 0.2rem;
}
.f_box13 .fl li.on {
  background: #d45214;
  border-color: #d45214;
  color: #fff;
}
.f_box13 .fr {
  width: 62%;
}
.f_box13 .fr .item3 {
  display: none;
}
.f_box13 .fr img {
  width: 100%;
  display: block;
}
.f_box13 .fr span {
  display: block;
  margin-top: 0.6rem;
  color: #333;
}
.f_box13 .fr .item3.on {
  display: block;
}

.f_box14 {
  width: 100%;
  background: #f7f7f7;
  padding: 0.9rem 0 1.2rem;
}
.f_box14 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.f_box14 ul li {
  width: 42%;
  margin: 0.2rem 0.3rem;
  background: #fff;
  border: solid #efe9e9 1px;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0.5rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f_box14 ul li .fimg14 {
  width: 1.1rem;
}
.f_box14 ul li .fimg14 img {
  width: 100%;
}
.f_box14 ul li .fintro14 {
  width: calc(100% - 1.5rem);
}
.f_box14 ul li .fintro14 h5 {
  font-weight: bold;
  color: #333;
}
.f_box14 ul li .fintro14 span {
  display: block;
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
}

/*star company*/
.f_box15 {
  padding: 1rem 0 0.3rem;
}
.f_box15 .h2tit1 {
  text-align: center;
  margin-bottom: 0.2rem;
}
.f_box15 .fcon15 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.f_box15 .fcon15 .fl {
  width: 44%;
}
.f_box15 .fcon15 .fl h3 {
  margin-top: 0.3rem;
  color: #333;
}
.f_box15 .fcon15 .fl h4 {
  margin-top: 0.6rem;
  color: #d45214;
}
.f_box15 .fcon15 .fl h5 {
  margin-top: 0.3rem;
  color: #333;
}
.f_box15 .fcon15 .fl p {
  color: #666;
  line-height: 2;
  margin-top: 0.3rem;
}
.f_box15 .fcon15 .fr {
  width: 48%;
}
.f_box15 .fcon15 .fr img {
  width: 100%;
  display: block;
}

.companylist1 {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.companylist1 li {
  box-sizing: border-box;
  width: 48%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 0.4rem;
  padding: 0.5rem 0.35rem;
  box-sizing: border-box;
  box-shadow: 0.1rem 0.12rem 0.3rem rgba(0, 0, 0, 0.06);
  background: #fff;
}
.companylist1 li h4 {
  text-align: center;
}
.companylist1 li h4 b {
  margin: 0.32rem auto;
}
.companylist1 li a {
  position: relative;
  z-index: 3;
  cursor: pointer;
  text-align: center;
}
.companylist1 li a > i img {
  width: 100%;
  display: block;
}
.companylist1 li a span {
  display: block;
  margin-top: 0.35rem;
  color: #333;
}
.companylist1 li a em {
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
}
.companylist1 li a em i {
  margin-left: 0.1rem;
}
.companylist1 li a em i img {
  width: 0.1rem;
}
/**/
.f_box16 {
  padding: 0.6rem 0 0;
  background: #f7f7f7;
  margin-top: 0.8rem;
}
.f_box16 h2 {
  text-align: center;
}
.f_box16 h2 b {
  margin: 0.3rem auto 0;
}
.f_box16 h3 {
  text-align: center;
  margin-top: 0.4rem;
  color: #666;
}
.f_box16 .progress_sw {
  width: 100%;
  overflow: hidden;
  height: 7rem;
  position: relative;
}
.f_box16 .progress_sw::before {
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  top: 50%;
  left: 0;
  position: absolute;
  content: "";
}
.f_box16 .progress_sw .swiper-slide {
  height: 3.5rem;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.f_box16 .progress_sw .swiper-slide i {
  margin-left: 0.4rem;
}
.f_box16 .progress_sw .swiper-slide i img {
  height: 0.77rem;
  width: 1px;
}
.f_box16 .progress_sw .swiper-slide::before {
  width: 0.14rem;
  height: 0.14rem;
  background: #d45214;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0.34rem;
  top: 0.77rem;
}
.f_box16 .progress_sw .swiper-slide b {
  color: #333;
  display: block;
  margin-top: 0.15rem;
}
.f_box16 .progress_sw .swiper-slide p {
  color: #666;
  margin-top: 0.1rem;
}
.f_box16 .progress_sw .swiper-slide:nth-child(2n) {
  margin-top: 0;
  margin-bottom: auto;
  justify-content: flex-end;
}
.f_box16 .progress_sw .swiper-slide:nth-child(2n) i {
  order: 1;
}
.f_box16 .progress_sw .swiper-slide:nth-child(2n)::before {
  top: auto;
  bottom: 0.77rem;
}
.f_box16 .progress_sw .swiper-slide:nth-child(2n) b {
  margin: 0;
}
.f_box16 .progress_sw .swiper-slide:nth-child(2n) p {
  margin-bottom: 0.2rem;
}
.f_box16 .progress_sw .swiper-slide:first-child {
  margin-left: 0.6rem;
}
.f_box16 .progress {
  position: relative;
}
.f_box16 .progress a {
  position: absolute;
  top: calc(50% - 0.35rem);
}
.f_box16 .progress a img {
  display: block;
  width: 0.76rem;
}
.f_box16 .progress a img:nth-child(2) {
  display: none;
}
.f_box16 .progress a.progress_prev {
  left: -1.3rem;
}
.f_box16 .progress a.progress_next {
  right: -1.3rem;
}
.f_box16 .progress a:hover img:nth-child(1) {
  display: none;
}
.f_box16 .progress a:hover img:nth-child(2) {
  display: block;
}

.f_box17 {
  padding: 1rem 0;
}
.f_box17 h2 {
  text-align: center;
}
.f_box17 h2 b {
  margin: 0.3rem auto 0;
}
.f_box17 h3 {
  text-align: center;
  margin-top: 0.4rem;
  color: #666;
  font-weight: bold;
}
.f_box17 .fcon17 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.f_box17 .fcon17 .fl {
  width: 29%;
}
.f_box17 .fcon17 .fl img {
  width: 100%;
  display: flex;
}
.f_box17 .fcon17 .fr {
  width: 64%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.3rem 0;
}
.f_box17 .fcon17 .fr h3 {
  color: #d45214;
  text-align: left;
}
.f_box17 .fcon17 .fr p {
  margin-top: 0.3rem;
  line-height: 2;
  color: #666;
}

.f_box18 {
  padding: 0.7rem 0 1.15rem;
  background: url(../images/w/f_bg8.jpg) center no-repeat;
  background-size: cover;
}
.f_box18 h2 {
  text-align: center;
}
.f_box18 h2 b {
  margin: 0.3rem auto 0;
}
.f_box18 h3 {
  text-align: center;
  margin-top: 0.4rem;
  color: #666;
  font-weight: bold;
}
.f_box18 .fcon18 {
  margin-top: 0.8rem;
  color: #333;
  padding: 0.7rem 0.8rem;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.f_box18 .fcon18 p {
  line-height: 2.4;
}

.f_box19 {
  padding: 1rem 0;
}
.f_box19 h2 {
  text-align: center;
}
.f_box19 h2 b {
  margin: 0.3rem auto 0;
}
.f_box19 .fcon19 {
  margin-top: 1rem;
  display: flex;
}
.f_box19 .fcon19 .fl {
  width: 50%;
  border-right: solid #ccc 1px;
  box-sizing: border-box;
}
.f_box19 .fcon19 .fl li {
  margin: 0.5rem 0 1rem;
  padding-left: 0.4rem;
  position: relative;
}
.f_box19 .fcon19 .fl li::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/w/circle3.png) center no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.14rem;
}
.f_box19 .fcon19 .fr {
  width: 50%;
  box-sizing: border-box;
  padding-left: 1.6rem;
}
.f_box19 .fcon19 .fr p {
  margin-top: 0.3rem;
}

.s_box1 {
  padding: 1rem 0 0.3rem;
}
.s_box1 .h2tit1 {
  text-align: center;
  margin-bottom: 0.2rem;
}
.s_box1 .scon1 {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.s_box1 .scon1 .slist1 {
  width: 30%;
}
.s_box1 .scon1 .slist1 h4 {
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.s_box1 .scon1 .slist1 li a {
  display: block;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  border-bottom: solid #dfdfdf 1px;
}
.s_box1 .scon1 .slist1 li a i img {
  display: block;
  width: 0.14rem;
}
.s_box1 .scon1 .slist1 li a i img:nth-child(2) {
  display: none;
}
.s_box1 .scon1 .slist1 li a:hover {
  background: #d45214;
  color: #fff;
}
.s_box1 .scon1 .slist1 li a:hover i img:nth-child(1) {
  display: none;
}
.s_box1 .scon1 .slist1 li a:hover i img:nth-child(2) {
  display: block;
}
.s_box1 .scon1 .simg1 {
  width: 52%;
}
.s_box1 .scon1 .simg1 img {
  width: 100%;
  display: block;
}

.s_box2 {
  padding: 1rem 0;
}
.s_box2 .h2tit1 {
  text-align: center;
  margin-bottom: 0.2rem;
}
.s_box2 .scon2 {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
}
.s_box2 .scon2 .fl {
  width: 48%;
}
.s_box2 .scon2 .fl p {
  line-height: 2.4;
}
.s_box2 .scon2 .fl p i {
  color: #d45214;
  font-weight: bold;
}
.s_box2 .scon2 .fr {
  width: 51%;
}
.s_box2 .scon2 .fr img {
  width: 100%;
  display: block;
}

.ftab3 {
  margin: 0.9rem 0 0.5rem;
}

.s_box3 {
  background: #f7f7f7;
  padding: 0.6rem 0;
}
.s_box3 .tabbox3 {
  margin: 0 1.25rem;
  display: none;
}
.s_box3 .tabbox3.on {
  display: block;
}
.s_box3 .scon3 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.s_box3 .scon3 > li {
  background: #fff;
  box-shadow: 0.08rem 0 0.1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  padding: 0.5rem 0.25rem;
  box-sizing: border-box;
  position: relative;
}
.s_box3 .scon3 > li b.num {
  position: absolute;
  color: #333;
  opacity: 0.1;
  top: 0.3rem;
  right: 0.4rem;
  font-family: Impact;
}
.s_box3 .scon3 > li h4 {
  line-height: 1;
  margin-bottom: 0.1rem;
}
.s_box3 .scon3 > li ul li {
  position: relative;
  margin-top: 0.25rem;
  padding-left: 0.25rem;
  box-sizing: border-box;
}
.s_box3 .scon3 > li ul li::before {
  position: absolute;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/w/circle2.png) center no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.08rem;
}
.s_box3 .scon3 > li ul.ul1 {
  display: flex;
  flex-wrap: wrap;
}
.s_box3 .scon3 > li ul.ul1 li {
  width: 50%;
}
.s_box3 .scon3 > li ul.ul3 {
  display: flex;
  flex-wrap: wrap;
}
.s_box3 .scon3 > li ul.ul3 li {
  width: 40%;
}
.s_box3 .scon3 > li ul.ul3 li:nth-child(3n) {
  width: 20%;
}
.s_box3 .scon3 > li:nth-child(5) {
  grid-column: 2/4;
}
.s_box3 .csbox {
  display: flex;
  justify-content: space-between;
}
.s_box3 .csbox .fl {
  width: 53%;
}
.s_box3 .csbox .fl ul {
  padding: 0.6rem 0;
  background: #fff;
  border-radius: 0.4rem;
  margin-bottom: 0.3rem;
  display: flex;
}
.s_box3 .csbox .fl ul li {
  height: 2.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
  border-right: solid #dfdfdf 1px;
}
.s_box3 .csbox .fl ul li i {
  display: block;
  width: 0.74rem;
  height: 0.74rem;
  background: #d45214;
  border-radius: 50%;
  color: #fff;
  font-family: Impact;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s_box3 .csbox .fl ul li span {
  color: #333;
  margin-top: 0.2rem;
}
.s_box3 .csbox .fl ul li:last-child {
  border-right: none;
}
.s_box3 .csbox .fr {
  width: 45%;
  position: relative;
}
.s_box3 .csbox .fr h4 {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  color: #d45214;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  left: calc(50% - 1.2rem);
  top: calc(50% - 1.35rem);
}
.s_box3 .csbox .fr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s_box3 .csbox .fr ul li {
  width: 48%;
  border-radius: 0.1rem 0.4rem 0.1rem 0.4rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.s_box3 .csbox .fr ul li img {
  width: 100%;
}
.s_box3 .ombox {
  display: flex;
  justify-content: space-between;
}
.s_box3 .ombox .fl {
  width: 68%;
}
.s_box3 .ombox .fl ul {
  display: flex;
}
.s_box3 .ombox .fl ul li {
  width: 47.5%;
  margin-right: 2.5%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.s_box3 .ombox .fl ul li img {
  width: 100%;
  display: block;
}
.s_box3 .ombox .fr {
  width: 28%;
}
.s_box3 .ombox .fr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.s_box3 .ombox .fr li {
  padding-left: 0.4rem;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.s_box3 .ombox .fr li::before {
  position: absolute;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/w/circle4.png) center no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.1rem;
}

.s_box4 {
  padding: 1rem 0 2rem;
}
.s_box4 .h2tit1 {
  text-align: center;
  margin-bottom: 1rem;
}
.s_box4 .scon4 {
  margin: 0 1.25rem;
  display: flex;
  justify-content: space-between;
}
.s_box4 .scon4 .fl {
  width: 26%;
}
.s_box4 .scon4 .fl li {
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: solid #d8d8d8 1px;
  margin-bottom: 0.2rem;
  color: #333;
  cursor: pointer;
}
.s_box4 .scon4 .fl li.on {
  background: #d45214;
  color: #fff;
}
.s_box4 .scon4 .fr {
  width: 64%;
  color: #333;
}
.s_box4 .scon4 .fr .item5 {
  display: none;
}
.s_box4 .scon4 .fr .item5 h5 {
  position: relative;
  padding-left: 0.3rem;
  margin-top: 0.4rem;
}
.s_box4 .scon4 .fr .item5 h5::before {
  width: 0.1rem;
  height: 100%;
  background: #d45214;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.s_box4 .scon4 .fr .item5 p {
  margin-top: 0.3rem;
  line-height: 2;
}
.s_box4 .scon4 .fr .item5.on {
  display: block;
}

.l_box1 {
  padding: 1rem 0 2rem;
}
.l_box1 .h2tit1 {
  text-align: center;
  margin-bottom: 0.2rem;
}
.l_box1 .l_con1 ul.ul1 {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.l_box1 .l_con1 ul.ul1 li {
  padding-left: 0.4rem;
  margin-right: 0.7rem;
  position: relative;
  color: #d45214;
  font-weight: bold;
}
.l_box1 .l_con1 ul.ul1 li::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/w/circle3.png) center no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.2rem;
}
.l_box1 .l_con1 p.p1 {
  color: #666;
  line-height: 2;
  margin-top: 0.7rem;
}
.l_box1 .l_con1 ul.ul2 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
}
.l_box1 .l_con1 ul.ul2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_box1 .l_con1 ul.ul2 li i img {
  width: 1.58rem;
  display: block;
}
.l_box1 .l_con1 ul.ul2 li h4 {
  color: #333;
  margin-top: 0.2rem;
}
.l_box1 .l_con1 ul.ul2 li span {
  display: block;
  margin-top: 0.2rem;
}

.l_box2 {
  padding: 1rem 0 1.2rem;
  background: #f7f7f7;
}
.l_box2 ul {
  display: flex;
  justify-content: space-between;
}
.l_box2 ul > li {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.5rem 0.5rem 0.6rem;
  width: 32%;
  box-sizing: border-box;
  position: relative;
}
.l_box2 ul > li b.num {
  position: absolute;
  color: #333;
  opacity: 0.1;
  top: 0.3rem;
  right: 0.4rem;
  font-family: Impact;
}
.l_box2 ul > li i img {
  display: block;
  width: 0.9rem;
}
.l_box2 ul > li h4 {
  line-height: 1;
  margin: 0.3rem 0 0.5rem;
}
.l_box2 ul > li p {
  color: #666;
  line-height: 2.2;
}

.l_box3 {
  padding: 1rem 0 0.5rem;
}
.l_box3 .formbox {
  width: 100%;
  margin-top: 0.2rem;
}
.l_box3 .formbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l_box3 .formbox ul li {
  width: 100%;
  margin-top: 0.4rem;
  line-height: 0.6rem;
  display: flex;
}
.l_box3 .formbox ul li label {
  min-width: 0.9rem;
  text-align: right;
  display: inline-block;
  padding-right: 0.2rem;
}
.l_box3 .formbox ul li input {
  height: 0.6rem;
  background: #f4f5f8;
  padding: 0 0.2rem;
  box-sizing: border-box;
  border-radius: 0.04rem;
  border: 0;
  width: 3.5rem;
}
.l_box3 .formbox ul li textarea {
  width: calc(100% - 1rem);
  background: #f4f5f8;
  padding: 0.2rem;
  border: none;
  border-radius: 0.04rem;
  height: 1.9rem;
  box-sizing: border-box;
}
.l_box3 .formbox ul li span {
  margin-left: 0.3rem;
}
.l_box3 .formbox ul li span img {
  width: 0.26rem;
  margin-right: 0.1rem;
}
.l_box3 .formbox ul li span.yzm {
  width: 2rem;
  height: 0.6rem;
}
.l_box3 .formbox ul li span.yzm img {
  height: 100%;
  width: auto;
}
.l_box3 .formbox ul li.s1, .l_box3 .formbox ul li.s2, .l_box3 .formbox ul li.s3 {
  width: auto;
}
.l_box3 .formbox ul li.s3 label {
  min-width: 0.4rem;
}
.l_box3 .formbox p.btn {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
  padding-top: 0.65rem;
  border-top: solid #dfdfdf 1px;
}
.l_box3 .formbox p.btn input {
  width: 1.4rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  margin: 0 0.4rem;
  border: solid #d45214 1px;
  font-weight: bold;
  cursor: pointer;
}
.l_box3 .formbox p.btn input.submit {
  background: #d45214;
  color: #fff;
}
.l_box3 .formbox p.btn input.cancel {
  background: #fee6db;
  color: #d45214;
}

.shangchuan label.file_label {
  display: inline-block;
  float: left;
  overflow: hidden;
  background-color: #fee6db;
  border-radius: 4px;
  position: relative;
  height: 0.6rem;
  border: 1px solid #d45214;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #d45214;
}

.shangchuan .ke-inline-block {
  position: absolute;
  opacity: 0;
}

.shangchuan label input#uploadButton {
  width: 200%;
  height: 200%;
  border: 0px;
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: -100%;
  opacity: 0;
}

.shangchuan label span {
  display: inline-block;
  margin-left: 0.2rem !important;
}

.shangchuan i {
  float: left;
  margin-left: 10px;
  font-style: normal;
}

.l_box4 {
  padding: 1rem 0 1.2rem;
  background: url(../images/w/l_bg1.jpg) center no-repeat;
  background-size: cover;
}
.l_box4 .h2tit1 {
  text-align: center;
}
.l_box4 .h2tit1 span {
  display: block;
  margin-top: 0.3rem;
  color: #666;
  font-weight: normal;
}
.l_box4 .lcon4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.l_box4 .lcon4 ul li {
  height: 0.9rem;
  border-radius: 0.45rem;
  border: solid #d45214 1px;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
}
.l_box4 .lcon4 ul li input {
  border: none;
  color: #666;
}
.l_box4 .lcon4 ul li input::placeholder {
  color: #666;
}
.l_box4 .lcon4 ul li:nth-child(1) {
  width: 28%;
}
.l_box4 .lcon4 ul li:nth-child(1) label {
  width: 0.4rem;
}
.l_box4 .lcon4 ul li:nth-child(1) label img {
  width: 0.29rem;
}
.l_box4 .lcon4 ul li:nth-child(1) input {
  width: calc(100% - 0.5rem);
}
.l_box4 .lcon4 ul li:nth-child(2) {
  width: 55%;
}
.l_box4 .lcon4 ul li:nth-child(2) label {
  width: 0.5rem;
}
.l_box4 .lcon4 ul li:nth-child(2) label img {
  width: 0.39rem;
}
.l_box4 .lcon4 ul li:nth-child(2) input {
  width: calc(100% - 0.6rem);
}
.l_box4 .lcon4 ul li:nth-child(3) {
  width: 13.6%;
  background: #d45214;
}
.l_box4 .lcon4 ul li:nth-child(3) button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.l_box4 .lcon4 ul li:nth-child(3) button img {
  margin-right: 0.2rem;
  width: 0.3rem;
  display: block;
}

.l_box5 {
  padding: 0.8rem 0 1rem;
}
.l_box5 .p1 {
  color: #333;
}
.l_box5 ul {
  margin-top: 1.3rem;
  display: flex;
  justify-content: space-between;
}
.l_box5 ul li {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l_box5 ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 0.45rem 0.45rem 0.45rem 0;
  background: #d45214;
}
.l_box5 ul li span {
  display: block;
  width: calc(100% - 1.35rem);
  line-height: 2;
}
.l_box5 .p2 {
  background: #f4f5f8;
  border-radius: 0.1rem 0 0 0;
  margin-top: 0.9rem;
  padding: 0.45rem 0.7rem 0.45rem 0.8rem;
  position: relative;
}
.l_box5 .p2::before {
  position: absolute;
  left: 0;
  width: 0.1rem;
  background: #d45214;
  content: "";
  height: calc(100% - 0.9rem);
  top: 0.45rem;
}
.l_box5 .p2 p {
  line-height: 2;
  margin-top: 0.2rem;
}

/*footer*/
.footer {
  color: #333;
  overflow: visible;
}
.footer .p4c {
  overflow: visible;
}
.footer .p4_c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6rem;
  overflow: visible;
}
.footer .p4_c .fl {
  width: 2.2rem;
}
.footer .p4_c .fl img {
  width: 100%;
  display: block;
}
.footer .p4_c .fr {
  width: calc(100% - 3rem);
  overflow: visible;
}
.footer .p4_c .fr .fr_top {
  display: flex;
  justify-content: space-between;
  border-bottom: solid #d9d9dc 1px;
}
.footer .p4_c .fr .fr_top ul.bt_menu {
  display: flex;
  width: calc(100% - 3.5rem);
  margin-bottom: 0.3rem;
}
.footer .p4_c .fr .fr_top ul.bt_menu li {
  white-space: nowrap;
  margin-right: 0.4rem;
}
.footer .p4_c .fr .fr_top ul.bt_menu li:nth-child(2) {
  min-width: auto;
}
.footer .p4_c .fr .fr_top .share {
  width: 2.2rem;
}
.footer .p4_c .fr .fr_top .share a {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
}
.footer .p4_c .fr .fr_top .share a img {
  display: block;
  height: 0.23rem;
}
.footer .p4_c .fr .fr_top .share a img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.footer .p4_c .fr .fr_top .share a:hover img.img1 {
  opacity: 0;
}
.footer .p4_c .fr .fr_top .share a:hover img.img2 {
  opacity: 1;
}
.footer .p4_c .fr .fr_top .share a:last-child {
  margin-right: 0px;
}
.footer .p4_c .fr .fr_top .share a .ewmimg {
  position: absolute;
  display: none;
  right: calc(50% - 0.8rem);
  bottom: calc(100% + 0.2rem);
  width: 1.6rem;
  height: 1.6rem;
  border: solid #eee 1px;
}
.footer .p4_c .fr .fr_top .share a .ewmimg img {
  width: 100%;
  height: 100%;
}
.footer .p4_c .fr .fr_bottom {
  margin-top: 0.3rem;
  /*   ul.contact{
      li{position: relative;
        &::after{
          position: absolute;
          top:.05rem;
          left: calc(100% + 1rem);
          content:'';
          background: #999;
          width: 1px;
          height: .1rem;
        }
      }
    } */
}
.footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  color: #666;
  opacity: 0.8;
  border-top: solid #d9d9dc 1px;
  padding: 0.25rem 0;
}
.footer .footer_bottom a {
  color: #666;
}
.footer .footer_bottom .fl {
  display: none;
}
.footer .footer_bottom .fl a {
  padding: 0 0.1rem;
}
.footer .footer_bottom .fr {
  width: 100%;
  text-align: center;
}

/*弹窗*/
.tcbox {
  width: 8rem;
  display: none;
}

.tcflex {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  color: #000;
  border-radius: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.tcflex .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
  background: #eeeeee;
  box-sizing: border-box;
  padding: 0 0.2rem;
  align-items: center;
}
.tcflex .title .close01 img {
  width: 0.2rem;
}
.tcflex .content {
  padding: 1rem 0 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tcflex .content i img {
  width: 2.03rem;
  display: block;
}
.tcflex .content b {
  color: #333;
  margin-top: 0.1rem;
}
.tcflex .content span {
  color: #666;
  margin-top: 0.2rem;
}
.tcflex .tfoot {
  display: flex;
  justify-content: center;
  padding: 0.3rem 0;
  border-top: solid #dfdfdf 1px;
}
.tcflex .tfoot input {
  width: 0.9rem;
  height: 0.4rem;
  border-radius: 0.04rem;
  margin: 0 0.2rem;
  border: solid #d45214 1px;
  font-weight: bold;
}
.tcflex .tfoot input.submit {
  background: #d45214;
  color: #fff;
}
.tcflex .tfoot input.cancel {
  background: #fee6db;
  color: #d45214;
}

/*9-10*/
.newsbox {
  padding: 1.2rem 0;
}
.newsbox .h2tit1 {
  text-align: center;
}
.newsbox .newslist {
  margin-top: 0.4rem;
}
.newsbox .newslist li {
  display: flex;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: solid #ececec 1px;
}
.newsbox .newslist li .fl {
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 0.05rem;
  background: #f4f5f8;
  display: flex;
  flex-direction: column;
  padding: 0.3rem;
  box-sizing: border-box;
}
.newsbox .newslist li .fl b {
  line-height: 1;
}
.newsbox .newslist li .fl span {
  margin-top: 0.1rem;
  color: #d45214;
}
.newsbox .newslist li .fr {
  width: calc(100% - 1.76rem);
  margin-left: 0.3rem;
  position: relative;
  box-sizing: border-box;
  padding-right: 1.2rem;
}
.newsbox .newslist li .fr h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsbox .newslist li .fr p {
  color: #666;
  margin-top: 0.12rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsbox .newslist li .fr p span {
  margin-right: 0.3rem;
}
.newsbox .newslist li .fr i {
  width: 0.15rem;
  height: 0.27rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.135rem);
}
.newsbox .newslist li .fr i img {
  width: 100%;
}

.p_bg12 {
  position: relative;
  background: #fff;
  padding: 1px 0;
  /* .fr{width: 24%; padding-top: .8rem; padding-left: .7rem;}
  .fr h4{font-weight: bold;}
  .nrec_list li{margin-top: .5rem;color: #333;}
  .nrec_list li a{display: block;font-weight: bold;margin-top: .1rem;} */
}
.p_bg12 .wrap_c {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.p_bg12 .fl {
  width: 80%;
  box-sizing: border-box;
  padding-top: 0.4rem;
  margin-top: 0.4rem;
  padding-bottom: 1.3rem;
}
.p_bg12 .fl h1 {
  color: #3d434b;
  line-height: 1.5;
  font-weight: bold;
}
.p_bg12 .fl h1 b {
  display: block;
  width: 0.3rem;
  height: 0.05rem;
  background: #d45214;
  margin-top: 0.4rem;
}
.p_bg12 .fl .n_date {
  margin-top: 0.3rem;
  color: #3d434b;
}
.p_bg12 .fl .n_date span {
  padding-right: 0.2rem;
}
.p_bg12 .fl .content {
  color: #666;
  line-height: 1.75;
  margin-top: 0.4rem;
}
.p_bg12 .fl .content p {
  padding: 0.12rem 0;
}
.p_bg12 .fl .content p img {
  display: block;
  width: 100%;
  margin: 0.1rem auto;
}
.p_bg12 .fl .pnews {
  margin-top: 0.5rem;
  border-top: solid #eee 1px;
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
.p_bg12 .fl .pnews .al {
  color: #666;
  width: calc(100% - 2rem);
}
.p_bg12 .fl .pnews .al a {
  color: #999;
}
.p_bg12 .fl .pnews .al .next {
  margin-top: 0.06rem;
}
.p_bg12 .fl .back_list {
  width: 1.82rem;
  height: 0.6rem;
  background: #5d84cd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-shadow: 0.12rem 0 0.21rem rgba(143, 173, 229, 0.49);
}
.p_bg12 .fl .back_list img {
  margin-left: 0.5rem;
}

/*pagination*/
.pagination {
  text-align: center;
  margin: 0.8rem auto 0;
  width: 100%;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > a, .pagination > span {
  display: inline-flex;
  margin: 0 0.1rem;
  text-align: center;
  color: #717376;
  width: 0.5rem;
  height: 0.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f5f8;
}

.pagination > a.active, .pagination > a:hover {
  background: #d45214;
  color: #fff;
}

.pagination > a img {
  width: 0.1rem;
}

input::placeholder {
  color: #909090; /* 灰色作为占位符文本的颜色 */
}

.a_box1 .wrap_c .fl {
  width: 40%;
}

.a_box1 .wrap_c .fl .acon1 {
  height: calc(100% - 0.7rem - 0.3rem - 0.6rem);
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.w_wap {
  display: none;
}

/*11-18*/
.clist3 {
  padding-top: 0.8rem;
}
.clist3 .wrap_c1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}
.clist3 dl {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.8rem 0.5rem;
  border: solid #ccc 1px;
  box-shadow: 0.1rem 0.12rem 0.3rem rgba(0, 0, 0, 0.06);
  transition: all 0.3s linear;
  display: flex;
}
.clist3 dl dt {
  color: #d45214;
}
.clist3 dl dd {
  margin-left: 0.5rem;
}
.clist3 dl dd h5 {
  margin-bottom: 0.4rem;
}
.clist3 dl dd p {
  color: #666;
}
.clist3 dl:hover {
  background: #d45214;
  border-color: #d45214;
  box-shadow: 0.1rem 0rem 0.5rem rgba(212, 82, 20, 0.3);
}
.clist3 dl:hover dt {
  color: #fff;
}
.clist3 dl:hover dd h5 {
  color: #fff;
}
.clist3 dl:hover dd p {
  color: #fff;
}

.clist4 {
  padding-top: 0.8rem;
}
.clist4 .mailbox1 {
  display: flex;
  width: 50%;
  background: #fff;
  height: 3rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.clist4 .mailbox1 i {
  display: block;
  margin: 0.4rem 0.2rem 0 0;
  width: 1.84rem;
}
.clist4 .mailbox1 i img {
  width: 100%;
}
.clist4 .mailbox1 a {
  text-decoration: underline;
  color: #d45214;
  width: calc(100% - 2.04rem);
  display: block;
}

@media screen and (max-width: 1500px) {
  .s_box2 .scon2 .fl p {
    line-height: 2.1;
  }
  .s_box3 .csbox .fl ul li {
    height: 1.89rem;
  }
}
@media screen and (max-width: 1023px) {
  .wrap_c, .wrap_c1, .wrap_c2, .s_box3 .tabbox3, .s_box4 .scon4 {
    width: calc(100% - 40px);
    margin: 0px 20px;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .p_bg2 {
    flex-wrap: wrap;
  }
  .p_bg2 .fl {
    width: 100%;
  }
  .p_bg2 .fl .citybox1 {
    margin: 0 20px;
    width: calc(100% - 40px);
    padding-top: 0.6rem;
  }
  .p_bg2 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .probox2 {
    width: 100%;
    left: 0;
  }
  .a_box1 .wrap_c {
    flex-wrap: wrap;
  }
  .a_box1 .wrap_c .fl {
    width: 100%;
  }
  .a_box1 .wrap_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .p_bg7 ul {
    flex-wrap: wrap;
  }
  .p_bg7 ul li {
    width: 50%;
    padding: 0.2rem 0;
  }
  .p_bg7 ul li div {
    margin-top: 0.3rem;
  }
  .p_bg9 .wrap_c {
    flex-wrap: wrap;
  }
  .p_bg9 .wrap_c .fl {
    width: 100%;
  }
  .p_bg9 .wrap_c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .a_box2 ul li > span > br {
    display: none;
  }
  .a_box4 ul li .aintro4 .acon4 {
    padding-top: 0.3rem;
  }
  .a_box4 ul li .aintro4 b.line1 {
    margin-top: 0.25rem;
  }
  .a_box4 ul li .aintro4 .acon4 p {
    padding-top: 0;
  }
  .a_box5 .acon5 .fr h4 {
    padding: 0.3rem 0.7rem 0;
  }
  .a_box5 .acon5 .fr ul li {
    padding: 0.13rem 0.7rem;
  }
  .a_box6 .acon6 .fl ul li {
    margin-bottom: 0;
  }
  .f_box1 .fr {
    padding-right: 20px;
  }
  .f_box1 .fr .fcon1 p {
    margin-top: 0.3rem;
  }
  .f_box16 .progress a.progress_prev {
    left: 0;
    z-index: 3;
  }
  .f_box16 .progress a.progress_next {
    right: 0;
    z-index: 3;
  }
  .s_box1 .scon1 .slist1 li a {
    height: 0.8rem;
  }
  .s_box2 .scon2 {
    flex-wrap: wrap;
  }
  .s_box2 .scon2 .fl {
    width: 100%;
  }
  .s_box2 .scon2 .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .s_box4 .scon4 .fl {
    width: 32%;
  }
  .s_box3 .scon3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .s_box3 .scon3 > li:nth-child(5) {
    grid-column: 1/3;
  }
  .s_box3 .scon3 > li:nth-child(8) {
    grid-column: 1/3;
  }
  .s_box3 .scon3 > li ul li::before {
    top: 0.12rem;
  }
  .s_box3 .csbox .fl ul li {
    height: 1.28rem;
  }
  .l_box3 .formbox ul li label {
    min-width: 1.3rem;
  }
  .l_box3 .formbox ul li input {
    width: 2.8rem;
  }
  .topfr.top_n .fr .n_menu {
    display: none;
  }
  .topfr.top_n .fr a.a2 {
    display: block;
  }
  .clist3 .wrap_c1 {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 749px) {
  .submenu1 ul li.on a::before {
    width: 100%;
    left: 0;
  }
  .citylist1 ul li {
    width: 100%;
  }
  .citylist1 ul li::before {
    left: -0.1rem;
    top: -0.1rem;
    padding: 0.1rem;
  }
  .citylist1 ul li span {
    margin-top: 0.3rem;
  }
  .citylist1 ul li {
    margin-top: 0.4rem;
  }
  .nbanner .banner_img img {
    width: calc(100% + 1.3rem);
    height: 4rem;
    object-fit: cover;
    margin-left: -1.3rem;
  }
  .p_bg3 {
    padding: 0.6rem 0;
  }
  .p_bg3 .con2 {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .p_bg3 .con2 .fl {
    width: 100%;
  }
  .p_bg3 .con2 .fr {
    width: 100%;
  }
  .clist2 ul li {
    width: 100%;
    margin-right: 0;
  }
  .clist2 ul li .c_intro {
    padding: 0.3rem;
  }
  .clist2 {
    padding-top: 0.1rem;
  }
  .probox2 b.b1 {
    display: none;
  }
  .probox2 .prosw2 {
    width: 100%;
    left: 0;
    position: static;
  }
  .probox2 .prosw2 .con4 {
    flex-wrap: wrap;
  }
  .probox2 .prosw2 .con4 .fl {
    width: 100%;
  }
  .probox2 .prosw2 .con4 .fr {
    width: 100%;
  }
  .probox2 .pro-prev2, .probox2 .pro-next2 {
    top: -0.7rem;
  }
  .probox2 .pro-prev2 {
    left: calc(50% - 0.5rem);
  }
  .probox2 .pro-next2 {
    right: calc(50% - 0.5rem);
  }
  .probox2 .prosw2 .con4 .fr h4 {
    margin-top: 0.4rem;
  }
  .probox2 .prosw2 .con4 .fr p {
    margin-top: 0.3rem;
    max-height: 4rem;
  }
  .submenu1 {
    height: auto;
    padding-top: 0;
  }
  .submenu1 ul {
    line-height: 1.2;
  }
  .submenu1 ul li a {
    display: block;
    padding: 0.2rem 0.18rem;
  }
  /* .p_bg7 ul li{width: 100%;} */
  .p_bg7 ul li i img {
    height: 0.76rem;
  }
  .a_box2 ul {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .a_box2 ul li {
    width: 100%;
    padding-top: 0.2rem;
  }
  .a_box3 dl {
    padding: 0.4rem 0;
  }
  .a_box3 dl dt {
    width: 32%;
  }
  .a_box3 dl dd {
    width: 68%;
  }
  .a_box4 ul {
    margin-top: 0;
  }
  .a_box4 ul li {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .a_box4 ul li .aimg4 {
    width: 100%;
  }
  .a_box4 ul li .aintro4 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .a_box4 ul li:nth-child(2) .aimg4 {
    order: 0;
  }
  .a_box5 .acon5 {
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  .a_box5 .acon5 .fl {
    width: 100%;
  }
  .a_box5 .acon5 .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .a_box5 .acon5 .fr ul li {
    padding: 0.1rem 0;
  }
  .a_box5 .acon5 .fr ul li.on::before {
    left: -20px;
    width: calc(100% + 40px);
  }
  .a_box5 .acon5 .fr h4 {
    padding: 0.2rem 0 0;
    font-weight: bold;
  }
  .a_box6 {
    padding: 0.5rem 0;
  }
  .a_box6 .acon6 {
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  .a_box6 .acon6 .fl {
    width: 100%;
  }
  .a_box6 .acon6 .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .a_box6 .acon6 .fl ul li {
    padding: 0.1rem 0;
    text-align: left;
  }
  .a_box5, .a_box4 {
    padding-top: 0.5rem;
  }
  .e_box1 {
    padding: 0.3rem 0 0.5rem;
  }
  .e_box1 ul li {
    flex-wrap: wrap;
    border-bottom: solid #e9a889 1px;
    padding: 0.4rem 0;
    margin: 0;
  }
  .e_box1 ul li .eintro {
    width: 100%;
    order: 1;
    margin-top: 0.2rem;
  }
  .e_box1 ul li .eintro p {
    margin-top: 0.1rem;
    text-align: left;
  }
  .e_box1 ul li h4 {
    width: 35%;
    order: -1;
    padding: 0;
    text-align: left;
  }
  .e_box1 ul li h4::before {
    display: none;
  }
  .e_box1 ul li h4::after {
    display: none;
  }
  .e_box1 ul li .eimg {
    width: 60%;
    order: 0;
  }
  .e_box1 ul li .eimg img {
    width: 100%;
  }
  .e_box1 ul::before {
    display: none;
  }
  .e_box1 ul li:nth-child(2n) h4 {
    order: -1;
  }
  .e_box1 ul li:first-child .eintro p {
    margin-top: 0.1rem;
  }
  .a_box7 {
    padding: 0.5rem 0;
  }
  .a_box7 .gimg {
    margin-top: 0.4rem;
  }
  .f_box1 {
    flex-wrap: wrap;
  }
  .f_box1 .fl {
    width: 100%;
  }
  .f_box1 .fr {
    width: 100%;
  }
  .f_box1 .fr::before {
    height: 50%;
  }
  .f_box1 .fr .fcon1 {
    padding: 0.4rem 0 0.4rem 20px;
  }
  .f_box2 {
    padding-top: 0.5rem;
  }
  .f_box2 .fcon2 {
    padding: 0.4rem 0;
    margin-top: 0.4rem;
  }
  .f_box2 .fcon2 ul {
    flex-wrap: wrap;
  }
  .f_box2 .fcon2 ul li {
    width: 50%;
    box-sizing: border-box;
    margin: 0.15rem 0;
  }
  .f_box3 {
    padding-top: 0.5rem;
  }
  .f_box3 .wrap_c {
    flex-wrap: wrap;
  }
  .f_box3 .wrap_c .fl {
    width: 100%;
  }
  .f_box3 .wrap_c .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .f_box4 {
    margin-top: 0;
    padding: 0.5rem 0;
  }
  .f_box4 .fcon4 p {
    margin-top: 0.1rem;
  }
  .f_box5 {
    padding-top: 0.5rem;
  }
  .f_box5 .fcon5 {
    flex-wrap: wrap;
  }
  .f_box5 .fcon5 h2 {
    width: 100%;
  }
  .f_box5 .fcon5 p {
    width: 100%;
    margin-top: 0.4rem;
    line-height: 1.75;
  }
  .f_box5 .fimg5 {
    margin-top: 0.4rem;
  }
  .f_box6 {
    margin-top: 0.5rem;
    padding: 0.5rem 0;
  }
  .f_box6 .fcon6 {
    padding: 0.4rem;
  }
  .f_box6 .fcon6 p {
    line-height: 1.75;
  }
  .f_box7 {
    padding: 0.5rem 0;
  }
  .f_box7 ul {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .f_box7 ul li {
    width: 48%;
  }
  .f_box7 ul li span {
    margin: 0.2rem 0 0.3rem;
  }
  .f_box8 {
    padding: 0.5rem 0;
  }
  .f_box8 .fcon8 p {
    line-height: 1.75;
    text-align: left;
    margin-top: 0.1rem;
  }
  .f_box10 {
    padding-top: 0.2rem;
  }
  .f_box10 ul {
    flex-wrap: wrap;
  }
  .f_box10 ul li {
    width: 48%;
    margin-top: 0.3rem;
  }
  .f_box11 {
    padding: 0.5rem 0 0;
  }
  .f_box11 .h2tit1 {
    margin-bottom: 0.1rem;
  }
  .f_box11 .fcon11 {
    padding: 0.4rem 0 1.5rem;
    margin-top: 0.5rem;
  }
  .f_box11 .fcon11 .item2 p {
    margin-bottom: 0.2rem;
    line-height: 1.75;
  }
  .ftab {
    flex-wrap: wrap;
  }
  .ftab li {
    width: 33%;
    flex: auto;
    margin-top: 0.3rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
  }
  .f_box12 {
    padding: 0.5rem 0;
  }
  .f_box12 .h2tit1 {
    margin-bottom: 0.1rem;
    line-height: 1.4;
  }
  .f_box12 ul {
    flex-wrap: wrap;
  }
  .f_box12 ul li {
    width: 100%;
    margin-top: 0.3rem;
    padding: 0.3rem;
  }
  .f_box12 p.p1 {
    line-height: 1.75;
    margin-top: 0.3rem;
  }
  .f_box13 {
    padding: 0.5rem 0;
  }
  .f_box13 .wrap_c {
    flex-wrap: wrap;
  }
  .f_box13 .wrap_c .fl {
    width: 100%;
  }
  .f_box13 .wrap_c .fl li {
    height: 0.6rem;
  }
  .f_box13 .wrap_c .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .f_box13 .wrap_c .fr span {
    margin-top: 0.3rem;
  }
  .f_box14 {
    padding: 0.3rem 0;
  }
  .f_box14 ul li {
    width: 100%;
    margin: 0.2rem 0;
    padding: 0.3rem;
  }
  .f_box15 {
    padding: 0.5rem 0 0;
  }
  .f_box15 .h2tit1 {
    margin-bottom: 0;
  }
  .companylist1 {
    padding-top: 0;
  }
  .companylist1 li {
    width: 100%;
    padding: 0.3rem;
  }
  .h2tit1 {
    line-height: 1.4;
  }
  .f_box15 .fcon15 {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .f_box15 .fcon15 .fl {
    width: 100%;
  }
  .f_box15 .fcon15 .fl h4 {
    margin-top: 0.3rem;
  }
  .f_box15 .fcon15 .fr {
    width: 100%;
    margin-top: 0.3rem;
  }
  .f_box16 {
    padding: 0.5rem 0;
    margin-top: 0.4rem;
  }
  .f_box16 .progress_sw {
    height: auto;
    margin-top: 0.4rem;
  }
  .f_box16 .progress_sw::before {
    display: none;
  }
  .f_box16 .progress_sw .swiper-slide {
    height: auto;
    padding: 0 1rem;
    box-sizing: border-box;
    margin: 0 !important;
    text-align: center;
  }
  .f_box16 .progress_sw .swiper-slide::before {
    display: none;
  }
  .f_box16 .progress_sw .swiper-slide i {
    display: none;
  }
  .f_box16 .progress_sw .swiper-slide:nth-child(2n) {
    justify-content: flex-start;
  }
  .f_box17 {
    padding: 0.5rem 0 0.2rem;
  }
  .f_box17 .fcon17 {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .f_box17 .fcon17 .fl {
    width: 100%;
  }
  .f_box17 .fcon17 .fr {
    width: 100%;
  }
  .f_box18 {
    padding: 0.5rem 0;
  }
  .f_box18 .fcon18 {
    margin-top: 0.4rem;
    padding: 0.3rem;
  }
  .f_box18 .fcon18 p {
    line-height: 1.75;
  }
  .f_box19 {
    padding: 0.5rem 0;
  }
  .f_box19 .fcon19 {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .f_box19 .fcon19 .fl {
    width: 100%;
    border-bottom: solid #ccc 1px;
    border-right: none;
    padding-bottom: 0.2rem;
  }
  .f_box19 .fcon19 .fl li {
    margin: 0.2rem 0;
  }
  .f_box19 .fcon19 .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  .f_box19 .fcon19 .fr p {
    margin-top: 0.1rem;
  }
  .s_box1 {
    padding: 0.5rem 0 0.3rem;
  }
  .s_box1 .scon1 {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .s_box1 .scon1 .slist1 {
    width: 100%;
  }
  .s_box1 .scon1 .slist1 h4 {
    margin-bottom: 0.3rem;
  }
  .s_box1 .scon1 .simg1 {
    width: 100%;
    margin-top: 0.3rem;
  }
  .s_box1 .scon1:last-child .simg1 {
    order: 1;
  }
  .s_box2 {
    padding: 0.3rem 0;
  }
  .s_box3 {
    padding: 0.2rem 0 0.5rem;
  }
  .s_box3 .scon3 {
    display: block;
  }
  .s_box3 .scon3 li {
    margin-top: 0.3rem;
  }
  .s_box3 .scon3 > li ul li {
    margin-top: 0.1rem;
  }
  .s_box3 .scon3 > li ul.ul1 li {
    width: 100%;
  }
  .s_box3 .scon3 > li ul.ul3 li {
    width: 100% !important;
  }
  .s_box4 {
    padding: 0.5rem 0;
  }
  .s_box4 .scon4 {
    flex-wrap: wrap;
  }
  .s_box4 .scon4 .fl {
    width: 100%;
  }
  .s_box4 .scon4 .fl li {
    height: 0.8rem;
  }
  .s_box4 .scon4 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .s_box3 .csbox {
    flex-wrap: wrap;
  }
  .s_box3 .csbox .fl {
    width: 100%;
  }
  .s_box3 .csbox .fr {
    width: 100%;
  }
  .s_box3 .ombox {
    flex-wrap: wrap;
  }
  .s_box3 .ombox .fl {
    width: 100%;
  }
  .s_box3 .ombox .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .s_box3 .ombox .fr li {
    margin-top: 0.1rem;
  }
  .l_box1 {
    padding: 0.5rem 0;
  }
  .l_box1 .l_con1 ul.ul1 {
    margin-top: 0.4rem;
  }
  .l_box1 .l_con1 p.p1 {
    margin-top: 0.4rem;
  }
  .l_box1 .l_con1 ul.ul2 {
    margin-top: 0.1rem;
    flex-wrap: wrap;
  }
  .l_box1 .l_con1 ul.ul2 li {
    width: 100%;
    margin-top: 0.3rem;
  }
  .l_box2 {
    padding: 0.2rem 0 0.5rem;
  }
  .l_box2 ul {
    flex-wrap: wrap;
  }
  .l_box2 ul li {
    padding: 0.3rem;
    width: 100%;
    margin-top: 0.3rem;
  }
  .l_box3 {
    padding: 0.5rem 0;
  }
  .l_box3 .formbox ul li label {
    width: auto;
    text-align: left;
    display: block;
    min-width: 0.9rem;
  }
  .l_box3 .formbox ul li {
    flex-wrap: wrap;
  }
  .l_box3 .formbox ul li input {
    width: 100%;
    box-sizing: border-box;
  }
  .l_box3 .formbox ul li.s1, .l_box3 .formbox ul li.s2, .l_box3 .formbox ul li.s3 {
    width: 100%;
  }
  .l_box3 .formbox ul li span {
    display: block;
  }
  .l_box3 .formbox ul li textarea {
    width: 100%;
  }
  .l_box3 .formbox ul li span {
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .shangchuan label span {
    margin: 0 !important;
    padding-left: 0.2rem;
  }
  .footer .p4_c {
    flex-wrap: wrap;
  }
  .footer .p4_c .fl {
    width: 100%;
  }
  .footer .p4_c .fr {
    width: 100%;
  }
  .footer .p4_c .fr .fr_top ul.bt_menu {
    display: none;
  }
  .p4_c .fr ul.contact {
    flex-wrap: wrap;
  }
  .p4_c .fr ul.contact li {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .footer .p4_c .fr .fr_top .share {
    width: 100%;
    text-align: center;
    padding-bottom: 0.2rem;
  }
  .footer .p4_c .fl img {
    width: 2.2rem;
    margin: 0 auto;
  }
  .footer .footer_bottom {
    flex-wrap: wrap;
  }
  .footer .footer_bottom .fr {
    margin-top: 0.1rem;
  }
  .tcbox {
    width: 100%;
  }
  .tcflex {
    width: 80%;
    margin: 0 auto;
  }
  .tcflex .content {
    padding: 0.4rem;
    box-sizing: border-box;
  }
  .l_box4 {
    padding: 0.5rem 0;
  }
  .l_box4 .lcon4 ul {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  .l_box4 .lcon4 ul li {
    height: 0.6rem;
    margin-top: 0.2rem;
  }
  .l_box4 .lcon4 ul li:nth-child(1) {
    width: 100%;
  }
  .l_box4 .lcon4 ul li:nth-child(2) {
    width: 100%;
  }
  .l_box4 .lcon4 ul li:nth-child(3) {
    width: 100%;
  }
  .l_box5 {
    padding: 0.5rem 0;
  }
  .l_box5 ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .l_box5 ul li {
    width: 100%;
    margin-top: 0.4rem;
  }
  .l_box5 ul li span {
    line-height: 1.75;
  }
  .l_box5 .p2 {
    margin-top: 0.4rem;
    padding: 0.4rem;
  }
  .l_box5 .p2 p {
    line-height: 1.75;
  }
  /*9-10*/
  .newsbox {
    padding: 0.2rem 0 0.5rem;
  }
  .newsbox .newslist li {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .newsbox .newslist li .fl {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }
  .newsbox .newslist li .fr {
    padding-right: 0.4rem;
  }
  .pagination {
    margin: 0.4rem auto 0;
  }
  .pagination > a, .pagination > span {
    display: none;
  }
  .pagination > a.prev, .pagination > a.next {
    display: inline-flex;
  }
  .p_bg12 .fl {
    width: 100%;
    margin-top: 0.2rem;
  }
  .citylist1 {
    padding-top: 0;
  }
  a.unload {
    margin: 0.4rem 0;
  }
  .footer .footer_bottom .fr {
    margin-top: 0.1rem;
    font-size: 0.2rem;
  }
  .a_box1 {
    padding-top: 0.5rem;
  }
  .a_box2 {
    padding-top: 0.7rem;
  }
  .p_bg12 .fl .pnews .al {
    width: 100%;
  }
  .clist2 ul li .c_intro .con3 .fl {
    width: 78%;
  }
  .clist2 ul li .c_intro .con3 .fr {
    width: 22%;
  }
  .w_wap {
    display: block;
  }
  .w_pc {
    display: none;
  }
  .clist3 {
    padding-top: 0.5rem;
  }
  .clist3 dl {
    padding: 0.3rem;
  }
  .clist3 dl dt {
    width: 0.8rem;
  }
  .clist3 dl dd {
    width: calc(100% - 0.8rem);
  }
  .clist4 .mailbox1 {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .clist4 .mailbox1 i {
    margin: 0;
  }
}