.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: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}
@font-face {
    font-family: 'heiti';
    src: url("../fonts/HeiTi-Regular.ttf");
}
@font-face {
    font-family: 'roboto';
    src: url("../fonts/Roboto-BoldCondensedItalic.ttf");
}
@font-face {
    font-family: 'Barlow';
    src: url("../fonts/Barlow Condensed SemiBold.woff2.ttf");
}
.warpper_mid{
    width: 1300px;
    margin:0 auto;
    position: relative;
}
.warpper_min{
    width: 1200px;
    margin:0 auto;
    position: relative;
}

.padding {
    padding: 4% 0;
}

.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.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-12{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.alltitle{
    text-align:center;
    margin-bottom: 4%;
}
.alltitle .t1 span{
    font-weight: bold;
    font-size:36px;
    color:#333333;
    display: inline-block;
    margin:0 17px;
}
.alltitle .t1 span i{
    color:#d41018;
    display: inline-block;
}
.alltitle .t2{
    font-size:18px;
    color:#666666;
    margin-top: 10px;
}









.fix_head{
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    background: #fff;
    z-index: 1000;
}

.fix_head_con{
    height: 100px;
}
.head_logo{
    height: 100%;
}
.head_logo a{
    height: 100%;
}
.head_logo .logoimg{
    width: 90px;
    margin-right: 10px;
}
.head_logo .text .t1{
    font-size:24px;
    color:#333333;
    font-weight: bold;
}
.head_logo .text .t2{
    font-size:16px;
    color:#333333;
}
.head_logo .text .t2 span{
    color:#d41018;
}
.head_menu{
    width: 73%;
    height: 100%;
}
.head_tel{
    padding-left:55px;
    background: url("../img/head_tel.png") no-repeat center left;
}
.head_tel .t1{
    font-size:14px;
    color:#666666;
}
.head_tel .t2{
    font-size:24px;
    color:#d41018;
    font-family: Impact;
}
.head_tel .t2 a{
    color:#d41018;
    font-family: Impact;
}
.head_nav{
    width: calc(100% - 218px);
    height: 100%;
}
.head_nav ul{
    width: 100%;
    height: 100%;
}
.head_nav ul li{
    float: left;
    width: 12.5%;
    height: 100%;
}
.head_nav ul li a{
    width: 100%;
    height: 100%;
}
.head_nav ul li a span{
    display: inline-block;
    font-size:16px;
    color:#333333;
    margin-left: 5px;
}
.head_nav ul li a:hover
,.head_nav ul li a[data=act]{
    background: #d41018;
}
.head_nav ul li a:hover span
,.head_nav ul li a[data=act] span{
    color:#fff;
}

/*banner*/
.bannerbox{
    position: relative;
    margin-top: 100px;
}
.bannerbox .swiper-container{
    width: 100%;
    height: 100%;

}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom:5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border:1px solid #d41018;
    position: relative;
    background: none;
    margin:0 10px!important;
    opacity: 1;
}
.bannerbox .swiper-pagination-bullet:after{
    content:"";
    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%);
    width: 19px;
    height: 18px;
    background: url("../img/jiao-logo.png") no-repeat center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.bannerbox .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.bannerbox .swiper-pagination-bullet-active{
    border:none;
}
.hotbar{
    position: relative;
    border-bottom:1px solid #d6d6d6;
}
.hotbar .bg{
    position: absolute;
    width: 34%;
    height: 100%;
    background: #d41018;
    left:0;
    top:0;
}
.hotbarcon{
    height: 110px;
}
.hotbarcon .left{
    color:#fff;
}
.hotbarcon .left .t1{
    font-family: ali;
    font-size:24px;
}
.hotbarcon .left .t2{
    font-size:18px;
}
.hotbarcon .left img{
    margin-top: 3px;
    max-width: 100%;
}
.hotbarcon .cent{
    width: 33%;
    white-space: nowrap;
    margin-left: 5%;
}
.hotbarcon .cent span{
    display: inline-block;
    padding-left: 30px;
    background: url("../img/hot-img2.png") no-repeat left center;
    font-weight: bold;
    font-size:16px;
    color:#282828;
}
.hotbarcon .cent  a{
    font-size:16px;
    color:#3f3f3f;
    display: inline-block;
    padding-right: 16px;
    position: relative;
}
.hotbarcon .cent  a:after{
    content: "、";
    position: absolute;
    bottom: 0;
    right: -4px;
}
.hotbarcon .cent  a:last-child{
    padding-right: 0;
}
.hotbarcon .cent  a:last-child:after{
    display: none;
}
.hotbarcon .right{
    width: 30%;
    height: 100%;
    border-left:1px solid #d6d6d6;
    padding-left:3%;
}
.hotbarcon .right form{
    width: 100%;
}
.hotbarcon .right form input[type=text]{
    width: calc(100% - 36px);
    line-height: 36px;
    outline: none;
    font-size:16px;
    color:#333;
    float: left;
}
.hotbarcon .right form input[type=text]::placeholder{
    font-size:16px;
    color:#999999;
}
.hotbarcon .right form input[type=submit]{
    cursor: pointer;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    background: #d41018 url("../img/search.png") no-repeat center;
}

.allsider{
    float: left;
    width: 300px;
}
.allsider-top{
    padding:7% 0 0 10%;
    color:#fff;
    width: 100%;
    height: 100px;
    background:#d41018 url("../img/sider-logo.png") no-repeat right -19px bottom -25px;
}
.allsider-top .t1{
    font-weight: bold;
    font-size:26px;
}
.allsider-top .t2{
    text-transform: uppercase;
    font-size:12px;
    color:rgba(255,255,255,0.6);
}
.sllsider-ul{
    background: #000;
}
.sllsider-ul li{
    padding:0 30px;
    background: #f5f5f5;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.sllsider-ul li>a {
    display: block;
    line-height: 60px;
    font-size:18px;
    color:#4c514d;
    padding-left: 35px;
    position: relative;
    border-bottom:1px dashed #dadbda;
}
.sllsider-ul li>a:before{
    position: absolute;
    content:"";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border:2px solid #bfbfbf;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sllsider-ul li:hover {
    background: #fff;
}
.sllsider-ul li:hover>a {
    color:#d41018;
    border-bottom:1px dashed #fff;
}
.sllsider-ul li.act>a{
    color:#d41018;
}
.sllsider-ul li:hover>a:before
,.sllsider-ul li.act>a:before{
    border:2px solid #d41018;
}
.sllsider-ul li .type-pros{
    width: 605px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 18px 27px;
    box-shadow: 4px 1px 15px rgb(0 0 0 / 9%);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    max-height: 300px;
    overflow-y: auto;
}
.sllsider-ul li .type-pros a {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-left: 10px;
}
.sllsider-ul li .type-pros a:before{
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #666;
    position: absolute;
}
.sllsider-ul li .type-pros a:hover{
    color:#d41018;
}
.sllsider-ul li .type-pros a:hover:before{
    background:#d41018;
}
.sllsider-ul li:hover .type-pros{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.pro-right{
    float: right;
    width: calc(100% - 320px);
    overflow: hidden;
}
.pro-right ul li{
    float: left;
    width: 410px;
    margin-right: 25px;
}
.pro-right ul li .allpro{
    height: 588px;
}
.allpro{
    border:1px solid #dbdbdb;
    padding:30px;
}
.allpro>a{
    display: block;
    padding:30px;
}
.allpro .imgbox{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.allpro .text{
    margin-top: 4%;
}
.allpro .text .title{
    display: block;
    text-align:center;
}
.allpro .text .title .s1{
    font-size:48px;
    color:#f5f5f5;
    text-transform: uppercase;
    font-family: heiti;
    font-weight: bold;
}
.allpro .text .title .s2{
    font-size:22px;
    color:#333333;
    margin-top: -40px;
}
.allpro .text .line{
    width: 36px;
    height: 2px;
    background: #dc0007;
    margin:5% auto;
}
.allpro .text .slog{
    margin-bottom: 9%;
}
.allpro .text .slog span{
    display: inline-block;
    padding-left: 10px;
    font-size:14px;
    color:#666666;
    position: relative;
}
.allpro .text .slog span:before{
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #dc0007;
    position: absolute;
}
.allabox a{
    height: 48px;
    width: 47%;
    border-radius: 24px;
    overflow: hidden;
}
.allabox a span{
    display: inline-block;
    color:#fff;
    font-size:14px;
    margin:0 12% 0 4%;
}
.allabox a.desmore{
    background: #d41018;
}
.allabox a.conmore{
    background: #333;
}
.allabox a:hover .img2{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.allpro: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_ys{
    background: url("../img/ysbg.jpg") no-repeat center / cover;
}
.in_ys .ysimg1{
    display: block;
    margin:0 auto;
}
.in_ys .yscon{
    position: relative;
    overflow: hidden;
}
.in_ys .yscon .list{
    position: absolute;
    width: 450px;
    display: flex;
    align-items: center;
}
.in_ys .yscon .list .text .t1{
    font-size:22px;
    color:#333;
    font-weight: bold;
}
.in_ys .yscon .list .text .t2{
    font-size:14px;
    color:#666;
}
.in_ys .yscon .list .text{
    width: calc(100% - 90px);
}
.in_ys .yscon .list .icon{
    width: 90px;
    height: 90px;
    background: #333;
    border-radius: 100%;
    position: relative;
}
.in_ys .yscon .list .icon .nei{
    width: 85%;
    height: 85%;
    border-radius: 100%;
    border:1px dashed #333;
}
.in_ys .yscon .list:nth-child(odd){
    justify-content: right;
}
.in_ys .yscon .list:nth-child(even){
    justify-content: left;
}
.in_ys .yscon .list:nth-child(odd) .text{
    text-align:left;
    padding-left:15px;
}
.in_ys .yscon .list:nth-child(even) .text{
    text-align:right;
    padding-right:15px;
}
.in_ys .yscon .list:nth-of-type(1){
    left:4px;
    top:58px;
}
.in_ys .yscon .list:nth-of-type(2){
    right:0;
    top:58px;
}
.in_ys .yscon .list:nth-of-type(3){
    left:-84px;
    top:280px;
}
.in_ys .yscon .list:nth-of-type(4){
    right:-84px;
    top:280px;
}
.in_ys .yscon .list:nth-of-type(5){
    left:-5px;
    top:508px;
}
.in_ys .yscon .list:nth-of-type(6){
    right:-10px;
    top:508px;
}
.in_ys .yscon .list:hover .icon{
    background: #d41018;
}
.in_ys .yscon .list:hover .icon .nei{
    border:1px dashed #fff;
}
.in_ys .yscon .list:hover .icon .nei img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.in_ys .smys{
    display: none;
    margin-bottom: 4%;
}
.in_ys .smys .list{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom:1px solid #e1e1e1;
}
.in_ys .smys .list .icon{
    position: relative;
    border-radius: 100%;
    width: 69px;
    height: 69px;
    background: #d41018;
    margin-right: 21px;
}
.in_ys .smys .list .icon img{
    max-width: 43%;
    max-height: 43%;
}
.in_ys .smys .list .text .t1{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.in_ys .smys .list .text .t2{
    font-size: 14px;
    color: #666;
}
.aboxout{
    width: 535px;
    margin:0 auto;
}
.aboxout .allabox a{
    width: 48%;
}

.in_lc{
    background: #fff url("../img/map.png") no-repeat center;
}

.in_lc .item{
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.in_lc .item .list{
    text-align:center;
    position: relative;
    width: 10%;
}
.in_lc .item .list .icon{
    width: 60px;
    height: 60px;
    margin:0 auto;
    position: relative;
}
.in_lc .item .list .title{
    font-size:36px;
    color:#666666;
    font-family: Impact;
    margin:6% 0;
}
.in_lc .item .list .con{
    font-size:18px;
    color:#000000;
}
.in_lc .item .list:after{
    position: absolute;
    content:"";
    width: 34px;
    height: 25px;
    background: url("../img/lcimg1.png") no-repeat center;
    top:45%;
    right: -14%;
    background-size: contain;
}
.in_lc .item .list:last-child:after{
    display: none;
}
.in_lc .item .list:hover .icon img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.in_company{
    background: url("../img/companybg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.comtype{
    text-align:center;
    margin-bottom: 2.5%;
}
.comtype a{
    display: inline-block;
    line-height: 40px;
    padding: 0 2.5%;
    margin: 0 1%;
    border:1px solid #b4c1c6;
    font-size:14px;
    color:#999999;
    border-radius: 40px;
}
.comtype a.act
,.comtype a:hover
,.comtype a[data=act]{
    color:#d41018;
    border:1px solid #d41018;
}
.in_company .img-item .swiper-slide .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.in_company .img-item .swiper-slide: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_company .img-item .swiper-slide .title{
    width: 100%;
    text-align:center;
    line-height: 60px;
    font-size:18px;
    color:#fff;
    background: rgba(0,0,0,0.4);
}
.in_company .img-item .swiper-slide:hover .title{
    background: #d41018;
}
.in_company .img-item{
    margin-bottom: 3%;
}
.in_company .img-item .list{
    display: none;
}
.combut{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(0,0,0,0.6);
}
.combut:hover{
    background: #d41018;
}
.combut:after{
    font-size:20px;
    color:#fff;
}
.honor-item .swiper-slide .imgbox{
    width: 100%;
    height: 365px;
    position: relative;
    overflow: hidden;
    border:1px solid #eee;
}
.honor-item .swiper-slide .imgbox img{
    max-height: 85%;
}
.honor-item .swiper-slide:hover .imgbox{
    background: #d41018;
}
.honor-item .swiper-slide:hover .imgbox img{
    transform: scale(1.05);
}
.honor-item .swiper-slide .title{
    text-align:center;
    font-size:18px;
    color:#282828;
    line-height: 90px;
    border:1px solid #eee;
    border-top:none;
}
.honor-item .swiper-slide:hover .title{
    color:#d41018;
}
.honor-item .list{
    display: none;
}
.honor-item {
    margin-bottom: 3.5%;
}

.in_hezuo{
    background: url("../img/hezuobg.jpg") no-repeat center top;
}
.in_hezuo .alltitle .t1 .s1{
    color:#fff;
}
.in_hezuo .alltitle .t2{
    color:#fff;
}
.in_hezuo .swiper-slide .inner{
    width: 100%;
    height: 340px;
    position: relative;
    background: #fff;
    padding:17% 5%;
    text-align:center;
}
.in_hezuo .swiper-slide:nth-child(odd) .inner{
    background:#eee;
}
.in_hezuo .swiper-slide .title{
    font-size:20px;
    color:#c20c14;
    font-weight: bold;
}
.in_hezuo .swiper-slide .tags{
    font-size:20px;
    color:#333333;
}
.in_hezuo .swiper-slide .imgbox{
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
    margin-top: 11%;
}
.in_hezuo_con{
    margin-bottom: 3.5%;
}
.in_news_top{
    height: 278px;
}
.in_news_top .imgbox{
    float: left;
    width: 50%;
    height: 100%;
}
.in_news_top .text{
    float: left;
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    padding:3% 2.5%;
}
.in_news_top .imgbox .time{
    height: 100%;
    width: 280px;
    float: left;
    background:url("../img/newsbgsm.jpg") no-repeat center / cover;
    text-align:center;
    color:#fff;
    padding-top:6%
}
.in_news_top .imgbox .time .t1 .s1{
    font-weight: bold;
    font-size:32px;
}
.in_news_top .imgbox .time .t1 .s2{
    text-transform: uppercase;
    font-size:16px;
}
.in_news_top .imgbox .time .t2 .s1{
    font-weight: bold;
    font-size:30px;
}
.in_news_top .imgbox .time .t2 .s2{
    font-size:20px;
}
.in_news_top .imgbox .time .t1{
    margin-bottom: 14%;
}
.in_news_top .imgbox .pic{
    float: left;
    width: calc(100% - 280px);
    height: 100%;
    overflow: hidden;
}
.in_news_top .text .title{
    font-size:22px;
    font-weight: bold;
    color:#333333;
}
.in_news_top .text .con{
    font-size:16px;
    color:#a4a4a4;
    margin:3% 0 4% 0;
}
.in_news_top .text .more{
    height: 42px;
    width: 160px;
    background: #d41018;
    border-radius: 40px;
}
.in_news_top .text .more span{
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.in_news_top .text .more:hover img{
    transform: rotate(45deg);
}
.in_news_bottom{
    border:1px solid #e8e8e8;
}
.in_news_bottom .list{
    float: left;
    width: 50%;
}
.in_news_bottom .list:nth-child(1){
    border-right:1px solid #e8e8e8;
}

.in_news .in_news-tbox{
    height: 117px;
    background: #f9f9f9;
    padding:0 45px;
}
.in_news .in_news-tbox .left{
    padding-left:50px;
}
.in_news .in_news-tbox.tbox1 .left{
    background: url("../img/news-icon1.png") no-repeat left center;
}
.in_news .in_news-tbox.tbox2 .left{
    background: url("../img/news-icon2.png") no-repeat left center;
}
.in_news .in_news-tbox .left span{
    font-size:28px;
    color:#333;
    font-weight: bold;
}
.in_news .in_news-tbox .left span em{
    color:#dc0007;
}
.in_news .in_news-tbox .left  i{
    display: inline-block;
    font-size:18px;
    color:#b8b8b8;
    margin-left: 10px;
    text-transform: uppercase;
}
.in_news .in_news-tbox .more{
    width: 68px;
}
.in_news .in_news-tbox .more:hover img{
    transform: rotate(-45deg);
}
.in_news .in_news-tbox .more span{
    text-transform: uppercase;
    font-size:16px;
    color:#dc0007;
}
.in_news_bottom .list .item{
    padding:45px 45px 16px 45px;
}
.in_news_bottom .list .item .news-fir{
    margin-bottom: 3%;
}
.in_news_bottom .list .item .news-fir .title{
    font-weight: bold;
    font-size:22px;
    color:#333;
    margin-bottom: 2%;
}
.in_news_bottom .list .item .news-fir:hover .title{
    color:#c71119;
}
.in_news_bottom .list .item .news-fir .con{
    font-size: 16px;
    color: #a4a4a4;
}
.in_news_bottom .list .item .news-list{
    height: 70px;
}
.in_news_bottom .list .item .news-list .title{
    width: 75%;
    padding-left: 23px;
    position: relative;
    font-size:18px;
    color:#666666;
}
.in_news_bottom .list .item .news-list .title:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 100%;
}
.in_news_bottom .list .item .news-list{
    border-top:1px solid #e8e8e8;
}
.in_news_bottom .list .item .news-list .time{
    font-size:16px;
    color:#999;
}
.in_news_bottom .list .item .news-list:hover .title{
    color:#c20c14;
}
.in_news_bottom .list .item .news-list:hover .title:before{
    background: #c20c14;
}
.in_news_bottom .list .item .news-list:hover .time{
    color:#c20c14;
}

.footbox .f-top{
    font-size:16px;
    color:#fff;
    line-height: 70px;
    background:url("../img/f-top.jpg") no-repeat center;
}
.footbox .f-top .inner span{
    padding-left:28px;
    background: url("../img/link.png") no-repeat left center;
}
.footbox .f-top .inner a{
    color:#fff;
    margin-right: 10px;
}
.footbox .f-bottom{
    background:url("../img/f-bottom.jpg") no-repeat center / cover;
    padding-top: 35px;
}
.footbox .f-bottom .f-logo img{
    margin:0 auto;
}
.footbox .f-bottom .f-menu{
    padding:3% 0 5% 0;
    background: url("../img/fmenu.png") no-repeat center bottom;
}
.footbox .f-bottom .f-menu a{
    color:#fff;
    font-size:16px;
}
.footbox .f-bottom .f-menu a:hover{
    color: #d41018;
}
.footbox .f-bottom .f-menu span{
    color:#fff;
    font-size:16px;
    display: inline-block;
    margin:0 4%;
}
.footbox .f-bottom .f-lx{
    padding: 4% 0;
}
.footbox .f-bottom .f-lx .head_tel .t2{
    font-size: 28px;
}
.footbox .f-bottom .f-lx .left{
    width: 80%;
}
.footbox .f-bottom .f-lx .left .list p{
    font-size:16px;
    color:#dddddd;
}
.footbox .f-bottom .f-lx .left .list p a{
    color:#dddddd;
}
.footbox .f-bottom .f-lx .erbox{
    position: relative;
}
.footbox .f-bottom .f-lx .erbox .icon{
    position: relative;
    width: 45px;
    height: 45px;
    background: #0ba830;
    border-radius: 100%;
    cursor: pointer;
}
.footbox .f-bottom .f-lx .erbox .imgbox{
    width: 130px;
    height: 130px;
    padding:10px;
    background: #dc0007;
    position: absolute;
    bottom: 162%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.footbox .f-bottom .f-lx .erbox .imgbox img{
    width: 100%;
}
.footbox .f-bottom .f-lx .erbox .imgbox:after{
    content:"";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-10px;
    width: 0;
    height: 0;
    border:10px solid transparent;
    border-bottom:none;
    border-top-color:#dc0007;
}
.footbox .f-bottom .f-lx .erbox:hover .imgbox{
    opacity: 1;
    visibility: visible;
    bottom:152%;
}

.copy{
    border-top:1px solid #2f2f2f;
    font-size: 16px;
    color: #dddddd;
    line-height: 120px;
}
.copy a{
    color: #dddddd;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.sbanner{
    width: 100%;
    /* height: 520px;*/
    position: relative;
    margin-top: 100px;
}
.allcrumbs{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
}
.allcrumbs .left{
    line-height: 65px;
    font-size:14px;
    color:#fff;
    padding-left: 30px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs .left a{
    color:#fff;
}
.allcrumbs .right a{
    display: inline-block;
    float: left;
    width: 125px;
    line-height: 65px;
    text-align:center;
    font-size:16px;
    color:#fff;
    border-left:1px solid rgba(255,255,255,0.3);
}
.allcrumbs .right a:last-child{
    border-right:1px solid rgba(255,255,255,0.3);
}
.allcrumbs .right a:hover
,.allcrumbs .right a[data=act]{
    background: #d41018;
}

.inner-company-fir .con .text{
    float: left;
    width: 42%;
}
.inner-company-fir .con .text .en{
    text-transform: uppercase;
    color:#333;
    font-size:48px;
    font-family: 'roboto';
}
.inner-company-fir .con .text .en span{
    color:#d41018;
    font-family: 'roboto';
}
.inner-company-fir .con .text .t1{
    color:#333;
    font-size:30px;
    font-weight: bold;
}
.inner-company-fir .con .text .t2{
    color:#666;
    font-size:13px;
}
.inner-company-fir .con .text .line{
    width: 60px;
    height: 2px;
    background: #d41018;
    margin:3.5% 0;
}
.inner-company-fir .con .text .t3{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.inner-company-fir .con .text .item{
    margin-top: 2%;
}
.inner-company-fir .con .text .item .list{
    width: 45%;
    padding-bottom: 2%;
    border-bottom:1px solid #e8e8e8;
}
.inner-company-fir .con .text .item .list .wen .s1 .a1{
    font-family: 'Barlow';
    font-size:60px;
    color:#d41018;
    font-style: italic;
}
.inner-company-fir .con .text .item .list .wen .s1 .a1 .TextAnimate{
    padding-right: 10px;
}
.inner-company-fir .con .text .item .list .wen .s1 .a1 i{
    font-family: 'Barlow';
    font-size:60px;
    color:#d41018;
    font-style: italic!important;
}
.inner-company-fir .con .text .item .list .wen .s1 .a2{
    display: inline-block;
    margin-left: 5px;
    width: 22px;
    height: 22px;
    background: #d41018;
    border-radius: 100%;
    line-height: 22px;
    text-align:center;
    color:#fff;
    font-weight: bold;
    font-size:16px;
}
.inner-company-fir .con .text .item .list .wen .s2{
    font-size:16px;
    color:#333333;
}
.inner-company-fir .con .text .item .list .icon{
    width: 70px;
    height: 70px;
    position: relative;
}
.inner-company-fir .con .video{
    float: right;
    width: 46%;
    margin-right: 3%;
    height: 420px;
    position: relative;
    z-index: 2;
}
.inner-company-fir .con{
    position: relative;
}
.inner-company-fir .con .bg{
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d41018;
    height: 125%;
    width: 20%;
    z-index: 1;
}
.inner-company-fir{
    padding-bottom: 7%;
}

.inner-company-sec{
    background: url("../img/qybg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}
.inner-company-sec .item .list{
    width: 31.5%;
    background: #fff;
    padding:0 3%;
}
.inner-company-sec .item .list .tbox {
    height: 105px;
    border-bottom:1px dashed #dddddd;
    margin-bottom: 7%;
}
.inner-company-sec .item .list .tbox .title{
    font-size:26px;
    font-weight: bold;
    color:#333333;
    padding-left: 20px;
    position: relative;
}
.inner-company-sec .item .list .tbox .title:after{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 23px;
    background: #d41018;
}
.inner-company-sec .item .list .con{
    height: 150px;
    position: relative;
    font-size:18px;
    color:#666;
}
.inner-company-sec .item .list .con .tags{
    position: absolute;
    left:0;
    bottom:22%;
    text-transform: uppercase;
    font-size:16px;
    color:#dddddd;
}
.inner-company-sec .item .list .con .bgicon{
    position: absolute;
    right:0;
    top:5%;
    opacity: 0;
}
.inner-company-sec .item .list:hover{
    background: #d41018;
}
.inner-company-sec .item .list:hover .tbox{
    border-bottom:1px dashed #e1585e;
}
.inner-company-sec .item .list:hover .tbox .title{
    color:#fff;
}
.inner-company-sec .item .list:hover .tbox .title:after{
    background: #fff;
}
.inner-company-sec .item .list:hover .con{
    color:#fff;
}
.inner-company-sec .item .list:hover .con .bgicon{
    opacity: 1;
}
.inner-company-sec .item .list:hover .con .tags{
    color:rgba(255,255,255,0.3);
}

.inner-company-thr .alltitle .t2{
    padding:0 5%;
}
.inner-company-thr .item .list{
    width: 32.5%;
    background: #fcfcfc;
    border:1px solid #e8e8e8;
    padding:3%;
    text-align:center;
    margin-bottom: 1.3%;
    height: 295px;
}
.inner-company-thr .item .list .icon{
    width: 100%;
    height: 65px;
    position: relative;
}
.inner-company-thr .item .list .title{
    font-size:24px;
    color:#222222;
    margin-top: 4%;
}
.inner-company-thr .item .list .line{
    width: 30px;
    height: 2px;
    background: #d41018;
    margin:4% auto;
}
.inner-company-thr .item .list .con{
    font-size:14px;
    color:#666666;
}
.inner-company-thr .item .list:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
}
.inner-company-thr .item .list:hover .icon{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.inner-company-four{
    background: url("../img/comfourbg.jpg") no-repeat center top;
}
.inner-company-four .alltitle .t1 .s1{
    color:#fff;
}
.inner-company-four .alltitle .t2{
    color:rgba(255,255,255,0.6);
}

.allpic{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.allpic: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);
}
.inner-imgs-item .list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-imgs-item .list .inner{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.inner-imgs-item .list .imgbox{
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.inner-imgs-item .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);
}
.inner-imgs-item .list .title{
    text-align:center;
    font-size:20px;
    color:#343434;
    line-height: 75px;
}
.inner-imgs-item .list .imgbox .shu{
    position: absolute;
    right:0;
    top:0;
    width: 74px;
    height: 74px;
    background: url("../img/sj.png") no-repeat center;
    color:#fff;
    font-size:24px;
    text-align:right;
    padding: 1% 2% 0 0;
}
.inner-imgs-item .list:hover .title{
    background: #d41018;
    color:#fff;
}

.inner-honor{
    position: relative;
    background: url("../img/inhobg.jpg") no-repeat center / cover;
}
.inner-honor .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 8;
    background: url("../img/honor_sha.png") no-repeat center;
}
.inner-honor .honorcon{
    position: relative;
    z-index: 6;
}
.inner-honor  .honorlunbo{
    width: 100%;
    overflow: hidden;
}
.inner-honor .honorlunbo2 .swiper-container{
    width: 23%;
    margin:0 auto;
    overflow: visible;
}
.inner-honor  .honorlunbo2 .imgbox{
    width: 100%;
    height: 575px;
    position: relative;
    overflow: hidden;
}
.inner-honor .honorlunbo2 .swiper-slide{
    transform: scale(0.75);
    transition: all .5s ease;
}
.inner-honor .honorlunbo2 .swiper-slide-active{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inner-honor  .honorlunbo .title{
    text-align:center;
    font-size:20px;
    color:#01449d;
    font-weight: bold;
    margin-top: 7%;
    opacity: 0;
    transition: all .5s ease;
}
.inner-honor  .honorlunbo .title .s1{
    font-size:48px;
    color:#f5f5f5;
    text-transform: uppercase;
    font-family: heiti;
    font-weight: bold;
}
.inner-honor  .honorlunbo .title .s2{
    font-size:24px;
    color:#000000;
    font-weight: bold;
    margin-top: -42px;
}
.inner-honor .honorlunbo2 .swiper-slide-active .title{
    opacity: 1;
}


.zsbut{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border:2px solid #959595;

}
.inner-honor .zsbut{
    top:initial;
    margin-top: 0;
    bottom:0;
}
.inner-honor .swiper-button-next-honor{
    right:-45%;
}
.inner-honor .swiper-button-prev-honor{
    left:-45%;
}
.zsbut:after{
    font-size:17px;
    color:#959595;
}
.zsbut:hover{
    background: #d41018;
    border:2px solid #d41018;
}
.zsbut:hover:after{
    color:#fff;
}

.inner-pingpai-item .list{
    float: left;
    width: 25%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-pingpai-item .list .inner{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border:1px solid #eee;
}
.inner-pingpai-item .list:hover .inner{
    box-shadow:  0 0 10px rgba(0,0,0,0.11);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.inner-pingpai-item .list .inner img{
    max-width: 78%;
}

.inner-contact-fir .formbox textarea{
    width: 100%;
    height: 180px;
    background: #f7f7f7;
    border:1px solid #e5e5e5;
    padding:20px;
    font-size:16px;
    color:#333;
    border-radius: 0;
}
.inner-contact-fir .formbox textarea::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-fir .formbox .inputbox input{
    width: 32%;
    line-height: 60px;
    background: #f7f7f7;
    border:1px solid #e5e5e5;
    text-indent: 20px;
    font-size:16px;
    color:#333;
    margin-top: 30px;
}
.inner-contact-fir .formbox input::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contact-fir .formbox .code{
    width: 32%;
    position: relative;
    margin-top: 30px;
}
.inner-contact-fir .formbox .code input{
    width: 100%;
    margin-top: 0;
}
.inner-contact-fir .formbox .code .verify{
    position: absolute;
    width: 150px;
    height: 98%;
    right:1px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-contact-fir .formbox .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-fir .formbox .submit{
    display: block;
    width: 32%;
    position: relative;
    line-height: 60px;
    background: #d41018;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    text-align:center;
    margin-top: 30px;
}
.inner-contact-fir .formbox .submit:hover{
    background: #333;
}

.inner-contact-sec .mapbox{
    width: 100%;
    height: 695px;
    position: relative;
    overflow: hidden;
}
.inner-contact-sec #mymap{
    position: absolute;
    height: 100%;
    width: 140%;
    left:0;
    top:0;
}
.inner-contact-sec .mapbox .lxbox{
    background: #fff;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:8%;
    padding:0 2% 2% 2%;
    border-top:4px solid #d41018;
    width: 600px;
    box-shadow:  0 0 12px rgba(0,0,0,0.1);
}
.inner-contact-sec .mapbox .lxbox .tbox{
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom:1px dashed #dcdcdc;
    height: 140px;
    margin-bottom: 7%;
}
.inner-contact-sec .mapbox .lxbox .tbox .icon{
    width: 60px;
    height: 60px;
    background: #d41018;
    border-radius: 8px;
    position: relative;
    margin-right: 19px;
}
.inner-contact-sec .mapbox .lxbox .tbox .text .t1{
    font-size:18px;
    color:#666666;
}
.inner-contact-sec .mapbox .lxbox .tbox .text .t2{
    font-size:36px;
    color:#d41018;
    font-family: Impact;
    line-height: 35px;
}
.inner-contact-sec .mapbox .lxbox .con p{
    padding-left:40px;
    font-size:18px;
    color:#666666;
    margin-bottom: 6%;
}
.inner-contact-sec .mapbox .lxbox .con p:last-child{
    margin-bottom: 0;
}
.inner-contact-sec .mapbox .lxbox .con p a{
    color:#666666;
}
.inner-contact-sec .mapbox .lxbox .con p.a1{
    background: url("../img/map-link.png") no-repeat left center;
}
.inner-contact-sec .mapbox .lxbox .con p.a2{
    background: url("../img/map-mob.png") no-repeat left center;
}
.inner-contact-sec .mapbox .lxbox .con p.a3{
    background: url("../img/map-fax.png") no-repeat left center;
}
.inner-contact-sec .mapbox .lxbox .con p.a4{
    background: url("../img/map-email.png") no-repeat left center;
}
.inner-contact-sec .mapbox .lxbox .con p.a5{
    background: url("../img/map-url.png") no-repeat left center;
}
.inner-contact-sec .mapbox .lxbox .con p.a6{
    background: url("../img/map-add.png") no-repeat left center;
}

.inner-product-item .list{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.inner-product-item .list:nth-child(3n){
    margin-right: 0;
}

.inner-news-top .swiper-slide{
    width: 100%;
    height: 350px;
}
.inner-news-top .swiper-slide .imgbox{
    float: left;
    width: 40%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-news-top .swiper-slide .text{
    float: left;
    width: 60%;
    height: 100%;
    background: #f5f5f5;
    padding:3% 4%;
}
.inner-news-top .swiper-slide .text .time{
    padding-left: 30px;
    color: #999999;
    font-size: 16px;
    background: url("../img/newstime.png") no-repeat left center;
    background-size: 25px;
    line-height: 30px;
    margin-bottom: 1%;
}
.inner-news-top .swiper-slide .text .title{
    color: #282828;
    font-size: 26px;
}

.inner-news-top .swiper-slide .text .con{
    color: rgba(40,40,40,0.5);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    margin:1% 0 4% 0;

}
.inner-news-top  .swiper-pagination{
    width: 100%;
    position: relative;
    text-align: right;
    margin-top: 3%;
}
.inner-news-top  .swiper-pagination-bullet{
    margin:0 5px;
}
.inner-news-top .swiper-pagination-bullet-active{
    background-color: #c0131c;
}
.inner-news-top .swiper-slide .text  .more{
    display: inline-block;
    font-size:14px;
    line-height: 34px;
    background: #c0131c;
    color:#fff;
    padding:0 20px;
}
.inner-news-top .swiper-slide:hover .text  .more{
    background: #333;
}
.inner-news-top .swiper-slide:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-bottom .list{
    float: left;
    width: 50%;
    height: 220px;
    border:1px solid #e7e7e7;
}
.inner-news-bottom .list .tbox{
    float: left;
    width: 85px;
    height: 100%;
    background: #f5f5f5;
    padding: 0 2%;
    text-align: center;
    padding-top: 5%;
}
.inner-news-bottom .list .tbox .t1{
    font-size: 18px;
    font-weight: 100;
    color: #626364;
}
.inner-news-bottom .list .tbox .time{
    font-size: 16px;
    line-height: 23px;
    border-top: 1px solid #999;
    font-family: Arial;
    margin-top: 32%;
    color: #626364;
    padding-top: 32%;
}
.inner-news-bottom .list .text{
    height: 100%;
    width: calc(100% - 85px);
    padding:4% 6%;
    float: left;
}
.inner-news-bottom .list .text .title{
    color: #333333;
    font-size: 22px;
}
.inner-news-bottom .list .text .con{
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    margin:4% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.inner-news-bottom .list .text  span{
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
    color:#c0131c;
}
.inner-news-bottom .list:hover .text  span{
    background: #c0131c;
    color: #fff;
    padding: 0 20px;
}
.inner-news-bottom .list:hover .text .title{
    color:#c0131c;
}
.inner-news-bottom .list:hover .tbox{
    background: #c0131c;
}
.inner-news-bottom .list:hover .tbox .t1{
    color:#fff;
}
.inner-news-bottom .list:hover .tbox .time{
    color:#fff;
    border-top:1px solid #fff;
}
.arttbox{
    padding: 3% 5%;
    border-radius: 5px;
    box-shadow: 0 0 29px #0000001f;
}
.arttbox .left{
    float: left;
    width: 70%;
}
.arttbox .left .title{
    color: #000000;
    font-size: 30px;
}
.arttbox .left .crow{
    color: #666666;
    font-size: 14px;
    margin-top: 3%;
}
.arttbox .left .crow span{
    display: inline-block;
    margin-right: 4%;
}
.arttbox .right{
    display: flex;
    float: right;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1%;
}
.arttbox .right .icon{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: relative;
    background: #c0131c;
    margin-right: 8px;
}
.arttbox .right .icon img{
    width: 9px;
}
.arttbox .right span{
    color: #666666;
    font-size: 16px;
    transition: 0.3s;
    letter-spacing: 1px;
}
.arttbox .right:hover span{
    letter-spacing: 4px;
}
.artcon{
    padding: 3% 5%;
    border-radius: 5px;
    box-shadow: 0 0 29px #0000001f;
    margin-top: 10px;
    font-size:15px;
    line-height: 30px;
    color:#666;
}
.artcon img{
    max-width: 100%;
    margin:2% auto;
    display: block;
}


.top-des-pro .left{
    float: left;
    width: 500px;

}
.top-des-pro .left>.swiper-container{
    border:1px solid #dadada;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 500px;
    position: relative;
}
.top-des-pro  .but{
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background-color: #ccc;
}
.top-des-pro  .but:after{
    font-size:25px;
}
.top-des-pro  .but:hover{
    background-color: #d41018;
}
.top-des-pro  .swiper-button-prev{
    left:0;
}
.top-des-pro .swiper-button-next{
    right:0;
}
.des-tumb{
    margin-top: 10px;
    position: relative;
}
.des-tumb .swiper-container{
    width: 77%;
    margin:0 auto;
}
.des-tumb .imgbox{
    width: 100%;
    height: 80px;
    border:1px solid #dadada;
    position: relative;
}
.des-tumb .swiper-slide-thumb-active .imgbox{
    border:1px solid #d41018;
}

.top-des-pro .right{
    float: right;
    width: calc(100% - 540px);
}
.desright .cat .s1{
    float: left;
    display: inline-block;
    padding-left:35px;
    background: #d41119 url('../img/procat.png') no-repeat left 12px center;
    font-size:18px;
    color:#fff;
    line-height: 35px;
    padding-right: 15px;
    border:2px solid #d41119;
}
.desright .cat .s2{
    display: inline-block;
    padding:0 20px;
    border:2px solid #d41119;
    font-size:18px;
    color:#d41119;
    line-height: 35px;
}
.desright .title{
    font-size:36px;
    color:#333;
    font-weight: bold;
    margin: 3% 0 2% 0;
}
.desright .line{
    width: 100%;
    height: 2px;
    background: #efefef;
    position: relative;
}
.desright .line:after{
    content:"";
    position: absolute;
    left:0;
    height: 100%;
    width: 100px;
    background: #d41119;
    top:0;
}
.desright .goods-des{
    font-size:16px;
    color:#666;
    line-height: 30px;
    margin:3.5% 0;
}
.desright .erlx .erbox .img{
    float: left;
    width: 110px;
    height: 110px;
    border:2px solid #d41119;
    background: #fff;
    padding:8px;
}
.desright .erlx .erbox .img img{
    width: 100%;
}
.desright .erlx .erbox p{
    float: left;
    width: 30px;
    font-size:15px;
    color:#fff;
    height: 110px;
    background: #d41119;
    text-align:center;
    line-height: 17px;
    padding-top: 5px;
}
.desright .erlx .lxtel{
    float: left;
    margin-left:6%;
}
.desright .erlx .lxtel .t1{
    font-size:16px;
    color:#666;
    margin-top: 3px;
}
.desright .erlx .lxtel .t2{
    font-size:28px;
    color:#d41018;
    font-weight: bold;
}
.desright .lxbox{
    margin-top: 40px;
}
.desright .lxbox a{
    margin-top: 8px;
    display: flex;
    width: 31%;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.desright .lxbox a span{
    display: inline-block;
    margin-left: 15px;
    color:#fff;
    font-size:20px;
}
.desright .lxbox a:nth-child(1){
    background:#d41119;
}
.desright .lxbox a:nth-child(2){
    background:#333333;
}
.desright .lxbox a:nth-child(3){
    background:#cccccc;
}

.pro-right-des{
    float: right;
    width: calc(100% - 343px);
    overflow: hidden;
}

.prodesline{
    display: block;
    width: 100%;
    margin:4% auto;
}

.pro_t{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 30px;
}
.pro_t span{
    display: inline-block;
    font-size:24px;
    font-weight: bold;
    color:#333;
    margin-left: 10px;
}
.prodes{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    background: #f5f5f5;
    padding: 3%;
}
.prodes img{
    display: block;
    max-width: 100%;
    margin:0 auto;
}


.prodes .part{
    padding-bottom: 20px;
    border-bottom:1px solid #e8ebef;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prodes .part strong{
    display: inline-block;
    font-size:20px;
    color:#1f3e66;
    padding-left: 15px;
    border-left:3px solid #1f3e66;
}

.prodes table{
    width: 100% !important;
    border-collapse: collapse;
}

.prodes table tr td{
    line-height: 50px;
    font-size:16px;
    color:#6a6a6a;
    text-align:center;
    /*border:1px solid #e8e8e8!important;*/
}
.prodes-other .pro_t span{
    background: #005bac url("../img/m2.png") no-repeat left 28px center;
}

.kji{
    margin-bottom: 4%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}
.cstablebox{
    border:1px solid #e8e8e8;
    margin-bottom: 5%;
}
.cstablebox .tbox{
    line-height: 55px;
    text-align:center;
    color:#fff;
    font-size:18px;
    font-weight: bold;
    background: #333333;
}
.cstablebox .tbox span{
    display: block;
    float: left;
    width: 50%;
}
.cstablebox .tbox span:nth-child(1){
    border-right:1px solid #e8e8e8;
}
.cstablebox .list{
    line-height: 55px;
    text-align:center;
    border-bottom:1px solid #e8e8e8;
    font-size:16px;
    color:#6a6a6a;
}
.cstablebox .list:nth-of-type(odd){
    background: #f2f2f2;
}
.cstablebox .list>div{
    float: left;
    width: 50%;
}
.cstablebox .list:last-child{
    border-bottom:none;
}
.cstablebox .list .title{
    border-right:1px solid #e8e8e8;
}

.proPage{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proPage .page-a{
    display: inline-block;
    max-width: 270px;
    line-height: 50px;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.proPage .page-a a{
    color: #666666;
}
.mt4 {
    margin-top: 4%;
}

.inner-case-list{
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2% 3%;
    background: #fff;
}
.inner-case-list .time{
    line-height: 40px;
    font-size: 22px;
    color: #777;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 2% 0 8% 0;
}
.inner-case-list .title{
    font-size:16px;
    color:#333;
}
.inner-case-list span{
    display: inline-block;
    line-height: 35px;
    padding: 0 11%;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    border-radius: 40px;
    margin-top: 4%;
}
.inner-case-list:hover{
    box-shadow: rgba(0,0,0,0.3) 0px 6px 15px;
}
.inner-case-list a{
    display: block;
}
.inner-case-list:hover a{
    transform: translate3d(0,-10px,0);
}

.inner-case-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-case .caseimg{
    width: 50%;
}
.inner-case .caseimg .inner{
    position: sticky;
    top: 100px;
}
.inner-case .caseimg img{
    width: 100%;
}
.inner-case .casedesright{
    width: 45%;
}
.desright .item{
    margin-bottom: 4%;
}
.desright .item .list{
    float: left;
    width: 20%;
    text-align:center;
    border-left:1px solid #e5e5e5;
}
.desright .item .list:last-child{
    border-right:1px solid #e5e5e5;
}
.desright .item .list .icon{
    width: 90px;
    height: 90px;
    background: #d41018;
    position: relative;
    border-radius: 100%;
    margin:0 auto;
}
.desright .item .list .t{
    font-size:14px;
    color:#333;
    margin-top: 10px;
}
.desright .item .list:nth-child(even) .icon{
    background: #393939;
}
.case-des-t{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 3%;
}
.case-des-t span{
    display: inline-block;
    font-size:24px;
    color:#333;
    font-weight: bold;
    margin-left: 15px;
}

.caseother .list{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.caseother .list:nth-child(2n){
    margin-right: 0;
}
.caseother .list .img{
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.caseother .list .img img{
    object-position: center top;
    filter:brightness(33%);
}
.caseother .list:hover .img img{
    transform: scale(1.05);
}
.caseother .list .img .title{
    position: absolute;
    width: 100%;
    left:0;
    text-align:center;
    top:50%;
    transform: translateY(-50%);
}
.caseother .list .img .title span{
    display: block;
    color:#fff;
    font-size:22px;
    margin-bottom: 3%;
}
.caseother .list .img .title .line{
    width: 36px;
    height: 2px;
    background: #dc0007;
    margin:0 auto;
}

.xiala {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;

}

.xiala .cplist{
    float: left;
    width: 66%;
}
.xiala .cplist a{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 35px;
    float: left;
    width: 16.66%;
}
.xiala .cplist a .dian{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #666;
    margin-right: 8px;
}
.xiala .cplist a span{
    display: inline-block;
    font-size:14px;
    color:#666;
    position: relative;
}
.xiala .cplist a span:after{
    content:"";
    position: absolute;
    width: 0;
    height: 1px;
    left:0;
    bottom:0;
    transition: all 0.35s;
    background: #c30c14;
}
.xiala .cplist a:hover span{
    color:#c30c14;
}
.xiala .cplist a:hover span:after{
    width: 100%;
}
.xiala .cplist a:hover .dian{
    background: #c30c14;
}
.xiala .item .tt{
    font-size:30px;
    color:#222;
    margin-bottom: 2%;
}
.xiala .item{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 4% 0;
    background: url("../img/navbg.jpg") no-repeat center / cover;
    display: none;
}
.xiala .navlogo{
    float: right;
    width: 30%;
    height: 300px;
    background: #c30c14;
    position: relative;
}
.xiala .typelist{
    float: left;
    width: 66%;
}
.xiala .typelist a{
    height: 60px;
    width: 30%;
    margin-right: 5%;
    position: relative;
    border-bottom:1px solid #ddd;
}
.xiala .typelist a span{
    font-size:16px;
}
.xiala .typelist a:nth-child(3n){
    margin-right: 0;
}
.xiala .typelist a span:after{
    display: none;
}
.xiala .typelist a .icon{
    position: absolute;
    height: 11px;
    width: 7px;
    background: url("../img/navjian.png") no-repeat center;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.cbl {
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 2px;
    transition: 0.4s ease-in-out;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    background: #666;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    background-size: 30px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #666 url("../img/ce-tel.png") no-repeat center;
}

.cbl li.kefu span{
    background: #666 url("../img/ce-mes.png") no-repeat center;
}
.cbl li.weixin span{
    background: #666 url("../img/ce-weixin.png") no-repeat center;
}
.cbl li.fd span{
    background: #666 url("../img/ce-top.png") no-repeat center;
}


.cbl li.kefu span:hover{
    background: #c30c14 url("../img/ce-mes.png") no-repeat center;
}
.cbl li.weixin span:hover{
    background: #c30c14 url("../img/ce-weixin.png") no-repeat center;
}
.cbl li.fd span:hover{
    background: #c30c14 url("../img/ce-top.png") no-repeat center;
}
.cbl li.tel span:hover{
    background: #c30c14 url("../img/ce-tel.png") no-repeat center;
}
.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
    font-weight: lighter;
    display: none;
}

.cbl li aside {
    position: absolute;
    right: 72px;
    top: 10px;
    padding:0 10px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #d41018;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #d41018;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}



.smmenu{
    color: #fff;
    display: none;
    position: relative;
}

.smmenu .menuicon{
    width: 25px;
    transition: all .5s ease;
    overflow: hidden;
}
.smmenu .menuicon span{
    display: block;
    margin-top: 5px;
    height: 3px;
    float: left;
    transition: all .3s;
    width: 100%;
    position: relative;
}
.smmenu .menuicon span:nth-child(1){
    margin-top: 0;
}
.smmenu .menuicon span:nth-child(1):before{content:"";height: 2px;width:53%;left: 0;top: 0;background: #333333;position: absolute;}
.smmenu .menuicon span:nth-child(1):after{content:"";height: 2px;width:73%;;left:-100%;top: 0;background: #333333;position: absolute;}
.smmenu .menuicon span:nth-child(2):before{content:"";height: 2px;width:45%;left: 0;top: 0;background: #333333;position: absolute;}
.smmenu .menuicon span:nth-child(2):after{content:"";height: 2px;width:35%;left:-100%;top: 0;background: #333333;position: absolute;}
.smmenu .menuicon span:nth-child(3):before{content:"";height: 2px;width:53%;left: 0;top: 0;background: #333333;position: absolute;}
.smmenu .menuicon span:nth-child(3):after{content:"";height: 2px;width:73%;left:-100%;top: 0;background: #333333;position: absolute;}

@-webkit-keyframes lineBefore{to{left:100%;}}
@-webkit-keyframes lineAfter{to{left: 0;}}
@keyframes lineBefore{to{left: 100%;}}
@keyframes lineAfter{to{left: 0;}}
.smmenu .menuicon span:before{-webkit-animation: lineBefore 2s infinite; animation: lineBefore 2s infinite;}
.smmenu .menuicon span:after{-webkit-animation: lineAfter 2s infinite; animation: lineAfter 2s infinite;}

.smmenu:before {
    content: "";
    height:19px;
    width: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: rotate(45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu:after{
    content: "";
    height:19px;
    width: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: rotate(-45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu.active .menuicon{
    transform: scaleY(0);
    opacity: 0;
}

.smmenu.active:before{
    opacity: 1;
    transform: rotate(
            45deg) translateX(0px);
}
.smmenu.active:after{
    opacity: 1;
    transform: rotate(
            -45deg) translateX(0px);
}


.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #333;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display: block;
    line-height: 50px;
    font-size:14px;
    color: #444;
    padding:0 10%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}


.small_sieder{
    background: #eee;
    padding:10px 10px 0 10px;
    margin-bottom: 8%;
    display: none;
}
.small_sieder a{
    display: block;
    float: left;
    width: 49%;
    line-height: 45px;
    text-align: center;
    background: #fff;
    font-size: 15px;
    margin-right: 2%;
    color: #333;
    margin-bottom: 2%;
}
.small_sieder a:nth-child(2n){
    margin-right: 0;
}
.small_sieder a.active{
    background: #d41018;
    color:#fff;
}

.comtype.inner{
    display: none;
}
