html{
    min-width: 1220px;
}
.wrap{
    margin: 0 auto;
    width: 1300px;
}

.wrap3{
    margin: 0 auto;
    width: 1310px;
}
.header-content{
    height: 80px;
    background-color: #070504;
}
.logo{
    float: left;
    height: 80px;
    line-height: 80px;
}
.header-lang{
    position: relative;
    float: right;
    margin-top: 30px;
}
.header-lang-h{
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-right: 12px;
    background: url("../images/lang-arrow.png") no-repeat right center;
    cursor: pointer;
    z-index: 21;
}
.header-lang-select{
    position: absolute;
    right: -10px;
    top: 0;
    width: 76px;
    background-color: black;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 16px;
    display: none;
    overflow: hidden;
}
.header-lang-select p a{
    display: inline-block;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 6px;
}
.header-lang-select p a:hover{
    opacity: 1;
}

.header-lang-line{
    float: right;
    height: 12px;
    width: 1px;
    background: #fff;
    margin-top: 32px;
    margin-right: 14px;
}
.search-box{
    position: relative;
    float: right;
    margin-right: 16px;
    margin-top: 30px;

}
.search-icon{
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url("../images/search.png") no-repeat center center;
}
.search-input{
    float: left;
    height: 30px;
    width: 180px;
    padding: 0 5px;
    border: none;
}
.search-btn{
    float: left;
    width: 30px;
    height: 30px;
    background: #0f4cc9 url("../images/search.png") no-repeat center center;
    border: none;
    cursor: pointer;
}
.search-content{
    position: absolute;
    top: 50px;
    right: -20px;
    z-index: 20;
    padding: 10px;
    background: #000;
    width: 220px;
    display: none;
}

.header-nav{
    float: right;
    margin-top: 30px;
    margin-right: 12px;
}
.header-nav ul{
    list-style: none;
}
.header-nav li{
    float: left;
    padding: 0 22px;
    background: url("../images/nav-line.png") no-repeat left center;
}
.header-nav li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.header-nav li a:hover{
    color: #0f4cc9;
}
.header-nav li a.on{
    color: #0f4cc9;
}
.header-nav ul li:first-child{
    background: none;
}

.index-banner .swiper-container{
    height: 700px;
    position: relative;
}
.index-banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 36px;
    width: 100%;
    text-align: center;
}
.index-banner .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.index-banner .swiper-active-switch {
    width: 40px;
    background: #0f4cc9;
}

.index-banner-content{
    height: 700px;
    line-height: 700px;
    text-align: center;
    z-index: 11;
}
.index-banner-box{
    display: inline-block;
    width: 1200px;
    vertical-align: middle;
}
.ib-box-h{
    font-size: 55px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}
.ib-box-p{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 6px;
}
.ib-box-more{
    width: 174px;
    margin: 38px auto 0;
    border: 1px solid #fff;
    line-height: 40px;
    border-radius: 20px;
    transition: all 0.5s ease;
    text-align: center;
}
.ib-box-more:hover{
    background-color: rgba(255,255,255,0.6);
}
.ib-box-more a{
    display: block;
}
.ib-box-more span{
    position: relative;
    display: inline-block;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    transition: all 0.5s ease;
}
.ib-box-more:hover span{
    color: #000;
}
.banner-more-icon{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 15px;
    background: url("../images/banner-more.png") no-repeat center center;
    transition: all 0.5s ease;
}
.ib-box-more:hover .banner-more-icon{
    right: -4px;
    background: url("../images\/banner-more-on.png") no-repeat center center;
}
.index-product{
    background-color: #f4f4f4;
    padding-bottom: 50px;
}
.index-title{
    text-align: center;
    padding-top: 50px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.index-title.cur{
    opacity: 1;
    transform: none;
}
.index-title h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.index-title p{
    font-family: Arial;
    color: #333;
    margin-top: 8px;
}
.index-product-type{
    margin-top: 30px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.2s;
}
.index-product-type.cur{
    opacity: 1;
    transform: none;
}
.index-product-type span{
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: all 0.5s ease;
}
.index-product-type span.on{
    background-color: #0f4cc9;
    color: #fff;
    border: 1px solid #0f4cc9;
}
.index-product-type span:hover{
    background-color: #0f4cc9;
    color: #fff;
    border: 1px solid #0f4cc9;
}
.index-product-content{
    position: relative;
    margin-top: 60px;
    height: 450px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.4s;
}
.index-product-content.cur{
    opacity: 1;
    transform: none;
}
.index-product-content .swiper-container{
    height: 450px;
}
.ip-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f4f4f4;
}
.ip-box{
    width: 386px;
    height: 440px;
    border: 5px solid #fff;
    margin: 0 auto;
    background-color: #f4f4f4;
    transition: all 0.5s ease;
}
.ip-box:hover{
    border: 5px solid #0f4cc9;
}
.ip-box-img{
    /*width: 250px;*/
    /*margin: 20px auto 0;*/
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.ip-box-img img{
    transition: all 0.5s ease;
}
.ip-box:hover .ip-box-img img{
    transform: scale(1.1);
}
.ip-box-p{
    width: 250px;
    margin: 0 auto;
}
.ip-box-p h3{
    margin-top: 21px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ip-box-p p{
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
}
.im-box-more{
    width: 116px;
    height: 38px;
    line-height: 38px;
    margin: 4px auto 0;
    text-align: center;
    color: #666666;
    background-color: #fff;
    transition: all 0.5s ease;
}
.im-box:hover .im-box-more{
    background-color: #0f4cc9;
    color: #fff;
}
.ip-left{
    position: absolute;
    top: 48%;
    left: -40px;
    width: 20px;
    height: 35px;
    background: url("../images/ip-left.png") no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}
.ip-left:hover{
    background: url("../images/ip-left-on.png") no-repeat;
}
.ip-right{
    position: absolute;
    top: 48%;
    right: -40px;
    width: 20px;
    height: 35px;
    background: url("../images/ip-right.png") no-repeat;
    cursor: pointer;
    transition: all 0.5s ease;
}
.ip-right:hover{
    background: url("../images/ip-right-on.png") no-repeat;
}
.index-solution-content{
    position: relative;
    height: 580px;
    /*background: url("../images/index-solution-bg.jpg") no-repeat center center;*/
    margin-top: 34px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.2s;
}
.index-solution-content.cur{
    transform: none;
    opacity: 1;
}
.index-solution-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/index-solution-bg.jpg") no-repeat center center;
    transition: all 2s ease;
}
.index-solution-content:hover .index-solution-bg{
    transform: scale(1.1);
}


.iso2-contact{
    margin-top: 78px;
}
.iso2-contact-more{
    float: left;
    width: 184px;
    height: 44px;
    line-height: 44px;
    color: #cccccc;
    text-align: center;
    font-size: 16px;
}
.iso2-contact-more a{
    position: relative;
    display: block;
    color: #666;
    border: 1px solid #cccccc;
    border-radius: 20px;
    overflow: hidden;
}
.iso2-contact-more a span{
    position: relative;
    z-index: 2;

    transition: all 0.5s ease;
}
.iso2-more-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f4cc9;
    border-radius: 20px;
    transform: rotateX(90deg);
    transition: all 0.5s ease;
}
.iso2-contact-more:hover .iso2-more-block{
    transform: none;
}
.iso2-contact-more:hover a{
    color: #fff;
    border: 1px solid #0f4cc9;
}
.iso2-contact-phone{
    float: right;
    width: 190px;
    margin-top: 4px;
}
.iso2-contact-phone-icon{
    float: left;
}
.iso2-contact-phone-num{
    float: left;
    width: 140px;
    margin-left: 10px;
    margin-top: 2px;
}
.iso2-contact-phone-num h4{
    color: #666666;
}
.iso2-contact-phone-num p{
    font-size: 16px;
    color: #0f4cc9;
    font-weight: bold;
    margin-top: 5px;
}
.iso2-right{
    position: relative;
    float: right;
    width: 646px;
    padding-right: 72px;
    padding-bottom: 72px;
}
.iso-right-frame{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 642px;
    height: 436px;
    border: 6px solid #e2e2e2;
}
.iso2-right .swiper-container{
    height: 440px;
    position: relative;
}
.iso2-right .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    right: 20px;
    width: 100%;
    text-align: right;
}
.iso2-right .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}
.iso2-right .swiper-active-switch {
    background: #1a3b7e;
}
.index-media{
    padding-bottom:10px;
}
.index-media-type{
    margin-top: 32px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.2s;
}
.index-media-type.cur{
    opacity: 1;
    transform: none;
}
.index-media-type span{
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: all 0.5s ease;
}
.index-media-type span.on{
    background-color: #0f4cc9;
    color: #fff;
    border: 1px solid #0f4cc9;
}
.index-media-type span:hover{
    background-color: #0f4cc9;
    color: #fff;
    border: 1px solid #0f4cc9;
}
.index-media-content{
    margin-top: 34px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.3s;
}
.index-media-content.cur{
    opacity: 1;
    transform: none;
}
.im-box{
    float: left;
    width: 404px;
    margin-left:44px;
	border: 5px solid #fff;
    background-color: #f4f4f4;
    transition: all 0.5s ease;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

.im-box:hover{
    border: 5px solid #0f4cc9;
}


.im-list-content .im-box:first-child{
    margin-left: 0;
}

.im-list-content .im-box:last-child{
    margin-right: 0;
}


.im-box-date{
    padding-top:0px;
}
.im-box-date p{
    font-size: 36px;
    font-family: Arial;
    color: #333;
   padding:0px 20px;
}
.im-box-date p span{
    font-size: 12px;
    color: #a6a6a6;
	text-align:left;
}



 .fot_box{color: #828282;font-size:12px; float:right;right: 40px;top:0;text-decoration: underline; text-transform:uppercase}



.fot_box a:hover{ color: #093e96;}




.im-box-p h4{
    font-size:20px;
    line-height:30px;
    color: #333;
    overflow: hidden;
    margin-top: 15px;
	font-weight:bold;
	padding:5px 20px;
	height:70px;
    /*transition: all 0.5s ease;*/
}
.im-box:hover .im-box-p h4{
    color: #0f4cc9;
}
.im-box-p p{
    font-size: 14px;
    line-height:25px;
    height:70px;
    overflow: hidden;
    color: #878787;
    margin-top: 15px;
	padding:0px 20px;
}
.im-img{
    overflow: hidden;
}
.im-img img{
    transition: all 0.5s ease;
}
.im-box:hover .im-img img{
    transform: scale(1.1);
}
.im-list-more{
    margin-top:30px;
    text-align: center;
}
.im-list-more-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFF66;
    transform: rotateX(90deg);
    transition: all 0.5s ease;
}
.im-list-more a:hover .im-list-more-block{
    transform: none;
}
.im-list-more a{
    position: relative;
    display: inline-block;
    width: 248px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0f4cc9;
    transition: all 0.5s ease;
	background:#0f4cc9;
}
.im-list-more a span{
    position: relative;
    z-index: 1;
}
.im-list-more a:hover{
color:#333333;
    border: 1px solid #FFFF66;
}
.footer-content{
    background: url("../images/footer-c-bg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 50px;
}
.footer-list{
    float: left;
}
.footer-list-box{
    float: left;
    width: 122px;
    margin-left: 68px;
}
.footer-list .footer-list-box:first-child{
    margin-left: 0;
}
.footer-list-title h4{
    font-size: 14px;
    color: #fff;
}
.footer-list-title-line{
    margin-top: 12px;
    width: 14px;
    height: 1px;
    background-color: #fff;
}
.footer-list-p p{
    margin-top: 19px;
}
.footer-list-p p a{
    color: #ccc;
}
.footer-list-p p a:hover{
    color: #0f4cc9;
}
.footer-v-line{
    float: left;
    height: 212px;
    background-color: #353535;
    width: 1px;
}
.footer-contact{
    float: left;
    margin-left: 60px;
    width: 226px;
}
.footer-contact-phone{
    margin-top: 16px;
}
.footer-contact-phone h4{
    font-size: 12px;
    color: #cccccc;
}
.footer-contact-phone p{
    font-size: 20px;
    font-family: Arial;
    color: #fff;
    margin-top: 10px;
}
.footer-contact-line{
    height: 1px;
    background-color: #383838;
    margin-top: 12px;
}
.footer-share{
    margin-top: 12px;
}
.footer-share p{
    font-size: 12px;
    color: #ccc;
}
.footer-share-icon{
    /*margin-top: 12px;*/
}
.footer-share-icon a{
    display: inline-block;
    /*margin-right: 1px;*/
    transition: all 0.5s;
    margin-top: 12px;
}
.footer-share-icon a:hover{
    opacity: 0.8;
}
.footer-wx{
    float: right;
}
.footer-wx-box{
    float: right;
    margin-left: 44px;
}
.footer-wx-box p{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-top: 16px;
    text-align: center;
}
.footer-wx .footer-v-line{
    float: right;
}
.footer-copyright{
    background-color: #000000;
    padding: 16px 0;
}
.footer-copyright-p{
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #ccc;
}
.footer-copyright-a{
    float: right;
    font-size: 12px;
    color: #cccccc;
    line-height: 20px;
}
.footer-copyright-a a{
    display: inline-block;
    font-size: 12px;
    color: #cccccc;
    line-height: 20px;
}
.footer-copyright-a a:hover{
    color: #0f4cc9;
}
.inner-banner{
    height: 350px;
}
.inner-nav{
    border-bottom: 1px solid #e9e9e9;
}
.inner-nav-house{
    float: left;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.inner-nav-house a{
    display: block;
    width: 65px;
    height: 68px;
    background: url("../images/house.jpg") no-repeat center center;
    transition: all 0.5s ease;
}
.inner-nav-house a:hover{
    background: url("../images/house-on.jpg") no-repeat center center;
}
.inner-breadnav{
    float: left;
    margin-top: 29px;
    margin-left: 20px;
}
.inner-breadnav a{
    /*float: left;*/
    /*display: inline-block;*/
    color: #333;
    margin-left: 5px;
}
.inner-breadnav a:hover{
    color: #0f4cc9;
}
.inner-breadnav span{
    float: left;
    display: inline-block;
    color: #333;
    margin-left: 5px;
}
.inner-nav-type{
    float: right;
}
.inner-nav-type a{
    position: relative;
    display: inline-block;
    float: left;
    height: 68px;
    line-height: 68px;
    color: #666666;
    margin-left: 52px;
    transition: all 0.5s ease;
}
.inner-nav-type a.on{
    color: #0f4cc9;
}
.inner-nav-type a:hover{
    color: #0f4cc9;
}
.in-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0f4cc9;
    transition: all 0.5s ease;
}
.inner-nav-type a:hover .in-line{
    width: 100%;
}
.inner-nav-type a.on .in-line{
    width: 100%;
}
.product-wrap{
    padding-bottom: 90px;
}
.product-content{
    padding-bottom: 60px;
}
.product-content .ip-box{
    float: left;
    width: 276px;
    height: 324px;
    margin: 0;
    margin-top: 24px;
    margin-left: 18px;
}
.product-content .ip-box:nth-child(4n+1){
    margin-left: 0;
}
.product-content .ip-box-p h3{
    margin-top: 12px;
}
.product-content .ip-box-p p{
    margin-top: 10px;
}
.product-content .ip-box-more{
    height: 28px;
    line-height: 28px;
    margin: 10px auto 0;
}
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    color: #757575;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    margin: 0 3px;
    transition: all 0.5s ease;
}
.page .pagecur{
    background-color: #0f4cc9;
    border: 1px solid #0f4cc9;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    margin: 0 3px;
    transition: all 0.5s ease;
}
.page a:hover{
    background-color: #0f4cc9;
    border: 1px solid #0f4cc9;
    color: #fff;
}

.product-detail{
    padding-bottom: 50px;
}
.product-detail-wrap{
    width: 700px;
    margin: 0 auto;
}
.pdd{
    margin-top: 40px;
}
.pdd-small{
    position: relative;
    margin-top: 10px;
}
.pdd-small .swiper-container{
    width: 590px;
    height: 104px;
    margin: 0 auto;
    position: relative;
}
.pdd-small-box{
    cursor: pointer;
    text-align: center;
}
.pdd-small-box img{
    border: 1px solid #e6e6e6;
}
.pdd-small-box.on img{
    border: 1px solid #0f4cc9;
}

.pdd-small .ip-left{
    top: 33%;
    left: 0;
}
.pdd-small .ip-right{
    top: 33%;
    right: 0;
}
.pdd-big-box{
    display: none;
    text-align: center;
}
.pd-info{
    margin-top: 88px;
}
.pd-info-title{
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 16px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px dashed #999999;
}
.pd-info-consult a{
    display: block;
    width: 136px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    background-color: #0f4cc9;
    text-align: center;
    margin-top: 20px;
    transition: all 0.5s ease;
}
.pd-info-consult a:hover{
    background-color: #0d3994;
}


.solution{
    background-color: #f3f3f3;
    padding-bottom: 50px;
}
.solution-wrap{
    width: 950px;
    margin: 0 auto;
}
.solution-title{
    padding-top: 70px;
}
.solution-title h3{
    font-size: 38px;
    color: #0f4cc9;
    font-family: Arial;
    font-weight: normal;
}
.media-detail .solution-title h3{
    font-family: "Microsoft YaHei";
}

.solution-title p{
    font-size: 20px;
    color: #666666;
    line-height: 32px;
    margin-top: 16px;
}
.media-news{
    padding-bottom: 90px;
}
.media-content{
    padding-top: 20px;
    padding-bottom: 50px;
}
.media-box{
    padding: 34px 0;
    border-bottom: 1px dashed #cccccc;
}
.media-box-img{
    float: left;
    overflow: hidden;
}
.media-box-img img{
    transition: all 0.5s ease;
}
.media-box:hover .media-box-img img{
    transform: scale(1.1);
}
.media-box-p{
    float: right;
    width: 840px;
}
.media-box-p h4{
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    transition: all 0.5s ease;
}
.media-box:hover .media-box-p h4{
    color: #0f4cc9;
}
.media-box-p p {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    margin-top: 16px;
}
.media-box-more{
    margin-top: 23px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666666;
    transition: all 0.5s ease;
    border: 1px solid #ececec;
}
.media-box:hover .media-box-more{
    background-color: #0f4cc9;
    color: #fff;
}
.media-box-more i{
    font-style: normal;
    font-family: '宋体';
    margin-left: 4px;
}


.partner{
    padding-top: 60px;
    padding-bottom: 120px;
}
.partner-title{
   text-align: center;
}
.partner-title h3{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}
.partner-title p{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    line-height: 30px;
}
.partner-title-line{
    width: 30px;
    height: 1px;
    background-color: #0f4cc9;
    margin: 4px auto 0;
}
.partner-title2{
    text-align: center;
    line-height: 24px;
    color: #333333;
    margin-top: 14px;
}
.partner-brand{
    width: 1196px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    margin-top: 40px;
}
.partner-brand-box{
    float: left;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.partner-brand-box img{
    transition: all 1s ease;

}
.partner-brand-box:hover img{
    transform: rotateY(360deg);
}

.contact{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-box{
    padding-top: 46px;
    padding-bottom: 40px;
    border-top: 1px dashed #e6e6e6;
}
.contact-bc .contact-box:first-child{
    border-top: none;
}
.contact-box-info{
    float: left;
    width: 598px;
    border-right: 1px solid #e6e6e6;
}
.ci-title{
    font-size: 24px;
    color: #333333;
    padding-bottom: 20px;
}
.ci-list{
    padding: 12px 0;
    border-top: 1px solid #e6e6e6;
    width: 510px;
}
.ci-list-icon{
    float: left;
}
.ci-list-p{
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
    margin-top: 12px;
}
.contact-box-map{
    float: right;
}
.recruit{
    margin-top: 36px;
    padding-bottom: 90px;
}
.recruit-header{
    background-color: #0f4cc9;
}
.recruit-header span{
    display: inline-block;
    float: left;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.recruit-box{
    margin-top: 6px;
}
.recruit-box-title{
    background-color: #f4f4f4;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}
.recruit-box-title p{
    float: left;
    padding: 8px 0;
    text-align: center;
}
.recruit-box-title p span{
    display: inline-block;
    padding: 0 8px;
}
.recruit-btn{
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("../images/recruit-btn.jpg") no-repeat center center;
}
.recruit-detail{
    display: none;
    border-top: 1px solid #e5e5e5;
    margin-top: 8px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.about{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-swiper{
    position: relative;
    float: left;
    width: 595px;
}
.about-content{
    margin-top: 46px;
}
.about-swiper .swiper-container{
    height: 432px;
    position: relative;
}
.about-swiper .pagination {
    position: absolute;
    z-index: 30;
    bottom: 14px;
    left: 0;
    width: 98%;
    text-align: right;
}
.about-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.about-swiper .swiper-active-switch {
    background: #008cd6;
}
.about-swiper-tip{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: url("../images/bg-black45.png");
}
.about-swiper-tip p{
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about-introduce{
    position: relative;
    float: right;
    width: 570px;
    height: 432px;
}
.about-intro-p{
    position: relative;
    padding-right: 30px;
    line-height: 30px;
    color: #444444;
    text-indent: 2em;
}


/*滚动条*/
.about-intro-bar-bg{
    position: absolute;
    top: 0;
    right: 2px;
    height: 100%;
    width: 4px;
    background-color: #cccccc;
}
#ns .ps-scrollbar-y-rail{
    opacity: 1;
    background-color: transparent;
}
#ns .ps-scrollbar-y{
    background-color: #666666;
    width: 8px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #fff;
    opacity: 1; }





.about-data-box{
    float: left;
    width: 300px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}
.about-data-box h4{
    font-weight: normal;
    font-family: Arial;
    font-size: 60px;
    color: #333333;
}
.about-data-box p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}


.about-style{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-style-content{
    margin-top: 50px;
}
.about-style-content .poster-main{
    width: 1200px;
    height: 327px;
    position: relative;
}
.about-style-content .poster-main a,.poster-main img{
    display:block;
}
.about-style-content .poster-main .poster-list{
    width: 1200px;
    height: 327px;
    list-style: none;
}
.about-style-content .poster-main .poster-list .poster-item{
    width: 200px;
    /*height: 500px;*/
    height: 327px;
    position:absolute;
    left:0;
    top:0;
    box-shadow: 0 0 10px rgba(238,238,238,0.9);

}
.about-style-content .poster-main .poster-btn{
    position:absolute;
    top:0;
    z-index:10;
    cursor:pointer;
}
.about-style-content .poster-main .poster-prev-btn{
    left:0;
    background: url(../images/left.png) no-repeat center center;
}
.about-style-content .poster-main .poster-next-btn{
    right:0;
    background: url(../images/right.png) no-repeat center center;
}

.about-style-p{
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}



.about-develop{
    height: 704px;
    background: url("../images/about-develop-bg.jpg") no-repeat center center;
}
.about-develop .partner-title{
    padding-top: 60px;
}
.about-develop .partner-title h3{
    color: #fff;
}
.about-develop .partner-title p{
    color: #fff;
}
.about-develop .partner-title .partner-title-line{
    background-color: #fff;
}
.about-develop-content{
    position: relative;
    margin-top: 20px;
}
.about-develop-content .swiper-container{
    height: 520px;
    position: relative;
}
.about-develop-line{
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.contact-message{
    padding-top: 60px;
    padding-bottom: 100px;
}
.contact-message-content{
    width: 840px;
    margin: 0 auto;
    padding-top: 20px;
}
.cm-box{
    margin-top: 20px;
}
.cm-box-p{
    width: 270px;
    float: left;
    font-size: 18px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
}
.cm-box-ic{
    float: left;
}
.cm-box-ic input{
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216);
    border-image: initial;
    padding-left: 44px;
    padding-right: 5px;
}
.cm-box-ic .cm-input1{
    background: url(../images/msg_bg1.png) 10px center no-repeat;
}
.cm-box-ic .cm-input2{
    background: url(../images/msg_bg2.png) 10px center no-repeat;
}
.cm-box-ic .cm-input3{
    background: url(../images/msg_bg3.png) 10px center no-repeat;
    padding-left: 56px;
    width: 288px;
}
.cm-star{
    float: left;
    line-height: 44px;
    color: red;
    margin-left: 10px;
}
.cm-textarea{
    padding: 12px;
    width: 325px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    height: 106px;
    line-height: 28px;
    padding-top: 7px;
    background: none;
    resize: none;
}
.cm-box-submit{
    margin-left: 281px;
    margin-top: 20px;
}
.cm-box-submit input{
    background: #0f4cc9;
    border: none;
    width: 200px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.5s ease;
}
.cm-box-submit input:hover{
    background: #0d3da1;
}

.ad-box{
    width: 343px;
    z-index: 12;
}
.ad-box1{
    position: absolute;
    top: 243px;
    left: 34px;
}
.ad-box2{
    position: absolute;
    bottom: 263px;
    left: 229px;
}
.ad-box3{
    position: absolute;
    top: 243px;
    left: 426px;
}
.ad-box4{
    position: absolute;
    bottom: 263px;
    left: 624px;
}
.ad-box5{
    position: absolute;
    top: 243px;
    left: 824px;
}
.ad-point{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 auto;
}
.ad-p{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ad-arrow1{
    background: url("../images/ad-arrow1.png") no-repeat center center;
    height: 13px;
}
.ad-arrow2{
    background: url("../images/ad-arrow2.png") no-repeat center center;
    height: 13px;
}
.ad-year{
    background-color: #4d7df2;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}
.adp-content{
    background-color: #fff;
    padding-bottom: 20px;
}
.adp-c-title{
    padding: 0 18px;
    font-size: 14px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 20px;
}
.adp-c-detail{
    display: none;
    padding: 10px 24px 0;
    line-height: 22px;
    max-height: 88px;
    color: #444444;
    overflow: hidden;
}

.ad-left{
    position: absolute;
    top: 226px;
    left: -76px;
    z-index: 20;
    width: 46px;
    height: 46px;
    background: url("../images/ad-left.png") no-repeat center center;
    cursor: pointer;
}
.ad-right{
    position: absolute;
    top: 226px;
    right: -76px;
    z-index: 20;
    width: 46px;
    height: 46px;
    background: url("../images/ad-right.png") no-repeat center center;
    cursor: pointer;
}
.about-develop-content .swiper-slide{
    position: relative;
}


.about-strength{
    padding-top: 60px;
    padding-bottom: 100px;
}
.ast-box{
    width: 577px;
    margin: 0 auto;
    text-align: center;
}
.ast-img{
    overflow: hidden;
}
.ast-img img{
    transition: all 0.5s ease;
}
.ast-box:hover .ast-img img{
    transform: scale(1.1);
}
.ast-p{
    font-size: 18px;
    color: #333333;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}
.ast-box:hover .ast-p{
    color: #0f4cc9;
}
.about-strength-content{
    margin-top: 48px;
}
.about-strength-content .swiper-container{
    height: 420px;
    position: relative;
}
.about-strength-content .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.about-strength-content .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin: 0 6px;
    border: 1px solid #0f4cc9;
    cursor: pointer;
}
.about-strength-content .swiper-active-switch {
    background: #0f4cc9;
}
.about-culture{
    padding-top: 60px;
    padding-bottom: 120px;
}
.about-culture-content{
    padding-top: 28px;
}
.acul-box{
    float: left;
    width: 380px;
    position: relative;
    margin-left: 30px;
    margin-top: 20px;
}
.about-culture-content .acul-box:nth-child(3n+1){
    margin-left: 0;
}
.acul-tip{
    position: absolute;
    left: 30px;
    top: 0;
    background-color: #0f4cc9;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    z-index: 2;
}
.acul-tip p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding: 0 5px;
}
.acul-box-img{
    overflow: hidden;
}
.acul-box-img img{
    transition: all 0.5s ease;
}
.acul-box:hover .acul-box-img img{
    transform: scale(1.1);
}
.acul-box-p{
    padding: 0 20px;
}
.acb-p-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    padding-top: 16px;
}
.acul-box:hover .acb-p-title{
    color: #0f4cc9;
}
.acb-p-info{
    margin-top: 12px;
    height: 72px;
    overflow: hidden;
}
.acb-p-info p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.acb-p-info p span{
    color: #222;
}
.about-honor{
    padding-top: 60px;
    padding-bottom: 100px;
}
.about-honor-p{
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}
.about-honor-content{
    padding-bottom: 80px;
}
.ahc-box{
    text-align: center;
    float: left;
    width: 260px;
    margin-left: 52px;
    box-shadow: 0 0 8px rgba(6,0,1,0.2);
    height: 306px;
    margin-top: 50px;
    transition: all 0.5s ease;
}
.ahc-box:hover{
    box-shadow: 0 0 16px rgba(0,0,0,0.4);
}
.about-honor-content .ahc-box:nth-child(4n+1){
    margin-left: 0;
}
.ahc-box-img{
    overflow: hidden;
}
.ahc-box-img img{
    transition: all 0.5s ease;
}
.ahc-box:hover .ahc-box-img img{
    transform: scale(1.1);
}
.ahc-box p{
    text-align: center;
    color: #333333;
    line-height: 20px;
    padding: 0 10px;
}
.ahc-box:hover p{
    color: #0f4cc9;
}
.solution-wrap span { background-color:rgba(225,225,225,0.001)!important;}

.listWrapper{padding:50px 0px 0px 40px}
.w1200{width:100%;margin:0 auto}
.appList,.honorList,.newsList,.partnerList,.searList,.settingList,.videoList{width:100%; margin:0 auto; z-index:99999999}
.appList ul,.honorList ul,.searList ul,.settingList ul,.videoList ul{width:100%; margin:0 auto; z-index:99999999}
.honorList ul li{width:30%;float:left;margin-right:3%;margin-bottom:50px;text-align:center;position:relative;}
.honorList ul li:nth-child(3n){ margin-right:0}
.honorList ul li .pImg{display:block;width:100%;padding:15px;border:1px solid #e3e3e3;background:#fff;display:table-cell;vertical-align:middle}
.honorList ul li img{width:100%;vertical-align:middle}
.honorList ul li::before{content:"";position:absolute;height:3px;bottom:-3px;left:0;transition:all .5s;width:0}
.honorList ul li:hover::before{width:100%;background:#0079ce;transition:all .5s}
.honorList ul li p{height:45px;line-height:55px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block; font-size:16px}
.lb-data .lb-caption{color:#fff}
.honorList ul li:hover{background:#eee;box-shadow:0 0 10px #ccc}
#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:99999;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}


.wcontact{ width:95%; margin:0 auto}
.page_contact{margin-top:30px; margin-bottom:30px;}
.page_contact .list{text-align:center;}
.page_contact .list ul{margin:0;padding:0;width:100%;overflow:hidden}
.page_contact .list ul li{display:block;width:23.5%;float:left;font-size:16px;color:#333;font-weight:lighter; border:1px #dddddd solid; margin-right:2%; padding:20px; line-height:30px}
.page_contact .list ul li:last-child{ margin-right:0}
.page_contact .list ul li img{margin:0 auto; padding-bottom:10px}
.page_contact .list ul li b{display:block;font-size:16px; font-weight:bold;color:#000;}
.page_contact .col{padding:4rem 0 2rem;font-size:1.6rem}
.page_contact .col .sub_company{padding-right:2rem}
.page_contact .col .sub_company b{display:block}
#map01{width:100%;height:410px;font-size:1.4rem}
.aboutTop{ overflow:hidden;margin-top:35px; width:100%; height:auto}
.aboutTop .left{width:20%;float:left }
.aboutTop img{ }
.aboutTop .right{ float:right; width:65%; background:#e8e8e8}
.aboutTop p{ padding:40px 40px 40px 40px; line-height:30px; font-size:16px; font-weight:lighter; height: 230px;}
.aboutCen{ padding-bottom:50px; margin-top:50px}
.aboutCen div{ line-height:26px;font-size:16px}
.aboutCen p{ line-height:26px; font-size:16px}
#dituContent{height:520px}



.xueproduct {width:100%; height: auto; box-sizing:border-box; padding:0 32px; padding-top:30px;}
.xueproduct ul {overflow:hidden;}
.xueproduct ul li {width: 49%;overflow:hidden;float:left; border:1px #CCCCCC solid;box-sizing:border-box;padding:18px 40px;margin: 0;margin-bottom: 28px;}
.xueproduct ul li:nth-child(2n){float:right;}
.xueproduct li .img {width: 38.5%;height: auto;border:1px solid #eeeeee;overflow: hidden;float:left;border-radius:50%}
.xueproduct li .img img {width:100%}
.xueproduct li dl {float:right; width:52%; box-sizing:border-box; padding:0 15px;}
.xueproduct li dl dt {font-size:22px;line-height:1.5;font-weight:normal;margin: 12px 0;height:33px;overflow:hidden;}
.xueproduct li dl dd {font-size:14px;line-height:25px;color:#777777;margin:0px 0;overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp: 4;-webkit-box-orient:vertical; height: 50px;}

.xueproduct .color05{color:#FF0000}

.xueproduct li dl a {display: block;width:158px;height: 38px;text-align:center;line-height: 38px;border:1px solid #939393;font-size:14px;margin-top:16px;transition:all .4s ease;overflow:hidden;position:  relative;}
.xueproduct li dl a span { display:block; width:100%; height:100%; position:absolute;left:50%; top:50%; transform:translate(-50%,-50%); transition:all .2s ease;}
.xueproduct li dl a:hover {border-color:#e60017;}
.xueproduct li dl a:hover span {transform:translate(100px, -50%); transition:all .2s ease;}
.xueproduct li dl a i {position:absolute;left:50%; top:50%; transform:translate(-150px,-50%);transition:all .2s ease;}
.xueproduct li dl a:hover i {transform:translate(-50%,-50%);transition:all .2s ease .1s; color:#e60017;}

@media screen and (max-width:1600px){
    .xueproduct li dl {width:60%;}
}
@media screen and (max-width:1500px){
    .xueproduct ul li {padding: 18px;}
    .xueproduct li dl dt {margin:5px 0;}
    .xueproduct li dl dd {margin:10px 0;}
}
@media screen and (max-width:1290px){
    #topNav .topNav {width:100%;justify-content:space-around;padding: 22px 0;}
    .topNav li {padding:0 10px;}
}
@media screen and (max-width:1200px){
    .xueproduct li dl dt {font-size:18px;line-height:  24px;height: 24px;}
    .xueproduct li dl dd {
    -webkit-line-clamp: 2;
}
}
@media screen and (max-width:1100px){
    .xueproduct li dl a {
        width:  100px;
        height:  30px;
        line-height:  30px;
        font-size: 12px;
    }
}
@media screen and (max-width:1000px){
    .xueproduct li dl dd {
        margin:3px 0;
    }
    .xueproduct ul li {padding:10px  15px; margin-bottom:15px;}

}

@media screen and (max-width:768px){
    .xueproduct ul li {width:100%;float:none;margin-bottom: 10px;}
    .xueproduct ul li:nth-child(2n) {float:none;}
    .xueproduct li .img {width: 30%;}
    .xueproduct li dl {width:69%;}
    #content .xueproduct {padding:15px 10px 0 10px;}
    .xueproduct li dl dt {font-size:16px;}
    .xueproduct li dl dd {font-size:12px; line-height:1.5;}
    .xueproduct li dl a {margin-top: 4px;}
    #topNav .topNav {justify-content:center; padding:10px 0;}
}



.newsSub{ margin:0 auto; width:100%; padding-top:20px}
.newsSub ul{overflow:hidden}.newsSub ul li{float:left;display:inline}
.newsSub li{width:96%;overflow:hidden;border-bottom:1px solid #e5e5e5; padding:30px 0px; margin:0.5% 0% 1% 2%}
.newsSub li:hover img{-webkit-transform:scaleX(1.1) scaleY(1.1);-moz-transform:scaleX(1.1) scaleY(1.1);-ms-transform:scaleX(1.1) scaleY(1.1);-o-transform:scaleX(1.1) scaleY(1.1);transform:scaleX(1.1) scaleY(1.1)}
.newsSub li:hover{}
.newsSub li:hover span{color:#fff; background:#1c4e9d;border:1px solid #1c4e9d;}
.newsSub li a{display:block;padding:15px 0}
.newsSub .img{float:left;display:inline;width:185px;height:260px;overflow:hidden}
.newsSub .img img{width:100%;height:100%;object-fit:cover;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.newsSub .info{overflow:hidden;padding-left:30px}
.newsSub .info h3{font-size:20px;margin-bottom:30px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.newsSub .info p{ width:50%;float:left; font-size:14px; line-height:2.0; color:#999999}
.newsSub .info p:nth-child(7){ width:100%;float:left; font-size:14px; line-height:2.0; color:#999999}
.newsSub .info p:nth-child(8){ width:100%;float:left; font-size:14px; line-height:2.0; color:#999999}
.newsSub .xiangxi{float:left;display:inline;width:100%;overflow:hidden;}
.newsSub .xiangxi .txt{font-size:14px; color:#999999; line-height:1.8}
.newsSub .xiangxi .aTitle{font-size:20px;color:#333;text-align:left;line-height:40px;font-weight:400; margin:10px 0}
.newsSub .xiangxi .aTitle img{ padding-right:10px}
.newsSub .info span{float:right;display:inline;border:1px solid #aaa;width:100px;height:40px;line-height:40px;text-align:center;position:relative;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.newsSub .info span:before{content:'';display:block;width:0;height:40px;line-height:40px;background:#feea32;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.newsSub .info span:hover{color:#000; background:#0000FF}



.renewsSub{ margin:0 auto; width:100%; padding-top:20px}
.renewsSub ul{overflow:hidden}
.renewsSub ul li{float:left;display:inline}
.renewsSub li{width:96%;overflow:hidden;border-bottom:1px solid #e5e5e5; padding:10px 20px 25px 20px; margin:0.5% 0% 0% 2%}
.renewsSub li:hover img{-webkit-transform:scaleX(1.1) scaleY(1.1);-moz-transform:scaleX(1.1) scaleY(1.1);-ms-transform:scaleX(1.1) scaleY(1.1);-o-transform:scaleX(1.1) scaleY(1.1);transform:scaleX(1.1) scaleY(1.1)}
.renewsSub li:hover{ box-shadow: 0 5px 10px rgba(0,0,0,0.2)}
.renewsSub li:hover span{color:#fff; background:#1c4e9d;border:1px solid #1c4e9d;}
.renewsSub li a{display:block;padding:15px 0}
.renewsSub .img{float:left;display:inline;width:350px;height:210px;overflow:hidden}
.renewsSub .img img{width:100%;height:100%;object-fit:cover;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.renewsSub .info{overflow:hidden;padding-left:30px}
.renewsSub .info h3{font-size:20px;margin-bottom:10px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.renewsSub .info p{font-size:14px;color:#999;overflow:hidden;line-height:1.8}
.renewsSub .info span{float:right;display:inline;border:1px solid #aaa;width:100px;height:40px;line-height:40px;text-align:center;position:relative;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.renewsSub .info span:before{content:'';display:block;width:0;height:40px;line-height:40px;background:#feea32;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.renewsSub .info span:hover{color:#000; background:#0000FF}


.kshnewsSub{ margin:0 auto; width:100%; padding-top:20px}
.kshnewsSub ul{overflow:hidden}
.kshnewsSub ul li{float:left;display:inline}
.kshnewsSub li{width:96%;overflow:hidden;border-bottom:1px solid #e5e5e5; padding:20px 20px 0px 20px; margin:0% 0% 0% 2%}
.kshnewsSub li:hover img{-webkit-transform:scaleX(1.1) scaleY(1.1);-moz-transform:scaleX(1.1) scaleY(1.1);-ms-transform:scaleX(1.1) scaleY(1.1);-o-transform:scaleX(1.1) scaleY(1.1);transform:scaleX(1.1) scaleY(1.1)}
.kshnewsSub li:hover{ color:#1c4e9d}
.kshnewsSub li:hover span{color:#fff; background:#1c4e9d;border:1px solid #fff;}
.kshnewsSub li:hover h3{color:#1c4e9d;}
.kshnewsSub li a{display:block;padding:15px 0}
.kshnewsSub .img{float:left;display:inline;width:350px;height:210px;overflow:hidden}
.kshnewsSub .img img{width:100%;height:100%;object-fit:cover;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.kshnewsSub .info{overflow:hidden}
.kshnewsSub .info h3{font-size:20px;margin-bottom:10px;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.kshnewsSub .info p{font-size:14px;color:#999;overflow:hidden;line-height:1.8}
.kshnewsSub .info span{float:right;display:inline;border:1px solid #aaa;width:100px;height:40px;line-height:40px;text-align:center;position:relative;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear; margin-top:-30px}
.kshnewsSub .info span:before{content:'';display:block;width:0;height:40px;line-height:40px;background:#feea32;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .4s linear;-moz-transition:all .4s linear;-o-transition:all .4s linear;transition:all .4s linear}
.kshnewsSub .info span:hover{color:#000; background:#0000FF}
