@charset "utf-8";
html,
body,
div,
p,
a,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
img,
object,
embed,
span,
form,
marquee {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  font: 14px "微软雅黑", Arial, "宋体", Helvetica, sans-serif, Verdana;
  color: #333;
  margin: 0;
  line-height: 1.5;
  /*    min-width: 1400px;*/
  overflow-x: hidden;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
.mo-nav {
  display: none;
}
.m-nav.open .mask {
  display: block;
}
.mask {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.m-nav.open .m-navCon {
  right: 0;
}
.m-nav .m-navCon {
  background-color: #fff;
  width: 60%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-nav .m-navWrap {
  overflow-y: auto;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-nav .m-navWrap > .list .title {
  margin-bottom: 10px;
  padding: 10px 5px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.m-nav .m-navWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.m-nav .m-navWrap > .list .has .title .icon {
  display: block;
}
.m-nav .m-navWrap > .list .title .icon:before {
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #2047a3;
  border-left: solid 2px #2047a3;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.m-nav .m-navWrap > .list .title .icon:before,
.m-nav .m-navWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-nav .m-navWrap > .list .active .title .icon:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.m-nav .child {
  padding: 0 5px 20px 5px;
  display: none;
  position: relative;
}
.w {
  width: 1400px;
  margin: 0 auto;
}
.i-top {
  width: 89%;
  margin: 0 auto;
}
body {
  position: relative;
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 1px 1px 3px #e1e1e1;
}
.header .i-top {
  /*	padding: 18px 0;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo {
  width: 240px;
}
.header .header-tell {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.header .header-tell .tell {
  background: url("../image/header-tell.png") no-repeat left;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
}
.header .header-tell .tell a {
  color: #d42a1e;
}
.header .header-tell .language {
  margin-left: 20px;
  font-size: 15px;
  min-height: 24px;
  line-height: 24px;
  background: url(../image/lan.png) no-repeat left;
  padding-left: 30px;
}
.header .header-tell .language i {
  font-style: normal;
  margin-right: 14px;
}
.header .header-tell .language a span::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  transform: rotate(135deg);
}
.header .nav {
  width: 50%;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav ul .li1{
  display: flex;
  align-items: center;
  width: 100%;
  height: 94px;
}
.header .nav ul li .first-a {
  font-size: 16px;
  color: #333;
  /* display: inline-block; */
  /* line-height: 93px; */
  /* border: 1px solid #fff; */
  /* box-sizing: border-box; */
  margin: 23px 0;
  /* padding: 26px 0; */
  width: 100%;
  text-align: center;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav ul li:hover .first-a {
  /* color: #fff; */
  color: #d42a1e;
  box-sizing: border-box;
  /* background-color: #d42a1e; */
  
}

.header .nav ul li:hover.active .first-a{
  color: #fff !important;
  background-color: #d42a1e !important;
}

.header .nav ul .active .first-a {
  color: #fff;
  /* box-sizing: border-box; */
  width: 100%;
  background-color: #d42a1e;
}
/*
.header .nav ul{
	position: relative;
}
*/
.header .nav ul .show_list ul {
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 888;
  border-top: 1px solid #f1f1f1;
  padding: 50px 0;
  box-shadow: 1px 1px 3px #eee;
  display: none;
}
.header .nav ul .show_list .pro_list {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* .header .nav ul .show_list .pro_list .w {
  height: 63%;
} */
.header .nav ul .show_list .pro_list .down_show {
  height: 100%;
}
.header .nav ul .show_list .pro_list .scroll_down {
  height: 79%;
  /*	overflow: auto;*/
  padding-top: 30px;
}
.header .nav ul .show_list .pro_list .scroll_down::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
/* 滚动条的内层滑轨背景颜色 */
.header
  .nav
  ul
  .show_list
  .pro_list
  .scroll_down::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
/* 滚动条的外层滑轨背景颜色 */
.header .nav ul .show_list .pro_list .scroll_down::-webkit-scrollbar-track {
  background-color: #fff;
}
/* 滚动条的内层滑块颜色 */
.header .nav ul .show_list .pro_list .scroll_down::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 0px rgba(237, 237, 237, 0.5);
  background-color: rgba(211, 215, 224, 0.7);
}
/* 滑轨两头的监听按钮颜色 */
.header .nav ul .show_list .pro_list .scroll_down::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.header .nav ul .show_list ul .product-closed-btn {
  width: 80px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 35px;
}
.header .nav ul .show_list ul .product-closed-btn:hover {
  color: #d42a1e;
  background: #fff;
  /*	border: 1px solid #fff;*/
}

.header .nav ul .show_list ul .w {
  display: flex;
  padding: 0 3rem;
}
.header .nav ul .show_list .about-list .w {
  padding: 0 23rem;
  justify-content: space-between;
}
.header .nav ul .show_list .about-list .w li {
  width: 32%;
}
.header .nav ul .show_list .contact_list .w {
  padding: 0 16rem;
  justify-content: space-between;
}
.header .nav ul .show_list .contact_list .w li {
  width: 50%;
}
.header .nav ul .show_list ul .w li {
  width: 31%;
  /*	background: #f5f5f5;*/
  text-align: center;
  padding: 40px 0 30px 0;
  border-radius: 3px;
}
.header .nav ul .show_list .pro_list .nav-pro-close {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url(../image/nav-pro-close-back.jpg) no-repeat left;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
}
.header .nav ul .show_list .pro_list .nav-pro-close h3 {
  font-size: 24px;
  font-weight: normal;
}
.header .nav ul .show_list .pro_list .nav-pro-close .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}
.header .nav ul .show_list .pro_list .w li {
  margin: 0 2%;
  padding: 0;
  /*	border: 1px solid #dadada;*/
  /*	border-top: 0;*/
}
.header .nav ul .show_list .pro_list .w li .down_show h5 {
  font-size: 18px;
  color: #fff;
  /*margin-bottom: 30px;*/
  background: #d42a1e;
  line-height: 45px;
  font-weight: normal;
  letter-spacing: 4px;
  /*	margin-top: 8px;*/
  /*	border-bottom: 1px solid #dadada;*/
}
/* .header .nav ul .show_list .pro_list .w li .down_show h5:hover {
  background: #d42a1e;
  	border: 1px solid #d42a1e;
} */
.header .nav ul .show_list .pro_list .w li .down_show h5 a {
  color: #fff;
}
.header .i-top .nav .nav-out .pro_list .items .down_show_hd {
  height: 160px;
  overflow: hidden;
  margin-top: 5px;
  display: none;
  /*	padding-top: 20px;*/
}
.i-top .nav .nav-out .pro_list .items .down_show_hd img {
  width: 40%;
}
.header .i-top .nav .nav-out .pro_list .items .active {
  /* height: 160px; */
  display: block;
}
.header .nav ul .show_list .pro_list .w li .down_show .down_show_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  padding: 0 30px 20px 30px;
  border-bottom: 1px solid #dadada;
  /*	background: red;*/
}

.header .nav ul .show_list .pro_list .w li .down_show .down_show_bd:hover img {
  transform: scale(1.5);
}
.header .nav ul .show_list .pro_list .w li .down_show .down_show_bd:last-child {
  margin-bottom: 0;
}
.header .nav ul .show_list .pro_list .w li .down_show .down_show_bd p {
  font-size: 14px;
  margin-top: 0;
  /*	letter-spacing: 4px;*/
}
.header .nav ul .show_list .pro_list .w li .down_show .down_show_bd:hover p {
  color: #d42a1e;
}
/*.header .nav ul .show_list .case_list .w li{*/
/*	width: 18%;*/
/*}*/
/*.header .nav ul .show_list .move_list .w li{*/
/*	background: none;*/
/*	border-right: 1px solid #f1f1f1;*/
/*	padding: 30px 0;*/
/*}*/
/*.header .nav ul .show_list .move_list .w li:last-of-type{*/
/*	border-right: 0;*/
/*}*/
/* 以上重构  */
.header .nav ul .show_list .case_list .banner-case-tab {
  justify-content: space-between;
  align-items: center;
}

.header .nav ul .show_list .case_list .banner-case-tab .banner-case-slick {
  width: 96%;
}

.header
  .nav
  ul
  .show_list
  .case_list
  .banner-case-tab
  .banner-case-slick
  .banner-case-items {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1f1f1;
  padding: 30px 0;
  text-align: center;
  border-radius: 3px;
}

.header
  .nav
  ul
  .show_list
  .case_list
  .banner-case-tab
  .banner-case-slick
  .banner-case-items
  img {
  display: initial;
}
.header
  .nav
  ul
  .show_list
  .case_list
  .banner-case-tab
  .banner-case-slick
  .banner-case-items
  a:hover
  img {
  transform: scale(1.05);
}

.header
  .nav
  ul
  .show_list
  .case_list
  .banner-case-tab
  .banner-case-slick
  .banner-case-items
  p {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.header
  .nav
  ul
  .show_list
  .case_list
  .banner-case-tab
  .banner-case-slick
  .banner-case-items
  a:hover
  p {
  color: #d42a1e;
}
.header .nav ul .show_list .case_list .banner-case-tab .prev,
.header .nav ul .show_list .case_list .banner-case-tab .next {
  height: 28px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
}
.header .nav ul .show_list .case_list .banner-case-tab .prev:hover img,
.header .nav ul .show_list .case_list .banner-case-tab .next:hover img {
  transform: translateY(-28px);
}
.header .nav ul .show_list ul .w .cases_slick{
  position: relative;
}
.header .nav ul .show_list ul .w .cases_slick p{
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  transition: all 1s linear;
}
.header .nav ul .show_list ul .w .cases_slick:hover p{
  line-height: 255px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.nav ul .show_list ul .w li p {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.header .nav ul .show_list ul .w li span {
  display: inline-block;
  width: 90%;
  height: 1px;
  background: #e1e1e1;
  margin-top: 30px;
  transition: 2s;
}
.header .nav ul .show_list ul .w li:hover span {
  background: #d42a1e;
}
.header .nav ul .show_list .contact_list .w li:hover img {
  transform: scale(1.05);
}
.header .nav ul .show_list .contact_list .w li:hover p {
  color: #d42a1e;
}
/*
.header .nav ul .show_list{
	position: relative;
}
.header .nav ul .show_list .move_list{
	display: none;
	width: 138px;
	z-index: 103;
	position: absolute;
	left: -37px;
	background: #333;
	text-align: center;
}
.header .nav ul .show_list .move_list li{
	width: 138px;
	line-height: 36px;
	font-size: 14px;
}
.header .nav ul .show_list .move_list li a{
	color: #fff;
}
*/
/*
.header .nav ul .show_list:hover .move_list{
	display: block;
}
.header .nav ul .show_list .move_list li:hover{
	color: white;
	background: #d42a1e;
}
*/

.i-banner {
  margin-top: 94px;
  position: relative;
}
.i-banner #prev {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -25px;
  cursor: pointer;
}
.i-banner #next {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -25px;
  cursor: pointer;
}

.side-items:not(.side-auto-height) {
  padding-top: 75px;
  box-sizing: border-box;
}
.banners {
  position: relative;
}
.banners .prev,
.banners .next {
  height: 35px;
  overflow: hidden;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.banners .prev {
  left: 5%;
}
.banners .next {
  right: 5%;
}
.banners .prev img,
.banners .next img {
  height: 200%;
}
.banners .prev:hover img,
.banners .next:hover img {
  transform: translateY(-35px);
}
.banners .slick-list {
  height: 100%;
}
.banners .slick-track {
  height: 100%;
}

.i-product {
  /*margin-top: 50px;*/
  padding-top: 88px;
}
.i-tit {
  text-align: center;
  font-size: 15px;
}
.i-tit h3 {
  font-size: 28px;
  color: #333;
}
/*
.i-tit h3 span{
	color: #d42a1e;
}
*/
.i-tit p {
  margin-top: 10px;
  color: #d42a1e;
  text-transform: uppercase;
}
.i-tit p span {
  padding: 0 20px;
}
.i-tit p i {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e1e1e1;
  margin-bottom: 6px;
}
.i-product-bd {
  margin-top: 40px;
}
.i-product-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-product-bd li {
  /*	flex: 3;*/
  width: 32%;
  border-radius: 3px;
  /*	background: red;*/
}
.i-product-bd li .pro-img {
  width: 100%;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  /*	border: 1px solid #dadada;*/
  /*	border-bottom: 0;*/
}
.i-product-bd li .pro-img img {
  transition: 0.5s;
  vertical-align: middle;
}
.i-product-bd li .pro-img:hover img {
  transform: scale(1.05);
}
.i-product-bd li .pro-desc {
  overflow: hidden;
  border-radius: 0 0 3px 3px;
}
.i-product-bd li h5 {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  line-height: 50px;
  background: #d42a1e;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  /*	border: 1px solid #dadada;*/
}
/*
.i-product-bd li:hover h5{
	color: #fff;
	background: #d42a1e;
}
*/
.i-product-bd li h5 span {
  float: right;
  display: none;
}
.i-product-bd li h5 span img {
  transition: 0.5s;
}
.i-product-bd li h5 span:hover img {
  transform: scale(1.3);
}
.con {
  text-align: center;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 3px;
}
.bar {
  width: 50px;
  height: 3px;
  display: inline-block;
  transition: 1s all cubic-bezier(0.46, 1, 0.23, 1.52);
  background-color: #e31d1a;
}
.bar.active {
  width: 200px;
}

.use {
  /*margin-top: 60px;*/
  padding-top: 85px;
  flex-wrap: wrap;
  /*	background: url(../image/use-back-page.jpg) no-repeat left;*/
  /* background-image: linear-gradient(to bottom right,#ffffff,#e5e5e5); */
  background: url(../image/about-back.jpg) no-repeat;
  justify-content: center;
  background-size: 100% 100%;
}
.use-hd {
  /*	background: url("../image/use-back.jpg") no-repeat;*/
  padding-bottom: 40px;
  width: 100%;
  margin-top: 10px;
  /*	height: 36%;*/
}
/*
.use-bd {
	margin-top: -150px;
}
*/
/*
.use-hd .i-tit{
	padding-top: 20px
}
*/
/*
.use-bd{
	margin-top: -100px;
}
*/
/*.use-classify ul{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	width: 96%;*/
/*!*	background: red;*!*/
/*	margin: 30px auto;*/
/*	*/
/*}*/
/*.use-classify li{*/
/*	width: 218px;*/
/*	text-align: center;*/
/*	border-right: 1px solid #e1e1e1;*/
/*	padding: 10px 0;*/
/*}*/
/*.use-classify li .use-img{*/
/*	display: inline-block;*/
/*!*	height: 32px;*!*/
/*!*	overflow: hidden;*!*/
/*!*	width: 42px;*!*/
/*	transition: .3s;*/
/*}*/
/*.use-classify li:hover .use-img img{*/
/*	transform: scale(1.05);*/
/*}*/
/*.use-classify li:last-of-type{*/
/*	border-right: 0;*/
/*}*/
/*.use-classify li p{*/
/*	margin-top: 14px;*/
/*	font-size: 14px;*/
/*	color: #333;*/
/*}*/
/*.use-classify li:hover p{*/
/*	color: #e31d1a;*/
/*}*/
/* 以上重构 */
.use {
  /*
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
*/
}
.use_detail-items {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.use_img_con {
  width: 65%;
  margin: 30px 0;
}
.use_img_con img {
  width: 100%;
}
.use_desc {
  width: 30%;
  padding-right: 50px;
}
.use_desc h5 {
  font-size: 24px;
  padding-bottom: 24px;
}
.use_desc p {
  font-size: 14px;
  line-height: 2em;
  padding-bottom: 40px;
}
.use_desc a {
  display: block;
  width: 10em;
  line-height: 3em;
  text-align: center;
  color: #d42a1e;
  border: 1px solid #d42a1e;
  border-radius: 5px;
}
.use_desc a:hover {
  background: #d42a1e;
  border: 1px solid #d42a1e;
  color: #fff;
}
.use .use-con .hd {
  position: relative;
  padding: 0 50px;
  overflow: hidden;
}
.use .use-con .hd .next,
.use .use-con .hd .prev {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%) ;
  background: #f8f8f8;
  z-index: 99;
}
.use .use-con .hd .prev {
  right: auto;
  left: 0;
}
.use .use-con .hd .next::after, .use .use-con .hd .prev::after{
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #e2211c;
  transform: translateY(-50%) rotateZ(45deg);
}
.use .use-con .hd .next::after{
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}
.use .use-con .hd .prev::after{
  left: 10px;
  border-right: 0;
  border-top: 0;
}

.use .use_slick {
  margin: 30px auto;
  white-space: nowrap;
}
.use .use_slick li {
  line-height: 36px;
  text-align: center;
  border-right: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 217px;
}

.use .use_slick li:last-child {
  border-right: 0;
}
.use .use_slick li b {
  font-weight: normal;
}
.use .use_slick li:hover b,
.use .use_slick li.on b {
  display: inline-block;
  width: 78%;
  background: #d42a1e;
  color: #fff;
  border-radius: 5px;
}

.use .use-slick {
  width: 100%;
  /*	margin: 30px auto;*/
}
.use .use-slick .use-items {
  text-align: center;
  /*	border-right: 1px solid #e1e1e1;*/
  padding: 10px 0;
}
.use .use-slick .use-items .use-img {
  display: inline-block;
  transition: 0.3s;
}
.use .use-slick .use-items .use-img img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
.use .use-slick .use-items p {
  margin-top: 14px;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  /*	background: #fff;*/
  border-right: 1px solid #ccc;
}
.use .use-slick .slick-current p {
  color: #fff;
  background: #d42a1e;
  /*	border: 1px solid #d42a1e;*/
}
.use .use-slick .use-items:hover p {
  color: #333;
  /*	border: 1px solid #d42a1e;*/
  background: #ddd;
}
.use-classify .prev,
.use-classify .next {
  height: 28px;
  overflow: hidden;
  transition: 0.5s;
}
.use-classify .prev img,
.use-classify .next img {
  height: 200%;
}
.use-classify .prev:hover img,
.use-classify .next:hover img {
  transform: translateY(-28px);
}
/*.use-bd{*/
/*	width: 1400px;*/
/*!*	height: 700px;*!*/
/*	background: url(../image/use-bd.jpg) no-repeat center;*/
/*	margin-top: -50px;*/
/*	border-radius: 3px;*/
/*!*	box-shadow: 1px 5px 5px #f5f5f5;*!*/
/*!*	margin-bottom: 60px;*!*/
/*}*/
/*.use-bd li{*/
/*!*	position: relative;*!*/
/*	padding: 70px 60px;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*}*/

/*.use-bd li .use-img_con img{*/
/*	transition: .5s;*/
/*}*/
/*.use-bd li .use-img_con:hover img{*/
/*	transform: scale(1.05);*/
/*}*/
/* 以上重构 */
.use .use-detail .use-detail-items {
  /*	padding: 30px ;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*	background-image: linear-gradient(to bottom right,#ffffff,#e5e5e5);*/
  border-radius: 3px;
  background: #fff;
}
.use .use-detail .use-detail-items .use-img_con {
  width: 69%;
}
.use .use-detail .use-detail-items .use-img_con img {
  transition: 0.5s;
  width: 100%;
}
.use .use-detail .use-detail-items .use-img_con:hover img {
  transform: scale(1.05);
}
.use-desc {
  width: 30%;
  padding-right: 50px;
}
.use-desc h5 {
  font-size: 24px;
  color: #333;
  padding-bottom: 24px;
}
.use-desc p {
  font-size: 14px;
  line-height: 2em;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.use-desc .btn a {
  color: #d42a1e;
  width: 9em;
  line-height: 3em;
  text-align: center;
  margin-top: 8%;
  border-radius: 3px;
  border: 1px solid #d42a1e;
  display: block;
}
.use-desc .btn:hover a {
  color: #fff;
  background: #d42a1e;
  border: 1px solid #d42a1e;
}

.i-about {
  overflow: hidden;
  /* background: url(../image/about-back.jpg) ; */
  justify-content: center;
  background-size: 100% 100%;
}
.i-about .about-bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.i-about .about-bd .about-img {
  width: 50%;
  /*	height: 472px;*/
  overflow: hidden;
  border-radius: 3px;
}
.i-about .about-bd .about-img img {
  transition: 0.5s;
}
.i-about .about-bd .about-img:hover img {
  transform: scale(1.05);
}
.i-about .about-bd .about-desc {
  width: 45%;
}
.i-about .about-bd .about-desc h5 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  text-align: left;
}
.i-about .about-bd .about-desc p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.i-about .about-bd .about-desc .btn {
  width: 10em;
  /*	background: #fff;*/
  text-align: center;
  line-height: 3em;
  border-radius: 3px;
  margin-top: 2em;
  border: 1px solid #d42a1e;
}
.i-about .about-bd .about-desc .btn:hover {
  background: #d42a1e;
  border: 1px solid #d42a1e;
}
.i-about .about-bd .about-desc .btn a {
  color: #d42a1e;
  font-size: 14px;
}
.i-about .about-bd .about-desc .btn:hover a {
  color: #fff;
}
.about-bd .about-desc .about-adv ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.about-show .about-bd .about-desc .about-adv ul {
  margin-top: 0;
}
.i-about .about-bd .about-desc .about-adv ul li .adv-num {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.i-about .about-bd .about-desc .about-show .adv-num em {
  color: #d42a1e;
}
.i-about .about-bd .about-desc .about-adv ul li .adv-num em {
  font-style: normal;
}
.i-about .about-bd .about-desc .about-adv ul li .adv-num span {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.i-about .about-bd .about-desc .about-adv ul li p {
  font-size: 14px;
  margin-top: 10px;
}
.i-service {
  margin-top: 60px;
}
.i-service ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.i-service ul li {
  width: 32%;
  position: relative;
  /*	border-radius: 3px;*/
}
.i-service ul li .service-img {
  width: 100%;
  /*	height: 275px;*/
  overflow: hidden;
  border-radius: 3px;
  /*	padding-bottom: 60%;*/
}
.i-service ul li .service-img img {
  transition: 0.5s;
}
.i-service ul li:hover .service-img img {
  transform: scale(1.05);
}
.service-desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
}
.service-desc h5 {
  font-size: 28px;
  color: #333;
}
.i-service ul li:hover .service-desc h5 {
  color: #d42a1e;
}
/*
.service-desc h5 span{
	color: #d42a1e;
}
*/
.service-desc p {
  color: #fff;
  margin-top: 40%;
  overflow: hidden;
  font-size: 14px;
  width: 36px;
  height: 18px;
}
.service-desc p:hover img {
  transform: translateY(-18px);
}

.service {
  margin-top: 75px;
}

.service-bd {
  margin-top: 20px;
}
.service-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service-bd ul li {
  width: 32%;
  height: 400px;
  background: #f5f5f5;
  margin-top: 30px;
  text-align: center;
  padding: 0 56px;
  box-sizing: border-box;
}
.service-bd ul li .service-img {
  display: inline-block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin-top: 57px;
}
.service-bd ul li .service-img img {
  transition: 0.3s;
}
.service-bd ul li:hover .service-img img {
  transform: translateY(-110px);
}
.service-bd ul li h5 {
  font-size: 24px;
  margin-top: 24px;
  color: #333;
}
.service-bd ul li:hover h5 {
  color: #e31d1a;
}
.service-bd ul li span {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #e31d1a;
  margin-top: 10px;
}
.service-bd ul li p {
  font-size: 14px;
  color: #333;
  line-height: 2em;
  margin-top: 18px;
  margin-bottom: 60px;
}

.news {
  margin-top: 70px;
}

.i_new {
  background: url(../image/i_news_back.jpg) no-repeat center;
  background-size: 100% 100%;
}

/*
.news-bd {
	margin-top: 50px;
}
*/
.news-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-bd li {
  width: 32%;
  /*	background: red;*/
}
.news-bd li .news-img {
  width: 100%;
  /*	height: 410px;*/
  overflow: hidden;
  height: 302px;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
.news-bd li .news-img img {
  transition: 0.5s;
}
.news-bd li:hover .news-img img {
  transform: scale(1.05);
}
.news-bd li .news-desc {
  padding: 30px 40px;
  border: 1px solid #e1e1e1;
  /* margin-top: -6px; */
  border-top: none;
  border-radius: 0 0 3px 3px;
  background: #fff;
}
.news-bd li .news-desc span {
  font-size: 14px;
  color: #333;
}
.news-bd li .news-desc h3 {
  font-size: 14px;
  color: #333;
  margin: 18px 0;
}
.news-bd li .news-desc h3:hover a {
  color: #e31d1a;
}
.news-bd li .news-desc p {
  font-size: 14px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: 2em;
  margin-bottom: 20px;
}

.news-bd li .news-desc .btn a {
  font-size: 14px;
  color: #e31d1a;
  /*	background: url("../image/news-more.png") no-repeat right;*/
  /*	padding-right: 30px;*/
  display: block;
  width: 108px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #d42a1e;
  border-radius: 3px;
}
.news-bd li .news-desc .btn a:hover {
  background: #d42a1e;
  color: #fff;
  border: 1px solid #d42a1e;
}
.btn-more {
  text-align: center;
}
.btn-more a {
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #e31d1a;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  margin-top: 50px;
}
.contact,
.download-center,
.close-service,
.join,
.about-work,
.news-list,
.news-show,
.case-list {
  margin-bottom: 60px;
}

#right-bar-ctl p {
  padding-bottom: 8px;
}

.footer-hd {
  background: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 30px;
  /*margin-top: 60px;*/
  width: 100%;
}
.footer-hd .w {
  display: flex;
  justify-content: space-between;
  /*	align-items: center;*/
}
.footer-hd .footer-tell .logo {
  width: 245px;
}
.footer-hd .footer-tell h3 {
  margin-bottom: 22px;
  color: #d42a1e;
  font-weight: normal;
  font-size: 28px;
}
.footer-hd .code {
  width: 14%;
}
.footer-hd .code-hd {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.footer-phone {
  font-size: 30px;
  margin-top: 24px;
  color: #333;
}
.footer-tell p {
  font-size: 14px;
  color: #333;
  line-height: 2em;
  margin-bottom: 20px;
}
.footer-tell p i {
  font-size: 16px;
  color: #d42a1e;
  display: inline-block;
  margin-right: 10px;
}
.footer-tell .buss {
  width: 18px;
  display: inline-block;
  margin-right: 14px;
}
.footer-hd ul {
  width: 46%;
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
.footer-hd ul li a {
  font-size: 18px;
  /*	font-weight: bold;*/
}
.footer-hd ul li a:first-of-type:hover {
  color: #d42a1e;
}
.footer-hd ul .down-nav {
  margin-top: 30px;
}
.footer-hd ul li .down-nav a {
  display: block;
  padding-bottom: 20px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
}
.footer-hd ul li .down-nav a:hover {
  color: #d42a1e;
}
.footer-hd .code .code-img {
  width: 36%;
}
.footer-hd .code .code-desc {
  margin-left: 16px;
}
.footer-hd .code h3 {
  color: #d42a1e;
  margin-bottom: 25px;
  text-align: left;
  font-weight: normal;
  font-size: 28px;
}
.footer-hd .code p {
  /*	padding-top: 10px;*/
}

.footer-hd .link {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
}

.footer-bd {
  /*	height: 60px;*/
  line-height: 60px;
  background: #333;
  text-align: center;
}
.footer-bd a {
  color: #fff;
}
.footer .share {
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .share .share-items {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.footer .share .share-items img {
  width: 150px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -75px;
  max-width: 150px;
  display: none;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
/*
html{
	position: relative;
}
*/
.side-even {
  right: 2px;
  z-index: 498;
  position: fixed;
  top: calc(62% + 42px);
  width: 42px;
  margin-right: 20px;
}

.side-even ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-even ul li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #1d1d1f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: #e50211;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.side-even ul li.cloned {
  position: fixed;
  top: -100%;
  right: -100%;
  width: initial;
  opacity: 0;
  visibility: hidden;
}

.side-even ul li.cloned .fixed-toolbar-item_hover {
  position: initial;
  display: block;
}

.side-even ul li:first-child {
  margin-top: 0;
}

.side-even ul li:not(.fixed-toolbar-item_top):hover {
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-even ul li:not(.fixed-toolbar-item_top):hover .fixed-toolbar-item_hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-even
  ul
  li:not(.fixed-toolbar-item_top):hover
  .fixed-toolbar-item_hover
  img {
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-even ul li p {
  margin: 0;
  font-family: arial;
}

.side-even ul li .fixed-toolbar-item_icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

.side-even ul li .fixed-toolbar-item_icon img {
  vertical-align: middle;
  width: 45px;
  height: 45px;
}

.side-even ul li .fixed-toolbar-item_hover {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 2px 16px 24px;
  opacity: 1;
  background: #e50211;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.side-even ul li.fixed-toolbar-item_phone:hover {
  width: 210px !important;
  height: 60px;
  vertical-align: top !important;
}

.side-even ul li.fixed-toolbar-item_top .fixed-toolbar-item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.to-top {
  position: fixed;
  /*	bottom: 100px;*/
  right: 12px;
  cursor: pointer;
  width: 40px;
  top: calc(62% + 190px);
  /* margin-top: 10px; */
  /*
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
	border-radius: 50%;
*/
}
.to-top img {
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
  /*	border-radius: 50%;*/
}

.um-banner {
  /*	margin-top: 94px;*/
  position: relative;
}
.um-banner .um-img{
  text-align: center;
}
.um-banner .sew {
  position: absolute;
  top: 60%;
  animation: run 2s linear infinite;
}
@keyframes run {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}
.um-banner img {
  vertical-align: middle;
}
.banner-desc {
  position: absolute;
  /*	left: 0;*/
  top: 50%;
  margin-top: -80px;
}
.banner-desc h5 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
}
.banner-desc span {
  display: block;
  width: 50px;
  height: 2px;
  background: #d42a1e;
  margin: 20px 0;
}
.banner-desc p {
  font-size: 24px;
  color: #333;
}

.crumbs {
  height: 60px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.u-about .cru-nav ul {
  width: 54%;
}
.u-new .cru-nav ul {
  width: 34%;
}
.cru-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  margin: 0 auto;
}
.u-about .cru-nav ul li {
  width: 20%;
}
.u-new .cru-nav ul li {
  width: 33.3%;
}
.cru-nav ul li {
  width: 150px;
  line-height: 60px;
  text-align: center;
  /*	background: #f1f1f1;*/
}
.cru-nav ul li:hover {
  background: #d42a1e;
}
.cru-nav ul li:hover a {
  color: #fff;
}
.cru-nav ul li.cru-default {
  background: #d42a1e;
}
.cru-nav ul li.cru-default a {
  color: #fff;
}

.i-classify .tit {
  text-align: center;
}
.i-classify .tit h5 {
  font-size: 28px;
  color: #333;
}
.i-classify .classify_bd {
  text-align: center;
  /*	border-bottom: 1px solid #e1e1e1;*/
  margin-bottom: 50px;
  margin-top: 30px;
}
.i-classify .classify_bd .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*    width: 62%;*/
}
.i-classify .classify_bd .w .prev:hover img,
.i-classify .classify_bd .w .next:hover img {
  transform: translateY(-28px);
}
.i-classify .classify_bd .w .use-slick {
  /*	width: 92%;*/
  margin: 0 auto;
  overflow: hidden;
  height: 43px;
}
.i-classify .classify_bd .w .prev,
.i-classify .classify_bd .w .next {
  height: 28px;
  overflow: hidden;
  transition: 0.5s;
}
.i-classify .classify_bd a {
  display: inline-block;
  padding: 10px 40px;
  /*	border: 1px solid #e1e1e1;*/
  margin: 0 20px;
  border-radius: 3px;
  color: #333;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.i-classify .classify_bd a:hover {
  border: 1px solid #d42a1e;
  background: #fff;
  color: #333;
}
.i-classify .classify_bd .active {
  /*	border-color: #d42a1e;*/
  color: #fff;
  background: #d42a1e;
}
.news-list .i-classify .classify_bd {
  margin-bottom: 20px;
}
.news-list .i-classify {
  margin-top: 50px;
}

.pro-list {
  margin-top: 60px;
}
.pro-list li {
  overflow: hidden;
  margin-bottom: 50px;
}
.pro-list .pro-img {
  width: 50%;
  /*	height: 385px;*/
  float: left;
  overflow: hidden;
  border-radius: 3px 0 0 3px;
}
.pro-list .pro-img img {
  transition: 0.5s;
}
.pro-list .pro-img:hover img {
  transform: scale(1.05);
}
.pro-list .pro-desc {
  width: 50%;
  float: right;
  text-align: left;
  height: 385px;
  padding: 53px 62px;
  box-sizing: border-box;
  background: url("../image/pro-list-back.jpg") no-repeat;
  border-radius: 0 3px 3px 0;
}
.pro-list .pro-desc h5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}
.pro-list .pro-desc p {
  font-size: 14px;
  line-height: 2em;
  color: #333;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.pro-list .pro-desc a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #333;
  /*	background: #333;*/
  margin-top: 20%;
  border-radius: 3px;
  border: 1px solid #999;
}
.pro-list .pro-desc a:hover {
  background: #d42a1e;
  color: #fff;
  border: 1px solid #d42a1e;
}

/*product-show  产品详情*/
.product-intro {
  padding: 80px 0;
  background: url(../image/product-intro-back.jpg) no-repeat;
  margin-top: 94px;
}
.product-intro .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-intro .intro_hd {
  width: 45%;
}
.product-intro .intro_hd h5 {
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
}
.product-intro .intro_hd .fenge {
  width: 60%;
  height: 1px;
  background: #e1e1e1;
  position: relative;
}
.product-intro .intro_hd .fenge span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  background: #d42a1e;
  height: 2px;
}
.product-intro .intro_hd h6 {
  font-size: 28px;
  color: #d42a1e;
  margin-top: 40px;
}
.product-intro .intro_hd p {
  line-height: 2em;
  margin-top: 30px;
}
.product-show .tit {
  text-align: center;
}
.product-show .tit h5 {
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
}
.product-show .tit p {
  font-size: 14px;
  color: #333;
  margin-top: 14px;
}
.product-mix {
  padding: 80px 0;
  background: url(../image/product-mix-back.jpg) no-repeat;
}
.work-table .product-mix {
  background: url(../image/product-mix-back2.jpg) no-repeat;
}
.custom-welding .product-mix {
  background: url(../image/product-mix-back3.jpg) no-repeat red;
  padding-top: 80px;
  padding-bottom: 67px;
}
.product-mix ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 108px;
  margin-bottom: 8.7rem;
}
.work-table .product-mix ul {
  margin-top: 58px;
  margin-bottom: 2.7rem;
}
.custom-welding .product-mix ul {
  margin-bottom: 0;
  margin-top: 58px;
}
.product-mix ul li p {
  margin-bottom: 30px;
  position: relative;
}
.product-mix ul li p i {
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: #c30505;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 0;
}
.product-mix ul .right p i {
  right: 0;
}
.product-mix ul .left p i {
  left: 0;
}
.product-mix ul li .black i {
  background: #161616;
}
.product-mix ul li .black span {
  background: #313131;
}
.product-mix ul .left p span {
  margin-left: 24px;
}
.product-mix ul .right p span {
  margin-right: 24px;
}
.product-mix ul li p span {
  display: inline-block;
  width: 400px;
  line-height: 50px;
  background: #e01010;
  color: #fff;
  border-radius: 25px;
  /*	margin-left: 30px;*/
  margin-top: 5px;
  padding-left: 50px;
  font-size: 16px;
}

.product-adv {
  /*	background: url(../image/product-adv-back.jpg) no-repeat ;*/
  padding: 50px 0 60px 0;
}
/*
.work-table .product-adv{
	background: url(../image/product-adv-back2.jpg) no-repeat ;
	padding: 75px 0;
 }
*/
/*
.custom-welding .product-adv{
	background: url(../image/product-adv-back3.jpg) no-repeat ;
	padding: 120px 0;
 }
*/
.product-adv ul {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.work-table .product-adv ul {
  margin-top: 15px;
}
.work-table .product-adv ul li {
  width: 48.6%;
  height: 320px;
  background: #fff;
  border-radius: 3px;
  padding: 40px;
  margin-top: 30px;
  color: #333;
  position: relative;
  box-shadow: 0 0 3px #e1e1e1;
}
.custom-welding .product-adv ul {
  margin-top: 20px;
}
.custom-welding .product-adv ul li {
  width: 32%;
  text-align: center;
  margin: 40px 0;
}
.custom-welding .product-adv ul li img {
  box-shadow: 1px 1px 5px #eee;
  border-radius: 50%;
}
.custom-welding .product-adv ul li:hover img {
  transform: scale(1.05);
}
.custom-welding .product-adv ul li:hover p {
  color: #d42a1e;
}
.custom-welding .product-adv ul li p {
  font-size: 24px;
  color: #333;
  margin-top: 28px;
}
/*
.work-table .product-adv ul .red{
	background: #e01010;
}
*/
.work-table .product-adv ul li h6 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 20px;
}
.work-table .product-adv ul li:hover h6 {
  color: #d42a1e;
}
.work-table .product-adv ul li span {
  width: 60px;
  height: 3px;
  background: #e1e1e1;
  display: block;
  margin-bottom: 40px;
}
.work-table .product-adv ul li p {
  line-height: 2em;
  font-size: 14px;
  padding-bottom: 10px;
  width: 70%;
  color: #333;
}
.work-table .product-adv ul li p i {
  font-style: normal;
  color: #d42a1e;
  padding-right: 14px;
}
.work-table .product-adv ul li .adv-bd {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
/*
.work-table .product-adv ul li .adv-hd{
	margin-bottom: 20px;
}
*/

.product-unit {
  padding: 72px 0;
  background: url(../image/product-unit-back.jpg) no-repeat;
}
.product-unit ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-unit ul li {
  width: 48.6%;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: #fff;
  margin-top: 30px;
  color: #333;
  border-radius: 3px;
}
.product-unit ul li:nth-of-type(2n) {
  text-align: right;
}
.product-unit ul li .unit-img {
  width: 260px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f5f5f5;
}
.product-unit ul li .unit-img img {
  width: 100%;
}
.product-unit ul li:hover .unit-img img {
  transform: scale(1.05);
}
.product-unit ul li .unit-desc {
  width: 50%;
}
.product-unit ul li .unit-desc em {
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 6px;
}
.product-unit ul li .unit-desc h6 {
  font-size: 24px;
  margin-top: 20px;
  color: #d42a1e;
}
.product-unit ul li .unit-desc p {
  font-size: 15px;
  line-height: 2em;
  margin-top: 10px;
  color: #333;
}
.product-screen {
  background: url(../image/product-screen-back.jpg) no-repeat red;
  padding: 69px 0;
}
.work-table .product-screen {
  background: url(../image/product-screen-back1.jpg) no-repeat red;
}
.product-screen .screen-img {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 30px;
  text-align: center;
}
.product-screen .screen-img:hover img {
  transform: scale(1.02);
}

.product-apply {
  /*	background: url(../image/product-apply-back.jpg) no-repeat red;*/
  padding-top: 50px;
  /*	padding-bottom: 80px;*/
}
.work-table .product-apply {
  /*	background: url(../image/product-apply-back1.jpg) no-repeat red;*/
}
.custom-welding .product-apply {
  /*	background: url(../image/product-apply-back2.jpg) no-repeat red;*/
}
.product-apply ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product-apply ul li {
  width: 23%;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 3px;
}
.work-table .product-apply ul li {
  width: 32%;
  border-radius: 3px;
  position: relative;
}
.work-table .product-apply ul li .apply-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.product-apply ul li:hover img {
  transform: scale(1.05);
}
.product-apply ul li .apply-desc {
  text-align: center;
  line-height: 60px;
  background: #313131;
  color: #fff;
  font-size: 20px;
  /*	margin-top: -1px;*/
}
.product-apply ul li .apply-desc:hover {
  background: #d42a1e;
}
.custom-welding .product-apply ul li {
  width: 32%;
  border-radius: 3px;
  position: relative;
}

/*
.product-apply ul .black .apply-desc{
	background: #313131;
}
*/

.product-parameter {
  padding: 70px 0;
  background: url(../image/product-parameter-back.jpg) no-repeat red;
}
.sloution-show .product-parameter {
  background: url(../image/slou-parameter-back.jpg) no-repeat red;
}
.work-table .product-parameter {
  background: url(../image/product-parameter-back1.jpg) no-repeat red;
}
.parameter-table {
  margin-top: 50px;
}
.parameter-table table {
  border-collapse: collapse;
}
.parameter-table table tr {
  width: 100%;
}
.parameter-table table tr td {
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 54px;
}
.parameter-table table tr td:first-of-type {
  width: 20rem;
}
.parameter-table table tr td:last-of-type {
  width: 80rem;
}

.case-list {
  background: #fff;
}
.case-list h5 {
  padding-top: 0;
}

/*solution-show   解决方案详情*/

.slou-intro {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slou-intro .intro_hd {
  width: 45%;
}
.slou-intro .intro_hd h6 {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
}
.slou-intro .intro_hd span {
  display: block;
  width: 60px;
  height: 2px;
  background: #d42a1e;
}
.slou-intro .intro_hd p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 30px;
}
.slou-intro .intro_hd .btn {
  width: 120px;
  line-height: 40px;
  background: #313131;
  text-align: center;
  border-radius: 3px;
  margin-top: 40px;
}
.slou-intro .intro_hd .btn a {
  color: #fff;
}
.slou-intro .intro_bd {
  width: 50%;
  overflow: hidden;
  border-radius: 3px;
}
.slou-intro .intro_bd:hover img {
  transform: scale(1.05);
}

.slou-trait {
  padding: 50px 0 60px 0;
}
.slou-trait ul {
  /*	margin-top: 20px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.slou-trait ul li {
  width: 31%;
  box-shadow: 0 0 3px #e1e1e1;
  padding: 40px 30px;
  position: relative;
  border-radius: 3px;
  margin-top: 40px;
}
.slou-trait ul li h6 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.slou-trait ul li:hover h6 {
  color: #d42a1e;
}
.slou-trait ul li p {
  font-size: 14px;
  width: 70%;
  line-height: 2em;
  padding-top: 10px;
}
.slou-trait ul li .trait_img {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.sloution-plan {
  margin-top: 70px;
}
.sloution-show .tit {
  text-align: center;
}
.sloution-show .tit h5 {
  font-size: 28px;
  color: #333;
  /*	padding-bottom: 20px;*/
}
.sloution-show .tit p {
  line-height: 28px;
  padding: 0 50px;
  color: #333;
}
.sloution-plan .plan-detail ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.sloution-plan .plan-detail ul li .detail-img {
  width: 50%;
  overflow: hidden;
  border-radius: 3px;
}
.sloution-plan .plan-detail ul li .detail-img:hover img {
  transform: scale(1.05);
}
.sloution-plan .plan-detail ul li .detail-desc {
  width: 45%;
}
.sloution-plan .plan-detail ul li .detail-desc h6 {
  font-size: 24px;
  color: #d42a1e;
  font-weight: normal;
  background: url(../image/solu-h6-1.png) no-repeat left;
  padding-left: 55px;
}
.sloution-plan .plan-detail ul li .detail-desc .case-metal1 {
  background: url(../image/solu-h6-2-5.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-metal2 {
  background: url(../image/solu-h6-1-5.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-medical1 {
  background: url(../image/solu-h6-1-4.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-medical2 {
  background: url(../image/solu-h6-2-4.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-pv1 {
  background: url(../image/solu-h6-1-3.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-mechanical1 {
  background: url(../image/solu-h6-1-2.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-electronic1 {
  background: url(../image/solu-h6-1-1.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc .case-electronic2 {
  background: url(../image/solu-h6-2-4.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc h6.slou-h6-2 {
  background: url(../image/solu-h6-2.png) no-repeat left;
}
.sloution-plan .plan-detail ul li .detail-desc p {
  line-height: 28px;
  margin-top: 20px;
}
.sloution-pro {
  background: url(../image/slou-pro-back.jpg) no-repeat;
  padding: 60px 0;
  margin-top: 60px;
}
.sloution-pro .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sloution-pro .w .sloution-pro-img {
  width: 50%;
  overflow: hidden;
  border-radius: 3px;
}
.sloution-pro .w .sloution-pro-img:hover img {
  transform: scale(1.05);
}
.sloution-pro .w .sloution-pro-desc {
  width: 45%;
}
.sloution-pro .w .slou-desc-top h6 {
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.sloution-pro .w .slou-desc-top span {
  width: 60px;
  height: 3px;
  display: block;
  margin: 30px 0;
  background: #d42a1e;
}
.sloution-pro .w .slou-desc-top p {
  line-height: 2em;
  margin-bottom: 10px;
}
.sloution-pro .w .slou-desc-down ul {
  display: flex;
  justify-content: space-between;
  /*	align-items: center;*/
  flex-wrap: wrap;
}
.sloution-pro .w .slou-desc-down ul li {
  width: 47%;
  margin-top: 30px;
}
.sloution-pro .w .slou-desc-down ul li h6 {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
}
.sloution-pro .w .slou-desc-down ul li h6 em {
  display: inline-block;
  width: 46px;
  height: 46px;
  /*	background: url(../image/slou-em.png) no-repeat;*/
  text-align: center;
  line-height: 46px;
  font-style: normal;
  color: #fff;
  margin-right: 20px;
  background: #313131;
  border-radius: 50%;
  /*	transform: rotate(45deg);*/
}
.sloution-pro .w .slou-desc-down ul li p {
  line-height: 2em;
}

.sloution-pro .sloution-pro-adv {
  width: 1400px;
  margin: 0 auto;
}
.sloution-pro .sloution-pro-adv ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.sloution-pro .sloution-pro-adv ul li {
  width: 32%;
  background: #fff;
  line-height: 132px;
  text-align: center;
  border-radius: 3px;
}
.sloution-pro .sloution-pro-adv ul li span {
  font-size: 20px;
  color: #333;
  padding-left: 55px;
  display: inline-block;
  line-height: 38px;
}
.sloution-pro .sloution-pro-adv ul li span:hover {
  color: #d42a1e;
}
.sloution-pro .sloution-pro-adv ul li:nth-of-type(1) span {
  background: url(../image/slou-adv1.png) no-repeat left;
}
.sloution-pro .sloution-pro-adv ul li:nth-of-type(2) span {
  background: url(../image/slou-adv2.png) no-repeat left;
}

.sloution-pro .sloution-pro-adv ul li:nth-of-type(3) span {
  background: url(../image/slou-adv3.png) no-repeat left;
}

.sloution-sample {
  margin-top: 50px;
}
.sloution-sample ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*	margin-top: 20px;*/
}
.sloution-sample ul li {
  margin-top: 30px;
  width: 23.4%;
  overflow: hidden;
  background: red;
  border-radius: 3px;
}
.sloution-sample ul li:hover img {
  transform: scale(1.05);
}

.sloution-process {
  background: url(../image/slou-process-back.jpg) no-repeat;
  margin-top: 70px;
  padding: 60px 0;
}
.sloution-process ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  background: url(../image/slou-process1.png) no-repeat;
}
.sloution-process ul li {
  width: 50%;
  padding: 0 50px;
  font-size: 28px;
  color: #333;
  margin-bottom: 100px;
  margin-top: 30px;
}
.sloution-process ul li:nth-of-type(2n) {
  text-align: right;
}

.sloution-security {
  margin-top: 70px;
}
.sloution-security ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.sloution-security ul li {
  width: 17%;
  background: #fff;
  box-shadow: 0 0 3px #e1e1e1;
  text-align: center;
  padding: 50px 0;
  height: 320px;
  border-radius: 3px;
}
.sloution-security ul li .sec-img {
  display: inline-block;
  height: 80px;
  overflow: hidden;
  width: 82px;
}
.sloution-security ul li:hover img {
  transform: translateY(-80px);
}
.sloution-security ul li h6 {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  font-weight: normal;
}
.sloution-security ul li:hover h6 {
  color: #d42a1e;
}
.sloution-security ul li p {
  padding: 14px 22px 0 22px;
  line-height: 2em;
  color: #333;
}

.related-pro ul {
  margin-top: 50px;
}

.about-show {
  padding-top: 95px;
}
.about-show h5 {
  font-size: 28px;
  color: #333;
  text-align: center;
}
.about-show .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.about-show .w .about-hd {
  width: 50%;
  padding-right: 80px;
}
.about-show .w .about-hd h6 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
}
.about-show .w .about-hd p {
  font-size: 14px;
  color: #333;
  line-height: 2em;
}
.about-show .w .about-bd {
  width: 50%;
  /*	height: 430px;*/
  overflow: hidden;
  border-radius: 3px;
}
.about-show .w .about-bd img {
  transition: 0.5s;
}
.about-show .w .about-bd:hover img {
  transform: scale(1.05);
}
.about-show .about-adv ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about-show .about-adv ul .adv-num {
  font-size: 54px;
  color: #333;
  font-weight: bold;
}
.about-show .about-adv ul .adv-num span {
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.about-show .about-adv ul li {
  padding: 30px 0 0 0;
  border-radius: 3px;
}
.about-show .about-adv ul li:last-of-type {
  border: 0;
}
.about-show .about-adv ul li p {
  font-size: 18px;
}

.about-culture {
  border-top: 1px solid #e1e1e1;
  margin-top: 60px;
}
.culture-hd {
  padding: 50px 120px;
  text-align: center;
  line-height: 2em;
  font-size: 14px;
}
.culture-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.culture-bd ul li {
  width: 16%;
  text-align: center;
}
.culture-bd ul li h6 {
  font-size: 16px;
  padding: 14px 0;
  color: #333;
  font-weight: normal;
}
.culture-bd ul li:hover h6 {
  color: #d42a1e;
}
.culture-bd ul li:hover img {
  transform: scale(1.05);
}
.culture-bd ul li p {
  line-height: 2em;
}
.about-honor {
  background: url("../image/about-honor-back.jpg");
  margin-top: 60px;
  padding: 60px 0;
  background-size: cover;
}
.about-honor h5,
.about-develop h5 {
  font-size: 28px;
  text-align: center;
  color: #333;
}
/*.about-honor-bd ul{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*	margin-top: 50px;*/
/*}*/
/*.about-honor-bd ul li{*/
/*	width: 19%;*/
/*	overflow: hidden;*/
/*	border-radius: 3px;*/
/*}*/
/*.about-honor-bd ul li img{*/
/*	transition: .5s;*/
/*}*/
/*.about-honor-bd ul li:hover img{*/
/*	transform: scale(1.05);*/
/*}*/
/* 以上重构 */
.about-honor-bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-honor-bd .prev,
.about-honor-bd .next {
  height: 28px;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 30px;
}
.about-honor-bd .prev img,
.about-honor-bd .next img {
  height: 200%;
}
.about-honor-bd .prev:hover img,
.about-honor-bd .next:hover img {
  transform: translateY(-28px);
}
.about-honor-bd .honor-slick {
  margin-top: 50px;
  width: 95%;
}
.about-honor-bd .honor-slick .honor-items {
  overflow: hidden;
  border-radius: 3px;
  margin: 0 10px;
}
.about-honor-bd .honor-slick .honor-items img {
  transition: 0.5s;
}
.about-honor-bd .honor-slick .honor-items:hover img {
  transform: scale(1.05);
}

.about-develop {
  padding-top: 50px;
}

.about-develop h5,
.about-partner h5,
.about-work h5 {
  font-size: 28px;
  text-align: center;
  color: #333;
}
/*.about-develop ul{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*!*	margin-top: 60px;*!*/
/*}*/
/*.about-develop ul i{*/
/*	font-style: normal;*/
/*	font-size: 28px;*/
/*	color: #333;*/
/*}*/
/*.about-develop .prev,.about-develop .next{*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	align-items: center;*/
/*}*/
/*.about-develop ul a{*/
/*	display: inline-block;*/
/*	width: 56px;*/
/*	height: 56px;*/
/*	text-align: center;*/
/*	line-height: 56px;*/
/*	border: 1px solid #e1e1e1;*/
/*	margin: 0 30px;*/
/*}*/
/*.about-develop ul .prev span ,.about-develop ul .next span{*/
/*	width: 175px;*/
/*	height: 1px;*/
/*	background: #cacaca;*/
/*!*	margin-left: 24px;*!*/
/*}*/
/*.about-develop ul li{*/
/*	text-align: center;*/
/*}*/
/*.about-develop ul li p{*/
/*	font-size: 210px;*/
/*	color: #d42a1e;*/
/*}*/
/*.about-develop ul li span{*/
/*	font-size: 24px;*/
/*	color: #333;*/
/*}*/
/* 以上重构 */
.about-develop .about-develop-tab {
  position: relative;
}
.about-develop .about-develop-tab .prev,
.about-develop-tab .next {
  position: absolute;
  top: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  border: 1px solid #e1e1e1;
  background: #fff;
  z-index: 1000;
}
.about-develop .about-develop-tab .prev {
  left: 105px;
  cursor: pointer;
}
.about-develop .about-develop-tab .next {
  right: 105px;
  cursor: pointer;
}
.about-develop .about-develop-tab .about-develop-slick .about-develop-items {
  width: 400px;
  margin-top: 133px;
  webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.about-develop .about-develop-tab .about-develop-slick .slick-active {
  width: 12.5rem;
}
.about-develop .about-develop-tab .about-develop-slick .slick-center {
  width: 62.5rem;
  margin-top: 0;
  webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.about-develop
  .about-develop-tab
  .about-develop-slick
  .about-develop-items
  .year {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-develop
  .about-develop-tab
  .about-develop-slick
  .about-develop-items
  .year
  span {
  display: none;
  width: 175px;
  height: 1px;
  background: #cacaca;
  margin: 0 110px;
}
.about-develop .about-develop-tab .about-develop-slick .about-develop-items i {
  font-style: normal;
  font-size: 28px;
  color: #333;
  margin: 0 20px;
  webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.about-develop .about-develop-tab .about-develop-slick .slick-center i {
  font-size: 210px;
  color: #d42a1e;
}
.about-develop
  .about-develop-tab
  .about-develop-slick
  .about-develop-items
  .text {
  display: none;
  font-size: 18px;
  color: #333;
}
.about-develop .about-develop-tab .about-develop-slick .slick-center .text {
  display: block;
  text-align: center;
}

.about-partner {
  margin-top: 60px;
  background: url("../image/partner-back.jpg");
  padding: 60px 0;
  background-size: 100%;
}
.about-partner-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.about-partner-bd ul li {
  width: 16%;
  /*	height: 140px;*/
  overflow: hidden;
  margin-top: 16px;
  border-radius: 3px;
}
.about-partner-bd ul li img {
  transition: 0.5s;
}
.about-partner-bd ul li:hover img {
  transform: scale(1.05);
}
.about-work {
  padding-top: 115px;
}
.about-work-bd ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*margin-top: 10px;*/
}
.about-work-bd ul li {
  width: 24%;
  text-align: center;
  margin-top: 24px;
  overflow: hidden;
}
.about-work-bd ul li .room-img {
  width: 100%;
  overflow: hidden;
  /*	height: 298px;*/
  border-radius: 3px;
}
.about-work-bd ul li img {
  transition: 0.5s;
}
.about-work-bd ul li:hover img {
  transform: scale(1.05);
}
.about-work-bd ul li:hover p {
  color: #d42a1e;
}
.about-work-bd ul li p {
  font-size: 16px;
  color: #333;
  padding-top: 24px;
}

.news-list .news-bd li .news-desc p {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list .news-bd ul {
  flex-wrap: wrap;
}
.news-list .news-bd ul li {
  margin-top: 30px;
}

.paging {
  margin-top: 50px;
  text-align: center;
}
.paging a {
  padding: 10px 15px;
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin: 0 10px;
}
.paging a:hover {
  background: #d42a1e;
  border: 1px solid #d42a1e;
  color: #fff;
}
.paging .on {
  background: #d42a1e;
  border: 1px solid #d42a1e;
  color: #fff;
}

.news-show {
  display: flex;
  justify-content: space-between;
  /*	align-items: bottom;*/
}
.news-show .news-show-hd {
  width: 71%;
  background: #f1f1f1;
  padding: 60px 40px;
  margin-top: 60px;
  box-sizing: border-box;
}
.news-show .news-show-hd .tit {
  text-align: center;
}
.news-show .news-show-hd h5 {
  font-size: 24px;
  color: #333;
  margin-bottom: 14px;
  font-weight: normal;
}
.news-show .news-show-hd span {
  color: #333;
}
.news-show .news-show-hd .tit p {
  height: 1px;
  background: #e1e1e1;
  margin: 30px 0;
}
.news-show .news-show-hd .desc {
  padding: 0 30px;
}
.news-show .news-show-hd .desc p {
  line-height: 2em;
}
.news-show .news-show-hd .desc img {
  margin: 30px 0;
}
.news-show .news-show-hd .page {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-show .news-show-hd .page a:hover {
  color: #d42a1e;
}
.news-show .news-show-bd {
  width: 26%;
  background: #f1f1f1;
  padding: 36px;
  box-sizing: border-box;
  margin-top: 60px;
}

.news-show .news-show-bd .tit b {
  font-size: 22px;
  color: #333;
  font-weight: normal;
  border-left: 3px solid #d42a1e;
  padding-left: 14px;
}

.news-show .news-show-bd ul {
  margin-top: 20px;
}
.news-show .news-show-bd ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-top: 20px;
}
.news-show .news-show-bd ul li:last-of-type {
  border-bottom: 0;
}
.news-show .news-show-bd ul li .news-recom-img {
  margin-right: 14px;
}
.news-show .news-show-bd ul li .news-recom-desc p {
  font-size: 14px;
  color: #333;
}
/*
.news-show .news-show-bd ul li .news-recom-desc p:hover{
	font-size: 14px;
	color: #d42a1e;
}
*/
.news-show .news-show-bd ul li .news-recom-desc .btn {
  margin-top: 10px;
}
.news-show .news-show-bd ul li .news-recom-desc .btn a {
  font-size: 14px;
  color: #d42a1e;
  background: url(../image/news-more.png) no-repeat right;
  padding-right: 30px;
}

/*加入我们*/

.join-tit {
  margin-top: 60px;
  width: 100%;
  /*	height: 100px;*/
  /*	line-height: 100px;*/
  background: #333;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.join ul li {
  border: 1px solid #e1e1e1;
  padding: 40px;
  width: 100%;
  border-bottom: 0px;
}
.join ul li:last-of-type {
  border-bottom: 1px solid #e1e1e1;
}
.join ul li .problem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join ul li.on .problem {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}
.join ul li .problem i {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #ececec;
  display: inline-block;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../image/join-icon2.png);
}
.join ul li.on .problem i {
  background-image: url(../image/join-icon1.png);
}
.join ul li:nth-child(2n) {
  background: #f5f5f5;
}
.join ul li .answer {
  padding-top: 50px;
  display: none;
}
.join ul .on .answer {
  display: block;
}
.join ul li .answer h5 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 14px;
  margin-top: 20px;
}
.join ul li .answer p {
  line-height: 2em;
}
.join ul li .answer h6 {
  font-size: 20px;
  /*	margin-top: 20px;*/
  font-weight: normal;
  color: #d42a1e;
}
.join ul li .answer h6:first-of-type {
  margin-top: 20px;
}
.join ul li .answer .btn {
  width: 152px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #333;
  margin-top: 50px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.join ul li .answer .btn a {
  color: #fff;
  font-size: 16px;
}

.contact .i-tit h3 {
  padding-top: 50px;
  font-weight: bold;
}
.contact .tit h5 {
  font-size: 28px;
  color: #333;
}
.contact-bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 0 100px;
}
/*
.contact-bd .bd-left{
	margin-left: 50px;
}
*/
.contact-bd .bd-right {
  width: 50%;
}
.contact-bd h5 {
  font-size: 24px;
}
.contact-bd ul li {
  margin-top: 20px;
  line-height: 32px;
  font-size: 16px;
}
/*
.contact-bd ul li:first-of-type{
	margin-top: 0;
}
*/
.contact-bd ul li img {
  margin-right: 20px;
}
.contact ul li:last-of-type {
  border-right: 0px;
}
.contact ul li h6 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contact ul li p {
  font-size: 14px;
  color: #333;
  line-height: 2em;
}
.contact ul li span {
  display: inline-block;
  width: 100px;
  height: 3px;
  background: #d42a1e;
  margin: 30px 0;
}

.contact .map {
  margin-top: 60px;
}

.contact .online {
  width: 1400px;
  background: #f5f5f5;
  padding: 0px 70px 50px 70px;
  margin-top: 60px;
  border-radius: 3px;
}
.contact .online .tit {
  margin-top: 0;
}
.contact .online .message {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.contact .online .message-hd {
  width: 47%;
}
.contact .online .message-hd input {
  outline: none;
  border: none;
  background: #fff;
  width: 100%;
  line-height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.contact .online .message-hd input:last-of-type {
  margin-bottom: 0;
}
.contact .online .message-hd input::placeholder {
  color: #e1e1e1;
}
.message-bd {
  width: 47%;
}
.message-bd .choose {
  width: 100%;
  background: #fff;
  height: 52px;
  margin-bottom: 20px;
}
.message-bd .choose select {
  width: 97%;
  height: 52px;
  line-height: 52px;
  border: 0;
  padding-left: 20px;
  outline: none;
}
.message-bd .choose select option {
  color: #333;
  height: 30px;
}
.consult textarea {
  border: none;
  outline: none;
  background: #fff;
  resize: none;
  overflow: hidden;
  width: 100%;
  color: #333;
  box-sizing: border-box;
  padding: 20px;
  height: 18.2em;
}
.contact .online .btn {
  text-align: center;
  margin-top: 50px;
}
.contact .online .btn button {
  border: 1px solid #e1e1e1;
  background: none;
  padding: 14px 50px;
  font-size: 14px;
  margin: 0 20px;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
}
.contact .online .btn button:first-of-type:hover {
  background: #d42a1e;
  color: #fff;
}
.contact .online .btn button:last-of-type {
  background: #e1e1e1;
  color: #333;
  cursor: pointer;
}
.contact .online .btn button:last-of-type:hover {
  background: #d42a1e;
  color: #fff;
}
.service-sup {
  margin-top: 50px;
}
.service-sup .tit h5 {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.service-sup-show {
  margin-top: 40px;
}
.service-sup-show ul {
  display: flex;
  justify-content: space-between;
  /*	align-items: center;*/
}
.service-sup-show ul li {
  width: 32%;
  border-radius: 3px;
}
/*
.service-sup-show ul li .after-sale img{
	width: 60%;
} 
*/
.service-one {
  width: 32%;
  /*	height: 552px;*/
  text-align: center;
  background: #f6f6f6;
  padding: 90px 0;
}
.after-sale h6 {
  font-size: 18px;
  color: #d42a1e;
  margin-top: 20px;
}
.after-sale h6:hover {
  color: #d42a1e;
}
.after-sale p {
  font-size: 14px;
  color: #333;
  /*	margin-top: 20px;*/
  width: 70%;
  margin: 20px auto;
  line-height: 2em;
}
.service-sup-show li .btn a {
  display: inline-block;
  width: 120px;
  /*	height: 38px;*/
  text-align: center;
  line-height: 38px;
  color: #fff;
  background: #333;
  border-radius: 3px;
}
.service-sup-show li .btn a:hover {
  background: #c00d00;
}
.service-sup-show li .ser-own {
  display: flex;
  justify-content: space-between;
  /*	align-items: center;*/
  background: #f6f6f6;
  padding: 60px 40px;
  margin-bottom: 30px;
  border-radius: 3px;
}
.service-sup-show li .ser-own .con-img {
  /*	margin-right: 24px;*/
  width: 60px;
}
.service-sup-show li .ser-own .con-img img {
  width: 100%;
}
.service-sup-show li .ser-own h6 {
  font-size: 18px;
  color: #d42a1e;
  padding-bottom: 10px;
}
.service-sup-show li .ser-own h6:hover {
  color: #d42a1e;
}
.service-sup-show li .ser-own p {
  font-size: 14px;
  color: #333;
  line-height: 2em;
  width: 270px;
}
.service-sup-show li .ser-own .btn {
  margin-top: 20px;
  height: 38px;
}
.service-sup-show li div:nth-of-type(2) {
  margin-bottom: 0;
}

.quality-mana {
  margin-top: 60px;
  background: url(../image/quality-back.jpg) no-repeat center #ccc;
  padding: 60px 0;
}
.quality-mana .tit h5 {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.quality-mana-show {
  margin-top: 40px;
}
.quality-mana-show li {
  display: flex;
  justify-content: space-between;
}
.quality-mana-show li .con-img {
  width: 50%;
  /*	height: 420px;*/
  overflow: hidden;
  /*	border-radius: 3px 0 0 0 ;*/
}
.quality-mana-show li .con-img img {
  vertical-align: middle;
  transition: 0.5s;
}
.quality-mana-show li .con-img:hover img {
  transform: scale(1.05);
}
.quality-mana-show li .con-desc {
  width: 50%;
  background: #fff;
  padding: 65px 30px 0 30px;
  /*	border-radius: 0 3px 0 0;*/
}
.quality-mana-show li .con-desc h6 {
  font-size: 18px;
  color: #d42a1e;
  font-weight: normal;
}
.quality-mana-show li .con-desc h6 span {
  display: inline-block;
  margin-right: 14px;
}
.quality-mana-show li .con-desc p {
  line-height: 2em;
  margin-top: 20px;
  font-size: 14px;
  padding: 0 30px 0 40px;
}
.quality-mana-show li .con-desc img {
  margin-top: 15%;
  padding-left: 40px;
}

.close-service {
  margin-top: 50px;
}
.close-service .tit h5 {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.close-service-show {
  margin-top: 40px;
}
.close-service-show ul {
  display: flex;
  justify-content: space-between;
  /*	align-items: center;*/
}
.close-service-show ul li {
  width: 32%;
  border-radius: 3px;
}
.close-service-show ul li .con-img {
  width: 100%;
  /*	height: 292px;*/
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.close-service-show ul li .con-img img {
  vertical-align: middle;
  transition: 0.5s;
}
.close-service-show ul li .con-img:hover img {
  transform: scale(1.05);
}
.close-service-show ul li .con-desc {
  background: #f6f6f6;
  padding: 35px 45px;
  text-align: center;
  height: 347px;
  border-radius: 0 0 3px 3px;
}
.close-service-show ul li .con-desc h6 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}
.close-service-show ul li .con-desc span {
  display: inline-block;
  width: 120px;
  height: 1px;
  background: #d42a1e;
}
.close-service-show ul li .con-desc .para {
  text-align: left;
  line-height: 2em;
  margin-top: 20px;
}

/*download-center*/

.download-center {
  margin-top: 50px;
}
.download-center .tit h5 {
  text-align: center;
  font-size: 28px;
  color: #333;
}
.download-list {
  margin-top: 20px;
}
.download-list li {
  background: #f6f6f6;
  height: 100px;
  padding: 25px 50px;
  overflow: hidden;
  margin-top: 30px;
}
.download-list li .time {
  text-align: center;
  color: #333;
  padding-right: 20px;
  border-right: 1px solid #e2e2e2;
  margin-right: 20px;
  float: left;
}
.download-list li .time p {
  font-size: 22px;
  color: #333;
}

.download-list li h6 {
  font-size: 14px;
  color: #333;
  float: left;
  line-height: 50px;
}
.download-list li:hover h6 {
  color: #d42a1e;
}
.download-list li .btn {
  float: right;
  width: 40px;
  line-height: 40px;
  background: #e8e8e8;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-top: 5px;
  /*	text-align: right;*/
}
/*
.download-list li .btn a{
	color: #333;
	background: url(../image/download-icon1.png) no-repeat left;
	padding-left: 30px;
}
*/
.download-list li .btn:hover a {
  color: #fff;
  background: url(../image/download-icon2.png) no-repeat left;
}
/*
.download-list li .btn:hover{
	background: #d42a1e;
}
*/

/*problem-center*/

.problem-center {
  margin-top: 60px;
}
.problem-center .tit h5 {
  text-align: center;
  font-size: 24px;
  color: #333;
}
.problem-list {
  margin-top: 20px;
}
.problem-list li {
  margin-top: 30px;
}
.problem-center .question {
  width: 100%;
  line-height: 68px;
  background: #e6e6e6;
  padding: 0 50px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.problem-center .question span {
  float: left;
}
.problem-center .question p {
  float: right;
}
.problem-center .question i {
  float: right;
  display: inline-block;
  width: 22px;
}
.problem-center .question i .q2 {
  display: none;
}
.problem-center .answer {
  width: 100%;
  line-height: 68px;
  background: #f6f6f6;
  padding: 0 50px;
}

.side-even #right-bar {
  background: #e50012;
  width: 32px;
  min-height: 40px;
  border: 2px solid #fff;
  border-radius: 24px;
  cursor: pointer;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}
.side-even #right-bar img {
  width: 18px;
  margin: 10px 5px;
}
.side-even #right-bar p {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  height: auto;
  writing-mode: vertical-rl;
  font-size: 14px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.ab-banner {
  background: url(../image/about-back-one.jpg) no-repeat left;
  position: relative;
  background-position: center;
}
.ab-banner ul {
  display: flex;
  justify-content: space-between;
  /*	padding: 75px 80px;*/
  /*	background: #fff;*/
  /*	box-shadow: 1px 1px 6px #ccc;*/
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -700px;
  right: 0;
  width: 1400px;
}
.ab-banner ul li {
  border-right: 1px solid #ddd;
  padding: 0 30px;
  flex: 1;
}
.ab-banner ul li:last-of-type {
  border-right: 0;
}
.ab-banner ul li a {
  display: block;
  /* width: 180px; */
  line-height: 60px;
  font-size: 16px;
  /*	border: 1px solid #dadada;*/
  text-align: center;
  border-radius: 3px;
  color: #333;
  /*	background: #fff;*/
  /*	box-shadow: 1px 1px 6px #ccc;*/
}
.ab-banner ul li a:hover {
  background: #d42a1e;
  color: #fff;
  /*	border: 1px solid #d42a1e;*/
}
.side_even {
  position: fixed;
  /* bottom: 100px; */
  right: 12px;
  cursor: pointer;
  /*    width: 40px;*/
  top: calc(62% + 80px);
}
.side_even .right_bar ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.side_even .right_bar li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e50012;
  border-radius: 5px;
  margin-top: 10px;
}
.side_even .right_bar li div {
  width: 40px;
  border-radius: 50%;
}
.side_even .right_bar li div img {
  width: 100%;
}
.side_even .right_bar li p {
  display: none;
  color: #fff;
  padding: 0 10px;
}
.side_even .right_bar li:hover p {
  display: block;
}

.slide_s a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100vh;
}
.slide_s img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
}
