/* --------------why choose us 数据类型----------------- */
.why-choose-us-data {
  background: #202020;
  position: relative;
padding:20px 0 60px 0;
}
/* .why-choose-us-data::before {
  position: absolute;
  width: 100%;
  bottom: -12px;
  content: ' ';
  display: block;
  height: 12px;
  background: rgba(15, 80, 207, 0.47);
  z-index: 5;
} */
.why-choose-us-data .module-title {
  color: #fff;
}
.why-choose-us-data .module-title span {
  color: #fff;
}
.why-choose-us-data .module-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.why-choose-us-data .module-content .module-item {
  width: 170px;
  height: 180px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 8px;
}

.why-choose-us-data .module-content .module-item .module-item-bg {
  background: #fff;
  border-radius: 15px;
  height: 180px;
  text-align: center;
  font-weight: bold;
}
.why-choose-us-data .module-item-bg img {
  margin-top: 20px;
}
.why-choose-us-data .module-content .module-item{
	transition:all .2s;
}
.why-choose-us-data .module-content .module-item:hover{
  -webkit-transform: scale(1.1);transform: scale(1.1);
}
.why-choose-us-data .module-item-bg div {
  margin-top: 8px;
  font-size: 28px;
  color: #DF6A25;
}
.why-choose-us-data .module-item-bg div sup {
  position: absolute;
  margin-top: -10px;
}
.why-choose-us-data .module-item-bg span {
  display: block;
  font-size: 13px;
  color: #393939;
  margin-top: 8px;
}
/* --------------why choose us 数据类型 - 结束----------------- */
/* --------------Who We Are----------------- */
.who-we-are {
height:763px;
  position:relative;overflow:hidden;
}
.who-we-are .module-video{display:block;
    display: block;
    width: 100px;
    height: 100px;
    margin: 100px auto 30px;
    background: url(/public/images/who-we-are/play.png) no-repeat;}
.who-we-are .module-video img {
  width: 600px;
  cursor: pointer;
}
.who-we-are .module-content {
  text-align:center;
  color: #6b6b6b;
}
.who-we-are .module-content .module-title { 
  margin-top: 205px;
}
.who-we-are .module-content .module-title div {
font-weight: bold;
  font-size: 38px;
  color: #fff;
margin-bottom:20px;
}
.who-we-are .module-content .module-title span {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1.5;
}
.who-we-are .module-content .module-detail {
  font-size: 18px;
  color: #191919;
  text-align: justify;
  line-height: 1.3em;
  width: 550px;
}

.who-we-are .module-content .view-btn {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
  color: #fff;
  font-size: 22px;
  background-color: #DF6A25;
  line-height: 50px;text-align: center;
}
.who-we-are .main-content{
  position: absolute;
  top:0;left: 50%;
  width: 80%;height: 100%;-webkit-transform: translateX(-50%);transform: translateX(-50%);
  z-index: 2;
}
.who-we-are .banner_about a{display: flex;align-items: center;justify-content: center;position: relative;}
.who-we-are .banner_about a::after{
  content: "";position: absolute;top:0;left: 0;width: 100%;height: 100%;
  background: rgba(0,0,0,.8);
}
.who-we-are .banner_about img{
 width: 100%;display: block;
 margin: 0 auto;
 height:763px;

}
/* --------------Who We Are - 结束----------------- */

/* --------------Manufacturer Advantage----------------- */
.manufacturer-advantage {
  /* padding-top: 100px; */
  
}
.manufacturer-advantage .pro-img {
  text-align: center;
}
.manufacturer-advantage .module-title {
  height: 150px;
  position: relative;
  background-color: #DF6A25;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.manufacturer-advantage .module-title  span{color: #fff;}
/* .manufacturer-advantage .module-title::before {
  position: absolute;
  content: ' ';
  height: 560px;
  width: 100%;
  background: url(/public/images/manufacturer-advantage/bg.jpg) #0057fd no-repeat center center / cover;
} */
.manufacturer-advantage .module-title-center {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
}
.manufacturer-advantage .module-title-center h1 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 38px;
  height: 150px;
  line-height: 150px;
}
.manufacturer-advantage .module-title-data {
  width: 1200px;
  margin: 30px auto 0;
  border-radius: 15px;
  position: relative;
  /* box-shadow: 0 0 50px rgb(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 50px rgb(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); */
}
.manufacturer-advantage .module-title-data .data-list {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  /* border-bottom: 1px solid #666; */
}
.manufacturer-advantage .data-list .data-item {
  text-align: center;
}
.manufacturer-advantage .data-list .data-item span {
  display: block;
  height: 40px;
  margin-top: 30px;
  font-size: 20px;
  color: #3e3e3e;
  width: 170px;
  font-weight: bold;
}
.manufacturer-advantage .data-detail {
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 20px;
  color: #585858;
  line-height: 1.5em;
}
.manufacturer-advantage .module-content {
  width: 1200px;margin: 0 auto;
}
.manufacturer-advantage .module-content-item {
  margin: 30px 0 0 25px;
  display: inline-block;
  width: 380px;
  /* height: 530px; */
  background: #dedede;
  vertical-align: top;
  border-radius: 20px;
  color: #282828;
}
.manufacturer-advantage .module-content-item:nth-child(3n+1){
  margin-left: 0;
}
.manufacturer-advantage .module-content-item img {
  width: 380px;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.manufacturer-advantage .module-content-item h3 {
  padding: 20px 20px 15px 20px;
  font-size: 20px;
}
.manufacturer-advantage .module-content-item div {
  padding: 0 20px 15px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.2em;
}
/* --------------Manufacturer Advantage - 结束----------------- */

/* -------------- OUR PARTNERS ----------------- */
.our-partners {
  background: #e7e7e7;
}
.our-partners .module-content {
  width: 1200px;
  margin: 0 auto;
}
.our-partners .module-item {
  width: 220px;
  height: 140px;
  display: inline-block;
  margin: 20px 0 0 20px;
  vertical-align: top;
  background: #fff;
}
.our-partners .module-item img {
  margin: 7px 11px;
  width: 198px;
  height: 126px;
  object-fit: contain;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-partners .module-item:hover img {
  margin: 0;
  width: 220px;
  height: 140px;
}
.our-partners .module-item:nth-child(1),
.our-partners .module-item:nth-child(6) {
  margin-left: 0;
}
.our-partners .module-join {
  padding: 40px 0 30px 0;
  text-align: center;
  font-size: 15px;
  color: #6a6a6a;
}
/* -------------- OUR PARTNERS - 结束 ----------------- */

/* -------------- customized-machines ----------------- */
.customized-machines {
  width: 1200px;
  margin: 0 auto 20px;
  height: 378px;
  background: url(/public/images/need-help-bg.jpg) no-repeat center center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customized-machines .left{width: 145px;margin-right: 40px;}
.customized-machines .right{width: 683px;text-align: left;color: #fff;}
.customized-machines .module-title {
  color: #fff;
  font-size: 80px;
  text-align: left;
  padding: 0;
}
.customized-machines .right .sentense{padding-bottom: 40px;border-bottom: 1px solid #fff;color: #fff;margin-top: 20px;}
.customized-machines .contact-us-btn {
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;border-radius: 20px;
  text-align: center;
  font-size: 20px;font-weight: bold;
  color: #DF6A25;
  background-color: #fff;
  /* background: url(/public/images/customized-machines/btn-bg.png) no-repeat center center; */
  margin-top: 25px;
  cursor: pointer;
}
.customized-machines .contact-us-btn:hover {
  /* background: url(/public/images/customized-machines/btn-bg-over.png) no-repeat center center; */
}
/* -------------- customized-machines - 结束 ----------------- */

/* -------------- Better Quote ----------------- */
.bd-better-quote {
  position: relative;
  height: 745px;
  background: url(/public/images/quote_bg.jpg) no-repeat center center / cover;
}
.bd-better-quote .quote-box {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.bd-better-quote .quote-box .news {
  position: relative;
  z-index: 9;
}
.bd-better-quote .quote-box .news .item {
  width: 470px;
  height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #adadad;
}
.bd-better-quote .quote-box .news .item .date {
  flex-grow: 1;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
}
.bd-better-quote .quote-box .news .item .date .day {
  font-size: 44px;
  padding-bottom: 10px;
}
.bd-better-quote .quote-box .news .item .cont {
  flex-grow: 5;
}
.bd-better-quote .quote-box .news .item .cont a {
  display: block;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 360px;
}
.bd-better-quote .quote-box .news .item .i {
  flex-grow: 1;
  align-self: flex-start;
  margin-top: 30px;
}
.bd-better-quote .quote-box .news .item .i img {
  width: 17px;
  height: 12px;
}

.bd-better-quote .r-form {
  width: 510px;
}
.bd-better-quote .r-form input,
.bd-better-quote .r-form button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: none;
  font-size: 21px;
}
.bd-better-quote .r-form input {
  padding-left: 20px;
}
.bd-better-quote .r-form button {
  background: #DF6A25;
  color: #fff;
}
.bd-better-quote .r-form button:hover {
  background: #f2ad1a;
}
/* -------------- Better Quote - 结束 ----------------- */

/* -------------- CONTACT US ----------------- */
.bd-contact-us {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  background: #e7e7e7;
  box-sizing: border-box;
  height: 850px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.bd-contact-us .module-title {
  padding: 60px 0;
  font-size: 36px;
  font-weight: bold;
  color: #DF6A25;
}
.bd-contact-us .contact-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.bd-contact-us .contact-box .news {
  position: relative;
  z-index: 9;
}
.bd-contact-us .contact-box .news .item {
  text-align: left;
  margin-bottom: 30px;
  width: 530px;
}
.bd-contact-us .contact-box .news .item .tl {
  font-size: 30px;
  color: #DF6A25;
  font-weight: bold;
  line-height: 40px;
}
.bd-contact-us .contact-box .news .item .cont {
  font-size: 20px;
  color: #6b6b6b;
  line-height: 30px;
}
.bd-contact-us .contact-box .qt {
  padding: 0 60px;
  width: 100%;
  padding: 0 60px;
}
.bd-contact-us .contact-box .qt input,
.bd-contact-us .contact-box .qt textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  font-size: 16px;
  padding-left: 20px;
  border-radius: 24px;
  color: #000000;
  border: none;
  font-weight: 100;
  font-family: '微软雅黑', '\5fae\8f6f\96c5\9ed1', Arial, Helvetica, sans-serif;
}
.bd-contact-us .contact-box .qt input::-webkit-input-placeholder,
.bd-contact-us .contact-box .qt textarea::-webkit-input-placeholder {
  font-size: 20px;
  color: #3e3a39;
  font-family: '微软雅黑', '\5fae\8f6f\96c5\9ed1', Arial, Helvetica, sans-serif;
}
.bd-contact-us .contact-box .qt button {
  width: 530px;
  padding: 15px 0;
  font-size: 15px;
  background-color: #DF6A25;
  color: #ffffff;
  font-weight: bold;
  border-radius: 30px;
  border: none;
}
.bd-contact-us .contact-box .qt button:hover {
  background: #DF6A25;
}
/* -------------- CONTACT US - 结束 ----------------- */

/* -------------- our-services ----------------- */
.our-services {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.our-services .servicesMenu {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.our-services .servicesMenu div {
  width: 259px;
  height: 55px;
  padding-top: 107px;
  background: url(/public/images/our-services/menu-bg.jpg) no-repeat center top;
}
.our-services .servicesMenu div h2 {
  margin-top: 0;
  font-size: 21px;
  color: #595757;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.our-services .module-content{
  display: flex;flex-direction: column;
}
.our-services1 .module-content{
  display: flex;flex-direction: row;
}
.our-services .content-item {
  width: 1200px;
  overflow: hidden;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  background: #e7e7e7;
}
.our-services .content-item:nth-child(2) {
  /* background: #f2f2f4; */
  flex-direction:row-reverse;
}
.our-services2 .content-item:nth-child(2) {
  flex-direction:row;
}
.our-services .content-item img {
  width: 600px;
  height: 380px;
  object-fit: cover;
  
}
.our-services .content-item .describe {
  width: 600px;
  height: 300px;
  display: flex;flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.our-services1 .module-content{
  display: flex;flex-direction: row;border-radius: 20px;
  overflow: hidden;
}
.our-services1 .content-item {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e7e7e7;
}
.our-services1 .content-item:nth-child(2) {
  /* background: #f2f2f4; */
  flex-direction: column;
}
.our-services1 .content-item img {
  width: 400px;
  height: 270px;
  object-fit: cover;
  
}
.our-services1 .content-item .describe {
  width: 400px;
  height: 270px;
  display: flex;flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.our-services .content-item .describe h1 {
  position: relative;
  display: block;
  font-size: 25px;
  color: #181818;
  font-weight: bold;
  text-transform: uppercase;
}
.our-services .content-item .describe h1::after {
  display: block;
  content: ' ';
  width: 119px;
  height: 5px;
  background: url(/public/images/our-services/title-bg.jpg) no-repeat;
  margin-top: 10px;
}
.our-services .content-item .describe div {
  margin-top: 30px;
  font-size: 19px;
  color: #191919;
  line-height: 1.5;
}
/* -------------- our-services - 结束 ----------------- */

/* wf新增开始 */
/* -------------- hot-machine - 开始 ----------------- */
/* -------------- hot-machine - 结束 ----------------- */
.hot-machine .top-banner {
  position: relative;
  width: 1200px;overflow: hidden;
  margin: 0 auto 30px;
}
.hot-machine .top-banner .swiper-slide{width: 300px;background-color: #fff;
  display: flex;align-items: center;justify-content: center;
  box-shadow: 0 0 5px 2px #efefef;
  border:1px solid #fff;
	overflow: hidden;
	cursor: pointer;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 20px 0 0;
  border-radius: 30px;
  opacity: .5;
}
.hot-machine .top-banner .swiper-button-next, .hot-machine .top-banner .swiper-button-prev{
 color:#DF6A25;
}
.hot-machine .top-banner .swiper-slide a{display: block;width: 100%;text-align: center;}
.hot-machine .top-banner .swiper-slide a img{width: 100%;max-height:200px;object-fit: contain;}
.hot-machine .top-banner .swiper-slide .btn{
  height: 50px;line-height: 50px;text-align: center;
  background-color: #DF6A25;color: #fff;border-radius: 25px;
  font-size: 20px;margin-top: 10px;
}
.hot-machine .top-banner .swiper-slide-active{
  transform: scale(1.1);opacity: 1;
}
.hot-machine .module-content{width: 1200px;margin: 0 auto;}
.hot-machine .module-content .main-box{display: none;}
.hot-machine .module-content .main-box.active{display: block;}
.hot-machine .mae-items{
	display: flex;align-items: center;justify-content: space-between;margin-bottom: 30px;
}
.hot-machine .mae-items .item{
	background: #fff;
  width: 280px;
  height: 280px;
  background-color: #fff;
  display: flex;align-items: center;justify-content: center;
  box-shadow: 0 0 5px 2px #efefef;
  border:1px solid #fff;
	overflow: hidden;
	cursor: pointer;
}
.hot-machine .mae-items .item img{
  max-width: 100%;max-height: 100%;object-fit: contain;
}
.hot-machine .mae-items .item.active{
	border-color: #DF6A25;
  position: relative;
}
.hot-machine .mae-banners .banner{
	display: none;
}
.hot-machine .mae-banners .banner .top-img{width: 1200pd;display: block;margin: 0 auto 20px;}
.hot-machine .mae-banners .banner .content{
  display: flex;justify-content:center;
  background-color: #e6e6e6;
  padding: 10px;
  border-radius: 20px;
}
.hot-machine .mae-banners .banner .content .left{
  flex:1;
  padding: 20px;
}
.hot-machine .mae-banners .banner .content .left .title{
  font-size: 22px;color: #221815;font-weight: bold;line-height: 1.5;
}
.hot-machine .mae-banners .banner .content .left .s-title{
  font-size: 18px;color: #221815;line-height: 1.5;margin-top: 10px;
}
.hot-machine .mae-banners .banner .content .left table{
  border-color: #eeedec;
  width: 100%;
  border-collapse:separate;
  margin-top: 10px;
}
.hot-machine .mae-banners .banner .content .left table td{
  padding: 10px 10px;
}
.hot-machine .mae-banners .banner .content .left .learnMore{
  display: block;margin-top: 10px;
  width: 240px;height: 60px;background: #DF6A25;
  text-align: center;
  color: #fff;
  font-size: 22px;line-height: 60px;border-radius: 30px;
  cursor: pointer;
}
.hot-machine .mae-banners .banner.active{
	display: inline-block;
}
.hot-machine .mae-banners .mae-banner{
	width: 572px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.hot-machine .mae-banners .mae-banner .swiper-slide{display: flex;align-items: center;justify-content: center;}
.hot-machine .mae-banners .mae-banner img{
	display: block;margin:0 auto;width: 300px;height: 300px;object-fit: contain;
}
.hot-machine .mae-banners .mae-banner .swiper-pagination {
	position: absolute;
	z-index: 999;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.hot-machine .mae-banners .banner{
	position: relative;
	width: 1200px;
}
.hot-machine .mae-banners .swiper-button-prev{
	display:none;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 37px;
	height: 75px;
	background:url('/public/images/wf-hot-machine-bld/arrow1.png');
    transform: translate(0,-50%);
	z-index: 999;
	cursor: pointer;
}
.hot-machine .mae-banners .swiper-button-next{
	position: absolute;
	top: 50%;
	right: 15px;
	width: 37px;
	height: 75px;
	background:url('/public/images/wf-hot-machine-bld/arrow2.png');
    transform: translate(0,-50%);
	z-index: 999;
	cursor: pointer;
}
.hot-machine .mae-banners .swiper-button-prev::after{content: "";}
.hot-machine .mae-banners .swiper-button-next::after{content: "";}

.hot-machine .mae-banners .mae-des{
	position:relative;
	z-index: 2;
	max-width: 1200px;
	/* left: 50%;
    transform: translate(-50%,0); */
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.hot-machine .mae-banners .mae-des .title{
	margin-left: 10px;
	padding: 20px 0;
	font-size: 24px;
	font-weight: bold;
	color: #002d7c;
}
.hot-machine .mae-banners .mae-des .lm{
	margin-right: 10px;
	padding: 16px 30px;
	border-radius: 20px;
	font-size: 15px;
	background-color: #DF6A25;
	color: #FFFFFF;
}
.hot-machine .mae-banners .mae-des .lm a{
  color: #FFFFFF;
}
.hot-machine .mae-banners .mae-pics{
	position:relative;
	z-index: 2;
	max-width: 1200px;
	/* left: 50%;
    transform: translate(-50%,0); */
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: flex-start;
	align-items: center;
}
.hot-machine .mae-banners .mae-pics .pic {
	border: 1px solid #cccccc;
	margin: 0 8px 10px 0;
}
.hot-machine .mae-banners .mae-pics .pic:nth-child(4n){
  margin-right: 0;
}
.hot-machine .mae-banners .mae-pics .pic.active {
	border: 1px solid #002d7c;
}
.hot-machine .mae-banners .mae-pics .pic img{
  object-fit: cover;
	width: 292px;
	height: 172px;
	cursor: pointer;
}

.customized-machines3{width: 100%;height: 220px;background: url(/public/images/footer-bg1.jpg) no-repeat center top;margin-bottom: 2px!important;}
.customized-machines3 .content{width: 1200px;margin: 0 auto;display: flex;align-items: center;}
.customized-machines3 .content .left{width: 800px;}
.customized-machines3 .contact-us-btn{margin-top: 0;}
.customized-machines3 .sentense{color: #fff;font-size: 22px!important;text-align: left;margin-top: 20px;}
