@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
:focus {
	outline:0;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
/* tables still need 'cellspacing="0"' in the markup */  
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
}
blockquote, q {
	quotes:'' '';
}
a img {
	border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* =Structure 
----------------------------------------------- */  
body {
	font:12px/1.5;
	color:#666;
	text-align: center;
	min-width: 1200px;
	font-family: "微软雅黑", "Microsoft YaHei UI";
}
a {
	text-decoration:none;
	color:#5D5D5D;
}
a:hover {
	text-decoration:none;
	color:#95864D;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	min-height:1%;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.wrap {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header {
	z-index: 1000;
	background-color: #FFFFFF;
}
.header .container {

}

.logo {
	top: 0px;
	left: 0px;
	display: block;
	height: 80px;
	width: 100%;
	text-align: center;
}
.navbar {
	z-index:1;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav {

}
.nav h3 {
	font-size:100%;
	font-size:14px;
	font-weight: normal;
}
.nav .m {
	position:relative;
	display:inline-block;
	text-align:center;
}
.nav h3 a {
	zoom:1;
	line-height:30px;
	display:block;
	height: 30px;
	margin-left: 30px;
	font-weight: normal;
	color: #9a8b62;
	margin-right: 30px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	transition:800ms ease all;
	outline:none;
	position:relative;
}
.nav .on h3 a {
	text-decoration: none;
	color: #95864D;
}
.nav h3 a:before,.nav h3 a:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #95864D;
  transition:400ms ease all;
}
.nav h3 a:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.nav h3 a:hover:before,.nav h3 a:hover:after{
  width:100%;
  transition:800ms ease all;
}

.nav .sub {
	display:none;
	width:140px;
	position:absolute;
	top:40px;
	left: 0px;
	background-color: #FFFFFF;
}
.nav .sub li {
	text-align:center;
}
.nav .sub li a {
	color:#FFFFFF;
	display:block;
	zoom:1;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	background-color: #0093DD;
	border-top: solid 1px #0088CA;
}
.nav .sub li a:hover {
	color:#FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
.fullSlide {
	position: relative;
	width:100%;
	height:650px;
	overflow: hidden;
}
.fullSlide .pic {
	position:relative;
	z-index:0;
}
.fullSlide .pic li a {
	width:100%;
	height:650px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}
.fullSlide .hd {
	width:100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	font-size:0;
	z-index:1;
}
.fullSlide .hd li {
	margin: 0 5px;
	width: 50px;
	height: 3px;
	overflow: hidden;
	cursor: pointer;
	display:inline-block;

    *display:inline;
	zoom:1;
	background-color: #b9ac77;
}
.fullSlide .hd .on {
	background-color: #96874E;
}
.fullSlide .prev, .fullSlide .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.fullSlide .prev {
	left: 0;
}
.fullSlide .next {
	background-position: 0 -90px;
	right: 0;
}
.fullSlide .prev:hover, .fullSlide .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.section-product {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}
.section-product ul {
	margin-right: -50px;
}
.section-product li {
	float: left;
	margin-right: 40px;
}
.section-product li a {
	display: block;
	width: 270px;
	text-align: center;
	height: 417px;
	overflow: hidden;
}
.section-product li a img {
	width: 100%;
	display: block;
	border: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 417px;
}
.section-product li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.section-product li a h2 {
	font-size: 15px;
	color: #333333;
	position: absolute;
	top: 50px;
	margin-left: -99px;
	left: 50%;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	opacity: 0.8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-product li a h2 em {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
}
.section-product li a p {
	margin-left: 30px;
	margin-right: 30px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 120px;
}
.card:nth-child(even):hover .front {
 transform: rotateY(-180deg);
}
.card:nth-child(even) .back {
 transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
 transform: rotateY(0deg);
}
.section-gallery h3::after {
 content:"—————————————";
 margin-left: 25px;
 opacity: .5;
 color:#ccc;
 font-size:20px;
}
.section-gallery h3::before {
 content:"—————————————";
 margin-right: 25px;
 opacity: .5;
 color:#ccc;
 font-size:20px;
}
.section-company {
	height: 850px;
	position: relative;

}
.company-bg {
	background-image: url(../img/company-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.section-company .container {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 400px;
	width: 1200px;
	z-index: 10000;


}

.section-company .company-block {
	background-color: #FFFFFF;
	padding: 20px;
	z-index: 10000;
}


.section-company .company-desc {
	border: solid #b9ab77 1px;
	padding: 50px;
}
.section-company .company-desc h2 {
	text-align: center;
	border-bottom: solid #b9ab77 1px;
	display: inline-block;
	padding-bottom: 20px;
}
.section-company .company-desc h2 span {
	display: block;
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

.section-company .company-desc h2 em {
	color: #999999;
	font-style: normal;
	font-size: 16px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}
.section-company .company-desc p {
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #666666;
	margin-top: 20px;
}
.section-company   .company-desc   a   {
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #b9ab77;
	padding: 0 30px;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
}
.section-news {
	background-image: url(../img/145276912028.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.news-title {
	float: left;
	text-align: left;
	margin-left: 30%;
	margin-top: 13%;
}
.news-title h3 {
	text-align: left;
	display: inline-block;
	padding-bottom: 20px;
}
.news-title h3 span {
	display: block;
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 2px;
}
.news-title  h3 em {
	color: #999999;
	font-style: normal;
	font-size: 14px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.company-news-list {
	width: 55%;
	float: right;

}
.company-news-list  li a {
	text-align: left;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid #ddd 1px;
	margin-right: 60px;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.company-news-list li h4 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
}
.company-news-list li p {
	color: #999999;
	line-height: 22px;
	font-size: 12px;
}
.company-news-list li a:hover {
	background-color: #FFFFFF;
	color: #b9ac77;
}
.company-news-list li a:hover h4 {
	color: #9C8D50;
}
.n-date {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	display: block;
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
}
.n-date .day {
	font-size: 35px;
	display: block;
	margin-bottom: 5px;
	margin-top: 8px;
	line-height: 35px;
	height: 35px;
}
.n-date .year {
	font-size: 12px;
	display: block;
	line-height: 20px;
	height: 20px;
}
.section-footer {
	height: 100%;
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
}
.footer-title {
	float: left;
	width: 15%;
	text-align: left;
	margin-top: 15px;
}
.footer-title h3 {
	text-align: left;
	display: inline-block;
	padding-bottom: 20px;
}
.footer-title h3 span {
	display: block;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 2px;
	color: #333333;
}
.footer-title  h3 em {
	color: #999999;
	font-style: normal;
	font-size: 14px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

.footer-icon {
	float: left;
	width: 25%;
	margin-top: 20px;
	color: #999999;

}
.footer-icon li {
	float: left;
	width: 25%;
	font-size: 12px;
}
.footer-icon li a {
	font-size: 20px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	color: #999999;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* remove the search and cancel icon */
}
/* placeholder */

input:-moz-placeholder {
    color: #999;
}
input::-webkit-input-placeholder {
    color: #999;
}
#demo-b input:-moz-placeholder {
    color: transparent;
}
#demo-b input::-webkit-input-placeholder {
    color: #999;
	padding-left:15px;
}
.footer-info {
	float: right;
	width: 50%;
	font-size: 12px;
	text-align: left;
	color: #666666;
}
.footer-info h2 {
	font-size: 16px;
	font-weight: normal;
}

.footer-info ul {
	margin-top: 10px;
}
.footer-info li {
	float: left;
	width: 50%;
	line-height: 30px;
}
.page-fullSlide{
	width:100%;
	position:relative;
	height: 300px;
	background-color: #f7f7f7;
	background-image: url(../img/page-banner-1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-title-desc {
	text-align: center;
	margin-top: 80px;
	display: inline-block;
	padding: 40px;
	border-color: #CCCCCC;
}
.page-title-desc h2 {
	font-size: 28px;
	font-weight: normal;
}
.page-title-desc p {
	font-size: 12px;
}
.page-company-content {
	text-align: left;
	line-height: 28px;
	font-size: 15px;
	padding-bottom: 50px;
}
.page-company-content  h2 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
}
.page-company-content h2 span {
	font-size: 26px;
	background-color: #FFFFFF;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	color: #9a8b62;
}
.page-company-content h2 em {
	font-style: normal;
	font-family: "Ping Hei", "Microsoft YaHei UI", "Hiragino Sans GB W3";
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	color: #666666;
}
.page-section-category {
	text-align: center;
	border-top: solid 1px;
	border-color: #ECEAE1;
	padding-top: 50px;
}
.page-section-category ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.page-section-category li {
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
}
.page-section-category li a {
	text-align: center;
	background-color: #fafafa;
}
.page-section-category li a:hover {
}
.link{
	display: inline-block;
	position: relative;
	height: 40px;
	margin-bottom: 5px;
}
.link span{
	display: block;
	font-size: 15px;
	color: #9a8b62;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.5s ease 0s;
	padding: 5px 30px;
	line-height: 30px;
}
.link:hover span{ color: #9a8b62; }
.link:before,
.link:after,
.link span:before,
.link span:after{
   content: "";
   width: 25%;
   height: 100%;
   border-radius: 30px;
   border: 1px solid #9a8b62;
   border-left: none;
   border-right: none;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transform: scale(0.8);
   transition: all 0.3s ease 0s;
}
.link:after{ left: 25%; }
.link span:before{ left: 50%; }
.link span:after{ left: 75%; }
.link:hover:before,
.link:hover:after,
.link:hover span:before,
.link:hover span:after{
   border-radius: 0;
   opacity: 1;
   transform: scale(1);
}
.link:hover:before{ border-left: 1px solid #9a8b62; }
.link:hover span:after{ border-right: 1px solid #9a8b62; }

.page-products {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-products ul {
	margin-right: -50px;
}
.page-products li {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.page-products li a {
	display: block;
	width: 270px;
	text-align: center;
	height: 417px;
	overflow: hidden;
}
.page-products li a img {
	width: 100%;
	display: block;
	border: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 417px;
}
.page-products li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

h2.page-section-title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url(../img/line.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	line-height: 28px;
}
h2.page-section-title span {
	font-size: 26px;
	background-color: #FFFFFF;
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	color: #9a8b62;
}
h2.page-section-title em {
	font-style: normal;
	font-family: "Ping Hei", "Microsoft YaHei UI", "Hiragino Sans GB W3";
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	color: #666666;
}

.page-newslist-content {
	text-align: left;
	padding-bottom: 50px;
}
.page-newslist-content ul {
	margin-right: -100px;
}

.page-newslist-content li {
	margin-bottom: 20px;
	color: #666666;
	line-height: 26px;
	float: left;
	width: 550px;
	margin-right: 100px;
	min-height: 160px;
}
.page-newslist-content li h2 a {
	font-size: 16px;
	color: #9a8b62;
	background-image: url(../img/36.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	display: block;
	line-height: 40px;
	padding-left: 10px;
}
.page-newslist-content  li  h2 a:hover {
	color: #FFFFFF;
	background-color: #9a8b62;
	transition:all 0.4s ease 0.01s;
	-moz-transition:all 0.4s ease 0.01s;
	-webkit-transition:all 0.4s ease 0.01s;
}
.page-newslist-content li p {
	color: #999999;
	font-size: 12px;
	line-height: 22px;
}
.page-newslist-content li em {
	float: right;
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #1173ba;
	border: solid #ddd 1px;
	line-height: 30px;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.page-newscontent {
	height: 100%;
	margin-bottom: 50px;
	font-size: 15px;
	padding-top: 50px;
}
.page-newscontent h1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 24px;
	color: #9a8b62;
}
.page-newscontent .news-info {
	font-size: 12px;
	line-height: 28px;
	border-top: dotted #ddd 1px;
	border-bottom: dotted #ddd 1px;
	height: 28px;
}
.page-newscontent .newsd {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	margin-top: 30px;
	padding-bottom: 30px;
}

.page-shopmall {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-shopmall ul {
	margin-right: -60px;
}
.page-shopmall li {
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
}
.page-shopmall li a {
	display: block;
	width: 360px;
	text-align: center;
	height: 300px;
	overflow: hidden;
}
.page-shopmall li a img {
	width: 360px;
	display: block;
	border: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 300px;
}
.page-shopmall li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pagelist {
	text-align: center;
	clear: both;
	padding-bottom: 50px;
	padding-top: 30px;
	font-size: 12px;
}
.pagelist span {
	margin-left: 5px;
	margin-right: 5px;
}
.pagelist a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 25px;
}
.pagelist .nolink {
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
.pagelist font {
	line-height: 25px;
	height: 25px;
	width: 25px;
	display: inline-block;
	background-color: #88ba29;
	color: #FFFFFF;
}



/* 返回顶部 */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(84, 84, 84, 1) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: 1;
}
