.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: 'jx';
    src: url("../fonts/jx.ttf");
}

.padding {
    padding: 88px 0;
}

.padding-top {
    padding-top: 88px;
}

.padding-bottom {
    padding-bottom: 88px;
}

.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;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.over-line-8{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-5{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.alltitle{
    text-align:center;
    background: url("../img/alltitlebg.png") no-repeat center bottom;
    margin-bottom: 30px;
}
.alltitle.left{
    text-align:left;
    background: url("../img/alltitlebg.png") no-repeat left -286px top 12px;
}
.alltitle .t1{
    font-size:32px;
    color:#131312;
    letter-spacing: 1px;
}
.alltitle .en{
    font-size:16px;
    color:#999999;
    text-transform: uppercase;
    margin-top: 10px;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .en{
    color:#fff;
    opacity: 0.4;
}


.allnav{
    background: #f7f7f7 url("../img/allnav-bg.png") no-repeat center top;
}
.allnav-inner{
    width: 100%;
    height: 140px;
}
.allnav-inner .logo{
    float: left;
    margin-top: 51px;
}
.navMenu{
    width: 525px;
    float: right;
    margin-top: 50px;
}
.navMenu a{
    text-align:center;
    position: relative;
}
.navMenu a span{
    font-size:22px;
    color:#222222;
    font-family: jx;
    position: relative;
    z-index: 2;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.navMenu a i{
    position: absolute;
    width: 33px;
    height: 33px;
    background: url("../img/sub.png") no-repeat center;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
    z-index: 1;
    opacity: 0;
}
.navMenu a:hover span
,.navMenu a.act span{
    color:#8a1718;
}
.navMenu a:hover i
,.navMenu a.act i{
    opacity: 1;
}
.navMenu .weixin{
    width: 48px;
    height: 47px;
    background: url(../img/weixinbg.png) no-repeat center;
    text-align: center;
    font-size: 14px;
    position: relative;
    color: #fff;
    letter-spacing: 0px;
    line-height: 17px;
    padding-top: 7px;
    cursor: pointer;
    z-index: 2;
}
.navMenu .weixin .erbox{
    width: 120px;
    height: 146px;
    background: url(../img/wechatbg.png) no-repeat center;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 126%;
    right: 0;
    display: none;
}
.navMenu .weixin:hover .erbox{
    display: block;
}
.navMenu .weixin .imgbox{
    border:1px solid #333;
    padding: 6px;
}
.navMenu .weixin .erbox img{
    width: 100%;
    display: block;
    margin:0 auto;
}
.navMenu .weixin .erbox p{
    color:#fff;
    font-size:14px;
    margin-top: 10px;
}
.bannerbox{
    position: relative;
}
.bannerbox .swiper-slide img {
    width: 100%;
}
.bannerbox .swiper-pagination-bullet{
    opacity: 1;
    margin:0 9px!important;
    width: 14px;
    height: 14px;
    background: url("../img/bannerpage.png") no-repeat center;
}
.bannerbox .swiper-pagination-bullet-active{
    background: url("../img/bannerpageact.png") no-repeat center;
}
.bannerbg{
    position: absolute;
    width: 100%;
    height: 157px;
    background: url("../img/bannerbg.png") no-repeat center;
    left:0;
    bottom:0;
    z-index: 1;
}
.bannerbox .swiper-pagination{
    bottom:10%;
}

.index_page{
    width: 100%;
    background: url("../img/index_page.jpg") no-repeat top center;
}
.in_search .hot_key span{
    font-size:17px;
    color:#333333;
}
.in_search .hot_key a{
    font-size:16px;
    color:#727070;
}
.in_search{
    border-bottom:1px solid #d9d9d8;
}
.in_search .inner{
    height: 85px;
}
.in_search .hot_key a:hover{
    color:#8a1718;
}
.alltel{
    padding-left:40px;
    background: url("../img/tel.png") no-repeat left center;
    font-size:22px;
    font-weight: bold;
    color:#8a1718;
}
.in_protype{
    flex-wrap: wrap;
}
.in_protype a{
    margin-bottom: 16px;
    display: block;
    width: 160px;
    height: 47px;
    text-align:center;
    color:#fff;
    font-size:22px;
    font-family: jx;
    background: url("../img/protypebg.png") no-repeat center;
    padding-top: 5px;
    padding-right: 18px;
}
.in_protype a:hover{
    background: url("../img/protypebg2.png") no-repeat center;
}
.allpro{
    position: relative;
}
.allpro .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.allpro:hover .imgbox .pic{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.allpro .imgbox .title{
    width: 100%;
    line-height: 55px;
    background: rgba(0,0,0,0.72);
    font-size:22px;
    color:#fff;
    font-family: jx;
    text-align:center;
    position: absolute;
    left:0;
    bottom:0;
}
.allpro:hover .imgbox .title{
    opacity: 0;
}
.in_pro{
    height: 915px;
}
.in_pro .swiper-container{
    height: 100%;
}
.in_pro .allpro{
    width: 100%;
    height: 100%;
}
.in_pro .swiper-slide{
    height:calc((100% - 60px) / 3);
}
.allpro .meng{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.72) url("../img/pro-border.png") no-repeat center;
    text-align:center;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
}
.allpro:hover .meng{
    opacity: 1;
}
.allpro .meng .inner{
    width: 100%;
    padding:0 40px;
    color:#fff;
}
.allpro .meng  .t{
    font-family: jx;
    font-size:30px;
}
.allpro .meng img{
    max-width: 100%;
    margin:15px auto;
}
.allpro .meng  .des{
    font-family: jx;
    line-height: 26px;
    font-size:16px;
    margin-bottom: 14px;
}
.allpro .meng .more{
    width: 148px;
    height: 37px;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px 0 0px;
    background: url(../img/morebg.png) no-repeat center;
    margin: 0 auto;
}

.in_company{
    height: 971px;
    background: url("../img/companybg.png") no-repeat center;
}
.in_company .inner .text{
    float: left;
    width: 562px;
    color:#fff;
}
.in_company .inner .text .t{
    font-family: jx;
    font-size:28px;
    margin-bottom: 15px;
}
.in_company .inner .text .des{
    font-size:16px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align:justify;
}
.allmore{
    display: block;
    width: 185px;
    height: 45px;
    background: url("../img/more-big.png") no-repeat center;
    color:#fff;
    font-size:16px;
    padding:10px 20px 0 0;
    text-align:center;
}
.in_company .inner .imgbox{
    width: 582px;
    float: right;
}
.in_company .inner .imgbox img{
    width: 100%;
}
.in_company .alltitle{
    margin-bottom: 75px;
}
.in_company .comimg{
    margin-top: 55px;
    position: relative;
}
.in_company .comimg .imgbox{
    width: 100%;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.in_company .comimg .imgbox .title{
    position: absolute;
    width: 100%;
    line-height: 46px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: url("../img/imgtitle.png") no-repeat center;
    left:0;
    bottom:5px;
    opacity: 0;
}
.in_company .comimg .imgbox:hover .title{
    opacity: 1;
}
.in_company .comimg .imgbox:hover .pic{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.in_company .comimg .btn{
    width: 49px;
    height: 49px;
    border-radius: 100%;
    background: #000;
}
.in_company .comimg .btn:after{
    font-size:22px;
    font-weight: bold;
}
.in_company .comimg .btn:hover{
    background: #ae2422;
}
.in_company .comimg .swiper-button-next{
    right: -25px;
}
.in_company .comimg .swiper-button-prev{
    left: -25px;
}

.in_case .swiper-slide{
    width: 37%;
}
.in_case .swiper-slide .imgbox{
    height: 440px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.in_case .swiper-slide .title{
    text-align:center;
    font-family: jx;
    color:#010101;
    font-size:28px;
    letter-spacing: 2px;
    margin-top: 13px;
    font-weight: bold;
    opacity: 0;
}
.in_case .swiper-slide.swiper-slide-active .title{
    opacity: 1;
}
.in_case .swiper-slide .imgbox .meng{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: url("../img/case-border.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}
.in_case .btn{
    width: 60px;
    height: 60px;
    background: #000000;
}
.in_case .btn:after{
    font-size: 22px;
    font-weight: bold;
}
.in_case .btn:hover{
    background: #8a1718;
}
.in_case .swiper-button-next{
    right: 23%;
}
.in_case .swiper-button-prev{
    left: 23%;
}
.in_case .swiper-slide .imgbox .bai{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #fff;
    opacity: 0.7;
    z-index: 2;
}
.in_case .swiper-slide.swiper-slide-active .imgbox .bai{
    opacity: 0;
}
.telbar{
    width: 630px;
    height: 61px;
    margin:45px auto 0 auto;
    background: url("../img/telbar.png") no-repeat center;
}
.telbar span{
    display: inline-block;
    color:#fff;
    margin-left: 10px;
    font-weight: bold;
    font-size:22px;
}

.in_news_box .left{
    float: left;
    width: 688px;
    background: #f6f6f6;
    padding:40px;
    box-shadow: 4px 4px 12px #c7c7c7;
    position: relative;
    z-index: 2;
}
.in_news_box .n-tbox{
    margin-bottom: 25px;
}
.in_news_box .n-tbox span{
    display: block;
    float: left;
    font-size:24px;
    color:#282828;
    font-weight: bold;
}
.in_news_box .n-tbox a{
    display: block;
    float: right;
    font-size:14px;
    color:#666666;
    text-transform: uppercase;
    margin-top: 6px;
}
.in_news_box .n-tbox a:hover{
    color:#8a1718;
}
.in_news_box .news-one .imgbox{
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 28px;
}
.in_news_box .news-one:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news_box .text .title{
    font-size: 20px;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_news_box .text:hover .title{
    color:#8a1718;
}
.in_news_box .text .hot{
    display: inline-block;
    line-height: 28px;
    width: 60px;
    text-align: center;
    background: #8a1718;
    font-size: 18px;
    color: #fff;
    border-radius: 10px 0 10px 0;
    margin-right: 14px;
    letter-spacing: 2px;
}
.in_news_box .news-one .text .s1{
    display: inline-block;
    width: 535px;
}
.in_news_box .text .des{
    font-size:14px;
    color:#8b8b8b;
    line-height: 28px;
    margin-top: 13px;
}
.in_news_box .news-one .text{
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.in_news_box .news-one-item .list a .t{
    display: block;
    width: 425px;
    position: relative;
    padding-left: 17px;
    font-size:14px;
    color:#333333;
    float: left;
    line-height: 40px;
}
.in_news_box .news-one-item .list a .t:before{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #ccc;
    left:0;
    top: 17px;
    -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 .news-one-item .list:hover a .t:before{
    background: #8a1718;
}
.in_news_box .news-one-item .list a .time{
    float: right;
    font-size:14px;
    color:#999;
    line-height: 40px;
}
.in_news_box .right{
    padding:40px;
    background: #f6f6f6;
    width:512px;
    float: left;
    position: relative;
    z-index: 1;
}
.in_news_box .right .text{
    padding-bottom: 20px;
}
.in_news_box .right .item .list{
    padding:31px 0;
    border-top:1px dashed #cbcbcb;
}
.in_news_box .right .item .list:last-child{
    border-bottom:1px dashed #cbcbcb;
}
.in_news_box .right .item .list .time{
    font-size:13px;
    color:#666;
    font-weight: bold;
}
.in_news_box .right .item .list .title{
    font-size:14px;
    margin-top: 5px;
    color:#333;
}
.in_news_box .right .item .list:hover .time{
    color:#8a1718;
}
.in_news_box .right .item .list:hover .title{
    color:#8a1718;
}

.footbox{
    padding:35px;
    background: url("../img/footbg.jpg") no-repeat center bottom / cover;
}
.foot-link{
    height: 90px;
    padding:20px 30px 0 130px;
    background: url("../img/foot-link.png") no-repeat center;
}
.foot-link a{
    display: inline-block;
    font-size:16px;
    color:#111;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foot-link a:hover{
    color:#8a1718;
}
.copy{
    background: url("../img/copybg.jpg") no-repeat center / cover;
    font-size: 14px;
    color: #fff;
    line-height: 55px;
}
.copy a{
    color: #fff;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.sbanner{
    width: 100%;
    height: 400px;
    background: url("../img/s-banner.jpg") no-repeat center;
}

.allcrumbs{
    border-bottom: 1px solid #d9d9d8;
}
.allcrumbs .inner{
    height: 70px;
}
.allcrumbs .inner .left{
    padding-left:30px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:16px;
    color:#727070;
}
.allcrumbs .inner .left a{
    color:#727070;
}
.inner-company .in_company{
    background: none;
}
.inner-company .in_company .inner .text{
    float: right;
}
.inner-company .in_company .inner .text .t{
    color:#333;
    font-weight: bold;
    margin-bottom: 21px;
}
.inner-company .in_company .inner .text .des{
    color:#333;
    line-height: 33px;
}
.inner-company .in_company .inner .imgbox{
    float: left;
    width: 601px;
}

.inner-company-youshi{
    padding-top: 133px;
    background: url("../img/inner-company-2.png") no-repeat center / cover;
}
.inner-company-youshi .item{
    margin-top: 30px;
}
.inner-company-youshi .list{
    width: 285px;
    height: 140px;
    background: rgba(0,0,0,0.2);
    float: left;
    margin-right: 20px;
}
.inner-company-youshi .list:last-child{
    margin-right: 0;
}
.inner-company-youshi .list-inner{
    background: #fff url("../img/innerborder.png") no-repeat center;
    width: 100%;
    height: 100%;
    position: relative;
}
.inner-company-youshi .shuzi{
    color: #ae2422;
    font-size: 100px;
    font-family: Impact;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    opacity: 0.06;
}
.inner-company-youshi .list.active .shuzi{
    opacity: 1;
}
.inner-company-youshi .text{
    position: absolute;
    width: 100%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    z-index: 2;
    text-align:center;
}
.inner-company-youshi .text img{
    display: block;
    margin:0 auto;
}
.inner-company-youshi .text p{
    font-weight: bold;
    font-size:24px;
    color:#282828;
    margin-top: 10px;
    font-family: jx;
}
.inner-company-youshi .list:hover .text img{
    filter:brightness(1000%);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.inner-company-youshi .list:hover .list-inner{
    background: #8a1718 url("../img/innerborder2.png") no-repeat center;
}
.inner-company-youshi .list:hover .text p{
    color:#fff;
}
.inner-company-youshi .list:hover .shuzi{
    opacity: 0.3;
}
.alltitle .thr{
    margin-top: 10px;
}
.alltitle .thr span{
    display: inline-block;
    padding-left: 23px;
    background: url(../img/yuan.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
}
.alltitle .thr span:nth-child(1){
    margin-right: 30px;
}

.inner-company-thr .lxbox{
    height: 330px;
    padding:30px;
    background: #fff;
}
.inner-company-thr .imgbox{
    float: left;
    width: 464px;
    height: 100%;
}
.inner-company-thr .text{
    float: right;
    width:625px;
    height: 100%;
}
.inner-company-thr .text .fir{
    font-size:28px;
    color:#363636;
    font-weight: 700;
}
.inner-company-thr .text .sec{
    font-size: 16px;
    color: #707070;
    line-height: 30px;
    margin: 3.5% 0 4% 0;
}
.inner-company-thr .text .thr{
    font-size:16px;
    color:#707070;
    font-weight: bold;
}
.inner-company-thr .text .thr span{
    font-size:30px;
    color:#8e2324;
    font-weight: 700;
}

.allsider{
    float: left;
    width: 280px;
    background: url("../img/siderbg.png") no-repeat center;
    background-size:100% 100%;
    padding:25px 20px 20px 20px;
}
.sider-top{
    text-align:center;
    color:#fff;
    margin-bottom: 15px;
}
.sider-top .t1{
    font-family: jx;
    font-size:30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sider-top .en{
    text-transform: uppercase;
    font-size:14px;
    color:rgba(255,255,255,0.4);
}
.sider-ul{
    background: #fff;
    padding:15px;
}
.sider-ul a{
    display: block;
    line-height: 38px;
    font-size:18px;
    color:#333333;
    font-family: jx;
    text-align:center;
    background: url("../img/sider-ul-bg.png") no-repeat center;
    font-weight: bold;
    margin-bottom: 12px;
}
.sider-ul a:hover
,.sider-ul a.act{
    background: url("../img/sider-ul-bg1.png") no-repeat center;
    color:#fff;
}
.sider-ul a:last-child{
    margin-bottom: 0;
}
.pro-right{
    float: right;
    width: 890px;
}
.inner-pro-list{
    float: left;
    width: 290px;
    height: 215px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.inner-pro-list:nth-child(3n){
    margin-right: 0;
}
.inner-pro-list .allpro{
    height: 100%;
}
.inner-pro-list .allpro .imgbox .title{
    line-height: 45px;
    font-size: 18px;
}
.inner-pro-list .allpro .meng{
    background-size: 90% 90%;
}
.inner-pro-list .allpro .meng .t {
    font-size: 25px;
}
.inner-pro-list .allpro .meng img{
    margin: 5px auto;
}
.inner-pro-list .allpro .meng .des{
    line-height: 19px;
}
.inner-pro-list .allpro .meng .inner{
    padding: 0 29px;
}

.all_pro_right{
    width: 880px;
    float: right;
}

.top-des-pro .left{
    float: left;
    width: 460px;

}
.top-des-pro .left .pic{
    width: 100%;
    height: 350px;
    background: #fff;
    position: relative;
}
.top-des-pro  .but{
    width: 35px;
    height: 56px;
    margin-top: -28px;
    background-color: #7f7f7f;
}
.top-des-pro  .but:after{
    font-size:25px;
}
.top-des-pro  .but:hover{
    background-color: #842121;
}
.top-des-pro  .swiper-button-prev{
    left:0;
}
.top-des-pro .swiper-button-next{
    right:0;
}
.top-des-pro .shuzi{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #7e7e7e;
    position: absolute;
    right:20px;
    bottom:20px;
    z-index: 1;
}
.top-des-pro  .shuzi span{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro  .shuzi .swiper-pagination{
    font-size:16px;
    color:#fff;
    font-weight: bold;
}
.top-des-pro .right{
    float: right;
    width: 390px;
}
.top-des-pro .right .title{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 23px;
    padding-bottom: 20px;
    border-bottom:2px solid #d2d2d2;
    position: relative;
}
.top-des-pro .right .title:after{
    position: absolute;
    content:"";
    width: 100px;
    height: 2px;
    background: #842121;
    left:0;
    bottom:-2px;
}
.top-des-pro .right .des{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    line-height: 28px;
}
.top-des-pro .right .lxbox{
    margin-top: 30px;
}
.top-des-pro .right .lxbox p{
    font-size:15px;
    color:#747474;
    line-height: 48px;
    padding-left: 28px;
    border-bottom:1px dashed #bbb;
}
.top-des-pro .right .lxbox p a{
    color:#747474;
}
.top-des-pro .right .lxbox p.linkman{
    background: url("../img/p-linkman.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.email{
    background: url("../img/p-email.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.address{
    background: url("../img/p-address.png") no-repeat left center;
}
.top-des-pro .right .tel{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2454ac;
    height: 55px;
    margin-top: 42px;
}
.top-des-pro .right .tel img{
    margin:0 14px;
}
.top-des-pro .right .tel span{
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 22px;
}
.top-des-pro .right .tel a{
    display: block;
    line-height: 55px;
    background: #7ccf37;
    width: 173px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.top-des-pro .right .tel a:hover{
    background: linear-gradient(to right,#2758a9 29%,#7ccf37);
}
.bottom-des-pro{
    margin-top: 40px;
}
.des-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
    background: #fff;
    padding: 35px;
}
.des-content strong{
    color:#282828;
    font-size:18px;
    margin-bottom: 10px;
    display: block;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}
.des-content .inner-shili{
    margin-top: 30px;
}
.des-content .inner-shili .t{
    color: #282828;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
.des-content .inner-shili .item .list{
    float: left;
    width: 393px;
    height: 280px;
    position: relative;
    margin-right: 24px;
}
.des-content .inner-shili .item .list:nth-child(n+3){
    margin-top: 24px;
}
.des-content .inner-shili .item .list:nth-child(2n){
    margin-right: 0;
}
.des-content .inner-shili .item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.des-content .inner-shili .item .list p{
    font-size:22px;
    color:#fff;
    text-align:center;
    background: rgba(138,23,24,0.8);
    width: 100%;
    bottom:0;
    left:0;
    position: absolute;
    line-height: 50px;
    font-family: jx;
    letter-spacing: 2px;
}
.inner-product-box .otherbox .allpro{
    height: 215px;
}
.inner-product-box .otherbox .allpro .imgbox .title{
    font-size:20px;
    line-height: 40px;
}
.inner-product-box .otherbox .allpro .meng .t {
    font-size: 26px;
}
.inner-product-box .otherbox .allpro .meng .des {
    font-size: 14px;
    line-height: 16px;
}
.inner-product-box .otherbox .allpro .meng{
    background-size: 90% 90%;
}
.inner-product-box .otherbox .allpro .meng img{
    margin:5px auto;
}
.inner-yingyong-list{
    float: left;
    width: 381px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.inner-yingyong-list:nth-child(3n){
    margin-right: 0;
}
.inner-yingyong-list .imgbox{
    width: 100%;
    height: 284px;
    overflow: hidden;
}
.inner-yingyong-list .title a{
    display: block;
    background: #fff;
    font-size:16px;
    color:#333;
    line-height: 55px;
    text-align:center;
}
.inner-yingyong-list:hover .title a{
    background: #8a1718;
    color:#fff;
}
.inner-yingyong-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.news_type{
    text-align:center;
    margin-bottom: 50px;
}
.news_type a{
    display: inline-block;
    width: 200px;
    line-height: 50px;
    border:1px solid #999;
    text-align:center;
    font-size:16px;
    color:#666;
    margin:0 15px;
    border-radius: 40px;
}
.news_type a:hover
,.news_type a.active{
    background: #8a1718;
    color:#fff;
}
.allnews .imgbox{
    width: 100%;
    height: 231px;
    overflow: hidden;
}
.allnews:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnews .text{
    background: #fff;
    padding:15px;
}
.allnews .text .time{
    font-size:14px;
    color:#8e8e8e;
}
.allnews .text .title{
    font-size:18px;
    color:#000000;
    font-weight: bold;
    margin:11px 0;
}
.allnews .text .con{
    font-size:13px;
    color:#3b3b3b;

}
.allnews .text .more{
    font-size:12px;
    color:#999;
    margin-top: 25px;
}
.allnews:hover .text{
    background: #8a1718;
}
.allnews:hover .text .time{
    color:#fff;
}
.allnews:hover .text .title{
    color:#fff;
}
.allnews:hover .text .con{
    color:#fff;
}
.allnews:hover .text .more{
    color:#fff;
}
.news-inner-list{
    width: 371px;
    float: left;
    margin-right: 43px;
    margin-bottom: 30px;
}
.news-inner-list:nth-child(3n){
    margin-right: 0;
}
.news-inner .allnews .imgbox{
    height: 244px;
}
.news-inner .allnews .text{
    background: #eee;
    padding:20px;
}
.news-inner .allnews:hover .text{
    background: #00387a;
}
.news-inner .allnews .text .con {
    font-size: 14px;
    margin-top: 0;
    line-height: 22px;
}
.inner-news-des .left .tbox{
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .left .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.inner-news-des{
    background: #fff;
    padding-top: 35px;
}
.clickbox{
    line-height: 25px;
    margin-bottom:28px;
    padding: 5px 10px;
    color: #777;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}

.inner-contactbox .left{
    float: left;
    width: 490px;
}
.inner-contactbox .left .top .fir{
    font-size: 30px;
    color: #333;
    letter-spacing: 2px;
}
.inner-contactbox .left .top .fir span{
    color:#f4324d;
}
.inner-contactbox .left .top .sec{
    font-size:25px;
    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: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #ddaeaf;
}
.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{
    background: #fff;
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#8a1718;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    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: 80%;
    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: #8a1718;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}

.inner-ditu{
    width: 100%;
    height: 400px;
    margin-top: 55px;
}
.inner-ditu .warpper{
    height: 100%;
}
.inner-ditu #ditu{
    width: 100%;
    height: 100%;
}
.allprot{
    color: #282828;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}
