﻿/*
* {
	margin: 0;
	padding: 0;
}
*/
.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

body {
	min-width: 1200px;
	min-height: 100%;
	font-size: 13px;
	background: #fff;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
}
/*
body img {
	border: none;
	max-width: 100%;
        margin: 0 auto;
}
*/
img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body a {
	text-decoration: none;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}
/*
body input,
body textarea,
body select {
	border: none;
	outline: none;
}
*/










/*首页logo按钮*/

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid rgba(240, 240, 240, 0.2);
	transition: all 0.5s;
}

header a.logo {
	padding-left: 17.5%;
	padding-top: 12px;
	width: 0px;
	float: left;
}



header .main {
	padding: 0 18% 0 0;
}



@media screen and (max-width: 1750px) {
	header .main {
		padding-right: 0.5%;
	}
	header a.logo {
		padding-left: 0.0%;
	}
}


header .search {
	position: relative;
	overflow: hidden;
	height: 30px;
}

header .search .in {
	position: relative;
	width: 34px;
	height: 30px;
	margin-left: 12px;
	/* background: url(../img/bg_btn01.png) no-repeat center; */
	cursor: pointer;
}

header .search .in::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -1px;
	top: 10px;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.1);
}

header .search a {
	display: inline-block;
	font: 12px/30px Arial;
	color: #fff;
}

header nav li {
	float: left;
}

header nav li:hover .head-bot {
	z-index: 2;
}

header nav li a {
	position: relative;
	display: inline-block;
	padding: 0 27px;
	font-size: 15px;
	line-height: 90px;
	color: #f9f9f9;
	cursor: pointer;
	text-transform: uppercase;
}

header nav li a.tit {
	position: relative;
	display: inline-block;
	padding: 0 27px;
	font-size: 15px;
	line-height: 90px;
	color: #f9f9f9;
	cursor: pointer;
	text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
	header nav li a.tit {
		padding: 0 15px;
	}
}
header nav li a.tit::before,
header nav li a.tit::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header nav li a.tit::before {
	left: 50%;
}

header nav li a.tit::after {
	right: 50%;
}

header nav li a.tit:hover::before,
header nav li a.tit.cur::before {
	left: 20%;
	width: 30%;
}

header nav li a.tit:hover::after,
header nav li a.tit.cur::after {
	right: 20%;
	width: 30%;
}

@media screen and (max-width: 1280px) {
	header nav li:last-child a.tit {}
}

header.b {
	border-bottom-color: #f2f2f2;
	background: #fff!important;
}

header.b .in::before {
	background: #d2d2d2;
}

header.b .in {
	/* background-image: url(../img/bg_btn01b.png); */
}

header.b a {
	color: #333;
}

header.b nav a.tit {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
}

header.b nav a.tit:hover {
	color: #0a6955;
}

header.c nav a.on {
	color: #0a6955 !important;
}

header.c nav a.on::before,
header.c nav a.on::after {
	background: #0a6955!important;
}

header.c nav li a.on::before,
header.c nav li a.on.cur::before {
	left: 20%;
	width: 30%;
}

header.c nav li a.on::after,
header.c nav li a.tit.cur::after {
	right: 20%;
	width: 30%;
}

header.c nav a.tit {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
}

header.c nav a.tit:hover {
	color: #0a6955;
}

header.b nav a.tit::before,
header.b nav a.tit::after {
	background: #0a6955;
}

header.small {
	position: relative;
	padding: 0 3.5%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

header.small a.logo {
	padding-left: 0 !important;
}

header.small .main {
	padding-right: 0 !important;
}

header.small nav li:last-child a.tit {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

header.small nav li:last-child a.tit:hover::before,
header.small nav li:last-child a.tit.cur::before {
	left: 0;
	width: 0;
}

header.small nav li:last-child a.tit:hover::after,
header.small nav li:last-child a.tit.cur::after {
	right: 0;
	width: 50%;
}








/*Q按钮*/

header nav li a.tit2 {
	position: relative;
	display: inline-block;
	padding: 0 27px;
	font-size: 15px;
	line-height: 90px;
	color: #f9f9f9;
	cursor: pointer;
	text-transform: uppercase;
}

header.b nav a.tit2 {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
}

header.b nav a.tit2:hover {
	color: #0a6955;
}


header.c nav a.tit2 {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
}

header.c nav a.tit2:hover {
	color: #0a6955;
}







/*logo*/

header nav li a.logo2 {
	width: 320px;
	height: 90px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../images/logo_1.png) no-repeat center;
}

header.b nav a.logo2 {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
	background: url(../images/logo_2.png) no-repeat center;
}

header.b nav a.logo2:hover {
	color: #0a6955;
	background: url(../images/logo_2.png) no-repeat center;
}


header.c nav a.logo2 {
	position: relative;
	z-index: 2;
	color: #919191;
	transition: all 0.5s;
	background: url(../images/logo_2.png) no-repeat center;
}

header.c nav a.logo2:hover {
	color: #0a6955;
	background: url(../images/logo_2.png) no-repeat center;
}













/*首页子分类按钮*/

.head-bot {
	width: 100%;
	position: absolute;
	background: #fcfcfc;
	left: 0px;
	top: 90px;
	display: none;
	box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.1);
}

.head-center {
        margin: 0 auto;
	width: 1200px;
	text-align: center;
}

.head-left {
	float: left;
	width: 50%;
	padding: 2% 0% 2% 0%;
	text-align: left;
}

.head-name {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	color: #000;
}

.head-desc {
	float: left;
	font-size: 13px;
	line-height: 20px;
	color: #999;
	padding-bottom: 5px;
	border-bottom: 1px solid #e3e3e2;
}

.head-left > .head-bar {
	margin-top: 15px;
}

.head-left > .head-bar > a {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #999;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s;
}

.head-left > .head-bar > a:hover {
	color: #0a6955;
}

.head-left > .head-bar > a:before {
	float: left;
	content: '';
	display: inline-block;
	padding: 12px 3px;
	background: url(../images/head_li.png) no-repeat center;
	margin-right: 5px;
}

.head-big-img {
	float: left;
	padding: 20px 8px 20px;
	width: 578px;
}

.head-big-img img {
	width: 100%;
	/*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);*/
}

.search-back {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.head-search {
	width: 100%;
	position: absolute;
	/* background: url(../img/head_1.jpg) no-repeat center/cover; */
	left: 0px;
	top: 98px;
	padding-bottom: 60px;
	padding-top: 50px;
	display: none;
}

.head-name1 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-family: cinzel;
	text-align: center;
}

.head-name1:before,
.head-name1:after {
	content: '1';
	color: transparent;
	/* background: url(../img/search_tips.png) no-repeat center/contain; */
	display: inline-block;
	width: 21px;
	height: 20px;
}

.head-name2 {
	font-size: 36px;
	font-family: cinzel;
	text-align: center;
}

.head-input {
	width: 390px;
	margin: 0 auto;
	height: 42px;
}

.head-search-box {
	width: calc(75% - 5px);
	font-size: 20px;
	float: left;
	height: 42px;
	box-shadow: 0 0 10px #d6b17f;
	border: 1px solid #d6b17f;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	box-sizing: border-box;
}

.head-search-btn {
	width: 20%;
	float: left;
	height: 42px;
	color: #fff;
	background-color: #d6b17f;
	text-align: center;
	line-height: 42px;
	box-shadow: 0 0 10px #d6b17f;
	cursor: pointer;
}

.head-search-close {
	position: absolute;
	bottom: -27px;
	height: 27px;
	width: 124px;
	left: 50%;
	margin-left: -62px;
	/* background: url(../img/search_close.png) no-repeat center/cover; */
	cursor: pointer;
}

.arrow {
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 18px;
	height: 10px;
	/* background: url(../img/bg_arrow01.png) no-repeat center; */
	margin-left: -9px;
	animation: down 1.5s linear infinite;
	opacity: 0;
	cursor: pointer;
}

.head-lefts {
	width: 1200px;
	margin: 0 auto;
}








/*more更多按钮*/

.product a.news_more {
	width: 200px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 5px auto 30px;
	border-radius: 30px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	z-index: 3;
}

.product a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #0a6955;
	border-radius: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.product a.news_more:hover {
	color: #fff;
	z-index: 3;
}

.product a.news_more:hover i {
	width: 100%;
}





.news a.news_more {
	width: 200px;
	height: 35px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #999;
	display: block;
	margin: 20px auto;
	border-radius: 30px;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

.news a.news_more i {
	display: block;
	width: 0;
	height: 35px;
	background: #0a6955;
	border-radius: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.news a.news_more:hover {
	color: #fff;
}

.news a.news_more:hover i {
	width: 100%;
}







/*Q搜索字体*/
@font-face{font-family:'Glyphicons Halflings';
src:url(../font/glyphicons-halflings-regular.eot);
src:url(../font/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../font/glyphicons-halflings-regular.ttf) format('truetype'),url(../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}
 .glyphicon{position:relative;top:37px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-search:before{content:"\e003"}