﻿@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;
	margin:0px;
	padding:0px;
	list-style:none;
}

/*--End 分页样式---------*/
.top_w{
	border-bottom:1px solid #f2f2f2;
	height:40px;
	line-height:40px;
	margin:0 auto;
	width:100%;
	clear:both;
	overflow:hidden;
}
.top_n{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1200px;
}
.top_n_left{
	float:left;
	color:#333;
}
.top_n_right{
	float:right;}
.top_n_right a{
	color:#333;
	margin:0 6px;
}
.top_n_right a.a_last{
	margin-right:0;}
.top_n_right a:hover{
	color:#db241e;}
.logo_w{
	background:url(../images/web1_03.jpg) top center no-repeat;
	height:123px;
	clear:both;
	overflow:hidden;}
/*********nav_w************/
.nav_w{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	height:48px;
	line-height:48px;
	background-color:#db241e;
}
.nav_a{
	margin:0 auto;
	width:1200px;}
.nav_a ul{
	clear:both;
	overflow:hidden;}
.nav_a ul li{
	float:left;
	width:150px;
	text-align:center;
	font-size:14px;
}
.nav_a ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;}
.nav_a ul li a.first_a{
	background-color:#000;

}
.nav_a ul li a:hover{
		background-color:#000;
}
/************/

.banner_w {
  width: 100%;
  height:593px;
  position: relative;
  overflow: hidden;
  clear: both;
  z-index:1;
  background-color: #f8f8f8;
}

.banner {
  margin: 0 auto;
  width: 1920px;
  height:593px;
  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: 30px;
  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%;
}

/***************关键词*********/
.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:#357444;
}
/*************************************************************/
.content_a_w{
	    clear: both;
    overflow: hidden;
	margin:40px auto 10px;
	width:100%;
}
.content_a{
	margin:0 auto;
	width:1200px;}
.biaoti_a{
	 clear: both;
    overflow: hidden;
	text-align:center;
}
.biaoti_a01{
	font-size:36px;
	line-height:40px;
	color:#da241d;
}
.biaoti_a02{
	color:#999;
	line-height:36px;
	font-size:14px;	
}
.content_a_nr{
	margin:40px auto;
	clear:both;
	overflow:hidden;
	width:1200px;}
.content_a_left{
	float:left;
	width:467px;
}
.news_sy_pic{
	width:467px;
	height:142px;
	overflow:hidden;
}
.news_sy_pic a{
	display:block;
	width:467px;
	height:142px;
	overflow:hidden;
}
.news_sy_pic a img{
	width:467px;
	height:142px;
	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;
}
.news_sy_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);
}
.news_sy_name{
	line-height:30px;
	margin-top:10px;}
.news_sy_name a{
	color:#000;
	font-size:14px;}
.news_sy_name a:hover{
	color:#da241d;}
.news_sy_jj{
	line-height:20px;
	color:#666;}
.news_sy_time{
	margin-top:15px;	
}
.news_sy_time a{
	display:block;
	width:120px;
	text-align:center;
	background-color:#da241d;
	color:#fff;}
.content_a_right{
	float:right;
	width:690px;
}
.content_a_right ul{
	clear:both;
	overflow:hidden;
}
.content_a_right ul li{
	margin:0px 0 10px;
	padding-bottom:10px;
	border-bottom:1px dashed #dfdfdf;
}
.content_a_right ul li .news_sy_aa a{
	padding-bottom:15px;
	font-size:14px;}
.content_a_right ul li .news_sy_aa a:hover{
	color:#da241d;}
.content_a_right ul li .news_sy_ab{
	color:#666;
}
/***************content_b_w**************/
.content_b_w{
	clear:both;
	overflow:hidden;
	margin:0px auto 40px;
	background-color:#ed4d4d;
}
.content_b{
	background:url(../images/about_bj.png) center 100px  no-repeat;
	padding:40px 0 60px;
	margin:0 auto;
	width:1200px;

}
.biaoti_a01_a,.biaoti_a02_a{
	color:#fff;}
.content_b_nr{
	background:rgba(0,0,0,0.3);
		margin:30px auto;
		width:1120px;
		padding:40px;}
.about_sy_bt{
	margin-bottom:20px;}
.about_sy_bt01{
	font-size:30px;
	line-height:36px;
	color:#ffffff;}
.about_sy_bt02{
	font-size:16px;
	color:#ffffff;
}
.about_sy_nr{
	margin:5px auto;
	font-size:16px;
	line-height:30px;
	color:#fff;}
.more_a{
	margin-top:40px;
}
.more_a a{
	display:block;
	width:145px;
	height:44px;
	line-height:44px;
	color:#fff;
	border-radius:10px;
	font-size:14px;
	text-align:center;}
.more_a a:hover{
	color:#ffff00;}
.bj {
    background: -webkit-linear-gradient(left, #ed4d4d , #e81c1c);
    background: -o-linear-gradient(right, #ed4d4d , #e81c1c);
    background: -moz-linear-gradient(right, #ed4d4d , #e81c1c);
    background: linear-gradient(to right,#ed4d4d , #e81c1c);
}
/********案例展示首页*******/
.content_c_w{
	margin:60px auto;
	width:100%;
	clear:both;
	overflow:hidden;}
.content_c{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1200px;
}
.cf_sy{
	clear:both;
	margin:40px auto 0;
	width:1200px;
}

.picMarquee-left {
     margin:10px 0px;
    width: 1200px;
    overflow: hidden;
    clear: both;
}
.edu_sy .bd ul li {
    float: left;
    margin: 15px 15px;
    width: 386px;
    overflow: hidden;	box-shadow:0px 0px 8px #ccc;
}

.edu_sy .bd ul li a {
    display: block;
    width: 376px;
    height: 100%;
    padding:5px;
	background-color:#fff;
    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: 376px;
    height: 281px;
    overflow: hidden;
}

.edu_sy .bd ul li a span img {
    width: 376px;
    height: 281px;
}

.edu_sy .bd ul li a p {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    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:hover {
    border-color: #da241d;
    background-color: #da241d;
}

.edu_sy .bd ul li a:hover p {
    color: #fff;
}

/******link****/
.link_w{
	border-top:1px solid #dfdfdf;
	margin:0 auto;
	width:100%;
	height:80px;
	line-height:80px;
}
.link_a{
	margin:0 auto;
	width:1200px;
	font-size:16px;
	color:#666;
	font-weight:bold;}
.link_a a{
	color:#666;
	font-weight:normal;
	margin:0 8px;}
.link_a a:hover{
	color:#ff0000;}

/********footer************/
.foot_w{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:100%;
	border-top:6px solid #ea4049;
	background-color:#1a1e29;
	border-bottom:1px solid #000;
}
.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;
	margin-right:80px;}
.foot_bt01{
	font-size:14px;
	line-height:40px;}
.foot_bt01 a{
	color:#fff;}
.foot_bt01 a:hover{
	color:#ffff00;}
.foot_bt02{
	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:113px;
	color:#fff;
	background:url(../images/pic_erm.jpg) right 50px no-repeat;
	height:165px;
	
}
.erm_name{
	margin-top:165px;
	text-align:center;
	line-height:40px;}


.foot_a_w{
	border-top:1px solid #3d3d3d;
	height:60px;
	line-height:60px;
	margin:0 auto;	background-color:#11141b;
	width:100%;}
.foot_a{
	margin:0 auto;
	width:1200px;
	clear:both;
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.foot_a a{
	color:#fff;}
.foot_a a:hover{
	color:#ffff00;}
.foot_left ul li.gsmc_name{
	text-align:center;
	margin-top:125px;
	width:226px;
	color:#fff;
	font-size:14px;
	margin-right:120px;	
}
.foot_bt04{
	color:#fff;
	font-size:14px;
	line-height:30px;
}
.gsmc_lxwm{
	margin-left:15px;}
	
	
/***************内页关于我们**********/
.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: #db241e;
    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, #ed4d4d , #e81c1c);
    background: -o-linear-gradient(right, #ed4d4d , #e81c1c);
    background: -moz-linear-gradient(right, #ed4d4d , #e81c1c);
    background: linear-gradient(to right,#ed4d4d , #e81c1c);
}
.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: #db241e;
background: url(../images/web_09.jpg)  10px center no-repeat;
}
.prosy_nr ul li a:hover{
  color: #db241e;
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: #db241e;
  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: #db241e;
}

/*******关键词*********/
.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:#db241e;
	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;
}