﻿.header_w {
  background: #fff;
  border-bottom: 1rem solid #ccc;
  height: 121rem;
}
.header_w .header {
  height: 120rem;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_w .header .logo {
  width: 34%;
  transition: all .3s;
}

.header_w .header .logo img {
    width: 100%;
}
.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 {
  /* height: 650rem; */
}
.in_banner .in_banner_swiper {
  width: 100%;
  height: 100%;
}
.in_banner .in_banner_swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.in_banner .in_banner_swiper .swiper-slide span {
  display: block;
  width: 300%;
  height: 100%;
  text-align: center;
  margin-left: -100%;
}
.in_banner .in_banner_pa {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20rem;
  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: 40rem;
  color: #333;
  line-height: 50rem;
  font-weight: 500;
}
.in_title .en {
  font-size: 24rem;
  color: #666;
  line-height: 40rem;
  text-transform: uppercase;
}
.in_service_w .in_service {
  padding: 100rem 0 120rem;
}
.in_service_w .in_service .list {
  padding-top: 70rem;
}
.in_service_w .in_service .list .item {
  float: left;
  width: 25%;
  text-align: center;
  padding: 40rem;
  box-sizing: border-box;
  border-radius: 10rem;
}
.in_service_w .in_service .list .item .img img {
  width: 160rem;
  border-radius: 50%;
}
.in_service_w .in_service .list .item .title {
  font-size: 24rem;
  font-weight: 500;
  line-height: 50rem;
  padding-top: 10rem;
}
.in_service_w .in_service .list .item .text {
  font-size: 14rem;
  color: #666;
  line-height: 24rem;
}
.in_service_w .in_service .list .item .more {
  padding-top: 25rem;
}
.in_service_w .in_service .list .item .more a {
  display: inline-block;
  width: 120rem;
  line-height: 32rem;
  border-radius: 32rem;
  border: 1rem solid #E4E4E4;
  font-size: 14rem;
  color: #666;
}
.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;
  height: 220rem;
}
.in_decoration_w .in_decoration .left {
  width: 310rem;
  text-align: right;
  border-bottom: 2rem solid #F8B300;
  padding: 60rem 0 10rem;
}
.in_decoration_w .in_decoration .left .en {
  font-size: 24rem;
  color: #ccc;
  line-height: 40rem;
  text-transform: uppercase;
  letter-spacing: 5rem;
}
.in_decoration_w .in_decoration .left .cn {
  font-size: 28rem;
  color: #666;
  line-height: 40rem;
  letter-spacing: 5rem;
}
.in_decoration_w .in_decoration .why {
  width: 250rem;
  margin-left: 40rem;
  padding-top: 100rem;
}
.in_decoration_w .in_decoration .why .cn {
  font-size: 16rem;
  color: #666;
  line-height: 30rem;
}
.in_decoration_w .in_decoration .why .en {
  font-size: 12rem;
  color: #666;
  line-height: 15rem;
  opacity: .2;
}
.in_decoration_w .in_decoration .right {
  width: 640rem;
  padding-top: 60rem;
}
.in_decoration_w .in_decoration .right .item {
  float: left;
  width: 320rem;
  line-height: 60rem;
}
.in_decoration_w .in_decoration .right .item .icon i {
  font-size: 16rem;
  color: #FF913D;
}
.in_decoration_w .in_decoration .right .item .cn {
  font-size: 16rem;
  color: #666;
  padding: 0 5rem;
}
.in_decoration_w .in_decoration .right .item .en {
  font-size: 12rem;
  color: #999;
  text-transform: uppercase;
  opacity: .5;
}
.in_case_w .in_case {
  padding: 100rem 0 80rem;
}
.in_case_w .in_case .top {
  padding-top: 80rem;
}
.in_case_w .in_case .top .menu a {
  float: left;
  display: inline-block;
  padding: 0 10rem;
  line-height: 36rem;
  font-size: 18rem;
  border-bottom: 4rem solid #fff;
  color: #666;
}
.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;
}
.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: 32%;
  overflow: hidden;
  border-radius: 10rem;
  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(3n) {
  margin-right: 0;
}
.in_case_w .in_case .list .item .img img {
  width: 440rem;
}
.in_case_w .in_case .list .item .bot {
  padding: 10rem 20rem;
}
.in_case_w .in_case .list .item .bot .title {
  font-size: 18rem;
  line-height: 25rem;
  transition: all .3s;
}
.in_case_w .in_case .list .item .bot .text {
  font-size: 14rem;
  color: #666;
  line-height: 25rem;
}
.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: 40rem;
}
.in_case_w .in_case .more a {
  display: inline-block;
  width: 160rem;
  line-height: 40rem;
  border-radius: 40rem;
  background: #F8B300;
  box-shadow: 0rem 10rem 20rem 0rem rgba(248, 179, 0, 0.2);
  font-size: 16rem;
  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: 160rem 0 80rem;
}
.in_about_w .in_about .top .img img {
  width: 700rem;
  height: 520rem;
}
.in_about_w .in_about .top .right {
  width: 700rem;
  height: 520rem;
  background: #fff;
  box-sizing: border-box;
  padding: 70rem 80rem 0 60rem;
}
.in_about_w .in_about .top .right .in_title {
  text-align: left;
}
.in_about_w .in_about .top .right .con {
  font-size: 20rem;
  color: #666;
  line-height: 40rem;
  padding-top: 40rem;
}
.in_about_w .in_about .top .right .more {
  text-align: right;
  padding-top: 60rem;
}
.in_about_w .in_about .top .right .more a {
  font-size: 20rem;
  color: #666;
}
.in_about_w .in_about .top .right .more a i {
  font-size: 18rem;
  color: #F8B300;
  padding-left: 5rem;
}
.in_about_w .in_about .bottom {
  padding-top: 130rem;
}
.in_about_w .in_about .bottom .item {
  float: left;
  width: 350rem;
  text-align: center;
}
.in_about_w .in_about .bottom .item .icon i {
  font-size: 60rem;
  color: #F8B300;
}
.in_about_w .in_about .bottom .item .num {
  font-size: 40rem;
  font-family: Arial;
  line-height: 50rem;
  padding-top: 30rem;
}
.in_about_w .in_about .bottom .item .text {
  font-size: 20rem;
  line-height: 30rem;
}
.in_about_w .in_about .contact {
  text-align: center;
  padding-top: 110rem;
}
.in_about_w .in_about .contact a {
  display: inline-block;
  width: 160rem;
  line-height: 40rem;
  border-radius: 40rem;
  background: #F8B300;
  box-shadow: 0rem 10rem 20rem 0rem rgba(248, 179, 0, 0.2);
  font-size: 16rem;
  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 .in_plan {
  padding: 110rem 0 110rem;
}
.roundabout_box {
  width: 980rem;
  margin: 0 auto;
}
.roundabout_box ul {
  height: 800rem;
  margin: 0 auto;
}
.roundabout_box ul li {
  width: 980rem;
  height: 626rem;
  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: 28rem;
  font-weight: 600;
  line-height: 40rem;
  padding-top: 40rem;
}
.roundabout_box ul li .text {
  font-size: 20rem;
  color: #666;
  line-height: 30rem;
}
.in_customer_w {
  background: #F7F7F7;
}
.in_customer_w .in_customer {
  padding: 140rem 0 180rem;
}
.in_customer_w .in_customer .list {
  margin-top: 100rem;
  position: relative;
}
.in_customer_w .in_customer .list .in_customer_swiper {
  width: 1200rem;
  height: 300rem;
  margin: 0 auto;
}
.in_customer_w .in_customer .list .in_customer_ctrl {
  position: absolute;
  top: 50%;
  margin-top: -60rem;
  width: 56rem;
  height: 120rem;
  line-height: 120rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .3s;
}
.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: 20rem;
  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: 140rem 0 200rem;
}
.in_news_w .in_news .top {
  padding-top: 80rem;
}
.in_news_w .in_news .top .menu a {
  float: left;
  display: inline-block;
  padding: 0 10rem;
  line-height: 36rem;
  font-size: 18rem;
  border-bottom: 4rem solid #fff;
  color: #666;
}
.in_news_w .in_news .top .menu a:hover {
  border-bottom: 4rem solid #F8B300;
}
.in_news_w .in_news .top .menu a.current {
  border-bottom: 4rem solid #F8B300;
}
.in_news_w .in_news .top .right {
  line-height: 36rem;
}
.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: 40rem;
}
.in_news_w .in_news .main .main_left {
  background: #F7F7F7;
}
.in_news_w .in_news .main .main_left a {
  width: 520rem;
  height: 480rem;
  display: block;
  box-sizing: border-box;
  padding: 20rem 30rem 0;
}
.in_news_w .in_news .main .main_left a .title {
  font-size: 20rem;
  line-height: 40rem;
}
.in_news_w .in_news .main .main_left a .line span {
  display: inline-block;
  width: 80rem;
  height: 1rem;
  background: #F8B300;
}
.in_news_w .in_news .main .main_left a .des {
  font-size: 16rem;
  color: #666;
  line-height: 24rem;
  margin-top: 10rem;
  margin-bottom: 25rem;
  height: 48rem;
}
.in_news_w .in_news .main .main_left a .img img {
  width: 460rem;
  height: 250rem;
}
.in_news_w .in_news .main .main_left a .more {
  line-height: 60rem;
  font-size: 20rem;
  color: #666;
}
.in_news_w .in_news .main .main_left a .more i {
  font-size: 18rem;
  color: #F8B300;
  padding-left: 5rem;
}
.in_news_w .in_news .main .main_right {
  width: 780rem;
}
.in_news_w .in_news .main .main_right .item {
  padding: 20rem 0;
}
.in_news_w .in_news .main .main_right .item .left {
  width: 580rem;
}
.in_news_w .in_news .main .main_right .item .left .title a {
  font-size: 20rem;
  line-height: 40rem;
}
.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: 16rem;
  color: #666;
  line-height: 24rem;
  margin-top: 10rem;
  height: 48rem;
}
.in_news_w .in_news .main .main_right .item .right {
  text-align: right;
  padding-right: 30rem;
  padding-top: 30rem;
}
.in_news_w .in_news .main .main_right .item .right .year {
  font-size: 24rem;
  font-weight: 600;
}
.in_news_w .in_news .main .main_right .item .right .day {
  font-size: 16rem;
}
.footer_w {
  background: #333;
}
.footer_w .footer {
  text-align: center;
  color: #fff;
  padding-top: 80rem;
}
.footer_w .footer .title {
  font-size: 56rem;
  line-height: 100rem;
}
.footer_w .footer .text span {
  display: inline-block;
  font-size: 24rem;
  position: relative;
  line-height: 30rem;
}
.footer_w .footer .text span::after {
  content: '';
  width: 80rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  left: -120rem;
  top: 15rem;
}
.footer_w .footer .text span::before {
  content: '';
  width: 80rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  right: -120rem;
  top: 15rem;
}
.footer_w .footer .contact {
  padding-top: 50rem;
}
.footer_w .footer .contact span {
  display: inline-block;
  font-size: 20rem;
  padding: 0 22rem;
  line-height: 50rem;
  border-radius: 10rem;
  border: 2rem solid #fff;
}
.footer_w .footer .bottom {
  padding: 80rem 0 30rem;
  font-size: 14rem;
  color: #F8F8F8;
  line-height: 24rem;
}
.footer_w .footer .bottom a {
  color: #F8F8F8;
}
.page_contact {
  padding-top: 80rem;
}
.page_contact .page_contact_top {
  border: 1rem solid #E9E9E9;
  padding: 10rem 0;
}
.page_contact .page_contact_top .left {
  width: 698rem;
  box-sizing: border-box;
  padding: 40rem 40rem 0 40rem;
}
.page_contact .page_contact_top .left .top .icon {
  width: 64rem;
  height: 64rem;
  text-align: center;
  line-height: 64rem;
  background: #F8B300;
  border-radius: 50%;
}
.page_contact .page_contact_top .left .top .icon i {
  font-size: 40rem;
  color: #fff;
}
.page_contact .page_contact_top .left .top .hotline {
  padding-left: 20rem;
}
.page_contact .page_contact_top .left .top .hotline .num {
  font-size: 40rem;
  line-height: 42rem;
  font-family: Arial;
}
.page_contact .page_contact_top .left .top .hotline .text {
  font-size: 20rem;
  line-height: 22rem;
}
.page_contact .page_contact_top .left .main .company {
  font-size: 28rem;
  line-height: 60rem;
  padding-top: 50rem;
}
.page_contact .page_contact_top .left .main .text {
  font-size: 18rem;
  line-height: 40rem;
}
.page_contact .page_contact_list {
  padding: 100rem 40rem 0;
  border-bottom: 1rem solid #E4E4E4;
}
.page_contact .page_contact_list .item {
  float: left;
  width: 500rem;
  margin-bottom: 100rem;
}
.page_contact .page_contact_list .item:nth-child(3n) {
  width: 320rem;
}
.page_contact .page_contact_list .item .company {
  font-size: 20rem;
  line-height: 50rem;
}
.page_contact .page_contact_list .item .text {
  font-size: 16rem;
  line-height: 32rem;
}
.page_contact .page_contact_form {
  padding-top: 40rem;
  padding-bottom: 120rem;
}
.page_contact .page_contact_form .text {
  font-size: 20rem;
  line-height: 100rem;
}
.page_contact .page_contact_form .input {
  padding-bottom: 40rem;
}
.page_contact .page_contact_form .input .item {
  position: relative;
}
.page_contact .page_contact_form .input .item input {
  width: 680rem;
  height: 60rem;
  border: 1rem solid #CCCCCC;
  padding: 0 20rem;
  box-sizing: border-box;
  font-size: 20rem;
}
.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: 40rem;
}
.page_contact .page_contact_form .textarea textarea {
  width: 1400rem;
  height: 400rem;
  border: 1rem solid #CCCCCC;
  padding: 15rem 20rem;
  box-sizing: border-box;
  font-size: 20rem;
  resize: none;
}
.page_contact .page_contact_form .button button {
  width: 240rem;
  height: 60rem;
  background: #F8B300;
  border-radius: 60rem;
  box-shadow: 0rem 10rem 10rem 0rem rgba(248, 179, 0, 0.2);
  border: none;
  font-size: 20rem;
  color: #fff;
  cursor: pointer;
}

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

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

}


.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
  display: none;
}

.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
  height: 50rem !important;
  line-height: 50rem !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: 14rem !important;
  line-height: 200% !important;
}

.page_about {
  padding-bottom: 200rem;
}
.page_about .page_about_title {
  font-size: 28rem;
  color: #000;
  line-height: 80rem;
  border-bottom: 1rem solid #D2D2D2;
  padding-top: 30rem;
  font-weight: 600;
}
.page_about .about {
  padding-top: 58rem;
  padding-bottom: 40rem;
}
.page_about .about .top .left {
  width: 680rem;
  font-size: 16rem;
  color: #333;
  line-height: 32rem;
}
.page_about .about .top .right {
  padding-top: 8rem;
}
.page_about .about .top .right img {
  width: 680rem;
}
.page_about .about .content {
  padding-top: 30rem;
  font-size: 16rem;
  color: #333;
  line-height: 32rem;
}
.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: 50rem 0;
  font-size: 16rem;
  color: #333;
  line-height: 32rem;
}
.page_about .img {
  padding: 50rem 0;
}
.page_about .img img {
  max-width: 100%;
}
.page_news_list .menu {
  padding-top: 60rem;
  padding-bottom: 40rem;
}
.page_news_list .menu .item {
  margin-right: 10rem;
  float: left;
}
.page_news_list .menu .item a {
  display: inline-block;
  line-height: 30rem;
  border-radius: 30rem;
  padding: 0 12rem;
  font-size: 16rem;
}
.page_news_list .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_news_list .list .item {
  padding: 40rem 0;
  border-bottom: 1rem solid #E4E4E4;
}
.page_news_list .list .item:last-child {
  border-bottom: none;
}
.page_news_list .list .item a .date {
  width: 170rem;
  font-size: 16rem;
  line-height: 60rem;
}
.page_news_list .list .item a .main {
  width: 950rem;
}
.page_news_list .list .item a .main .title {
  font-size: 18rem;
  font-weight: 600;
  line-height: 60rem;
}
.page_news_list .list .item a .main .des {
  font-size: 16rem;
  color: #666;
  line-height: 30rem;
}
.page_news_list .list .item a .img img {
  width: 200rem;
}
.page_news_detail .menu {
  padding-top: 60rem;
  padding-bottom: 40rem;
}
.page_news_detail .menu .item {
  margin-right: 10rem;
  float: left;
}
.page_news_detail .menu .item a {
  display: inline-block;
  line-height: 30rem;
  border-radius: 30rem;
  padding: 0 12rem;
  font-size: 16rem;
}
.page_news_detail .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_news_detail .main .left {
  width: 1080rem;
}
.page_news_detail .main .left .top {
  padding: 30rem 0;
  border-bottom: 1rem solid #eaeaea;
}
.page_news_detail .main .left .top .title {
  font-size: 24rem;
  color: #333;
  line-height: 30rem;
}
.page_news_detail .main .left .top .date {
  font-size: 16rem;
  color: #999;
  line-height: 30rem;
  padding-top: 10rem;
}
.page_news_detail .main .left .content {
  padding: 40rem 0;
  font-size: 16rem;
  color: #333;
  line-height: 36rem;
  border-bottom: 1rem solid #eaeaea;
}
.page_news_detail .main .left .content img {
  width: 100% !important;
}
.page_news_detail .main .left .page {
  padding: 50rem 0;
  font-size: 16rem;
  color: #333;
}
.page_news_detail .main .left .page a {
  color: #333;
}
.page_news_detail .main .right {
  width: 280rem;
}
.page_news_detail .main .right .top {
  font-size: 24rem;
  color: #333;
  line-height: 60rem;
  border-bottom: 1rem solid #E4E4E4;
}
.page_news_detail .main .right .list .item {
  margin-top: 40rem;
}
.page_news_detail .main .right .list .item .img {
  padding-bottom: 10rem;
}
.page_news_detail .main .right .list .item .img img {
  width: 280rem;
}
.page_news_detail .main .right .list .item .title {
  font-size: 18rem;
  color: #333;
  line-height: 25rem;
  font-weight: 600;
}
.page_news_detail .main .right .list .item .des {
  font-size: 16rem;
  color: #666;
  line-height: 25rem;
}
.page_case_list .menu {
  border-bottom: 1rem solid #F8B300;
  padding-top: 60rem;
}
.page_case_list .menu .item {
  float: left;
}
.page_case_list .menu .item a {
  display: block;
  width: 127rem;
  line-height: 50rem;
  text-align: center;
  font-size: 16rem;
}
.page_case_list .menu .item.current a {
  background: #F8B300;
  color: #fff;
}
.page_case_list .type {
  padding: 30rem 0 60rem;
}

.aside-bottom {}

.aside-bottom .father {}

.aside-bottom .father > li {
    display: flex;
    align-items: center;
    padding: 10rem 0;
}

.aside-bottom .father  li a {
    margin-right: 7rem;
    font-size: 16rem;
    line-height: 30rem;
    border-radius: 30rem;
    color: #333;
    padding: 0 12rem;
    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 {
    display: flex;
    align-items: center;
}
.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: 32%;
  overflow: hidden;
  border-radius: 10rem;
  background: #fff;
  margin-bottom: 2%;
  margin-right: 2%;
  transition: all .3s;
}

.page_case_list .list {
    display: flex;
    flex-wrap: wrap;
}
.page_case_list .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.page_case_list .list .item .img img {
  width: 100%;
}
.page_case_list .list .item .bot {
  padding: 10rem 20rem;
}
.page_case_list .list .item .bot .title {
  font-size: 18rem;
  line-height: 25rem;
  transition: all .3s;
}
.page_case_list .list .item .bot .text {
  font-size: 14rem;
  color: #666;
  line-height: 25rem;
}
.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: 100rem;
}
.page_case_detail .menu {
  border-bottom: 1rem solid #F8B300;
  padding-top: 60rem;
}
.page_case_detail .menu .item {
  float: left;
}
.page_case_detail .menu .item a {
  display: block;
  width: 127rem;
  line-height: 50rem;
  text-align: center;
  font-size: 16rem;
}
.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: 60rem;
  border-top: 1rem solid #E4E4E4;
}
.page_case_detail .page_top .img img {
  width: 880rem;
}
.page_case_detail .page_top .right {
  width: 470rem;
}
.page_case_detail .page_top .right .title {
  font-size: 28rem;
  line-height: 40rem;
  padding: 20rem 0;
}
.page_case_detail .page_top .right .text {
  font-size: 16rem;
  line-height: 32rem;
  padding-bottom: 40rem;
}
.page_case_detail .page_top .right .hotline {
  padding-top: 40rem;
  border-top: 1rem solid #E4E4E4;
}
.page_case_detail .page_top .right .hotline .icon i {
  display: inline-block;
  width: 32rem;
  height: 32rem;
  text-align: center;
  line-height: 32rem;
  border-radius: 50%;
  background: #F8B300;
  font-size: 18rem;
  color: #fff;
}
.page_case_detail .page_top .right .hotline .num {
  font-size: 28rem;
  line-height: 32rem;
  padding-left: 10rem;
}
.page_case_detail .page_top .right .hotline .num span {
  color: #F8B300;
}
.page_case_detail .page_title {
  text-align: center;
  padding: 120rem 0 60rem;
}
.page_case_detail .page_title span {
  display: inline-block;
  line-height: 44rem;
  font-size: 24rem;
  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;
}

.page_banner img {
    width: 100%;
}

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

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

.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 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: none !important;
}
.m-top-menu{
  display: none !important;
}
.m-footer_w {
  display: none !important;
}