@charset "utf-8";
/* CSS Document */



/* CSS重置 */



* {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}
body {
	margin: 0;
}
h1, h2, h3, h4 {
	margin: 0;
	font-weight: normal;
}
/********************* img{display:block;} *********************/



a {
	text-decoration: none;
}
p {
	margin: 0;
}
ul {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
 dl, dd, tr, td, dt, {
 margin:0;
 padding: 0;
}
img {
	display: block;
	border: none;
}
.clearfix {
	clear: both;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clear {
	zoom: 1
}
.dycommon {
	width: 1210px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
dl, dd {
	margin: 0;
	padding: 0px;
}
.hide {
	display: none;
}
.i {
	font-style: normal;
}
/*****顶部************/



.qgttop_bg {
	height: 38px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #e2e2e2;
	line-height: 38px;
}
.qgttop {
	width: 1200px;
	margin: 0 auto;
}
.qgttop_l {
	width: 400px;
	color: #717171;
}
.qgttop_r {
	width: 230px;
}
.qgttop_r a {
	padding: 0 5px;
}
.qgttop_r a:hover {
	color: #d92419;
}
/**********logo**********/



.qgtlogo {
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.qgtlogo_l {
	display: block;
	width: 406px;
	height: 84px;
	overflow: hidden;
}
.qgtlogo_l a {
	display: block;
	width: 406px;
	height: 84px;
	overflow: hidden;
}
.qgtlogo_l a img {
	display: block;
	width: 100%;
	height: 100%;
}
.qgtlogo_r {
	width: 250px;
	margin-top: 20px;
}
.qgtlogo_r p {
	display: block;
	width: 190px;
	float: left;
}
.qgtlogo_r p i {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: #1f1f1f;
	text-align: right;
}
.qgtlogo_r p img {
	display: block;
	margin-top: 3px;
}
.qgtlogo_r span {
	display: block;
	width: 52px;
	height: 52px;
	float: left;
	margin-left: 5px;
}
.qgtlogo_r span img {
	width: 100%;
	height: 100%;
	display: block;
}
/*******************导航******************************/



.bjnav {
	height: 50px;
	line-height: 50px;
	background-color: #d92419;
}
.menu {
	position: relative;
	z-index: 100;
	width: 1200px;
	margin: 0 auto;
}
.menu ul {
	list-style: none;
	display: block;
}
.menu li {
	float: left;
	position: relative;
	width: 90px;
	text-align: center;
	color: #fff;
}
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 50px;
}
.menu table {
	position: absolute;
	top: 0;
	left: 0;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
.menu a {
	display: block;
	color: #fff;
	font-size: 16px;
}
.menu ul li a:hover {
	color: #fff;
	font-weight: bold;
}
.dangqian {
	color: #fff;
	font-weight: bold;
}
.menu ul ul {
	display: block;
}
.menu ul ul li {
	clear: both;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.menu ul ul li a {
	display: block;
	width: 170px;
	height: 40px;
	margin: 0;
	border: 0;
	background-color: #d92419;
	color: #fff;
	line-height: 40px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.menu ul ul li a:hover {
	border: 0;
	background: #B3B3B3;
	color: #fff;
}
/*********************** 轮播 ********************/



#solid {
	width: 100%;
	height: 600px;
	clear: both;
	position: relative;
	overflow: hidden;
}
#solid .solid0, #solid .solid1, #solid .solid2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 600px;
	display: none;
}
#solid .solid0 {
	background: #78c4db;
}
#solid .solid1 {
	background: #c5c9db;
}
#solid .solid2 {
	background: #e7dfd1;
}
#solid ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#solid ul li {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1920px;
	height: 600px;
	margin-left: -960px;
	display: none;
	cursor: pointer;
}
#solid #btt {
	width: 905px;
	height: 55px;
	top: 550px;
	left: 50%;
	position: relative;
	margin-left: -452px;
}
#solid #btt span {
	position: absolute;
	top: 15px;
	left: 45%;
	display: block;
	width: 30px;
	height: 8px;
	margin: 0 15px;
	text-align: center;
	background: #3d3d3d;
	z-index: 1000;
	cursor: pointer;
	filter: alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.7; /*Firefox私有，透明度50%*/
	opacity: 0.7;/*其他，透明度50%*/
}
/************************产品中心****************************/



.gcproduct {
	width: 1200px;
	margin: 0 auto;
}
.gcproduct_title {
	width: 346px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
.gcproduct_title p {
	font-size: 36px;
	display: block;
	width: 300px;
	float: left;
}
.gcproduct_title p strong {
	font-size: 36px;
	color: #d92419;
}
.gcproduct_title a {
	display: block;
	width: 42px;
	height: 42px;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
.gcproduct_title a img {
	display: block;
	width: 100%;
	height: 100%;
}
.gcproduct_nr {
	width: 100%;
}
.gcproduct_nr ul {
	display: block;
}
.gcproduct_nr ul li {
	display: block;
	width: 277px;
	height: 312px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.gcproduct_nr ul li:nth-child(4) {
	margin-right: 0px;
}
.gcproduct_nr ul li:nth-child(8) {
	margin-right: 0px;
}
.gcproduct_nr ul li a {
	border: 1px solid #d8d8d8;
	display: block;
	width: 277px;
	height: 320px;
	transition: all 0.5s;
}
.gcproduct_nr ul li a:hover {
	border: 1px solid #d92419;
}
.gcproduct_nr ul li a:hover span {
	background-color: #d92419;
	color: #fff;
}
.gcproduct_nr ul li a i {
	display: block;
	font-style: normal;
	width: 277px;
	height: 258px;
	overflow: hidden;
	margin: 1px auto;
}
.gcproduct_nr ul li a i img {
	display: block;
	width: 100%;
	height: 100%;
}
.gcproduct_nr ul li a span {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;
	width: 257px;
	margin: 10px auto;
	text-align: center;
	transition: all 0.5s;
}
/*******************************过度条**********************/



.gcgdt {
	margin: 0 auto;
	width: 1200px;
}
.gcgdt {
	height: 114px;
	background: url(../images/gd_1.png) center center no-repeat;
	margin-bottom: 30px;
}
/******************************adv*******************************************/



.gcadv {
	width: 100%;
	height: auto;
}
.gcadv_title {
	width: 100%;
	height: auto;
}
.gcadv_title p {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	height: 106px;
	line-height: 106px;
}
.gcadv_title p span {
	color: #d92419;
	font-size: 80px;
	height: 106px;
	line-height: 106px;
}
.gcadv_title i {
	font-style: normal;
	text-align: center;
	font-size: 20px;
	display: block;
}
.gcadv_1 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.gcadv_1_l {
	width: 600px;
}
.gcadv_1_l_top {
	width: 100%;
}
.gcadv_1_l_top p {
	font-size: 26px;
}
.gcadv_1_l_top p big {
	font-size: 60px;
	color: #d92419;
}
.gcadv_1_l_top p span {
	font-size: 26px;
	color: #d92419;
}
.gcadv_1_l_top i {
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	color: #999;
}
.gcadv_1_l_bot {
	width: 100%;
}
.gcadv_1_l_bot p {
	background: url(../images/adv_2.png) 5px 6px no-repeat;
	font-size: 16px;
	line-height: 34px;
	padding-left: 40px;
	margin-top: 15px;
}
.gcadv_1_l_bot p span {
	font-size: 16px;
	color: #d92419;
}
.gcadv_1_r {
	width: 559px;
	height: 295px;
	overflow: hidden;
}
.gcadv_1_r img {
	width: 100%;
	height: 100%;
}
.gcadv_2 {
	background: url(../images/adv_3.png) center center no-repeat;
	height: 516px;
}
.gcadv_2_nr {
	width: 1200px;
	margin: 0 auto;
}
.gcadv_2_l {
	width: 550px;
	margin-left: 650px;
}
.gcadv_2_l_top {
	width: 100%;
	padding-top: 60px;
}
.gcadv_2_l_top p {
	font-size: 26px;
	color: #fff;
}
.gcadv_2_l_top p big {
	font-size: 60px;
	color: #d92419;
}
.gcadv_2_l_top p span {
	font-size: 26px;
	color: #d92419;
}
.gcadv_2_l_top i {
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	color: #f1f1f1;
}
.gcadv_2_l_bot {
	width: 100%;
}
.gcadv_2_l_bot p {
	background: url(../images/adv_4.png) 5px 6px no-repeat;
	font-size: 16px;
	line-height: 34px;
	padding-left: 40px;
	margin-top: 15px;
	color: #fff;
}
.gcadv_2_l_bot p span {
	font-size: 16px;
	color: #d92419;
}
.gcadv_3 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}
.gcadv_3_l {
	width: 600px;
}
.gcadv_3_l_top {
	width: 100%;
}
.gcadv_3_l_top p {
	font-size: 26px;
}
.gcadv_3_l_top p big {
	font-size: 60px;
	color: #d92419;
}
.gcadv_3_l_top p span {
	font-size: 26px;
	color: #d92419;
}
.gcadv_3_l_top i {
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	color: #999;
}
.gcadv_3_l_bot {
	width: 100%;
}
.gcadv_3_l_bot p {
	background: url(../images/adv_2.png) 5px 6px no-repeat;
	font-size: 16px;
	line-height: 34px;
	padding-left: 40px;
	margin-top: 15px;
}
.gcadv_3_l_bot p span {
	font-size: 16px;
	color: #d92419;
}
.gcadv_3_r {
	width: 572px;
	height: 335px;
	overflow: hidden;
}
.gcadv_3_r img {
	width: 100%;
	height: 100%;
}
/*****************************case*****************************************************/



.gccase {
	background-color: #f1f1f1;
}
.gccase_nr {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 60px;
}
.gccase ul {
	display: block;
	margin-top: 10px;
}
.gccase ul li {
	display: block;
	width: 277px;
	height: 280px;
	float: left;
	margin-right: 30px;
}
.gccase ul li:nth-child(4) {
	margin-right: 0px;
}
.gccase ul li a {
	display: block;
	width: 277px;
	height: 270px;
}
.gccase ul li a:hover span {
	background-color: #d92419;
	color: #fff;
}
.gccase ul li a i {
	width: 277px;
	height: 230px;
	overflow: hidden;
	display: block;
}
.gccase ul li a i img {
	width: 100%;
	height: 100%;
}
.gccase ul li a span {
	display: block;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}
/*******************************about***************************************/



.gcabout {
	width: 1200px;
	margin: 0 auto;
	background: url(../images/ab_1.png) left bottom no-repeat;
	height: 450px;
	padding-top: 20px;
}
.gcabout_nr {
	width: 590px;
	margin-left: 610px;
}
.gcabout_nr p {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	display: block;
	padding-top: 20px;
}
.gcabout_nr span {
	color: #999;
	display: block;
	height: 30px;
	line-height: 30px;
}
.gcabout_nr i {
	font-style: normal;
	line-height: 30px;
	margin-top: 20px;
	display: block;
	height: 150px;
	overflow: hidden;
	margin-bottom: 30px;
	color: #888;
}
.gcabout_nr a {
	display: block;
	background-color: #1a2129;
	color: #fff;
	height: 36px;
	width: 120px;
	text-align: center;
	line-height: 36px;
}
.gcabout_nr a:hover {
	background-color: #d92419;
	color: #fff;
}
/**********************news********************************/



.ddnews {
	width: 100%;
	margin-top: 30px;
}
.ddnewscon {
	width: 1180px;
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 50px;
}
.ddnews_l {
	width: 560px;
	height: 420px;
	overflow: hidden;
}
.ddnews_text {
}
.ddnews_text p {
	display: block;
	width: 120px;
	float: left;
}
.ddnews_text p span {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.ddnews_text p i {
	display: block;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
.ddnews_text b {
	display: block;
	width: 27px;
	float: right;
	margin-top: 5px;
}
.ddnews_l_con {
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e9e9e9;
}
.ddnews_l_con_l {
	width: 140px;
	height: 90px;
	overflow: hidden;
}
.ddnews_l_con_l img {
	width: 100%;
	height: 100%;
}
.ddnews_l_con_r {
	width: 400px;
}
.ddnews_l_con_r p {
	display: block;
	font-weight: bold;
}
.ddnews_l_con_r p a {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 15px;
	overflow: hidden;
	transition: all 0.5s;
}
.ddnews_l_con_r p a:hover {
	color: #e21f1f;
	margin-left: 5px;
}
.ddnews_l_con_r span {
	display: block;
}
.ddnews_l_con_r span i {
	display: block;
	width: 10px;
	line-height: 10px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.ddnews_l_con_r span small {
	display: block;
	width: 100px;
	color: #999;
	float: left;
}
.ddnews_l_con_r span b {
	display: block;
	width: 16px;
	height: 10px;
	float: left;
	padding-top: 4px;
}
.ddnews_l_con_r span big {
	display: block;
	float: left;
	color: #999;
	font-size: 14px;
	width: 60px;
	padding-left: 5px;
}
.ddnews_l_con_r strong {
	display: block;
	font-weight: normal;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	display: block;
	height: 40px;
	overflow: hidden;
}
.ddnews_r {
	width: 570px;
	height: 420px;
	overflow: hidden;
}
.ddnews_r_con {
	background-color: #f3f3f3;
	padding: 20px;
	margin-top: 20px;
}
.ddnews_r_con_top {
	height: auto;
}
.ddnews_r_con_top_l {
	width: 215px;
	height: 110px;
	overflow: hidden;
}
.ddnews_r_con_top_l a {
	display: block;
	border-radius: 5px;
	width: 215px;
	height: 110px;
	overflow: hidden;
}
.ddnews_r_con_top_l a img {
	width: 100%;
	height: 100%;
}
.ddnews_r_con_top_r {
	width: 300px;
}
.ddnews_r_con_top_r p {
	display: block;
}
.ddnews_r_con_top_r p a {
	display: block;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #333;
	font-size: 15px;
	transition: all 0.5s;
}
.ddnews_r_con_top_r p a:hover {
	color: #e21f1f;
	margin-left: 5px;
}
.ddnews_r_con_top_r span {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #999;
}
.ddnews_r_con_top_r i {
	display: block;
	line-height: 26px;
	font-style: normal;
	overflow: hidden;
	height: 52px;
	color: #999;
}
.ddnews_r_con_bot {
	width: 100%;
}
.ddnews_r_con_bot ul {
	display: block;
	padding-top: 10px;
}
.ddnews_r_con_bot ul li {
	display: block;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px dashed #d1d1d1;
	background: url(../images/ddnews_6.png) 0px 18px no-repeat;
	padding-left: 10px;
}
.ddnews_r_con_bot ul li a {
	display: block;
}
.ddnews_r_con_bot ul li a:hover * {
	color: #e21f1f;
}
.ddnews_r_con_bot ul li a p {
	display: block;
	width: 400px;
	float: left;
	color: #888;
}
.ddnews_r_con_bot ul li a span {
	display: block;
	width: 100px;
	float: right;
	text-align: right;
	color: #888;
}
/****************************links***********************/



.mxlinks {
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.mxlinks_l {
	width: 80px;
}
.mxlinks_l p {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}
.mxlinks_l span {
	display: block;
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
}
.mxlinks_r {
	width: 1040px;
	margin-top: 20px;
}
.mxlinks_r a {
	padding: 0px 10px;
}
.mxlinks_r a:hover {
	color: #c02020;
}
/*******************************footer*******************************/



.gcfooter {
	background-color: #1a2129;
	height: 240px;
}
.gcfooter_con {
	width: 1200px;
	margin: 0 auto;
}
.gcfooter_con_lf {
	width: 360px;
	border-right: 1px solid #484d54;
	height: 240px;
}
.gcfooter_con_lf img {
	margin-top: 35px;
}
.gcfooter_con_cen {
	width: 590px;
	border-right: 1px solid #484d54;
	height: 240px;
}
.gcfooter_con_cen p {
	display: block;
	margin-left: 20px;
	margin-top: 40px;
}
.gcfooter_con_cen p a {
	color: #fff;
	padding: 0px 26px;
	line-height: 30px;
}
.gcfooter_con_cen p a:hover {
	font-weight: bold;
}
.gcfooter_con_cen span {
	display: block;
	line-height: 28px;
	color: #fff;
	margin-left: 45px;
	margin-top: 20px;
}
#cnzz_stat_icon_1271958872 {
	margin-left: 0px;
}
.gcfooter_con_rf {
	width: 175px;
	margin-top: 50px;
}
/*****************************************************************



**************************************************************



****************************************************************/



/*********************内页大图*******************************/



.banner_ny {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
}
.banner_ny img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
/****************产品列表页************/



/**********************************产品中心****************************************/



.hide {
	display: none;
}
.main_case_bg {
}
.main_case {
	padding: 5px 0;
	margin-top: 20px;
}
.main_case_class li {
	float: left;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.main_case_class li a {
	display: block;
}
.main_case_class li a:hover {
	color: #fff;
}
.main_case_class li:nth-child(6) {
	margin-right: 0px;
}
.main_case_class li:hover, .main_pro_class li:hover, .pub {
	background-color: #D92419;
	color: #fff;
}
.main_case_class li:hover a {
	background-color: #D92419;
	color: #fff;
}
.main_case_class .pro_act {
	background-color: #D92419;
	color: #fff;
}
.pro_act a {
	color: #fff;
}
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clear {
	zoom: 1
}
.main_case_class {
	margin: 0px auto;
	width: 1090px;
}
.main_case_class ul {
	margin-bottom: 30px;
}
.main_case_class li {
	width: 170px;
	line-height: 44px;
	cursor: pointer;
}
.main_case_img {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.move_box li {
	display: block;
	width: 277px;
	height: 312px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.move_box li:nth-child(4) {
	margin-right: 0px;
}
.move_box li:nth-child(8) {
	margin-right: 0px;
}
.move_box li:nth-child(12) {
	margin-right: 0px;
}
.move_box li:nth-child(16) {
	margin-right: 0px;
}
.move_box li:nth-child(20) {
	margin-right: 0px;
}
.move_box li a {
	border: 1px solid #d8d8d8;
	display: block;
	width: 277px;
	height: 320px;
	transition: all 0.5s;
}
.move_box li a:hover {
	border: 1px solid #d92419;
}
.move_box li a:hover span {
	background-color: #d92419;
	color: #fff;
}
.move_box li a i {
	display: block;
	font-style: normal;
	width: 277px;
	height: 258px;
	overflow: hidden;
	margin: 1px auto;
}
.move_box li a i img {
	display: block;
	width: 100%;
	height: 100%;
}
.move_box li a span {
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;
	width: 257px;
	margin: 10px auto;
	text-align: center;
	transition: all 0.5s;
}
/****************************fenye***************************/



.page {
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 40px;
}
.page_con li a {
	display: block;
	float: left;
	border: 1px solid #D92419;
	padding: 5px 12px;
	color: #333;
	margin: 0 2px;
}
.page_con {
	display: table;
	margin: 0 auto;
}
.page_con li {
	display: table-cell;
}
.page_con li a:hover, .page .page_act a {
	background: #D92419;
	color: #fff;
}
/****************************面包屑*************************/



.ddweizhi {
	width: 100%;
	margin: 0px auto;
	background-color: #F0F0F0;
}
.wbmbx {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	padding-left: 10px;
	width: 1200px;
	margin: 0 auto;
}
.wbmbx span {
	color: #333;
}
.wbmbx a {
	color: #333;
	padding-right: 4px;
}
.wbmbx a:hover {
	color: #D92419;
}
/****************************新闻列表页************************************/



.ddnews_l_con1 {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
	width: 1200px;
	margin: 0 auto;
}
.ddnews_l_con1_l {
	width: 340px;
	height: 220px;
	overflow: hidden;
}
.ddnews_l_con1_l img {
	width: 100%;
	height: 100%;
}
.ddnews_l_con1_r {
	width: 830px;
	transition: all 0.5s;
	margin-right: 10px;
}
.ddnews_l_con1_r:hover {
	margin-right: 0px;
}
.ddnews_l_con1_r:hover p a {
	color: #e21f1f;
}
.ddnews_l_con1_r:hover u a {
	color: #e21f1f;
}
.ddnews_l_con1_r p {
	display: block;
	font-weight: bold;
}
.ddnews_l_con1_r p a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	overflow: hidden;
}
.ddnews_l_con1_r p a:hover {
	color: #e21f1f;
}
.ddnews_l_con1_r span {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.ddnews_l_con1_r span i {
	display: block;
	width: 10px;
	line-height: 10px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.ddnews_l_con1_r span small {
	display: block;
	width: 100px;
	color: #999;
	float: left;
}
.ddnews_l_con1_r span b {
	display: block;
	width: 16px;
	height: 10px;
	float: left;
	padding-top: 4px;
}
.ddnews_l_con1_r span big {
	display: block;
	float: left;
	color: #999;
	font-size: 14px;
	width: 60px;
	padding-left: 5px;
}
.ddnews_l_con1_r strong {
	display: block;
	font-weight: normal;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	display: block;
	height: 60px;
	overflow: hidden;
}
.ddnews_l_con1_r u {
	display: block;
	text-decoration: none;
	margin-top: 20px;
}
.ddnews_l_con1_r u a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #666;
	font-size: 14px;
}
/*****************************客户案例列表页*****************************************************/



.gccase1 {
	background-color: #fff;
}
.gccase_nr1 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 60px;
}
.gccase_list {
	display: block;
	margin-top: 10px;
}
.gccase_list li {
	display: block;
	width: 277px;
	height: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.gccase_list li:nth-child(4) {
	margin-right: 0px;
}
.gccase_list li:nth-child(8) {
	margin-right: 0px;
}
.gccase_list li:nth-child(12) {
	margin-right: 0px;
}
.gccase_list li a {
	display: block;
	width: 277px;
	height: 270px;
}
.gccase_list li a:hover span {
	background-color: #d92419;
	color: #fff;
}
.gccase_list li a i {
	width: 277px;
	height: 230px;
	overflow: hidden;
	display: block;
}
.gccase_list li a i img {
	width: 100%;
	height: 100%;
}
.gccase_list li a span {
	display: block;
	background-color: #f1f1f1;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}
/*************************关于我们**************************************/



.gcabout_nr1 {
	width: 660px;
}
.gcabout_nr1 p {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-top: 15px;
}
.gcabout_nr1 i {
	font-style: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 30px;
	color: #888;
	margin-top: 10px;
}
.jyln {
	width: 100%;
	margin-bottom: 30px;
}
.jyln ul {
	display: block;
	margin-top: 30px;
	padding-top: 30px;
}
.jyln ul li {
	width: 237px;
	height: 130px;
	margin-right: 28px;
	padding: 20px;
	float: left;
	margin-bottom: 0px;
}
.jyln ul li:nth-child(4) {
	margin-right: 0px;
}
.jyln ul li p {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.jyln ul li i {
	display: block;
	font-style: normal;
	height: 3px;
	width: 50px;
	background-color: #d92419;
	margin-top: 10px;
	margin-bottom: 10px;
}
.jyln ul li span {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.gcqt {
	width: 1200px;
	border: 1px solid #ccc;
	margin-top: 40px;
	height: 140px;
}
.gcqt p {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #d92419;
	text-align: center;
	margin-top: 10px;
}
.gcqt span {
	display: block;
	line-height: 32px;
	text-align: center;
}
.qgtlyb_r {
	width: 1200px;
	margin: 0 auto;
}
.qgtlyb_r_title {
	width: 100%;
}
.qgtlyb_r_title span {
	line-height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	color: #666;
}
.qgtlyb_r form {
	width: 100%;
}
.qgtlyb_nr {
	margin-bottom: 20px;
	float: left;
}
.qgtlyb_nr:nth-child(3) {
	float: right;
}
.qgtlyb_nr:nth-child(5) {
	float: right;
}
.qgtlyb_nr:nth-child(7) {
	float: right;
}
.qgtlyb_nr p {
	display: block;
	float: left;
	width: 60px;
	color: #666;
	height: 34px;
	line-height: 34px;
}
.qgtlyb_nr input {
	width: 415px;
	float: left;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ccc;
	padding-left: 5px;
}
.qgtlyb_nr textarea {
	width: 1130px;
	height: 160px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding-left: 5px;
	float: left;
}
.qgtlyb_tjcz {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}
.qgtlyb_tjcz input {
	display: block;
	width: 160px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	background: url(../images/about_4.png) center center no-repeat;
	background-color: #1A2129;
	line-height: 40px;
	cursor: pointer;
}
.qgtlyb_tjcz input:nth-child(2) {
	background-color: #D92419;
}
hr {
	height: 15px;
	background-color: #f1f1f1;
	border: none;
	margin-top: 10px;
}
.mxcontact_nr {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.mxcontact_nr ul {
	display: block;
}
.mxcontact_nr ul li {
	display: block;
	width: 275px;
	height: 255px;
	float: left;
	margin-right: 26px;
	border: 1px solid #ccc;
}
.mxcontact_nr ul li:nth-child(4) {
	margin-right: 0px;
}
.mxcontact_nr ul li img {
	display: block;
	margin: 40px auto 20px auto;
	width: 70px;
	height: 70px;
}
.mxcontact_nr ul li p {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.mxcontact_nr ul li i {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #D92419;
	margin: 0 auto;
}
.mxcontact_nr ul li span {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #666;
	margin-top: 10px;
}
/*********************新闻内页**********************************/



.ddproduct {
	width: 1200px;
	margin: 0 auto;
}
.zyanl_tit {
	text-align: center;
	margin-bottom: 20px;
}
.zyanl_tit h1 {
	font-weight: normal;
	color: #444;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
}
.zyanl_tit span {
	color: #999;
	font-size: 14px;
	display: block;
}
.zyanl_tit span em {
	display: inline-block;
	width: 30px;
}
.zynew_zay {
	background: #f1f1f1;
	line-height: 30px;
	padding: 20px 25px;
	text-align: justify;
	height: 60px;
	overflow: hidden;
	display: block;
	color: #888;
}
.zynew_zay strong {
	color: #D92419;
	font-size: 14px;
	font-weight: normal;
}
.zynew_prenx {
	margin: 40px 0 50px;
	line-height: 28px;
}
.zynew_prenx p {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.zynew_prenx p strong {
	color: #666;
}
.zynew_prenx p a:hover {
	color: #D92419;
}
.gyr_content {
	margin-top: 10px;
}
.gyr_content p {
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
	color: #666;
}
.gyr_content p img {
	padding: 15px 0px;
	display: block;
	width: 1200px;
	height: auto;
}
/************************产品详情页*********************************/



.ddproduct_r {
	width: 1200px;
	margin: 0 auto;
}
.detail_bjz {
	width: 100%;
}
.detail_bjzcon {
	height: auto;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.goods {
	height: auto;
}
.goods_tit {
	height: 43px;
	background-color: #f1f1f1;
}
.goods_tit span {
	width: 139px;
	height: 43px;
	line-height: 43px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #D92419;
}
.goods_bot {
	height: auto;
	padding: 20px 0px;
	line-height: 30px;
	color: #666;
	margin-bottom: 60px;
}
/***datu**/



.bjchanpin {
	width: 720px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}
.bjchanpin h3 {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	overflow: hidden;
	color: #D92419;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 6px;
	font-weight: bold;
	display: block;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.bjchanpin span {
	display: block;
	line-height: 28px;
	height: 168px;
	overflow: hidden;
	color: #888;
	margin-top: 5px;
}
.bjchanpin i {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	font-style: normal;
	font-size: 16px;
}
.bjchanpin i small {
	font-size: 30px;
	color: #D92419;
}
.bjchanpin a {
	width: 140px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #D92419;
	margin-top: 15px;
}
.bjchanpin a:hover {
	background-color: #474747;
}
#playBox {
	width: 400px;
	height: 410px;/*margin:0 20px;*/
	background: #333;
	position: relative;
	overflow: hidden;
}
#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}
#playBox .oUlplay li {
	float: left;
}
#playBox .smalltitle {
	width: 400px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10
}
#playBox .smalltitle ul {
	width: 120px;
	margin: 0 auto;
}
#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #7e7e7e;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
#playBox .smalltitle .thistitle {
	background: #c02020;
}
#playBox .pre {
	cursor: pointer;
	width: 25px;
	height: 45px;
	position: absolute;
	top: 150px;
	left: 10px;
	z-index: 10;
	text-align: center
}
#playBox .next {
	cursor: pointer;
	width: 25px;
	height: 45px;
	position: absolute;
	top: 150px;
	right: 10px;
	z-index: 10;
	text-align: center
}
.pre img, .next img {
	width: 100%;
}
.oUlplay li {
	width: 400px;
	height: 410px;
	display: block;
}
.oUlplay li img {
	width: 100%;
	height: 100%;
}
/*添加*/



.btdaohang {
	width: 100%;
}
.btdaohang ul {
	display: block;
	background-color: #F8F8F8;
}
.btdaohang ul li {
	display: block;
	width: 227px;
	float: left;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.btdaohang ul li a {
	display: block;
	font-size: 16px;
}
.btdaohang ul li a:hover {
	background-color: #D92419;
	color: #fff;
}
.dqwz {
	background-color: #D92419;
	color: #fff;
}
.cpjc {
	line-height: 30px;
	margin: 20px auto;
	color: #4f4f4f;
}
.cpadv {
	display: block;
	width: 100%;
}
.cpadv span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.cpadv span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.cpadv_con img {
	display: block;
	margin: 20px;
 auto;
}
.sclc {
	display: block;
	width: 100%;
}
.sclc span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.sclc span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.sclc_con img {
	display: block;
	margin: 20px;
 auto;
}
.ldcase {
	display: block;
	width: 100%;
}
.ldcase span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.ldcase span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.scrollleft {
	width: 910px;
	margin: 20px auto;
}
.scrollleft li {
	float: left;
	margin-right: 15px;
	display: inline;
	width: 287px;
	height: 290px;
	background-color: #f6f6f6;
}
.scrollleft li a {
	display: block;
}
.scrollleft li a i {
	height: 232px;
	width: 287px;
	overflow: hidden;
	font-style: normal;
	overflow: hidden;
	display: block;
}
.scrollleft li a i img {
	display: block;
	width: 100%;
	height: 100%;
}
.scrollleft li span {
	display: block;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
}
.scrollleft li a:hover {
	border-bottom: 3px solid #c02020;
}
.scrollleft li a:hover span {
	color: #c02020;
}
.gccase_list2 {
	display: block;
	margin-top: 20px;
}
.gccase_list2 li {
	display: block;
	width: 277px;
	height: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.gccase_list2 li:nth-child(4) {
	margin-right: 0px;
}
.gccase_list2 li a {
	display: block;
	width: 277px;
	height: 270px;
}
.gccase_list2 li a:hover small {
	background-color: #d92419;
	color: #fff;
}
.gccase_list2 li a big {
	width: 277px;
	height: 230px;
	overflow: hidden;
	display: block;
}
.gccase_list2 li a big img {
	width: 100%;
	height: 100%;
}
.gccase_list2 li a small {
	display: block;
	background-color: #f1f1f1;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}
/*添加*/

.btdaohang {
	width: 100%;
}
.btdaohang ul {
	display: block;
	background-color: #F8F8F8;
}
.btdaohang ul li {
	display: block;
	width: 227px;
	float: left;
	height: 46px;
	line-height: 46px;
	text-align: center;
}
.btdaohang ul li a {
	display: block;
	font-size: 16px;
}
.btdaohang ul li a:hover {
	background-color: #D92419;
	color: #fff;
}
.dqwz {
	background-color: #D92419;
	color: #fff;
}
.cpjc {
	line-height: 30px;
	margin: 20px auto;
	color: #4f4f4f;
}
.cpadv {
	display: block;
	width: 100%;
}
.cpadv span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.cpadv span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.cpadv_con img {
	display: block;
	margin: 20px;
auto;
}
.sclc {
	display: block;
	width: 100%;
}
.sclc span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.sclc span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.sclc_con img {
	display: block;
	margin: 20px;
auto;
}
.ldcase {
	display: block;
	width: 100%;
}
.ldcase span {
	background-color: #F8F8F8;
	height: 46px;
	line-height: 46px;
	display: block;
}
.ldcase span i {
	font-style: normal;
	width: 227px;
	display: block;
	font-size: 16px;
	background-color: #D92419;
	color: #fff;
	text-align: center;
}
.scrollleft {
	width: 910px;
	margin: 20px auto;
}
.scrollleft li {
	float: left;
	margin-right: 15px;
	display: inline;
	width: 287px;
	height: 290px;
	background-color: #f6f6f6;
}
.scrollleft li a {
	display: block;
}
.scrollleft li a i {
	height: 232px;
	width: 287px;
	overflow: hidden;
	font-style: normal;
	overflow: hidden;
	display: block;
}
.scrollleft li a i img {
	display: block;
	width: 100%;
	height: 100%;
}
.scrollleft li span {
	display: block;
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
}
.scrollleft li a:hover {
	border-bottom: 3px solid #c02020;
}
.scrollleft li a:hover span {
	color: #c02020;
}
.gccase_list2 {
	display: block;
	margin-top: 20px;
}
.gccase_list2 li {
	display: block;
	width: 277px;
	height: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.gccase_list2 li:nth-child(4) {
	margin-right: 0px;
}
.gccase_list2 li a {
	display: block;
	width: 277px;
	height: 270px;
}
.gccase_list2 li a:hover small {
	background-color: #d92419;
	color: #fff;
}
.gccase_list2 li a big {
	width: 277px;
	height: 230px;
	overflow: hidden;
	display: block;
}
.gccase_list2 li a big img {
	width: 100%;
	height: 100%;
}
.gccase_list2 li a small {
	display: block;
	background-color: #f1f1f1;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}
.cpadv_con {
	line-height: 30px;
	margin: 20px auto;
	color: #4f4f4f;
}
.sclc_con {
	line-height: 30px;
	margin: 20px auto;
	color: #4f4f4f;
}
.gyr_content img{margin:0 auto;}