/* banner */
.banner{
  width: 100%;
  height: 745px;
  background-image: url("/images/new/pic-main-banner-3840.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner_wrap .p_1{
  font-size: 60px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 138px;
  margin-bottom: 68px;
}
.banner_wrap .p_2,.banner_wrap .p_3{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
.banner_wrap .b_4{
  width: 220px;
  height: 60px;
  background: #FC5330;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin: 115px auto 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner_wrap .b_4 span{
  display: block;
}
.banner_wrap .b_4 i{
  font-size: 30px;
  color: #FFFFFF;
  margin-left: 8px;
  font-weight: 100;
  display: none;
}
.banner_wrap .iconshubiao{
  font-size: 28px;
  color: #FFFFFF;
}
/* top_list */
.top_list{
  width: 100%;
  height: 124px;
  background: #02050B;
}
.top_list_wrap{
  height: 100%;
  background: #FAFAFA;
}
.top_list_all{
  height: 100%;
  display: flex;
  align-items: center;
}
.top_list_all li{
  height: 100%;
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.top_list_all li i{
  font-size: 26px;
  color: #000;
  margin-bottom: 12px;
  margin-top: 10px;
}

/* choose_meigou */
.choose_meigou{
  width: 100%;
}
.choose_meigou_wrap{
  display: flex;
  padding: 130px 0;
  display: flex;
  flex-direction: column;
}
.choose_meigou_wrap p{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.choose_meigou_list{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose_meigou_item{
  width: 25%;
  height: 260px;
  /* height: 340px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  /* padding: 50px 38px 69px 50px; */
  margin-right: 48px;
  cursor: pointer;
}
.choose_meigou_item:hover{
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15);
}
.choose_meigou_item:last-child {
  margin-right: 0px;
}
.choose_meigou_item svg{
  width: 60px;
  height: 60px;
}
.choose_meigou_item .title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 35px 0 26px;
}
.choose_meigou_item .content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 32px;
}
/* print_delivery */
.print_delivery{
  width: 100%;
  background: #F8FAFF;
}
.print_delivery_wrap{
  display: flex;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}
.print_delivery_wrap p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
}
.print_delivery_list{
  margin-top: 61px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.print_delivery_list .item{
  /* height: 658px; */
  /* width: 25%; */
  background: #fff;
  cursor: pointer;
}
.print_delivery_list .item .item_top{
  height: 137px;
  border-bottom: 4px solid #FC5330;
  font-size: 32px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.print_delivery_list .item .content_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.print_delivery_list .item .content_wrap .svg_wrap{
  width: 140px;
  height: 140px;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
}
.print_delivery_list .item .content_wrap .svg_wrap svg{
  width: 60px;
  height: 60px;
}
.print_delivery_list .item .content_wrap .title{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin: 52px 0 38px;
}
.print_delivery_list .item .content_wrap .content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
  margin:0 63px 0 57px;
  text-align: center;
}
.print_delivery_list .item .item_top_back{
  height: 137px;
  font-size: 32px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip_container {perspective: 500;position: relative;width: 25%; height: 658px; overflow: hidden;display: none;}
.front, .back { width: 100%; height: 100%;}
	.front, .back { backface-visibility: hidden; transition: 0.6s;
	    position: absolute; top: 0px;left: 0px;}
	.front { z-index: 2;}
	.back { background: green; transform: rotateY(-180deg);}
	.frontclick{transform: rotateY(180deg);}
	.backclick { transform: rotateY(0deg);z-index: 3; }

.flip_container .back_1{
  background-image: url("/images/new/pic-main-3-step1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_2{
  background-image: url("/images/new/pic-main-3-step2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_3{
  background-image: url("/images/new/pic-main-3-step3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_4{
  background-image: url("/images/new/pic-main-3-step4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* made_craft */
.made_craft{
  width: 100%;
}
.made_craft_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
}
.made_craft_wrap p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.made_craft_list{
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.made_craft_list .item{
  cursor: pointer;
  background: rgba(0, 0, 0, 0.85);
  padding: 67px 40px 61px 46px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.made_craft_list .item:hover{
  background-color: #FC5330;
  color: #fff !important;
}
.made_craft_list .item:hover .title{
  color: #fff ;
}
.made_craft_list .item .show_more{
  width: 100%;
  margin-top: 56px;
  position: relative;
}
.made_craft_list .item .show_more span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  right: 65px;
  display: none;
}
.made_craft_list .item:hover .show_more span{
  display: inline-block;
}
.made_craft_list .item:hover .show_more i{
  display: inline-block;
}
.made_craft_list .item .show_more i{
  font-size: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  /* margin-left: 20px; */
  position: absolute;
  right: 0;
  top: -12px;
  display: none;
}
.made_craft_list .item .title{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FC5330;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.made_craft_list .item .content{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 20px;
}
.made_craft_list .item .param_wrap{
  margin-top: 144px;
  display: flex;
}
.made_craft_list .item .param_wrap .param_item{
  display: flex;
  flex-direction: column;
  margin-right: 52px;
}
.made_craft_list .item .param_wrap .param_item .span_1{
  font-size: 20px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
}
.made_craft_list .item .param_wrap .param_item .span_2{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D9D9D9;
  margin-top: 12px;
}
.made_craft_list .made_craft_item_1{
  width: 48.3%;
  /* flex: 1; */
  max-height: 520px;
  background-image: url("/images/new/pic-main-4-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 48px;
}
.made_craft_list .made_craft_item_2{
  width: 48.3%;
  /* flex: 1; */
  max-height: 520px;
  background-image: url("/images/new/pic-main-4-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*  print_craft*/
.print_craft{
  width: 100%;
  
}
.print_craft_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.print_craft_wrap .show_more_wrap{
  /* position: absolute; */
  /* right: 0; */
  position: relative;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.print_craft_wrap .show_more_wrap span{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  position: absolute;
  right: 57px;
}
.print_craft_wrap .show_more_wrap i{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 12px;
  position: absolute;
}
.print_craft p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.print_craft_wrap .title_p{
  display: flex;
}
.print_craft_list{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.print_craft_list .item{
  cursor: pointer;
  width: 22.4%;
}
.print_craft_list .print_craft_item{
  display: none;
}
.print_craft_list .item .item_img{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.print_craft_list .item .item_img img{
  width: 100%;
  height: 100%;
}
.print_craft_list .item .item_img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.print_craft_list .item .item_content .title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin-top: 38px;
  margin-bottom: 29px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.print_craft_list .item .item_content .content{
  max-height: 140px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 28px;
  margin-bottom: 46px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.print_craft_list .item .item_content .show_more{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.print_craft_list .item .item_content .show_more span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC5330;
}
.print_craft_list .item .item_content .show_more i{
  font-size: 34px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC5330;
  margin-left: 12px;
}
.print_craft_list .item .item_content .line{
  display: flex;
  height: 3px;
  background: #F0F0F0;
  margin-top: 36px;
}
.print_craft_list .item .item_content .line .line_a{
  width: 33.5%;
  height: 100%;
  background-color: #FC5330;
}
.print_craft_list .item .item_content .line .line_b{
  flex: 1;
  height: 100%;
  background-color: #F0F0F0;
  -webkit-transition: background-color 2s ease-in-out;
  -moz-transition: background-color 2s ease-in-out;
  -o-transition: background-color 2s ease-in-out;
  transition: background-color 2s ease-in-out;
}
.print_craft_list .item:hover .item_content .title{
  color: #FC5330;
}
.print_craft_list .item:hover .item_content .line .line_b{
  background-color: #FC5330;
}

/* industry_app */
.swiper-container {
  /* width: 600px;
  height: 300px;
   */
}  
.industry_app{
  width: 100%;
  overflow: hidden;
  margin-bottom: 130px;
}
.industry_app_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.industry_app_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.industry_app_area{
  margin-top: 62px;
  display: flex;
  height: 660px;
}
.industry_app_area .area_left{
  flex: 1;
  height: 100%;
  background: #0D3F67;
  position: relative;
}
.industry_app_area .area_left .area_left_all{
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  margin-left: 62px;
  margin-right: 0px;
}
.industry_app_area .area_left .area_left_all li{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.28);
  margin: 26px 0 24px;
  width: 33%;
  cursor: pointer;
}
.industry_app_area .area_left .area_left_all li p{
  display: none;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  position: absolute;
  top: 309px;
  left: 62px;
  margin-right: 62px;
  text-align: left;
}
.industry_app_area .swiper-wrapper {
  position: static;
}
/* meigou_maker */
.meigou_maker{
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: #F5F9FF;
}
.meigou_maker_wrap{
  height: calc(100% - 100px);
  display: flex;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url(/images/new/pic-main-7-bg.png);
  background-size: 108% 100%;
  background-repeat: no-repeat;
}
.meigou_maker_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.meigou_maker_area{
  margin-top: 91px;
  position: relative;
}
.meigou_maker_area .slide{
  display: none;
}
.meigou_maker_area .content{
  width: 34%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 32px;
}
.meigou_maker_area .show_more{
  margin-top: 34px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FC5330;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.meigou_maker_area .show_more .iconright1{
  font-size: 30px;
  font-weight: 400;
  margin-left: 12px;
}
.meigou_maker_area .coo_point{
  position: absolute;
  right: 177px;
  top: 345px;
}
.meigou_maker_area .coo_point i{
  font-size: 30px;
  color: #FC5330;
}
.meigou_maker_area .coo_point .coo_addredd{
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 180px;
  position: absolute;
  background: #fff;
  bottom: 56px;
  right: -125px;
}
.meigou_maker_area .coo_point .coo_addredd:before{
  right: 129px;
  bottom: -11px;
  /* box-shadow: #d4d4d4 1px 1px 5px; */
  transform: rotate(45deg);
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #fff;
}
.meigou_maker_area .coo_point .coo_addredd:after{
  right: 27px;
  bottom: 0px;
  content: " ";
  display: block;
  width: 26px;
  height:26px;
  position: absolute;
  background: #fff;
}
.meigou_maker_area .coo_point .coo_addredd .area1{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-top: 41px;
  margin-left: 35px;
}
.meigou_maker_area .coo_point .coo_addredd .area2{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin:40px 0 50px;
  margin-left: 35px;
}
.meigou_maker_area .num_area{
  height: 316px;
  margin-top: 180px;
  background-image: url(/images/new/pic-main-7-1.png);
  /* background-color: #fff; */
  /* background-size: 108% 100%; */
  background-repeat: no-repeat;
  position: relative;
  /* -moz-transform:rotate(90deg); 
 -webkit-transform:rotate(90deg);
transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); */
}
.meigou_maker_area .num_area .right_div{
  width: 74%;
  height: 82%;
  position: absolute;
  left: 322px;
  top: 29px;
  background: #fff;
  display: flex;
}
.meigou_maker_area .num_item{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.meigou_maker_area .num_item .title{
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin:47px 0 0 29px;
}
.meigou_maker_area .num_item .num{
  margin:106px 0 0 29px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.meigou_maker_area .num_item .num{
  position: relative;
}
.meigou_maker_area .num1 .title{
  color: #FFFFFF;
  margin:76px 0 0 29px;
}
.meigou_maker_area .num1 .num{
  font-size: 80px;
  font-family: AlibabaSans-Medium, AlibabaSans;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 80px;
  margin-left: 29px;
}
.meigou_maker_area .num i{
  position: absolute;
  color: #FC5330;
  font-size: 20px;
  font-weight: 900;
  margin-left: 10px;
}


/* 轮播图样式 */
.swiper-container>.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.industry_app_area .swiper-container{
  width: 51.8%;
  height: 100%;
  position: static;
}
.swiper-button-prev {
  background-image: none;
  font-size: 52px;
  left: 62px;
  bottom: 52px;
}
.swiper-button-prev .iconyuan3,.swiper-button-next .iconyuan{
  font-size: 52px;
  color: #fff;
}
.swiper-button-prev .iconyuan2,.swiper-button-next .iconyuan1{
  font-size: 52px;
  color: #FC5330;
}
.swiper-button-next {
  background-image: none;
  font-size: 52px;
  left: 160px;
  bottom: 52px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 92%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 1;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide>img {
  width: 100%;
  height: 100%;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

/* customer_list */
.customer_list{
  width: 100%;
  background: #FAFAFA;
}
.customer_list_wrap{
  display: flex;
  padding-top: 73px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.customer_list_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.customer_list_area{
  position: relative;
}
.swiper1,.swiper2{
  width: 100%;
  height: 140px;
  /* overflow: hidden; */
}
.swiper1{
  margin-top: 60px;
}
.swiper2{
  margin-top: 56px;
}
.swiper1 .swiper-container .swiper-slide ,.swiper2 .swiper-container .swiper-slide{
  width: 324px ;
  height: 140px;
}
.swiper1 .swiper-container .swiper-slide:hover img,.swiper2 .swiper-container .swiper-slide:hover img {
  transform: scale(1.2);
  transition: all 1s;
  cursor: pointer;
}

/* sign_designer */
.sign_designer{
  width: 100%;
}
.sign_designer_wrap{
  display: flex;
  padding-top: 126px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sign_designer_wrap .title_p{
  display: flex;
}
.sign_designer_wrap .title_p p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.sign_designer_wrap .show_more_wrap{
  /* position: absolute; */
  /* right: 0; */
  position: relative;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.sign_designer_wrap .show_more_wrap span{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  position: absolute;
  right: 57px;
}
.sign_designer_wrap .show_more_wrap i{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 12px;
  position: absolute;
}
.sign_designer_area{
  position: relative;
  /* margin-top: 59px; */
}
.designer_swiper .swiper-container {
  height: 671px;
  /* background: pink; */
  display: flex;
  position: relative;
}
/* .designer_swiper .center_wrap {
  width: 388px;
  height: 388px;;
  border: 2px dashed #FC5330;
  border-radius: 50%;
  position: absolute;
  top: 57px;
  left: 36.5%;
  transform: translate(-50%, 0%);
} */
.designer_swiper .swiper-wrapper {
  margin: 0 -97px;
}
.designer_swiper .swiper-slide {
  /* width: 33%; */
  /* width: 192px !important; */
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) {
  /* width: 33%; */
  /* width: 388px !important; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  /* margin: 0 -10px; */
  /* margin: 0 -15px; */
  /* background-color: red; */
  /* flex: 1; */
}
/* .designer_swiper .swiper-slide {
  margin: 0 -10px;
} */
.designer_swiper .swiper-slide-active {
  /* width: 33%; */
  /* width: 388px !important; */
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  transition: 300ms;
  transform: scale(0.8);
  margin-top: 57px;
  /* background-color: red; */
  /* flex: 1; */
  margin-right: 199px;
}
.designer_swiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) .slide_item{
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) .slide_item .img_wrap{
  width: 100% !important;
  height: 100%;
}
.designer_swiper .swiper-slide-active .slide_item{
  text-align: center;
}
.designer_swiper .swiper-slide-active .slide_item .img_wrap{
  width: 388px !important;
  height: 388px;
  opacity: 0.9;
  overflow: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.designer_swiper .swiper-slide-active .slide_item img{
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.designer_swiper  .slide_item img:hover{
  transform: scale(1.2);
  transition: all 1s;
  cursor: pointer;
}
.designer_swiper .swiper-slide-active .slide_item .content{
  width: 388px !important;
  /* height: 388px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
}
.designer_swiper .swiper-slide-active .slide_item .content .content_name{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.designer_swiper .swiper-slide-active .slide_item .content .content_sign{
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
  margin-top: 26px;
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) .slide_item img{
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
}
.designer_swiper .swiper-button-next, .designer_swiper .swiper-button-prev {
  position: absolute;
  top: 84%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.designer_swiper  .swiper-button-prev {
  background-image: none;
  font-size: 52px;
  left: 28%;
  bottom: 52px;
}
.designer_swiper .swiper-button-prev .iconyuan3,.designer_swiper .swiper-button-next .iconyuan{
  font-size: 52px;
  color: #000;
}
.swiper-button-prev .iconyuan2,.swiper-button-next .iconyuan1{
  font-size: 52px;
  color: #FC5330;
}
.designer_swiper  .swiper-button-next {
  background-image: none;
  font-size: 52px;
  left: 69%;
  bottom: 52px;
}
.sign_designer_wrap .to_designer_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_designer_wrap .to_designer_btn .to_designer{
  width: 248px;
  height: 62px;
  background: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sign_designer_wrap .to_designer_btn .to_designer span{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.sign_designer_wrap .to_designer_btn .to_designer i{
  font-size: 30px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .banner{
    width: 100%;
    height: 400px;
    background-image: url("/images/new/pic-main-banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_wrap .p_1{
    font-size: 25px;
    margin-top: 108px;
    margin-bottom: 38px;
  }
  .banner_wrap .p_2,.banner_wrap .p_3{
    font-size: 12px;
    line-height: 25px;
  }
  .banner_wrap .b_4{
    width: 150px;
    height: 40px;
    font-size: 12px;
    margin: 40px auto 21px;
  }
  .banner_wrap .iconshubiao{
    font-size: 28px;
    color: #FFFFFF;
  }
  .top_list{
    height: auto;
  }
  .top_list_all{
    display: flex;
    flex-wrap: wrap;
  }
  .top_list_all li {
    width: 50%;
    margin-bottom: 12px;
  }

  .choose_meigou_wrap{
    display: flex;
    padding: 45px 0;
  }
  .choose_meigou_wrap p{
    font-size: 20px;
  }
  .choose_meigou_list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .choose_meigou_item{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 50px 38px 69px 50px;
    margin-right: 0px;
    cursor: pointer;
    margin-bottom: 12px;
  }
  .choose_meigou_item:hover{
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .choose_meigou_item svg{
    width: 30px;
    height: 30px;
  }
  .choose_meigou_item .title{
    font-size: 16px;
  }
  .choose_meigou_item .content{
    font-size: 12px;
  }
  .print_delivery_wrap {
    padding: 47px 0;
  }
  .print_delivery_wrap p {
    font-size: 19px;
  }
  .print_delivery_list {
    margin-top: 41px;
  }
  .flip_container {
    height: 341px;
    width: 100%;
    margin-bottom: 12px;
  }
  .print_delivery_list .item .item_top ,.print_delivery_list .item .item_top_back{
    height: 63px;
    font-size: 20px;
  }
  .print_delivery_list .item .content_wrap .svg_wrap {
    width: 80px;
    height: 80px;
    margin-top: 22px;
  }
  .print_delivery_list .item .content_wrap .svg_wrap svg {
    width: 40px;
    height: 40px;
  }
  .print_delivery_list .item .content_wrap .title {
    font-size: 17px;
    margin: 20px 0 21px;
  }
  .print_delivery_list .item .content_wrap .content {
    font-size: 12px;
    line-height: 32px;
    margin: 0 63px 0 57px;
  }
  .made_craft_wrap {
    padding-top: 40px;
  }
  .made_craft_wrap p {
    font-size: 19px;
  }
  .made_craft_list {
    margin-top: 40px;
  }
  .made_craft_list .made_craft_item_1,.made_craft_list .made_craft_item_2{
    width: 100%;
    max-height: 520px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .made_craft_list .item{
    padding: 23px 22px 29px 33px;
  }
  .made_craft_list .item .title {
    font-size: 16px;
  }
  .made_craft_list .item .content {
    font-size: 12px;
  }
  .made_craft_list .item .param_wrap {
    margin-top: 87px;
  }
  .made_craft_list .item .param_wrap .param_item {
    margin-right: 20px;
  }
  .made_craft_list .item .param_wrap .param_item .span_1 {
    font-size: 12px;
  }
  .made_craft_list .item .param_wrap .param_item .span_2 {
    font-size: 14px;
    margin-top: 12px;
  }
  .made_craft_list .item .show_more span {
    font-size: 14px;
  }
  .print_craft_wrap{
    padding-top: 40px;
  }
  .print_craft_wrap .show_more_wrap span{
    font-size: 12px;
    position: absolute;
  }
  .print_craft_wrap .show_more_wrap i{
    font-size: 20px;
    margin-left: 0px;
    right: 20px;
  }
  .print_craft p{
    font-size: 19px;
  }
  .print_craft_list{
    margin-top: 20px;
  }
  .print_craft_list .item{
    width: 49.2%;
    margin-bottom: 12px;
  }
  .print_craft_list .item .item_img{
    height: 170px;
  }
  .print_craft_list .item .item_content .title{
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .print_craft_list .item .item_content .content{
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .print_craft_list .item .item_content .show_more span{
    font-size: 12px;
  }
  .print_craft_list .item .item_content .show_more i{
    font-size: 24px;
    margin-left: 6px;
  }

  .industry_app{
    margin-bottom: 60px;
  }
  .industry_app_wrap{
    padding-top: 40px;
  }
  .industry_app_wrap .title p{
    font-size: 19px;
  }
  .industry_app_area{
    margin-top: 20px;
    /* height: 660px; */
    flex-direction: column;
  }
  /* .industry_app_area .area_left{
    flex: 1;
    height: 100%;
    background: #0D3F67;
    position: relative;
  } */
  .industry_app_area .area_left .area_left_all{
    margin-top: 0px;
    margin-left: 37px;
    margin-right: 0px;
    padding-bottom: 196px;
  }
  .industry_app_area .area_left .area_left_all li{
    font-size: 16px;
  }
  .industry_app_area .area_left .area_left_all li p{
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    top: 216px;
    left: 40px;
    margin-right: 37px;
    text-align: left;
  }
  .industry_app_area .swiper-container{
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    /* top: 84%; */
    display: none;
  }

  .meigou_maker{
    /* height: 1100px; */
  }
  .meigou_maker_wrap{
    display: flex;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(/images/new/pic-main-7-bg.png);
    background-size: 115% 35%;
    background-repeat: no-repeat;
  }
  .meigou_maker_wrap .title p{
    font-size: 19px;
  }
  .meigou_maker_area{
    margin-top: 40px;
  }
  .meigou_maker_area .slide{
    padding-top: 160px;
  }
  .meigou_maker_area .content{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .meigou_maker_area .show_more{
    margin-top: 30px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FC5330;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .meigou_maker_area .show_more .iconright1{
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
  }
  .meigou_maker_area .coo_point{
    position: absolute;
    right: 33px;
    top: 56px;
  }
  .meigou_maker_area .coo_point i{
    font-size: 20px;
    color: #FC5330;
  }
  .meigou_maker_area .coo_point .coo_addredd{
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 110px;
    position: absolute;
    background: #fff;
    bottom: 56px;
    top: -74px;
    right: 37px;
  }
  .meigou_maker_area .coo_point .coo_addredd:before{
    right: 129px;
    bottom: -11px;
    /* box-shadow: #d4d4d4 1px 1px 5px; */
    transform: rotate(45deg);
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: #fff;
  }
  .meigou_maker_area .coo_point .coo_addredd:after{
    right: 27px;
    bottom: 0px;
    content: " ";
    display: block;
    width: 26px;
    height:26px;
    position: absolute;
    background: #fff;
  }
  .meigou_maker_area .coo_point .coo_addredd .area1{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-top: 24px;
    margin-left: 26px;
  }
  .meigou_maker_area .coo_point .coo_addredd .area2{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin:20px 10px 50px;
    margin-left: 26px;
  }
  .meigou_maker_area .num_area{
    height: 316px;
    margin-top: 60px;
    background-image: url(/images/new/pic-main-7-1.png);
    /* background-color: #fff; */
    /* background-size: 108% 100%; */
    background-repeat: no-repeat;
    position: relative;
  }
  .meigou_maker_area .num_area .right_div{
    width: 74%;
    height: 82%;
    position: absolute;
    left: 322px;
    top: 29px;
    background: #fff;
    display: flex;
  }
  .meigou_maker_area .num_item{
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .meigou_maker_area .num_item .title{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    margin:47px 0 0 29px;
  }
  .meigou_maker_area .num_item .num{
    margin:106px 0 0 29px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
  }
  .meigou_maker_area .num_item .num{
    position: relative;
  }
  .meigou_maker_area .num1 .title{
    color: #FFFFFF;
    margin:76px 0 0 29px;
  }
  .meigou_maker_area .num1 .num{
    font-size: 80px;
    font-family: AlibabaSans-Medium, AlibabaSans;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 80px;
    margin-left: 29px;
  }
  .meigou_maker_area .num i{
    position: absolute;
    color: #FC5330;
    font-size: 20px;
    font-weight: 900;
    margin-left: 10px;
  }

  .customer_list_wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .customer_list_wrap .title p{
    font-size: 19px;
  }
  .swiper1,.swiper2{
    width: 100%;
    height: 140px;
    /* overflow: hidden; */
  }
  .swiper1{
    margin-top: 30px;
  }
  .swiper2{
    margin-top: 3px;
  }
  .swiper1 .swiper-container .swiper-slide ,.swiper2 .swiper-container .swiper-slide{
    width: 124px !important;
    height: 140px;
    margin-right: 20px !important;
  }
  .swiper1 .swiper-container .swiper-slide:hover img,.swiper2 .swiper-container .swiper-slide:hover img {
    transform: scale(1.2);
    transition: all 1s;
    cursor: pointer;
  }
  
}



















body {
  font-size:14px;
  font-weight:400;
  font-family:PingFang-SC-Regular;
  color:rgba(102,102,102,1);
  min-width: 1200px;
  overflow-x: auto;
}
.footer{
  border-top: 0
}
/*顶部轮播图*/
.swiper-container_1 {
  margin-top: 70px;
  position: relative;
  width: 100%;
  height: 500px;
}
.swiper-slide {
  text-align: left;
  font-size: 17px;
  background-size: 100% 100%;
}
.swiper-slide>img {
  width: 100%;
}
/*.swiper-manage {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 18.75%;
    height: 15%;
    border-radius: 15px;
    background: #6680d5;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 4px;
    transform: translate(-50%,-53%);
    cursor: pointer;
}
.swiper-manage:hover {
  background: #2f417d;
}*/
.swiper_section {
  padding: 36px 90px;
    margin: 0 auto;
    width: 1200px;
    box-sizing: border-box;
}
.slide_1 {
  background-image: url("../images/01 (1).png");
  background-size: auto 500px;
  background-repeat: no-repeat;
  background-position: center center;
  /* cursor: pointer; */
}
/* .slide_2 {
    background-image: url("../images/banner2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
} */
/*第一张轮播图*/
.platform_fast_info{
  /* background: pink; */
  margin-left: -90px;
  margin-top: 14px;
}
.platform_fast_info_title{
  margin-top: 68px;
  margin-bottom: 75px;
  display: flex;
}
.platform_fast_info_title .iconmain-banner1-0{
  font-size: 36px;
  color:#F9513A;
  margin-right: 18px;
}
.platform_fast_info_title p{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.platform_fast_info_title_p1{
  color: #F9513A; 
}
.platform_fast_info_title_p2{
  color: #FFFFFF; 
}
.platform_fast_info_wrap{
  display: flex;
}
.platform_fast_info_item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.platform_fast_info_item .iconfont{
  font-size: 30px;
  color: #FFFFFF;
}
.platform_fast_info_item p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C6C6C6;
    margin-top: 12px;
}
.platform_fast_info_btn{
  margin-top: 85px;
  cursor: pointer;
  height: 45px;
  background: #F9513A;
  box-shadow: 10px 0px 25px 0px rgba(16, 79, 189, 0.16);
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #070F1E;
  line-height: 22px;
  text-shadow: 10px 0px 25px rgba(16, 79, 189, 0.16);
  padding: 12px 35px;
}
.platform_info {
  padding-top: 72px;
  text-align: center;
  font-size: 0;
}
.platform_info img {
  width: 858px;
}
.platform_info p {
      position: relative;
    display: inline-block;
    top: -48px;
    left: 6px;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: lighter;
    width: 858px;
    text-align: left;
}
.platform_info button {
  margin-right: 40px;
    margin-top: 30px;
    width: 180px;
    height: 40px;
    background: #6680D5;
    border-radius: 4px;
    font-size: 18px;
    color: rgba(255,255,255,1);
    cursor: pointer;
    box-shadow: inset -4px 0 4px #586EB7, /*右边阴影*/ inset 4px 0 4px #586EB7, /*左边阴影*/ inset 0 -6px 4px #4C5E9C, /*底部阴影*/ inset 0px 6px 4px #D9DFF4;
}
.platform_info button:hover,
.section5_publish button:hover,
.section3_suggest button:hover,
.footer_qq:hover {
  background: #3762DC;
}
.section3_suggest button:hover {
  color: #fff;
}
.platform_data {
  padding: 40px 0 0;
    width: 345px;
    height: 507px;
    background: #6680d5;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: default;
    box-shadow: 0px 6px 8px #a3b2e0, 0 -6px 12px #ececec;
}
.platform_data_amount {
  padding: 0 45px;
  margin-bottom: 30px;
  font-size:52px;
  text-align: center;
  color:#fff;
  font-weight: bold;
}
.platform_data_title {
  padding-bottom: 40px;
font-size:32px;
color: #fff;
text-align: center;
}
.platform_data_nav {
  border-top: 1px solid #E5E5E5;
  padding: 20px 20px 0;
}
.platform_data_tab {
  padding: 0 10px;
}
.platform_data_tab,
.section1 {
  display: flex;
  justify-content: space-between;
}
.platform_data_tab span {
  position: relative;
  padding-bottom: 8px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.platform_data_tab span.active {
  color: #F6790A;
}
.platform_data_tab span:after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width:70%;
  border-bottom: 2px solid #F6790A;
}
.platform_data_tab span.active:after {
  display: block;
}
.platform_data_box {
  margin-top: 13px;
}
.platform_data_box ul {
  display: none;
  height: 210px;
  overflow: hidden;
}
.platform_data_box li {
  padding-left: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.platform_data_box li a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform_data_box li:hover,
.platform_data_box li:hover a {
  color: #F6790A;
}
.platform_data_box li:hover .icon-totop {
  display: inline-block;
  color: #F6790A;
}
.platform_data_box li:hover .icon-dian {
  display: none;
}
.platform_data_box li i {
      position: absolute;
    margin-right: 0px;
    left: -2px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
}
.platform_data_box .icon-totop {
    display: none;
    transform: rotate(90deg);
    vertical-align: top;
}
/*重写轮播图切换按钮*/
.swiper-pagination-bullet {
  width:30px;
height:6px;
background:rgba(255,255,255,1);
border-radius:3px;
background: #fff;
opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.swiper-pagination-bullet-active {
  background: rgba(102, 128, 213, 1);
}
.section1,
.section2 {
  background: #D1D9F2;
}
.section1_box,
.section2_box {
  margin: 0 auto;
  width: 1200px;
}
/*5个图标*/
.section1_box {
  padding: 50px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.section1_svg {
  width: 120px;
}
.section1_svg svg {
  height: 121px;
}
/*3D打印流程、发布需求流程*/
.section2 {
  font-size: 0;
  padding: 50px 0;
}
.section2 i {
  color: #6680d5;
}
.section2 p {
  font-size: 15px;
}
.section2_box>div {
  display: inline-block;
  width:180px;
  height:280px;
  padding: 80px 35px;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: top;
  background: #fff;
}
.sub_title {
  margin-bottom: 30px;
  font-size:16px;
  font-weight:bold;
  color:rgba(68,68,68,1);
}
.section2 .sub_title {
  font-size: 16px;
}
.sub_title span {
  margin-left: 15px;
  font-size:12px;
  font-family:MicrosoftYaHei;
  color:rgba(102,128,213,1);
  font-weight: normal;
}
.section2 .section2_step1 {
  padding: 20px 0 25px;
  width:478px;
  height:280px;
}
.section2 .hr {
  margin: 15px 12px 10px;
  border-top: 1px dashed #6680d5;
}
.section2_has,
.section2_no {
  padding-left: 20px;
}
.section2_no i {
  color: #FFC06C;
}
.section2_has>div,
.section2_no>div {
  display: inline-block;
  text-align: center;
}
.section2_has>i,
.section2_no>i {
  margin: 0 2px;
    position: relative;
  top: -53px;
  font-size: 30px;
}
.section2_has>i {
  margin: 0 32px;
}
.section2_has div i,
.section2_no div i {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 80px;
}
.section2_step2 {
  margin-left: 59px;
  position: relative;
  font-size: 15px;
}
.section2_step2>i {
      position: absolute;
    left: -49px;
    top: 116px;
    font-size: 38px;
}
.section2_step2>div {
  text-align: center;
}
.section2_step2>div>i {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 70px;
}
/*今日成交、发布需求看板*/
.section3 {
  padding: 30px 0 35px;
  /*margin-top: 70px;*/
  width: 100%;
  background: #fff;
}
.section3_box {
  margin: 0 auto;
  width: 1200px;
}
.order_board {
  display: inline-block;
  width:822px;
}
.order_board_list {
  padding: 10px;
  margin: 0 5px;
height:248px;
background:rgba(255,255,255,1);
border-radius:4px;
box-sizing: border-box;
box-shadow: 0px 6px 8px #a3b2e0, 0 -6px 12px #ececec;
}
.title_type1 {
  position: relative;
  font-size:16px;
  color:rgba(68,68,68,1);
}
.title_type1 span {
  margin-left: 10px;
  margin-right: 20px;
  display: inline-block;
  width: calc(100% - 116px);
  height: 3px;
  border-top: 2px solid #6680d5;
  border-bottom: 6px solid #6680d5;
}
.title_type1 em {
  position: absolute;
  top: -10px;
  right: -10px;
  width:7px;
  height:7px;
  border-top:7px solid #FFBF34;
  border-right:7px solid #FFBF34;
  border-bottom:7px solid #fff;
  border-left:7px solid #fff;
  box-sizing: border-box;
}
.order_list_title {
  padding: 0 20px 0 10px;
  margin-top: 30px;
  font-size: 0;
  color: #666;
  display: flex;
  justify-content: space-between;
}
.order_list_title li {
  margin-bottom: 12px;
  display: inline-block;
  font-size: 14px;
}
.order_list_wrapper {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.order_list_box {
  position: absolute;
  top: 0;
  width: 100%;
}
.order_list_box li {
      font-size: 0;
    padding-left: 10px;
}
.order_list_box li span {
      font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 22.5%;
}
.order_list_box li span:nth-child(2) {
  width: 17%;
}
.order_list_box li span:nth-child(3) {
  width: 28%;
}
.order_list_box li span:nth-child(4) {
  width: 23%;
  color: #6680d5;
}
.order_list_box li span:nth-child(5) {
  width: 8%;
  color: #F6790A;
}
.suggest_board_wrapper {
  padding-bottom: 10px;
  position: relative;
  margin-top: 10px;
  width: 822px;
  height: 249px;
  overflow: hidden;
}
.suggest_board {
  padding: 0 5px;
  position: absolute;
  left: 0;
  font-size: 0;
  width: 16620px;
  height: 100%;
}
.suggest_board li {
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  padding: 10px;
  width:264px;
height:239px;
background:rgba(255,255,255,1);
border-radius:4px;
box-sizing: border-box;
font-size: 0;
box-shadow: 0px 6px 4px #a3b2e0, 0 -6px 12px #ececec;
}
.suggest_board li>div>div {
  display: inline-block;
}
.suggest_board .title_type1 span {
  width: calc(100% - 126px);
}
.section3_user_msg {
  margin-top: 30px;
  padding: 0 17px 0 10px;
  width: 83px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
.section3_user_msg p,
.section3_order_msg p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section3_user_msg img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.section3_user_msg p {
  margin-top: 15px;
  color: #6680d5;
  font-size: 14px;
  width: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section3_order_msg {
  margin-top: 30px;
  width: calc(100% - 83px);
  font-size: 14px;
  line-height: 15px;
  vertical-align: top;
}
.section3_order_msg p {
  margin-top: 8px;
}
.section3_order_msg p:first-child {
  margin-top: 0;
}
.section3_order_info {
  margin-top: 18px;
  font-size: 14px;
  padding: 20px 10px 0 10px;
  border-top: 1px solid #e5e5e5;
}
.section3_suggest {
  float: right;
  padding: 250px 25px 0;
  width:347px;
  height:527px;
  background:#7E9BFB;
  border-radius:4px;
  box-sizing: border-box;
  text-align: center;
  background-image: url('../images/suggest_bg.png');
  background-repeat: no-repeat;
}
.section3_suggest p {
  margin-top: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.section3_suggest button {
  margin-top: 40px;
  width:120px;
height:40px;
background:rgba(255,255,255,1);
border-radius:4px;
color: #6680d5;
font-size: 18px;
  cursor: pointer;
}
/*行业应用*/
.section4 {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.section4>div {
  padding: 10px 10px 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 380px;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}
.section4>div p:last-child {
  height: 42px;
  line-height: 20px;
}
.section4>div:hover {
  box-shadow: 0 0 8px 2px #e5e5e5;
  cursor: pointer;
}
.section4_imgbox {
  width: 100%;
  height: 338px;
  overflow: hidden;
}
.section4>div:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.section4>div:nth-of-type(3n) {
  margin-right: 0;
}
.section4 img {
  width: 100%;
  height: 338px;
  object-fit: none;
}
.section4_sub_title {
  margin: 30px 0 20px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
/*签约设计师*/
.section5 {
  padding: 50px 0;
  width: 100%;
  background: #D1D9F2;
}
.section5_box {
  margin: 0 auto;
  width: 1200px;
  font-size: 0;
}
.section5_box .sub_title .right:hover,
.section5_box .sub_title .right:hover i {
  color: #6680d5;
}
.section5_desiger {
  margin-right: 10px;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width:267px;
  height:423px;
  font-size: 16px;
  background:rgba(255,255,255,1);
  vertical-align: top;
}
.section5_desiger .title_type1 span {
  width: calc(100% - 130px);
}
.section5_desiger .title_type1 strong {
  display: inline-block;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
    vertical-align: text-bottom;
    font-size: 16px;
}
.section5_desiger .section5_imgbox {
  margin: 18px 0;
  width: 247px;
  height: 247px;
  overflow: hidden;
}
.section5_desiger img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  cursor: pointer;
}
.section5_desiger img:hover {
  transition: transform .3s;
  transform: scale(1.2);
}
.section5_designer_amount {
  margin-bottom: 19px;
  font-size:14px;
  color:rgba(102,102,102,1);
}
.section5_tag_box {
  font-size: 0;
}
.section5_designer_tag {
  margin-bottom: 10px;
  margin-right: 5%;
  display: inline-block;
  width: 30%;
  font-size: 12px;
  text-align: center;
  height:26px;
  line-height: 24px;
  border:1px solid rgba(102,128,213,1);
  border-radius:4px;
  box-sizing: border-box;
  color: #6680d5;
}
.section5_designer_tag:nth-child(3n) {
  margin-right: 0;
}
.section5 .sub_title button {
  background: #D1D9F2;
  cursor: pointer;
  color: #666666;
  font-size: 12px;
}
.section5 .sub_title button i {
  margin-left: 5px;
  color: #8c8c8c;
  vertical-align: text-bottom;
}
.section5_publish {
  position: relative;
  padding-top: 44px;
  width:355px;
  height: 423px;
  font-size:14px;
  color:rgba(102,102,102,1);
  box-sizing: border-box;
}
.section5_publish p {
  margin-bottom: 13px;
  line-height: 16px;
}
.section5_publish button {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  width:120px;
  height:40px;
  background:rgba(102,128,213,1);
  border-radius:4px;
  line-height: 40px;
  font-size:18px;
  color:rgba(255,255,255,1);
  cursor: pointer;
}

/*合作伙伴*/
.index_partner_list {
  padding: 50px 0 100px;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
      width: 100%;
      min-width: 0;
      /*overflow-x: hidden;*/
  }
  .slide_1 {
    height: auto;
    background-image: url("../images/banner1_m.png");
}
  .slide_2 {
    height: auto;
    background-image: url("../images/banner2_m.png");
}
  .swiper_section {
    padding: 0;
    padding-top: 15%;
    margin: 0 auto;
    width: 100%;
}
.fast_quote {
  display: none;
}
.platform_data {
  display: none;
}
.platform_info {
  padding-bottom: 7%;
  text-align: center;
    padding-top: 0px;
}
.platform_info img {
  /*width: 100%;*/
  width: 55%;
}
.platform_info p {
  display: none;
}
.platform_info button {
    margin-right: 10px;
    margin-top: 0;
    width: 75px;
    height: 24px;
    border-radius: 2px;
    font-size: 12px;
}
.platform_info .publish_ideal {
    display: block;
    margin: 4% auto 0;
}
  .swiper-container {
    width: 100%;
    height: auto;
  }
  .swiper_content {
    margin: 60px auto 0;
    width: 100%;
    text-align: center;
  }
  .swiper_content h2 {
      font-size: 23px;
      margin-bottom: 25px;
  }
  .swiper_content p {
    font-size: 14px;
  }
  .swiper_content button {
      margin-top: 45px;
  }
  .swiper-manage {
      width: 25.75%;
      height: 18%;
      border-radius: 6px;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 1px;
      transform: translate(-50%,-91%);
  }
  .sub_title {
    margin-bottom: 25px;
}
  /*section1*/
  .section1_box, 
  .section2_box,
  .section3_box,
  .section4,
  .section5_box,
  .index_partner_list {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .section1 {
    display: none;
  }
/*section2*/
.section2_step2>i {
  display: none;
}
.section2 .section2_step1 {
    width: 100%;
    padding: 10px;
    height: 190px;
}
.section2_step2 {
  margin-top: 20px;
    margin-left: 0;
}
.section2_has div i, .section2_no div i {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 50px;
}
.section2 p {
    font-size: 12px;
}
.section2_has,
.section2_no {
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
}
.section2 .hr {
    margin: 15px -3px 10px;
}
.section2_has>i, .section2_no>i {
    margin: 0 16px;
    top: 24px;
    font-size: 18px;
}
.section2_no>i {
  margin: 0 -2px;
}
.section2_box>div:nth-child(4) {
  margin: 20px 2% 0;
}
.section2_box>div {
    width: 32%;
    height: 150px;
    padding: 29px 0px;
    border-radius: 2px;
}
.section2_step2>div>i {
    font-size: 50px;
}
/*section3*/
.section3 {
    padding: 30px 0;
}
.order_board {
    width: 100%;
}
.order_list_box li {
    padding-right: 20px;
    display: flex; 
    justify-content: space-between;
}
.order_list_title li:nth-of-type(1),
.order_list_box li span:nth-of-type(1),
.order_list_title li:nth-of-type(3),
.order_list_box li span:nth-of-type(3) {
  display: none;
}
.order_list_box li span:nth-child(2) {
    display: inline-block;
    width: 56px;
    margin-left: 0;
}
.order_list_box li span:nth-child(4) {
    display: inline-block;
    width: 56px;
    margin-left: 0;
}
.order_list_box li span:nth-child(5) {
    display: inline-block;
    width: 56px;
    margin-left: 0;
}
.suggest_board li {
  display: none;
  margin-top: 10px;
    margin-left: 0;
    width: 100%;
}
.suggest_board li:first-child {
  display: block;
}
.section3_suggest {
  display: none;
}
.suggest_board_wrapper,
.suggest_board {
      width: 100%;
    box-sizing: border-box;
    height: 259px;
}
/*.section4*/
.section4 {
  padding-top: 30px;
}
.section4>div {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    font-size: 13px;
}
.section4 img {
  height: auto;
}
.section4_sub_title {
    margin: 10px 0 20px;
}
/*section5*/
.section5 {
    padding: 30px 0;
    margin-top: 30px;
}
.section5_desiger {
  margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
    height: auto;
}
.section5_desiger .section5_imgbox {
  width: auto;
  height: auto;
}
.section5_desiger img {
    width: 100%;
    height: auto;
}
.section5_publish {
  display: none;
}
  /*合作伙伴*/
  .index_partner_list {
    margin-bottom: 40px;
    padding-top: 20px;
    font-size: 0;
  }
  .index_partner_list img {
    padding: 0 4px;
    width: 100%;
    box-sizing: border-box;
  }
  .index_partner_list img:last-child {
    border-right: none;
  }
}
/*5个svg动画*/
.section1_svg p {
  margin-top: 30px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
/*.svg1:hover .move1 {
  animation: firstsvga 4s infinite linear;
}
@keyframes firstsvga {
  from {
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-20px);
  }
  to {
    transform: translateX(0);
  }
}*/
.svg1:hover .move2 {
  animation: firstsvgb 4s infinite linear;
}
@keyframes firstsvgb {
  from {
    transform: translateY(0);
  }
  20% {
    transform: translateY(4px);
  }
  40% {
    transform: translate(8px,4px);  
  }
  60% {
    transform: translate(-8px,4px); 
  }
  80% {
    transform: translate(0,4px); 
  }
  to {
    transform: translateY(0);
  }
}
.svg2:hover .move1 {
  transform-origin: 50% 36%;
  animation: secondsvga 4s infinite linear;
}
@keyframes secondsvga {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.svg3:hover .move1 {
  transform-origin: 70% 36%;
  animation: thirdsvga 4s infinite linear;
}
.svg3:hover .move2 {
  transform-origin: 68% 42%;
  animation: thirdsvgb 4s infinite linear;
}
@keyframes thirdsvga {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes thirdsvgb {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(40deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.svg4:hover .move1 {
  animation: foursvga 2s infinite linear;
}
.svg4:hover .move2 {
  animation: foursvgb 2s infinite linear;
}
@keyframes foursvga {
  from {
    transform: translateY(-100px);
  }
  40% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes foursvgb {
  from {
    transform: translateX(-100px);
  }
  20% {
    transform: translateY(0);
  }
  to {
    transform: translateY(0);
  }
}
.svg5:hover .move1 {
  animation: fivesvga 4s infinite linear;
}
.svg5:hover .move2 {
  animation: fivesvgb 4s infinite linear;
}
@keyframes fivesvga {
  from {
    transform: translateY(-150px);
  }
  20% {
    transform: translateY(-75px);
  }
  40% {
    transform: translateY(0px);
  }
  60% {
    transform: translateX(60px);
  }
  /*63% {
    transform: translateX(0px);
  }*/
  80% {
    transform: translateX(120px);
  }
  to {
    transform: translateX(120px);
  }
}
@keyframes fivesvgb {
  from {
    transform: translateX(-100px);
  }
  20% {
    transform: translateX(0px);
  }
  40% {
    transform: translateX(0px);
  }
  /*60% {
    transform: translateX(0px);
  }*/
  60% {
    transform: translateX(60px);
  }
  80% {
    transform: translateX(120px);
  }
  to {
    transform: translateX(120px);
  }
  
}




/* banner */
.banner{
  width: 100%;
  height: 745px;
  background-image: url("/images/new/pic-main-banner-3840.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.banner_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner_wrap .p_1{
  font-size: 60px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 138px;
  margin-bottom: 68px;
}
.banner_wrap .p_2,.banner_wrap .p_3{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 45px;
}
.banner_wrap .b_4{
  width: 220px;
  height: 60px;
  background: #FC5330;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin: 115px auto 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.banner_wrap .b_4 span{
  display: block;
}
.banner_wrap .b_4 i{
  font-size: 30px;
  color: #FFFFFF;
  margin-left: 8px;
  font-weight: 100;
  display: none;
}
.banner_wrap .iconshubiao{
  font-size: 28px;
  color: #FFFFFF;
}
/* top_list */
.top_list{
  width: 100%;
  height: 124px;
  background: #02050B;
}
.top_list_wrap{
  height: 100%;
  background: #FAFAFA;
}
.top_list_all{
  height: 100%;
  display: flex;
  align-items: center;
}
.top_list_all li{
  height: 100%;
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.top_list_all li i{
  font-size: 26px;
  color: #000;
  margin-bottom: 12px;
  margin-top: 10px;
}

/* choose_meigou */
.choose_meigou{
  width: 100%;
}
.choose_meigou_wrap{
  display: flex;
  padding: 130px 0;
  display: flex;
  flex-direction: column;
}
.choose_meigou_wrap p{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.choose_meigou_list{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.choose_meigou_item{
  /* height: 340px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 38px 69px 50px;
  margin-right: 48px;
  cursor: pointer;
}
.choose_meigou_item:hover{
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15);
}
.choose_meigou_item:last-child {
  margin-right: 0px;
}
.choose_meigou_item svg{
  width: 60px;
  height: 60px;
}
.choose_meigou_item .title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin: 35px 0 26px;
}
.choose_meigou_item .content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
}
/* print_delivery */
.print_delivery{
  width: 100%;
  background: #F8FAFF;
}
.print_delivery_wrap{
  display: flex;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
}
.print_delivery_wrap p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
}
.print_delivery_list{
  margin-top: 61px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.print_delivery_list .item{
  /* height: 658px; */
  /* width: 25%; */
  background: #fff;
  cursor: pointer;
}
.print_delivery_list .item .item_top{
  height: 137px;
  border-bottom: 4px solid #FC5330;
  font-size: 32px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.print_delivery_list .item .content_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.print_delivery_list .item .content_wrap .svg_wrap{
  width: 140px;
  height: 140px;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
}
.print_delivery_list .item .content_wrap .svg_wrap svg{
  width: 60px;
  height: 60px;
}
.print_delivery_list .item .content_wrap .title{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin: 52px 0 38px;
}
.print_delivery_list .item .content_wrap .content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
  margin:0 63px 0 57px;
  text-align: center;
}
.print_delivery_list .item .item_top_back{
  height: 137px;
  font-size: 32px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip_container {perspective: 500;position: relative;width: 25%; height: 658px; overflow: hidden;display: none;}
.front, .back { width: 100%; height: 100%;}
	.front, .back { backface-visibility: hidden; transition: 0.6s;
	    position: absolute; top: 0px;left: 0px;}
	.front { z-index: 2;}
	.back { background: green; transform: rotateY(-180deg);}
	.frontclick{transform: rotateY(180deg);}
	.backclick { transform: rotateY(0deg);z-index: 3; }

.flip_container .back_1{
  background-image: url("/images/new/pic-main-3-step1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_2{
  background-image: url("/images/new/pic-main-3-step2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_3{
  background-image: url("/images/new/pic-main-3-step3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flip_container .back_4{
  background-image: url("/images/new/pic-main-3-step4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* made_craft */
.made_craft{
  width: 100%;
}
.made_craft_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
}
.made_craft_wrap p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.made_craft_list{
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.made_craft_list .item{
  cursor: pointer;
  background: rgba(0, 0, 0, 0.85);
  padding: 67px 40px 61px 46px;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.made_craft_list .item:hover{
  background-color: #FC5330;
  color: #fff !important;
}
.made_craft_list .item:hover .title{
  color: #fff ;
}
.made_craft_list .item .show_more{
  width: 100%;
  margin-top: 56px;
  position: relative;
}
.made_craft_list .item .show_more span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  right: 65px;
  display: none;
}
.made_craft_list .item:hover .show_more span{
  display: inline-block;
}
.made_craft_list .item:hover .show_more i{
  display: inline-block;
}
.made_craft_list .item .show_more i{
  font-size: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  /* margin-left: 20px; */
  position: absolute;
  right: 0;
  top: -12px;
  display: none;
}
.made_craft_list .item .title{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FC5330;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.made_craft_list .item .content{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 20px;
}
.made_craft_list .item .param_wrap{
  margin-top: 144px;
  display: flex;
}
.made_craft_list .item .param_wrap .param_item{
  display: flex;
  flex-direction: column;
  margin-right: 52px;
}
.made_craft_list .item .param_wrap .param_item .span_1{
  font-size: 20px;
  font-family: AlibabaSans-BoldItalic, AlibabaSans;
  font-weight: normal;
  color: #FFFFFF;
}
.made_craft_list .item .param_wrap .param_item .span_2{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #D9D9D9;
  margin-top: 12px;
}
.made_craft_list .made_craft_item_1{
  width: 48.3%;
  /* flex: 1; */
  max-height: 520px;
  background-image: url("/images/new/pic-main-4-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 48px;
}
.made_craft_list .made_craft_item_2{
  width: 48.3%;
  /* flex: 1; */
  max-height: 520px;
  background-image: url("/images/new/pic-main-4-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/*  print_craft*/
.print_craft{
  width: 100%;
  
}
.print_craft_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.print_craft_wrap .show_more_wrap{
  /* position: absolute; */
  /* right: 0; */
  position: relative;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.print_craft_wrap .show_more_wrap span{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  position: absolute;
  right: 57px;
}
.print_craft_wrap .show_more_wrap i{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 12px;
  position: absolute;
}
.print_craft p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.print_craft_wrap .title_p{
  display: flex;
}
.print_craft_list{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.print_craft_list .item{
  cursor: pointer;
  width: 22.4%;
}
.print_craft_list .print_craft_item{
  display: none;
}
.print_craft_list .item .item_img{
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.print_craft_list .item .item_img img{
  width: 100%;
  height: 100%;
}
.print_craft_list .item .item_img:hover img {
  transform: scale(1.2);
  transition: all 1s;
}
.print_craft_list .item .item_content .title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin-top: 38px;
  margin-bottom: 29px;
}
.print_craft_list .item .item_content .content{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 28px;
  margin-bottom: 46px;
}
.print_craft_list .item .item_content .show_more{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.print_craft_list .item .item_content .show_more span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC5330;
}
.print_craft_list .item .item_content .show_more i{
  font-size: 34px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FC5330;
  margin-left: 12px;
}
.print_craft_list .item .item_content .line{
  display: flex;
  height: 3px;
  background: #F0F0F0;
  margin-top: 36px;
}
.print_craft_list .item .item_content .line .line_a{
  width: 33.5%;
  height: 100%;
  background-color: #FC5330;
}
.print_craft_list .item .item_content .line .line_b{
  flex: 1;
  height: 100%;
  background-color: #F0F0F0;
  -webkit-transition: background-color 2s ease-in-out;
  -moz-transition: background-color 2s ease-in-out;
  -o-transition: background-color 2s ease-in-out;
  transition: background-color 2s ease-in-out;
}
.print_craft_list .item:hover .item_content .title{
  color: #FC5330;
}
.print_craft_list .item:hover .item_content .line .line_b{
  background-color: #FC5330;
}

/* industry_app */
.swiper-container {
  /* width: 600px;
  height: 300px;
   */
}  
.industry_app{
  width: 100%;
  overflow: hidden;
  margin-bottom: 130px;
}
.industry_app_wrap{
  display: flex;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.industry_app_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.industry_app_area{
  margin-top: 62px;
  display: flex;
  height: 660px;
}
.industry_app_area .area_left{
  flex: 1;
  height: 100%;
  background: #0D3F67;
  position: relative;
}
.industry_app_area .area_left .area_left_all{
  display: flex;
  flex-wrap: wrap;
  margin-top: 42px;
  margin-left: 62px;
  margin-right: 0px;
}
.industry_app_area .area_left .area_left_all li{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.28);
  margin: 26px 0 24px;
  width: 33%;
  cursor: pointer;
}
.industry_app_area .area_left .area_left_all li p{
  display: none;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  position: absolute;
  top: 309px;
  left: 62px;
  margin-right: 62px;
  text-align: left;
}
.industry_app_area .swiper-wrapper {
  position: static;
}
/* meigou_maker */
.meigou_maker{
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background: #F5F9FF;
}
.meigou_maker_wrap{
  height: calc(100% - 100px);
  display: flex;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-image: url(/images/new/pic-main-7-bg.png);
  background-size: 108% 100%;
  background-repeat: no-repeat;
}
.meigou_maker_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.meigou_maker_area{
  margin-top: 91px;
  position: relative;
}
.meigou_maker_area .slide{
  display: none;
}
.meigou_maker_area .content{
  width: 34%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #595959;
  line-height: 32px;
}
.meigou_maker_area .show_more{
  margin-top: 34px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FC5330;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.meigou_maker_area .show_more .iconright1{
  font-size: 30px;
  font-weight: 400;
  margin-left: 12px;
}
.meigou_maker_area .coo_point{
  position: absolute;
  right: 177px;
  top: 345px;
}
.meigou_maker_area .coo_point i{
  font-size: 30px;
  color: #FC5330;
}
.meigou_maker_area .coo_point .coo_addredd{
  display: flex;
  flex-direction: column;
  width: 500px;
  height: 180px;
  position: absolute;
  background: #fff;
  bottom: 56px;
  right: -125px;
}
.meigou_maker_area .coo_point .coo_addredd:before{
  right: 129px;
  bottom: -11px;
  /* box-shadow: #d4d4d4 1px 1px 5px; */
  transform: rotate(45deg);
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  background: #fff;
}
.meigou_maker_area .coo_point .coo_addredd:after{
  right: 27px;
  bottom: 0px;
  content: " ";
  display: block;
  width: 26px;
  height:26px;
  position: absolute;
  background: #fff;
}
.meigou_maker_area .coo_point .coo_addredd .area1{
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  margin-top: 41px;
  margin-left: 35px;
}
.meigou_maker_area .coo_point .coo_addredd .area2{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin:40px 0 50px;
  margin-left: 35px;
}
.meigou_maker_area .num_area{
  height: 316px;
  margin-top: 180px;
  background-image: url(/images/new/pic-main-7-1.png);
  /* background-color: #fff; */
  /* background-size: 108% 100%; */
  background-repeat: no-repeat;
  position: relative;
  /* -moz-transform:rotate(90deg); 
 -webkit-transform:rotate(90deg);
transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1); */
}
.meigou_maker_area .num_area .right_div{
  width: 74%;
  height: 82%;
  position: absolute;
  left: 322px;
  top: 29px;
  background: #fff;
  display: flex;
}
.meigou_maker_area .num_item{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.meigou_maker_area .num_item .title{
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  margin:47px 0 0 29px;
}
.meigou_maker_area .num_item .num{
  margin:106px 0 0 29px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
}
.meigou_maker_area .num_item .num{
  position: relative;
}
.meigou_maker_area .num1 .title{
  color: #FFFFFF;
  margin:76px 0 0 29px;
}
.meigou_maker_area .num1 .num{
  font-size: 80px;
  font-family: AlibabaSans-Medium, AlibabaSans;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 80px;
  margin-left: 29px;
}
.meigou_maker_area .num i{
  position: absolute;
  color: #FC5330;
  font-size: 20px;
  font-weight: 900;
  margin-left: 10px;
}


/* 轮播图样式 */
.swiper-container>.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.industry_app_area .swiper-container{
  width: 51.8%;
  height: 100%;
  position: static;
}
.swiper-button-prev {
  background-image: none;
  font-size: 52px;
  left: 62px;
  bottom: 52px;
}
.swiper-button-prev .iconyuan3,.swiper-button-next .iconyuan{
  font-size: 52px;
  color: #fff;
}
.swiper-button-prev .iconyuan2,.swiper-button-next .iconyuan1{
  font-size: 52px;
  color: #FC5330;
}
.swiper-button-next {
  background-image: none;
  font-size: 52px;
  left: 160px;
  bottom: 52px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 92%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 1;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-slide>img {
  width: 100%;
  height: 100%;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

/* customer_list */
.customer_list{
  width: 100%;
  background: #FAFAFA;
}
.customer_list_wrap{
  display: flex;
  padding-top: 73px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.customer_list_wrap .title p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.customer_list_area{
  position: relative;
}
.swiper1,.swiper2{
  width: 100%;
  height: 140px;
  /* overflow: hidden; */
}
.swiper1{
  margin-top: 60px;
}
.swiper2{
  margin-top: 56px;
}
.swiper1 .swiper-container .swiper-slide ,.swiper2 .swiper-container .swiper-slide{
  width: 324px ;
  height: 140px;
}
.swiper1 .swiper-container .swiper-slide:hover img,.swiper2 .swiper-container .swiper-slide:hover img {
  transform: scale(1.2);
  transition: all 1s;
  cursor: pointer;
}

/* sign_designer */
.sign_designer{
  width: 100%;
}
.sign_designer_wrap{
  display: flex;
  padding-top: 126px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sign_designer_wrap .title_p{
  display: flex;
}
.sign_designer_wrap .title_p p{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.sign_designer_wrap .show_more_wrap{
  /* position: absolute; */
  /* right: 0; */
  position: relative;
  flex: 1;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.sign_designer_wrap .show_more_wrap span{
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  position: absolute;
  right: 57px;
}
.sign_designer_wrap .show_more_wrap i{
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-left: 12px;
  position: absolute;
}
.sign_designer_area{
  position: relative;
  /* margin-top: 59px; */
}
.designer_swiper .swiper-container {
  height: 671px;
  /* background: pink; */
  display: flex;
  position: relative;
}
.designer_swiper .center_wrap {
  width: 388px;
  height: 388px;;
  border: 2px dashed #FC5330;
  border-radius: 50%;
  position: absolute;
  top: 57px;
  left: 36.5%;
  transform: translate(-50%, 0%);
}
.designer_swiper .center_wrap.rotate {
  width: 388px;
  height: 388px;;
  border: 2px dashed #FC5330;
  border-radius: 50%;
  position: absolute;
  top: 57px;
  left: 36.5%;
  animation: rotate 10s infinite;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
.designer_swiper .swiper-wrapper {
  margin: 0 -97px;
}
.designer_swiper .swiper-slide {
  /* width: 33%; */
  /* width: 192px !important; */
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) {
  /* width: 33%; */
  /* width: 388px !important; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  /* margin: 0 -10px; */
  /* margin: 0 -15px; */
  /* background-color: red; */
  /* flex: 1; */
}
/* .designer_swiper .swiper-slide {
  margin: 0 -10px;
} */
.designer_swiper .swiper-slide-active {
  /* width: 33%; */
  /* width: 388px !important; */
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  transition: 300ms;
  transform: scale(0.8);
  margin-top: 57px;
  /* background-color: red; */
  /* flex: 1; */
  margin-right: 199px;
}
.designer_swiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) .slide_item{
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.designer_swiper .swiper-slide-active .slide_item{
  text-align: center;
}
.designer_swiper .swiper-slide-active .slide_item .img_wrap{
  width: 388px !important;
  height: 388px;
  opacity: 0.9;
  overflow: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.designer_swiper .swiper-slide-active .slide_item img{
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.designer_swiper .swiper-slide-active .slide_item .content{
  width: 388px !important;
  /* height: 388px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
}
.designer_swiper .swiper-slide-active .slide_item .content .content_name{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
}
.designer_swiper .swiper-slide-active .slide_item .content .content_sign{
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 32px;
  margin-top: 26px;
}
.designer_swiper .swiper-slide:not(.swiper-slide-active) .slide_item img{
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
}
.designer_swiper .swiper-button-next, .designer_swiper .swiper-button-prev {
  position: absolute;
  top: 84%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.designer_swiper  .swiper-button-prev {
  background-image: none;
  font-size: 52px;
  left: 28%;
  bottom: 52px;
}
.designer_swiper .swiper-button-prev .iconyuan3,.designer_swiper .swiper-button-next .iconyuan{
  font-size: 52px;
  color: #000;
}
.swiper-button-prev .iconyuan2,.swiper-button-next .iconyuan1{
  font-size: 52px;
  color: #FC5330;
}
.designer_swiper  .swiper-button-next {
  background-image: none;
  font-size: 52px;
  left: 69%;
  bottom: 52px;
}
.sign_designer_wrap .to_designer_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign_designer_wrap .to_designer_btn .to_designer{
  width: 248px;
  height: 62px;
  background: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sign_designer_wrap .to_designer_btn .to_designer span{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.sign_designer_wrap .to_designer_btn .to_designer i{
  font-size: 30px;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .banner{
    width: 100%;
    height: 400px;
    background-image: url("/images/new/pic-main-banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .banner_wrap .p_1{
    font-size: 25px;
    margin-top: 108px;
    margin-bottom: 38px;
  }
  .banner_wrap .p_2,.banner_wrap .p_3{
    font-size: 12px;
    line-height: 25px;
  }
  .banner_wrap .b_4{
    width: 150px;
    height: 40px;
    font-size: 12px;
    margin: 40px auto 21px;
  }
  .banner_wrap .iconshubiao{
    font-size: 28px;
    color: #FFFFFF;
  }
  .top_list{
    height: auto;
  }
  .top_list_all{
    display: flex;
    flex-wrap: wrap;
  }
  .top_list_all li {
    width: 50%;
    margin-bottom: 12px;
  }

  .choose_meigou_wrap{
    display: flex;
    padding: 45px 0;
  }
  .choose_meigou_wrap p{
    font-size: 20px;
  }
  .choose_meigou_list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .choose_meigou_item{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    padding: 50px 38px 69px 50px;
    margin-right: 0px;
    cursor: pointer;
    margin-bottom: 12px;
  }
  .choose_meigou_item:hover{
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.15);
  }
  .choose_meigou_item svg{
    width: 30px;
    height: 30px;
  }
  .choose_meigou_item .title{
    font-size: 16px;
  }
  .choose_meigou_item .content{
    font-size: 12px;
  }
  .print_delivery_wrap {
    padding: 47px 0;
  }
  .print_delivery_wrap p {
    font-size: 19px;
  }
  .print_delivery_list {
    margin-top: 41px;
  }
  .flip_container {
    height: 341px;
    width: 100%;
    margin-bottom: 12px;
  }
  .print_delivery_list .item .item_top ,.print_delivery_list .item .item_top_back{
    height: 63px;
    font-size: 20px;
  }
  .print_delivery_list .item .content_wrap .svg_wrap {
    width: 80px;
    height: 80px;
    margin-top: 22px;
  }
  .print_delivery_list .item .content_wrap .svg_wrap svg {
    width: 40px;
    height: 40px;
  }
  .print_delivery_list .item .content_wrap .title {
    font-size: 17px;
    margin: 20px 0 21px;
  }
  .print_delivery_list .item .content_wrap .content {
    font-size: 12px;
    line-height: 32px;
    margin: 0 63px 0 57px;
  }
  .made_craft_wrap {
    padding-top: 40px;
  }
  .made_craft_wrap p {
    font-size: 19px;
  }
  .made_craft_list {
    margin-top: 40px;
  }
  .made_craft_list .made_craft_item_1,.made_craft_list .made_craft_item_2{
    width: 100%;
    max-height: 520px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .made_craft_list .item{
    padding: 23px 22px 29px 33px;
  }
  .made_craft_list .item .title {
    font-size: 16px;
  }
  .made_craft_list .item .content {
    font-size: 12px;
  }
  .made_craft_list .item .param_wrap {
    margin-top: 87px;
  }
  .made_craft_list .item .param_wrap .param_item {
    margin-right: 20px;
  }
  .made_craft_list .item .param_wrap .param_item .span_1 {
    font-size: 12px;
  }
  .made_craft_list .item .param_wrap .param_item .span_2 {
    font-size: 14px;
    margin-top: 12px;
  }
  .made_craft_list .item .show_more span {
    font-size: 14px;
  }
  .print_craft_wrap{
    padding-top: 40px;
  }
  .print_craft_wrap .show_more_wrap span{
    font-size: 12px;
    position: absolute;
  }
  .print_craft_wrap .show_more_wrap i{
    font-size: 20px;
    margin-left: 0px;
    right: 20px;
  }
  .print_craft p{
    font-size: 19px;
  }
  .print_craft_list{
    margin-top: 20px;
  }
  .print_craft_list .item{
    width: 49.2%;
    margin-bottom: 12px;
  }
  .print_craft_list .item .item_img{
    height: 170px;
  }
  .print_craft_list .item .item_content .title{
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .print_craft_list .item .item_content .content{
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .print_craft_list .item .item_content .show_more span{
    font-size: 12px;
  }
  .print_craft_list .item .item_content .show_more i{
    font-size: 24px;
    margin-left: 6px;
  }

  .industry_app{
    margin-bottom: 60px;
  }
  .industry_app_wrap{
    padding-top: 40px;
  }
  .industry_app_wrap .title p{
    font-size: 19px;
  }
  .industry_app_area{
    margin-top: 20px;
    /* height: 660px; */
    flex-direction: column;
  }
  /* .industry_app_area .area_left{
    flex: 1;
    height: 100%;
    background: #0D3F67;
    position: relative;
  } */
  .industry_app_area .area_left .area_left_all{
    margin-top: 0px;
    margin-left: 37px;
    margin-right: 0px;
    padding-bottom: 196px;
  }
  .industry_app_area .area_left .area_left_all li{
    font-size: 16px;
  }
  .industry_app_area .area_left .area_left_all li p{
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    top: 216px;
    left: 40px;
    margin-right: 37px;
    text-align: left;
  }
  .industry_app_area .swiper-container{
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    /* top: 84%; */
    display: none;
  }

  .meigou_maker{
    /* height: 1100px; */
  }
  .meigou_maker_wrap{
    display: flex;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(/images/new/pic-main-7-bg.png);
    background-size: 115% 35%;
    background-repeat: no-repeat;
  }
  .meigou_maker_wrap .title p{
    font-size: 19px;
  }
  .meigou_maker_area{
    margin-top: 40px;
  }
  .meigou_maker_area .slide{
    padding-top: 160px;
  }
  .meigou_maker_area .content{
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .meigou_maker_area .show_more{
    margin-top: 30px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FC5330;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
  }
  .meigou_maker_area .show_more .iconright1{
    font-size: 20px;
    font-weight: 400;
    margin-left: 12px;
  }
  .meigou_maker_area .coo_point{
    position: absolute;
    right: 33px;
    top: 56px;
  }
  .meigou_maker_area .coo_point i{
    font-size: 20px;
    color: #FC5330;
  }
  .meigou_maker_area .coo_point .coo_addredd{
    display: flex;
    flex-direction: column;
    width: 270px;
    height: 110px;
    position: absolute;
    background: #fff;
    bottom: 56px;
    top: -74px;
    right: 37px;
  }
  .meigou_maker_area .coo_point .coo_addredd:before{
    right: 129px;
    bottom: -11px;
    /* box-shadow: #d4d4d4 1px 1px 5px; */
    transform: rotate(45deg);
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: #fff;
  }
  .meigou_maker_area .coo_point .coo_addredd:after{
    right: 27px;
    bottom: 0px;
    content: " ";
    display: block;
    width: 26px;
    height:26px;
    position: absolute;
    background: #fff;
  }
  .meigou_maker_area .coo_point .coo_addredd .area1{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-top: 24px;
    margin-left: 26px;
  }
  .meigou_maker_area .coo_point .coo_addredd .area2{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    margin:20px 10px 50px;
    margin-left: 26px;
  }
  .meigou_maker_area .num_area{
    height: 316px;
    margin-top: 60px;
    background-image: url(/images/new/pic-main-7-1.png);
    /* background-color: #fff; */
    /* background-size: 108% 100%; */
    background-repeat: no-repeat;
    position: relative;
  }
  .meigou_maker_area .num_area .right_div{
    width: 74%;
    height: 82%;
    position: absolute;
    left: 322px;
    top: 29px;
    background: #fff;
    display: flex;
  }
  .meigou_maker_area .num_item{
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .meigou_maker_area .num_item .title{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    margin:47px 0 0 29px;
  }
  .meigou_maker_area .num_item .num{
    margin:106px 0 0 29px;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
  }
  .meigou_maker_area .num_item .num{
    position: relative;
  }
  .meigou_maker_area .num1 .title{
    color: #FFFFFF;
    margin:76px 0 0 29px;
  }
  .meigou_maker_area .num1 .num{
    font-size: 80px;
    font-family: AlibabaSans-Medium, AlibabaSans;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 80px;
    margin-left: 29px;
  }
  .meigou_maker_area .num i{
    position: absolute;
    color: #FC5330;
    font-size: 20px;
    font-weight: 900;
    margin-left: 10px;
  }

  .customer_list_wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .customer_list_wrap .title p{
    font-size: 19px;
  }
  .swiper1,.swiper2{
    width: 100%;
    height: 140px;
    /* overflow: hidden; */
  }
  .swiper1{
    margin-top: 30px;
  }
  .swiper2{
    margin-top: 3px;
  }
  .swiper1 .swiper-container .swiper-slide ,.swiper2 .swiper-container .swiper-slide{
    width: 124px !important;
    height: 140px;
    margin-right: 20px !important;
  }
  .swiper1 .swiper-container .swiper-slide:hover img,.swiper2 .swiper-container .swiper-slide:hover img {
    transform: scale(1.2);
    transition: all 1s;
    cursor: pointer;
  }
  
}


.advertising_area{
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.advertising_area img{
  width: 100%;
  height: 100%;
}
.advertising_area i{
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 20px;
  top: 20px;
  
}












