.banner {
	width: 100%;
	height:600px;
}
.banner .swiper-container{
	width: 100%;
	height: 100%;
}
.banner .swiper-container .swiper-slide {
	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;
}
.banner .swiper-container .swiper-slide .img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	width: 70px;
	height: 70px;
	background: rgba(0,0,0,0.1);
	border-radius: 5px;
	transition: all 0.3s; 
}
.banner .swiper-button-next{
	right: 120px;
}
.banner .swiper-button-prev{
	left: 120px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
	content: "";
	width: 24px;
	height: 40px;
}
.banner .swiper-button-next:after{
	background: url(../images/banner_button-next.png) no-repeat center;
	 
}
.banner .swiper-button-prev:after{
	background: url(../images/banner_button-prev.png);
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{
	background: rgba(0,0,0,0.2);
	transition: all 0.3s; 
}

.gsjs_box{
	width: 1200px;
	margin: 0 auto;
}
.gsjs_box .tit_box{
	padding-top: 60px;
}

.gsjs_box .tit_box .tit{
	text-align: center;
	font-size: 36px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.gsjs_box .tit_box .tit span{
	padding: 0 12px;
}
.gsjs_box .tit_box .tit span.color1{
	color:#008de4;
}
.gsjs_box .tit_box .tit span.color2{
	color:#b6b5b5;
}
.gsjs_box .tit_box .name{
	font-size: 24px;
	color: #b6b5b5;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.gsjs_box .jieshao_box{
	width: 100%;
	margin-top: 72px;
	position: relative;
	height: 500px;
}
.gsjs_box .jieshao_box::after{
	content: "";
	position: absolute;
	width: 542px;
	height: 393px;
	border: 3px solid #008de4;
	left: 97px;
	top: 0;
	z-index: -1;
}
.gsjs_box .jieshao_box .l_img{
	width: 542px;
	height: 394px;
	float: left;
	margin-top: 78px;
}
.gsjs_box .jieshao_box .l_img .img{
	display: block;
	width: 100%;
	height: 100%;
}
.gsjs_box .jieshao_box .r_bg{
	margin-left: 600px;
	padding-top:47px;
}
.gsjs_box .jieshao_box .r_bg .r_box{
	background: #fff;
	padding-bottom: 10px;
}
.gsjs_box .jieshao_box .r_bg .r_box .title{
	padding-top: 15px;
	padding-bottom: 3px;
	position: relative;
}
.gsjs_box .jieshao_box .r_bg .r_box .title::after{
	position: absolute;
	width: 46px;
	height: 3px;
	background: #b6b5b5;
	content: "";
	bottom: 0;
	left: 5px;
}
.gsjs_box .jieshao_box .r_bg .r_box .title .text{
	font-size: 14px;
	color: #b6b5b5;
	height: 24px;
	line-height: 24px;
	display: block;
}
.gsjs_box .jieshao_box .r_bg .r_box .title .name{
	font-size: 40px;
	color: #b6b5b5;
	height:64px;
	line-height: 64px;	
	display: block;
}
.gsjs_box .jieshao_box .r_bg .r_box .p_text{
	font-size: 16px;
	color: #5e5e5e;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden; 
}
.gsjs_box .list_box{
	padding-top: 82px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 104px;
}
.gsjs_box .list_box ul{
	width: 1300px;
}
.gsjs_box .list_box .list{
	float: left;
	width: 263px;
	margin-right: 50px;
	cursor: pointer;
	-webkit-transition:all 0.8s ease; 
	transition:all 0.8s ease;
}
.gsjs_box .list_box .list .img_box{
	display: block;
	margin: 0 auto;
	width: 134px;
	height: 148px;
	-webkit-transition:all 0.8s ease; 
	transition:all 0.8s ease;
}
.gsjs_box .list_box .list .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
.gsjs_box .list_box .list .title{
	padding-top: 20px;
	padding-bottom: 16px;
	position: relative;
}
.gsjs_box .list_box .list .title::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #008de4;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition:all 0.8s ease; 
	transition:all 0.8s ease;
}

.gsjs_box .list_box .list .title .name{
	font-size: 20px;
	color: #454545;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	-webkit-transition:all 0.4s ease; 
	transition:all 0.4s ease;
}
.gsjs_box .list_box .list .title .text{
	font-size: 14px;
	color: #454545;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: center;
}
.gsjs_box .list_box .list .p_text{
	padding-top: 20px;
}
.gsjs_box .list_box .list .p_text .msg{
	text-align: center;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
}
.gsjs_box .list_box .list:hover{ 
	transform:translateY(-20px);
}
.gsjs_box .list_box .list:hover .img_box{
	transform:rotateY(360deg); 
	-webkit-transform:rotateY(360deg); 
	-ms-transform:rotateY(360deg);
}
.gsjs_box .list_box .list:hover .title::after{
	 width:25px;
}
.gsjs_box .list_box .list:hover .title .name {
	color: #008de4;
}





.cpzx_bg{
	width: 100%;
	height: 820px;
	background: url(../images/index_cpzx_bg.jpg) no-repeat center;
	 background-size: cover;
}
.cpzx_bg .cpzx_box{
	width: 1200px;
	margin: 0 auto;
}
.cpzx_bg .cpzx_box .tit_box{
	padding-top: 60px;
}

.cpzx_bg .cpzx_box .tit_box .tit{
	text-align: center;
	font-size: 36px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.cpzx_bg .cpzx_box .tit_box .tit span{
	padding: 0 12px;
}
.cpzx_bg .cpzx_box .tit_box .tit span.color1{
	color:#008de4;
}
.cpzx_bg .cpzx_box .tit_box .tit span.color2{
	color:#b6b5b5;
}
.cpzx_bg .cpzx_box .tit_box .name{
	font-size: 24px;
	color: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.cpzx_bg .cpzx_box .list_box{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.cpzx_bg .cpzx_box .list_box ul{
	width: 1300px;
}
.cpzx_bg .cpzx_box .list_box .list{
	float: left;
	width: 360px;
	margin-right: 60px;
}
.cpzx_bg .cpzx_box .list_box .list .img_box{
	display: block;
	width: 360px;
	height: 340px;
}
.cpzx_bg .cpzx_box .list_box .list .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
.cpzx_bg .cpzx_box .list_box .list .text{
	font-size: 18px;
	color: #fff;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 15px;
	text-align: center;
	display: block;
}
.cpzx_bg .cpzx_box .btn{
	width: 230px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	font-size: 24px;
	color: #fff;
	border-radius: 33px;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 95px auto 0;
}
.yxtx_bg{
	background-color: #f7f7f7;
	padding-bottom: 40px;
}
.yxtx_bg .yxtx_box{
	width: 1200px;
	margin: 0 auto;
}

.yxtx_bg .yxtx_box .tit_box{
	padding-top: 60px;
}
.yxtx_bg .yxtx_box .tit_box .tit{
	text-align: center;
	font-size: 36px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.yxtx_bg .yxtx_box .tit_box .tit span{
	padding: 0 12px;
}
.yxtx_bg .yxtx_box .tit_box .tit span.color1{
	color:#008de4;
}
.yxtx_bg .yxtx_box .tit_box .tit span.color2{
	color:#b6b5b5;
}
.yxtx_bg .yxtx_box .tit_box .name{
	font-size: 24px;
	color: #b6b5b5;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.yxtx_bg .yxtx_box .list_box{
	width: 100%;
	overflow: hidden;
	margin-top: 66px;
}
.yxtx_bg .yxtx_box .list_box ul{
	width: 1300px;
}
.yxtx_bg .yxtx_box .list_box .list{
	width: 360px;
	float: left;
	margin-right: 60px;
}
.yxtx_bg .yxtx_box .list_box .list .img_box{
	display: block;
	width: 100%;
	height: 240px;
}
.yxtx_bg .yxtx_box .list_box .list .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
.yxtx_bg .yxtx_box .list_box .list .text_box{
	padding-top: 28px;
}
.yxtx_bg .yxtx_box .list_box .list .text_box .h6{
	font-size: 20px;
	color: #454545;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
}
.yxtx_bg .yxtx_box .list_box .list .text_box .time{
	font-size: 18px;
	color: #454545;
	height: 25px;
	line-height: 25px;
	display: block;
}
.xwzx_box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.xwzx_box .tit_box{
	padding-top: 60px;
}
.xwzx_box .tit_box .tit{
	text-align: center;
	font-size: 36px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}
.xwzx_box .tit_box .tit span{
	padding: 0 12px;
}
.xwzx_box .tit_box .tit span.color1{
	color:#008de4;
}
.xwzx_box .tit_box .tit span.color2{
	color:#b6b5b5;
}
.xwzx_box .tit_box .name{
	font-size: 24px;
	color: #b6b5b5;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.xwzx_box .xwzx_ct{
	padding-top: 76px;
	
}
.xwzx_box .xwzx_ct .ct_fl{
	float: left;
	width: 600px;
}
.xwzx_box .xwzx_ct .ct_fl .img_box{
	display: block;
	width: 600px;
	height: 260px;
}
.xwzx_box .xwzx_ct .ct_fl .img_box .img{
	display: block;
	width: 100%;
	height: 100%;
}
.xwzx_box .xwzx_ct .ct_fl .tit{
	font-size: 20px;
	color: #3b3b3b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 35px;
	line-height: 35px;
	margin-top: 32px;
}
.xwzx_box .xwzx_ct .ct_fl .text{
	font-size: 14px;
	color: #a5a5a5;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;   
	margin-top: 10px;
}
.xwzx_box .xwzx_ct .ct_fr{
	float: right;
	width: 576px;
}
.xwzx_box .xwzx_ct .ct_fr .list_box{
	width: 100%;
}
.xwzx_box .xwzx_ct .ct_fr .list_box .list{
	height: 60px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	width: 100%;
	cursor: pointer;
}

.xwzx_box .xwzx_ct .ct_fr .list_box .list .text{
	font-size: 16px;
	color: #454545;
	padding-left: 20px;
	margin-right: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.xwzx_box .xwzx_ct .ct_fr .list_box .list .text::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #454545;
	transform: translateY(-50%);
}
.xwzx_box .xwzx_ct .ct_fr .list_box .list .time{
	font-size: 16px;
	color: #454545;
	display: block;
	float: right;
	line-height: 60px;
}
.xwzx_box .xwzx_ct .ct_fr .list_box .list:hover{
	background:#fbfbfb;
}

.content_box .p_detial .right_box .com_fenye .fenye .p {
	margin-top: 4px;
	font-size: 16px;
}
.content_box .p_detial .right_box .com_fenye .fenye .p input{
	margin:0 20px; 
	width: 50px;
	padding: 7px 0;
	text-align: center;
	border:none;
	outline: none;
	border:1px solid #dcdcdc;
}
.content_box .p_detial .right_box .com_fenye .fenye .list{
	margin-top: 13px;
}
.content_box .p_detial .right_box .com_fenye .fenye .btn{
	margin-left: 20px;
	margin-right: 20px;
	margin-top:8px;
	font-size: 16px;
}
.content_box .p_detial .right_box .com_fenye .fenye .list .li{
	padding: 10px 20px;
	border:1px solid #dcdcdc;
	color:#454545;
	border-right:none;
}
.content_box .p_detial .right_box .com_fenye .fenye .list .link{
	padding: 11px 20px;
	background-color: #1493fe;
	color: #ffffff;
}
.content_box .p_detial .right_box .com_fenye .fenye .list .li:last-child{
	border-right:1px solid #dcdcdc;
}
.common_blogroll{
	/*width: 1200px;*/
	margin-top: 150px  !important;
	/*margin: 0 auto;*/
}
.fenye span{
	cursor: pointer;
}

