﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	min-width:1200px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0b5cac;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: bottom;
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/
.topa_w{
	background-color:#f0f0f0;
	height:50px;
	font-size:14px;
	line-height:50px;}
.topa_l{
	float:left;}
.topa_r{
	float:right;}
.topa_r a{
	padding:0 8px;}
.topa_r a:hover{
	color:#ff0000;}



.top_a{
	background:url(../images/web_03.jpg) top center no-repeat;
	height:129px;
}
.nav_w{
	background-color:#2a2a2a;	border-bottom:3px solid #ff0000;
}
.nav ul li{
	float:left;
	width:150px;
	text-align:center;
	line-height:56px;
}
.nav ul li a{
	color:#fff;
	font-size:16px;
}
.li_on,.nav ul li:hover{
	background-color:#ff0000;
}






/************/

.banner_w {
	width: 100%;
	height:540px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:540px;
	position: absolute;
	overflow: hidden;
	left: 50%;
	margin-left: -960px;
}
.banner .img {
	width: 25000px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .img li {
	float: left;
	overflow: hidden;
}
.banner .num {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	text-align: center;
	font-size: 0;
}
.banner .num li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.banner .num li.on {
	background-color: #ffff00;
}
.banner .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 46px;
}
.banner:hover .btn {
	display: block
}
.banner .btn_l {
	left: 15%;
}
.banner .btn_r {
	right: 15%;
}
/************/
.prosy01_w{
	background-color:#f3f3f3;
	padding:50px 0;
}
.prosy01_bt{
	line-height:20px;
	margin-bottom:25px;
	}
.prosy01_bt_l{
	float:left;
	font-size:20px;
	padding-left:10px;
	font-weight:bold;
	color:#fe2424;
	border-left:5px solid #fe2424;}
.prosy01_bt_l a,.prosy01_bt_l a:hover{
		color:#ff0000;
}
.prosy01_bt_r{
	float:right;
	color:#333333;
	font-size:14px;}
.prosy01_bt_r a{
	color:#333;
	margin:0 5px;}
.prosy01_bt_r a:hover{
	color:#fe2424;}

.prosy01_nr ul li{
	width:185px;
	float:left;
	margin-right:18px;}
.prosy01_nr ul li:last-child{
margin-right:0px;
}
.prosy01_nr ul li .pro01_pic{
	width:185px;
	height:139px;}
.prosy01_nr ul li .pro01_pic a{
	display:block;
		width:185px;
	height:139px;
	overflow:hidden;
}
.prosy01_nr ul li .pro01_pic a img{
			width:185px;
	height:139px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.prosy01_nr ul li .pro01_pic a:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.pro01_name{

	font-size:14px;
	text-align:center;
	line-height:40px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;}

/*****************/
.prosy02_w{
	padding:50px 0;}
.prosy02_nr ul li{
	float:left;
	width:288px;
	margin-right:16px;
}
.prosy02_nr ul li:nth-child(4n){
	margin-right:0px;}
.prosy02_nr ul li .pro02_pic{
	width:288px;
	height:216px;
}
.prosy02_nr ul li .pro02_pic a{
	display:block;
	overflow:hidden;
	width:288px;
	height:216px;
}
.prosy02_nr ul li .pro02_pic a img{
		width:288px;
	height:216px;	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.prosy02_nr ul li .pro02_pic a:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.prosy02_nr ul li:last-child{
margin-right:0px;
}
.prosy02_nr{
	margin-top:40px;}
/***************************/
.kj_w{
	background-color:#e5e5e5;
	padding:45px 0;}
.kj_nl{
	float:left;
	width:490px;
}
.kj_nr{
	float:right;
	border-left:5px solid #333;
	padding-left:35px;
	width:490px;
	margin-top:5px;
	font-style:italic;
}
.kj_nl_a{
	float:left;
}
.kj_nl_b{
	float:left;
	padding-top:3px;
	padding-left:15px;}
.kj_nl_b01{
	font-size:28px;
	font-weight:bold;

}
.kj_nl_b02{
	text-transform:uppercase;
	margin-top:8px;
	font-size:15px;}
.kj_nr01{
	font-size:16px;
}
.kj_nr01 span{
	font-size:26px;
	padding-right:25px;
	font-weight:bold;}
.kj_nr02{
	font-size:16px;}
.kj_n{
	width:1040px;}

.aboutsy_w{
	padding:60px 0;
	margin:60px auto;
	background-color:#f1f1f1;}

.aboutsy_l{
	float:left;
	width:582px;
	height:399px;
	overflow:hidden;
}
.aboutsy_l img{
		width:582px;
	height:399px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;}
.aboutsy_l:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.aboutsy_r{
	float:right;
	width:588px;
}
.aboutsy_r_bt{
	font-size:22px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:25px;
	color:#666666;
}
.aboutsy_r_nr{
	font-size:14px;
	line-height:32px;
	color:#666;
}
.aboutsy_r_more{
	margin-top:30px;
	width:160px;
	line-height:40px;
	border:1px solid #dfdfdf;
	border-radius:20px;
	height:40px;}
.aboutsy_r_more a{
		padding-left:30px;
	font-size:14px;
	display:block;
	float:left;
}
.aboutsy_r_more span{
	display:block;
	float:right;
	width:36px;
	height:36px;
	line-height:32px;
	margin-top:2px;
	margin-right:2px;
	border-radius:50%;
	font-weight:100;
	text-align:center;
	background-color:#ff0000;
	font-size:30px;
	color:#fff;
}
.aboutsy_r_more span i{
	font-style:normal;
	padding-left:5px;
}
.btsy_a01{
	line-height:36px;
	font-weight:bold;
}
.btsy_a01_a{
	color:#ff0000;	font-size:36px;
	padding-right:5px;
}
.btsy_a01_b{
	color:#3d3d3d;	font-size:36px;
	padding-left:5px;
}
.btsy_a01_c{
	background-color:#fff;
	color:#3d3d3d;	font-size:36px;
	font-weight:100;
	padding-left:10px;
	float:left;
	margin-top:2px;
	height:34px;
	margin-left:20px;
	border-left: 1px solid #333333;
}
.btsy_a01_a_left{
	float:left;}
.btsy_a01_d{
	line-height:34px;	font-weight:100;	font-size:18px;
	padding-left:10px;}
.xt_a{
	margin-top:30px;
}
.xt_a_l{
	float:left;
	width:9px;
	height:9px;
	background-color:#ff0000;
}
.xt_a_r{
	float:right;
	width:1191px;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	height:5px;
	margin-top:1px;
}



/****************/
.prosy03_w{
	padding:50px 0;
	background-color:#f3f3f3;
}



.newsy_a_w{
	margin-bottom:20px;}
.newsy_nr{
	margin-top:40px;
}
	
.newsy_nr_l{
	float:left;
	width:444px;
	position:relative;
}
.newsy_nra_l_a{
	background-color:#2a2a2a;
	padding:50px 30px 0;
	color:#fff;
	font-size:26px;
	height:200px;}
.newsy_nra_l_b{
	position:absolute;
	top:110px;
	left:26px;
	z-index:99;
	width:390px;
}
.newsy_nra_l_b img{
	height:220px;
	width:100%;}
.newsy_nra_l_c{
	position:relative;
	border:1px solid #dfdfdf;
	border-top:0;
	padding:95px 25px 30px;
	top:0px;}
.newsy_nra_l_c_bt a{
	line-height:30px;
	font-weight:bold;
	font-size:16px;}
.newsy_nra_l_c_nr{
	font-size:14px;
	margin-top:7px;
	color:#666;
	line-height:26px;
}
.newsy_nra_l_c_more{
	font-size:14px;
	margin-top:15px;}
.newsy_nra_l_c_more a{
	float:right;
	font-size:14px;
}

.newsy_nr_r{
	float:right;
	width:715px;}
.newsy_nr_r ul li{
	float:left;
	width:295px;
	padding:25px 20px;
	border:1px solid #dfdfdf;
	margin-bottom:40px;
	margin-right:41px;}

.newsy_nr_r ul li:nth-child(2n){
	margin-right:0px;
}
.newsya_bt{
	font-size:16px;
	line-height:40px;
	font-weight:bold;}
.newsya_nr{
	font-size:14px;
	line-height:25px;}
.newsy_nra_l_c_more.newsy_nra_l_c_more02{
	font-size:12px;}
.newsy_nra_l_c_more.newsy_nra_l_c_more02 a{
	font-size:12px;}
.link_w{
	border-top:1px solid #dfdfdf;
	line-height:80px;}
.link span{
	font-size:16px;
	font-weight:bold;}
.link a{
	font-size:14px;
	margin:0 5px;
	color:#666;}
.link a:hover{
	color:#1d2088;}




/************/
.foot_w{
	background-color:#f3f3f3;}
.foot{
	padding:50px 0 60px;}

.footaa0001{
	padding:50px 0 0;
	border-bottom:1px solid #dfdfdf;
	line-height:40px;
	padding-bottom:10px;
}
.footaa0001 a{
	display:block;
	width:150px;
	float:left;
	font-size:16px;
	color:#666666;
	text-align:center;}
.footaa0001 a:hover{
	color:#ff0000;}


.foot_a_l{
	float:left;
	width:800px;
}
.foot_a_l_a{
	float:left;
	width:450px;
}
.foot_a_l_a_01{
	background:url(../images/logo_b.png) left top no-repeat;
	height:60px;
	padding-left:90px;

}
.foot_a_l_a_01a{
	font-size:26px;
	color:#666;
	font-weight:bold;
	padding-top:8px;
}
.foot_a_l_a_01b{
	text-transform:uppercase;color:#666;
	padding-top:4px;
	font-size:13px;}
.foot_a_l_a_02{
	margin-top:22px;
	line-height:30px;}
.foot_a_l_b{
	float:right;
	line-height:30px;
	font-size:14px;
	width:330px;}



.foot_a_r{
	float:right;
	background:url(../images/foot_erm.png) top right no-repeat;
	padding-top:80px;
	width:121px;}
.foot_a_aa{
	float:left;
	width:120px;
	text-align:center;
	margin-top:40px;
	font-size:14px;
	color:#666;
	line-height:40px;}
.foot_a_ab{

		color:#666;
		font-size:14px;}






/***************内页关于我们**********/
.mar {
    margin: 0 auto;
    width: 100%;
}

.ny_w {
    background-color: #f4f2f3;
    padding: 50px 0;
}

.clear {
    clear: both;
    overflow: hidden;
}

.marn {
    margin: 0 auto;
    width: 1200px;
}

/***********/
.pro_syleft{
  float: left;
  width: 230px;
}
.pro_syright{
  float: right;
  width: 890px;
}
/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.prosy_bt_01a {
    font-size: 37px;
    color:#D60000;
    font-weight: bold;
    line-height: 36px;
}

.prosy_bt_01b {
    font-size: 22px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.prosy_bt_bj{
  height: 80px;
  padding-left: 65px;
  background: url(../images/web_05.png) 15px center no-repeat;
}
.prosy_bt01{
  font-size: 26px;
  color: #fff;
  padding-top:18px;
  letter-spacing:2px;
}
.prosy_bt02{
  font-size: 12px;
text-transform:uppercase;
color: #fff;
padding-top: 2px;
}
.prosy_nr{
  background-color:#fff;
  padding: 15px;
}
.prosy_nr ul li a{
  display: block;
  line-height:50px;
  border-bottom: 1px solid #ececec;
  font-size:16px;
  color: #666;
  padding-left: 35px;
  background: url(../images/web_12.jpg)  10px center no-repeat;
}
.prosy_nr ul li a.pro_on{
  color: #d60000;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_nr ul li a:hover{
  color: #003ebb;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_db{
  height:220px;
}
.pro_tel01{
  margin:0px auto 0;
  text-align: center;
  padding: 25px 0 0;
}
.pro_tel02{
  font-size:18px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
  font-family: Arial;
}
.pro_tel03{
  padding-top:0px;
  font-size: 18px;
   color: #ffffff; text-align: center;
    line-height: 40px;
}
.pro_tel04{
  margin:5px 20px 30px;
  height:30px;
  background-color: #fff3dc;
  text-align: center;
  line-height: 30px;
  font-weight:bold;
}
.pro_tel04 a{
  color: #333;
  font-size: 14px;
}
.pro_tel04 a:hover{
  color: #003968;
}
/***************关键词*********/
.key_w{
    margin: 0 auto;
    width: 100%;
    clear: both;
    overflow: hidden;
    line-height: 24px;
	line-height:60px;
	border-bottom:1px solid #f1f1f1;
}
.key_a{
	margin:0 auto;
	width:1200px;	font-size:14px;
}
.key_a span{
	font-weight: normal;
	margin-left:5px;
	font-size:16px;
	color:#000;
}
.key_a a{
	color:#777;
	margin:0 5px;}
.key_a a:hover{
	color:#ff0000;
}
/***************/

.ny_wz a{
  color: #666;
  margin:0 6px;
}
.ny_wz a:hover{
  color: #003ebb;
}
.ny_about{
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w{
  padding: 25px;  background-color: #fff;
  width:880px;
}
.ny_bt{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom:15px;
}
.newshow_bt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time{
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top:1px dashed #dfdfdf;
  border-bottom:1px dashed #dfdfdf;
}
.ny_right_nr{
  margin-top:10px;
}
.news_list{
  clear: both;
  overflow: hidden;
}
.news_list li{
    padding:10px 20px;
    clear: both;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #f9f9f9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt{
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list li .news_list_jj{
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time{
  background-color: #ccc;
  width: 70px;
  text-align: center;
  margin:6px 0;
  float: left;
  height:70px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 70px;
  word-break:break-all;
  
}

/*********************************************/
/***************厂房环境******************/

.cf_list ul{
  clear: both;
  overflow: hidden;
}
.cf_list ul li{
  float: left;
  width: 268px;
  margin:0 12px 30px;
}
.cf_list ul li .cf_pic a{
  display: block;
  width: 268px;
  height: 201px;
  overflow: hidden;
}
.cf_list ul li .cf_pic a img{
  width: 268px;
  height: 201px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.cf_list ul li .cf_pic a:hover img{
      transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);

}
.cf_list ul li .cf_name{
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.cf_list ul li .cf_name a{
  color: #666;
}
.cf_list ul li .cf_name a:hover{
  color: #003ebb;
}

/************产品*****************/
.prosy_nra{
  clear: both;
  overflow: hidden;
}
.prosy_nra ul{
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.prosy_nra ul li{
  background-color: #f9f9f9;
  padding: 15px 11px;
  margin-bottom: 25px;
  text-align: center;
}
.prosy_nra ul li .pro_pic{
  margin-bottom: 10px;
}
.prosy_nra ul li .pro_pic a{
  display: block;
  width: 260px;
  height: 195px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img{
  width: 260px;
  height: 195px;
      transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
}
.prosy_nra ul li .pro_pic a:hover img{
  transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.prosy_nra ul li .pro_name{
  border-top: 1px solid #f4f2f3;
  line-height: 30px;
  font-size: 16px;
}
.prosy_nra ul li .pro_name a{
   color: #666;
}
.prosy_nra ul li .more_aa{
  margin:7px auto;
  width: 200px;
  font-size: 14px;

  height: 34px;
  line-height: 34px;
}
.prosy_nra ul li .more_aa a{
  display: block;
  width: 100%;
    color: #fff;  background-color: #cdcdcd;
}
.prosy_nra ul li .more_aa a:hover{
  background-color: #003399;
}

/*******关键词*********/
.gjzms{
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}
.gjzms span{
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
.yansejb {
    background: -webkit-linear-gradient(left, #444444 , #999999);
    background: -o-linear-gradient(right, #444444 , #999999);
    background: -moz-linear-gradient(right, #444444 , #999999);
    background: linear-gradient(to right,#444444, #999999);
}
/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #003399;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #003399;
	color: #fff;
}
/****************/
.prosy_nr ul li .prolm_b .prolm_b_a a{
	    display: block;
    line-height:26px;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    color: #888;
    padding-left:25px;
    background:none;
	
}
.prosy_nr ul li .prolm_a a{
	    font-size: 14px;
}
.prosy_nr ul li .prolm_b .prolm_b_a a:hover{
	color:#ff0000;}

/*****************/
.map #container{width:100%;height:605px; margin-top:30px; clear:both; overflow:hidden;}

/*********产品左侧列表**/
.pro_l_nr_n{
	background-color:#fff;
	padding-bottom:1px;}
.pro_l_nr_aa_n{
	margin-bottom:7px;
	background-color:#fff;
}
.pro_l_nr_01_n{
	background:url(../images/pro_lm01.jpg) 20px center no-repeat #e6e6e6;
	height:42px;
	line-height:42px;
	padding-left:44px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.pro_l_tel_n{
	width:210px;
    background: url(../images/pro_lm03.jpg) center 30px no-repeat #e9e9e9;
    height: 200px;
    margin:15px 10px 15px;
	padding-bottom:15px;
 }

.pro_l_tel02_n {
    text-align: center;
    padding-top: 15px;
    color: #333;
    font-weight: bold;
    font-size: 24px;
}
/*********/
/***********/
.pro_syleft{
  float: left;
  width: 230px;
}
.pro_syright{
  float: right;
  width:890px;
}
/***产品左侧*****/
.pro_l_bt {
    background-color: #D60000;
    height:60px;
    line-height:60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	color:#fff;
}
.pro_l_nr_02 {
    background: url(../images/jt.svg)  7px center no-repeat;
    line-height:26px;
    padding-left: 25px;
    border-bottom: 1px solid #efefef;
    margin: 0 15px;
	background-size:10px;
}
.pro_l_tel01 {
    text-align: center;
    padding-top: 85px;
    color: #333;
    font-size: 14px;
}
.weizhi_a{
    color: #ffff00;
    margin:20px 0 0 0px;
	height:30px;
	line-height:30px;
	font-size:14px;
	width:100%;
}
.book_add li{
	margin:10px 0;}
.book_add input,.book_add textarea{
	border:1px solid #dfdfdf;
	padding:8px 10px;}
.book_add li span{
	line-height:34px;}
input.tj_a{
	background-color:#D60000;
	color:#fff;
	font-size:18px;
	width:120px;
	margin-top:15px;
	border:0;
	line-height:30px;
	text-align:center;}
div#showmsg,div#showmsga{
	color:#ff0000;}
.news_preaa{
	margin-top:30px;}
.bb{
	display:none;}
.bb_on{
	display:block;}
/***************************************/
.w720 {
    width: 720px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mc {
    margin: 0 auto;
}
.col100 {
    width: 100%;
}
.h110 {
    height: 134px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.rel {
    position: relative !important;
}
.sanli-prev{
	background-color:#ff0000;position:absolute;left:0;top:33px;width:26px;height:67px;cursor:pointer;z-index:99999}
.sanli-prev a{display:block;width:26px;height:67px;background:url(../images/z1.png) left bottom no-repeat}
.pr45 {
    padding-right: 45px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.sanli-next {
    position: absolute;
    right: 0;
    top: 33px;
    width: 26px;
    height: 67px;background-color:#ff0000;
    cursor: pointer;
    z-index: 99999;
}
.sanli-next a {
    display: block;
    width: 26px;
    height: 67px;
    background: url(../images/z2.png) right bottom no-repeat;
}
.h110 {
    height: 134px !important;
}
.w630 {
    width: 630px !important;
}
.zire {
}
.hide {
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.zire{}
.zire li{display:inline;float:left;width:210px}
.zire li div{text-align:center;width:178px;height:134px;}
.zire li img{width:178px;height:134px;background:#efefef;border:1px #efefef solid;cursor:pointer}

/*****************/
.proshow_bj{
	clear:both;
	overflow:hidden;
	margin:50px auto;
	width:660px;
	padding:20px 30px;
	background-color:#f3f3f3;
}
.proshow_a01_l{
	float:left;
	font-weight:bold;
	width:70px;}
.proshow_a01_r{
	float:right;
	font-size:14px;
	width:590px;}
/*************/
.ganbg{background:#f3f3f3;padding:20px}
.ganitem{}
.ganitem div.dd1{float:left;text-align:right;line-height:2;width:80px;font-size:14px;font-weight:bold;}
.ganitem div.dd2{float:left;text-align:justify;line-height:2;width:600px;font-size:14px;}

.gtba{height:51px;background:url(../images/z4.png) left top repeat-x;border-left:1px #dddddd solid;border-right:1px #dddddd solid;}
.gtba span{font-size:16px;font-weight:bold;color:#262626;cursor:pointer;padding:0 30px;height:51px;line-height:51px;vertical-align:middle;border-right:1px #dddddd solid; display:block; float:left;}
.gtba span.cur{color:#e70012;background:url(../images/z5.png) left top repeat-x;padding:0 50px}
.gtba em{font-size:14px;font-weight:bold;color:#dd1518;height:51px;line-height:51px;vertical-align:middle; padding-left:20px; font-style:normal;}

.gdom{border-left:1px #dddddd solid;border-right:1px #dddddd solid;border-bottom:1px #dddddd solid;padding:20px;}
.foot_w{
	margin-top:50px;}
.pross01 img{
	width:720px;
	height:540px;}
.book_add li span{
	text-align:right;
	font-size:14px;}
	
	
/*************/
.con_b_w{
	position:relative;
	z-index:11;
}
.con_b_w01{
	margin: 40px auto;

}
.con_b_w01 .lkcon_b_bt01 span{
	padding-left: 0;
	padding-right: 8px;
}
.con_b{

	margin:0 auto 60px;
	width:1200px;

}
.con_b_a_l{
	float:left;
	width:709px;
	overflow:hidden;
	height:392px;}
.con_b_a_l img{
	width:100%;
	height:100%;	
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_a_l:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);	
}
.con_b_a_r{
	float:right;}
.con_b_a_r_01{
	text-align:right;
	font-size:40px;
	font-weight:bold;
	line-height:40px;
	color:#fff;}
.con_b_a_r_02{
	margin-top:35px;
	background-color:#fff;
	width:400px;
	line-height:50px;
	text-align:center;
	height:50px;
	font-size:32px;
	color:#295ea8;
}
.con_b_a_r_02 span{
	font-weight:bold;

	padding:0px 5px;}
.con_b_a_r_03{
	text-align:right;
	font-size:18px;
	color:#fff;
	margin-top:15px;}
.con_b_a_r_04{
	margin-top:50px;
	text-align:right;
	font-size:30px;color:#295ea8;
}
.con_b_a_r_04 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-left:10px;}
.con_b_a_r_05{
	font-size:30px;
	text-align:right;
	margin-top:15px;
	line-height:40px;
	color: #e67817;
	font-weight:bold;}
.con_b_a_r_06{
	height:3px;
	width:80px;
	margin-top:15px;
	float:right;
	background-color:#295ea8;}
.con_b_a_r_07{
	text-align:right;
	padding-bottom:30px;
	font-size:16px;
	padding-right:30px;
	background:url(../images/hx_01_a.jpg) right 22px no-repeat;
	line-height:47px;
	padding-top:10px;}
	
	

.con_b_b_l_01{
	margin-top:80px;
	text-align:left;
	font-size:30px;color:#295ea8;
}
.con_b_b_l_01 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-right:10px;}
.con_b_b_l_02{
	font-size:30px;
	text-align:left;
	margin-top:15px;
	color: #e67817;
	line-height:40px;
	font-weight:bold;}
.con_b_b_l_03{
	height:3px;
	width:80px;
	margin-top:15px;
	background-color:#295ea8;}
.con_b_b_l_04{
	text-align:left;
	padding-bottom:30px;
	font-size:16px;
	padding-left:30px;
	background:url(../images/hx_01_a.jpg) left 25px no-repeat;
	line-height:47px;
	padding-top:10px;}
	
	
	
	
	
	
	/*******con_b_b***********/
.con_b_b{
	margin-top:50px;}
.con_b_b_r{
	float:right;
	width:657px;
	height:422px;
	overflow:hidden;
}
.con_b_b_r img{
	width:100%;
	height:100%;
		transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_b_r:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);	
}
.con_b_b_l{
	float:left;	
}

.con_b_b_l_01{
	margin-top:80px;
	text-align:left;
	font-size:30px;color:#295ea8;
}
.con_b_b_l_01 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-right:10px;}
.con_b_b_l_02{
	font-size:30px;
	text-align:left;
	margin-top:15px;
	color: #e67817;
	line-height:40px;
	font-weight:bold;}
.con_b_b_l_03{
	height:3px;
	width:80px;
	margin-top:15px;
	background-color:#295ea8;}
.con_b_b_l_04{
	text-align:left;
	padding-bottom:30px;
	font-size:16px;
	padding-left:30px;
	background:url(../images/hx_01_a.jpg) left 25px no-repeat;
	line-height:47px;
	padding-top:10px;}
/***************con_b_c_l************/
.con_b_c{
	margin-top:50px;}
.con_b_c_l{
	float:left;
	width:657px;
	height:422px;
	overflow:hidden;
}
.con_b_c_l img{
		width:100%;
	height:100%;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.con_b_c_l:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.con_b_c_r{
	float:right;}

.con_b_c_r_01{
	margin-top:80px;
	text-align:right;
	font-size:30px;color:#295ea8;
}
.con_b_c_r_01 span{
	font-size:50px;
	font-weight:bold;
	letter-spacing:-4px;
	padding-left:10px;}
.con_b_c_r_02{
	font-size:30px;
	text-align:right;
	margin-top:15px;
	color: #e67817;
	line-height:40px;
	font-weight:bold;}
.con_b_c_r_03{
	height:3px;
	width:80px;
	float:right;
	padding-left:10px;
	margin-top:15px;
	background-color:#295ea8;}
.con_b_c_r_04{
	text-align:right;
	padding-bottom:30px;
	font-size:16px;
	padding-right:30px;
	background:url(../images/hx_01_a.jpg) right 22px no-repeat;
	line-height:47px;
	padding-top:10px;}
/********************************/

/*************/
.lkcon_b_bt01 span {
    padding-left: 10px;
    color: #0869b2;
}
.lkcon_b_bt01 {
    font-size: 40px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;

}
.lkcon_b_bt02 {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    text-align: center;
}

.con_b_w{
	position:relative;
	z-index:11;
}
.con_b_w01{
	margin: 40px auto;

}
 .con_b_w01 .lkcon_b_bt01 span{
	padding-left: 0;
	padding-right: 8px;
}
.pro_l_nr_aa_nbj{
	background-color:#f1f1f1;
}

.pro_l_nr_aa_nbj .pro_l_nr_02{
line-height:30px;	
}