* {
  font-family: arial;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: arial;
  src: url(../css/fonts/arial.ttf);
}

@font-face {
  font-family: ariblk;
  src: url(../css/fonts/ariblk.ttf);
}

@font-face {
  font-family: DIN;
  src: url(../css/fonts/DINCONDENSEDBOLD.TTF);
}
.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;


}

/* banner */
.index_ban {
  width: 100%;
}

.banner {
  margin-top: 160px;
}

/* 快易 */
.index-About {
  padding: 14.8% 0;
  background: url(../images/image/index-about-b.jpg) no-repeat;
  background-size: 100%;
  position: relative;
}

.index-about-left {
  width: 42.8%;
}

.inde-about-right {
  width: 57%;

}

.title {
  position: absolute;
  top: -20%;
  margin-bottom: 50px;
  margin-left: 57px;
}

.title .p-b {
  font-size: 48px;
  line-height: 50px;
  font-family: ariblk;
  color: #f5f5f5;
}

.title .p1 {
  position: absolute;
  top: 20px;
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.inde-about-right-d1 {
  padding: 12% 9% 8% 7%;
  background-color: #f9f9f990;
  box-shadow: 0px 0px 20px -12px;
}

.inde-about-right-d1 .p1 {
  font-size: 24px;
  line-height: 22px;
  color: #e85f0bc9;
  padding: 0px 0 30px 0;
}

.xian1 {
  width: 40px;
  height: 2px;
  background-color: #e85f0b90;
}

.inde-about-right-d1 .p2 {
  font-size: 18px;
  line-height: 40px;
  margin: 38px 0 0 0;
  text-align: justify;
  color: #707070;
}

.index-right-bottom {
  width: 100%;
  display: flex;
  justify-content: space-around;
  /*background-color: #e85f0b;*/
  /*padding: 6.3% 0px;*/
}
.index-right-bottom .pp1{
    height: 70px;
    width: 1px;
    background-color: #ffffffc4;
}
.index-right-bottom .p1 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-family: DIN;
}

.index-right-bottom .p2 {
  color: #fff;
  margin-top: 5px;
}

.inde-about-right-d1 {
  position: relative;
}

.inde-about-right-d1 img {
  position: absolute;
  top: 20px;
  right: 15px;
}



.index-PRO {
  padding: 123px 0 184px 0;
  background: url(../images/image/index-pro-b.jpg) no-repeat;
  /* background-size: 100%; */
}

.title1 {
  text-align: center;
}

.title1 .p1 {
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.s-index-slide .p1 {
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}

.index-PRO .s-index-swiper {
  margin-top: 108px;
  padding-bottom: 50px;
}

.index-PRO .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
}

.index-PRO .s-index-slide img {
  width: 100%;
}

.index-PRO .swiper-slide-active {
  transform: scale(1.1);
}

.inpro-bei {
  padding: 15px 0;
  background: url(../images/image/chanpin-b.jpg) no-repeat;
  /*background-size: 100%;*/
}


.index-PRO .next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #5b5b5b;
  content: "";
  background: url(../images/image/inpro-left.png) no-repeat center;
  cursor: pointer;
  margin-right: 35%;
}

.index-PRO .prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #5b5b5b;
  content: "";
  background: url(../images/image/inpro-right.png)no-repeat center;
  cursor: pointer;
}

.index-PRO .swiper_btn {
  display: flex;
  justify-content: center;
}



.index-Hezuo {
  padding: 70px 0 76px 0;
  background: url(../images/image/inde-qiye.jpg) no-repeat;
  /* background-size: 100%; */
}

.title1 .p2 {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}

.title1 .p3 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  margin: 25px 0 5% 0;
}


.hezuo-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hezuo-ul::after {
  content: '';
  width: 21%;
}

.hezuo-li {
  text-align: center;
  width: 21%;
  margin-bottom: 6%;
}

.index-Xiao {
  padding: 130px 0 190px 0;
}

.title-xiao {
  position: relative;
  text-align: center;
}

.title-xiao .p1 {
  font-family: ariblk;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #f5f5f5;
}

.title-xiao .p2 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.xiao-center-img {
  margin: 125px 0 75px 0;
}

.xiao-bottom-ul {
  display: flex;
}

.xiao-bottom-li {
  width: 34%;
  padding: 15px 25px;
  text-align: right;
  background-color: #f8f8f9;
}

.xiao-bottom-li:nth-child(2) {
  background-color: #e85f0b;
}

.xiao-bottom-li:last-child {
  background-color: #eb762d;
}

.xiao-bottom-li-d {
  text-align: left;
}

.xiao-bottom-li .p1 {
  font-size: 16px;
  color: #230a62;
}

.xiao-bottom-li .p2 {
  font-size: 22px;
  color: #230a62;
}

.xiao-bottom-li .p2 span {
  font-size: 16px;
  color: #230a62;
}

.xiao-bottom-li:nth-child(2) p {
  color: #fff;
  line-height: 40px;
}

.xiao-bottom-li:nth-child(2) p span {
  font-size: 34px;
  color: #fff;
}

.xiao-bottom-li:nth-child(2) .xiao-bottom-li-d {
  margin-top: 8%;
}

.xiao-bottom-li:last-child p {
  color: #fff;
  line-height: 40px;
}

.xiao-bottom-li:last-child p span {
  font-size: 34px;
  color: #fff;
}

.xiao-bottom-li:last-child .xiao-bottom-li-d {
  margin-top: 8%;
}


.OUR {
  /* padding: ; */
  background: url(../images/image/our22.jpg) no-repeat;
  background-position-y: 249px;
  margin-bottom: 203px;
}



.title-OUR {
  position: relative;
  text-align: left;
  margin-bottom: 74px;
}

.title-OUR .p1 {
  font-family: ariblk;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #f5f5f5;
}

.title-OUR .p2 {
  position: absolute;
  top: 20px;
  /* left: 50%;
  transform: translateX(-50%); */
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.OUR-bei {
  /* background-color:#f6f6f6; */
}

.OUR-bei-d2 .p1 {
  font-size: 24px;
  line-height: 30px;
}

.OUR-bei-d2 {
  margin-left: 20px;
  /*margin-top: 7px;*/
}

.OUR-bei-d2 .p2 {
  font-size: 18px;
  line-height: 28px;
  color: #00000066;
}

.our-one {
  margin-top: 18%;
}

.OUR-bei-d1 {
  display: flex;
}

.dong-right {
  width: 55%;
}
.dong-right-yik{
  display: none;
}
.dong-right-yik:first-child{
  display: block;
}
.our-juzhong {
  width: 40%;
  margin: auto 0;
}

.OUR-bei-dong {
  display: flex;
  justify-content: space-between;
}

.our-ff {
  display: flex;
  margin-top: 15%;
}

.our-yy {
  width: 30%;
  padding: 13px 0;
  margin-right: 30px;
  text-align: center;
  background-color: #616161;
  cursor: pointer;
  border-radius: 5px;
}

.our-yy p {
  font-size: 20px;
  color: #fff;
}

.click-our {
  background-color: #e85f0b;
}








.ABOUT {
  margin: 180px 0 0px 0;
}

.ABOUT_ti {
  font-size: 28px;
  line-height: 43px;
  color: #eb762d;
  margin: 104px 0 -60px 0;
}

.title-xiao1 {
  position: relative;
  text-align: left;
}

.title-xiao1 .p1 {
  font-family: ariblk;
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #f5f5f5;
}

.title-xiao1 .p2 {
  position: absolute;
  top: 20px;
  left: 0%;
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.ABOUT_ti-im {
  margin-bottom: 70px;
}

.ABOUT_p1 p {
  font-size: 18px;
  line-height: 36px;
  color: #000000b0;
}

.ABOUT-li {
  margin: 190px 0 190px 0;
}

.ABOUT_pp2 p {
  font-size: 20px;
  line-height: 25px;
  color: #898989;
  font-weight: bold;
}

.ABOUT-li {
  position: relative;
}

.ABOUT-li .p1 {
  position: absolute;
  bottom: -30px;
  left: 85px;
}

.ABOUT-li .p2 {
  position: absolute;
  top: -40px;
  left: 29%;
}

.ABOUT-li .p3 {
  position: absolute;
  bottom: -30px;
  right: 36.5%;
}

.ABOUT-li .p4 {
  position: absolute;
  top: -40px;
  right: 5%;
}

.ABOUT-video {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 999;
  text-align: center;
  padding: 56px;
  margin-top: 170px;
  background: #fff;
  box-shadow: 0px 0px 15px -11px;
}
.ABOUT-video video{
  height: 547px;
  margin-bottom: -5px;
}
/* .ABOUT-video{
  position: relative;
}
.vdimg{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
} */




.ab-shuzi {
  margin-top: -200px;
  padding: 269px 0 53px 0;
  background-color: #e85f0b;
}

.ab-shuzi .ab-shuzi-p1 {
  font-size: 60px;
  color: #ededed;
  line-height: 50px;
  font-family: DIN;
}

.ab-shuzi .ab-shuzi-p2 {
  font-size: 18px;
  line-height: 30px;
  color: #ededed;
  text-align: center;
}

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

.shu1 {
  width: 1px;
  height: 70px;
  background-color: #edededd1;
}





.Pr_product {
  margin: 200px 0 197px 0;
}

.pro_flex{
  display: flex;
  justify-content: space-between;
}
.Pr_product_left{
  width: 20%;
}

.Pr_product_right{
  margin-left: 50px;
  width: 76%;
}

.Pr_product_right_li{
  width: 31%;
  border: 1px solid #000;
  margin-bottom: 36px;
  margin-right: 30px;
}
.Pr_product_right_li:nth-child(3n){
    margin-right: 0px;
}
.inpro-bei1 {
  padding: 16px 0;
  background: url(../images/image/chanpin-b.jpg) no-repeat;
}
.inpro-bei1 .p1{
  font-size: 14px;
    text-align: center;
    color: #fff;
}

.Pr_product_right_ul{
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

/* pro_read */
.PRO_READ11{
  padding: 200px 0 200px 0;
}
.PRODUCT_read{
  margin-bottom: 85px;
  display: flex;
  justify-content: space-between;
}
.PRODUCT_read_left{
   width: 40%;
}
.PRODUCT_read_left img{
  width: 100%;
}
.PRODUCT_read_right{
  width: 55%;
  margin-left: 65px;
}

.PRODUCT_read_right_p1{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 30px;
}
.PRODUCT_read_right_p3{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

.PRODUCT_read_shangx{
  margin-top: 70px;
}

.mybtn a{
  font-size: 16px;
  line-height: 20px;
  padding: 15px 35px;
  background-color: #d05000;
  border-radius: 5px;
  color: #fff;
}
.type_p1{
  display: flex;
  justify-content: space-between;
}
.type_p1 img{
  width: 100%;
  transform: rotate(90deg);
}
.typeimg{
  margin-right: 20px;
margin-top: 13px;
}





.FU_fuwu {
  margin: 200px 0 219px;
}

.fu_zi .p1 {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
}

.fu_zi .p2 {
  font-size: 14px;
  line-height: 20px;
  color: #00000040;
  margin: 5px 0 15px 0;
}

.fu_zi .p3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.fu_zi {
  /*margin-left: 10px;*/
  width: 78%;
}

.fu_bottom_di {
  display: flex;
  /*justify-content: space-between;*/
}

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

.FU_li {
  width: 30%;
  transition: .5s;

}

.FU_li:hover {
  margin-top: -10px;
}

.fu_bottom_di {
  padding: 50px 40px 40px 40px;
  border: 1px solid #cecece;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.fu_bottom_di {
  position: relative;
}

.im-zi {
  position: absolute;
  top: -10%;
  right: 30px;
  /*width: 14%;*/
  padding: 10px;
  font-size: 34px;
  line-height: 30px;
  background-color: #e85f0b;
  color: #fff;
}

.FU_li .FU_im {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.FU_li .FU_im img {
  transition: .5s;
  
}

.FU_li:hover .FU_im img {
  transform: scale(1.1);
}
.fu_im{
  width: 24%;
}



.CONTACT {
  margin: 200px 0 0px 0;
}

.CONT—left {
  width: 50%;
  background-color: #898989;
  position: relative;
}

.title2 {
  position: absolute;
  top: 14%;
  margin-bottom: 50px;
  margin-left: 57px;
}

.title2 .p-b2 {
  font-size: 48px;
  line-height: 50px;
  font-family: ariblk;
  color: #f5f5f5;
}

.title2 .p1 {
  position: absolute;
  top: 20px;
  font-size: 38px;
  line-height: 40px;
  color: #e85f0b;
  font-weight: bold;
}

.CONT—left {

  padding: 216px 60px 80px;
  background: url(../images/image/zxly.png) no-repeat;
  box-shadow: 0px 0px 27px -18px;
  background-position-x: 60px;
  background-position-y: 70px;
}

.CONT—left .input input {
  border-bottom: 1px solid #bfbfbf;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 30px;
  width: 100%;
  margin-bottom: 70px;
}

.CONT—left .input input::placeholder {
  font-size: 20px;
  line-height: 30px;
}

.submit_ti {
  width: 35%;
  padding: 15px 20px;
  background-color: #e85f0b;
  border: 0;
  font-size: 16px;
  color: #fff;
}
.submit_ti:hover{
  background-color: #d05000;
}
.cont-d {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}

.CONT—right {
  width: 43%;
}

.CONT—right-im {
  position: relative;
  margin-bottom: 50px;
}

.CONT—right-im-p {
    width: 50%;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 20px;
}
.CONT—right-im:nth-child(3) .CONT—right-im-p {
    font-size: 18px;
}



/* search */
.Pr_top{
  display: flex;
  justify-content: space-between;
}
.datainp2{
  width: 100%;
  height: 48px;
  border-radius: 50px;
  padding-left: 20px;
  border: 1px solid #424242;
}
#search{
  width: 32px;
  height: 32px;
  background:url(../images/image/search1.png)no-repeat;
  border: 0;
}
.div_k{
   width: 100%;
   margin-top: 3px;
} 
.k{
  
  position: relative;
}
.new_sou{
  position: absolute;
  top:9px;
  right: 17px;
}
.SEARCH_PU{
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.SEARCH_PU_jieguo{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 60px;
}
.SEARCH_PU_li dl{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #b9b9b9;
}
.SEARCH_PU_li dl img{
  box-shadow: 0px 0px 4px -2px #7b7b7b;
}
.SEARCH_PU-d-_dd1{
    text-align: center;
}
.SEARCH_PU_dd1{
  font-size: 20px;
  line-height: 30px;
}
.SEARCH_PU_dd2{
  font-size: 20px;
  line-height: 30px;
  margin: auto 0;
}































/* 手机 pc 隐藏 */
/* .pc_cang{
  display: block !important;
} */
.phone_cang {
  display: none !important;
}

@media screen and (min-width: 1550px) and (max-width: 1738px) {
  .inde-about-right-d1 .p2 {
    line-height: 26px;
  }
  .www-pos .www-p2 {
    font-size: 18px;
    line-height: 25px !important;
  }

  .ABOUT-video video{
    height: 447px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1550px) {
  .inde-about-right-d1 .p2 {
    line-height: 26px;
  }

  .www-pos .www-p2 {
    font-size: 18px;
    line-height: 25px !important;
  }
  .www-shuz{
      bottom: 5% !important;
  }

  .index-right-bottom .p1 {
    font-size: 50px;
    line-height: 30px;
  }

  .CONT—left {
    padding: 150px 60px 44px;
  }
  .ABOUT-video video{
    height: 347px;
  }
}

@media screen and (min-width: 1211px) and (max-width: 1301px) {
  .inde-about-right-d1 .p2 {
    line-height: 26px;
  }

  .www-pos .www-p2 {
    font-size: 16px;
    line-height: 25px !important;
  }
  .www-shuz{
      bottom: 5% !important;
  }

  .index-right-bottom .p1 {
    font-size: 50px;
    line-height: 30px;
  }

  .index-about-left {
    width: 44%;
  }

  .inde-about-right {
    width: 56%;
  }
  .ABOUT-video video{
    height: 247px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1211px) {
  .inde-about-right-d1 .p2 {
    line-height: 26px;
  }



  .index-right-bottom .p1 {
    font-size: 50px;
    line-height: 30px;
  }

  .index-about-left {
    width: 42.8%;
  }

  .inde-about-right {
    width: 56%;
  }

  .inde-about-right-d1 {
    padding: 6% 9% 8% 7%;
  }

  .index-right-bottom .p1 {
    font-size: 35px;
    line-height: 25px;
  }

  .index-About {
    padding: 7.8% 0 0 0;
  }

  .title {
    top: 4%;
  }
  .ABOUT-video video{
    height: 247px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .index-PRO {
    padding: 123px 0 100px 0;
  }

  .inpro-bei {
    padding: 10px 0;
  }

  .index-PRO .s-index-swiper {
    margin-top: 70px;
    padding-bottom: 20px;
  }

  .hezuo-li {
    margin-bottom: 4%;
  }

  .title1 .p3 {
    margin: 15px 0 4% 0;
  }

  .banner {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .CONT—right-im-p {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 20px;
  }

  .CONT—left .input input {
    margin-bottom: 40px;
  }

  .CONT—left {
    padding: 150px 35px 60px;
    background: url(../images/image/zxly.png) no-repeat;
    box-shadow: 0px 0px 27px -18px;
    background-position-x: 35px;
    background-position-y: 40px;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1650px) {
    .fu_bottom_di {
    padding: 45px 20px 20px 20px;
    }
    /*.fu_im {*/
    /*width: 30%;*/
    /*}*/
    .w1320_1 {
    max-width: 1320px;
    width: 80%;
    margin: 0 auto;
    }
    .CONT—right-im-p {
        font-size: 18px;
        line-height: 25px;
    }
    .CONT—right-im{
       width: 80%;   
    }
    .CONT—right-im {
    position: relative;
    margin-bottom: 35px;
    }
    .CONT—left{
        padding: 150px 60px 80px;
        background-position-y: 45px;
    }
    .CONT—left .input input{
        margin-bottom: 45px;
    }
    .CONTACT {
    margin: 150px 0 150px 0;
    }
    
}
@media screen and (min-width: 1100px) and (max-width: 1450px) {
    .fu_bottom_di {
    padding: 45px 20px 20px 20px;
    }
    .fu_zi .p3 {
    font-size: 16px;
    line-height: 20px;
    }
    .w1320_1 {
    max-width: 1320px;
    width: 80%;
    margin: 0 auto;
    }
    .CONT—right-im-p {
        font-size: 18px;
        line-height: 25px;
    }
    .CONT—right-im {
    position: relative;
    margin-bottom: 35px;
    }
    .CONTACT {
    margin: 150px 0 150px 0;
    }
}
/* licheng */


.www-right{
  width: 57.4%;
}
.www-pos-im{
  position: relative;
}
.www-pos{
  width: 84%;
  position: absolute;
  top: 15%;
  left: 8%;
}
.www-pos .www-p1{
  font-size: 24px;
  line-height: 22px;
  color:#e85f0b;
  margin:0 0 28px 0;
}
.www-pos .www-p2{
  font-size: 18px;
  line-height: 40px;
  color:#000;
  margin:42px 0 0 0;
}
.www-shuz{
  position: absolute;
   bottom: 8%;
   left: 0%;
   width: 100%;
}


.Privacy{
 margin: 150px 0 150px 0;
}
.Privacy p{
  font-size: 18px;
  line-height: 30px;
}

