﻿@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 分页样式---------*/
.logo_w{
	clear:both;
	overflow:hidden;
	height:155px;
	margin:0 auto;
	width:100%;
}
.logo_n{
	background: url(../images/web_02.jpg) top center no-repeat;
	height:155px;
	margin:0 auto;
	clear:both;
	width:1200px;}
.nav_w{
	margin:0 auto;
	width:100%;
	clear:both;
	overflow:hidden;
	background-color:#264d99;
	height:66px;
	line-height:66px;}
.nav_n{
	margin:0 auto;
	width:1200px;
	clear:both;
	overflow:hidden;}
.nav_n ul{
	clear:both;
	overflow:hidden;}
.nav_n ul li{
	float:left;
	width:150px;
	padding:0;
	margin:0;
	text-align:center;
	font-size:14px;
}
.nav_n ul li a{
	color:#fff;}
.nav_n ul li a:hover{
	color:#fff;}
.nav_n ul li:hover,.nav_n ul li.li_on{
	background:#2970ff;
	height:66px;}
	
/************/
/************/

.banner_w {
	width: 100%;
	height:574px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height:574px;
	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%;
}
/*************************************/
.con_a_w{
	margin:40px auto;
	width:100%;
	clear:both;
	overflow:hidden;}
.con_a{
	margin:0 auto;
	width:1200px;
}
.con_a_bt{
	text-align:center;}
.bt_01{
    font-size: 40px;
    color: #000;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    overflow: hidden;
}
.bt_01 span{
    color: #264d99;
	font-weight:bold;
}
.bt_01 span.a001{
    color: #fff;

}
.bt_02{
	line-height:40px;
	font-size:16px;
	color:#666;
}
.bt_02 i {
    color: #fff;
    padding: 0 15px;
}
.con_a_nr{
	clear:both;
	overflow:hidden;
	margin-top:40px;
}
.con_a_nr ul{
	clear:both;
	overflow:hidden;
}
.con_a_nr ul li{
	float:left;
	width:287px;
	height:401px;
	top:0;
	position:relative;
	margin-right:17px;}
.con_a_nr ul li.last_li{
	margin-right:0;
}
.con_a_nr ul li .pr_01{
	position:absolute;
	top:0;
	left:0;
	width:287px;
	height:401px;
	z-index:1;
}
.con_a_nr ul li .pr_01a{
	position:absolute;
	top:401px;
	left:0;
	background:rgba(0,0,0,0.8);
	width:287px;
	height:401px;
	z-index:99;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.con_a_nr ul li:hover .pr_01a{
	top:0;
}

.con_a_nr ul li .pr_01a .pr_01a_01{
	margin:60px auto 30px;
	width:80px;
	height:80px;
	background-color:#264d99;
	text-align:center;
	line-height:80px;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
}
.con_a_nr ul li .pr_01a .pr_01a_01 img{
	width:44px;
	height:44px;
	margin-top:18px;}
.con_a_nr ul li .pr_01a .pr_01a_02{
	text-align:center;
	color:#fff;
	padding-bottom:25px;
	font-size:30px;}
.con_a_nr ul li .pr_01a .pr_01a_03{
	width:45px;
	margin:0 auto;
	height:3px;
	background-color:#fff;}
.con_a_nr ul li .pr_01a .pr_01a_04{
	font-size:14px;
	color:#dfdfdf;
	line-height:30px;
	margin-top:20px;
	text-align:center;
}
.con_a_nr ul li .pr_01b{
	position:absolute;
	bottom:0;
	left:0;
	width:287px;
	height:120px;
	z-index:90;
	color:#fff;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.con_a_nr ul li:hover .pr_01b{
	bottom:-120px;	
}
.con_a_nr ul li .pr_01b .pro_01b_03{
	position:absolute;
	bottom:0;
	left:0;
	width:287px;
	height:90px;
	background-color:#264d99;
}
.con_a_nr ul li .pr_01b .pro_01b_00{
	position:absolute;
	top:0;
	left:0;
	width:287px;
	height:70px;
	z-index:91;
	color:#fff;
	text-align:center;
}

.con_a_nr ul li .pr_01b .pro_01b_00 .pro_01b_01{
	margin:0px auto;
	width:58px;
	height:58px;
	background-color:#000;
	line-height:40px;
	border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-webkit-border-radius:50%;
}
.con_a_nr ul li .pr_01b .pro_01b_00 .pro_01b_01 img{
	width:28px;
	height:28px;
	margin-top:15px;}
.con_a_nr ul li .pr_01b .pro_01b_00 .pro_01b_02{
	color:#fff;
	font-size:22px;
	margin-top:10px;
}
/**************************************************/
.con_b_w{
	background:url(../images/bj.jpg) top  center no-repeat;
	width:100%;
	margin:50 auto;
	clear:both;
	overflow:hidden;
	min-height:1000px;
}
.con_b{
	margin:0 auto;
	width:1200px;
	padding-top:60px;}
.con_b .con_a_bt .bt_01,.con_b .con_a_bt .bt_02{
	color:#fff;}
.con_b_nr{
	clear:both;
	overflow:hidden;
	margin-top:50px;
}
.pro_l{
	float:left;
	width:260px;
	background-color:#fff;	
}
.pro_l_bt{
	background-color:#fac12c;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:24px;
	font-weight:bold;}
.pro_l_nr_aa{
	margin-bottom:7px;
}
.pro_l_nr_01{
	background:url(../images/pro_lm01.jpg) 20px center no-repeat #efefef;
	height:70px;
	line-height:70px;
	padding-left:44px;
	margin-bottom:7px;
}
.pro_l_nr_01 a{
	font-size:14px;
	font-weight:bold;
}
.pro_l_nr_02{
background:url(../images/pro_lm02.jpg) 7px center no-repeat;
line-height:32px;
	padding-left:29px;
	border-bottom:1px solid #efefef;
	margin:0 15px;
}
.pro_l_tel{
	background:url(../images/pro_lm03.jpg) center 30px no-repeat #e9e9e9;
	height:200px;
	margin:25px 10px 15px;
	width:240px;
}
.pro_l_tel01{
	text-align:center;
	padding-top:85px;
	color:#333;
	font-size:14px;}
.pro_l_tel02{
	text-align:center;
	padding-top:15px;
	color:#333;
	font-weight:bold;
	font-size:28px;
}
  
/*************pro_r*****************/
.pro_r{
	float:right;
	width:900px;}
.pro_r_bt{
	clear:both;
	background:url(../images/pro_ysbj.png) left top repeat;
	height:243px;}
.pro_r_bt_l{
	float:left;
}
.pro_r_bt_l01{
	font-size:48px;
	line-height:60px;
	color:#fff;
	padding-left:30px;
	padding-top:20px;
	font-weight:bold;}
.pro_r_bt_l02{
		padding-left:30px;
		font-size:30px;
		color:#fac12d;
		font-weight:bold;
		margin-top:10px;
}
.pro_r_bt_l03{
	padding-left:30px;
	line-height:30px;
	font-size:18px;
	color:#fac12d;
	padding-top:5px;
	text-transform:uppercase;
}
.pro_r_bt_l04{
	width:40px;
	height:5px;
	margin-left:30px;
	margin-top:10px;
	background-color:#fac12d;}
.pro_r_bt_r{
	float:right;
	width:350px;
	margin-right:30px;
	margin-top:80px;
}
.pro_r_hx01{
	width:120px;
	background:url(../images/dian.png) left center no-repeat;
	padding-left:25px;
	font-size:26px;
	float:left;
	line-height:60px;
	margin-left:30px;
	color:#fff;
	font-weight:100;}
.pro_r_nr{
	clear:both;
	background-color:#fff;
}
.pro_r_nr ul{
	clear:both;
	overflow:hidden;
}
.pro_r_nr ul li{
	float:left;
	width:448px;
	padding-left:1px;
	border-right:1px solid #dfdfdf;
}
.pro_r_nr ul li.tow_li,.pro_r_nr ul li.last_li{
	border-right:0;}
.pro_r_nr ul li.three_li,.pro_r_nr ul li.last_li{
	border-top:1px solid #dfdfdf;}
.pro_r_nr ul li .pro_pic{
	width:448px;
	overflow:hidden;
	padding:23px 0;
	background-color:#f3f3f3;
	height:200px;}
.pro_r_nr ul li .pro_pic img{
	width:448px;
	height:200px;
	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;
}
.pro_r_nr ul li:hover .pro_pic 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);
}
.pro_name{
	text-align:center;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;}
.pro_name a{
	color:#333;}	
.pro_name a:hover{
	color:#876100;
}
.pro_more{
	
	margin-bottom:30px;
	float:right;
	margin-right:20px;
	width:100px;
	height:30px;
	background-color:#f1f1f1;
	text-align:center;
	line-height:30px;
	border-radius:5px;
}
.pro_more a{
	font-weight:bold;
	color:#333;}
.pro_more a:hover{
	color:#876100;}
	
/**********************/
.con_c_w{
	margin:0px auto;
	padding-top:60px;
	background-color:#f4f4f4;
	min-height:800px;
}
.about_sy{
	margin:0 auto;
	width:1200px;
	background:url(../images/about_bj.jpg) left 60px no-repeat;
	min-height:533px;
}
.about_nav{
	margin:0 auto;
	margin-top:40px;
	width:850px;}
.about_nav ul{
	clear:both;
	overflow:hidden;}
.about_nav ul li{
	float:left;
	width:256px;
	margin-right:41px;
	height:111px;
	background:url(../images/about_a.png) left top  no-repeat;
}
.about_nav ul li.about_nav_01 a{
	color:#fff;}
.about_nav ul li.about_nav_01 a：hover{
	color:#fff;}
.about_nav ul li.about_nav_02{
	background:url(../images/about_b.png) left top no-repeat;
}
.about_nav ul li.about_nav_03{
	margin-right:0;
	background:url(../images/about_c.png) left top no-repeat;}
.about_nav ul li a{
	line-height:95px;
	font-size:18px;
	padding-left:130px;
	font-weight: normal;
	color:#666;}
.about_nav ul li a:hover{
	color:#805c00;
	font-weight:bold;
}
.about_nrsy_l{
	float:left;
	width:618px;
	margin-left:30px;
	margin-top:50px;
	height:280px;
	font-size:15px;
	line-height:28px;
	padding:20px;
	background:url(../images/dian_bai.png) left top repeat;
	
}
.about_nrsy_r{
	float:left;
	width:195px;
	margin-top:50px;
}
.about_nrsy_r_bt{
	background: url(../images/gs_a.png) left top no-repeat;
	width:195px;
	height:77px;
	line-height:77px;
	text-align:center;
	font-weight: bold;
	color:#fff;
	font-size:40px;}
.about_nrsy_r_more{
	margin-top:160px;
	height:44px;
	line-height:44px;
	width:130px;
	text-align:center;
	font-size:18px;
	background:url(../images/gs_b.png) left top no-repeat;
}
.about_nrsy_r_more a{
	color:#333;}
.about_nrsy_r_more a:hover{
	color:#fff;}
.newsy_n{
	margin:60px auto 0;
	width:1200px;
	padding-bottom:40px;
min-height:540px;
}
.newsy_na{
	margin-top:30px;
}
.newsy_left{
	float:left;
	width:620px;}
.newsy_bt{
	clear:both;
	overflow:hidden;
}

.newsy_bt a{
	display:block;
	height:60px;
	float:left;
	width:200px;
	text-align:center;
	margin-right:20px;
	font-size:18px;
	color:#fff;
	line-height:60px;
	background-color:#ecb62a;
}
.newsy_bt a.a_nav{
	color:#333;
	background:#fff;
}
.newsy_nraa{
	margin-top:40px;
	clear:both;
	overflow:hidden;
}
.newsy_nraa ul {
	clear:both;
	overflow:hidden;}
.newsy_nraa ul li{
	float:left;
	width:283px;
	margin-right:27px;
}
.newsy_nraa ul li.last_li_news{
	margin-right:0px;}
.newws_pic{
	width:283px;
	height:213px;
	overflow:hidden;
}

.newws_pic img{
	width:283px;
	height:213px;
		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;
}
.newws_pic:hover img{
	width:283px;
	height:213px;
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.news_name {
	line-height:40px;
	font-size:16px;
	margin-top:10px;
}
.news_jj{
	line-height:24px;
	font-size:14px;
	color:#666;
}
/*********************/
.newsy_right{
	float:right;
	width:480px;
	padding:20px;
	background-color:#fff;
}
.newsy_bt01{
	font-size:26px;
	color:#666;
	line-height:40px;
	padding-bottom:10px;
	border-bottom:1px solid #dfdfdf;
}
.newsy_nr01{
	clear:both;
	margin-top:10px;
}
.newsy_nr01 ul{
	clear:both;
	overflow:hidden;}
.newsy_nr01 ul li{
	margin:10px auto;
	padding-bottom:15px;
	border-bottom:1px dashed #dfdfdf;}
.newsy_nr01 ul li .newsy_nr01_bt{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.newsy_nr01 ul li .newsy_nr01_bt a{
	color:#333;}
.newsy_nr01 ul li .newsy_nr01_bt a:hover{
	color:#b07f00;}
.newsy_nr01 ul li .newsy_nr01_jj{
	font-size:14px;
	color:#666;
	line-height:26px;}
/****************navsy_a****************/
.navsy_a{
	margin:60px auto;
	width:1200px;
	background-color:#f7f9fa;
	border:1px solid #dbdbdb;
	height:130px;
	overflow:hidden;
	clear:both;
}
.navsy_a ul{
	clear:both;
	overflow:hidden;
}
.navsy_a ul li{
	float:left;
	border-right:1px solid #dbdbdb;
	width:299px;
	background: url(../images/nav_01.png) 20px center no-repeat;
	height:130px;
}
.navsy_a ul li.navsy_li02{
	background: url(../images/nav_02.png) 20px center no-repeat;
}
.navsy_a ul li.navsy_li03{
	background: url(../images/nav_03.png) 20px center no-repeat;
}
.navsy_a ul li.navsy_li{
	border-right:0px solid #dbdbdb;
	background: url(../images/nav_04.png) 20px center no-repeat;
}
.navsy_a ul li .navsy_abt{
	font-size:20px;
	padding-left:110px;
	margin-top:30px;
}
.navsy_a ul li .navsy_ajj{
	padding-left:110px;
	margin-top:8px;
	line-height:18px;
	color:#666;
}
	


/********footer************/
.foot_w{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	background-color:#142038;
}
.foot{
	margin:0 auto;
	width:1200px;
	background:url(../images/foot_logo.jpg) 0 0 no-repeat;
	min-height:270px;
}
.foot_left{
	float:left;
	margin-top:50px;}
.foot_left ul{
	clear:both;
	overflow:hidden;}

.foot_left ul li{
	float:left;
	width:390px;
	margin-right:75px;}
.foot_bt01{
	font-size:14px;
	border-top:2px solid #434d60;
	padding-top:10px;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	line-height:30px;}
.foot_bt01 a{
	color:#fff;
	padding-left:15px;
	display:block;	background:url(../images/dian_foot.jpg) 3px center no-repeat;
	line-height:32px;
	width:105px;
	float:left;}
.foot_bt01 a:hover{
	color:#ffff00;}
.foot_bt02{
	clear:both;
	overflow:hidden;
	background:url(../images/tel_foot.jpg) left 28px no-repeat;
	border-top:2px solid #434d60;
	padding-top:18px;
	padding-left:25px;
	font-weight:bold;
	color:#fff;
	font-size:20px;
	line-height:30px;
	margin-top:8px;}
.foot_bt02 .foot_bt02_a{
	line-height:30px;}
.foot_bt02 .foot_bt02_a a{
	color:#bbbbbb;}
.foot_bt02 .foot_bt02_a a:hover{
	color:#fff}
.foot_right{
	float:right;
	width:240px;
	color:#fff;
	background:url(../images/web_08.jpg) right 50px no-repeat;
	height:176px;	
}
.erm_name{
	margin-top:175px;
	float:left;
	width:105px;
	padding-left:15px;
	text-align:center;	
	line-height:40px;}


.foot_a_w{

	height:80px;
	line-height:80px;
	margin:0 auto;
	width:100%;}
.foot_a{
	margin:0 auto;
	width:1200px;
	clear:both;
	overflow:hidden;
	text-align: left;
	color:#333;
	font-size:14px;
}
.foot_a span{
	font-weight:bold;
	padding-right:10px;
}
.foot_a a{
	color:#666;
	font-size:12px;}
.foot_a a:hover{
	color:#264d99;}
.foot_left ul li.gsmc_name{
	text-align:center;
	margin-top:115px;
	width:250px;
	color:#fff;
	margin-right:120px;
}
.foot_bt03{
		border-top:2px solid #434d60;
	padding-top:18px;
	color:#fff;
}
.addsy_a{
	font-weight:bold;
	font-size:14px;
}
.addsy_b{
	font-size:14px;}

.foot_bt04{
	color:#fff;
	margin-top:15px;
}
.foot_bt05{
	color:#fff;
	margin-top:5px;
	line-height:26px;
}
.foot_bt05 a{
	color:#fff;}
.foot_bt05 a:hover{
	color:#ffff00;}

.addsy_a{
	color:#fff;
}
.foot_left ul li.gsmc_lxwm{
	margin-left:15px;
	width:340px;}


/***************内页关于我们**********/
.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: 930px;
}
/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.prosy_bt_01a {
    font-size: 37px;
    color:#264d99;
    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: #003ebb;
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;
}
.pro_tel04 a{
  color: #005ba1;
  font-size: 15px;
}
.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: 200px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img{
  width: 260px;
  height: 200px;
      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: #264d99;
}

/*******关键词*********/
.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, #003ebb , #264d99);
    background: -o-linear-gradient(right, #003ebb , #264d99);
    background: -moz-linear-gradient(right, #003ebb , #264d99);
    background: linear-gradient(to right,#003ebb , #264d99);
}
/******产品分页*******/
.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: #264d99;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #264d99;
	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:36px;
	line-height:36px;
	padding-left:44px;
	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;
}
