﻿@charset "utf-8";
/* CSS Document */
a{ text-decoration:none; }
a:hover{  text-decoration:none;  }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1
}
.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container-fluid {
	max-width: 1230px !important;
}
/*二维码*/
a.wx {
	position: relative;
}
.wx::after {
	content: url(../images/ewm.jpg);
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 99;
	width: 120px;
	height: 120px;
	transform-origin: top left;
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.wx:hover::after {
	transform: scale(0.28);
	opacity: 1;
}
/*1*/
.box {
	width: 1200px;
	margin: 30px auto;
}
.box .fl {
	padding-left: 170px;
	background: url(../images/main_30_l.jpg) no-repeat left center;
	height: 100px;
	font-size: 26px;
	font-weight: 100;
	line-height: 40px;
}
.box .fl > p {
	display: block;
	font-size: 15px;
	color: #999;
	line-height: 23px;
	padding-top: 5px;
}
.box .fl > span {
	color: #1b294b;
}
.box .fl > .main_30_l_f1 {
	font-family: 'AVGARDN';
	font-size: 36px;
	display: inline-block;
	position: relative;
	top: 3px;
	left: 2px;
}
.box .fl > .str {
	font-weight: bold;
	font-size: 28px;
}
.main_item {
	float: left;
	padding: 0 20px;
	cursor: pointer;
}
.main_item > i {
	display: block;
	width: 100px;
	height: 60px;
	position: relative;
	margin-top: 5px;
}
.main_item > i:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_item > i:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.main_item > p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	display: block;
	text-align: center;
	transition: 0.5s all ease-in-out;
	cursor: pointer;
}
.main_item_1 > i:before, .main_item_1 > i:after {
	background: url(../images/main_30_1.jpg) no-repeat;
	transition: 0.5s all ease-in-out;
}
.main_item_2 > i:before, .main_item_2 > i:after {
	background: url(../images/main_30_2.jpg) no-repeat;
	transition: 0.5s all ease-in-out;
}
.main_item_3 > i:before, .main_item_3 > i:after {
	background: url(../images/main_30_3.jpg) no-repeat;
	transition: 0.5s all ease-in-out;
}
.main_item_4 > i:before, .main_item_4 > i:after {
	background: url(../images/main_30_4.jpg) no-repeat;
	transition: 0.5s all ease-in-out;
}
.main_item_1 > i:after {
	background-position: 0 -70px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
}
.main_item_1 > i:before {
	background-position: 0 0;
}
.main_item_2 > i:after {
	background-position: 0 -70px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
}
.main_item_2 > i:before {
	background-position: 0 0;
}
.main_item_3 > i:after {
	background-position: 0 -70px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
}
.main_item_3 > i:before {
	background-position: 0 0;
}
.main_item_4 > i:after {
	background-position: 0 -70px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
}
.main_item_4 > i:before {
	background-position: 0 0;
}
.main_item.active > i:after {
	height: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main_item.active > p {
	color: #1b294b
}
/*1*/

/*公司简介*/
.b4 {
	width: 100%;
	background: url(../images/case_bg.jpg) center top no-repeat;
	padding: 40px 0 20px;
	max-height: 610px;
	overflow: hidden
}
.box4 {
	padding: 30px;
	border-radius: 20px;
	width: 1140px;
	margin: 0 auto;
	background: #fff;
}
.aleft {
	float: left;
	width: 512px;
	height: 364px;
	overflow: hidden;
}
.aleft img {
	width: 512px;
	height: 364px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.aleft:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.aright {
	float: right;
	width: 600px;
	height: 349px;
	overflow: hidden;
	margin-top: 15px;
}
.aright .r_title {
	font-size: 26px;
	color: #1b294b;
	line-height: 36px;
	font-weight: bold;
}
.aright .r_title hr {
	width: 55px;
	height: 4px;
	background: #1b294b;
	margin: 0;
	border-top: none;
	margin-bottom: 5px;
}
.aright .r_title span {
	display: block;
	color: #787878;
	line-height: 22px;
	font-size: 15px;
	font-weight: normal;
}
.aright .abcon {
	height: 168px;
	margin: 20px 0;
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	overflow: hidden;
}
.aright .amore a {
	width: 140px;
	height: 38px;
	border-radius: 20px;
	color: #1b294b;
	text-align: center;
	line-height: 38px;
	display: block;
	font-size: 14px;
	border: 1px solid #1b294b;
}
.aright .amore a:hover {
	background: #1b294b;
	color: #fff;
	border-color: #1b294b;
}
.gsbg {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
	background: url(../images/company_in_bg.png) center top no-repeat;
}
/*box5*/
.b5 {
	width: 100%;
	background: url(../images/prod_bg.jpg) center top repeat-y;
	padding: 50px 0;
}
.box5 {
	width: 1200px;
	margin: 0 auto;
}
/*左边*/
.box5 .l {
	width: 240px;
	background: #1b294b;
	float: left;
}
.l .bd {
}
.l .hd {
	height: 75px;
	padding: 20px 0 30px 20px;
}
.l .hd b {
	float: left;
	width: 55px;
	font-size: 72px;
	font-weight: bold;
	line-height: 65px;
	font-family: "Arial";
	color: #fff;
	text-transform: uppercase;
}
.l .hd p {
	padding-left: 55px;
}
.l .hd p a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	display: block;
}
.l .hd p span {
	text-transform: uppercase;
	font-size: 13px;
	color: #91a7da;
	font-family: "Arial";
	line-height: 26px;
}
.q_tpm {
	background: #fff;
	margin: 2px;
	padding: 10px 10px 5px;
}
.menu1 {
}
.menu1 dd {
	height: 45px;
	margin:0 0 10px;
}
.menu1 dd a {
	font: 100 15px/45px "微软雅黑";
	display: block;
	background: url(../images/pli.png) 15px center no-repeat #eeeeee;
	height: 45px;
	padding-left: 46px;
	color: #333;
}
.menu1 dd a:hover {
	color: #1b294b;
}
.menu1 dd a.curbg {
	color: #1b294b;
}
.menu1 dl {
	height: 32px;
	margin: 0 auto;
}
.menu1 dl a {
	background: url(../images/f1.jpg) no-repeat 20px center;
	padding-left: 46px;
	font: 100 13px/32px "微软雅黑";
	display: block;
	color: #777777;
}
.menu1 dl a:hover {
	color: #1b294b;
}
.menu1 span.no {
	display: block;
}
.l_lx {
	background: url(../images/l_lx.png) 14px 30px no-repeat;
	padding: 20px 0;
	padding-left: 65px;
	height: 110px;
	color: #91a7da;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}
.l_lx p {
	font-size: 26px;
	line-height: 26px;
	font-family: "Impact";
	color: #fff;
}
/*右边*/
.b5_right {
	float: right;
	width: 925px;
}
.b5r_t {
	height: 45px;
	background: #ededed;
	border-left: 4px solid #1b294b;
	position: relative;
	line-height: 45px;
}
.b5r_t h3 {
	line-height: 45px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.b5r_t a {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 14px;
	color: #727272;
}
.b5r_t a:hover {
	color: #1b294b;
}
.q_tpm2_1 {
	width: 925px;
	height: 1092px;
	margin-top: 25px;
	overflow: hidden;
}
.q_tpm2_1 li {
	float: left;
	margin: 0px 11px 20px 11px;
}
.q_tpm2_1 li img {
	width: 283px;
	height: 212px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.q_tpm2_1 li p {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
	background: #ddd;
}
.q_tpm2_1 li:hover p {
	background: #1b294b;
	color: #fff;
}
/*广告*/
.gg {
	width: 100%;
	background: url(../images/gg.jpg) center top no-repeat;
	height: 200px;
	overflow: hidden;
}
.gg_con {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 200px;
}
.gg_con b {
	position: absolute;
	top: 35px;
	left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 40px;
}
.gg_con b em {
	color: #fb0009;
	font-style: normal;
}
.gg_con p {
	font-size: 18px;
	color: #d9d9d9;
	line-height: 28px;
	position: absolute;
	top: 70px;
	left: 10px;
}
.gg_con span {
	position: absolute;
	top: 85px;
	left: 10px;
	color: #d9d9d9;
	line-height: 22px;
	font-size: 12px;
	font-family: "Georgia";
	text-transform: uppercase;
}
.gg_con a {
	width: 172px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 127px;
	left: 10px;
	display: block;
}
/*box3*/
.box3 {
	width: 1200px;
	margin: 35px auto;
}
.b_title {
	text-align: center;
	background: url(../images/bt.png) center center no-repeat;
}
.b_title a {
	color: #1b294b;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	display: block;
}
.b_title span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #8a8a8a;
	font-family: "Arial";
	line-height: 22px;
}
.rollBox {
	margin-top: 30px;
	position: relative;
}
.rollBox .LeftBotton {
	height: 46px;
	width: 28px;
	background: url(../images/left.png) no-repeat left;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	left: -28px;
	top: 80px;
}
.rollBox .RightBotton {
	height: 46px;
	width: 28px;
	background: url(../images/right.png) no-repeat left;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 999;
	right: -28px;
	top: 80px;
}
.rollBox .Cont {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.rollBox .ScrCont {
	width: 10000000px;
}
.rollBox #List1, .rollBox #List2 {
	float: left;
}
.rollBox ul li {
	float: left;
	width: 282px;
	margin: 0 9px;
}
.rollBox ul li img {
	width: 280px;
	height: 210px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
}
.rollBox ul li p {
	text-align: center;
	line-height: 28px;
}
/*新闻*/
.b2 {
	width: 100%;
	background: url(../images/case_bg.jpg) center top no-repeat;
	padding: 35px 0;
}
.newsbox {
	width: 1200px;
	margin: 0 auto;
}
.mainCon {
	margin-top: 30px;
}
.mainCon .conBoxL {
	float: left;
	width: 378px;
	background: #fff;
	height: 345px;
}
.mainCon .conBoxL span img {
	width: 378px;
	height: 222px;
	transition: all 1s ease-out;
}
.mainCon .conBoxL span {
	display: block;
	width: 378px;
	height: 222px;
	overflow: hidden;
}
.mainCon .conBoxL h3 {
	font-size: 18px;
	color: #1b294b;
	margin-top: 28px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainCon .conBoxL p {
	font-size: 12px;
	color: #666666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	height: 36px;
	margin-top: 14px;
}
.mainCon .conBoxL a {
	text-decoration: none;
}
.mainCon .conBoxL:hover img {
	transform: scale(1.1);
}
.mainCon .conBoxR {
	width: 822px;
	float: right;
}
.mainCon .conBoxR dl {
	float: left;
	width: 375px;
	height: 64px;
	padding: 18px 0 17px 0;
	background: #fff;
	margin-left: 34px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}
.mainCon .conBoxR dt {
	float: left;
	margin-left: 17px;
	text-align: center;
	padding-top: 10px;
	background: #999999;
	width: 64px;
	height: 54px;
}
.mainCon .conBoxR dt span {
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
}
.mainCon .conBoxR dt em {
	display: block;
	font-size: 12px;
	color: #fff;
	font-family: arial;
}
.mainCon .conBoxR dd {
	float: left;
	margin-left: 10px;
	width: 260px;
}
.mainCon .conBoxR dd h3 {
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 4px;
}
.mainCon .conBoxR dd h3 a {
	color: #333333;
	text-decoration: none;
}
.mainCon .conBoxR dd p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 6px;
}
.mainCon .conBoxR dl:hover dt {
	background: #1b294b;
}
.mainCon .conBoxR dl:hover dd h3 a {
	color: #1b294b;
}
.mainCon .conBoxR dl:hover {
	border-color: #1b294b;
}
/*友情链接*/
.link {
	width: 1200px;
	margin: 20px auto;
}
.link_t {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	background: url(../images/friendlink_l.png) left center no-repeat;
	padding-left: 30px;
}
.link_con {
	display: inline-block;
}
.link_con a {
	line-height: 30px;
	padding: 0 6px;
	display: inline-block;
	color: #bbb;
}
.link_con a:hover {
	color: #fff;
}
/*底部*/
.footer {
	width: 100%;
	background: #333333;
	overflow: hidden;
}
.foot {
	width: 1200px;
	margin: 0 auto;
}
.index_bot1 {
	padding: 45px 0;
}
.index_bot1 .kuai {
	float: left;
	width: 130px;
	padding-left: 60px;
	height: 280px;
	overflow: hidden;
}
.index_bot1 .kuai h3 {
	font: 100 15px/40px "微软雅黑";
}
.index_bot1 .kuai h3 a {
	text-decoration: none;
	color: #fff;
}
.index_bot1 .kuai hr {
	width: 25px;
	height: 1px;
	background: #d82128;
	margin: 0;
	border-top: 0;
}
.index_bot1 .kuai ul {
	margin-top: 15px;
}
.index_bot1 .kuai li {
	font: 100 13px/28px "微软雅黑";
}
.index_bot1 .kuai li a {
	color: #bbbbbb;
}
.index_bot1 .kuai li a:hover {
	color: #fff;
}
.index_bot1 .kuai1 {
	background: url(../images/kuai1.jpg) left top no-repeat;
}
.index_bot1 .kuai2 {
	background: url(../images/kuai2.jpg) left top no-repeat;
}
.index_bot1 .kuai3 {
	background: url(../images/kuai3.jpg) left top no-repeat;
}
.f_ewm {
	float: left;
	background: url(../images/fewm.jpg) left top no-repeat;
	height: 285px;
}
.f_ewm img {
	float: left;
	width: 189px;
	height: 189px;
	overflow: hidden;
	padding: 15px 0 0 40px;
}
.f_ewm p {
	float: right;
	padding: 40px 0 0 16px;
	width: 14px;
	color: #bbbbbb;
}
.f_tel {
	float: right;
	width: 290px;
}
.f_tel .copy_tel {
	background: url(../images/ftel.jpg) left center no-repeat;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	padding-left: 73px;
	font-weight: bold;
}
.f_tel .ft_bot {
	margin-top: 26px;
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
}
.f_tel .ft_bot a {
	color: #bbbbbb;
}
.bot2_t {
	width: 1200px;
	margin: 0 auto;
	line-height: 63px;
	font-size: 14px;
	color: #7b7b7b;
	height: 63px;
	text-align: center;
}
.bot2_t a {
	color: #7b7b7b;
}
.bot2_t a:hover {
	color: #333;
}
/*内页*/
/* ban1 ==================*/
.ban1 {
	background: url(../images/ban1.jpg) center top no-repeat;
	height: 332px;
	width: 100%;
}
.ban2 {
	background: url(../images/ban2.jpg) center top no-repeat;
	height: 332px;
	width: 100%;
}
.ban3 {
	background: url(../images/ban3.jpg) center top no-repeat;
	height: 332px;
	width: 100%;
}
.ban4 {
	background: url(../images/ban4.jpg) center top no-repeat;
	height: 332px;
	width: 100%;
}
.sec_con {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding:30px 0 70px;
}
.sec_con .l {
	width: 240px;
	background: #1b294b;
	float: left;
}
.sec_con .r {
	float: right;
	width: 930px;
	background: #fff;
}
/*左边*/
.sec_bd20 {
	margin-top: 15px;
	width: 235px;
	height: 100px;
	position: relative;
}
.sec_bd20 img {
	width: 235px;
	height: 100px;
	overflow: hidden;
}
.sec_bd20 p {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #333;
	line-height: 24px;
}
.sec_bd20 p span {
	font-weight: bold;
	color: #d82128;
	font-size: 18px;
	display: block;
}
.sec_bd20 p span.l_ns {
	font-size: 16px;
}
.q_tpm20 {
	line-height: 24px;
	color: #555;
	padding: 10px;
	font-size: 14px;
}
.bdlx11 {
	line-height: 28px;
	margin-top: 10px;
}
.bdlx11 li {
	float: left;
	width: 235px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
}
.bdlx11 li a {
	float: left;
	background: url(../images/nli.jpg) left center no-repeat;
	padding-left: 12px;
}
/*右边*/
.sec_bd {
	width: 930px;
}
.sec_hd {
	height: 45px;
	background: #ededed;
	border-left: 4px solid #1b294b;
	line-height: 45px;
}
.sec_hd .rt {
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}
.sec_hd .rt a {
	font-size: 18px;
	color: #333;
}
.sec_hd span {
	float: right;
	font: 100 12px/42px "微软雅黑";
	padding-right: 10px;
	color: #666;
}
.sec_hd span a {
	color: #666;
}
.sec_hd span a:hover {
	color: #333;
}
.sec_con2 {
	padding: 15px 0px;
	min-height: 450px;
}
.sec_tpm {
	line-height: 24px;
	padding: 10px;
	font-size: 14px;
}
.sec_tpm img {
	margin: 0 auto;
	max-width: 920px;
	overflow: hidden;
}
.sec_tpm3 {
	line-height: 34px;
	overflow: hidden;
}
.wr20 {
	font-size: 20px;
}
.wr14 {
	font-size: 14px;
}
.sec_tpm .box {
	vertical-align: middle;
	overflow: hidden;
	width: 273px;
	height: 205px;
	border: 1px solid #d6d6d6;
	padding: 2px;
}
.sec_tpm .box a:link {
	vertical-align: middle;
	display: inline-block;
}
.sec_tpm .box img {
	max-width: 273px;
	max-height: 205px;
	display: inline-block;
	vertical-align: middle;
}
/*产品*/
.sec_tpm_pro {
	font-size: 14px;
}
.ul_1 {
	margin-bottom: 20px;
}
.ul_1 li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	
}
.ul_1 li:nth-child(3n){
	margin-right:0;
}
.ul_1 li img {
	width: 298px;
	height: 216px;
	overflow: hidden;
	border: none;
}
.ul_1 li p {
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #e6e6e6;
	font-size: 14px;
	color:#1b294b;
}
.ul_1 li a {
	display: block;
	width: 298px;
	height: 260px;
	padding:1px;
	border: 1px solid #e6e6e6;
}
.ul_1 li a:hover {
	border: 1px solid #1b294b
}
.ul_1 li a:hover p {
	background: #1b294b;
	color: #fff;
}
/*合作伙伴*/
.cus {
}
.cus li {
	float: left;
	margin: 0 8px 20px 8px;
}
.cus li img {
	width: 186px;
	height: 93px;
	border: 1px solid #dcdddc;
	padding: 6px 11px;
	overflow: hidden;
	background: #fff;
}
/*视频*/
.rypic {
	width: 290px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.rypic img {
	width: 280px;
	height: 210px;
	overflow: hidden;
	border: 5px solid #dbdbdb;
}
.rypic p {
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/*荣誉资质*/
.rypic11 {
	width: 205px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rypic11 img {
	width: 195px;
	height: 278px;
	overflow: hidden;
	border: 5px solid #dbdbdb;
}
.rypic11 p {
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/*新闻*/
.ul04 {
	
	margin-bottom: 20px;
}
.ul04 .l2_1 {
	width: 100%;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	display: block;
	
}
.ul04 .l2_1 .l_117 {
	float: left;
	width: 80px;
	height: 80px;
	background: #b7b7b7;
}
.ul04 .l2_1 .l_117 .t_50_1 {
	width: 80px;
	font-family: "Arial";
	font-size: 36px;
	height: 50px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	display: block;
}
.ul04 .l2_1 .l_117 .d_23_5 {
	width: 80px;
	font-family: "Arial";
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	display: block;
}
.ul04 .l2_1 .r_714 {
	float: right;
	width: 815px;
	height: 100px;
	overflow: hidden;
}
.ul04 .l2_1 .r_714 .t_48_1 {
	float: left;
	width: 815px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ul04 .l2_1 .r_714 .t_48_1 a {
	color: #333;
}
.ul04 .l2_1 .r_714 .d_56 {
	float: left;
	width: 815px;
	height: 56px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	overflow: hidden;
}
.ul04 .l2_1 .r_714 .d_56 a {
	color: #888;
}
.ul04 .l2_1:hover .t_48_1 a {
	color: #1b294b;
}
.ul04 .l2_1:hover .d_56 a {
	color: #494949;
}
.ul04 .l2_1:hover .l_117 {
	background: #1b294b;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
/*产品内页*/
.sec_tpm_t {
	width: 910px;
	line-height: 24px;
	padding: 15px 10px;
	font: 100 14px/24px "微软雅黑";
	min-height: 400px;
}
.sec_tpm_t img {
	max-width: 900px;
}
.sectit {
	height: 35px;
	margin-top: 20px;
	background: #d7d7d7;
	padding-left: 20px;
	margin-bottom: 20px;
}
.sectit h5 {
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden
}
.secbut {
	width: 130px;
	height: 32px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ccc;
}
.secbut:hover {
	background: #d82128;
	border-color: #d82128;
	color: #fff;
}
.bdshare-button-style0-16 .bds_qzone {
	background-position: 0 -52px
}
.bdshare-button-style0-16 .bds_tsina {
	background-position: 0 -104px
}
.bdshare-button-style0-16 .bds_renren {
	background-position: 0 -208px
}
.bdshare-button-style0-16 .bds_tqq {
	background-position: 0 -260px
}
.bdshare-button-style0-16 .bds_kaixin001 {
	background-position: 0 -312px
}
.bdshare-button-style0-16 .bds_tqf {
	background-position: 0 -364px
}
.bdshare-button-style0-16 .bds_hi {
	background-position: 0 -416px
}
.bdshare-button-style0-16 .bds_douban {
	background-position: 0 -468px
}
.bdshare-button-style0-16 .bds_tieba {
	background-position: 0 -728px
}
.bdshare-button-style0-16 .bds_hx {
	background-position: 0 -988px
}
.bdshare-button-style0-16 .bds_fx {
	background-position: 0 -1040px
}
.bdshare-button-style0-16 .bds_ty {
	background-position: 0 -1196px
}
.bdshare-button-style0-16 .bds_fbook {
	background-position: 0 -1352px
}
.bdshare-button-style0-16 .bds_twi {
	background-position: 0 -1404px
}
.bdshare-button-style0-16 .bds_linkedin {
	background-position: 0 -1664px
}
.bdshare-button-style0-16 .bds_meilishuo {
	background-position: 0 -1716px
}
.bdshare-button-style0-16 .bds_mogujie {
	background-position: 0 -1768px
}
.bdshare-button-style0-16 .bds_diandian {
	background-position: 0 -1820px
}
.bdshare-button-style0-16 .bds_huaban {
	background-position: 0 -1872px
}
.bdshare-button-style0-16 .bds_duitang {
	background-position: 0 -2028px
}
.bdshare-button-style0-16 .bds_youdao {
	background-position: 0 -2080px
}
.bdshare-button-style0-16 .bds_wealink {
	background-position: 0 -2184px
}
.bdshare-button-style0-16 .bds_copy {
	background-position: 0 -2288px
}
.bdshare-button-style0-16 .bds_mail {
	background-position: 0 -2340px
}
.bdshare-button-style0-16 .bds_print {
	background-position: 0 -2392px
}
.bdshare-button-style0-16 .bds_mshare {
	background-position: 0 -2444px
}
.bdshare-button-style0-16 .bds_sqq {
	background-position: 0 -2652px
}
.bdshare-button-style0-16 .bds_sdo {
	background-position: 0 -2704px
}
.bdshare-button-style0-16 .bds_qingbiji {
	background-position: 0 -2756px
}
.bdshare-button-style0-16 .bds_people {
	background-position: 0 -2808px
}
.bdshare-button-style0-16 .bds_xinhua {
	background-position: 0 -2912px
}
.bdshare-button-style0-16 .bds_yaolan {
	background-position: 0 -2964px
}
.bdshare-button-style0-16 .bds_thx {
	background-position: 0 -2496px
}
.bdshare-button-style0-16 .bds_bdhome {
	background-position: 0 -156px
}
.bdshare-button-style0-16 .bds_bdxc {
	background-position: 0 -2548px
}
.bdshare-button-style0-16 .bds_bdysc {
	background-position: 0 -3068px
}
.bdshare-button-style0-16 .bds_isohu {
	background-position: 0 -3016px
}
.bdshare-button-style0-16 .bds_more {
	background-position: 0 0
}
.bdshare-button-style0-16 .bds_ibaidu {
	background-position: 0 -3120px
}
.bdshare-button-style0-16 .bds_weixin {
	background-position: 0 -1612px
}
.bdshare-button-style0-16 .bds_iguba {
	background-position: 0 -1300px
}
.bdshare-button-style0-16 .bds_h163 {
	background-position: 0 -3160px
}
.bdshare-button-style0-16 .bds_evernotecn {
	background-position: 0 -3184px
}
.bdshare-button-style0-16 {
	zoom: 1
}
.bdshare-button-style0-16:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
	float: left;
	font-size: 12px;
	padding-left: 17px;
	line-height: 16px;
	height: 16px;
	background-image: url(../img/share/icons_0_16.png?v=91362611.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0
}
.bdshare-button-style0-16 a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80)
}
.bdshare-button-style0-16 .bds_more {
	color: #333;
	float: left
}
.bdshare-button-style0-16 .bds_count {
	color: #333;
	background: url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -30px;
	width: 42px;
	height: 16px;
	padding: 0;
	margin: 6px 0 0;
	text-align: center
}
.bdshare-button-style0-16 .bds_count:hover {
	background-position: -42px -30px
}
.bdshare-button-style0-16 .bds_button_image {
	float: left;
	cursor: pointer;
	margin: 6px 6px 0 0;
	height: auto;
	padding: 0
}
.bdshare-button-style0-16 .bdshare_button_count {
	background: url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 0;
	width: 44px;
	height: 24px;
	line-height: 24px
}
.bdshare-button-style0-16 .bdshare_button_count:hover {
	background-position: -44px 0
}
.bds_tsohu, .bds_tfh, .bds_baidu, .bds_qq, .bds_msn, .bds_sohu, .bds_qy, .bds_leho, .bds_ifeng, .bds_ff, .bds_tuita, .bds_ms, .bds_deli, .bds_s51, .bds_t163, .bds_share189, .bds_xg, .bds_s139 {
	display: none
}
.jqzoom {
	float: left;
	position: relative;
	cursor: pointer;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.wr20 {
	font-size: 20px;
	font-weight: bold;
	color: #d82128;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	display: block;
}
.wr14 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	display: block;
}
.intro {
	line-height: 22px;
	font-size: 13px;
	height: 88px;
	overflow: hidden;
	color: #777;
}
.pro1 {
	width: 320px;
	height: 237px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
}
/*留言*/
/*留言部分*/
.book_title{background:#EAF5FC;border:1px solid #BEDAF0;line-height:30px;padding:0 15px;}
.book_title span{float:right;color:#333;}
.book_Content{border:1px solid #BEDAF0;border-top:0;line-height:22px;padding:5px 15px 10px 15px;margin:0 0 10px 0;background:#fff;}
.book_Content div{border-top:1px dashed #ccc;padding:5px 0;margin:5px 0 0 0;}
.book_Content b{color:#f30;}

.book_add{margin:0;padding:0;list-style:none;}
.book_add input{vertical-align:middle;border:1px solid #ccc;padding:6px 10px;font-size:12px;background:#fff;}
.book_add textarea{vertical-align:top;border:1px solid #ccc;padding:4px 10px;overflow:hidden;}
.book_add li{padding:5px;float:left;width:49%;margin-right:2%;font-size:14px;}
.book_add li:nth-child(2n){margin-right:0;}
.book_add li span{display:block;float:left;width:73px;line-height:25px;}
.book_add #showmsg{position:absolute;color:#f30;margin:-18px 0 0 130px;*margin:8px 0 0 20px;}
.sec_tpm7 {
	padding: 10px 0px;
	width: 546px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.sec_tpm7 li {
	margin-bottom: 16px;
	line-height: 34px;
	font-weight: normal;
}
.sec_tpm7 .name {
	height: 28px;
	line-height: 28px;
	border: 1px solid #a8a8a8;
	width: 533px;
	padding-left: 10px;
}
.sec_tpm7 .email {
	height: 28px;
	line-height: 28px;
	border: 1px solid #a8a8a8;
	width: 533px;
	padding-left: 10px;
}
.sec_tpm7 .tel {
	height: 28px;
	line-height: 28px;
	border: 1px solid #a8a8a8;
	width: 533px;
	padding-left: 10px;
}
.sec_tpm7 .msgg {
	line-height: 28px;
	border: 1px solid #a8a8a8;
	width: 531px;
	padding-left: 10px;
}
.sec_tpm7 .msbtn {
	float: right;
	font-family: "微软雅黑";
	background: #a8a8a8;
	color: #fff;
	text-align: center;
	border: none;
	width: 67px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

/* 详情 */
.news_title{margin:5px 0;padding:0;text-align:center;font-size:16px;}
.news_info{text-align:center;color:#999;border:1px solid #dfdfdf;border-left:0;border-right:0;margin:10px 0;padding:5px 0;}
#art_content{word-break:break-all;padding:0 0 10px 0;color:#333;}
#art_content p{padding:0px;margin:0px;font-size:14px}
#art_content img {max-width:900px; margin:0 auto; overflow:hidden;}
.news_pre{margin:10px 0 5px 0;clear:both;}