.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 210px;
    box-sizing: border-box;
    z-index: 999;
}
.header .white-logo{
    display: block;
}
.header .logo{
    display: none;
}
.head-test{
    background-color: #fff;
}
.head-test .white-logo{
    display: none;
}
.head-test .logo{
    display: block;
}
.head-test .head-left .head-menu p i,
.head-test .head-left .head-menu p span,
.head-test .head-right ul li a,
.head-test .head-right .head-search p i
{
    color: #191919;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.head-left a{
    width: 130px;
    display: block;
}
.head-left a img{
    width: 100%;
    display: block;
}
.head-left .head-menu{
    margin-left: 50px;
}
.head-left .head-menu p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.head-left .head-menu p i{
    display: block;
    font-size: 20px;
    color: #fff;
}
.head-left .head-menu p span{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-left: 5px;
}
.head-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.head-right ul li{
    position: relative;
}
.head-right ul li:hover>a,.head-right ul .active>a{
    color: #E47F12 !important;
}
.head-right ul li a{
    display: block;
    font-size: 16px;
    line-height: 100px;
    color: #fff;
    padding: 0 30px;
    transition: .3s ease-in;
}
.head-right ul li:hover .head-down{
    display: block;
}
.head-down{
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,.95);
    display: none;
}
.head-down p{
    padding: 15px 0;
}
.head-down p a{
    font-size: 15px !important;
    color: #666666 !important;
    line-height: 40px !important;
    text-align: center;
    transition: .3s ease-in;
}
.head-down p a:hover{
    color: #E47F12 !important;
}
.header-menu{
    width: 100%;
    height: 300px;
    background-color: rgba(255,255,255,.95);
    position: absolute;
    top: 100%;
    left: 0;
}
.header-menu-all{
}
.header-menu-p{
    padding: 0 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 60px;

}
.header-menu-a{}
.header-menu-a a{
    display: block;
    font-size: 15px;
    color: #666666;
    margin-top: 20px;
    padding: 0 30px;
    text-align: center;
    transition: .3s ease-in;
}
.header-menu-a a:hover{
    color: #E47F12;
}
.head-right .head-search{
    margin-left: 40px;
}
.head-right .head-search p{}
.head-right .head-search p i{
    display: block;
    font-size: 20px;
    color: #fff;
    transition: .3s ease-in;
}
.head-right .head-search p i:hover{
    color: #E47F12;
}
.banner{
    width: 100%;
    height: 100vh;
}
.ban-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ban-swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ban-p{
    position: absolute;
    top: 30%;
    left: calc((100vw - 1500px)/2);
}
.ban-p h1{
    font-size: 66px;
    color: #fff;
    font-weight: bold;
}
.ban-p h2{
    font-size: 60px;
    color: #fff;
    margin-top: 10px;
}
.ban-p p{
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}
.ban-p a{
    width: 180px;
    display: block;
    font-size: 16px;
    color: #191919;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;
    transition: .3s ease-in;
}
.ban-p a:hover{
    background-color: #E47F12;
    color: #fff;
}
.index-about{
    padding-left: calc((100vw - 1500px)/2);
}
.index-about-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-about-left{
    width: 50%;
}
.index-about-top{}
.index-about-top span{
    font-size: 18px;
    color: #E47F12;
    display: block;
}
.index-about-top h2{
    font-size: 40px;
    color: #191919;
    font-weight: 600;
}
.index-about-top li{
    margin-top: 20px;
}
.index-about-top li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.index-about-top a{
    width: 180px;
    display: block;
    font-size: 16px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 25px;
    margin-top: 40px;
    text-align: center;
    padding: 10px 0;
    transition: .3s ease-in;
}
.index-about-top a:hover{
    background-color: #E47F12;
    color: #fff;
    border: 1px solid transparent;
}
.index-about-bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.index-about-bottom-cont{
    position: relative;
}
.index-about-bottom-cont>p{
    font-size: 16px;
    color: #E47F12;
}
.index-about-bottom-cont h2{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.index-about-bottom-cont h2 p{
    font-size: 80px;
    line-height: 1;
    color: #333333;
    position: relative;
}
.index-about-bottom-cont:nth-child(2) h2 p,
.index-about-bottom-cont:nth-child(3) h2 p{
    padding-right: 20px;
}
.index-about-bottom-cont:nth-child(2) h2 p::after,
.index-about-bottom-cont:nth-child(3) h2 p::after{
    content: "+";
    display: block;
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 0;
    right: 0;
}
.index-about-bottom-cont h2 span{
    display: block;
    font-size: 24px;
    color: #333333;
    margin-left: 10px;
}
.index-about-right{
    width: 35%;
}
.about-swiper{
    overflow: hidden;
    position: relative;
}
.about-page{}
.about-page .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.about-page .swiper-pagination-bullet-active{
    background: #E47F12;
}
.index-about-right img{
    width: 100%;
    display: block;
}
.index-pro{
    padding: 100px 0;
    background-color: #F7F8F8;
}
.index-pro-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.index-pro-top-left{}
.index-pro-top-left span{
    display: block;
    font-size: 18px;
    color: #E47F12;
}
.index-pro-top-left h2{
    font-size: 40px;
    color: #191919;
    margin-top: 10px;
    font-weight: 600;
}
.index-pro-top-right{}
.index-pro-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.index-pro-top-right ul li{
    font-size: 14px;
    color: #999999;
    padding: 5px 30px;
    margin-left: 10px;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease-in;
}
.index-pro-top-right ul a{
    display: block;
    font-size: 14px;
    color: #999999;
    padding: 5px 30px;
    margin-left: 10px;
    border-radius: 25px;
    transition: .3s ease-in;
}
.index-pro-top-right ul li:first-child{
    margin-left: 0;
}
.index-pro-top-right ul li:hover,
.index-pro-top-right ul a:hover,
.index-pro-top-right ul li.active{
    background-color: #E47F12;
    color: #fff;
}
.index-pro-content{
    margin-top: 40px;
}
.index-pro-cont{}
.pro-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}
.index-pro-p{
    padding: 50px 30px;
    box-sizing: border-box;
    background-color: #EFEFEF;
    position: relative;
    overflow: hidden;
}
.index-pro-p::after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #E47F12;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    transition: .3s ease-in;
}
.index-pro-title{
    transform: translateY(-130px);
    transition: .3s ease-in;
}
.index-pro-title h2{
    font-size: 18px;
    color: #E47F12;
    text-align: center;
}
.index-pro-title p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.index-pro-img{
    overflow: hidden;
    transition: .3s ease-in;
}
.index-pro-img img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-pro-n{
    margin-top: 40px;
}
.index-pro-n h2{
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.index-pro-n p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.index-pro-hide{
    transform: translateY(50px);
    background-color: #efefef;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    width: 90%;
    box-sizing: border-box;
    left: 5%;
    transition: .3s ease-in;
}
.index-pro-hide p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.index-pro-p:hover::after{
    width: 100%;
}
.index-pro-p:hover .index-pro-n{
    opacity: 0;
}
.index-pro-p:hover .index-pro-title{
    transform: translateY(0);
}
.index-pro-p:hover .index-pro-hide{
    transform: translateY(-70px);
}
.index-pro-p:hover .index-pro-img{
    transform: translateY(25px);
}
.pro-prev,.pro-next{
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    box-sizing: border-box;
    border-radius: 50%;
    top: unset;
    bottom: 0;
    transition: .3s ease-in;
}
.pro-prev i,
.pro-next i{
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.pro-prev::after,
.pro-next::after{
    content: "";
    display: none;
}
.pro-prev{
    left: calc(50% - 50px);
}
.pro-next{
    right: calc(50% - 50px);
}
.pro-prev:hover,.pro-next:hover{
    background-color: #E47F12;
    border: 1px solid transparent;
}
.pro-prev:hover i,.pro-next:hover i{
    color: #fff;
}
.index-advantage{
    padding: 150px 0;
    background: url(../img/about-bj.png) no-repeat center;
    background-size: cover;
}
.index-advantage-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-advantage-left{
    width: 65%;
}
.index-advantage-cont{
    display: none;
}
.index-advantage-cont:nth-child(1){
    display: block;
}
.index-advantage-cont{
    overflow: hidden;
    position: relative;
}
.index-advantage-cont span{
    display: block;
    font-size: 18px;
    color: #fff;
}
.index-advantage-cont h2{
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}
.index-advantage-cont p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.index-advantage-cont a{
    display: block;
    font-size: 16px;
    color: #191919;
    background-color: #fff;
    border-radius: 25px;
    margin-top: 50px;
    width: 180px;
    text-align: center;
    padding: 10px 0;
    transition: .3s ease-in;
}
.index-advantage-cont a:hover{
    background-color: #E47F12;
    color: #fff;
}
.index-advantage-right{
    width: 30%;
}
.index-advantage-right img{
    display: block;
    margin: auto;
}
.index-news{
    padding: 100px 0;
}
.index-news-all{}
.index-news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.index-news-top-left{}
.index-news-top-left span{
    font-size: 18px;
    color: #E47F12;
    display: block;
}
.index-news-top-left h2{
    font-size: 40px;
    color: #191919;
    margin-top: 10px;
    font-weight: 600;
}
.index-news-top-right{}
.index-news-top-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.index-news-top-right ul li{
    display: block;
    font-size: 14px;
    color: #999999;
    padding: 10px 30px;
    margin-left: 15px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #f7f8f8;
    transition: .3s ease-in;
}
.index-news-top-right ul li:first-child{
    margin-left: 0;
}
.index-news-top-right ul a{
    display: block;
    font-size: 14px;
    color: #999999;
    padding: 10px 30px;
    margin-left: 15px;
    border-radius: 25px;
    background-color: #f7f8f8;
    transition: .3s ease-in;
}
.index-news-top-right ul li:hover,
.index-news-top-right ul a:hover,
.index-news-top-right ul li.active{
    background-color: #E47F12;
    color: #fff;
}
.index-news-cont{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-news-cont-left{
    width: 30%;
}
.index-news-cont-left a{
    display: block;
}
.index-news-cont-left a .index-news-img{
    overflow: hidden;
}
.index-news-cont-left a .index-news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-news-cont-left a span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}
.index-news-cont-left a h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-news-cont-left a p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news-cont-left a:hover img{
    transform: scale(1.04);
}
.index-news-cont-left a:hover h2{
    color: #E47F12;
}
.index-news-cont-right{
    width: 65%;
}
.index-news-cont-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0;
    border-bottom: 1px solid #efefef;
    transition: .3s ease-in;
}
.index-news-cont-right a:first-child{
    padding-top: 0;
}
.index-news-cont-right a li:first-child{
    width: 40%;
}
.index-news-cont-right a li:last-child{
    width: 55%;
}
.index-news-cont-right a li span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.index-news-cont-right a li h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news-cont-right a li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news-cont-right a:hover{
    border-bottom: 1px solid #E47F12;
}
.index-news-cont-right a:hover h2{
    color: #E47F12;
}
.footer{
    padding: 100px 0;
    background-color: #f7f8f8;
}
.foot{}
.foot-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #efefef;
}
.foot-one-left{
    width: 50%;
}
.foot-one-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-one-left ul li{}
.foot-one-left ul li p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
}
.foot-one-left ul li a{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    transition: .3s ease-in;
}
.foot-one-left ul li a:hover{
    color: #E47F12;
}
.foot-one-right{}
.foot-one-right li{
    width: 180px;
}
.foot-one-right li img{
    width: 100%;
    display: block;
}
.foot-one-right li p{
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.foot-two{
    margin-top: 20px;
}
.foot-two li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-two li a,.foot-two p{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    margin-top: 10px;
}
.foot-two li a:hover{
    color: #E47F12;
}
.ce{
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
    box-sizing: border-box;
}
.ce-cont{
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.ce-p:first-child{
    margin-top: 0;
}
.ce-cont .ce-p{
    position: relative;
    margin-top: 20px;
}
.ce-cont .ce-p>p{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    transition: .3s ease-in;
}
.ce-cont .ce-p p i{
    display: block;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    transition: .3 ease-in;
}
.ce-p:hover>p{
    background-color: #E47F12;
}
.ce-p:hover p i{
    color: #fff;
}
.ce-p:hover .ce-hide{
    display: block;
}
.ce-hide{
    width: max-content;
    position: absolute;
    right: 100%;
    top: 50%;
    transform:translateY(-50%);
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}
.ce-hide p{
    font-size: 14px;
    color: #666666;
    padding: 5px 10px;
}
.ce-hide img{
    width: 120px;
    display: block;
}
.about-ban{
    position: relative;
    margin-top: 100px;
}
.about-ban img{
    width: 100%;
    display: block;
}
.about{}
.about-one{
    padding: 100px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-left{
    width: 40%;
}
.about-one-left h2{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.about-one-right{
    width: 55%;
}
.about-one-right li{}
.about-one-right li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.about-one-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    padding-bottom: 40px;
}
.about-one-swiper img{
    width: 100%;
    display: block;
}
.about-one-page{
    bottom: 0 !important;
}
.about-one-page .swiper-pagination-bullet{
    background: #999999;
    opacity: 1;
    position: relative;
}
.about-one-page .swiper-pagination-bullet-active{
    background: #E47F12;
}
.about-one-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 1px solid #E47F12;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-two{
    padding: 100px 0;
    background-color: #f7f8f8;
}
.about-two-all{}
.about-two-all h1{
    font-size: 40px;
    color: #191919;
    font-weight: 600;
}
.about-two-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-two-cont{
    width: 32%;
    border: 1px solid #efefef;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
    transition: .3s ease-in;
}
.about-two-z{
    width: calc(100% - 100px);
    padding: 30px;
    box-sizing: border-box;
}
.about-two-z i{
    display: block;
    font-size: 100px;
    color: #E47F12;
    transition: .3s ease-in;
}
.about-two-z h2{
    font-size: 18px;
    color: #E47F12;
    margin-top: 100px;
    transition: .3s ease-in;
}
.about-two-z p{
    font-size: 24px;
    line-height: 40px;
    color: #333333;
    margin-top: 20px;
    transition: .3s ease-in;
}
.about-two-y{
    width: 80px;
}
.about-two-y img{
    display: block;
}
.about-two-y .qiye-transparent{
    display: none;
}
.about-two-y .qiye-white{
    display: block;
}
.about-two-cont:hover{
    background-color: #E47F12;
}
.about-two-cont:hover i,
.about-two-cont:hover h2,
.about-two-cont:hover p{
    color: #fff;
}
.about-three{
    padding: 100px 0;
}
.about-three-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-three-left{
    width: 50%;
}
.about-three-left h1{
    font-size: 40px;
    color: #191919;
    font-weight: 600;
}
.about-three-left ul{
    margin-top: 20px;
}
.about-three-left ul li{
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}
.about-three-left ul li h2{
    font-size: 18px;
    color: #666666;
    transition: .3s ease-in;
}
.about-three-left ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    height: 0;
    transform: scaleY(0);
    transition: .3s ease-in;
}
.about-three-left ul li.active h2{
    color: #E47F12;
}
.about-three-left ul li.active p{
    display: block;
    height: 100%;
    margin-top: 20px;
    transform: scaleY(1);
}
.about-three-right{
    width: 40%;
}
.about-three-right img{
    display: block;
    margin: auto;
}
.pro-p{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.2);
    border-radius: 20px;
    padding: 50px 100px;
    box-sizing: border-box;
}
.pro-p form{}
.pro-p form .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
}
.pro-p form .form-group input{
    width: calc(100% - 120px);
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pro-p form .form-group .btn{
    width: 120px;
    background-color: #E47F12;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pro-p form p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
}
.pro-p form p a{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    transition: .3s ease-in;
}
.pro-p form p a:hover{
    color: #E47F12;
}
.product{
    padding: 100px 0;
}
.product-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-left{
    width: 25%;
}
.product-left form{}
.product-left form .form-group{
    position: relative;
    border: 1px solid #E2E2E2;
}
.product-left form .form-group input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: unset;
    border: none;
    font-size: 16px;
    line-height: 25px;
    color: #757575;
}
.product-left form .form-group .btn{
    width: 40px;
    height: 100%;
    box-sizing: border-box;
    outline: none;
    background-color: unset;
    border: none;
    position: absolute;
    top: 0;
    right: 0px;
}
.product-left form .form-group .btn i{
    display: block;
    font-size: 16px;
    color: #757575;
}
.product-left ul{
    margin-top: 40px;
}
.product-left ul li{}
.product-left ul li:hover a,
.product-left ul .active a{
    color: #E47F12;
    border-bottom: 1px solid #E47F12;
}
.product-left ul li a{
    display: block;
    font-size: 16px;
    padding: 20px 0;
    color: #333333;
    border-bottom: 1px solid #E2E2E2;
    transition: .3s ease-in;
}
.product-right{
    width: 72%;
}
.product-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.product-cont a{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.product-page{
    margin-top: 40px;
}
.product-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.product-page ul li{
    margin: 0 20px;
}
.product-page ul li p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-page ul li p a{
    font-size: 16px;
    color: #999999;
}
.product-page ul li p .active,
.product-page ul li p a:hover{
    color: #E47F12;
}
.product-page ul li p span{
    display: block;
    font-size: 18px;
    color: #999999;
    margin: 0 10px;
}
.product-page ul .page-prev a,
.product-page ul .page-next a{
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 50%;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.product-page ul .page-prev a i,
.product-page ul .page-next a i{
    display: block;
    font-size: 20px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    transition: .3s ease-in;
}
.product-page ul .page-prev a:hover,
.product-page ul .page-next a:hover{
    background-color: #E47F12;
    border: 1px solid transparent;
}
.product-page ul .page-prev a:hover i,
.product-page ul .page-next a:hover i{
    color: #fff;
}
.product-detail{
    margin-top: 100px;
}
.product-detail-one{
    padding: 100px 0;
}
.product-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-detail-one-left{
    width: 45%;
}
.product-detail-one-left{}
.pro-shang-swiper{
    overflow: hidden;
    position: relative;
}
.pro-shang-swiper{}
.pro-shang-swiper img{
    display: block;
    margin: auto;
}
.pro-xia-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}
.pro-xia-swiper .swiper-slide{
    border: 1px solid #EFEFEF;
    padding: 20px;
    box-sizing: border-box;
}
.pro-xia-swiper .swiper-slide-thumb-active{
    border: 1px solid #E47F12;
}
.product-detail-one-right{
    width: 45%;
}
.product-detail-one-right h2{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.product-detail-one-right li{
    margin-top: 20px;
}
.product-detail-one-right li p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.product-detail-one-right a{
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
    padding: 10px 0;
    width: 180px;
    margin-top: 80px;
    border-radius: 25px;
    border: 1px solid #333333;
    transition: .3s ease-in;
}
.product-detail-one-right a:hover{
    background-color: #E47F12;
    color: #fff;
    border: 1px solid transparent;
}
.product-detail-two{
    padding: 100px 0;
    background-color: #F7F8F8;
}
.product-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.product-two-left{
    width: 60%;
}
.product-two-left h2{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.product-two-left p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 20px;
}
.product-two-right{
    width: 30%;
}
.product-two-right img{
    display: block;
    margin: auto;
}
.product-detail-three{
    padding: 100px 0;
}
.product-three-all{}
.product-three-all h1{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.xj-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    padding: 1px;
    box-sizing: border-box;
}
.xj-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xj-left{
    width: 65%;
    background-color: #E47F12;
    padding: 40px;
    padding-bottom: 90px;
    box-sizing: border-box;
}
.xj-left h2{
    font-size: 24px;
    color: #fff;
}
.xj-left li{
    margin-top: 20px;
}
.xj-left li p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.xj-right{
    width: 35%;
    box-shadow: 0 0 5px 0 #666666;

}
.xj-right img{
    display: block;
    margin: auto;
}
.xj-prev,.xj-next{
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    top: unset;
    bottom: 40px;
    transition: .3s ease-in;
}
.xj-prev i,
.xj-next i{
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.xj-prev::after,
.xj-next::after{
    content: "";
    display: none;
}
.xj-prev{
    left: 40px;
}
.xj-next{
    left: 100px;
}
.xj-prev:hover,.xj-next:hover{
    background-color: #ffffff;
    border: 1px solid transparent;
}
.xj-prev:hover i,.xj-next:hover i{
    color: #E47F12;
}
.product-detail-four{
    padding: 100px 0;
    background-color: #F7F8F8;
}
.product-detail-four h2{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.product-detail-four li{
    margin-top: 40px;
}
.product-detail-four li img{
    width: 100%;
    display: block;
}
.product-detail-five{
    padding: 100px 0;
}
.product-five-all{
    position: relative;
}
.product-five-all h1{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.other-swiper{
    overflow: hidden;
    margin-top: 40px;
}
.other-prev,.other-next{
    width: 40px;
    height: 40px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 50%;
    top: 40px;
    transition: .3s ease-in;
}
.other-prev i,
.other-next i{
    display: block;
    font-size: 20px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in;
}
.other-prev::after,
.other-next::after{
    content: "";
    display: none;
}
.other-prev{
    left: unset;
    right: 60px;
}
.other-next{
    right: 0;
}
.other-prev:hover,.other-next:hover{
    background-color: #E47F12;
    border: 1px solid transparent;
}
.other-prev:hover i,.other-next:hover i{
    color: #ffffff;
}
.service{
    padding: 100px 0;
}
.service-one{}
.service-one-top{}
.service-one-top li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.service-one-top li a{
    font-size: 16px;
    color: #E47F12;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 25px;
    padding: 8px 30px;
    transition: .3s ease-in;
}
.service-one-top li a:first-child{
    margin-left: 0;
}
.service-one-top li a i{
    display: block;
    font-size: 16px;
    color: #E47F12;
    margin-left: 10px;
    transition: .3s ease-in;
}
.service-one-top li a:hover,
.service-one-top li .active{
    color: #fff;
    background-color: #E47F12;
}
.service-one-top li .active i,
.service-one-top li a:hover i{
    color: #fff;
}
.service-one-cont{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F8F8;
}
.service-one-left{
    width: 50%;
}
.service-one-left img{
    width: 100%;
    display: block;
}
.service-one-right{
    width: 50%;
    padding: 0 8%;
    box-sizing: border-box;
}
.service-one-right h2{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
}
.service-one-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 30px;
}
.service-two{
    margin-top: 150px;
}
.service-two form{}
.service-two form legend{
    font-size: 40px;
    color: #191919;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.service-two form .form-one{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-two form .form-one .form-group{
    width: 32%;
}
.service-two form .form-one .form-group select{
    width: 100%;
    border: none;
    background-color: #f7f8f8;
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
}
.service-two form .form-one .form-group input{
    width: 100%;
    display: block;
    box-sizing: border-box;
    outline: none;
    background-color: #F7F8F8;
    padding: 20px;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}
.service-two form textarea{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    resize: none;
    border: none;
    background-color: #f7f8f8;
}
.service-two form .btn{
    width: 160px;
    border: 1px solid transparent;
    background-color: #E47F12;
    margin: auto;
    margin-top: 40px;
    border-radius: 25px;
    padding: 10px 0;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in;
}
.service-two form .btn i{
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.service-two form .btn:hover{
    background-color: transparent;
    border: 1px solid #E47F12;
    color: #E47F12;
}
.service-two form .btn:hover i{
    color: #E47F12;
}
.qa{
    margin-top: 80px;
}
.qa ul{}
.qa ul li{
    cursor: pointer;
    border-bottom: 1px solid #EFEFEF;
    padding: 30px 0px;
}
.q{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.q h2{
    width: calc(100% - 80px);
    font-size: 20px;
    color: #333333;
}
.q p{
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    border-radius: 50%;
    box-sizing: border-box;
}
.q p i{
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 30px;
}
.a{
    margin-top: 20px;
    display: none;
}
.a p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.qa .active{
    border-bottom: 1px solid #E47F12;
}
.qa .active .q h2{
    color: #E47F12;
}
.qa .active .q p{
    border: 1px solid transparent;
    background-color: #E47F12;
}
.qa .active .q p i{
    color: #fff;
}
.news{
    padding: 100px 0;
}
.news-all{
    margin-top: 50px;
}
.news-top{}
.news-top a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F8F8;
}
.news-top-left{
    width: 49%;
    overflow: hidden;
}
.news-top-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-top-right{
    width: 51%;
    padding: 0 5%;
    box-sizing: border-box;
}
.news-top-right b{
    display: block;
    font-size: 14px;
    color: #999999;
}
.news-top-right h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-top-right span{
    font-size: 14px;
    color: #999999;
    display: block;
    margin-top: 10px;
}
.news-top-right p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-top a:hover img{
    transform: scale(1.04);
}
.news-top a:hover h2{
    color: #E47F12;
}
.news-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-cont a{
    width: 49%;
    margin-top: 30px;
    display: block;
    padding: 40px;
    background-color: #F7F8F8;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.news-cont a span{
    display: block;
    font-size: 14px;
    color: #999999;
    transition: .3s ease-in;
}
.news-cont a h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    transition: .3S ease-in;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-cont a p{
    font-size: 16PX;
    line-height: 30PX;
    color: #666666;
    margin-top: 20px;
    transition: .3S ease-in;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-cont a:hover{
    background-color: #E47F12;
}
.news-cont a:hover span,
.news-cont a:hover h2,
.news-cont a:hover p{
    color: #fff;
}
.news-detail{
    margin-top: 100px;
    padding: 100px 0;
}
.news-detail-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-one-left{
    width: 40%;
}
.news-detail-one-left h2{
    font-size: 40px;
    color: #191919;
    font-weight: 600;
}
.news-detail-one-left span{
    display: block;
    font-size: 14px;
    color: #E47F12;
    margin-top: 20px;
}
.news-detail-one-left a{
    width: 180px;
    margin-top: 50px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 25px;
    transition: .3s ease-in;
}
.news-detail-one-left a i{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-left: 10px;
    transition: .3s ease-in;
}
.news-detail-one-left a:hover{
    background-color: #E47F12;
    border: 1px solid transparent;
    color: #fff;
}
.news-detail-one-left a:hover i{
    color: #fff;
}
.news-detail-one-left{}
.news-detail-one-right{
    width: 55%;
}
.news-detail-one-p{}
.news-detail-one-right li{
    margin-top: 30px;
}
.news-detail-one-right li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.news-detail-two{
    margin-top: 100px;
    padding: 100px 0;
    background-color: #F7F8F8;
}
.news-detail-two h1{
    font-size: 40px;
    color: #191919;
    font-weight: 600;
}
.news-detail-two .news-cont a{
    background-color: #fff;
}
.news-detail-two .news-cont a:hover{
    background-color: #E47F12;
}
.contact{}
.contact-one{
    padding: 100px 0;
}
.contact-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-cont{
    width: 23%;
    padding: 60px;
    box-sizing: border-box;
    background-color: #F7F8F8;
}
.contact-one-cont p{
    width: 80px;
    height: 80px;
    background-color: rgba(228,127,18,.3);
    border-radius: 50%;
    margin: auto;
}
.contact-one-cont p i{
    display: block;
    font-size: 30px;
    color: #E47F12;
    text-align: center;
    line-height: 80px;
}
.contact-one-cont h2{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
}
.contact-one-cont span{
    display: block;
    font-size: 16px;
    color: #E47F12;
    text-align: center;
    margin-top: 10px;
}
.contact-two{}
.contact-two #container{
    width: 100%;
    height: 500px;
}
.amap-info-content img{
    width: 180px;
}
.contact-three{
    padding-bottom: 100px;
}
.search{
    padding: 100px 0;
}
.search-all{}
.search-top{}
.search-top form{}
.search-top form legend{
    font-size: 20px;
    color: #333;
    display: block;
}
.search-top form .form-group{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-top form .form-group input{
    width: calc(100% - 210px);
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    background-color: #fbfbfb;
    border: 2px solid #ced4da;
}
.search-top form .form-group button{
    width: 200px;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: none;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #E47F12;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in;
}
.search-top form .form-group button::before{
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.search-top form .form-group button:hover::before{
    animation: circle .75s;
    z-index: 1;
}
@keyframes circle{
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }
    100% {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}
.search-cont{}
.search-cont>p{
    font-size: 14px;
    color: #212529;
    margin-top: 20px;
}
.search-pro{
    margin-top: 40px;
    margin-bottom: 30px;
}
.search-pro h1{
    margin-bottom: 30px;
}
.search-news h1{
    margin-bottom: 10px;
}
.search-pro h1,
.search-news h1{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/* phone */
.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
}
.mobile-inner-header-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #E47F12;
    width: 30px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 8px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 8px;
}

.mobile-inner-nav {
    background-color: #000000;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    height: 100%;
    transition: .3s ease-in;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}
.phone-menu{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}


.phone-pro-menu{
    display: none;
}
@media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85%;
    }
    .header{
        padding: 0 80px;
    }
    .head-right ul li a{
        padding: 0 25px;
    }
    .ban-p{
        left: calc((100vw - 85%) / 2);
    }
    .index-about {
        padding-left: calc((100vw - 85%) / 2);
    }
    .index-about-bottom-cont h2 p{
        font-size: 60px;
    }
    .pro-p{
        width: 65%;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 90%;
    }
    .ce{
        display: none;
    }
    .header{
        padding: 0 20px;
    }
    .head-right ul,.head-right .head-search,.head-left .head-menu{
        display: none;
    }
    .ban-p{
        left: 5%;
    }
    .ban-p h1{
        font-size: 24px;
    }
    .ban-p h2{
        font-size: 20px;
        margin-top: 0;
    }
    .ban-p p{
        margin-top: 10px;
    }
    .ban-p a{
        display: none;
    }
    .index-about{
        padding: 30px 5%;
    }
    .index-about-left {
        width: 100%;
    }
    .index-about-top h2{
        font-size: 24px;
        margin-top: 5px;
    }
    .index-about-right {
        width: 100%;
        margin-top: 30px;
    }
    .index-about-bottom-cont{
        width: 49%;
        margin-bottom: 20px;
    }
    .index-about-bottom-cont h2 p{
        font-size: 34px;
    }
    .index-about-bottom-cont:nth-child(2) h2 p, .index-about-bottom-cont:nth-child(3) h2 p {
        padding-right: 10px;
    }
    .index-about-bottom-cont:nth-child(2) h2 p::after, .index-about-bottom-cont:nth-child(3) h2 p::after{
        font-size: 18px;
    }
    .index-pro{
        padding: 30px 0;
    }
    .index-pro-top-left h2{
        font-size: 26px;
    }
    .index-pro-top-right,.index-news-top-right{
        width: 100%;
        margin-top: 10px;
    }
    .index-pro-top-right ul,.index-news-top-right ul{
        justify-content: space-between;
    }
    .index-pro-top-right ul li,.index-pro-top-right ul a,
    .index-news-top-right ul li,.index-news-top-right ul a{
        width: 24%;
        padding: 5px 0;
        margin-left: 0;
        text-align: center;
    }
    .index-advantage{
        padding: 50px 0;
    }
    .index-advantage-left {
        width: 100%;
    }
    .advantage-swiper h2{
        font-size: 28px;
    }
    .index-advantage-right {
        width: 100%;
        margin-top: 20px;
    }
    .index-news {
        padding: 50px 0;
    }
    .index-news-top-left h2{
        font-size: 26px;
    }
    .index-news-cont-left {
        width: 100%;
    }
    .index-news-cont-right {
        width: 100%;
        margin-top: 20px;
    }
    .index-news-cont-right a li:first-child {
        width: 100%;
    }
    .index-news-cont-right a li:last-child {
        width: 100%;
    }
    .index-news-cont-right a li p{
        margin-top: 10px;
    }
    .footer{
        padding: 50px 0;
    }
    .foot-one-left {
        width: 100%;
    }
    .foot-one-left ul li{
        width: 50%;
    }
    .foot-one-left ul li:last-child{
        display: none;
    }
    .foot-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .foot-one-right li{
        margin: auto;
    }
    .about-ban{
        margin-top: 50px;
    }
    .about-one {
        padding: 50px 0;
    }
    .about-one-left {
        width: 100%;
    }
    .about-one-left h2{
        font-size: 24px;
    }
    .about-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .about-two{
        padding: 50px 0;
    }
    .about-two-all h1{
        font-size: 24px;
    }
    .about-two-content{
        margin-top: 0;
    }
    .about-two-cont{
        width: 100%;
        margin-top: 30px;
    }
    .about-three {
        padding: 50px 0;
    }
    .about-three-left {
        width: 100%;
    }
    .about-three-left h1{
        font-size: 26px;
    }
    .about-three-left ul li{
        padding: 20px 0;
    }
    .about-three-right {
        width: 100%;
        margin-top: 20px;
    }
    .pro-p{
        width: 95%;
        margin: auto;
        padding: 30px 20px;
        position: unset;
        transform: unset;
        margin-top: 30px;
        background-color: rgb(0 0 0 / 20%);
    }
    .product {
        padding: 50px 0;
    }
    .phone-pro-menu{
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .phone-pro-menu>p{
        font-size: 16px;
        color: #fff;
        background-color: #E47F12;
        text-align: center;
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .phone-pro-menu-hide{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        z-index: 999;
        transition: .3s ease-in;
    }
    .phone-pro-menu-hide.active{
        transform: translateX(100%);
    }
    .phone-pro-menu-hide-all{
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 999;
    }
    .phone-pro-menu-hide .about-left{
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        width: 70%;
        display: block;
    }
    .product-left{
        display: none;
    }
    .phone-pro-menu-hide .product-left{
        display: block;
        width: 80%;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 20px;
        box-sizing: border-box;
    }
    .product-right{
        width: 100%;
        margin-top: 20px;
    }
    .product-cont a{
        width: 100%;
    }
    .product-detail {
        margin-top: 50px;
    }
    .product-detail-one {
        padding: 50px 0;
    }
    .product-detail-one-left {
        width: 100%;
    }
    .pro-xia-swiper .swiper-slide{
        padding: 8px;
    }
    .product-detail-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .product-detail-one-right h2{
        font-size: 26px;
    }
    .product-detail-two{
        padding: 50px 0;
    }
    .product-two-left {
        width: 100%;
    }
    .product-two-left h2{
        font-size: 26px;
    }
    .product-two-right {
        width: 100%;
        margin-top: 20px;
    }
    .product-detail-three {
        padding: 50px 0;
    }
    .product-three-all h1{
        font-size: 26px;
    }
    .xj-swiper{
        margin-top: 20px;
    }
    .xj-left{
        width: 100%;
        padding: 20px;
    }
    .xj-right{
        width: 100%;
        box-shadow: none;
        border: 1px solid #666666;
        box-sizing: border-box;
    }
    .xj-prev, .xj-next{
        display: none;
    }
    .product-detail-four{
        padding: 50px 0;
    }
    .product-detail-four h2{
        font-size: 26px;
    }
    .product-detail-four li {
        margin-top: 20px;
    }
    .product-detail-five {
        padding: 50px 0;
    }
    .product-five-all h1{
        font-size: 26px;
    }
    .other-swiper{
        margin-top: 30px;
    }
    .other-prev, .other-next{
        top: 20px;
    }
    .service {
        padding: 50px 0;
    }
    .service-one-top li{
        justify-content: space-between;
    }
    .service-one-top li a{
        margin-left: 0;
        padding: 8px 0;
        text-align: center;
        width: 32%;
    }
    .service-one-cont{
        margin-top: 30px;
    }
    .service-one-left {
        width: 100%;
    }
    .service-one-right {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
    .service-one-right h2{
        font-size: 26px;
    }
    .service-one-right p{
        margin-top: 15px;
    }
    .service-two {
        margin-top: 50px;
    }
    .service-two form legend{
        font-size: 26px;
    }
    .service-two form .form-one .form-group {
        width: 100%;
        margin-top: 10px;
    }
    .qa {
        margin-top: 30px;
    }
    .q h2{
        width: 100%;
    }
    .q p{
        display: none;
    }
    .news {
        padding: 50px 0;
    }
    .news-top-left{
        width: 100%;
    }
    .news-top-right{
        width: 100%;
        padding: 15px;
        margin-top: 20px;
    }
    .news-cont a{
        width: 100%;
        padding: 15px;
    }
    .news-detail {
        margin-top: 50px;
        padding: 50px 0;
    }
    .news-detail-one-left {
        width: 100%;
    }
    .news-detail-one-left h2{
        font-size: 26px;
    }
    .news-detail-one-left a{
        margin-top: 20px;
    }
    .news-detail-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .news-detail-two{
        margin-top: 50px;
        padding: 50px 0;
    }
    .news-detail-two h1{
        font-size: 26px;
    }
    .contact-one {
        padding: 50px 0;
    }
    .contact-one-cont{
        width: 48%;
        padding: 15px;
        margin-bottom: 20px;
    }
    .contact-two #container{
        height: 200px;
    }
    .search {
        padding: 50px 0;
    }
}
@media (min-width:768px) and (max-width:1199px){
    .index-about-left {
        width: 50%;
    }
    .index-about-right {
        width: 45%;
        margin-top: 0;
    }
    .index-about-bottom-cont{
        width: 32%;
    }
    .index-about-bottom-cont h2 p {
        font-size: 30px;
    }
    .index-pro-top-right, .index-news-top-right{
        width: 45%;
    }
    .index-advantage-left {
        width: 65%;
    }
    .index-advantage-right {
        width: 30%;
        margin-top: 0;
    }
    .index-news-cont-left {
        width: 38%;
    }
    .index-news-cont-right {
        width: 56%;
        margin-top: 0;
    }
    .index-news-cont-right a:last-child{
        display: none;
    }
    .foot-one-left {
        width: 50%;
    }
    .foot-one-right {
        width: 30%;
        margin-top: 0;
    }
    .about-two-cont{
        width: 49%;
    }
    .about-three-left {
        width: 50%;
    }
    .about-three-right {
        width: 40%;
        margin-top: 0;
    }
    .pro-p{
        width: 80%;
        position: absolute;
        transform: translate(-50%, -50%);
        margin-top: 0;
    }
    .phone-pro-menu {
        display: none;
    }
    .product-left{
        display: block;
    }
    .product-right {
        width: 72%;
        margin-top: 0;
    }
    .product-cont a {
        width: 48%;
    }
    .product-detail-one-left {
        width: 45%;
    }
    .product-detail-one-right {
        width: 45%;
        margin-top: 0;
    }
    .product-two-left {
        width: 60%;
    }
    .product-two-right {
        width: 30%;
    }
    .xj-left{
        width: 65%;
    }
    .xj-right{
        width: 35%;
    }
    .service-one-left {
        width: 50%;
    }
    .service-one-right {
        width: 50%;
        margin-top: 0;
    }
    .service-two form .form-one .form-group {
        width: 32%;
        margin-top: 0;
    }
    .q h2 {
        width: calc(100% - 80px);
    }
    .q p{
        display: block;
    }
    .news-top-left{
        width: 49%;
    }
    .news-top-right{
        width: 51%;
        margin-top: 0;
    }
    .news-cont a{
        width: 49%;
    }
}
@media (min-width:414px) and (max-width:768px){}
@media screen and (max-width:414px){}