.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;
}
.mt4{
    margin-top: 4%;
}
.mt5{
    margin-top: 5%;
}
.warpper_mid{
    width: 1300px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}
@font-face {
    font-family: 'en';
    src: url("../fonts/BarlowCondensed-ExtraBoldItalic.ttf");
}
@font-face {
    font-family: 'shuzi';
    src: url("../fonts/Barlow Condensed SemiBold.woff2.ttf");
}
.padding {
    padding: 5% 0 5% 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;
}


.head_fix{
    border-bottom:1px solid #d0d8e0;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head_fix.act{
    background-color: #fff;
}
.head_fix[data=wh]{
    background-color: #fff;
}
.head_logo{
    width: 225px;
    margin-left:3%;
}
.head_logo img{
    height: 55px;
}
.head_right{
    width: 70%;
    position: relative;
}
.head_right .btn{
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    cursor: pointer;
}
.head_right .btn.search{
    border-right: 1px solid #d0d8e0;
}
.head_right .head_menu{
    float: left;
    width: calc(100% - 200px);
}
.head_right .head_menu ul{
    display: flex;
    justify-content: space-between;
}
.head_right .head_menu li a{
    display: block;
    font-size:17px;
    color:#333;
    line-height: 100px;
    position: relative;
}
.head_right .head_menu li a:after{
    content:"";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    bottom:20px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border:2px solid #08338a;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.head_right .head_menu li a:hover
,.head_right .head_menu li a.active{
    color:#08338a;
}
.head_right .head_menu li a:hover:after
,.head_right .head_menu li a.active:after{
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}
.head_right .head_menu.sou{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.seartoggle{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top:0;
    right:101px;
    background: #fff;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.seartoggle.show{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.seartoggle form {
    width: 450px;
}
.seartoggle form input[type=text] {
    color: #333;
    width: 350px;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 36px;
    background: #f2f2f2;
}
.seartoggle input[type=submit] {
    border: none;
    float: right;
    width: 100px;
    height: 45px;
    background: #fff url(../img/search.png) no-repeat center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.seartoggle .close{
    width: 34px;
    height: 45px;
    background: url(../img/close1.png) no-repeat center;
    background-size: 20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-right: 30px;
}

.in_banner{
    position: relative;
}
.in_banner .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.in_banner .content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left:0;
    top:0;
}
.in_banner .content .img1{
    float: left;
    width: 49%;
    height: 100%;
    position: relative;
}
.in_banner .content .img1 .bg-img1{
    position: absolute;
    max-width: 100%;
    bottom:0;
    left:0;
}
.in_banner .content .img2{
    float: right;
    width: 45%;
    height: 100%;
    position: relative;
}
.in_banner .content .img2 .bg-img2{
    position: absolute;
    max-width: 100%;
    bottom:14%;
    left:0;
}

.xiala{
    position: absolute;
    left:0;
    top:100%;
    width: 100%;
}
.xiala .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
}
.xiala .bg>div{
    position: absolute;
    top:0;
    height: 100%;
}
.xiala .bg .bg-left{
    width: 32%;
    background: #08338a;
    left:0;
}
.xiala .bg .bg-right{
    width: 68%;
    background: #f7fafc;
    right:0;
}
.xiala .item{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    padding:4% 0;
    display: none;
    background: #f7fafc;
}
.xiala .item .conbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xiala .item .imgbox{

    width: 37%;
    height: 280px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.xiala .item .abox{

    width: 56%;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
.xiala .item .abox .list{
    width: 46%;
    position: relative;
}
.xiala .item .abox:after{
    position: absolute;
    content:"";
    height: 80%;
    width: 1px;
    background: #e5e5e5;
    top:50%;
    left:37%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.xiala .item .abox .list a{
    display: block;
    font-size:18px;
    color:#333333;
    padding-left:28px;
    line-height: 30px;
    position: relative;
    margin-bottom: 14%;
}
.xiala .item .abox .list a:last-child{
    margin-bottom: 0;
}
.xiala .item .abox .list a:hover{
    color:#08338a;
    font-weight: bold;
}
.xiala .item .abox .list a:before{
    content:"";
    position: absolute;
    width: 8px;
    height: 8px;
    border:2px solid #999;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 100%;
}
.xiala .item .abox .list a:hover:before{
    border:2px solid #08338a;
}
.xiala .item  .xialaicon{
    position: absolute;
    right:0;
    bottom:0;
    z-index: 3;
    display: block !important;
}
.sbanner{
    width: 100%;
    position: relative;
    margin-top: 100px;
    height: 480px;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
}
.sbanner .text .t1{
    font-weight: bold;
    font-size:42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.allcrumbs{
    font-size:18px;
    color:#fff;
}
.allcrumbs span{
    font-weight: bold;
    color:#fff;
    background: #c0131c;
    padding:0 10px;
    display: inline-block;
}
.allcrumbs a{
    color:#fff;
}
.alltitle{
    margin-bottom: 35px;
}
.alltitle.cent{
    text-align:center;
}
.alltitle.cent img{
    margin:0 auto;
    display: block;
}
.alltitle .en{
    font-size:60px;
    color:#000;
    font-family: en;
    text-transform: uppercase;
}
.alltitle .en.white{
    color:#fff;
}
.alltitle .title{
    font-size:36px;
    color:#000000;
    font-family: ali;
}
.alltitle .title.white{
    color:#fff;
}
.inner-company-fir{
    background: url("../img/comfirbg.jpg") no-repeat right bottom / cover;
}
.inner-company-fir .text-left{
    float: left;
    width: 43%;
}
.inner-company-fir .text-left .com_des{
    font-size:17px;
    color:#333333;
    line-height: 30px;
    text-align: justify;
    margin-top: 5.5%;
}
.inner-company-fir .shuzi{
    margin-top: 6%;
}
.inner-company-fir .shuzi .list{
    position: relative;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-company-fir .shuzi .list .icon{
    width: 86px;
    height: 86px;
    position: relative;
    margin-right: 25px;
}
.inner-company-fir .shuzi .list .text .title{
    font-family: shuzi;
    font-size:52px;
    color:#08338a;
}
.inner-company-fir .shuzi .list .text .title i{
    font-family: shuzi;
    font-size:52px;
    text-align:center;
}
.inner-company-fir .shuzi .list .text .tags{
    font-size:16px;
    color:#333333;
}
.inner-company-fir .img-right{
    float: right;
    width: 50%;
    height: 560px;
    position: relative;
}
.inner-company-fir .img-right .img1{
    object-position: right;
}
.inner-company-fir .qyitem{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
    flex-wrap: wrap;
}
.inner-company-fir .qyitem .list{
    width: 31%;
    height: 300px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .qyitem .list .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    padding: 10% 9%;
    color:#fff;
    z-index: 2;
}
.inner-company-fir .qyitem .list .text .tbox .t1{
    font-weight: bold;
    font-size:32px;
}
.inner-company-fir .qyitem .list .text .tbox .t2{
    text-transform: uppercase;
    font-size:18px;
}
.inner-company-fir .qyitem .list .text .con{
    font-size:20px;
    line-height: 33px;
    margin-top: 7%;
}
.inner-company-fir .qyitem .list:hover .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-company-fir .qyitem .list:hover .text{
    background: rgba(192,19,28,0.7);
}
.inner-company-fir .qyitem .list .biao{
    position: absolute;
    width: 60px;
    line-height: 113px;
    background: url("../img/qyicon.png") no-repeat center;
    background-size: contain;
    font-size:40px;
    color:#fff;
    font-family: shuzi;
    text-align:center;
    top:0;
    right: 8%;
    z-index: 3;
}
.inner-company-fir .qyitem .list:hover .biao{
    background: url("../img/qyicon2.png") no-repeat center;
    background-size: contain;
}

.inner-company-sec{
    background: url("../img/comsecbg.jpg") no-repeat top center;
}

.inner-company-sec .moive{
    width: 100%;
    height: 720px;
    position: relative;
    box-shadow:0 0 26px rgb(0 0 0 / 59%);
}
.inner-company-sec .moive .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.inner-company-sec .moive .meng .pic{
    animation: bannerimgAnimate 6s ease-in-out infinite alternate;
}
.inner-company-sec .moive .meng.hiden{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.05);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.tel_ome{
    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: 80px;
    height: 80px;
    background: #d41018;
    border-radius: 100%;
    cursor: pointer;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(212, 16, 24, 0.55);
    -o-box-shadow: 0 0 0 0 rgba(212, 16, 24, 0.55);
    box-shadow: 0 0 0 0 rgb(212, 16, 24, 0.55);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 100%;
}
.tel_ome i{
    border: 6px solid rgb(212, 16, 24, 0.55);
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.alltbox .left{
    float: left;
}
.alltbox .right{
    float: right;
    position: relative;
    margin-top: 4%;
}

.piclunbo .swiper-slide .imgbox{
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.piclunbo .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);
}
.piclunbo .swiper-slide .title{
    height: 105px;
    background: #f5f5f5;
    position: relative;
    text-align:center;
}
.piclunbo .swiper-slide .title span{
    display: block;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left:0;
}
.piclunbo .swiper-slide .title span.s1{
    z-index: 1;
    font-size:48px;
    color:rgba(0,0,0,0.04);
    font-family: ali;
}
.piclunbo .swiper-slide .title span.s2{
    z-index: 2;
    font-size:24px;
    color:#333;
    font-weight: bold;
}
.piclunbo .swiper-slide:hover .title{
    background: #a91f24;
}
.piclunbo .swiper-slide:hover .title span.s1{
    color:rgba(255,255,255,0.08);
}
.piclunbo .swiper-slide:hover .title span.s2{
    color:#fff;
}
.piclunbo .swiper-slide .imgbox .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) url("../img/maskline.png") no-repeat center;
    background-size: 90% 90%;
    /*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%);*/
    opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    z-index: 1;
}
.piclunbo .swiper-slide .imgbox .mask .img1{
    z-index: 1;
}
.piclunbo .swiper-slide .imgbox .mask .img2{
    z-index: 2;
}
.piclunbo .swiper-slide:hover .imgbox .mask{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.piclunbo .swiper-slide:hover .imgbox .mask .img2{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.allbtn{
    width: 126px;
    position: relative;
}
.allbtn>div{
    width: 50px;
    height: 50px;
    background: #cccccc;
    border-radius: 100%;
}
.allbtn>div:hover{
    background: #c0131c;
}
.allbtn>div:after{
    font-size: 15px;
    font-weight: bold;
}
.allbtn .swiper-button-next{
    right: 0;
}
.allbtn .swiper-button-prev{
    left: 0;
}
.inner-company-thr{
    background: url("../img/lineimg.png") no-repeat bottom center;
}

.footerbox{
    padding-top: 4.5%;
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footerbox .left{
    float: left;
    width: calc(100% - 500px);
}
.footerbox .left .t1{
    color:#fff;
    font-family: ali;
    font-size:36px;
}
.footerbox .left .t2{
    color:#fff;
    margin:1% 0 3% 0;
    font-size:16px;
}
.footerbox .left .mes-a{
    display: flex;
    position: relative;
    width: 160px;
    height: 48px;
    background: #c0131c;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.footerbox .left .mes-a span{
    display: inline-block;
    font-size:16px;
    color:#fff;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.footerbox .left .mes-a img{
    position: relative;
    z-index: 2;
    width: 17px;
}
.footerbox .left .mes-a .bg{
    position: absolute;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 0;
    opacity: 0;
}
.footerbox .left .mes-a:hover .bg{
    opacity: 1;
    height: 100%;
}
.footerbox .right{
    float: right;
    width: 500px;
}
.footerbox .right .erbox{
    float: left;
    background: #c0131c;
    padding:10px;
    text-align:center;
    width: 140px;
}
.footerbox .right .erbox img{
    width: 100%;
}
.footerbox .right .erbox p{
    margin-top: 11px;
    font-size:15px;
    color:#fff;
}
.footerbox .right .lx{
    float: right;
}
.footerbox .right .lx .mob{
    display: block;
    padding-left: 35px;
    color:#fff;
    font-family: ali;
    font-size:30px;
    background: url("../img/mob.png") no-repeat left center;
    margin-bottom: 5%;
}
.footerbox .right .lx p{
    font-size:15px;
    color:#fff;
    margin-bottom:7px;
}
.footerbox .right .lx p:last-child{
    margin-bottom: 0;
}
.footerbox .right .lx a{
    color:#fff;
}
.footbottom{
    border-top:1px solid rgba(255,255,255,0.15);
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.5%;
}
.footbottom .f-menu{
    width: 70%;
}
.footbottom .f-menu .abox{
    text-align:right;
}
.footbottom .f-menu .abox a{
    display: inline-block;
    font-size:17px;
    color:#fff;
    padding-left: 40px;
    margin-left: 40px;
}
.footbottom .f-menu .abox a:hover{
    background: url("../img/titleimg.png") no-repeat left center;
}
.footbottom .f-menu .abox a:first-child{
    margin-left: 0;
}
.footbottom .f-menu .copy{
    font-size:14px;
    color:rgba(255,255,255,0.5);
    text-align:right;
    margin-top: 1.5%;
}
.footbottom .f-menu .copy a{
    color:rgba(255,255,255,0.5);
}

.inner-contactbox .lx-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contactbox .lx-item .list{
    display: flex;
    align-items: center;
    justify-content: left;
}
.inner-contactbox .lx-item .list .icon{
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 6px;
    background: #08338a;
    margin-right: 16px;
}
.inner-contactbox .lx-item .list .text .title{
    font-size:18px;
    color:#666666;
}
.inner-contactbox .lx-item .list .text .con{
    font-size:20px;
    color:#333333;
    font-weight: bold;
}
.inner-contactbox .lx-item .list .text .con a{
    color:#333333;
}
.inner-contactbox .lx-mpa{
    height: 700px;
    position: relative;
    overflow: hidden;
}
.inner-contactbox .lx-mpa #mymap{
    position: absolute;
    right: 0;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: 1;
}
.inner-contactbox .biaodan{
    position: absolute;
    z-index: 2;
    width: 720px;
    padding:3%;
    background: rgba(8,51,138,0.9);
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:5%
}
.inner-contactbox .biaodan .tbox{
    color:#fff;
    margin-bottom: 3%;
}
.inner-contactbox .biaodan .tbox .t2{
    font-size:16px;
    margin-top: 8px;
}
.inner-contactbox .biaodan .tbox .t1{
    font-size:36px;
    font-weight: bold;
    letter-spacing: 2px;
}
.inner-contactbox .biaodan .title{
    color:#282828;
    margin-bottom: 3%;
}
.inner-contactbox .biaodan .textbox{
    position: relative;
}
.inner-contactbox .biaodan textarea{
    width: 100%;
    height: 180px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    padding:25px;
}
.inner-contactbox .biaodan textarea::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contactbox .biaodan .inputbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inner-contactbox .biaodan .inputbox .inputbb{

    width: 48.5%;
    position: relative;
    margin-top:20px;
}
.inner-contactbox .biaodan .inputbox input{
    width: 100%;
    line-height: 55px;
    background: #f5f5f5;
    outline: none;
    font-size:16px;
    color:#333;
    text-indent: 25px;

}
.inner-contactbox .biaodan .inputbox input::placeholder{
    font-size:16px;
    color:#9b9b9b;
}
.inner-contactbox .biaodan .code{
    width: 48.5%;
    margin-top: 20px;
    position: relative;
}
.inner-contactbox .biaodan .code input{
    width: 100%;
    margin-top: 0;
}
.inner-contactbox .biaodan .code .verify{
    width: 135px;
    height: 98%;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0;
}
.inner-contactbox .biaodan .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contactbox .biaodan  .submit{
    display: block;
    width: 48.5%;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    margin-top: 20px;
    background: #c0131c;
}
.inner-contactbox .biaodan span{
    font-size:16px;
    color:#ff0000;
    top:10px;
    left:10px;
    position: absolute;
}

.allsider{
    float: left;
    width: 360px;
}
.sider-top{
    padding: 23px 0 0 34px;
    color:#fff;
    width: 100%;
    height: 118px;
    background:#07338a url("../img/sidericon.png") no-repeat right -20px bottom -20px;
}
.sider-top .t1{
    font-size:30px;
    font-family: ali;
}
.sider-top .t2{
    font-size:18px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
}
.sider-cent ul li a{
    display: flex;
    height: 80px;
    background: #f5f5f5;
    align-items: center;
    justify-content: space-between;
    padding:0 12%;
    margin-top: 4px;
    position: relative;
}
.sider-cent ul li a span{
    font-size:20px;
    color:#666666;
    position: relative;
    z-index: 2;
}
.sider-cent ul li a .icon{
    position: relative;
    width: 25px;
    height: 25px;
    z-index: 2;
}
.sider-cent ul li a .bg{
    position: absolute;
    width: 0;
    height: 100%;
    background: #c0131c;
    left:0;
    top:0;
}
.sider-cent ul li a:hover .bg
,.sider-cent ul li a.active .bg{
    width: 100%;
}
.sider-cent ul li a:hover span
,.sider-cent ul li a.active span{
    color:#fff;
}
.sider-cent ul li a:hover .icon img
,.sider-cent ul li a.active  .icon img{
    filter:brightness(1000%) invert(0);
}

.allinner-right{
    float: right;
    width: calc(100% - 390px);
}
.allinner-right .list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.allpro .inner{
    padding:18px 18px 0 18px;
    background: #f5f5f5;
}
.allpro .imgbox{
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.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 .title{
    display: block;
    height: 100px;
    position: relative;
}
.allpro .title .pic{
    max-width: 100%;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:25%;
    z-index: 1;
}
.allpro .title span{
    display: block;
    position: absolute;
    width: 100%;
    text-align:center;
    left:0;
    top:29%;
    z-index: 2;
    font-size:20px;
    color:#333333;
    font-weight: bold;
}
.allpro:hover .inner{
    background: #c0131c;
}
.allpro:hover .title span{
    color:#fff;
    top: 45%;
}


.inner-pro-box-top{

}

.prodesimg{
    padding:3.5%;
    background: url("../img/prodestopbg.jpg") no-repeat center / cover;
}
.prodesimg .imgbox{
    float: left;
    width: 46%;
    height: 517px;
    background: #fff;
}
.prodesimg .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.prodesimg .imgbox .pic{
    width: 100%;
    height: 100%;
    position: relative;
}
.prodesimg .text{
    float: right;
    width: 50%;
}
.prodesimg .text .tags{
    line-height: 38px;
    background: #c0131c;
    padding:0 15px;
    font-weight: bold;
    font-size:18px;
    color:#fff;
    display: inline-block;
}
.prodesimg .text .title{
    font-size:32px;
    color:#282828;
    margin: 4% 0;
    font-weight: bold;
}
.allline{
    width: 100%;
    height: 3px;
    background: rgba(0,0,0,0.06);
    position: relative;
}
.allline:after{
    position: absolute;
    content:"";
    width: 15%;
    height: 100%;
    background: #c0131c;
    top:0;
    left:0;
}
.prodesimg .text .des{
    line-height: 28px;
    font-size:16px;
    color:#666666;
    font-weight: lighter;
    text-align: justify;
    margin: 4% 0 9% 0;
}
.prodesimg .text .item .list{
    width: 93px;
    text-align: center;
    margin-right: 7%;
}
.prodesimg .text .item .list:last-child{
    margin-right: 0;
}
.prodesimg .text .item .list .icon{
    width: 70px;
    height: 70px;
    position: relative;
    margin:0 auto;
}
.prodesimg .text .item .list .advt{
    font-size:18px;
    color:#333;
    margin-top: 12px;
}
.prodesimg .text .item .list:hover .icon{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.prodesimg .text .telbox{
    border-radius: 18px 0 18px 0;
    background: #000000;
    display: inline-block;
    overflow: hidden;
    margin-top: 4%;
}
.prodesimg .text .telbox .t1{
    float: left;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c0131c;
    border-radius: 18px 0 18px 0;
}
.prodesimg .text .telbox .t1 span{
    display: inline-block;
    color:#fff;
    font-size:16px;
    margin-left: 15px;
}
.prodesimg .text .telbox .t1 img{
    width: 17px;
}
.prodesimg .text .telbox .t2{
    float: left;
    line-height: 50px;
    padding-left: 50px;
    background:#000000 url("../img/mob.png") no-repeat left 20px center;
    color:#fff;
    font-size:30px;
    font-family: ali;
    font-style: italic;
    padding-right:22px;
}
.jktitle{
    margin-bottom: 3%;
}
.jktitle span{
    font-size:28px;
    color:#282828;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.inner-pro .jkdes{
    font-size:18px;
    color:#666666;
    line-height: 30px;
}
.inner-pro .jkdes img{
    max-width: 100%;
    margin:0 auto;
}
.inner-pro .jkdes table{
    width: 100% !important;
    border-collapse: collapse;
}

.inner-pro .jkdes table tr td{
    font-size:15px;
    color:#666;
    text-align:center;
    border:1px solid #999;
    background: #fff;
}
.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;
}
.inner-honor-list{
    float: left;
    width: 33.33%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-honor-list .imgbox{
    width: 100%;
    height: 335px;
    border:1px solid #eee;
    position: relative;
    overflow: hidden;
}
.inner-honor-list .imgbox .title{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    padding: 54% 5% 8% 5%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4));
}
.inner-honor-list .imgbox:hover .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-case-list{
    width: 100%;
    margin-bottom: 4%;
    height: 374px;
    background: #fff;
}
.inner-case-list .imgbox{
    width: calc(100% - 450px);
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
.inner-case-list .text{
    float: left;
    width: 450px;
    height: 100%;
    background: #f5f5f5;
    padding:4%;
}
.inner-case-list:nth-child(odd) .imgbox{
    float: right;
}
.inner-case-list:nth-child(odd) .text{
    float: left;
}
.inner-case-list .text .title{
    font-size:26px;
    font-weight: bold;
    color:#333;
    margin-bottom: 8%;
}
.inner-case-list .text .canshu{
    font-size:15px;
    color:#666;
    line-height: 30px;
}
.inner-case-list .text .canshu span{
    font-weight: bold;
}
.inner-case-list .text .con{
    font-size:15px;
    line-height: 30px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}
.inner-case-list .text .con span{
    font-weight: bold;
}
.inner-case-list .text .more{
    display: inline-block;
    line-height: 35px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: ali;
    color:#8a8a8a;
    font-size:14px;
    margin-top: 6%;
}
.inner-case-list:hover .text{
    background: #95030a;
}
.inner-case-list:hover .text .title{
    color:#fff;
}
.inner-case-list:hover .text .canshu{
    color:#fff;
}
.inner-case-list:hover .text .con{
    color:#fff;
}
.inner-case-list:hover .text .more{
    color:#95030a;
    background: #fff;
    padding:0 20px;
}
.inner-case-list: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);
}
.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;
}
.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: #08338a;
}
.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;
}

.inner-job #job-list {
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    text-align: center;
    overflow: hidden;
}
.inner-job #job-list tr {
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.inner-job #job-list tr:hover {
    background: #f7f7f7;
    cursor: pointer;
}
.inner-job #job-list tr td {
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}
.inner-job #job-list tr.table-th {
    background: #efefef;
    font-weight: bold;
    border-bottom: none !important;
}
.inner-job #job-list tr.table-th td p {
    display: inline-block;
    font-weight: bold;
    position: relative;
}
.inner-job #job-list tr.table-th td p:before {
    display: block;
    position: absolute;
    content: "";
    width: 30px;
    height: 70px;
    top: 0;
    left: -35px;
}
.inner-job #job-list tr.table-th td:nth-child(1) p:before {
    background: url(../img/job-icon1.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(2) p:before {
    background: url(../img/job-icon2.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(3) p:before {
    background: url(../img/job-icon3.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(4) p:before {
    background: url(../img/job-icon4.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(5) p:before {
    background: url(../img/job-icon5.png) no-repeat center;
}
.inner-job #job-list tr.table-th td:nth-child(6) p:before {
    background: url(../img/job-icon6.png) no-repeat center;
}
.inner-job-info .job-title-box {
    background: #f5f7fb;
    padding: 30px 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inner-job-info .job-title-box .job-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.inner-job-info .job-title-box .job-info {
    font-size: 18px;
    line-height: 1;
}
.inner-job-info .job-title-box .job-info p {
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #cbcbcb;
}
.inner-job-info .job-title-box .job-info p:first-child {
    padding-left: 0;
}
.inner-job-info .job-title-box .job-info p:last-child {
    border: none;
}
.inner-job-info .job-detail-box {
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inner-job-info .job-detail-box .detail-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.inner-job-info .job-detail-box .detail-item.end {
    border-bottom: none;
}
.inner-job-info .job-detail-box .detail-item .detail-title {
    width: 90px;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
}
.inner-job-info .job-detail-box .detail-item .detail-content {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.inner-job-info .job-detail-box .detail-contact {
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    background: #efefef;
}
.inner-job-info .job-detail-box .detail-contact span {
    color: #0068b7;
}

.inner-search-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}

.smmenu{
    color: #fff;
    display: none;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.smmenu .txt{
    font-weight: bold;
}
.smmenu .menuicon{
    width: 25px;
    transition: all .5s ease;
    overflow: hidden;
}
.smmenu .menuicon span{
    display: block;
    margin-top: 5px;
    height: 2px;
    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: #666;position: absolute;}
.smmenu .menuicon span:nth-child(1):after{content:"";height: 2px;width:73%;;left:-100%;top: 0;background: #666;position: absolute;}
.smmenu .menuicon span:nth-child(2):before{content:"";height: 2px;width:45%;left: 0;top: 0;background: #666;position: absolute;}
.smmenu .menuicon span:nth-child(2):after{content:"";height: 2px;width:35%;left:-100%;top: 0;background: #666;position: absolute;}
.smmenu .menuicon span:nth-child(3):before{content:"";height: 2px;width:53%;left: 0;top: 0;background: #666;position: absolute;}
.smmenu .menuicon span:nth-child(3):after{content:"";height: 2px;width:73%;left:-100%;top: 0;background: #666;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: 22px;
    width: 3px;
    background: #666;
    position: absolute;
    top: 33%;
    left: 49%;
    transform: rotate(
            45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu:after{
    content: "";
    height: 22px;
    width: 3px;
    background: #666;
    position: absolute;
    top: 33%;
    left: 48%;
    transform: rotate(
            -45deg) translateX(10px);
    transition: all .5s ease;
    opacity: 0;
    border-radius: 4px;
}
.smmenu.active .menuicon{
    transform: scaleY(0);
    opacity: 0;
}
.smmenu.active .txt{
    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);
}

.head_right .btn.xl{
    display: none;
}

.smxiala{
    width: 100%;
    background: #f4f4f4;
    padding:6% 3%;
    position: absolute;
    top:100%;
    left:0;
    display: none;
}
.smxiala-top .list{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.smxiala-top .list a{
    display: flex;
    justify-content: left;
    align-items: flex-start;
}
.smxiala-top .list a .s1{
    font-weight: bold;
    font-size:18px;
    color:#000;
    position: relative;
    display: inline-block;
    line-height: 23px;
    z-index: 1;
}
.smxiala-top .list a .s1:after{
    content:"";
    position: absolute;
    width: 0;
    height: 5px;
    left:0;
    bottom:1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #08338a;
    z-index: -1;
}
.smxiala-top .list a.active .s1:after{
    width: 100%;
}
.smxiala-top .list a .s2{
    text-transform: uppercase;
    font-size:12px;
    color:#000;
    display: inline-block;
    margin-left:2px;
}
.smxiala-bottom{
    margin-top: 2%;
}
.smxiala-bottom .list{
    margin-bottom: 12px;
}
.smxiala-bottom .list .t1{
    font-weight: bold;
    font-size:14px;
    color:#000;
}
.smxiala-bottom .list .t2{
    font-size:14px;
    color:#666;
    margin-top: 5px;
}
.smxiala-bottom .list .t2 a{
    color:#666;
}


.inner-job #m-job-list {
    display: none;
    width: 100%;
    margin: 40px 0;
    border-collapse: collapse;
    text-align: center;
    overflow: hidden;

}
.inner-job #m-job-list tr {
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
}
.inner-job #m-job-list tr:hover {
    background: #f7f7f7;
    cursor: pointer;
}
.inner-job #m-job-list tr td {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-width:70px;
}
.inner-job #m-job-list tr.table-th {
    background: #efefef;
    font-weight: bold;
    border-bottom: none !important;
}
.inner-job #m-job-list tr.table-th td p {
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.copy_index{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    z-index: 2;
    background: rgba(0,0,0,0.45);
    text-align:center;
    color:#fff;
    padding:10px 0;
}
.copy_index a{
    color:#fff;
}