/**
 * Created by zhkrb on 2018/2/26.
 */

body{
    background:#fcfcfc;
}


.screenads .slide1{
    display: block;
}


/**
list
 */

.list{
    height: 90px;
    width: 100%;
    background: #fff;
}

.list-box{
    display: flex;
    margin: 0 auto;
    width: 65%;
}

.list-item{
    width: 170px;
    height: 100%;
}

.list-item:hover .list-img{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

.list-img{
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 25px;
}



.list-item>p{
    margin-top: 25px;
    margin-left: 60px;
    font-size: 16px;
    color:#595961;
}

.list-text{
    margin-left: 60px;
    margin-top: 1px;
    color: #9797a1;
}

.list-empty{
    flex: 1;
}				   






/**
about
 */
.about{
    height: 930px;
    width: 100%;
    text-align: center;
    background: #F7F8FA;
}

.about>p{
    font-size: 28px;
    padding-top: 95px;
    margin-bottom: 40px;
}

.about-box{
    position: relative;
    top: -10px;
}

.about-box .hd{
    width: 1200px;
    margin: 0 auto;
}

.about-box .hd ul{

}

.about-box .hd ul li{
    /* width: 300px; */
    width: 400px;
    height: 80px;
    float: left;
    border-bottom: 1px solid #E6E7E7;
}
.margin{
    width: 126px;
    position: relative;
    left: 127px;
}
.about-box .hd ul li.on{
    border-bottom: 2px solid #2277da;
}

.about-box .hd ul li .about-li-img{
    width: 40px;
    height: 40px;
    float: left;
    /* margin-left: 85px; */
    margin-left: 140px;
    margin-top: 20px;
}


.about-box .hd ul li .ab-img1{
    background: url("../images/ab_n1.png") no-repeat;
}
.about-box .hd ul li .ab-img2{
    background: url("../images/ab_n2.png") no-repeat;
}
.about-box .hd ul li .ab-img3{
    background: url("../images/ab_n3.png") no-repeat;
}
.about-box .hd ul li .ab-img4{
    background: url("../images/ab_n4.png") no-repeat;
}

.about-box .hd ul li.on .ab-img1{
    background: url("../images/ab_1.png") no-repeat;
}
.about-box .hd ul li.on .ab-img2{
    background: url("../images/ab_2.png") no-repeat;
}
.about-box .hd ul li.on .ab-img3{
    background: url("../images/ab_3.png") no-repeat;
}
.about-box .hd ul li.on .ab-img4{
    background: url("../images/ab_4.png") no-repeat;
}

.about-box .hd ul li p{
    font-size: 18px;
    float: left;
    margin-left: 5px;
    margin-top: 25px;
}

.about-box .hd ul li.on p{
    color: #2277da;
}

.bd{
    background-color: #f7f8fa;
}

.ab-it{

}
.blue{
    position: relative;
    display: block;
    font-size: 16px;
    color: #64A2FE;
    text-decoration: none;
    top: 28px;
    width: 170px;
    height: 45px;
    border: 1px solid #64A2FE;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
}

.blue:hover{
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    top: 28px;
    width: 170px;
    height: 45px;
    border: 1px solid #64A2FE;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    background: #64A2FE;
}
.bd-h1{
    margin-top: 30px;
    font-size: 16px;
}

.bd-body{
    display: flex;
    width: 1200px;
    height: 538px;
    margin: 0 auto;
    position: relative;
    top: 40px;
}

.bd-body-img{
    width: 280px;
    height: 490px;

    float: left;
}
.bd-body-img p{
    margin-top: 15px;
}
.bd-empty{
    display: flex;
    min-width: 24px;
    height: 490px;
}
.ab-item{
    width: 1200px;
    height: 445px;
    margin: 0 auto;
}

.ab-left{
    float: left;
    height: 100%;
    width: 40%;
    text-align: left;
}

.ab-left p{
    padding-top: 85px;
    font-size: 23px;
    margin-bottom: 25px;
}

.ab-item-le-text{
    width: 415px;
    color: #666;
    font-size: 14px;
}

.ab-left a{
    display: block;
    width: 100px;
    height: 40px;
    border: 1px solid #9c9c9c;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 80px;
}

.ab-left a:hover{
    border: 1px solid #2277da;
    color: #2277da;
}

.ab-right{
    float: right;
    width: 50%;
    height: 100%;
}

.ab-item-box{
    width: 100%;
    height: 185px;
    display: flex;
}

.ab-item-right{
    width: 155px;
    height: 105px;
    padding-top: 50px;
}

.ab-item-right-img{
    width: 52px;
    height: 52px;
    margin: 0 auto;
}

.ab-item-right p{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.ab-item-bottom-box{
    width: 100%;
    height: 40px;
}

.ab-item-bottom{
    width: 70px;
    height: 28px;
    border: 1px solid #ddd;
    display: block;
    float: left;
    /* margin-right: 10px; */
    line-height: 28px;
    color: #9c9c9c;
}

.ab-item-bottom:hover{
    border: 1px solid #2277da;
    color: #2277da;
}

.ab-item-right-empty{
    flex: 1;
    min-width: 20px;
}

/*
service
 */

.ser{
    height: 700px;
    width: 100%;
    text-align: center;
    background-color: white;
}

.ser-p{
    font-size: 28px;
    padding-top: 40px;
    margin-bottom: 60px;
}


.ser-box{
    max-width: 1220px;
    height: 340px;
    margin: 0 auto;
}

.ser-box ul{}
.ser-box ul li{
    float:left;
    width:33.33%;
    height:220px;
    text-align:center;
}
.ser-box ul li .ser_i{}
.ser-box ul li .ser_i img{}
.ser-box ul li .ser_t{
    color:#333333;
    font-size:20px;
}
.ser-box ul li .ser_d{
    color:#999999;
    font-size:14px;
}


/*
scene
 */
.scene{
    width: 100%;
    background-color: #434c59;
	color:#fff;
	padding-bottom: 55px;
	background-color: #434c59;
	background-image:url('../images/zbxt.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	
}


.scene-p{
    padding-top: 85px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 55px;
    border-top: 1px solid #ddd;
}
.scene-subject{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.subject-ul{
	width: 240px;
	height: 520px;
	background-image:url('../images/ctbg.png');
	background-position: center top;
	background-size: 100% 100%;
	padding-top: 20px;
}
.subject-ul .action-li{
	background-image:url('../images/qhbg.png');
}
.subject-ul li{
	width: 200px;
	height: 90px;
	line-height:90px;
	font-size:16px;
	padding-left: 40px;
}
.subject-ul li div{
	display: inline-block;
}
.subject-ul li .subject-ul-li-title{
	margin-left: 10px;
}
.subject-info{
	width: 880px;
    position: absolute;
    top: 20px;
    left: 320px;
}
.subject-info-title{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 10px;
}
.subject-info-txt{
	height: 100px;
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
}

.subject-info-button{
	width: 133px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #fff;
	margin-bottom: 40px;
	color:#fff;
	
}
.subject-info-button:hover{
	background-color:#fff;
	color:#000;

}


.subject-info-icon{
	border-top: 1px solid #555562;
}
.subject-info-icon p{
	height: 80px;
	line-height:80px;
	font-size:16px;
}
.subject-info-icon ul li{
	float:left;
	margin-right:35px;
	margin-bottom:15px;
}
.subject-info-icon ul li .icon-img{
	width: 84px;
	height: 84px;
}
.subject-info-icon ul li .icon-img img{
	width: 100%;
	height: 100%;
}
.subject-info-icon ul li .icon-title{
	width: 84px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	line-height:45px;
}


/*
service
 */

.youshi{
    height: 700px;
    width: 100%;
    text-align: center;
    background-color: white;
}

.youshi-p{
    font-size: 28px;
    padding-top: 95px;
}

.youshi-p2{
    font-size: 16px;
    margin-top:10px;
    margin-bottom: 60px;
}


.youshi-box{
    max-width: 1220px;
    height: 340px;
    margin: 0 auto;
}


.youshi-box .youshi_l{
    margin:0 auto;
    width:380px;
    height:385px;
}
.youshi-box .youshi_l1{
    background:url(../images/ysbg1.png) no-repeat center;
}
.youshi-box .youshi_l2{
    background:url(../images/ysbg2.png) no-repeat center;
}
.youshi-box .youshi_l3{
    background:url(../images/ysbg3.png) no-repeat center;
}
.youshi-box .youshi_l4{
    background:url(../images/ysbg4.png) no-repeat center;
}
.youshi-box .youshi_l5{
    background:url(../images/ysbg5.png) no-repeat center;
}
.youshi-box .youshi_l6{
    background:url(../images/ysbg6.png) no-repeat center;
}

.youshi-box .youshi_i{
    padding-top:80px;
}
.youshi-box .youshi_i img{}
.youshi-box .youshi_line{
    margin:25px auto 20px;
    width:40px;
    height:4px;
    background:#ffffff;
    border-radius:3px;
}
.youshi-box .youshi_t{
    margin-bottom:5px;
    color:#ffffff;
    font-size:20px;
    font-weight:bold;
}
.youshi-box .youshi_d{
    margin:0 auto;
    width:270px;
    color:#ffffff;
    font-size:14px;
    line-height:30px;
}

.youshi-box .swiper-container{
    padding-bottom:50px;
}
.youshi-box .swiper-pagination{
    bottom:0;
}
.youshi-box .swiper-pagination .swiper-pagination-bullet{
    width:20px;
    height:8px;
    border-radius:4px;
    background:#eeeeee;
    opacity:1;
}
.youshi-box .swiper-pagination .swiper-pagination-bullet-active{
    background:#2589ff;
}

/*
yun
 */

.yun{
    height: 610px;
    width: 100%;
    text-align: center;
    background-color: #f7f8fa;
}

.yun-p{
    font-size: 28px;
    padding-top: 95px;
    margin-bottom: 60px;
}


.yun-box{
    max-width: 1220px;
    height: 340px;
    margin: 0 auto;
}

.yun-box ul{}
.yun-box ul li{
    float:left;
    width:25%;
    height:200px;
    text-align:center;
}
.yun-box ul li .ser_i{}
.yun-box ul li .ser_i img{}
.yun-box ul li .ser_t{
    color:#333333;
    font-size:18px;
}

.yunying{
    text-align:center;
}
.yunying img{
    max-width:100%;
}


/*
news
 */
.news{
    width: 100%;
    height: 570px;
    /* text-align: center; */
    background: white;
}

.news-box{
    width: 65%;
    margin: 0 auto;
    display: flex;
    padding-top: 85px;
    min-width: 1145px;
}

.news-item{

}

.news-item p{
    font-size: 24px;
    color: black;
}

.news-line{
    margin-top: 9px;
    width: 20px;
    border-bottom: 2px solid #2277da;
    margin-bottom: 20px;
}

.news-item .news-img-box .img1{
	background: url('../images/xw1.png') no-repeat
}
.news-item .news-img-box .img2{
	background: url('../images/xw2.png') no-repeat
}
.news-item .news-img-box .img3{
	background: url('../images/xw3.png') no-repeat
}

.bottom-img{
	background: url('../images/bottom_bg.png') no-repeat;
	background-size: cover;
}

.news-img-box{
    width: 375px;
    height: 210px;
    background: #fbfbfb;
	display: block;
}

.news-img{
    width: 375px;
    height: 168px;
}

.news-img-box p{
    font-size: 15px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 700;
}

.news-list{
    height: 110px;
    margin-top: 10px;
}

.news-list-item{
    width: 100%;
}

.news-list-item a{
    float: left;
    font-size: 14px;
    width: 305px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    /* display: table-cell; */
    /* vertical-align: bottom; */
    color: #999;
    margin-top: 13px;
}

.news-list-item p{
    float: right;
    position: relative;
    text-align: right;
    display: table-cell;
    vertical-align: bottom;
    font-size: 14px;
    color: #999;
    margin-top: 13px;
}

.news-item-a{
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #ddd;
    line-height: 25px;
    text-align: center;
    font-size: 13px;
    margin-top: 30px;
    color: #ddd;
}

.news-item-a:hover{
    border: 1px solid #2277da;
    color: #2277da;
}

.news-item-empty{
    flex: 1;
    min-width: 10px;
}

/*
bottom
 */

.bottom{
    height: 239px;
    width: 100%;

}

.bottom p{
    text-align: center;
    font-size: 32px;
    color: white;
    padding-top: 70px;
}

.bottom a{
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid white;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: white;
    margin: 25px auto 0;
}

.bottom a:hover{
    opacity: 0.7;
    background: #ddd;
    color:black;
}

/*@media screen and (max-width: 1415px) {*/
/*.scene-item-content:hover .scene-img-title{*/
/*margin-top: -20px;*/
/*transition:  .4s ease;*/
/*-moz-transition:  .4s ease;*/
/*-webkit-transition:  .4s ease;*/
/*-o-transition: .4s ease;*/
/*}*/
/*}*/

@media screen and (max-width: 1415px) {
    .scene-item-content:hover .scene-img-title{
        margin-top: 80px;
        transition:  .4s ease;
        -moz-transition:  .4s ease;
        -webkit-transition:  .4s ease;
        -o-transition: .4s ease;
    }

    .scene-item-icon{
        display: none;
    }

}

.btn-p{

}

.btn-p1{

}
.hangye{
	width: 100px; display: block;color: #999; margin-bottom: 10px;
}
.shouhou{
	width: 100px;display: block;color: #999;margin-bottom: 10px;
}
.wenzi{
	color: #999;
}

.swiper-slide .content-img1{
	background: url('../images/cj1.png') no-repeat;
	background-size: cover;
}
.swiper-slide .content-img1 .scene-img-title .img1{
	background: url('../images/ct5.png') no-repeat
}
.swiper-slide .content-img1 .scene-item-icon .scene-icon-box .img1{
	background: url('../images/yl1.png') no-repeat
}
.swiper-slide .content-img1 .scene-item-icon .scene-icon-box .img2{
	background: url('../images/yl2.png') no-repeat
}
.swiper-slide .content-img1 .scene-item-icon .scene-icon-box .img3{
	background: url('../images/yl3.png') no-repeat
}
.swiper-slide .content-img1 .scene-item-icon .scene-icon-box .img4{
	background: url('../images/yl4.png') no-repeat
}


.swiper-slide .content-img2{
	background: url('../images/cj2.png') no-repeat;
	background-size: cover;
}
.swiper-slide .content-img2 .scene-img-title .img2{
	background: url('../images/ct2.png') no-repeat
}
.swiper-slide .content-img2 .scene-item-icon .scene-icon-box .img1{
	background: url('../images/sp1.png') no-repeat
}
.swiper-slide .content-img2 .scene-item-icon .scene-icon-box .img2{
	background: url('../images/sp2.png') no-repeat
}
.swiper-slide .content-img2 .scene-item-icon .scene-icon-box .img3{
	background: url('../images/sp3.png') no-repeat
}
.swiper-slide .content-img2 .scene-item-icon .scene-icon-box .img4{
	background: url('../images/sp4.png') no-repeat
}

.swiper-slide .content-img3{
	background: url('../images/cj7.png') no-repeat;
	background-size: cover;
}
.swiper-slide .content-img1 .scene-img-title .img3{
	background: url('../images/ct7.png') no-repeat
}
.swiper-slide .content-img3 .scene-item-icon .scene-icon-box .img1{
	background: url('../images/z1.png') no-repeat
}
.swiper-slide .content-img3 .scene-item-icon .scene-icon-box .img2{
	background: url('../images/z2.png') no-repeat
}
.swiper-slide .content-img3 .scene-item-icon .scene-icon-box .img3{
	background: url('../images/z4.png') no-repeat
}
.swiper-slide .content-img3 .scene-item-icon .scene-icon-box .img4{
	background: url('../images/z4.png') no-repeat
}

.swiper-slide .content-img4{
	background: url('../images/cj6.png') no-repeat;
	background-size: cover;
}
.swiper-slide .content-img4 .scene-img-title .img4{
	background: url('../images/ct6.png') no-repeat
}
.swiper-slide .content-img4 .scene-item-icon .scene-icon-box .img1{
	background: url('../images/qk1.png') no-repeat
}
.swiper-slide .content-img4 .scene-item-icon .scene-icon-box .img2{
	background: url('../images/qk2.png') no-repeat
}
.swiper-slide .content-img4 .scene-item-icon .scene-icon-box .img3{
	background: url('../images/qk3.png') no-repeat
}
.swiper-slide .content-img4 .scene-item-icon .scene-icon-box .img4{
	background: url('../images/qk4.png') no-repeat
}


.swiper-slide .content-img5{
	background: url('../images/cj4.png') no-repeat;
	background-size: cover;
}
.swiper-slide .content-img5 .scene-img-title .img5{
	background: url('../images/ct9.png') no-repeat
}
.swiper-slide .content-img5 .scene-item-icon .scene-icon-box .img1{
	background: url('../images/ds1.png') no-repeat
}
.swiper-slide .content-img5 .scene-item-icon .scene-icon-box .img2{
	background: url('../images/ds2.png') no-repeat
}
.swiper-slide .content-img5 .scene-item-icon .scene-icon-box .img3{
	background: url('../images/ds3.png') no-repeat
}
.swiper-slide .content-img5 .scene-item-icon .scene-icon-box .img4{
	background: url('../images/ds4.png') no-repeat
}

.ser-item-title .title-img1{
	background: url('../images/fw01.png') no-repeat
}
.ser-item-title-sm .sm-img1{
	background: url('../images/fw1.png') no-repeat
}

.ser-item-title .title-img2{
	background: url('../images/fw02.png') no-repeat
}
.ser-item-title-sm .sm-img2{
	background: url('../images/fw2.png') no-repeat
}

.ser-item-title .title-img3{
	background: url('../images/fw03.png') no-repeat
}
.ser-item-title-sm .sm-img3{
	background: url('../images/fw3.png') no-repeat
}

.ser-item-title .title-img4{
	background: url('../images/fw04.png') no-repeat
}
.ser-item-title-sm .sm-img4{
	background: url('../images/fw4.png') no-repeat
}

.ser-item-title .title-img5{
	background: url('../images/fw05.png') no-repeat
}
.ser-item-title-sm .sm-img5{
	background: url('../images/fw5.png') no-repeat
}
.list .list-box .list-item  .img1{
	background: url('../images/list1.png') no-repeat;
}
.list .list-box .list-item  .img2{
	background: url('../images/list2.png') no-repeat;
}
.list .list-box .list-item  .img3{
	background: url('../images/list3.png') no-repeat;
}
.list .list-box .list-item  .img4{
	background: url('../images/list4.png') no-repeat;
}
.list .list-box .list-item  .img5{
	background: url('../images/list5.png') no-repeat;
}
.list .list-box .list-item  .img6{
	background: url('../images/list6.png') no-repeat;
}
.banner .zhibo{
	background: url('../images/zbbg.png') repeat-x;
}
.banner .zhibo .zhibo-img{
	background: url('../images/zb.png') no-repeat top right;
}
.banner .duanshipin{
	background: url('../images/dspbg.png') repeat-x;
}
.banner .duanshipin .duanshipin-img{
	background: url('../images/dsp.png') no-repeat top right;
}
.banner .yiduiyi{
	background: url('../images/ydybg.png') repeat-x;
}
.banner .yiduiyi .yiduiyi-img{
	background: url('../images/ydy.png') no-repeat top right;
}
.chongwuyangcehng{
	background: #3e4ea4;
}
.chongwuyangcehng .chongwuyangcehng-img{
	background: url('../images/banner1.png') no-repeat top right;
}

.zhuawawa{
	background: #2f0078;
}
.zhuawawa .zhuawawa-img{
	background: url('../images/banner1.png') no-repeat top right;
}
.langrensha{
	background: #092a4f;
}
.langrensha .langrensha-img{
	background: url('../images/banner.png') no-repeat top right;
}


.banner .shop{
	background: url('../images/scbg.png') repeat-x;
}
.banner .shop .shop-img{
	background: url('../images/sc.png') no-repeat top right;
}


.banner .statement{
	background: rgba(253, 0, 24, 0.85) url(../images/statement_bg.png) no-repeat top center;
	background-size:100% 100%;
}

.display-none{
	display:none
}












