﻿@charset "utf-8";
/* CSS Document */
/*------- reset -------*/
/*
author: web63.cn
Date:2015/01/01;
Version:1.0;
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5标签初始化 
--------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 标签初始化 
--------------------------------------------------*/
body {
	line-height: 1;
	color:#333;
	font:14px/1.5 Arial, Helvetica, Verdana, sans-serif
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
	border-left: solid 4px #39c;
	margin-left: 10px;
	padding-left: 10px;
	background: whitesmoke;
	margin: 10px auto;
	padding: 6px 10px;
	color: #666;
	font-size: 20px;
}
i, em {
	font-style:normal;
	font-weight:100;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border:0;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5, h6 {
	font-size:12px;
}
a, a:hover {
	text-decoration:none;
}
div {
	display:block;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	font-weight: normal;
}
img, iframe {
	border: none;
	text-decoration:none;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
	margin:0;
	padding:0;
}
select {
	margin: inherit;
}
hr {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px
}
strong, b {
	font-weight:100;
}
input, button {
	border: 0;
	outline:none;
}
/* 解决Google浏览器字体不小于12px的问题
--------------------------------------------------*/
html {
	-webkit-text-size-adjust:none;
}
a {
	color: #39c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a {
	outline: none;
}
a:active {
*star: expression(this.onFocus=this.blur());
}
a:focus {
*outline: 0;
}
/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
/*常用样式*/
.pr {
	position:relative
}
.fb, strong {
	font-weight:700;
}
.fb0 {
	font-weight:100;
}
.hid {
	overflow:hidden;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.db {
	display: block;
}
.imglink {
	display: block;
	text-align: center;
}
/*input 框提示文字 html5*/
.placeholder {
	color:#888888;
}
input::-webkit-input-placeholder {
 color: #888888;
}
input::-moz-placeholder {
 color: #888888;
}
textarea::-webkit-input-placeholder {
 color: #888888;
}
textarea::-moz-placeholder {
 color: #888888;
}
/*常用css*/
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
/*常用字体*/
.yh {
	font-family: 'Microsoft YaHei';
}
.st {
	font-family: 'SimSun';
}
.ar {
	font-family: 'Arial';
}
.roman {
	font-family: "Times New Roman";
}
.tn {
	display: block;
	font-size: 0;
	text-indent: -99999em;
	color: transparent;
}
.tt a:hover {
	text-decoration: underline;
}
.xie {
	font-style: italic;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
body {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	min-width: 1200px;
	font-family: 'Microsoft YaHei';
}
.l {
	color: #6b0018 !important;
}
.h100 {
	clear: both;
	height: 100px;
	overflow: hidden;
}
.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}
.h60 {
	clear: both;
	height:60px;
	overflow: hidden;
}
.h0 {
	height: 0;
	line-height: 0;
}
.w {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
/*公用头部*/
.header {
	height: 100px;
	width: 100%;
	line-height: 97px;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	_position: absolute;
	background: url(/2018/images/cssimg/topbg.jpg) center 0 repeat-x #f5f5f5;
}
.header .w {
	padding-top: 3px;
	position: relative;
	z-index: 1001;
}
.logo {
	width: 121px;
	height: 97px;
	display: block;
	text-indent: -9999px;
	background: url(/2018/images/cssimg/logo.png) 0 center no-repeat;
	margin-right: 105px;
}
.nav {
	line-height: 97px;
	height: 97px;
	border-left: 1px solid #E7E7E7;
}
.nav .item {
	float: left;
	border-right: 1px solid #E7E7E7;
	width: 137px;
	position: relative;
	text-align: center;
	height: 97px;
	line-height: 97px;
}
.nav h3 a {
	display: block;
	font-size: 16px;
	color: #000000;
	height: 93px;
	line-height: 97px;
	border-bottom: 4px solid #F5F5F5;
	overflow: hidden;
}
.nav .item.cur h3 a, .nav .item h3 a:hover, .nav .item.on h3 a {
	color: #75B425;
	background-color: #EFEFEF;
	border-bottom-color: #0096DB;
}
.nav .item ul.children {
	position:absolute;
	right:0px;
	top:100%;
	z-index:9999999;
	display: none;
	width: 500px;
	padding: 10px 20px 20px 20px;
	background:#E3E3E3;
}
.nav .item ul.children .span1 {
	display: block;
	float: left;
	margin: 20px 15px 20px 0;
	width: 20px;
	height: 16px;
	background: url(/2018/images/cssimg/icon.png) -350px -30px;
}
.nav .item ul.children .span2 {
	background: url(/2018/images/cssimg/icon.png) -240px 0;
}
.nav .item ul.children .span3 {
	background: url(/2018/images/cssimg/icon.png) -270px 0;
}
.nav .item ul.children .span4 {
	background: url(/2018/images/cssimg/icon.png) -300px 0;
}
.nav .item ul.children .span5 {
	background: url(/2018/images/cssimg/icon.png) -210px -30px;
}
.nav .item ul.children .span6 {
	background: url(/2018/images/cssimg/icon.png) -240px -30px;
}
.nav .item ul.children .span7 {
	background: url(/2018/images/cssimg/icon.png) -270px -30px;
}
.nav .item ul.children .span8 {
	background: url(/2018/images/cssimg/icon.png) -300px -30px;
}
.nav .item ul.children li {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.nav .item ul.children li ul li {
	color: #888;
	font-size: 14px;
	float: left;
}
.nav .item ul.children li ul li a {
	height:28px;
	width: 65px;
	padding: 0;
	overflow: hidden;
	line-height:28px;
	text-align:center;
	float:left;
	margin:0 2px 5px 2px;
	display:block;
	color:#404040;
	background:#F8F8F8;
	border:1px solid #dcdcdc;
	border-radius:3px;
	font-size: 14px;
}
.nav .item ul.children li ul li a:hover {
	color:#fff;
	background:#6BC30D;
	border:1px solid #6BC30D;
	border-radius:3px;
}
.nav .item ul.children li .nav_tags {
	display: block;
	width: 500px;
}
.nav .item ul.children h4 {
	padding: 10px 0 6px 0;
	line-height: 22px;
	border: 1px solid #E3E3E3;
	width: 500px;
	height: 22px;
	overflow: hidden;
	text-align: left;
}
.nav .item ul.children span {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.nav .item ul.children h4 a {
	color: #888;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.nav .item ul.children h4 a:hover {
	color: #5EAA0C;
	background: none;
	text-decoration: underline;
}
.nav .item.cur ul.children {
	display: block;
}
/*常用字体.nav .item.haslv2 h3 a { background: url(/2018/images/cssimg/down.png) 99px center no-repeat; text-indent: -20px; }*/
.miniCar {
	padding-top: 30px;
	line-height: 38px;
}
.miniCar .car {
	padding-left: 39px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	background: url(/2018/images/cssimg/icon-car.png) 9px center no-repeat #df3033;
	border: 1px solid #df3033;
}
.miniCar .car span {
	display: inline-block;
	float: left;
	background-color: #fff;
	font-size: 15px;
	line-height: 36px;
	padding: 0 11px;
	white-space: nonowrap;
}
.miniCar .car b {
	color: #EC2D6C;
}
.loginreg {
	padding: 0 10px 0 0;
}
.loginreg a {
	font-size: 14px;
	padding: 0 10px;
}
.nav-product-row {
	background: #fff;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	position: fixed;
	left: 0;
	display: none;
	top: 100px;
	width: 100%!important;
	z-index: 1000;
	overflow: hidden;
}
.nav-product-row ul {
	float: left;
	position: relative;
	left: 50%;
}
.nav-product-row li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	right: 50%;
	height: 120px;
	line-height: 120px;
}
.nav-product-row li .img {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
}
.nav-product-row li .img img {
	display: block;
	width: 120px;
	height: 120px;
}
.nav-product-row li .txt {
	float: left;
	font-size: 16px;
}
.nav-product-row li .txt b {
	color: #F32928;
}
/*公用头部 over*/
/*footer*/
.footer {
	background-color: #F6F6F6;
}
.safe {
	border-bottom: 1px dashed #B4B4B4;
	padding: 39px 0 35px;
}
.safe ul {
	width: 116%;
}
.safe li {
	height: 80px;
	float: left;
}
.safe .img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 15px;
	background: url() center no-repeat;
}
.safe .li1 .img {
	background-image: url(/2018/images/cssimg/btm-ui1.png);
}
.safe .li2 .img {
	background-image: url(/2018/images/cssimg/btm-ui2.png);
}
.safe .li3 .img {
	background-image: url(/2018/images/cssimg/btm-ui3.png);
}
.safe .li4 .img {
	background-image: url(/2018/images/cssimg/btm-ui4.png);
}
.safe .li5 .img {
	background-image: url(/2018/images/cssimg/btm-ui5.png);
}
.safe .txt {
	float: left;
	width: 154px;
	font-size: 15px;
}
.safe h4 {
	font-size: 24px;
	line-height: 46px;
}
.safe h4 strong {
	font-size: 46px;
	font-weight: normal;
	color: #343434;
	font-family: 'Arial';
}
.footer-menu {
	padding-top: 57px;
	padding-bottom: 40px;
	height: auto;
}
.footer-menu dl {
	width: 190px;
}
.footer-menu dt {
	padding-bottom: 8px;
}
.footer-menu dt span {
	display: inline-block;
	color: #000000;
	font-size: 16px;
	line-height: 35px;
	border-bottom: 1px dashed #B4B4B4;
}
.footer-menu a {
	font-size: 14px;
	color: #565555;
}
.footer-menu a:hover {
	color: #EC2D6C;
}
.footer-menu .shaoma {
	text-align: center;
	margin-left: -30px;
	width: 160px;
	padding-right: 30px;
}
.footer-menu .shaoma p {
	font-size: 14px;
	color: #000000;
}
.footer-menu .tel {
	float: right;
	width: 220px;
}
.footer-menu .tel h3 {
	font-size: 30px;
	color: #EC2D6C;
	white-space: nonowrap;
	line-height: 50px;
}
.footer-menu .tel .ts {
	line-height: 40px;
	font-size: 16px;
	color: #565555;
}
.footer-menu .tel .kefu {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	background-color: #EC2D6C;
	line-height: 38px;
}
.copyright {
	padding: 20px 0;
	text-align: center;
	background-color: #3E3E3D;
	color: #FFFFFF;
	font-size: 12px;
}
.copyright a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.copyright a:hover {
	color: #fff;
}
.copyright p {
	padding: 15px 0 10px;
}
/*footer over*/
/*侧边菜单*/
#fixRight {
	width: 38px;
	height: 100%;
	position: fixed;
	z-index: 10;
	right: 0;
	top: 0;
	_display: none;
}
#fixRight .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #37383c;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#fixRight .inner {
	position: absolute;
	width: 38px;
	line-height: 18px;
	height: 80%;
	bottom: 0;
	right: 0;
}
#fixRight a {
	text-align: center;
	color: #fff;
	display: block;
	width: 38px;
}
#fixRight .Shopping-Cart {
	display: block;
	width: 16px;
	padding: 35px 11px 15px;
	color: #fff;
	text-align: center;
	background: url(/2018/images/cssimg/icon-car.png) center 10px no-repeat #df3033;
}
#fixRight div {
	position: relative;
}
#fixRight .mid-a {
	width: 38px;
	position: absolute;
	top: 30%;
	right: 0;
}
#fixRight .mid-a a {
	height: 15px;
	overflow: hidden;
	padding-bottom: 3px;
	margin-bottom: 5px;
	line-height: 14px;
}
#fixRight .btm-a {
	width: 38px;
	position: absolute;
	bottom: 5%;
	right: 0;
}
#fixRight .btm-a a {
	height: 15px;
	overflow: hidden;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#fixRight .sc a {
	padding-top: 30px;
	background: url(/2018/images/cssimg/icon-sc.png) center 5px no-repeat;
	background-color: #7a6e6e;
}
#fixRight .kefu a {
	padding-top: 40px;
	background: url(/2018/images/cssimg/rkf.gif) center 5px no-repeat;
	background-color: #7a6e6e;
}
#fixRight .tel a {
	padding-top: 30px;
	background: url(/2018/images/cssimg/icon-tel.png) center 5px no-repeat;
	background-color: #7a6e6e;
}
#fixRight .ma a {
	padding-top: 30px;
	background: url(/2018/images/cssimg/icon-ma.png) center 5px no-repeat;
	background-color: #7a6e6e;
}
#fixRight .ma img {
	display: block;
}
#fixRight .ma .txt {
	padding: 0 10px;
	height: auto;
}
#fixRight .ma .txt i {
	top: auto;
	bottom: 10px;
}
#fixRight .gototop a {
	padding-top: 30px;
	background: url(/2018/images/cssimg/gototop.png) center 10px no-repeat;
	background-color: #7a6e6e;
}
#fixRight .on a, #fixRight .inner a:hover {
	background-color: #EC2D6C;
	text-decoration: none;
	color: #fff;
}
#fixRight .on .txt {
	display: block;
}
#fixRight .txt {
	white-space: nowrap;
	display: inline-block;
	position: absolute;
	height: 100%;
	line-height: 45px;
	bottom: 0;
	right: 78px;
	height: 46px;
	color: #EC2D6C;
	border: 1px solid #DDDDDD;
	filter: alpha(opacity=0);
	opacity: 0;
	display: none;
	background-color: #fff;
	font-size: 22px;
	font-family: 'Microsoft YaHei';
	padding: 0 10px;
}
#fixRight .txt i {
	font-size: 25px;
	display: inline-block;
	color: #fff;
	position: absolute;
	right: -6px;
	top: 0;
}
/*公用结束*/
