/*slide*/
.banner{
    overflow:hidden;
    position:relative;
}
.banner  .swiper-pagination{
	text-align: center;
	z-index: 33;
	padding-right: 10px;
	bottom:6px;
}
.banner .swiper-pagination-bullet{
	width: 35px;
	height: 5px;
	background-color:orange;
	opacity: 1;
}
.banner .swiper-pagination-bullet{
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color:orange;
}
.banner img{
    width: 100%;
}
.banner .data{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-top: -71px;
    margin-left: -600px;
    color: #fff;
    text-align: left;
    animation: slideInUp 1s;
}
.banner .data h1{
    font-size: 42px;
}
.banner .data p{
    margin-bottom: 15px;
    font-size: 18px;
}
.banner .data h2{
    font-size: 30px;
}

/*更新日志*/
.notice{
    height: 42px;
    line-height: 42px;
    padding: 22px 40px;
    margin-top: -86px;
    font-size: 16px;
    background-color: #fff;
}
.notice h2{
    padding-left: 52px;
    margin-right: 35px;
    font-size: 20px;
    background: url(../../images/wzzqxt//notice.png) no-repeat left center;
}
.notice .bd{
    margin-left: 160px;
    overflow: hidden;
}
.notice ul li{
    display: inline-block;
    width: 480px !important;
    padding-left: 20px;
}
.notice ul li span{
    padding: 0 10px;
    color: #666;
}

/*产品*/
.tabby-cms{
    float: left;
    width: calc(100% - 400px);
    height: 310px;
    padding: 35px 40px;
    box-sizing: border-box;
    background: #245ade  url(../../images/wzzqxt//plateform.jpg) no-repeat right center;
}
.tabby-cms h2 a{
    color: #fff;
    font-size: 27px;
    position: relative;
}
.tabby-cms h2 a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: .5s;
}
.tabby-cms h2 a:hover:after{
    width: 100%;
}
.tabby-cms p{
    width: 370px;
    max-height: 125px;
    line-height: 25px;
    margin: 25px 0;
    color: #fff;
    text-align: justify;
    overflow: hidden;
}
a.more{
    position: relative;
    display: inline-block;
    padding: 5px 25px;
    color: #fff;
    background-color: #167FE9;
    border-radius: 25px;
    z-index: 1;
}
a.more:hover{
    color: #fff !important;
}
a.more:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    z-index: -1;
    transition: .3s;
}
a.more:hover:after{
    left: 0;
    right: 0;
    background-color: orangered;
    border-radius: 25px;
}

.product{
    float: right;
    width: 400px;
    height: 310px;
    padding: 35px 40px;
    background: #FBFBFB;
    box-sizing: border-box;
}
.product h2{
    font-size: 26px;
}
.product p{
    color: #9E9E9E;
}
.product ul{
    margin-top: 20px;
}
.product ul li{
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #E4E4E4;
}
.product ul li a{
    position: relative;
    padding-left: 20px;
}
.product ul li a:before{
    content: '>';
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    font-size: 14px;
    font-weight: 900;
    font-family: '宋体';
}
.product ul li a:hover{
    margin-left: 10px;
}

.product-type{
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.product-type li{
    float: left;
    width: 33.33%;
    height: 200px;
    padding: 35px 40px;
    background-color: #fff;
}
.product-type li h2 a{
    color: #fff;
    font-size: 27px;
}
.product-type h2 a:hover{
    /*color: orangered !important;*/
    text-shadow: 2px 2px 2px #ddd;
}
.product-type li:first-child h2 a{
    color: #333;
}
.product-type li:first-child h2 a:hover{
    text-shadow: 2px 2px 2px #666;
}
.product-type li:nth-child(2){
    background-color: #08C9E4;
}
.product-type li:nth-child(3){
    background-color: #0A225E;
}
.product-type li p{
    margin: 5px 0 40px;
    color: #fff;
}
.product-type li:first-child p{
    color: #999;
}
.product-type .more{
    background-color: #03C4FF;
}
.product-type li:nth-child(2) .more{
    color: #333;
    background-color: #fff;
}

/*产品特点*/
.feature{
    height: 610px;
    overflow: hidden;
    transition: .5s;
}
.feature.aq-bg{
    background-color: #4D0094;
}
.feature.wd-bg{
    background-color: #2D5BC1;
}
.feature.yy-bg{
    background-color: #00A0E9;
}
.feature.kz-bg{
    background-color: #2553C4;
}
.side{
    float: left;
    width: 210px;
    height: 610px;
    color: #fff;
    transition: .5s;
}
.side.aq-bg{
    background-color: #300359;
}
.side.wd-bg{
    background-color: #1D3873;
}
.side.yy-bg{
    background-color: #00608C;
}
.side.kz-bg{
    background-color: #183375;
}
.heading{
    padding: 35px 25px 20px;
}
.heading h1{
    font-size: 24px;
}
.heading p{
    font-size: 16px;
    opacity: .5;
    -ms-filter: Alpha(Opacity=50);
    filter: Alpha(Opacity=50);
}
.side ul li{
    padding: 25px 20px 25px;
    cursor: pointer;
}
.side ul li.on{
    background-color: #F9B826;
}
.side ul li h2{
    font-size: 20px;
}
.side ul li p{
    margin-top: 8px;
    opacity: .7;
    -ms-filter: Alpha(Opacity=70);
    filter: Alpha(Opacity=70);
}

.feature-box{
    position: relative;
    margin-left: 300px;
    height: 610px;
    color: #fff;
}

.feature-info{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 63px;
    left: 0;
    background: url(../../images/wzzqxt//safe-bg.png) no-repeat right 45px;
    visibility: hidden;
}
.feature-info:first-child{
    background-position-y: 0;
}
.feature-info:nth-child(2){
    background-image: url(../../images/wzzqxt//wd-bg.png);
}
.feature-info:nth-child(3){
    background-image: url(../../images/wzzqxt//easy-bg.png);
}
.feature-info:nth-child(4){
    background-image: url(../../images/wzzqxt//kz-bg.png);
}

.feature-info:before{
    content: '';
    display: table;
}
.headline{
    margin-top: 80px;
    padding-left: 55px;
    background: url(../../images/wzzqxt//safe.png) no-repeat left center;
}
.headline h2{
    font-size: 22px;
}
.headline p{
    opacity: .7;
    -ms-filter: Alpha(Opacity=70);
    filter: Alpha(Opacity=70);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.feature-info:nth-child(2) .headline{
    background-image: url(../../images/wzzqxt//stability.png);
}
.feature-info:nth-child(3) .headline{
    background-image: url(../../images/wzzqxt//easy.png);
}
.feature-info:nth-child(4) .headline{
    padding-left: 60px;
    background-image: url(../../images/wzzqxt//kz.png);
}
.feature-info>p{
    width: 470px;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
    margin: 30px 0;
    font-size: 16px;
    text-align: justify;
}
.feature-info .bd{
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 2px solid rgba(255,255,255,.5);
}
.feature-info:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 280px;
    height: 2px;
    margin-left: -140px;
    background-color: #fff;
}
.feature-info ul{
    overflow: hidden;
	display: flex;
}
.feature-info ul li{
    flex: 1;
    text-align: center;
}
.feature-info ul li span{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    border-radius: 50%;
}
.feature-info ul li:hover img{
    transform: rotateY(180deg);
}
.feature-info ul li p{
    margin-top: 10px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
}

.feature-info .arrow a{
    position: absolute;
    left: -30px;
    bottom: 75px;
    width: 16px;
    height: 29px;
    background: url(../../images/wzzqxt//lt.png) no-repeat;
}
.feature-info .arrow a.next{
    left: auto;
    right: -30px;
    background-image: url(../../images/wzzqxt//gt.png);
}

.title{
    margin: 40px 0 50px;
    overflow: hidden;
}
.title span{
    color: #C8C7C7;
    font-size: 18px;
    text-transform: capitalize;
}
.title h2{
    font-size: 24px;
}
.title .lf{
    padding-left: 20px;
    border-left: 4px solid #2D5BC1;
}
.title .rt{
    color: #666;
    margin-top: 15px;
    padding: 5px 12px;
    background: #fff;
    border-radius: 5px;
}
.title .rt:hover{
    color: #fff;
    background: #2D5BC1 !important;
}

/*案例*/
.case{
    padding-bottom: 60px;
    background: #fff;
    box-shadow: 4px 4px 8px #E5E4E4;
}
.case .title .rt{
    background-color: #F3F2F2;
}
.case-list{
    min-height: 146px;
}
.case-list li{
    float: left;
    width: 20%!important;
    height: 146px;
    line-height: 146px;
    text-align: center;
}
.case-list li a{
    display: block;
    width: 100%;
    height: 100% !important;
    line-height: inherit !important;
    position: relative;
    background-color: #fff;
}
.case-list li:nth-child(odd) a{
    background-color: #F3F3F3;
}
.case-list li a:hover{
    transform: scale(1.1);
    box-shadow: 2px 2px 2px #eee, -2px -2px 2px #eee, 2px -2px 2px #eee, -2px 2px 2px #eee;
    z-index: 9;
}
.case .hd ul{
    margin-top: 25px;
    text-align: center;
}
.case .hd ul li{
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 3px;
    background-color: #ddd;
    cursor: pointer;
}
.case .hd ul li.on{
    background-color: orangered;
}

.case-mobile{
    display: none;
}

/*公司资讯*/
.news{
	display: flex;
}
.albumBox{
    width: 34%;
    height: 360px;
    overflow:hidden;
    position:relative;
    background: #fff;
}
.albumBox .hd{
    position:absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: center;
    padding-right: 10px;
}
.albumBox .hd ul li{
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #7D7D7D;
    border-radius: 50%;
    cursor:pointer;
    transition: .3s;
}
.albumBox .hd ul li.on{
    width: 20px;
    background: #C71B1B;
    border-radius: 25px;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd li>a{
    display: block;
    height: 260px;
    overflow: hidden;
    background-color: skyblue;
}
.albumBox .bd img{
    display:inline-block;
    width: 100%;
    height: 100%;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
  	padding: 0 15px;
}

.information-list{
   flex: 1;
   clear: both;
}
.information-list li{
    float: left;
    width: calc(50% - 30px);
    height: 168px;
    margin: 0 0 24px 30px;
    padding: 15px 25px;
    font-size: 24px;
    position: relative;
    top: 0;
    transition: .3s;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px #E5E4E4, -2px 2px 4px #E5E4E4;
	overflow: hidden;
}
.information-list li:hover{
    top: -10px;
}
.information-list li i{
    color: #666;
}
.information-list li h3{
    margin: 12px 0;
    font-size: 23px;
    font-weight: normal;
}
.information-list li p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}

@media screen and (max-width: 1600px) {

}