.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}
.warpper_mid{
    width: 1400px;
    position: relative;
    margin:0 auto;
}
.warpper_min{
    width: 1200px;
    position: relative;
    margin:0 auto;
}



.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ali{
    font-family: ali;
}
.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.bg{
    background: #f1f6f9;
}


.bannerSwiper img.pic{
    width: 100%;
}
.bannerSwiper .bannerbtn{
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    border:1px solid #fff;
    border-radius: 100%;
    bottom: 11%;
    top: inherit;
}
.bannerSwiper .bannerbtn:after{
    color:#fff;
    font-size:20px;
}
.bannerSwiper .swiper-button-next{
    right: 4%;
}
.bannerSwiper .swiper-button-prev{
    left: 4%;
}

.alltitle{
    text-align:center;
    margin-bottom: 30px;
}
.alltitle .t1 span{
    display: inline-block;
    margin:0 10px;
    font-size:34px;
    color:#282727;
}
.alltitle .t2{
    font-size:18px;
    color:#6c6b6b;
    margin-top: 8px;
}
.alltitle.white .t1 span{
    color:#fff;
}
.alltitle.white .t2{
    color:#fff;
}

.fixHead{
    position: fixed;
    z-index: 99;
    width: 100%;
    top:0;
    left:0;
    border-bottom:1px solid rgba(255,255,255,0.45);
}
.fixHead.down{
    background: rgba(0,0,0,0.5);
}
.fixHead-inner.suo{
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
    opacity: 0 !important;
}
.menuHead {
    width: 44%;
}
.menuHead ul{
    width: 100%;
}
.menuHead ul li{
    position: relative;
}
.menuHead ul li>a {
    display: block;
    line-height: 100px;
    font-size:18px;
    color:#fff;
    position: relative;
}
.menuHead ul li>a:after{
    position: absolute;
    content:"";
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:-1px;
    width: 77px;
    height: 7px;
    background: url("../img/navbg.png") no-repeat center;
    -webkit-transition: all 0.45s;
    -moz-transition: all 0.45s;
    -ms-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
    opacity: 0;
}
.menuHead ul li>a:hover:after
,.menuHead ul li>a.active:after{
    opacity: 1;
}
.menuHead ul li .erji{
    position: absolute;
    top:105%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}
.menuHead ul li:hover .erji{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
    top:100%;
}
.menuHead ul li .erji a{
    background: rgba(1,64,153,0.7);
    display: block;
    padding:0 20px;
    text-align:center;
    line-height: 40px;
    font-size:14px;
    color:#fff;
    white-space: nowrap;
}
.menuHead ul li .erji a:hover{
    background: #cf0010;
}
.telHead{
    width: 278px;
}
.telHead .tel{
    color:#fff;
    padding-left:50px;
    background: url("../img/head-tel.png") no-repeat left center;
}
.telHead .tel .t1{
    font-size:14px;
}
.telHead .tel .t2{
    font-size:22px;
}
.telHead .sarbtn
,.telHead .xiabtn{
    width: 41px;
    height: 41px;
    background: #014099;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.telHead .xiabtn{
     display: none;
 }
.sm-button-xian{
    width: 26px;
    height: 15px;
    position: relative;
    cursor: pointer;
}
.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
}
.sm-button-xian span.lin-top{
    top:0;
    width: 70%;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
}
.sm-button-xian span.lin-cent {
    top: 6px;
    width: 100%;
}
.sm-button-xian span.lin-bottom {
    bottom: 0;
    width: 70%;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
}
.sm-button-xian:hover span{
    width: 100%;
}

.seartoggle .warpper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.seartoggle{
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    -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;
    visibility: hidden;
}
.seartoggle.show{
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
    opacity: 1!important;
    z-index: 100;
    visibility: visible;
}
.seartoggle form{
    width: 512px;
    border-bottom: 1px solid #999;
}
.seartoggle input[type=text]{
    color: #fff;
    width: 80%;
    border: none;
    float: left;
    height: 45px;
    font-size: 14px;
    padding-left: 28px;
    background: none;
}
.seartoggle input[type=text]::placeholder{
    font-size: 14px;
    color: #999;
}
.seartoggle input[type=submit]{
    border: none;
    float: right;
    width: 20%;
    height: 45px;
    background: url(../img/sear2.png) no-repeat center;
    background-size: 19px;
    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-left: 30px;
}
.seartoggle .close:hover{
    transform: rotate(90deg);
}


.kji{
    margin-bottom: 4%;
    text-align: center;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.mouse{
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 11px;
    box-sizing: border-box;
    cursor: pointer;
    bottom:10.5%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mouse:after{
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 8px;
    background-color: #fff;
    content: "";
    animation: scrollMouse 1.1s infinite;
}

@keyframes scrollMouse {
    from {
        top: 5px;
    }
    to {
        top: 12px;
        opacity: 0;
    }
}

.in_company .imgbox{
    width: 50%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.in_company_text{
    width: 50%;
    padding:0 5% 0 4%;
}
.in_company_text .t1{
    font-size:18px;
    color:#414141;
}
.in_company_text .line{
    width: 26px;
    height: 2px;
    background: #014099;
    margin:2% 0;
}
.in_company_text .t2{
    font-size:38px;
    color:#2a2a2a;
}
.in_company_text .t3{
    font-size:16px;
    color:#6c6b6b;
    line-height: 35px;
    text-align: justify;
    margin: 2% 0 5.5% 0;
}

.in_company_shu{
    margin-bottom: 6%;
}
.in_company_shu .list .icon{
    width: 62px;
    height: 62px;
    position: relative;
    margin-right: 15px;
}
.in_company_shu .list .txt .s1{
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_company_shu .list .txt .s11{
    font-size:36px;
    color:#2a2a2a;
}
.in_company_shu .list .txt .s22{
    display: inline-block;
    width: 22px;
    line-height: 22px;
    background: #014099;
    border-radius: 100%;
    text-align:center;
    font-size:14px;
    color:#fff;
    margin-left: 5px;
}
.in_company_shu .list .txt .s2{
    font-size:14px;
    color:#727272;
}

.allmore{
    display: block;
    text-align:center;
    color:#fff;
}
.allmore.blue{
    background: #014099;
}
.allmore.blue:hover{
    background: #022d69;
}
.allmore.red{
    background: #cf0010;
}
.allmore.red:hover{
    background: #6c0008;
}
.allmore.lgmore{
    width: 140px;
    line-height: 50px;
    font-size:16px;
}
.allmore.smmore{
    width: 110px;
    line-height: 40px;
    font-size:14px;
}
.comabox a{
    margin-right: 1%;
}

.in_product{
    background: #f1f6f9;
}
.cp_type{
    margin-bottom: 3%;
}
.cp_type a{
    display: block;
    float: left;
    width: 12.5%;
    line-height: 75px;
    text-align:center;
    font-size:18px;
}
.cp_type a.fir{
    background: #014099;
    color:#fff;
}
.cp_type a.sec{
    background: #fff;
    color:#313131;
}
.cp_type a.sec:hover
,.cp_type a[data=act]{
    background: #cf0010;
    color:#fff;
}

.cp-box-item .cp-list{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
}
.cp-box-item .cp-list:nth-child(4n){
    margin-right: 0;
}

.allcp{
    background: #fff;
    padding:10px;
}
.allcp .imgbox {
    width: 100%;
    height: 265px;
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    background: #fff;
}

.allcp:hover .imgbox{
    border:1px solid #d7d7d7;
}
.allcp .title{
    text-align:center;
    font-size:18px;
    color:#414141;
    margin:3% 0;
}
.allcp .abox{
    margin-bottom: 4%;
}
.in_adv_list{
    width: 49%;
    height: 440px;
    position: relative;
    overflow: hidden;
}
.in_adv_list:nth-child(n+3){
    margin-top: 2%;
}
.in_adv_list .text{
    position: absolute;
    width: 85%;
    overflow: hidden;
    border-radius: 20px;
    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%);
    text-align:center;
    color:#fff;
    padding:5% 4%;
}
.in_adv_list .text .icon{
    margin:0 auto;
    width: 100%;
    height: 65px;
    position: relative;
}
.in_adv_list .text .title{
    font-size:30px;
    margin:3% 0;
    position: relative;
}
.in_adv_list .text .con{
    font-size:18px;
    position: relative;
}
.in_adv_list .text .more{
    display: block;
    width: 130px;
    line-height: 40px;
    text-align:center;
    font-size:14px;
    border:1px solid #fff;
    border-radius: 4px;
    color:#fff;
    margin:4% auto 0 auto;
    position: relative;
}
.in_adv_list:hover .text .more{
    background: #cf0010;
    border:1px solid #cf0010;
    color:#fff;
}
.in_adv_list .bg{
    position: absolute;
    width: 0;
    height: 100%;
    background: rgba(1,64,153,0.2);
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.in_adv_list:hover .bg{
    width: 100%;
    background: rgba(1,64,153,0.9);
}

.in_case{
    background: url("../img/casebg.jpg") no-repeat center / cover;
    background-attachment: fixed;
}

.caseSwiper .imgbox{
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
}
.caseSwiper .title{
    display: block;
    line-height: 70px;
    font-size:16px;
    color:#292929;
    text-align:center;
    background: #fff;
}
.caseSwiper .swiper-slide:hover .title{
    background: #cf0010;
    color:#fff;
}
.caseSwiper .btn{
    width: 52px;
    height: 52px;
    background: rgba(0,0,0,0.6);
    border-radius: 100%;
    border:1px solid #fff;
}
.caseSwiper .btn:after{
    font-size:16px;
    color:#fff;
}
.caseSwiper .btn:hover{
    background: rgba(1,64,153,0.6);
    border:1px solid rgba(1,64,153,0.6);
}

.newsSwiper .swiper-slide{
    padding:15px;
}
.newsSwiper .news-item{
    background: #fff;
    padding: 6% 7%;
    border:1px solid #e8e8e8;
    box-shadow: 0 0 15px rgba(0,0,0,0.16);
}
.newsSwiper .news-item .text .time{
    display: inline-block;
    line-height: 36px;
    font-size:16px;
    padding:0 8px;
    background: #cf0010;
    color:#fff;
}
.newsSwiper .news-item .text .title{
    font-size:26px;
    color:#2e2e2e;
    margin:4% 0;
}
.newsSwiper .news-item .text .con{
    font-size:14px;
    color:#747474;
    line-height: 24px;
}
.newsSwiper .news-item .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-top: 8%;
}
.newsSwiper .news-item:hover{
    background: #014099;
}
.newsSwiper .news-item:hover .text .title{
    color:#fff;
}
.newsSwiper .news-item:hover .text .con{
    color:#fff;
}

.footbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.foot-top-inner{
    height: 145px;
}
.foot-top-inner .f-logo{
    font-size:26px;
    color:#fff;
}
.foot-top{
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.foot-bottom-inner{
    padding:0 0 3% 0;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
.foot-bottom-inner .lxbox{
    float: left;
    padding-top: 2%;
}
.foot-bottom-inner .lxbox .allmore{
    margin:13% 0;
}
.foot-bottom-inner .lxbox .f-tel{
    padding-left:55px;
    background: url("../img/f-tel.png") no-repeat left center;
    color:#fff;
}
.foot-bottom-inner .lxbox .f-tel .t1{
    font-size:16px;
}
.foot-bottom-inner .lxbox .f-tel .t2{
    font-size:24px;
}
.foot-bottom-inner .lxbox .erbox{
    width: 130px;
    text-align:center;
    color:#fff;
    font-size:16px;
}
.foot-bottom-inner .lxbox .erbox img{
    width: 100%;
    margin-bottom: 3%;
}
.foot-bottom-inner .f-menu{
    float: right;
    width: 65%;
}
.foot-bottom-inner .f-menu {
    position: relative;
}
.foot-bottom-inner .f-menu ul{
    display: flex;
    justify-content: space-between;
}
.foot-bottom-inner .f-menu ul li{
    position: relative;
    width: 25%;
    padding-top:2%;
}
.foot-bottom-inner .f-menu ul li a{
    display: block;
    line-height: 35px;
    font-size:14px;
    color:rgba(255,255,255,0.7);
}
.foot-bottom-inner .f-menu ul li a:hover{
    color:#cf0010;
}
.foot-bottom-inner .f-menu ul li h1{
    position: absolute;
    top:-83px;
    left:0;
    font-size:20px;
    color:#fff;
}
.foot-bottom-inner .f-menu ul li:after{
    position: absolute;
    content:"";
    left:0;
    top:-2px;
    width: 23px;
    height: 2px;
    background: #cf0010;
}
.foot-bottom-lx{
    padding:3% 0;
}
.foot-bottom-lx-list{
    float: left;
    margin-right: 6%;
}
.foot-bottom-lx-list:last-child{
    margin-right: 0;
}
.foot-bottom-lx-list .txt{
    margin-left: 12px;
}
.foot-bottom-lx-list .txt .t1{
    color:#fff;
    font-size:14px;
}
.foot-bottom-lx-list .txt .t2{
    color:#fff;
    font-size:24px;
}

.copy{
    background: #014099;
    height: 80px;
}
.copy .warpper{
    height: 100%;
}
.copy .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 14px;
    color: #fff;
}
.copy .inner a{
    color: #fff;
}

.sbanner{
    width: 100%;
    height: 600px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    text-align:center;
}
.sbanner .text .t1{
    font-size:36px;
}
.sbanner .text .en{
    font-size:18px;
    margin-top: 10px;
}

.inner-company-fir .text{
    float: left;
    width: 50%;
}
.inner-company-fir .text .t1{
    font-size:18px;
    color:#414141;
}
.inner-company-fir .text .t2{
    font-size:38px;
    color:#414141;
}
.inner-company-fir .text .line{
    width: 26px;
    height: 2px;
    background: #014099;
    margin:2% 0;
}
.inner-company-fir .text .t3{
    font-size:16px;
    color:#6c6b6b;
    line-height: 30px;
    margin: 4% 0;
}
.inner-company-fir .imgbox{
    float: right;
    width: 45%;
    height: 590px;
    position: relative;
    overflow: hidden;
}
.inner-company-fir .in_company_shu .list{
    width: 33.33%;
    background: #f1f6f9;
    padding:0 3%;
    height: 110px;
}
.inner-company-fir .in_company_shu .list:nth-child(2) {
    background: #f9fbfc;
}

.mycrumbs{
    background: #f1f6f9;
}
.mycrumbs .inner .menu-a a{
    float: left;
    display: inline-block;
    line-height: 70px;
    font-size:16px;
    color:#414141;
    position: relative;
    margin-right: 55px;
}
.mycrumbs .inner .menu-a a:last-child{
    margin-right: 0;
}
.mycrumbs .inner .menu-a a:after {
    position: absolute;
    content:"";
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    width: 0;
    height: 3px;
    background: #04408c;
    left:0;
    bottom:0;
}
.mycrumbs .inner .menu-a a:hover:after
,.mycrumbs .inner .menu-a a.act:after{
    width: 100%;
}
.mycrumbs .inner .men-loc{
    padding-left: 35px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:16px;
    color:#414141;
}
.mycrumbs .inner .men-loc a{
    color:#414141;
}

.inner-company-sec{
    background: #f1f6f9;
}

.inner-cul-item .list{
    width: 32%;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.inner-cul-item .list .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner-cul-item .list .text{
    position: absolute;
    width: 100%;
    text-align:center;
    color:#fff;
    left:0;
    top:60%;
}
.inner-cul-item .list .text .t1{
    font-size:24px;
}
.inner-cul-item .list .text .t2{
    font-size:16px;
    margin-top: 3%;
}

.inner-company-thr{
    position: relative;
    background: url("../img/inysbg.jpg") no-repeat center / cover;
}

.inner-ys-item .list{
    float: left;
    width: 25%;
    border-right:1px solid rgba(255,255,255,0.3);
    text-align:center;
    color:#fff;
    padding:18% 1% 0 1%;
    height: 40vw;

}
.inner-ys-item .list:last-child{
    border-right:none;
}
.inner-ys-item .list .icon{
    width: 100%;
    height: 80px;
    position: relative;
}
.inner-ys-item .list .title{
    font-size:30px;
    margin-top: 4%;
}
.inner-ys-item .list .line{
    width: 30px;
    height: 3px;
    background: #fff;
    margin:5% auto;
}
.inner-ys-item .list  .con{
    font-size:18px;
    color:#fff;
    line-height: 33px;
}

.inner-company-thr .alltitlebox{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:12%;
}

.honorSwiper .imgbox{
    width: 100%;
    height: 415px;
    position: relative;
    overflow: hidden;
}
.honorSwiper .title{
    padding: 15% 0 7% 0;
    text-align: center;
    font-size: 18px;
    color: #353535;
    background: #f1f6f9;
    margin-top: -10%;
}
.honorSwiper .swiper-slide:hover .title{
    background: #014099;
    color:#fff;
}

.inner-company-five{
    background: #f1f6f9;
}

.evirSwiper .imgbox{
    width: 100%;
    height: 355px;
    position: relative;
    overflow: hidden;
}

.evirSwiper .swiper-slide .title{
    line-height: 70px;
    background: #fff;
    text-align:center;
    font-size:18px;
    color:#2e2e2e;
}
.evirSwiper .swiper-slide:hover .title{
    background: #014099;
    color:#fff;
}

.inner-product-box .cp_type{
    border-radius: 40px;
    overflow: hidden;
}
.inner-contact-content{
    width: 100%;
    height: 685px;
}
.inner-contact-content #mymap{
    float: left;
    width: 70%;
    height: 100%;
}
.inner-contact-content .lxbox{
    float: left;
    width: 30%;
    height: 100%;
    background: #014099;
    padding: 4% 3%;
}
.inner-contact-content .lxbox .lx-list{
    margin-bottom: 15%;
}
.inner-contact-content .lxbox .lx-list .txt{
    color:#fff;
    margin-left: 10px;
}
.inner-contact-content .lxbox .lx-list .txt .t1{
    font-size:16px;
}
.inner-contact-content .lxbox .lx-list .txt .t2{
    font-size: 20px;
    margin-top: 8px;
}
.inner-contact-content .lxbox .erbox .imgbox{
    width: 175px;
    border:1px solid #cbcbcb;
    padding:8px;
}
.inner-contact-content .lxbox .erbox .imgbox img{
    width: 100%;
}
.inner-contact-content .lxbox .erbox p{
    font-size:22px;
    color:#fff;
    margin-left: 12px;
}
.inner-mes-box{
    position: relative;
}
.inner-mes-box .fombox{
    float: right;
    width: 49%;
}
.inner-mes-box input{
    width:100%;
    outline: none;
    line-height: 70px;
    background: #fff;
    text-indent: 25px;
    font-size:18px;
    color:#333;
    margin-bottom: 15px;
}
.inner-mes-box input::placeholder{
    font-size:18px;
    color:#343434;
}
.inner-mes-box .code{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.inner-mes-box .code input {
    margin-bottom: 0;
}
.inner-mes-box .code .verify{
    position: absolute;
    width: 210px;
    height: 90%;
    right:10px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-mes-box .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-mes-box textarea{
    width: 100%;
    height: 195px;
    background: #fff;
    padding:25px;
    font-size:18px;
    color:#333;
    margin-bottom: 15px;
}
.inner-mes-box textarea::placeholder{
    font-size:18px;
    color:#343434;
}
.inner-mes-box .submit{
    display: block;
    line-height:70px;
    background: #cf0010;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.inner-mes-box .submit:hover{
    background: #014099;
}
.inner-mes-box .imgbox{
    position: absolute;
    width: 48%;
    height: 100%;
    overflow: hidden;
}

.pro-des-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-des-top .prodesimg{
    width: 50%;
}
.pro-des-top .prodesimg .mySwiper2 .imgbox{
    width: 100%;
    height: 435px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.pro-des-top .prodesimg .mySwiper2 .btn{
    width: 54px;
    height: 108px;
    background: #014099;
    margin-top: -54px;
}
.pro-des-top .prodesimg .mySwiper2 .btn:hover{
    background: #cf0010;
}
.pro-des-top .prodesimg .mySwiper2 .btn:after{
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
.pro-des-top .prodesimg .mySwiper2 .swiper-button-next{
    right:0;
}
.pro-des-top .prodesimg .mySwiper2 .swiper-button-prev{
    left:0;
}
.pro-des-top .prodesimg .mySwiper .imgbox{
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.pro-des-top .prodesimg .mySwiper{
    margin-top: 10px;
}
.pro-des-top .prodestxt{
    width: 48%;
    background: #fff;
    padding:5% 3%;
}
.pro-des-top .prodestxt .title{
    font-size:32px;
    color:#282828;
}
.pro-des-top .prodestxt .tags{
    font-size:28px;
    color:#014099;
    margin-top: 2%;
}
.pro-des-top .prodestxt .line{
    width: 100%;
    position: relative;
    height: 1px;
    background: #f1f1f1;
    margin:3% 0;
}
.pro-des-top .prodestxt .line:after{
    content:"";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #014099;
    left:0;
    bottom:0;
}
.pro-des-top .prodestxt .con{
    font-size:14px;
    color:#777777;
    line-height: 30px;
    margin-bottom: 7%;
}
.pro-des-top .prodestxt .lx .tel{
    margin-left: 4%;
}
.pro-des-top .prodestxt .lx .tel .txt{
    margin-left: 12px;
}
.pro-des-top .prodestxt .lx .tel .txt .t1{
    font-size:14px;
    color:#262626;
    margin-bottom: 5px;
}
.pro-des-top .prodestxt .lx .tel .txt .t2{
    font-size:24px;
    color:#262626;
}

.pro-des-bottom{
    margin-top: 5%;
    background: #fff;
}

.prodestitle{
    width: 210px;
    line-height: 75px;
    background: #014099;
    text-align:center;
    color:#fff;
    font-size:18px;
}
.pro-des-bottom .pro-des-con{
    padding:3%;
    font-size:14px;
    color:#777;
    line-height: 33px;
}
.pro-des-bottom .pro-des-con img{
    max-width: 100%;
}
.pro-des-bottom .pro-des-con table{
    width: 100% !important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.pro-des-bottom .pro-des-con table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #eee;
    border-collapse: collapse;
    margin-top:30px;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}

.pro-des-mes{
    margin-top: 5%;
    background: url("../img/promesbg.jpg") no-repeat center / cover;
}
.pro-des-mes .pro-des-form{
    padding:3%;
}
.pro-des-mes .pro-des-form-box{
    width: 55%;
}
.pro-des-mes .pro-des-form-box .inputbox input{
    width: 49%;
    outline: none;
    line-height: 60px;
    background: #fff;
    text-indent: 20px;
    font-size:16px;
    color:#333;
}
.pro-des-mes .pro-des-form-box .inputbox input::placeholder{
    color:#494949;
    font-size:16px;
}
.pro-des-mes .pro-des-form-box textarea{
    width: 100%;
    height: 135px;
    background: #fff;
    padding:20px;
    font-size:16px;
    color:#333;
    margin:2% 0;
}
.pro-des-mes .pro-des-form-box textarea::placeholder{
    color:#494949;
    font-size:16px;
}
.pro-des-mes .pro-des-form-box .inputbox .code{
    width: 49%;
    position: relative;
}
.pro-des-mes .pro-des-form-box .inputbox .code input{
    width: 100%;
}
.pro-des-mes .pro-des-form-box .inputbox .code .verify{
    position: absolute;
    width: 150px;
    height: 90%;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.pro-des-mes .pro-des-form-box .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.pro-des-mes .pro-des-form-box .submit{
    display: block;
    width: 49%;
    line-height: 60px;
    background: #014099;
    text-align:center;
    font-size:16px;
    color:#fff;
}
.pro-des-mes .pro-des-form-box .submit:hover{
    background: #cf0010;
}
.otherSwiper .allcp {
    background: #f1f6f9;
}


.prolist ul li{
    float:left;
    width:33.33%;
    padding:0 1%;
    margin-bottom:2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.prolist ul li .clear{
    background: #f5f5f5;
    height: 93px;
}
.prolist ul li b{
    border:1px solid #eeeeee;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 325px;
    display: block;
    position: relative;
}
.prolist ul li b i{
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    width:100%;
    height: 100%;
    font-style: normal;
    opacity:0;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    top:0;
    left:0;
}
.prolist ul li a:hover b i{
    opacity:1;
}
.prolist ul li b i small{
    display: block;
    position: relative;
    width:20%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.mask p{
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
}
.mask span{
    display: block;
    height:2px;
    width: 100%;
    border-top:1px solid #fff;
    -webkit-transition: 400ms 0.1s all ease;
    -moz-transition: 400ms 0.1s all ease;
    -ms-transition: 400ms 0.1s all ease;
    -o-transition: 400ms 0.1s all ease;
    transition: 400ms 0.1s all ease;
}
.prolist ul li a:hover .mask span{
    -webkit-transform: rotateY(86deg);
    -moz-transform: rotateY(86deg);
    -ms-transform: rotateY(86deg);
    -o-transform: rotateY(86deg);
    transform: rotateY(86deg);
}


.prolist_text{
    float:left;
    width: 80%;
    margin-top: 6%;
    padding-left:5%;
    border-right:1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.prolist_text h5{
    font-size: 16px;
    color: #434343;
    font-weight: normal;
    margin-bottom:0.6vw;
}
.prolist_text p{
    font-size: 12px;
    color: #979797;
    font-weight: lighter;
}
.prolist ul li .clear span{
    background: url("../img/prolistjt.png") no-repeat center;
    display: block;
    float:right;
    width:20%;
    height: 100%;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.prolist ul li a:hover .clear span{
    background:#014099 url("../img/prolistjts.png") no-repeat 55% center;
}

.inner-news-des .left{
    float: left;
    width: 70%;
}
.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%;
}
.des-content{
    font-size:14px;
    line-height: 30px;
    color: #777;
}
.des-content img{
    max-width: 100%;
    display: block;
    margin:1% 0;
}
.inner-news-des .right{
    float: right;
    width: 25%;
}
.othertitle{
    height: auto;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 6%;
}
.othertitle span{
    float: left;
    font-size: 22px;
    color:#333;
    border-left: 2px solid #014099;
    padding-left:10px;
    display: inline-block;
}
.othertitle a{
    display: block;
    float: right;
    color: #777;
    text-transform: uppercase;
}
.othertitle a:hover{
    color:#014099;
    font-weight: bold;
}
.othernews .list .imgbox{
    height: 228px;
    overflow:hidden;
    position: relative;
}
.othernews .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);
}
.othernews .list .title{
    font-size: 14px;
    color: #777;
    margin: 6% 0 9% 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5%;
}

.inner-news-list{
    float: left;
    width: 25%;
    padding:0 1.5%;
    margin-bottom: 3%;
}
.inner-news-list .imgbox{
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.inner-news-list:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-news-list .text{
    background: #fff;
    padding-top: 5%;
}
.inner-news-list .text .cat .cattitle{
    float: left;
    line-height: 25px;
    font-size:16px;
    font-weight: bold;
    color:#0a857e;
    display: none;
}
.inner-news-list .text .cat .time{
    line-height: 25px;
    font-size: 15px;
    color: #999;
    font-family: Times New Roman;
    font-weight: bold;
}
.inner-news-list .text .title{
    font-size:16px;
    color:#000000;
    margin:5% 0 3% 0;
}
.inner-news-list .text .con{
    line-height: 24px;
    font-size:14px;
    color:#525252;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.inner-news-list .text .more{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    width: 134px;
    margin-top: 2%;
}
.inner-news-list:hover .text .more{
    background: #014099;
    padding:0 15px;
}
.inner-news-list .text .more span{
    font-size:14px;
    color:#053e8f;
    letter-spacing: 3px;
    display: inline-block;
    margin-right: 10px;
}
.inner-news-list:hover .text .more span{
    color:#fff;
}
.inner-news-list .text .more .line{
    width: 0;
    height: 1px;
    background: #0a857e;
    position: relative;
}
.inner-news-list:hover .text .more .line{
    background: #fff;
}
.inner-news-list:hover .text .more .line{
    width: 25px;
}
.inner-news-list .text .more .line i{
    display: block;
    width: 8px;
    height: 12px;
    background: url("../img/jian1.png") no-repeat center;
    right:0;
    top:100%;
    margin-top: -6px;
    position: absolute;
}
.inner-news-list:hover .text .more .line i{
    background: url("../img/jian2.png") no-repeat center;
}

.kji{
    margin-bottom: 4%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    visibility: visible;
    z-index: 1001;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #000;
    font-weight: bold;
    color: #fff;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    overflow-y: auto;
}
.sm-nav-bottom ul li a{
    display:flex;
    align-items: center;
    justify-content: left;
    height: 50px;
    padding:0 8%;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.sm-nav-bottom ul li a .icon{
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 6%;
}
.sm-nav-bottom ul li a span{
    font-size:14px;
    color: #444;
}
.sm-nav-bottom ul li a i{
    width: 30px;
    height: 30px;
    position: absolute;
    right:10%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/sm-jian.png") no-repeat center / contain;
    background-size: 60%;
}
.sm-nav-bottom ul li .erji{
    display: none;
}
.sm-nav-bottom ul li .erji a{
    margin-left: 15px;
}

















