.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: 'ziti1';
    src: url("../img/SweiSpringCJKsc-Bold.ttf");
}*/




.padding {
    padding: 60px 0;
}

.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.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;
}

.alltitle{
    text-align:center;
    margin-bottom: 50px;
}
.alltitle .fir{
    font-size:36px;
    color:#343434;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.alltitle .fir span{
    color:#d91413;
}
.alltitle .fir i{
    display: block;
    position: absolute;
    height: 1px;
    width: 340px;
    background: #c2c2c2;
    top:50%;
}
.alltitle .fir i.i1{
    left:-80%;
}
.alltitle .fir i.i2{
    right:-80%;
}
.alltitle .fir i:after{
    content:"";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #d91413;
    top:50%;
    margin-top: -2px;
}
.alltitle .fir i.i1:after{
    right:0;
}
.alltitle .fir i.i2:after{
    left:0;
}
.alltitle .sec{
    font-size:16px;
    color:#a5a5a5;
    margin-top: 10px;
}

.tooper{
    line-height: 35px;
    color:#fff;
    font-size:14px;
    background: #2d2d2d;
}
.tooper .left{
    float: left;
}
.tooper .right{
    float: right;
}
.tooper .right a{
    display: inline-block;
    color:#fff;
    padding-left:23px;
    position: relative;
}
.tooper .right a.message{
    background: url("../images/t1.png") no-repeat left center;
}
.tooper .right a.weixin{
    background: url("../images/t2.png") no-repeat left center;
    margin-left: 10px;
}
.tooper .right a img{
    position: absolute;
    width: 120px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:100%;
    display: none;
}
.tooper .right a:hover img{
    display: block;
}
.tooper .right a:hover{
    color:#da1413;
}
.header{
    height: 120px;
}
.header h1{
    float: left;
    margin-top: 17px;
}
.header h1 .logo{
    float: left;

}
.header h1 .logo img{
    width: 78px;
}
.header h1 .text{
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}
.header h1 .text .fir{
    font-size:28px;
    color:#2d2d2d;
    font-weight: bold;
    position: relative;
}
.header h1 .text .fir i{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #2d2d2d;
    left: 60px;
}
.header h1 .text .fir span{
    color:#d91413;
}
.header h1 .text .sec{
    font-size:16px;
    color:#727272;
    letter-spacing: 7.5px;
}
.header .tel{
    float: right;
    margin-top: 35px;
    padding-left:52px;
    background: url("../images/tel1.png") no-repeat left center;
}
.header .tel .fir{
    font-size:30px;
    color:#4d4d4d;
    font-weight: bold;
    line-height: 30px;
}
.header .tel .sec{
    font-size:22px;
    color:#747679;
}
.nav{
    height: 72px;
    background: url("../images/navbg.jpg") no-repeat center;
}
.nav .left{
    float: left;
    width: 1200px;
}
.nav .left ul{
    width: 100%;
}
.nav .left ul li{
    float: left;
    width: 12.5%;
}
.nav .left ul li a{
    display: block;
    line-height: 72px;
    font-size:16px;
    color:#313131;
    position: relative;
    text-align:center;
}
.nav .left ul li a:after{
    position: absolute;
    content:"";
    left:30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: #2d2d2d;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.nav .left ul li a:before{
    position: absolute;
    content:"";
    left:30px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height:13px;
    background: #2d2d2d;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.nav .left ul li a i{
    display: block;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:10px;
    width: 8px;
    height: 8px;
    background: url("../images/navicon.png") no-repeat center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.nav .left ul li a:hover:after ,.nav .left ul li a.active:after{
    height: 13px;
    background: #a22524;
}
.nav .left ul li a:hover i ,.nav .left ul li a.active i{
    opacity: 1;
}

.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .but{
    width: 47px;
    height: 66px;
    margin-top: -33px;
    opacity: 0;
}
.bannerbox:hover .but{
    opacity: 1;
}
.bannerbox .but:after{
    display: none;
}
.bannerbox .swiper-button-next-banner{
    background: url("../images/banner-right.png") no-repeat center;
    right:-10px;
}
.bannerbox:hover .swiper-button-next-banner{
    right:15%;
}
.bannerbox .swiper-button-prev-banner{
    background: url("../images/banner-left.png") no-repeat center;
    left:-10px;
}
.bannerbox:hover .swiper-button-prev-banner{
    left:15%;
}
.fuwu-item{
    display: flex;
    justify-content: space-between;
}
.fuwu-item .fuwu-list{
    width: 276px;
    background: #f6f6f6;
    border-radius: 20px;
    padding:60px 25px;
    text-align:center;
    height: 340px;
}
.fuwu-item .fuwu-list:hover{
    background: #d91413;
}
.fuwu-item .fuwu-list .imgbox img{
    margin:0 auto;
    display: block;
}
.fuwu-item .fuwu-list:hover .imgbox img{
    filter: grayscale(100%) brightness(1000%);
}
.fuwu-item .fuwu-list .fir{
    font-weight: bold;
    font-size:30px;
    color:#191919;
    margin:20px 0 10px 0;
}
.fuwu-item .fuwu-list:hover .fir{
    color:#fff;
}
.fuwu-item .fuwu-list .sec{
     margin-bottom: 15px;
     font-size:16px;
     color:#191919;
 }
.fuwu-item .fuwu-list:hover .sec{
    color:#fff;
}
.fuwu-item .fuwu-list .thr{
    line-height: 25px;
    font-size:14px;
    color:#828282;
}
.fuwu-item .fuwu-list:hover .thr{
    color:#fff;
}
.in_company{
    padding-bottom: 60px;
}
.in_company .left{
    float: left;
    width: 420px;
    position: relative;
    z-index: 2;
}
.in_company .left .fir{
    font-weight: bold;
    font-size:32px;
    color:#252525;
}
.in_company .left .sec{
    font-size:24px;
    color:#252525;
    margin-top: 5px;
}
.in_company .left .line{
    width: 70px;
    height: 3px;
    background: #e91918;
    margin: 20px 0 30px 0;
}
.in_company .left .thr{
    font-size:14px;
    color:#2e2e2e;
    line-height: 30px;
}
.in_company .left .thr a{
    color:#d91413;
}
.in_company .left .thr a:hover{
    font-weight: bold;
    text-decoration: underline;
}
.in_company .left .item{
    width: 637px;
    margin-top: 30px;
}
.in_company .left .item .list{
    float: left;
    width: 25%;
    height: 115px;
    text-align:center;
    font-size:18px;
    color:#fff;
    background: #d91413;
    padding-top: 16px;
}
.in_company .left .item .list p{
    margin-top: 10px;
}
.in_company .left .item .list:nth-child(even){
    background: #e7720f;
}
.in_company .left .item .list img{
    display: block;
    margin:0 auto;
}
.in_company .left .item .list:hover 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) }

}



@keyframes jello {

    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }

    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }

    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }

    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }

    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }

    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }

    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }

    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }

}
.in_company .right{
    width: 720px;
    height: 528px;
    float: right;
    position: relative;
    z-index: 1;
}
.tupianbox{
    margin-top: 20px;

}
.tupianbox .top{
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.tupianbox .top .l{
    float: left;
}
.tupianbox .top .l a{
    display: inline-block;
    padding-left:40px;
    position: relative;
    font-size:18px;
    color:#666666;
    margin-right: 80px;
}
.tupianbox .top .l a:nth-child(1){
    background: url("../images/tu1.png") no-repeat left 10px center;
}
.tupianbox .top .l a:nth-child(2){
    background: url("../images/tu2.png") no-repeat left 10px center;
}
.tupianbox .top .l a:nth-child(3){
    background: url("../images/tu3.png") no-repeat left 10px center;
}
.tupianbox .top .l a:after{
    content:"";
    position: absolute;
    left:0;
    width: 2px;
    height: 18px;
    background: #e91918;
    top:4px;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.tupianbox .top .l a.active{
    color:#e91918;
}
.tupianbox .top .l a.active:after{
    opacity: 1;
}
.tupianbox .top .r{
    float: right;
    font-size:16px;
    color:#666666;
}
.tupianbox .top .r:hover{
    color:#e91918;
    font-weight: bold;
}
.tupianbox .bottom-list .imgbox{
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.tupianbox .bottom-list .imgbox:hover .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);
}
.tupianbox .bottom-list{
    display: none;
}
.guang{
    height: 238px;
    background: url("../images/guangbg.jpg") no-repeat center;
}
.guang .erbox{
    float: left;
    width: 130px;
    text-align:center;
    margin-top: 44px;
}
.guang .erbox img{
    width: 100%;
}
.guang .erbox p{
    font-size:14px;
    color:#fff;
    margin-top: 10px;
}
.guang .text{
    float: left;
    width: 500px;
    margin:40px 0 0 40px;
}
.guang .text .fir{
    font-size:24px;
    color:#ffffff;
}
.guang .text .fir span{
    color:#e91918;
}
.guang .text .sec{
    font-size:14px;
    color:#d8d8d8;
    margin:14px 0  24px 0;
}
.guang .text .thr{
    font-weight: 700;
    font-size: 24px;
    color: #f1f1f1;
    line-height: 50px;
    border: 1px solid #fff;
    padding-left: 100px;
    width: 435px;
    background: url(../images/guang-tel.png) no-repeat left 41px center;
    border-radius: 23px;
}
.guang .text .thr span{
    font-size:16px;
    font-weight: 500;
}
.guang .ly{
    float: right;
    width: 520px;
    margin-top: 41px;
}
.guang .ly .t{
    color:#fff;
    font-size:18px;
    margin-bottom: 17px;
}
.guang .ly .left{
    float: left;
    width: 385px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.guang .ly .left .inputbox{
    position: relative;
    height: 45px;
}
.guang .ly .left input{
    background: #f1f1f1;
    line-height: 45px;
    outline: none;
    text-indent: 10px;
    border-radius: 3px;
    font-size:14px;
    color:#333;
}
.guang .ly .left input::placeholder{
    font-size:14px;
    color:#757575;
}
.guang .ly .left .tel ,.guang .ly .left .name{
    width: 220px;
}
.guang .ly .left .content ,.guang .ly .left .code{
    width: 150px;
}
.guang .ly .left .content{
    background: #f1f1f1;
    line-height: 45px;
    height: 45px;
    outline: none;
    text-indent: 10px;
    border-radius: 3px;
    font-size:14px;
    color:#333;
}
.guang .ly .left .content::placeholder{
    font-size:14px;
    color:#757575;
}
.guang .ly .left .inputbox .verify {
    position: absolute;
    width: 66px;
    height: 25px;
    right: 6px;
    top: 10px;
}
.guang .ly .left .inputbox .verify  img{
    width: 100%;
    height: 100%;
}
.guang .ly .left .inputbox>img{
    position: absolute;
    right:6px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.guang .ly .right{
    float: right;
    width: 120px;
    height: 120px;
    background: #e91918;
    border-radius: 10px;
    text-align:center;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    padding-top: 33px;
}
.guang .ly .right span{
    color:#fff;
}
.guang .ly .right img{
    display: block;
    margin:0 auto;
}

.p_slide{
    float: left;
    width: 310px;
}
.p_slide .top{
    width: 100%;
    height: 105px;
    background: #e91918;
    color:#fff;
    text-align:center;
    padding-top: 20px;
}
.p_slide .top .fir{
    font-size:28px;
    font-weight: bold;
}
.p_slide .top .sec{
    font-size:18px;
    text-transform: uppercase;
    color:rgba(255,255,255,0.6);
}
.p_slide .center{
    background: #fff;
    padding:15px;
    border-left:1px solid #e91918;
    border-right:1px solid #e91918;
}
.p_slide .center>a{
    width: 100%;
    display: block;
    font-size: 18px;
    color: #404040;
    text-align: center;
    line-height: 53px;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.p_slide .center>a:last-child{
    margin-bottom: 0;
}
.p_slide .center>a:hover ,.p_slide .center>a.active{
    background: #e91918;
    color:#fff;
}
.p_slide .center_gun{
    padding:71px 0px;
    position: relative;
}
.p_slide .center-type{
    width: 100%;
    height: 370px;
}
.p_slide .center-type .swiper-container{
    width: 100%;
    height: 100%;
}
.p_slide .center-type a{
    width: 100%;
    display: block;
    font-size: 18px;
    color: #404040;
    text-align: center;
    line-height: 53px;
    background: #f1f1f1;
}
.p_slide .center-type a:hover{
    background: #e91918;
    color:#fff;
}
.p_slide .center_gun .but:after{
    display: none;
}
.p_slide .center_gun .but{
    width: 40px;
    height: 20px;
    margin-top: 0;
}
.p_slide .center_gun .swiper-button-next{
    background: url(../images/protype-bottom.png) no-repeat center;
    bottom: 20px;
    top: inherit;
    right: inherit;
    left: 50%;
    margin-left: -20px;
}
.p_slide .center_gun .swiper-button-next:hover{
    background: url("../images/protype-bottom1.png") no-repeat center;
}
.p_slide .center_gun .swiper-button-prev{
    background: url("../images/protype-top.png") no-repeat center;
    top:20px;
    left: 50%;
    margin-left: -20px;
}
.p_slide .center_gun .swiper-button-prev:hover{
    background: url("../images/protype-top1.png") no-repeat center;
}
.p_slide .bottom{
    width: 100%;
    background: #ea1e1d;
    color:#fff;
    padding: 31px 0;
}
.p_slide .bottom  .fir{
    padding-left: 115px;
    font-size: 16px;
    background: url(../images/p-slide-tel.png) no-repeat left 85px center;

}
.p_slide .bottom .sec{
    text-align:center;
    font-size:28px;
    font-weight: bold;
}
.p_slide .bottom a{
    display: block;
    width: 140px;
    line-height: 30px;
    font-size:16px;
    text-align:center;
    margin:13px auto 0 auto;
    color:#fff;
    border:1px solid #fff;
}
.p_slide .bottom a:hover{
    background: #fff;
    color:#ea1e1d;
}
.p_slide .bottom .erbox{
    margin-top: 10px;
}
.p_slide .bottom .erbox img{
    width: 120px;
    display: block;
    margin:0 auto;
}
.p_slide .bottom .erbox p{
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top: 10px;
}
.p_box_right{
    float: right;
    width: 858px;
}
.p_box_right .top{
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
}
.p_box_right .top .imgbox{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;;
}
.p_box_right .top .imgbox:hover .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);
}
.p_box_right .top .imgbox .text{
    position: absolute;
    width: 100%;
    padding:20px 26px;
    bottom:0;
    left:0;
    background: rgba(233,25,24,0.6);
}
.p_box_right .top .imgbox .text .left{
    float: left;
    color:#fff;
}
.p_box_right .top .imgbox .text .left .fir{
    font-weight: bold;
    font-size:20px;
}
.p_box_right .top .imgbox .text .left .sec{
    font-size:14px;
}
.p_box_right .top .imgbox .text .right{
    float: right;
    margin-top: 11px;
}
.p_box_right .top .imgbox .text .right a{
    display: flex;
    width: 188px;
    height: 35px;
    background: #fff;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
.p_box_right .top .imgbox .text .right a span{
    display: block;
}
.p_box_right .top .imgbox .text .right a span.s1{
    font-size:18px;
    padding-right: 10px;
    color:#e91918;
}
.p_box_right .top .imgbox .text .right a span.s2{
    width: 26px;
    height: 26px;
    background: url("../images/pro_top_icon.png") no-repeat center;
    border-radius: 100%;
}
.p_box_right .bottom .bottom-list{
    float: left;
    margin-right: 16px;
    width: 275px;
    margin-bottom: 16px;
}
.p_box_right .bottom .bottom-list:nth-child(3n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.allpro .imgbox:hover .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);
}
.allpro .imgbox .title{
    position: absolute;
    width: 100%;
    line-height: 40px;
    color:#fff;
    font-size:18px;
    text-align:center;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
}
.allpro .imgbox:hover .title{
    background: #e91918;
}
.in_case{
    padding-bottom: 60px;
}
.in_case_box .left{
    float: left;
    width: 928px;
}
.in_case_box .left .swiper-container{
    width: 100%;
    height: 100%;
}
.in_case_box .left .imgbox{
    width: 100%;
    height: 512px;
    position: relative;
    overflow: hidden;
}
.in_case_box .left .text{
    margin-top: 20px;
}
.in_case_box .left .text .t .l{
    float: left;
}
.in_case_box .left .text .t .l .fir{
    font-size:18px;
    color:#2f2f2f;
}
.in_case_box .left .text .t .l .sec{
    font-size:16px;
    color:#e4e4e4;
    text-transform: uppercase;
}
.in_case_box .left .text .t .r{
    float: right;
    width: 150px;
    line-height: 28px;
    text-align:center;
    font-size:16px;
    color:#8c8c8c;
    border:1px solid #eee;
    border-radius: 30px;
}
.in_case_box .left .text .t .r:hover{
    background: #e91918;
    color:#fff;
    border:1px solid #e91918;
}
.in_case_box .left .text .con{
    font-size:16px;
    color:#8c8c8c;
    line-height: 28px;
    margin-top: 20px;
}
.in_case_box .right{
    float: right;
    width: 215px;
}
.in_case_box .right .top{
    height: 550px;
}
.in_case_box .right .top .swiper-container{
    width: 100%;
    height: 100%;
}
.in_case_box .right .top .swiper-slide .t{
    font-size:18px;
    color:#2f2f2f;
    margin-bottom: 25px;
}
.in_case_box .right .top .imgbox{
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    border:2px solid #eee;
}
.in_case_box .right .top .swiper-slide-thumb-active .imgbox{
    border:2px solid #e61514;
}
.in_case_box .right .bottom{
    width: 100%;
    position: relative;
}
.in_case_box .right .bottom .but{
    width: 50%;
    height: 90px;
    margin-top:0;
}
.in_case_box .right .bottom .but:after{
    display: none;
}
.in_case_box .right .bottom .swiper-button-next{
    right:0;
    background: #e91918 url("../images/case-left.png") no-repeat center;
}
.in_case_box .right .bottom .swiper-button-prev{
    left:0;
    background: #4e4e4e url("../images/case-right.png") no-repeat center;
}
.in_case .abox{
    text-align:center;
    margin-top: 50px;
}
.in_case .abox a{
    display: inline-block;
    width: 135px;
    line-height: 40px;
    font-size:16px;
    color:#1b1a1a;
    background:#e2e2e2;
    text-align:center;
    margin:0 10px;
}
.in_case .abox a:nth-child(2){
    color:#fff;
    background: #e91918;
}
.in_case .abox a:hover{
    background: #000;
    color:#fff;
}

.in_news{
    background: url("../images/innewsbg.jpg") no-repeat center / cover;
}
.in_news_box{
    background: #fff;
    padding:25px;
    box-shadow: 0 0 10px #eee;
}
.in_news_box .list{
    float: left;
    width: 355px;
    margin-right: 42px;
}
.in_news_box .list:nth-child(3){
    margin-right: 0;
}
.in_news_box .list .bottom{
    margin-top: 60px;
}
.in_news_box .list .bottom a{
    display: block;
    padding-bottom: 12px;
    border-bottom:2px solid #dbdbdb;
}
.in_news_box .list .bottom a:nth-child(1){
    margin-bottom: 20px;
}
.in_news_box .list .bottom a:hover{
    border-bottom:2px solid #e91918;
}
.in_news_box .list .bottom .t{
    float: left;
    width: 250px;
    font-size:16px;
    color:#2c2c2c;
    position: relative;
    padding-left:18px;
}
.in_news_box .list .bottom a:hover .t{
    color:#e91918;
}
.in_news_box .list .bottom .time{
    float: right;
    font-size:16px;
    color:#acacac;
}
.in_news_box .list .bottom a:hover .time{
    color:#e91918;
}
.in_news_box .list .bottom a:hover .t:before{
    background: #e91918;
}
.in_news_box .list .bottom .t:before{
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content:"";
    width: 3px;
    height: 3px;
    background: #9d9d9d;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news_box .list .img{
    height: 250px;
}
.in_news_box .list .top{
    height: 250px;
}
.allnews .title{
    font-size:20px;
    color:#2c2c2c;
    font-weight: bold;
}
.allnews:hover .title{
    color:#d91413;
}
.allnews .time{
    font-size:16px;
    color:#ababab;
    margin-top: 5px;
}
.allnews .con{
    font-size:16px;
    color:#ababab;
    line-height: 25px;
    margin: 10px 0 17px 0;
}
.allnews span{
    display: block;
    width: 100px;
    line-height: 40px;
    background: #eee;
    font-size:14px;
    color:#2c2c2c;
    text-align:center;
}
.allnews:hover span{
    background: #e91918;
    color:#fff;
}

.footerbox{
    background: #343434;
    border-top:10px solid #e91918;
}
.footerbox .top{
    line-height: 65px;
    border-bottom:1px solid #2a2a2a;
}
.footerbox .top ul{
    padding-left:225px;
    display: flex;
    justify-content: space-between;
}
.footerbox .top ul li:first-child a{
    font-weight: bold;
}
.footerbox .top ul li a{
    font-size:16px;
    color:#fff;
}
.footerbox .top ul li a:hover{
    color:#e91918;
}
.footerbox .top .warpper{
    position: relative;
}
.footerbox .top .warpper .logo{
    position: absolute;
    left:0;
    top:0;
    width: 190px;
    background: #fff;
    border-radius: 0 0 30px 30px;
    text-align:center;
    padding:15px 25px;
}
.footerbox .top .warpper .logo img{
    display: block;
    margin:0 auto;
}
.footerbox .top .warpper .logo p{
    font-weight: bold;
    font-size:24px;
    color:#343434;
    line-height: initial;
    margin-top: 10px;
}
.footerbox .bottom .warpper{
    display: flex;
    justify-content: space-between;
    padding:28px 0 50px 225px;
}
.footerbox .bottom .lxbox p{
    color:#fff;
    font-size:16px;
    line-height: 30px;
}
.footerbox .bottom .erbox{
    width: 255px;
    display: flex;
    justify-content: space-between;
}
.footerbox .bottom .erbox .imgbox{
    width: 115px;
    text-align:center;
}
.footerbox .bottom .erbox .imgbox img{
    width: 100%;
}
.footerbox .bottom .erbox p{
    color:#fff;
    font-size:14px;
    margin-top: 10px;
}
.footerbox .bottom .lxbox{
    margin-top: 22px;
}
.footerbox .bottom .tel{
    margin-top: 22px;
    height: 70px;
    padding-left:68px;
    background: url("../images/foot-tel.png") no-repeat left center;
}
.footerbox .bottom .tel .fir{
    font-size:28px;
    font-family: Impact;
    color:#fff;
}
.footerbox .bottom .tel .sec{
    font-size:14px;
    color:rgba(255,255,255,0.6);
}
.footerbox .copy{
    border-top:1px solid #4e4e4e;
    font-size:14px;
    color:#908f8f;
    line-height: 80px;
    text-transform: uppercase;
}
.footerbox .copy a{
    color:#908f8f;
}
.footerbox .copy .left{
    float: left;
}
.footerbox .copy .right{
    float: right;
}
.common-inner .allpro .imgbox .title{
    font-size:16px;
}
.bg{
    background: #f6f6f6;
}
.pro-des-right{
    float: right;
    width: 860px;
}
.info-main{
    overflow: hidden;
    margin-bottom: 54px;
    background: #fff;
    padding: 25px 25px 20px;
}
.zpro_left{
    float:left;
    border:1px solid #ddd;
    width: 430px;
    height: 420px;
}
.zpro_swiper{
    height: 86px;
    position: relative;
    width: 358px;
    margin-left:auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .swiper-container{
    width: 100%;
}
.zpro_swiper .swiper-container .swiper-slide{
    cursor: pointer;
}
.zpro_swiper .gallery-thumbs .swiper-slide{
    background-size:cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #0046b0;
}
.zpro_swiper .swiper-button-disabled{
    opacity: 1;
    background: #cfcfcf!important;
}
.zpro_swiper .swiper-button-next:after,.zpro_swiper .swiper-button-prev:after{
    font-size: 19px;
}
.zpro_swiper .swiper-button-next{
    right:-48px;}
.zpro_swiper .swiper-button-prev{
    left:-48px;
}
.zpro_swiper .swiper-button-next, .zpro_swiper .swiper-button-prev{
    background: #0046b0;
    top:0;
    margin-top: 0;
    height: 100%;
    width: 40px;
}
.zpro_left .swiper-container,.zpro_swiper .swiper-container{
    height: 100%;
}
.zpro_left .swiper-slide {
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.info-main-rig {
    float: right;
    width: 356px!important;
    overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
    height: 65px;
    background: #f6f6f6;
    line-height: 65px;
    padding: 0 20px;
    color: #ff8111;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
    overflow: hidden;
    padding: 0 20px;
    min-height: 150px;
    max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
    overflow: hidden;
    padding-left: 60px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
    width: 60px;
    float: left;
    margin-left: -60px;
    color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
    overflow: hidden;
    padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
    display: block;
    width: 155px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #c91a13;
    color: #fff;
    font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
    background: #c91a13;
}
.prodect-Info .info-center {
    overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
    float: left;
    width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
    float: none;
}
.prodect-Info .info-center .infoCenter-right {
    float: right;
    width: 870px;
    background: #fff;
    padding: 0 25px;
    min-height: 800px;
}
.ztitle{
    color: #3a3a3a;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
.info-main-rig .des{
    font-size:14px;
    color:#666666;
    position: relative;
    margin: 19px 0 41px 0;
}
.info-main-rig .des span{
    display: block;
    line-height: 30px;
}
.info-main-rig .des span i{
    display: inline-block;
    font-weight: bold;
    color:#e91918;
    font-size:16px;
}
.info-main-rig .des span.s{
    font-weight: 700;
    color:#eb6100;
    font-size:16px;
}
.info-main-rig .tel{
    padding-left:65px;
    background: url("../images/tel03.png") no-repeat left center;
}
.info-main-rig .tel .fir{
    font-size:16px;
    color:#333;
}
.info-main-rig .tel .sec{
    font-size: 41px;
    color: #333;
    font-family: Impact;
    line-height: 40px;
}
.info-main-rig .a{
    display: block;
    width: 173px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    background: #e91918;
    color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}
.center-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 20px;
    background: #e5e5e5;
    height: 48px;
}
.center-title span{
    height: 48px;
    display: inline-block;
    padding: 0 22px;
    line-height: 48px;
    background: #2d2d2d;
    color: #fff;
}
.center-content {
    padding: 27px;
    background: #fff;
    margin-bottom: 56px;
}
.center-content p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.center-content img{
    max-width: 100%;
    margin:1% 0;
}
.center-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.center-content table tr td{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    text-align:center;
}
.prother ul li{
    float:left;
    width: 32%;
    margin-right: 2%;
}
.prother ul li:nth-of-type(3n){
    margin-right: 0;
}
.prother ul li a .imgbox{
    height: 250px;
    width: 100%;
    position: relative;
    background: #fff;
}
.prother ul li a p{
    background: #fff;
    line-height:50px;
    font-size:16px;
    color:#333;
    text-align:center;
}
.prother ul li:hover a p{
    background: #e91918;
    color:#fff;
}
.inner-news-list{
    float: left;
    width: 376px;
    margin-right: 35px;
    margin-bottom: 25px;
}
.inner-news-list:nth-child(3n){
    margin-right:0;
}
.inner-news-list .imgbox{
    height: 270px;
    overflow: hidden;
}
.inner-news-list .text{
    padding:20px;
    background: #fff;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}

.inner-case-list{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
.inner-case-list:nth-child(3n){
    margin-right: 0;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 270px;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;

}
.inner-case-list .title{
    font-size:16px;
    color:#333;
    text-align:center;
    line-height: 55px;
    position: relative;
}
.inner-case-list .title:after{
    content:"";
    position: absolute;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #d91413;
}
.inner-case-list:hover .title:after{
    width: 100%;
}
.inner-contactbox .left{
    float: left;
    width: 490px;
    margin-top: 65px;
}
.inner-contactbox .left .top .fir{
    font-size: 49px;
    color: #333;
    letter-spacing: 2px;
}
.inner-contactbox .left .top .fir span{
    color:#ea1e1d;
}
.inner-contactbox .left .top .sec{
    font-size:36px;
    color:#666;
    letter-spacing: 2px;
}
.inner-contactbox .left .lxbox .pbox{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 36px;
}
.inner-contactbox .left .lxbox .pbox .imgbox{
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 100%;
    border:1px solid #b1b1b1;
}
.inner-contactbox .left .lxbox .pbox p{
    font-size:16px;
    color:#666;
    margin-left: 15px;
}
.inner-contactbox .left .top {
    padding-bottom: 49px;
    margin-bottom: 74px;
    border-bottom: 1px solid #cfcfcf;
}
.inner-contactbox .right{
    float: right;
    width: 610px;
}
.biaodan{
    padding:30px 42px 70px 42px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#e91918;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 26%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 74%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 74%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #e91918;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.biaodan form .submit:hover{
    background: #2b2b2b;
}
.inner-ditu{
    width: 100%;
    height: 400px;
    margin-top: 55px;
}
.inner-ditu .warpper{
    height: 100%;
}
.inner-ditu #ditu{
    width: 100%;
    height: 100%;
}

.sbannerbox{
    width: 100%;
}

.allcrumbs{
    line-height: 70px;
    border-bottom:1px solid #e8e8e8;
}
.allcrumbs .left{
    float: left;
    padding-left:25px;
    background: url("../images/home-icon1.png") no-repeat left center;
    font-size:14px;
    color:#5b5b5b;
}
.allcrumbs .left a{
    color:#5b5b5b;
}
.allcrumbs .right{
    float: right;
}
.allcrumbs .right a{
    display: inline-block;
    font-size:14px;
    color:#000;
    width: 145px;
    text-align:center;
    border-right:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    position: relative;
}
.allcrumbs .right.company-right a{
    border-left:none;
}
.allcrumbs .right.company-right a.fir{
    border-left:1px solid #e8e8e8;
}
.allcrumbs .right a:after{
    content:"";
    position: absolute;
    width: 0;
    height: 2px;
    background: #e91918;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:0;
    left:50%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.allcrumbs .right a:hover:after ,.allcrumbs .right a[date=active]:after{
    width: 100%;
}
.inner-com-fir .con img{
    width: 100%;
}
.inner-com-fir .con .des{
    font-size:16px;
    color:#313131;
    line-height: 30px;
    margin-top: 20px;
}
.inner-com-sec{
    height: 245px;
    background: url("../images/inner-guan-bg.jpg") no-repeat center;
}
.inner-com-sec .list{
    float: left;
    margin-right: 46px;
    margin-top: 89px;
}
.inner-com-sec .list:last-child{
    margin-right: 0;
}
.inner-com-sec .list .imgbox{
    float: left;
    width: 71px;
    height: 70px;
    position: relative;
    margin-right: 10px;
}
.inner-com-sec .list:hover .imgbox img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.inner-com-sec .list .text{
    float: left;
    color:#fff;
}
.inner-com-sec .list .text .fir{
    font-size:24px;
}
.inner-com-sec .list .text .sec{
    font-size:16px;
}
.inner-com-thr .allpro .imgbox{
    height: 265px;
}
.inner-com-thr .hot-pro{
    position: relative;
}
.inner-com-thr .hot-pro .swiper-button-white:after{
    font-size: 20px;
}
.inner-com-thr .hot-pro .swiper-button-white{
    width: 30px;
    height: 64px;
    margin-top: -32px;
    background-color: #99999f;
}
.inner-com-thr .hot-pro .swiper-button-next{
    right:-55px;
}
.inner-com-thr .hot-pro .swiper-button-prev{
    left:-55px;
}
.common-inner .p_slide ,.inner-info .p_slide{
    width: 283px;
}
.shuiyin{
    opacity: 0.65;
}

.pro-des-moive{
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
}
.moive-title{
    font-size:24px;
    color:#333;
    text-align:center;
    font-weight: bold;
    margin-bottom: 15px;
}
/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px;text-align: center; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }
.paging a{color:#333;}