.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("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}
.ali{
    font-family: 'ali';
}

.padding {
    padding: 70px 0 70px 0;
}

.padding-top {
    padding-top: 70px;
}

.padding-bottom {
    padding-bottom: 70px;
}


.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;
    flex-wrap: wrap;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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;
}
.ali{
    font-family: ali;
}
.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.head_fix{
    position: fixed;
    width: 100%;
    left:0;
    top:3.5%;
    z-index: 99;
}
.head_fix.act{
    background: #fff;
    top:0;
}
.head_fix_inner{
    background: #fff;
    height: 95px;
}
.head_fix_inner .logo{
    float: left;
    margin-top: 21px;
    margin-left: 20px;
}
.head_fix_inner .logo img{
    height: 55px;
}
.head_fix_right{
    float: right;
    width: 798px;
    height: 100%;
}
.head_fix_right .btn{
    position: relative;
    float: right;
    width: 112px;
    height: 100%;
    cursor: pointer;
    border-left:1px solid #ddd;
}
.head_fix.act .head_fix_right .btn{
    border-right:1px solid #ddd;
}
.head_menu{
    width: calc(100% - 131px);
    float: left;
    height: 100%;
}
.head_menu ul{
    height: 100%;
}
.head_menu ul li{
    position: relative;
}
.head_menu ul li a{
    font-size:16px;
    color:#333;
    position: relative;
    display: block;
    z-index: 2;
    font-weight: bold;
}
.head_menu ul span{
    font-size:20px;
    color:#333;
}
.head_menu ul li  i{
    position: absolute;
    width: 0;
    height: 7px;
    background: #d7000f;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:3px;
    z-index: 1;
}
.head_menu ul li:hover i
,.head_menu ul li.act i{
    width: 105%;
}
.head_fix_right .btn .erbox{
    width: 120px;
    background: #fff;
    position: absolute;
    top:110%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.head_fix_right .btn:hover .erbox{
    display: block;
}
.head_fix_right .btn .erbox img{
    width: 100%;
    border: 8px solid #fff;
}
.head_fix_right .btn .erbox p{
    background: #d7000f;
    line-height: 22px;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.head_fix_right .btn .erbox:after{
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-bottom:10px solid #fff;
    top:-19px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.allmore{
    display: block;
    width: 160px;
    line-height: 48px;
    background: #bc001b;
    font-size:15px;
    color:#fff;
    text-align:center;
    border:1px solid transparent;
}
.allmore:hover{
    background: transparent;
    border:1px solid #bc001b;
    color:#bc001b;
}
.allmore.white{
    background: rgba(255,255,255,0.15);
}
.allmore.white:hover{
    background: #bc001b;
    color:#fff;
}
.common-title{
    margin-bottom: 35px;
    padding-bottom: 18px;
    border-bottom:1px solid #e0e0e0;
}
.common-title .title-box .dian{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bc001b;
}
.common-title .title-box .title{
    font-size:32px;
    color:#333;
    margin:0 18px 0 14px ;
}
.common-title .title-box .des{
    font-size:16px;
    color:#999;
    margin-top: 14px;
}
.common-title.white .title-box .title{
    color:#fff;
}
.common-title.white .title-box .des{
    color:#fff;
    opacity: 54%;
}
.common-title.white{
    border-bottom: 1px solid #e0e0e059;
}

.in_company{
    background: url("../img/combg.jpg") no-repeat center bottom;
}
.company-box .company-left {
    width: 600px;
}
.company-box .company-left .company-content{
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.company-box .company-left .company-info{
    margin-top: 2vw;
}
.company-box .company-left .company-info .company-item{
    width: 172px;
    height: 83px;
    background: url(../img/clibg.png) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.company-box .company-left .company-info .company-item .top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    height: 30px;
}
.company-box .company-left .company-info .company-item .top > span:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
    font-family: "Arial";
    margin-right: 10px;
    line-height: 1;
    color: #333;
}
.company-box .company-left .company-info .company-item .top .unit {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d7000f;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.company-box .company-left .company-info .company-item .bottom {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    text-align: left;
    color: #666;
}
.company-box .company-right{
    width: 558px;
    height: 348px;
    overflow: hidden;
}

.in_cp{
    background: url("../img/cptybg.jpg") no-repeat center / cover;
}
.in_cp .list{
    float: left;
    width: 50%;
    height: 100%;
    text-align:center;
    padding: 4% 0;
    position: relative;
}
.in_cp .list .bg{
    width: 100%;
    height: 100%;
    background: rgba(215,0,15,0.25);
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
}
.in_cp .list:hover .bg{
    opacity: 1;
}
.in_cp .list a{
    position: relative;
}
.in_cp .list:first-child{
    border-right:1px solid rgba(255,255,255,0.18);
}
.in_cp .list .title{
    font-size:48px;
    color:#fff;
}
.in_cp .list .line{
    width: 77px;
    height: 2px;
    background: #fff;
    margin:14px auto 75px auto;
    position: relative;
}
.in_cp .list .line: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: 24px;
    height: 2px;
    background: #d7000f;
}
.in_cp .list .imgbox{
    width: 80%;
    height: 360px;
    position: relative;
    margin:0 auto;
}
.allpro{
    background: url("../img/cpbg.jpg") no-repeat center / cover;
    text-align:center;
    padding:40px 0;
}
.allpro .title{
    font-size:22px;
    color:#333;
    padding:0 10px;
}
.allpro .tags{
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.allpro .imgbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 178px;
    margin:22px 0;
}

.allpro .abox .allmore{
    width: 120px;
    line-height: 35px;
    margin:0 5px;
}
.allpro .abox .allmore.con{
    background: #fff;
    color:#333;
}

.in_ys{
    background:url("../img/ysbg.jpg") no-repeat center / cover;
}

.in_ys_top .list{
    color:#fff;
    text-align:center;
    margin:25px 0 60px 0;
    position: relative;
}
.in_ys_top .list .icon{
    width: 100%;
    position: relative;
    height: 85px;
}
.in_ys_top .list .title{
    font-size:24px;
    margin:20px 0 7px 0;
}
.in_ys_top .list .en{
    font-size:12px;
    text-transform: uppercase;
    color:rgba(255,255,255,0.52);
}
.in_ys_bottom{
    background: #fff;
    padding:43px;
}
.in_ys_bottom .left{
    float: left;
    width: 567px;
}
.in_ys_bottom .left .title{
    font-size:39px;
    color:#333;
}
.in_ys_bottom .left .tags{
    font-size:20px;
    color:#fff;
    display: inline-block;
    line-height: 45px;
    background: #d7000f;
    border-radius: 30px 0 30px 0;
    margin:13px 0 25px 0;
    padding: 0 20px;
}
.in_ys_bottom .left .con p{
    position: relative;
    font-size:18px;
    color:#525252;
    padding-left: 40px;
    margin-bottom: 10px;
}
.in_ys_bottom .left .con p:before{
    position: absolute;
    width: 27px;
    height: 21px;
    background: url("../img/gou.png") no-repeat center;
    content:"";
    left:0;
    top:4px;
}
.in_ys_bottom .left .con p:last-child{
    margin-bottom: 0;
}
.in_ys_bottom .right{
    float: right;
    width: 506px;
    height: 375px;
    overflow: hidden;
}

.in_news{
    background: #f2f2f2;
}
.news-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 468px;
    background: #ddd;
    overflow: hidden;
    position: relative;
}
.news-item .img-box {
    width: 100%;
    flex: 1;
    overflow: hidden;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.news-item .info {
    width: 100%;
    height: 45%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2vw  2vw;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.news-item .info .time {
    font-size: 18px;
    line-height: 1;
    color: #ddd;
    font-family: "Arial";
}
.news-item .info .title {
    font-size: 24px;
    height: 70px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    margin-top: 1vw;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.news-item .info .content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    height: 0;
    color: #999;
    line-height: 1.5;
    font-size: 14px;
}
.news-item .info .btn {
    width: 90px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    position: relative;
    margin-top: 1.5vw;
    text-transform: uppercase;
    font-weight: bold;
}
.news-item .info .btn:before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 12px;
    right: -20px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background: url(../img/news-arrow.png) no-repeat center;
}
.news-item:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #bc001b;
    left: -100%;
    bottom: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.news-item:hover:before {
    left: 0;
}
.news-item:hover .title {
    color: #bc001b;
}
.news-item:hover .info {
    width: 100%;
    height: 55%;
}
.news-item:hover .content {
    opacity: 1;
    visibility: visible;
    height: 40px;
}
.news-item:hover .btn {
    color: #bc001b;
}
.news-item:hover .btn:before {
    opacity: 1;
    visibility: visible;
}


.foot {
    width: 100%;
    background: url(../img/footbg.jpg) no-repeat center;
    background-size: cover;
}
.foot .foot-top {
    width: 100%;
    padding: 3vw 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.foot .foot-top .foot-left {
    width: 600px;
}
.foot .foot-top .foot-left .title {
    width: 100%;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}
.foot .foot-top .foot-left .des {
    width: 100%;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    margin-top: 2vw;
}
.foot .foot-top .foot-left .foot-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 48px;
    background: #bc001b;
    margin-top: 2vw;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}
.foot .foot-top .foot-left .foot-btn > i {
    width: 16px;
    height: 16px;
    background: url(../img/btn-icon.png) no-repeat center;
    margin-right: 10px;
}
.foot .foot-top .foot-left .foot-btn > span {
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.foot .foot-top .foot-left .foot-btn:hover {
    background: none;
    border:1px solid #fff;
}
.foot .foot-top .foot-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.foot .foot-top .foot-right .wechat {
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-right: 2vw;
}
.foot .foot-top .foot-right .wechat > img {
    width: 120px;
    height: 120px;
}
.foot .foot-top .foot-right .wechat > p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height:37px;
}
.foot .foot-top .foot-right .foot-contact .contact-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.foot .foot-top .foot-right .foot-contact .contact-item .contact-title {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.foot .foot-top .foot-right .foot-contact .contact-item .contact-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.foot .foot-top .foot-right .foot-contact .contact-item .contact-info > i {
    width: 22px;
    height: 22px;
    background: url(../img/foot-tel.png) no-repeat center;
    margin-right: 10px;
}
.foot .foot-top .foot-right .foot-contact .contact-item .contact-info > span {
    font-size: 28px;
    line-height: 1;
    font-family: "Arial";
    font-weight: bold;
    color: #fff;
}
.foot .foot-bottom {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2vw 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.foot .foot-bottom .logo {

    height: 42px;
}
.foot .foot-bottom .logo img{
    height: 100%;
}
.foot .foot-bottom .foot-nav {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.foot .foot-bottom .foot-nav .nav-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.foot .foot-bottom .foot-nav .nav-list .nav-item {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    margin-left: 3vw;
}
.foot .foot-bottom .foot-nav .nav-list .nav-item:hover {
    color: #d7000f;
}
.foot .foot-bottom .foot-nav .nav-bottom {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.foot .foot-bottom .foot-nav .nav-bottom > span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}
.foot .foot-bottom .foot-nav .nav-bottom > a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}
.foot .foot-bottom .foot-nav .nav-bottom > a:hover {
    color: #d7000f;
}

.bannerbtn{
    width: 55px;
    height: 55px;
    background: rgba(0,0,0,0.65);
}
.bannerbtn:after{
    font-size:24px;
    color:#fff;
}

.sbanner{
    width: 100%;
    height: 575px;
    position: relative;
    background: url("../img/sbanner.jpg") no-repeat center;
}
.allcrumbs{
    position: absolute;
    background: rgba(0,0,0,0.55);
    width: 100%;
    left:0;
    bottom:0;
    font-size:14px;
    color:#fff;
    line-height: 55px;
}
.allcrumbs a{
    color:#fff;
}

.inner-company-left{
    width: 52%;
    float: right;
}
.inner-company-left .des{
    font-size:16px;
    line-height: 31px;
    color:#666;
    text-align:justify;
}
.inner-company-right{
    float: left;
    width: 44%;
    height: 426px;
    position: relative;
}
.inner-company-right .bg{
    position: absolute;
    width: 97%;
    height: 96%;
    top:0;
    left:0;
    z-index: 1;
    background: #d7000f;
}
.inner-company-right .moive-img{
    position: absolute;
    width: 96%;
    height: 95%;
    bottom: 0;
    right: 0;
    top: initial;
    z-index: 2;
}
.inner-company-right .open-btn{
    width: 56px;
    height: 56px;
    position: absolute;
    left:50%;
    top: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%);
}
.inner-company-fir .item{
    flex-wrap: wrap;
    margin-top: 4%;
}
.inner-company-fir .item .list{
    width: 32%;
    background: #f6f7f6;
    height: 116px;
    padding: 0 3%;
    position: relative;
}
.inner-company-fir .item .list .text .t1{
    font-family: Impact;
    color:#333;
    font-size:36px;
}
.inner-company-fir .item .list .text .t2{
    color:#333;
    font-size:18px;
    margin-top: 7%;
}
.inner-company-fir .item .list: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: #be001c;
    width: 0;
    height: 4px;
}
.inner-company-fir .item .list:hover:before{
    width: 100%;
}
.bg{
    background: #f6f7f6;
}
.innertitle{
    margin-bottom: 35px;
}
.innertitle.cent{
    text-align:center;
}
.innertitle .t1{
    font-size: 37px;
    color: #333;
}
.innertitle .t2{
    font-size: 16px;
    color: #999;
}
.innertitle .line{
    width: 34px;
    height: 3px;
    background: #d7000f;
    margin-top: 15px;
}
.innertitle.cent .line{
    margin:15px auto 0 auto;
}
.innertitle.white .t1{
    color:#fff;
}
.innertitle.white .t2{
    color:#fff;
}
.inner-company-sec{
    background: url(../img/cptybg.jpg) no-repeat center / cover;
}

.inner-company-sec .allmore{
    width: 148px;
    line-height: 40px;
}

.inner-company-thr .item{
    flex-wrap: wrap;
}
.inner-company-thr .item .list{
    width: 48%;
    height: 300px;
    padding:0 4%;
}
.inner-company-thr .item .list.fir{
    background: url("../img/lx1bg.jpg") no-repeat center / cover;
}
.inner-company-thr .item .list.sec{
    background: url("../img/lx2bg.jpg") no-repeat center / cover;
}

.inner-company-thr .item .list .text .t1{
    font-weight: bold;
    color:#fff;
    font-size:24px;
}
.inner-company-thr .item .list .text .t2{
    color:#fff;
    font-size:15px;
}
.inner-company-thr .item .list .text .line{
    width: 32px;
    height: 2px;
    background: #c40000;
    margin:8% 0;
}
.inner-company-thr .item .list .erbox{
    width: 140px;
}
.inner-company-thr .item .list .erbox img{
    width: 100%;
}
.inner-company-thr .item .list .more{
    display: block;
    line-height: 48px;
    width: 140px;
    text-align:center;
    color:#fff;
    font-size:14px;
    background: #bc001b;
}
.allsider{
    float: left;
    width: 260px;
}
.allsider .sider-top{
    width: 100%;
    height: 114px;
    background: url("../img/sider-top-bg.jpg") no-repeat center / cover;
    padding: 8% 0 0 19%;
    position: relative;
}
.allsider .sider-top .tbox{
    position: relative;
    z-index: 2;
    color:#fff;
}
.allsider .sider-top .tbox .t1{
    font-size:30px;
    font-weight: bold;
}
.allsider .sider-top .tbox .t2{
    font-size:14px;
    text-transform: uppercase;
    margin-top: 8px;
}
.allsider .sider-top .bg1{
    text-transform: uppercase;
    font-family: Impact;
    color: rgba(255,255,255,0.1);
    font-size: 46px;
    position: absolute;
    z-index: 1;
    left: 19%;
    top: 17%;
    letter-spacing: 4px;
}
.allsider .sider-cent{
    background: #f5f5f5;
    padding: 5.5%;
}

.allsider .sider-cent ul li>a{
    height: 60px;
    background: #fff;
    padding: 0 13%;
    margin-bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allsider .sider-cent ul li>a span{
    font-size:18px;
    color:#333;
}
.allsider .sider-cent ul li>a .icon{
    width: 24px;
    height: 24px;
    background: #f5f5f5 url("../img/sider-icon1.png") no-repeat center;
    border-radius: 100%;
    position: relative;
}
.allsider .sider-cent ul li>a:hover
,.allsider .sider-cent ul li>a.act{
    background: #bc001b;
}
.allsider .sider-cent ul li>a:hover span
,.allsider .sider-cent ul li>a.act span{
    color:#fff;
}
.allsider .sider-cent ul li>a:hover .icon
,.allsider .sider-cent ul li>a.act .icon{
    background: #fff url("../img/sider-icon-2.png") no-repeat center;
}
.allsider .sider-cent ul li .erji{
    margin-bottom: 4%;
}
.allsider .sider-cent ul li .erji a{
    display: block;
    font-size: 14px;
    color: #333;
    padding-left: 13%;
    line-height: 33px;
}
.allpro-right{
    float: right;
    width: 915px;
}
.inner-pro-list{
    float: left;
    width: 292px;
    margin-right: 19px;
    margin-bottom: 19px;
}
.inner-pro-list:nth-child(3n){
    margin-right: 0;
}

.pro-des-top{
    background: #fff;
    padding:3%;
}
.pro-des-top .proimg{
    float: left;
    width: 45%;
    height: 485px;
}
.pro-des-top .proimg .swiper-container{
    width: 100%;
    height: 100%;
}
.pro-des-top .proimg .swiper-pagination-bullet-active{
    background: #e01b22;
}
.pro-des-top .protext{
    float: right;
    width: 50%;
}
.pro-des-top .protext .title{
    font-size:36px;
    color:#181818;
    font-weight: bold;
}
.pro-des-top .protext .line{
    width: 100%;
    height: 2px;
    background: #ededed;
    position: relative;
    margin:3% 0;
}
.pro-des-top .protext .line:before{
    content:"";
    position: absolute;
    width: 80px;
    height: 100%;
    background: #ba1419;
    left:0;
    top:0;
}
.pro-des-top .protext .tags .t1{
    font-weight: bold;
    color:#181818;
    font-size:18px;
    margin-bottom: 13px;
}
.pro-des-top .protext .tags .t2{
    font-size:16px;
    line-height: 25px;
    color:#666;
}
.pro-des-top .protext .item{
    margin:5% 0;
    border-top:1px dashed #dcdcdc;
    border-bottom:1px dashed #dcdcdc;
    padding:4% 0;
}
.pro-des-top .protext .item .list{
    float: left;
    margin-right: 13%;
}
.pro-des-top .protext .item .list:last-child{
    margin-right: 0;
}
.pro-des-top .protext .item .list .icon{
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    border:1px solid #dcdcdc;
    margin:0 auto;
}
.pro-des-top .protext .item .list .tt{
    text-align:center;
    font-size:16px;
    color:#333333;
    margin-top: 10px;
}
.pro-des-top .protext .item .list:hover .icon{
    background: #ba1419;
    border:1px solid #ba1419;
}
.pro-des-top .protext .item .list:hover .icon img{
    filter:brightness(1000%);
}
.pro-des-top .protext .telbox .tel .s1{
    font-size:16px;
    color:#333333;
    display: inline-block;
    margin:0 5px;
}
.pro-des-top .protext .telbox .tel .s2{
    font-size:16px;
    color:#333333;
}
.pro-des-top .protext .telbox .tel .s2{
    font-size:36px;
    color:#ba1419;
    font-weight: bold;
}
.pro-des-top .protext .telbox .cont-more{
    width: 190px;
    height: 60px;
    background: #ba1419;
}
.pro-des-top .protext .telbox .cont-more span{
    color:#fff;
    font-size:16px;
    display: inline-block;
    margin-left: 10px;
}
.pro-des-top .protext .telbox .cont-more:hover{
    background: #222;
}

.pro-des-bottom{
    margin-top: 5%;
}
.pro-des-bottom-left{
    width: 100%;
    background: #fff;
    padding: 60px 50px;
}
.pro-des-title{
    position: relative;
    margin-bottom: 30px;
}
.pro-des-title-box .pro-des-title{
    margin-bottom: 0;
}
.pro-des-title .tbox{
    position: relative;
    z-index: 2;
}
.pro-des-title .tbox span{
    font-weight:bold;
    font-size:30px;
    color:#333333;
    display: inline-block;
    margin-right: 10px;
}
.pro-des-title .en{
    font-family: ali;
    font-size:40px;
    color:#e7e7e7;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
    letter-spacing: 2px;
    line-height: 40px;
}
.prodescontent{
    font-size:16px;
    color:#666;
    line-height: 30px;
}
.prodescontent img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.prodescontent table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    margin-top:30px;
}
.prodescontent table tr td{
    line-height: 30px;
    font-size:16px;
    color:#666;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}
.pro-des-con4{
    width: 100%;
    background: #fff;
    padding: 60px 50px;
    margin-top: 5%;
}
.swiperbtn{
    width: 30px;
    height: 60px;
    background: #181818;

}
.swiperbtn:after{
    font-size:16px;
    color:#fff;
}
.swiperbtn:hover{
    background: #bc001b;
}

.inner-case-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
}
.inner-case-list .imgbox img{
    filter:brightness(40%);

}
.inner-case-list .imgbox .text{
    position: absolute;
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 2px;
    color:#fff;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.de-news-list ul li{
    float:left;
    width: 32%;
    margin-right:2%;
    margin-bottom: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 20px;
}
.de-news-list ul li:nth-of-type(3n){
    margin-right: 0;
}
.de-news-list ul li a{
    display: block;
}
.de-news-list ul li a .imgbox{
    width:100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.de-news-list ul li a .imgbox>div{
    position: absolute;
    right:0;
    bottom:0;
    text-align: center;
    width: 95px;
    height: 70px;
    color: #fff;
    background: rgba(0,0,0,.5);
    -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;
}
.de-news-list ul li a .imgbox>div>span{
    display: block;
    font-size: 24px;
    margin-top: 10px;
    line-height: 29px;
}
.de-news-list ul li a .imgbox>div>h5{
    font-size: 14px;
}

.de-news-list ul li a:hover .imgbox>div{
    background: #e62129;
}
.znews_text{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    margin-top: 1vw;
}
.znews_text>h4{
    font-size: 16px;
    padding: 10px 0px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.znews_text>p {
    height: 72px;
    color: #909090;
    line-height: 24px;

}
.inner-news-des{
    background: #fff;
    padding: 60px 50px;
}
.inner-news-des  .tbox{
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .tbox .fir{
    font-size: 30px;
    color:#333;
    font-weight: bold;
}
.inner-news-des .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}
.des-content{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% auto;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.des-content table tr td{
    font-size: 15px;
    color: #3f3f3f;
    padding: 0 3%;
    border: 1px solid #ddd!important;
    text-align: center;
}

.zhutu img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.zcontact01{
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:3vw;
    display:flex;
    justify-content: space-between;
}
.zcontact01_pic{
    height: 393px;
    width: 54%;
    position:relative;
    overflow:hidden;
}
.zcontact01_pic>div{
    width: 100%;
    height: 100%;
}
.zcontact01_pic>p{
    position:absolute;
    left:0;
    bottom:0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 60px;
    background: rgba(0, 96, 255, 0.6);
}
.zcontact01_text{
    width: 34%;
}
.zcontact01_text>h3{
    font-weight: bold;
    font-size: 36px;
    color: #333;
}
.zcontact01_text>h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.zcontact01_text ul li{
    margin-top: 35px;
    display:flex;
}
.zcontact01_text ul li>b{
    display:block;
    width: 37px;
}
.zcontact01_text ul li>div p{
    line-height: 30px;
    color: #2f2f2f;
    font-size: 16px;
}
.zcontact01_tel{
    margin-top: 15px;
    display:flex;
    align-items: center;
    height: 84px;
    border-top: 2px dashed #eeeeee;
    border-bottom: 2px dashed #eeeeee;
}
.zcontact01_tel>span{
    font-size:16px;
    color: #2f2f2f;
}
.zcontact01_tel>h3{
    font-size: 28px;
    color: #bc001b;
    font-weight: bold;
}
.myformbox{
    background: #fff;
    padding:40px;
}
.myformbox .textareabox{
    position:relative;
}

.myformbox textarea{
    width: 100%;
    height: 180px;
    background: #fff;
    border:1px solid #e5e5e5;
    resize: none;
    font-size:15px;
    color:#333;
    padding:23px;
}
.myformbox textarea::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox{
    flex-wrap: wrap;
}
.myformbox .inputbox .list{
    width: 31.5%;
    position: relative;
    margin-top:2%;
    border:1px solid #e5e5e5;
}
.myformbox .inputbox .list input{
    width: 100%;
    background: #fff;
    outline: none;
    line-height: 60px;
    font-size:15px;
    color:#333;
    text-indent: 23px;
}
.myformbox .inputbox .list input::placeholder{
    font-size:15px;
    color:#929292;
}
.myformbox .inputbox .list .verify{
    position: absolute;
    width: 135px;
    height: 55px;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myformbox .inputbox .list .verify img{
    width: 100%;
    height: 100%;
}
.myformbox .formbtn{
    width: 31.5%;
    height: 60px;
    margin-top: 2%;
    color:#bc001b;
    font-size:18px;
    cursor: pointer;
    border:1px solid #bc001b;
}
.myformbox .formbtn span{
    display: inline-block;
    color:#bc001b;
    font-size:18px;
    margin-left: 15px;
}
.myformbox .formbtn:hover{
    border:1px solid #bc001b;
    background: #bc001b;
    color:#fff;
}
.myformbox .formbtn:hover span{
    color:#fff;
}

