@media screen and (max-width: 1200px) { .slide-main{display:none; }}
@charset "utf-8";
/* CSS Document */
.pc_banner {
	margin-top: -20px;
	min-width: 1200px;
}
.focusBox {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.focusBox .pic li {
	width: 100%;
	height: 600px;
}
.focusBox .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 12px;
	right: 30%;
	z-index: 3
}
.focusBox .hd li {
	float: left;
	width: 40px;
	height: 20px;
	border-radius: 6px;
	cursor: pointer;
	overflow: hidden;
	background: #1d76d0;
	margin-left: 16px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.focusBox .hd .on {
	background: #fd0012;
	filter: alpha(opacity=100);
	opacity: 1;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 120px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	line-height: 120px;
	text-align: center;
	font-size: 50px;
	position: absolute;
	top: 200px;
	z-index: 3;
	filter: alpha(opacity=20);
	-moz-opacity: .2;
	opacity: .2;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}
.focusBox .prev {
	background-position: -112px 0;
	left: 0
}
.focusBox .next {
	background-position: -158px 0;
	right: 0
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6
}
.m_banner {
	display: none;
}
/********************/
.index_cpzs {
	background: #fff;
	padding: 36px 0px;
	padding-top: 50px;
}
.index_cpzs_width {
	width: 1200px;
	margin: 0px auto;
}
.index_cpzs_ul {
}
.index_cpzs_ul li:nth-child(3) .index_cpzs_ul_li_left {
	float: right;
}
.index_cpzs_ul li:nth-child(4) .index_cpzs_ul_li_left {
	float: right;
}
.index_cpzs_ul li:nth-child(2) .index_cpzs_ul_li_right {
	background: #e3dff0;
}
.index_cpzs_ul li:nth-child(3) .index_cpzs_ul_li_right {
	background: #d5edef;
}
.index_cpzs_ul li:nth-child(4) .index_cpzs_ul_li_right {
	background: #dfdeec;
}
.index_cpzs_ul li:nth-child(5) .index_cpzs_ul_li_right {
	background: #e9e8ed;
}
.index_cpzs_ul li:nth-child(6) .index_cpzs_ul_li_right {
	background: #d1ecf3;
}
.index_cpzs_ul_li {
	width: 600px;
	float: left;
	height: 210px;
	position: relative;
}
.index_cpzs_ul_li:hover .index_cpzs_ul_li_xg {
	background: rgba(102,102,102,0.4);
}
.index_cpzs_ul_li_xg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: all 0.8s;
}
.index_cpzs_ul_li_xg i {
	display: block;
	position: absolute;
}
.index_cpzs_ul_li_xg_i1 {
	top: 20px;
	left: 20px;
	width: 0px;
	height: 0px;
	border-top: 1px solid #fff;
	transition: width 0.8s;
}
.index_cpzs_ul_li:hover .index_cpzs_ul_li_xg_i1 {
	width: 560px;
}
.index_cpzs_ul_li_xg_i2 {
	bottom: 20px;
	right: 20px;
	width: 0px;
	height: 0px;
	border-bottom: 1px solid #fff;
	transition: width 0.8s;
}
.index_cpzs_ul_li:hover .index_cpzs_ul_li_xg_i2 {
	width: 560px;
}
.index_cpzs_ul_li_xg_i3 {
	top: 20px;
	right: 20px;
	width: 0px;
	height: 0px;
	border-right: 1px solid #fff;
	transition: height 0.8s;
}
.index_cpzs_ul_li:hover .index_cpzs_ul_li_xg_i3 {
	height: 170px;
}
.index_cpzs_ul_li_xg_i4 {
	bottom: 20px;
	left: 20px;
	width: 0px;
	height: 0px;
	border-left: 1px solid #fff;
	transition: height 0.8s;
}
.index_cpzs_ul_li:hover .index_cpzs_ul_li_xg_i4 {
	height: 170px;
}
.index_cpzs_ul_li_left {
	float: left;
	width: 300px;
	height: 210px;
	background: #fff;
}
.index_cpzs_ul_li_left_img {
	width: 160px;
	height: 160px;
	margin: 0px auto;
	display: block;
	margin-top: 25px;
}
.index_cpzs_ul_li_right {
	float: right;
	width: 300px;
	height: 210px;
	background: #d2ddef;
}
.index_cpzs_ul_li_right_h3 {
	margin-top: 12px;
	font-size: 20px;
	font-weight: 100;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.index_cpzs_ul_li_right_p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #555; padding:10px
}
.index_cpzs_ul_li_right_i {
	display: block;
	height: 1px;
	width: 60px;
	border-bottom: 1px solid #666;
	margin: 0px auto;
	margin-top: 15px;
}
.index_cpzs_ul_li_right_yw {
	margin-top: 38px;
	color: #999;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.index_cpzs_ul_li_xg a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.index_title {
}
.index_title_h3 {
	text-align: center;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	color:#4a91d9;
	font-weight: 100;
}
.index_title_p {
	border-bottom: 2px solid #ccc;
	text-align: center;
	height: 15px;
}
.index_title_pspan {
	padding: 0px 10px;
	background: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #c1c0c0;
}
.index_title_line {
	display: block;
	border-bottom: 2px solid #4a91d9;
	width: 120px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
/*************index_new**********************/
.index_new{
	padding:20px 0px;
	background:#fff;
	padding-top:50px;}
.index_new_width{
	width:1200px;
	margin:0px auto;}
.index_new_left{
	float:left;
	width:560px;
	position:relative;}
.index_new_left_img{
	width:560px;
	height:400px;}
.index_new_right{
	float:right;
	width:600px;}
.index_new_left_tljj{
	width:500px;
	height:150px;
	background:#f9f9f9;
	position:absolute;
	bottom:20px;
	left:30px;
	z-index:2;}
.index_new_left_tljj_left{
	float:left;
	width:70px;
	margin-left:20px;}
.index_new_left_tljj_left_tian{
	font-size:50px;
	margin-top:28px;
	color:#c81623;
	text-align:center;}
.index_new_left_tljj_left_nian{
	text-align:center;
	font-size:16px;
	color:#c81623;
	border-top:2px solid #c81623;
	line-height:30px;
	margin-top:5px;}
.index_new_left_tljj_right{
	float:right;
	width:370px;
	margin-right:20px;}
.index_new_left_tljj_right_h3{
	margin-top:28px;
	font-size:20px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-weight:100;}
.index_new_left_tljj_right_h3_a{
	color:#4a91d9;}
.index_new_left_tljj_right_p{
	color:#999;
	font-size:14px;
	margin-top:10px;
	line-height:22px;
	height:44px;
	overflow:hidden;}
.index_new_right_ul{
	border-top:1px dashed #ccc;}
.index_new_right_ul_li{
	font-size:15px;
	line-height:40px;
	height:40px;
	border-bottom:1px dashed #ccc;}
.index_new_right_ul_li:hover{
	border-bottom:1px solid #ccc;}
.index_new_right_ul_li a{
	color:#666;}
.index_new_right_ul_li_left{
	float:left;
	margin-left:10px;
	max-width:480px;
	overflow:hidden;
	color:#333;
	display:block;
	height:40px;}
.index_new_right_ul_li_right{
	float:right;
	color:#888;
	margin-right:5px;}
.index_new_right_amore{
	background:url(../images/index-more.png) no-repeat top left;
	display:block;
	width:140px;
	height:30px;
	text-indent:20px;
	letter-spacing:2px;
	line-height:30px;
	float:right;
	font-size:16px;
	color:#fff;
	margin-top:50px;}
.index_new_right_amore:hover{
	background:url(../images/index-more-hover.jpg) no-repeat top left;}
.xunigaodu{
	height:140px;}
	
/*******index_honor***********/	
.index_honor{
	position:fixed;
	width:100%;
	height:960px;
	bottom:0px;
	left:0px;
	z-index:-1;
	background:url(../images/rybj.jpg) no-repeat top center;}
.index_honor_window{
	width:100%;
	height:500px;}
.index_honor_fff{
	background:#fff;}
.index_honor_width{
	width:1200px;
	margin:0px auto;
	padding:30px 0px 1px 0px;}

.index_honor_ul{
	width:1200px;
	position:absolute;
	left:50%;
	bottom:130px;
	margin-left:-600px;}
.index_honor_ul_li{
	width:260px;
	float:left;
	margin-right:20px;
	margin-left:20px;}
.index_honor_ul_li_img{
	width:100%;}
/***********index_ture***********************/
.index_ture{
	background:#fff;
	padding-top:80px;
	padding-bottom:50px;}
.index_ture_width{
	width:1200px;
	margin:0px auto;}
.index_ture_ul{}
.index_ture_ul_li{
	width:400px;
	border:1px solid #ccc;
	margin-right:-1px;
	margin-bottom:-1px;
	box-sizing:border-box;
	float:left;}
.index_ture_ul_li:hover{
	box-shadow: 0 2px 10px #ccc;
	z-index:2;}
.index_ture_ul_li_div{}
.index_ture_ul_li_div_img{
	width:360px;
	height:220px;
	margin:20px auto;
	display:block;}









 @media only screen and (max-width:560px) {
.pc_banner {
	display: none;
}
.m_banner {
	display: block;
}
.index_cpzs {
	background: #fff;
	padding: 20px 0px;
	padding-top: 36px;
}
.index_cpzs_width {
	width: 100%;
	margin: 0px auto;
}
.index_cpzs_ul {
}
.index_cpzs_ul li:nth-child(2) .index_cpzs_ul_li_left {
	float: right;
}
.index_cpzs_ul li:nth-child(3) .index_cpzs_ul_li_left {
	float: left;
}
.index_cpzs_ul li:nth-child(6) .index_cpzs_ul_li_left {
	float: right;
}
.index_cpzs_ul li:nth-child(2) .index_cpzs_ul_li_right {
	background: #e3dff0;
}
.index_cpzs_ul li:nth-child(3) .index_cpzs_ul_li_right {
	background: #d5edef;
	float: left;
}
.index_cpzs_ul li:nth-child(4) .index_cpzs_ul_li_right {
	background: #dfdeec;
}
.index_cpzs_ul li:nth-child(5) .index_cpzs_ul_li_right {
	background: #e9e8ed;
}
.index_cpzs_ul li:nth-child(6) .index_cpzs_ul_li_right {
	background: #d1ecf3;
	float: left;
}
.index_cpzs_ul_li {
	width: 96%;
	margin: 0px auto;
	float: none;
	height: 210px;
	position: relative;
}
.index_cpzs_ul_li_left {
	float: left;
	width: 50%;
	height: 210px;
	background: #fff;
}
.index_cpzs_ul_li_left_img {
	width: 160px;
	height: 160px;
	margin: 0px auto;
	display: block;
	margin-top: 25px;
}
.index_cpzs_ul_li_right {
	float: right;
	width: 50%;
	height: 210px;
	background: #d2ddef;
}
.index_cpzs_ul_li_right_h3 {
	margin-top: 12px;
	font-size: 20px;
	font-weight: 100;
	font-weight: bold;
	text-align: center;
	color: #333;
}
.index_cpzs_ul_li_right_p {
	margin-top: 15px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #555; padding:10px
}
.index_cpzs_ul_li_right_i {
	display: block;
	height: 1px;
	width: 60px;
	border-bottom: 1px solid #666;
	margin: 0px auto;
	margin-top: 15px;
}
.index_cpzs_ul_li_right_yw {
	margin-top: 38px;
	color: #999;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.index_title_h3 {
	text-align: center;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	color: #888;
	font-weight: 100;
}
.index_title_p {
	border-bottom: 1px dashed #ccc;
	width: 94%;
	margin: 0px auto;
	text-align: center;
	height: 14px;
}
.index_title_pspan {
	padding: 0px 10px;
	background: #fff;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #c1c0c0;
}
.index_title_line {
	display: block;
	border-bottom: 1px solid #ccc;
	width: 80px;
	margin: 0px auto;
	margin-top: 18px;
	margin-bottom: 30px;
}

/********index_new***********/
.index_new{
	padding:20px 0px;
	background:#fff;
	padding-top:50px;}
.index_new_width{
	width:100%;
	margin:0px auto;}
.index_new_left{
	float:left;
	width:100%;
	position:relative;}
.index_new_left_img{
	width:100%;
	height:auto;}
.index_new_right{
	float:right;
	width:100%;
	height:226px;
	overflow:hidden;}
.index_new_left_tljj{
	width:94%;
	margin:0px auto;
	height:130px;
	background:#f9f9f9;
	position:relative;
	bottom:20px;
	left:0px;
	z-index:2;}
.index_new_left_tljj_left{
	float:left;
	width:18%;
	margin-left:0px;}
.index_new_left_tljj_left_tian{
	font-size:36px;
	margin-top:28px;
	color:#c81623;
	text-align:center;}
.index_new_left_tljj_left_nian{
	text-align:center;
	font-size:14px;
	color:#c81623;
	border-top:2px solid #c81623;
	line-height:30px;
	margin-top:5px;}
.index_new_left_tljj_right{
	float:right;
	width:80%;
	margin-right:0px;}
.index_new_left_tljj_right_h3{
	margin-top:22px;
	font-size:20px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-weight:100;}
.index_new_left_tljj_right_p{
	color:#999;
	font-size:12px;
	margin-top:10px;
	line-height:22px;
	height:44px;
	overflow:hidden;}
.index_new_right_ul{
	width:92%;
	margin:0px auto;
	border-top:1px dashed #eee;}
.index_new_right_ul_li{
	font-size:14px;
	line-height:36px;
	height:36px;
	border-bottom:1px dashed #eee;}
.index_new_right_ul_li_left{
	float:left;
	margin-left:0px;
	max-width:75%;
	overflow:hidden;
	color:#333;
	display:block;
	height:36px;}
.index_new_right_ul_li_right{
	float:right;
	color:#888;
	margin-right:0px;}
.xunigaodu{
	height:0px;}
.index_new_right_amore{
	display:none;}
/***********index_honor******************/
.index_honor{
	position:relative;
	width:100%;
	height:auto;
	background:none;}
.index_honor_window{
	display:none;}
.index_honor_fff{
	background:#fff;}
.index_honor_width{
	width:96%;
	margin:0px auto;
	padding:30px 0px 1px 0px;}

.index_honor_ul{
	width:94%;
	height:300px;
	left:0px;
	bottom:0px;
	margin-left:0px;
	position:relative;
	margin:0px auto;
	padding-top:20px;}
.index_honor_ul_li{
	width:48%;
	float:left;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:20px;}
.index_honor_ul li:nth-child(2n){
	float:right;}
.index_honor_ul_li_img{
	width:100%;}
/*********index_ture**************/
.index_ture{
	background:#fff;
	padding-top:30px;
	padding-bottom:30px;}
.index_ture_width{
	width:100%;
	margin:0px auto;}
.index_ture_ul{}
.index_ture_ul_li{
	width:94%;
	border:1px solid #ccc;
	box-sizing:border-box;
	float:none;
	margin:0px auto;
	margin-bottom:-1px;}
.index_ture_ul_li:hover{
	box-shadow: 0 2px 10px #ccc;
	z-index:2;}
.index_ture_ul_li_div{}
.index_ture_ul_li_div_img{
	width:88%;
	margin:20px auto;
	display:block;}
}

.hezuo{  overflow:hidden ; margin-top:80px}
.hezuo2{ overflow:hidden }
.hezuo2 ul{}
.hezuo2 ul li{ float:left; margin-left:30px}
.hezuo2 ul li img{ }



/* 首页banner */
.slide-main{height:580px;position:relative; background:#FFF; margin-top:-20px}
.prev,.next{display:block;width:44px;height:44px;position:absolute;z-index:222;top:267px;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:540px;left:0;text-align:center;}
.item a{display:inline-block;width:24px;height:5px;margin-right:11px;background:#636262;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=30);overflow:hidden;}
.item a.cur{background:#0353a3;}
.slide-box,.slide{display:block;width:100%;height:580px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:490px;padding-top:89px;background:#ff6900;position:relative;position:absolute;z-index:8;}
#bgstylea{background: url(../images2/banner2.jpg) center no-repeat;}
#bgstyleb{background: url(../images2/banner3.jpg) center no-repeat;}
#bgstylec{background: url(../images2/banner1.jpg) center no-repeat;}
#bgstyled{background: url(../images2/banner4.jpg) center no-repeat;}
.slide a{display:block;width:100%;height:490px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f,.obj-g,.obj-h{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:561px;margin-left:65px;text-align:center;}
.obj-a{display:block;height:352px;top:35px;}
.obj-b{top:181px; width:583px; margin-left:-580px;}
.obj-c{display:block;height:507px;top:26px;margin-left:-650px;}
.obj-d{top:194px;height:290px; margin-left:110px;}
.obj-d p{display:block;padding-top:20px;font-size:16px;color:#fff;clear:both;}
.obj-e{width:569px;height:527px;margin-left:-600px;top:28px;z-index:12;}
.obj-f{width:445px;height:288px;top:195px;margin-left:100px;}
.obj-g{display:block;height:352px;top:58px;}
.obj-h{top:181px; width:583px; margin-left:-580px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }

.banAnimate .obj-c,.banAnimate .obj-g{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;}}
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-h{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;}}
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;}}