.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: 'lianmeng';
    src: url("../img/lianmeng.TTF");
}

.padding {
    padding: 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;
}


/*banner*/
.bannerbox{
    position: relative;
}
.bannerbox .swiper-container{
    width: 100%;
    height: 100%;
}
.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox-sec{
    display: none;
}
.fix_head{
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 1000;
}
.fix_head.scroll{
    background: rgba(0,0,0,0.5);
}
.fix_head_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 145px;
}
.fix_head.scroll .fix_head_inner{
    height: 100px;
}
.fix_head_inner h1 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 280px;
}
.fix_head_inner h1 a .text .fir{
    font-size:28px;
    color:#fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.fix_head_inner h1 a .text .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.fix_head_inner .menubox{
    width: 52%;
    display: flex;
    justify-content: space-between;
}
.fix_head_inner .menubox a{
    display: block;
    position: relative;
    font-size:16px;
    color:#fff;
}
.fix_head_inner .menubox a:after{
    position: absolute;
    content:"";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    right:0;
    bottom:-8px;
}
.fix_head_inner .menubox a:hover:after ,.fix_head_inner .menubox a.active:after{
    left:0;
    width: 100%;
}
.fix_head_inner .tel{
    padding-left:60px;
    background: url("../img/tel.png") no-repeat center left;
    color:#fff;
}
.fix_head_inner .tel .fir{
    font-size:14px;
}
.fix_head_inner .tel .sec{
    font-size:22px;
    font-weight: bold;
}
.banner-jiao{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    z-index: 2;
}
.banner-jiao .warpper{
    position: relative;
    height: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-jiao .jiaodian{
    position: relative;
    width: 105px;
}
.banner-jiao .jiaodian .swiper-pagination{
    width: 100%;
    position: relative;
    text-align:left;

}
.banner-jiao .jiaodian .swiper-pagination span{
    margin-right: 34px;
}
.banner-jiao .jiaodian .swiper-pagination span:last-child{
    margin-right: 0;
}
.banner-jiao .jiaodian .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.banner-jiao .jiaodian .swiper-pagination-bullet-active{
    background: #0059b3;
}
.banner-jiao .but .swiper-button-white{
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 100%;
    right: 0;
}
.banner-jiao .but .swiper-button-white:after{
    font-size:18px;
}
.shubiao{
    width: 30px;
    cursor: pointer;
    display: block;
    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%);
}
.shubiao img{
    display: block;
    margin:0 auto;
}
.shubiao span{
    -webkit-animation: arrowMove 2s infinite;
    animation: arrowMove 2s infinite;
    display: block;
    width: 8px;
    height: 20px;
    background: url("../img/down.png") no-repeat center;
    margin:0 auto;
}
@-webkit-keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

@keyframes arrowMove {
    to {
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
        opacity: 0;
    }
}

.alltitle{
    text-align:center;
    margin-bottom: 3%;
}
.alltitle .fir{
    font-family: lianmeng;
    font-size:32px;
    color:#333;
}
.alltitle .sec{
    font-size:16px;
    color:#333333;
}
.search{
    background: #efefef;
    line-height: 90px;
}
.search .left{
    font-size:14px;
    color:#323232;
    float: left;
}
.search .left a{
    color:#323232;
}
.search .left span{
    font-size:16px;
}
.search .right{
    float: right;
    margin-top: 23px;
}
.search .right input[type=text]{
    float: left;
    width: 255px;
    line-height: 45px;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 15px;
    background: #fff;
}
.search .right input[type=text]::placeholder{
    font-size:14px;
    color:#676767;
}
.search .right input[type=submit]{
    cursor: pointer;
    float: left;
    width: 65px;
    height: 45px;
    background:#0059b3 url("../img/search.png") no-repeat center;
}
.in_pro{
    background: #fff url("../img/probg.jpg") no-repeat center bottom;
}
.protype{
    border:1px solid #e4e4e4;
    line-height: 75px;
    margin-bottom: 2%;
}
.protype .left{
    background: #0059b3;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 17%;
}
.protype .left span{
    font-weight: bold;
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin-left: 10px;
}
.protype .right{
    float: right;
    width: 83%;
    padding:0 3%;
}
.protype .right .protyoe_a{
    float: left;
    width: 40%;
}
.protype .right .protyoe_a a{
    display: inline-block;
    font-size:16px;
    color:#3e3e3e;
    position: relative;
    margin-right: 7%;
}
.protype .right .protyoe_a a:after{
    content:"";
    position: absolute;
    display: block;
    width: 0;
    height: 4px;
    background: #0059b3;
    bottom:0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.protype .right .protyoe_a a:hover:after{
    width: 100%;
}
.protype .right .a-right{
    float: right;
    display: block;
    font-size:16px;
    color:#3e3e3e;
}
.protype .right .a-right:hover{
    color:#0059b3;
}
.pro-item .list{
    float: left;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.5%;
}
.pro-item .list:nth-child(4n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden;
}
.allpro .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.65);
    color:#fff;
    display: flex;
    align-items: center;
    opacity: 0;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}
.allpro .imgbox .meng-inner{
    width: 100%;
    text-align:center;
}
.allpro .imgbox .meng span{
    display: block;
}
.allpro .imgbox .meng .s1{
    font-size:22px;
    font-weight: bold;
    padding:0 20px;
}
.allpro .imgbox .meng .s2{
    font-size:16px;

}
.allpro .imgbox .meng .line{
    width: 36%;
    height: 1px;
    background: #fff;
    margin: 5% auto;
}

.in_youshi{
    background: url("../img/youshibg.jpg") no-repeat center / cover;
}
.in_youshi .alltitle .fir{
    color:#fff;
}
.in_youshi .alltitle .sec{
    color:#fff;
}
.in_youshi .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
.in_youshi .top span{
    display: block;
    width: 19%;
    line-height: 70px;
    background: #fff;
    text-align:center;
    font-size:18px;
    color:#2e2e2e;
}
.in_youshi .top span:hover ,.in_youshi .top span.active{
    background: #0059b3;
    color:#fff;
}
.in_youshi .bottom .inner{
    width: 100%;
    height: 446px;
    position: relative;
}
.in_youshi .bottom .inner .text{
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
    padding:4%;
}
.in_youshi .bottom .inner .text .fir{
    font-size:18px;
    color:#404040;
}
.in_youshi .bottom .inner .text .sec{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 6% 0;
}
.in_youshi .bottom .inner .text .sec .s1{
    display: block;
    font-size: 46px;
    font-weight: bold;
    color: #404040;
    padding-right: 17px;
    background: url(../img/youshi-icon.jpg) no-repeat right center;
    margin-right: 21px;
}
.in_youshi .bottom .inner .text .sec .s2 .t1{
    font-size:26px;
    color:#404040;
    font-weight: bold;
}
.in_youshi .bottom .inner .text .sec .s2 .t2{
    font-size:14px;
    color:#404040;
    font-weight: lighter;
    text-transform: uppercase;
}
.in_youshi .bottom .inner .text .thr{
    font-size:14px;
    color:#343434;
    line-height: 25px;
}
.in_youshi .bottom .anniu{
    position: absolute;
    width: 164px;
    height: 60px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:9%;
}
.in_youshi .bottom .anniu div{
    width: 50%;
    height: 100%;
    background: #fff;
}
.in_youshi .bottom .anniu div:after{
    font-size:20px;
    color:#727272;
}
.in_youshi .bottom .anniu .swiper-button-next{
    right: 0;
    top:0;
    margin-top: 0;
}
.in_youshi .bottom .anniu .swiper-button-prev{
    left: 0;
    top:0;
    margin-top: 0;
    background: #0059b3;
}
.in_youshi .bottom .anniu .swiper-button-prev:after{
    color:#fff;
}
.in_youshi .bottom .inner .imgbox{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.in_youshi .bottom .inner .text .but{
    position: relative;
    height: 50px;
    margin-top: 5%;
}
.in_youshi .bottom .inner .text .but .swiper-pagination{
    font-size:24px;
    color:#747474;
    text-align:left;
}
.in_youshi .bottom .inner .text .but .swiper-pagination-current{
    color:#0059b3;
}
.caselunbo{
    width: 100%;
    height: 588px;
    position: relative;
}
.caselunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.caselunbo .imgbox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.caselunbo .swiper-slide {
    width: 53%!important;
}
.caselunbo .imgbox .title{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.75);
    padding:0 4%;
    line-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}
.caselunbo .swiper-slide-active .imgbox .title{
    opacity: 1;
}
.caselunbo .imgbox .title .t{
    font-size:18px;
    color:#fff;
    font-weight: bold;
}
.caselunbo .imgbox .title .more{
}
.caselunbo .imgbox .title .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0059b3;
    width: 166px;
    height: 50px;
}
.caselunbo .imgbox .title .more a:hover{
    background: #c00c1a;
}
.caselunbo .imgbox .title .more span{
    font-size:18px;
    color:#fff;
    display: inline-block;
    margin-left: 15px;
}
.caselunbo .imgbox:hover>img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.caselunbo .but{
    width: 50%;
    z-index: 2;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:37%;
}
.caselunbo .but div{
    width: 77px;
    height: 77px;
    background: rgba(0,0,0,0.47);
    border-radius: 100%;
}
.caselunbo .but div:after{
    font-size:20px;
}
.in_news_box .left{
    float: left;
    width: 48%;
}
.in_news_box .left .imgbox{
    width: 100%;
    height: 345px;
    position: relative;
    overflow: hidden;
}
.in_news_box .left: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 .left .text a{
    display: block;
    background: #f4f4f4;
    padding:5%;
}
.in_news_box .left .text a:hover{
    background: #0059b3;
}
.in_news_box .left .text a .title{
    font-size:24px;
    color:#333333;
    font-weight: bold;
}
.in_news_box .left .text a:hover .title{
    color:#fff;
}
.in_news_box .left .text a .des{
    font-size:14px;
    color:#565656;
    line-height: 24px;
    margin: 2% 0;
}
.in_news_box .left .text a:hover .des{
    color:#fff;
}
.in_news_box .left .text a span{
    display: inline-block;
    font-size:14px;
    color:#0059b3;
    border-bottom:2px solid #0059b3;
}
.in_news_box .left .text a:hover span{
    color:#fff;
}
.in_news_box .right{
    float: right;
    width: 48%;
}
.in_news_box .right .list a{
    display: block;
    padding: 4%;
}
.in_news_box .right .list a:hover{
    background: #0059b3;
}
.in_news_box .right .list .time{
    text-align:center;
    width: 123px;
    float: left;
    position: relative;
}
.in_news_box .right .list .time:after{
    position: absolute;
    content:"";
    display: block;
    width: 1px;
    height: 100px;
    background: #f0f0f0;
    right:0;
    top:63%;
    -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;
}
.in_news_box .right .list a:hover .time:after{
    opacity: 0.57;
}
.in_news_box .right .list .time .fir{
    font-size:28px;
    color:#393939;
    font-weight: bold;
}
.in_news_box .right .list a:hover .time .fir{
    color:#fff;
}
.in_news_box .right .list .time .sec{
    font-size:16px;
    color:#757575;
}
.in_news_box .right .list a:hover .time .sec{
    color:#fff;
}
.in_news_box .right .list .text{
    float: right;
    width: calc(100% - 150px);
}
.in_news_box .right .list .text .title{
    font-size:20px;
    color:#4a4949;
    font-weight: bold;
}
.in_news_box .right .list a:hover .text .title{
    color:#fff;
}
.in_news_box .right .list .text .des{
    font-size:14px;
    color:#636363;
    line-height: 24px;
    margin-top: 1%;
}
.in_news_box .right .list a:hover .text .des{
    color:#fff;
}
.in_company{
    width: 100%;
    height: 555px;
}
.in_company .imgbox{
    float: left;
    width: 50%;
    height: 100%;
}
.in_company .text{
    float: left;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    background: url("../img/companybg.jpg") no-repeat center / cover;
}
.in_company .text-inner{
    width: 79%;
    padding-left: 10%;
}
.in_company .text .fir{
    font-family: lianmeng;
    font-size:30px;
    color:#333333;
}
.in_company .text .sec{
    text-transform: uppercase;
    font-size:14px;
    color:#333333;
}
.in_company .text .line{
    width: 47px;
    height: 4px;
    background: #0059b3;
    margin: 2% 0 6% 0;
}
.in_company .text .thr{
    line-height: 30px;
    font-size:14px;
    color:#444444;
}
.in_company .text a{
    display: inline-block;
    font-size: 14px;
    color: #0059b3;
    border-bottom: 2px solid #0059b3;
    margin-top: 6%;
}
.in_guang{
    background: url("../img/guangbg.jpg") no-repeat center / cover;
}
.in_guang .left{
    float: left;
    color:#fff;
}
.in_guang .left .fir{
    font-size:28px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_guang .left .fir i{
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    margin:0 15px;
}
.in_guang .left .fir span.s2{
    font-weight: bold;
}
.in_guang .left .sec{
    font-size:14px;
    margin-top: 1%;
}
.in_guang  .more{
    float: right;
    width: 290px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in_guang  .more span{
    font-size: 18px;
    color: #0059b3;
    display: inline-block;
    margin-left: 15px;
}
.in_guang  .more:hover{
    background: #c00c1a;
}
.in_guang  .more:hover span{
    color:#fff;
}
.in_guang  .more:hover img{
    filter: grayscale(100%) brightness(1000%);
}

.footerbox{
    padding:7% 0 7% 0;
    background: url("../img/footerbg.jpg") no-repeat center / cover;
}
.footerbox .warpper{
    display: flex;
    justify-content: space-between;
}
.footerbox .f-t{
    font-size:16px;
    color:#ffffff;
}
.footerbox .list .line{
    width: 24px;
    height: 2px;
    background: #0059b3;
    margin:15px 0 20px 0;
}
.footerbox .list .abox a{
    display: block;
    font-size:14px;
    color:#b6b6b6;
    line-height: 30px;
}
.footerbox .list .abox a:hover{
    color:#004a9e;
}
.footerbox .lxbox .tbox{
    padding-left:63px;
    background: url("../img/logo.png") no-repeat left center;
    color:#fff;
    margin-bottom:8%;
}
.footerbox .lxbox .tbox .fir{
    font-size:20px;
    font-weight: bold;
}
.footerbox .lxbox .tbox .sec{
    font-size:12px;
    text-transform: uppercase;
}
.footerbox .lxbox .pbox .list{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}
.footerbox .lxbox .pbox .list span{
    font-size:14px;
    color:#b6b6b6;
    display: inline-block;
    margin-left: 10px;
}
.footerbox .lxbox .pbox .list a{
    color:#b6b6b6;
}
.footerbox  .erbox{
    width: 115px;
    text-align:center;
}
.footerbox  .erbox img{
    width: 100%;
}
.footerbox  .erbox p{
    color:#fff;
    font-size:16px;
    margin-top: 20px;
}
.copy{
    line-height: 80px;
    background: #121212;
    font-size:14px;
    color:rgba(255,255,255,0.8);
}
.copy a{
    color:rgba(255,255,255,0.8);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.sbanner{
    width: 100%;
    height: 600px;
    position: relative;
}
.sbanner .text{
    position: absolute;
    width: 100%;
    left:0;
    top: 46%;
    color:#fff;
}
.sbanner .text .fir{
    font-size:32px;
    font-weight: bold;
}
.sbanner .text .sec{
    font-size:16px;
    text-transform: uppercase;
}

.allcurmbs{
    background: #efefef;
    line-height: 80px;
}
.allcurmbs .left{
    float: left;
}
.allcurmbs .left a{
    display: inline-block;
    font-size:14px;
    color:#323232;
    position: relative;
    margin-right: 20px;
}
.allcurmbs .left a:after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #0059b3;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    right: 0;
    bottom: 0;
}
.allcurmbs .left a:hover:after ,.allcurmbs .left a.active:after{
    width: 100%;
    left:0;
}
.allcurmbs .right{
    float: right;
    padding-left:37px;
    background: url("../img/home-icon.png") no-repeat left center;
    font-size:14px;
    color:#323232;
}
.allcurmbs .right a{
    color:#323232;
}
.inner-company-fir .tbox .fir{
    font-size:33px;
    color:#333333;
    font-family: lianmeng;
}
.inner-company-fir .tbox .sec{
    font-size:14px;
    color:#626262;
    text-transform: uppercase;
}
.inner-company-fir .tbox .line{
    width: 45px;
    height: 3px;
    background: #0059b3;
    margin: 15px 0;
}
.inner-company-fir .des{
    font-size:16px;
    color:#414141;
    line-height: 40px;
}
.inner-company-sec{
    margin-top: 4%;
}
.inner-company-sec .left{
    float: left;
    width: 53%;
    height: 456px;
}
.inner-company-sec .right{
    float: right;
    width: 45%;
    height: 456px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.inner-company-sec .right .imgbox{
    width: 100%;
    height: 48%;
}
.inner-company-sec .right .text{
    width: 100%;
    height: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/comimg3.jpg") no-repeat center / cover;
}
.inner-company-sec .right .zi{
    margin-left: 20px;
}
.inner-company-sec .right .zi .fir{
    font-size:28px;
    color:#fff;
    font-weight: bold;
}
.inner-company-sec .right .zi .sec{
    font-size:12px;
    color:#fff;
    text-transform: uppercase;
}
.inner-company-thr{
    background: #f4f4f4;
}
.inner-company-thr .swiper-slide .list{
    background: #fff;
    padding: 9% 8%;
    width: 100%;
}
.inner-company-thr .swiper-slide .list:hover{
    background: #0059b3;
}
.inner-company-thr .swiper-slide .list .t1{
    font-size:20px;
    font-weight: bold;
    color:#2d2d2d;
}
.inner-company-thr .swiper-slide .list:hover .t1{
    color:#fff;
}
.inner-company-thr .swiper-slide .list .t2{
    font-size:12px;
    text-transform: uppercase;
    color:#707070;
    margin:3% 0 5% 0;
}
.inner-company-thr .swiper-slide .list:hover .t2{
    color:#fff;
}
.inner-company-thr .swiper-slide .list .line    {
    width: 38px;
    height: 4px;
    background: #0059b3;
}
.inner-company-thr .swiper-slide .list:hover .line{
    background:#fff;
}
.inner-company-thr .swiper-slide .list .thr{
    font-size:40px;
    font-style: italic;
    color:#dbdbdb;
    text-align:right;
}
.inner-company-thr .swiper-slide .list:hover .thr{
    color:#fff;
}
.inner-pro-list{
    float: left;
    width: 25%;
    padding:0 1%;
    margin-bottom: 2%;
}
.pro-des-top{
    width: 100%;

}
.pro-des-top .swiper-container{
    height: 100%;
}
.pro-des-imgbox{
    width: 50%;
    float: left;
    height: 445px;
    border: 1px solid #e6e6e6;
}
.pro-des-imgbox .imgbox{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}
.pro-des-imgbox .imgbox img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.pro-des-imgbox .swiper-button-white{
    width: 37px;
    height: 56px;
    background: rgba(0,0,0,0.6);
    border-radius: 8px;
    margin-top: -28px;
}
.pro-des-imgbox .swiper-button-white:after{
    font-size:20px;
}
.pro-des-text{
    float: right;
    width: 46%;
    height: 100%;
    position: relative;
}
.pro-des-text .title{
    font-size: 24px;
    color: #333;
}
.pro-des-text .line{
    width: 100%;
    height: 1px;
    background: #eee;
    margin:4% 0 6% 0;
    position: relative;
}
.pro-des-text .line i{
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #368dc6;
    left:0;
    top:-1px;
}
.pro-des-text .des{
    font-size: 16px;
    color: #666;
    position: relative;
    line-height: 28px;
}
.pro-des-text .des span{
    display: block;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 2%;
    margin-bottom: 5%;
}
.pro-des-text .des span i{
    font-weight: 700;
    font-style: initial;
    display: inline-block;
    color:#333;
}
.pro-des-text .contact-a{
    display: inline-block;
    width: 121px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0059b3;
    background: #0059b3;
    border-radius: 5px;
}
.pro-des-text .contact-a:hover{
    background: #333;
    border: 1px solid #333;
}
.pro-des-text .des span em{
    display: inline-block;
    padding:0 15px;
    border-radius: 5px;
    background: #e8f6ff;
    font-size:14px;
    color:#0059b3;
    margin-bottom: 10px;
}
.pro-des-text .des .destel{
    color: #0059b3;
    font-family: Impact;
    font-size: 30px;
    letter-spacing: 1px;
}
.pro-des-bottom{
    margin-top: 7%;
}
.product-t{
    border-top: #e5e5e5 solid 1px;
    border-bottom: #e5e5e5 solid 1px;
    margin-bottom: 4%;
}
.product-t span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: #0059b3 solid 2px;
    color: #0059b3;
    font-weight: 700;
}
.pro-des-content{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 4%;
}
.pro-des-content img{
    max-width: 100%;
    margin:1% auto;
}
.pro-des-content table{
    width: 100%!important;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.pro-des-content table th{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
    background: #edfff8;
}
.pro-des-content table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #eee;
}
.otherprobox .imgbox{
    width: 100%;
    height: 230px;
    background: #fff;
    position: relative;
    border: 1px solid #dbdbdb;
}
.otherprobox .imgbox img{
    position: absolute;
    max-width:100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.otherprobox .swiper-slide:hover .imgbox{
    border: 1px solid #0059b3;
}
.otherprobox .swiper-slide:hover .title{
    color:#0059b3;
}
.otherprobox .title{
    text-align:center;
    padding:0 15px;
    font-size:14px;
    color:#666;
    margin-top: 4%;
}
.inner-news-list-box{
    float: left;
    width: 33.33%;
    padding: 0 1%;
    margin-bottom: 2%;
}

.inner-news-list-box:hover .inner-news-list{
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.inner-news-list .imgbox{
    position: relative;
    height: 320px;
    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 .imgbox .more{
    position: absolute;
    right:0;
    top:0;
    text-transform: uppercase;
    font-size:20px;
    color:#448fff;
    padding:4%;
    background: #000;
}
.inner-news-list:hover .imgbox .more{
    background: #448fff;
    color:#fff;
}
.inner-news-list .imgbox .news-title{
    position: absolute;
    width: 100%;
    padding:5% 6% 7% 6%;
    left:0;
    bottom:0;
    transition: all .5s ease-in-out;
}
.inner-news-list .imgbox .news-title .fir{
    font-size: 22px;
    margin-bottom: 1%;
    color: #fff;
    text-shadow: 0 2px 3px #000000;
}
.inner-news-list .imgbox .news-title .time{
    font-size:16px;
    color:#fff;
}
.inner-news-list:hover .imgbox .news-title{
    opacity: 0;
    transform: translateY(100%);
}
.inner-news-list .imgbox .news-text{
    position: absolute;
    width: 100%;
    background: #fff;
    padding:4% 6%;
    left:0;
    bottom:0;
    transition: all .5s ease-in-out;
    transform: translateY(100%);
}
.inner-news-list .imgbox .news-text .fir{
    font-size:20px;
    color:#333;
    margin-bottom: 2%;
    font-weight: bold;
}
.inner-news-list .imgbox .news-text .sec{
    font-size:14px;
    color:#666;
    line-height: 25px;
}
.inner-news-list:hover .imgbox .news-text{
    transform: translateY(0);
}
.inner-news-des .left{
    width: 100%;
}
.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 1%;
    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-case-list{
    float: left;
    width: 25%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 2% 3%;
    background: #fff;
}
.inner-case-list .time{
    line-height: 40px;
    font-size: 22px;
    color: #777;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 2% 0 8% 0;
}
.inner-case-list .title{
    font-size:16px;
    color:#333;
}
.inner-case-list .con{
    font-size:14px;
    color:#666;
    margin-top: 3%;
}
.inner-case-list span{
    display: inline-block;
    line-height: 35px;
    padding: 0 11%;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    border-radius: 40px;
    margin-top: 4%;
}
.inner-case-list:hover{
    box-shadow: rgba(0,0,0,0.3) 0px 6px 15px;
}
.inner-case-list a{
    display: block;
}
.inner-case-list:hover a{
    transform: translate3d(0,-10px,0);
}

.inner-contact-box .left{
    float: left;
    width: 47%;
}
.inner-contact-box .left .t{
    font-size:24px;
    color:#333;
    margin-bottom: 4%;
}
.inner-contact-box .left .list{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom:1px solid #eee;
}
.inner-contact-box .left .list .imgbox{
    width: 60px;
    height: 60px;
    border:1px solid #888;
    position: relative;
    border-radius: 100%;
    margin-right: 20px;
}
.inner-contact-box .left .list .imgbox img{
    max-width: 45%;
}
.inner-contact-box .left .list .text{
    font-size:17px;
    color:#666;
}
.inner-contact-box .left .list .text a{
    color:#666;
}
.inner-contact-box .right{
    float: right;
    width: 47%;
    height: 446px;
}
.cont-ditu{
    width: 100%;
    height: 360px;
    margin-top: 5%;
}
.cont-ditu #mymap{
    width: 100%;
    height: 100%;
}

.contact-liuyan{
    width: 100%;
    padding:3%;
    border:1px solid #eee;
    margin-top: 3%;
}
.contact-liuyan .form-left{
    float: left;
    width: 75%;
}
.contact-liuyan .form-right{
    float: right;
    width: 24%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.contact-liuyan input[type=text]{
    width: 49.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #0059b3;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 100%;
}
.contact-liuyan .verify{
    height: 45px;
    width: 100%;
    border:1px solid #eee;
    padding:3px;
}
.contact-liuyan .verify img{
    width: 100%;
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #0059b3;
}
.contact-liuyan .submit{
    display: block;
    width: 100%;
    line-height: 45px;
    text-align:center;
    color:#fff;
    font-size:16px;
    background: #0059b3;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 21%;
}
.contact-liuyan .submit:hover{
    background: #c00c1a;
}
.contact-liuyan .contact-liuyan-title{
    color: #333;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 2%;
}

.inner-pointer-list-box{
    width: 25%;
    padding: 0 1%;
    float: left;
    margin-bottom: 2%;
}
.inner-pointer-list .imgbox{
    border:1px solid #eee;
    position: relative;
    height: 100px;
}
.inner-pointer-list .imgbox img{
    max-width: 90%;
    max-height: 80%;
}
.inner-honor-list-box{
    width: 25%;
    padding: 0 1%;
    float: left;
    margin-bottom: 2%;
}
.inner-honor-list-box .imgbox{
    border:1px solid #eee;
    position: relative;
    height: 300px;
}
.k{
    text-align:center;
    font-size:16px;
    color:#333;
    margin:3%;
}
.k span{
    color:red;
    font-weight: bold;
}
.fixBut {
    position: fixed;
    right: 31px;
    top: 18px;
    z-index: 1001;
    background: #0059b3;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 21px;
    display: none;
    z-index: 1003;
}

.sm-button-xian {
    width: 26px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sm-button-xian span {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.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;
}

.fixBut.active .sm-button-xian span.lin-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixBut.active .sm-button-xian span.lin-cent {
    opacity: 0;
}

.fixBut.active .sm-button-xian span.lin-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navBg{
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: 0;
    transition: all .5s ease 0s;
    transform: translate(-100%,0);
    z-index: 1000;
}
.navBg.active{
    opacity: 1;
    transform: translate(0,0);
}
.navBg .right{
    width: 100%;
    height: 100%;
    background: #252525;

}
.navBg .right ul{
    width: 100%;
    height: 100%;
    padding:8% 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.navBg .right ul li{
    width: 49%;
    height: 46%;
    border: 1px solid #fff;
    padding: 1% 3%;
}
.navBg .right ul li .fir{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Impact;
}
.navBg .right ul li .sec{
    color: #fff;
    font-size: 20px;
    padding-bottom: 5%;
    border-bottom: 1px solid #696969;
    margin-bottom: 8%;
}
.navBg .right ul li .abox a{
    display: block;
    font-size:15px;
    color:#c3c3c3;
    margin-bottom: 2%;
}
.navBg .right ul li .abox a:hover{
    color: #0059b3;
}


.mobile-footer{
    width: 100%;
    position: fixed;
    z-index: 999;
    left:0;
    bottom:0;
    background: #333;
    display: none;
}
.mobile-footer a{
    float: left;
    width: 33.33%;
    display: block;
    line-height: 50px;
    text-align:center;
    font-size:14px;
    color:#fff;
    padding-left: 6%;
    position: relative;
}
.mobile-footer a:after{
    display: block;
    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%);
    height: 10px;
    width: 1px;
    background: #c9dfff;
}
.mobile-footer a:last-child:after{
    display: none;
}
.mobile-footer a.mobile-home{
    background: url(../img/mobile-home.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-pro{
    background: url(../img/mobile-pro.png) no-repeat left 17% center;
    background-size: 23px;
}
.mobile-footer a.mobile-tel{
    background: url(../img/mobile-tel.png) no-repeat left 17% center;
    background-size: 23px;
}
.cultrebox{
    margin:0 0 5% 0;
    text-align:center;
    display: none;
}
.cultrebox a{
    display: inline-block;
    line-height: 45px;
    background: #eee;
    font-size:15px;
    color:#333;
    padding:0 5%;
}
.cultrebox a.active{
    background: #0059b3;
    color:#fff;
}