@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i,
b {
	font-style: normal;
	font-weight: normal
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a,
area {
	outline: none;
	blr: expression(this.onFocus="this.blur"())
}

a:focus,
a:hover,
a:active {
	outline: none;
	blr: expression(this.onFocus="this.blur"())
}

sub,
sup {
	vertical-align: baseline
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none
}

input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: middle
}

a img,
img {
	-ms-interpolation-mode: bicubic
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666
}

a:hover {
	text-decoration: none
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: Arial, "微软雅黑";
	font-size: 12px;
	color: #000;
}

body {
	min-width: 1260px;
}

.layout {
	width: 1200px;
	margin: 0 auto;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}

.clearfix {
	*zoom: 1
}

/*初始化*/
.wrap {
	width: 1100px;
	margin: 0 auto;
}

/*header*/
.header .top {
	background: #d9dad9;
	height: 145px;
	text-align: center;
}

.header .top .wrap {
	position: relative;
}

.header .top .logo {
	background: url(../images/logo.png) no-repeat center;
	width: 203px;
	height: 145px;
	display: inline-block;
	text-align: center;
	*zoom: 1;
	*display: inline;
}

.header .top .tt {
	position: absolute;
	top: 16px;
	right: 0;
}

.header .top .tt li {
	float: left;
	height: 25px;
	background: url(../images/icon_13.png) no-repeat right center;
	width: 82px;
}

.header .top .tt li a {
	line-height: 25px;
	font-size: 12px;
	color: #333;
}

.header .top .tt li.cx {
	background: none;
	width: 100px;
}

.header .top .tt li.cx i {
	background: url(../images/icon_12.png) no-repeat right center;
	width: 5px;
	height: 8px;
	display: inline-block;
	padding-left: 10px;
}

.header .top .tt li.xl {
	background: none;
	width: 25px;
	margin-left: 20px;
	position: relative;
}

.header .top .tt li.xl a {
	background: url(../images/icon_1.png) no-repeat left center;
	width: 25px;
	height: 25px;
	display: block;
	cursor: default;
}

.header .top .tt li.xl p {
	position: absolute;
	top: 28px;
	left: -35px;
	z-index: 99;
	display: none;
}

.header .top .tt li.xl p i {
	width: 80px;
	height: 10px;
	background: url(../images/icon_33.png) no-repeat center;
	display: block;
}

.header .top .tt li.wx {
	background: none;
	width: 25px;
	margin-left: 10px;
	position: relative;
}

.header .top .tt li.wx a {
	background: url(../images/icon_1.png) no-repeat right center;
	width: 25px;
	height: 25px;
	display: block;
	cursor: default;
}

.header .top .tt li.wx p {
	position: absolute;
	top: 28px;
	left: -35px;
	z-index: 99;
	display: none;
}

.header .top .tt li.wx p i {
	width: 80px;
	height: 10px;
	background: url(../images/icon_33.png) no-repeat center;
	display: block;
}

.header .nav {
	background:#1a615c;
	height: 60px;
}

.header .nav ul {
	text-align: center;
}

.header .nav ul li {
	display: inline-block;
	width: 130px;
	position: relative;
}

.header .nav ul li a {
	font-size: 15px;
	color: #fff;
	line-height: 60px;
	display: block;
}

.header .nav ul li a:hover,
.header .nav ul li.on a {
	color: #e0ede2;
}
/**background: #000 url(../images/icon_4.png) no-repeat center !important;**/
.header .nav ul li .sub-nav {
	width: 602px;
	height: 269px;
	position: absolute;
	background: #000 url(../images/icon_4.png) no-repeat center !important;
	z-index: 999;
	display: none;
}

.header .nav ul li .sub-nav dl {
	width: 394px;
	height: 259px;
	background: #fff;
	position: absolute;
	top: 2px;
	right: 0;
	padding-left: 42px;
	padding-top: 8px;
}

.header .nav ul li .sub-nav dl dt {
	text-align: left;
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 68px;
}

.header .nav ul li .sub-nav dl dd {
	float: left;
	width: 144px;
	margin-right: 40px;
	background: url(../images/icon_5.png) no-repeat left center;
	padding-left: 5px;
}

.header .nav ul li .sub-nav dl dd a {
	font-size: 12px;
	color: #888;
	line-height: 48px;
	display: block;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #e2d8c3;
}

.header .nav ul li .sub-nav dl dd a:hover {
	color: #050505;
}

.header .nav .wrap {
	position: relative;
}

.common-searchx {
	position: absolute;
	top: 0;
	right: 0;
}

.common-searchx i {
	width: 68px;
	height: 60px;
	background: url(../images/icon_9.png) no-repeat center right;
	display: block;
}

.share-search {
	position: absolute;
	width: 290px;
	height: 70px;
	padding: 20px 0 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	top: 60px;
	right: 0;
	box-shadow: 1px 1px 1px #ccc;
	z-index: 999;
	display: none;
}

.common-searchx:hover .share-search {
	display: block;
}


.common-searchx input {
	border: none;
	background-color: transparent;
}

.common-searchx .search1x {
	width: 170px;
	height: 30px;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	padding: 8px 0 8px 12px;
	float: left;
	margin-right: 8px;
}

.common-searchx .search2x {
	float: left;
	width: 60px;
	height: 30px;
	box-sizing: border-box;
	background: url(../images/search2.png) no-repeat center;
	background-color: black;
	cursor: pointer;
}

/*footer*/
.footer {
	background:#1a615c;
	height: auto;
	overflow: hidden;
}

.footer .foot-1 {
	padding-top: 50px;
}

.footer .foot-1 .foot-logo {
	padding: 0 27px;
}

.footer .foot-1 .foot-nav {
	padding-left: 104px;
}

.footer .foot-1 .foot-nav dl {
	float: left;
	width: 172px;
}

.footer .foot-1 .foot-nav dl dt {
	font-size: 15px;
	color: #fff;
	background: url(../images/icon_16.png) no-repeat left bottom;
	line-height: 48px;
	margin-bottom: 5px;
}

.footer .foot-1 .foot-nav dl dd {
	font-size: 12px;
	line-height: 36px;
}

.footer .foot-1 .foot-nav dl dd a {
	color: #FFF;
}

.footer .foot-1 .foot-search {
	width: 284px;
}

.footer .foot-1 .foot-search h4 {
	font-size: 15px;
	color: #fff;
	line-height: 72px;
}

.footer .foot-1 .foot-search .a1 {
	float: left;
	width: 180px;
	height: 37px;
	line-height: 37px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background-color: transparent;
	padding-left: 12px;
	font-size: 14px;
	color: #a5a5a5;
}

.footer .foot-1 .foot-search .a2 {
	float: right;
	width: 76px;
	height: 39px;
	background: #fff;
	border: none;
	font-size: 13px;
	color: #000;
}

.footer .foot-1 .foot-search label {
	font-size: 12px;
	color: #666;
	float: left;
	line-height: 50px;
}

.footer .foot-1 .foot-search p {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}

.footer .foot-1 .foot-search p i {
	background: url(../images/icon_17.png) no-repeat left center;
	display: inline-block;
	width: 40px;
	height: 23px;
	vertical-align: middle;
}

.footer .foot-2 {
	height: 62px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 40px;
}

.footer .foot-2 p {
	font-size: 12px;
	color: #fff;
	line-height: 62px;
	width: 456px;
	float: left;
}

.footer .foot-2 p a {
	flo at: left;
	padding: 0 18px;
	line-height: 62px;
	font-size: 12px;
	background: url(../images/icon_13.png) no-repeat right center;
	font-size: 12px;
	color: #fff;
}

.footer .foot-2 p a:last-child {
	background: none;
}


/*banner*/
.banner {
	width: 100%;
	position: relative;
	height: 675px;
	background:#1a615c;
	overflow: hidden;
}

.banner .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner .bd ul {
	width: 100% !important;
}

.banner .bd li {
	width: 100% !important;
	height: 675px;
	overflow: hidden;
	text-align: center;
}

.banner .bd li a {
	display: block;
	height: 675px;
}

.banner .hd {
	width: 100%;
	position: absolute;
	bottom: 38px;
	height: 14px;
	line-height: 14px;
	z-index: 999;
	text-align: center;
}

.banner .hd ul {
	text-align: center;
}

.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 9px;
	background: url(../images/icon_2.png) no-repeat left center;
	overflow: hidden;
	line-height: 9999px;
}

.banner .hd ul .on {
	background-position: right center;
}

.banner .prev,
.banner .next {
	width: 43px;
	height: 65px;
	position: absolute;
	top: 268px;
	z-index: 3;
	background: rgba(0, 0, 0, 0.6) url(../images/icon_11.png);
}

.banner .prev {
	background-position: left top;
	left: 64px;
}

.banner .next {
	background-position: right top;
	right: 64px;
}

.banner .prev:hover {
	background: rgba(255, 255, 255, 0.6) url(../images/icon_11.png) no-repeat left bottom;
}

.banner .next:hover {
	background: rgba(255, 255, 255, 0.6) url(../images/icon_11.png)no-repeat right bottom;
}


/*index*/
.index-1 .wrap {
	padding: 32px 0 50px 0;
}

.index-1 .tit {
	width: 100%;
	height: 58px;
}

.index-1 .tit h3 {
	text-align: center;
	background: url(../images/icon_8.png) no-repeat center bottom;
	line-height: 58px;
	font-size: 36px;
	color: #000;
}

.index-1 .tab-1 {
	padding-top: 42px;
	position: relative;
}

.index-1 .tab-1 ul {
	width: 1104px;
}

.index-1 .tab-1 .pic-bd li {
	width: 276px;
	float: left;
	text-align: center;
}
.index-1 .tab-1 .pic-bd li img{ height:250px ; width: auto;} 

.index-1 .tab-1 .pic-bd li a {
	display: block;
}

.index-1 .tab-1 .pic-bd li h4 {
	width: 100%;
	height:auto ;
	margin-bottom: 22px;
}

.index-1 .tab-1 .pic-bd li:hover h4 {
	background: url(../images/icon_7.png) no-repeat center;
}

.index-1 .tab-1 .pic-bd li p {
	width: 100%;
	line-height: 28px;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.index-1 .tab-1 .pic-bd li h5 {
	width: 100%;
	line-height: 26px;
	font-size: 13px;
	color: #888;
	text-align: center;
}

.index-1 .tab-1 .pic-hd {
	width: 100%;
	position: absolute;
	bottom: -54px;
	height: 14px;
	line-height: 14px;
	z-index: 999;
	text-align: center;
}

.index-1 .tab-1 .pic-hd ul {
	text-align: center;
}

.index-1 .tab-1 .pic-hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 9px;
	background: url(../images/icon_10.png) no-repeat left center;
	overflow: hidden;
	line-height: 9999px;
}

.index-1 .tab-1 .pic-hd ul .on {
	background-position: right center;
}

.index-1 .tab-1 .prev,
.index-1 .tab-1 .next {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	z-index: 3;
	background: url(../images/icon_6.png);
	margin-top: -32px;
}

.index-1 .tab-1 .prev {
	background-position: left top;
	left: -80px;
}

.index-1 .tab-1 .next {
	background-position: right top;
	right: -80px;
}

.index-2 {
	background: url(../images/index_bg1.jpg) no-repeat center;
	width: 100%;
	height: 768px;
	margin-top: 54px;
}

.index-2 .wrap {
	padding-top: 64px;
}

.index-2 .tab-2 {
	width: 551px;
	height: 681px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.index-2 .tab-2 .cip-bd li {
	width: 551px !important;
	height: 681px;
	padding-left: 38px;
	padding-top: 50px;
	box-sizing: border-box;
}

.index-2 .tab-2 .cip-bd li h4 {
	font-size: 43px;
	color: #000;
	text-transform: uppercase;
	line-height: 72px;
	background: url(../images/icon_8.png) no-repeat left bottom;
}

.index-2 .tab-2 .cip-bd li h5 {
	font-size: 24px;
	color: #000;
	line-height: 50px;
	margin-top: 14px;
}

.index-2 .tab-2 .cip-bd li p {
	font-size: 12px;
	color: #a29a9f;
	line-height: 22px;
}

.index-2 .tab-2 .cip-bd li a {
	width: 89px;
	height: 29px;
	background: #000;
	font-size: 12px;
	color: #e8e8e8;
	margin-top: 41px;
	display: block;
	text-align: center;
	line-height: 29px;
}

.index-2 .tab-2 .cip-bd li a:hover {
	background: #1a615c;
}

.index-2 .tab-2 .prev,
.index-2 .tab-2 .next {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 63px;
	z-index: 3;
	background: #e0ca8e url(../images/icon_3.png);
}

.index-2 .tab-2 .prev {
	background-position: left top;
	left: 49px;
}

.index-2 .tab-2 .next {
	background-position: right top;
	left: 88px;
}

.index-2 .tab-2 .prevStop {
	background: #1a615c url(../images/icon_3.png) left top;
	cursor: default;
}

.index-2 .tab-2 .nextStop {
	background: #1a615c url(../images/icon_3.png) right top;
	cursor: default;
}

.index-3{ margin-top: 50px;}

.index-3 .wrap {
	padding: 32px 0;
}

.index-3 .wrap li {
	float: left;
	width: 50%;
	height: 275px;
	overflow: hidden;
}

.index-3 .wrap li div.fl {
	width: 50%;
}

.index-3 .wrap li div.fr {
	width: 50%;
	padding-top:20px;
	background: #f8f8f8;
	height: 275px;
}

.index-3 .wrap li div.fr:hover {
	background: #1a615c
}

.index-3 .wrap li div.fr h4 {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 35px;
	font-weight: 500;
}

.index-3 .wrap li div.fr p {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height:24px;
	padding: 20px;
}

.index-3 .wrap li div.fr a {
	text-align: center;
	width: 100%;
	display: block;
	line-height: 23px;
	background: url(../images/icon_14.png) no-repeat center bottom;
	margin-top:10px;
}

.index-3 .wrap li:hover div.fr {
	background: #006a60;
	color: #fff!important;
}
.index-3 .wrap li:hover div.fr p{color: #fff!important;}

.index-3 .wrap li:hover div.fr h4 {
	color: #fff;
}

.index-3 .wrap li:hover div.fr a {
	color: #fff;
}

.index-4 .wrap {
	padding: 32px 0 50px 0;
}

.index-4 .tit {
	width: 100%;
	height: 58px;
}

.index-4 .tit h3 {
	text-align: center;
	background: url(../images/icon_8.png) no-repeat center bottom;
	line-height: 80px;
	font-size: 36px;
	color: #000;
}

.index-4 .tab-3 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	position: relative;
}

.index-4 .tab-3 .icp-bd li div.fl {
	width: 50%;
	height: 332px;
	position: relative;
}

.index-4 .tab-3 .icp-bd li div.fl p {
	width: 405px;
	height: 315px;
	position: absolute;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 105px;
	z-index: 9;
}

.index-4 .tab-3 .icp-bd li div.fl p img {
	width: 100%;
}

.index-4 .tab-3 .icp-bd li div.fl i {
	background: url(../images/icon_15.png) no-repeat center;
	width: 366px;
	height: 315px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 8;
}

.index-4 .tab-3 .icp-bd li div.fr {
	width: 45%;
}

.index-4 .tab-3 .icp-bd li div.fr h4 {
	font-size: 30px;
	color: #000;
	line-height: 64px;
	background: url(../images/icon_14.png) no-repeat left bottom;
	margin-bottom: 32px;
}

.index-4 .tab-3 .icp-bd li div.fr p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-bottom: 32px;
}

.index-4 .tab-3 .icp-bd li div.fr a {
	width: 135px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	background: #000;
	font-size: 13px;
	color: #fff;
}

.index-4 .tab-3 .icp-bd li div.fr a:hover {
	background: #1a615c;
}

.index-4 .tab-3 .prev,
.index-4 .tab-3 .next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 165px;
	background: #e0ca8e url(../images/icon_3.png);
	z-index: 10;
}

.index-4 .tab-3 .prev {
	background-position: left top;
	left: 65px;
}

.index-4 .tab-3 .next {
	background-position: right top;
	left: 105px;
}

.index-4 .tab-3 .prevStop {
	background: #1a615c url(../images/icon_3.png) left top;
	cursor: default;
}

.index-4 .tab-3 .nextStop {
	background: #1a615c url(../images/icon_3.png) right top;
	cursor: default;
}

/*sub*/
.sub-tit {
	height: 51px;
	background: #f6f6f6;
	line-height: 51px;
}

.sub-tit span {
	float: left;
	font-size: 14px;
	color: #888;
}

.sub-tit a {
	float: left;
	font-size: 14px;
	color: #888;
}

.sub-tit a:hover {
	color: #000;
}

.sub-tit font {
	float: left;
	font-size: 14px;
	color: #888;
	padding: 0 10px;
}


/*产品中心*/
.product .sub-banner {
	background: #000 url(../images/sub-banner1.png) no-repeat center;
	width: 100%;
	height: 351px;
}

.product .product-mian li {
	width: 100%;
	height: 640px;
}

.product .product-mian li.a1 {
	background: #fff;
}

.product .product-mian li.a2 {
	background: #f7f7f7;
}

.product .product-mian li a {
	display: block;
	width: 1100px;
	margin: 0 auto;
}

.product .product-list {
	padding-top: 64px;
	padding-bottom: 96px;
}

.product .product-list div.fl {
	width: 275px;
}

.product .product-list div.fl h3 {
	height: 115px;
	background-color: #1a615c;
	padding-left: 28px;
}

.product .product-list div.fl h3 span {
	font-size: 28px;
	color: #fff;
	line-height: 64px;
	padding-top: 28px;
	background: url(../images/icon_18.png) no-repeat left bottom;
	display: block;
}

/*.product .product-list div.fl ul {border-bottom: none;}*/
.product .product-list div.fl ul li {
	height: 60px;
	border: 1px solid #ebebeb;
	border-top: none;
	padding-left: 28px;
}

.product .product-list div.fl ul li a {
	width: 100%;
	line-height: 60px;
	font-size: 14px;
	color: #000;
	display: block;
}

.product .product-list div.fl ul li:hover,
.product .product-list div.fl ul li.on {
	background: #1a615c url(../images/icon_19.png) no-repeat 90% center;
	border-top: none;
}

.product .product-list div.fl ul li:hover a,
.product .product-list div.fl ul li.on a {
	color: #fff;
}

.product .product-list div.fr {
	width: 793px;
	padding: 19px 22px;
	border: 1px solid #ebebec;
	box-sizing: border-box;
}

.product .product-list div.fr h4 {
	line-height: 64px;
	padding-top: 16px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.product .product-list div.fr ul {
	padding-bottom: 15px;
}

.product .product-list div.fr li {
	width: 236px;
	float: left;
	margin: 0 6px;
}

/*.product .product-list div.fr li:last-child{ margin-right: 0;}*/
.product .product-list div.fr li a {
	display: block;
}

.product .product-list div.fr li h6 {
	border: 1px solid #eee;
	text-align: center;
}
.product .product-list div.fr li h6 img{ height: 280px; width: 100%;}
.product .product-list div.fr li p {
	line-height: 54px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.product .product-list div.fr li:hover p {
	color: #000;
}

.fy {
	width: 100%;
	padding-top: 24px;
}

.fy .fy-mian {
	float: right;
}

.fy .fy-mian a {
	width: 80px;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eaeaea;
	margin-left: 6px;
}

.fy .fy-mian a.a1 {
	background: #000;
	border: 1px solid #000;
	font-size: 14px;
	color: #fff;
}

.fy .fy-mian a.a1.on,
.fy .fy-mian a.a1:hover {
	background: #e0ca8e;
	border: 1px solid #e0ca8e;
}

.fy .fy-mian a.a2 {
	font-size: 14px;
	color: #c0c0c0;
}

.fy .fy-mian a.a2:hover,
.fy .fy-mian a.a2.on {
	color: #000;
	background: #ebebeb;
}


/*产品详细*/
.product .product-xx .a1 {
	padding: 81px 0 68px;
}

.product .product-xx .a1 div.fl {
	width: 473px;
	height: 524px;
	position: relative;
}

.product .product-xx .a1 div.fl .img1 {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #eee;
	z-index: 9;
	height: 506px;
	width: 456px;
	overflow: hidden;
}

.product .product-xx .a1 div.fl .img1 p {
	width: 456px;
	height: 506px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*font-size: 441px;
}

.product .product-xx .a1 div.fl .img1 img {
	vertical-align: middle;
	max-width: 456px;
}

.product .product-xx .a1 div.fl .img2 {
	width: 458px;
	height: 508px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e0ca8e;
	z-index: 8;
}

.product .product-xx .a1 div.fr {
	width: 552px;
	position: relative;
}

.product .product-xx .a1 div.fr h4 {
	font-size: 30px;
	color: #000;
	line-height: 78px;
	background: url(../images/icon_14.png) no-repeat left bottom;
	padding-top: 50px;
}

.product .product-xx .a1 div.fr h5 {
	font-size: 24px;
	color: #ddc78c;
	padding-top: 60px;
	padding-bottom: 70px;
}

.product .product-xx .a1 div.fr h5 span {
	font-weight: bold;
}

.product .product-xx .a1 div.fr p {
	font-size: 14px;
	color: #000;
	line-height: 36px;
	padding-top: 13px;
}

.product .product-xx .a1 div.fr h6 a.c1 {
	width: 194px;
	height: 48px;
	float: left;
	text-align: center;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #000;
}

.product .product-xx .a1 div.fr h6 a.c1 i {
	background: url(../images/icon_28.png) no-repeat left top;
	width: 32px;
	height: 22px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.product .product-xx .a1 div.fr h6 a.c2 {
	width: 196px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	background: #000;
	font-size: 12px;
	color: #fff;
	margin-left: 30px;
}

.product .product-xx .a1 div.fr .fx {
	position: absolute;
	right: 0;
	top: 280px;
}

.product .product-xx .a1 div.fr .fx span {
	float: left;
	line-height: 16px;
}

.product .product-xx .a1 div.fr .fx a {
	width: 16px;
	height: 16px;
	background: url(../images/icon_27.png) no-repeat;
	float: left;
	margin-left: 4px;
}

.product .product-xx .a1 div.fr .fx a.f1 {
	width: 22px;
	background-position: 0 0
}

.product .product-xx .a1 div.fr .fx a.f2 {
	background-position: -24px 0
}

.product .product-xx .a1 div.fr .fx a.f3 {
	background-position: -44px 0
}

.product .product-xx .a1 div.fr .fx a.f4 {
	background-position: -64px 0
}

.product .product-xx .a1 div.fr .fx a.f5 {
	background-position: -84px 0
}

.product .product-xx .a2 {
	background: url(../images/icon_26.png) repeat center;
	min-height: 633px;
	overflow: hidden;
}

.product .product-xx .a2 .fl {
	width: 550px;
	min-height: 633px;
}

.product .product-xx .a2 .fl h4 {
	line-height: 60px;
	background: url(../images/icon_14.png) no-repeat left bottom;
	font-size: 14px;
	color: #000;
}

.product .product-xx .a2 .fl p {
	line-height: 36px;
	font-size: 14px;
	color: #000;
	padding: 15px 0 0;
}

.product .product-xx .a2 .fl .z1 {
	margin-top: 44px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 80px;
}

.product .product-xx .a2 .fr {
	width: 550px;
	height: 633px;
}

.product .product-xx .a2 .fr p {
	width: 550px;
	height: 633px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*font-size: 578px;
}

.product .product-xx .a2 .fr p img {
	vertical-align: middle;
}

.product .product-xx .a3 {
	padding: 40px 0;
}

.product .product-xx .a3 h5 {
	line-height: 56px;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #000;
}

.product-tab {
	padding: 50px 0;
	position: relative;
}

.product-tab li {
	width: 236px;
	float: left;
	margin: 0 18px;
}

.product-tab li a {
	display: block;
}

.product-tab li h6 {
	border: 1px solid #eee;
}

.product-tab li p {
	line-height: 54px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.product-tab li:hover p {
	color: #000;
}

.product-tab .prev,
.product-tab .next {
	width: 33px;
	height: 69px;
	position: absolute;
	top: 168px;
	z-index: 3;
	background: url(../images/icon_29.png);
}

.product-tab .prev {
	background-position: left center;
	left: -64px;
}

.product-tab .next {
	background-position: right center;
	right: -64px;
}

.product-tab .prev:hover {
	background-color: #fafafa;
}

.product-tab .next:hover {
	background-color: #fafafa;
}

.product-tab .prevStop {
	display: none;
	cursor: default;
}

.product-tab .nextStop {
	display: none;
	cursor: default;
}

/*about*/
.about .about-mian {
	padding:60px 0;
/* 	padding-bottom: 96px; */
	line-height: 26px;
}

.about .about-mian div.fl {
	width: 275px;
}

.about .about-mian div.fl h3 {
	height: 115px;
	background-color:#1a615c;
	padding-left: 28px;
}

.about .about-mian div.fl h3 span {
	font-size: 28px;
	color: #fff;
	line-height: 64px;
	padding-top: 28px;
	background: url(../images/icon_18.png) no-repeat left bottom;
	display: block;
}

/*.product .product-list div.fl ul {border-bottom: none;}*/
.about .about-mian div.fl ul li {
	height: 60px;
	border: 1px solid #ebebeb;
	border-top: none;
	padding-left: 28px;
}

.about .about-mian div.fl ul li.on {
	background: #009688 url(../images/icon_19.png) no-repeat 90% center;
	border: 1px solid #009688;
	border-top: none;
}

.about .about-mian div.fl ul li.on a {
	color: #FFF;
}

.about .about-mian div.fl ul li a {
	width: 100%;
	line-height: 60px;
	font-size: 14px;
	color: #000;
	display: block;
}

.about .about-mian div.fl ul li:hover,
.product .product-list div.fl ul li.on {
	background: #1a615c url(../images/icon_19.png) no-repeat 90% center;
	/* border: 1px solid #000;*/
	border-top: none;
}

.about .about-mian div.fl ul li:hover a,
.product .product-list div.fl ul li.on a {
	color: #fff;
}

.about .about-mian div.fr {
	width: 793px;
	padding: 19px 22px;
	border: 1px solid #ebebec;
	box-sizing: border-box;
}

.about .about-mian div.fr .about-box {
	padding: 0 20px;
	padding-bottom: 48px;
}

/*news*/
.news {
	padding: 46px 0 64px;
}

.news .news-mian {
	box-sizing: border-box;
}

.news .news-mian h4 {
	border: 1px solid #e7e7e7;
	padding: 15px;
	text-align: center;
	line-height: 58px;
}

.news .news-mian .news-tit p {
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #888;
	background: url(../images/icon_14.png) no-repeat center bottom;
}

.news .news-mian li {
	border-bottom: 1px solid #e7e7e7;
	padding: 34px 0;
}
.news .news-mian li img{ width: 100%;}
.news .news-mian li div.fl {
	width: 367px;
}

.news .news-mian li div.fr {
	width: 570px;
	padding-right: 100px;
}

.news .news-mian li div.fr h5 {
	font-size: 18px;
	line-height: 60px;
	color: #000;
}

.news .news-mian li div.fr p {
	font-size: 14px;
	color: #000;
	line-height: 27px;
}

.news .news-mian li div.fr a {
	width: 110px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	background: #000;
	display: block;
	text-align: center;
	margin-top: 25px;
}

.news .news-mian li div.fr a i {
	background: url(../images/icon_12.png) no-repeat right center;
	display: inline-block;
	width: 16px;
	height: 8px;
	vertical-align: middle;
}

.news .news-mian li div.fr a:hover {
	background: #1a615c;
}

.news-fy {
	width: 100%;
	text-align: center;
	padding: 50px 0 0;
}

.news-fy .n-fy {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.news-fy .n-fy a{
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	float: left;
	margin: 0 5px;
	background: #f9f9f9;
	font-size: 14px;
	color: #888;
}



.news-fy .n-fy a.cur,.news-fy .n-fy a:hover{
	background: #1a615c;
	color: #fff;
}

.

/*护肤四部曲*/
.hufu4 .sub-banner {
	background: #000 url(../images/sub-banner2.png) no-repeat center;
	width: 100%;
	height: 351px;
}

.hufu4 .hufu4-mian {
	padding: 100px 0;
}

/*明星top10*/
.mx10 .sub-banner {
	background: #000 url(../images/sub-banner3.png) no-repeat center;
	width: 100%;
	height: 317px;
}

.mx10 .mx10-mian {
	padding: 20px 0;
	background: #f9f9f9;
	margin: 40px auto;
}

.mx10 .mx10-mian ul {
	position: relative;
}

.mx10 .mx10-mian a img {
	width: 100%;
}

/*联系我们*/
.contact {
	padding-top: 48px;
}

.contact h3 {
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 48px;
}

.contact h3 span {
	font-size: 32px;
	text-transform: uppercase;
}

.contact h4 {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}

.contact h4 span {
	color: #ddc78c;
}

.contact-rczp-mian {
	padding: 50px 0 60px;
}

.contact-rczp-mian h5 {
	text-align: center;
	line-height: 68px;
	background: #f7f7f7;
	font-size: 24px;
	color: #666;
}

.contact-rczp-mian dl dt {
	background: #1a615c;
	height: 55px;
	font-size: 14px;
	color: #fff;
}

.contact-rczp-mian dl dt span {
	float: left;
	line-height: 55px;
}

.contact-rczp-mian dl dt .a1 {
	width: 204px;
	border-right: 1px solid #dadada;
	padding-left: 54px;
}

.contact-rczp-mian dl dt .a2 {
	width: 188px;
	border-right: 1px solid #dadada;
	padding-left: 39px;
}

.contact-rczp-mian dl dt .a3 {
	width: 195px;
	border-right: 1px solid #dadada;
	padding-left: 31px;
}

.contact-rczp-mian dl dt .a4 {
	width: 294px;
	padding-left: 92px;
}

.contact-rczp-mian dl dd {
	height: 62px;
}

.contact-rczp-mian dl dd.on1 {
	background: #ffffff;
}

.contact-rczp-mian dl dd.on2 {
	background: #f8f8f8;
}

.contact-rczp-mian dl dd a {
	display: block;
}

.contact-rczp-mian dl dd span {
	float: left;
	line-height: 62px;
	font-size: 14px;
	color: #666;
}

.contact-rczp-mian dl dd .a1 {
	width: 204px;
	padding-left: 54px;
}

.contact-rczp-mian dl dd .a2 {
	width: 188px;
	padding-left: 39px;
}

.contact-rczp-mian dl dd .a3 {
	width: 195px;
	padding-left: 31px;
}

.contact-rczp-mian dl dd .a4 {
	width: 294px;
	padding-left: 92px;
}

.contact-rczp-mian dl dd:hover {
	background: #ddc78c;
}

.contact-rczp-mian dl dd:hover span {
	color: #fff;
}

.rczp-tc {
	width: 100%;
	height: 100%;
	background: url(../images/icon_23.png) repeat;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.rczp-tc .rczp-mian {
	width: 714px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -267px 0 0 -357px;
	overflow: hidden;
}

.rczp-tc .rczp-mian h5 {
	text-align: center;
	line-height: 72px;
	background: #000;
	font-size: 24px;
	color: #fff;
	position: relative;
}

.rczp-tc .rczp-mian h5 a {
	background: url(../images/icon_5F25.png) no-repeat center;
	position: absolute;
	right: 32px;
	top: 24px;
	width: 20px;
	height: 20px;
	display: block;
}

.rczp-tc .rczp-mian .rc-lx {
	padding: 0 22px;
}

.rczp-tc .rczp-mian .rc-lx h6 {
	font-size: 14px;
	color: #585858;
	line-height: 70px;
	padding-left: 5px;
}

.rczp-tc .rczp-mian .rc-lx div {
	background: #f7f7f7;
	padding: 20px 27px;
}

.rczp-tc .rczp-mian .nn {
	text-align: center;
	padding: 0px 0 0;
}

.rczp-tc .rczp-mian .nn a {
	width: 263px;
	height: 53px;
	background: url(../images/icon_24.png) no-repeat center;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/*发展历程*/

.about-fzlc {
	padding: 40px 0;
	position: relative;
}

.about-fzlc .a1 {
	width: 100%;
}

.about-fzlc .a1 li .tl {
	position: relative;
	z-index: 10;
	width: 47%;
	float: left;
}

.about-fzlc .a1 .tl h4 {
	font-size: 14px;
	color: #000;
	line-height: 56px;
	text-align: right;
}

.about-fzlc .a1 .tl h4 span {
	font-size: 48px;
}

/*.about-fzlc .a1 li:last-child{padding-bottom: 30px;}*/
.about-fzlc .a1 li .tl:before {
	background: url(../images/icon_32.png) no-repeat center;
	width: 9px;
	height: 11px;
	content: ' ';
	position: absolute;
	top: 82px;
	right: -27px;
}

.about-fzlc .a1 .tl p {
	border: 1px solid #ebebeb;
	padding: 30px 18px;
	font-size: 14px;
	color: #666;
	position: relative;
}

.about-fzlc .a1 .tl p:before {
	background: url(../images/icon_30.png) no-repeat center;
	width: 9px;
	height: 11px;
	content: ' ';
	position: absolute;
	top: 15px;
	right: -9px;
}

.about-fzlc .a1 .tr {
	width: 47%;
	float: right;
}

.about-fzlc .a1 .tr h4 {
	font-size: 14px;
	color: #000;
	line-height: 56px;
	text-align: left;
}

.about-fzlc .a1 .tr h4 span {
	font-size: 48px;
}

.about-fzlc .a1 li .tr {
	position: relative;
	z-index: 10;
}

/*.about-fzlc .a2 li:last-child{padding-bottom: 100px;}*/
.about-fzlc .a1 li .tr:before {
	background: url(../images/icon_32.png) no-repeat center;
	width: 9px;
	height: 11px;
	content: ' ';
	position: absolute;
	top: 82px;
	left: -26px;
}

.about-fzlc .a1 .tr p {
	border: 1px solid #ebebeb;
	padding: 30px 18px;
	font-size: 14px;
	color: #666;
	position: relative;
}

.about-fzlc .a1 .tr p:before {
	background: url(../images/icon_31.png) no-repeat center;
	width: 9px;
	height: 11px;
	content: ' ';
	position: absolute;
	top: 15px;
	left: -9px;
}

.about-fzlc .a3 {
	width: 1px;
	height: 100%;
	background-color: #999;
	position: absolute;
	left: 50%;
	z-index: 8;
	top: 20px;
}
