@charset "utf-8";
/**CSS Document**/
::selection {background-color: #075f3e;}
::-moz-selection {background-color: #075f3e;}
::-webkit-selection {background-color: #075f3e;}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555}
* {padding: 0;margin: 0;font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;}
body {font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;color: #333;margin: 0;line-height: 1;}
:focus {outline: 1;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
a {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}
li, ul {list-style-type: none;}
img {border: none;}
a {color: #333;text-decoration: none;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
a:link, a:hover, a:active, a:visited {text-decoration: none;}
input, textarea {outline: 0;border: 0;}
textarea {resize: none;}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {font-weight: normal;font-style: normal;}
.clearfix{clear:both;}

.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}



/*top_A*/
#top_A{
	width:100%; 
	height:35px; 
	overflow: hidden; 
}
.top{
	width:1080px; 
	height:35px;
	margin:auto;
}
.top_left{ 
	width:380px; 
	height:35px; 
	float:left; 
	line-height:35px; 
	color:#4d4d4d; 
	font-size:12px;
}
.top_right{ 
	height: 35px; 
	float: right;
}
.top_right ul li{
	float: left; 
	line-height:35px; 
	padding:0px 0px 0px 15px;
}
.top_right ul li a{
	color: #4d4d4d; 
	font-size:12px;
}
.top_right ul li a:hover{
	color:#075f3e;
}


/**top_bgk**/
.top_bgk{ 
	width:100%;
	height:180px;
	background: url(../images/navbj.jpg)no-repeat;
	overflow:hidden;
}
.top_nr{ 
	width:1080px; 
	margin:auto;
}
.logo{  
	height:60px; 
	float:left; 
	width:237px;
	padding:58px 15px 63px 0px; 
	display:inline;
}
.logo h1{
	width:237px;
	height:60px;
	overflow: hidden;
}
.logo h1 a{
	width:196px;
	height:29px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.logo h1 a img{
	width:196px;
	height:29px;
	overflow: hidden;
}
.logo h1 div{
	width:237px;
	height:3px;
	background-color: #075f3e;
	margin-top:6px;
}
.logo h1 p{
	font-size:16px;
	color:#4c4c4c;

}
.biaoyu{ 
	width:200px; 
	height:80px; 
	float:left;  
	margin:50px 0px 0px 15px; 
	padding-left:13px; 
	display:inline; 
	border-left: 1px solid #ccc; 
}
.biaoyu p{ 
	color:#4c4c4c; 
	font-size:18px; 
	display:block; 
	margin-top:11px;
}
.biaoyu p span{
	color: #075f3e;
	font-size: 26px;
	font-weight: bold;
	padding-bottom:18px;
	display: block;
	margin-top:-15px;
}
.nav_all{ 
	float:right; 
	display:inline; 
	width: 600px;
	height: 180px;
	margin-top:-130px;
}
.nav { 
	width:600px; 
	margin:auto;
}
.nav li {
	float:left; 
	text-align:center;
	background: url(../images/navpai.png)no-repeat;
	width:73px;
	height:178px;
	margin-right:2px;
}
.nav li a {
	display:block; 
	font-size:18px; 
	width:18px;
	color:#fff;
	margin: 0 auto; 
	line-height: 20px;
	margin-top:50px;
}
.nav li:hover a{
	color:#c99a2f;
}
.nav li.another a{
	color:#c99a2f;
}
.fixedNav{ 
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	z-index:100000; 
	_position:absolute; 
	_top:expression(eval(document.documentElement.scrollTop));}

/*footer*/
.footer_bg{
	width:100%;
	background: url(../images/yjbj.png)no-repeat;
	height:342px;
}
.footer_bg .footer_box{
	width:1080px;
	margin:0 auto;
}
.footer_box .copyright{
	width:180px;
	padding-top:45px;
	height:265px;
	float: left;
}
.footer_box .copyright ul{
	width:180px;
}
.footer_box .copyright li{
	float:left; 
	width:70px;
	text-align:left;
	margin-left:20px;
	margin-top:28px;
}
.footer_box .copyright li a {
	display:block; 
	font-size:14px;  
	color:#fff; 
}
.footer_box .copyright li a:hover{
	color:#c99a2f;
}
.footer_box .copyright .yjdh_cur a{
	color:#c99a2f;
}
.footer_box .xian{
	float: left;
	width:2px;
	height:230px;
	background-color: #c99a2f;
	margin:50px 60px;
}

.footer_box .footer_nr{
	height:215px;
	width:538px;
	overflow: hidden;
	padding-top:55px;
	color:#fff;
	line-height: 25px;
}


.footer_box .footer_nr h2{
	font-size:14px;
	color:#fff;
	margin-bottom:-21px;
	padding-top:8px;
}
.footer_box .footer_nr a{
	color:#fff;
}

.footer_box .footer_nr a:hover{
	color:#c99a2f;
}
.footer_box >img{
	width:170px;
	height:170px;
	display: block;
	overflow: hidden;
	float: right;
	margin-top: -200px;
}




/*咨询客服开始*/
.floating_ck{
	position:fixed;
	right:10px;
	top:30%;
	z-index:9999;}
.floating_ck dl dd{
	position:relative;
	width:68px;
	height:72px;
	background-color:#ccc;
	border-bottom:solid 1px #ccc;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20%;
	cursor:pointer;
}
.floating_ck dl dd:hover{
	background-color:#075f3e;
	border-bottom:solid 1px #075f3e;
}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/qq.png);}
.words{background-image:url(../images/zxicon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima1.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{
	color:#fff;display:block;
	padding-top:54px;
}
.floating_left{
	position:absolute;
	left:-160px;
	top:0px;
	width:160px;
	height:72px;
	background-color:#075f3e;
	border-bottom:solid 1px #075f3e;
	display:none;
	font-weight:bold;
}
.left_t a{
	color:#fff;
	line-height:80px;
	font-size:18px;
}
.left_2{
	height:auto;
	overflow:hidden;
}
.left_2 a{
	line-height:20px;
	font-size:16px;
	color:#fff;
	display:block;
	padding:10px 0;
}
.left_1 a{
	line-height:30px;
	font-size:16px;
	color:#fff;
	display:block;
	padding:10px 0;
}
.floating_ewm{
	height:260px;
	top:-180px;}
.floating_ewm i img{
	display:block;
	width:145px;
	height:145px;
	margin:auto;
	margin-top:7px;
}
.floating_ewm p{
	color:#fff;
	margin-top:5px;
}
.floating_ewm .qrcord_p01{
	font-size:12px;
	line-height:20px;
}
.floating_ewm .qrcord_p02{font-size:18px;}
/*咨询客服结束*/







