/* CSS Document */
body,
button,
input,
select,
textarea {
	font: 12px/22px "Microsoft YaHei";
	color: #666;
}

.clear {
	clear: both;
}

.top_bg {
	height: 234px;
	background: url(../images/top_bg.gif) repeat-x;
	/*position:fixed;z-index: 1000; top:0; left:0;*/
	width: 100%;
}

.header {
	width: 1200px;
	margin: 0 auto;
}

.header .isear {
	width: 40px;
	position: absolute;
	bottom: 20px;
	right: 0;
}

.header .isear .icon {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/s_so.gif) no-repeat 50% 50%;
	cursor: pointer;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.header .isear .icon:hover {
	-webkit-transform: translate(-10px, 0);
	transform: translate(10px, 0);
}

.header .isearch {
	position: absolute;
	right: 0;
	top: 41px;
	padding: 5px;
	background-color: #fff;
	width: 295px;
	height: 30px;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header .isearch .ser_inp {
	display: block;
	float: left;
	width: 204px;
	height: 16px;
	line-height: 16px;
	padding: 7px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	border: none;
}

.header .isearch .ser_so {
	cursor: pointer;
	display: block;
	float: left;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	background-color: #005cab;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	position: relative;
	color: #fff;
	border: none;
}

.header .isearch:before {
	content: '';
	position: absolute;
	display: block;
	border: 5px solid transparent;
	border-right: 7px solid #005cab;
	z-index: 3;
	right: 75px;
	top: 16px;
}

.header .isear.open .isearch {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.header .isear .icon:hover {
	-webkit-animation: hvr-buzz-out 0.75s linear;
	animation: hvr-buzz-out 0.75s linear;
}

.h_top {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.h_top span {
	float: right;
}

.h_top span a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}

.h_con {
	height: 104px;
	padding: 20px 0 20px 0;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.h_con h1 {
	float: left;
	width: auto;
	padding-top: 16px;
}

.h_con h1 img {
	width: auto;
}

.h_con h1 em {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 3px 0 0;
}

.h_con .h_dw {
	float: left;
	font-size: 18px;
	color: #333;
	padding: 8px 0 5px 15px;
	background: url(../images/t_line.gif) no-repeat 0 5px;
}

.h_dw span {
	display: block;
	padding: 0 0 5px;
}

.tel {
	float: right;
	font-size: 16px;
	color: #333;
	background: url(../images/top_phone.jpg) no-repeat left 55%;
	line-height: 30px;
	padding: 10px 0;
	text-align: left;
	padding-left: 70px;
}

.tel b {
	font-size: 24px;
	display: block;
}

.h_nav {
	height: 60px;
	line-height: 60px;
	position: relative;
}

.h_nav li {
	width: 172px;
	height: 60px;
	float: left;
	background: url(../images/nav_bor.gif) no-repeat right 19px;
	position: relative;
	margin-left: -1px;
}

.h_nav li:last-child {
	background: none;
}

.h_nav li a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
	z-index: 4;
	text-decoration: none;
}

.h_nav li a:hover {
	background: #004178\9;
}

/* IE6、IE7、IE8支持 */
.h_nav li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	background-color: #004178;
	bottom: 0;
	left: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
}

.h_nav li:hover:after,
.h_nav li.cur:after {
	height: 100%;
}

.h_nav .nobor {
	background: none;
}

.h_nav li .erji {
	display: none;
	width: 168px;
	text-align: center;
	position: absolute;
	top: 60px;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	padding: 0 0 10px;
}

.h_nav li .erji li {
	height: 40px;
	background: none;
	margin-left: 0;
}

.h_nav li .erji a,
.h_nav li.cur .erji a {
	height: 40px;
	line-height: 40px;
	width: 168px;
	padding: 0;
	color: #fff;
}

.h_nav li.cur .erji a:hover,
.h_nav li .erji a:hover {
	background: none;
}

.h_nav .nav_li02 .erji,
.h_nav .nav_li02 .erji a {
	width: 200px;
}

.h_nav .nav_li04 .erji,
.h_nav .nav_li04 .erji a {
	width: 168px;
}

em,
i {
	font-style: normal;
}


/*banner*/
.fullSlide {
	min-width: 1200px;
	position: relative;
	height: 600px;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 600px;
}

.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 40px;
	position: absolute;
	z-index: 1;
	overflow: hidden;
}

.fullSlide .hd ul {
	margin-left: 500px;
}

.fullSlide .hd ul li {
	float: left;
	margin: 0 5px;
	display: inline;
	cursor: pointer;
	width: 60px;
	height: 5px;
	background: #333;
	text-indent: -999px;
}

.fullSlide .hd ul .on {
	background: #005cab;
}

.search_bg {
	height: 70px;
	background: #f2f2f2;
	overflow: hidden;
}

.search {
	width: 1200px;
	margin: 0 auto;
}

.search p {
	float: left;
	font-size: 14px;
	color: #333;
	width: 828px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.search p a {
	font-size: 14px;
	color: #333;
	padding: 0 10px 0 0;
}

.search p a:hover {
	color: #0051a3;
}

.search .ser_inp {
	background: url(../images/s_inp.gif) no-repeat;
	width: 290px;
	height: 40px;
	border: none;
	padding: 0 2px 0 23px;
	float: left;
	margin-top: 15px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
	line-height: 40px;
	outline: none;
}

.search .ser_so {
	cursor: pointer;
	float: left;
	background: url(../images/s_so.gif) no-repeat;
	border: none;
	margin-top: 15px;
	width: 56px;
	height: 40px;
}


/*产品中心*/
.chanp {
	padding: 78px 0 58px;
}

.chanp_t {
	background: url(../images/cp_line01.png) no-repeat center 50px;
	height: 140px;
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	color: #005cab;
}

.chanp_t a {
	font-size: 36px;
	color: #005cab;
}

.chanp_t span {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding: 30px 0 0;
}

.cp_l {
	width: 254px;
	background: #f3f3f3;
}

.cp_l h3 {
	background: #005cab url(../images/cp_ico07.gif) no-repeat 32px 50px;
	width: 254px;
	height: 130px;
	line-height: 130px;
	overflow: hidden;
}

.cp_l h3 a {
	font-size: 36px;
	color: #fff;
	display: block;
	padding: 0 0 0 80px;
}

.cp_lm {
	width: 254px;
	height: auto;
	overflow: hidden;
}

.cp_ul01 li a {
	display: block;
	font-size: 13px;
	color: #333;
	width: 254px;
	height: 60px;
	line-height: 60px;
	border-bottom: #cbcbcb 1px solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp_ul01 li a:hover,
.cp_ul01 li.on a {
	color: #005cab;
	font-weight: bold;
}

.cp_ul01 li em {
	display: block;
	float: left;
	line-height: 0;
	width: 30px;
	padding: 26px 0 0 20px;
}

.cp_ul01 li em img {
	/*width: 20px;height: 24px;*/
}

.cp_ul01 .cp_ul02 li a {
	font-size: 14px;
	/*background:url(../images/cp_ico05.gif) no-repeat 55px 20px;*/
	padding: 0 0 0 54px;
	width: 180px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}

.cp_ul01 .cp_ul02 li a:hover {
	/*background:url(../images/cp_ico06.gif) no-repeat 55px 20px;*/
	font-weight: normal;
}

.cp_ul02 {
	display: none;
}

.cp_lm .cp_ul03 {
	display: block;
}

.cp_tel {
	font-size: 16px;
	color: #fff;
	background: url(../images/cp_tel.jpg) no-repeat;
	width: 240px;
	height: 165px;
	line-height: 28px;
	padding: 20px 0 0 16px;
	position: relative;
}

.cp_tel b {
	display: block;
	font-size: 20px;
}

.cp_tel a {
	display: block;
	width: 100px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 84px;
	right: 15px;
}

.cp_r {
	width: 936px;
}

.cp_pic {
	width: 710px;
	height: 453px;
	line-height: 0;
}

.cp_pic img {
	width: 710px;
	height: 453px;
}

.cp_rt {
	width: 226px;
	position: absolute;
	top: 0;
	right: 0;
}

.cp_rt ul li {
	font-size: 18px;
	color: #333;
	width: 224px;
	height: 90px;
	line-height: 88px;
	overflow: hidden;
}

.cp_rt ul li em {
	display: block;
	float: left;
	width: 36px;
	line-height: 0;
	padding: 24px 8px 0 33px;
}

.cp_rt ul li em img {
	width: 36px;
	height: 36px;
}

.cp_rt ul li.on {
	border: #005cab 1px solid;
}

.cp_rm {
	width: 227px;
	height: 266px;
	position: absolute;
	top: 97px;
	right: 226px;
}

.cp_qie {
	width: 187px;
	height: 236px;
	background: rgba(0, 0, 0, 0.8);
	padding: 30px 20px 0;
}

.cp_qie b {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/cp_ico08.gif) no-repeat 0 49px;
}

.cp_qie p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	padding: 10px 0 0;
}

.cp_bot {
	padding: 18px 0 0;
	width: 936px;
	overflow: hidden;
}

.cp_bot ul li {
	width: 289px;
	float: left;
	padding: 0 15px;
	overflow: hidden;
}

.cp_bot ul li em,
.honor_m ul li em {
	width: 289px;
	height: 216px;
	display: block;
	overflow: hidden;
	line-height: 0;
}

.cp_bot ul li em img,
.honor_m ul li em img {
	width: 289px;
	height: 216px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.cp_bot ul li em img:hover,
.honor_m ul li em img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cp_bot ul li span {
	width: 289px;
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

/*荣誉资质*/
.honor {
	/*background:url(../images/honor_bg.jpg) no-repeat center 0;*/
	height: auto;
	padding-bottom: 30px;
	background: #eee;
	padding-top: 40px;
	margin-bottom: 10px;
}

/*.honor p{font-size: 18px;color: #fff;padding: 335px 0 0 50px;float: left;}*/
/*.honor_m{padding: 150px 0 0;width: 850px;margin-right: -40px;}
.honor_m ul li{background:url(../images/honor_k.png) no-repeat;width: 295px;height: 310px;float: left;}
.honor_m ul li em{width: 200px;height: 267px;margin:0 auto;}
.honor_m ul li em img{width: 200px;height: 267px;}*/
.honor_m {
	padding: 0px 0 0 0;
	width: 1200px;
	padding-bottom: 30px;
}

.honor_m ul li {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 25px;
}

.honor_m ul li em {
	width: 220px;
	height: 180px;
	margin: 0 auto;
}

.honor_m ul li em img {
	width: 220px;
	height: 180px;
}

.honor_m ul li p {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	color: #333;
}


/**/
.case {
	padding: 13px 0 25px;
}

.case_bt,
.ys_bt {
	font-weight: normal;
	text-align: center;
	background: url(../images/case_line.png) no-repeat center 60px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	height: 105px;
	line-height: 30px;
	
	font-size: 42px;
	font-weight: bolder;
	
}

.case_bt a {
	font-size: 30px;
	color: #333;
}

.case_bt b,
.ys_bt b {
	color: #0051a3;
}

.case_bt span,
.ys_bt span {
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.case_bt:hover,
.ys_bt:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.case_l {
	width: 260px;
}

.case_l h3 {
	background: url(../images/case_ltbg.gif) no-repeat;
	width: 260px;
	height: 92px;
	line-height: 110px;
	overflow: hidden;
}

.case_l h3 a {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding: 0 0 0 20px;
}

.case_l ul li {
	width: 260px;
	height: 50px;
	padding: 1px 0 0;
}

.case_l ul li a,
.case_l span a {
	font-size: 16px;
	color: #333;
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2 url(../images/case_ico01.png) no-repeat 20px 15px;
	padding: 0 0 0 50px;
}

.case_l li.case_li02 a,
.case_l span a {
	background-color: #e6e6e6;
}

.case_l ul li a:hover,
.case_l ul li.on a {
	background: #e50112 url(../images/case_ico02.png) no-repeat 20px 15px;
	color: #fff;
}

.case_l span {
	padding: 1px 0 0;
	display: block;
	width: 260px;
	height: 50px;
}

.case_r {
	width: 921px;
}

.case_r dl dt {
	width: 531px;
	height: 398px;
	float: left;
	overflow: hidden;
}

.case_r dl dt img,
.ys_l img,
.three03 dl dt img,
.news01 img {
	width: 531px;
	height: 398px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.case_r dl dt img:hover,
.ys_l img:hover,
.three03 dl dt img:hover,
.news01 img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.case_r dl dd {
	width: 340px;
	height: 325px;
	background: #0051a3;
	float: left;
	padding: 25px 25px 0;
	margin: 16px 0 0;
}

.case_r dl dd h5 {
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	background: url(../images/case_ico03.gif) no-repeat 0 63px;
}

.case_r dl dd h5 a {
	font-size: 18px;
	color: #fff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case_r .case_desc {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	padding: 15px 0 0;
}

.case_r dl dd span {
	display: block;
	width: 148px;
	padding: 30px 0 0;
}

.case_r dl dd span a {
	font-size: 14px;
	color: #fff;
	display: block;
	width: 146px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border: #fff 1px solid;
	border-radius: 5px;
}

.case_r dl dd span a:hover,
.ban_tel em a:hover {
	animation: shake 1s linear;
	-webkit-animation: shake 1s linear;
}

/*合作客户*/
.partner_bg {
	background: url(../images/hz_bg.jpg) no-repeat center 0;
	height: 205px;
	padding: 15px 0 0;
	font-size: 0;
}

.partner_l a {
	background: url(../images/hz_lico01.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.partner_l a:hover {
	background: url(../images/hz_lico02.png) no-repeat;
}

.partner_r a {
	background: url(../images/hz_rico01.png) no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.partner_r a:hover {
	background: url(../images/hz_rico02.png) no-repeat;
}

.partner_l {
	position: absolute;
	top: 45px;
	left: 10px;
	z-index: 20;
}

.partner_r {
	position: absolute;
	top: 45px;
	right: 10px;
	z-index: 20;
}

.partner_c {
	width: 1200px;
}

.partner_c ul li {
	width: 220px;
	float: left;
	line-height: 0;
	box-shadow: 0 3px 10px 3px #eaeaea;
	border: #eee 1px solid;
	margin-right: 18px;
}

.partner_c ul li img {
	width: 220px;
	height: 124px;
}

/*欧能控温设备*/
/*.equip{ overflow: hidden;}
.witness .main-title b a{ color:#fff;}
.witness .main-title span{ color:#fff;}
.equip_slide{ height: 532px; overflow: hidden;}
.equip_slide_hd{ width: 205px;}
.equip_slide_hd li,.equip_slide_hd em{ height: 58px; margin-bottom: 1px; background: #f4f4f4; line-height: 58px; padding-left: 40px; display:block;}
.equip_slide_hd li:hover,.equip_slide_hd li.cur { background: url("../images/onequip.jpg") no-repeat; color: #fff; width: 212px;}
.equip_slide_hd li.cur a{color: #fff;}
.equip_slide_hd em a:hover{color: #005cab;}
.equip_slide_bd{ width: 965px;}
.equip_img{ width: 698px; float: left;position: relative;}
.equip_img img{width: 698px; height: 532px;}
.equip_img span{filter:alpha(opacity=50); 
-moz-opacity:0.5; 
opacity:0.5;width: 698px;display: inline-block;position: absolute;bottom:0px;left:0px;font: 14px 'Microsoft  YaHei';color: #fff;text-align: center;line-height: 28px; background:#333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;height: 40px; line-height:40px; }

.equip_list{ width: 253px; float: right;}
.equip_list li{ width: 253px; height: 193px; margin-bottom: 14px; overflow: hidden; position: relative;}
.equip_list li img{ width: 100%;}
.equip_list li.equip-more{ height: 117px; background: url("../images/equip_more_bg.jpg") no-repeat; line-height: 117px; text-align: center; font-size: 14px; color: #fff;}
.equip_list li a{ color: #fff;}
.equip_list li span{ display: none; text-align: center; background: url("../images/prod_icon3.png"); position: absolute; top: 0; left: 0; font-size: 14px; color: #fff; width: 100%; height: 100%;}
.equip_list li span i{ display: block; width: 21px; height: 21px; margin: 65px auto 10px; }
.equip_list li:hover span{ display: block;}
.equip_list li.cur span{ display: block;}*/
.main-title {
	font-size: 36px;
	color: #000000;
	text-align: center;
	margin: 75px 0 40px;
}

.main-title span {
	font-size: 26px;
	color: #565458;
	display: block;
	letter-spacing: 10px;
}

.main-title i {
	display: block;
	width: 117px;
	height: 1px;
	background: #005cab;
	margin: 35px auto 20px auto;
}

.main-title a {
	color: #000000;
}

.witness .main-title b a {
	color: #fff;
}

.witness .main-title span {
	color: #fff;
}

/*客户见证*/
.witness {
	background: url("../images/witness_bg.jpg") no-repeat center 0;
	height: 654px;
	overflow: hidden;
}

.witness .main-title {
	color: #fff;
}

.witness-wrap dl {
	width: 310px;
	height: 310px;
	background: #fff;
	margin-left: 50px;
	padding: 20px;
	float: left;
	box-sizing: content-box;
}

.witness-wrap dl:first-child {
	margin-left: 0;
}

.witness-wrap dl.witnessdl01 {
	margin-left: 0;
}

.witness-wrap dt {
	width: 310px;
	height: 156px;
	margin-bottom: 20px;
}

.witness-wrap dt img {
	width: 310px;
	height: 156px;
}

.witness-wrap dd h3 {
	font-size: 18px;
	height: 38px;
	border-bottom: 1px dashed #d5d5d6;
	margin-bottom: 10px;
}

.witness-wrap dd h3 a {
	color: #565458;
}

.witness-wrap dd p {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}

.witness-wrap dd .witness-more {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	color: #565458;
}

.witness-wrap dl:hover {
	background: #005cab;
}

.witness-wrap dl:hover h3 a,
.witness-wrap dl:hover p,
.witness-wrap dd .witness-more {
	color: #fff;
}

/*关于我们*/
.about {
	height: 690px;
	background: #eeeeee;
	overflow: hidden;
}

.about dt {
	width: 463px;
	height: 524px;
	margin: 83px 0 0 0;
	float: left;
	position: relative;
}

.about dt:after {
	content: '';
	width: 468px;
	height: 520px;
	background: #f7f7f7;
	position: absolute;
	right: -18px;
	bottom: -18px;
}

.about dt img {
	display: block;
	width: 463px;
	height: 524px;
	z-index: 10;
	position: relative;
}

.about dd {
	width: 670px;
	float: right;
}

.about dd h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 105px 0 15px;
	line-height: 40px;
}

.about dd h3 b {
	display: block;
	color: #565458;
}

.about dd h3 a {
	color: #005cab;
}

.about dd p {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 24px;
}

.about dd .about-detail {
	font-size: 14px;
	display: block;
	color: #6f6f6f;
	margin-top: 15px;
}

.album-slide {
	height: 250px;
	position: relative;
	margin-top: 50px;
}

.album-hd {
	height: 46px;
	margin: 0 0 0 -49px;
}

.album-hd li {
	width: 153px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	float: left;
	margin-right: 1px;
	font-size: 14px;
	color: #555458;
	background: #fff;
}

.album-bd li {
	width: 212px;
	height: 176px;
	float: left;
	margin-right: 16px;
	overflow: hidden;
	position: relative;
}

.album-bd li img {
	display: block;
	width: 212px;
	height: 176px;
}

.album-bd li span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url("../images/prod_icon3.png");
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

.album-bd li.none {
	margin-right: 0;
}

.album-hd li a:hover {
	color: #005cab;
}

.album-arrow {
	text-align: right;
}

.album-arrow .prev,
.album-arrow .next {
	display: inline-block;
	width: 32px;
	height: 30px;
	letter-spacing: 0;
}



/*新闻聚焦*/
.news {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	background: url("../images/news_line.jpg") no-repeat center 121px;
}

.news h2 {
	font-size: 24px;
	margin: 70px 0 42px;
	font-weight: normal;
}

.news h2 .news-more {
	color: #333333;
	font-size: 14px;
	/*border: 1px solid #333;*/
	margin-top: 20px;
}

.news h2 span {
	color: #565458;
	border-bottom: 3px solid #005cab;
	display: inline-block;
	height: 50px;
}

.news h2 a:hover {
	color: #005cab;
}

.news-a {
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

.news-a dl {
	height: 100%;
}

.news-a dt {
	width: 463px;
	height: 166px;
	float: left;
}

.news-a dt img {
	width: 100%;
}

.news-a dd {
	width: 680px;
	float: right;
}

.news-a dd h3 {
	font-size: 14px;
	color: #565458;
	margin: 20px 0 10px;
}

.news-a dd h3 a {
	color: #565458;
}

.news-a dd a:hover {
	color: #005cab;
}

.news-a dd p {
	font-size: 14px;
	line-height: 22px;
	color: #929292;
}

.news-a dd .news-detail {
	display: block;
	font-size: 14px;
	color: #565458;
	margin-top: 30px;
}

.news-a-hd {
	height: 20px;
	position: absolute;
	top: 134px;
	left: 374px;
}

.news-a-hd li {
	width: 21px;
	height: 20px;
	background: #2e2f2d;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
	font-size: 14px;
	color: #fff;
	float: left;
}

.news-a-hd li.on {
	background: #005cab;
}

.news-b {
	overflow: hidden;
	font: 12px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

.news-b dl {
	width: 525px;
	margin: 0 140px 30px 0;
	float: left;
}

.news-b dl.none {
	margin-right: 0;
}

.news-b dt {
	font-size: 48px;
	color: #d4d4d4;
	float: left;
}

.news-b dd {
	font-size: 14px;
	color: #666666;
	width: 448px;
	float: right;
}

.news-b dd h3 {
	font-size: 14px;
	color: #565458;
	margin: 5px 0;
}

.news-b dd h3 a {
	color: #565458;
}

.news-b dd h3 a:hover {
	color: #005cab;
}

.news-b dd p {
	font-size: 14px;
	color: #929292;
}

.news-b dd span {
	display: block;
	font-size: 12px;
	color: #b2b2b2;
}

/*常见问答*/
.faq {
	background: url("../images/faq_bg.jpg") no-repeat center 0;
	height: 133px;
	overflow: hidden;
	/* margin-bottom: 60px;*/
}

.faq h2 {
	width: 22px;
	float: left;
	font-size: 20px;
	color: #fff;
	padding: 15px 28px 0;
	box-sizing: content-box;
}

.faq h2 a {
	color: #fff;
}

.faq .faq-list {
	width: 1113px;
	float: right;
	/* margin-top: 20px;*/
	padding: 20px 0;
}

.faq .faq-list dl {
	float: left;
	padding-left: 55px;
	width: 296px;
	color: #565458;
	overflow: hidden;
	box-sizing: content-box;
}

.faq .faq-list dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.faq .faq-list dt a {
	color: #565458;
}

.faq .faq-list dd {
	line-height: 24px;
	font-size: 12px;
}

.faq .faq-list dt a:hover {
	color: #005cab;
}

/*友情链接*/
.link {
	height: 50px;
	line-height: 50px;
	padding: 30px 0;
}

.link h2 {
	background: url("../images/link_icon.jpg") no-repeat 0 center;
	width: 114px;
	text-align: center;
	font-size: 14px;
	float: left;
}

.link h2 a {
	color: #565458;
}

.link p {
	width: 1050px;
	overflow: hidden;
	float: left;
	line-height: 23px;
	padding: 13px 0;
}

.link p a {
	font-size: 14px;
	color: #666666;
	padding-right: 20px;
}

.link a:hover {
	color: #005cab;
}

.link .link-enter {
	float: right;
	font-size: 14px;
	color: #565458;
}

/*底部开始*/
.foot {
	height: 303px;
	background: #005cab;
	overflow: hidden;
	border-bottom: 10px solid #004178;
	color: #fff;
	position: relative;
}

.zl-ppx {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}

.f_nav {
	height: 78px;
	line-height: 78px;
	border-bottom: 1px solid #fff;
}

.f_nav a {
	font-size: 14px;
	color: #fff;
	padding: 0 35px;
}

.f_nav a:hover {
	color: #e50112;
}

.foot h2 {
	height: 117px;
	width: 137px;
	margin: 40px 118px 0 0;
}

.foot h2 img {
	display: block;
	width: 100%;
}

.ft_txt {
	width: 444px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 45px;
}

.ft_txt a {
	color: #d7d7d7;
}

.ft_tel {
	width: 200px;
	background: url("../images/ft_tel.png") no-repeat 0 0;
	padding-left: 35px;
	margin-top: 45px;
}

.ft_tel span {
	display: block;
	margin-bottom: 10px;
}

.ft_tel div {
	font-size: 20px;
	color: #fff;
}

.code {
	width: 135px;
	margin-top: 32px;
	text-align: center;
}

.code span img {
	width: 104px;
	height: 104px;
}

.code span em {
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

/*底部结束*/


/*产品页面 开始*/
.topadcs {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}

.topadcs a img {
	width: 100%;
	height: auto;
	display: block;
}

.topadcs a {
	display: block;
	margin: 0 auto;
}

.topadcs a.fullad {
	height: 260px;
}

/*副导航*/
.leib2,
.leib,
.leib3 {
	margin-bottom: 20px;
	background: #f4f4f4;
	padding-bottom: 5px;
}

.leib2 .tit,
.leib .tit {
	background: #005cab;
	line-height: 60px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.leib2 .tit a,
.leib .tit a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.leib2 h3 {
	height: 38px;
	line-height: 38px;
	background: #565458;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1px;
}

.leib2 h3:hover {
	height: 38px;
	line-height: 38px;
	background: #206aa9;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1px;
}

.leib2 h3.cur {
	height: 38px;
	line-height: 38px;
	background: #f25f07;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1px;
}

.leib2 h3 a {
	color: #fff;
}

.leib2 ul {
	padding-left: 5px;
	  margin: 10px 0 15px;
}

.leib2 ul li {
	background: url("../images/prod_icon1.png") no-repeat 0 center;
	font-size: 13px;
	padding-left: 15px;
	line-height: 1.5;
	margin: 15px auto;
}

.leib2 ul li a {
	color: #565458;
}

.leib2 ul li:hover a,
.leib2 ul li.cur a {
	color: #005cab;
}

.leib2 h3.cur {
	background: #f25f07;
}

.leib2 h3.cur a {
	color: #fff;
}

.left {
	width: 244px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.left2 {
	width: 900px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}

.lefttop {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}

.leftbot {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.left2bot {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

/*左侧联系方式*/
.leftlx {
	text-align: center;
	background: #f4f4f4;
	margin-top: 10px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 10px;
	border: 1px solid #ececec;
	display: block;
	margin-bottom: 20px;
	border-top: 3px solid #005cab;
}

.leftlx h5 {
	font-size: 16px;
	padding: 15px 0px;
}

.leftlx .phone img {
	width: 40px;
	height: 40px;
	padding-bottom: 10px;
}

.leftlx .phone span {
	display: block;
}

.leftlx .phone p {
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
	color: #005cab;
	text-align: center;
}

.leftlx p {
	padding-top: 10px;
	line-height: 25px;
	text-align: left;
}

.right {
	width: 930px;
	float: left;
	display: inline;
	margin-left: 26px;
	overflow: hidden;
	margin-top: 10px;
}

/* -- 当前位置 -- */
.plc,
.plc2 {
	background: url(../images/logo_03.png) no-repeat 12px 13px;
	height: auto;
	line-height: 24px;
	padding: 7px 8px 8px 35px;
	position: relative;
	color: #666;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	padding-bottom: 8px;
	font-family: "Microsoft Yahei", "微软雅黑";
}

.plc span {}

.plc i,
.plc2 i,
.plc a {
	font-style: normal;
	font-size: 14px;
	color: #666;
}

.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}

.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}

.righttop {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.right2top {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.rightbot {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.right2bot {
	height: 0px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.right_main {
	width: 930px;
	padding-bottom: 15px;
	overflow: hidden;
}

.right2_main {
	width: 273px;
	padding-bottom: 15px;
	overflow: hidden;
}

.left2_main {
	width: 900px;
	padding-bottom: 15px;
	overflow: hidden;
}

.rightl {
	width: 760px;
	float: right;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
}

.leftr {
	width: 216px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

.h_nav li a:-webkit-any-link {
	display: block;
}

/*---产品中心---*/
.pro_main {
	background-color: #fff;
	zoom: 1;
	padding: 10px 0px;
	overflow: hidden;
}

.t05 {
	padding: 0 10px;
	color: #fff;
	height: 32px;
	line-height: 32px;
	color: #333;
}

/*左边标题块*/
.t05 a {
	color: #333;
}

.t05 img {
	padding: 6px 0 0 0;
	float: right;
}

.t05_con {
	border: solid 1px #ececec;
	border-top: 0;
	padding: 8px 11px;
	zoom: 1;
}

/* -- 产品分类列表 -- */
ul.t05_ul li {
	line-height: 30px;
	color: #666;
	white-space: nowrap;
	padding: 0 5px 0 25px;
	overflow: hidden;
	background: url(Img/li_s.gif) no-repeat;
	_float: left;
}

ul.t05_ul li span {
	font-size: 11px;
}

ul.t05_ul li a {
	width: 142px;
	height: 40px;
	display: block;
	overflow: hidden;
}

.t05_ul_more {
	border: 1px solid #E61217;
	background: #FFE7E8;
	line-height: 20px;
	height: 20px;
	_height: 17px;
	_padding-top: 3px;
}

.t05_ul_more img {
	margin: 0 5px;
}

.t05_ul_more a {
	color: #E61217;
}

.t05_ul_more a:hover {
	text-decoration: none;
	color: #E61217;
}

.check {
	color: #E61217;
}

.t05_con .tc .text {
	border: solid 1px #ccc;
	height: 20px;
	line-height: 20px;
}

.clr {
	float: right;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

/* -- 最近浏览过的产品 -- */
dl.pd_t05_con_dl {
	width: 170px;
	overflow: hidden;
	margin: 10px auto 3px;
}

dl.pd_t05_con_dl dt img {
	width: 166px;
	padding: 1px;
	border: solid 1px #ccc;
	height: 124px;
}

dl.pd_t05_con_dl dd {
	width: 170px;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #555;
}

dl.pd_t05_con_dl dt a:hover img {
	border-color: #e3b74e;
}

dl.pd_t05_con_dl dd a:hover {
	color: #e3b74e
}

#lefttuijian .t05_con {
	padding-bottom: 20px;
}

div.project_left dl.pd_t05_con_dl dt img {
	height: 107px;
}

/* -- 产品展示 -- */
.riti1_con {
	border: solid 1px #ccc;
	border-top: 0;
	border-bottom: 0;
	zoom: 1;
	background: #fff;
}

/*产品右边内容边框*/
ul.pro_ul {
	padding-top: 10px;
}

ul.pro_ul li {
	width: 165px;
	height: 194px;
	float: left;
	display: inline;
	margin: 0 10px 10px 10px;
}

/* 产品中心人气推荐 */
ul.pro_ul li img {
	width: 157px;
	height: 186px;
	display: block;
	margin: 3px auto 0;
}

ul.pro_ul li a {
	width: 163px;
	height: 192px;
	border: 1px solid #ccc;
	display: block;
}

ul.pro_ul li a:hover {
	border: 1px solid #C10005;
}

.topadcs {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}

.topadcs a img {
	width: 100%;
	height: auto;
	display: block;
}

.topadcs a {
	display: block;
	margin: 0 auto;
}

.topadcs a.fullad {
	height: 260px;
}


.riti1_con ul li {
	height: 28px;
	line-height: 28px;
	padding: 0 17px 0 10px;
	width: 340px;
	float: left;
	overflow: hidden;
}

.riti1_con ul li a {
	padding-left: 12px;
}

/*产品列表*/
.cpli li {
	width: 210px;
	height: 210px;
	float: left;
	margin: 0 22px 20px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.cpli li img {
	/*width: 100%;*/
	/*width:210px; height:194px;*/
}

.cpli li .cover {
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: url("../images/prod_icon3.png");
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

.cpli li .cover i {
	display: none;
	width: 21px;
	height: 21px;
}

.cpli li:hover .cover {
	height: 100%;
}

.cpli li:hover .cover i {
	display: block;
	margin: 77px auto 10px;
}

.cpli li.pd_list_dl_0 {
	margin: 0 0px 20px 0;
}

.news_random .pd_list_dl {
	padding-top: 10px;
	padding-right: 0;
}

.news_random .pd_list_dl {
	margin-right: 10px;
}

.news_random .pd_list_dl_0 {
	margin-right: 0;
}

/*---产品列表页面的随机资讯--*/
.RandomNews {
	padding: 0 0px 10px;
	margin-bottom: 15px;
}

.diysr {
	height: 40px;
	line-height: 40px;
	color: #005cab;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
}

.diysr .line {
	border-top: 1px solid #ececec;
	font-size: 0;
	height: 0;
	margin-right: 10px;
	overflow: hidden;
}

.diysr i {
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	padding-left: 5px;
	color: #999;
}

.news_random {
	font-size: 14px;
}

.news_random ul {
	padding-top: 10px;
	display: block;
}

.news_random ul li {
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 460px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.news_random ul li a {
	background: url(../images/ico55.gif) no-repeat 0 8px;
	padding-left: 12px;
}

.news_random ul li span {
	font-size: 12px;
	padding-right: 25px;
}

.news_random ul li a:hover {
	color: #005cab;
}

.news_random ul li.fr {
	padding-right: 0px;
}

.news_random ul li.fr span {
	padding-right: 0px;
}

.new-s dl {
	margin: 0 auto;
	padding-top: 25px;
	height: 117px;
}

.new-s dl dt {
	height: 110px;
	width: 231px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e2e2e2
}

.new-s dl dt img {
	width: 231px;
	height: 83px;
}

.new-s dl dt p {
	width: 231px;
	height: 28px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font: 14px 'Microsoft  YaHei';
	color: #fff;
	text-align: center;
	line-height: 28px;
	background: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new-s dl dd {
	width: 675px;
	float: right;
	height: 110px;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
}

.new-s dl dd p {
	color: #353e47;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.new-s dl dd p a {
	color: #353e47;
}

.new-s dl dd p a:hover {
	color: #005cab;
}

.new-s dl dd span {
	font-size: 14px;
	color: #353e47;
	display: inline-block;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}

.new-s dl dd a.more {
	display: inline-block;
	font: 12px 'Microsoft YaHei', '微软雅黑';
	color: #005cab;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
}


.pro_details {
	overflow: hidden;
	*zoom: 1;
}

.pro_details dt {
	width: 450px;
	float: left;
	height: 450px;
	position: relative;
	border: 1px solid #ccc;
}

.pro_details dt .btnl,
.pro_details dt .btnr {
	position: absolute;
	top: 195px;
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
}

.pro_details dt .btnl {
	background: url(../images/pro3_btnl.png) no-repeat;
	left: 0;
}

.pro_details dt .btnr {
	background: url(../images/pro3_btnr.png) no-repeat;
	right: 0px;
}

.pro_details dt li img {
	width: 450px;
	height: 450px;
}

.pro_details dd {
	width: 450px;
	float: right;
	border-left: none;
}

.pro_details dd h3 {
	font-size: 24px;
	height: auto;
	line-height: 36px;
	color: #005cab;
	font-weight: normal;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.pro_details dd p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	overflow: hidden;
	font-family: "Microsoft YaHei", "微软雅黑";
}

.pro_details dd .pd_hotline {}

.pro_details dd .pd_hotline span {
	font-size: 16px;
	color: #333;
}

.pro_details dd .pd_hotline span.font_hotline {
	font-size: 24px;
	color: #d20014;
	font-weight: 600;
}

.pro_commend ul {
	padding-top: 20px;
	overflow: hidden;
	*zoom: 1;
}

.pro_commend ul li {
	width: 250px;
	float: left;
	display: inline;
}

.pro_commend ul li img {
	width: 240px;
	height: 151px;
}

.pro_commend ul li span {
	display: block;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}



div.News_2 {
	padding-top: 10px;
}

/*新资讯显示方式 */
.inf_lc {
	clear: both;
	padding: 5px 0 0;
}

.inf_lc li {
	padding: 7px 20px 0 0;
	height: 110px;
	overflow: hidden;
	margin: 0 0 30px;
	background: #f6f6f6;
}

.inf_lc li.bg {
	background: #edf6f4;
}

.inf_lc li h4 {
	padding: 20px 5px 0 0;
	text-align: center;
	float: left;
	width: 64px;
	overflow: hidden;
}

.inf_lc li h4 b {
	font-weight: 100;
	display: block;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	font-size: 36px;
	font-family: Arial;
	text-transform: uppercase;
}

.inf_lc li h4 span {
	font-weight: 100;
	display: block;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial;
	text-transform: uppercase;
	color: #343434;
}

.inf_lc li p {
	padding: 0 0 0 14px;
	line-height: 26px;
	width: 700px;
	overflow: hidden;
	font-size: 14px;
	float: left;
	color: #666;
	line-height: 1.25;
}

.inf_lc li p b {
	display: block;
	font-weight: 100;
	color: #000000;
	line-height: 1.25;
	margin: 10px 0;
}

.inf_lc li p b a,
.inf_lc li p b a:hover {
	color: #343434;
	font-weight: bold;
}

.inf_lc li p b a:hover {
	color: #005cab;
}

.inf_lc li .fr {
	margin: 20px 0 0;
	width: auto;
	padding: 0 10px;
	height: auto;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #999;
	font-size: 12px;
}

.inf_lc li .fr:hover {
	background: #005cab;
}

dl.news_dl {
	border-bottom: 1px dashed #cccccc;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

dl.news_dl a {
	color: #000;
}

dl.news_dl dt {
	height: 24px;
	line-height: 24px;
	margin-bottom: 3px;
	margin-top: 5px;
	overflow: hidden;
	width: 720px;
}

dl.news_dl dd {
	font-size: 12px;
	height: 68px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 8px;
}

dl.news_dl dt {
	background: url("Img/dateBg.png") no-repeat scroll 10px center transparent;
	float: left;
	height: 64px;
	margin-bottom: 3px;
	width: 80px;
}

dl.news_dl .dt_1 {
	color: #000;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
}

dl.news_dl .dt_1:hover {
	color: #61B905;
}

dl.news_dl .dt_2 {
	float: right;
	padding: 0 10px 0 8px;
	color: #fff;
	display: block;
	font-family: Verdana;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 18px;
	width: 54px;
}

dl.news_dl .dt_3 {
	color: #464646;
	display: block;
	font: 18px/18px "Verdana";
	padding-left: 10px;
}

dl.news_dl .dt_3 a {
	color: #ff0000;
	text-decoration: underline;
}

/*资讯中心列表页面（图片列表）--dl_5*/
dl.dl_2s {
	height: 182px;
	margin-bottom: 30px;
	padding: 23px 25px 0 25px;
	border: 1px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
}

dl.dl_2s dt {
	width: 310px;
	float: left;
	width: 161px;
	display: block;
}

dl.dl_2s dt img {
	width: 310px;
	height: 172px;
	border-radius: 5px;
}

dl.dl_2s dd {
	float: right;
	width: 535px;
}

dl.dl_2s dd p {
	padding-top: 18px;
}

dl.dl_2s dd h3 {
	padding-bottom: 12px;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	border-bottom: 1px dashed #959595;
}

dl.dl_2s dd h3 a {
	color: #000000;
	font-weight: bold;
}

dl.dl_2s dd h3 a:hover {
	color: #e3b74e;
}

dl.dl_2s dd h4 {
	height: 74px;
	padding: 15px 0 0 0;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}

dl.dl_2s dd h4 b {
	padding-right: 8px;
	color: #333333;
}

dl.dl_2s dd h4 span {
	display: block;
}

dl.dl_2s dd p a {
	display: block;
	width: 120px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #ff7901;
	background: url(Img/main_bg1.gif) no-repeat center top;
}


/* -- 翻页效果 -- */
.apage {
	height: 25px;
	line-height: 25px;
	background: #F9F9F9;
	padding: 0 5px;
	margin-top: 10px;
	border: solid 1px #ccc;
	text-align: right;
}

.apage a {
	border: 1px solid #d4e3e9;
	padding: 0 3px;
	margin-right: 5px;
}

.apage .num_btns {
	float: right;
	font-family: Tahoma;
}

.apage a:hover,
.apage .cur {
	border: 1px solid #e3b74e;
	background-color: #e3b74e;
	color: #fff;
	text-decoration: none;
}

.apage .cust_txt {
	float: left;
}

.apage .oran_pg_fp {
	background: url(img/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}

.apage .oran_pg_pp {
	background: url(img/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}

.apage .oran_pg_np {
	background: url(img/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}

.apage .oran_pg_lp {
	background: url(img/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}

.apage select {
	font-size: 8px;
	margin-top: 5px;
}

.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}

.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}

/* -- 翻页效果2 -- */
.apage2 {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
	margin: 30px 0 10px;
}

.apage2 a {
	border: 1px solid #6A9C00;
	color: #6A9C00;
	padding: 0 3px;
	margin-right: 8px;
	line-height: 24px;
	display: inline-block;
	width: 20px;
}

.apage2 .num_btns {
	float: right;
	font-family: Tahoma;
}

.apage2 a:hover,
.apage2 .cur {
	border: 1px solid #D5D5D5;
	background-color: #6E9615;
	color: #fff;
	text-decoration: none;
}

.apage2 .cust_txt {
	float: left;
}

.apage2 .oran_pg_fp {
	width: auto;
	padding: 0 10px;
}

.apage2 .oran_pg_pp {
	width: auto;
	padding: 0 10px;
}

.apage2 .oran_pg_np {
	width: auto;
	padding: 0 10px;
	background: #6E9615;
	color: #fff;
}

.apage2 .oran_pg_lp {
	width: auto;
	padding: 0 10px;
	display: none;
}

.apage2 select {
	font-size: 8px;
	margin-top: 5px;
}

.apage2 .oran_pg_txt {
	height: 15px;
	border: solid 1px #d4e3e9;
	width: 20px;
	margin-left: 5px;
}

.apage2 .oran_pg_btn {
	height: 15px;
	border: solid 1px #d4e3e9;
	margin-left: 5px;
	font-size: 9px;
	background: #5984ac;
	color: #fff;
}


/*------资讯详细页右侧分类xsl--------*/

.right2_main {
	width: 275px;
	border: none;
}

.left2_main {
	border: none;
}

.t03 {
	line-height: 46px;
	height: 46px;
	margin-bottom: 5px;
	text-indent: 22px;
	border-bottom: 2px solid #E0E0E0;
}

.right2_main .t03 a {
	color: #005cab;
	display: block;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}

.p_rt_tit {
	line-height: 32px;
	height: 32px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: Orange;
	margin-left: 21px;
	width: 230px;
	background: none repeat scroll 0 0 #ddd;
	border-bottom: 1px solid #fff;
}

.p_rt_ul li.cur .p_rt_tit {
	top: 150px;
	left: 21px;
	position: absolute;
	background: none repeat scroll 0 0 #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 230px;
	text-align: center;
	margin-left: 0px;
	height: 32px;
}

.p_rt_ul {
	list-style: none;
	border-top: none;
	padding-bottom: 5px;
	width: 272px;
	overflow: hidden;
	background: #fff;
}

.p_rt_ul li {
	float: left;
	padding: 0px;
	background: #fff;
	width: 100%;
}

.p_rt_ul li h3 {
	font-size: 12px;
	font-weight: normal;
	color: Black;
	line-height: 32px;
	height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.red_x {
	color: #005cab;
	font-weight: bold;
}

.p_rt_ul .cur {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: relative;
	padding-top: 16px;
}

.p_rt_ul .cur h3 a {
	font-weight: bold;
	color: #fff;
}

.p_rt_ul li h3 a {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	margin-left: 5px;
	color: #005cab;
	height: 32px;
}

.p_rt_ul li.cur h3 a {
	line-height: 32px;
}

.p_rt_ul dl {
	width: 230px;
	overflow: hidden;
	display: none;
	padding-left: 16px;
	background: #fff;
	margin-left: 5px;
}

.p_rt_ul dl dd {
	float: left;
}

.p_rt_ul dl dt {
	float: left;
	overflow: hidden;
	display: block;
	line-height: 24px;
}

.p_rt_ul dl dt a {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	display: block;
	margin-top: 5px;
}

.p_rt_ul li dd img {
	width: 230px;
	height: 164px;
	display: block;
}

.p_rt_ul li .r_info {
	display: block;
	font-size: 0px;
}

ul.n_rt_ul {
	background: none;
	width: 230px;
	margin: 8px auto;
	overflow: hidden;
	padding-left: 5px;
}

ul.n_rt_ul li {
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/a2.gif) no-repeat left center;
}

ul.n_rt_ul li a {
	display: block;
	width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font: 14px Microsoft YaHei;
	color: #666;
	height: 32px;
	line-height: 32px;
	padding-left: 6px;
}

ul.n_rt_ul li.cur {
	background: url(../images/a1.gif) no-repeat left center;
}

ul.n_rt_ul2 {
	width: 240px;
	margin: 8px auto;
	overflow: hidden;
}

ul.n_rt_ul2 li {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 5px;
}

.left2_main,
.right2_main {
	padding-bottom: 15px;
}


.n_info_con {
	padding: 0px 0px 0 0px;
	font-size: 14px;
}

.n_info_con strong {
	font-weight: bold;
}

.n_info_con h1 {
	padding-top: 16px;
	color: #333;
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font: 20px/63px "Microsoft Yahei";
}

.n_info_con2 {
	margin: 0 auto;
	border: 1px solid #D6D6D6;
}

.n_info_con h3 {
	text-align: center;
	color: #000;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
	font-size: 24px;
	border-bottom: 1px dashed #CCCCCC;
}

/*资讯详细页面，内容标题*/
.info_con_tit {
	font-family: "Microsoft YaHei";
	line-height: 24px;
	margin-bottom: 15px;
}

.info_con_tit span {
	margin-right: 20px;
}

.info_con_tit .m_qrinfo {
	position: relative;
}

.m_qrcode {
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
	background: #fff;
	border: 1px dashed #f1f1f1;
}

.m_qrcode em {
	line-height: 24px;
	color: red;
	display: block;
	text-align: center;
}

.info_con_tit .n_tit {
	text-align: left;
	color: #666;
	border-bottom: 1px dashed #999;
	height: 44px;
	line-height: 44px;
}

.info_con_tit .n_tit .m_qrinfo a {
	background: url(../images/tel0.gif) no-repeat left top;
	height: 45px;
	display: inline-block;
	font-size: 0px;
	width: 24px;
}

.info_con_tit .n_tit .m_qrinfo a:hover {
	background: url(../images/tel1.gif) no-repeat left top;
}

.info_con_tit .n_tit a {
	color: #BCBBBB;
}

.info_con_tit .n_tit span .cur {
	color: #000;
}

.info_con_tit .n_tit2 {
	height: 24px;
}

.n_info_con .tit2_span {
	float: right;
	margin: 0;
	_margin-top: 5px;
}

#cntrBody {
	padding-top: 12px;
}

.n_info_con p {
	line-height: 28px;
}

.n_info_con p a {
	color: #ED1B24;
	font-weight: bold;
}

.n_info_con .apage {
	text-align: center;
	margin-bottom: 10px;
}

/*资讯详细页面，翻页区块*/
.info_input {
	text-align: center;
	color: #000;
	margin-bottom: 15px;
}

/*详细页面，评论，推荐，打印，订阅，按钮样式块*/
.info_input input {}

/*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/
.info_key {
	border-bottom: solid 1px #ccc;
	line-height: 30px;
	padding: 0 10px;
	margin: 0px 0;
	overflow: hidden;
	font: 14px/30px "Microsoft Yahei";
	padding-bottom: 20px;
}

.info_key em {
	padding: 0px 12px;
}

.info_key span {
	font-size: 14px;
}

.info_key a {
	margin-right: 10px;
}

.ad2 {
	margin-bottom: 10px;
}

.n_info_con2 .t04 {
	color: #fff;
	border-bottom: 1px solid #E0E0E0;
	color: #e15517;
	line-height: 48px;
	height: 48px;
	font-size: 0;
	background: url(../images/news_28.gif) no-repeat 12px center;
}

/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 b {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Microsoft YaHei;
	font-size: 0;
}

.n_info_con2 .t04 a {
	color: #B61212;
}

/*可修改文字色彩(关于网络推广)*/
.n_info_con2 .t04 a:hover {
	color: #B61212;
}

.info_b {
	border-top: none;
	padding: 10px;
}

.left2bot {
	display: none;
}

ul.p_list_ul li,
ul.p_list_ul2 li {
	background: url(../images/kh_jt2.png) no-repeat left center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 20px;
	margin-left: 10px;
	display: block;
	border-bottom: 1px dashed #ccc;
	color: #666;
	font-size: 14px;
	padding-left: 6px;
}

ul.p_list_ul2 li {
	width: 342px;
	padding-right: 5px;
}

/*下一篇、下一篇*/
.gduo {
	line-height: 30px;
	background: #f7f7f7;
	overflow: hidden;
	margin: 15px 0px;
	padding: 0 10px;
}

.gduo span {
	/*overflow:hidden; height:30px;*/
	display: block;
}

.gduo a {
	color: #005cab;
}


.blk-main {
	width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0;
}

.blk-main .clearlist,
.blk-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}

.b-main .clearlist,
.b-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}

.clearafter:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.blk {
	margin-bottom: 20px;
	background: url(../images/logo_03.png) no-repeat 0 15px;
	text-indent: 25px;
}

.p12-curmbs-1 {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 45px;
}

.p12-curblock {
	display: none;
}

/*.p12-curmbs-1 b {
	border-left: 10px solid #46af33;
	font-weight: normal;
	padding-left: 8px;
}*/
.p12-curmbs-1 i {
	font-style: normal;
}

.p12-curmbs-1 span {
	font-family: 'å®‹ä½“';
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}

.tl-fdh-02 {
	height: 55px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
}

.tl-fdh-02 li {
	width: 16.66%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.tl-fdh-02 li a {
	color: #333;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #0051a3;
	border-color: #0051a3;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}


.p12-aboutinfo-1 {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 38px;
}

.p12-aboutinfo-1-tit {
	height: 114px;
	line-height: 114px;
	font-size: 30px;
	text-align: center;
	color: #4b4a4a;
}

.p12-aboutinfo-1-tit span {
	font-size: 22px;
	color: #aaa;
}

.p12-aboutinfo-1-nr {
	padding: 0 20px 20px;
}

.aboutcon {
	font-size: 14px;
	line-height: 26px;
	padding: 0 30px 30px 30px;
}

.k12-gl-gslb-3nf1-1-01-left {
	padding: 20px 0 50px 0;
}

.k12-gl-gslb-3nf1-1-01-left dl {
	width: 24%;
	float: left;
	background: #f0f0f0;
	margin: 0 1.3% 13px 0
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
	margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
	border: 1px solid #e5e5e5;
	padding: 10px 9px;
	background: #fff;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
	display: block;
	width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd a {
	color: #4b4a4a;
}

.pdcontent {}

.pdcontent img {
	max-width: 100%;
	height: auto;
}


#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}

#elevator_item.off {
	opacity: 0;
	visibility: hidden
}

#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin-bottom: 10px
}

#elevator:hover {
	background-color: rgba(0, 0, 0, .7)
}

#elevator:active {
	background-color: rgba(0, 0, 0, .75)
}

/*产品页面结束*/


/*add start*/
.iprlist {}

.iprlist ul li {
	width: 220px;
	height: auto;
	float: left;
	margin: 0 7px 18px 7px;
	text-align: center;
}

.iprlist ul li a {
	display: block;
}

.iprlist ul li a img {
	border: 1px #ccc solid;
}

.iprlist ul li a p {
	font-size: 13px;
	padding-top: 6px;
	line-height: 23px;
	width: 220px;
	overflow: hidden;
	height: 23px;
}

.pdothera {
	padding: 30px 0;
}

.pdothert {
	font-size: 20px;
	padding-bottom: 20px;
}

.pdotherc {}

.pdotherc ul li {
	width: 220px;
	height: auto;
	float: left;
	margin-right: 12px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 15px;
}

.pdotherc ul li a img {
	border: 1px #ccc solid;
}

.pdotherc ul li a p {
	font-size: 13px;
	padding-top: 6px;
	line-height: 23px;
	width: 220px;
	overflow: hidden;
	height: 23px;
}