.bk-4{
    background: #f4f4f4;
}
.position{
    height: 60px;
    display: flex;
    justify-content: space-between;
}
.position ul{
    flex: 1;
    display: flex;
    height: 100%;
}
.position ul li{
    height: 100%;
}
.position ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    padding: 0 16px;
}
.position ul li a:hover,
.position ul li.active a{
    background: #f78820;
    color: #fff;
}
.position .cur{
    color: #666;
    font-size: 14px;
    display: flex;
    height: 100%;
    align-items: center;
}
.position .cur a{
    color: #666;
}
.position .cur a:hover{
    color: #f78820;
}

.pro-position{
    position: relative;
    justify-content: flex-start;
}
.pro-position .pro-son{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    height: 50px;
    align-items: center;
}
.pro-position .pro-son a{
    margin-right: 24px;
    color: #8c8c8c;
    font-size: 14px;
}
.pro-position .pro-son .on,.pro-position .pro-son a:hover{
    color: #f78820;
}
.pro-position>div>a{
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 8px;
}
.pro-position>div.active>a,.pro-position>div>a:hover{
    color: #fff;
    background: #f78820;
}
.pro-position>div.active .pro-son{
    display: flex;
}

.pd-5{
    padding: 50px 0;
}

.product-list ol {
    display: flex;
    flex-wrap: wrap;
}
.product-list ol li {
    width: 32.4%;
    margin-left: 1.4%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-list ol li:nth-child(3n+1){
    margin-left:0;
}
.product-list ol li .i {
    width: 100%;
    height: 300px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.product-list ol li .i img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ol li h3 {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.product-list ol li:hover .i{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.product-list ol li:hover h3{
    color: #f78820;
}


.product-list1 ol {
    display: flex;
    flex-wrap: wrap;
}
.product-list1 ol li {
    width: 24.1%;
    margin-left: 1.2%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.product-list1 ol li:nth-child(4n+1){
    margin-left:0;
}
.product-list1 ol li .i {
    width: 100%;
    height: 226px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.product-list1 ol li .i img {
    max-width: 100%;
    max-height: 100%;
}
.product-list1 ol li h3 {
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.product-list1 ol li:hover .i{
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.product-list1 ol li:hover h3{
    color: #f78820;
}





.pagination-box {
    margin-top: 40px;
    text-align: center;
    line-height: 32px;
    color: #595959;
    font-size: 14px;
}
  .pagination-box select {
    margin: 0 8px;
  }
  .pagination-box a,
  .pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
  }
  .pagination-box a:last-child,
  .pagination-box span:last-child {
    margin-right: 0;
  }
  .pagination-box a.active,
  .pagination-box span.active,
  .pagination-box a.current,
  .pagination-box span.current,
  .pagination-box a:hover,
  .pagination-box span:hover {
    background-color: #01aef0;
    border-color: #01aef0;
    color: #fff;
  }
  .pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
  }
  .pagination-box .prev_disabled,
  .pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop;
  }
  .pagination-box .prev::before,
  .pagination-box .prev_disabled::before {
    content: '<';
  }
  .pagination-box .next::before,
  .pagination-box .next_disabled::before {
    content: '>';
  }

/* 产品详情 start */
.product-detail-section{
    background: #f4f4f4;
    padding-bottom: 10px;
}
.product-detail-section .product-detail-content{
    display: flex;
    justify-content: space-between;
}
.product-detail-section .product-detail-content .carousel{
    width: 40%;
    height: 440px;
    background: #fff;
}
.product-detail-section .product-detail-content .carousel .swiper-container1{
    height: 100%;
    border: 1px #efefef solid;
}
.product-detail-section .product-detail-content .carousel .swiper-slide{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-detail-section .product-detail-content .carousel .swiper-slide img{
    max-width: 96%;
    max-height: 96%;
}
.product-detail-section .product-detail-content .carousel .swiper-button-prev1,
.product-detail-section .product-detail-content .carousel .swiper-button-next1{
    width: 30px;
    height: 30px;
    background: #333;
}
.product-detail-section .product-detail-content .carousel .swiper-button-next,
.product-detail-section .product-detail-content .carousel .swiper-button-prev{
    --swiper-navigation-size: 16px;/* 设置按钮大小 */
    --swiper-theme-color: #fff;/* 设置Swiper风格 */
}
.product-detail-section .product-detail-content .carousel .swiper-button-prev::after{
    content: '<';
    color: #fff;
}
.product-detail-section .product-detail-content .carousel .swiper-button-next::after{
    content: '>';
    color: #fff;
}
.product-detail-section .product-detail-content .carousel .swiper-pagination-bullet-active{
    background: #f78820;
}
.product-detail-section .product-detail-content .product-detail-info{
    width: 55%;
}
.product-detail-section .product-detail-content .product-detail-info h2{
    color: #f78820;
    font-size: 24px;
    margin: 54px 0 14px;
}
.product-detail-section .product-detail-content .product-detail-info h4{
    color: #999;
    font-size: 14px;
}
.product-detail-section .product-detail-content .product-detail-info .product-describe{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px #ccc solid;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.product-detail-section .product-detail-content .product-detail-info .btn{
    display: flex;
}
.product-detail-section .product-detail-content .product-detail-info a{
    margin-top: 50px;
    width: 176px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    border-radius: 22px;
    background: #01aef0;
    margin-right: 20px;
}
.product-detail-section .product-detail-content .product-detail-info a:hover{
    color: rgba(255, 255, 255, 0.7);
}

.proxq-conb{
    margin:30px auto;
    display: flex;
    justify-content: space-between;
}
.proxq-conb .left{
    width: 74%;
}
.proxq-conb .left ul{
    width: 100%;
    display: flex;
    position: relative;
    border-top: 2px solid #333;
}
.proxq-conb .left ul::before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 2px;
    width: 240px;
    background: #f78820;
}
.proxq-conb .left ul li{
    display: flex;
    margin-right: 30px;
}
.proxq-conb .left ul li a{
    color: #333;
    font-size: 24px;
    padding: 12px 0;
}
.proxq-conb .left ul li a:hover,.proxq-conb .left ul li.active a{
    color: #f78820;
}
.proxq-conb .left .tabs>div{
    min-height: 700px;
    background: #fff;
    padding: 30px;
}
.proxq-conb .left .tabs ol{
    display: flex;
    flex-wrap: wrap;
}
.proxq-conb .left .tabs ol li {
    width: 32.6%;
    margin-left: 1.1%;
}
.proxq-conb .left .tabs ol li:nth-child(3n+1) {
    margin-left: 0;
}
.proxq-conb .left .tabs ol li .i {
    position: relative;
    overflow: hidden;
    height: 250px;
    border: 1px #eee solid;
}
.proxq-conb .left .tabs ol li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform 0.5s ease;
    object-fit: cover;
    max-height: 100%;
}
.proxq-conb .left .tabs ol li .i i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    border: 2px #fff solid;
    border-radius: 50%;
}
.proxq-conb .left .tabs ol li .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}
.proxq-conb .left .tabs ol li h3 {
    font-size: 16px;
    color: #666;
    margin: 20px 0;
    text-align: center;
}
.proxq-conb .left .tabs ol li:hover h3{
    color: #f78820;
}
.proxq-conb .left .tabs ol li:hover img{
    transform: scale(1.1);
}


.proxq-conb .left .con{
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.proxq-conb .left .con img{
    max-width: 100%;
}

.proxq-conb .right{
    width: 24%;
}
.proxq-conb .right .tit{
    border-top: 2px solid #333;
    color: #333;
    font-size: 24px;
    padding: 12px 0;
    position: relative;
    box-sizing: border-box;
}
.proxq-conb .right .tit::before{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 2px;
    width: 120px;
    background: #f78820;
}

.proxq-conb .right .con ul li{
    margin-bottom: 1.1%;
}
.proxq-conb .right .con ul li .img{
    height: 2.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #e3e3e3 solid;
    transition: 0.5s;
    background: #fff;
}
.proxq-conb .right .con ul li .img img{
    max-width: 100%;
    max-height: 100%;
}
.proxq-conb .right .con ul li h4 {
    font-size: 16px;
    color: #333;
    margin: 12px 0;
    text-align: center;
}
.proxq-conb .right .con ul li:hover div {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.proxq-conb .right .con ul li:hover h4 {
    color: #f78820;
}

.solution-list{
    padding: 60px 0;
}
.solution-list ul{
    display: flex;
    flex-wrap: wrap;
}
.solution-list ul li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    background: #fff;
    position: relative;
}
.solution-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.solution-list ul li .i{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.solution-list ul li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
}
.solution-list ul li .t{
    padding: .2rem .4rem;
    box-sizing: border-box;
    background: #fff;
}
.solution-list ul li .t h3{
    color:#333;
    font-size: 20px;
    margin-bottom: 10px;
}
.solution-list ul li .t p{
    color:#666666;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #e5e5e5 solid;
    transition: .5s;
    position: relative;
}
.solution-list ul li .t p::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    background: #2e3381;
    transition: .5s;
}
.solution-list ul li .t span{
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.solution-list ul li .t span .icon{
    width: 6px;
    height: 6px;
    fill: currentColor;
    overflow: hidden;
    color: #999999;
    margin-left: 6px;
}
.solution-list ul li:hover img{
    transform: scale(1.1);
}
.solution-list ul li:hover .t p::before{
    width: 100%;
}
.solution-list ul li:hover .t span{
    color: #1a2885;
}
.solution-list ul li:hover .t span .icon{
    color: #1a2885;
}


.news-section1{
    background: #f4f4f4;
    padding: 60px 0;
}

.news-section1 ul li{
    background: #fff;
    padding-left: 20px;
    margin-bottom: 12px;
}
.news-section1 ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
}
.news-section1 ul li .i{
    width: 280px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.news-section1 ul li .i img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
}
.news-section1 ul li .new-info{
    flex: 1;
    margin:  0 40px 0 30px;
}
.news-section1 ul li .new-info h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    transition: transform .5s;
}
.news-section1 ul li .new-info p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: transform .5s;
}
.news-section1 ul li .time{
    display: flex;
    flex-direction: column;
    width: 180px;
    height: 80px;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    padding-top: 8px;
}
.news-section1 .time b {
    font-size: 42px;
    color: #000000;
}
.news-section1 .time p {
    font-size: 16px;
    color: #595959;
    margin-top: 10px;
}
.news-section1 ul li:hover .new-info h3,
.news-section1 ul li:hover .new-info p {
    transform: translateX(10px);
}
.news-section1 ul li:hover .new-info h3{
    color: #f78820;
}


.news-section1 .main-container{
    flex: 1;
    margin-left: 50px;
    padding-top: 50px;
}
.news-section1 .main-container .news-title{
    padding-bottom: 20px;
    border-bottom: 1px #cecece solid;
}
.news-section1 .main-container .news-title h2{
    color: #333;
    font-size: 24px;
    margin-bottom: 14px;
}
.news-section1 .main-container .news-title p{
    color: #666;
    font-size: 14px;
}
.news-section1 .news-detail-container{
    padding: 20px 0;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.news-section1 .news-detail-container img{
    max-width: 100%;
}


.news-detail-section1{
    background: #f4f4f4;
}
.news-detail-section1 .news-title {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px #cecece solid;
}
.news-detail-section1 .news-title>p{
    color: #8c8c8c;
    font-size: 14px;
}

.news-detail-section1 h2{
    color: #333;
    font-size: 30px;
    margin-bottom: 16px;
}
.news-detail-section1 .news-detail-container {
    padding: 20px 0;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.news-detail-section1 .news-detail-container img{
    max-width: 100%;
}
.news-detail-section1 .page-shar {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-detail-section1 .page-shar ul{
    flex: 1;
}
.news-detail-section1 .page-shar ul li{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 30px;
}
.news-detail-section1 .page-shar ul li a{
    color: #333;
}
.news-detail-section1 .page-shar ul li a:hover{
    color: #f78820;
}


.contact-page{
    background: #f4f4f4;
    padding: 40px 0 10px;
}
.contact-page .contact-nav{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
   
}
.contact-page .contact-nav span{
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    color: #666;
    font-size: 16px;
}
.contact-page .contact-nav span.active{
    color: #f78820;
}

.contact-maps{
    position: relative;
    height: 500px;
    margin-bottom: 20px;
}
.contact-page .contact-1{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    z-index: -1;
}
.contact-page .contact-1.active{
    z-index: 10;
}
.contact-page .contact-1 .left{
    flex: 1;
    padding: 40px .8rem 0;
    background: #fff;
}
.contact-page .contact-1 .left h2{
    color: #333;
    font-size: 24px;
    padding-bottom: 18px;
    padding-left: 18px;
    border-bottom: 1px #cecece solid;
    margin-bottom: 18px;
}
.contact-page .contact-1 .contact-content{
    padding: 0 18px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.contact-page .contact-1 .left>a {
    margin-top: 50px;
    width: 158px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
    background: #01aef0;
}
.contact-page .contact-1 .left>a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.contact-page .contact-1 .map{
    width: 52%;
    height: 480px;
}
.contact-page  .BMap_bubble_content{
    color: #333;
    font-size: 14px;
    line-height: 30px;
}


.message {
    padding: .6rem 0 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f4f4f4;
  }
  
  .message h2 {
    font-size: 30px;
    color: #333;
    margin-bottom: 6px;
  }
  
  .message>span {
    width: 20px;
    height: 2px;
    background: #f78820;
  }
  .message form{
      margin-top: 40px;
  }
  .message form .mte {
    display: flex;
    justify-content: space-between;
  }

  .message form .mte div {
    width: 32.6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #dcdcdc solid;
    margin-bottom: 20px;
    background: #fff;
    height:50px;
  }

  .message form .mte2 div {
    width: 49.4%;
  }

  .message form .mte div span .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
  }
  
  .message form .mte div span .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
  }
  
  .message form .mte div input {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    height: 50px;
    border: none;
    background: none;
  }

  .message form .fxl {
    width: 100%;
    height: 140px;
    border: 1px #dcdcdc solid;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    background: #fff;
  }

  .message form .mte div span {
    width: 50px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 2px #dcdcdc solid;
}
  
  .message form .fxl span {
    width: 50px;
    height: 16px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 2px #dcdcdc solid;
  }
  
  .message form .fxl span .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #333;
  }
  
  .message form .fxl textarea {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    border: none;
    resize: none;
    background: none;
    overflow: hidden;
  }
  
  .message form input::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input:-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input::-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form input:-ms-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea:-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea::-moz-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form textarea:-ms-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
  }
  
  .message form .con-btn {
    width: 360px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
    border: none;
    background: #01aef0;
    cursor: pointer;
    transition: 0.4s;
    margin: 20px auto 0;
    border-radius: 6px;
  }
  
  .message form .con-btn:hover {
    color: rgba(255, 255, 255, 0.7);
  }

/*关于我们 start*/
.about{
    padding: 40px 0;
}
.about .content{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.about .content .img{
    width: 40%;
}
.about .content .text{
    width: 55%;
}
.about .content .text p{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.about .content img{
    max-width: 100%;
}

/*关于我们 end*/
.honor {
    padding: 40px 0;
}
.honor ul{
    display: flex;
    flex-wrap: wrap;
}
.honor ul li{
    width: 24.4%;
    margin-left: .8%;
    margin-bottom: .8%;
    background: #fff;
}
.honor ul li:nth-child(4n+1){
    margin-left: 0;
}
.honor ul li .img {
    width: 100%;
    height: 300px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honor ul li .img img{
    max-width: 100%;
    max-height: 100%;
    transition: .5s;
}
.honor ul li h3{
    color: #333;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}
.honor ul li:hover .img img{
    transform: scale(1.04);
}

.partner ul li .img {
    height: 160px;
}

.factory {
    padding: 40px 0;
}
.factory ul{
    display: flex;
    flex-wrap: wrap;
}
.factory ul li{
    width: 24.4%;
    margin-left: .8%;
    margin-bottom: .8%;
    background: #fff;
}
.factory ul li:nth-child(4n+1){
    margin-left: 0;
}
.factory ul li .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.factory ul li .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}
.factory ul li h3{
    color: #333;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
}
.factory ul li:hover .img img{
    transform: scale(1.04);
}


.search {
    padding: 80px 0 40px;
}
.search form{
    display: flex;
    width: 60%;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    margin: auto;
}
.search form .key{
    flex: 1;
    color: #595959;
    background: none;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    padding-left: 10px;
}
.search form .sub{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background: #333;
    color: #fff;
    cursor: pointer;
}


.pro-prompt{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
}
.prompt-page{
    width: 282px;
    height: 170px;
}
.pro-prompt .tips{
    background: #eee;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.pro-prompt .tips h3{
    color: #333;
    font-size: 14px;
}
.pro-prompt .tips span{
    color: #666;
    font-size: 20px;
    cursor: pointer;
}
.pro-prompt .tips span:hover{
    color: #01aef0;
}
.pro-prompt .prompt-input{
    padding: 20px 10px 20px;
    background: #fff;
}
.pro-prompt .prompt-input input{
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 auto 20px;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333;
    box-sizing: border-box;
}
.pro-prompt .prompt-btn{
    display: flex;
    justify-content: center;
}
.pro-prompt .prompt-btn a,.pro-prompt .prompt-btn span{
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}
.pro-prompt .prompt-btn a{
    background: #01aef0;
    border: 1px #01aef0 solid;
    color: #fff;
}
.pro-prompt .prompt-btn span:hover{
    color: #01aef0;
}


.form_box{
    position: fixed;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .3);
    align-items: center;
    justify-content: center;
    display: none;
}
.form-content{
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    margin:auto;
    width:380px;
    height:324px;
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
    background: #fff;
}
.input_row{
    margin-bottom: 15px;
}
.input_row input{
    height: 30px;
    width: 100%;
    border: 1px solid #ccc;
    text-indent: 10px;
    box-sizing: border-box;
}
.form_box h2{
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 20px;
}
.form_box input[type="button"]{
    background: #01aef0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color:#fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.form_box a{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.form_box .tel{
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}
.form_box p{
    color: #666;
    font-size: 14px;
}
.form_box h4{
    color: #f78820;
    font-size: 18px;
    line-height: 24px;
}

.service-list{
    background: #f4f4f4;
    padding: 60px 0;
}
.service-list ul li {
    display: flex;
    justify-content: space-between;
}
.service-list ul li>div {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: .8rem;
    box-sizing: border-box;
    background:#fff;
}
.service-list ul li>div{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.service-list ul li img {
    width: 50%;
}
.service-list ul li:nth-child(even) {
    flex-direction: row-reverse;
}