﻿@charset "utf-8";
BODY{padding-bottom: 0px;margin: 0px;padding-left: 0px;padding-right: 0px;font-size: 14px;padding-top: 0px;}
html{-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
DIV{font-family: 微软雅黑, Arial, Helvetica, sans-serif;}
INPUT{font-family: 微软雅黑, Arial, Helvetica, sans-serif;}
SPAN{font-family: 微软雅黑, Arial, Helvetica, sans-serif;}
P{font-family: 微软雅黑, Arial, Helvetica, sans-serif;}
ul,LI{
   font-family: 微软雅黑, Arial, Helvetica, sans-serif;
   list-style-type: none;
}

A{
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	outline-style: none;
    outline-color: invert;
    outline-width: medium;
}
h3{ margin:0; padding:0; font-size:14px;height:30px; line-height:30px;}
a {
	color: #555555;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	text-decoration:none
	
}
a:hover, a:focus {
	color: #7b7b7b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/*hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}*/
.clearfix:after{
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
    content: ".";
}
.title{line-height:90px; height:90px; background:#fff; text-align:center; font-size:20px; color:#1a1a1a;}
.topmodule{
    z-index: 9999;
    position: fixed;
    width: 100%;
    background: url(../images/topbg.png) repeat-x 0px 0px #141428;
	border-bottom:#0B5ED7 2px solid;
    height: 90px;
    top: 0px;
    left: 0px;
}
#nav A.logo_a{
    z-index: 9999;
    position: absolute;
    display: block;
    color: #000;
    overflow: hidden;
    top: 22px;
    left: 5px;
}
#nav{
   z-index: 9999;
    position: fixed;
    width: auto;
    /*background: #fff;*/
    height: 90px;
    margin-left: -600px;
    top: 0px;
    left: 50%;
}
#nav UL{
   padding-bottom: 0px;
    margin: 0px;
    padding-left: 200px;
    width: auto;
    padding-right: 0px;
    height: 90px;
    padding-top: 0px;
}
#nav UL LI{
    text-align: center;
    padding-bottom: 0px;
    line-height: 90px;
    list-style-type: none;
    margin: 0px;
    padding-left: 20px;
    /*width: 90px;*/
    padding-right: 20px;
    float: left;
    height: 90px;
    font-size: 16px;
    list-style-image: none;
    border-right: #313142 1px solid;
    padding-top: 0px;
}
#nav UL LI A{
   width: 100%;
    display: block;
    height: 90px;
    color: #EEE;
    text-decoration: none;
}
#nav UL LI A:hover{
    background: #C5261D;
    color: #fff;
    text-decoration: none;
}
#nav ul li:hover{
	background: #C5261D;
    color: #fff;
    text-decoration: none;}

#nav UL LI.selected A{
   /*background: #A4E600;*/
    color: #fff;
    text-decoration: none;
}
#nav UL LI.last{
    width: 130px;
    border-right: medium none;
}
#nav UL LI.language{
   width: 94px;
    float: left;
    height: 90px;
	padding-left:0;
	padding-right:0
}
#nav UL LI.language A{
   text-align: left;
    line-height: 44px;
    text-indent: 12px;
    width: 94px;
    display: block;
    background: #C5261D;
    height: 44px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
#nav UL LI.language A:hover{
    background: #63b151;
    color: #fff;
    text-decoration: none;
}
#nav UL LI.language A.selected{
    background: #E29300;
    color: #fff;
    text-decoration: none;
}
#nav UL LI.language A.en{
   font-family: Georgia, "Times New Roman", Times, serif;
    border-bottom:#141428 1px solid;
}

/*****************************************************/
#nav ul li ul {
					position: fixed;
					top:90px;
					height:0px;
					left:0;
					width:100%;
					z-index:5;
					visibility:hidden;
					-webkit-transition:opacity 0.2s, visibility 0.2s, height 0.2s;
					-moz-transition:opacity 0.2s, visibility 0.2s, height 0.2s;
					-o-transition:opacity 0.2s, visibility 0.2s, height 0.2s;
					transition:opacity 0.2s, visibility 0.2s, height 0.2s;
					border-bottom:3px solid #38415F;
					overflow:hidden;
					background: #343434 no-repeat center center url(../-images/product-subnav-bg.png);
					height:0;
				}
				#nav ul li .tip {
					width:0;
					height:0;
					border:0 solid #343434;
					border-top-color:transparent;
					border-right-color:transparent;
					border-left-color:transparent;
					position: absolute;
					left:50%;
					margin-left: -400px;
					bottom:0;
					overflow:visible;
					z-index:1;
					-webkit-transition:margin-left 0.2s, border-width 0.2s;
					-moz-transition:margin-left 0.2s, border-width 0.2s;
					-o-transition:margin-left 0.2s, border-width 0.2s;
					transition:margin-left 0.2s, border-width 0.2s;
				}

				#nav ul li:hover .tip {
					margin-left: -290px;
					border-width:15px; 
				}
				/*********************************************/
				#nav ul li .tip2 {
					width:0;
					height:0;
					border:0 solid #343434;
					border-top-color:transparent;
					border-right-color:transparent;
					border-left-color:transparent;
					position: absolute;
					left:50%;
					margin-left: -500px;
					bottom:0;
					overflow:visible;
					z-index:1;
					-webkit-transition:margin-left 0.2s, border-width 0.2s;
					-moz-transition:margin-left 0.2s, border-width 0.2s;
					-o-transition:margin-left 0.2s, border-width 0.2s;
					transition:margin-left 0.2s, border-width 0.2s;
				}
         
				#nav ul li:hover .tip2 {
					margin-left: -85px;
					border-width:15px; 
				}
				/*********************************************/
				/*********************************************/
				#nav ul li .tip3 {
					width:0;
					height:0;
					border:0 solid #343434;
					border-top-color:transparent;
					border-right-color:transparent;
					border-left-color:transparent;
					position: absolute;
					left:50%;
					margin-left: -500px;
					bottom:0;
					overflow:visible;
					z-index:1;
					-webkit-transition:margin-left 0.2s, border-width 0.2s;
					-moz-transition:margin-left 0.2s, border-width 0.2s;
					-o-transition:margin-left 0.2s, border-width 0.2s;
					transition:margin-left 0.2s, border-width 0.2s;
				}
         
				#nav ul li:hover .tip3 {
					margin-left: 332px;
					border-width:15px; 
				}
				/*********************************************/
				#nav ul li .tip7 {
					width:0;
					height:0;
					border:0 solid #343434;
					border-top-color:transparent;
					border-right-color:transparent;
					border-left-color:transparent;
					position: absolute;
					left:50%;
					margin-left: -500px;
					bottom:0;
					overflow:visible;
					z-index:1;
					-webkit-transition:margin-left 0.2s, border-width 0.2s;
					-moz-transition:margin-left 0.2s, border-width 0.2s;
					-o-transition:margin-left 0.2s, border-width 0.2s;
					transition:margin-left 0.2s, border-width 0.2s;
				}
         
				#nav ul li:hover .tip7 {
					margin-left: -194px;
					border-width:15px; 
				}
				/*************************/
                #nav ul li ul{ margin-left:-120px}
				#nav ul li:hover ul {
					height:218px;
					visibility:visible;
				}
				#nav ul li ul li {
						/*position: absolute;*/
						overflow: visible;
						top:0;
						/*left:50%;*/
						height:218px;
						width:259px;
						border-right: #3C3C3C 1px solid;
					    display:inline-block;
						background:transparent;
						
					}
			    #nav ul li ul li:hover{ background:#343434}
			    #nav UL LI ul li A{
				    background:transparent;
					text-decoration: none;
				}
				#nav UL LI ul li A:hover{
				    background:#343434;
					
					text-decoration: none;
				}
				.notched{ font-size:14px; height:30px; line-height:30px; margin:0; padding:0}
				#nav UL LI ul li img{ margin-top:30px}
				/*****************************************************/
/****主页热水器产品***********************/
#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#dg h4 {
	font-weight: 700;
	font-family:"微软雅黑";
}
#among{
	width:1100px;
	margin:auto;}
#list_type{
	font-size:36px;
	text-align:center;
	line-height:36px;
	font-weight:400;
	margin-top:12px;
	font-family:'微软雅黑','Arial','宋体';
	color:#4A4A4A;
	margin-bottom:20px
}
#list_type span{ font-size:56px; /*font-style:italic; */font-weight:bold; color:#000}
#listPro1{
	float:left;
	text-align:center;
	position:relative;
	padding:0 20px 0 0;
	margin:13px 0 0 0;
	height:390px;
	overflow:hidden;
	width:260px;
}
#listPro1 img{
	width:260px;
	height:250px;
}
#listPro1 h2{ font-size:16px; text-align:center; margin:14px 0 4px 0}
#listPro1 h3{ font-size:14px; text-align:center; color:#787878; margin:0; font-weight:normal}

.btn {
	display: inline-block;
	height:56px;
	width:195px;
	line-height:56px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	color:#FFF;
	font-family:'微软雅黑';
	background:url(../images/btn2.png) no-repeat;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #FFCC00;
	text-decoration: none;
	background:url(../images/btn2_over.png) no-repeat;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/****主页热水器产品***********************/
/* 首页公司简介样式 */
.gr-main-about{width:1100px;height:326px;margin:0 auto;}
.about-video{width:399px;height:326px;float:left;padding:11px 11px 0;background:url(../images/video_bj.jpg) no-repeat;margin-top:20px;}
.about-cont{width:500px;float:left;margin-left:20px;margin-top:20px;}
.about-cont h2{font-size:24px;font-family:"微软雅黑"; color:#333; margin:0}
.about-cont h2 span{padding-right:10px;font-size:25px; color:#35c4ff;}
.cont-list{padding-top:10px;line-height:24px;color:#666;}
.about-kjfs{width:140px;float:right;position: relative;}
.about-kjfs a{display:block;width:103px;height:65px;text-align:center;font-family:"微软雅黑";font-size:15px;background:url(../images/kj.jpg) no-repeat;padding-top:38px;}
.about-kjfs a:hover{background-position:0 -103px;color:#fff;}
.about-kjfs a.cur{background-position:0 -103px;color:#fff;}
.about-kjfs a span{display:block;text-transform:uppercase;font-family:arial;font-size:10px;}
.kj-b{position: absolute;top:105px;right:0;}
.kj-c{position: absolute;top:213px;left:0;}	
/********首页新闻*************************************/
#news_i{ width:100%; padding-top:30px; background:url(../images/ne_a.jpg) repeat-x bottom; padding-bottom:40px;}
#news_i ul{ width:1100px; height: 330px; margin:0 auto; display:table; padding:0;}
#news_i ul li{ float:left; width:520px; height:310px; padding:0 0 0 0;}
#news_i ul li h3{ height:50px; line-height:50px; font-size:24px; font-weight:500; font-family:"微软雅黑";padding:0; margin:0; padding-top:10px; color:#1172FF}
#news_i ul li label{ color:#333;}
#news_i ul li dl dd{ height:30px; line-height:30px; overflow:hidden; background:url(../images/arc.png) no-repeat left center; padding-left:10px;}
#news_i ul li dl dd label{ float:right; color:#999;}
#news_i ul li dl{ list-style-type:none; padding:0; margin:0}
#news_i ul li dl dd{ list-style-type:none; padding:0; margin:0; background:url(../images/arrow.jpg) no-repeat left; text-indent:15px}
#news_i ul li dl dd a{ color:#444444}
#news_i ul li dl dd a:hover{ color:#C5261D}
.fright{ float:right}
/********首页新闻*************************************/

.top_rim{
   z-index: 99999;
    position: fixed;
    width: 55px;
    bottom: 35px;
    height: 55px;
    right: 10px;
}
.top_rim A{
   text-indent: -200px;
    width: 55px;
    display: block;
    background: url(../images/top_ico.gif) no-repeat;
    height: 55px;
    overflow: hidden;
    text-decoration: none;
}
.top_rim A:hover{
   background: url(../images/top_ico.gif) no-repeat 0px bottom;
    text-decoration: none;
}
/*footer*/
#footer {
	clear:both;
	width: 100%;
	padding:0; 
	margin:0;
	height: auto;
	background:#2D2D2D;
	/*position: relative;
	overflow: hidden;*/
}
#footer .footer-bar {
	width: 1100px;
	/*height: 199px;
	background: url(../images/footer-bg.jpg) repeat-x;*/
	/*margin: 0 auto;*/
	position: absolute;
	left: 50%;
	margin-left: -550px;
}
#footer .foo-box {
	width: 1100px;
	margin: 0 auto;
	font-size: 12px;
}

#footer .foo-r {
	width: 1100px;
}
#footer .foo-nav {
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
	color: #CFCECE;
}
#footer .foo-nav span:last-child {
	display: none;
}
#footer .foo-nav span {
	padding: 0 14px;
}
#footer .foo-nav li{ float:left; width:137.5px}
#footer .foo-nav li h2{text-align:center;font-weight:norma; margin:0}
#footer .foo-nav li h2 a{ font-size:16px; font-weight:normal}
#footer .foo-nav a {
	color: #CFCECE;
}
#footer .foo-nav li ul{width:137.5px; padding:0; margin:0}
#footer .foo-nav li ul li{ text-align:center; height:30px; line-height:30px; font-size:14px;}
#footer .foo-nav a:hover {
	color: #C5261D;
}

#footer .qita {
	clear:both; 
	text-align:center;
	font-size:15px;
	color:#CFCECE;
	padding-bottom:20px;
}
#footer .qita p {
	color: #CFCECE;

	
	text-align:center;
	font-size:15px;
}
#footer .qita p a {
	color: #CFCECE;
}
#footer .qita p a:hover {
	text-decoration: underline;
}

.centered {
	clear:both;
	text-align: center;
	padding-top:30px;
	
}
.centered a{ margin-right:20px;}

.centered i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 10px 20px;
}
.centered i:hover {
	color: #C5261D;
}
/*footer end*/
/*新闻列表*/
#main_left ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 804px;
}
#main_left ul li {
    float: left;
    padding-bottom: 20px;
    width: 802px;
	border-bottom:#CCC 1px dotted;
	margin-top:20px;
}
#main_left ul li h4 {
    color: #666666;
    float: left;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
    width: 602px;
	text-align:left;
}
#main_left ul li h4 a {
    color: #000000;
    text-decoration: none;
}
#main_left ul li h4 a:hover {
    color: #666666;
    text-decoration: underline;
}
#main_left ul li h4 span {
    float: right;
    font-size: 12px;
    text-decoration: none;
}
#main_left .pic_news {
    float: left;
    margin-right: 20px;
}
#main_left .txt {
    color: #666666;
    float: left;
	text-align:left;
    font-size: 12px;
    line-height: 22px;
    width: 602px;
}
#main_left .txt span{
	padding-left:20px;
}
#main_left .txt a {
    color: #666666;
    font-size: 12px;
	line-height:22px;
    text-decoration: none;
}
#main_left .txt a:hover {
    color: #666666;
    text-decoration: underline;
}
/******************/
.subnavBox .subNav_goods{width:1226px;margin:0 auto;overflow:hidden;}
/*导航商品又一种商品样式*/
	.subNav_goods {height:100%;overflow:hidden;}
	/* .subNav_goods .goods_list {margin-left:-1px;} */
	.subNav_goods .goods_list {background:url("../img/fenjie.png") center center no-repeat;overflow:hidden;}
	.subNav_goods .goods_list li {float:left;overflow:hidden;height:100%;}
	.subNav_goods .goods_list .gitem {display:block;}
	.subNav_goods .goods_list .gimg {display:inline-block;}
	.subNav_goods .goods_list p {line-height:22px;height:22px;overflow:hidden;font-size:14px; padding:0; margin:0}
	.subNav_goods .goods_list .gname {font-size:16px;}
	.subNav_goods .goods_list .gdesc {color:#6d6d6d;}
	.subNav_goods .goods_list .gprice {color:#c11;}
	.subNav_goods .goods_list .gprice var {font-size:16px;}
	.subNav_goods .goods_list .abtn {margin:0 0 5px 0;font-size:16px;}
	/*.abtn {display:inline-block;background:#efefef;padding:5px 25px;margin-right:10px;font-size:14px;font-family:'微软雅黑';color:#333;}
	.abtn:hover {background:#cfcfcf;color:#333;}
	.abtn.confirm {background:#c11;color:#fff;}
	.abtn.confirm:hover {background:#ff1414;color:#fff;}*/

	/*(一行排3个的需求暂时不要了，妹的整天就折腾这些)
	.subNav_goods.three .goods_list li {width:33%;text-align:center;}
	.subNav_goods.three .goods_list .gitem {padding:10px 100px 20px;}
	.subNav_goods.three .goods_list .gimg {width:100px;height:100px;}
	*/

	.subNav_goods.two .goods_list li {width:50%;}
	.subNav_goods.two .goods_list .gitem {padding:5px 30px;}
	.subNav_goods.two .goods_list .gimg {float:left;width:210px;height:150px;margin-right:30px;display:inline;}
	.subNav_goods.two .goods_list .gname {margin-top:25px;}
	.subNav_goods.two .goods_list .gprice {margin-top:8px;}
	.subNav_goods.two .goods_list .gbuy {padding:8px 20px;background:#C5261D;}
	.subNav_goods.two .goods_list .gbuy:hover {background:#ff1212;}
	.subNav_goods.two .goods_list li a{text-decoration:none;}
	.clearperfect {clear:both;height:0px;overflow:hidden;}