.pagination1 {
	position: fixed;
	top: 50%;
	margin-top: -136px;
	right: 30px;
	width: 26px;
	z-index: 999;
	font-size: 14px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px
}

.pagination1 li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 8px auto;
	padding-top: 1px;
	position: relative;

}

.pagination1 li span {
	display: block;
	height: 20px;
	width: 20px;
	margin: 6px;
	background: url(../images/index_right_icon.png) no-repeat center;
	background-size:100%;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	-ms-transition: 500ms;
	transition: 500ms
}

.pagination1 li aside {
	position: absolute;
	background: #f4ae00;
	color: #fff;
	right: 90%;
	top: 0;
	padding: 0 12px;
	white-space: nowrap;
	line-height: 1.9em;
	opacity: 0;
	height: 26px;
	line-height: 26px;
	border-radius: 1.2em;
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	-ms-border-radius: 1.2em;
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.pagination1 li:hover aside {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.pagination1 .active span {
	background:url(../images/index_right_icon_active.png);
	background-size:100%;
}

.pagination1 .active aside {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
section{
	width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section_main{
	position: relative;
    height: 100%;
    -webkit-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
    -moz-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
    -o-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
    -ms-transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
    transition: all 1000ms cubic-bezier(.86, 0, .07, 1);
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #f4ae00;
}
.area_index_banner .swiper-slide a img{
	width:100%;
}
.news_main{
	width:1200px;
	margin:15px auto;
	
}
.news_title_top{
	width:100%;
	height:58px;
	line-height:58px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.news_title_top span.xg{
	display: block;
	width:40%;
	height:3px;
	background:#0093eb;
	margin-top:28px;
}
.news_title_top span.txt{
	width:20%;
	height:58px;
	line-height:58px;
	display: block;
	text-align: center;
	font-size: 28px;
}
.news_title_bottom{
	width:100%;
	height:30px;
	text-align: center;
	color:#0093eb;
	font-size: 20px;
	font-family: "宋体"
}
.news_main_content{
	margin-top:30px;
}
.news_main_content,.news_main_content ul{
	width:100%;
	height:auto;
	overflow: hidden;
}
.news_main_content ul li{
	width:30%;
	float: left;
	margin-right:5%;
}
.news_main_content ul li.no{
	margin-right: 0px;
}
.news_li_top{
	padding:20px 20px;
	background:#e4e4e4;
	transition: background 0.5s;
	-moz-transition: background 0.5s; /* Firefox 4 */
	-webkit-transition: background 0.5s; /* Safari 和 Chrome */
	-o-transition: background 0.5s;
}
.news_main_content ul li:hover .news_li_top{
	background:#f4ae00;
}
.news_main_content ul li:hover .news_li_top_title{
	color:#333;
}
.news_main_content ul li:hover .news_li_top_txt .txt_xz{
	color:#fff;
}
.news_main_content ul li:hover .news_li_top_txt .time{
	color:#545252;
}
.news_li_top_title{
	font-size: 14px;
	color:#0093eb;
	height:50px;
	line-height:25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_li_top_txt{
	margin-top:5px;
	line-height:23px;
	font-size: 12px;
	position: relative;
	height:92px;
}
.news_li_top_txt span.time{
	position: absolute;
	right:0px;
	bottom:5px;
}
.news_li_top_txt .txt_xz{
	display: block;
	width:100%;
	position: absolute;
	top:0px;
	height:100%;
}
.news_li_bottom{
	width:100%;
	height:auto;
	overflow: hidden;
}
.news_li_bottom a img{
	width:100%;
	height:169px;
}
.area_03{
	background:url(../images/jjfa_background.jpg) no-repeat center;
	background-size:cover;
}
.news_main_content.jjfa_main{
	margin-top:15px;
}
.news_main_content.jjfa_main ul li{
	width:30%;
	background:rgba(255,255,255,.7);
	margin-left:2%;
	height:auto;
	float: left;
	margin-right:0px;
	/*display: table-cell;*/
}
.news_main_content ul{
	padding:0 8.5%;
}
.jjfa_main_title{
	height:40px;
	line-height:40px;
	width:100%;
	background:#0093eb;
	font-size: 16px;
	text-align: center;
	color:#fff;
	transition: background 0.5s
}
.news_main_content.jjfa_main ul li>img{
	width:100%;
	height:auto;
}
.news_main_content.jjfa_main ul li:hover .jjfa_main_title,.news_main_content.jjfa_main ul li:hover .bottom_hg{
	background:#f4ae00;
}
.jjfa_main_content{
	width:100%;
	height:auto;
	position: relative;
}
.jjfa_main_content img{
	position: absolute;
	left:30px;
	z-index: 999;
	top:-26px;
}
.jjfa_main_content_txt{
	padding:36px 20px 20px 20px;
	height:196px;
	overflow: hidden;
}
.jjfa_main_content_txt p{
	line-height: 25px;
	font-size: 12px;
}
.jjfa_main_content_txt p span{
	font-weight: bold;
}
.jjfa_main_content_txt p.margin_top{
	margin-top: 10px;
}
.bottom_hg{
	position: absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:10px;
	background:#0093eb;
	z-index: 999;
	transition: background 0.5s
}
.jjfa_more{
	display: block;
	width:140px;
	height:40px;
	border:1px solid #fff;
	color:#fff;
	line-height:40px;
	text-align: center;
	margin:0 auto;
	position: absolute;
	bottom:0px;
	margin-left:-70px;
	left:50%;
	font-family: "黑体";
	font-size: 16px;
}
.jjfa_more:hover{
	border-color:#f4ae00;
	color:#f4ae00;
}
.area_04{
	background:#f3f3f3;
}
.alzs_main{
	height:auto;
	margin-top:25px;
}
.alzs_main ul li{
	height:auto;
	overflow: hidden;
	padding:10px 30px;
	background:#fff;
	width:100%;
	-o-box-shadow: 0px 0px 25px rgba(228,228,228,.75);
	-webkit-box-shadow: 0px 0px 25px rgba(228,228,228,.75);
	-ms-box-shadow: 0px 0px 25px rgba(228,228,228,.75);
	-moz-box-shadow: 0px 0px 25px rgba(228,228,228,.75);
	box-shadow: 0px 0px 25px rgba(228,228,228,.75);
	transition: background 0.5s;
	margin-bottom:20px;
}
.alzs_main ul li:hover{
	background:#f4ae00;
}
.alzs_main ul li:hover .fr .title a,.alzs_main ul li:hover .fr .main{
	color:#fff;
}
.alzs_main ul li .fl,.alzs_main ul li .fl img{
	display: block;
	width:223px;
	height:132px;
}
.alzs_main ul li .fr{
	width:890px;
	height:132px;
}
.alzs_main ul li .fr .title{
	padding-top:10px;
	height:50px;
}

.alzs_main ul li .fr .title a{
	color:#222;
	font-size: 18px;
}
.alzs_main ul li .fr .main{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height:25px;
	font-size: 14px;
	height:75px;
}
.case_more{
	display: block;
	width:140px;
	height:40px;
	border:1px solid #0093eb;
	color:#0093eb;
	line-height:40px;
	text-align: center;
	margin:0px auto;
	font-family: "黑体";
	font-size: 16px;
	margin-top:30px;
}
.case_more:hover{
	border-color:#f4ae00;
	color:#f4ae00;
}
section.footer{
	height:auto;
	width:100%;
}



@media (max-width: 768px){
	.news_title_top span.xg{
		width:35%;
	}
	.news_title_top span.txt{
		width:30%;
	}
	.news_main{
		width:auto;
		padding:0 15px;
		margin:10px auto;
	}
	.news_title_top,.news_title_top span.txt{
		height:30px;
		line-height:30px;
	}
	.news_title_top span.txt{
		font-size:16px;
	}
	.news_title_top span.xg{
		margin-top:14px;
	}
	.news_title_bottom{
		font-size: 14px;
	}

	.phone_banner{
		width:100%;
		height:auto;
	}
	.phone_banner a img{
		width:100%;
		display: block;
		height:auto;
	}
	.pagination{
		margin:0px;
		bottom:13px;
	}
	.swiper-pagination-switch{
		width:8px;
		height:8px;
		margin:0 3px;
	}

	/*新闻资讯*/
	.phone_news{
		margin:15px 10px;
		height:auto;
		overflow: hidden;
	}
	.news_main_content ul li{
		width:100%;
	}
	.news_main_content{
		margin-top:5px;
	}
	.phone_main{
		overflow-y:auto;
	}
	.news_main_content ul li{
		margin-right:0px;
	}
	.news_li_top{
		padding:10px 15px;
	}
	.phone_new_p{
		height:92px;
		display: block;
		overflow: hidden;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;

	}
	.news_main_content .swiper-active-switch{
		background:#22b6f8;
	}
	.news_li_top{
		transition: background 0s;
	    -moz-transition: background 0s;
	    -webkit-transition: background 0s;
	    -o-transition: background 0s;
	}

	/*触屏端的解决方案*/
	.phone_jjfa{
		padding:0 10px;
	}
	.news_main_content.jjfa_main ul li{
		width:100%;
		margin-left:0px;
	}
	.news_main_content ul{
		padding:0px;
	}

	.phone_jjfa .swiper-pagination-switch{
		background:#b9b9b9;
	}
	.phone_jjfa .swiper-active-switch{
		background:#f4ae00;
	}
	.news_main_content.jjfa_main{
		margin-top:0px;
	}
	.jjfa_main_content_txt{
		height:236px;
	}
	a.phone_jjfa_more{
		background-color:#0093eb;
		color:#fff;
		width:60px;
		height:30px;
		line-height:30px;
		position: absolute;
		right:0px;
		bottom:30px;
		z-index: 1000;
		text-align: center;
		font-size: 14px;
	}
	a.phone_jjfa_more:active{
		background-color: #f4ae00;
		color:#fff;
	}
	/*触屏端的案例展示*/
	.phone_alzs{
		margin-top:15px;
		height:auto;
		padding:0px;
	}
	.phone_alzs .news_title{
		padding:0 10px;
	}
	.alzs_main ul li{
		padding:10px;
		box-sizing:border-box;
		margin-bottom:0px;
	}
	.alzs_main ul li{
		-o-box-shadow: none;
    	-webkit-box-shadow: none;
    	-ms-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
	}
	.alzs_li_main{
		-o-box-shadow: 0px 0px 10px rgba(228,228,228,.75);
    	-webkit-box-shadow: 0px 0px 10px rgba(228,228,228,.75);
    	-ms-box-shadow: 0px 0px 10px rgba(228,228,228,.75);
    	-moz-box-shadow: 0px 0px 10px rgba(228,228,228,.75);
    	box-shadow: 0px 0px 10px rgba(228,228,228,.75);
    	height:auto;
    	padding:10px;
    	padding-bottom:60px;
	}

	.alzs_main{
		margin-top:0px;
	}
	.alzs_li_main>a{
		display: block;
		margin:0 auto;
		padding-bottom:10px;
	}
	.alzs_li_main>a img{
		width:100%;
		height:auto;
	}
	.alzs_li_main_txt{
		height:auto;
		overflow: hidden;
	}
	.alzs_li_main_txt p{
		line-height:30px;
	}
	.alzs_li_main_txt p.main{
		height:90px;
		overflow: hidden;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.alzs_main .swiper-pagination-switch{
		background:#b9b9b9;
	}
	.alzs_main .swiper-active-switch{
		background:#22b6f8;
	}
	a.phone_alzs_more{
		color:#fff;
		width:60px;
		height:30px;
		line-height:30px;
		color:#fff;
		background:#22b6f8;
		display: block;
		position: absolute;
		right:10px;
		bottom:30px;
		z-index: 30;
		text-align: center;
	}
	a.phone_alzs_more:active{
		background:#f4ae00;
	}
	
}