p{
    text-align: justify;
}
#banner{
	width: 100%;
	max-height: 560px;
	height:45vw;
	background: #243D65;
}
#banner .swiper-container {
    position: relative;
    height: 100%;
}
#banner .swiper-container .swiper-wrapper {
    position: relative;
    height: 100%;
}
#banner .swiper-slide {
    position: relative;
    height: 100%;
    background-position: center top;
    background-size:100% 100%;
}
#banner .swiper-slide .slide-ani-box{
    width:1200px;
    margin:0 auto;
    position:absolute;
    left:50%;
    top:50%;
				padding-left: 10px;
    transform: translate(-50%,-50%);
}
#banner  .slide-ani-box p, #homeBanner  .slide-ani-box h2{
    text-align:left;
    max-width:570px;
}
#banner .swiper-slide h2{
    color:#fff;
    font-size:40px;
    height:56px;
    line-height:56px;
    overflow:hidden;
}
#banner .swiper-slide p{
    margin-top:30px;
    color:#FFFFFF;
    font-size:16px;
    line-height:26px;
    text-align: justify;
}
#banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: inline-block;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#banner .swiper-container .pagination {
    width: 100%;
    text-align: center;
    position: relative;
    top: -35px;
    z-index: 1000;
}
#banner  .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 0 !important;
    background: #000;
    position:relative;
}
#banner .swiper-container .pagination span {
    width: 38px;
    height: 2px;
    display: inline-block;
    margin: 0 5px;
    background-color:rgba(255,255,255,.4)  !important;
}
#banner .swiper-container  .swiper-pagination-bullet:after{
    transition: width 5s;
    position:absolute;
    content:' ';
    left:0;
    top:0;
    height:2px;
    width:0%;
}
#banner .swiper-container  .swiper-pagination-bullet-active:after{
    width:100%;
    background:rgba(255,255,255,1) !important;
}
.con-100{
	width: 100% !important;
	padding-top: 20px;
        max-width:100%
}
.ability .sever-list{
	margin-top: 20px;
}
.ability .nav-tab li{
	margin-right:50px;
}
.ability .nav-tab li:nth-last-child(2){
   margin-right:0px;
}
.ability .sever-list>li div:nth-child(1) {
    width: 580px;

    margin-left: 30px;
}
.ability li div:nth-child(2) {
    width: 420px;
    margin-left: 50px;
    position: relative;
}
.ability .sever-list>li div:nth-child(1) img{
	max-width: 100%;
}
.ability .products-list li{
	width: 100%;
    margin-bottom: 30px;
}
.ability .products-list h2{
	font-size: 18px;
	color: #111;
	font-size: 18px;
	font-weight: bold;
}
.ability .products-list li p{
	padding-left: 0;
	line-height: 24px;

}
.ability .products-box h3{
	position: absolute;
	top: 20px;
	left: -120px;
}
.ability li:last-child .products-box  h3{
	left: -150px;
}
.ability .products-list li:first-child{
	margin-top: 150px;
}


/*技术架构*/
.framework{
	width: 100%;
	/*height: 870px;*/
	background:#f9f9f9;
    padding-bottom: 60px;
}


.framework .sever-list{
	width: 1100px;
	padding: 50px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.framework .sever-list>li div:nth-child(1){
	width: 880px;
}
.framework .sever-list>li div:nth-child(1) img{
	max-width: 100%;
	width: 100%;
	height: auto;
}
.framework .sever-list li div:nth-child(2){
	width: 180px;
	margin-left: 40px;
}
.framework .sever-list li div:nth-child(2) div{
	width: 180px;
}
.framework .products-list li{
	width: 100%;
	margin-bottom: 5px;
	padding:10px 15px;
	position: relative;
}
.framework .products-list h2{
	font-size: 18px;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
}
.framework .products-list li p{
	padding-left: 0;
	line-height: 24px;
	padding-left: 15px;
}
.framework .products-list li span{
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 18px;
	left: 8px;
	background: rgba(10,117,249,.6);
}
.framework .products-list li span:first-child{
	top:15px;
	left: 5px;
	background: rgba(10,117,249,.3);
}

/*应用场景*/
.scene{
	width: 100%;
	height: 660px;
	background: url('../image/bg12.png') no-repeat;
}
.scene .c-title h2 {
	color: #fff;
}
.scene-content{
	width: 100%;
	height: auto;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	justify-content: space-around;
}
.scene-content a{
	display: block;
	width: 380px;
	height: 404px;
	background: #F9F9F9;
   overflow:hidden;
    position: relative;
}
.scene-content a div,.scene-content a section{
    width: 380px;
	height: 214px;
   overflow:hidden;
}
.scene-content a .kejiDIv{
    width: 380px;
    height: 380px;
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(255,255,255,1);
    transform:translateY(214px);
    transition:transform .3s linear;
}
.scene-content a:hover .kejiDIv{
    transform:translateY(0);
    text-decoration:none;
}
.scene-content a:hover .kejiDIv p{
   height:120px;
}
.scene-content a img{
	display: block;
	width: 380px;
	height: 214px;
   overflow:hidden;
}
.scene-content a h2{
	font-size: 18px;
	color: #111;
	font-weight: bold;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.scene-content a p{
	color: #555;
	font-size: 14px;
	line-height: 24px;
	padding: 0 30px;
   height:72px;
   overflow:hidden;
}
.recommend{
	width: 100%;
	height: 430px;
	background: #F9F9F9;
}
.recommend-content{
	width: 1200px;
   margin:0 auto;
	height: auto;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	justify-content: space-around;
}
.recommend-content .recommend-list{
	display: block;
	width: 325px;
	height: 80px;
	background: #fff;
	padding: 45px 30px;
}
.recommend-content .recommend-list img{
	display: block;
	float: left;
    width:84px;
    height:84px;
}
.recommend-content .recommend-list h2{
	float: left;
	color: #111;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	margin-left: 20px;
    max-width: 220px;
    line-height: 22px;
}
.recommend-content .recommend-list p{
	float: left;
	width: 210px;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #878787;
	margin-left: 20px;
}

.xsd .recommend-content .recommend-list h2,
.xsd .recommend-content .recommend-list p{
    width:390px;
}
.recommend-content .recommend-list:hover{
    webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}

.cpggBox{
	width: 100%;
}



/*小编快跑*/
.ability .sever-list li h3{
	text-align: center;
	color: #111111;
	font-size: 30px;
	font-weight: 400;
	padding: 50px 0 60px 0;
}
.ability .sever-list li .server-items{
	width: 100%;
	margin-left: 0;
}
.ability .server-icon{
	width: 100%;
	height: auto;
	display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
	display: flex;
	justify-content: space-around;
	padding-bottom: 100px;
}
.ability .server-icon li{
	padding:20px;
	width: 240px;
	height: auto;
	text-align: center;
	border-radius: 4px;
}
.ability .server-icon li a{
	display: block;
	width: 100%;
	height: auto;
}
.ability .server-icon li a img{
	max-width: 80%;
   width:64px;
   height:64px;
}
.ability .server-icon li a h2{
	color: #111;
	font-size: 18px;
	font-weight: bold;
	padding: 50px 0 20px 0;
}
.ability .server-icon li a p{
	color: #555;
	font-size: 14px;
	line-height: 24px;
   height:120px;
   overflow: hidden;
}

/*核心功能*/
.core{
	width: 100%;
   padding-bottom:40px;
	/* height: 700px; */
	background: url('../image/core.png');
   background-position: center; 
}
.core-content{
	width: 100%;
	height: auto;
	display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
}
.core a{
	display: block;
	width: 330px;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
	padding: 20px;
	border-radius: 4px;
}
.core a h2{
	color: #111;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 20px 0;
}
.core a p{
	color: #555;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
    overflow: hidden;
}
.core a img{
    width:108px;
    height:108px;
}
/*客户案例*/
.case{
	width: 100%;
}
.swiper-container1{
	width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
	height: 280px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.swiper-container1 .swiper-wrapper{
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    width: 1200px;
    height: 280px;
    margin: 0 auto;
}
.swiper-container1 .swiper-slide{
	width: 1200px;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container1 .swiper-pagination{
	bottom: -50px !important;
}
.swiper-container1 .swiper-pagination-bullet{
	width: 40px;
	height: 6px;
	border-radius: initial;
	background: background:rgba(18,32,58,.3);
}
.dragSwiper .swiper-pagination-bullet{
    width: 40px;
	height: 6px;
	border-radius: initial;
	background: #eee;
}
.case .case-list{
	display: block;
	width: 1120px;
	height: 200px;
	padding: 40px;
	background: #fff;
    border: 6px solid #F5F6FA;
}
.case .case-list img{
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	margin-right:40px; 
}
.case .case-list h2{
	color: #111;
	font-size: 18px;
	float: left;
	height: 30px;
	padding-top: 40px;
}
.case .case-list p{
	color: #555;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	width: 850px;
	float: left;
	display: block;
    overflow: hidden;
}
.swiper-button-next{
	right: 0px !important;
}
.swiper-button-prev{
	left: 0px !important;
}


/**/
.jjfa .server-icon{
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.jjfa  .server-icon li{
	width: 260px !important;
	margin: 0 40px;
	margin-bottom: 20px;
}
.jjfa .server-icon li a h2{
	padding-top: 10px;
}
.jjfa .server-icon li a div{
	width: 210px;
	height: 6px;
	margin: 15px auto;
	background: url('../image/jjfa16.png') no-repeat;
}

.xsd{
	background: #F6F6F6;
}
.xsd .recommend-content{
	flex-wrap: wrap;
}
.xsd .recommend-content .recommend-list{
	padding: 40px 40px;
	margin-bottom: 20px;
	width: 500px;
}
.xsd .recommend-content .recommend-list h2{
	width: 300px;
}

.ability .server-icon li:hover{
	background: rgba(246,246,246,.5);;
	webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.core a:hover{
	background: rgba(255,255,255,1);;
	webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}


.xbkp .scene-content a{
	background: none;
	position: relative;
}
.xbkp .scene-content a div{
	position: absolute;
	top: 150px;
	left: 20px;
	width: 340px;
	height: 190px;
	background:rgba(16,100,255,.8);
}
.xbkp .scene-content a div h2,
.xbkp .scene-content a div p{
	color: #fff;
}
.scene .scene-content .scene-list:hover img{
    transform: scale(1.1);
}


/*小编快跑2 核心功能*/
.core1{
	width: 100%;
	height: 760px;
	background: #f9f9f9;
}

.core1-content{
	width: 1200px;
	height: 520px;
	overflow: hidden;
	display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.core1-content .core1-tab{
	width: 285px;
	height: 520px;
	background: #fff;
}
.core1-content .core1-tab li{
	width: 100%;
	height: 100px;
	text-align: center;
	cursor: pointer;
}
.core1-content .core1-tab li h3{
	line-height: 100px;
	color: #111;
	font-size: 18px;
}
.core1-content .core1-tab li.current{
	background: #0E4DCD;
	height: 120px;
}
.core1-content .core1-tab li.current h3{
	color: #fff;
	line-height: 120px;
}

.core1-content .core1-list{
	width: 895px;
	height: 520px;
	background: #fff;
}
.core1-content .core1-list li{
	width: 100%;
	height: 0;
	opacity: 0;
}

.core1-content .core1-list li a{
	display: block;
	padding: 40px 150px;
}
.core1-content .core1-list a img{
	display: block;
	width: 850px;
	height: auto;
}
.core1-content .core1-list li.active{
	opacity: 1;
	height: 100%;
    transition: all .4s ease-in-out;
    height: auto;
}

/*问政*/
.wz .recommend-content{
	width: 100% !important;
	height: auto;
   min-height: auto !important;
	margin-left: 0;
	margin-bottom: 50px;
    flex-wrap: wrap;
}
.wz .recommend-content .recommend-list{
	width: 500px;
	padding: 40px 20px;
	margin-bottom: 20px;
}
.wz .recommend-content .recommend-list h2{
	width: 370px;
}
.wz .recommend-content .recommend-list p{
	width: 370px;
}
.wz .recommend-content .recommend-list img{
    width:64px;
    height:64px;
    margin-top:10px;
}

.wz1{
	height: 660px;
	background: url('../image/wz-bg.png') no-repeat;
}

.wz1 .c-title h2{
	color: #fff;
}
.wz1 .core1-content .core1-tab{
	width:268px;
	height: 400px; 
	background: #181D26;
}
.wz1 .core1-content .core1-tab li{
	height: 56px;
}
.wz1 .core1-content .core1-tab li h3{
	color: #7B8595;
	line-height: 56px;
}
.wz1 .core1-content .core1-tab li.current{
	background: #3A4454;
	height: 56px;
}
.wz1 .core1-content .core1-tab li.current h3{
	color: #fff;
	line-height: 56px;
}

.wz1 .core1-content .core1-list{
	width: 850px;
	padding: 0 31px;
	height: 400px;
	overflow: hidden;
	background: none;
}
.wz1 .core1-content .core1-list li a{
	padding: 0;
}
.wz1 .core1-content .core1-list li a h2{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.wz1 .core1-content .core1-list li a p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(204,204,204,.1);
}
.wz1 .core1-content .core1-list li a img{
	padding-top: 20px;
	display: block;
	width: 100%;
	/*height: 260px;*/
}


.khal{
	background: #F9F9F9;
}
.khal .nav-tab-box{
	background: #fff;
}
.khal-content{
	width: 100% !important;
	height: auto;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 50px;
	margin-left: 0 !important;
}
.khal-content a{
	display: block;
	width: 225px;
	height: 240px;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
   margin-right:20px;
}
.khal-content a:nth-child(4n+4){
    margin-right:0;
}
.khal-content a:hover{
	webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.khal-content a:hover div{
    transform: translateY(0px);
}
.khal-content a img{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	margin:0 !important;
}
.khal-content a h2{
	color: #111;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
    margin: 20px 0;    
}
.khal-content a p{
	color: #878787;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.khal-content a div{
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	padding:0 30px;
	width: 225px;
	height: 300px;
    transform: translateY(100px);
	transition:transform .3s linear;
}
.khal .khal-content a div h3{
	color: #111;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	padding: 0;
    margin:10px 0;
	text-align: initial;
}
.khal .khal-content a div span{
	display: block;
	width: 100%;
	color: #878787;
	font-size: 14px;
	line-height: 25px;
	height: 244px;
	overflow: hidden;
}
.khal1{
	background: #fff;
}
.khal1 .khal-content a{
	background: #F9F9F9;
}
.khal1 .khal-content a div{
	background: #F9F9F9;
	
}
.nav-tab-box-fixed{
   top:60px;
   left: 0;
   position: fixed;
   z-index:100;
   background-color:#fff;
}

.dragSwiperContainer{
    position: relative;
    width: 1320px;
    margin: 0 auto;
}
.dragSwiper{
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}

.dragSwiper .dragSwiperCon{
    justify-content: start;
}

.dragSwiper .dragSwiperCon a{
    flex:  0 0 380px;
    margin: 0 10px;
}
.dragSwiperContainer .solutions-button-box {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    overflow: hidden;
}

.dragSwiperContainer .swiper-next, .dragSwiperContainer .swiper-prev {
    border-radius: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    outline: 0;
    cursor: pointer;
}
.dragSwiperContainer .swiper-next:after, .dragSwiperContainer .swiper-prev:after {
    font-size: 22px;
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    content: 'prev';
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dragSwiperContainer .swiper-next:after {
    content: 'next';
}
.dragSwiperContainer .swiper-next {
    position: absolute;
    left: auto !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.dragSwiperContainer .swiper-prev {
    position: absolute;
    right: auto !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.cpgg{
    width:1000px;
    display:block;
    margin:0 auto 50px;
}
