/*nav*/
.top{
	width:100%;
	height:30px;
	background:#f5f5f5;
}
.top p{
	line-height:30px;
	font-size: 14px
}
#menu {
	position: static;
	top: 0px;
	background: #fff;
	/*box-shadow: #999 0px 1px 5px;*/
	z-index: 9999;
	clear: both;
}

.nav_logo {
	height: 103px;
	margin-left: 16px;
	position: relative;
}

.nav_logo .logo {
	width: 10%;
	margin-top: 34px;
}

.nav_box {
	width: 79%;
	overflow: hidden;
	margin-top: 56px;
}

.nav_box ul li {
	margin: 0 8px;
	text-align: center;
	width: 10%;
	float: left;
	display: block;
}

.nav_box ul li a {
	font-size: 15px;
	color: #737373;
	display: block;
	float: left;
}

.nav_box ul li a p {
	font-size: 15px;
	color: #000;
	display: block;
	float: left;
}

.nav_box ul li a span {
	font-size: 15px;
	color: #c2c2c2;
	display: block;
	text-transform: Uppercase;
	text-align: center;
}

.nav li a {
	display: block;
}

.nav li a p {
	display: block;
	float: left;
	margin-right: 10px;
}

.fr-fa {
	position: absolute;
    width: 20%;
    right: 0px;
	top: 0;
	z-index: 222;
}

.fa-search {
	border-left: 1px solid #ededed;
	width: 87px;
	height: 103px;
	border-right: 1px solid #ededed;
	background: url("../img/so.png") no-repeat center center;
}

.fa-search {}

.nav_box .nav_on p {
	color: #009944 !important;
}

.nav_box .nav_on span {
	color: #f49b66 !important;
}

.nav_box ul li a:hover p {
	text-decoration: none !important;
	color: #f49b66;
}

.nav_box ul li a:hover span {
	text-decoration: none !important;
	color: #f49b66;
}

.navbar-form {
	position: absolute;
	right: 5px;
	top: 113px;
	z-index: 222;
}


/*手机导航*/

.navbar-nav>li>a:hover {
	background: #555 !important;
	color: #fff !important;
}

.yd_logo {
	width: 140px;
}

.fixed {
	/*position: fixed;
	top: 0;
	width: 100%;
	border-radius: 0;
	box-shadow: 1px 1px 1px #eee;
	background: #fff;
	z-index: 9999;
	opacity: 0.95;*/
}


/*banner*/

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}

.swiper-slide a img {
	width: 100%;
	height: auto;
}


/*品质保证*/

.index_pz {
	margin-top: 30px;
	width: 100%;
	height: 637px;
	/*background: url(../img/pz_bj.png) no-repeat center;*/
}

.index_bt {
	text-align: center;
	padding-top: 70px;
}

.pz_cont {
	width: 300px;
}

.pz_txt {
	cursor: pointer;
	height: 220px;
	background: #296fb7;
	transition: .6s .1s;
}

.pz_txt2 {
	cursor: pointer;
	height: 220px;
	background: #f7f7f7;
	transition: .6s .1s;
}

.pz_txt2 h3 {
	color: #777474;
	text-align: center;
	padding-top: 20px;
}

.pz_txt2 .pz_line2 {
	width: 140px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	border-bottom: 2px solid #296fb7;
}

.pz_txt2 .pz_js2 {
	padding: 20px;
	color: #777474;
	font-size: 15px;
	line-height: 30px;
}

.pz_txt:hover h3 {
	transform: translateX(5px);
	transition: .6s;
}

.pz_txt2:hover h3 {
	transform: translateX(5px);
	transition: .6s;
}

.pz_txt h3 {
	color: #FFFEFE;
	text-align: center;
	padding-top: 20px;
}

.pz_txt .pz_line {
	width: 140px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	border-bottom: 2px solid #FFFEFE;
}

.pz_js {
	padding: 20px;
	color: #FFFEFE;
	font-size: 15px;
	line-height: 30px;
}

.pz_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.pz_img img {
	max-width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pz_img:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/*index_about*/

.index_about {
	width: 100%;
	height: 667px;
	background:#f5f5f5;
}

.about_fl_box {
	width: 556px;
	height: 557px;
	margin-top: 40px !important;
}

.about_fl_box h4 {
	color: #296fb7;
	font-size: 40px;
	font-weight: bold;
}

.about_fl_box p {
	font-size: 24px;
	margin-top: 20px;
	color: #222222;
}

.a_cont {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 25px;
	display: block;
	margin-top: 20px;
}

.about_nav li {
	margin-top: 20px;
	width: 110px;
	height: 40px;
	float: left;
	margin-left: 20px;
	background: #08459c;
}

.about_nav li a {
	display: block;
	color: #FFFEFE;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
}

.about_nav li:hover {
	background: #009944;
}

.about_fr_box {
	display: block;
	width: ;
}

.about_fr_box {
	margin-top: 55px;
}

.about_img {
	width: 622px;
	height: 375px;
	display: block;
	overflow: hidden;
}

.about_img:hover img {
	transform: scale(1.14, 1.14);
	-ms-transform: scale(1.14, 1.14);
	-webkit-transform: scale(1.14, 1.14);
	opacity: 1;
}

.about_img img {
	max-width: 100%;
	min-height: 100%;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
}


/*新闻中心*/

.index_new {
	margin-top: 30px;
	overflow: hidden;
}

.new_box {
	margin-top: 30px;
}

.new_box li {
	width: 30%;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

.new_li {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e1e1e1;
}

.new_box li:hover {
	border-bottom: 2px solid #009944;
}

.new_time {
	display: block;
	margin-top: 30px;
}

.new_time i {
	margin-top: 20px;
	font-size: 32px;
	color: #333333;
}

.new_time span {
	color: #666666;
	font-size: 16px;
}

.new_box li .new_img {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}

.new_tile {
	padding-top: 20px;
	font-size: 16px;
	color: #6c6868;
}

.new_ct {
	    margin-top: 15px;
    color: #777777 !important;
    font-size: 13px !important;
    height: 39px;
    overflow: hidden;
    line-height: 19px;

}

.new_img img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.new_img:hover img {
	transform: scale(1.1, 1.1);
}

.new_box li h3 {
	display: block;
	height: 26px;
	line-height: 30px;
	color: #464545;
	font-size: 16px;
	margin-top: 10px;
}

.new_more {
	margin-top: 30px;
	font-size: 14px;
	color: #a09a9a;
	display: block;
	height: 35px;
	border: 1px solid #a09a9a;
	width: 240px;
	line-height: 35px;
	text-align: center;
	margin-top: 10px;
	margin: 30px auto;
}

.title {

	    text-align: center;
    padding-top: 35px;
}

.title2 h3 {
	color: #08459c;
    font-size: 35px;
}

.title2 p {
	margin-top: 10px;
	color: #928989;
	font-size: 14px;
}
/*合作伙伴*/

.partner {
	margin-top: 50px;
}

.partner {
	padding: 0 0 50px;
}

.clearfix {
	zoom: 1;
}

.partner li {
	float: left;
	width: 239px;
	height: 140px;
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	cursor: pointer;
}

.partner li img {
	width: 237px;
	height: 138px;
	position: absolute;
	z-index: 2;
	left: 0px;
	transform: rotateY(0deg);
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
}

.partner li span {
	font-size: 16px;
	background: #009944;
	position: absolute;
	width: 237px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	transform: rotateY(-180deg);
	transition: all 0.5s ease 0s;
	backface-visibility: hidden;
	color: #fff;
	padding: 0 5px;
}

.partner li:hover img {
	transform: rotateY(180deg);
}

.partner li:hover span {
	transform: rotateY(0deg);
}


/*foot*/

footer {
	background: #08459c;
}

.footer {
	padding: 30px 0;
}

.foot-nav ul li:first-child {
	border-left: 1px solid #4875b6;
}

.foot-nav ul li {
	float: left;
	width: 180px;
	text-align: center;
	border-right: 1px solid #4875b6;
	box-sizing: border-box;
}

.foot-nav ul li p:first-child {
	font-size: 16px;
	color: #fff;
}

.foot-nav ul li p {
	line-height: 40px;
}

.foot-nav ul li a {
	font-size: 14px;
	color: #eee;
}

.foot-nav ul li hr {
	width: 15px;
}

#weixin3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	height: 29px !important;
	background: url(../img/icon-weixin.png) no-repeat !important;
}

#qzone3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	height: 29px !important;
	background: url(../img/icon-qq3.png) no-repeat !important;
}

#tsina3 {
	cursor: pointer;
	float: left;
	margin: 0 3px;
	height: 29px !important;
	background: url(../img/icon-xinlang.png) no-repeat !important;
}

.foot-tel {
	width: 240px;
	padding: 0 30px;
	box-sizing: border-box;
}

.foot-tel .text p:first-child {
	font-size: 14px;
	color: #fff;
}

.foot-tel .text p:nth-child(2) {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
}

.foot-tel .text p:nth-child(3) {
	margin-top: 30px;
	background: #009944;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 150px;
}

.foot-tel .text p img {
	margin-right: 10px;
	vertical-align: middle;
}

.foot-tel .text p span {
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

.foot-tel .bdsharebuttonbox {
	padding-top: 30px;
}

.foot-tel .bdsharebuttonbox span {
	float: left;
	color: #fff;
}

.foot-code {
	margin-top: -30px;
	padding: 30px 0;
	width: 240px;
	text-align: center;
}

.foot-code p {
	margin-bottom: 30px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}

.copyright {
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #4875b6;
}

.copyright p {
	font-size: 14px;
	color: #fff;
}

.copyright a {
	font-size: 14px;
	color: #fff;
}


/*产品中心*/

.index_pro {
	overflow: hidden;
}

.more {
	width: 145px;
	height: 40px;
	background: #444444;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	margin: 25px auto;
	overflow: hidden;
}
.more:hover{
	background: #009944;
}

.more a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.pz_box{
	margin-top: 20px;
}



/*pro*/

.s_pro_list {
	overflow: hidden;
	width: 1200px;
	margin: 25px auto;
}

.s_pro_list ul {
	position: relative;
	text-align: center;
}

.s_pro_list ul li {
	height: 40px;
	line-height: 40px;
	background: #08459c;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

.s_pro_list ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	padding: 0px 35px;
}

.s_pro_list ul li a:hover {
	background: #009944;
	color: #fff;
	padding: 0px 35px;
}

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 42px;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 10px;
	display: block;
	width: 30px;
	height: 94px;
}

.slideGroup .sNext {
	left: auto;
	right: 5px;
	top: 78px;
	background: url(../img/prev2.png) center center no-repeat;
}

.slideGroup .sPrev {
	top: 78px;
	left: 54px;
	z-index: 999;
	background: url(../img/next2.png) center center no-repeat;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
	border-color: #f60;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 280px;
	height: 218px;
	display: block;
	padding: 2px;
}

.slideGroup .parBd ul li .pic a:hover img {
	border-color: #999;
}

.slideGroup .parBd ul li .title {
	line-height: 24px;
}


/*n-banner*/

.n-banner {
	width: 100%;
	height: auto;
}

/*内页二级导航*/
.onside_nav{position: relative;top:-30px;height: 60px;line-height: 60px;background:#fff;-moz-box-shadow:2px 2px 5px #918e8e;-webkit-box-shadow:2px 2px 5px #918e8e; box-shadow:2px 2px 5px #918e8e;}
.onside_nav ul{padding: 0 30px;}
.onside_nav ul li{float:left;}
.onside_nav ul li:first-child{margin-right: 50px;font-size: 20px;font-weight: bold;color:#000000;}
.onside_nav ul li a:before{content:"";display:inline-block;width:0;height:0;border:5px solid transparent;border-top-style:#000;}
.onside_nav ul li p{float: left;padding-right: 20px;position: relative;}
.onside_nav ul li p:after{content: '';display:inline-block; position: absolute;background-color: #009944;width: 15px;height: 30px;top: 15px;right:-12px;transform: skewx(-25deg);}
.onside_nav ul li a{font-size: 16px;padding: 0 10px;color: #000;}
.onside_nav ul li a.current,.onside_nav ul li.sidenavcur,.onside_nav ul li a:hover{font-size: 16px;color: #009944;font-weight:bold;}
.list_desc p{line-height: 35px;font-size: 16px;color: #000;margin: 25px 0;padding: 0px 20px;}   
.on_nav{
	color: #009944 !important;
	font-weight: bold;
	font-size: 16px;
}




/*新闻列表页*/

.inabout {
	overflow: hidden;
	padding: 10px;
}

.nyfwDl01 {
	overflow: hidden;
	width: 1160px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eaeaea;
}

.nyfwDl01 dt {
	width: 330px;
	height: 215px;
	float: left;
	margin-top: 25px;
    margin-left: 20px;
}

.nyfwDl01 dd {
	width: 800px;
	float: right;
	padding-top: 20px;
}

.nyfwDl01 dd h6 {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nyfwDl01 dd h6 a {
	color: #333333;
}

.nyfwDl01 dd i {
	display: block;
	margin: 15px 0;
	width: 40px;
	height: 1px;
	background-color: #ff0d00;
}

.nyfwDl01 dd p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.nyfwDl01 dd a.nyfw_a {
	font-family: Arial;
	display: block;
	width: 138px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-size: 12px;
	color: #555;
	margin-top: 25px;
	border: 1px solid #ececec;
	text-decoration: none;
}

.nyfwDl01:hover a.nyfw_a {
	background-color: #009944;
	color: #fff;
}

.nyfwDl01:hover {
	box-shadow: 0 0 10px #ccc
}

.nyfwDl01.last {
	border-bottom: none;
	padding-bottom: 0px;
}

/*产品详情页*/

.other_nav {
	width: 100%;
	overflow: hidden;
}

.o_nav {
	height: 97px;
	background: #f3f3f3;
	border-bottom: 1px solid #c9c9c9;
}

.o_nav ul li {
	width: 13%;
	float: left;
	line-height: 97px;
	border-right: 1px solid #fbfbfb;
}

.o_nav ul li a {
	display: block;
	font-size: 18px;
	color: #363636;
	text-align: center;
}

.o_nav ul li:hover {
	background: #e67817;
}

.o_nav ul li:hover a {
	color: #fff;
}

.o_nav_on {
	background: #e67817 !important;
}

.o_nav_on a {
	color: #fff !important;
}

.o_cont {
	width: 100%;
	background: #fff;
	height: auto;
}

.o_title {
	margin-top: 20px;
}

.o_t1 {
	font-size: 18px;
	color: #b1aeae;
	text-transform: uppercase;
}

.o_line {
	margin-top: 10px;
	width: 120px;
	border-top: 1px solid #e67817;
}

.o_t2 {
	font-size: 30px;
	margin-top: 10px;
}

.o_t3 {
	color: #b1aeae;
	font-size: 14px;
	margin-top: 10px;
}

.o_img_txt {
	margin-top: 20px;
}

.o_txt_box {
	width: 30%;
	float: left;
	margin-left: 10px;
}

.o_img_img {
	width: ;
	display: block;
	overflow: hidden;
}

.o_img_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.o_img_img:hover img {
	transform: scale(1.1);
}

.o_txt {
	background: #f4f4f4;
	height: 248px;
	text-align: center;
}

.txt_js {
	padding-top: 20px;
	display: block;
	font-size: 30px;
	color: #e67817;
}

.txt_yw {
	font-size: 14px;
	color: #090909;
	margin-top: 20px;
	text-transform: uppercase;
}

.txt_line {
	font-size: 20px;
	width: 120px;
	border: 1px solid #302929;
	margin: 0 auto;
	margin-top: 20px;
}


/*o_ys*/

.o_ys {
	width: 100%;
	background: #f5f5f5;
	height: 355px;
	margin-top: 40px;
}

.ys_box {
	margin-top: 72px;
}

.ys_box li {
	width: 20%;
	background: url(../img/ys_l.jpg) no-repeat right;
	float: left;
	text-align: center;
}

.ys_box li p {
	margin-top: 10px;
	font-size: 14px;
}

.ys_box li span {
	margin-top: 10px;
	font-size: 12px;
}


/*o_pro*/

.o_pro {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 33px;
}

.o_pro_img li {
	margin-left: 10px;
	float: left;
	position: relative !important;
	transition: all 0.3s;
	cursor: pointer;
	margin-bottom: 10px;
	width: 260px;
	margin-top: 20px;
}

.o_pro_img ul li .pro_tp {
	width: 260px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.5s;
	display: block;
	overflow: hidden;
	height: 211px;
}

.o_pro_img ul li .pro_tp img {
	margin: 0 auto;
	text-align: center;
	height: 100%;
	transition: all .5s ease;
}

.o_pro_img ul li .pro_tp:hover img {
	transform: scale(1.1, 1.1);
}

.o_pro_img ul li .pro_txt {
	display: none;
}

.o_pro_img ul li:hover .pro_txt {
	display: block;
	position: absolute;
	padding: 10px;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 211px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: rgba(0, 153, 68, 0.7);
	box-sizing: border-box;
	transition: all 0.35s;
	z-index: 333;
}

.o_pro_img ul li .pro_txt a {
	font-size: 20px;
	color: #fff !important;
}

.o_pro_img ul li .pro_txt p {
	width: 100%;
	border: 2px solid #fff;
}

/*翻页*/
.fenye {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    clear: both;
    text-align: center;
}
.fenye div{
	display: inline-block;
}
.fenye a,
.fenye span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.fenye .current {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

.fenye a:first-child,
.fenye span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fenye a:last-child,
.fenye span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.other_box {
	margin-bottom: 40px;
	overflow: hidden;
}

.other_hz {
	background: #f5f5f5;
}


/*o_new*/

.o_new {
	margin-top: 60px;
}

.o_new ul li {
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.new_line {
	margin-top: 10px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.o_new_img {
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	display: block;
	margin-right: 20px;
}

.o_new_img img {
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}

.o_new_img:hover img {
	transform: scale(1.1, 1.1);
}

.o_new_txt {
	float: left;
	margin-left: 20px;
	width: 790px;
}

.o_new_txt h4 {
	font-size: 16px;
	margin-top: 20px;
}

.o_new_p1 {
	margin-top: 20px;
	line-height: 30px;
}

.o_new_xq {
	width: 120px;
	height: 40px;
	display: block;
	border: 1px solid #a09a9a;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
}

.o_new ul li:hover {
	background: #f5f5f5;
}


/*case*/

.case {
	margin-top: 30px;
}

.case ul li {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.case ul li {
	float: left;
	width: 300px;
	margin-left: 20px;
}

.case_img {
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;
}

.case_img img {
	width: 100%;
	height: 100%;
	transition: all 1.3s;
}

.case_img:hover img {
	transform: scale(1.1);
}

.case_txt {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	display: block;
}


/*关于我们*/

.o_about .o_top {
	width: 100%;
	padding: 20px 0 100px 0;
	float: left;
	position: relative;
}

.o_bk {
	width: 57%;
	border: 4px solid #009944;
	padding: 40px 180px 40px 40px;
	position: relative;
}

.o_bk h4 {
	font-family: "humanst521ltbtlight";
	font-size: 30px;
}

.o_bk h4 b {
	font-family: "Humanist777";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 32px;
	color: #f25a4d;
}

.o_about .o_top .o_bk:after {
	position: absolute;
	width: 70%;
	height: 40%;
	border-top: 1px solid #009944;
	border-right: 1px solid #009944;
	content: "";
	right: -30%;
	top: 40px;
}

.o_about_tp {
	position: absolute;
	right: 0;
	top: 30%;
	max-width: 60%;
}

.o_hj {
	margin-top: 20px;
}

.o_hj li {
	width: 30%;
	float: left;
	display: block;
	margin-bottom: 20px;
}

.o_hj li .hj_img {
	width: 320px;
	height: 250px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.o_hj li .hj_img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.o_hj li .hj_img:hover img {
	transform: scale(1.4);
}


/*产品详情页*/

.pro_t {
	height: 70px;
	line-height: 70px;
}

.pro_t h2 {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
}

.right-box {
	margin-top: 30px;
}

.art-t {
	margin-bottom: 22px;
	height: 36px;
	line-height: 30px;
	border-bottom: 2px solid #f49b66;
	font-size: 20px;
	color: #454545;
}

.list2 li {
	width: 100%;
	margin-bottom: 17px;
	float: left;
}

.list2 li a.b {
	font-size: 17px;
	color: #454545;
}

.list2 li img {
	margin-right: 25px;
	_display: inline;
}

.list2 li span {
	font-size: 13px;
	color: #949494;
}

.list2 li {}

#share {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

#share a {
	width: 29px;
	height: 29px;
	padding: 0;
	margin: 0 0 0 5px;
}

#share a.bds_weixin {
	background: url("../img/share.png") no-repeat left top;
}

#share a.bds_tqq {
	background: url("../img/share.png") no-repeat -34px top;
}

#share a.bds_tsina {
	background: url("../img/share.png") no-repeat right top;
}

#share span {
	height: 29px;
	line-height: 29px;
}

.news_des_titl {
	font-size: 25px;
	color: #000;
	text-align: center;
	border-bottom: 1px dashed #919191;
	padding: 30px 0px;
	margin-top: 20px;
}

.news_top_ul {
	font-size: 16px;
	margin-top: 20px;
	color: #747474;
	padding: 0px 10px;
	text-align: center;
}

.news_content {
	font-size: 16px;
	color: #747474;
	line-height: 25px;
	padding-top: 15px;
	margin-bottom: 30px;
}

.fh .tit_1 {
	float: left;
}

.fh a.ret {
	margin-top: 50px;
	color: #fff;
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #009944;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 20px;
}

.fh a.btn {
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #009944;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	padding: 0;
	font-family: "SimSun";
	font-weight: bold;
}

.colf {
	font-size: 16px;
	padding: 0px 15px;
	width: 71%;
	color: #7b7b7b;
}


/*o_nav_sub*/

.o_nav_sub {
	background: #f5f5f5;
	height: 80px;
}

.sub_menu {
	float: left;
}

.sub_menu li {
	height: 50px;
	float: left;
	width: 120px;
	margin: 15px 15px 15px 0;
	border: 3px solid #2165ba;
	border-radius: 2px;
	text-align: center;
	box-shadow: #333 2px 2px 2px;
	box-sizing: border-box;
	line-height: 50px;
}

.sub_menu li a {
	display: block;
}

.sub_menu li a p {
	font-size: 14px;
}

.sub_menu li:hover {
	background: #2165ba;
}

.sub_menu li:hover a {
	color: #fff;
}