@charset "utf-8";
/* CSS Document */
body ,html{padding: 0px;margin: 0px;font-family:Microsoft YaHei,SimSun,Arial, Helvetica, sans-serif;color: #6f6f6f; font-size:12px; background:#fff;}
*{margin:0px; padding:0px;}
body,p,h1,h2,h3,h4,h5,ul,li,img,table,tbody,tr,td,a{margin:0px;padding:0px;}
img{border:none;}
a{text-decoration:none;border:none;}
ul,li{list-style:none;}



#header_bg{ background: url(top_bg.jpg) repeat-x center top; overflow: hidden; }
.header_index{width: 1200px; margin: 0px auto;}
.top_left{ float:left;  text-align:left;  line-height:35px; color:#ffffff; font-size:13px;}
.top_right{ float: right;  text-align:right}
.top_right a{ background:url(top_d.jpg) no-repeat left center;  line-height:35px; color:#ffffff; font-size:12px; padding-left:23px; margin-right:136px}
.logo_dh{ clear:both;  }
.logo_left{ float:right; margin-top:13px;}
.switch_dh{ font-size:12px; color:#525252;}
.switch_dh span{ font-size:21px; color:#525252; font-weight:bold;}
.search_index{ margin-right:10px; width:223px; margin-top:8px;}
.input{float:left; width:174px; padding-left:10px; background:url(search_left.jpg) no-repeat left top; height:22px; line-height:22px; color:#959595; border:none; font-size:14px;}
.search_name{float:left; width:39px;height: 22px;}
.logo{float: left; height: 89px;}

.menu_index{ clear:both; overflow:hidden;border-left: 1px solid #154ea1;}
.menu_index li{ float: left;  width: 148px; text-align: center; background:url(nav_li.jpg) no-repeat left center; border-right: 1px solid #154ea1; }
.menu_index li a{display:block; line-height: 57px; font-size:14px; color:#ffffff;}
.menu_index li a:hover{ background:url(nav_h_bg.jpg) no-repeat bottom center;}
.menu_index li.nav_a a{background:url(nav_h_bg.jpg) no-repeat bottom center;}

.midbg{ width:100%; height:568px; position: relative; z-index:1;clear:both}
.iBan { height:568px; overflow:hidden; position:relative;z-index:1;_zoom:1; clear: none;}
.iBanScreen{  height:568px; background-repeat:no-repeat; background-position:center top;}
.iBanScreen ul{ width:100%; height:568px; position:relative; top:0; margin:0 auto;}
.iBanScreen li{ width:100%; height:568px; overflow:hidden; position:absolute; display:none;}
.iBanScreen li a{ display:block; width:100%; height:100%}
.iBanScreen .num{ position:absolute; bottom:15px; left:50%; z-index:999; }
.iBanScreen .num a{ display:inline-block; border: 1px solid #fff;border-radius: 10px; width: 15px;height: 15px;margin: 0;background-color: #fff; margin-left:5px; margin-right:5px;}
.iBanScreen .num a.cur{ border: 1px solid #fff;border-radius: 10px; background-color: rgba(0,0,0,0);}

.pro_index{width: 1200px; margin: 0px auto;clear:both; overflow:hidden; padding-top:39px;}
.pro_title{ text-align:center;}
.pro_title{ background:url(pro_t.jpg) no-repeat top 5px center; color:#525252; font-size:24px;}
.pro_title p{ width:244px;  border:1px solid #bfbfbf; line-height:28px; margin: 0px auto; margin-top:12px; margin-bottom:28px;}

.prolist_index {
	width: 1200px; /* 宽 */
	height: 264px; /* 高 */
}
.prolist-1 {  width:287px; height:264px;  float:left; /* 左浮动 */ margin-left:10px; /* 左边距10 */ overflow:hidden; /* 溢出隐藏 */ border:1px solid #bfbfbf; }
.prolist-2 { width:100%; height:100%; overflow:hidden;}
.prolist-3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative; /* 位置 : 相对的 */
}
.prolist-3 a > .prolist_name02 { /* >div 表示 div是.conbox-3的直接子选择器 */
	width: 100%;
	height: 264px;
	position: absolute; /* 位置 : 绝对的 */
	top: 0;
	left: 0;
	opacity: 0; /* opacity 不透明的 */
	cursor: pointer; /* 光标 : 指针 */
	background: url(pro_h.png) no-repeat top center #e76a63; /* 背景图片 */
	transition: opacity 0.3s; /* 过渡 : 不透明度时间0.3s */
}
.prolist_name02{text-align:center; font-size:19px; color:#ffffff; padding-top:130px;}
.prolist_name02 span{ font-size:12px; margin-top:23px; display:block;}
.prolist-3 a:hover > .prolist_name02 { /* 当光标移入 不透明度改变为1 */
	opacity: 0.9;
}
.prolist-3 a:hover > .prolist_name01{ display:none;}
.prolist_name01{ font-size:20px; color:#000000; margin-left:10px;}
.prolist_name01 span{ font-size:12px; background:url(pro_name.jpg) no-repeat left top; display:block; line-height:30px; margin-top:8px;}


.pro_more{ clear:both; background:url(cp_more.jpg) no-repeat top center; margin-top:35px; }
.pro_more a{ color:#525252; font-size:14px; display:block;  width:177px; line-height:29px;text-align:center; margin: 0px auto;}

.yyly_indexbg{ background:url(yyly_bg.jpg) no-repeat bottom center; clear:both; overflow:hidden; margin-top:65px;}
.yyly_index{width: 1200px; margin: 0px auto;}
.yyly_title{ text-align:center;  line-height:32px;font-size:20px; color:#FFF; }
.yyly_title p{  line-height:32px;font-size:24px; color:#525252;}
.container {
	width: 1200px; /* 宽 */
	height: 271px; /* 高 */
	 margin-top:22px;
}
.conbox-1 {  width:287px; height:271px;  float:left; /* 左浮动 */ margin-left:10px; /* 左边距10 */ overflow:hidden; /* 溢出隐藏 */ }
.conbox-2 { width:100%; height:100%; overflow:hidden;}
.conbox-3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative; /* 位置 : 相对的 */
}
.conbox-3 > div { /* >div 表示 div是.conbox-3的直接子选择器 */
	width: 100%;
	height: 223px;
	position: absolute; /* 位置 : 绝对的 */
	top: 0;
	left: 0;
	opacity: 0; /* opacity 不透明的 */
	cursor: pointer; /* 光标 : 指针 */
	background: url(yyly_h.png) no-repeat #737373; /* 背景图片 */
	transition: opacity 0.3s; /* 过渡 : 不透明度时间0.3s */
}
.conbox-3:hover > div { /* 当光标移入 不透明度改变为1 */
	opacity: 0.5;
}
.conbox-3 p{ font-size:16px; color:#ffffff; line-height:48px; text-align:center;}

.about_indexbg{ background:url(about_bg.jpg) no-repeat top center; overflow:hidden; clear:both; padding-top:45px; padding-bottom:11px;}
.about_index{ width: 1200px; margin: 0px auto; }
.about_title{text-transform: uppercase; text-align:center; font-size:33px; color:#434343; margin-bottom:46px; margin-right:43px;}
.about_title p{ color:#434343; font-size:28px;}
.about_img{ float:left; margin-left:55px; margin-right:35px;padding-right: 30px;}

.about_img .img_box{
	position: relative;
	z-index: 1;
}
.about_img img{
	border: 3px solid #bfbfbf;
}
.about_img .img_box::after{
	content: '';
	position: absolute;
	z-index: -1;
	right: -25px;
	bottom: -25px;
	width: 100%;
	height: 100%;
	border: 3px solid #2a7ede;
}

.about_nr{ width:600px; float:left;}
.about_name{ background:#de3329; width:205px; height:84px; padding-left:9px; margin-right:5px; float:left; margin-bottom:20px;}
.about_name01{ color:#ffffff; font-size:23px;text-transform: uppercase;}
.about_name02{ color:#ffffff; font-size:18px; padding-bottom:8px; background:url(about_name.jpg) no-repeat bottom left;}
.about_name03{ color:#ffffff; font-size:12px;}
.about_fbt{ float:left; font-size:13px; color:#434343; line-height:84px;}
.about_fbt span{ color:#de3329;}
.about_wz{ clear:both; }
.about_wz p{ font-size:12px; color:#434343;text-indent: 2em; line-height:26px;}
.about_more{ color:#434343; font-size:12px;text-transform: uppercase; float:right; margin-top:10px;}

.news_index{width: 1200px; margin: 0px auto; margin-top:10px; clear:both; padding-bottom:40px; overflow:hidden;}
.news_title{ text-align:center; font-size:13px; color:#000000; margin-bottom:21px;}
.news_title p{ background:url(news_title.jpg) no-repeat bottom center; font-size:24px; padding-bottom:12px;}
.news_ul{ clear:both; margin-top:9px;}
.news_ul li{ float:left; width:386px;}
.news01{ background:url(news01.jpg) no-repeat top left; margin-right:20px;}
.news02{ background:url(news02.jpg) no-repeat top left; margin-right:20px;}
.news03{ background:url(news03.jpg) no-repeat top left;}
.time_news{ width:59px; height:55px; background:#000000; float:right; font-size:23px; color:#ffffff; text-align:center; padding-top:4px;}
.time_news span{ font-size:14px;}
.news_ul li p{ clear:both; color:#000000; font-size:15px; line-height:54px;}
.news_ul li a{color:#000000; font-size:12px; display:block; padding-top:175px;}
.news_ul li a:hover p{ color:#de3329;}
.news_ul li a:hover .time_news{ background:#de3329;}

.foot_indexbg{ clear:both; background:url(foot_bg.jpg) repeat-x top center #333333; overflow:hidden; padding-top:52px;}
.foot_index{width: 1200px; margin: 0px auto;}
.foot_lxwm{ float:left; width:363px; background:url(foot_l.jpg) no-repeat right top; height:167px;}
.foot_title{ background:url(foot_title.jpg) no-repeat left bottom; font-size:16px; color:#FFF; line-height:37px; margin-bottom:26px;}
.foot_lxwm p{ font-size:13px; color:#999999; line-height:30px;}
.foot_prolist{ float:left; padding-left:64px; width:256px; background:url(foot_l.jpg) no-repeat right top; height:167px;}
.foot_prolist li{ float:left; width:100px;}
.foot_prolist li a{ font-size:13px; color:#999999; line-height:30px;}
.foot_prolist li a:hover{ color:#F00;}
.foot_nav{ float:left; padding-left:64px; width:237px;}
.foot_nav li{ float:left; width:100px;}
.foot_nav li a{ font-size:13px; color:#999999; line-height:30px;}
.foot_nav li a:hover{ color:#F00;}
.erweima{ float:left; text-align:center; height:220px;}
.erweima img{ border:5px solid #999999;}
.erweima p{ color:#999999; line-height:40px;}
.foot_fhsy{ background:#de3329; width:27px; height:106px; text-align:center; float:right; }
.foot_fhsy a{display:block; padding-top:13px; color:#ffffff; font-size:14px;}
.foot_bot{ text-align:center; clear:both; padding:20px;}
.foot_bot p{ color:#999999; line-height:20px;font-size:15px;}
.foot_bot a{ color:#999999; line-height:20px; font-size:15px;}

.botbg{ background:#297ede; height:9px;}


/**ny**/

.banner_in{ background:url(banner_ny.jpg) no-repeat top center; height:250px; }

.container_ny{width: 1015px; margin: 0 auto; padding-top:20px; padding-bottom:62px; overflow: hidden;}
.right_ny{ float:right;  width:780px; }

.title_h1{color:#22211c;font-size: 24px; border-bottom: 1px solid #dedcdc;  font-weight:bold; padding-bottom:10px; text-align:left; width:780px;}
.return{float: right; font-size: 12px; color:#595955;  font-family:"SimSun"; line-height:33px; *margin-top:-25px; }
.return a{font-size: 12px; color:#595955;font-family:"SimSun" }
.ny_y{ background:url(dazuo.jpg) no-repeat left center; padding-left:12px;}
.page_content{text-align:center;overflow: hidden; margin:20px;}
.page_content p{  text-align:left; text-indent: 2em; line-height:29px; color:#080808; font-size:16px; }
.page_content a{ color:#080808; font-size:16px;}
.page_content img{ max-width:700px;}
.page_lxwm p{ text-align:left;}

.hit{height: 30px; line-height: 30px;  text-align:center;}
.list{text-align:left;line-height:25px;border:1px #CCCCCC solid;padding:5px 0px 5px 30px; margin-top:20px;}
.list a{color:#7e7e7e;}

.title_news{height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; color: #000;}
#up_down{clear:both; text-align:center; color:#9d9898; font-size:14px; margin-top:33px;}
#up_down a{color:#666666;padding-left:5px;  font-size:14px;text-align:center; padding:9px 15px; line-height:29px;}
#up_down a.active:link, #up_down a.active:visited {color: #f66e0a}

.nry_right{ float:right; width:780px; overflow: hidden; text-align:center; margin-top:15px;}
.nry_content{ margin-top:10px; padding: 15px; }
.nry_content p{  text-align:left; text-indent: 2em; line-height:29px; color:#080808; font-size:16px; text-align:left; }
.nry_content img{ margin-left:-33px; max-width:100%;}
.nry_content table{ text-align:left;}
.nry_content table td{ padding:5px;color: #080808; font-size: 16px;line-height: 29px;}



.pro_nr_ny{overflow:hidden; margin-top:7px; }
.pro_nr_ny li{float:left; margin-left:9px; margin-right:9px; margin-bottom:12px;}
.pro_nr_ny li img{ border:1px solid #cdcdcd;}
.pro_nr_ny li a{ text-align:center; color:#000; font-size:16px;}
.pro_nr_ny li a:hover{ color:#F00;}
.pro_nr_ny li p{ width:242px;  text-align:center;  line-height:39px; }
.biaoti{ text-align:center; font-size:19px; color:#000; margin-top:20px;}
.about_us{ text-align:center;}

.product_list_ny{overflow:hidden;}
.product_list_ny li{ border-bottom: 1px dashed #d7d7d7; line-height:30px; padding-top:15px; text-align:left; padding-left:10px; font-family:"SimSun";}
.product_list_ny li a{ background:url(news_h.jpg) no-repeat left center; padding-left:16px; font-size:14px; color:#5b5b5b; }
.product_list_ny li a:hover{ color:#F00;  background:url(news_a.jpg) no-repeat center left; }
.time_ny{ float:right; font-size:14px;}

.related_product{overflow:hidden; clear:both; }
.related_product p{font-size:16px; text-align:left; }
.related_product01{margin:15px 0; text-indent:2em; font-weight:bold;}

#liuyan_ny td{ padding-bottom:10px; padding-right:20px; font-size:14px;}

.ny_left{ float:left; width:220px;}
/*.prolist_ny{ background:url(ny_left_title.png) no-repeat left top; padding-top:33px; padding-left:9px; margin-bottom:18px;}
.prolist_title_ny{ font-size:24px; color:#FFF; padding-bottom:4px;}
.prolist_title_ny span{color:#FFF; font-size:20px; line-height:40px;}
.prolist_fl{ background:#2c3d4d; margin-left:18px; padding:10px 19px 23px 18px;}
.prolist_fl li{ padding-left:23px; border-bottom: 1px solid #475664;}
.prolist_fl li a{ line-height:51px; color:#FFF; font-size:18px; background:url(fl_left_j.jpg) no-repeat left center; padding-left:24px;}
.prolist_fl li a:hover{ color:#F00;}
.prolist_fl p{ border-bottom: 1px solid #475664;color:#FFF; font-size:15px; line-height:33px; padding-left:10px;}
*/

.prolist{ padding-bottom:36px; overflow:hidden;}
.prolist h2{ background:url(product_title_bg.jpg) no-repeat; width:220px; height:72px; line-height:54px; color:#fff; text-indent:21px;}
.prolist li{ width:220px; line-height:46px; background:url(prolist_li_bg.jpg) no-repeat; height:auto; }
.prolist li a{text-indent:21px; height:46px; line-height:46px; width:220px; display:block;background:url(prolist_a_bg.jpg) no-repeat; color:#000;}
.prolist li a:hover{ color:#fff; background:#b60000; }
.level{ padding-left:20px;}
.contactL{ text-align:center; font-family:"宋体"; font-size:12px; color:#4b4b4b;width:220px; margin-bottom:61px;}
.titlel{ background:url(contact_title_bg.jpg) no-repeat; width:220px; height:55px; clear:both; font-size:20px; color:#FFF; text-align:left; line-height:55px; text-indent:21px;}
.tel_left{ font-family:Impact; font-size:25.43px; color:#c42715;}
.title_left{ border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; width:218px; padding-top:20px; line-height:27px; padding-bottom:20px;}
.title_left img { padding-bottom:20px;}

.about_inside{ padding-top:25px;}
.about_inside table{ width:600px; margin:0 auto;}
#name{height:35px; line-height:35px;font-size: 14px;width:500px; padding-left: 10px;margin-bottom:15px; }
#tel{height:35px; line-height:35px;font-size: 14px;width:500px; padding-left: 10px;margin-bottom:15px; }
#mailbox{height:35px; line-height:35px;font-size: 14px;width:500px; padding-left: 10px;margin-bottom:15px; }
#content{font-size: 14px;width:500px !important;padding-left: 10px;padding-top: 10px;height:264px !important; border:1px solid #d7d7d7; margin-bottom:15px; }
.anniu{ background:#0156b2; line-height:50px;font-size: 16px;color: #fff;width:600px;margin-top: 10px;outline: none; border:none;}
.liuyan_td01 p{margin-bottom:15px; }
