.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.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ali';
    src: url("../font/ali.ttf");
}
@font-face {
    font-family: 'tan';
    src: url("../font/tan.ttf");
}



.padding {
    padding: 100px 0 100px 0;
}
.padding-inner {
    padding: 100px 0 100px 0;
}
.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:60px 0 100px 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.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;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -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-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -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-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.topbg{
    background: url("../image/topbg.jpg") no-repeat center;
    height: 43px;
}

.allnav{
    background: #f7f7f7;
}
.allnav-inner{
    height: 120px;
}
.allnav-inner .logo{
    float: left;
    margin-top: 27px;
}
.head-tel{
    float: right;
    margin-top: 30px;
    padding-left: 68px;
    background: url("../image/head-tel.png") no-repeat left center;
}
.head-tel .t1{
    font-size:16px;
    color:#666666;
}
.head-tel .t2{
    font-size:32px;
    background-image: -webkit-linear-gradient(90deg,#7d191e 24%,#dc222f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Impact;
}

.headMenu{
    background: #222;
}
.headMenu ul li{
    float: left;
    width: 16.66%;
}
.headMenu ul li a{
    display: block;
    text-align:center;
    line-height: 65px;
    font-size:18px;
    color:#d3d3d3;
    letter-spacing: 1px;
}
.headMenu ul li a:hover
,.headMenu ul li a.active{
    color:#fff;
    background: url("../image/navbg.jpg") no-repeat center / cover;
}
.headMenu ul li a.active{
    font-weight: bold;
}
.bannerSwiper .swiper-slide img{
    width: 100%;
}
.bannerSwiper .swiper-pagination{
    bottom: 5%;
}
.bannerSwiper .swiper-pagination-bullet{
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.bannerSwiper .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border:1px solid #fff;
    opacity: 0;
}
.bannerSwiper .swiper-pagination-bullet-active{
    background: #fff;
}
.bannerSwiper .swiper-pagination-bullet-active:after{
    opacity: 1;
}

.alltitle{
    text-align:center;
    margin-bottom: 45px;
}
.alltitle .t1 .dian{
    width: 10px;
    height: 10px;
    background: #282828;
    border-radius: 100%;
    margin:0 12px;
}
.alltitle .t1 span{
    font-size:40px;
    font-family: ali;
    letter-spacing: 1px;
}
.alltitle .t1 span.s1{
    color:#282828;
}
.alltitle .t1 span.s2{
    color:#7d342d;
}
.alltitle .t2{
    font-size:18px;
    color:#676566;
    margin:12px 0;
}
.alltitle img{
    display: block;
    margin:0 auto;
}
.alltitle.white .t1 .s1{
    color:#fff;
}
.alltitle.white .t1 .s2{
    color:#fff;
}
.alltitle.white .t1 .dian{
    background: #fff;
}
.alltitle.white .t2{
    color:#fff;
    opacity: 0.6;
}
.alltitle.balck .t1 .s1{
    color:#282828;
}
.allsider{
    width:270px;
    float: left;
}
.sider-top{
    height: 105px;
    background: url("../image/slidetopbg.jpg") no-repeat center / cover;
    text-align:center;
    padding-top: 26px;
}
.sider-top .t1{
    font-size:26px;
    font-weight: bold;
    color:#fff;
}
.sider-top .en{
    font-size:16px;
    font-weight: bold;
    color:#a15c5f;
    text-transform: uppercase;
}
.sider-cent{
    background: #7d191e;
    padding: 0 4px 4px 4px;
}
.sider-cent ul{
    background: #fff;
    padding:17px;
}
.sider-cent ul li{
    border-top:1px solid #cdcdcd;
    position: relative;
}
.sider-cent ul li:last-child{
    border-bottom:1px solid #cdcdcd;
}
.sider-cent ul li a{
    display: block;
    padding:24px 0 23px 30px;
}
.sider-cent ul li .s1{
    font-size:20px;
    color:#333333;
}
.sider-cent ul li .s2{
    font-size:12px;
    color:#adadad;
    text-transform: uppercase;
    margin-top: 7px;
}

.sider-cent ul li .icon{
    width: 16px;
    height: 12px;
    background: url("../image/sider-icon1.png") no-repeat center;
    position: absolute;
    right: 50px;
    top: 22px;
    cursor: pointer;
    opacity: 0;
}
.sider-cent ul li a.act
,.sider-cent ul li a:hover{
    background: url("../image/slidetopbg.jpg") no-repeat center / cover;
}
.sider-cent ul li a.act .s1
,.sider-cent ul li a:hover .s1{
    color:#fff;
}
.sider-cent ul li a.act .s2
,.sider-cent ul li a:hover .s2{
    color:#fff;
}
.sider-cent ul li a.act .icon
,.sider-cent ul li a:hover .icon{
    opacity: 1;
}
.allsider-bottom{
    width: 100%;
    padding:27px 25px;
    background: url("../image/allsider-bottom-bg.jpg") no-repeat center / cover;
    text-align:center;
    color:#fff;
    margin-top: 28px;
}
.allsider-bottom .sider-tel{
    display: block;
    margin:0 auto 15px auto;
}
.allsider-bottom .lxbox{
    padding: 16px 0 20px 0;
    text-align: center;
    background: url(../image/slidebottombg.png) no-repeat center bottom;
}
.allsider-bottom .lxbox .fir{
    font-size:18px;
}
.allsider-bottom .lxbox .sec{
    font-size: 30px;
    font-family: Impact;
    line-height: 42px;
}
.allsider-bottom .thr{
    font-size:16px;
    font-weight: bold;
    margin-top: 23px;
}

.pro-right{
    float: right;
    width: 910px;
}

.in_pro_top{
    padding:37px;
    background: url("../image/in_pro_bg.jpg") no-repeat center / cover;
}
.in_pro_top .imgbox{
    float: left;
    width: 440px;
    height: 335px;
    position: relative;
    overflow: hidden;
}
.in_pro_top .text {
    float: right;
    width: 360px;
}
.in_pro_top .text .title{
    font-weight: bold;
    font-size:24px;
    color:#333;
}
.in_pro_top .text .line{
    width: 42px;
    height: 3px;
    background: #7d191e;
    margin:20px 0 25px 0;
}
.in_pro_top .text .des{
    line-height: 30px;
    font-size:14px;
    color:#666;
}
.in_pro_top .text .abox{
    margin-top:92px;
}
.in_pro_top .text .abox a{
    float: left;
    margin-right: 10px;
}
.allmore{
    width: 130px;
    height: 40px;
    background: #7d191e;
}

.allmore span{
    font-size:16px;
    display: inline-block;
    color:#fff;
}

.in_pro_bottom{
    margin-top: 20px;
}
.in_pro_bottom .list{
    float: left;
    width: 295px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.in_pro_bottom .list:nth-child(3n){
    margin-right: 0;
}
.allcase{
    border:1px solid #f2f2f2;
}
.allcase .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.allcase .imgbox .title{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    line-height: 50px;
    background: #7d191e;
    text-align:center;
    font-size:20px;
    font-family: tan;
    color:#fff;
    opacity: 1;
}
.allcase .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: 0;
}
.allcase .imgbox .meng a{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.allcase:hover .imgbox .meng{
    opacity: 1;
}
.allcase .imgbox .meng .kuang{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: url("../image/pro1bg.png") no-repeat center;
    z-index: 2;
}
.allcase:hover .imgbox .title{
    opacity: 0;
}
.allcase .imgbox .titlesec{
    z-index: 1;
    position: absolute;
    width: 100%;
    padding:10px 0;
    background: url("../image/pro2bg.jpg") no-repeat center / cover;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
    opacity: 0;
}
.allcase .imgbox .titlesec .s1{
    color:#fff;
    font-family: tan;
    font-size:22px;
    letter-spacing: 1px;
}
.allcase .imgbox .titlesec .s2{
    color:#fff;
    font-family: tan;
    font-size:12px;
    text-transform: uppercase;
    margin-top: 3px;
    opacity: 0.5;
}
.allcase:hover .imgbox .titlesec{
    opacity: 1;
}

.in_company{
    background: url("../image/combg.jpg") no-repeat center / cover;
}
.moreBtn{
    display: block;
    width: 124px;
    line-height: 36px;
    text-align:center;
    color:#fff;
    background: #7d191e;
    font-size:14px;
}
.moreBtn:hover{
    background: #252525;
}
.in_company .imgbox{
    float: left;
    width: 600px;
    height: 542px;
    overflow: hidden;
}
.in_company .text{
    float: right;
    width: 600px;
    height: 542px;
    padding:60px;
    background: #fff url("../image/combg2.jpg") no-repeat right bottom;
}
.in_company .text .t1{
    font-weight: bold;
    color:#7d191e;
    font-size:24px;
}
.in_company .text .line{
    width: 46px;
    height: 2px;
    background: #7d191e;
    margin:25px 0;
}
.in_company .text .t2{
    line-height: 30px;
    color:#666666;
    font-size:16px;
    margin-bottom: 30px;
}
.in_company .imgitem{
    margin-top: 40px;
}
.in_company .imgtype a{
    display: block;
    float: left;
    width: 25%;
    line-height: 70px;
    text-align:center;
    background: #656565;
    color:#fff;
    font-size:20px;
}
.in_company .imgtype a.act{
    background: #752a24;
}
.in_company .imgitem .item{
    background: #fff;
    padding:40px;
}
.in_company .imgitem .item .list{
    position: relative;
    display: none;
}
.in_company .imgitem .item .list .imgbox{
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.in_company .imgitem .item .list .imgbox:hover 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);
}
.imgBtn{
    width: 48px;
    height: 48px;
    background: #333333;
    border-radius: 100%;
}
.imgBtn:hover{
    background: #752a24;
}
.imgBtn:after{
    color:#fff;
    font-size:18px;
}
.in_company .imgitem .item .list .swiper-button-next{
    right: -24px;
}
.in_company .imgitem .item .list .swiper-button-prev{
    left: -24px;
}
.in_pro{
    background: url("../image/probg.jpg") no-repeat center / cover;
}

.allpro{
    width: 100%;
    position: relative;
    background: url("../image/allprobg.jpg") no-repeat center / cover;
}
.allpro a{
    padding:70px 40px 60px 40px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../image/allprobg2.png") no-repeat center;
    background-size: 95%;
}
.allpro .title span{
    font-size:22px;
    color:#7d342d;
    display: inline-block;
    margin:0 15px;
}
.allpro .des{
    text-align:center;
    font-size:14px;
    color:#666666;
    line-height: 28px;
    margin-top: 25px;
}
.allpro .imgbox{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}
.allpro .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left:0;
    top:0;
    opacity: 0;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}

.in_pro .moreBtn{
    width: 200px;
    line-height: 48px;
    margin:55px auto 0 auto;
}
.in_newsbox .list1{
    float: left;
    width: 800px;
    background: url("../image/news1bg.jpg") no-repeat center / cover;
    padding:35px;
}
.in_newsbox .list2{
    float: left;
    width: 400px;
    background: #eeeded;
    padding:35px;
}
.in_newsbox .list .tbox{
    position: relative;
    padding-left:40px;
    margin-bottom: 25px;
}
.in_newsbox .list:nth-child(1) .tbox{
    background: url("../image/n1.png") no-repeat left top 7px;
}
.in_newsbox .list:nth-child(1):hover .tbox{
    background: url("../image/n11.png") no-repeat left top 7px;
}
.in_newsbox .list:nth-child(2) .tbox{
    background: url("../image/n2.png") no-repeat left top 7px;
}
.in_newsbox .list:nth-child(2):hover .tbox{
    background: url("../image/n22.png") no-repeat left top 7px;
}

.in_newsbox .list .tbox .fir{
    font-weight: bold;
    font-size:24px;
    color:#282828;
}
.in_newsbox .list:hover .tbox .fir{
    color:#7d191e;
}
.in_newsbox .list .tbox .sec{
    text-transform: uppercase;
    font-size:12px;
    color:#d1d1d1;
}
.in_newsbox .list .tbox a{
    display: block;
    width: 28px;
    height: 28px;
    background: #dedede;
    position: absolute;
    right:0;
    top:12px;
    border-radius: 40px;
}
.in_newsbox .list:hover .tbox a{
    background: #7d191e;
}

.allnews{
    width: 100%;
}
.allnews .imgbox{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.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 .title{
    font-size:18px;
    color:#282828;
    font-weight: bold;
}
.allnews .text .con{
    font-size:16px;
    color:#828282;
    line-height: 30px;
    margin-top: 20px;
}
.allnews .text .time{
    font-size:14px;
    color:#828282;
    margin-top: 10px;
}

.in_news .newslist1_top .imgbox{
    float: left;
    width: 325px;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.in_news .newslist1_top .textout{
    float: right;
    width: 367px;
    margin-top: 25px;
}
.in_news .newslist1_top{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom:1px dashed #dfdfdf;
}
.in_news .newslist1_top:hover .text .title{
    color:#7d191e;
}
.in_news .newslist1_bottom .list{
    margin-bottom: 26px;
}
.in_news .newslist1_bottom .list:last-child{
    margin-bottom: 0;
}
.in_news .newslist1_bottom .list .title{
    width: 75%;
    padding-left:18px;
    background: url("../image/news2bg.png") no-repeat left center;
    font-size:16px;
    color:#282828;
}
.in_news .newslist1_bottom .list .time{
    font-size:14px;
    color:#828282;
}
.in_news .newslist1_bottom .list:hover .title{
    color:#7d191e;
}
.in_news .newslist1_bottom .list:hover .time{
    color:#7d191e;
}

.footbox{
    background: url("../image/footbg.jpg") no-repeat center / cover;
}
.footbox .f-left{
    float: left;
    width: 340px;
    padding:55px 40px;
    background: #edeae4;
}
.footbox .f-left .f-logo{
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom:1px solid #cbb3ad;
}
.footbox .f-left .lx p{
    font-size: 16px;
    color: #333333;
    padding-left: 35px;
    line-height: 30px;
}
.footbox .f-left .lx p:nth-child(n+2){
    margin-top: 20px;
}
.footbox .f-left .lx p.linkman{
    background: url("../image/lx-linkman.png") no-repeat left center;
}
.footbox .f-left .lx p.tel{
    background: url("../image/lx-tel.png") no-repeat left center;
}
.footbox .f-left .lx p.add{
    background: url("../image/lx-add.png") no-repeat left center;
}
.footbox .f-right{
    float: right;
    width: 815px;
    padding-top: 64px;
}
.footbox .f-right .list .tbox{
    padding-bottom: 17px;
    border-bottom:1px solid rgba(225,199,176,0.24);
    position: relative;
    margin-bottom: 30px;
}
.footbox .f-right .list .tbox .t{
    font-size:22px;
    font-family: tan;
    color:#fff;
}
.footbox .f-right .list .tbox:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 27px;
    height: 1px;
    background:#e1c7b0;
}

.footbox .f-right .list .abox a{
    float: left;
    width: 33.33%;
    font-size:14px;
    color:#e1c7b0;
    margin-bottom: 20px;
    display: block;
}
.footbox .f-right .list1{
    width: 260px;
    float: left;
    margin-right: 118px;
}
.footbox .f-right .list2{
    width: 160px;
    float: left;
}
.footbox .f-right .list2 .abox a{
    width: 50%;
}
.footbox .f-right .erbox{
    float: right;
}
.footbox .f-right .erbox .imgbox{
    float: left;
    width: 125px;
    height: 125px;
    border:2px solid #000;
    position: relative;
    padding:8px;
}
.footbox .f-right .erbox .imgbox img{
    width: 100%;
}
.footbox .f-right .erbox p{
    float: left;
    width: 30px;
    height: 125px;
    line-height: 15px;
    padding-top: 11px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background:#000;
}
.copy{
    margin-top: 68px;
    line-height: 65px;
    font-size:14px;
    color:#e1c7b0;
    border-top:1px solid rgba(225,199,176,0.24);
}
.copy a{
    color:#e1c7b0;
}

.sbanner img{
    width: 100%;
}
.allcrumbs .inner{
    line-height: 100px;
    padding-left:30px;
    font-size:14px;
    color:#525252;
    background: url("../image/home-icon1.png") no-repeat left center;
}
.allcrumbs .inner a{
    color:#525252;
}

.inner-company-fir .innercon .t{
    font-size:30px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 20px;
}
.inner-company-fir .innercon .des{
    font-size:16px;
    color:#666;
    line-height: 30px;
    text-align:justify;
}
.inner-company-fir .innercon img{
    float: right;
    margin:0 0 15px 30px;
}
.inner-company-sec{
    background: url("../image/innerbg1.jpg") no-repeat center / cover;
}
.innertype{
    margin-bottom: 30px;
}
.innertype .innerimgtype{
    width: 600px;
}
.innertype .innerimgtype a{
    float: left;
    width: 33.33%;
    text-align:center;
    color:#fff;
    line-height: 48px;
    background: rgba(0,0,0,0.6);
}
.innertype .innerimgtype a.act{
    background: #7d191e;
}
.innertype .innerBtn{
    position: relative;
    width: 120px;
}
.innertype .innerBtn .swiper-button-next{
    right:0;
}
.innertype .innerBtn .swiper-button-prev{
    left:0;
}
.inner-company-sec .innerBtn .imgBtn{
    background: #141414;
}
.inner-company-sec .innerBtn .imgBtn:hover{
    background: #fff;
}
.inner-company-sec .innerBtn .imgBtn:hover:after{
    color:#7d191e;
}
.inner-company .in_company{
    background: none;
}
.inner-company-thr .in_company .imgitem .item .list {
   display: block;
}
.inner-company-thr .in_company .imgitem .item{
    padding:0;
}
.inner-company .in_company .imgitem {
    margin-top: 0;
}

.inner-case .in_pro_bottom {
    margin-top: 0;
}
.top-des-pro{
    margin-bottom: 40px;
}
.top-des-pro .left{
    float: left;
    width: 480px;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 360px;
    position: relative;
}
.top-des-pro .left .but{
    width: 35px;
    height: 56px;
    margin-top: -28px;
    background-color: #7f7f7f;
}
.top-des-pro .left .but:after{
    font-size:26px;
}
.top-des-pro .left .but:hover{
    background-color: #2b2b2b;
}
.top-des-pro .left .swiper-button-prev{
    left:0;
}
.top-des-pro .left .swiper-button-next{
    right:0;
}
.top-des-pro .right{
    float: right;
    width: 390px;
}
.top-des-pro .right .title{
    font-size:26px;
    color:#282828;
    font-weight: bold;
    margin-bottom: 20px;
}
.top-des-pro .right .tags{
    margin-bottom: 22px;
    font-size: 16px;
    color: #737373;
    line-height: 25px;
    margin-top: 20px;
}
.top-des-pro .right .lxbox{
    margin-top: 22px;
}
.top-des-pro .right .lxbox p{
    font-size:15px;
    color:#747474;
    line-height: 48px;
    padding-left: 28px;
    border-bottom:1px dashed #e5e5e5;
    display: flex;
    align-items: center;
}
.top-des-pro .right .lxbox p:first-child{
    border-top:1px dashed #e5e5e5;
}
.top-des-pro .right .lxbox p a{
    color:#747474;
}
.top-des-pro .right .lxbox p.linkman{
    background: url("../image/p-linkman.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.tels{
    background: url("../image/p-tel.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.address{
    background: url("../image/p-address.png") no-repeat left center;
}
.top-des-pro .right .lxbox p.tels span{
    font-size: 30px;
    font-family: Impact;
    color: #e71f19;
    line-height: initial;
    letter-spacing: 1px;
}
.top-des-pro .right .moreBtn{
    width: 180px;
    line-height: 49px;
    margin-top: 10px;
    font-size:16px;
}

.protbox{
    background: #f3f3f3;
    margin-bottom: 20px;
}
.protbox .inner{
    height: 60px;
    width: 180px;
    background: url(../image/navbg.jpg) no-repeat center / cover;
}
.protbox .inner .fir{
    font-size:20px;
    color:#fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.inner-t{
    font-weight: bold;
    color:#7d191e;
    font-size:16px;
    margin-bottom: 10px;
}
.des-content .des-content-des{
    font-size:16px;
    color:#666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.des-content .des-content-des img{
    max-width: 100%;
}

.bottom-des-promore{
    margin-top: 70px;
}
.bottom-des-promore .allpro{
    background: none;
}
.bottom-des-promore .allpro a{
    background: none;
    padding:0;
}

.inner-pro-list{
    float: left;
    width: 292px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.inner-pro-list:nth-child(4n){
    margin-right: 0;
}
.inner-pro-list .allpro a{
    padding: 29px 25px 31px 25px;
}
.inner-pro-list .allpro .des{
    margin-top: 11px;
}
.inner-pro-list .allpro .imgbox {
    margin-top: 12px;
}
.inner-case .top-des-pro .left{
    width: 580px;
}
.inner-case .top-des-pro .left .pic {
    width: 100%;
    height: 420px;
}
.inner-case .top-des-pro .right {
    float: right;
    width: 550px;
}

.inner-news-list{
    float: left;
    width: 390px;
    background: #eeeded;
    padding: 35px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.inner-news-list:nth-child(3n){
    margin-right: 0;
}
.inner-news-des {
    background: #fff;
    padding: 69px 60px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    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%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}
.inner-news-des.newsdes {
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.newstype {
    text-align:center;
    margin-bottom: 35px;
}
.newstype a{
    display: inline-block;
    margin: 0 15px;
    width: 19%;
    line-height: 63px;
    text-align: center;
    background: #656565;
    color: #fff;
    font-size: 20px;
}
.newstype a:hover
,.newstype a.act{
    background: #752a24;
}


.inner-contact-box .tbox .fir {
    font-size: 30px;
    color: #7e2527;
}

.inner-contact-box .tbox .sec {
    font-size: 13px;
    color: #828282;
    text-transform: uppercase;
}

.inner-contact-box .lxbox {
    display: flex;
    justify-content: space-between;
    margin: 2% 0;
}

.inner-contact-box .lxbox .list {
    width: 49%;
    padding: 2%;
    border: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: left;
}

.inner-contact-box .lxbox .list .imgbox {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    background: #79181d;
    position: relative;
    margin-right: 3%;
}

.inner-contact-box .lxbox .list .text .fir {
    font-size: 20px;
    color: #6a6a6a;
    font-weight: 700;
}

.inner-contact-box .lxbox .list .text .sec {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 700;
    margin-top: 3%;
}

.inner-contact-box .lxmap {
    width: 100%;
    height: 375px;
}

.inner-contact-box .lxmap #lxmapbox {
    width: 100%;
    height: 100%;
}

.inner-contact-box .mesbox {
    margin-top: 3%;
}

.inner-contact-box .mesbox .t {
    line-height: 60px;
    color: #f3f3f3;
    background: #79181d;
    text-align: center;
    margin-bottom: 3%;
    font-size: 22px;
}

.inner-contact-box .mesbox form {
    padding: 2.5% 3%;
    border: 2px solid #f3f3f3;
}

.inner-contact-box .mesbox .inputbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inner-contact-box .mesbox input {
    line-height: 60px;
    background: #f3f3f3;
    width: 48.5%;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    text-indent: 25px;
}

.inner-contact-box .mesbox input::placeholder {
    font-size: 14px;
    color: #a6a6a6;
}

.inner-contact-box .mesbox textarea {
    width: 100%;
    height: 135px;
    background: #f3f3f3;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    padding: 25px;
}

.inner-contact-box .mesbox .yanzheng input {
    float: left;
}

.inner-contact-box .mesbox .yanzheng .verify {
    float: left;
    width: 145px;
    height: 60px;
    margin-left: 1%;
}

.inner-contact-box .mesbox .yanzheng .verify #verifyImg {
    width: 100%;
    height: 100%;
}

.inner-contact-box .mesbox .abox {
    margin-top: 2%;
}

.inner-contact-box .mesbox .abox .submit {
    display: inline-block;
    line-height: 60px;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #79181d;
    float: left;
    margin-right: 1%;
}

.inner-contact-box .mesbox .abox .submit:hover {
    background: #000;
}

.inner-contact-box .mesbox .abox input {
    display: inline-block;
    line-height: 58px;
    width: 125px;
    text-align: center;
    font-size: 14px;
    color: #79181d;
    background: #fff;
    border: 1px solid #79181d;
    text-indent: 0;
    margin: 0;
    float: left;
    cursor: pointer;
}

.inner-contact-box .mesbox .abox input:hover {
    background: #79181d;
    color: #fff;
}
.innerbg{
    background: #f2f2f2;
}
.allhonor{
    border:2px solid #eee;
    background: #fff;
    position: relative;
}
.allhonor .imgbox{
    width: 100%;
    height: 245px;
    position: relative;
}
.allhonor .title{
    text-align: center;
    padding: 0 2%;
    border-top: 2px solid #eee;
    font-size: 16px;
    color: #282828;
    line-height: 55px;
}
.inner-honor-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-honor-list .allhonor{
    border:none;
}
.inner-honor-list .allhonor:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
.inner-honor-list .allhonor:hover .title{
    background: #c30c14;
    color:#fff;
}

.allhonor:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #c30c14;
    width: 0;
    height: 4px;
    z-index: 3;
}
.inner-honor-list .allhonor:hover:before{
    width: 100%;
}
.inner-honor-list .imgbox .honorpic{
    max-width: 87%;
    max-height: 89%;
}
.wap {display: none;}