.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: 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;
}

.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;
}

.allhead{
    background: #fff;
    height: 100px;
}
.allhead .logo{
    float: left;
    margin-top: 20px;
}
.head_menu{
    float: right;
    width: 810px;
}
.head_menu li{
    position: relative;
}
.head_menu a{
    display: block;
    line-height: 100px;
    font-size:16px;
    color:#333333;
    font-weight: bold;
}
.head_menu a:hover
,.head_menu a.act{
    color:#253d99;
}
.head_menu li .erji{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:100%;
    background: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.head_menu li:hover .erji{
    opacity: 1;
    visibility: visible;
}
.head_menu li .erji a{
    display: block;
    line-height: 45px;
    padding:0 35px;
    text-align:center;
    white-space: nowrap;
    font-size:16px;
    color:#333;
}
.head_menu li .erji a:hover{
    background: #253d99;
    color:#fff;
}

.bannerbox .swiper-slide img{
    width: 100%;
}
.bannerbox .swiper-pagination{
    bottom: 5%;
}
.bannerbox .swiper-pagination-bullet{
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 10px !important;
    position: relative;
}
.bannerbox .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 #fff;
    opacity: 0;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #fff;
}
.bannerbox .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.bannerbox .banner-btn:after{
    display: none;
}
.bannerbox .banner-btn{
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.75);
}
.bannerbox .banner-btn:hover{
    background: rgba(37,61,153,0.75);
}
.bannerbox .swiper-button-prev{
    left:5%;
}
.bannerbox .swiper-button-next{
    right:5%;
}
.alltitle{
    margin-bottom: 30px;
}
.alltitle.left{
    text-align:left;
}
.alltitle.cent{
    text-align:center;
}
.alltitle .en{
    font-family: Impact;
    text-transform: uppercase;
    font-size:60px;
    color:#f5f5f5;
}
.alltitle .t1{
    font-size:40px;
    color:#282828;
    font-weight: bold;
    margin-top: -60px;
}
.alltitle .t1 span{
    color:#253d99;
}
.alltitle .t2{
    font-size:18px;
    color:#676566;
    margin-top: 10px;
    margin-bottom: 15px;
}
.alltitle .line{
    width: 35px;
    height: 4px;
    background: #253d99;
}
.alltitle.cent .line{
    margin:0 auto;
}
.allsider{
    width:300px;
    float: left;
}
.sider-top{
    height: 100px;
    background: #253d99;
    text-align:center;
    padding-top: 20px;
}
.sider-top .t1{
    font-size:26px;
    font-weight: bold;
    color:#fff;
}
.sider-top .en{
    font-size:16px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    opacity: 0.3;
}
.sider-cent{
    background: #f2f2f2;
    padding:20px 30px;
}
.sider-cent ul li{
    border-top:1px solid #cdcdcd;
    padding:15px 0;
    position: relative;
}
.sider-cent ul li:last-child{
    border-bottom:1px solid #cdcdcd;
}
.sider-cent ul li>a{
    display: block;
    font-size:18px;
    font-weight: bold;
    color:#333333;
}
.sider-cent ul li .erji{
    margin-top: 10px;
    display: none;
}
.sider-cent ul li .erji a{
    display: block;
    font-size:14px;
    color:#666666;
    font-weight: bold;
    position: relative;
    padding-left:17px;
    line-height: 35px;
}
.sider-cent ul li .erji a:hover
,.sider-cent ul li .erji a.act{
    color:#253d99;
}
.sider-cent ul li .icon{
    width: 30px;
    height: 30px;
    background: url("../img/sider-icon1.png") no-repeat center;
    position: absolute;
    right:0;
    top: 14px;
    cursor: pointer;
}
.sider-cent ul li.act>a
,.sider-cent ul li:hover>a{
    color:#253d99;
}
.sider-cent ul li.act .icon
,.sider-cent ul li:hover .icon{
    background: url("../img/sider-icon2.png") no-repeat center;
}

.pro-right{
    float: right;
    width: 860px;
}

.in_pro_top{
    padding:30px;
    border:1px solid #f2f2f2;
}
.in_pro_top .imgbox{
    float: left;
    width: 260px;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.in_pro_top .text {
    float: right;
    width: 507px;
}
.in_pro_top .text .title{
    font-weight: bold;
    font-size:24px;
    color:#333;
}
.in_pro_top .text .line{
    width: 42px;
    height: 3px;
    background: #253d99;
    margin:15px 0 20px 0;
}
.in_pro_top .text .des{
    line-height: 30px;
    font-size:14px;
    color:#888888;
}
.in_pro_top .text .abox{
    margin-top:61px;
}
.in_pro_top .text .abox a{
    float: left;
    margin-right: 10px;
}
.allmore{
    width: 140px;
    height: 40px;
}
.allmore .icon{
    width:18px;
    height: 18px;
    position: relative;
}
.allmore span{
    font-size:15px;
    display: inline-block;
    margin-left: 10px;
}
.allmore.style1{
    background: #253d99;
}
.allmore.style1 .icon .img2{
    opacity: 0;
}
.allmore.style1:hover{
    background: #c49600;
}
.allmore.style1 span{
    color:#fff;
}
.allmore.style2{
    border:1px solid #fff;
}
.allmore.style2 span{
    color:#fff;
}
.allmore.style2:hover{
    background: #fff;
}
.allmore.style2:hover span{
    color:#253d99;
}
.allmore.style2 .icon .img2{
    opacity: 0;
}
.allmore.style2:hover .icon .img1{
    opacity: 0;
}
.allmore.style2:hover .icon .img2{
    opacity: 1;
}
.in_pro_bottom{
    margin-top: 20px;
}
.in_pro_bottom .list{
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.in_pro_bottom .list:nth-child(3n){
    margin-right: 0;
}
.allpro{
    border:1px solid #f2f2f2;
}
.allpro .imgbox{
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
}
.allpro .title{
    line-height: 50px;
    background: #f2f2f2;
    text-align:center;
    font-size:16px;
    color:#333;
}
.allpro .imgbox .meng{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,0.8);
    padding-top: 83px;
    opacity: 0;
}
.allpro .imgbox .meng a{
    margin:0 auto 20px auto;
}
.allpro:hover .imgbox .meng{
    opacity: 1;
}
.allpro:hover .title{
    background: #253d99;
    color:#fff;
}
.in_company{
    position: relative;
    background: url("../img/companybg.jpg") no-repeat center / cover;
}

.in_company .text{
    width: 560px;
}
.in_company .text .alltitle .en{
    color:#cee1f5;
}
.in_company .text .com_des{
    line-height: 30px;
    font-size:15px;
    color:#646466;
    margin-bottom: 47px;
}
.in_company .text  .item a{
    display: block;
    width: 115px;
    height: 95px;
    background: #253d99;
    border-radius:10px 0 10px 0;
    color:#fff;
    text-align:center;
    padding-top: 20px;
    margin-right: 12px;
    float: left;
}
.in_company .text  .item a:hover{
    background: #c49600;
}
.in_company .text  .item a img{
    display: block;
    margin:0 auto;
}
.in_company .text  .item a p{
    font-size:14px;
    margin-top: 17px;
}
.in_company .piclunbo{
    position: absolute;
    width: 50%;
    height: 100%;
    right:0;
    top:0;
}
.in_company .piclunbo .swiper-container{
    width: 100%;
    height: 100%;
}
.in_company .piclunbo .swiper-slide{
    width: 100%;
    height: 100%;
}
.in_company .piclunbo .btn{
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.75);
    margin-top:0;
    bottom:0;
    top:initial;
}
.in_company .piclunbo .btn:after{
    font-size:18px;
}
.in_company .piclunbo .btn:hover{
    background: #253d99;
}
.in_company .piclunbo .swiper-button-prev{
    left:0;
}
.in_company .piclunbo .swiper-button-next{
    left:60px;
    right:initial;
}
.in_company .piclunbo .more{
    width: 180px;
    line-height: 60px;
    text-align:center;
    font-size:15px;
    color:#fff;
    position: absolute;
    left:120px;
    bottom:0;
    background: #c49600;
    z-index: 3;
}
.in_case .swiper-container{
    padding-top: 15px;
}
.in_case .swiper-slide .inner{
    border:2px solid #f1f1f3;
}
.in_case .swiper-slide .imgbox{
    width: 100%;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.in_case .swiper-slide .title{
    line-height: 65px;
    text-align:center;
    font-size:18px;
    color:#333;
    background: #f1f1f3;
}
.in_case .swiper-slide:hover{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.in_case .swiper-slide:hover .inner{
    border:2px solid #253d99;
}
.in_case .swiper-slide: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_case .swiper-slide:hover .title{
    background: #253d99;
    color:#fff;
}
.caselunbo{
    position: relative;
}
.caselunbo .btn{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
}
.caselunbo .btn:hover{
    background: #253d99;
}
.caselunbo .btn:after{
    font-size:18px;
}
.caselunbo .swiper-button-next{
    right: -80px;
}
.caselunbo .swiper-button-prev{
    left: -80px;
}
.alltelbox{
    margin:40px auto 0 auto;
}
.alltelbox .tel{
    width: 240px;
    height: 48px;
    background: #c49600;
}
.alltelbox .tel span{
    display: inline-block;
    font-weight: bold;
    color:#fff;
    font-size:24px;
    margin-left: 10px;
}
.alltelbox .more{
    width: 140px;
    line-height: 48px;
    background: #253d99;
    text-align:center;
    color:#fff;
    font-size:15px;
    display: block;
}

.in_guang{
    height: 240px;
    background: url('../img/guangbg.jpg') no-repeat center;
}
.in_guang .text{
    float: left;
    margin-left: 287px;
    width: 525px;
    margin-top: 63px;
}
.in_guang .text .t1{
    color:#fff;
    font-size:30px;
    font-family: 'ali';
    line-height: 38px;
}
.in_guang .text .t1 span{
    font-family: 'ali';
    background-image: -webkit-linear-gradient(#c49600,#ffe33f,#c49600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.in_guang .text .t2 span{
    display: inline-block;
    padding-left: 26px;
    background: url("../img/guang-img2.png") no-repeat left center;
    line-height: 30px;
    margin-right: 25px;
    font-size:18px;
    margin-top: 18px;
    color:#fff;
}
.in_guang .text .t2 span:last-child{
    margin-right: 0;
}
.in_guang .lx{
    float: right;
    text-align:right;
    color:#fff;
    margin-top: 45px;
}
.in_guang .lx .allmore{
    border-radius: 6px;
    background: #fff;
    float: right;
    margin-bottom: 25px;
}
.in_guang .lx .allmore .icon .img1{
    opacity: 0;
}
.in_guang .lx .allmore .icon .img2{
    opacity: 1;
}
.in_guang .lx .allmore span{
    color:#253d99;
}
.in_guang .lx .allmore:hover span{
    color:#fff;
}
.in_guang .lx .allmore:hover .icon .img1{
    opacity: 1;
}
.in_guang .lx .allmore:hover .icon .img2{
    opacity: 0;
}
.in_guang .lx .allmore:hover{
    background: #c49600;
}
.in_guang .lx .tel{
    font-weight: bold;
    font-size:32px;
}
.in_guang .lx .s{
    font-size:18px;
}

.in_news_box .left{
    width: 545px;
    float: left;
}
.in_news_box .left .imgbox{
    width: 100%;
    height: 305px;
    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 .text{
    padding:20px 97px 30px 0;
    border-bottom:2px solid #eee;
    position: relative;
}
.in_news_box .text .title{
    font-size:22px;
    color:#000;
    font-weight: bold;
}
.in_news_box .text .con{
    font-size:14px;
    color:#888;
    line-height: 25px;
    margin:15px 0 30px 0;
}
.in_news_box .text .time{
    font-size:16px;
    color:#999999;
    font-weight: bold;
}
.in_news_box .text .more{
    width: 50px;
    height: 50px;
    border:1px solid #b9b9b9;
    background:#fff url("../img/news-jian.png") no-repeat center;
    position: absolute;
    right:0;
    bottom:30px;
    border-radius: 100%;
}
.in_news_box .left:hover .text .more{
    border:1px solid #253d99;
    background:#253d99 url("../img/news-jian1.png") no-repeat center;
}
.in_news_box .right{
    float: right;
    width: 600px;
}
.in_news_box .right .text{
    padding-top: 0;
    padding-bottom: 15px;
}
.in_news_box .right .text{
    margin-bottom: 26px;
}
.in_news_box .right .list:last-child .text{
    margin-bottom: 0;
}
.in_news_box .right .text .title{
    font-size:16px;
}
.in_news_box .right .text .time{
    font-size:14px;
}
.in_news_box .right .list:hover .text .more{
    border:1px solid #253d99;
    background:#253d99 url("../img/news-jian1.png") no-repeat center;
}
.footbox{
    background: #070d27;
}
.footbox .inner{
    border-left:1px solid #2c3147;
    border-right:1px solid #2c3147;
}
.footbox .foot-left{
    float: left;
    width: 855px;
}
.footbox .foot-left-top{
    padding-left:40px;
    padding-top:55px;
    padding-bottom: 30px;
    border-bottom:1px solid #2c3147;
}
.footbox .foot-left-top .line{
    width: 1px;
    height: 40px;
    background: #525668;
    margin:0 30px;
}
.footbox .foot-left-top .tel{
    padding-left:65px;
    background: url("../img/f-tel.png") no-repeat left center;
}
.footbox .foot-left-top .tel .t1{
    font-size:14px;
    color:#7b7e8c;
}
.footbox .foot-left-top .tel .t2{
    font-size:26px;
    color:#fff;
    font-family: Impact;
}
.footbox .foot-left-bottom{
    padding-left:40px;
    padding-top:30px;
    padding-bottom: 45px;
}
.footbox .foot-left-bottom p{
    float: left;
    width: 34%;
    padding-left:35px;
    font-size: 15px;
    color: #7b7e8c;
    line-height: 35px;
}
.footbox .foot-left-bottom p.tel{
    background: url("../img/foot-tel.png") no-repeat left center;
}
.footbox .foot-left-bottom p.qq{
    background: url("../img/foot-qq.png") no-repeat left center;
}
.footbox .foot-left-bottom p.fax{
    background: url("../img/foot-fax.png") no-repeat left center;
}
.footbox .foot-left-bottom p.add{
    width: 66%;
    background: url("../img/foot-add.png") no-repeat left center;
}
.footbox .foot-right{
    width: 270px;
    float: right;
    margin-right: 38px;
    margin-top: 82px;
}
.footbox .foot-right .erbox{
    width: 120px;
    text-align:center;
}
.footbox .foot-right .erbox img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.footbox .foot-right .erbox p{
    font-size:14px;
    color:#7b7e8c;
    margin-top: 8px;
}

.copy{
    font-size: 14px;
    color:#7b7e8c;
    line-height: 70px;
    border-top:1px solid #2c3147;
}
.copy a{
    color:#7b7e8c;
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}

.sbanner{
    height: 480px;
    width: 100%;
    background: url("../img/s-banner.jpg") no-repeat center;
}

.allcrumbs{
    line-height: 60px;
    border-bottom:1px solid #e4e4e4;
    font-size:14px;
    color:#666666;
}
.allcrumbs a{
    color:#666666;
}
.allcrumbs .inner{
    padding-left: 20px;
    position: relative;
}
.allcrumbs .inner:after{
    position: absolute;
    content:"";
    width: 8px;
    height: 20px;
    background: #253d99;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-company-fir .text{
    float: left;
    width: 565px;
}
.inner-company-fir .text .title{
    font-weight: bold;
    color:#253d99;
    font-size:30px;
    margin-bottom:15px;
}
.inner-company-fir .text .des{
    line-height: 28px;
    color:#666666;
    font-size:16px;
}
.inner-company-fir .imgbox{
    float: right;
    width: 592px;
}
.inner-company-fir .imgbox img{
    width: 100%;
}

.inner-company-sec .swiper-slide .imgbox{
    width: 100%;
    height: 255px;
    position: relative;
    overflow: hidden;
}
.inner-company-sec .swiper-slide .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);
}
.factlunbo{
    position: relative;
}
.factlunbo .btn{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
}
.factlunbo .btn:hover{
    background: #253d99;
}
.factlunbo .btn:after{
    font-size:18px;
}
.factlunbo .swiper-button-next{
    right: -80px;
}
.factlunbo .swiper-button-prev{
    left: -80px;
}

.inner-goods-item .list{
    float: left;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.inner-goods-item .list:nth-child(3n){
    margin-right: 0;
}
.pro-des-top{
    margin-bottom: 30px;
}
.pro-des-top .imgbox{
    float: left;
    width: 400px;
    height: 400px;
    border:1px solid #f2f2f2;
    position: relative;
}
.pro-des-top .imgbox .swiper-container{
    width: 100%;
    height: 100%;
}
.pro-des-top .imgbox .swiper-container .pic{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.pro-des-top .swiper-container-pic .btn{
    width: 36px;
    height: 56px;
    background: rgba(0,0,0,0.5);
}
.pro-des-top .swiper-container-pic .btn:after{
    font-size:18px;
}
.pro-des-top .swiper-container-pic .btn:hover{
    background: #253d99;
}
.pro-des-top .swiper-button-next{
    right: 0;
}
.pro-des-top .swiper-button-prev{
    left: 0;
}
.pro-des-top .text{
    float: right;
    width: 425px;
}
.pro-des-top .text .cat{
    display: inline-block;
    line-height: 32px;
    background: #253d99;
    border-radius: 16px 0 16px 0;
    padding:0 20px;
    color:#fff;
    font-size:16px;
    font-weight: bold;
}
.pro-des-top .text .title{
    color:#253d99;
    font-size:24px;
    font-weight: bold;
    margin:25px 0;
}
.pro-des-top .text .line{
    width: 100%;
    height: 3px;
    background: #eeeeee;
    position: relative;
}
.pro-des-top .text .line:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background: #253d99;
    left: 0;
    top: 0;
}
.pro-des-top .text .lx{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    margin: 25px 0 42px 0;
}
.pro-des-title{
    margin-bottom: 25px;
    background: #f2f2f2;
}
.pro-des-title span{
    display: inline-block;
    line-height: 40px;
    background: #253d99;
    color:#fff;
    font-size:18px;
    font-weight: bold;
    padding:0 35px;
}
.pro-des-content{
    line-height: 30px;
    color:#6e6e6e;
    font-size:16px;
    padding-bottom: 40px;
    border-bottom:1px solid #d2d2d2;
}
.innerbg {
    background: #f2f2f2;
}

.mln_news ul{
    width: 100%;
}
.mln_news ul li{    padding: 35px;
    border: 1px solid #e9e9e9;
    transition: 0.6s;
    text-align: initial !important;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    background: #fff;
}
.mln_news ul li:first-of-type{
    margin-top: 0;
}
.mln_news ul li:hover{
    background: #fff;
    box-shadow: 0 20px 20px #ddd;
    transition: 0.6s;
}
.mln_news ul li a{
    display: block;
}
/*.mln_news ul li a{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:28px 15px;position:relative;top:0;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-ms-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease}*/
.mln_news ul li a b.img_jz{
    width: 288px;
    height: 216px;
    background-color: #DBD9DA;
    margin-right: 35px;
    text-decoration: none;
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    float: left;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}
.mln_news ul li a b.img_jz img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mln_news ul li a:hover .time{
    color: #253d99;
}
.mln_news ul li a .time{
    width: 72%;
    bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    position: absolute;
    left: 377px;
}

.mln_news ul li a .time:before{
    display: block;
    content: '';
    width: 116px;
    height: 2px;
    background: #253d99;
    position: absolute;
    top: -20px;
    left: 0;
    transition: 0.6s;
}
.mln_news ul li a:hover .time:before{
    width: 90%;
    transition: 0.6s;
}
.mln_news ul li a .time span{
    position: absolute;
    right: 82px;
    bottom: 0px;
    font-size: 16px;
    z-index: 2;
    font-weight: bold;
    color: #253d99;
    padding-right: 20px;
    opacity: 0;
}
.mln_news ul li a:hover .time span {
    opacity: 1;
    transition: 0.6s;
}
.mln_news ul li a .time span:before{
    content: '';
    width: 0px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    transition: 0.6s;
}



.mln_news ul li a .z_news_text{
    width: 780px !important;
    height: 216px !important;
    float: right;
}

.mln_news ul li a .z_news_text>p{
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin: 20px 0;
    display: block;
}
.mln_news ul li a .z_news_text>small{
    font-size: 15px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
}

.mln_news ul li a:after{display:block;content:'';clear:both}

.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%);
}

.inner-fact-item ul li{
    float: left;
    width: 379px;
    margin-right: 31px;
    margin-bottom: 31px;
}
.inner-fact-item ul li:nth-child(3n){
    margin-right: 0;
}
.inner-fact-item ul li .imgbox{
    width: 100%;
    height: 295px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border:1px solid #eee;
}
.inner-fact-item ul li: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-fact-item ul li .title{
    line-height: 50px;
    background: #fff;
    text-align:center;
    font-size:16px;
    color:#333;
}
.inner-fact-item ul li:hover .title{
    background: #253d99;
    color:#fff;
}
.inner-honor-item ul li .title{
    background: #eee;
}

.inner-contact-item{
    width: 100%;
    height: 560px;
}
.inner-contact-item .list{
    float: left;
    width: 50%;
    height: 100%;
    padding:3%;
}
.inner-contact-item .list1{
    background: #253d99;
}
.inner-contact-item .list2{
    background: #fff;
}
.inner-contact-item .list .tbox{
    margin-bottom: 50px;
}
.inner-contact-item .list .tbox .t{
    font-size:30px;
}
.inner-contact-item .list .tbox .line{
    width: 30px;
    height: 2px;
    margin-top: 15px;
}
.inner-contact-item .list .tbox.white .t{
    color:#fff;
}
.inner-contact-item .list .tbox.white .line{
    background: #fff;
}
.inner-contact-item .list .tbox.color .t{
    color:#222;
}
.inner-contact-item .list .tbox.color .line{
    background: #222;
}
.inner-contact-item .list1 .lx-list{
    margin-bottom: 50px;
}
.inner-contact-item .list1 .lx-list:last-child{
    margin-bottom: 0;
}
.inner-contact-item .list1 .lx-list .icon{
    position: relative;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.35);
    border-radius: 100%;
    margin-right: 15px;
}
.inner-contact-item .list1 .lx-list .icon img{
    max-width: 48%;
}
.inner-contact-item .list1 .lx-list .text{
    width: calc(100% - 50px);
}
.inner-contact-item .list1 .lx-list .text .s1{
    font-weight: bold;
    font-size:16px;
    color:#fff;
}
.inner-contact-item .list1 .lx-list .text .s2{
    font-size:16px;
    margin-top: 8px;
    color:#fff;
}
.inner-contact-item .list1 .lx-list .text .s2 a{
    color:#fff;
}
.inner-contact-item .list2 form input{
    width: 100%;
    line-height: 50px;
    background:#fff;
    outline:none;
    border:1px solid #dcdcdc;
    text-indent: 20px;
    color:#333;
    font-size:14px;
    margin-bottom: 20px;
}
.inner-contact-item .list2 form input::placeholder{
    color:#999;
    font-size:14px;
}
.inner-contact-item .list2 form textarea{
    width: 100%;
    height: 100px;
    background:#fff;
    outline:none;
    border:1px solid #dcdcdc;
    padding: 20px;
    color:#333;
    font-size:14px;
    margin-bottom: 10px;
}
.inner-contact-item .list2 form textarea::placeholder{
    color:#999;
    font-size:14px;
}
.inner-contact-item .list2 form .inputbox input{
    float: left;
    width: 40%;
}
.inner-contact-item .list2 form .inputbox .verify{
    float: left;
    margin-left: 10px;
    height: 52px;
    width: 24%;
    position: relative;
}
.inner-contact-item .list2 form .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.inner-contact-item .list2 form .inputbox .submit{
    float: right;
    display: block;
    line-height: 52px;
    text-align:center;
    background: #222;
    width: 30%;
    color:#fff;
    font-size:16px;
}
.inner-contact-item .list2 form .inputbox .submit:hover{
    background: #c49600;
}
.inner-contact-sec #mymap{
    width: 100%;
    height: 500px;
}