.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;
}
@font-face {
    font-family: 'ali';
    src: url("../fonts/ali.ttf");
}



.padding {
    padding: 5% 0 5% 0;
}
.padding-inner {
    padding: 5% 0 5% 0;
}
.padding-top {
    padding-top: 5%;
}

.padding-bottom {
    padding-bottom: 5%;
}
.inner-padding{
    padding:5% 0;
}
.inner-padding-top{
    padding-top: 5%;
}
.inner-padding-bottom{
    padding-bottom: 5%;
}

.transi {
    -webkit-transition: all 0.68s;
    -moz-transition: all 0.68s;
    -ms-transition: all 0.68s;
    -o-transition: all 0.68s;
    transition: all 0.68s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.flexcent{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexleft{
    display: flex;
    align-items: center;
    justify-content: left;
}
.flexsp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.over-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.over-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.over-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.ali{
    font-family: ali;
}
.bold{
    font-weight: bold;
}
.textupper{
    text-transform: uppercase;
}
.hover:hover .pic{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.headBar{
    background: #fff;
    border-top:4px solid #0046b0;
}
.headBar .inner{
    height: 100px;
}
.menuBar {
    width: 640px;
}
.menuBar ul{
    width: 100%;
}
.menuBar ul li a{
    display: block;
    line-height: 100px;
    position: relative;
    font-weight: bold;
    color:#333;
    font-size:18px;
}
.menuBar ul li a:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 3px;
    background: #0046b0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.menuBar ul li a:hover:after
,.menuBar ul li a.active:after{
    width: 100%;
}
.headBar .telBar{
    padding-left: 55px;
    background: url("../img/headtel.png") no-repeat left center;
}
.headBar .telBar .t1{
    font-size:14px;
    color:#231815;
}
.headBar .telBar .t2{
    font-size:24px;
    color:#231815;
}

.bannerSwiper img{
    width: 100%;
}
.bannerSwiper .allbtn{
    width: 66px;
    height: 66px;
    background: rgba(0,0,0,0.4);
}
.bannerSwiper .allbtn:after{
    color:#fff;
    font-size:20px;
}
.bannerSwiper .allbtn:hover{
    background: #0046b0;
}

.allsider{
    float: left;
    width: 325px;
}

.allsider-top{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    padding:15px;
    background: #1e98d9;
}
.allsider-top .tbox{
    padding: 30px 0 4px 0;
    position: relative;
    background: url(../img/tbg.png) no-repeat center right;
    color: #fff;
}
.allsider-top .tbox .t1{
    font-size:36px;
}
.allsider-top .tbox .t2{
    font-size:30px;
    margin-top: 5px;
}
.allsider-top .tbox .more{
    display: block;
    position: absolute;
    right: 9px;
    bottom: 7px;
}
.allsider-ul{
    background: #1e98d9;
    overflow: hidden;
    padding:0 10px 10px 10px;
}
.allsider-ul ul{
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.allsider-ul ul li a{
    display: block;
    line-height: 50px;
    border-bottom:1px dashed #ddd;
    font-size:16px;
    color:#333;
    border-radius: 10px;
    overflow: hidden;
    padding-left:47px;
    background: #fff url("../img/proicon.png") no-repeat left 20px center;
}
.allsider-ul ul li a:hover
,.allsider-ul ul li a.act{
    color:#fff;
    background: #c93036 url("../img/proicon2.png") no-repeat left 20px center;
}

.allsider-bottom{
    width: 100%;
    padding:15px 25px;
    background: url("../img/allsider-bottom-bg.jpg") no-repeat center / cover;
    text-align:center;
    color:#fff;
    margin-top: 20px;
}
.allsider-bottom .sider-tel{
    display: block;
    margin:0 auto 15px auto;
}
.allsider-bottom .lxbox{
    padding: 16px 0;
    text-align: center;
    background: url(../img/sider-kuang.png) no-repeat center bottom;
}
.allsider-bottom .lxbox .fir{
    font-size:18px;
}
.allsider-bottom .lxbox .sec{
    font-size: 30px;
    font-family: Impact;
    line-height: 42px;
}
.allsider-bottom .thr{
    font-size:16px;
    font-weight: bold;
    margin-top: 25px;
}
.page-right{
    float: right;
    width: 1045px;
}
.alltbox{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.alltbox .t-left .en{
    font-size:48px;
    color:#e2e5e8;
}
.alltbox .t-left .t1{
    font-size:24px;
    color:#333;
    margin-top: -26px;
}
.alltbox .t-left .t1 span{
    color:#0046b0;
}
.alltbox .t-left .t2{
    font-size:14px;
    color:#666666;
    margin-top: 10px;
}
.alltbox  .t-right .more{
    font-size:14px;
    color:#0046b0;
}

.alltbox  .t-right .more:hover{
    color: #c93036;
    font-weight: bold;

}
.alltbox  .t-right .more1{
    display: block;
    width: 165px;
    line-height: 45px;
    background: #c93036;
    font-size:16px;
    color:#fff;
    text-align: center;
}
.alltbox  .t-right .more1:hover{
    background: #0046b0;
}
.alltbox.border{
    border-bottom:3px solid #e8eaee;
}
.alltbox.border:after{
    content:"";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #0046b0;
    left:0;
    bottom:-3px;
}
.index-cp-top .item.bg1{
    background: url("../img/bg1.jpg") no-repeat center / cover;
}
.index-cp-top .item.bg2{
    background: url("../img/bg2.jpg") no-repeat center / cover;
}
.index-cp-top .item.bg3{
    background: url("../img/bg3.jpg") no-repeat center / cover;
}
.index-cp-top .item.bg4{
    background: url("../img/bg4.jpg") no-repeat center / cover;
}
.index-cp-top .item{
    width: 515px;
    padding:30px;
    height: 338px;
}
.index-cp-top .item:nth-child(n+3){
    margin-top: 15px;
}
.index-cp-top .item .inner{
    font-size:14px;
    color:#333;
}
.index-cp-top .item .logo{
    padding-left:60px;
    margin-bottom: 20px;
    background: url("../img/logo-icon.png") no-repeat left center;
}
.index-cp-top .item .logo .a1{
    font-size:20px;
    color:#333;
}
.index-cp-top .item .logo .a2{
    font-size:12px;
    color:#adadad;
}
.index-cp-top .item .comdes{
    line-height: 30px;
}
.index-cp-top .item .newscon a{
    height: 40px;
}
.index-cp-top .item .newscon a .s1{
    width: 70%;
    font-size:14px;
    color:#333333;
    padding-left:20px;
    background: url("../img/ticon.png") no-repeat left center;
}
.index-cp-top .item .newscon a .s2{
    font-size:14px;
    color:#333333;
}
.index-cp-top .item .newscon a:hover .s1{
    font-weight: bold;
    color: #0046b0;
}
.index-cp-top .item .newscon a:hover .s2{
    font-weight: bold;
    color: #0046b0;
}
.index-cp-top .item .lxlist{
    float: left;
    width: 50%;
    line-height: 37px;
    color:#333333;
}

.index-cp-top .item .lxlist:last-child{
    width: 100%;
}
.allpro{
    position: relative;
    overflow: hidden;
    border:2px solid #0046b0;
}
.allpro .imgbox{
    width: 100%;
    position: relative;
    height: 338px;
    overflow: hidden;
}
.allpro .imgbox .sy{
    position: absolute;
    left:20px;
    bottom:20px;
}
.allpro .text{
    height: 105px;
    padding:0 20px;
    background: #0046b0;
}
.allpro .text .t-left{
    width: 245px;
}
.allpro .text .t-left .a1{
    color:#fff;
    font-size:18px;
}
.allpro .text .t-left .line{
    width: 36px;
    height: 2px;
    background: #c93036;
    margin:7px 0;
}
.allpro .text .t-left .a2{
    color:#fff;
    font-size:14px;
}
.allpro .text .t-right{
    display: block;
    text-align:center;
    width: 44px;
    height: 44px;
    background: #c93036;
    font-size:14px;
    color:#fff;
    padding-top: 2px;
}
.allpro:hover{
    border:2px solid #c93036;
}
.allpro:hover .text{
    background: #c93036;
}

.allpro:hover .text .line{
    background: #fff;
}
.allpro:hover .text .t-right{
    background: #fff;
    color:#c93036;
}
.indexcpbox{
    height: 1375px;
    overflow: hidden;
}
.indexcpbox ul li{
    float: left;
    width: 336px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.indexcpbox ul li:nth-child(3n){
    margin-right: 0;
}

.footbox{
    background: url("../img/footbg.jpg") no-repeat center / cover;
}
.footbox .f-top{
    height: 130px;
    border-bottom:1px solid #353535;
}
.footbox .f-logo .tbox{
    margin-left: 15px;
    padding-left: 15px;
    border-left:1px dashed #353535;
}
.footbox .f-logo .tbox .a1{
    font-size:28px;
    color:#fff;
}
.footbox .f-logo .tbox .a2{
    font-size:14px;
    color:#fff;
}
.footbox  .f-tel{
    padding-left:65px;
    background: url("../img/f-tel.png") no-repeat left center;
    color:#fff;
}
.footbox  .f-tel .s1{
    font-size:16px;
}
.footbox  .f-tel .s2{
    font-size:26px;
}
.footbox .f-bottom .item .list:nth-child(1){
    width: 480px;
    float: left;
}
.footbox .f-bottom .item .list:nth-child(2){
    width: 620px;
    float: right;
}
.footbox .f-bottom .item .list .tt{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.footbox .f-bottom .item .list .tt span{
    font-size:18px;
    color:#fff;
    position: relative;
    z-index: 2;
}
.footbox .f-bottom .item .list .tt i{
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/t-yuan.png") no-repeat center;
    right: -10px;
    top: -5px;
}
.footbox .f-bottom .item .list .abox a{
    display: block;
    float: left;
    width: 25%;
    line-height: 35px;
    font-size:14px;
    color:#fff;
}
.footbox .f-bottom .item .list .abox a:hover{
    color:#c93036;
}
.footbox .f-bottom .item .list .lxbox p{
    float: left;
    width: 50%;
    padding-left:40px;
    line-height: 30px;
    font-size:14px;
    color:#fff;
}
.footbox .f-bottom .item .list .lxbox p.mob{
    background: url("../img/mob.png") no-repeat left center;
}
.footbox .f-bottom .item .list .lxbox p.tel{
    background: url("../img/tel.png") no-repeat left center;
}
.footbox .f-bottom .item .list .lxbox p.email{
    background: url("../img/email.png") no-repeat left center;
}
.footbox .f-bottom .item .list .lxbox p.address{
    background: url("../img/address.png") no-repeat left center;
}
.copy{
    background: rgba(0,70,176,0.4);
    height: 75px;
}
.copy .warpper{
    height: 100%;
}
.copy .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: 16px;
    color: #fff;
}
.copy .inner a{
    color: #fff;
}
.sbanner{
    width: 100%;
    height: 500px;
    background: url("../img/sbanner.jpg") no-repeat center;
}
.allcrumbs{
    font-size:14px;
    color:#666666;
}
.allcrumbs a{
    color:#666666;
 }

.inner-company .condes{
    padding:38px;
    background: url("../img/condesbg.jpg") no-repeat center bottom / cover;
}
.inner-company .condes .tbox{
    margin-bottom: 27px;
    padding-left:13px;
    border-left:3px solid #005ea8;
}
.inner-company .condes .tbox-left .t1{
    font-size:24px;
    color:#333;
}
.inner-company .condes .tbox-left .t1 span{
    color:#0046b0;
}
.inner-company .condes .tbox-left .t2{
    font-size:24px;
    color:#333333;
}
.inner-company .condes .des{
    font-size:15px;
    color:#666;
    line-height: 35px;
}
.inner-company .condes .innercomimg{
    width: 100%;
    margin:30px 0;
}
.inner-company .condes .itembox .t{
    font-size:15px;
    color:#0046b0;
    margin-bottom: 10px;
}
.inner-company .condes .item .list{
    float: left;
    width: 25%;
}
.inner-company .condes .item .list p{
    line-height: 33px;
    font-size:15px;
    color:#666666;
    padding-left:20px;
    background: url("../img/listicon.png") no-repeat left center;
}
.inner-company .ys-item{
    margin-top: 26px;
}
.inner-company .ys-item .list{
    width: 334px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.inner-company .ys-item .list .text{
    position: absolute;
    width: 100%;
    padding:0 30px;
    left:0;
    bottom:30px;
}
.inner-company .ys-item .list .text .icon{
    width: 60px;
    height: 60px;
    background: #da251c;
    border-radius: 100%;
    position: relative;
    margin-bottom: 20px;
}
.inner-company .ys-item .list .text  .title{
    color:#fff;
    font-size:28px;
}
.inner-company .ys-item .list .text .line{
    width: 26px;
    height: 2px;
    background: #da251c;
    margin:13px 0;
}
.inner-company .ys-item .list .text  .con{
    color:#fff;
    font-size:16px;
}

.inner-pro-item ul li {
    float: left;
    width: 336px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.inner-pro-item ul li:nth-child(3n){
    margin-right: 0;
}
.pro-des-top .proimg{
    float: left;
    width: 560px;
    height: 560px;
    position: relative;
    overflow: hidden;
    border:1px solid #f0f0f0;
}
.pro-des-top .proimg .imgmoreSwiper{
    width: 100%;
    height: 100%;
}
.pro-des-top .proimg  .swiper-slide{
    width: 100%;
    height: 100%;
}
.pro-des-top .protxt{
    width: 465px;
    float: right;
}
.pro-des-top .protxt .catname{
    font-size:16px;
    color:#333333;
}
.pro-des-top .protxt .title{
    font-size:30px;
    color:#333333;
    padding: 20px 0;
    border-bottom: 3px solid #efefef;
    position: relative;
}
.pro-des-top .protxt .title:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 3px;
    width: 100px;
    background: #0046b0;
}
.pro-des-top .protxt .des{
    font-size:14px;
    color:#666666;
    line-height: 30px;
    margin:17px 0;
}
.pro-des-top .protxt .item{
    border:1px solid #f0f0f0;
}
.pro-des-top .protxt .item .list{
    float: left;
    width: 25%;
    height: 145px;
    border-right:1px solid #f0f0f0;
    text-align:center;
    padding-top: 32px;
}
.pro-des-top .protxt .item .list:last-child{
    border-right:none;
}
.pro-des-top .protxt .item .list .icon{
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 100%;
    margin:0 auto;
    background: #0046b0;
}
.pro-des-top .protxt .item .list:hover .icon img{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.pro-des-top .protxt .item .list .tt{
    margin-top: 13px;
    font-size:16px;
    color:#333333;
}
.pro-des-top .protxt .telbox{
    padding-left:60px;
    background: url("../img/f-tel.png") no-repeat left center;
    margin:50px 0 30px 0;
}
.pro-des-top .protxt .telbox .t1{
    font-size:15px;
    color:#333333;
}
.pro-des-top .protxt .telbox .t2{
    font-size:28px;
    color:#c93036;
}
.pro-des-top .protxt .more{
    height: 50px;
    width: 220px;
    background: #0046b0;
}
.pro-des-top .protxt .more:hover{
    background: #da251c;
}
.pro-des-top .protxt .more span{
    display: inline-block;
    color:#fff;
    font-size:18px;
    margin-left: 12px;
}
.pro-des-bottom{
    margin-top: 40px;
}
.allprotitle{
    background: #f3f3f3;
    margin-bottom: 20px;
}
.allprotitle span{
    line-height: 50px;
    display: inline-block;
    padding:0 40px;
    font-size:24px;
    color:#fff;
    background: #0046b0;
}
.des-content{
    font-size:16px;
    color:#595959;
    line-height: 30px;
}
.des-content img{

    max-width: 100%;
}
.des-content table{
    width: 100% !important;
    border-collapse: collapse;
}

.des-content table tr td{
    font-size:15px;
    color:#2c2b2b;
    text-align:center;
    border:1px solid #e3e3e3;
}

.inner-news-list a{
    height: 60px;
    font-size:16px;
    color:#333;
    border-bottom:1px dashed #c7c7c7;
}
.inner-news-list a .time{
    margin-right: 12px;
}
.inner-news-list a .title{
    width: calc(100% - 110px);
}
.inner-news-list a:hover .time
,.inner-news-list a:hover .title{
    font-weight: bold;
    color:#0046b0;
}

.inner-news-des{
    background: #fff;
}
.inner-news-des .left .tbox{
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
    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;
    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: 65%;
    margin:1% auto;
}

.inner-contact-fir .map{
    width: 100%;
    height: 510px;
    overflow: hidden;
    position: relative;
}
.inner-contact-fir .map #mymap{
    width: 120%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
}
.inner-contact-fir .text{
    position: absolute;
    background: #fff;
    padding: 35px 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 72px;
    z-index: 2;
    width: 485px;
}
.inner-contact-fir .text .tbox .title{
    font-weight: bold;
    font-size:22px;
    color:#323232;
}
.inner-contact-fir .text .tbox .line{
    width: 43px;
    height: 4px;
    background: #0046b0;
    margin:12px 0 20px 0;
}
.inner-contact-fir .text .lx{
    font-size:14px;
    line-height: 30px;
    color:#303030;
}
.inner-contact-sec{
    background: url("../img/innermesbg.jpg") no-repeat center / cover;
}
.inner-contact-sec .formbox .left{
    float: left;
    width: 628px;
}
.inner-contact-sec .formbox .t{
    font-weight: bold;
    color:#343434;
    font-size:16px;
    line-height: 73px;
    padding-left: 22px;
    background: #fff;
}
.inner-contact-sec .formbox .left .t{
    width: 120px;
}
.inner-contact-sec .formbox .left input{
    width: calc(100% - 120px);
    line-height: 73px;
    font-size:14px;
    color:#333;
    background: #fff;
    outline: none;
}
.inner-contact-sec .formbox .left input::placeholder{
    font-size:14px;
    color:#8b8b8b;
}
.inner-contact-sec .formbox .left .inputtbox{
    margin-bottom: 15px;
}
.inner-contact-sec .formbox .left .code{
    width: calc(100% - 120px);
    position: relative;
}
.inner-contact-sec .formbox .left .code .verify{
    height: 64px;
    width: 100px;
    position: absolute;
    right:15px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.inner-contact-sec .formbox .left .code .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-sec .formbox .left .code input{
    width: 100%;
}
.inner-contact-sec .formbox .right{
    float: right;
    width: 717px;
    background: #fff;
    height: 337px;
}
.inner-contact-sec .formbox .right .t{
    border-bottom:2px solid #f1f1f1;
}
.inner-contact-sec .formbox .right .inner{
    padding:0 22px;
}
.inner-contact-sec .formbox .right textarea{
    width: 100%;
    height: 170px;
    padding:22px 0;
    font-size:14px;
    color:#333;
}
.inner-contact-sec .formbox .right textarea::placeholder{
    font-size:14px;
    color:#8b8b8b;
}
.inner-contact-sec .formbox .right .submit{
    display: block;
    line-height: 60px;
    width: 100%;
    background: #0046b0;
    border-radius: 11px;
    text-align:center;
    font-size:16px;
    font-weight: bold;
    color:#fff;
}
.inner-contact-sec .formbox .right .submit:hover{
    background: #c92f37;
}