/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.container {
  width: 1250px;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

ul{
  list-style: none;
}

/* 通用样式 */

.interval {
  display: block;
  width: 100%;
  height: 1px;
}

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.dth_wh {
    display: block;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex::after {
  display: none;
}

@media (max-width: 1250px) {
  .dth_wh {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .dth_wh {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .dth_wh {
    padding: 0 12px;
  }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/* 顶部 */
.header_top {
  background-color:  #333333;
  color: #fefefe;
  font-size: 12px;
  line-height: 2;
}

.header_top .dth_wh {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_top_wel {
  width: 240px;
}

.header_top_ep {}

.header_top_ep ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header_top_ep li {
  display: block;
  margin-right: 82px;
}

.header_top_ep li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header_top_ep .img {
  margin-right: 12px;
}

.header_top_ep p {
  font-size: 12px;
  color: #f0f0f0;
  line-height: 2;
}

.header_top_xin {
  margin-left: auto;
}

.header_top_xin,
.header_top_xin a {
  color: #e5e5e5;
}


/* 头部 */

header {
  padding: 12px;
}

header .dth_wh {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo {
  border-right: 1px solid #d2d2d2;
  padding-right: 12px;
  padding-bottom: 20px;
}

.logo_wz {
  margin-left: 20px;
}

.logo_wz_p {
}

.logo_wz_p p{
  font-size: 25px;
  font-weight: bold;
  color: #c3151b;
  line-height: 1.5;
  display: inline-block;
  margin-top: 2px;
}

.logo_wz_p p:nth-child(2) {
  font-size: 20px;
}

.logo_wz_ms {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  margin-top: 10px;
}

.customize {
  margin: 0 auto;
}

.customize ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customize li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.customize li:nth-child(n+2) {
    margin-left: 15px;
}

.customize li .img {
  display: block;
}

.customize li .wzs {
  display: block;
  margin-left: 12px;
}

.customize li .wzs h4 {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 2;
}

.customize li .wzs a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color:  #333333;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
}

.header_phone {
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
}

.header_phone .tit {
  font-size: 20px;
  color: #010101;
  font-weight: bold;
}

.header_phone .phone {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-top: 4px;
}



@media (max-width: 1250px) {
  .header_top_ep li {
    margin-right: 32px;
  }
  .customize {
    display: none;
  }
  .header_phone {
    margin-left: auto;
  }
}

@media (max-width: 1200px) {
  .header_top_ep {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .header_top {
    display: none;
  }
  header {
    display: none;
  }
  nav {
    display: none;
  }
}


/* 导航 */

nav {
  background-color:  #a30e12;
  height: 60px;
}


.x-sub-menu {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.x-menu {
  justify-content: space-between;
}

.x-menu > li {
  position: relative;
}

.x-menu > li > a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    line-height: 2;
    padding: 20px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.x-menu > li:hover > a {
    
}

.x-menu > li.active > a {
}

.x-menu > li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 9999;
  width: 150px;
  left: calc(50% - 75px);
  top: 60px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0.5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}


@media (max-width: 1200px) {
  nav {
    height: 50px;
  }
  .x-menu > li > a {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  nav {
    display: none;
  }
}


/* banner1 */
#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}


/* banner2 */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination.swiper-pagination-lock {
    display: none;
}

#banners .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a30e12;
}

#banners .swiper-button-prev.swiper-button-lock,
#banners .swiper-button-next.swiper-button-lock {
    display: none;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #a30e12;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}


/* 关键词  搜索 */

.search {
    padding: 13px 0;
}

.search .dth_wh {
    justify-content: space-between;
    align-items: center;
}

.hotSearch {
    font-size: 15px;
    color: #666666;
    line-height: 2;
}

.hotSearch a {
    color: inherit;
}

.hotSearch a:nth-child(n+2) {
    margin-left: 5px;
}

.hotSearch a:hover {
    color: #a30e12;
}

.search_right {
    
}

.search_right #formsearch {
    border: solid 1px #eeeeee;
    width: 350px;
    height: 54px;
}

.search_right #formsearch input {
    outline: none;
    border: none;
    background: none;
    height: 52px;
}

.search_right #formsearch #keyword {
    color: #333;
    flex-grow: 1;
    padding: 5px 25px;
}

.search_right #formsearch #keyword:placeholder {
    color: #999999;
}

.search_right #formsearch #s_btn {
    background: #a30e12;
    width: 76px;
    font-size: 0;
    background-image: url('//cdn.myxypt.com/8cd024d5/22/09/23d48a9fd4c8684472b70a56fb7382bd5ecbb708.png');
    background-repeat: no-repeat;
    background-position: center center;
    
}

@media (max-width: 1250px) {
  .search {
    padding: 8px 0;
  }
  .hotSearch {
    font-size: 14px;
  }
  .search_right #formsearch {
    height: 45px;
  }
  .search_right #formsearch #keyword {
    height: 43px;
  }
  .search_right #formsearch #s_btn {
    height: 43px;
  }
}

@media (max-width: 991px) {
  .search {
    display: none;
  }
}

/* 相同标题 以第一个为准 */

.titles {
    text-align: center;
}

.titles h4 {
    color: #a30e12;
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    line-height: 1;
}

.titles h3 {
    font-size: 40px;
    color: #333333;
    line-height: 1.35;
    font-weight: bold;
}

.titles.white h4 {
  color: #ffffff;
  font-weight: normal;
}

.titles.white h3 {
  color: #ffffff;
  font-weight: normal;
}

@media(max-width:1250px) {
  .titles h4 {
    font-size: 34px;
  }
  .titles h3 {
    font-size: 34px;
  }
}

@media(max-width:991px) {
  .titles h4 {
    font-size: 30px;
  }
  .titles h3 {
    font-size: 30px;
  }
}

@media(max-width:640px) {
  .titles h4 {
    font-size: 24px;
  }
  .titles h3 {
    font-size: 24px;
  }
}

@media(max-width:420px) {}


/* 产品中心 */

.products {
    background-color: #f7f7f7;
    padding: 40px 0 55px;
}

.products_list {
    margin-top: 22px;
}

.products_list ul {
    flex-wrap: wrap;
}

.products_list li {
    width: 28%;
    max-width: 340px;
    margin-right: auto;
}

.products_list li:nth-child(3n) {
    margin-right: 0;
}

.products_list li:nth-child(n+4) {
    margin-top: 2%;
}

.products_list li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10.7px 2.3px rgba(170, 170, 170, 0.3);
}

.products_list li .imgs {
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    flex-shrink: 0;
}

.products_list li .imgs img {
    max-height: 70px;
}

.products_list li .text {
    margin-left: 20px;
}

.products_list li .text h5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    line-height: 2;
}

.products_list li:hover a,
.products_list li.active a {
    box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.3);
    background-color: #a30e12;
}

.products_list li:hover .text h5,
.products_list li.active .text h5 {
  color: #f3f3f3;
}

.products_cont {
  margin-top: 36px;
  position: relative;
}

.products_tab {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;  
}

.products_tab.active {
  opacity: 1;
  transition: 0.5s ease;
  position: relative;
}

.products_tab ul {
  flex-wrap: wrap;
}

.products_tab li {
  width: 31.2%;
  margin-right: 3.2%;
}

.products_tab li:nth-child(3n) {
  margin-right: 0;
}

.products_tab li:nth-child(n+4) {
  margin-top: 3.36%;
}

.products_tab li a {
  display: block;
  width: 100%;
}

.products_tab li .img img {
  width: 100%;
  height: auto;
}


@media(max-width: 1250px) {
  .products_list li .text h5 {
    font-size: 18px;
  }
}

@media(max-width: 991px) {
  .products_list li {
    width: 31.5%;
  }
  .products_list li .imgs {
    height: 52px;
    line-height: 52px;
  }
  .products_list li .imgs img {
    transform: scale(0.8);
  }
  .products_list li .text {
    margin-left: 10px;
  }
  .products_list li .text h5 {
    font-size: 16px;
  }
}

@media(max-width: 768px) {
  .products {
    padding: 40px 0 36px;
  }
  .products_list li a {
    padding: 10px;
  }
  .products_list li .imgs {
    display: none;
  }
  .products_list li .text {
    margin-left: 0;
  }
  .products_cont {
    margin-top: 30px;
  }
}

@media(max-width: 640px) {
  .products_list li {
    width: 31%;
  }
  .products_list li .text h5 {
    font-size: 15px;
  }
  .products_tab ul {
    justify-content: space-between;
  }
  .products_tab li {
    width: 48%;
    margin-right: 0;
  }
  .products_tab li:nth-child(n+3) {
    margin-top: 4%;
  }
  .products_tab li:nth-child(n+9) {
    display: none;
  }
  .products_cont {
    margin-top: 24px;
  }
}

@media(max-width: 450px) {
  .products_list li .text h5 {
    font-size: 14px;
  }
}

/* 服务项目 */

.service {
  padding: 36px 0 55px;
}

.service_list {
  margin-top: 20px;
}

.service_list ul {
  justify-content: center;
}

.service_list li {
  margin: 0 8px;
}

.service_list li a {
  display: block;
  text-align: center;
}

.service_list li .imgs {
  position: relative;
  display: block;
  width: 140px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s ease;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/8eafe97f9100973355cd7631448d55cbe6a453e5.png");
  background-size: contain;
  margin: 0 auto;
}

.service_list li .imgs img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.service_list li .imgs img:last-child {
  opacity: 0;
}

.service_list li .imgs img {
}

.service_list li:hover .imgs,
.service_list li.active .imgs{
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/d73c14f94dbf1c9663842e5ba68e56805c8a4b43.png");
}

.service_list li:hover .imgs img:first-child,
.service_list li.active .imgs img:first-child {
  opacity: 0;
}

.service_list li:hover .imgs img:last-child,
.service_list li.active .imgs img:last-child {
  opacity: 1;
}

.service_list .text {
  display: block;
  text-align: center;
  font-size: 0;
}

.service_list .text h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #666666;
  margin-top: 6px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yuanq {
  position: relative;
  padding-left: 22px;
}

.yuanq::before {
  content: "";
  display: block;
	width: 10px;
	height: 10px;
	border: solid 2px #647b7e;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  border-radius: 50%;
}

.service_cont {
  margin-top: 32px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.3);
  position: relative;
}

.service_tab {
  padding: 26px 36px;
	background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
}

.service_tab.active {
  z-index: 10;
  opacity: 1;
  position: relative;
}

.service_tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service_tab_left {
  width: 39.6%;
}

.service_tab_left .tit {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;	
  border-bottom: solid 3px #a30e12;
}

.service_tab_left .tit_img {
  height: 70px;
}

.service_tab_left .tit_img img {
  max-height: 100%;
}

.service_tab_left .tit_text {
  margin: 12px 0 10px 25px;
}

.service_tab_left .tit_text h5 {
  font-size: 25px;
  line-height: 1;
  color: #333333;
}

.service_tab_left .tit_text p {
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 3px;
}

.service_tab_left .service_sum {
  padding-left: 9.8%;
  margin-top: 7.3%;
}

.service_tab_left .service_sum p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.service_tab_left .service_sum p:nth-child(2) {
  margin-top: 32px;
}

.service_tab_left .service_sum p::before {
  top: 10px;
}

.service_tab_left .service_phone {
  margin-top: 9.6%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.service_tab_left .service_phone_l {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 80px;
}

.service_tab_left .phone_tit {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
}
.service_tab_left .phone_dh {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin-top: 4px;
}

.service_tab_left .service_phone_r {
  margin-left: auto;
	width: 33.9%;
}

.service_tab_left .service_phone_r a {
  display: block;
	width: 100%;
	background-color: #a30e12;
	border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #f9f9f9;
  padding: 0.28em 1em;
  text-align: center;
}

.service_tab_right {
  width: 55.5%;
}

.service_tab_right img {
  width: 100%;
}

@media(max-width: 1200px) {
  .service_tab {
    padding: 20px 26px;
  }
  .service_list .text h3 {
    font-size: 16px;
  }
  .service_tab_left .tit_img {
    height: 60px;
  }
  .service_tab_left .tit_text {
    margin: 8px 0 8px 16px;
  }
  .service_tab_left .tit_text h5 {
    font-size: 22px;
  }
  .service_tab_left .service_sum {
    padding-left: 7%;
    margin-top: 6%;
  }
  .service_tab_left .service_sum p {
    font-size: 15px;
  }
  .service_tab_left .service_sum p:nth-child(2) { 
    margin-top: 12px;
  }
  .service_tab_left .service_phone_l {
    padding-left: 60px;
    background-size: 45px auto;
  }
  .service_tab_left .phone_tit {
    font-size: 15px;
  }
  .service_tab_left .phone_dh {
    font-size: 22px;
  }
  .service_tab_left .service_phone_r a {
    font-size: 17px;
  }
}

@media(max-width: 991px) {
  .service {
    padding: 36px 0 42px;
  }
  .yuanq::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
  }
  .service_list li {
    margin: 0 10px;
  }
  .service_list li .imgs {
    width: 100px;
    height: 90px;
  }
  .service_list li .imgs img {
    transform: translate3d(-50%, -50%, 0) scale(0.8);
    transform-origin: center;
  }
  .service_list .text h3 {
    font-size: 15px;
    padding-left: 15px;
  }
  .service_tab {
    flex-flow: column-reverse;
  }
  .service_tab_left {
    width: 100%;
    margin-top: 30px;
  }
  .service_tab_left .service_sum {
    margin-top: 30px;
    padding-left: 30px;
  }
  .service_tab_left .service_phone {
    margin-top: 36px;
  }
  .service_tab_left .service_phone_r {
    max-width: 120px;
  }
  .service_tab_right {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .service_list ul {
    flex-wrap: wrap;
  }
  .service_list li {
    width: 32%;
    margin: 0;
  }
  .service_list li:nth-child(n+4) {
    margin-top: 3%;
  }
  .service_tab {
    padding: 16px 20px;
  }
}

@media(max-width: 450px) {
  .service {
    padding: 32px 0 32px;
  }
  .service_list {
    margin-top: 16px;
  }
  .service_list .text h3 {
    font-size: 14px;
    padding-left: 12px;
  }
  .service_cont {
    margin-top: 24px;
  }
  .service_tab {
    padding: 10px 12px 20px;
  }
  .service_tab_left .service_sum {
    margin-top: 15px;
    padding-left: 0;
  }
  .service_tab_left .service_sum p {
    font-size: 14px;
    padding-left: 16px;
    line-height: 24px;
  }
  .service_tab_left .service_sum p::before {
    top: 8px;
  }
  .service_tab_left .tit_img {
    height: 40px;
  }
  .service_tab_left .tit_text h5 {
    font-size: 20px;
  }
  .service_tab_left .tit_text {
    margin: 4px 0 4px 8px;
  }
  .service_tab_left .service_phone {
    margin-top: 20px;
  }
  .service_tab_left .service_phone_l {
    padding-left: 45px;
    background-size: 36px auto;
  }
  .service_tab_left .phone_dh {
    font-size: 18px;
    line-height: 24px;
  }
  .service_tab_left .service_phone_r a {
    font-size: 15px;
  }
}

/* 关于我们 */

.abouts {
  padding: 24px 0 64px;
}

.about_top {
  align-items: flex-end;
  justify-content: space-between;
}

.about_top_l {
  width: 46.72%;
}

.about_top_l .titles {
  text-align: left;
}

.about_top_l .titles h4 {	
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 45px;
  color: #666666;
	opacity: 0.13;
}

.about_top_l .titles h3 {
  color: #952424;
}

.main_scope {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  margin-top: 16px;
  text-align: justify;
}

.main_scope .t,
.main_scope p {
  display: inline;
}

.main_scope .t {
  color: #952424;
  font-weight: bold;
}

.about_wz {
  font-size: 16px;
  font-weight: normal;
  line-height: 2.25;
  color: #888888;
  text-align: justify;
  margin-top: 1em;
}

.abouts .more {
  display: block;
  text-align: center;
  width: 80px;
  position: relative;
  z-index: 10;
  margin-top: 18px;
}

.abouts .more span {
  display: block;
	background-color: #a30e12;	
  font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
  z-index: 10;
  position: relative;
}

.abouts .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000000;
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: -1;
}

.about_top_r {
  width: 50%;
}

.about_top_r img {
  width: 100%;
}

.about_bottom {
  margin-top: 36px;
}

.about_bottom_cont {
  position: relative;
}

.about_bottom_list {

}

.about_bottom_list ul {
  
}

.about_bottom_list li {
  margin-right: 3.12%;
  width: 162px;
}

.about_bottom_list li a {
  display: block;
	background-color: #ffffff;
  padding: 14px 20px;
  text-align: center;
}

.about_bottom_list li .imgs {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.about_bottom_list li .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
}

.about_bottom_list li h3 {
  font-size: 20px;
  line-height: 2;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_bottom_list li:hover a,
.about_bottom_list li.active a {
	background-color: #a30e12;
}

.about_bottom_list li:hover .imgs img,
.about_bottom_list li.active .imgs img{
  top: -100%;
}

.about_bottom_list li:hover h3,
.about_bottom_list li.active h3 {
  color: #ffffff;
}

.about_bottom_cont {
  margin-top: 25px;
  position: relative;
}

.about_bottom_tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

.about_bottom_tab.active {
  position: relative;
  opacity: 1;
  transition: 0.5s ease;
  z-index: 20;
}

.about_bottom_tab li {

}

.about_bottom_tab li .imgs {
  display: block;
  width: 100%;
}

.about_bottom_tab li .imgs img {
  width: 100%;
}

.about_bottom_tab li h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
	color: #666666;
	border: solid 1px rgba(51, 51, 51, 0.3);
  padding: 11px 1em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about_bottom_cont .swiper-button-prev,
.about_bottom_cont .swiper-button-next {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/c1de561fbf41066f782b6832d695e7942e1b3221.png");
  background-size: auto 100%;
  width: 35px;
  height: 35px;
}

.about_bottom_cont .swiper-button-prev::after,
.about_bottom_cont .swiper-button-next::after {
  display: none;
}

.about_bottom_cont .swiper-button-prev {
  left: -66px;
}

.about_bottom_cont .swiper-button-next {
  right: -66px;
}

.about_bottom_cont .swiper-button-prev:hover,
.about_bottom_cont .swiper-button-next:hover {
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/d8cbc9b09fd3bc79dc1c1e1c677a5187fe1f1c17.png");
}

@media(max-width: 1400px) {
  .about_bottom_cont .swiper-button-prev {
    left: 0;
    z-index: 50;
  }
  .about_bottom_cont .swiper-button-next {
    right: 0;
    z-index: 50;
  }
}

@media(max-width: 1250px) { 
  .about_top_l .titles h4 {
    font-size: 45px;
    line-height: 40px;
  }
  .main_scope {
    font-size: 17px;
    margin-top: 12px;
  }
  .about_wz {
    font-size: 15px;
    line-height: 2.1;
  }
  .about_bottom_list li h3 {
    font-size: 18px;
  }
}
@media(max-width: 991px) { 
  .abouts {
    padding: 24px 0 40px;
  }
  .about_top {
    flex-flow: column-reverse;
  }
  .about_top_r {
    width: 100%;
  }
  .about_top_l {
    width: 100%;
    margin-top: 30px;
  }
  .about_top_l .titles h4 {
    font-size: 36px;
    line-height: 1;
  }
  .about_bottom_list li {
    width: 120px;
  }
  .about_bottom_list li a {
    padding: 12px 16px;
  }
  .about_bottom_list li .imgs {
    width: 50px;
    height: 50px;
  }
  .about_bottom_list li h3 {
    font-size: 16px;
  }
  .about_bottom_tab li h3 {
    font-size: 15px;
    padding: 8px 1em;
  }
}
@media(max-width: 640px) { 
  .abouts {
    padding: 24px 0 30px;
  }
  .about_top_l .titles h4 {
    font-size: 32px;
  }
  .main_scope {
    font-size: 15px;
  }
  .about_top_l {
    margin-top: 24px;
  }
  .about_wz {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0.5em;
  }
  .about_bottom {
    margin-top: 30px;
  }
  .about_bottom_list li {
    width: 100px;
  }
  .about_bottom_list li a {
    padding: 8px 12px;
  }
  .about_bottom_list li .imgs {
    width: 40px;
    height: 40px;
  }
  .about_bottom_list li h3 {
    font-size: 15px;
  }
  .about_bottom_tab li h3 {
    font-size: 14px;
    padding: 6px 0.8em;
  }
  .about_bottom_cont {
    margin-top: 16px;
  }
}

/* 服务流程 */

.service_process {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 44px;
}

.service_process_a {
  margin: 6.6% auto 0;
	width: 284px;
	background-color: #f5f5f5;
	border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.service_process_a a {
  display: block;
	height: 62px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;	
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #952424;
  margin-left: 25px;
}

.service_process_cont {
  margin-top: 4%;
}

.service_process_cont ul {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.service_process_cont li {
  max-width: 230px;
  width: 18.4%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.service_process_cont li a {
  display: block;
}

.service_process_cont li h4 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.service_process_cont li h4 span {
  font-family: Arial, Helvetica, sans-serif;
}

.service_process_cont li p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875;
	letter-spacing: 0px;
	color: #eeeeee;
  margin-top: 4px;
}

.service_process_cont li {
  
}

.service_process_cont li {
  
}

.service_process_cont .service_process_jt {
  width: 8.8%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_process_cont .service_process_jt:nth-child(8) {
  max-width: 230px;
  width: 18.4%;
  margin-left: 81.6%;
  height: 120px;
}

.service_process_cont .service_process_jt:nth-child(8) img {
  transform: rotate(90deg);
}

.service_process_cont .service_process_jt:nth-child(n+9) img {
  transform: rotate3d(0, 1, 0, 180deg);
}

.service_process_cont .se_mod {
  display: none;
}

@media(max-width: 991px) { 
  .service_process_cont li {
    width: 19%;
  }
  .service_process_cont li h4 {
    font-size: 18px;
  }
  .service_process_cont li p {
    font-size: 14px;
  }
  .service_process_cont .service_process_jt {
    width: 8%;
  }
  .service_process_cont .service_process_jt img {
    width: 45px;
  }
  .service_process_cont .service_process_jt:nth-child(8) {
    height: 90px;
  }
}

@media(max-width: 768px) { 
  .service_process {
    padding: 50px 0 36px;
  }
  .service_process_cont li:nth-child(n+8) {
    display: none;
  }
  .service_process_cont .service_process_jt:nth-child(n+9) {
    display: none;
  }
  .service_process .service_process_cont .se_mod {
    display: flex;
  }
  .service_process .service_process_cont .se_mod:last-child {
    display: none;
  }
  .service_process_cont li {
    width: 100%;
    max-width: 100%;
  }
  .service_process_cont li br {
    display: none;
  }
  .service_process_cont li a {
    width: 350px;
    border: 1px solid #ffffff;
    padding: 20px;
  }
  .service_process_cont .service_process_jt,
  .service_process_cont .service_process_jt:nth-child(8),
  .service_process_cont .service_process_jt:nth-child(n+9) {
    width: 100%;
    height: 70px;
    margin-left: 0;
    max-width: none;
  }
  .service_process_cont .service_process_jt img,
  .service_process_cont .service_process_jt:nth-child(n+9) img {
    width: 50px;
    transform: rotate(90deg);
  }
  .service_process_cont li h4 {
    font-weight: bold;
  }
  .service_process_cont li p {
    text-align: right;
  }
}

/* 选择优势 */

.advantage {
  padding: 42px 0 48px;
}

.advantage_cont {
  margin-top: 28px;
}

.advantage_cont li {
  width: 100%;
}

.advantage_cont li a {
  align-items: stretch;
}

.advantage_cont li.adv_left a {
  flex-direction: row-reverse;
}

.advantage_cont li.adv_right a {
  flex-direction: row;
}

.advantage_cont li .img {
  width: 50%;
}

.advantage_cont li .img img {
  width: 100%;
}

.advantage_cont li .text {
	background-color: #f8f8f8;
  width: 50%;
  padding: 3.2% 8.8% 0 6.8%;
}

.advantage_cont li .text h3 {
  font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
}

.advantage_cont li .text h4 {
  font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 0.25em;
}

.advantage_cont li .text p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.25;
	letter-spacing: 0px;
	color: #888888;
  margin-top: 0.6em;
}

.advantage_cont li:first-child .text {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/1760965f5ba5a2650265f4c417798271b89d3af9.png");
}

.advantage_cont li:last-child .text {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/999ba249360e5b463ee685db46694c922508e8ec.png");
}

.advantage_cont li:hover .text {
	background-color: #a30e12;
}

.advantage_cont li:hover .text h3 {
	color: #ffffff;
}
.advantage_cont li:hover .text h4 {
	color: #ffffff;
}
.advantage_cont li:hover .text p {
	color: #ffffff;
}

@media(max-width: 1250px) {  
  .advantage_cont li .text {
    padding: 3% 6% 0 5%;
  }
  .advantage_cont li .text h3 {
    font-size: 26px;
  }
  .advantage_cont li .text h4 {
    font-size: 18px;
  }
  .advantage_cont li .text p {
    font-size: 15px;
    line-height: 2.1;
  }
}
@media(max-width: 1024px) { 
  .advantage_cont li .text {
    padding: 3% 4% 0 3.6%;
  } 
  .advantage_cont li .text h3 {
    font-size: 24px;
  }
  .advantage_cont li .text p {
    line-height: 1.8;
  }
}
@media(max-width: 991px) {  
  .advantage {
    padding: 40px 0 40px;
  }
  .advantage_cont li .text h4 {
    font-size: 15px;
  }
  .advantage_cont li .text p {
    font-size: 14px;
  }

}
@media(max-width: 768px) {  
  .advantage_cont li.adv_left a,
  .advantage_cont li.adv_right a {
    flex-flow: column;
  }
  .advantage_cont li .img {
    width: 100%;
  }
  .advantage_cont li .text {
    width: 100%;
    padding: 5% 5% 5%;
  }
}
@media(max-width: 640px) {  
  .advantage {
    padding: 40px 0 30px;
  }
  .advantage_cont li:first-child .text,
  .advantage_cont li:last-child .text {
    background-size: 50% auto;
  }
  .advantage_cont li .text h3 {
    font-size: 22px;
  }
}

/* 后期处理表面工艺 行业应用 共通 */

.processing_industry {
	background-color: #f8f8f8;
  padding: 52px 0 80px;
}

.proce_in {}


.proce_in ul {
  justify-content: space-between;
}

.proce_in li {
  width: 22.48%;
}

.proce_in li a {
  display: block;
	background-color: #ffffff;
  text-align: center;
}

.proce_in li .imgs {
}

.proce_in li .imgs img {
  width: 100%;
}

.proce_in li h3 {
	box-shadow: 0px 0px 108px 12px	rgba(86, 86, 86, 0.09);
	background-color: #ffffff;	
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #666666;
  padding: 0.5em 1em;
}

.proce_in li:hover h3 {
	background-color: #a30e12;
  color: #ffffff;
}


/* 后期处理表面工艺 */

.processing .proce_in {
  margin-top: 35px;
}

/* 行业应用 */

.industry {
  margin-top: 85px;
}

.industry .proce_in {
  margin-top: 25px;
}

@media(max-width: 1250px) { 
  .processing_industry {
    padding: 52px 0 50px;
  }
  .industry {
    margin-top: 50px;
  }
} 
@media(max-width: 991px) { 
  .processing .proce_in {
    margin-top: 30px;
  }
  .proce_in li {
    width: 23.5%;
  }
  .proce_in li h3 {
    font-size: 15px;
  }
} 
@media(max-width: 640px) { 
  .processing_industry {
    padding: 45px 0 40px;
  }
  .proce_in ul {
    flex-wrap: wrap;
  }
  .proce_in li {
    width: 48%;
  }
  .proce_in li:nth-child(n+3) {
    margin-top: 4%;
  }
} 
@media(max-width: 450px) { 
  .processing_industry {
    padding: 45px 0 32px;
  }
  .processing .proce_in {
    margin-top: 24px;
  }
  .industry {
    margin-top: 42px;
  }
  .industry .proce_in {
    margin-top: 20px;
  }
} 

/* 广告横图 */

.advertise {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 52px 0 44px;
}

.advertise .dth_wh {
  justify-content: space-between;
}

.advertise_l {
  width: 25.6%;
  position: relative;
}

.advertise_l img {
  width: 100%;
  position: absolute;
  left: -10px;
  top: -30px;
}

.advertise_c {
  width: 45%;
  text-align: center;
}

.advertise_c p {
	font-weight: bold;
	font-stretch: normal;
	color: #ffffff;
}

.advertise_c p:nth-child(1) {
	font-size: 30px;
  line-height: 1.5;
}

.advertise_c p:nth-child(2) {
  font-size: 35px;
  line-height: 1.5;
  margin-top: 0.4em;
}

.advertise_r {
  width: 25.6%;
}

.advertise_phone {
  background-color: #f8f8f8;
	border-radius: 10px;
	border: solid 1px #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3px;
}

.advertise_phone div {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: #333333;
  padding-left: 3.6em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.1em 2.1em;
  margin-left: 1.9em;
}

.advertise_a {
  text-align: center;
}

.advertise_a a {
  display: block;	
  width: 100%;
	border-radius: 10px;
	border: solid 1px #f8f8f8;	
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 1em;
}

.advertise_a a:hover {
  background-color: #a30e12;
  border-color: #a30e12;
}

@media(max-width: 1250px) { 
  .advertise {
    padding: 40px 0 36px;
  }
  .advertise_c p:nth-child(1) {
    font-size: 26px;
  }
  .advertise_c p:nth-child(2) {
    font-size: 30px;
  }
  .advertise_a a {
    font-size: 18px;
  }
}
@media(max-width: 991px) { 
  .advertise .dth_wh {
    align-items: center;
  }
  .advertise_l {
    display: none;
  }
  .advertise_c {
    width: 60%;
  }
  .advertise_r {
    width: 30%;
  }
  .advertise_c p:nth-child(1) {
    font-size: 24px;
  }
  .advertise_c p:nth-child(2) {
    font-size: 28px;
  }
}
@media(max-width: 768px) { 
  .advertise_c {
    width: 50%;
  }
  .advertise_r {
    width: 40%;
  }
  .advertise_c p:nth-child(1) {
    font-size: 22px;
  }
  .advertise_c p:nth-child(2) {
    font-size: 24px;
  }
  .advertise_a a {
    font-size: 16px;
  }
}
@media(max-width: 640px) { 
  .advertise {
    padding: 24px 0;
  }
  .advertise .dth_wh {
    justify-content: center;
  }
  .advertise_c {
    display: none;
  }
  .advertise_r {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .advertise_phone {
    padding: 5px 20px;
  }
  .advertise_phone div {
    font-size: 16px;
    margin-left: 0;
    background-size: 1.8em;
    padding-left: 2.4em;
    line-height: 2;
  }
  .advertise_a {
    width: 120px;
  }
  .advertise_a a {
    font-size: 14px;
    margin-top: 0;
  }
}

/* 新闻 */

.news {
	background-color: #f5f5f5;
  padding: 48px 0 40px;
}

.news_cont {
  margin-top: 22px;
  justify-content: space-between;
}

.news_tit {

}

.news_tit ul {
  position: relative;
  align-items: center;
  border-bottom: solid 1px rgba(98, 98, 98, 0.25);
  padding-bottom: 12px;
}

.news_tit li {
  margin-right: 6.1%;
}

.news_tit li span {
  display: block;
  font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
  line-height: 1;
  position: relative;
}

.news_tit li a {
  display: none;	
  font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #666666;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
}

.news_tit li a:hover {
  color: #a30e12;
}

.news_tit li span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background-color: #a30e12;
  height: 3px;
  opacity: 0;
}

.news_tit li.active a {
  display: block;
}

.news_tit li.active span {
  color: #a30e12;
}

.news_tit li.active span::after {
  opacity: 1;
}

.news_l {
  width: 50%;
}

.news_l .news_tit span {
  cursor: pointer;
}

.news_l_list {
  position: relative;
  margin-top: 16px;
}

.news_l_tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}

.news_l_tab.active {
  z-index: 20;
  position: relative;
  opacity: 1;
  transition: 0.5s ease;
}

.news_l_list li {

}

.news_l_list li a {
  display: block;
}

.news_l_list li .img {
  
}

.news_l_list li .img img {
  width: 100%;
}

.news_l_list li .text {
  padding: 12px 12px 0;
}

.news_l_list li .text .tits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_l_list li .text h4 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #333333;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_l_list li .text .time {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #888888;
  flex-shrink: 0;
  margin-left: 2em;
}

.news_l_list li .text p {	
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.875;
	letter-spacing: 0px;
	color: #888888;
  margin-top: 0.5em;
}

.news_l_list li {
  
}

.news_r {
  width: 48.5%;
}

.news_r .news_tit li a {
  display: block;
}

.news_r_list {
  padding-top: 6%;
}

.news_r_list li {
  border-bottom: 1px solid rgba(98, 98, 98, 0.25);
}

.news_r_list li:nth-child(n+2) {
  margin-top: 4.5%;
}

.news_r_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
}

.news_r_list li .times {
  font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #a30e12;
  width: 94px;
  text-align: center;
  margin-right: 0.6em;
  flex-shrink: 0;
}

.news_r_list li .times p {
  font-size: 18px;
  margin-top: 0.3em;
}

.news_r_list li .text {
  flex-grow: 1;
  overflow: hidden;
}

.news_r_list li .text h4 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_r_list li .text p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
  margin-top: 0.75em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media(max-width: 1250px) { 
  .news_l_list li .text h4,
  .news_r_list li .text h4 {
    font-size: 17px;
  }
  .news_l_list li .text p,
  .news_r_list li .text p {
    font-size: 15px;
  }
}
@media(max-width: 991px) {  
  .customer_service {
    padding: 45px 0 32px;
  }
  .news_tit li {
    margin-right: 30px;
  }
  .news_tit li a {
    font-size: 15px;
  }
  .news_cont {
    flex-flow: column;
  }
  .news_l,
  .news_r {
    width: 100%;
  }
  .news_r {
    margin-top: 30px;
  }
  .news_r_list {
    padding-top: 2.2%;
  }
  .news_r_list li:nth-child(n+2) {
    margin-top: 2%;
  }
}
@media(max-width: 640px) {
  .customer_service {
    padding: 40px 0 20px;
  }
  .news_tit ul {
    padding-bottom: 8px;
  }
  .news_tit li span{
    font-size: 18px;
  }
  .news_tit li a {
    font-size: 14px;
  }
  .news_tit li span::after {
    top: calc(100% + 6px);
  }
  .news_l_list li .text {
    padding: 10px 0 0;
  }
  .news_r_list li .times {
    font-size: 24px;
    width: 80px;
  }
  .news_r_list li .times p {
    font-size: 16px;
  }
  .news_r_list li .text p {
    margin-top: 0.4em;
  }
}
@media(max-width: 450px) {
  .news_tit li span{
    font-size: 17px;
  }
}

/* 服务客户 */

.customer_service {
	background-color: #f5f5f5;
  padding: 50px 0 58px;
}

.customer_service_cont {
  position: relative;
  margin-top: 15px;
}

.customer_service_cont li {

}
.customer_service_cont li a {
  display: flex;
  width: 100%;
	height: 180px;
  justify-content: center;
  align-items: center;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.customer_service_cont li .imgs {
  width: 82%;
}

.customer_service_cont li .imgs img {
  width: 100%;
}

.customer_service_cont .swiper-button-prev,
.customer_service_cont .swiper-button-next {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/c1de561fbf41066f782b6832d695e7942e1b3221.png");
  background-size: auto 100%;
  width: 35px;
  height: 35px;
}

.customer_service_cont .swiper-button-prev::after,
.customer_service_cont .swiper-button-next::after {
  display: none;
}

.customer_service_cont .swiper-button-prev {
  left: -66px;
}

.customer_service_cont .swiper-button-next {
  right: -66px;
}

.customer_service_cont .swiper-button-prev:hover,
.customer_service_cont .swiper-button-next:hover {
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/d8cbc9b09fd3bc79dc1c1e1c677a5187fe1f1c17.png");
}

@media(max-width: 1400px) { 
  .customer_service_cont .swiper-button-next {
    right: 0;
  }
  .customer_service_cont .swiper-button-prev {
    left: 0;
  }
}
@media(max-width: 1200px) { 
  .customer_service {
    padding: 40px 0 40px;
  }
  .customer_service_cont li a {
    height: 13.8vw;
  }
}
@media(max-width: 991px) { 
  .customer_service_cont li a {
    height: 15vw;
  }
}
@media(max-width: 768px) { 
  .customer_service {
    padding: 20px 0 32px;
  }
  .customer_service_cont li a {
    height: 20vw;
  }
}
@media(max-width: 640px) { 
  .customer_service_cont li a {
    height: 100px;
  }
}

/* 友情链接 */

.f_link {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
  border-bottom: solid 1px rgba(245, 245, 245, 0.2);
  padding: 15px 0;
}

.f_link a {
  font-size: 12px;
  color: #666666;
  margin-right: 1em;
}

.f_link a:hover {
  color: #ffffff;
}

@media(max-width: 1250px) {
    .f_link {
        padding: 12px 0;
        font-size: 15px;
        line-height: 28px;
    }
}
@media(max-width: 991px) {
    .f_link {
        font-size: 14px;
    }
}
@media(max-width: 768px) {
    .f_link {
        display: none;
    }
}
@media(max-width: 450px) {
    
    
}

/* 底部 */

.footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer_layout {
  padding: 24px 0 40px;
}

.footer_nav {
  width: 17.6%;
}

.footer_nav li {
  display: block;
}

.footer_nav li a {
  display: block;	
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
  padding-left: 0.9em;
  background-image: url("//cdn.myxypt.com/8cd024d5/22/09/943e38001a3d9be16a15227a8a7e73c1f803dd39.png");
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer_inquiry {
  width: 58.4%;
  position: relative;
  padding: 0 6.4%;
}

.footer_inquiry::before,
.footer_inquiry::after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  opacity: 0.26;
  height: 320px;
  width: 1px;
  position: absolute;
  top: 0;
}

.footer_inquiry::before {
  left: 0;
}

.footer_inquiry::after {
  right: 0;
}

.footer_inquiry_tit {
  
}

.footer_inquiry_tit h6 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin: 0;
}

.footer_inquiry_tit p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 0.2em;
}

.footer_inquiry_con {
  margin-top: 22px;
}

#footer_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#footer_form input,
#footer_form textarea {
  outline: none;
  border: none;
  background: none;

	background-color: rgba(255, 255, 255, 0.87);

  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #333333;
  padding: 0.5em 1.25em;
}

#footer_form input::placeholder,
#footer_form textarea::placeholder {
	color: #919090;
}

#footer_form input {
  height: 48px;
}

#footer_form textarea {
  height: 84px;
  width: 100%;
  resize: none;
  margin: 30px 0 27px;
}

#footer_form [name = 'name'],
#footer_form [name = 'contact'],
#footer_form [name = 'email'] {
  width: 29.8%;
}


#footer_form .code_group {
  width: 50.8%;
  display: flex;
}

#footer_form .code_group #checkcode {
  width: calc(100% - 120px);
}

#footer_form .code_group span {	
  width: 120px;
	height: 48px;
	background-color: #626262;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer_form .code_group #checkCodeImg {
  display: block;
  width: 107px;
	height: 30px;
  cursor: pointer;
}

#footer_form [name = 'btn']{
  width: 41.2%;
	background-color: rgba(163, 14, 19, 0.87);	
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
  padding: 0;
}

.footer_ewm {
  width: 24%;
  padding: 20px 0 0 3.8%;
  text-align: center;
}

.footer_ewm .img {
	background-color: rgba(41, 41, 41, 0.35);
	border: solid 1px rgba(245, 245, 245, 0.35);
  padding: 8% 15.2%;
  margin: 0 auto;
}

.footer_ewm .img img {
  width: 100%;
}

.footer_ewm .text {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #efefef;
  margin-top: 1em;
}


@media(max-width: 1250px) { 
    .footer_nav li a {
        font-size: 16px;
        line-height: 3;
    }
    .footer_inquiry_tit h6 {
        font-size: 18px;
    }
    .footer_inquiry_tit p {
        font-size: 16px;
    }
    #footer_form input, 
    #footer_form textarea {
        font-size: 15px;
    }
    #footer_form input {
        height: 45px;
    }
    #footer_form textarea {
        height: 80px;
        margin: 24px 0 24px;
    }
    #footer_form .code_group span {
        height: 45px;
    }
    #footer_form [name = 'btn'] {
        font-size: 16px;
    }
    .footer_ewm .text {
        font-size: 16px;
    }
}
@media(max-width: 991px) { 
    .footer_nav {
        width: 16%;
    }
    .footer_nav li a {
        font-size: 15px;
    }
    .footer_inquiry {
        width: 64%;
    }
    #footer_form .code_group {
        width: 58%;
    }
    #footer_form [name = 'btn'] {
        width: 36%;
        font-size: 15px;
    }
    .footer_ewm .img {
        padding: 12%;
    }
    .footer_ewm {
        width: 20%;
    }
}
@media(max-width: 768px) { 
    .footer_layout .dth_wh {
        flex-flow: column;
    }
    .footer_nav {
        display: none;
    }
    .footer_inquiry {
        width: 100%;
        /*border-top: 1px solid rgba(245, 245, 245 ,0.26);*/
    }
    .footer_inquiry::before, .footer_inquiry::after {
        display: none;
    }
    .footer_ewm {
        display: none;
    }
}
@media(max-width: 640px) { 
    .footer_inquiry {
        padding: 0;
    }
    .footer_inquiry_tit h6 {
        font-size: 16px;
    }
    .footer_inquiry_tit p {
        font-size: 14px;
    }
    #footer_form input, 
    #footer_form textarea {
        font-size: 14px;
    }
    #footer_form input {
        height: 42px;
    }
    #footer_form .code_group span {
        height: 42px;
    }
    #footer_form [name = 'btn'] {
        font-size: 14px;
    }
}
@media(max-width: 500px) {
    .footer_layout {
        padding: 24px 0 24px;
    }
    #footer_form [name = 'name'], 
    #footer_form [name = 'contact'] {
        width: 48%;
    }
    #footer_form [name = 'email'] {
        width: 100%;
        margin-top: 24px;
    }
    #footer_form .code_group {
        width: 100%;
    }
    #footer_form [name = 'btn'] {
        width: 100%;
        margin-top: 22px;
    }
}

/* 底部信息 */

.footer_bo {
	background-color: #a30e12;
  padding: 12px 0;
}

.footer_bo .dth_wh {
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer_bo,
.footer_bo a {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}


@media(max-width: 1250px) { 
    .footer_bo, 
    .footer_bo a {
        font-size: 13px;
    }
}
@media(max-width: 991px) { 
    .footer_bo, 
    .footer_bo a {
        font-size: 12px;
    }
    
}
@media(max-width: 768px) { 
    .footer_bo .dth_wh {
        justify-content: center;
    }
    .footer_bo .x-region {
        display: none;
    }
}
@media(max-width: 640px) { 
    
}

/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0042d9;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #0042d9;
}

.mob_footer ul li a {
    display: block;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("//cdn.myxypt.com/8de9ad69/21/05/e74168ea6a51d5f0829e5956170bd0b75130f78c.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("//cdn.myxypt.com/8de9ad69/21/05/946455c7793075c2bb88a5f295654262702ea767.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("//cdn.myxypt.com/8de9ad69/21/05/e715299c239bbcd0914b161329fdbfebe4d4cf44.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("//cdn.myxypt.com/8de9ad69/21/05/dec7f53dd00e2c5c439d8abbd5acc2da4ab91c3e.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


/* 内页 */



/* 修改添加 */