.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;
}

@font-face {
    font-family: 'ali';
    src: url("../fonts/Alimama_ShuHeiTi_Bold.ttf");
}




.padding {
    padding: 75px 0 75px 0;
}
.padding-inner {
    padding: 75px 0 75px 0;
}
.padding-top {
    padding-top: 75px;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:60px 0 100px 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;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.alltop{
    background: #1144a3;
}
.alltop-inner{
    height: 155px;
}
.alltop-inner .logo .text{
    padding-left:15px;
    margin-left:15px;
    color:#fff;
    border-left:1px solid #fff;
}
.alltop-inner .logo .text .t1{
    font-weight: bold;
    font-size:24px;
}
.alltop-inner .logo .text .t2{
    font-size:16px;
}
.alltop-inner .tags{
    margin-left: 20px;
}
.alltop-inner .tags .list{
    float: left;
    margin-right: 10px;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.alltop-inner .tags .list img{
    display: block;
    margin:0 auto;
}
.alltop-inner .tags .list:last-child{
    margin-right: 0;
}
.alltop-inner .head-tel{
    padding-left:70px;
    background: url("../img/head-tel.png") no-repeat left center;
    color:#fff;
}
.alltop-inner .head-tel .t1{
    font-size:16px;
    letter-spacing: 3px;
}
.alltop-inner .head-tel .t2{
    font-size:28px;
    font-family: ali;
}
.headMenu{
    background: #aeb1b7;
    z-index: 2;
    position: relative;
}
.headMenu ul li a{
    display: block;
    line-height: 75px;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    position: relative;
}
.headMenu ul li a:after{
    position: absolute;
    content:"";
    left:0;
    bottom: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;
    width: 0;
    height: 4px;
    background: #fff;
}
.headMenu ul li a:hover:after
,.headMenu ul li a.active:after{
    width: 100%;
}

.bannerbox{
    margin-top: -50px;
}
.bannerSwiper .swiper-slide img{
    width: 100%;
}
.bannerSwiper .swiper-pagination{
    bottom: 5%;
}
.bannerSwiper .swiper-pagination-bullet{
    background: rgba(0,0,0,0.4);
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.bannerSwiper .swiper-pagination-bullet:after{
    content:"";
    position: absolute;
    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%);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border:1px solid #000;
    opacity: 0;
}
.bannerSwiper .swiper-pagination-bullet-active{
    background: #000;
}
.bannerSwiper .swiper-pagination-bullet-active:after{
    opacity: 1;
}

.searchbox{
    background: url("../img/searchbg.jpg") no-repeat center;
}
.searchbox .inner{
    height: 90px;
}
.searchbox .inner-left{
    width: 830px;
}
.searchbox .inner-left .key{
    padding-left:50px;
    background: url("../img/hot.png") no-repeat left center;
    line-height: 36px;
    color:#fff;
    font-weight: bold;
    font-size:18px;
}
.searchbox .inner-left a{
    font-size:14px;
    color:#282828;
}
.searchbox .inner-left a:hover{
    color:#1144a3;
    font-weight: bold;
}
.searchbox .inner-right{
    width: 305px;
}
.searchbox .inner-right form{
    width: 100%;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
}
.searchbox .inner-right form input[type=text]{
    width: calc(100% - 80px);
    line-height: 90px;
    outline: none;
    font-size:16px;
    color:#333;
    float: left;
    background: none;
    text-indent: 20px;
}
.searchbox .inner-right form input[type=text]::placeholder{
    font-size:16px;
    color:#5e5e5e;
}
.searchbox .inner-right form input[type=submit]{
    cursor: pointer;
    float: right;
    width: 80px;
    height: 90px;
    position: relative;
    background: url("../img/search.png") no-repeat center;
    border-left:1px solid #d3d3d3;
}


.alltitle{
    margin-bottom: 30px;
    text-align:center;
}
.alltitle .t1{
    font-family: ali;
    color:#272727;
    font-size:36px;
    margin-bottom: 10px;
}
.alltitle .t2 span{
    display: inline-block;
    font-size:16px;
    color:#5e5e5e;
    margin:0 10px;
}
.alltitle.white .t1{
    color:#fff;
}
.alltitle.white .t2 span{
    color:#fff;
}
.pro_type{
    margin-bottom: 35px;
}
.pro_type a{
    display: block;
    position: relative;
    border:2px solid #f0f0f0;
    text-align:center;
    width: 13.5%;
    height: 168px;
}
.pro_type a .imgbox{
    width: 100%;
    height: 122px;
    position: relative;
}
.pro_type a .title{
    font-size:16px;
    color:#2e2c2c;
}
.pro_type a:after{
    position: absolute;
    content:"";
    width: 0;
    height: 0;
    border-top:10px solid #1144a3;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    bottom:-10px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    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;
}
.pro_type a:hover
,.pro_type a.act{
    border:2px solid #1144a3;
}
.pro_type a:hover:after
,.pro_type a.act:after{
    opacity: 1;
}

.allpro{
    padding:30px 20px;
    background: #f2f2f2;
    position: relative;
}
.allpro .imgbox{
    width: 100%;
    height: 290px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allpro .title{
    text-align:center;
    font-size:18px;
    color:#3a3a3a;
    margin:20px 0;
    font-weight: bold;
}
.allpro .abox{
    padding:0 40px;
}
.allpro .abox a{
    display: block;
    line-height: 45px;
    width: 130px;
    text-align:center;
    font-size:16px;
}
.allpro .abox a:first-child{
    background: #1144a3;
    color:#fff;
}
.allpro .abox a:last-child{
    background: #fff;
    color:#3a3a3a;
}
.allpro .abox a:hover{
    background: #e60203;
    color:#fff;
}
.in_ys_top{
    background: #1144a3;
}
.in_ys_item{
    padding-bottom: 60px;
}
.in_ys_item .list{
    width: 24%;
    height: 100px;
    background: #fff;
    border:1px solid #fff;
}
.in_ys_item .list .imgbox{
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.in_ys_item .list .imgbox .img2{
    opacity: 0;
}
.in_ys_item .list .text .t1{
    font-size:22px;
    color:#2b2b2b;
    font-weight: bold;
}
.in_ys_item .list .text .en{
    font-size:12px;
    color:#626262;
    text-transform: uppercase;
    margin-top: 5px;
}
.in_ys_item .list.act{
    background: #1144a3;
}
.in_ys_item .list.act .imgbox .img1{
    opacity: 0;
}
.in_ys_item .list.act .imgbox .img2{
    opacity: 1;
}
.in_ys_item .list.act .text .t1{
    color:#fff;
}
.in_ys_item .list.act .text .en{
    color:#fff;
}
.in_ys_lunbo .swiper-slide{
    width: 1240px!important;
}
.in_ys_lunbo .imgbox{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}
.in_ys_lunbo .imgbox .text{
    width: 583px;
    position: absolute;
    background: #fff;
    padding:40px;
    right:50px;
    bottom:100px;
    opacity: 0;
}
.in_ys_lunbo .swiper-slide.swiper-slide-active .imgbox .text{
    opacity: 1;
}
.in_ys_lunbo .imgbox .text .t1 .shu{
    width: 43px;
    height: 46px;
    background: #1144a3;
    margin-right: 8px;
}
.in_ys_lunbo .imgbox .text .t1 span{
    color:#fff;
    font-size:25px;
    text-decoration: underline;
    font-family: 'ali';
}
.in_ys_lunbo .imgbox .text .t1 .title{
    font-size:26px;
    color:#2c2c2c;
    font-weight: bold;
}
.in_ys_lunbo .imgbox .text .en{
    font-size:12px;
    text-transform: uppercase;
    color:#7c7c7c;
    margin:7px 0 14px 0;
}
.in_ys_lunbo .imgbox .text .line{
    width: 22px;
    height: 2px;
    background: #1144a3;
    margin-bottom: 17px;
}
.in_ys_lunbo .imgbox .text .con{
    font-size:16px;
    color:#424242;
    line-height: 35px;
}

.in_company{
    background: url("../img/companybg.jpg") no-repeat center / cover;
}
.in_company_con .text{
    float: left;
    width: 50%;
    background: #fff;
    padding:60px 40px;
}
.in_company_con .text .t1{
    padding-left:40px;
    background: url("../img/logo-icon.png") no-repeat left center;
    font-size:18px;
    color:#424242;
    line-height: 30px;
}
.in_company_con .text .t2{
    font-size:28px;
    color:#292929;
    font-weight: bold;
}
.in_company_con .text .line{
    width: 34px;
    height: 4px;
    background: #1144a3;
    margin:20px 0;
}
.in_company_con .text .t3{
    font-size:14px;
    color:#595959;
    line-height: 30px;
}
.in_company_con .text .abox{
    margin-top: 30px;
}
.in_company_con .text .abox  a{
    float: left;
    margin-right: 12px;
    width: 168px;
    height: 47px;
    border-radius: 8px;
}
.in_company_con .text .abox  a span{
    display: inline-block;
    font-size:16px;
    margin-left: 15px;
}
.in_company_con .text .abox  a:first-child{
    background: #1144a3;
}
.in_company_con .text .abox  a:first-child span{
    color:#fff;
}
.in_company_con .text .abox  a:nth-child(2){
    background: #f4f4f4;
}
.in_company_con .text .abox  a:nth-child(2) span{
    color:#323232;
}
.in_company_con .text .abox  a:hover{
    background: #e60203;
}
.in_company_con .text .abox  a:nth-child(2):hover span{
    color:#fff;
}
.in_company_con .text .abox  a:nth-child(2):hover img{
    filter:brightness(1000%);
}
.in_company_con .imgbox{
    width: 50%;
    float: left;
    height: 428px;
    overflow: hidden;
}
.in_company_hezuo{
    margin-top: 30px;
}
.in_company_hezuo .imgbox{
    width: 100%;
    height: 160px;
    background: #fff;
    position: relative;
    border:1px solid #e3e3e3;
}
.in_company_hezuo .imgbox img{
    max-width: 94%;
    max-height: 72%;
}
.in_company_hezuo .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);
}

.in_guang{
    height: 325px;
    background: url("../img/guangbg.jpg") no-repeat center;
}
.in_guang .left{
    float: left;
    margin-left: 410px;
    margin-top: 63px;
}
.in_guang .left .t1{
    font-weight: bold;
    color:#fff;
    font-size:36px;
}
.in_guang .left .t2{
    margin-top: 7px;
    margin-bottom: 32px;
    color:#fff;
    font-size:14px;
}
.in_guang .left .t3 .tel{
    padding-left:45px;
    background: url("../img/guang-tel.png") no-repeat left center;
    line-height: 36px;
    font-weight: bold;
    font-size:28px;
    font-family: ali;
    color:#fff;
}
.in_guang .left .t3 a{
    display: block;
    width: 130px;
    line-height: 40px;
    border:1px solid #fff;
    text-align:center;
    color:#fff;
    font-size:16px;
}
.in_guang .left .t3 a:hover{
    background: #fff;
    color:#1144a3;
}
.in_guang .left .t3 a:nth-child(2){
    margin:0 17px 0 47px;
}
.in_guang .erbox{
    float: right;
    width: 145px;
    margin-top: 72px;
    background: #fff;
    padding:8px;
}
.in_guang .erbox img{
    width: 100%;
}

.in_case{
    padding-top: 35px;
}
.in_case_lunbo{
    height: 600px;
}
.in_case_lunbo .caseSwiper{
    height: 100%;
}
.in_case_lunbo .swiper-slide{
    height: calc((100% - 20px) / 2);
}
.in_case_lunbo .swiper-slide .allcase{
    height: 100%;
}
.allcase{
    position: relative;
}
.allcase .imgbox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.allcase: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);
}
.allcase .imgbox .title{
    position: absolute;
    width: 100%;
    text-align:center;
    line-height: 55px;
    background: rgba(0,0,0,0.7);
    color:#fff;
    font-size:16px;
    left:0;
    bottom:0;
}
.allcase:hover .imgbox .title{
    background: rgba(17,68,163,0.8);
}

.in_news{
    background: #f5f5f5;
}
.in_news_top_left{
    float: left;
    width: 440px;
    position: relative;
}
.in_news_top_left .imgbox{
    width: 100%;
    height: 335px;
    position: relative;
    overflow: hidden;
}
.in_news_top_left .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);
}
.in_news_top_left .imgbox .title{
    position: absolute;
    width: 100%;
    height: 70px;
    padding:0 15px;
    color:#fff;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
}
.in_news_top_left .imgbox .title .s1{
    width: 75%;
}
.in_news_top_left .imgbox:hover .title{
    background: rgba(17,68,163,0.8);
}

.in_news_top_right{
    width: 760px;
    float: right;
}
.in_news_top_right .list:nth-child(2){
    margin-top: 34px;
}
.in_news_top_right .list .imgbox{
    float: left;
    width: 212px;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.in_news_top_right .list .imgbox .men{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17,68,163,0.8);
    left:0;
    top:0;
    opacity: 0;
}
.in_news_top_right .list:hover .imgbox .men{
    opacity: 1;
}
.in_news_top_right .list .text{
    float: right;
    width: 530px;
    margin-top: 11px;
}
.in_news_top_right .list .text .title{
    font-size:22px;
    font-weight: bold;
    color:#2f2f2f;
    margin-bottom: 10px;
}
.in_news_top_right .list:hover .text .title{
    color:#1244a3;
}
.in_news_top_right .list .text .con{
    font-size:14px;
    line-height: 25px;
    color:#565656;
}
.in_news_top_right .list .text .time{
    font-size:14px;
    color:#565656;
    margin-top: 15px;
}
.in_news_bottom{
    margin-top: 30px;
}
.in_news_bottom{
    flex-wrap: wrap;
}
.in_news_bottom a{
    width: 396px;
    height: 93px;
    background: #fff;
    padding:0 20px;
}
.in_news_bottom a:nth-child(n+4){
    margin-top: 35px;
}
.in_news_bottom a .s1{
    font-size:16px;
    font-weight: bold;
    color:#363636;
    width: 75%;
}
.in_news_bottom a .time{
    font-size:14px;
    color:#565656;
}
.in_news_bottom a:hover{
    background: #1144a3;
}
.in_news_bottom a:hover .s1{
    color:#fff;
}
.in_news_bottom a:hover .time{
    color:#fff;
}
.footbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footbox .f-top{
    border-bottom:1px solid #45535f;
}
.footbox .f-top .list img{
    margin-right: 17px;
}
.footbox .f-top .list .text .t1{
    font-size:14px;
    color:#fff;
}
.footbox .f-top .list .text .t2{
    font-size:18px;
    font-weight: bold;
    margin-top: 5px;
    color:#fff;
}
.footbox .f-top .inner{
    padding:45px 0;
}
.footbox .f-bottom{
    padding:70px 0 75px 0;
}
.footbox .f-bottom .list .t{
    font-weight: bold;
    color:#fff;
    font-size:26px;
}
.footbox .f-bottom .list .t span{
    display: inline-block;
    font-weight: initial;
    margin-left: 6px;
    text-transform: uppercase;
    font-size:14px;
    color:#fff;
    opacity: 0.6;
}
.footbox .f-bottom .list .line{
    width: 28px;
    height: 3px;
    background: #1144a3;
    margin:17px 0;
}
.footbox .f-bottom .list .abox a{
    float: left;
    width:25%;
    font-size:14px;
    line-height: 33px;
    color:#fff;
}
.footbox .f-bottom .list1{
    width: 360px;
}
.footbox .f-bottom .list2{
    width: 618px;
}
.footbox .f-bottom .erbox{
    width: 155px;
    height: 155px;
    padding:10px;
    background: #fff;
}
.footbox .f-bottom .erbox img{
    width: 100%;
}
.copy{
    background: #1144a3;
    height: 70px;
}
.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: 400px;
    position: relative;
    margin-top: -75px;
}
.sbanner .text {
    width: 100%;
    position: absolute;
    left:0;
    top: 41%;
}
.sbanner .text .t1{
    text-align:center;
    font-weight: bold;
    color:#fff;
    font-size:36px;
    margin-bottom: 20px;
}
.allcrumbs{
    text-align:center;
    color:#fff;
    font-size:16px;
}
.allcrumbs a{
    color:#fff;
}
.allcrumbs .inner{
    display: inline-block;
    padding-left:44px;
    line-height: 33px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.innerout .headMenu {
    background: rgba(0, 0, 0, 0.3);
}

.inner-company-fir .in_company{
    background: #fff;
}
.inner-company-fir .in_company_con .imgbox{
    float: left;
    width: 518px;
    height: 552px;
    position: relative;
    overflow: inherit;
}
.inner-company-fir .in_company_con .imgbox:before{
    position: absolute;
    content: "";
    left: -75px;
    bottom: 0;
    width: 75px;
    height: 345px;
    background: #dde7fb;
}
.inner-company-fir .in_company_con .text{
    float: right;
    width: 676px;
    padding:0;
}
.inner-company-fir .in_company_con .text .en{
    font-size:12px;
    text-transform: uppercase;
    color:#5e5e5e;
    margin-top: 16px;
}
.inner-company-fir .in_company_con .text .t3 {
    line-height: 35px;
}

.inner-company-sec{
    background: url("../img/inysbg.jpg") no-repeat center / cover;
}
.inner-company-sec .item .list{
    width: 285px;
    background: #fff;
    height: 360px;
    padding:50px 25px;
}
.inner-company-sec .item .list .icon{
    position: relative;
    height: 60px;
}
.inner-company-sec .item .list .icon img{
    max-height: 100%;
    left:0;
    top:0;
    position: absolute;
}
.inner-company-sec .item .list .icon .img2{
    opacity: 0;
}
.inner-company-sec .item .list .tbox .t1{
    font-size:22px;
    color:#2f2f2f;
    font-weight: bold;
}
.inner-company-sec .item .list .tbox .t2{
    font-size:16px;
    color:#333333;
    margin:7px 0 14px 0;
}
.inner-company-sec .item .list .line{
    width: 35px;
    height: 4px;
    background: #1144a3;
    margin-bottom: 15px;
}
.inner-company-sec .item .list .t3 {
    font-size:14px;
    color:#5c5c5c;
    line-height: 26px;
}
.inner-company-sec .item .list:hover{
    background: #1144a3;
}
.inner-company-sec .item .list:hover .icon .img1{
    opacity: 0;
}
.inner-company-sec .item .list:hover .icon .img2{
    opacity: 1;
}
.inner-company-sec .item .list:hover .tbox .t1{
    color:#fff;
}
.inner-company-sec .item .list:hover .tbox .t2{
    color:#fff;
}
.inner-company-sec .item .list:hover .line{
    background: #fff;
}
.inner-company-sec .item .list:hover .t3{
    color:#fff;
}
.inner-company-thr .in_guang{
    background: url("../img/inguangbg.jpg") no-repeat center;
    height: 285px;
}
.inner-company-thr .in_guang .left{
    margin-left: 0;
}

.inner-pro-list{
    float: left;
    width: 393px;
    height: 456px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.inner-pro-list:nth-child(3n){
    margin-right: 0;
}

.top-des-pro{
    margin-bottom: 40px;
    padding:65px;
    border:1px solid #d3d3d3;
}
.top-des-pro .left{
    float: left;
    width: 540px;
}
.top-des-pro .left .pic{
    width: 100%;
    height: 425px;
    position: relative;
}
.top-des-pro .left .but{
    width: 35px;
    height: 56px;
    margin-top: -28px;
    background-color: #7f7f7f;
}
.top-des-pro .left .but:after{
    font-size:26px;
}
.top-des-pro .left .but:hover{
    background-color: #2b2b2b;
}
.top-des-pro .left .swiper-button-prev{
    left:0;
}
.top-des-pro .left .swiper-button-next{
    right:0;
}
.top-des-pro .right{
    float: right;
    width: 515px;
}
.top-des-pro .right .title{
    font-size:22px;
    color:#222;
    font-weight: bold;
    margin-bottom: 5px;
}
.top-des-pro .right .cat{
    font-size:16px;
    color:#222;
    margin-bottom: 14px;
}
.top-des-pro .right .tags{
    margin-bottom: 22px;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 25px;
    margin-top: 20px;
}

.top-des-pro .right .moreBtn{
    width: 150px;
    line-height: 47px;
    border-radius: 5px;
    margin-top: 10px;
    font-size:16px;
    background: #1144a3;
}
.top-des-pro .right .moreBtn span{
    display: inline-block;
    margin-left: 10px;
    color:#fff;
    font-size:16px;
}
.top-des-pro .right .moreBtn:hover{
    background: #e60203;
}

.protbox{
    background: #fff;
    margin-bottom: 20px;
}
.protbox .inner{
    height: 60px;
    width: 146px;
    background: #1144a3;
}
.protbox .inner .fir{
    font-size:20px;
    color:#fff;
    font-weight: bold;
    display: inline-block;
}
.bottom-des-pro{
    border:1px solid #d3d3d3;
}
.des-content-des{
    color:#5c5c5c;
    font-size:14px;
    line-height: 30px;
    padding:0 30px 30px 30px;
}

.innertitle{
    text-align:center;
    margin-bottom: 20px;
}
.innertitle .t1{
    font-weight: bold;
    font-size:32px;
    color:#3d3d3d;
}
.innertitle .en{
    text-transform: uppercase;
    font-size:14px;
    color:#646464;
    margin:10px 0;
}
.innertitle .line{
    width: 50px;
    height: 2px;
    background:#1144a3;
    margin:0 auto;
}

.inner-contact-fir .item .list{
    width: 300px;
    height: 210px;
    background: #f3f3f3;
    text-align:center;
    padding: 45px 0px;
}
.inner-contact-fir .item .list img{
    display: block;
    margin:0 auto;
    height: 35px;
}
.inner-contact-fir .item .list .line{
    width: 26px;
    height: 2px;
    background: #1144a3;
    margin:20px auto;
}
.inner-contact-fir .item .list .t1{
    font-size:16px;
    color:#3a3a3a;
}
.inner-contact-fir .item .list .t2{
    font-size:18px;
    color:#3a3a3a;
    font-weight: bold;
    margin-top: 5px;
}
#lxmapbox{
    width: 100%;
    height: 495px;
}


.mesbox .inputbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mesbox .inputbox .list{
    width: 32%;
}
.mesbox .a1{
    font-size:14px;
    color:#4e4e4e;
    margin-bottom: 7px;
}
.mesbox input {
    line-height: 55px;
    background: #f3f3f3;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    text-indent: 8px;
}


.mesbox textarea {
    width: 100%;
    height: 180px;
    background: #f3f3f3;
    outline: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    padding: 25px 8px;
}

.mesbox .yanzheng input {
    float: left;
    width: 32%;
}

.mesbox .yanzheng .verify {
    float: left;
    width: 145px;
    height: 55px;
    margin-left: 2%;
}

.mesbox .yanzheng .verify #verifyImg {
    width: 100%;
    height: 100%;
}

.mesbox .abox {
    margin-top: 2%;
}

.mesbox .submit {
    float: right;
    display: inline-block;
    line-height: 55px;
    width: 52.5%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #1144a3;
}


.mesbox .submit:hover {
    background: #e60203;
}

.inner-case-list{
    float: left;
    width: 400px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner-case-list:nth-child(3n){
    margin-right: 0;
}
.inner-case-list .allcase .imgbox{
    height: 300px;
}

.inner-news-des {
    background: #fff;
    padding: 69px 60px;
}
.inner-news-des .left .tbox{
    margin-bottom: 1%;
    text-align: center;
}
.inner-news-des .left .tbox .fir{
    font-size: 32px;
    color:#333;
}
.inner-news-des .left .tbox .sec{
    font-size: 14px;
    color:#777;
    margin-top: 1%;
}

.clickbox{
    line-height: 25px;
    margin-bottom: 31px;
    padding: 5px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: center;
}
.clickbox span{
    margin-right: 2%;
}
.article-content{
    font-size: 16px;
    color: #737373;
    line-height: 30px;
}
.article-content img{
    max-width: 100%;
    margin:1% auto;
}
.inner-news-des.newsdes {
    border: 1px solid #eee;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}

.newslist{
    float: left;
    width: 396px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.newslist:nth-child(3n){
    margin-right: 0;
}
.allnews{
    padding:20px;
    background: #f5f5f5;
}
.allnews:hover {
    box-shadow: 0 0 12px #15348f4d;
    background: #fff;
}
.allnews .imgbox{
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.allnews:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.allnews .text{
    padding:26px 0 6px 0;
}
.allnews .text .title{
    font-size:20px;
    color:#333333;
}
.allnews .text .des{
    font-size:14px;
    color:#666666;
    line-height: 26px;
    margin: 16px 0 10px 0;
}
.allnews .text .more{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
}
.allnews .text .more span{
    font-size:14px;
    color:#999;
}
.allnews .text .more .icon{
    width: 21px;
    height: 11px;
    background: url("../img/news-jian.png") no-repeat center;
}

.inner-moive-list{
    float: left;
    width: 33.33%;
    padding:0 1%;
    margin-bottom: 2%;
}
.inner-moive-list .inner{
    border: 1px solid #dcdcdc;
}

.inner-moive-list .moive-inner{
    padding: 0 5% 6% 5%;
}
.inner-moive-list .tbox{
    margin-bottom: 5%;
    margin-top: 6%;
}
.inner-moive-list .tbox .t1{
    font-size:22px;
    color:#333333;
}
.inner-moive-list .tbox .en{
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: 4px;
}
.inner-moive-list .imgbox{
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
}
.inner-moive-list .imgbox .title{
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.3);
    padding:0 7%;
    height: 60px;
}
.inner-moive-list .imgbox .title .s1{
    width: 70%;
    padding-left:30px;
    background: url("../img/inmoive-icon2.png") no-repeat left center;
    font-size:16px;
    color:#fff;

}
.inner-moive-list:hover .shu{
    background: url("../img/shubg1.png") no-repeat left center;
}
.inner-moive-list:hover .tbox .t1{
    color:#1144a3;
}
.inner-moive-list:hover .imgbox .pic{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.inner-moive-list:hover .imgbox .title{
    background: #1144a3;
}
.neiyemoive {
    margin: 0 auto;
    width: 79%;
    height: 560px;
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
}
.moiveimg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.open-btn{
    cursor: pointer;
}
.neiyemoive .jw-skin-bce .jw-background-color{
    width: 100%;
}


.cbl {
    position: fixed;
    right: 10px;
    top: 24%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 10px;
    transition: 0.4s ease-in-out;
    height: 77px;
    width: 73px;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #0050a5;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 49px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background: #0050a5 url("../img/cb-tel.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.email span{
    background: #0050a5 url("../img/cb-mes.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.weixin span{
    background: #0050a5 url("../img/cb-weixin.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.fd span{
    background: #0050a5 url("../img/cb-fd.png") no-repeat center top 19px;
    background-size: 28px;
}

.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:14px;
    color:#fff;
    text-align:center;
}
.cbl li:hover span .fir{
    color:#fff;
}

.cbl li aside {
    position: absolute;
    right: 83px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #0050a5;
    box-sizing: border-box;
    font-size: 16px;
    color: white;
    white-space: nowrap;
    font-family: ziti2;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #0050a5;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}

.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;
}



