/* 
.position_relative{position:relative;}
.banner_textdiv{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);z-index:9;color:#fff;}
.banner_textdiv p{width:100%;text-align:center;font-size:48px;}
.banner_textdiv .desc{margin-top:50px;font-size:30px;}
    */
.prodtype-block-imglist{display:none;}
.bigbox_contain {
    width: 1680px;
    height1: 1000px;
    background: #fff;
    -webkit-box-shadow: 0 60px 18px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 60px 18px 0 rgba(0,0,0,.15);
    box-shadow: 0 6px 18px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 80px auto 0;
    position: relative;
    z-index: 3;
    padding: 40px 0px 60px 0px;
}
.bigbox_contain h4{ 
    padding-bottom: 40px;
    text-align: center;
    font-size:36px;
    font-weight: 600;
    color: #3a4649;
    line-height: 50px;
}
.bigbox_contain .machine-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.bigbox_contain .machine-list li {
    padding: 0 30px;
    font-size: 20px;
    color: #b2b2b2;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}
.bigbox_contain .machine-list li:hover,.bigbox_contain .machine-list li.active{
    color:#2c3b65;
}
.bigbox_contain .machine-list li:hover::after,.bigbox_contain .machine-list li.active::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #2c3b65;    
}


.yypj_innercontain{margin: 0 75px;}
.yypj-con{justify-content: space-between;}

.yypj_innercontain .product_left:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.yypj_innercontain .product_left .mainproddiv::-webkit-scrollbar,
.choose_type_selectdiv .layui-form-selected dl::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    display: block
}

.yypj_innercontain .product_left .mainproddiv::-webkit-scrollbar-thumb,
.choose_type_selectdiv .layui-form-selected dl::-webkit-scrollbar-thumb{
    background: #3A4649;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.yypj_innercontain .product_left .mainproddiv::-webkit-scrollbar-track,
.choose_type_selectdiv .layui-form-selected dl::-webkit-scrollbar-track{
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.yypj_innercontain .product_left {
    width: 420px;
    position: relative;
    height:710px;
    box-shadow:0px 6px 18px 0 rgba(182, 182, 182,.08);
}
.yypj_innercontain .product_left .mainproddiv{
    height:100%;
    overflow:auto;
   padding: 20px 30px;
}
.layui-form-select dl dd.layui-this{
    background:#2c3b65;
}





                   
.same_news {
	width: 100%;
	margin-bottom:150px;
}

.same_news .diva {
	display: block;
	position: relative;
	margin-bottom: 15px;
	justify-content: space-between;
	display: flex;
    flex-wrap: wrap;
    padding:5px;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.15);
    align-items: center;
    display: flex;
    border-radius:18px;
    cursor:pointer;
}
.same_news  .diva.active{
    border: 2px solid #2c3b65;
    -webkit-border-radius: 18px 18px 12px 18px;
    -moz-border-radius: 18px 18px 12px 18px;
    border-radius: 18px 18px 12px 18px;
}

.same_news .diva .pic{
	width1: 100%;
		width:95px;
		
	position: relative; 
}
.same_news .diva .pic img{
    height:95px;
}
.same_news .diva .name {
    width:calc(100% - 120px);
    
	font-size: 16px;
	line-height: 1.6;
	border-bottom1: 1px solid rgba(0, 0, 0, .05);
	padding1-bottom: 10px;
}
.same_news .diva .name .span_name{
    font-size: 16px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
      text-overflow: ellipsis; 
      margin-bottom:5px;
      padding-bottom:5px;
      border-bottom: 1px solid rgba(0, 0, 0, .05);
        
}
.same_news .diva .name .span_desc{
    font-size: 14px;
    color:#999;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;    
}
.same_news .diva .time {
	font-size: 14px;
	opacity: .7;
	font-family: 'GraphikLCG';
	margin-top: 5px;
}

.same_news .diva:last-child {
	/*border-bottom: none;*/
}



.same_news .diva .xuanzhong{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 8px 0 8px 0;
    -moz-border-radius: 8px 0 8px 0;
    border-radius: 8px 0 8px 0;
    display: none;
}
.same_news  .diva.active .xuanzhong{
    display:block;
}



.yypj_innercontain .form_div{
    position: relative;
    width: calc(100% - 500px);
    background: #fff;
    box-shadow1: 0px 2px 5px 0px rgba(182, 182, 182, 0.27);
    height: 710px;
    padding:50px;

    }
  
.yypj_innercontain .form_div form{
   display: flex;
    flex-wrap: wrap;
    width:100%;height:100%;
    justify-content: space-between;
}
.yypj_innercontain .form_div .flex-c-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.serMsg-table{justify-content: space-between;}
.serMsg-table .w100{width: 100% !important;}
.serMsg-input{width: 48%;}
.serMsg-input .title span{color: #ed2024;}
.serMsg-input input{border: 1px solid #e1e1e1; margin-top: 15px;width: 100%;height: 52px;border-radius: 10px;padding-left: 20px;font-size: 16px;color: #333;}
.serMsg-input input::-webkit-input-placeholder{font-size: 16px;color: #c5c5c5;}
.serMsg-input textarea{margin-top: 15px; border: 1px solid #e1e1e1;width: 100%;height: 200px;font-size: 16px;color: #333;padding: 15px 0 0 20px;border-radius: 10px;}
.serMsg-input textarea::-webkit-input-placeholder{font-size: 16px;color: #c5c5c5;}
.serMsg-btm{justify-content: space-between;}
.serMsg-select{user-select: none;cursor: pointer;margin-top: 15px;color: #c5c5c5;}
.serMsg-menu{border: 1px solid #e1e1e1;height: 52px;border-radius: 10px;padding-left: 20px;font-size: 16px;align-items: center;transition: all .4s ease;}
.serMsg-menu::before{font-size: 14px;color: #8e8e8e;position: absolute;right: 20px;top: 50%;transition: all .4s ease;transform:translateY(-50%) rotate(180deg);}
.serMsg-menu.active{border-radius: 10px 10px 0 0;}
.serMsg-menu.active::before{transform:translateY(-50%) rotate(0);}
.serMsg-menu.value{color: #333;}
.serMsg-drop{color:#666; display: none;max-height: 260px;overflow-y: auto; border: 1px solid #e1e1e1;border-top: unset; position: absolute;left: 0;top: 100%;width: 100%;z-index: 2;background: #fff;border-radius: 0 0 10px 10px;}
.serMsg-drop::-webkit-scrollbar {width: 3px;}
.serMsg-drop::-webkit-scrollbar-thumb {background: #2c3b65;}
.serMsg-drop::-webkit-scrollbar-track {background: #f1f1f1;}
.serMsg-drop li{color: #333; display: flex;flex-wrap: wrap;align-items: center;padding-left: 20px;height: 52px;border-top: 1px solid #e1e1e1;transition: all .4s ease;}
.serMsg-drop li:first-child{border-top: unset;}
.serMsg-drop li:hover{background: #f6f6f6;}
.serMsg-code{margin-top: 15px;justify-content: space-between;}
.serMsg-code-input{/*width: 58%;*/width:100%;border-radius: 10px;overflow: hidden;border: 1px solid #e1e1e1;}
.serMsg-input .serMsg-code-input input{margin-top: 0;border-radius: 0;border: unset;}
.serMsg-code-input img{position: absolute;right: 10px;top: 50%;transform: translateY(-50%); height: auto;width: 85px;user-select: none;cursor: pointer;}
.serMsg-btn{width: 40%;margin-left: -10px;}
.serMsg-btn .btn{width: calc(90% - 10px);height: 52px;border-radius: 40px;border: 2px solid #2c3b65;margin-left: 10px;}
.serMsg-btn .btn:hover{background: #2c3b65;color: #fff;}


 .choose_type_selectdiv .layui-form-label{display:none;}
 .choose_type_selectdiv .layui-input-block{margin-left:0px;}
 .choose_type_selectdiv .layui-input{
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    width: 100%;
    height: 52px;
    border-radius: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;         
 }
.choose_type_selectdiv .layui-form-selected dl {
    display: block;
    padding: 10px 30px;
    font-size: 18px;
    box-shadow: 0 6px 18px 0 rgba(0,0,0,.15);
    top:calc(100% + 2px);
    border-radius:16px;
}     
.choose_type_selectdiv .layui-form-select dl dd {
    cursor: pointer; 
    line-height: 26px;
    padding: 10px 0px;
    text-align: center;
}
    
.form_submit_div{width:100%;}
.form_submit_div .form_submit_div_inside{margin-top:15px;width:100%;}
.form_submit_div .form_submit_div_inside .btn{
    height: 52px;
    border-radius: 40px;
    border: 1px solid #2c3b65;
    margin-left: 10px;
    width: 200px;
}
.form_submit_div .form_submit_div_inside .btn+.btn{margin-left:30px;}
.form_submit_div .form_submit_div_inside .black_btn{
    background:#3A4649;
    border: 1px solid #3A4649;
    color:#fff;
}    
.form_submit_div .form_submit_div_inside .btn:hover{
    background: #2c3b65;
    color: #fff;
}    
    
/*弹出框样式*/
.layer-ext-bootstrap{min-width:400px;border-radius:15px;}
.layer-ext-bootstrap  .layui-layer-title{display:none;}
.layer-ext-bootstrap .layui-layer-padding{
    padding:20px;
    text-align:center;
    padding-top:90px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    margin-top:50px;
}
.layer-ext-bootstrap .layui-layer-content .layui-layer-ico{
    font-family: "iconfont";
    display: block;
    top: 40px;
    left: 50%;
    transform: translate(-50%,-50%);
    background: unset;
    font-size: 80px;
    width: auto;
    height: auto;
    color: #2dd284;
    font-style: normal;
}
.layer-ext-bootstrap .layui-layer-content .layui-layer-ico1:before {
     content: "\e637";
 }
 .layer-ext-bootstrap .layui-layer-content .layui-layer-ico2:before {
     content: "\e636";
      color: #f00;
 }
.layer-ext-bootstrap .layui-layer-btn{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.layer-ext-bootstrap .layui-layer-btn .layui-layer-btn0{
    transition: all 300ms ease-in-out;
    height:45px;
    line-height:45px;
    width:140px;border-radius:12px;
}


/******分类swiper start*****/    
.prodtype-block-imglist {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
}
.prodtype-block-imglist .about-full-word {
  position: absolute;
  left: 0;
  top: 0;
}
.prodtype-block-imglist .title {
  margin-bottom: 28px;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
}
.prodtype-block-imglist .swiper-box {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
}
  .prodtype-block-imglist .swiper-box{
      margin-bottom:30px;
  }
.prodtype-block-imglist .swiper-box .swiper-btns {
  position: absolute;
  bottom: 0;
  left: calc(1600px*0.3375 + 20px);
  z-index: 2;
  padding-bottom: calc(15px + 24px);
}
.prodtype-block-imglist .swiper-box .swiper-btns .swiper-btn {
  display: block;
}
.prodtype-block-imglist .swiper-box .swiper-btns .prev {
  margin-top: 16px;
}
.prodtype-block-imglist .swiper-container {
  overflow: visible;
}
.prodtype-block-imglist .swiper-container .swiper-slide {
  width:450px;
  height:500px;
  will-change: width;
  transition: width 0.3s;

}
.prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active {
  -webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 6px 18px 0 rgba(0,0,0,.15);
  box-shadow: 0 6px 18px 0 rgba(0,0,0,.15);
  -webkit-border-radius:60px;
  border-radius: 60px;

}
.prodtype-block-imglist .swiper-container .swiper-slide img {
  width:450px;
  height:300px;
  object-fit: cover;
  will-change: width;
  transition: width 0.3s;
  -webkit-border-radius:60px 60px 0 0;
  border-radius:60px 60px 0 0;
}
.prodtype-block-imglist .swiper-container .swiper-slide .img-box::before {
  padding-top: 115.5%;
}
/*.prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active {
  width: calc(1600px * 0.3375);
}
.prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active .img-box::before {
  padding-top: 129.6%;
}
*/
.prodtype-block-imglist .swiper-container .swiper-title {
    padding: 30px 30px 12px;
    font-size: 18px;
    line-height: 36px;
}
@media (min-width: 1680px) {
    . 
}

@media (max-width: 1600px) {
  .prodtype-block-imglist {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .prodtype-block-imglist .title {
    margin-bottom: 1em;
    font-size: 24px;
    line-height: 1.4em;
  }

  .prodtype-block-imglist .swiper-box .swiper-btns .prev {
    margin-top: 10px;
  }
  
  
    .prodtype-block-imglist .swiper-container .swiper-slide {
      width:350px;
      height:390px;
    }
    
    .prodtype-block-imglist .swiper-container .swiper-slide img {
        width:100%;
        height:235px;
    }
    
}


@media all and (max-width:1400px) {
    
    .prodtype-block-imglist .swiper-container .swiper-slide {
      width:350px;
      height:390px;
    }
    
    .prodtype-block-imglist .swiper-container .swiper-slide img {
        width:100%;
        height:235px;
    }   
    
    
}
@media (max-width: 1200px) {
  .prodtype-block-imglist {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .prodtype-block-imglist .title {
    font-size: 20px;
  }
  .prodtype-block-imglist .swiper-box {
    font-size: 0.28rem;
  }
  .prodtype-block-imglist .swiper-container .swiper-slide .img-box::before {
    padding-top: 129.6%;
  }
  .prodtype-block-imglist .swiper-box .swiper-btns {
    display: flex;
    flex-direction: row-reverse;
    right: calc(var(--bettwen-pad));
    left: auto;
    padding-bottom: 0;
  }
  .prodtype-block-imglist .swiper-box .swiper-btns .swiper-btn {
    display: block;
  }
  .prodtype-block-imglist .swiper-box .swiper-btns .prev {
    margin-top: 0;
    margin-right: 10px;
  }
  .prodtype-block-imglist .swiper-container .swiper-slide {
    width: calc(var(--wrap-width)/3);
  }
/*  .prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active {
    width: calc(var(--wrap-width)*0.4);
  }
  .prodtype-block-imglist .swiper-container .swiper-slide,
  .prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active {
    width: calc((var(--wrap-width) - 20px) / 2);
  }*/
  .prodtype-block-imglist .swiper-container .swiper-title {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .prodtype-block-imglist {
    padding-top: 0.1rem;
  }
   .prodtype-block-imglist .swiper-container .swiper-slide {
      width:350px;
      height:390px;
    }
    
    .prodtype-block-imglist .swiper-container .swiper-slide img {
        width:100%;
        height:235px;
    } 
}

.prodtype-block-imglist .swiper-button-prev, .prodtype-block-imglist .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height:50px;
    background-color: rgba(0,0,0,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display11111111: none;
    background-size:16px;
    
    margin-top: -webkit-calc(0px - (16px/ 2));
    margin-top: -moz-calc(0px - (16px / 2));
    margin-top: calc(0px - (16px / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color:#fff;
}
.prodtype-block-imglist .swiper-button-prev,.prodtype-block-imglist .swiper-button-next {
        background-image: unset; 
}
.prodtype-block-imglist .swiper-button-next {
    transform: rotate(180deg);
}    

 
/******分类swiper end******/


@media (max-width: 1700px) {
 .bigbox_contain{width:1580px;}
}

@media (max-width: 1599px) {
    p.txt{font-size:20px;}
    .bigbox_contain{width:1400px;}
    .yypj_innercontain{margin:0px 65px;}
    .bigbox_contain .machine-list li{font-size:19px;padding:0px 27px;}
}

@media all and (max-width:1430px){
     .bigbox_contain{width:1300px;}
     .bigbox_contain h4{font-size:28px;}
    .yypj_innercontain{margin:0px 55px;}
    .bigbox_contain .machine-list li{font-size:18px;padding:0px 25px;}
    .yypj_innercontain .product_left{width:400px;height:630px;}
    .yypj_innercontain .form_div{width:calc(100% - 420px);padding:30px 25px;height:630px;}
}

@media all and (max-width:1279px) {
    .bigbox_contain{width:1080px;}
    .yypj_innercontain{margin:0px 45px;}
    .bigbox_contain .machine-list li{font-size:16px;padding:0px 20px;}    
}

@media all and (max-width:1100px) {
    p.txt{font-size:19px;}
    .bigbox_contain{width:92%;}
    .yypj_innercontain{margin:0px 20px;}
    .bigbox_contain .machine-list li{font-size:15px;padding:0px 15px;}  
    .yypj_innercontain .product_left{width:400px;height:630px;}
    .yypj_innercontain .form_div{width:calc(100% - 420px);padding:30px 25px;height:630px;}   
    .same_news .diva .name .span_name{font-size:15px;}.serMsg-input input{font-size:14px;}
    .same_news .diva .name{width:calc(100% - 105px);}
    .form_submit_div .form_submit_div_inside .btn{font-size:14px;width:160px;}
}

@media all and (max-width:1000px) {
    .bigbox_contain .machine-list{display:none;}
    .prodtype-block-imglist{display:block;}
    .layer-ext-bootstrap{min-width:350px;}
    .layer-ext-bootstrap .layui-layer-content .layui-layer-ico{font-size:65px;}
    .layer-ext-bootstrap .layui-layer-btn .layui-layer-btn0{height:40px;line-height:40px;}
    p.txt{font-size:18px;}
    .yypj-con{flex-direction:column;}
    .yypj_innercontain .product_left{width:100%;height:120px;display:none;}
    .yypj_innercontain .form_div{width:100%;padding:30px 25px;height:630px;} 
    .same_news{width:max-content;margin-bottom:0px;}
    .same_news .diva{display:inline-block;width:140px;margin-right:15px;}
    .same_news .diva .name .span_desc{display:none;}
    
    .prodtype-block-imglist .img-box {
        display: none !important;
    }    
    .prodtype-block-imglist .swiper-container{margin:10px 30px;}
    .prodtype-block-imglist .swiper-container .swiper-title{padding:10px 15px;font-size:14px;margin:0px;text-align:center;}
    .prodtype-block-imglist .swiper-container .swiper-slide{height:auto;}
    .prodtype-block-imglist .swiper-container .swiper-slide.swiper-slide-active{background:#2c3b65;color:#fff;}
    .prodtype-block-imglist .swiper-container .swiper-slide-active .swiper-title{font-weight:700;}
    
    .prodtype-block-imglist .swiper-button-next,.prodtype-block-imglist .swiper-button-prev{
        margin-top:unset;
        top:50%;
        transform: translateY(-50%);
         width:35px;height:35px;
    }
    .prodtype-block-imglist .swiper-button-next {
        transform: translateY(-50%) rotate(180deg);
    }
    .prodtype-block-imglist .swiper-container .swiper-slide-active .swiper-title{text-align:center;}
    
}


@media all and (max-width:640px) {
    .bigbox_contain{border-radius:15px;padding:25px 0px 25px 0px;width:96%;}
    .bigbox_contain h4{font-size:28px;padding-bottom:32px;}    
    .yypj_innercontain{margin:0px 10px;}
    .layer-ext-bootstrap{min-width:330px;}
    .yypj_innercontain .form_div{padding:25px 5px;height:auto;}
    .layer-ext-bootstrap .layui-layer-content .layui-layer-ico{font-size:50px;}
    .layer-ext-bootstrap .layui-layer-padding{font-size:16px;}
    .choose_type_selectdiv .layui-input{font-size:14px;}
    .layer-ext-bootstrap .layui-layer-btn .layui-layer-btn0{height:40px;line-height:40px;}
     .choose_type_selectdiv .layui-input,.serMsg-input input{padding-left:6px;} 
    .serMsg-input input::placeholder,.serMsg-input textarea::placeholder{font-size:14px;}
    .form_submit_div .form_submit_div_inside .btn{width:130px;height:45px;border-radius:25px;}
    
    p.txt{font-size:16px;}
    
    


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

}