.header {
  width: 100%;
  height: .88rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.header .logo img {
  height: .4rem;
  display: block;
}
.header .menu {
  width: .5rem;
}
.header .menu i {
  font-size: .4rem;
  color: #e60012;
}
.header .right {
  width: .5rem;
}
.nav {
  position: fixed;
  top: .88rem;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0 .3rem .3rem;
  display: none;
}
.nav .item a {
  display: block;
  line-height: .9rem;
  border-bottom: 1px solid #eaeaea;
  font-size: .28rem;
  color: #999;
}
.nav .item.current a {
  color: #e60012;
}
.nav .item:last-child a {
  border-bottom: none;
}
.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_home_title {
  text-align: center;
}
.page_home_title .cn {
  font-size: .36rem;
  color: #333;
  line-height: .5rem;
  font-weight: 600;
}
.page_home_title .en {
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
  text-transform: uppercase;
}
.page_home {
  background: #fff;
}
.page_home .banner {
  padding-top: .88rem;
}
.page_home .service {
  padding: .8rem .3rem;
}
.page_home .service .list {
  padding-top: .8rem;
  display: flex;
  flex-wrap: wrap;
}
.page_home .service .list .item {
  width: 50%;
  text-align: center;
  padding: .3rem;
  box-sizing: border-box;
}
.page_home .service .list .item .img img {
  width: 1.6rem;
  border-radius: 50%;
}
.page_home .service .list .item .title {
  font-size: .28rem;
  font-weight: 600;
  line-height: .5rem;
  padding-top: .1rem;
}
.page_home .service .list .item .text {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
}
.page_home .service .list .item .more {
  padding-top: .35rem;
}
.page_home .service .list .item .more a {
  display: inline-block;
  width: 1.6rem;
  line-height: .48rem;
  border-radius: .48rem;
  border: 1px solid #E4E4E4;
  font-size: .24rem;
  color: #666;
}
.page_home .decoration {
  background: #F7F7F7;
  padding: 0 .3rem;
}
.page_home .decoration .top {
  height: 2rem;
  display: flex;
  align-items: center;
}
.page_home .decoration .top .left {
  width: 3rem;
  text-align: right;
  border-bottom: 2px solid #e60012;
  padding-bottom: .1rem;
}
.page_home .decoration .top .left .en {
  font-size: .24rem;
  color: #ccc;
  line-height: .4rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
}
.page_home .decoration .top .left .cn {
  font-size: .32rem;
  color: #666;
  line-height: .4rem;
  letter-spacing: .05rem;
  font-weight: 600;
}
.page_home .decoration .top .why {
  width: 3.6rem;
  margin-left: .4rem;
  padding-top: .1rem;
}
.page_home .decoration .top .why .cn {
  font-size: .24rem;
  color: #666;
  line-height: .4rem;
}
.page_home .decoration .top .why .en {
  font-size: .12rem;
  color: #666;
  line-height: .2rem;
  opacity: .2;
}
.page_home .decoration .list {
  padding: .2rem .2rem .6rem;
  display: flex;
  flex-wrap: wrap;
}
.page_home .decoration .list .item {
  width: 50%;
  height: .6rem;
  display: flex;
  align-items: center;
}
.page_home .decoration .list .item .icon i {
  font-size: .26rem;
  color: #FF913D;
}
.page_home .decoration .list .item .cn {
  font-size: .2rem;
  color: #666;
  padding: 0 .05rem;
  white-space: nowrap;
}
.page_home .decoration .list .item .en {
  font-size: .12rem;
  color: #999;
  text-transform: uppercase;
  opacity: .5;
  white-space: nowrap;
  transform: scale(0.6);
  transform-origin: 0;
}
.page_home .case {
  padding: .8rem .2rem;
}
.page_home .case .top {
  padding-top: .8rem;
}
.page_home .case .top .menu {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: .1rem;
}
.page_home .case .top .menu a {
  display: block;
  line-height: .5rem;
  font-size: .28rem;
  white-space: nowrap;
  margin-right: .2rem;
  border-bottom: 2px solid #fff;
}
.page_home .case .top .menu a.current {
  border-bottom: 2px solid #e60012;
}
.page_home .case .list {
  padding-top: .2rem;
  display: flex;
  flex-wrap: wrap;
}
.page_home .case .list .item {
  width: 3.45rem;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  margin-bottom: .2rem;
  margin-right: .2rem;
}
.page_home .case .list .item:nth-child(2n) {
  margin-right: 0;
}
.page_home .case .list .item .img img {
  width: 3.45rem;
}
.page_home .case .list .item .bot {
  padding: .1rem .2rem;
}
.page_home .case .list .item .bot .title {
  font-size: .26rem;
  line-height: .4rem;
}
.page_home .case .list .item .bot .text {
  font-size: .22rem;
  color: #999;
  line-height: .3rem;
}
.page_home .case .more {
  text-align: center;
  padding-top: .6rem;
}
.page_home .case .more a {
  display: inline-block;
  width: 2.8rem;
  line-height: .8rem;
  border-radius: .8rem;
  background: #e60012;
  box-shadow: 0px 10px 20px 0px rgba(248, 179, 0, 0.2);
  font-size: .28rem;
  color: #fff;
}
.page_home .about {
  padding: .8rem .2rem;
  background: #F7F7F7;
}
.page_home .about .top {
  padding-top: .8rem;
}
.page_home .about .top .img img {
  width: 100%;
}
.page_home .about .top .text {
  padding-top: .1rem;
}
.page_home .about .top .text .con {
  font-size: .28rem;
  color: #999;
  line-height: .48rem;
}
.page_home .about .top .text .more {
  text-align: right;
}
.page_home .about .top .text .more a {
  font-size: .28rem;
  color: #666;
}
.page_home .about .top .text .more a i {
  font-size: .26rem;
  color: #e60012;
  padding-left: .05rem;
}
.page_home .about .bottom {
  padding-top: .8rem;
  display: flex;
}
.page_home .about .bottom .item {
  flex: 1;
  text-align: center;
}
.page_home .about .bottom .item .icon i {
  font-size: .48rem;
  color: #e60012;
}
.page_home .about .bottom .item .num {
  font-size: .32rem;
  font-family: Arial;
  line-height: .5rem;
  padding-top: .2rem;
}
.page_home .about .bottom .item .text {
  font-size: .2rem;
  line-height: .3rem;
}
.page_home .about .contact {
  text-align: center;
  padding-top: .6rem;
}
.page_home .about .contact a {
  display: inline-block;
  width: 2.8rem;
  line-height: .8rem;
  border-radius: .8rem;
  background: #e60012;
  box-shadow: 0px 10px 20px 0px rgba(248, 179, 0, 0.2);
  font-size: .28rem;
  color: #fff;
}
.page_home .plan {
  padding: .8rem .3rem .4rem;
}
.page_home .plan .roundabout_box {
  width: 6.9rem;
  margin: 0 auto;
}
.page_home .plan .roundabout_box ul {
  height: 6.8rem;
  margin: 0 auto;
}
.page_home .plan .roundabout_box ul li {
  width: 6.9rem;
  height: 5.8rem;
  text-align: center;
}
.page_home .plan .roundabout_box ul li img {
  width: 100%;
}
.page_home .plan .roundabout_box ul li .title {
  font-size: .28rem;
  font-weight: 600;
  line-height: .5rem;
  padding-top: .4rem;
}
.page_home .plan .roundabout_box ul li .text {
  font-size: .24rem;
  color: #999;
  line-height: .3rem;
}
.page_home .customer {
  padding: .8rem 0;
  background: #F7F7F7;
}
.page_home .customer .list {
  margin: .6rem .2rem 0;
  padding: 0 .5rem;
  position: relative;
}
.page_home .customer .list .in_customer_swiper img {
  /*opacity: .4;*/
  /*filter: grayscale(100%);*/
  transition: all .3s;
}
.page_home .customer .list .in_customer_swiper img:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.page_home .customer .list .in_customer_ctrl {
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  width: .4rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all .3s;
}
.page_home .customer .list .in_customer_ctrl i {
  font-size: .3rem;
  color: #999;
}
.page_home .customer .list .in_customer_ctrl.left {
  left: 0;
}
.page_home .customer .list .in_customer_ctrl.right {
  right: 0;
}
.page_home .news {
  padding: .8rem .2rem;
}
.page_home .news .top {
  padding-top: .8rem;
}
.page_home .news .top .menu {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding-bottom: .1rem;
}
.page_home .news .top .menu a {
  display: block;
  line-height: .5rem;
  font-size: .28rem;
  white-space: nowrap;
  margin-right: .2rem;
  border-bottom: 2px solid #fff;
}
.page_home .news .top .menu a.current {
  border-bottom: 2px solid #e60012;
}
.page_home .news .main {
  padding-top: .4rem;
}
.page_home .news .main .main_left {
  background: #F7F7F7;
}
.page_home .news .main .main_left a {
  width: 7.1rem;
  display: block;
  box-sizing: border-box;
  padding: .25rem .2rem 0;
}
.page_home .news .main .main_left a .title {
  font-size: .28rem;
  line-height: .36rem;
  font-weight: 600;
}
.page_home .news .main .main_left a .line span {
  display: inline-block;
  width: .8rem;
  height: 1px;
  background: #e60012;
}
.page_home .news .main .main_left a .des {
  font-size: .24rem;
  color: #666;
  line-height: .36rem;
  margin-top: .15rem;
  margin-bottom: .15rem;
}
.page_home .news .main .main_left a .img img {
  width: 100%;
}
.page_home .news .main .main_left a .more {
  line-height: 1rem;
  font-size: .28rem;
  color: #666;
  text-align: right;
}
.page_home .news .main .main_left a .more i {
  font-size: .3rem;
  color: #e60012;
  padding-left: 5px;
}
.page_home .news .main .main_right {
  padding-top: .1rem;
}
.page_home .news .main .main_right .item {
  padding: .25rem 0;
}
.page_home .news .main .main_right .item .topp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_home .news .main .main_right .item .topp .title {
  width: 4.8rem;
}
.page_home .news .main .main_right .item .topp .title a {
  font-size: .28rem;
  line-height: .36rem;
  font-weight: 600;
}
.page_home .news .main .main_right .item .topp .right {
  font-size: .24rem;
  color: #999;
}
.page_home .news .main .main_right .item .line span {
  display: inline-block;
  width: .8rem;
  height: 1px;
  background: #e60012;
}
.page_home .news .main .main_right .item .des {
  font-size: .24rem;
  color: #999;
  line-height: .36rem;
  margin-top: 10px;
}
.footer {
  text-align: center;
  color: #fff;
  padding-top: .5rem;
  background: #333;
}
.footer .title {
  font-size: .4rem;
  line-height: 1rem;
}
.footer .text span {
  display: inline-block;
  font-size: .24rem;
  position: relative;
  line-height: .4rem;
}
.footer .text span::after {
  content: '';
  width: .48rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -0.8rem;
  top: .2rem;
}
.footer .text span::before {
  content: '';
  width: .48rem;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -0.8rem;
  top: .2rem;
}
.footer .contact {
  padding-top: .3rem;
}
.footer .contact span {
  display: inline-block;
  font-size: .2rem;
  padding: 0 .12rem;
  line-height: .48rem;
  border-radius: .1rem;
  border: 1px solid #fff;
}
.footer .bottom {
  padding: .6rem 0 .4rem;
  font-size: .18rem;
  color: #F8F8F8;
  line-height: .36rem;
}
.footer .bottom a {
  color: #F8F8F8;
}
.page_banner {
  padding-top: .88rem;
}
.page_about {
  padding: 0 .2rem;
}
.page_about .page_about_title {
  font-size: .32rem;
  color: #000;
  line-height: 1rem;
  border-bottom: 1px solid #D2D2D2;
  padding-top: .3rem;
  font-weight: 600;
}
.page_about .about {
  padding: .4rem 0;
}
.page_about .about .image img {
  width: 100%;
}
.page_about .about .content {
  padding-top: .4rem;
}
.page_about .about .content .title {
  font-size: .28rem;
  font-weight: 600;
  line-height: .56rem;
}
.page_about .about .content .text {
  font-size: .28rem;
  line-height: .56rem;
}
.page_about .culture {
  padding: .4rem 0;
  font-size: .28rem;
  color: #333;
  line-height: .56rem;
}
.page_about .img {
  padding: .4rem 0;
}
.page_contact {
  padding: .2rem;
}
.page_contact .page_contact_top {
  border: 1px solid #E9E9E9;
}
.page_contact .page_contact_top .left {
  box-sizing: border-box;
  padding: .4rem .2rem;
}
.page_contact .page_contact_top .left .top .icon {
  width: .7rem;
  height: .7rem;
  text-align: center;
  line-height: .7rem;
  background: #e60012;
  border-radius: 50%;
}
.page_contact .page_contact_top .left .top .icon i {
  font-size: .4rem;
  color: #fff;
}
.page_contact .page_contact_top .left .top .hotline {
  padding-left: .2rem;
}
.page_contact .page_contact_top .left .top .hotline .num {
  font-size: .4rem;
  line-height: .4rem;
  font-family: Arial;
}
.page_contact .page_contact_top .left .top .hotline .text {
  font-size: .2rem;
  line-height: .3rem;
}
.page_contact .page_contact_top .left .main .company {
  font-size: .36rem;
  line-height: .8rem;
  padding-top: .4rem;
  font-weight: 600;
}
.page_contact .page_contact_top .left .main .text {
  font-size: .28rem;
  line-height: .56rem;
}
.page_contact .page_contact_top .right #map {
  width: 7.1rem;
  height: 5rem;
}
.page_contact .page_contact_list {
  padding: .5rem .3rem 0;
  border-bottom: 1px solid #E4E4E4;
}
.page_contact .page_contact_list .item {
  margin-bottom: .5rem;
}
.page_contact .page_contact_list .item:nth-child(3n) {
  width: 320px;
}
.page_contact .page_contact_list .item .company {
  font-size: .28rem;
  line-height: .8rem;
  font-weight: 600;
}
.page_contact .page_contact_list .item .text {
  font-size: .28rem;
  line-height: .56rem;
}
.page_contact .page_contact_form {
  padding-top: .4rem;
  padding-bottom: .6rem;
}
.page_contact .page_contact_form .text {
  font-size: .28rem;
  line-height: .48rem;
  padding-bottom: .4rem;
}
.page_contact .page_contact_form .input {
  padding-bottom: .3rem;
  position: relative;
}
.page_contact .page_contact_form .input input {
  width: 100%;
  height: 1rem;
  border: 1px solid #CCCCCC;
  padding: 0 .2rem;
  box-sizing: border-box;
  font-size: .28rem;
}
.page_contact .page_contact_form .input label.error {
  position: absolute;
  right: .2rem;
  top: 0;
  line-height: 1rem;
  color: #e60012;
}
.page_contact .page_contact_form .textarea {
  padding-bottom: .3rem;
}
.page_contact .page_contact_form .textarea textarea {
  width: 100%;
  height: 3rem;
  border: 1px solid #CCCCCC;
  padding: .15rem .2rem;
  box-sizing: border-box;
  font-size: .28rem;
  resize: none;
  font-family: '微软雅黑';
}
.page_contact .page_contact_form .button {
  text-align: center;
  padding-top: .2rem;
}
.page_contact .page_contact_form .button button {
  width: 2.8rem;
  height: .8rem;
  background: #e60012;
  border-radius: .8rem;
  box-shadow: 0px 10px 10px 0px rgba(248, 179, 0, 0.2);
  border: none;
  font-size: .28rem;
  color: #fff;
  cursor: pointer;
}
.page_news_list {
  padding: 0 .2rem;
}
.page_news_list .menu {
  border-bottom: 1px solid #e60012;
  padding-top: .2rem;
  display: flex;
}
.page_news_list .menu .item a {
  display: block;
  width: 1.4rem;
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
}
.page_news_list .menu .item.current a {
  background: #e60012;
  color: #fff;
}
.page_news_list .list .item {
  padding: .4rem 0;
  border-bottom: 1px solid #E4E4E4;
}
.page_news_list .list .item:last-child {
  border-bottom: none;
}
.page_news_list .list .item a {
  display: flex;
  justify-content: space-between;
}
.page_news_list .list .item a .main {
  width: 4.1rem;
}
.page_news_list .list .item a .main .title {
  font-size: .3rem;
  font-weight: 600;
  line-height: .4rem;
}
.page_news_list .list .item a .main .des {
  font-size: .24rem;
  color: #999;
  line-height: .34rem;
  margin-top: .1rem;
}
.page_news_list .list .item a .img img {
  width: 2.8rem;
}
.page_news_detail {
  padding: 0 .2rem;
}
.page_news_detail .menu {
  border-bottom: 1px solid #e60012;
  padding-top: .2rem;
  display: flex;
}
.page_news_detail .menu .item a {
  display: block;
  width: 1.4rem;
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
}
.page_news_detail .menu .item.current a {
  background: #e60012;
  color: #fff;
}
.page_news_detail .main .top {
  padding: .3rem 0;
  border-bottom: 1px solid #eaeaea;
}
.page_news_detail .main .top .title {
  font-size: .4rem;
  color: #333;
  line-height: .5rem;
}
.page_news_detail .main .top .date {
  font-size: .24rem;
  color: #999;
  line-height: .4rem;
  padding-top: .1rem;
}
.page_news_detail .main .content {
  padding: .3rem 0;
  font-size: .28rem;
  color: #333;
  line-height: .56rem;
  border-bottom: 1px solid #eaeaea;
}
.page_news_detail .main .content img {
  width: 100% !important;
}
.page_news_detail .main .page {
  padding: .5rem 0;
  font-size: .28rem;
  color: #333;
  display: flex;
  flex-direction: column;
}
.page_news_detail .main .page p {
  line-height: .5rem;
}
.page_news_detail .main .page a {
  color: #333;
}
.page_case_list {
  padding: 0 .2rem;
}
.page_case_list .menu {
  border-bottom: 1px solid #e60012;
  padding-top: .2rem;
  display: flex;
  overflow-x: scroll;
}
.page_case_list .menu .item a {
  display: block;
  width: 1.4rem;
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
}
.page_case_list .menu .item.current a {
  background: #e60012;
  color: #fff;
}
.page_case_list .type {
  padding: .3rem 0;
}
.page_case_list .type .row {
  padding: .1rem 0;
  display: flex;
  overflow-x: scroll;
}
.page_case_list .type .row .item {
  margin-right: .1rem;
}
.page_case_list .type .row .item a {
  display: block;
  line-height: .5rem;
  border-radius: .5rem;
  font-size: .24rem;
  color: #333;
  padding: 0 .2rem;
  white-space: nowrap;
}
.page_case_list .type .row .item.current a {
  background: #e60012;
  color: #fff;
}
.page_case_list .list {
  display: flex;
  flex-wrap: wrap;
}
.page_case_list .list .item {
  width: 3.45rem;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  margin-bottom: .2rem;
  margin-right: .2rem;
}
.page_case_list .list .item:nth-child(2n) {
  margin-right: 0;
}
.page_case_list .list .item .img img {
  width: 3.45rem;
}
.page_case_list .list .item .bot {
  padding: .1rem .2rem;
}
.page_case_list .list .item .bot .title {
  font-size: .26rem;
  line-height: .4rem;
}
.page_case_list .list .item .bot .text {
  font-size: .22rem;
  color: #999;
  line-height: .3rem;
}
.page_case_detail {
  padding: 0 .2rem;
}
.page_case_detail .page_top {
  padding-top: .3rem;
  border-top: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
}
.page_case_detail .page_top .img {
  width: 3.2rem;
}
.page_case_detail .page_top .img img {
  width: 3.2rem;
}
.page_case_detail .page_top .right {
  width: 3.7rem;
}
.page_case_detail .page_top .right .title {
  font-size: .28rem;
  font-weight: 600;
  line-height: .4rem;
}
.page_case_detail .page_top .right .text {
  font-size: .22rem;
  line-height: .32rem;
  color: #888;
  padding-top: .1rem;
  padding-bottom: .2rem;
}
.page_case_detail .page_top .right .hotline {
  padding-top: .2rem;
  border-top: 1px solid #E4E4E4;
  display: flex;
  align-items: center;
}
.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: #e60012;
  font-size: .22rem;
  color: #fff;
}
.page_case_detail .page_top .right .hotline .num {
  font-size: .24rem;
  line-height: .26rem;
  padding-left: .1rem;
}
.page_case_detail .page_top .right .hotline .num span {
  color: #e60012;
}
.page_case_detail .page_title {
  text-align: center;
  padding: 1rem 0 .5rem;
}
.page_case_detail .page_title span {
  display: inline-block;
  line-height: .48rem;
  font-size: .28rem;
  font-weight: 600;
  border-bottom: .04rem solid #e60012;
}
.page_case_detail .content {
  text-align: center;
  font-size: .28rem;
  color: #333;
}
.page_case_detail .content img {
  max-width: 100%;
}
