﻿@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 分页样式---------*/
.nav_w {
	height: 111px;
}
.logo {
	float: left;
	width: 334px;
}
.logo img {
	height: 111px;
	overflow: hidden
}
.nav_a {
	float: right;
	width: 854px;
	overflow: hidden
}
.nav_a ul li {
	float: left;
	margin: 0 5px;
	width: 112px;
	text-align: center;
	line-height: 111px;
	font-size: 16px;
}
.nav_a ul li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.nav_a ul li a:hover, .nav_a ul li a.on {
	color: #fff;
	background-color: #0051a5;
}
/************/

.banner_w {
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	clear: both;
	background-color: #f8f8f8;
}
.banner {
	margin: 0 auto;
	width: 1920px;
	height: 650px;
	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%;
}
/************************content_a_w**************/
.content_a_w {
	margin: 50px auto 70px;
}
.biaoti {
	text-align: center;
	margin: 15px auto 30px;
}
.bt01 {
	font-size: 30px;
	line-height: 36px;
}
.bt02 {
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
}
.bt03 {
	margin: 14px auto 10px;
	height: 3px;
	width: 150px;
	background-color: #e8e8e8;
}
.aboutsy_nr {
	margin-top: 55px;
}
.abouta_left {
	width: 579px;
	height: 339px;
	float: left;
}
.abouta_left a {
	display: block;
	width: 579px;
	height: 339px;
	overflow: hidden;
}
.abouta_left a img {
	width: 579px;
	height: 339px;
	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;
}
.abouta_left 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);
}
.abouta_right {
	float: right;
	width: 580px;
}
.abouta_right_nr {
	margin-top: 10px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
/********content_b_w***************/
.content_b_w {
	background: url(../images/prolm_bj.jpg) 0 0 repeat;
	padding-bottom:20px;
}
.content_b {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bt01_a, .bt02_a {
	color: #fff;
}
.bt03_a {
	background-color: #4876a6;
}
.prolm_a {
	margin-top: 55px;
}
.prolm_a ul li {
	float: left;
	padding-top: 20px;
	width: 239px;
	border-right: 1px solid #dfdfdf;
	border-bottom: 6px solid #0bd38a;
	background-color: #fff;
}
.prolm_a ul li:last-child {
	border-right: 1px solid #fff;
}
.prolm_pic {
	width: 192px;
	height: 156px;
	border-radius: 8px;
	margin: 0 auto 30px;
	overflow: hidden;
}
.prolm_pic a {
	width: 192px;
	height: 156px;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.prolm_pic a img {
	width: 192px;
	height: 156px;
	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;
}
.prolm_pic a:hover img {
	transition: all 0.6s ease;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.prolm_lm {
	font-size: 22px;
	text-align:center;
}
.prolm_lm a {
	color: #333;
}
.prolm_lm a:hover {
	color: #ff0000;
}
.prolm_zx {
	margin: 20px auto 35px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	background-color: #ff6666;
}
.prolm_zx a {
	color: #fff;
}
.prolm_zx a:hover {
	color: #ffff00;
}
.prolm_a ul li.tow {
	border-bottom-color: #d30b63;
}
.prolm_a ul li.three {
	border-bottom-color: #efc706;
}
.prolm_a ul li.four {
	border-bottom-color: #1b9bd8;
}
.prolm_a ul li.five {
	border-bottom-color: #d8271d;
}
/**************/
.content_c_w {
	margin-top: 30px;
}
/**********************************第一个阶段  首页推荐产品  结束**********************/
/************右侧产品展示***********/
.picMarquee-left01 {
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.picMarquee-left01 .hd {
	display: none;
}
.picMarquee-left01 .bd, .picMarquee-left01 .bd .ulWrap {
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.picMarquee-left01 .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 300px;
	margin: 0 8px;
	float: left;
	display: inline;
}
.picMarquee-left01 .bd ul li {
	width: 300px;
	clear: both;
	margin: 0px 15px 28px;
}
.picMarquee-left01 .bd ul li a {
	width: 287px;
	border: 1px solid #dfdfdf;
	display: block;
	height: 100%;
}
.picMarquee-left01 .bd ul li a span {
	width: 287px;
	height: 216px;
	display: block;
	overflow: hidden;
}
.picMarquee-left01 .bd ul li a span img {
	width: 287px;
	height: 216px;
	overflow: hidden;
}
/****************************/


/********首页产品推荐*******/
.picMarquee-left {
	margin: 10px 0px;
	width: 1200px;
	overflow: hidden;
	clear: both;
}
.edu_sy .bd ul li {
	float: left;
	margin: 8px 7px;
	width: 303px;
	overflow: hidden;
}
.edu_sy .bd ul li a {
	display: block;
	width: 287px;
	height: 100%;
	border: 3px solid #eaeaea;
	background-color: #eaeaea;
	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;
}
.edu_sy .bd ul li a span {
	display: block;
	width: 287px;
	height: 204px;
	overflow: hidden;
}
.edu_sy .bd ul li a span img {
	width: 287px;
	height: 204px;
}
.edu_sy .bd ul li a:hover {
	border-color: #3e86e3;
	background-color: #3e86e3;
}
ul.picList li a p {
	height: 44px;
	line-height:44px;
	text-align: center
}
ul.picList li a:hover p {
	color: #fff;
}
/***********************/
/********content_c_w***************/
.content_d_w {
	background: url(../images/prolm_bj.jpg) 0 0 repeat;
	padding:60px 0;
	margin-top:50px;
}
.content_d{
	background-color:#fff;
	padding:25px 0 0px;
}
.casesy_a{
	margin:40px auto;
	width:1140px;
}
/* 新闻动态 */
.news_box .item_box{display: flex;justify-content: space-between;}
.news_box .item_box .left_box{width: 36%;}
.news_box .item_box .right_box{width: 60%;}
.news_box .item_box .left_box .item a{display: block}
.news_box .item_box .left_box .item a .img{ width:429px; height:364px; overflow:hidden;}
.news_box .item_box .left_box .item a .img>img{vertical-align: middle; width:429px; height:364px;}
.news_box .item_box .right_box .item a{display:block;}
.news_box .item_box .right_box .item{background: #f5f5f5;padding:18px;margin-bottom: 25px;}
.news_box .item_box .item .title{font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-bottom: 8px;}
.news_box .item_box .item .describe{line-height: 1.6;font-size: 12px;height: 3.2em;overflow: hidden;}
.news_box .item_box .right_box .item .detail{max-width: 110px;background:#dea672;color:#fff;padding:6px 0;text-align: center;margin-top: 8px;}
.news_box .item_box .right_box .item:hover{background: #0051a5;color: #fff;}
.news_box .item_box .left_box .item .texts{padding: 28px 20px;background: #0051a5;color: #fff;}
.news_box .item_box .right_box .item:hover a{ color:#fff;}
.item a:hover.newsy_li{ color:#fff;}

/* 地址 */
.address_wrap{background: #f4f4f4;}
.address_wrap .inner{padding: 55px 0;}
.address_wrap .inner .address_box{display: flex;justify-content: space-between;align-items: center;padding: 50px 40px;background: #fff;}
.address_wrap .inner .address_box .address{width:27%;}
.address_wrap .inner .address_box .address .item{border-bottom: 1px solid #ccc;display: flex;padding:15px 0; font-size:14px;}
.address_wrap .inner .address_box .address .item .icon{padding-right: 15px;}
.address_wrap .inner .address_box .address .item .text_box .caption{font-size: 16px;padding-bottom: 10px;}
.address_wrap .inner .address_box .map{width: 66%;}
.map  #container{width:100%;height:425px;}
/*footer*/
.bottom_link{padding: 30px 0;border-bottom: 8px solid #0051a5;}
.bottom_link .item{display: inline-block;padding-right: 25px; font-size: 14px;}
.footer{background: #1a1e29;}
.footer .inner{display: flex;justify-content:space-between;padding: 40px 20px 30px;color: #fff;}
.footer .left_box{display: flex;}
.footer .left_box .item{padding-right:70px;}
.footer .left_box .item .nav_content{font-size:12px;}
.footer .left_box .item .nav_content .in_item{padding-top:8px; color:#fff;}
.footer .left_box .item .nav_content .in_item a{ color:#fff;}
.footer .left_box .item .nav_content .in_item a:hover{ color:#ffff00;}
.footer .right_box .code>p{padding-top: 15px;}
.footer .right_box .code>img{padding: 5px;background:#fff;}
.copy{padding: 30px 0;color: #a6a7a8;background: #11141b;text-align: center;}
.copy a{ color:#a6a7a8;}
.copy a:hover{ color:#fff;}
.left_box .item .title{
	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: 930px;
}
/***产品左侧*****/
.prosy_bt{
  height: 80px;
}
.prosy_bt_01a {
    font-size: 37px;
    color: #0051a5;
    font-weight: bold;
    line-height: 36px;
}

.prosy_bt_01b {
    font-size: 22px;
    line-height: 36px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.yansejb{
    background: -webkit-linear-gradient(left, #247dd9 , #004a96);
    background: -o-linear-gradient(right, #247dd9 , #004a96);
    background: -moz-linear-gradient(right, #247dd9 , #004a96);
    background: linear-gradient(to right,#247dd9 , #004a96);
}
.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:15px;
  color: #666;
  padding-left: 35px;
  background: url(../images/web_12.jpg)  10px center no-repeat;
}
.prosy_nr ul li a.pro_on{
  color: #0051a5;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_nr ul li a:hover{
  color: #0051a5;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_db{
  height: 190px;
}
.pro_tel01{
  margin:0px auto 0;
  text-align: center;
  padding: 25px 0 0;
}
.pro_tel02{
  font-size: 27px;
  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: #0051a5;
  font-size: 15px;
}
.pro_tel04 a:hover{
  color: #003968;
}

/***************/

.ny_wz a{
  color: #666;
  margin:0 6px;
}
.ny_wz a:hover{
  color: #b88111;
}
.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: #b88111;
}

/************产品*****************/
.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: #0051a5;
}

/*******关键词*********/
.gjzms{
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}
.gjzms span{
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
/******产品分页*******/
.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:#0051a5;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#00b366;
	color:#fff;}
/**************************/
.ny_news_pageaaa{
	margin-top:80px;
	margin-bottom:50px;}

/******************************/
.ny_contact {
    /* min-height: 680px; */
    font-size: 14px;
    line-height: 28px;
    color: #666;
	padding-bottom:100px;
}

.map{
	margin-top:30px;
}
.map #container {
    width: 100%;
    height: 400px;
}

