.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    transition: .3s ease-in;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-left{}
.head-left a{
    width: 180px;
    display: block;
}
.head-left a img{
    width: 100%;
}
.head-left a .logo-white{
    display: block;
}
.head-left a .logo-blank{
    display: none;
}
.head-zhong{}
.head-zhong ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-zhong ul li{
    position: relative;
}
.head-zhong ul li>a{
    display: block;
    font-size: 18px;
    line-height: 100px;
    color: #fff;
    padding: 0 30px;
    transition: .3s ease-in;
    position: relative;
}
.head-zhong ul li:hover>a{
    color: #E95513 !important;
}
.head-zhong ul .active>a{
    color: #E95513 !important;
}
.head-zhong ul .active>a::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E95513;
}
.head-right{}
.head-right p{
    font-size: 16px;
    color: #fff;
}
.head-test{
    background-color: #fff;
}
.head-test .head-left a .logo-white{
    display: none;
}
.head-test .head-left a .logo-blank{
    display: block;
}
.head-test .head-zhong ul li a{
    color: #333333;
}
.head-test .head-right p{
    color: #E95513;
}
.head-t{
    background-color: #fff;
}
.head-t .head-left a .logo-white{
    display: none;
}
.head-t .head-left a .logo-blank{
    display: block;
}
.head-t .head-zhong ul li a{
    color: #333333;
}
.head-t .head-right p{
    color: #E95513;
}
.head-zhong ul li:hover .head-menu{
    display: block;
}
.head-menu{
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    display: none;
    border-top: 1px solid #f2f2f2;
}
.head-menu-all{
    padding: 100px 0;
    margin-top: 1px;
}
.head-menu-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.head-menu-left{
    width: 68%;
}
.head-menu-left h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.head-menu-left p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.head-menu-left .head-menu-list{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.head-menu-left .head-menu-list .head-menu-li{
    width: 31%;
    margin-left: 2%;
    margin-top: 20px;
}
.head-menu-left .head-menu-list .head-menu-li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #999999;
    transition: .3s ease-in;
}
.head-menu-left .head-menu-list .head-menu-li a span{
    width: calc(100% - 30px);
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    transition: .3s ease-in;
}
.head-menu-left .head-menu-list .head-menu-li a i{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    transition: .3s ease-in;
}
.head-menu-left .head-menu-list .head-menu-li a:hover{
    border-bottom: 1px solid #E95513;
}
.head-menu-left .head-menu-list .head-menu-li a:hover span,
.head-menu-left .head-menu-list .head-menu-li a:hover i{
    color: #E95513;
}
.head-menu-right{
    width: 25%;
}
.head-menu-right img{
    width: 100%;
    display: block;
}

.banner{
    position: relative;
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper .swiper-slide{
    position: relative;
}
.ban-video{
    position: relative;
}
.ban-video::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.ban-video video{
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-swiper .swiper-slide .ban-p{
    width: 70%;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1400px)/2);
    transform: translateY(-50%);
}
.ban-swiper .swiper-slide .ban-p h2{
    font-size: 60px;
    /* line-height: 90px; */
    color: #fff;
    font-weight: bold;
}

.ban-xian {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    left: calc((100vw - 1400px)/2);
    bottom: 50px;
    z-index: 10;
}
.ban-xian-left {}
.ban-xian-next,.ban-xian-prev,.ban-text{
    font-size: 14px;
    color: #fff;
}
.ban-xian-zhong{
    width: 90px;
    height: 1px;
    margin: 0 15px;
    background-color: #C9CACA;
}
.ban-xian-right {}
.ban-kuan {
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.donghua {
    -webkit-animation: right 3s forwards linear normal;
    animation: right 3s forwards linear normal;
}

@keyframes right {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.index-about{
    padding: 200px 0;
}
.index-about-top{}
.index-about-top h2{
    font-size: 36px;
    color: #E95513;
    text-align: center;
    font-weight: 600;
}
.index-about-top p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}
.index-about-content{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-left{
    width: 45%;
}
.index-about-left h2{
    font-size: 42px;
    line-height: 60px;
    color: #E95513;
    font-weight: 600;
}
.index-about-left p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    text-transform: uppercase;
}
.index-about-right{
    width: 52%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-right-cont{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.index-about-right-cont:nth-child(1),
.index-about-right-cont:nth-child(2),
.index-about-right-cont:nth-child(3){
    margin-top: 0;
}
.index-about-zuo{
    width: 70px;
}
.index-about-zuo i{
    display: block;
    font-size: 60px;
    color: #E95513;
}
.index-about-you{
    width: calc(100% - 90px);
}
.index-about-you h2{}
.index-about-you h2 p{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.index-about-you h2 p::after{
    display: block;
    font-size: 14px;
    color: #333333;
    position: absolute;
    top: 0;
    right: -15px;
}
.index-about-right-cont:nth-child(1) .index-about-you h2 p::after{
    content: "㎡";
    display: block;
}
.index-about-right-cont:nth-child(2) .index-about-you h2 p::after{
    content: "年";
}
.index-about-right-cont:nth-child(3) .index-about-you h2 p::after,
.index-about-right-cont:nth-child(4) .index-about-you h2 p::after,
.index-about-right-cont:nth-child(5) .index-about-you h2 p::after{
    content: "+";
}
.index-about-right-cont:nth-child(6) .index-about-you h2 p::after{
    content: "%";
}
.index-about-you span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.index-pro{
    padding: 150px 0;
    background-color: #EFEFEF;
    overflow: hidden;
}
.index-pro-all{}
.index-pro-top{}
.index-pro-top h2{
    font-size: 36px;
    color: #E95513;
    text-align: center;
}
.index-pro-top ul{
    width: 60%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-pro-top ul li{
    width: 23%;
    font-size: 16px;
    line-height: 50px;
    color: #9FA0A0;
    border: 1px solid #DCDDDD;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in;
}
.index-pro-top ul li:hover{
    background-color: #E95513;
    border: 1px solid transparent;
    color: #fff;
}
.index-pro-top ul li:hover a,
.index-pro-top ul .active{
    background-color: #E95513;
    color: #fff;
    border: 1px solid transparent;
}
.index-pro-top ul li a{
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #9FA0A0;
    border: 1px solid #DCDDDD;
    border-radius: 10px;
    text-align: center;
}
.index-pro-content{
    margin-top: 60px;
}
.index-pro-cont{}
.index-pro-swiper{
    position: relative;
}
.index-pro-swiper .swiper-slide{}
.index-pro-swiper .swiper-slide a{
    display: block;
    padding: 50px;
    box-sizing: border-box;
    background-color: #E5E5E5;
    border-radius: 15px;
}
.index-pro-swiper .swiper-slide a .index-pro-img{
    overflow: hidden;
}
.index-pro-swiper .swiper-slide a .index-pro-img img{
    /* width: 100%; */
    display: block;
    margin: auto;
    transition: .3s ease-in;
    height:200px;
}
.index-pro-swiper .swiper-slide a p{
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 40px;
    background-color: rgba(255,255,255,.2);
    transition: .3s ease-in;
}
.index-pro-swiper .swiper-slide a p span{
    width: calc(100% - 30px);
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #E95513;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-pro-swiper .swiper-slide a p i{
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #E95513;
    transition: .3s ease-in;
}
.index-pro-swiper .swiper-slide a:hover img{
    transform: scale(1.06);
}
.index-pro-swiper .swiper-slide a:hover p{
    background-color: #E95513;
}
.index-pro-swiper .swiper-slide a:hover p span,
.index-pro-swiper .swiper-slide a:hover p i{
    color: #fff;
}
.index-scheme{
    padding: 200px 0;
}
.index-scheme-top{}
.index-scheme-top h2{
    font-size: 36px;
    color: #E95513;
    text-align: center;
    font-weight: bold;
}
.index-scheme-top p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.index-scheme-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.index-scheme-cont{
    width: 12.5%;
    height: 550px;
    position: relative;
    transition: .3s ease-in;
    overflow: hidden;
}
.index-scheme-cont::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
}
.index-scheme-cont.active{
    width: 35%;
}
.index-scheme-cont.active::after{
    display: none;
}
.index-scheme-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.index-scheme-p{
    width: calc(100% - 60px);
    position: absolute;
    bottom: 0px;
    left: 30px;
}
.index-scheme-p h2{
    font-size: 18px;
    color: #fff;
}
.index-scheme-p p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    opacity: 0;
}
.index-scheme-p p span{
    width: calc(100% - 30px);
    display: block;
    font-size: 16px;
    color: #fff;
}
.index-scheme-p p i{
    display: block;
    font-size: 16px;
    color: #fff;
}
.index-scheme-cont.active .index-scheme-p{
    transform: translateY(-30px);
}
.index-scheme-cont.active .index-scheme-p p{
    opacity: 1;
}
.index-scheme-xian{
    width: 40%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.index-scheme-xian p{
    width: 16.666666%;
    height: 1px;
    background-color: #C9CACA;
}
.index-scheme-xian .active{
    background-color: #E95513;
}
.index-why{
    padding: 150px 0;
    background: url(../img/why-bj.png) no-repeat center;
    background-size: cover;
}
.index-why-all{}
.index-why-all>h2{
    font-size: 36px;
    color: #E95513;
    text-align: center;
    font-weight: bold;
}
.index-why-cont{
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.index-why-left{
    width: calc(33.33333% + 60px);
    margin-right: -60px;
    z-index: 2;
}
.index-why-right{
    width: calc(33.33333% + 60px);
    margin-left: -60px;
    z-index: 2;
}
.index-why-left div,.index-why-right div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    cursor: pointer;
}
.index-why-left div:first-child,
.index-why-right div:first-child{
    margin-top: 0;
}
.index-why-left div li,.index-why-right div li{
    width: calc(100% - 150px);
}
.index-why-left div li h2,.index-why-right div li h2{
    font-size: 24px;
    color: #E95513;
    font-weight: bold;
}
.index-why-left div li span,.index-why-right div li span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 20px;
}
.index-why-left div p,.index-why-right div p{
    width: 60px;
    height: 60px;
    background-color: #FFD8CC;
    border-radius: 50%;
    transition: .3s ease-in;
}
.index-why-left div p i,.index-why-right div p i{
    display: block;
    font-size: 24px;
    color: #E95513;
    line-height: 60px;
    text-align: center;
    transition: .3s ease-in;
}
.index-why-left div:hover p,.index-why-right div:hover p{
    background-color: #E95513;
}
.index-why-left div:hover p i,.index-why-right div:hover p i{
    color: #fff;
}
.index-why-zhong{
    width: 33.33333%;
}
.index-why-zhong img{
    width: 100%;
    display: block;
}
.index-news{
    padding: 200px 0;
}
.index-news-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: calc((100vw - 1400px)/2);
}
.index-news-left{
    width: 20%;
    position: relative;
}
.index-news-left h2{
    font-size: 36px;
    color: #E95513;
    font-weight: bold;
}
.index-news-left ul{
    margin-top: 60px;
}
.index-news-left ul li{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 40px;
    cursor: pointer;
}
.index-news-left ul li p{
    display: inline-block;
}
.index-news-left ul .active p,.index-news-left ul li:hover p{
    color: #E95513;
    border-bottom: 1px solid #E95513;
}
.index-news-left a{
    width: 200px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #E95513;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-news-left a:hover{
    background-color: transparent;
    border: 1px solid #E95513;
    color: #E95513;
}
.index-news-right{
    width: 78%;
}
.index-news-right-all{}
.index-news-right-cont{
    position: relative;
}
.index-news-swiper{
    overflow: hidden;
    padding-bottom: 100px;
    border-bottom: 1px solid #C9CACA;
}
.index-news-swiper .swiper-slide{}
.index-news-swiper .swiper-slide a{
    display: block;
}
.index-news-swiper .swiper-slide a .index-news-img{
    overflow: hidden;
}
.index-news-swiper .swiper-slide a .index-news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-news-swiper .swiper-slide a span{
    display: block;
    font-size: 12px;
    color: #999999;
    margin-top: 30px;
}
.index-news-swiper .swiper-slide a h2{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.index-news-swiper .swiper-slide a p{
    font-size: 14px;
    color: #E95513;
    margin-top: 30px;
}
.index-news-swiper .swiper-slide a:hover img{
    transform: scale(1.06);
}
.index-news-swiper .swiper-slide a:hover h2{
    color: #DB650D;
}
.index-news-prev,.index-news-next{
    color: #999999;
    top: unset;
    bottom: -22px;
    background: #fff;
}
.index-news-prev{
    left: 10%;
}
.index-news-next{
    right: unset;
    left: calc(10% + 24px);
}
.index-news-prev:hover,.index-news-next:hover{
    color: #E95513;
}
.index-news-prev::after,.index-news-next::after{
    font-size: 14px;
}
.index-hezuo{
    background-color: #E95513;
}
.index-hezuo-all{}
.index-hezuo-swiper{
    overflow: hidden;
    position: relative;
}
.index-hezuo-swiper .swiper-slide{
    padding: 75px 0;
}
.index-hezuo-swiper .swiper-slide img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.index-hezuo-swiper .swiper-slide:hover img{
    transform: scale(1.06);
}
.footer{
    background-color: #303030;
}
.foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px solid #727171;
}
.foot-left{
    width: 25%;
}
.foot-left a{
    width: 130px;
    display: block;
}
.foot-left a img{
    width: 100%;
    display: block;
}
.foot-left li{
    margin-top: 30px;
}
.foot-left li b{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
}
.foot-left li p{
    font-size: 14px;
    line-height: 24px;
    color: #9FA0A0;
}
.foot-left li h2{
    font-size: 24px;
    color: #E95513;
    margin-top: 10px;
    font-weight: bold;
}
.foot-right{
    width: 70%;
}
.foot-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-right ul li{}
.foot-right ul li p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-right ul li a{
    display: block;
    font-size: 14px;
    color: #9FA0A0;
    margin-top: 20px;
    transition: .3s ease-in;
}
.foot-right ul li img{
    width: 80px;
    display: block;
}
.foot-right ul li span{
    display: block;
    font-size: 14px;
    color: #9FA0A0;
    margin-top: 10px;
}
.foot-di{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.foot-di-left{
    font-size: 14px;
    line-height: 20px;
    color: #9FA0A0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.foot-di-left p{}
.foot-di-left span{
    display: block;
    margin: 0 10px;
}
.foot-di-left a{
    display: block;
    color: #9FA0A0;
    transition: .3s ease-in;
}
.foot-di-right{}
.foot-di-right a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #9FA0A0;
    transition: .3s ease-in;
}
.foot-right ul li a:hover,.foot-di-left a:hover,.foot-di-right a:hover{
    color: #E95513;
}
.pro-ban{
    margin-top: 100px;
    position: relative;
}
.pro-ban img{
    width: 100%;
    display: block;
}
.pro-p{
    width: 1600px;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1600px)/2);
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.9);
    padding: 80px;
    box-sizing: border-box;
}
.pro-p h2{
    font-size: 54px;
    color: #E95513;
    font-weight: bold;
}
.pro-p p{
    font-size: 18px;
    color: #E95513;
    margin-top: 10px;
}
.pro-head{
    border-bottom: 1px solid #DCDDDD;
}
.pro-head-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-head-all p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
}
.pro-head-all p i{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
}
.pro-head-all p span{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
}
.pro-head-all p a{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
    transition: .3s ease-in;
}
.pro-head-all p a:hover{
    color: #E95513;
}
.pro-head-all li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.pro-head-all li a:first-child{
    margin-left: 0;
}
.pro-head-all li a{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-left: 40px;
    transition: .3s ease-in;
}
.pro-head-all li a:hover{
    color: #E95513;
}
.pro-head-all li .active{
    color: #DB650D;
}
.product{
    padding: 150px 0;
}
.pro-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.pro-left{
    width: 300px;
    box-shadow: 0 0 5px 0 rgba(175,175,175,.6);
}
.pro-left ul{}
.pro-left ul h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding: 20px 30px;
    border-bottom: 1px solid #DCDDDD;
}
.pro-left ul li{
    cursor: pointer;
}
.pro-left ul li div .active::after{
    content: "-";
}
.pro-left ul li div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDDDD;
    position: relative;
}
.pro-left ul li div a{
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    padding-left: 30px;
    padding-right: 50px;
    height: 50px;
    overflow: hidden;
}
.pro-left ul li div span{}
.pro-left ul li span{
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    position: relative;
    border-left: 1px solid #DCDDDD;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}
.pro-left ul li span::after{
    content: "+";
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #666666;
}
.pro-left ul li p{
    opacity: 0;
    height: 0;
    transition: .3s ease-in;
}
.pro-left ul li .slow{
    height: 100%;
    opacity: 1;
}
.pro-left ul li p .active{
    color: #E95513;
}
.pro-left ul li p a{
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #666666;
    padding: 0px 30px;
    border-bottom: 1px solid #DCDDDD;
    position: relative;
    transition: .3s ease-in;
}
.pro-left ul li p a:hover{
    color: #E95513;
}
.pro-right{
    width: calc(100% - 400px);
}
.pro-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(175,175,175,.6);
    border-radius: 20px;
    margin-top: 60px;
}
.pro-right a:first-child{
    margin-top: 0;
}
.pro-right a .pro-zuo{
    width: 35%;
}
.pro-right a .pro-zuo img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.pro-right a:hover img{
    transform: scale(1.06);
}
.pro-right a .pro-you{
    width: 60%;
}
.pro-right a .pro-you h1{
    font-size: 16px;
    color: #E95513;
}
.pro-right a .pro-you h2{
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.pro-right a .pro-you p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.pro-right a .pro-you span{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background-color: #E95513;
    padding: 0 50px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-top: 60px;
    border-radius: 10px;
    transition: .3s ease-in;
}
.pro-right a .pro-you span:hover{
    border: 1px solid #E95513;
    color: #E95513;
    background-color: transparent;
}
.pro-detail{
    margin-top: 100px;
}
.pro-detail-one{
    padding: 150px 0;
    background-color: #EFEFEF;
}
.pro-detail-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pro-detail-one-left{
    width: 40%;
}
.pro-detail-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.pro-detail-swiper .swiper-slide{}
.pro-detail-swiper .swiper-slide li{}
.pro-detail-swiper .swiper-slide li img{
    width: 70%;
    display: block;
    margin: auto;
}
.pro-detail-page{}
.pro-detail-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    position: relative;
}
.pro-detail-page .swiper-pagination-bullet-active{
    background: #E95513;
}
.pro-detail-page .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #E95513;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro-detail-one-right{
    width: 50%;
}
.pro-detail-one-right h2{
    font-size: 36px;
    color: #E95513;
    font-weight: bold;
}
.pro-detail-one-right li{
    margin-top: 40px;
}
.pro-detail-one-right li p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.pro-detail-one-right a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background-color: #E95513;
    padding: 0 50px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-top: 60px;
    border-radius: 10px;
    transition: .3s ease-in;
}
.pro-detail-one-right a:hover{
    border: 1px solid #E95513;
    color: #E95513;
    background-color: transparent;
}
.pro-detail-two{
    padding: 150px 0;
}
.pro-detail-two-top{
    border-bottom: 1px solid #DCDDDD;
}
.pro-detail-two-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro-detail-two-top ul li{
    font-size: 18px;
    line-height: 60px;
    color: #333333;
    margin-right: 40px;
    cursor: pointer;
}
.pro-detail-two-top ul li:last-child{
    margin-right: 0;
}
.pro-detail-two-top ul .active{
    color: #E95513;
    border-bottom: 1px solid #E95513;
}
.pro-detail-two-content{
    margin-top: 60px;
}
.pro-detail-two-cont{}
.pro-detail-two-cont li:first-child{
    border-top: 1px solid #DCDDDD;
}
.pro-detail-two-cont li{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DCDDDD;
}
.pro-detail-two-cont li h2{
    font-size: 16px;
    color: #333333;
    width: 150px;
}
.pro-detail-two-cont li p{
    width: calc(95% - 250px);
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}
.solution{
    padding: 150px 0;
}
.solution-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-cont:nth-child(1),
.solution-cont:nth-child(2){
    margin-top: 0;
}
.solution-cont{
    width: 48%;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.solution-cont img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.solution-cont p{
    width: calc(100% - 60px);
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 5;
}
.solution-cont:hover img{
    transform: scale(1.06);
}
.solution-tan.active{
    display: block;
}
.solution-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 600;
    display: none;
}
.solution-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
}
.solution-tan-cont{
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 601;
    background-color: #fff;
    padding: 100px 120px;
    box-sizing: border-box;
    border-radius: 15px;
}
.solution-tan-close{
    font-size: 30px;
    color: #666666;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 100px;
    z-index: 100;
}
.solution-tan-a{
    position: relative;
}
.solution-tan-top-swiper{
    overflow: hidden;
}
.solution-tan-top-prev,.solution-tan-top-next{
    background: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 50%;
}
.solution-tan-top-prev{
    left: -60px;
}
.solution-tan-top-next{
    right: -60px;
}
.solution-tan-top-prev::after,.solution-tan-top-next::after{
    font-size: 14px;
    color: #999999;
}
.solution-tan-top-prev:hover,.solution-tan-top-next:hover{
    border: 1px solid #E95513;
}
.solution-tan-top-prev:hover::after,.solution-tan-top-next:hover::after{
    color: #E95513;
}
.solution-tan-swiper{
    overflow: hidden;
    position: relative;
}
.solution-tan-page{}
.solution-tan-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #fff;
    position: relative;
    margin: 0 8px !important;
}
.solution-tan-page .swiper-pagination-bullet-active{}
.solution-tan-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.solution-tan-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution-tan-left{
    width: 60%;
}
.solution-tan-right{
    width: 35%;
}
.solution-tan-right h2{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
}
.solution-tan-right p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}
.solution-tan-right .solution-other{
    margin-top: 40px;
}
.solution-tan-right .solution-other span{
    display: block;
    font-size: 18px;
    color: #333333;
}
.solution-img-swiper{
    overflow: hidden;
    position: relative;
}
.solution-img-swiper img{
    width: 100%;
    border-radius: 10px;
    display: block;
}
.solution-img-prev,.solution-img-next{
    background: transparent;
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 50%;
}
.solution-img-prev{
    left: 10px;
}
.solution-img-next{
    right: 10px;
}
.solution-img-prev::after,.solution-img-next::after{
    font-size: 14px;
    color: #999999;
}
.solution-img-prev:hover,.solution-img-next:hover{
    border: 1px solid #E95513;
}
.solution-img-prev:hover::after,.solution-img-next:hover::after{
    color: #E95513;
}
.solution-tan-right .solution-other li{
    margin-top: 15px;
}
.solution-tan-right .solution-other li a{
    display: block;
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.solution-tan-right .solution-other li a img{
    display: block;
    margin: auto;
}
.solution-tan-right .solution-other li a p{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.solution-tan-right .solution-other li a p span{
    font-size: 12px;
    line-height: 26px;
    color: #E95513;
    display: block;
    width: calc(100% - 20px);
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.solution-tan-right .solution-other li a p i{
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #E95513;
    transition: .3s ease-in;
}
.solution-tan-right .solution-other li a p:hover{
    background-color: #E95513;
}
.solution-tan-right .solution-other li a p:hover span,
.solution-tan-right .solution-other li a p:hover i{
    color: #fff;
}
.about{}
.about-one{
    padding: 200px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-one-left{
    width: 55%;
}
.about-one-left h2{
    font-size: 36px;
    color: #E95513;
    font-weight: bold;
    margin-bottom: 40px;
}
.about-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.about-one-right{
    width: 40%;
}
.about-one-right{}
.about-one-right video{
    width: 100%;
    display: block;
}
.about-one-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.about-one-swiper video{
    width: 100%;
    display: block;
}
.about-one-swiper img{
    width: 100%;
    display: block;
}
.about-one-page{
    bottom: 0 !important;
}
.about-one-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    position: relative;
    background: #DB650D;
    opacity: 1;
}
.about-one-page .swiper-pagination-bullet-active{
    background: #DB650D;
}
.about-one-page .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #DB650D;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-one-content{
    margin-top: 100px;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 rgba(175,175,175,.4);
}
.about-one-cont{}
.about-one-cont h2{}
.about-one-cont h2 p{
    font-size: 40px;
    color: #E95513;
    display: inline-block;
    font-weight: bold;
    position: relative;
}
.about-one-cont h2 p::after{
    display: block;
    font-size: 14px;
    color: #E95513;
    position: absolute;
    top: 0;
    right: -15px;
}
.about-one-cont span{
    display: block;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}
.about-one-cont:nth-child(1) h2 p::after{
    content: "㎡";
}
.about-one-cont:nth-child(2) h2 p::after{
    content: "年";
}
.about-one-cont:nth-child(3) h2 p::after,
.about-one-cont:nth-child(4) h2 p::after,
.about-one-cont:nth-child(5) h2 p::after{
    content: "+";
}
.about-one-cont:nth-child(6) h2 p::after{
    content: "%";
}
.about-two{
    padding: 150px 0;
    background: url(../img/wenhua-bj.png) no-repeat center;
    background-size: cover;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-two-cont{
    width: 23%;
    padding: 60px 30px;
    box-sizing: border-box;
    position: relative;
    transition: .3s ease-in;
}
.about-two-cont:nth-child(1){
    background-color: #E95513;
}
.about-two-cont:nth-child(1):hover{
    background-color: rgb(233 85 19 / 80%);
}
.about-two-cont:nth-child(2){
    background-color: #DB650D;
}
.about-two-cont:nth-child(2):hover{
    background-color: rgb(219 101 13 / 80%);
}
.about-two-cont:nth-child(3){
    background-color: #666666;
}
.about-two-cont:nth-child(3):hover{
    background-color: rgb(102 102 102 / 80%);
}
.about-two-cont:nth-child(4){
    background-color: #313131;
}
.about-two-cont:nth-child(4):hover{
    background-color: rgb(49 49 49 / 80%);
}
.about-two-cont h2{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.about-two-cont p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-top: 30px;
}
.about-two-cont i{
    display: block;
    font-size: 60px;
    color: #fff;
    margin-top: 80px;
}
.about-two-cont img{
    width: 160px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-three{
    padding: 100px 0;
}
.about-three-top{}
.about-three-top h2{
    font-size: 36px;
    color: #DB650D;
    text-align: center;
    font-weight: bold;
}
.about-three-top p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.about-three-content{
    margin-top: 50px;
}
.about-three-shang{}
.shang-swiper{
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.about-shang-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-shang-left{
    width: 40%;
}
.about-shang-left img{
    width: 100%;
    display: block;
}
.about-shang-right{
    width: 100%;
    position: relative;
    padding: 60px 0;
}
.about-shang-right h1{
    font-size: 230px;
    line-height: 1;
    color: rgba(0, 0, 0, .2);
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-shang-right h2{
    font-size: 22px;
    color: #191919;
    margin-top: 30px;
    text-align: center;
}
.about-shang-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 30px;
    text-align: center;
}
.about-three-xia{
    margin-top: 50px;
    position: relative;
}
.about-three-xia::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DCDDDD;
    position: absolute;
    top: 20px;
    left: 0;
}
.about-xia-all{
    position: relative;
}
.about-three-xia img{
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.xia-swiper{
    overflow: hidden;
    position: relative;
}
.xia-swiper li{
    text-align: center;
}
.xia-swiper p{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.xia-swiper .swiper-slide-thumb-active p{
    color: #DB650D;
    transform: translateY(-45px);
}
.about-four{
    padding: 150px 0;
    background: url(../img/honor-bj.png) no-repeat center;
    background-size: cover;
}
.about-four-all{}
.about-four-top{}
.about-four-top h2{
    font-size: 36px;
    color: #DB650D;
    text-align: center;
    font-weight: bold;
}
.about-four-top p{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.about-four-cont{
    margin-top: 80px;
    position: relative;
}
.about-four-swiper{
    overflow: hidden;
}
.about-four-swiper img{
    display: block;
    margin: auto;
}
.about-four-prev,.about-four-next{
    width: 40px;
    height: 40px;
    background-color: #DB650D;
    border-radius: 50%;
}
.about-four-prev::after,
.about-four-next::after{
    font-size: 18px;
    color: #fff;
}
.about-five{
    padding: 200px 0;
}
.about-five-all{}
.about-five-top{}
.about-five-top h2{
    font-size: 36px;
    color: #DB650D;
    text-align: center;
    font-weight: bold;
}
.about-five-top p{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-align: center;
    margin-top: 40px;
}
.about-five-swiper{
    margin-top: 80px;
    padding: 2px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
}
.about-five-swiper li{
    padding: 35px 0;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(142,142,142,.6);
    margin-top: 40px;
}
.about-five-swiper li:first-child{
    margin-top: 0;
}
.about-five-swiper li img{
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.about-five-swiper li:hover img{
    transform: scale(1.06);
}
.about-five-page{}
.about-five-page .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    position: relative;
    background: #999999;
    opacity: 1;
}
.about-five-page .swiper-pagination-bullet-active{
    background: #E95513;
}
.about-five-page .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #E95513;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news{
    padding: 150px 0;
}
.news-all{}
.news-top{}
.news-top a:hover img{
    transform: scale(1.06);
}
.news-top a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #EFEFEF;
    position: relative;
}
.news-top-left{
    width: 55%;
    overflow: hidden;
    position: relative;
}
/* .news-top a::after{
    content: "";
    display: block;
    width: 4%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 55%;
} */
.news-top-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-top-right{
    width: 40%;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}
.news-top-right span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.news-top-right h2{
    font-size: 24px;
    color: #DB650D;
    margin-top: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-top-right p{
    font-size: 14px;
    color: #DB650D;
    margin-top: 60px;
}
.news-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 60px;
}
.news-cont{
    width: 31%;
    margin-left: 2%;
    margin-bottom: 50px;
}
.news-cont a{
    display: block;
}
.news-cont a .news-img{
    overflow: hidden;
}
.news-cont a .news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-cont a span{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: block;
    margin-top: 20px;
}
.news-cont a h2{
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-cont a  p{
    font-size: 14px;
    color: #DB650D;
    margin-top: 30px;
}
.news-cont a:hover img{
    transform: scale(1.06);
}
.news-cont a:hover h2{
    color: #DB650D;
}
.news-page{}
.news-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news-page ul li{
    width: 40px;
    height: 40px;
    background-color: #F5F5F5;
    border-radius: 50%;
    margin: 0 8px;
}
.news-page ul li a{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: .3s ease-in;
}
.news-page ul .active a,
.news-page ul li a:hover{
    background-color: #DB650D;
    color: #fff;
}
.news-detail{
    margin-top: 100px;
    padding-bottom: 150px;
    background-color: #EFEFEF;
}
.news-detail-top{
    padding: 30px 0;
}
.news-detail-top p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.news-detail-top p i{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-right: 15px;
}
.news-detail-top p span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
}
.news-detail-top p a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
    transition: .3s ease-in;
}
.news-detail-top p a:hover{
    color: #DB650D;
}
.news-detail-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.news-detail-left{
    width: 73%;
    padding: 100px;
    box-sizing: border-box;
    background-color: #fff;
}
.news-detail-left-top{
    padding-bottom: 40px;
    border-bottom: 1px dashed #C9CACA;
}
.news-detail-left-top h2{
    font-size: 36px;
    color: #333333;
}
.news-detail-left-top p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}
.news-detail-p{
    margin-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #C9CACA;
}
.news-detail-fenye{
    margin-top: 20px;
}
.news-detail-fenye p{}
.news-detail-fenye p a{
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    margin-top: 10px;
}
.news-detail-right{
    width: 25%;
    padding: 60px 50px;
    box-sizing: border-box;
    background-color: #fff;
}
.news-detail-right h1{
    font-size: 24px;
    line-height: 30px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.news-detail-right h1::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #DB650D;
    position: absolute;
    top: 0;
    left: -50px;
}
.news-detail-right a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #C9CACA;
}
.news-detail-right a h2{
    font-size: 18px;
    color: #333333;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-detail-right a p{
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.news-detail-right a:hover h2{
    color: #DB650D;
}
.contact{}
.contact-one{
    padding: 200px 0;
}
.contact-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-one-left{
    width: 60%;
}
.contact-one-left h2{
    font-size: 36px;
    line-height: 60px;
    color: #DB650D;
    font-weight: bold;
}
.contact-one-left p{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.contact-one-left p b{
    color: #DB650D;
}
.contact-one-right{}
.contact-one-right li{
    width: 120px;
}
.contact-one-right li img{
    width: 100%;
    display: block;
}
.contact-one-right li p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.contact-one-content{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-cont{
    width: 23%;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px 0 rgba(160,160,160,.6);
}
.contact-one-zuo{
    width: 60px;
}
.contact-one-zuo img{
    display: block;
}
.contact-one-you{
    width: calc(100% - 80px);
    margin-left: 20px;
}
.contact-one-you span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.contact-one-you p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.contact-one-you p a{
    display: block;
    color: #333333;
}
.contact-two{}
.contact-two #container{
    width: 100%;
    height: 600px;
}
.amap-container img{
    width: 200px;
}
.contact-three{
    padding: 200px 0;
}
.contact-three-all{}
.contact-three-all form{
    width: 60%;
    margin: auto;
}
.contact-three-all form legend{
    font-size: 36px;
    color: #DB650D;
    text-align: center;
}
.contact-three-all form .form-group{
    margin-top: 30px;
}
.contact-three-all form .form-group label{
    font-size: 16px;
    color: #333333;
    display: block;
    position: relative;
}
.contact-three-all form .red{
    padding-left: 8px;
}
.contact-three-all form .red::before{
    content: "*";
    display: block;
    font-size: 12px;
    color: #C30D23;
    position: absolute;
    top: 3px;
    left: 0px;
}
.contact-three-all form .form-group input{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    box-sizing: border-box;
    background-color: unset;
    border: 1px solid #DCDDDD;
    padding: 18px 10px;
    width: 100%;
    margin-top: 10px;
}
.contact-three-all form .form-group textarea{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    box-sizing: border-box;
    background-color: unset;
    border: 1px solid #DCDDDD;
    padding: 15px;
    width: 100%;
    margin-top: 10px;
    resize: none;
}
.contact-three-all form .btn{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #DB650D;
    margin-top: 50px;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: .3s ease-in;
}
.contact-three-all form .btn:hover{
    border: 1px solid #DB650D;
    background-color: transparent;
    color: #DB650D;
}
.success-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 600;
    display: none;
}
.success-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
}
.success-tan-cont{
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 601;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}
.success-tan-close{
    font-size: 26px;
    color: #666666;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
}
.success-tan-p{}
.success-tan-p img{
    display: block;
    margin: auto;
}
.success-tan-p p{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
/* 侧边栏 */
.ce{
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 9999;
}
.ce.test{
    display: block;
}
.ce-cont{
    position: relative;
    margin-top: 20px;
}
.ce-cont:nth-child(1){
    margin-top: 0;
}
.ce-p{}
.ce-p p{
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #DB650D;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(181,181,181,.75);
}
.ce-p p i{
    font-size: 20px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 40px;
}
.ce-p span{
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.ce-cang{
    width: max-content;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(181,181,181,.75);
    box-sizing: border-box;
    display: none;
}
.ce-cang a{
    display: block;
}
.ce-cang a span{
    font-size: 14px;
    color: #333333;
    margin-left: 10px;
}
.ce-cont:hover .ce-cang{
    display: block;
}




/* 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: #DB650D;
    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;
}
.pc-ban{
    display: block;
}
.phone-ban{
    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 .foot-di-left{
        display: flex;
        margin-top: 40px;
        margin-left: 30px;
    }
    .foot-di-left li a{
        border: 1px solid #333333;
        color: #333333;
        line-height: 1;
    }
    .foot-di-left li a span,.foot-di-left li a i{
        color: #333333;
    }
    .lang-foot-drop{
        top: 100%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}



.phone-scheme,.phone-pro-menu,.phone-about-four,.phone-about-two{
    display: none;
}
@media (min-width:1199px) and (max-width:1700px){
    .index-about,.index-scheme,.index-news,.about-one,.about-five,
    .contact-one,.contact-three{
        padding: 150px 0;
    }
    .container{
        width: 85%;
    }
    .head-zhong ul li>a,.head-right p{
        font-size: 14px;
    }
    .ban-swiper .swiper-slide .ban-p{
        left: calc((100vw - 85%) / 2);
    }
    .ban-xian{
        left: calc((100vw - 85%) / 2);
    }
    .index-about-zuo i{
        font-size: 50px;
    }
    .index-about-you h2 p{
        font-size: 30px;
    }
    .index-pro-swiper .swiper-slide a{
        padding: 30px;
    }
    .index-pro-swiper .swiper-slide a p{
        padding: 0 20px;
    }
    .index-news-all{
        margin-left: calc((100vw - 85%) / 2);
    }
    .pro-p{
        width: 90%;
        left: calc((100vw - 90%) / 2);
    }
    .pro-right a{
        padding: 50px;
    }
    .solution-tan-cont{
        width: 85%;
        padding: 50px;
    }
    .solution-tan-top-prev {
        left: -40px;
    }
    .solution-tan-top-next {
        right: -40px;
    }
    .solution-tan-prev, .solution-tan-next{
        width: 30px;
        height: 30px;
    }
    .solution-tan-prev {
        left: 10px;
    }
    .solution-tan-next {
        right: 10px;
    }
    .solution-tan-right .solution-other li a p span{
        width: 100%;
    }
    .solution-tan-right .solution-other li a p i{
        display: none;
    }
    .solution-tan-close{
        right: 50px;
    }
    .news-top-right {
        width: 45%;
        padding: 0 40px;
    }
}
@media screen and (max-width:1200px){
    .container{
        width: 90%;
    }
    .head-zhong ul,.head-right{
        display: none;
    }
    .ban-swiper .swiper-slide .ban-p{
        width: 90%;
        left: calc((100vw - 90%) / 2);
    }
    .ban-swiper .swiper-slide .ban-p h2{
        font-size: 30px;
    }
    .index-about{
        padding: 50px 0;
    }
    .index-about-top h2{
        font-size: 24px;
    }
    .index-about-content {
        margin-top: 40px;
    }
    .index-about-left{
        width: 100%;
    }
    .index-about-right{
        width: 100%;
    }
    .index-about-left h2 {
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }
    .index-about-left p{
        font-size: 14px;
        line-height: 26px;
        text-align: center;
    }
    .index-about-right-cont:nth-child(1), 
    .index-about-right-cont:nth-child(2), 
    .index-about-right-cont:nth-child(3){
        margin-top: 40px;
    }
    .index-about-right-cont{
        width: 48%;
    }
    .index-about-zuo i{
        font-size: 40px;
    }
    .index-about-you {
        width: calc(100% - 70px);
    }
    .index-about-you h2 p{
        font-size: 30px;
    }
    .index-pro{
        padding: 50px 0;
    }
    .index-pro-top h2{
        font-size: 24px;
    }
    .index-pro-top ul{
        width: 100%;
    }
    .index-pro-top ul li{
        width: 31%;
        font-size: 12px;
        line-height: 40px;
    }
    .index-pro-top ul li:last-child{
        display: none;
    }
    .index-pro-swiper .swiper-slide a{
        padding: 15px;
    }
    .index-pro-swiper .swiper-slide a p{
        padding: 0 15px;
    }
    .index-pro-swiper .swiper-slide a p span{
        width: 100%;
    }
    .index-pro-swiper .swiper-slide a p i{
        display: none;
    }
    .index-scheme{
        padding: 50px 0;
    }
    .index-scheme-top h2{
        font-size: 24px;
    }
    .index-scheme-top p{
        margin-top: 15px;
    }
    .index-scheme-content,.index-scheme-xian{
        display: none;
    }
    .phone-scheme{
        display: block;
        margin-top: 40px;
    }
    .phone-scheme-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }
    .phone-scheme-swiper .index-scheme-cont{
        width: 100%;
        height: auto;
    }
    .index-scheme-cont::after{
        display: none;
    }
    .index-scheme-cont.active .index-scheme-p{
        transform: unset;
    }
    .phone-scheme-swiper .index-scheme-cont .index-scheme-p{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        position: unset;
    }
    .phone-scheme-swiper .index-scheme-cont .index-scheme-p h2{
        color: #191919;
    }
    .phone-scheme-swiper .index-scheme-cont .index-scheme-p p{
        opacity: 1;
        margin-top: 10px;
    }
    .phone-scheme-swiper .index-scheme-cont .index-scheme-p p span{
        width: 100%;
        color: #333333;
    }
    .phone-scheme-swiper .index-scheme-cont .index-scheme-p p i{
        display: none;
    }
    .phone-scheme-swiper .index-scheme-cont{}
    .phone-scheme-page{}
    .phone-scheme-page .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: 1;
        background: #DB650D;
        position: relative;
        margin: 0 8px !important;
    }
    .phone-scheme-page .swiper-pagination-bullet-active{}
    .phone-scheme-page .swiper-pagination-bullet-active::before{
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #DB650D;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .index-why{
        padding: 50px 0;
    }
    .index-why-all>h2{
        font-size: 24px;
    }
    .index-why-cont{
        margin-top: 40px;
    }
    .index-why-left{
        width: 100%;
        margin-right: 0;
    }
    .index-why-zhong{
        width: 100%;
        margin-top: 40px;
        display: none;
    }
    .index-why-right{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .index-why-left div, .index-why-right div{
        margin-top: 40px;
    }
    .index-why-left div li, .index-why-right div li {
        width: calc(100% - 80px);
    }
    .index-why-left div li span, .index-why-right div li span{
        margin-top: 10px;
    }
    .index-news{
        padding: 50px 0;
    }
    .index-news-all{
        margin-left: 5%;
        margin-right: 5%;
    }
    .index-news-left{
        width: 100%;
    }
    .index-news-left h2{
        font-size: 24px;
        text-align: center;
    }
    .index-news-left ul {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .index-news-left ul li{
        width: 50%;
        text-align: center;
        margin-top: 15px;
    }
    .index-news-left a{
        position: unset;
        margin: auto;
        margin-top: 20px;
    }
    .index-news-right{
        width: 100%;
        margin-top: 20px;
    }
    .index-news-swiper{
        padding-bottom: 40px;
    }
    .index-hezuo-swiper .swiper-slide {
        padding: 50px 0;
    }
    .foot{
        padding: 50px 0;
    }
    .foot-left{
        width: 100%;
    }
    .foot-left li {
        margin-top: 20px;
    }
    .foot-right{
        width: 100%;
        margin-top: 20px;
    }
    .foot-right ul li{
        display: none;
    }
    .foot-right ul li:last-child{
        display: block;
    }
    .foot-di-left{
        width: 100%;
        justify-content: center;
    }
    .foot-di-left p,.foot-di-right a{
        text-align: center;
    }
    .foot-di-left span{
        display: none;
    }
    .foot-di-right {
        width: 100%;
    }
    .pro-ban{
        height: 300px;
        margin-top: 50px;
    }
    .pro-ban img{
        height: 100%;
        object-fit: cover;
    }
    .pro-p{
        width: 90%;
        left: calc((100vw - 90%) / 2);
        padding: 20px;
    }
    .pro-p h2{
        font-size: 24px;
    }
    .pro-p p{
        font-size: 14px;
    }
    .pro-all .pro-left{
        display: none;
    }
    .product{
        padding: 50px 0;
    }
    .phone-pro-menu{
        display: block;
        overflow: hidden;
    }
    .phone-pro-menu>p{
        font-size: 16px;
        color: #333333;
        background-color: #F0F2F5;
        text-align: center;
        padding: 10px 0;
        margin-top: 30px;
    }
    .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 .pro-left{
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
    .pro-right{
        width: 100%;
        margin-top: 40px;
    }
    .pro-right a{
        padding: 30px;
    }
    .pro-right a .pro-zuo {
        width: 100%;
    }
    .pro-right a .pro-you {
        width: 100%;
        margin-top: 20px;
    }
    .pro-right a .pro-you span{
        margin-top: 40px;
    }
    .pro-detail {
        margin-top: 50px;
    }
    .pro-detail-one{
        padding: 50px 0;
    }
    .pro-detail-one-left{
        width: 100%;
    }
    .pro-detail-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .pro-detail-one-right h2{
        font-size: 24px;
    }
    .pro-detail-one-right li {
        margin-top: 10px;
    }
    .pro-detail-one-right a{
        margin-top: 40px;
    }
    .pro-detail-two {
        padding: 50px 0;
    }
    .pro-detail-two-cont li h2{
        width: 100%;
    }
    .pro-detail-two-cont li p{
        width: 100%;
        margin-top: 10px;
    }
    .solution {
        padding: 50px 0;
    }
    .solution-cont {
        width: 100%;
    }
    .solution-cont:nth-child(2){
        margin-top: 40px;
    }
    .solution-tan-cont{
        width: 90%;
        height: 80vh;
        padding: 30px;
        overflow-y: auto;
    }
    .solution-tan-close{
        top: -5px;
        right: 10px;
    }
    .solution-tan-left{
        width: 100%;
    }
    .solution-tan-right{
        width: 100%;
        margin-top: 20px;
    }
    .solution-tan-top-prev {
        display: none;
    }
    .solution-tan-top-next {
        right: -20px;
    }
    .pro-head-all p{
        width: 100%;
    }
    .pro-head-all li{
        width: 100%;
        justify-content: space-between;
    }
    .pro-head-all li a{
        margin-left: 0;
        padding-bottom: 20px;
    }
    .about-one{
        padding: 50px 0;
    }
    .about-one-left{
        width: 100%;
    }
    .about-one-left h2{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .about-one-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-one-content {
        margin-top: 40px;
        padding: 15px;
    }
    .about-one-cont:nth-child(1),
    .about-one-cont:nth-child(2),
    .about-one-cont:nth-child(3){
        margin-top: 0;
    }
    .about-one-cont {
        width: 32%;
        margin-top: 30px;
    }
    .about-one-cont h2 {
        text-align: center;
    }
    .about-one-cont h2 p{
        font-size: 28px;
    }
    .about-two{
        padding: 50px 0;
    }
    .about-two-all{
        display: none;
    }
    .phone-about-two{
        display: block;
    }
    .phone-about-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 50px;
    }
    .about-two-cont:nth-child(1){
        margin-top: 0;
    }
    .about-two-cont {
        width: 100%;
        margin-top: 30px;
        padding: 20px 20px;
    }
    .about-three {
        padding: 50px 0;
    }
    .about-three-top h2{
        font-size: 24px;
    }
    .about-three-top p{
        margin-top: 15px;
    }
    .about-three-content {
        margin-top: 40px;
    }
    .shang-swiper{
        width: 100%;
    }
    .about-shang-left {
        width: 100%;
    }
    .about-shang-right {
        width: 100%;
        padding: 30px 0;
    }
    .about-shang-right h1 {
        font-size: 130px;
    }
    .about-shang-right h2{
        font-size: 20px;
        margin-top: 20px;
    }
    .about-four{
        padding: 50px 0;
    }
    .about-four-top h2{
        font-size: 24px;
    }
    .about-four-top p{
        margin-top: 15px;
    }
    .about-four-cont{
        display: none;
    }
    .phone-about-four{
        display: block;
        margin-top: 30px;
    }
    .phone-four-swiper{
        overflow: hidden;
        position: relative;
        padding-bottom: 40px;
    }
    .phone-four-swiper img{
        display: block;
        margin: auto;
    }
    .phone-four-page{}
    .phone-four-page .swiper-pagination-bullet,
    .phone-about-page .swiper-pagination-bullet{
        width: 6px;
        height: 6px;
        opacity: 1;
        background: #DB650D;
        position: relative;
        margin: 0 8px !important;
    }
    .phone-four-page .swiper-pagination-bullet-active{}
    .phone-four-page .swiper-pagination-bullet-active::before,
    .phone-about-page .swiper-pagination-bullet-active::before{
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #DB650D;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about-five {
        padding: 50px 0;
    }
    .about-five-top h2{
        font-size: 24px;
    }
    .about-five-top p{
        margin-top: 15px;
    }
    .about-five-swiper {
        margin-top: 40px;
    }
    .about-five-swiper li {
        padding: 20px 0;
    }
    .news {
        padding: 50px 0;
    }
    .news-top-left{
        width: 100%;
    }
    .news-top-right{
        width: 100%;
        padding: 20px;
    }
    .news-top-right h2{
        margin-top: 15px;
    }
    .news-top-right p{
        margin-top: 30px;
    }
    .news-cont{
        width: 48%;
    }
    .news-cont a p{
        margin-top: 15px;
    }
    .news-detail{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .news-detail-left{
        width: 100%;
        padding: 15px;
    }
    .news-detail-right{
        display: none;
    }
    .news-detail-left-top{
        padding-bottom: 30px;
    }
    .news-detail-left-top h2 {
        font-size: 24px;
    }
    .news-detail-p {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .contact-one {
        padding: 50px 0;
    }
    .contact-one-left {
        width: 100%;
    }
    .contact-one-right {
        width: 100%;
        margin-top: 20px;
    }
    .contact-one-left h2 {
        font-size: 24px;
        line-height: 40px;
    }
    .contact-one-content{
        margin-top: 0;
    }
    .contact-one-cont {
        width: 100%;
        padding: 30px 20px;
        margin-top: 30px;
    }
    .contact-two #container{
        height: 300px;
    }
    .contact-three {
        padding: 50px 0;
    }
    .contact-three-all form{
        width: 90%;
    }
    .contact-three-all form legend{
        font-size: 24px;
    }
    .contact-three-all form .form-group {
        margin-top: 20px;
    }
    .contact-three-all form .btn{
        padding: 10px 0;
        margin-top: 30px;
    }
}
@media (min-width:769px) and (max-width:1199px){
    .index-about-left{
        width: 45%;
    }
    .index-about-left h2,.index-about-left p{
        text-align: left;
    }
    .index-about-right{
        width: 50%;
        margin-top: 0;
    }
    .index-about-right-cont {
        width: 31%;
    }
    .index-about-right-cont:nth-child(1), 
    .index-about-right-cont:nth-child(2), 
    .index-about-right-cont:nth-child(3){
        margin-top: 0;
    }
    .index-why-left {
        width: calc(33.33333% + 60px);
        margin-right: -60px;
    }
    .index-why-zhong {
        width: 33.33333%;
        margin-top: 0;
    }
    .index-why-right {
        width: calc(33.33333% + 60px);
        margin-left: -60px;
        margin-top: 0;
    }
    .index-news-left h2{
        text-align: left;
    }
    .index-news-left{
        width: 20%;
    }
    .index-news-left ul li{
        width: 100%;
        text-align: left;
    }
    .index-news-left a{
        width: 90%;
        margin: 0;
        margin-top: 40px;
    }
    .index-news-right {
        width: 78%;
        margin-top: 0;
    }
    .foot-left {
        width: 48%;
    }
    .foot-right {
        width: 48%;
    }
    .phone-pro-menu{
        display: none;
    }
    .pro-all .pro-left{
        width: 250px;
        display: block;
    }
    .pro-right {
        width: calc(100% - 300px);
        margin-top: 0;
    }
    .pro-right a .pro-zuo{
        width: 35%;
    }
    .pro-right a .pro-you {
        width: 60%;
        margin-top: 0;
    }
    .pro-detail-one-left{
        width: 40%;
    }
    .pro-detail-one-right{
        width: 55%;
        margin-top: 0;
    }
    .pro-detail-two-cont li h2{
        width: 150px;
    }
    .pro-detail-two-cont li p {
        width: calc(95% - 250px);
    }
    .solution-cont{
        width: 48%;
    }
    .solution-cont:nth-child(2){
        margin-top: 0;
    }
    .solution-tan-cont{
        height: auto;
    }
    .solution-tan-left {
        width: 60%;
    }
    .solution-tan-right{
        width: 35%;
        margin-top: 0;
    }
    .pro-head-all p {
        width: auto;
    }
    .pro-head-all li {
        width: auto;
        justify-content: flex-end;
    }
    .pro-head-all li a {
        margin-left: 20px;
        padding-bottom: 0px;
    }
    .about-one-left {
        width: 55%;
    }
    .about-one-right {
        width: 40%;
        margin-top: 0;
    }
    .about-one-cont {
        width: auto;
        margin-top: 0px;
    }
    .about-two-all {
        display: flex;
    }
    .phone-about-two {
        display: none;
    }
    .about-two-cont{
        width: 23%;
        margin-top: 0;
    }
    .about-two-cont:nth-child(2){
        margin-top: 0;
    }
    .about-two-cont img {
        width: 100px;
    }
    .about-shang-left{
        width: 40%;
    }
    .about-shang-right{
        width: 50%;
        margin-top: 0;
    }
    .phone-about-four{
        display: none;
    }
    .about-four-cont{
        display: block;
    }
    .news-top-left{
        width: 55%;
    }
    .news-top-right{
        width: 40%;
        padding: 0;
    }
    .news-cont {
        width: 31%;
    }
    .contact-one-left {
        width: 60%;
    }
    .contact-one-right{
        width: auto;
        margin-top: 0;
    }
    .contact-one-cont{
        width: 48%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .index-about-right-cont {
        width: 31%;
    }
    .index-why-left {
        width: calc(33.33333% + 60px);
        margin-right: -60px;
    }
    .index-why-zhong {
        width: 33.33333%;
        margin-top: 0;
    }
    .index-why-right {
        width: calc(33.33333% + 60px);
        margin-left: -60px;
    }
    .pro-right a .pro-zuo{
        width: 35%;
    }
    .pro-right a .pro-you {
        width: 60%;
        margin-top: 0;
    }
    .pro-detail-one-left{
        width: 40%;
    }
    .pro-detail-one-right{
        width: 55%;
        margin-top: 0;
    }
    .solution-cont{
        width: 48%;
    }
    .solution-cont:nth-child(2){
        margin-top: 0;
    }
    .solution-tan-left {
        width: 100%;
    }
    .solution-tan-right{
        width: 100%;
        margin-top: 20px;
    }
    /* .solution-tan-right .solution-other{
        display: none;
    } */
    .about-two-cont{
        width: 100%;
    }
    .about-two-cont:nth-child(2){
        margin-top: 0;
    }
    .about-shang-left{
        width: 40%;
    }
    .about-shang-right{
        width: 50%;
        margin-top: 0;
    }
    .news-top-left{
        width: 55%;
    }
    .news-top-right{
        width: 40%;
        padding: 0;
    }
    .contact-one-cont{
        width: 48%;
    }
}
@media screen and (max-width:414px){}