.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}
@font-face {
    font-family: 'ziti';
    src: url("../fonts/ModernMTStd-Bold.otf");
}

.padding {
    padding: 75px 0;
}

.padding-top {
    padding-top: 75px;
}

.padding-bottom {
    padding-bottom: 75px;
}

.inner-padding{
    padding:50px 0;
}
.inner-padding-top {
    padding-top: 50px;
}
.inner-padding-bottom {
    padding-bottom: 50px;
}
.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.over-line-2{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-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;
}
.over-line-7{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.topper{
    background: #fff url("../img/tooperbg.jpg") no-repeat top center;
    height: 120px;
}
.topper .logo{
    float: left;
    margin-top: 27px;
}
.topper .logo img{
    float: left;
}
.topper .logo .text{
    float: left;
    padding-left:30px;
    margin-left:30px;
    border-left:1px solid #ddd;
    margin-top: 20px;
}
.topper .logo .text .t1{
    font-size:20px;
    color:#005bac;
    font-family: ali;
}
.topper .logo .text .t2{
    font-size:16px;
    color:#666666;
}
.topper .tel{
    padding-left: 58px;
    background: url(../img/toopertel.png) no-repeat left center;
    float: right;
    margin-top: 39px;
}
.topper .tel .t1{
    font-size:16px;
    color:#3e3b3b;
}
.topper .tel .t2{
    font-size:28px;
    color:#282828;
    font-weight: bold;
    line-height: 28px;
}
.allmenu{
    background: #2b2b2b;
}
.allmenu ul li{
    float: left;
    width: 200px;
}
.allmenu ul li a{
    display: block;
    line-height: 50px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.allmenu ul li a:hover,
.allmenu ul li a.act{
    background: #005bac;
}

.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    width: 58px;
    height: 6px;
    border-radius: 0;
    opacity: .45;
}
.bannerbox  .swiper-pagination-bullet-active{
    background: #005bac;
    opacity: 1;
}
.bannerbox .btn{
    width: 66px;
    height: 66px;
    background: rgba(0,0,0,0.4);
}
.bannerbox .btn:hover{
    background: rgba(0,9,172,0.4);
}
.bannerbox .btn:after{
    font-size:20px;
}
.bannerbox .swiper-button-next{
    right: 0;
}
.bannerbox .swiper-button-prev{
    left: 0;
}
.sbanner{
    height: 480px;
    background: url("../img/s-banner.jpg") no-repeat center;
}

.allsider{
    float: left;
    width: 268px;
    position: relative;
    z-index: 2;
}
.sider-top{
    width: 100%;
    height: 210px;
    background: #005bac;
    color:#fff;
    padding:16px 26px;
}
.sider-top .t1{
    font-size:30px;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
}
.sider-top .line{
    width: 30px;
    height: 3px;
    background: #fff;
    margin:19px 30px;
}
.sider-top .t3{
    font-size:30px;
    font-family: ali;
}
.sider-cent{
    padding:10px;
    background: #fff;
    border:2px solid #005bac;
    border-top:none;
}
.sider-cent ul li>a{
    display: block;
    line-height: 40px;
    background: #edf4f8;
    position: relative;
    padding:0 10px;
    font-size:15px;
    color:#005bac;
    font-weight: bold;
}
.sider-cent ul li>a i{
    display: block;
    width: 19px;
    height: 18px;
    background: url("../img/navlist1.png") no-repeat center;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:10px;
}
.sider-cent ul li .erji a{
    display: block;
    line-height: 40px;
    font-size:13px;
    color:#666666;
    border-bottom:1px dashed #ddd;
    padding:0 10px;
}

.sider-cent ul li .erji a:last-child{
    border-bottom:none;
}
.sider-cent ul li>a.act{
    background: #005bac;
    color:#fff;
}
.sider-cent ul li>a.act i{
    background: url("../img/navlist2.png") no-repeat center;
}
.sider-cent ul li .erji a:hover{
    color:#005bac;
}
.sider-cent ul li .erji a.act{
    color:#005bac;
    font-weight: bold;
}
.in_product .allsider{
    margin-top: -30px;
}

.in_pro-right{
    float: right;
    width: 900px;
}
.insear{
    background: #005bac;
    width: 100%;
    padding:0 20px;
    height: 60px;
    margin-bottom: 35px;
}
.search{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.search .hot{
    width: 60%;
}
.search .hot span
,.search .hot a{
    display: inline-block;
    color:#fff;
    font-size:12px;
}
.search .hot a{
    margin-right: 10px;
}
.search .hot a:hover{
    text-decoration: underline;
}
.search .hot a:last-child{
    margin-right: 0;
}
.search form{
    width: 43%;
}
.search form input[type=text]{
    float: left;
    width: 77%;
    line-height: 40px;
    background: #fff;
    outline: none;
    text-indent: 25px;
}
.search form input[type=submit]{
    cursor: pointer;
    float: left;
    width: 23%;
    height: 40px;
    background: #2b2b2b url("../img/sear.png") no-repeat center;
}
.in_product .in_pro-right{
    margin:40px 0 100px 0;
}
.pro-item .list{
    float: left;
    width: 290px;
    margin-right: 14px;
    margin-bottom: 24px;
}
.pro-item .list:nth-child(3n){
    margin-right: 0;
}
.allpro{
    border:1px solid #dadada;
}
.allpro .imgbox{
    width: 100%;
    height: 238px;
    position: relative;
    overflow: hidden;
}
.allpro .imgbox .meng{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
}
.allpro .imgbox .meng .icon{
    width: 48px;
    height: 48px;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    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%);
}
.allpro .title{
    display: block;
    line-height: 65px;
    font-size:15px;
    color:#333;
    text-align:center;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}
.allpro:hover{
    border:1px solid #005bac;
}
.allpro:hover .title{
    background: #005bac;
    color:#fff;
}

.in_ys{
    background: url("../img/cpbg.jpg") no-repeat center / cover;
}
.alltitle{
    text-align:center;
    margin-bottom: 47px;
}
.alltitle .t1{
    font-family: ali;
    font-size:36px;
    color:#333333;
    margin-bottom: 18px;
}
.alltitle .t1 span{
    color:#005bac;
    font-family: ali;
}
.alltitle .t2{
    display: flex;
    align-items: center;
    justify-content: center;
}
.alltitle .t2 span{
    display: block;
    font-size:18px;
    color:#666666;
    margin:0 24px;
}
.alltitle .t2 .line{
    width: 133px;
    height: 1px;
    background: #d8d8d8;
    position: relative;
}
.alltitle .t2 .line:after{
    content:'';
    position: absolute;
    width: 31px;
    height: 3px;
    background: #005bac;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.alltitle .t2 .line.l1:after{
    right:0;
}
.alltitle .t2 .line.l2:after{
    left:0;
}

.in_ys .ys-item{
    position: relative;
    height: 544px;
    background: url("../img/ysimg.png") no-repeat center;
}
.in_ys .ys-item .list{
    position: absolute;
    width: 325px;
}
.in_ys .ys-item .list:nth-child(odd) .imgbox{
    float: left;
}
.in_ys .ys-item .list:nth-child(odd) .text{
    float: right;
}
.in_ys .ys-item .list:nth-child(even) .imgbox{
    float: right;
}
.in_ys .ys-item .list:nth-child(even) .text{
    float: left;
}
.in_ys .ys-item .list .imgbox{
    width: 120px;
    height: 120px;
    position: relative;
}
.in_ys .ys-item .list .text{
    width: 180px;
}
.in_ys .ys-item .list .text .t1{
    font-size:24px;
    font-weight: bold;
    color:#333;
}
.in_ys .ys-item .list .text .line{
    width: 24px;
    height: 2px;
    background: #005bac;
    margin:9px 0;
    display: inline-block;
}
.in_ys .ys-item .list .text .con{
    font-size:16px;
    color:#666;
}
.in_ys .ys-item .list:nth-child(odd) {
    left:0;
}
.in_ys .ys-item .list:nth-child(odd) .text{
    text-align:left;
}
.in_ys .ys-item .list:nth-child(even) .text{
    text-align:right;
}
.in_ys .ys-item .list:nth-child(even) {
    right:0;
}
.in_ys .ys-item .list:nth-child(1){
    top:20px;
}
.in_ys .ys-item .list:nth-child(2){
    top:20px;
}
.in_ys .ys-item .list:nth-child(3){
    top:210px;
}
.in_ys .ys-item .list:nth-child(4){
    top:210px;
}
.in_ys .ys-item .list:nth-child(5){
    top:389px;
}
.in_ys .ys-item .list:nth-child(6){
    top:389px;
}
.alltelbox{
    width: 355px;
    background: #2b2b2b;
    overflow: hidden;
    margin:0 auto;
}
.alltelbox .left{
    float: left;
    font-size: 24px;
    color: #fff;
    font-family: Impact;
    padding-left: 55px;
    background: url(../img/tel-icon.png) no-repeat left 13px center;
    line-height: 50px;
}
.alltelbox a{
    float: right;
    width: 144px;
    height: 50px;
    background: #005bac;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alltelbox a span{
    display: inline-block;
    color:#fff;
    font-size:15px;
    margin-left: 10px;
}
.allcase{
    padding:30px;
    background: #f8f8f8;
}
.allcase .pic{
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.allcase .title{
    font-size:20px;
    color:#333333;
}
.allcase .line{
    width: 100%;
    height: 2px;
    background: #e3e3e3;
    position: relative;
    margin:14px 0 20px 0;
}
.allcase .line:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width: 30px;
    height: 100%;
    background: #005bac;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.allcase .more{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allcase .more span{
    display: block;
}
.allcase .more span.s1{
    font-size:16px;
    color:#999999;
}
.allcase .more span.s2{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f8f8f8 url("../img/caseicon1.png") no-repeat center;
}
.allcase:hover{
    background: #005bac;
}
.allcase:hover .pic 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);
}
.allcase:hover .title{
    color:#fff;
}
.allcase:hover .line{
    background: #1a6cb4;
}
.allcase:hover .line:after{
    background:#fff;
}
.allcase:hover .more .s1{
    color:#fff;
}
.allcase:hover .more .s2{
    background: #fff url("../img/caseicon2.png") no-repeat center;
}
.in_case_lunbo{
    position: relative;
}
.in_case_lunbo .btn{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #999;
}
.in_case_lunbo .btn:after{
    font-size:20px;
}
.in_case_lunbo .btn:hover{
    background: #005bac;
}
.in_case_lunbo .swiper-button-next-case{
    right:-68px;
}
.in_case_lunbo .swiper-button-prev-case{
    left:-68px;
}

.in_guang{
    height: 240px;
    background: url("../img/guangbg.jpg") no-repeat center / cover;
}
.in_guang .text{
    width: 445px;
    float: left;
    margin-left: 288px;
    margin-top: 59px;
}
.in_guang .text .t1{
    font-size:26px;
    line-height: 35px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 12px;
}
.in_guang .text ul li{
    margin-right: 20px;
    color:#fff;
    display: inline-block;
    line-height: 30px;
    font-size:18px;
    padding-left:30px;
    background: url("../img/gou.png") no-repeat left center;
}
.in_guang .text ul li:last-child{
    margin-right: 0;
}
.in_guang .telbox{
    float: right;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}
.in_guang .telbox .pbox{
    width:257px;
}
.in_guang .telbox .pbox .list{
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:2px solid #fff;
    border-radius: 30px;
    padding:0 30px;
}
.in_guang .telbox .pbox .list span{
    color:#fff;
    font-size:24px;
    font-weight: bold;
}
.in_guang .telbox .pbox .list:nth-child(1){
    background: #548ec1;
    border:2px solid #548ec1;
    margin-bottom: 20px;

}
.in_guang .telbox .pbox .list:nth-child(2) span{
    font-weight: 500;
    font-size:16px;
}
.in_guang .telbox .erbox{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 8px;
    padding:4px;
}
.in_guang .telbox .erbox img{
    width: 100%;
}
.in_company_con .imgbox{
    float: left;
    width: 600px;
    height: 420px;
}
.in_company_con .text{
    float: right;
    width: 560px;
}
.in_company_con .text .en{
    font-family: Impact;
    font-size:30px;
    color:#005bac;
    text-transform: uppercase;
}
.in_company_con .text .t1{
    font-size:30px;
    color:#212121;
    letter-spacing: 2px;
    font-weight: bold;
}
.in_company_con .text .t2{
    font-size:13px;
    color:#999999;
    text-transform: uppercase;
}
.in_company_con .text .line{
    width: 56px;
    height: 2px;
    background: #005bac;
    margin:15px 0;
}
.in_company_con .text .des{
    font-size:15px;
    color:#636363;
    line-height: 30px;
}
.in_company_con .text .more{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 147px;
    background: #005bac;
    margin-top: 24px;
}
.in_company_con .text .more span{
    display: inline-block;
    font-size:16px;
    margin-left: 15px;
    color:#fff;
}
.in_company_con .text .more:hover {
    background: #548ec1;
}
.in_company .lineimg{
    margin:54px auto;
}
.in_company .tbox{
    margin-bottom: 35px;
}
.in_company .tbox .abox{
    float: left;
}
.in_company .tbox .abox a{
    float: left;
    display: flex;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    background: #484e54;
    width: 220px;
    margin-right: 12px;
}
.in_company .tbox .abox a span{
    color:#fff;
    font-size:18px;
    display: inline-block;
    margin-left: 12px;
}
.in_company .tbox .abox a.act{
    background: #005bac;
}
.in_company  .item .swiper-container-pics .pic{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border:1px solid #eee;
}
.in_company  .item .swiper-container-pics .pic: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);
}
.in_company  .item .list{
    display: none;
}
.in_company .tbox .btnbox{
    float: right;
    width: 106px;
    height: 40px;
}
.in_company .tbox .btnbox .list{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.in_company .tbox .btnbox .list .btn{
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 30px;
}
.in_company .tbox .btnbox .list .btn:hover{
    background: #005bac;
}
.in_company .tbox .btnbox .list .btn:after{
    font-size:20px;
}
.in_company .tbox .btnbox .list .swiper-button-next{
    right: 0;
}

.in_news{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}
.in_news .alltitle .t2 .line{
    background: #a6c6d8;
}
.in_news  .newstbox{
    margin-bottom: 25px;
}
.in_news  .newstbox .l{
    float: left;
}
.in_news  .newstbox.white .l{
    color:#fff;
}
.in_news  .newstbox.black .l{
    color:#666;
}
.in_news  .newstbox .l .title{
    display: flex;
    align-items: center;
    justify-content: left;
}
.in_news  .newstbox .l .title span{
    font-size:20px;
    display: inline-block;
    margin-left: 13px;
}
.in_news  .newstbox .l .en{
    text-transform: uppercase;
    font-size:12px;
}
.in_news  .newstbox .more{
    float: right;
    margin-top: 9px;
}
.in_news_con .left{
    float: left;
    width: 420px;
    padding:30px;
    background: url("../img/news-leftbg.jpg") no-repeat center top / cover;
}
.in_news_con .left .imgbox{
    height: 260px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.in_news .n_text .n_title{
    font-weight: bold;
    font-size:18px;
    color:#666666;
}
.in_news .n_text .n_con{
    line-height: 25px;
    font-size:14px;
    color:#999999;
    margin:13px 0 15px 0;
}
.in_news .n_text .n_more{
    display: block;
    font-size:14px;
    font-weight: bold;
    color:#005bac;

}
.in_news_con .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_con .right{
    float: right;
    width: 760px;;
}
.in_news_con .right .list{
    background: #fff;
    padding:30px;
}
.in_news_con .right .list:nth-child(2){
    margin-top: 20px;
}
.in_news_con .right .swiper-container-news .imgbox{
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.in_news_con .right .swiper-container-news .n_text{
    float: right;
    width: 465px;
}
.in_news  .newstbox .jiao{
    float: right;
    width: 70px;
    position: relative;
}
.in_news  .newstbox .jiao .swiper-pagination{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.in_news  .newstbox .jiao .swiper-pagination-bullet{
    background: #b2b2b2;
}
.in_news  .newstbox .jiao .swiper-pagination-bullet-active{
    background: #005bac;
    width: 20px;
    border-radius: 10px;
}
.in_news_con .right .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);
}
.footbox{
    background: #191919;
}
.footbox .f-top .f-menu{
    float: left;
    width: 660px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
}
.footbox .f-top .f-menu a
,.footbox .f-top .f-menu span{
    color:#fff;
    font-size:16px;
}
.footbox .f-top .f-menu a:hover{
    color:#005bac;
}
.footbox .f-top .abox{
    float: right;
    width: 265px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
}
.footbox .f-top .abox a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 35px;
    width: 120px;
}
.footbox .f-top .abox a .line{
    width: 15px;
    height: 2px;
    background: #005bac;
    display: block;
    margin-right: 8px;
}
.footbox .f-top .abox a i{
    font-size:14px;
    color:#333;
    font-style: initial;
}
.footbox .f-top .abox a:hover{
    background: #005bac;
}
.footbox .f-top .abox a:hover .line{
    background: #fff;
}
.footbox .f-top .abox a:hover  i{
    color:#fff;
}
.footbox .f-top{
    border-bottom:1px solid #474747
}
.footbox .f-bottom{
    padding:40px 0;
}
.footbox .f-bottom .left{
    width: 956px;
    float: left;
}
.footbox .f-bottom .left .f-logo{
    margin-bottom: 25px;
    display: block;
}
.footbox .f-bottom .left .lxbox p{
    float: left;
    width: 31%;
    font-size:14px;
    color:#a3a3a3;
    line-height: 30px;
}
.footbox .f-bottom .left .lxbox p:nth-child(3)
,.footbox .f-bottom .left .lxbox p:last-child{
    width: 35%;
}
.footbox .f-bottom .left .lxbox p a{
    color:#a3a3a3;
}
.footbox .f-bottom .left .lxbox p span{
    display: inline-block;
    width: 36px;
    text-align-last: justify;
}
.footbox .f-bottom .right{
    width: 100px;
    text-align:center;
    float: right;
    margin-top: 28px;
}
.footbox .f-bottom .right .imgbox{
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 8px;
    padding:4px;
}
.footbox .f-bottom .right .imgbox img{
    width: 100%;
}
.footbox .f-bottom .right p{
    color:#a3a3a3;
    font-size:14px;
    margin-top: 5px;
}

.copy{
    background: #303030;
    font-size:14px;
    color:#bebebe;
    line-height: 60px;
}
.copy a{
    color:#bebebe;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.allcrumbs{
    background: #005bac;
    height: 60px;
}
.allcrumbs .left{
    float: left;
    font-size:12px;
    color:#fff;
    line-height: 60px;
}
.allcrumbs .left a{
    color:#fff;
}
.allcrumbs .right{
    float: right;
    width: 730px;
    height: 60px;
}
.comtype{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comtype a{
    display: block;
    line-height: 50px;
    width: 285px;
    background: #e5e5e5;
    text-align:center;
    font-size:16px;
    color:#666666;
}
.comtype a:hover
,.comtype a.act{
    background: #005bac;
    color:#fff;
}

.inner-company-fir .tbox .t1{
    font-size:30px;
    color:#212121;
    font-weight: bold;
    letter-spacing: 1px;
}
.inner-company-fir .tbox .t2{
    font-size:13px;
    color:#999999;
    text-transform: uppercase;
}
.inner-company-fir .tbox .line{
    width: 56px;
    height: 2px;
    background: #005bac;
    margin:15px 0;
}
.inner-company-fir .des{
    font-size:16px;
    line-height: 36px;
    color:#666666;
}
.inner-company-fir .imglunbo{
    margin-top: 20px;
}
.inner-company-fir .imglunbo .pic{
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;;
}
.inner-company-fir .imglunbo .title{
    line-height: 67px;
    background: #f4f4f4;
    font-size:24px;
    color:#212121;
    text-align:center;
}
.inner-company-fir .imglunbo .swiper-slide:hover .pic 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-company-fir .imglunbo .swiper-slide:hover .title{
    background: #005bac;
    color:#fff;
}

.inner-company-sec{
    background: url("../img/zuzibg.jpg") no-repeat center / cover;
}
.inner-company-sec .des{
    text-align:center;
    font-size:18px;
    color:#333333;
    line-height: 35px;
    margin-bottom: 22px;
    font-weight: bold;
}
.inner-company-sec .item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 71px;
}
.inner-company-sec .item .list{
    background: #fff;
    width: 280px;
    padding:20px 0;
    margin: 0 20px;
}
.inner-company-sec .item .list .t1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-company-sec .item .list .t1 .s1{
    font-size:48px;
    color:#005bac;
    font-family: 'ziti';
}
.inner-company-sec .item .list .t1 .s1 em{
    font-family: 'ziti';
}
.inner-company-sec .item .list .t1 .s1 i{
    font-family: 'ziti';
}
.inner-company-sec .item .list .t1 .s2{
    text-align:center;
    margin-left: 8px;
}
.inner-company-sec .item .list .t1 .s2 .i1{
    font-size:18px;
    color:#005bac;
}
.inner-company-sec .item .list .t1 .s2 .i2{
    font-size:18px;
    color:#333333;
    display: inline-block;
    line-height: 19px;
}
.inner-company-sec .item .list .t2{
    text-align:center;
    font-size:16px;
    color:#333333;
}
.inner-company-sec .zuzhi{
    max-width: 100%;
    display: block;
    margin:0 auto;
}

.inner-honor-item .list{
    float: left;
    width: 282px;
    margin-right: 24px;
    margin-bottom: 24px;
}
.inner-honor-item .list:nth-child(4n){
    margin-right: 0;
}
.inner-honor-item .list .imgbox{
    width: 100%;
    height: 306px;
    border:1px solid #eee;
    position: relative;
    overflow: hidden;
}
.inner-honor-item .list .title{
    line-height: 50px;
    background: #e5e5e5;
    font-size: 16px;
    color: #666666;
    text-align:center;
}
.inner-honor-item .list:hover .title{
    background: #005bac;
    color:#fff;
}


.inner-fact-item .list{
    float: left;
    width: 376px;
    margin-right: 36px;
    margin-bottom: 36px;
}
.inner-fact-item .list:nth-child(3n){
    margin-right: 0;
}
.inner-fact-item .list .imgbox{
    width: 100%;
    height: 270px;
    border:1px solid #eee;
    position: relative;
    overflow: hidden;
}
.inner-fact-item .list .title{
    line-height: 50px;
    background: #e5e5e5;
    font-size: 16px;
    color: #666666;
    text-align:center;
}
.inner-fact-item .list:hover .title{
    background: #005bac;
    color:#fff;
}


.mapbox {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
}
.mapbox #map_inner{
    width: 100%;
    height: 100%;
}
.contact-con{
    width: 1000px;
    margin:-150px auto 0 auto;
    background: #fff;
    position: relative;
    z-index: 5;
}
.contact-con .t{
    width: 100%;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #005bac;
}
.contact-con .contact-content{
    padding:50px 35px;
    background: #f9f9f9;
}
.contact-con .contact-content .left{
    float: left;
    width: 45%;
}
.contact-con .contact-content .left .telbox{
    background: #fff url(../img/dh.png) no-repeat left 30px center;
    border: 1px solid #e6e6e6;
    padding: 30px 20px 23px 124px;
    width: 100%;
}
.contact-con .contact-content .left .telbox .s1{
    font-size: 14px;
    color: #2f2f2f;
}
.contact-con .contact-content .left .telbox .s2{
    font-size: 38px;
    color: #005bac;
    font-family: ziti;
    line-height: 35px;
}
.contact-con .contact-content .biao{
    margin-bottom: 20px;
}
.contact-con .contact-content .biao .fir{
    font-size: 24px;
    color: #575757;
    line-height: 24px;
}
.contact-con .contact-content .biao .sec{
    font-size: 14px;
    color: #9b9b9b;
}
.contact-con .contact-content .pbox{
    margin-top: 29px;
}
.contact-con .contact-content .pbox p{
    font-size: 14px;
    color: #2f2f2f;
    line-height: 30px;
}
.contact-con .contact-content .right{
    width: 50%;
    float: right;
}
.contact-con .contact-content .right input{
    width: 100%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
    margin-bottom: 8px;
}
.contact-con .contact-content .right input::placeholder{
    font-size:14px;
    color:#999;
}
.contact-con .contact-content .right textarea{
    width: 100%;
    height: 80px;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size:14px;
    color:#333;
    padding: 20px;
    margin-bottom: 2px;
}
.contact-con .contact-content .right .code input{
    float: left;
    width: 50%;
}
.contact-con .contact-content .right .code .verify{
    float: right;
    width: 40%;
    height: 42px;
}
.contact-con .contact-content .right .code .verify img{
    width: 100%;
    height: 100%;
}
.contact-con .contact-content .right .submit{
    display: block;
    width: 100%;
    line-height: 40px;
    background: #005bac;
    cursor: pointer;
    font-size:14px;
    text-align:center;
    color:#fff;
}
.contact-con .contact-content .right .submit:hover{
    background: #548ec1;
}
.inner-fact-item .allcase .title{
    font-size: 20px;
    color: #333333;
    text-align:left;
    background: none;
}
.inner-fact-item .allcase:hover .title{
    background: none;
}

.inner-right-box{
    float: right;
    width: 900px;
}

.inner-news .allsider .sider-cent ul li{
    margin-bottom: 10px;
}
.inner-news .allsider .sider-cent ul li:last-child{
    margin-bottom: 0;
}
.inner-news .list {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 10px;
}
.inner-news .list:last-child{
    margin-bottom: 0;
}
.inner-news .list .imgbox {
    float: left;
    width: 260px;
    height: 161px;
    position: relative;
    overflow: hidden;
}
.inner-news .list .n_text {
    float: right;
    width: 544px;
    margin-top: 16px;
}
.inner-news .list .n_text .n_title{
    font-weight: bold;
    font-size:18px;
    color:#666666;
}
.inner-news .list .n_text .n_con{
    line-height: 25px;
    font-size:14px;
    color:#999999;
    margin:13px 0 15px 0;
}
.inner-news .list .n_text .n_more{
    display: block;
    font-size:14px;
    font-weight: bold;
    color:#005bac;

}
.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);
}

.bgs{
    background: #f5f5f5;
}
.company-inner-con{
    background: #fff;
    padding:75px 95px;
    box-shadow: 0 0 5px #e7e7e7;
}
.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% auto;
}


.top-des-pro .left{
    float: left;
    width: 400px;

}
.top-des-pro .left>.swiper-container{
    border:1px solid #dadada;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 364px;
    position: relative;
}
.top-des-pro  .but{
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-color: #d9d9d9;
}
.top-des-pro  .but:after{
    font-size:25px;
}
.top-des-pro  .but:hover{
    background-color: #005bac;
}
.top-des-pro  .swiper-button-prev{
    left:0;
}
.top-des-pro .swiper-button-next{
    right:0;
}
.des-tumb{
    margin-top: 10px;
    position: relative;
}
.des-tumb .swiper-container{
    width: 77%;
    margin:0 auto;
}
.des-tumb .imgbox{
    width: 100%;
    height: 70px;
    border:1px solid #dadada;
    position: relative;
}
.des-tumb .swiper-slide-thumb-active .imgbox{
    border:1px solid #005bac;
}

.top-des-pro .right{
    float: right;
    width: 450px;
    margin-top: 22px;
}
.top-des-pro .right .title{
    font-size:28px;
    color:#000;
    font-weight: bold;
}
.top-des-pro .right .line{
    width: 60px;
    height: 3px;
    background: #005bac;
    margin:20px 0;
}
.top-des-pro .right .goods-des{
    font-size:15px;
    color:#888888;
    line-height: 30px;
}
.top-des-pro .right .lxbox{
     margin-top: 40px;
}
.top-des-pro .right .lxbox a{
    margin-top: 8px;
    float: left;
    display: flex;
    width: 160px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#015cad,#558fc0);
}
.top-des-pro .right .lxbox a span{
    display: inline-block;
    margin-left: 12px;
    color:#fff;
    font-size:16px;
}
.top-des-pro .right .lxbox .tel{
    float: right;
    width: 267px;
    padding-left: 64px;
    background: url("../img/prodestel.png") no-repeat left center;
}
.top-des-pro .right .lxbox .tel .t1{
    font-size:14px;
    color:#aaa;
}
.top-des-pro .right .lxbox .tel .t2{
    font-size:28px;
    color:#005bac;
    font-weight: bold;
}
.top-des-pro{
    margin-bottom: 40px;
}
.pro_t{
    width: 100%;
    height: 60px;
    background: #eee;
    position: relative;
    margin-bottom: 36px;
}
.pro_t span{
    display: inline-block;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    padding-left: 65px;
    line-height: 60px;
    background: #005bac url("../img/m1.png") no-repeat left 28px center;
    position: relative;
    width: 168px;
}
.prodes{
    font-size:16px;
    color:#666666;
    line-height: 30px;
}
.prodes img{
    display: block;
    max-width: 100%;
    margin:0 auto;
}
.prodes .part{
    padding-bottom: 20px;
    border-bottom:1px solid #e8ebef;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prodes .part strong{
    display: inline-block;
    font-size:20px;
    color:#1f3e66;
    padding-left: 15px;
    border-left:3px solid #1f3e66;
}

.prodes table{
    width: 100% !important;
    border-collapse: collapse;
}

.prodes table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3!important;
}
.prodes-other .pro_t span{
    background: #005bac url("../img/m2.png") no-repeat left 28px center;
}

.kji{
    margin-bottom: 4%;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #cc3131;
}
.text-white {
    color: #fff!important;
}
.base_bg {
    background-color: #0e54ad;
}

















