.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: 'pang';
    src: url("../img/Pang.ttf");
}

.padding {
    padding: 55px 0;
}

.padding-top {
    padding-top: 55px;
}

.padding-bottom {
    padding-bottom: 55px;
}

.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;
}

.topper{
    background: #1b1b1b;
    line-height: 40px;
}
.topper .left{
    float: left;
    font-size:14px;
    color: #ffffff;
}
.topper .right{
    float: right;
}
.topper .right a{
    width: 150px;
    display: block;
    line-height: 40px;
    padding-left:45px;
    font-size:14px;
    color:#fff;
    background:#ff4000 url("../img/toper-icon.png") no-repeat left 15px center;
}
.topper .right a:hover{
    background:#f4324d url("../img/toper-icon.png") no-repeat left 15px center;
}

.header .left{
    float: left;
    width: 170px;
    height: 200px;
    position: relative;
}
.header .right{
    float: right;
    width: 990px;
}
.header .right .top{
    height: 120px;
    border-bottom:1px solid #ededed;
}
.header .right .top .text{
    float: left;
    margin-top: 29px;
}
.header .right .top .text .fir{
    font-size: 28px;
    color: #353535;
    font-family: pang;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.header .right .top .text .fir span{
    color:#f4324d;
    font-family: pang;
}
.header .right .top .text .fir i{
    display: inline-block;
    background: #f4324d;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    font-style: italic;
    padding: 0 10px;
    line-height: 28px;
    margin-left: 8px;
}
.header .right .top .text .sec{
    font-size:14px;
    color:#666666;
}
.header .right .top .tel{
    float: right;
    padding-left:63px;
    background: url("../img/h-tel.png") no-repeat left center;
    margin-top: 29px;
}
.header .right .top .tel .fir{
    font-size:16px;
    color:#727272;
}
.header .right .top .tel .sec{
    font-size:32px;
    color:#1f3e66;
    font-family: Impact;
    line-height: 35px;
}
.header .right .bottom ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .right .bottom ul li a{
    display: block;
    position: relative;
    line-height: 80px;
    font-size:18px;
    color:#282828;
    font-weight: bold;
}
.header .right .bottom ul li{
    position: relative;
}
.header .right .bottom ul li span{
    position: relative;
    z-index: 2;
}
.header .right .bottom ul li: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%);
    height: 8px;
    background: #f4324d;
    bottom:28px;
    width: 0;
    z-index: 1;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.header .right .bottom ul li:hover:after
,.header .right .bottom ul li.active:after{
    width: 110%;
}

.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 80px;
    height: 8px;
    background: rgba(255,255,255,0.3);
    margin: 0 10px !important;
    border-radius: 0;
    opacity: 1;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #f4324d;
}

.searchbox{
    background: url("../img/searbg.jpg") no-repeat center;
}
.searchbox .warpper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.hot-keyword{
    line-height: 30px;
}
.hot-keyword span{
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.hot-keyword a{
    display: inline-block;
    font-size:16px;
    color:#fff;
    position: relative;
    margin-right: 15px;
}
.hot-keyword a:hover{
    color:#d81617;
}
.hot-keyword a:after{
    content:"、";
    position: absolute;
    right: -19px;
    bottom:0;
    font-size:16px;
    color:#7f7f7f;
}
.hot-keyword a:last-child:after{
    display: none;
}
.formbox{
    width: 360px;
    border-radius: 50px;
    overflow: hidden;
}
.formbox input[type=text]{
    float: left;
    width: 310px;
    line-height: 50px;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 35px;
    background: #fff;
}
.formbox input[type=text]::placeholder{
    font-size:16px;
    color:#7f7f7f;
}
.formbox input[type=submit]{
    cursor: pointer;
    float: left;
    width: 50px;
    height: 50px;
    background:#fff url("../img/search.png") no-repeat center;
}

.searchbox .tel{
    padding-left: 63px;
    background: url(../img/s-tel.png) no-repeat left center;
}
.searchbox .tel .fir{
    font-size: 16px;
    color: #fff;
}
.searchbox .tel .sec{
    font-size: 32px;
    color: #fff;
    font-family: Impact;
    line-height: 35px;
}
.in_y{
    background: #f5f5f5;
}
.in_y .item{
    display: flex;
    justify-content: space-between;
}
.in_y .item .list{
    width: 237px;
    border-top:3px solid #616161;
}
.in_y .item .list .tbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:30px 0 15px 0;
}
.in_y .item .list .tbox span{
    font-size:20px;
    color:#282828;
}
.in_y .item .list .en{
    font-size:12px;
    color:#282828;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.alltitle{
    text-align:center;
    margin-bottom: 30px;
}
.alltitle .fir{
    font-size:48px;
    color:#282828;
    font-weight: bold;
}
.alltitle .sec{
    font-size:18px;
    color:#282828;
    margin: 3px 0 11px 0;
}
.alltitle img{
    display: block;
    margin:0 auto;
}
.alltitle span{
    color:#f4344f;
}
.alltitle .white{
    color:#fff;
}
.in_applicat .item{
    display: flex;
    justify-content: space-between;
}
.in_applicat .item .list{
    width: 275px;
    height: 275px;
    border-radius: 100%;
    border:4px solid #1f3e66;
    position: relative;
    overflow: hidden;
}
.in_applicat .item .list .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.in_applicat .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);
}
.in_applicat .item .list .title{
    line-height: 70px;
    width: 100%;
    text-align:center;
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color:#fff;
    font-weight: bold;
    font-size:24px;
    background: rgba(31,62,102,0.8);
}

.in_pro{
    background: url("../img/probg.jpg") no-repeat center / cover;
}

.allsider{
    float: left;
    width: 280px;
    padding:13px 20px;
    background: #1b1b1b url("../img/siderbg.jpg") no-repeat bottom center;
}
.sider-top .fir{
    color:#fff;
    font-family: Impact;
    font-size:36px;
    text-transform: uppercase;
}
.sider-top .sec{
    display: flex;
    justify-content: space-between;
    align-items:end ;
}
.sider-top .sec span{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
}
.sider-top .sec a{
    display: block;
    width: 39px;
    line-height: 24px;
    height: 24px;
    background: url(../img/s-kuang.png) no-repeat center;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 40px;
}
.sider-top .sec a:hover{
    color:#f4324d;
}
.sider-ul{
    margin:17px 0;
}
.sider-ul ul li a{
    display: block;
    line-height: 60px;
    background: #2a2a2a;
    padding-left: 30px;
    font-size:18px;
    color:#fff;
    border-bottom:1px dashed #4a4a4a;
}
.sider-ul ul li a:hover
,.sider-ul ul li a.active{
    background: #f4324d;
}
.sider-ul ul li:last-child a{
    border-bottom:none;
}
.sider-tel{
    text-align:center;
    color:#fff;
    background: #cd3248;
    height: 108px;
    padding-top: 21px;
}
.sider-tel .fir{
    font-size:18px;
}
.sider-tel .sec{
    font-size:30px;
    font-family: Impact;
}

.proright{
    float: right;
    width: 900px;
}
.proright .top{
    width: 100%;
    height: 350px;
}
.proright .top .imgbox{
    float: left;
    width: 480px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.proright .top .imgbox .hot{
    position: absolute;
    top:0;
    left:20px;
    width: 92px;
    height: 127px;
    background: #f4324d;
    border-radius:0 0 46px 46px;
    text-align:center;
}
.proright .top .imgbox .hot img{
    display: block;
    margin: 0 auto 10px auto;
}
.proright .top .imgbox .hot p{
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 2px;
}
.proright .top .text{
    float: left;
    width: 420px;
    height: 100%;
    background: #fff;
    padding:30px;
}
.proright .top .text .t1{
    display: inline-block;
    background: #f4324d;
    font-size:14px;
    color:#fff;
    padding: 0 4px;
    line-height: 20px;
}
.proright .top .text .title{
    font-weight: bold;
    font-size:30px;
    color:#282828;
    margin: 5px 0 13px 0;
}
.proright .top .text .line{
    width: 62px;
    height: 2px;
    background: #f4324d;
}
.proright .top .text .thr{
    font-size:16px;
    color:#f4324d;
    margin-bottom: 20px;
    margin-top: 15px;
}
.proright .top .text .des{
    font-size:16px;
    color:#666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.proright .top .text a{
    display: flex;
    width: 145px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-right: 10px;
    float: left;
}
.proright .top .text a:nth-child(1){
    background: #1f3e66;
}
.proright .top .text a:nth-child(2){
    background: #f4324d;
}
.proright .top .text a:hover{
    background: #2b2b2b;
}
.proright .top .text a span{
    font-size:14px;
    color:#fff;
    display: inline-block;
    margin-left: 10px;
}
.proright .bottom{
    margin-top:15px;
}
.proright .bottom .list{
    float: left;
    width: 290px;
    margin-right: 15px;
    margin-bottom:15px;
}
.proright .bottom .list:nth-child(3n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.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);
}
.allpro .text .title{
    float: left;
    width: 200px;
}
.allpro .text .title a{
    display: block;
    line-height: 45px;
    background: #f7f7f7;
    padding:0 15px;
    font-size:16px;
    color:#282828;
}
.allpro .text .icon{
    float: left;
    background: #efefef;
}
.allpro .text .icon a{
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
}
.allpro .text .icon:nth-child(3){
    background: #f4324d;
}
.allpro .text .icon:hover{
    background: #2b2b2b;
}

.in_company{
    background: url("../img/companybg.jpg") no-repeat top center;
}
.in_company .top .imgbox{
    float: left;
    width: 580px;
    height: 343px;
    overflow: hidden;
}
.in_company .top .text{
    float: right;
    width: 570px;
}
.in_company .top .text .t1{
    font-weight: bold;
    color:#1f3e66;
    font-size:30px;
    margin-top: 15px;
}
.in_company .top .text .line{
    width: 82px;
    height: 2px;
    background: #1f3e66;
    margin:25px 0;
}
.in_company .top .text .t2{
    line-height: 30px;
    color:#5a5a5a;
    font-size:14px;
}
.in_company .top .text  .more{
    display: block;
    line-height: 50px;
    width: 150px;
    background: #f4324d;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin-top: 30px;
}
.in_company .top .text  .more:hover{
    background: #2b2b2b;
}
.in_company .bottom{
    margin-top: 40px;
}
.in_company .bottom .left{
    float: left;
    width: 855px;
    background: #efefef;
    padding:27px 27px 35px 27px;
}
.swiper-container-cj .imgbox{
    width: 100%;
    height: 177px;
    position: relative;
    overflow: hidden;;
}
.swiper-container-cj .title{
    line-height: 45px;
    font-size:16px;
    color:#666;
    text-align:center;
}
.swiper-container-cj .swiper-slide:hover .title{
    color:#1f3e66;
}
.swiper-container-cj .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);
}
.swiper-container-cj .but{
    width: 100%;
    height: 40px;
    background: url("../img/line.png") no-repeat center;
    position: relative;
    margin-top: 24px;
}
.swiper-container-cj .but>div{
    width: 40px;
    height: 40px;
    background-color: #8f8f8f;
    border-radius: 40px;
    margin-top: -20px;
}
.swiper-container-cj .but>div:hover{
    background-color: #1f3e66;
}
.swiper-container-cj .but>div:after{
    font-size: 20px;
}
.swiper-container-cj .swiper-button-next-cj{
    right: 350px;
}
.swiper-container-cj .swiper-button-prev-cj{
    left: 350px;
}
.in_company .bottom .right{
    float: right;
    width: 345px;
    background: #1f3e66;
    padding:36px 0;
    margin-top: -89px;
}
.in_company .bottom .right .t{
    color:#fff;
    text-transform: uppercase;
    font-size:20px;
    text-align:center;
    font-weight: bold;
    margin-bottom: 30px;

}
.swiper-container-honor .imgbox{
    width: 220px;
    height: 305px;
    position: relative;
    margin:0 auto;
    background: rgba(255,255,255,0.4);
    padding:10px;
}
.swiper-container-honor .imgbox .inner{
    width: 100%;
    height: 100%;
    position: relative;
}

.in_ys_box{
    background: #fff;
    position: relative;
}
.in_ys_box .tbox{
    padding-top: 33px;
    height: 220px;
    background: url("../img/ys-title-bg.png") no-repeat center;
    position: relative;
    z-index: 3;
}
.in_ys_box .con{
    background: #fff;
    box-shadow: 0 0 17px #d7d7d7;
    border-radius: 0 0 60px 60px;
    padding:55px;
    position: relative;
    z-index: 2;
    margin-top: -20px;
}
.in_ys_box .con .list:nth-child(odd) .imgbox{
    float: left;
}
.in_ys_box .con .list:nth-child(odd) .text{
    float: right;
}
.in_ys_box .con .list:nth-child(even) .imgbox{
    float: right;
}
.in_ys_box .con .list:nth-child(even) .text{
    float: left;
}
.in_ys_box .con .text{
    width: 585px;
}
.in_ys_box .con .text .t1{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 12px;
}
.in_ys_box .con .text .t1 .shu{
    color:#fff;
    background: url("../img/shu.png") no-repeat center;
    width: 82px;
    height: 82px;
    text-align:center;
    line-height: 82px;
    font-size:36px;
    margin-right: 18px;
}
.in_ys_box .con .text .t1 .wen .s1{
    font-weight: bold;
    color:#1b1b1b;
    font-size:24px;
}
.in_ys_box .con .text .t1 .wen .s2{
    color:#1b1b1b;
    font-size:18px;
}
.in_ys_box .con .text .des{
    font-size:14px;
    color:#585657;
    line-height: 28px;
}
.in_ys_box .con .text .des strong{
    color:#f4324d;
}
.in_ys_box .con .text .des p{
    position: relative;
    padding-left: 100px;
    margin-bottom: 15px;
}
.in_ys_box .con .text .des p:nth-child(1){
    margin-bottom: 20px;
}
.in_ys_box .con .text .des p:before{
    content: "";
    position: absolute;
    left: 82px;
    width: 10px;
    top: 9px;
    height: 10px;
    background: #f4324d;
    transform: rotate(45deg);
}
.in_ys_box .con .list:last-child .text
,.in_ys_box .con .list:nth-child(3) .text{
    width: 550px;
}
.in_ys_box .con .list:nth-child(n+2){
    margin-top: 50px;
}
.in_ys_box .con .list:nth-child(2) .imgbox {
    margin-top: -80px;
}
.in_ys_box .con .list:nth-child(4) .imgbox {
    margin-top: -80px;
}
.in_ys_box .con{
    position: relative;
}
.in_ys_box .lxbox{
    position: absolute;
    left: 134px;
    bottom: 124px;
    z-index: 2;
}
.zxbox a{
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.zxbox a.a1{
    width: 137px;
    border:1px solid #f4324d;
    text-align:center;
    font-size:18px;
    color:#f4324d;
    background: #fff;
}
.zxbox a.a2{
    width: 50px;
    height: 50px;
    background: #f4324d;
}

.in_ys_box .lxbox .tel{
    float: left;
    padding-left:63px;
    background: url("../img/h-tel.png") no-repeat left center;
}
.in_ys_box .lxbox.tel .fir{
    font-size:16px;
    color:#727272;
}
.in_ys_box .lxbox .tel .sec{
    font-size:32px;
    color:#1f3e66;
    font-family: Impact;
    line-height: 35px;
}
.in_ys_box .lxbox .zxbox{
    float: left;
    margin-left: 40px;
}
.in_guang{
    padding-top: 78px;
    height: 520px;
    background:url("../img/guangbg.jpg") no-repeat center;
}
.in_guang .t1{
    font-weight: bold;
    color:#fff;
    font-size:30px;
    line-height: 30px;
    margin-top: 22px;
}
.in_guang .t2{
    color:rgba(255,255,255,0.2);
    font-size:12px;
}
.in_guang .t3{
    margin-top: 30px;
    width: 537px;
    display: flex;
    align-items: center;
    height: 115px;
    justify-content: space-between;
    border-top:1px solid rgba(255,255,255,0.1);
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.in_guang .t3 .text .s1{
    font-weight: bold;
    color:#fff;
    font-size:24px;
}
.in_guang .t3 .text .s2{
    font-weight: bold;
    color:#f4324d;
    font-size:36px;
}
.in_guang .t4{
    text-transform: uppercase;
    color:rgba(255,255,255,0.1);
    font-size:89px;
    letter-spacing: 1px;
}

.in_news_box .left{
    float: left;
    width: 688px;
    background: #f6f6f6;
    padding:40px;
    box-shadow: 4px 4px 12px #c7c7c7;
    position: relative;
    z-index: 2;
}
.in_news_box .n-tbox{
    margin-bottom: 25px;
}
.in_news_box .n-tbox span{
    display: block;
    float: left;
    font-size:24px;
    color:#282828;
    font-weight: bold;
}
.in_news_box .n-tbox a{
    display: block;
    float: right;
    font-size:14px;
    color:#666666;
    text-transform: uppercase;
    margin-top: 6px;
}
.in_news_box .n-tbox a:hover{
    color:#f4324d;
}
.in_news_box .news-one .imgbox{
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 28px;
}
.in_news_box .news-one:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news_box .text .title{
    font-size: 20px;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_news_box .text:hover .title{
    color:#f4324d;
}
.in_news_box .text .hot{
    display: inline-block;
    line-height: 28px;
    width: 60px;
    text-align: center;
    background: #f4324d;
    font-size: 18px;
    color: #fff;
    border-radius: 10px 0 10px 0;
    margin-right: 14px;
    letter-spacing: 2px;
}
.in_news_box .news-one .text .s1{
    display: inline-block;
    width: 535px;
}
.in_news_box .text .des{
   font-size:14px;
    color:#8b8b8b;
    line-height: 28px;
    margin-top: 13px;
}
.in_news_box .news-one .text{
    padding-bottom:21px;
    border-bottom:1px solid #e1e1e1;
    margin-bottom: 20px;
}
.in_news_box .news-one-item .list a .t{
    display: block;
    width: 425px;
    position: relative;
    padding-left: 17px;
    font-size:14px;
    color:#333333;
    float: left;
    line-height: 40px;
}
.in_news_box .news-one-item .list a .t:before{
    content:"";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #ccc;
    left:0;
    top: 17px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news_box .news-one-item .list:hover a .t:before{
    background: #f4324d;
}
.in_news_box .news-one-item .list a .time{
    float: right;
    font-size:14px;
    color:#999;
    line-height: 40px;
}
.in_news_box .right{
    padding:40px;
    background: #f6f6f6;
    width:512px;
    float: left;
    position: relative;
    z-index: 1;
}
.in_news_box .right .text{
    padding-bottom: 20px;
}
.in_news_box .right .item .list{
    padding:31px 0;
    border-top:1px dashed #cbcbcb;
}
.in_news_box .right .item .list:last-child{
    border-bottom:1px dashed #cbcbcb;
}
.in_news_box .right .item .list .time{
    font-size:13px;
    color:#666;
    font-weight: bold;
}
.in_news_box .right .item .list .title{
    font-size:14px;
    margin-top: 5px;
    color:#333;
}
.in_news_box .right .item .list:hover .time{
    color:#f4324d;
}
.in_news_box .right .item .list:hover .title{
    color:#f4324d;
}

.footerbox{
    background: #061a33;
}
.footerbox .f-menu a{
    float: left;
    width: 16.6%;
    text-align:center;
    line-height: 107px;
    font-size:16px;
    color:rgba(255,255,255,0.8);
    position: relative;
}
.footerbox .f-menu a:before{
    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: 1px;
    height: 12px;
    background: #38485c;
}
.footerbox .f-menu a:last-child:after{
    content:"";
    position: absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #38485c;
}
.footerbox .f-menu a:hover
,.footerbox .f-menu a.active{
    color:#f4324d;
}
.footerbox .f-menu {
    border-bottom:1px solid rgba(255,255,255,0.8);
}
.footerbox .lxbox{
    padding:50px 0;
}
.footerbox .lxbox .erbox{
    float: left;
    width: 140px;
    height: 140px;
    background: #fff;
}
.footerbox .lxbox .erbox img{
    width: 100%;
}
.footerbox .lxbox .text{
    float: left;
    margin-left: 27px;
}
.footerbox .lxbox .text .tel{
    padding-left: 70px;
    background: url(../img/f-tel.png) no-repeat left top 4px;
    padding-bottom: 20px;
    border-bottom:1px solid rgba(255,255,255,0.8);
    margin-bottom: 20px;
}
.footerbox .lxbox .text .tel .fir{
    font-size:16px;
    color:rgba(255,255,255,0.5);
}
.footerbox .lxbox .text .tel .sec{
    font-size:26px;
    color:#fff;
    font-family: Impact;
    line-height: 35px;
}
.footerbox .lxbox .text .wenxi .t1{
    font-size:18px;
    color:#fff;
    font-weight: bold;
}
.footerbox .lxbox .text .wenxi .t2{
    font-size:14px;
    color:rgba(255,255,255,0.5);
}
.footerbox .lxbox .cp{
    float: right;
    width: 508px;
}
.footerbox .lxbox .cp .t{
    font-weight: bold;
    font-size:18px;
    color:#fff;
    margin-bottom: 15px;
}
.footerbox .lxbox .cp .abox a{
    display: block;
    float: left;
    width: 33.33%;
    font-size:16px;
    color:rgba(255,255,255,0.5);
    padding-left: 18px;
    position: relative;
    line-height: 42px;

}
.footerbox .lxbox .cp .abox a:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: #a5a8ad;
    left: 0;
    top: 18px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.footerbox .lxbox .cp .abox a:hover{
    color:#f4324d;
}
.footerbox .lxbox .cp .abox a:hover:before{
    background: #f4324d;
}

.copy{
    background: #05162b;
    font-size:14px;
    color:rgba(255,255,255,0.5);
    line-height: 60px;
}
.copy a{
    color:rgba(255,255,255,0.5);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.sbanner{
    width: 100%;
    height: 400px;
    background: url("../img/sbanner.jpg") no-repeat center;
}

.allcrumbs{
    background: #f4f4f4;
    height: 90px;
}
.allcrumbs .warpper{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allcrumbs .left{
    padding-left:28px;
    font-size:14px;
    color:#666;
    position: relative;
}
.allcrumbs .left span{
    font-weight: bold;
    color:#f4324d;
}
.allcrumbs .left a{
    color:#666;
}
.allcrumbs .left:before{
    display: block;
    content:"";
    position: absolute;
    width: 10px;
    height: 18px;
    background: #f4324d;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.alltitle .black{
    color: #282828;
}
.alltitle-inner .fir{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.alltitle-inner .fir i{
    display: block;
    width: 11px;
    height: 11px;
    background: #282828;
    border-radius: 100%;
    margin:0 10px;
}
.inner-company-fir .left{
    float: left;
    width: 560px;
    padding-left: 35px;
    position: relative;
}
.inner-company-fir .left .t1{
    font-weight: bold;
    font-size:28px;
    color:#1f3e66;
}
.inner-company-fir .left .t2{
    line-height: 30px;
    font-size:16px;
    color:#666;
    margin:10px 0 15px 0;
}
.inner-company-fir .left:before{
    display: block;
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 4px;
    height: 86px;
    background: #1f3e66;
}
.inner-company-fir .right{
    float: right;
    width: 597px;
    height: 410px;
    position: relative;
}
.inner-company-fir .right .kuang{
    position: absolute;
    z-index: 1;
    width: 576px;
    height: 370px;
    background: #fff;
    border:10px solid #1f3e66;
    right:0;
    top:0;
}
.inner-company-fir .right .imgbox{
    position: absolute;
    z-index: 2;
    width: 555px;
    height: 370px;
    background: #fff;
    left:0;
    bottom:0;
    overflow: hidden;
}
.inner-company-fir .left a{
    display: block;
    line-height: 50px;
    width: 150px;
    background: #f4324d;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.inner-company-fir .left a:hover{
    background: #2b2b2b;
}
.inner-company-fir .swiper-container-cj{
    margin-top: 50px;
}
.inner-company-fir .swiper-container-cj .imgbox{
    height: 260px;
}

.inner-company-sec{
    background: url("../img/in-honor-bg.jpg") no-repeat center / cover;
}
.inner-company-sec .swiper-container-honor .imgbox{
    width: 100%;
    height: 320px;
}
.inner-company-sec .swiper-container-honor .imgbox .inner{
    background: #fff;
}
.inner-company-sec .swiper-container-honor .title{
    margin-top: 6px;
    line-height: 55px;
    font-size:16px;
    color:#fff;
    text-align:center;
    background: rgba(255,255,255,0.4);
}
.inner-company-sec .swiper-container-honor .swiper-slide:hover .imgbox{
    background: #1f3e66;
}
.inner-company-sec .swiper-container-honor .swiper-slide:hover .title {
    background: #1f3e66;
}

.inner-company-thr .item .list{
    width: 580px;
    height: 192px;
    position: relative;
    padding-top: 58px;
    float: left;
    margin-right: 40px;
}
.inner-company-thr .item .list:nth-child(2n){
    margin-right: 0;
}
.inner-company-thr .item .list:nth-child(n+3){
    margin-top: 40px;
}
.inner-company-thr .item .list:nth-child(1){
    background: url("../img/adv1.jpg") no-repeat center;
}
.inner-company-thr .item .list:nth-child(2){
    background: url("../img/adv2.jpg") no-repeat center;
}
.inner-company-thr .item .list:nth-child(3){
    background: url("../img/adv3.jpg") no-repeat center;
}
.inner-company-thr .item .list:nth-child(4){
    background: url("../img/adv4.jpg") no-repeat center;
}
.inner-company-thr .item .list .icon{
    float: left;
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.8);
    position: relative;
    margin-right: 27px;
}
.inner-company-thr .item .list .wenzi{
    float: left;
    color:#fff;
    margin-top: 14px;
}
.inner-company-thr .item .list .wenzi .s1{
    font-weight: bold;
    font-size:20px;
}
.inner-company-thr .item .list .wenzi .s2{
    margin-bottom: 5px;
    font-size:16px;
}
.inner-company-thr .item .list:hover .icon{
    background: #f4324d;
}

.inner-company-four{
    background: #f5f5f5;
}
.inner-company-four .pic{
    float: left;
}
.inner-company-four .text{
    float: right;
    width: 657px;
}
.inner-company-four .text .t1{
    font-size:24px;
    color:#061a33;
}
.inner-company-four .text .t2{
    border-bottom:2px solid #dfe2e6;
    padding-bottom: 15px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.inner-company-four .text .t2 span{
    display: inline-block;
    font-size:26px;
    color:#f4324d;
    font-weight: bold;
    margin-right: 26px;
    position: relative;
}
.inner-company-four .text .t2 span:last-child{
    margin-right: 0;
}
.inner-company-four .text .t2 span:after{
    display: block;
    content:"";
    position: absolute;
    right: -18px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #f4324d;
}
.inner-company-four .text .t2 span:last-child:after{
    display: none;
}
.inner-company-four .text .t3{
    font-size:14px;
    color:#6e6e6e;
    line-height: 30px;
    margin-top: 13px;
}
.inner-company-four .text a{
    display: block;
    line-height: 50px;
    width: 150px;
    background: #f4324d;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 44px;
}
.inner-company-four .text a:hover{
    background: #2b2b2b;
}

.piclunbo{
    float: left;
    width: 580px;
    position: relative;
}
.piclunbo .shang{
    width: 100%;
    height: 420px;
}
.piclunbo .shang .swiper-container{
    width: 100%;
    height: 100%;
}
.piclunbo .shang .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.piclunbo .xia{
    margin-top: 15px;
}
.piclunbo .xia .imgbox{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.piclunbo .xia .swiper-slide-thumb-active .imgbox{
    border:2px solid #f4324d;
}
.piclunbo .but{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.6);
    margin-top: -30px;
}
.piclunbo .but:after{
    font-size:30px;
}
.pictext{
    float: right;
    width: 580px;
}

.pictext .t1{
    display: inline-block;
    background: #f4324d;
    font-size:14px;
    color:#fff;
    padding: 0 4px;
    line-height: 20px;
}
.pictext .title{
    font-weight: bold;
    font-size:30px;
    color:#282828;
    margin: 20px 0 16px 0;
}
.pictext .line{

    width: 100%;
    height: 2px;
    background: #e5e5e5;
    position: relative;
}
.pictext .line:after{
    display: block;
    content:"";
    position: absolute;
    width: 62px;
    height: 2px;
    background: #f4324d;
    left:0;
    top:0;
}
.pictext .thr{
    font-size:16px;
    color:#f4324d;
    margin-bottom: 20px;
    margin-top: 15px;
}
.pictext .des{
    font-size:16px;
    color:#666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.pictext .lxbox p{
    line-height: 45px;
    padding-left: 30px;
    font-size:16px;
    color:#3d383e;
}
.pictext .lxbox p span{
    font-size:16px;
    color:#1f3e66;
    font-weight: bold;
}
.pictext .lxbox p a{
    color:#3d383e;
}
.pictext .lxbox p.address{
    background: url("../img/lx-add.png") no-repeat left center;
}
.pictext .lxbox p.tels{
    background: url("../img/lx-tel.png") no-repeat left center;
}
.pictext .lxbox p.fax{
    background: url("../img/lx-fax.png") no-repeat left center;
}
.pictext .lxbox p.email{
    background: url("../img/lx-email.png") no-repeat left center;
}
.pictext .telbox{
    margin-top: 11px;
    background: #f4f4f4 url(../img/xian.png) no-repeat left 318px center;
    padding:0 35px;
    height: 100px;
}
.pictext .telbox .tel{
    float: left;
    padding-left:63px;
    background: url("../img/l-tel.png") no-repeat left center;
    margin-top: 21px;
}
.pictext .telbox .tel .fir{
    color:#282828;
    font-size:18px;
}
.pictext .telbox .tel .sec{
    color:#1f3e66;
    font-size:30px;
    font-family: Impact;
    line-height: 30px;
}
.pictext .telbox a{
    display: flex;
    width: 175px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: 28px 0 0 96px;
    float: left;
    background: #f4324d;
}
.pictext .telbox a span{
    color:#fff;
    font-size:18px;
    display: inline-block;
    margin-left: 10px;
}
.pictext .telbox a:hover{
    background: #1f3e66;
}

.prodes-bottom{
    margin-top: 60px;
}

.pro_t{
    width: 100%;
    height: 70px;
    background: #1f3e66;
    position: relative;
    padding:0 20px;
    padding-top: 21px;
    margin-bottom: 36px;
}
.pro_t span{
    font-size:30px;
    font-weight: bold;
    color:#fff;
    padding-left: 30px;
    line-height: 30px;
    border-left:5px solid #fff;
    position: relative;
    z-index: 2;
}
.pro_t i{
    position: absolute;
    font-family: Impact;
    font-size:48px;
    color:rgba(255,255,255,0.08);
    z-index: 1;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 65px;
    text-transform: uppercase;
}
.prodes{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.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{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}

.inner-product-fir .swiper-container-cj .imgbox{
    height: 210px;
}

.inner-honor-item .inner-honor-list{
    float: left;
    width: 280px;
    margin-right: 26px;
    margin-bottom: 25px;
}
.inner-honor-item .inner-honor-list:nth-child(4n){
    margin-right: 0;
}
.inner-honor-item .inner-honor-list .imgbox{
    width: 100%;
    height: 340px;
    position: relative;
    background: #eee;
}
.inner-honor-item .inner-honor-list .title{
    line-height: 55px;
    font-size:16px;
    color:#333;
    text-align:center;
    background: #eee;
    margin-top: 5px;
}
.inner-honor-item .inner-honor-list:hover .imgbox{
    background: #1f3e66;
}
.inner-honor-item .inner-honor-list:hover .title{
    background: #1f3e66;
    color:#fff;
}
.allnews .imgbox{
    width: 100%;
    height: 231px;
    overflow: hidden;
}
.allnews:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnews .text{
    background: #eee;
    padding:15px;
}
.allnews .text .time{
    font-size:14px;
    color:#8e8e8e;
}
.allnews .text .title{
    font-size:18px;
    color:#000000;
    font-weight: bold;
    margin:11px 0;
}
.allnews .text .con{
    font-size:13px;
    color:#3b3b3b;

}
.allnews .text .more{
    font-size:12px;
    color:#1f3e66;
    margin-top: 25px;
}
.allnews:hover .text{
    background: #1f3e66;
}
.allnews:hover .text .time{
    color:#fff;
}
.allnews:hover .text .title{
    color:#fff;
}
.allnews:hover .text .con{
    color:#fff;
}
.allnews:hover .text .more{
    color:#fff;
}
.news-inner-list{
    width: 371px;
    float: left;
    margin-right: 43px;
    margin-bottom: 30px;
}
.news-inner-list:nth-child(3n){
    margin-right: 0;
}
.news-inner .allnews .imgbox{
    height: 244px;
}
.news-inner .allnews .text{
    background: #eee;
    padding:20px;
}
.news-inner .allnews:hover .text{
    background: #00387a;
}
.news-inner .allnews .text .con {
    font-size: 14px;
    margin-top: 0;
    line-height: 22px;
}
.inner-news-des .left .tbox{
    margin-bottom: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.inner-news-des .left .tbox .fir{
    font-size: 24px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.inner-news-des{
    background: #fff;
}
.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    text-align:center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom:28px;
    padding: 5px 10px;
    color: #777;
    border: 1px solid #ddd;
    background: #f8f8f8;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}

.news_type{
    text-align:center;
    margin-bottom: 50px;
}
.news_type a{
    display: inline-block;
    width: 200px;
    line-height: 50px;
    border:1px solid #999;
    text-align:center;
    font-size:16px;
    color:#666;
    margin:0 15px;
    border-radius: 40px;
}
.news_type a:hover
,.news_type a.active{
    background: #1f3e66;
    color:#fff;
}

.inner-contactbox .left{
    float: left;
    width: 490px;
}
.inner-contactbox .left .top .fir{
    font-size: 35px;
    color: #333;
    letter-spacing: 2px;
}
.inner-contactbox .left .top .fir span{
    color:#f4324d;
}
.inner-contactbox .left .top .sec{
    font-size:31px;
    color:#666;
    letter-spacing: 2px;
}
.inner-contactbox .left .lxbox .pbox{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 36px;
}
.inner-contactbox .left .lxbox .pbox .imgbox{
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #6a8dbb;
}
.inner-contactbox .left .lxbox .pbox p{
    font-size:16px;
    color:#666;
    margin-left: 15px;
}
.inner-contactbox .left .top {
    padding-bottom: 49px;
    margin-bottom: 74px;
    border-bottom: 1px solid #cfcfcf;
}
.inner-contactbox .right{
    float: right;
    width: 610px;
}
.biaodan{
    background: #fff;
}
.biaodan .top{
    margin-bottom: 30px;
}
.biaodan .top .fir{
    color: #414141;
    font-size:28px;
}
.biaodan .top .fir span{
    color:#f4324d;
    text-transform: uppercase;
}
.biaodan .top .sec{
    color: #999;
    font-size:14px;
}
.biaodan form .form-tr{
    margin-bottom: 15px;
}
.biaodan form .tbox{
    float: left;
    width: 20%;
    line-height: 50px;
    text-align:center;
    background: #e3e5ea;
    font-size:14px;
    color:#666;
}
.biaodan form input{
    float: left;
    width: 80%;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.biaodan form input::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form textarea{
    float: left;
    width: 80%;
    height: 100px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    font-size:14px;
    color:#333;
    padding:20px;

}
.biaodan form textarea::placeholder{
    font-size:14px;
    color:#999;
}
.biaodan form .inputbox{
    height: 50px;
    position: relative;
}
.biaodan form .inputbox .verify{
    position: absolute;
    width: 102px;
    height: 36px;
    right: 10px;
    top: 7px;
}
.biaodan form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.biaodan form .submit{
    display: block;
    line-height: 50px;
    background: #1f3e66;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.biaodan form .submit:hover{
    background: #f4324d;
}
.inner-ditu{
    width: 100%;
    height: 400px;
    margin-top: 55px;
}
.inner-ditu .warpper{
    height: 100%;
}
.inner-ditu #ditu{
    width: 100%;
    height: 100%;
}

.inner-yingyong-list{
    float: left;
    width: 381px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.inner-yingyong-list:nth-child(3n){
    margin-right: 0;
}
.inner-yingyong-list .imgbox{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.inner-yingyong-list .title a{
    display: block;
    background: #eee;
    font-size:16px;
    color:#333;
    line-height: 55px;
    text-align:center;
}
.inner-yingyong-list:hover .title a{
    background: #1f3e66;
    color:#fff;
}
.inner-yingyong-list-sec: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);
}

.des-content{
    font-size:16px;
    color:#595959;
    line-height: 30px;
}
.des-content img{
    margin:0 auto;
    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}

.cbl {
    width: 45px;
    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: 45px;
    height: 45px;
    text-align: center;
    background: #00c0ff;
    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: #1f3e66 url("../img/cb-tel.png") no-repeat center;
}
.cbl li.tel:hover span{
    background: #f4324d url("../img/cb-tel.png") no-repeat center;
}
.cbl li.message span{
    background: #1f3e66 url("../img/cb-message.png") no-repeat center;
}
.cbl li.message:hover span{
    background: #f4324d url("../img/cb-message.png") no-repeat center;
}
.cbl li.weixin span{
    background: #1f3e66 url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.weixin:hover span{
    background: #f4324d url("../img/cb-weixin.png") no-repeat center;
}
.cbl li.fd span{
    background: #1f3e66 url("../img/fd.png") no-repeat center;
}
.cbl li.fd:hover span{
    background: #f4324d url("../img/fd.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: 50px;
    top: 0;
    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: #f4324d;
    box-sizing: border-box;
    font-size: 18px;
    color: white;
    white-space: nowrap;
    font-family: Impact;
}
.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 #f4324d;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

