.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'en_B';
    src: url("../font/OPPOSans-B.ttf");
}
@font-face {
    font-family: 'en_H';
    src: url("../font/OPPOSans-H.ttf");
}
@font-face {
    font-family: 'en_L';
    src: url("../font/OPPOSans-L.ttf");
}
@font-face {
    font-family: 'en_M';
    src: url("../font/OPPOSans-M.ttf");
}
@font-face {
    font-family: 'en_R';
    src: url("../font/OPPOSans-R.ttf");
}



.padding {
    padding: 80px 0;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.myhead .logo{
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    font-family: 'en_B';
}
.myhead{
    border-bottom:1px solid #eee;
}
.myhead .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 118px;
}
.myhead .tel .s1{
    font-size:16px;
    color:#333333;
    font-family: en_M;
}
.myhead .tel .s2{
    font-size:18px;
    color:#e70012;
    font-family: en_B;
}
.mymenuul{
    float: left;
    width: 755px;
}
.mymenuul ul{
    display: flex;
    justify-content: space-between;
}
.mymenuul ul li a{
    display: block;
    font-size:16px;
    line-height: 70px;
    text-transform: uppercase;
    color:#000;
    font-family: en_B;
    position: relative;
}
.mymenuul ul li a:hover ,.mymenuul ul li a.active{
    color:#e70012;
}
.mymenuul ul li a:after{
    display: block;
    content:"";
    width: 0;
    height: 4px;
    background: #e70012;
    left:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mymenuul ul li a:hover:after ,.mymenuul ul li a.active:after{
    width: 100%;
}

.formbox{
    float: right;
    width: 400px;
}
.formbox input[type=text]{
    float: left;
    width: 330px;
    line-height: 70px;
    outline: none;
    font-size:16px;
    color:#333;
    padding:0 40px 0 25px;
    background: #fff url("../img/sear01.png") no-repeat center right 20px;
    border-left:1px solid #eee;
}
.formbox input[type=text]::placeholder{
    font-size:16px;
    color:#b1b1b1;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 70px;
    height: 70px;
    background: url("../img/search.png") no-repeat center;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    background: rgba(0,0,0,0.4);
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.bannerbox .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border:1px solid #fff;
    opacity: 0;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #fff;
}
.bannerbox .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.alltitle{
    text-align:center;
    margin-bottom: 50px;
}
.alltitle .fir{
    font-family: en_H;
    font-size:36px;
    color:#010101;
    text-transform: uppercase;
}
.alltitle .sec{
    font-size:16px;
    color:#717171;
    max-width: 957px;
    margin:20px auto 0 auto;
}
.in_product{
    background: #f2f2f2;
}
.in_product_type{
    background: #fff;
    box-shadow: 0 0 4px #eee;
    padding:0 25px 0 0;
    margin-bottom: 25px;
}
.in_product_type .icon{
    float: left;
    width: 100px;
    height: 75px;
    position: relative;
}
.in_product_type .abox{
    float: left;
    width: 1075px;
    display: flex;
    justify-content: space-between;
}
.in_product_type .abox a{
    display: block;
    line-height: 75px;
    font-size:14px;
    color:#010101;
    position: relative;
    text-transform: uppercase;
    font-family: en_B;
}
.in_product_type .abox a:after{
    display: block;
    content: "";
    width: 0;
    height: 4px;
    background: #e70012;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_product_type .abox a:hover{
    color:#e70012;
}
.in_product_type .abox a:hover:after{
    width: 100%;
}
.in_product_type .abox .lasta{
    color:#e70012;
}
.in_product_box .list{
    float: left;
    width: 380px;
    position: relative;
    background: #fff;
    margin-right: 30px;
}
.in_product_box .list:nth-child(3n){
    margin-right: 0;
}
.in_product_box .list:nth-child(n+4){
    margin-top: 30px;
}
.in_product_box .list:hover{
    box-shadow: 0 0 5px #eee;
}
.in_product_box .list .imgbox{
    width: 100%;
    height: 280px;
    position: relative;
}
.in_product_box .list .title{
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in_product_box .list .title span{
    display: inline-block;
    font-size:14px;
    color:#737373;
    font-family: en_M;
    width: 230px;
}
.in_product_box .list:hover .title span{
    color:#e70012;
}
.in_product_box .list .title .icon{
    width: 25px;
    height: 25px;
    border:2px solid #737373;
    position: relative;
    border-radius: 100%;
    margin-left:15px;
}
.in_product_box .list:hover .title .icon{
    border:2px solid #e70012;
    background: #e70012;
}
.in_product_box .list:hover .title .icon img{
    filter:  brightness(242%);
}
.in_why .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1098px;
    margin:0 auto;
}
.in_why .item .list{
    width:279px;
    text-align:center;
}
.in_why .item .imgbox{
    position: relative;
    width: 100%;
    height: 97px;
}
.in_why .item .title{
    font-size:16px;
    color:#0d0001;
    font-family: en_B;
    margin-top: 20px;
    text-transform: uppercase;
}
.in_why .item .list:nth-child(n+4){
    margin-top: 95px;
}
.in_why .item .list:hover .imgbox img{
    animation: jello 1s;
}

@-webkit-keyframes jello {

    from, 11.1%, to { -webkit-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}



@-moz-keyframes jello {

    from, 11.1%, to { -moz-transform: none; transform: none }

    22.2% { -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}

.in_sj{
    background: url("../img/sjbg.jpg") no-repeat center / cover;
    background-attachment: fixed;
    height: 558px;
}
.in_sj .warpper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.in_sj .text{
    width: 930px;
    text-align:center;
    color:#fff;
}
.in_sj .text .fir{
    font-size:18px;
}
.in_sj .text .sec {
    font-size: 67px;
    font-family: Impact;
    text-transform: uppercase;
    margin-top: 11px;
}

.in_sj .text .thr{
    font-size:36px;
    font-family: en_M;
}
.in_sj .text a{
    display: block;
    line-height: 60px;
    width: 260px;
    background: #e70012;
    margin:30px auto 0 auto;
    font-size:16px;
    font-family: en_M;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
}
.in_sj .text a:hover{
    background: #000;
}
.scenebox{
    position: relative;
}
.scenebox .swiper-slide a{
    display: block;
    width: 100%;
    position: relative;
}
.scenebox .swiper-slide .imgbox{
    width: 100%;
    height:225px;
    overflow: hidden;
    z-index: 2;
}
.scenebox .swiper-slide:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.scenebox .swiper-slide .text{
    position: absolute;
    width: 100%;
    height: 141px;
    padding: 33px 20px;
    background: #f5f5f5;
    text-align: center;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}
.scenebox .swiper-slide .text .icon img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.scenebox .swiper-slide .text .title{
    font-size:16px;
    color:#434343;
    font-family: en_M;
    margin:15px 0 36px 0;
}
.scenebox .swiper-slide .text .des{
    font-size:12px;
    color:#434343;
}
.scenebox .swiper-slide .text span{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align:center;
    border-radius: 100%;
    border:1px solid #fff;
    margin:15px auto 0  auto;
    color:#fff;
}
.scenebox .swiper-slide:hover .text{
    height: 236px;
    background: #e70012;
}
.scenebox .swiper-slide:hover .text .icon img{
    filter: brightness(600%);
}
.scenebox .swiper-slide:hover .text .title{
    color:#fff;
    margin:15px 0;
}
.scenebox .swiper-slide:hover .text .des{
    color:#fff;
}
.scenebox .but:after{
    font-size:70px;
    color:#eaeaea;
}
.scenebox .but:hover:after{
    color:#e70012;
}
.scenebox .swiper-button-next-scene{
    right:-75px;
}
.scenebox .swiper-button-prev-scene{
    left:-75px;
}

.in_news{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}

.in_news .left{
    width: 588px;
    float: left;
}
.in_news .left .imgbox{
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
}
.in_news .left .text a{
    display: block;
    width: 100%;
    padding:20px;
    background: #fff;
    position: relative;
}
.in_news .left .text a .title{
    font-size:16px;
    color:#717171;

}
.in_news .left .text a .des{
    font-size:12px;
    color:#9f9f9f;
    margin:15px 0;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'en_B';
}
.in_news .left .text a .time{
    padding-left:23px;
    font-size:12px;
    color:#9f9f9f;
    background: url("../img/newstime.png") no-repeat left center;
}
.in_news .swiper-pagination{
    text-align: right;
    padding-right: 41px;
    width: 100%;
    bottom: 15px;
}
.in_news .swiper-pagination-bullet{
    background: #e70012;
    margin:0 5px;
}
.in_news .left .swiper-slide:hover .text a{
    background: #e70012;
}
.in_news .left .swiper-slide:hover .text a .title{
    color:#fff;
}
.in_news .left .swiper-slide:hover .text a .des{
    color:#fff;
}
.in_news .left .swiper-slide:hover .text a .time{
    color:#fff;
    background: url("../img/newstime1.png") no-repeat left center;
}
.in_news .swiper-slide:hover .swiper-pagination-bullet{
    background: #fff;
}
.in_news .right{
    float: right;
    width: 588px;
}
.in_news .right .list a{
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff;
    position: relative;
}
.in_news .right .list a .title{
    font-size: 16px;
    color: #717171;
    line-height: 45px;
    border-bottom:1px solid #efefef;
}
.in_news .right .list a .des{
    font-size: 12px;
    color: #9f9f9f;
    margin: 15px 0;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'en_B';
}
.in_news .right .list a .time{
    padding-left: 23px;
    font-size: 12px;
    color: #9f9f9f;
    background: url(../img/newstime.png) no-repeat left center;
}
.in_news .right .list a span{
    display: block;
    width: 96px;
    line-height: 26px;
    background: #e70012;
    border-radius: 12px;
    text-align:center;
    color:#fff;
    font-size:12px;
    position: absolute;
    right:20px;
    bottom:19px;
    text-transform: uppercase;
}
.in_news .right .top .list  a{
    padding: 25px 20px 30px 25px;
}
.in_news .right .list:hover a{
    background: #e70012;
}
.in_news .right .list:hover a .title{
    color:#fff;
}
.in_news .right .list:hover a .des{
    color:#fff;
}
.in_news .right .list:hover a .time{
    color:#fff;
    background: url(../img/newstime1.png) no-repeat left center;
}
.in_news .right .list:hover a span{
    background: #fff;
    color:#e70012;
}
.in_news .right .bottom{
    margin-top: 16px;
}
.in_news .right .bottom .list{
    float: left;
    width: 285px;
    margin-right: 18px;
}
.in_news .right .bottom .list:nth-child(2n){
    margin-right: 0;
}

.footerbox{
    background: #f2f2f2;
}
.footerbox .top .warpper{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content:space-between;
    border-bottom:1px solid #d9d9d9;
}
.footerbox .top .fir{
    font-size:14px;
    color:#333333;
    font-family: en_M;
}
.footerbox .top span{
    display: inline-block;
    font-size:14px;
    color:#333333;
    font-family: en_M;
    margin-left: 20px;
}
.footerbox .top span a{
    color:#333333;
    font-family: en_M;
}
.footerbox .top span i{
    color:#999;
    display: inline-block;
    margin-right: 6px;
}
.footerbox .bottom{
    margin-top: 50px;
}
.footerbox .bottom .left{
    float: left;
    width: 910px;
}
.footerbox .bottom .left p{
    font-size:14px;
    color:#333333;
    font-family: en_B;
    margin-bottom: 17px;
}
.footerbox .bottom .left p i{
    display: inline-block;
    color:#999999;
    font-family: en_B;
    margin-right: 10px;
}
.footerbox .bottom .left p.add{
    font-family: en_R;
}
.footerbox .bottom .left .copy{
    margin-top: 65px;
    color:#999999;
    font-family: en_B;
}
.footerbox .bottom .left .copy a{
    color:#999999;
    font-family: en_B;
}
.footerbox .bottom .right{
    float: right;
    display: block;
}
.sbanner{
    width: 100%;
    position: relative;
    height: 600px;
}
.sbanner.s-company{
    background: url("../img/s-company.jpg") no-repeat center;
}
.sbanner.s-product{
    background: url("../img/s-product.jpg") no-repeat center;
}
.sbanner.s-work{
    background: url("../img/s-work.jpg") no-repeat center;
}
.sbanner.s-news{
    background: url("../img/s-news.jpg") no-repeat center;
}
.sbanner.s-contact{
    background: url("../img/s-contact.jpg") no-repeat center;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sbanner .text .fir{
    text-transform: uppercase;
    font-size:48px;
    letter-spacing: 1px;
    font-family: 'en_B';
}
.sbanner .text .sec{
    text-transform: uppercase;
    font-size:18px;
    font-family: en_B;
    letter-spacing: 1px;
    color:rgba(255,255,255,0.6);
    margin-top: 10px;
}

.allcrumbs{
    background: #e70012;
    line-height: 90px;
    height: 90px;
}
.allcrumbs .left{
    font-size:15px;
    color:#fff;
    float: left;
    padding-left:27px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs .left a{
    color:#fff;
}
.inner-company-fir .des{
    font-size:16px;
    color:#676767;
    line-height: 30px;
}
.inner-company-fir .swiper-container-scene{
    margin-top: 50px;
}
.inner-company-fir .swiper-container-scene .imgbox{
    width: 100%;
    height: 225px;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .swiper-slide:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-company-sec{
    background: #f8f8f8;
}
.inner-company-sec .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-company-sec .item .list{
    width: 585px;
    height: 250px;
    background: #fff;
    padding:55px 40px;
    border:2px solid #fff;
}
.inner-company-sec .item .list .imgbox{
    float: left;
}
.inner-company-sec .item .list .text{
    float: left;
    width: 310px;
    margin-left: 35px;
}
.inner-company-sec .item .list .text .title{
    font-size:20px;
    color:#000000;
}
.inner-company-sec .item .list .text .des{
    font-size:16px;
    color:#858585;
    line-height: 28px;
    margin-top: 10px;
}
.inner-company-sec .item .list:nth-child(n+3){
    margin-top: 20px;
}
.inner-company-sec .item .list:hover{
    border:2px solid #e70012;
}

.innner-cptype{
    border:1px solid #dddddd;
    padding:0 90px;
    margin-bottom: 65px;
}
.innner-cptype a{
    display: inline-block;
    line-height: 95px;
    font-size:20px;
    color:#646464;
    font-family: en_B;
    position: relative;
}
.innner-cptype a:hover{
    color:#e70012;
}
.innner-cptype .top{
    display: flex;
    justify-content: space-between;
    border-bottom:2px solid #ddd;
}
.innner-cptype .bottom a{
    margin-right: 92px;
}
.innner-cptype .bottom a:last-child{
    margin-right: 0;
}
.innner-cptype a:after{
    position: absolute;
    content:"";
    width: 2px;
    height:18px;
    background: #ebebeb;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:-57px;
}
.inner-item .list{
    float: left;
    width: 385px;
    margin-right: 22px;
    margin-bottom: 22px;
    border:2px solid #ddd;
}
.inner-item .list:nth-child(3n){
    margin-right: 0;
}
.inner-item .list .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
}
.inner-item .list .text{
    background: #fff;
    padding:30px 27px;
    text-align:center;
}
.inner-item .list .title{
    font-size:20px;
    color:#232323;
    font-family: en_M;
}
.inner-item .list .abox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.inner-item .list .abox a{
    display: inline-block;
    width: 160px;
    line-height: 40px;
    border:1px solid #ccc;
    font-size:16px;
    color:#232323;
}
.inner-item .list:hover .text{
    background: #e70012;
}
.inner-item .list:hover .text .title{
    color:#fff;
}
.inner-item .list:hover .text .abox a{
    color:#fff;
    border:1px solid #fff;
}
.inner-item .list .text .abox a:hover{
    border:1px solid #333;
    background: #333;
}

.pro-des-top{
    width: 100%;
    height: 456px;
}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 45%;
    float: left;
    height: 100%;
    border: 1px solid #e6e6e6;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;

    background: #fff;
    position: relative;
}
.pro-des-imgbox .imgbox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-text{
    float: right;
    width: 47%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 24px;
    color: #333;
    font-weight: 700;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0 6% 0;
    position: relative;
}
.pro-des-text .line i{
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #e70012;
    left:0;
    top:-1px;
}
.pro-des-text .des{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}
.pro-des-text .des:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.des-tumb{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.des-tumb .swiper-container{
    width: 85%;
    margin:0 auto;
}
.des-tumb .imgbox{
    width: 100%;
    height: 130px;
    background: #f6f6f6;
}
.des-tumb .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.des-tumb .pro-des-button{
    width: 7%;
    height: 100%;
    top:0;
    margin-top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.des-tumb .pro-des-button:after{
    display: none;
}
.des-tumb .swiper-button-next-pro-des{
    background: #f4f4f4 url("../img/pro-des-right.png") no-repeat center;
    right:0;
}
.des-tumb .swiper-button-next-pro-des:hover{
    background: #13b87b url("../img/pro-des-right1.png") no-repeat center;
}

.des-tumb .swiper-button-prev-pro-des{
    background: #f4f4f4 url("../img/pro-des-left.png") no-repeat center;
    left:0;
}
.des-tumb .swiper-button-prev-pro-des:hover{
    background: #13b87b url("../img/pro-des-left1.png") no-repeat center;
}
.des-tumb .swiper-slide{
    border: 1px solid #e6e6e6;
}
.des-tumb .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #2da2a6;
}
.pro-des-bottom{
    margin-top: 7%;
}
.product-t{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    text-align: center;
}
.product-t span{
    display: inline-block;
    line-height: 65px;
    font-size: 23px;
    border-bottom: #e70012 solid 2px;
    color: #333;
    font-family: 'en_B';
}
.pro-des-content{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding: 3% 0;
    font-weight: 500;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}
.pro-des-content table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.pro-des-content table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-content table tr td{
    line-height: 30px;
    font-size: 16px;
    color: #000;
    padding: 0.5%;
    word-wrap: break-word;
    white-space: pre-wrap;
    border: 1px solid #000 !important;
   
}
.pro-des-imgbox .swiper-pagination-bullet{
    background: #000;
}

.contact-liuyan{
    width: 100%;
    padding:3%;
    border:1px solid #eee;
    margin-top: 3%;
}
.contact-liuyan .form-left{
    float: left;
    width: 75%;
}
.contact-liuyan .form-right{
    float: right;
    width: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 49.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #eee;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 100%;
}
.contact-liuyan .verify{
    height: 45px;
    width: 100%;
    border:1px solid #eee;
    padding:3px;
}
.contact-liuyan .verify img{
    width: 100%;
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #333;
}
.contact-liuyan .submit{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #333;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 21%;
}
.contact-liuyan .submit:hover{
    background: #e70012;
}
.contact-liuyan .contact-liuyan-title{
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}
.swiper-container-other{
    margin:3% 0 5% 0;
}
.swiper-container-other .imgbox{
    width: 100%;
    height: 300px;
    border:1px solid #eee;
    position: relative;
}
.swiper-container-other .imgbox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.swiper-container-other .title{
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding:0 20px;
}
.swiper-container-other .swiper-slide:hover .title{
    background: #333;
    color:#fff;
}

.inner-item-work .list{
    float: left;
    width: 383px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
}
.inner-item-work .list:nth-child(3n){
    margin-right: 0;
}
.inner-item-work .list .imgbox{
    position: relative;
    width: 100%;
    height: 296px;
    overflow: hidden;
}
.inner-item-work .list .title{
    line-height: 65px;
    background: #eee;
    font-size:16px;
    color:#333;
    text-align:center;
}
.inner-item-work .list:hover .title{
    background: #e70012;
    color:#fff;
}
.allcrumbs .right{
    float: right;
}
.allcrumbs .right a{
    display: block;
    float: left;
    width: 200px;
    text-align:center;
    font-size:15px;
    color:#fff;
    font-family: en_M;
    position: relative;
}
.allcrumbs .right a:hover ,.allcrumbs .right a.active{
    background: #fff;
    color:#111111;
}
.allcrumbs .right a:after{
    position: absolute;
    content:"";
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ee4d5a;
}
.allcrumbs .right a.active:after{
    display: none;
}
.allcrumbs .right a:first-child:before{
    position: absolute;
    content:"";
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ee4d5a;
}
.allcrumbs .right a:first-child.active:before{
    display: none;
}

.inner-news-list{
    border-bottom:1px solid #E5E5E5;
    height: 260px;
    position: relative;
}
.inner-news-list:hover{
    background: #e5e5e5;
}
.inner-news-list .warpper{
    height: 100%;
}
.inner-news-list a{
    display: block;
    height: 100%;
    padding-top: 85px;
}
.inner-news-list .time{
    float: left;
    width: 200px;
}
.inner-news-list .time .ri{
    font-size: 60px;
    color: #e70012;
}
.inner-news-list .time .yue{
    font-size: 20px;
    color: #333;
}
.inner-news-list .con{
    float: left;
    width: 700px;
}
.inner-news-list .con .title{
    font-size:20px;
    color:#333;
    font-family: en_B;
}
.inner-news-list .con .des{
    font-size:18px;
    color:#666;
    line-height: 26px;
    margin-top: 20px;
}
.inner-news-list .more{
    float: right;
    display: block;
    width: 65px;
    height: 65px;
    background: url("../img/icon20_1.png") no-repeat center;
}
.inner-news-list:hover .more{
    background: url("../img/icon20_2.png") no-repeat center;
}
.bg {
    background: #f7f7f7;
}
.des-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    background: #f3f3f3;
    padding: 35px;
}
.des-content strong{
    color:#282828;
    font-size:18px;
    margin-bottom: 10px;
    display: block;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}
.inner-news-des{
    background: #fff;
    padding: 37px;
}
.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.contact-inner .top .list{
    float: left;
    width: 285px;
    height: 260px;
    border: 1px solid #e8ecf0;
    background-color: #f3f5f8;
    text-align:center;
    padding:0 20px;
    margin-right: 20px;
}
.contact-inner .top .list:last-child{
    margin-right: 0;
}
.contact-inner .top .list .imgbox{
    text-align:center;
    margin-top: 42px;
}
.contact-inner .top .list .imgbox svg{
    width: 40px;
    height: 40px;
    fill: url(#svgGradient);
}
.contact-inner .top .list .text{
    margin-top: 20px;
}
.contact-inner .top .list .text .fir{
    color: #929292;
    font-size:16px;
    margin-bottom: 9px;
}
.contact-inner .top .list .text .sec{
    color: #333;
    font-size: 17px;
}
.contact-inner .top .list .text .sec a{
    color: #333;
}
.contact-inner .bottom{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.contact-inner .bottom #mapbox{
    width: 100%;
    height: 100%;
}

.honor-inner-list{
    float: left;
    width: 270px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.honor-inner-list:nth-child(4n){
    margin-right: 0;
}
.honor-inner-list .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    border:1px solid #eee;
    background: #fff;
}

