﻿.header_w {
  background: #fff;
  border-bottom: 1rem solid #ccc;
  height: 121rem;
}
.header_w .header {
  height: 120rem;
  transition: all .3s;
}
.header_w .header .logo {
  padding-top: 32rem;
  transition: all .3s;
}
.header_w .header .nav {
  line-height: 120rem;
  transition: all .3s;
}
.header_w .header .nav .item {
  float: left;
  margin-left: 45rem;
  position: relative;
}
.header_w .header .nav .item a {
  display: inline-block;
  font-size: 16rem;
  color: #666;
}
.header_w .header .nav .item a:hover {
  color: #f8b300;
}
.header_w .header .nav .item .child {
  position: absolute;
  top: 120rem;
  left: 50%;
  z-index: 99;
  margin-left: -60rem;
  line-height: 40rem;
  background: #fff;
  width: 120rem;
  display: none;
  border: 1rem solid #ccc;
  border-top: none;
}
.header_w .header .nav .item .child a {
  display: block;
  text-align: center;
  font-size: 16rem;
  color: #666;
}
.header_w .header .nav .item .child a:hover {
  color: #f8b300;
}
.header_w .header .nav .item.current > a {
  color: #f8b300;
}
.in_banner {padding-top: 60rem;}
.in_banner .in_banner_swiper {
  width: 100%;
  /* height: 145rem; */
}
.in_banner .in_banner_swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.in_banner .in_banner_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.in_banner .in_banner_swiper .swiper-slide span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.in_banner .in_banner_pa {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10rem;
  z-index: 9;
  text-align: center;
}
.in_banner swiper-pagination-bullet {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  line-height: 0rem;
  background: #fff;
  margin: 0 3rem;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: all .5s;
}
.in_banner .swiper-pagination-bullet-active {
  background: #f8b300;
}
.in_title {
  text-align: center;
}
.in_title .cn {
  font-size: 20rem;
  color: #333;
  line-height: 34rem;
  font-weight: 500;
}
.in_title .en {
  font-size: 12rem;
  color: #666;
  line-height: 30rem;
  text-transform: uppercase;
}
.in_service_w .in_service {
  padding: 30rem 0 30rem;
}
.in_service_w .in_service .list {
  padding-top: 30rem;
}
.in_service_w .in_service .list .item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 14rem;
  box-sizing: border-box;
  border-radius: 10rem;
}
.in_service_w .in_service .list .item .img img {
  width: 80rem;
  border-radius: 50%;
}
.in_service_w .in_service .list .item .title {
  font-size: 16rem;
  font-weight: 500;
  line-height: 40rem;
  padding-top: 10rem;
}
.in_service_w .in_service .list .item .text {
  font-size: 12rem;
  color: #666;
  line-height: 21rem;
}
.in_service_w .in_service .list .item .more {
  padding-top: 16rem;
}
.in_service_w .in_service .list .item .more a {
  display: inline-block;
  width: max-content;
  line-height: 26rem;
  border-radius: 51rem;
  border: 1rem solid #E4E4E4;
  font-size: 12rem;
  color: #666;
  padding: 0 25rem;
}
.in_service_w .in_service .list .item:hover {
  box-shadow: 0rem 20rem 80rem 0rem rgba(0, 0, 0, 0.1);
}
.in_service_w .in_service .list .item:hover .title {
  color: #f8b300;
}
.in_service_w .in_service .list .item:hover .more a {
  background: #f8b300;
  border: 1rem solid #f8b300;
  color: #fff;
}
.in_decoration_w {
  background: #F7F7F7;
}
.in_decoration_w .in_decoration .left {
  width: 39%;
  text-align: right;
  border-bottom: 2rem solid #F8B300;
  padding: 30rem 0 7rem;
}
.in_decoration_w .in_decoration .left .en {
  font-size: 14rem;
  color: #ccc;
  line-height: 30rem;
  text-transform: uppercase;
  letter-spacing: 1rem;
}
.in_decoration_w .in_decoration .left .cn {
  font-size: 18rem;
  color: #666;
  line-height: 25rem;
  letter-spacing: 2rem;
}
.in_decoration_w .in_decoration .why {
  width: 48%;
  margin-left: 28rem;
  padding-top: 30rem;
}
.in_decoration_w .in_decoration .why .cn {
  font-size: 16rem;
  color: #666;
  line-height: 30rem;
}
.in_decoration_w .in_decoration .why .en {
  font-size: 6rem;
  color: #666;
  line-height: 15rem;
  opacity: .2;
}
.in_decoration_w .in_decoration .right {
  width: 100%;
  padding-top: 30rem;
}
.in_decoration_w .in_decoration .right .item {
  float: left;
  width: 50%;
  line-height: 43rem;
}
.in_decoration_w .in_decoration .right .item .icon i {
  font-size: 12rem;
  color: #FF913D;
}

.in_decoration_w .in_decoration .right .item .icon i:before {
}
.in_decoration_w .in_decoration .right .item .cn {
  font-size: 12rem;
  color: #666;
  padding: 0 5rem;
}
.in_decoration_w .in_decoration .right .item .en {
  font-size: 6rem;
  color: #999;
  text-transform: uppercase;
  opacity: .5;
}
.in_case_w .in_case {
  padding: 30rem 0 20rem;
}
.in_case_w .in_case .top {
  padding-top: 30rem;
}

.in_case_w .in_case .top .menu {
    display: flex;
    width: 100%;
    overflow-x: scroll;
}
.in_case_w .in_case .top .menu a {
  float: left;
  display: inline-block;
  padding: 0 10rem;
  line-height: 34rem;
  font-size: 14rem;
  border-bottom: 4rem solid #fff;
  color: #666;
  white-space: nowrap;
}
.in_case_w .in_case .top .menu a:hover {
  border-bottom: 4rem solid #F8B300;
}
.in_case_w .in_case .top .menu a.current {
  border-bottom: 4rem solid #F8B300;
}
.in_case_w .in_case .top .right {
  line-height: 36rem;
  display: none;
}
.in_case_w .in_case .top .right a {
  font-size: 18rem;
}
.in_case_w .in_case .top .right a i {
  padding-left: 6rem;
}
.in_case_w .in_case .list {
  padding-top: 20rem;
}
.in_case_w .in_case .list .item {
  float: left;
  width: 49%;
  overflow: hidden;
  border-radius: 7rem;
  background: #fff;
  margin-bottom: 2%;
  margin-right: 2%;
  /* box-shadow: 0rem 20rem 30rem 0rem rgba(0, 0, 0, 0.1); */
  transition: all .3s;
}
.in_case_w .in_case .list .item:nth-of-type(even) {
  margin-right: 0;
}
.in_case_w .in_case .list .item .img img {
  width: 100%;
}
.in_case_w .in_case .list .item .bot {
  padding: 6rem 10rem;
}
.in_case_w .in_case .list .item .bot .title {
  font-size: 14rem;
  line-height: 25rem;
  transition: all .3s;
}
.in_case_w .in_case .list .item .bot .text {
  font-size: 12rem;
  color: #666;
  line-height: 22rem;
}
.in_case_w .in_case .list .item:hover {
  box-shadow: 0rem 10rem 10rem 0rem rgba(0, 0, 0, 0.3);
}
.in_case_w .in_case .list .item:hover .bot .title {
  color: #F8B300;
}
.in_case_w .in_case .more {
  text-align: center;
  padding-top: 30rem;
}
.in_case_w .in_case .more a {
  display: inline-block;
  width: 120rem;
  line-height: 40rem;
  border-radius: 38rem;
  background: #F8B300;
  box-shadow: 0rem 10rem 20rem 0rem rgba(248, 179, 0, 0.2);
  font-size: 14rem;
  color: #fff;
  transition: all .3s;
}
.in_case_w .in_case .more a:hover {
  box-shadow: 0rem 5rem 10rem 0rem rgba(248, 179, 0, 0.8);
}
.in_about_w {
  background: #F7F7F7;
}
.in_about_w .in_about {
  padding: 30rem 0 20rem;
  position: relative;
  padding-top: 120rem;
}
.in_about_w .in_about .top .img img {
  width: 100%;
  height: auto;
}
.in_about_w .in_about .top .right {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 12rem;
}
.in_about_w .in_about .top .right .in_title {
  /* text-align: left; */
  position: absolute;
  top: 30rem;
  left: 50%;
  transform: translateX(-50%);
}
.in_about_w .in_about .top .right .con {
  font-size: 14rem;
  color: #666;
  line-height: 26rem;
  padding-top: 5rem;
}
.in_about_w .in_about .top .right .more {
  text-align: right;
  padding-top: 16rem;
}
.in_about_w .in_about .top .right .more a {
  font-size: 14rem;
  color: #666;
}
.in_about_w .in_about .top .right .more a i {
  font-size: 14rem;
  color: #F8B300;
  padding-left: 5rem;
}
.in_about_w .in_about .bottom {
  padding-top: 20rem;
  display: flex;
  justify-content: space-between;
}
.in_about_w .in_about .bottom .item {
  flex: 1;
  text-align: center;
}
.in_about_w .in_about .bottom .item .icon i {
  font-size: 26rem;
  color: #F8B300;
}
.in_about_w .in_about .bottom .item .num {
  font-size: 18rem;
  font-family: Arial;
  line-height: 20rem;
  padding-top: 12rem;
}
.in_about_w .in_about .bottom .item .text {
  font-size: 14rem;
  line-height: 30rem;
}
.in_about_w .in_about .contact {
  text-align: center;
  padding-top: 30rem;
}
.in_about_w .in_about .contact a {
  display: inline-block;
  width: 140rem;
  line-height: 40rem;
  border-radius: 40rem;
  background: #F8B300;
  box-shadow: 0rem 10rem 20rem 0rem rgba(248, 179, 0, 0.2);
  font-size: 14rem;
  color: #fff;
  transition: all .3s;
}
.in_about_w .in_about .contact a:hover {
  box-shadow: 0rem 5rem 10rem 0rem rgba(248, 179, 0, 0.8);
}
.in_plan_w {
  overflow:hidden;
}
.in_plan_w .in_plan {
  padding: 30rem 0 30rem;
  padding-bottom: 0;
}
.roundabout_box {
  width: 100%;
  margin: 0 auto;
}
.roundabout_box ul {
  height: 340rem;
  margin: 0 auto;
}
.roundabout_box ul li {
  width: 345rem;
  height: 290rem;
  text-align: center;
}
.roundabout_box ul li img {
  width: 100%;
  box-shadow: 0rem 20rem 30rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  overflow: hidden;
}
.roundabout_box ul li .title {
  font-size: 16rem;
  font-weight: 600;
  line-height: 25rem;
  padding-top: 20rem;
}
.roundabout_box ul li .text {
  font-size: 14rem;
  color: #666;
  line-height: 26rem;
}
.in_customer_w {
  background: #F7F7F7;
}
.in_customer_w .in_customer {
  padding: 30rem 0 40rem;
}
.in_customer_w .in_customer .list {
  margin-top: 30rem;
  position: relative;
  padding: 0 30rem;
  height: 130rem;
}

.in_customer_w .in_customer .list .item {}

.in_customer_w .in_customer .list .item img {
    max-width: 100%;
}
.in_customer_w .in_customer .list .in_customer_swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.in_customer_w .in_customer .list .in_customer_ctrl {
  position: absolute;
  top: 50%;
  width: 20rem;
  height: 30rem;
  line-height: 120rem;
  line-height: 30rem;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .3s;
  transform: translateY(-50%);
}
.in_customer_w .in_customer .list .in_customer_ctrl:hover {
  background: rgba(0, 0, 0, 0.2);
}
.in_customer_w .in_customer .list .in_customer_ctrl i {
  font-size: 16rem;
  color: #999;
}
.in_customer_w .in_customer .list .in_customer_ctrl.left {
  left: 0;
}
.in_customer_w .in_customer .list .in_customer_ctrl.right {
  right: 0;
}
.in_news_w .in_news {
  padding: 30rem 0 30rem;
}
.in_news_w .in_news .top {
  padding-top: 30rem;
}
.in_news_w .in_news .top .menu a {
  float: left;
  display: inline-block;
  padding: 0 10rem;
  line-height: 34rem;
  font-size: 14rem;
  border-bottom: 2rem solid #fff;
  color: #666;
}
.in_news_w .in_news .top .menu a:hover {
  border-bottom: 2rem solid #F8B300;
}
.in_news_w .in_news .top .menu a.current {
  border-bottom: 2rem solid #F8B300;
}
.in_news_w .in_news .top .right {
  line-height: 36rem;
  display: none;
}
.in_news_w .in_news .top .right a {
  font-size: 18rem;
}
.in_news_w .in_news .top .right a i {
  padding-left: 6rem;
}
.in_news_w .in_news .main {
  padding-top: 20rem;
}
.in_news_w .in_news .main .main_left {
  background: #F7F7F7;
}
.in_news_w .in_news .main .main_left a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10rem;
}
.in_news_w .in_news .main .main_left a .title {
  font-size: 16rem;
  line-height: 30rem;
}
.in_news_w .in_news .main .main_left a .line span {
  display: inline-block;
  width: 60rem;
  height: 1rem;
  background: #F8B300;
}
.in_news_w .in_news .main .main_left a .des {
  font-size: 14rem;
  color: #666;
  line-height: 20rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.in_news_w .in_news .main .main_left a .img img {
  width: 100%;
}
.in_news_w .in_news .main .main_left a .more {
  line-height: 49rem;
  font-size: 14rem;
  color: #666;
  text-align: right;
}
.in_news_w .in_news .main .main_left a .more i {
  font-size: 14rem;
  color: #F8B300;
  padding-left: 5rem;
}
.in_news_w .in_news .main .main_right {
  width: 100%;
}
.in_news_w .in_news .main .main_right .item {
  padding: 14rem 0;
  position: relative;
}
.in_news_w .in_news .main .main_right .item .left {
  width: 100%;
}

.in_news_w .in_news .main .main_right .item .left .title {
    padding-right: 28%;
}
.in_news_w .in_news .main .main_right .item .left .title a {
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 600;
}
.in_news_w .in_news .main .main_right .item .left .line span {
  display: inline-block;
  width: 80rem;
  height: 1rem;
  background: #F8B300;
}
.in_news_w .in_news .main .main_right .item .left .des {
  font-size: 12rem;
  color: #666;
  line-height: 20rem;
  margin-top: 10rem;
  height: 43rem;
}
.in_news_w .in_news .main .main_right .item .right {
  text-align: right;
  position: absolute;
  right: 0;
  top: 13rem;
  display: flex;
  align-items: center;
}
.in_news_w .in_news .main .main_right .item .right .year {
  font-size: 12rem;
  /* font-weight: 600; */
}

.in_news_w .in_news .main .main_right .item .right .year:after {
    content: "-";
}
.in_news_w .in_news .main .main_right .item .right .day {
  font-size: 12rem;
}
.m-footer_w {
  background: #333;
  padding-bottom: 50rem;
}
.m-footer_w .footer {
  text-align: center;
  color: #fff;
  padding-top: 30rem;
  overflow: hidden;
}
.m-footer_w .footer .title {
  font-size: 20rem;
  line-height: 50rem;
}
.m-footer_w .footer .text span {
  display: inline-block;
  font-size: 18rem;
  position: relative;
  line-height: 30rem;
}
.m-footer_w .footer .text span::after {
  content: '';
  width: 80rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  left: -120rem;
  top: 15rem;
}
.m-footer_w .footer .text span::before {
  content: '';
  width: 80rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  right: -120rem;
  top: 15rem;
}
.m-footer_w .footer .contact {
  padding-top: 20rem;
}
.m-footer_w .footer .contact span {
  display: inline-block;
  font-size: 16rem;
  padding: 0 20rem;
  line-height: 43rem;
  border-radius: 10rem;
  border: 2rem solid #fff;
}
.m-footer_w .footer .bottom {
  padding: 26rem 0 19rem;
  font-size: 10rem;
  color: #F8F8F8;
  line-height: 23rem;
}
.m-footer_w .footer .bottom a {
  color: #F8F8F8;
}


.phoneModel {
  display: none;
  top: 30%;
  z-index: 999;
  width: 300rem;
  border-radius: 20rem;
  background: #ffffff;
  position: fixed;
  left: 50%;
  transform: translateX(-150px);
  text-align: center;
}
.phoneModel .top {
  height: 126rem;
  font-size: 25rem;
  line-height: 126rem;
  color: #e1e5e4;
  background: #2a7ee0;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.phoneModel .bottom {
  height: 126rem;
  display: flex;
  justify-content: space-around;
  border-bottom-right-radius: 6rem;
  border-bottom-left-radius: 6rem;
}
.phoneModel .bottom .item {
  flex: 1;
  margin: auto;
}
.phoneModel .bottom .item .pic {
  text-align: center;
  border-radius: 50%;
  width: 60rem;
  height: 60rem;
  border: solid 1px #000;
  line-height: 60rem;
  margin: auto;
}
.phoneModel .bottom .item .pic i {
  font-size: 25rem;
}
.bottomFix {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50rem;
  width: 100%;
  display: flex;
}
.bottomFix .item {
  flex: 1;
  background: #727675;
  border-right: solid 1px #505251;
  font-size: 14rem;
  line-height: 50rem;
  text-align: center;
  color: #fff;
}
.bottomFix .item a {
  color: #e1e5e4;
}
.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.page_contact {
  padding-top: 20rem;
}
.page_contact .page_contact_top {
  border: 1rem solid #E9E9E9;
}

.page_contact .page_contact_top .right {
    width: 100%;
    margin-top: 20rem;
}
.page_contact .page_contact_top .left {
  width: 100%;
  box-sizing: border-box;
  padding: 20rem 14rem;
}
.page_contact .page_contact_top .left .top .icon {
  width: 35rem;
  height: 35rem;
  text-align: center;
  line-height: 35rem;
  background: #F8B300;
  border-radius: 50%;
}
.page_contact .page_contact_top .left .top .icon i {
  font-size: 16rem;
  color: #fff;
}
.page_contact .page_contact_top .left .top .hotline {
  padding-left: 12rem;
  color: #000;
}
.page_contact .page_contact_top .left .top .hotline .num {
  font-size: 22rem;
  line-height: 18rem;
  font-family: Arial;
}
.page_contact .page_contact_top .left .top .hotline .text {
  font-size: 16rem;
  line-height: 25rem;
}
.page_contact .page_contact_top .left .main .company {
  font-size: 18rem;
  padding-top: 20rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 10rem;
}
.page_contact .page_contact_top .left .main .text {
  font-size: 14rem;
  line-height: 28rem;
}
.page_contact .page_contact_list {
  padding: 20rem 14rem;
  border-bottom: 1rem solid #E4E4E4;
  padding-bottom: 10rem;
}
.page_contact .page_contact_list .item {
  float: left;
  width: 100%;
  margin-bottom: 20rem;
  color: #000;
}
.page_contact .page_contact_list .item:nth-child(3n) {
  width: 320rem;
}
.page_contact .page_contact_list .item .company {
  font-size: 18rem;
  line-height: 38rem;
}
.page_contact .page_contact_list .item .text {
  font-size: 14rem;
  line-height: 28rem;
}
.page_contact .page_contact_form {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.page_contact .page_contact_form .text {
  font-size: 14rem;
  line-height: 25rem;
  margin-bottom: 10rem;
}
.page_contact .page_contact_form .input {
  padding-bottom: 10rem;
}
.page_contact .page_contact_form .input .item {
  position: relative;
  width: 100%;
  margin: 10rem 0;
}
.page_contact .page_contact_form .input .item input {
  width: 100%;
  height: 46rem;
  border: 1rem solid #CCCCCC;
  padding: 0 10rem;
  box-sizing: border-box;
  font-size: 16rem;
}
.page_contact .page_contact_form .input .item label.error {
  position: absolute;
  right: 20rem;
  top: 0;
  line-height: 60rem;
  color: #F8B300;
}
.page_contact .page_contact_form .textarea {
  padding-bottom: 20rem;
}
.page_contact .page_contact_form .textarea textarea {
  width: 100%;
  height: 150rem;
  border: 1rem solid #CCCCCC;
  padding: 10rem 10rem;
  box-sizing: border-box;
  font-size: 16rem;
  resize: none;
}
.page_contact .page_contact_form .button button {
  width: max-content;
  padding: 8rem 65rem;
  background: #F8B300;
  border-radius: 60rem;
  box-shadow: 0rem 10rem 10rem 0rem rgba(248, 179, 0, 0.2);
  border: none;
  font-size: 16rem;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

.page_contact .page_contact_form .button button input {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
}

#allmap {
  height: 300rem;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}


.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
  display: none;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  height: 41rem !important;
  line-height: 47rem !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
  line-height: 50rem !important;
  background-color: #f9f9f9 !important;
  overflow: hidden;
  height: 50rem !important;
  padding: 0 15rem !important;
  font-size: 16rem !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
  height: 50rem !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
  height: 50rem !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
  padding: 10rem !important;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_content div {
  font-size: 13rem !important;
  line-height: 200% !important;
}

.page_about {
  padding-bottom: 20rem;
}
.page_about .page_about_title {
  font-size: 18rem;
  color: #000;
  line-height: 38rem;
  border-bottom: 1rem solid #D2D2D2;
  padding-top: 16rem;
  font-weight: 600;
}
.page_about .about {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.page_about .about .top .left {
  width: 100%;
  font-size: 14rem;
  color: #333;
  line-height: 28rem;
}
.page_about .about .top .right {
  padding-top: 8rem;
}
.page_about .about .top .right img {
  width: 100%;
}
.page_about .about .content {
  padding-top: 16rem;
  font-size: 14rem;
  color: #333;
  line-height: 28rem;
}
.page_about .about .content .title {
  font-size: 16rem;
  font-weight: 600;
  line-height: 32rem;
}
.page_about .about .content .text {
  font-size: 16rem;
  line-height: 32rem;
  text-indent: 2em;
}
.page_about .culture {
  padding: 20rem 0;
  font-size: 14rem;
  color: #333;
  line-height: 28rem;
}
.page_about .img {
  padding: 20rem 0;
}
.page_about .img img {
  max-width: 100%;
}
.page_news_list .menu {
  padding-top: 20rem;
  border-bottom: 1px solid #F8B300;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}
.page_news_list .menu .item {
  float: left;
}
.page_news_list .menu .item a {
  display: inline-block;
  line-height: 38rem;
  /* border-radius: 30rem; */
  padding: 0 16rem;
  font-size: 14rem;
}
.page_news_list .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_news_list .list .item {
  padding: 20rem 0;
  border-bottom: 1rem solid #E4E4E4;
}

.page_news_list .list .item a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.page_news_list .list .item a .img {
    width: 40%;
}

.page_news_list .list .item a .img img {
    width: 100%;
}
.page_news_list .list .item:last-child {
  border-bottom: none;
}
.page_news_list .list .item a .date {
  width: max-content;
  font-size: 12rem;
  line-height: 28rem;
  display: none;
}
.page_news_list .list .item a .main {
  width: 60%;
  padding-left: 3%;
}
.page_news_list .list .item a .main .title {
  font-size: 14rem;
  font-weight: 600;
  line-height: 40rem;
}
.page_news_list .list .item a .main .des {
  font-size: 12rem;
  color: #666;
}
.page_news_list .list .item a .img img {
}
.page_news_detail .menu {
  padding-top: 20rem;
  border-bottom: 1px solid #F8B300;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
}
.page_news_detail .menu .item {
  float: left;
}
.page_news_detail .menu .item a {
  display: inline-block;
  line-height: 38rem;
  /* border-radius: 30rem; */
  padding: 0 16rem;
  font-size: 14rem;
}
.page_news_detail .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_news_detail .main .left {
  width: 100%;
}
.page_news_detail .main .left .top {
  padding: 20rem 0;
  border-bottom: 1rem solid #eaeaea;
}
.page_news_detail .main .left .top .title {
  font-size: 18rem;
  color: #333;
  line-height: 30rem;
}
.page_news_detail .main .left .top .date {
  font-size: 14rem;
  color: #999;
  line-height: 15rem;
  padding-top: 10rem;
}
.page_news_detail .main .left .content {
  padding: 20rem 0;
  font-size: 14rem;
  color: #333;
  line-height: 28rem;
  border-bottom: 1rem solid #eaeaea;
}
.page_news_detail .main .left .content img {
  width: 100% !important;
}
.page_news_detail .main .left .page {
  padding: 10rem 0;
  font-size: 16rem;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  line-height: 30rem;
}
.page_news_detail .main .left .page a {
  color: #333;
}
.page_news_detail .main .right {
  width: 100%;
}
.page_news_detail .main .right .top {
  font-size: 18rem;
  color: #333;
  line-height: 40rem;
  border-bottom: 1rem solid #E4E4E4;
}
.page_news_detail .main .right .list .item {
  margin-top: 20rem;
}
.page_news_detail .main .right .list .item .img {
  padding-bottom: 10rem;
}
.page_news_detail .main .right .list .item .img img {
  width: 100%;
}
.page_news_detail .main .right .list .item .title {
  font-size: 16rem;
  color: #333;
  line-height: 25rem;
  font-weight: 600;
}
.page_news_detail .main .right .list .item .des {
  font-size: 14rem;
  color: #666;
  line-height: 25rem;
}
.page_case_list .menu {
  border-bottom: 1rem solid #F8B300;
  padding-top: 30rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.page_case_list .menu .item {
  float: left;
}
.page_case_list .menu .item a {
  display: block;
  width: max-content;
  line-height: 38rem;
  text-align: center;
  font-size: 14rem;
  padding: 0 20rem;
}
.page_case_list .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_case_list .type {
  padding: 16rem 0 30rem;
}

.aside-bottom {}

.aside-bottom .father {}

.aside-bottom .father > li {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    overflow-x: auto;
    white-space: nowrap;
}

.aside-bottom .father  li a {
    margin-right: 5rem;
    font-size: 14rem;
    line-height: 30rem;
    border-radius: 39rem;
    color: #333;
    padding: 0 14rem;
    display: block;
    height: 100%;
}

.aside-bottom .father > li a.bt.active {
    color: #fff;
    background: #f8b300;
}

.aside-bottom .father  li.fenleiitem.active a {
    color: #fff;
    background: #f8b300;
}

.aside-bottom .father > li .choselist {
}

.aside-bottom .father > li .choselist .fenleiitem {
    display: inline-block;
}
.page_case_list .type .row {
  padding: 10rem 0;
}
.page_case_list .type .row .item {
  float: left;
  margin-right: 7rem;
}
.page_case_list .type .row .item a {
  display: block;
  line-height: 30rem;
  border-radius: 30rem;
  font-size: 15rem;
  color: #333;
  padding: 0 12rem;
}
.page_case_list .type .row .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_case_list .list .item {
  float: left;
  width: 49%;
  overflow: hidden;
  border-radius: 10rem;
  background: #fff;
  margin-bottom: 2%;
  margin-right: 2%;
  transition: all .3s;
}


.page_case_list .list .item:nth-of-type(even) {
  margin-right: 0;
}
.page_case_list .list .item .img img {
  width: 100%;
}
.page_case_list .list .item .bot {
  padding: 9rem 10rem;
}
.page_case_list .list .item .bot .title {
  font-size: 14rem;
  line-height: 22rem;
  transition: all .3s;
}
.page_case_list .list .item .bot .text {
  font-size: 12rem;
  color: #666;
  line-height: 23rem;
}
.page_case_list .list .item:hover {
  box-shadow: 0rem 10rem 10rem 0rem rgba(0, 0, 0, 0.3);
}
.page_case_list .list .item:hover .bot .title {
  color: #F8B300;
}
.page_case_detail {
  padding-bottom: 10rem;
}
.page_case_detail .menu {
  border-bottom: 1rem solid #F8B300;
  padding-top: 20rem;
  display: flex;
  flex-flow: nowrap;
  overflow-x: auto;
}
.page_case_detail .menu .item {
  float: left;
}
.page_case_detail .menu .item a {
  display: block;
  width: max-content;
  line-height: 38rem;
  text-align: center;
  font-size: 14rem;
  padding: 0 20rem;
}
.page_case_detail .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_case_detail .type {
  padding: 30rem 0 60rem;
}
.page_case_detail .type .row {
  padding: 10rem 0;
}
.page_case_detail .type .row .item {
  float: left;
  margin-right: 10rem;
}
.page_case_detail .type .row .item a {
  display: block;
  line-height: 30rem;
  border-radius: 30rem;
  font-size: 15rem;
  color: #333;
  padding: 0 12rem;
}
.page_case_detail .type .row .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_case_detail .page_top {
  padding-top: 20rem;
  border-top: 1rem solid #E4E4E4;
}
.page_case_detail .page_top .img img {
  width: 100%;
}
.page_case_detail .page_top .right {
  width: 100%;
}
.page_case_detail .page_top .right .title {
  font-size: 16rem;
  line-height: 38rem;
  padding: 6rem 0;
}
.page_case_detail .page_top .right .text {
  font-size: 14rem;
  line-height: 25rem;
  padding-bottom: 20rem;
}
.page_case_detail .page_top .right .hotline {
  padding-top: 20rem;
  border-top: 1rem solid #E4E4E4;
}
.page_case_detail .page_top .right .hotline .icon i {
  display: inline-block;
  width: 26rem;
  height: 26rem;
  text-align: center;
  line-height: 26rem;
  border-radius: 50%;
  background: #F8B300;
  font-size: 16rem;
  color: #fff;
}
.page_case_detail .page_top .right .hotline .num {
  font-size: 18rem;
  line-height: 24rem;
  padding-left: 10rem;
}
.page_case_detail .page_top .right .hotline .num span {
  color: #F8B300;
}
.page_case_detail .page_title {
  text-align: center;
  padding: 20rem 0 20rem;
}
.page_case_detail .page_title span {
  display: inline-block;
  line-height: 38rem;
  font-size: 18rem;
  font-weight: 600;
  border-bottom: 4rem solid #F8B300;
}
.page_case_detail .content {
  text-align: center;
}
.page_case_detail .content img {
  max-width: 100%;
}
.page_banner {
  width: 100%;
  text-align: center;
  padding-top: 60rem;
}

.page_banner img {
    width: 100%;
}

.pages {text-align: center;padding: 20rem 0;}

.pages #pagbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages #pagbox #pagination {
    display: none;
}

.pages .gotobtn {
    display: inline-block;
    height: 28rem;
    line-height: 28rem;
    padding: 0 11rem;
    margin: 0 3rem;
    border: 1rem solid #c6c4c4;
    background: #fff;
    color: #727272;
    border-radius: 3rem;
    cursor: pointer;
}

.pages .gotobtn:hover {
    color: #e8431f;
}

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

.pages ul.pagination .page-btn {
    display: none;
}
.pages a {display: inline-block; height: 28rem; line-height: 28rem; padding: 0 11rem; margin: 0 3rem; border: 1rem solid #c6c4c4; background: #fff; color: #727272; border-radius: 3rem;}

.pages li.active a {
    display: inline-block;
    height: 28rem;
    line-height: 28rem;
    padding: 0 11rem;
    margin: 0 2rem;
    border: 1rem solid #F8B300;
    background: #F8B300;
    color: #fff;
    border-radius: 3rem;
}
.pages span {display: inline-block; height: 28rem; line-height: 28rem; padding: 0 11rem; margin: 0 2rem; border: 1rem solid #F8B300; background: #F8B300; color: #fff; border-radius: 3rem;}




.m-headbox {
  display: flex;
  position: fixed;
  height: 60rem;
  background: #fff;
  width: 100%;
  padding: 5rem 20rem;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  top: 0;
  box-shadow: 0rem 0rem 5rem #00000042;
  flex-direction: row-reverse;
}

.m-headbox .m-logo {
  width: 82%;
  /* height: 100%; */
  border-radius: 5rem;
  /* padding: 5rem; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-headbox .rightbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-headbox .m-logo .text-box {
  margin-left: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.m-headbox .m-logo .text-box p:nth-child(1) {
  color: #ffffff;
  font-size: 24rem;
  text-align: center;
  letter-spacing: 5rem;
  text-shadow: 2rem 2rem 3rem #000000;
}

.m-headbox .m-logo .text-box p:nth-child(2) {
  font-weight: bold;
  font-size: 10rem;
}

.m-headbox .m-logo img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.m-headbox .list-button {
  height: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.m-headbox .list-button .mlangchange {
  width: 30rem;
  height: 100%;
  position: relative;
  margin-right: 20rem;
  line-height: 40rem;
}

.m-headbox .list-button .mlangchange .pic-box {
  height: 100%;
}

.m-headbox .list-button .mlangchange .showbox {
  display: none;
  transition: unset;
  width: 300%;
  height: auto;
  position: absolute;
  background: #2EA199;
  font-size: 20rem;
  color: #fff;
  text-align: center;
  right: -100%;
  line-height: 40rem;
}

.m-headbox .list-button .mlangchange .showbox a {
  display: inline-block;
  width: 100%;
  border-top: 1rem #ffffff52 solid;
}

.m-headbox .list-button .linebox {
  display: flex;
  width: 30rem;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.m-headbox .list-button .line {
  width: 100%;
  height: 4rem;
  background: #f8b300;
  margin: 3rem 0;
  border-radius: 50rem;
}




.m-headbox  .phonebox .iconbox img {
  width: 100%;
  height: 100%;
}


.m-headbox .phonebox {
  display: flex;
  align-items: center;
  margin: 0 16rem;
  /* display: none; */
}

.m-headbox .phonebox a.search {
  display: block;
  width: 26rem;
  height: 26rem;
  margin: 0 4rem;
  cursor: pointer;
}

.m-headbox .phonebox .searchbox {
  height: 30rem;
  background: #fff;
  /* border-radius: 62rem; */
  overflow: hidden;
  display: flex;
  border: 1rem solid #24242875 !important;
  align-items: center;
}

.m-headbox .phonebox .searchbox input {
  background: transparent;
  height: 100%;
  display: block;
}

.m-headbox .headIcon .inputbox button:hover {
  background: #ed6f00;
}

.m-headbox .phonebox .search img {
  width: 100%;
  height: 100%;
}


.m-headbox .headIcon .inputbox {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 36vh;
  background: #ffffff;
  transition: all .6s;
  transform: translateY(-200vh);
  z-index: -1;
}

.m-headbox .headIcon .showinput>img {
  filter: brightness(0);
  width: 20rem;
  object-fit: cover;
  /* transition: all .6s; */
}



.m-headbox .headIcon .inputbox form {
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.m-headbox .headIcon .inputbox .searchbox {
  /* position: relative; */
  width: 80%;
  height: 45rem;
  /* box-shadow: 0rem 0rem 5rem #e6200d59; */
}

.m-headbox .headIcon .inputbox .imglogo {}

.m-headbox .headIcon .inputbox .imglogo img {
  max-width: 200rem;
}

.m-headbox .headIcon .inputbox .fenlei {
  margin: 30rem 0;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-headbox .headIcon .inputbox .fenlei a {
  font-size: 18rem;
  color: #fff;
  position: relative;
  padding: 0 30rem;
  margin: 0;
  transition: all .6s;
}

.m-headbox .headIcon .inputbox .fenlei a:hover {
  color: #fea80d;
}

.m-headbox .headIcon .inputbox .fenlei a:hover:before {
  background: #fbac09;
}

.m-headbox .headIcon .inputbox .fenlei a:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 94%;
  background: #fff;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
}

.m-headbox .headIcon .inputbox .searchbox .isbox:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30rem;
  height: 2rem;
  background: #666;
  transition: all .6s;
  transform: rotateZ(45deg);
  cursor: pointer;
}

.m-headbox .headIcon .inputbox .searchbox .isbox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 30rem;
  height: 2rem;
  background: #666;
  transition: all .6s;
  transform: rotateZ(-45deg);
  cursor: pointer;
}

.m-headbox .headIcon .inputbox input {
  width: 82%;
  height: 100%;
  color: #000;
  font-size: 14rem;
  padding-left: 2%;
  display: flex;
  align-items: center;
}

.m-headbox .headIcon .inputbox button {
  /* position: absolute; */
  /* top: 50%; */
  left: 2%;
  border: none;
  outline: none;
  width: 19%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0086ba;
  cursor: pointer;
  transition: all .6s;
}

.m-headbox .headIcon .inputbox .searchbox .isbox {
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 50rem;
  height: 50rem;
  transform: translateX(-50%);
  cursor: pointer;
}

.m-headbox .headIcon .inputbox .searchbox .isbox:hover:before {
  transform: rotateZ(0deg);
}

.m-headbox .headIcon .inputbox .searchbox .isbox:hover:after {
  transform: rotateZ(0deg);
}

.m-headbox .headIcon .inputbox button .search {
  width: 22rem;
  height: 22rem;
  display: block;
  background: transparent;
}

.m-headbox .headIcon .inputbox button .search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  filter: brightness(200);
}

.m-top-menu {
  position: fixed !important;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60rem;
  z-index: 992;
  /* display: none; */
  transition: all .6s;
  transform: translateY(-100%);
  box-shadow: 0rem 0rem 5rem #00000042;
}



.m-top-menu>ul {
  width: 100%;
  overflow: scroll;
  /* background: #fff; */
  color: #333;
  /* text-align: center; */
  font-size: 16rem;
  /* display: flex; */
  flex-direction: column;
  /* align-content: flex-end; */
  /* position: absolute; */
  box-sizing: border-box;
  padding: 14rem;
  padding-bottom: 0;
  margin-bottom: 0;
  top: 0;
  left: 0;
  box-shadow: 0rem 0rem .05rem #000000e0;
}

.m-top-menu>ul a {
  color: #000;
}

.m-top-menu.active>ul>li {
  opacity: 1;
  transform: translateX(0);
}

.m-top-menu>ul>li {
  width: 100%;
  padding: 16rem;
  /* background: #fff; */
  /* margin-bottom: 18rem; */
  /* border-radius: 6rem; */
  padding-left: 0;
  overflow: hidden;
  /* padding-bottom: 20rem; */
  /* text-align: center; */
  border: none;
  border-bottom: 1rem solid #9999994d;
  ll .4s ease;
  /* animation: dhmyfadedown .4s; */
  opacity: 0;
  transform: translateX(100rem);
}

.m-top-menu>ul>li:last-child {
    border-bottom: 0;
}

.m-top-menu>ul>li:hover,.m-top-menu>ul>li.active {
  border-color: #f8b300;
}

.m-top-menu>ul>li:hover>a,.m-top-menu>ul>li.active >a {
  color: #f8b300;
}

.m-top-menu>ul>li>a {
  font-size: 14rem;
  color: #999;
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-top-menu>ul>li>a img {
  width: 20rem;
  transition: all .6s;
}

.m-top-menu>ul>li>a img:hover {
  /* transform: rotate(180deg); */
}

.m-top-menu>ul>li .caidanbox {
  /* margin-top: 7rem; */
  display: none;
  /* transition: all 2s; */
  padding: 0rem 15rem;
  padding-top: 10rem;
}

.m-top-menu>ul>li .caidanbox a {
  font-size: 14rem;
  color: #fff;
}

.m-top-menu>ul>li:hover .caidanbox a {
  color: #fff;
}

.m-top-menu>ul>li .caidanbox li {
  padding: 8rem 0;
  /* margin-top: 17rem; */
}

.m-top-menu>ul>li>ul {
  display: none;
}

.m-top-menu>ul>li:hover ul {
  display: block;
}

.m-top-menu>ul>li>ul {
  margin-top: 15rem;
  margin-bottom: 30rem;
}

.m-top-menu>ul>li>ul>a {
  display: block;
  margin: 15rem 0;
  color: #858585;
}

.header_w{
  display: none;
}
.footer_w {
  display: none !important;
}
.w1400 {
  width: 95% !important;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
