@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;
	margin-top:40px;
}
/********************/
.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;
}
.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 {
	width: 1200px;
    margin: 0 auto;
}
.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;
}
.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;}
}
/***********cp_zhanshi********************/
.cp_zhanshi{
	width:100%;
	overflow:hidden;
	margin-top:50px;}
.cp_zhanshi_width{
	width:1200px;
	overflow:hidden;
	margin:0px auto;}
.cp_zhanshi_ul{
	width:1250px;}
.cp_zhanshi_ul_li{
	float:left;
	width:260px;
	margin-right:40px;
	margin-bottom:16px;}
.cp_zhanshi_ul_li:hover .cp_zhanshi_ul_li_div{
	border:1px solid #248dde;}
.cp_zhanshi_ul_li:hover .cp_zhanshi_ul_li_title_a{
	color:#248dde;}
.cp_zhanshi_ul_li_div{
	width:260px;
	height:260px;
	padding:4px;
	border:1px dashed #ccc;}
.cp_zhanshi_ul_li_img{
	width:100%;
	height:100%;}
.cp_zhanshi_ul_li_title{
	text-align:center;}
.cp_zhanshi_ul_li_title_a{
	color:#333;
	font-size:16px;
	height:30px;
	line-height:30px;}
/*********************************/
.ruineng_04 {
    background: url(../images/aboutBg.jpg) no-repeat center top;
    height: 510px;
    width: 100%;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.ruineng_04_cnt {
    padding: 100px 0px 0px 527px;
    color: #fff;
}
.ruineng_04_cnt h6 {
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
}
.ruineng_04_cnt .desc {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 20px;
}
.aboutImg div {
    margin-right: 25px;
}
.fl {
    float: left;
}
.fl img{width:160px; height:120px;}
.clear {
    clear: both;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}