* {
  margin: 0;
  padding: 0;
}

.head_pc .nav .ul2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  display: none;
  background-color: white;
  text-align: center;
  transition: .1s
}

.head_pc .nav .ul2:hover,
.head_pc .nav .ul2.hover {
  background-color: white;
}

.head_pc .nav .ul2 a {
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
  padding: 0 20px;
}

.head_pc .nav .ul2 a:hover,
.head_pc .nav .ul2 a.hover {
  /* font-weight: bold !important; */
  color: #ffffff !important;
  background-color: #cda274;

}



/* 华语*/




.index_Ab {
  margin: 160px 0;
}

.in_About {
  display: flex;
  justify-content: space-between;
}

.in_About_left {
  width: 52%;
}

.in_About_right {
  width: 40%;
}


.in_About_left .in-about {
  display: flex;
  align-items: center;
}

.in_About_left .in-about .p1 {
  font-size: 80px;
  line-height: 63px;
  font-family: DINPROBOLD;
}

.in_About_left .in-about .hr1 {
  width: 10%;
  height: 3px;
  background-color: #e74332;
  margin-left: 20px;
}

.in_About_left .in-about_p {
  margin-top: 55px;
}

.in_About_left .in-about_p p {
  
  font-size: 18px;
  line-height: 32px;
  color: #373737;
  overflow: hidden;
  display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}

.in-about_a .in-about_a_a {
  width: 30%;
  padding: 13px 0;
  background-color: #ec6550;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.in-about_a {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}




.in_protop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  align-items: center;
}

.in_protop_f {
  width: 30%;
}

.in_protop_p {
  width: 53%;
}
.in_protop .in_protop_f .p1 {
  font-size: 80px;
  line-height: 63px;
  font-family: DINPROBOLD;
}

.in_protop .in_protop_f .p2 {
  font-size: 30px;
  font-weight: bold;
  color: #e74332;
  margin-top: 10px;
}

.in_protop .in_protop_p p {
  font-size: 20px;
  line-height: 30px;
}

.in_protop .in_protop_p p span {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}


.in_probottom_d1_ul{
  display: flex;
  justify-content: space-between;
}
.in_probottom_d1 .in_probottom_d1_li {
  background-color: #dedfe0;
  padding: 30px;
  text-align: center;
  width: 39%;
  overflow: hidden;
  position: relative;
}

.in_probottom_d1 .in_probottom_d1_li:hover .in_pro_bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec655083;
}

.in_probottom_d1 .in_probottom_d1_li .p1 {
  font-size: 60px;
  line-height: 48px;
  text-align: left;
}

.in_probottom_d1 .in_probottom_d1_li .p2 {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  position: relative;
}

.in_probottom_d1 .in_probottom_d1_li .p2::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 40px;
  width: 100%;
  height: 2px;
  transition: .3s;
  background-color: #e74332;
}

/*.in_probottom_d1 .in_probottom_d1_li:hover .p2::after {*/
/*  width: 100%;*/
/*  transform: scaleX(1);*/
/*  background-color: #e74332;*/
/*}*/


.in_probottom_d1 .in_probottom_d1_li .more1d {
  text-align: left;
  opacity: 0;
}

.in_probottom_d1 .in_probottom_d1_li:hover .more1d {
  opacity: 1;
}

.in_probottom_d1 .in_probottom_d1_li .more1 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
}
.in_probottom_d1_li{
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
}
.in_pro_img {
  margin: auto 0;
}

/* 右边 */
.in_probottom_d1_li_right{
  width: 59%;
}
.in_pro_img1 {
  margin: auto 0;
}
.in_probottom_d1_li_right_ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_probottom_d1_li_right_li:first-child
{
  display: none;
}

.in_probottom_d1_li_right_li{
  background-color: #dedfe0;
  padding: 30px;
  text-align: center;
  width: 48.3%;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
}
.in_probottom_d1_li_right_li:nth-child(4){
  margin-bottom: 0px;
}
.in_probottom_d1_li_right_li:last-child{
  margin-bottom: 0px;
}
.in_probottom_d1 .in_probottom_d1_li_right_li:hover .in_pro_bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec655083;
}

.in_probottom_d1 .in_probottom_d1_li_right_li .p1 {
  font-size: 50px;
  line-height: 48px;
  text-align: left;
}

.in_probottom_d1 .in_probottom_d1_li_right_li .p2 {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  position: relative;
}

.in_probottom_d1 .in_probottom_d1_li_right_li .p2::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 40px;
  width: 100%;
  height: 2px;
  transition: .3s;
  background-color: #e74332;
}

/*.in_probottom_d1 .in_probottom_d1_li_right_li:hover .p2::after {*/
/*  width: 100%;*/
/*  transform: scaleX(1);*/
/*  background-color: #e74332;*/
/*}*/


.in_probottom_d1 .in_probottom_d1_li_right_li .more1d {
  text-align: left;
  opacity: 0;
}

.in_probottom_d1 .in_probottom_d1_li_right_li:hover .more1d {
  opacity: 1;
}

.in_probottom_d1 .in_probottom_d1_li_right_li .more1 {
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 48px;
  text-align: left;
}





/* index_Advantage */

.index_Advantage{
  margin: 154px 0 0px 0;
}

.index_Advantage .title1 .p1{
  font-size: 80px;
  line-height: 63px;
  font-family: DINPROBOLD;
  text-align: center;
}
.index_Advantage .title1 .p2 {
  font-size: 30px;
  font-weight: bold;
  color: #e74332;
  text-align: center;
}


.Advantage_d1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
}
.Advantage_d2{
  width: 49%;
  position: relative;
  margin-bottom: 38px;
}
.Advantage_d2:nth-child(3){
  margin-bottom: 0;
}
.Advantage_d2:last-child{
  margin-bottom: 0;
}
.Advantage_d3{
  width: 60%;
  position: absolute;
  top: 26%;
  left: 6%;
}
.Advantage_d1 .Advantage_d3 .p1{
   font-size: 50px;
   line-height: 44px;
   font-weight: bold;
   margin-bottom: 35px;
}
.Advantage_d1 .Advantage_d3 .p2{
  font-size: 16px;
  line-height: 30px;
  color: #393939;
}


.index_Cases{
  padding: 160px 0;
  background-color: #f9f9f9;

}



.in-Cases-lunbo{
  text-align: center;
  position: relative;
}
/*.inCases_my{*/
/*  padding: 0 30px;*/
/*}*/
.inCases_mySwiper .swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 23%;
}
.inCases_mySwiper .swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 23%;
}

.caseleft{
  position: absolute;
  left: 0;
  top: 0;
}
.caseright{
  position: absolute;
  right: 0;
  top: 0;
}

.inCases_mySwiper .swiper-button-next,.inCases_mySwiper .swiper-button-prev {
    color: #626262;
}

.inCases_mySwiper .swiper-button-lock{
  display: block;
}
.cases_slide{
  position: relative;
}
.d_Conveyor{
  position: absolute;
  top: 0;
  right: 0%;
  width: 33%;
  padding: 40px 0 40px  40px;
  background-color: #fff;
  text-align: left;
}
.d_Conveyor .p1{
  font-size: 60px;
  line-height: 48px;
  font-family: DINPROBOLD;
  position: relative;
  margin-bottom: 40px;
}
.d_Conveyor .p1::after{
  content: '';
  position: absolute;
  left: 10px;
  bottom: -22px;
  width: 10%;
  height: 1px;
  background-color: #e74332;
}
.d_Conveyor .p2{
  font-size: 30px;
  line-height: 48px;
  font-family: DINPROBOLD;
}


.index_News{
  margin: 113px 0;
}
.index_News .in_n_title .p1{
  font-size: 80px;
  line-height: 63px;
  font-family: DINPROBOLD;
  text-align: center;
}
.index_News .in_n_title .p2{
  font-size: 47px;
  line-height: 37px;
  font-family: DINPROBOLD;
  text-align: center;
  border-radius: 50px;
}
.index_News .in_n_title .p2 span{
  font-size: 47px;
  line-height: 37px;
  font-family: DINPROBOLD;
  text-align: center;
  border-radius: 50px;
  color: #e74332;
}




.in_News{
  margin-top: 100px;
}
.innews_mySwiper{
  padding-bottom: 160px;
}
.in_new_slide{
  position: relative;
}
.in_new_slide:hover .in_new_slide_d{
  background-color: #e74332;
}
.in_new_slide:hover .in_new_slide_d .p1{
  color: #fff;
}
.in_new_slide:hover .in_new_slide_d .p2{
  display: none;
}
.in_new_slide:hover .in_new_slide_d .p3{
  display: none;
}
.in_new_slide:hover .in_new_slide_d .p4{
  display: inline-block;
  margin-top: 30px;
}





.in_new_slide img{
  width: 100%;
}
.in_new_slide_d{
  height: 201px;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px;
  width: 88%;
  background-color: #fff;
  box-shadow: 0px 0px 18px -4px #626262;
}
.in_new_slide .p1{
   font-size: 26px;
   line-height: 35px;
   color: #0a0808;
   font-family: DINPROBOLD;
}
.in_new_slide .p2{
  font-size: 14px;
  line-height: 35px;
  color: #0a080862;
}
.in_new_slide .p3{
  font-size: 16px;
  line-height: 24px;
  color: #0a0808;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in_new_slide .p4{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: none;
}




.About{
  margin: 150px 0 220px 0;
}
.ab_biao {
  display: flex;
  justify-content: space-evenly;
}
.ab_biao .aba{
  text-align: center;
  width: 20%;
  background-color: #000;
  padding: 15px 0;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  transition: .5s;
}
.ab_biao .aba:hover,.ab_biao .aba.hover{
  background-color:#ec6550;
}
.About_content{
  margin-top: 140px;
  margin-bottom: 120px;
}
.About_content p{
  font-size: 20px;
  line-height: 38px;
  color: #353535;
}

.about_lun .next {
  width: 60px;
  height: 60px;
  border: 1px solid #353535;
  content: "";
  background: url(../images/image/left1.png) no-repeat center;
  cursor: pointer;
  border-radius: 50px;
}
.about_lun .prev {
  width: 60px;
  height: 60px;
  border: 1px solid #353535;
  content: "";
  background: url(../images/image/right1.png) no-repeat center;
  cursor: pointer;
  border-radius: 50px;
}
.about_lun{
  position: relative;
}
.about_lun .swiper_btn {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}


/* .about_lun .swiper_btn .btn {
  margin: 0 20px;
} */

.about_lun .swiper-button-lock{
  display: block;
}


.Honor{
  margin: 147px 0 215px 0;
}
.honor_lun{
  margin-top: 139px;
  margin-bottom: 139px;
}

.honor_mySwiper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hon_slide{
  text-align: center;
  border: 1px solid #eaeaea;
  margin-bottom: 15px;
  width: 23%;
  margin-bottom: 50px;
} 
.hon_slide:hover{
  border: 1px solid #e74332;
}

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

  margin: 30px;
}

.honor_lun .swiper-grid-column>.swiper-wrapper{
  align-items: flex-end;
  flex-direction: row;
}


.hon_slide .p1{
  font-size: 18px;
  line-height: 37px;
  color: #000000;
  background-color: #f5f5f5;
  text-align: center;
}
.hon_slide:hover .p1{
  color: #fff;
  background-color: #e74332;
}
/* honor 数字 */
/* .honor_mySwiper .next {
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/image/bj1_l.png) no-repeat center;
  cursor: pointer;
  background-color: #dcdcdc;
}
.honor_mySwiper .prev {
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/image/bj1_r.png) no-repeat center;
  cursor: pointer;
  background-color: #dcdcdc;
}
.honor_mySwiper .swiper_btn {
  display: flex;
  justify-content: center;
  margin-top: 83px;
}
.honor_mySwiper .swiper_btn .btn {
  margin: 0 58px;
}
.honor_mySwiper .next:hover {
  background: url(../images/image/bj1_l.png) no-repeat center;
  background-color: #e74332;
}
.honor_mySwiper .prev:hover {
  background: url(../images/image/bj1_r.png) no-repeat center;
  background-color: #e74332;
}
.honor_mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.honor_mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.honor_mySwiper .swiper-pagination-custom,
.honor_mySwiper .swiper-pagination-fraction {
  left: 50%;
  bottom: -13px;
  width: 100%;
  transform: translateX(-50%);
}
.honor_mySwiper .swiper-pagination {
  font-size: 30px;
  height: 60px;
  width: 100px;
} */



/* Culture */
.Culture{
   margin: 150px 0;
}
.Culture_d{
  margin-top: 140px;
}
.Culture_d p{
  font-size: 20px;
  line-height: 48px;
  color: #000000;
}

/* 产品 */
.PRO{
  margin: 150px 0;
}



.Pro_left{
  width: 21%;
  
}
.Pro_left1{
  box-shadow: 0px 0px 17px -2px #c5c5c5;
}
.Pro_left_ul{
  padding: 0 20px 60px 20px;
}
.Pro_left .li_p{
  font-size:22px;
  line-height: 30px;
  color: #FFF;
  padding: 15px 0;
  background-color: #d14c36;
  text-align: left;
  padding-left:20px ;
}
.Pro_left_li{
  font-size:22px;
  line-height: 30px;
  color: #535353;
  padding: 26px 0 10px 0;
  text-align: left;
  border-bottom: 1px solid #c5c5c5;
}
.Pro_left_li:hover a,.Pro_left_li.hover a{
  margin-left:20px;
  transition: .5s;
  color: #e74332;
}
.pro_can_img{
  margin-top: 60px;
}


.Pro_right1{
  width: 32%;
  padding: 20px;
  background-color: #dedfe0;
  margin-bottom: 40px;
}


.pro_p{
  height: 150px;
}
.pro_p .p1{
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.pro_p .p2{
  font-size: 24px;
  line-height: 48px;
  border-bottom: 1px solid #cbcbcb;
  display: none;
}
.Pro_right1:hover .pro_p .p2{
  display: inline-block;
}
.hr2{
  width: 100%;
  height: 1px;
  background-color: #d14c36;
}
.imh_prr {
  text-align: center;
}
.imh_prr img{
  margin: 0px 0 30px 0;
}
.flex1{
  display: flex;
  justify-content: space-between;
}
.Pro_right{
  width: 74%;
}
.Pro_rightd{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.Pro_right1{
  position: relative;
}
.Pro_right1:hover .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e744329c;
}

/* read_pro */
.PRODUCT_read{
  margin: 150px 0;
}
.flex2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 114px;
}
.read_pro_left{
  width: 51%;
  background-color: #dedfe0;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.read_pro_right{
  width: 42%;
}
.read_pro_right .p1{
  font-size: 44px;
  line-height: 44px;
  font-family:DINPROBOLD ;
  letter-spacing: -4px;
}
.hr3{
  width: 100%;
  height: 1px;
  background-color: #cbcbcb;
  margin: 30px 0;
}
.read_pro_right .p2 p{
  font-size: 18px;
  line-height: 50px;
  color: #353535;
}

.righta{
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.read_pro_right .right_a{
  padding: 10px 0;
  width: 46%;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 37px;
  border-radius: 50px;
  transition: .5s;
}
.read_pro_right .right_a:hover{
  background-color: #c63435;
  color: #fff;
}
.PRO_center{
  
}
.PRO_center .pp{
  font-size: 20px;
  color: #353535;
  padding: 10px 0;
  background-color: #e8e8e8;
  text-align: center;
  margin-bottom: 30px;
}
.PRO_center_d p{
   font-size: 18px;
   line-height: 20px;
   color: #353535d2;
}

.pro_bottom {
  margin-top: 100px;
}
.sx_mySwiper .p1{
  font-size: 36px;
  line-height: 44px;
  color: #000;
  font-family:DINPROBOLD ;
  text-align: center;
  margin-top: 20px;
}
.sx_mySwiper img{
  width: 100%;
}



.sx_slide11{
  padding: 50px 122px;
  background-color: #dedfe0;
}


.shangx{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shangx .pev1{
  padding: 10px 0;
  font-size: 20px;
  line-height: 20px;
  color: #1f1f1f;
}




/*.sx_mySwiper .swiper_btn {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.sx_mySwiper .swiper_btn .btn {*/
/*  padding: 10px 0;*/
/*  font-size: 20px;*/
/*  line-height: 20px;*/
/*  color: #1f1f1f;*/
/*  cursor: pointer;*/
/*}*/


.Cases{
  margin: 149px 0;
}

.Cases_d1{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.cases_d2{
  width: 47.4%;
  margin-bottom: 45px;
}
.cases_d2_img{
  overflow: hidden;
}
.cases_d2_img img{
  transition: .5s;
}
.cases_d2:hover .cases_d2_img img{
  transform: scale(1.2);
}
.cases_d2 .p1{
  font-size: 30px;
  line-height: 48px;
  font-family: DINPROBOLD;
  text-align: center;
}


.News{
  margin: 150px 0;
}
.new1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.in_new_slide11{
  width: 32%;
  margin-bottom: 200px;
}
.in_new_slide11{
  position: relative;
}
.in_new_slide11:hover .in_new_slide_d11{
  background-color: #e74332;
}
.in_new_slide11:hover .in_new_slide_d11 .p1{
  color: #fff;
}
.in_new_slide11:hover .in_new_slide_d11 .p2{
  display: none;
}
.in_new_slide11:hover .in_new_slide_d11 .p3{
  display: none;
}
.in_new_slide11:hover .in_new_slide_d11 .p4{
  display: inline-block;
  margin-top: 30px;
}
.in_new_slide11 img{
  width: 100%;
}
.in_new_slide_d11{
  height: 175px;
  position: absolute;
  bottom: -21%;
  left: 50%;
  transform: translateX(-50%);
  padding: 24px 10px 24px 24px;
  width: 88%;
  background-color: #fff;
  box-shadow: 0px 0px 18px -4px #626262;
}
.in_new_slide11 .p1{
   font-size: 26px;
   line-height: 35px;
   color: #0a0808;
   font-family: DINPROBOLD;
   letter-spacing: -2px;
}
.in_new_slide11 .p2{
  font-size: 14px;
  line-height: 35px;
  color: #0a080862;
}
.in_new_slide11 .p3{
  font-size: 16px;
  line-height: 24px;
  color: #0a0808;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in_new_slide11 .p4{
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
  



.read_p3{
 display: flex;
 justify-content: center;
  margin: 30px 0 50px 0;
  align-items: center;
}
.read_p3 .p3{
  font-size: 16px;
  line-height: 17px;
  color: #00000090;
  margin-left: 5px;
}
.read_p3d1{
  margin-left: 35px;
}
.read_p3d1 img{
  margin-top: 3px;
}
.read_p4 p{
  font-size: 16px;
  line-height: 40px;
  color: #000000b3;
}
.READ_left .p1{
  font-size: 36px;
  line-height: 50px;
  color: #e74332;
  text-align: center;
}
.READ{
  margin: 150px 0;
}
.READ_left{
  width: 70%;
}

.READ_right .rd{
   font-size: 26px;
   line-height: 29px;
   margin-bottom: 35px;
}
.READ_right_li{
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #cccccc;
}
.READ_right_li .p1{
  font-size: 20px;
  line-height: 32px;
}
.READ_right_li .p2{
  font-size: 16px;
  line-height: 32px;
}
.READ_right{
   width: 20%;
}
.READ_FLEX{
   display: flex;
   justify-content: space-between;
}


.Contact2{
  margin: 140px 0;
  text-align: center;
}

.in_p_title p{
  font-size: 60px;
  line-height: 60px;
  font-family: DINPROBOLD;
}
.Contact2_liu{
  margin-top: 70px;
}
.Contact2_liu .input_in1{
  display: flex;
  justify-content: space-between;
}
.Contact2_liu .input_in1 input{
  width: 49%;
  height: 60px;
  border: 1px solid #5f5f5f;
}
.Contact2_liu .input_in1 input::placeholder{
  font-size: 18px;
  line-height: 18px;
}
.Contact2_liu .email1{
  width: 100%;
  height: 60px;
  border: 1px solid #5f5f5f;
}
.Contact2_liu .xuqiu{
  width: 100%;
  height: 130px;
  border: 1px solid #5f5f5f;
}
.Contact2_liu .xuqiu::placeholder{
  font-size: 18px;
  line-height: 18px;
}
.Contact2_liu .input input{
  padding-left: 25px;
  margin-bottom: 35px;
}
.Contact2_liu .input .xuqiu{
  padding-left: 25px;
  padding-top: 20px;
  margin-bottom: 35px;
}
.Contact2_liu .submit_ti {
  padding: 15px 0;
  width: 13%;
  background-color: #e74332;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  border: 0;
}
.Contact2_liu .submit_ti:hover{
  background-color: #fb1900;
}

.Contact1{
  background-color: #fdf7ea;
}
.con_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Contact1_left{
  width: 47%;
}
.Contact1_right{
  width: 47.5%;
}
.Contact1_left .p1{
  font-size: 24px;
  line-height: 37px;
  font-family: DINPROBOLD;
  letter-spacing: -2px;
  margin-bottom: 60px;
}

.cont{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont1{
  width: 43%;
  margin-bottom: 30px;
}
.cont1_d{
  margin-bottom: 8px;
}
.cont1 span{
  font-size: 20px;
  line-height: 24px;
  font-family: DINPROBOLD;
  margin-left: 10px;
}
.cont1 .p2{
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -2px;
}




/*搜索*/

.SEARCH_PU_li dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
}

.SEARCH_PU_jieguo{
     font-size: 26px;
  line-height: 30px;
  margin-bottom: 60px;
} 

.SEARCH_PU_dd1{
    font-size: 20px;
  line-height: 30px;
}

.SEARCH_PU_dd2{
  font-size: 20px;
  line-height: 30px;
  margin: auto 0;
}


.SEARCH_PU_01{
    margin: 100px 0;
}














/*  */
@media screen and (min-width: 1150px) and (max-width: 1800px) {
  .caseleft,.caseright{
    display: none;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1550px) {
  .w1440 {
    max-width: 1440px;
    margin: 0 auto;
    width: 85%;
  }
  .w1440_1{
    max-width: 1440px;
    margin: 0 auto;
    width: 85%;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1680px) {
    .top_pc .logo{
      width: 50%;
    }
    .head_pc .nav_1 .w1440 {
      transition: 1s ease-out, top 0s;
      z-index: 9999;
      line-height: 45px;
  }
}



.pc_cang {
  display: block !important;
}

.phone_cang {
  display: none !important;
}