.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("../font/ziti1.ttf");
}


.padding{
    padding:65px 0;
}
.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;
}
.bannerboxout{
    position: relative;
}
.bannerbox{
    position: fixed;
    width: 100%;
    z-index: 10;
}
.swiper-container-banner .swiper-slide img{
    width: 100%;
}
.all{
    position: relative;
    z-index: 11;
}

.fixNav{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
}
.fixNav.scroll{
    background: rgb(0 0 0 / 75%);
}
.fixNav-con{
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixNav.scroll .fixNav-con{
    height: 100px;
}
.fixNav-logo a img{
    float: left;
}
.fixNav-logo a .text{
    float: left;
}
.fixNav-logo a .text .fir{
    color:#fff;
    font-size:27px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 34px;
}
.fixNav-logo a .text .sec{
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
}
.fixNav-logo a .textsec{
    float: left;
    display: none;
}
.fixNav-logo a .textsec .fir{
    font-size:24px;
    color:#fff;
    font-family: ziti1;
    height: 28px;
}
.fixNav-caidan{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixNav-menu{
    display: flex;
    justify-content: space-between;
}
.fixNav-menu {
    width: 62%;
    display: flex;
    justify-content: space-between;
}
.fixNav-menu a{
    display: block;
    font-size:16px;
    color:#fff;
    position: relative;
}
.fixNav-menu a:after{
    content:"";
    position: absolute;
    width: 0;
    height: 4px;
    background: #a5221a;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-9px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.fixNav-menu a:hover:after ,.fixNav-menu a.active:after{
    width: 100%;
}
.searbutton{
    width: 26px;
    height: 26px;
    position: relative;
    cursor: pointer;
}
.searbutton .s2{
    opacity: 0;
}
.searbutton.active .s1{
    opacity: 0;
}
.searbutton.active .s2{
    opacity: 1;
}
.fixNav .tel{
    display: flex;
    justify-content: left;
}
.fixNav .tel .t1{
    width: 60px;
    height: 45px;
    background: #eb6100;
    position: relative;
}
.fixNav .tel .t2{
    line-height: 45px;
    background: #a5221a;
    font-size:18px;
    color:#fff;
    width: 220px;
    text-align:center;
}

.banner-text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;

}
.banner-text1{
    top:46%;
}
.banner-text1 .fir{
    color:#fff;
    font-family:ziti1;
    font-size:44px;
}
.banner-text1 .sec{
    color:#fff;
    font-size:18px;
    margin: 0.5% 0 1.5% 0;
}
.banner-text1 .thr span{
    display:inline-block;
    line-height: 50px;
    font-size:16px;
    color:#fff;
    background: rgba(255,255,255,0.44);
    padding: 0 4%;
    margin-right: 1%;
}
.banner-text1 .thr span:hover{
    background: #a5221a;
}
.banner-text1 .thr span.active{
    background: #a5221a;
}

.hot_news{
    background: #a5221a;
    height: 100px;
    position: relative;
}
.hot_news .warpper{
    height: 100%;
}
.hot_news .left{
    float: left;
    position: relative;
    width: 150px;
    margin-top: 2%;
}
.hot_news .left span{
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #eb6100;
    top: -10px;
    left: 6px;
}
.hot_news .left img{
    float: left;
    position: relative;
    z-index: 2;
}
.hot_news .left .text{
    float: left;
    margin-left: 11px;
    position: relative;
    z-index: 2;
}
.hot_news .left .text .fir{
    color:#fff;
    font-size:18px;
    font-weight: 700;
}
.hot_news .left .text .sec{
    color:#fff;
    font-size:16px;
    font-weight: lighter;
    text-transform: uppercase;
}
.hot_news .right{
    float: right;
    width: calc(100% - 200px);
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.hot_news .right .list{
    width: 33.33%;
    padding: 1% 5% 0 5%;
}
.hot_news .right .list:hover{
    background: #eb6100;
}
.hot_news .right .list .time{
    font-size:14px;
    color:#fff;
}
.hot_news .right .list .title{
    font-size:18px;
    font-weight:700;
    color:#fff;
}
.hot_news .right .list span{
    display: block;
    font-size:14px;
    font-weight: lighter;
    text-transform: uppercase;
    color:#fff;
}

.in_youshi{
    width: 100%;
    height: 190px;
    position: relative;
}
.swiper-container-youshi{
    height: 100%;
}
.swiper-container-youshi .list{
    height: 100%;
    text-align:center;
    display: flex;
    align-items: center;
}
.swiper-container-youshi .list-inner{
    width: 100%;
    padding:0 5%;
}
.swiper-container-youshi .list .img{
    position: relative;
    height: 60px;
    width: 100%;
}
.swiper-container-youshi .list .img .img2{
    opacity: 0;
}
.swiper-container-youshi .list:hover .img .img1{
    opacity: 0;
}
.swiper-container-youshi .list:hover .img .img2{
    opacity: 1;
}
.swiper-container-youshi .list .title{
    color:#373737;
    font-size:20px;
    margin: 4% 0;
}
.swiper-container-youshi .list:hover .title{
    color:#eb6100;
}
.swiper-container-youshi .list .con{
    color:#6c6c6c;
    font-size:14px;
}
.swiper-container-youshi .swiper-slide{
    background: #f7f7f7;
}
.swiper-container-youshi .swiper-slide:nth-child(even){
    background: #f2f2f2;
}

.alltitle .fir{
    font-size:30px;
    color:#393939;
    font-family: ziti1;
}
.alltitle .sec{
    font-size:14px;
    color:#393939;
    text-transform: uppercase;
}

.in_company{
    padding:5% 0;
    background: #fff;
}
.in_company .left{
    float: left;
    width: 55%;
}
.in_company .left .thr{
    font-size:14px;
    color:#6a6a6a;
    line-height: 30px;
    margin-top: 2%;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;
}
.in_company .left .abox{
    margin-top: 4%;
}
.in_company .left .abox a{
    display: inline-block;
    line-height: 50px;
    padding:0 7%;
    margin-right: 1%;
    position: relative;
}
.in_company .left .abox a:nth-child(1){
    background: #a5221a;
}
.in_company .left .abox a:nth-child(2){
    background: #eb6100;
}
.in_company .left .abox a:after{
    position: absolute;
    content:"";
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -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_company .left .abox a:hover:after{
    width: 100%;
}
.in_company .left .abox a span{
    display: block;
    position: relative;
    z-index: 2;
    font-size:16px;
    color:#fff;
}
.in_company .right{
    float: right;
    height: auto;
    width: 36%;
    position: relative;
}
.in_company .right .imgbox{
    width: 100%;
    height: 100%;
}
.in_company .right .tel{
    position: absolute;
    width: 60%;
    line-height: 60px;
    height: 60px;
    text-align:center;
    right:0;
    bottom:0;
    background: #a5221a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_company .right .tel img{
    display: inline-block;
    vertical-align: middle;
}
.in_company .right .tel p{
    display: inline-block;
    font-size:14px;
    color:#fff;
}
.in_company .right .tel p span{
    font-size:20px;
    color:#fff;
}
.in_company .right .tel .img{
    margin-right: 4%;
}

.in_product{
    padding:5% 0;
    background: #f6f6f6;
}

.tbox .alltitle{
    float: left;
}
.tbox a{
    display: block;
    float: right;
    line-height: 50px;
    text-align:center;
    font-size:18px;
    color:#fff;
    background: #a5221a;
    border-radius: 26px;
    width: 200px;
    position: relative;
    overflow: hidden;
}
.tbox a span{
    font-size:18px;
    color:#fff;
    position: relative;
    z-index: 2;
}
.tbox a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.tbox a:hover:after{
    width: 100%;
}
.tbox{
    margin-bottom: 3%;
}
.in_product_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in_product_box .list{
    width: 24%;
    margin-bottom: 1.5%;
}
.allprobox{
    width: 100%;
}
.allprobox .imgbox{
    width: 100%;
    height: 265px;
    position: relative;
    background: #fff;
}
.allprobox .imgbox img{
    position: absolute;
    max-width: 72%;
    max-height: 74%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.allprobox .title{
    position: absolute;
    width: 100%;
    padding:0 7%;
    background: rgba(0,0,0,0.73);
    left:0;
    bottom:0;
    line-height: 45px;
}
.allprobox:hover .title{
    background: rgba(165,34,26,0.73);
}
.allprobox .title .fir{
    font-size:16px;
    color:#fff;
    float: left;
    width: 60%;
}
.allprobox .title .icon{
    float: right;
    margin-top: 6%;
}

.shebei{
    padding:5% 0;
    background: #fff;
}
.shijing-left{
    float: left;
    width: 27.6%;
    height: 596px;
}
.shijing-left .text{
    padding:0 7%;
    margin-top: 377px;
}
.shijing-left .text .fir{
    font-size:24px;
    font-family: ziti1;
    color:#fff;
}
.shijing-left .text .line{
    width: 37px;
    height: 3px;
    background: #fff;
    margin:3% 0;
}
.shijing-left .text .sec{
    font-size:14px;
    color:#fff;
}
.shijing-right{
    float: right;
    width: 71%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shijing-right .shijing-list{
    width: 49%;
    height: 288px;
    margin-bottom: 20px;
}
.shijing-right .shijing-list:nth-child(2n){
    margin-right: 0;
}
.allshijian{
    width: 100%;
    height: 100%;
    position: relative;
}
.allshijian .imgbox{
    position: relative;
    width: 100%;
    height: 100%;
}
.allshijian .imgbox .meng{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(165,34,26,0.05) 35%,rgba(165,34,26,0.99));
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
    display: flex;
    align-items: center;
}
.allshijian .imgbox .meng-inner{
    width: 100%;
    text-align:center;
}
.allshijian:hover .imgbox .meng{
    opacity: 1;
    top:0;
}
.allshijian .imgbox .meng .title{
    position: relative;
    top: 10px;
    -webkit-transition: 350ms 100ms all ease;
    -moz-transition: 350ms 100ms all ease;
    -ms-transition: 350ms 100ms all ease;
    -o-transition: 350ms 100ms all ease;
    transition: 350ms 100ms all ease;
    opacity: 0;
    font-size:20px;
    font-weight: 700;
    color:#fff;
}
.allshijian:hover .imgbox .meng .title{
    opacity: 1;
    top:0;
}
.allshijian .imgbox .meng .en{
    position: relative;
    top: 10px;
    -webkit-transition: 350ms 300ms all ease;
    -moz-transition: 350ms 300ms all ease;
    -ms-transition: 350ms 300ms all ease;
    -o-transition: 350ms 300ms all ease;
    transition: 350ms 300ms all ease;
    opacity: 0;
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
}
.allshijian:hover .imgbox .meng .en{
    opacity: 1;
    top:0;
}
.in_liucheng{
    padding-bottom: 5%;
    background: #fff;
}
.in_liucheng .left{
    float: left;
}
.in_liucheng .right{
    float: right;
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-top: -2%;
}
.in_liucheng .right .list .imgbox{
    width: 90px;
    height: 90px;
    border:5px solid #c9c9c9;
    border-radius: 100%;
    position: relative;
    transform-origin: center center;
    margin:0 auto;
}
.in_liucheng .right .list:hover .imgbox{
    border:5px solid #a5221a;
}
.in_liucheng .right .list .imgbox .img2{
    opacity: 0;
}
.in_liucheng .right .list:hover .imgbox .img2{
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.in_liucheng .right .list:hover .imgbox .img1{
    opacity: 0;
}
.in_liucheng .right .list .title{
    text-align:center;
    font-size:18px;
    color:#393939;
    margin-top: 10%;
}
.in_liucheng .right .list .imgbox:after{
    position: absolute;
    content: "";
    display: block;
    right: -20px;
    top: 30%;
    border: 6px solid transparent;
    border-left: 12px solid #c9c9c9;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(-6deg);
    -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_liucheng .right .list:hover .imgbox:after{
    border-left: 12px solid #a5221a;
}

.in_news{
    padding:5% 0;
    position: relative;
    background: #fff;
}
.in_news .bg{
    width: 100%;
    height: 47%;
    background: #f7f7f7;
    left:0;
    top:0;
    position: absolute;
    z-index: 1;
}
.in_news .warpper{
    position: relative;
    z-index: 2;
}
.swiper-container-news .imgbox{
    width: 100%;
    height: 215px;
    position: relative;
}
.swiper-container-news .text .time{
    font-size:14px;
    color:#777;
    margin: 7% 0 1% 0;
}
.swiper-container-news .text .title{
    font-size:18px;
    color:#393939;
    font-weight: 700;
}
.swiper-container-news .swiper-slide:hover .text .title{
    color:#eb6100;
}
.swiper-container-news .text .con{
    font-size:14px;
    color:#777;
    line-height: 24px;
    margin: 3% 0 7% 0;
	overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}
.swiper-container-news .text .more{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #a5221a;
    width: 45%;
    position: relative;
    overflow: hidden;
}
.swiper-container-news .text .more span{
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.swiper-container-news .text .more:after{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #eb6100;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.swiper-container-news .swiper-slide:hover .text .more:after{
    width: 100%;
}
.swiper-container-news .imgbox .shuzi{
    position: absolute;
    width: 72px;
    height: 72px;
    border:8px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    text-align:center;
    font-size:22px;
    color:#fff;
    line-height: 54px;
    right:4%;
    bottom:-17%;
    background: #a5221a;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.swiper-container-news .swiper-slide:hover .imgbox .shuzi{
    background: #eb6100;
}
.in_news .news_button{
    float: right;
    position: relative;
    width: 150px;
    margin-top: 2%;
}
.in_news .news_button>div{
    width: 45px;
    height: 45px;
    margin-top: -22px;
    border:1px solid #8b8b8b;
    border-radius: 100%;
}
.in_news .news_button>div:after{
    display: none;
}
.in_news .news_button>div:hover{
    border:1px solid #a5221a;
}
.in_news .news_button .swiper-button-next-news{
    background: url("../image/news-right.png") no-repeat center;
}
.in_news .news_button .swiper-button-next-news:hover{
    background: url("../image/news-right1.png") no-repeat center;
}
.in_news .news_button .swiper-button-prev-news{
    background: url("../image/news-left.png") no-repeat center;
}
.in_news .news_button .swiper-button-prev-news:hover{
    background: url("../image/news-left1.png") no-repeat center;
}
.in_liuyan{
    padding:5% 0;
    background: url("../image/liuyanbg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.in_liuyan .left{
    float: left;
    width: 35%;
    position: relative;
}
.in_liuyan .left .inner{
    position: relative;
    z-index: 3;
    padding-left: 15%;
}
.in_liuyan .left .inner .fir{
    color:#fff;
    font-weight: 700;
    font-size:40px;
    line-height: 52px;
    margin-bottom: 15%;
}
.xuqiu-list{
    margin-bottom: 8%;
}
.xuqiu-list .imgbox{
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
    border:2px solid #fff;
    border-radius: 100%;
}
.xuqiu-list:hover .imgbox img{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.xuqiu-list .text{
    float: left;
    margin-left: 5%;
    margin-top: 2%;
}
.xuqiu-list .text .t1{
    font-size:20px;
    color:#fff;
    font-weight: 700;
}
.xuqiu-list .text .t2{
    font-size:14px;
    color:#fff;
}

.in_liuyan .left i{
    position: absolute;
    display: block;
    border-radius: 100%;

}
.in_liuyan .left i.i1{
    background: #eb6100;
    width: 120px;
    height: 120px;
    left: 5%;
    top:0;
    z-index: 2;
}
.in_liuyan .left i.i2{
    background: #a5221a;
    width: 175px;
    height: 175px;
    left: -6%;
    top: -12%;
    z-index: 1;
}
.in_liuyan .right{
    float: right;
    width: 56%;
}
.in_liuyan .right .inputbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.in_liuyan .right .inputbox input{
    width: 49.5%;
    line-height: 67px;
    height: 67px;
    background: #e8e8e9;
    outline: none;
    padding-left:18px;
    font-size:16px;
    color:#727272;
    position: relative;
    margin-bottom: 10px;
}
.in_liuyan .right .inputbox input::placeholder{
    font-size:16px;
    color:#727272;
}
.in_liuyan .right .inputbox .code{
    width: 49.5%;
    position: relative;
}
.in_liuyan .right .inputbox .code input{
    width: 100%;
    margin-bottom: 0;
}
.in_liuyan .right .inputbox .code .verify{
    position: absolute;
    height: 45px;
    width: 131px;
    right: 10px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.in_liuyan .right .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.in_liuyan .right textarea{
    display: block;
    width: 100%;
    height: 190px;
    background: #e8e8e9;
    padding:18px;
    resize: none;
    font-size:16px;
    color:#727272;
    margin-bottom: 10px;
}
.in_liuyan .right textarea::placeholder{
    font-size:16px;
    color:#727272;
}
.in_liuyan .right .submit{
    width: 100%;
    line-height: 75px;
    background: #a5221a;
    font-size:20px;
    font-weight: 700;
    text-align:center;
    color:#fff;
    display: block;
}
.in_liuyan .right .submit:hover{
    background: #eb6100;
}

.in_guang{
    padding:4% 0;
    background: url("../image/guangbg.jpg") no-repeat center / cover;
}
.in_guang .left{
    float: left;
    width: 70%;
}
.in_guang .left .fir{
    color:#fff;
    font-size:30px;
    font-family: ziti1;
}
.in_guang .left .sec{
    color:#fff;
    font-size:16px;
}
.in_guang .right{
    float: right;
    padding-left:65px;
    background: url("../image/guang-tel.png") no-repeat left center;
}
.in_guang .right .fir{
    font-size:18px;
    color:#fff;
}
.in_guang .right .sec{
    font-size:24px;
    color:#fff;
    font-weight: 700;
}


.footerbox{
    padding:5% 0;
    background: url("../image/footerbg.jpg") no-repeat center / cover;
}
.footerbox .warpper{
    display: flex;
    justify-content: space-between;
}
.footerbox .left{
    width: 29%;
}
.footerbox .left .f-logo a{
    display: block;
    padding-left: 120px;
}
.footerbox .left .f-logo .fir{
    color:#fff;
    font-family: ziti1;
    font-size:28px;
}
.footerbox .left .f-logo .sec{
    color:#c6c6c6;
    text-transform: uppercase;
    font-size:14px;
}
.footerbox .left .slog{
    font-size:14px;
    color:#a9a9a9;
    margin:25px 0;
}
.footerbox .left .erbox .imgbox{
    width: 120px;
}
.footerbox .left .erbox .imgbox img{
    width: 100%;
}
.footerbox .left .erbox .f-img{
    margin:30px 0 0 0;
}
.footerbox .tbox .fir{
    color:#fff;
    font-size:20px;
    font-weight: 700;
}
.footerbox .tbox .line{
    width: 30px;
    height: 2px;
    background: #a5221a;
    margin:20px 0;
}
.footerbox .center{

}
.footerbox .abox a{
    display: block;
    font-size:14px;
    color:#a0a1a8;
    line-height: 30px;
}
.footerbox .abox a:hover{
    color:#fff;
}
.footerbox .abox.padd a{
    padding-left:28px;
    background: url("../image/f-icon.png") no-repeat left center;
}
.footerbox .abox.padd a:hover{
    background: url("../image/f-icon2.png") no-repeat left center;
}
.footerbox .right{
    width: 24.5%;

}
.footerbox .right .f-probox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerbox .right .f-probox .imgbox{
    width: 32%;
    height: 90px;
    position: relative;
    background: #fff;
    margin-bottom: 7px;
}
.footerbox .center p{
    font-size:14px;
    color:#a0a1a8;
    margin-bottom: 15px;
}
.footerbox .center.f-lx{
    width: 16%;
}


.copy{
    line-height: 80px;
    font-size:14px;
    color:#fff;
    background: #161616;
}
.copy a{
    color:#fff;
}
.copy .warpper{
    position: relative;
}
.back{
    position: absolute;
    width: 60px;
    height: 60px;
    background: #a5221a;
    right:0;
    bottom:10px;
    cursor: pointer;
}

.info{
    padding:4% 0;
}

.news-inner-list{
    padding:2% 10%;
    border-bottom:1px solid #eee;
    position: relative;
}
.news-inner-list:first-child{
    border-top:1px solid #eee;
}
.news-inner-list-inner{
    position: relative;
    z-index: 2;
}
.news-inner-list .bg{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left:0;
    top:0;
    background: #f2f2f2;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scaleX(0) translate3d(0,0,0);
    -moz-transform: scaleX(0) translate3d(0,0,0);
    transform: scaleX(0) translate3d(0,0,0);
    -webkit-transform-origin:center left;
    -moz-transform-origin:center left;
    -ms-transform-origin:center left;
    -o-transform-origin: center left;
    transform-origin:center left;
    opacity: 0;
}
.news-inner-list:hover .bg{
    -webkit-transform: scaleX(1) translate3d(0,0,0);
    -moz-transform: scaleX(1) translate3d(0,0,0);
    transform: scaleX(1) translate3d(0,0,0);
    opacity: 0.5;
}
.news-inner-list .imgbox{
    float: left;
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.news-inner-list .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-list:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0) ;
    -moz-transform: scale(1.03) translate3d(0,0,0) ;
    -ms-transform: scale(1.03) translate3d(0,0,0) ;
    -o-transform: scale(1.03) translate3d(0,0,0) ;
    transform: scale(1.03) translate3d(0,0,0) ;
}
.news-inner-list .time{
    width: 130px;
    text-align: center;
    float: left;
    display: none;
}
.news-inner-list .time .fir{
    font-size: 46px;
    color: #cc3933;
}
.news-inner-list .time .sec{
    font-size: 14px;
    color: #333;
}
.news-inner-list .text{
    float: right;
    width: -webkit-calc(100% - 415px);
    width: -moz-calc(100% - 415px);
    width: calc(100% - 415px);
}
.news-inner-list .text .title{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 2%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-list:hover .text .title{
    color:#eb6100;
}
.news-inner-list .text .des{
    font-size:16px;
    line-height: 26px;
    color:#999;
    text-align:justify;
}
.news-inner-list .text .date{
    font-size: 15px;
    color: #333;
    font-weight: lighter;
    margin: 2% 0 3% 0;
}
.news-inner-list .text .more{
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #a5221a;
    width: 16%;
    position: relative;
    overflow: hidden;
}
.news-inner-list .text .more span{
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.news-inner-list .text .more:after{
     position: absolute;
     content: "";
     top: 0;
     left: 50%;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
     width: 0;
     height: 100%;
     background: #eb6100;
     -webkit-transition: all 0.35s;
     -moz-transition: all 0.35s;
     -ms-transition: all 0.35s;
     -o-transition: all 0.35s;
     transition: all 0.35s;
 }
.news-inner-list .text .more:hover:after{
    width: 100%;
}
.news-inner-list:nth-child(even) .text{
    float: left;
}
.news-inner-list:nth-child(even) .imgbox{
    float: right;
}
.news-inner-list:nth-child(even) .time{
    float: right;
}
.news-inner-list:nth-child(odd) .text{
    padding-left:0;
}
.news-inner-des-left{
    float: left;
    width: 70%;
}
.news-innner-title{
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 24px;
    color: #3e3e3e;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 10px;
}


.info .alltitle{
    text-align:center;
    margin-bottom: 5%;
}

.news-inner-des-left{
    float: left;
    width: 70%;
}
.news-innner-title{
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 24px;
    color: #3e3e3e;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 10px;
}
.clickbox{
    line-height: 25px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
}
.clickbox span{
    margin-right: 2%;
}
.news-inner-des-left .des{
    font-size:16px;
    line-height: 30px;
    color:#666;
    margin-top: 2%;
}
.news-inner-des-left .des img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.news-inner-des-right{
    float: right;
    width: 27%;
}
.news-innner-other ul li .imgbox{
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.news-innner-other ul li .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-innner-other ul li:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.news-innner-other ul li .text{
    float: left;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 3.5%;
}
.news-innner-other ul li{
    padding:3% 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.news-innner-other ul li .fir{
    font-size:14px;
    color:#666;
    line-height: 22px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-innner-other ul li:hover .fir{
    color:#eb6100;
}
.news-innner-other ul li .time{
    font-size:14px;
    color:#666;
    margin-top: 3%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news-innner-other ul li:hover .time{
    color:#eb6100;
}


.equiem-inner-list{
    float: left;
    width: 33.33%;
    padding: 0 1%;
    margin-bottom: 2%;
    height: 300px;
}

.bg{
    background: #f4f4f4;
}

.pro-des-left{
    float: left;
    width: 70%;
    padding:2.5% 2%;
    background: #fff;
}
.news-detail-content-box{
    background: #fff;
    padding: 3% 2%;
}

.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;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.product-t{
    background: #eee;
    text-align: left;
}
.product-t span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #a5221a;
    color: #fff;
    padding:0 5%;
}
.pro-des-content{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    padding: 3% 0;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}
.pro-des-content span {
    font-weight: 700;
    color: red;
}
.case-zhutu {
    max-width: 100%;
    margin: 0 auto 4% auto;
}

.case-inner-right{
    float: right;
    width: 27.5%;
    background: #fff;
}
.fangan {
    background: #a5221a;
    line-height: 60px;
    padding:0 7%;
}

.fangan span {
    font-size:20px;
    color:#fff;
    font-weight: 700;
    padding-left: 10px;
    border-left:3px solid #fff;
}
.other-case{
    padding:7%;
}
.other-case-list{
    width: 100%;
    margin-bottom: 5%;
}
.other-case-list .imgbox{
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    border:1px solid #eee;
}
.other-case-list .other-case-title{
    width: 100%;
    padding:0 10px;
    line-height: 45px;
    text-align:center;
    font-size:16px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #eee;
}
.other-case-list:hover .other-case-title{
    background: #a5221a;
    color:#fff;
}
.d-t{
    padding-bottom: 1%;
    border-bottom:1px solid #e5e5e5;
    position: relative;
    margin-bottom: 2%;
}
.d-t:before{
    display: block;
    content:"";
    position: absolute;
    height: 1px;
    width: 44px;
    background: #a5221a;
    left:0;
    bottom:0;
}
.d-t .d-t-left{
    float: left;
    font-size:22px;
    color:#333333;
    font-weight: 700;
}
.d-t .d-t-left span{
    color:#a5221a;
}
.d-t a{
    display: block;
    float: right;
    font-size:14px;
    color:#9e9e9e;
}
.d-t a:hover{
    color:#a5221a;
}
.pro-des-case {
    margin-top: 4%;
}
.pro-des-case-list{
    width: 100%;
}
.pro-des-case-list .imgbox{
    width: 100%;
    height: 230px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
}
.pro-des-case-list .title{
    line-height: 45px;
    background: #fff;
    font-size:16px;
    color:#333;
    text-align:center;
    padding:0 10px;
}
.pro-des-case-list:hover .title{
    color:#fff;
    background: #a5221a;
}

.contact-inner{
    padding:3%;
    background: #fff;
}
.pro-type-t {
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
    font-size:22px;
    margin-bottom: 3%;
}

.pro-type-t span {
    display: inline-block;
    height: 40px;
    border-bottom: 2px solid #a5221a;
    box-sizing: border-box;
}

.contact-c-lian {
    width: 100%;
    margin-bottom: 3%;
}

.contact-c-lian .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #333;

}
.contact-c-lian .t1 span{
    font-size:18px;
    font-weight: 500;
    display: inline-block;
    margin-left: 30px;
}
.ulbox .lianli{
    float: left;
    width: 45%;
    position: relative;
}
.ulbox .lianli img{
    width: 120px;
}
.lianli li {
    font-size: 16px;
    color: #333;
    padding: 8px 0
}
.lianli li a{
    font-size: 16px;
    color: #333;
}
.lianli li span {
    font-family: ziti1;
    color: #eb6100;
    font-size: 22px;
    font-weight: 700;
}
#allmap{
    float: right;
    width: 50%;
    height: 445px;
}

.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 #a5221a;
}
.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 #a5221a;
}
.contact-liuyan .submit{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #a5221a;
    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: #eb6100;
}
.contact-liuyan .contact-liuyan-title{
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

.header-big-search{
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    padding:5% 0;
    left:0;
    top:100%;
    border-top: 1px solid #7c8188;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.header-big-search.show{
    opacity: 1;
    visibility: visible;
}
.seafbox{
    position: relative;
    width: 53%;
    margin:0 auto;
    height: 60px;
}
.seafbox input{
    width: 99.5%;
    line-height: 60px;
    background: #fff;
    border-radius: 40px;
    font-size:16px;
    color:#a6a6a6;
    outline: none;
    border:none;
    text-indent: 30px;
}
.seafbox input::placeholder{
    font-size:16px;
    color:#a6a6a6;
}
.seafbox button{
    position: absolute;
    width: 25%;
    line-height: 60px;
    background: #a5221a url(../image/serf.png) no-repeat center right 30%;
    color: #fff;
    font-size: 18px;
    top: 0;
    right: 0;
    outline: none;
    border: none;
    border-radius: 40px;
    text-align: left;
    padding-left: 8%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
    display: none;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}


.navBgout{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    transition: all 1s ease 0s;
    transform: translate(0,-100%);
    z-index: 1000;
    padding: 0 2%;
}
.navBgout.active{
    opacity: 1;
    transform: translate(0,0);
}
.navBgTop {
    position: relative;
    z-index: 1;
    padding: 35px 40px;
    border-bottom: 1px solid #d8d8d8;
}
.navCloseButton {
    float: right;
    padding: 5px 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.navBgout-logo{
    float: left;
}
.navBgout-logo a{
    display: block;
}
.navCloseButton span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    transform-origin: left center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.navCloseButton span:first-child {
    transform: rotate(45deg);
}
.navCloseButton span:last-child {
    margin-top: 20px;
    transform: rotate(-45deg);
}
.navBgBottom{
    overflow: hidden;
    height: calc(100% - 111px);
    padding: 3%;
    display: flex;
    align-items: center;
}
.navBgBottom-con{
    width: 100%;
}
.navBgBottom-con-list{
    border-bottom:1px solid #eee;
    margin-bottom: 4%;
    padding-bottom: 3%;
}
.navBgBottom-con-list .t{
    font-size:18px;
    font-weight: 700;
    color:#333;
    margin-bottom: 2%;
}
.navBgBottom-con-list .abox a{
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right: 4%;
}
.navBgBottom-con-list .abox a:hover{
    color:#a5221a;
    font-weight: 700;
}
.navBgBottom-con-list .pbox p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #a5221a;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    content:"";
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../image/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../image/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../image/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}

.sbanner{
    position: relative;
    overflow: hidden;
}
.sbanner img{
    width: 100%;
    animation: zoombig 1.5s linear forwards;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
}
.sbanner .text .fir{
    font-family: ziti1;
    font-size:44px;
}
.sbanner .text .sec{
    font-size:18px;
}

.sbanner-crumbs{
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.59);
}
.sbanner-crumbs .inner{
    background: url("../image/loc-icon.png") no-repeat left 2% center;
    line-height: 65px;
    color:#fff;
    font-size:14px;
    padding: 0 4%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sbanner-crumbs .inner a{
    color:#fff;
}

.company-inner-fir{
    padding:5% 0 0 0;
}
.alltitle .sm{
    font-size:16px;
    color:#a5221a;
    font-weight: 700;
    margin-bottom: 0.5%;
}
.company-inner-fir .con{
    line-height: 30px;
    font-size:14px;
    color:#6a6a6a;
    margin-top: 1.5%;
}
.company-inner-fir .img-item{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
}
.company-inner-fir .img-item .imgbox{
    width: 32.5%;
    overflow: hidden;
}
.company-inner-fir .img-item .imgbox img{
    object-position: left top;
}
.company-inner-sec{
    position: relative;
    padding:10% 0 5% 0;
}
.wavify-wrapper{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.wave{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
}
.wave + .wave{
    z-index: 2;
}
.company-inner-sec .inner{
    position: relative;
    z-index: 5;
}
.alltitle.align{
    text-align:center;
    margin-bottom: 3%;
}
.company-inner-sec .swiper-container-youshi .swiper-slide{
    background: #fff;
}
.company-inner-sec .swiper-container-youshi .list-inner {
    padding: 0 15%;
}

.company-inner-thr{
    padding:7% 0;
    background:url("../image/innerbg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.company-inner-thr .fir{
    font-size:20px;
    color:#fff;
}
.company-inner-thr .sec{
    font-size:46px;
    color:#fff;
    font-family: ziti1;
}
.company-inner-thr .thr{
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
}
.company-inner-thr .tel{
    width: 275px;
    line-height: 55px;
    height: 55px;
    text-align: center;
    background: #a5221a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2%;
}
.company-inner-thr .tel span{
    font-weight: 700;
    font-size:20px;
}

.company-inner-thr .tel img{
    display: inline-block;
    vertical-align: middle;
}
.company-inner-thr .tel p{
    display: inline-block;
    font-size:14px;
    color:#fff;
}
.company-inner-thr .tel p span{
    font-size:20px;
    color:#fff;
}
.company-inner-thr .tel .img{
    margin-right: 4%;
}

.company-inner-four{
    background-color: #f6f6f6;
    padding:4% 0;
}
.allprotype{
    padding:3% 0;
    background: #a5221a;
}
.allprotype .abox{
    text-align:center;
	display: flex;
}
.allprotype .abox a{
    display: inline-block;
    /* width: 20%; */
	flex:1;
    text-align:center;
    line-height: 35px;
    color:#fff;
    font-size:16px;
    position: relative;
    border-left: 1px dotted rgba(255,255,255,.2);

}
.allprotype .abox a:last-child{
    border-right:1px dotted rgba(255,255,255,.2);
}
.allprotype .abox a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
    width: 44px;
}
.allprotype .abox a:after{
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -9px;
    z-index: 2;
    transform: translateX(-50%) scaleX(0);
    transition: ease .65s;
}
.allprotype .abox a:hover:after{
    transform: translateX(-50%) scaleX(1);
}
.allprotype .abox a.active:after{
    transform: translateX(-50%) scaleX(1);
}


.pro-des-top{
    width: 100%;
    height: 356px;
    margin-bottom: 5%;
}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 48%;
    float: left;
    height: 100%;
    border: 1px solid #eee;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.pro-des-imgbox .imgbox img{
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pro-des-imgbox .imgbox .sy{
    position: absolute;
    max-width: 20%;
    top: 5%;
    left: 5%;
}
.pro-des-text{
    float: right;
    width: 49%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 20px;
    color: #a5221a;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0;
    position: relative;
}
.pro-des-text .des{
    font-size:14px;
    color:#666666;
    position: relative;
}
.pro-des-text .des span{
    display: block;
    line-height: 30px;
}
.pro-des-text .des span.s{
    font-weight: 700;
    color:#eb6100;
    font-size:16px;
}
.pro-des-text .des-tel{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
}
.pro-des-text .des-tel .tel{
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 67%;
    line-height: 60px;
    background: #a5221a;
}
.pro-des-text .des-tel .tel img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.pro-des-text .des-tel .tel a{
    color: #fff;
    font-family: cll1;
    font-size:26px;
    margin-left: 4%;
    padding-left: 4%;
    position: relative;
}
.pro-des-text .des-tel .tel a: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%);
    height: 50%;
    width: 1px;
    background-color: #2469b1;
}
.pro-des-text .des-tel .abut{
    display: block;
    float: left;
    width: 33%;
    line-height: 60px;
    text-align:center;
    color:#fff;
    font-size:18px;
    background: #eb6100;
}
.swiper-container-prodes .swiper-pagination-bullet-active{
    background: #a5221a;
}
.swiper-container-prodes .swiper-button-white{
    width: 30px;
    height: 55px;
    margin-top: -27.5px;
    background-color: rgba(0,0,0,0.5);
    background-size: 13px;
}
.swiper-container-prodes .swiper-button-white:after{
    font-size: 18px;
}
.swiper-container-prodes .swiper-button-prev{
    left:0;
}
.swiper-container-prodes .swiper-button-next{
    right:0;
}

.inner-pro-item ul{
    width: 102%;
}
.inner-pro-item ul li {
    float: left;
    width: 23%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
}
.inner-pro-item ul li .abox{
    text-align:center;
    margin:5px auto 0 auto;
}
.inner-pro-item ul li .abox a{
    display: inline-block;
    line-height: 28px;
    font-size:14px;
    color:#333;
    text-align:center;
    width: 100px;
    border:1px solid #e5e5e5;
}
.inner-pro-item ul li .abox a:hover{
    background: #eb6100;
    border:1px solid #eb6100;
    color:#fff;
}

.inner-pro-item ul li .img {
    width: 100%;
    height: 240px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.inner-pro-item ul li .img img{
    position: absolute;
    max-width: 80%;
    max-height: 79%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-pro-item ul li{
    border: 1px solid #eee;
}
.inner-pro-item ul li .tit{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    transition: .4s;
    background: #f3f7fa;
    z-index: 8;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-pro-item ul li .tit h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:18px;
    color:#333;
}
.inner-pro-item ul li .tit .fir{
    color: #a5221a;
    line-height: 30px;
    font-size:14px;
}
.inner-pro-item ul li:hover .img img {
    transform: scale(1.1);
}
.company-inner-five .list{
    float: left;
    width: 50%;
    height: 445px;
    overflow: hidden;
    position: relative;
}
.company-inner-five .list:hover .img{
    -webkit-transform: scale(1.05) translate3d(0,0,0);
    -moz-transform: scale(1.05) translate3d(0,0,0);
    -ms-transform: scale(1.05) translate3d(0,0,0);
    -o-transform: scale(1.05) translate3d(0,0,0);
    transform: scale(1.05) translate3d(0,0,0);
}
.company-inner-five .list .text{
    position: absolute;
    width: 100%;
    padding-left:14%;
    left:0;
    top:48%;
}
.company-inner-five .list .text .imgbox{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    position: relative;
    background: #a5221a;
    margin-bottom: 1%;
}
.company-inner-five .list:hover .text .imgbox{
    background: #eb6100;
}
.company-inner-five .list .text .fir{
    font-size:30px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
}
.company-inner-five .list .text .sec {
    font-size: 20px;
    color: #fff;
}
.company-inner-five .list:hover .text{
    top:40%;
}

.k{
    text-align:center;
    font-size:15px;
    font-weight: 700;
    color:#000;
    margin-bottom: 4%;
}
.k span{
    color:#eb6100;
}
.bannerboxsm{
    position: relative;
}
.bannersec{
    display: none;

}

.swiper-container-sm .swiper-pagination-bullet{
    width: 25px;
    height: 5px;
    border-radius: 0;
}
.swiper-container-sm .swiper-pagination-bullet-active{
    background: #eb6100;
}


.cbl {
    width: 67px;
    position: fixed;
    right: 30px;
    top: 44%;
    z-index: 3333;
    border-bottom:none;
}

.cbl.active {
    display: none;
}

.cbl li {
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #0f3c8b;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
    border:1px solid #e6e6e6;
    border-bottom:none;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #fff url("../image/s2.png") no-repeat center top 16px;
}
.cbl li.tel:hover span{
    background: #a5221a url("../image/s22.png") no-repeat center top 16px;
}
.cbl li.kefu span{
    background: #fff url("../static/index/zm001/img/s3.png") no-repeat center top 16px;
}
.cbl li.kefu:hover span{
    background: #a5221a url("../static/index/zm001/img/s33.png") no-repeat center top 16px;
}
.cbl li.email span{
    background: #fff url("../image/s4.png") no-repeat center top 16px;
}
.cbl li.email:hover span{
    background: #a5221a url("../image/s44.png") no-repeat center top 16px;
}
.cbl li.weixin span{
    background: #fff url("../image/s5.png") no-repeat center top 16px;
}
.cbl li.weixin:hover span{
    background: #a5221a url("../image/s55.png") no-repeat center top 16px;
}
.cbl li.fd span{
    background: #fff url("../image/s6.png") no-repeat center;
    border-bottom:1px solid #e6e6e6;
}
.cbl li.fd:hover span{
    background: #a5221a url("../image/s66.png") no-repeat center;
}
.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#4e4e4e;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #a5221a;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #a5221a;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}
.cbl .xun{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: #a5221a url("../image/xun.png") no-repeat center;
    margin:12px auto 0 auto;
}
.cbl .xun:hover{
    background: #eb6100 url("../image/xun.png") no-repeat center;
}

