﻿* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
html, body {
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 1300px;
}
div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
 
ol, ul, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
}
 
 .bgf5{ background:#f5f5f5;}
.container {
	width: 1300px;
}
 
.container, .con {
	margin-right: auto;
	margin-left: auto;
}
.clearfix {
	zoom: 1;
}
.clearfix:before {
	display: table;
	content: "";
	overflow: hidden;
}
.clearfix:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}
.flex {
	justify-content: space-between;
	display: flex;
	display: -webkit-box;/* OLD - iOS 6-, Safari 3.1-6*/
	display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works)*/
	display: -ms-flexbox;/* TWEENER - IE 10*/
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
 
.btimg {
	text-align: center;
	padding-top: 105px;
}
.btimg img {
	width: auto
}
.hover {
	transition: all .2s linear;
}
.hover:hover {
	transform: translateY(-3px);
	transition: all .2s linear;
}
.hover1 {
	transition: all .2s linear;
}
.hover1:hover {
	transform: scale(1.1, 1.1);
	transition: all .2s linear;
}
.p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 23px;
	margin-top: 23px;
	margin-bottom: 25px;
}
.p:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 3px;
	background: #d8d8d8;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.tt2 {
	text-align: center;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 23px;
	margin-top: 23px;
	margin-bottom: 65px;
}
.tt2:before {
	content: '';
	position: absolute;
	width: 26px;
	height: 3px;
	background: #b39058;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/**top**/
/*面包屑*/
.current {
	width: 100%;
	font-size: 14px;
	background: #F7F7F7;
	height:66px;
}
.current .currentBox {
	max-width: 1300px;
	min-width: 1000px;
	padding:  0px;
	margin: 0 auto;
}
.current .currentBox .center {
	height: 36px;
	line-height: 36px;
	margin-top:15px;
	float:left;
	display:block; float:left; width:650px;
	background: url(../images/icon33.png) no-repeat 4px -108px;
}
.current .currentBox span {
	margin-left: 24px;
}
.current .currentBox a {
	margin: 0px 10px;
	color: #333;
}
.current .currentBox a:hover {
	color: #ff0000;
}
.current .currentBox span.active {
	color: #b39058;
	margin-left: 10px;
}

.current .currentBox .erji{ float:right; width:600px; height:46px; margin-top:10px;}
.current .currentBox .erji ul{ margin:0; padding:0; list-style:none;}
.current .currentBox .erji ul li{ float:right; text-align:center; width:auto; display:inline-block; padding:0 15px; background:#eee; margin:0 15px; color:#666; height:46px; line-height:46px; font-size:16px; border-radius:4px;}
.current .currentBox .erji ul li:hover{ color:#fff; background:#b39058; cursor: pointer; }
.current .currentBox .erji ul li.on{color:#fff; background:#b39058; cursor: pointer; }
/* --end--*/


header {

	overflow: hidden;
	background:#000;
	position:fixed;
	top:0;
	width:100%;  
		height: 100px;
		z-index:999;
}
header .container {
	align-items: center;
	justify-content: space-between;
	position: relative;
}
header .logo {
	display:block;
	float:left;
	width: 25%;

}
header .logo img{ display:block; height:90px; margin-top:5px;}
header nav {
	width: 70%;
	margin-left: 5%;
	display:block;
	float:left;
}
header nav ul {
	align-items: center;
	justify-content: center;
	line-height: 100px;
}
 
header nav ul li {
	display: table-cell;
	align-items: center;
	justify-content: center;
	width: 120px;
	line-height: 100px;
	position: relative;
}
header nav ul li > a {
	font-size: 16px;
	text-align: center;
	color: #dfcfba;
	padding: 0 20px;
	display: block;
	position: relative;
}
header nav ul li.on > a {
	background: #dfcfba;
	color: #fff;
}
header nav ul li .navabr {
	position: absolute;
	z-index: 999;
	background: #f5f5f5;
	width: 1920px;
	justify-content: space-between;
	padding: 0px 21px 0;
	box-sizing: border-box;
	display: none;
}
header nav ul li .navabr ol {
	width: 100%;
	display: flex;
}
header nav ul li .navabr ol li {
	line-height: 64px;
	border-bottom: 1px solid #dadada;
}
header nav ul li .navabr ol li a {
	font-size: 14px;
	position: relative;
	color: #666666;
	padding: 0;
	padding: 0 18px;
}
header nav ul li .navabr ol li a:before {
	content: '>';
	position: absolute;
	height: 3px;
	width: 3px;
	left: 0;
	font-family: monospace;
	font-size: 17px;
	font-weight: bold;
	color: #f5f5f5;
}
header nav ul li .navabr .navabr_box {
	width: 382px;
}
header nav ul li .navabr .navabr_box navabr_img {
}
header nav ul li .navabr .navabr_box img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
header nav ul li .navabr .navabr_box h2 {
	line-height: 25px;
	color: #333333;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
}
header nav ul li .navabr .navabr_box p {
	line-height: 22px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}
header nav ul > li:hover > a, header nav ul > li.checked > a {
	background: #b39058;
	color: #fff;
}
header nav ul > li:hover > a:before {
	content: '';
	position: absolute;
	height: 3px;
	background: #b39058;
	width: 100%;
	left: 0
}
header nav ul > li:hover > a {
	color: #fff;
}
header nav ul li:hover .navabr {
	display: block
}
header nav ul li .navabr ol li:hover a {
	color: #b39058;
}
header nav ul li .navabr ol li:hover a:before {
	color: #b39058;
}
header .from {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: url(../images/s.png)no-repeat;
	background-size: 100%;
	margin: 0 0 0 18px;
	position: relative;
}
header .from:hover form {
	display: flex;
}
header .from:hover {
	background: transparent;
}
header .from form {
	position: absolute;
	right: 0;
	border-radius: 25px;
	overflow: hidden;
	display: none;
	background: url(../images/s1.png)no-repeat center;
	border: 1px solid #dadada;
}
header .from input.text {
	width: 148px;
	height: 30px;
	border: 0;
	border-right: none;
	font-size: 14px;
	line-height: 34px;
	text-indent: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 25px 0 0 25px;
	-webkit-box-sizing: border-box;
}
header .from input.tijiao {
	width: 50px;
	height: 30px;
	border: 0;
	background: #ffffff00;
	color: #fff;
}
header .tel {
	font-size: 16px;
	font-weight: bold;
	color: #007fc6;
	position: absolute;
	right: 0;
}
header .tel a {
	color: #007fc6;
	font-size: 16px;
}
#banner {
	overflow: hidden;
	margin-top: 100px;
	position:relative;
}
#banner .swiper-slide img {
	display: block;
	width: 100%
}
#banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
	margin: 0 3px;
}
#banner .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #fff;
}
#banner .container {
	position: relative;
	top: -56px;/* height: 20px;*/
	text-align: right;
}
#banner .swiper-pagination {
	text-align: left;
	width: 100%;
}
#banner .container.bh2 {
	text-align: left;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -206px
}
#banner .container.bh2 h2 {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 13px;
}
#banner .container.bh2 span {
	font-size: 18px;
	font-family: 'Tw Cen MT';
	color: #fff
}
.banner-bg {
	position:relative;
	margin:0 auto;
	clear:both; width:100%;
	z-index:22;
	background:url(../images/banyy.png) no-repeat center top;
	height:100px;
}
 
.banner-bg .bantel {
	padding-left: 60px;
	position: relative;
	float:right;
	padding-top:25px;
	background: url(../images/tel.png) no-repeat left 25px;
}
.banner-bg .bantel h6 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.67);
}
.banner-bg .bantel p {
	font-size: 24px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
}
#about {
	position: relative;/* margin-top: -13px;*/
	background: url(../images/abtbg.jpg)no-repeat;
	padding-bottom:50px; box-sizing:border-box;
 
}
.about {
	position: relative;
	* margin-top: -13px;*/
}
#about h1 {
	font-size: 30px;
	font-weight: bolder;
	color: #454443;
	padding-top: 102px;
	text-align: center;
	padding-bottom: 15px;
}
#about .about-p {
	text-align: center;
	font-size: 18px;
	color: #48413e;
	margin-bottom: 86px;
	position: relative;
}
#about .about-p:before {
	content: '';
	position: absolute;
	width: 39px;
	height: 4px;
	background: #b39058;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -23px;
}
#about .a_box {
	justify-content: space-between;
	background: #fff;
}
#about .a_box .abtl {
	position: relative;
	height: auto;
	width: 61.08%;
	float: right;
	padding: 30px 0px 30px 50px;
	box-sizing: border-box;
}
#about .a_box .abtl p {
	font-size: 16px;
	color: #8a8a8a;
	line-height: 32px;
	margin-top: 10px;
	text-indent:2em;
}
#about .a_box .abtl img {
	width: auto
}
#about .a_box .abtl .h3 {
	font-size: 30px;
	margin-bottom: 11px;
	font-weight: bold;
}
#about .a_box .abtl .b {
	font-size: 18px;
	display: block;
	color: #454443;
}
#about .a_box .abtl .b .span {
	color: #007fc6;
}
#about .a_box .abtl a {
	color: #454443;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-top: 25px;
}
#about .a_box .abtl a img {
	display: flex;
	margin-left: 8px;
	width: auto;
	height: auto;
}
#about .a_box .abtr {
	width: 38.86%;
	float: left;
}
#about .a_box .abtr p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin: 32px 0;
}
#about .a_box .abtr a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
#about .a_box .abtr p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	background: url(../images/icon25.png) no-repeat center;
}
#about .a_box .abtr img {
	display: block;
	width: 100%
}
.about-wrap {
	background: #f5f5f5;
}
.about-wrap dl {
	display: table-cell;
	width: 25%;
	padding: 60px 0 51px;
	position: relative;
	box-sizing: border-box;
}
.about-wrap dl:before {
	content: '';
	position: absolute;
	height: 140px;
	right: 0;
	width: 1px;
	background: #dbdada;
}
.about-wrap dd {
	text-align: center;
}
.about-wrap dl:last-child:before {
	width: 0
}
.about-wrap dd b {
	color: #b39058;
	font-size: 80px;
	font-weight: bold;
	font-family: DIN Condensed;
	position: relative;
}
.about-wrap dd b:before {
	content: '+';
	position: absolute;
	right: -36px;
	top: 0;
	font-size: 48px;
	font-weight: bold;
}
.about-wrap dd span {
	color: #615f5c;
	font-size: 18px;
	margin-left: 12px;
}
.about-wrap dt {
	text-align: center;
	font-size: 14px;
	color: #615f5c;
}
#product {
	position: relative;
	margin-bottom: 0;
}
#product .pro-wrap {
	background: url(../images/p1.jpg)no-repeat;
}
.pro-wrap h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 26px;
	position: relative;
	margin-bottom: 40px;
	padding-top: 158px;
}
.pro-wrap p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 31px;
}
.pro-wrap h2:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pro-wrap ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
	margin-top: 68px;
	padding-bottom: 222px;
}
.pro-wrap li {
	text-align: center;
	display: table-cell;
}
.pro-wrap li img {
	display: block;
	width: auto;
	border-radius: 50%;
	width: 150px;
	height:150px;
	border:5px solid #eee;
}
.pro-wrap li span {
	font-size: 18px;
	color: #fff;
	margin-top: 8px;
	display: block;
}
.pro-box {
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -95px;
	z-index: 55;
	box-shadow: 0px 2px 7px 1px #c7c7c7;
}
.pro-box dl {
	text-align: center;
	width: 33.25%;
	display: table-cell;
	padding: 60px 0;
	background: #fff;
	border-right: solid 1px #fff
}
.pro-box dl:last-child {
	border-right: none;
}
.pro-box dl.cur, .pro-box dl:hover {
	background: #b39058;
	text-align: center;
}
.pro-box dl.cur h4, .pro-box dl:hover h4 {
	color: #fff
}
.pro-box dl.cur span, .pro-box dl:hover span {
	color: #dcdcdc;
}
.pro-box dl:nth-of-type(1) {
	background: #b39058;
	text-align: center;
}
.pro-box dl:nth-of-type(1) h4 {
	color: #fff
}
.pro-box dl:nth-of-type(1) span {
	color: #dcdcdc;
}
.pro-box dd {
}
.pro-box dd img {
}
.pro-box dt {
padding: 0 .2rem;
}
.pro-box dt h4 {
	font-size: 18px;
	font-weight: bold;
	color: #3f3f3f;
	margin-top: 20px;
}
.pro-box dt span {
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 3px;
	display: block;
}
#case {
	background:url(../images/casebg.jpg) no-repeat center top #f7f7f7;
	position: relative;
	top: 0;
	padding-top: 30px;
}
.case-wrap {
	overflow: hidden;
	display: block;
}
.case-wrap a {
	display: flex;
	width: 25%;
	float: left;
	box-sizing: border-box;
	display: table-cell;
}
.case-wrap dl {
	width: 100%
}
.case-wrap dl dt {
	overflow: hidden;
}
.case-wrap dl img {
	width: auto;
	max-width: 100%;
	display: block;
	transition: all .5s linear;
}
.case-wrap dl:hover img {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.case-wrap dd {
	padding: 60px 35px;
	position: relative;
}
.case-wrap dd:before {
	content: '';
	position: absolute;
	width: 55px;
	height: 41px;
	background: url(../images/jiantou.png)no-repeat;
	font-weight: bold;
	right: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-wrap dd h3 {
	font-size: 18px;
	color: #030303;
	margin-bottom: 5px;
	transition: all .5s linear;
}
.case-wrap dd p {
	font-size: 12px;
	color: #9e9e9e;
}
#news {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	background:#fff;
}
.news-box {
}
.news-le {
	width: 50%;
}
.news-le-img {
	width: 100%;
	overflow: hidden;
}
.news-le-img img {
	display: block;
	width: 100%;
	height: auto;
	max-height:440px;
	transition: all .5s linear;
}
.news-le-img img:hover {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.news-le-wrap {
}
.news-box time {
	width: 16.51%;
	display: block;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 13px;
	color: #a8a8a8;
	box-sizing: border-box;
	border-right: 1px solid #e4e4e4;
}
.news-box time b {
	display: block;
	width: 100%;
	font-size: 45px;
	color: #b39058;
}
#news .news-le ul {
	margin-top: 0;
	width: 100%;
}
#news .news-le-wrap ul li:nth-child(1) {/*display: none;*/
}
#news .news-box ul li {
	position: relative;
}
#news .news-box ul li:hover:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	right: 0;
	background: #b39058
}
.newr {
	width: 48.075%;
}
#news .newr ul {
	margin-bottom: 26px;
}
#news .newr ul li {
	margin-bottom: 12px;
}
#news ul li {
	box-sizing: border-box;
	overflow: hidden;
	background: #f2f2f2;
}
#news ul li a {
	justify-content: baseline;
	padding: 29px 40px 29px 20px;
	width: 100%;
	box-sizing: border-box;
}
#news ul li .news-info {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 11px 0;
	margin-left: 40px;
}
#news ul li .news-info h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	color: #636363;
}
#news ul li .news-info p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news ul li .new-info-b span {
	display: flex;
	width: 90px;
	height: 35px;
	font-size: 14px;
	color: #666;
	background: #f6f6f6;
	justify-content: center;
	align-items: center;
	margin-bottom: 33px;
}
#news ul li .new-info-b time {
	font-size: 14px;
	color: #999;
	justify-content: center;
	align-items: center;
	display: flex;
}
#news ul li .news-more {
	display: none;
	width: 14.25%;
	writing-mode: vertical-lr;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.43);
	align-items: center;
	justify-content: center;
	background: rgba(240, 211, 145, 0.95);
	transition: all .2s linear;
}
#news ul li .news-more img {
	margin-top: 14px;
}
#news .news-box ul li:hover:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	right: 0;
	background: #b39058
}
#news .news-box ul li:hover h2 {
	color: #333
}
#news .news-more {
	display: flex;
	width: 158px;
	height: 40px;
	font-size: 14px;
	color: #b39058;
	font-weight: bold;
	align-items: center;
	justify-content: space-evenly;
	margin-right: 50px;
	margin-bottom: 67px;
	border: 2px solid #b39058;
	margin: 40px auto 80px;
	background:url(../images/icon5.png) no-repeat center right 10px ;
	background-size:15%;
}
#news .news-more:hover {
 
	color: #fff;
	background:url(../images/icon5h.png) no-repeat center right 10px #b39058;
		background-size:15%;
}

footer {
	background:url(../images/footbg.jpg) no-repeat center top;
	padding-top:60px;
	padding-bottom: 95px;
}
footer .f_box {
}
footer .f_box .f_row:nth-child(1) {
	width: 52.921%;
	justify-content: space-between;
}
footer .f_box .f_row:nth-child(2) {
	margin-left: 80px;
	margin-right: 0;
}
footer .f_box .f_row:nth-child(2) h4 {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 18px;
}
footer .f_box .f_row:nth-child(2) dl {
	display: flex;
}
footer .f_box .f_row:nth-child(2) dl dt {
	margin-bottom: 0;
	margin-right: 18px;
}
footer .f_box .f_row:nth-child(2) dl dd {
	display: flex;
	align-items: center;
}
footer .f_box .f_row:nth-child(2) dl dd .share {
	margin-top: -6px;
}
footer nav ul li > a {
	font-size: 16px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 18px;
}
footer nav ul > li {
	display: table-cell;
}
footer nav ul, footer nav {
	width: 100%;
}
footer nav ul li .navabr a {
	margin-bottom: 0;
	font-size: 14px;
	color: #999999;
	line-height: 33px;
}
footer nav ul li .navabr li:hover a {
	color: #ffffff;
	font-weight: bold;
}
footer .f_box .f_row dl dt {
	margin-bottom: 15px;
}
footer .f_box .f_row dl dt a {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 32px;
}
footer .f_box .f_row dl dd a {
}
footer .f_box .f_row dl dd a, footer .f_box .f_row dl dd a {
	font-size: 14px;
	color: #999999;
	line-height: 33px;
}
footer .f_box .f_row dl dd p:hover a {
	color: #fbfbfb;
	font-weight: bold;
}
footer .f_box .f_row:nth-child(3) dl dt {
	margin: 0
}
footer .f_box .f_row:nth-child(3) dl dd {
}
footer .f_box .f_row:nth-child(3) dl dd img {
}
footer .f_box .f_row:nth-child(3) dl dd h4 {
	line-height: 20px;
	text-align: center;
}
footer .share .bshare-custom.icon-medium .bshare-qqmb {
	background: url(../images/f2.png)no-repeat;
	background-size: 35px;
	height: 35px;
	width: 35px;
	padding: 0;
	opacity: 1;
}
footer .share .bshare-custom.icon-medium .bshare-weixin {
	background: url(../images/f3.png)no-repeat;
	background-size: 35px;
	height: 35px;
	width: 35px;
	padding: 0;
}
footer .share .bshare-custom.icon-medium .bshare-sinaminiblog {
	background: url(../images/f1.png)no-repeat;
	background-size: 35px;
	height: 35px;
	width: 35px;
	padding: 0;
}
footer .share .bshare-custom.icon-medium .bshare-qqmb:hover {
	background: url(../images/f02.png)no-repeat;
	opacity: 1;
}
footer .share .bshare-custom.icon-medium .bshare-weixin:hover {
	background: url(../images/f03.png)no-repeat;
	opacity: 1;
}
footer .share .bshare-custom.icon-medium .bshare-sinaminiblog:hover {
	background: url(../images/f01.png)no-repeat;
	opacity: 1;
}
.copy {
	height: 60px;
	display: flex;
	background: #000;
	justify-content: center;
	align-items: center;
}
.copy .copyright {
	text-align:center;
	font:14px/60px 'microsoft yahei'; color:#bababa;
	display:block; margin:0 auto;
	text-transform:uppercase;
}
.copy .copyright .copy_le {
	color: rgba(255, 255, 255, 0.38);
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.copy .copyright .copy_le img {
}
.copy .copyright .copy_le a {
	color: rgba(255, 255, 255, 0.38)
}
.copy .copyright .copy_ri {
	height: 40px;
	width: 277px;
	position: relative;
	display: flex;
	padding-right: 21px;
	justify-content: left;
	align-items: center;
	background: #b1b1b126;
	padding: 0px 25px;
	box-sizing: border-box;
}
.copy .copyright .copy_ri:hover ul {
	display: block;
}
.copy .copyright .copy_ri h5 {
	color: #999999;
	position: relative;
	display: flex;
	padding-right: 21px;
	width: 100%;
}
.copy .copyright .copy_ri h5:before {
	content: '>';
	width: 0;
	height: 0;
	position: absolute;
	right: 12px;
	top: 14px;
	color: #9c9c9c;
	font-family: monospace;
	font-weight: bold;
	transform: rotate(-90deg);
	font-size: 20px;
}
.copy .copyright .copy_ri ul {
	position: absolute;
	bottom: 40px;
	text-align: left;
	background: rgb(60, 60, 60);
	height: auto;
	display: none;
	padding: 0px 20px;
	box-sizing: border-box;
	min-width: 277px;
	right: 0;
	padding-bottom: 30px;
	padding-top: 16px;
	z-index: 99999;
}
.copy .copyright .copy_ri ul li {
	display: block;
	text-align: left;
	padding: 3px 0;
	line-height: 29px;
}
.copy .copyright .copy_ri ul li a {
	font-size: 14px;
	color: #999999;
	padding: 0 6px;
}
.copy .copyright .copy_ri ul li:hover a {
	color: #f5f5f5;
	font-weight: bold
}
.extra-wrap {
	display: block;
	width: 105px;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 9999;
}
.extra-wrap ol {
}
.extra-wrap ol li {
	margin-top: 1px;
	position: relative;
	background: #b39058;
	padding: 0px 20px;
	box-sizing: border-box;
}
.extra-wrap ol li:nth-child(1) h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.extra-wrap ol li:nth-child(1) {
	padding: 25px 16px;
}
.extra-wrap ol li span {
	background: url(../images/qq.png) no-repeat center;
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	margin: auto;
	box-sizing: border-box;
}
.extra-wrap ol li:nth-child(1) p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.61);
	line-height: 12px;
	margin-top: 2px;
}
.extra-wrap ol li:nth-child(1) span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/qq.png) no-repeat center;
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	margin: auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.extra-wrap ol li:nth-child(1) span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/qq.png) no-repeat center;
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	margin: auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.extra-wrap ol li:nth-child(2) {
	background: #b39058
}
.extra-wrap ol li:nth-child(2) .extra-info {
}
.extra-wrap ol li:nth-child(2) h2 {
}
.extra-wrap ol li:nth-child(2) span {
	font-size: 12px;
	color: #fff;
	position: relative;
	background: transparent;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.extra-wrap ol li:nth-child(2) span:before {
	content: '';
	background: url(../images/ewm.png) no-repeat center;
	width: 18px;
	height: 18px;
}
.extra-wrap ol li:nth-child(2) p {
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 6px 11px;
	font-size: 14px;
	color: #666;
	background: #fff;
	margin: 0px 15px;
}
.extra-wrap ol li:nth-child(3) {
	background: #d4d6d7;
	height: 30px;
	display: flex;
}
.extra-wrap ol li:nth-child(3) span {
	background: url(../images/top.png) no-repeat center center;
	width: 17px;
	height: 10px;
	align-items: center;
}
.extra-wrap ol li:hover span {
}
.extra-wrap ol li .extra-info {
	display: none;
	padding-bottom: 16px;
	position: absolute;
	width: 200px;
	left: -197px;
	top: 0;
}
.extra-wrap ol li .extra-info:before {
	content: "";
	position: absolute;
	width: 92%;
	height: 100%;
	background: #fff
}
.extra-wrap ol li h2 {
	height: 40px;
	margin-bottom: 16px;
	background: #b39058;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 92%;
	z-index: 1;
}
.extra-wrap ol li h2:before {
	content: '';
	position: absolute;
	border-top: 7px solid transparent;
	border-left: 8px solid #b39058;
	border-bottom: 7px solid transparent;
	z-index: 222;
	right: -8px;
}
.extra-wrap ol li p {
	position: relative;
}
.extra-wrap ol li:hover .extra-info {
	display: block
}
.banner {
}
.banner .bantel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 200px;
}
.banner .bantel h1 {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.banner .bantel p {
	text-align: center;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.63);
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: "Tw Cen MT";
	font-weight: bold;
}
.banner .bantel a {
	text-align: center;
	display: flex;
	width: 260px;
	height: 40px;
	background: rgb(77, 73, 129);
	color: rgba(255, 255, 255, 0.66);
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 12px;
	margin: auto;
}
.location {
	background: #fafafa;
}
.loca-wrap {
	align-items: center;
	height: 80px;
}
.list_wrap> a {
	display: none
}
.loca-wrap .loca-le {
	display: flex;
	align-items: center;
}
.loca-wrap .loca-le li:first-child {
	margin: 0
}
.loca-wrap .loca-le li {
	margin-left: 40px
}
.loca-wrap .loca-le .cur a, .loca-wrap .loca-le li:hover a {
	color: #b39058;
	font-size: 16px;
	font-weight: bold;
}
.loca-wrap .loca-le li a {
	color: #999999;
	font-size: 16px;
}
.loca-wrap .loca-ri {
	font-size: 12px;
	color: #999999;
	font-family: "微软雅黑";
	position: relative;
	padding-left: 15px;
}
.loca-wrap .loca-ri:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 14px;
	background: url(../images/icon9.png)no-repeat center center;
	left: 0;
}
.loca-wrap .loca-ri a {
	margin: inherit;
	color: #999999;
	margin: 0 7px;
}
.loca-wrap .loca-ri a.cur {
	color: #b39058;
}
.loca-wrap .loca-ri a.router-link-exact-active, .loca-wrap .loca-le li a.active {
	color: #b39058;
	font-weight: bold;
}
.product1 {
}
.main .p1 {
	color: #b39058;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 100px;
	text-transform: uppercase
}
.main h2 {
	font-size: 24px;
	position: relative;
	padding-left: 30px;
	padding-bottom: 50px;
}
.main h2:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #b39058;
	left: 0;
	top: 8px;
}
.pro-wrap a {
	display: flex;
	width: 48.75%;
	box-sizing: border-box;
}
.pro-wrap dl {
	margin-bottom: 25px;
	transition: all .2s linear;
}
.pro-wrap dt {
	position: relative;
	transition: all .2s linear;
	overflow: hidden;
}
.pro-wrap dt img {
	width: auto;
	max-width: 100%;
	display: block;
	transition: all .5s linear;
}
.pro-s-img {
	position: absolute;
	z-index: 8;
	bottom: 51px;
	left: 51px;
	width: 110px;
	height: 85px;
	border: 3px solid rgba(255, 255, 255, 0.66);
}
.pro-s-img img {
	height: 100%;
}
.pro-wrap dd {
	padding: 55px 50px;
	position: relative;
	background: #f7f7f7;
}
.pro-wrap dd h3 {
	font-size: 18px;
	color: #030303;
	margin-bottom: 5px;
}
.pro-wrap dd p {
	font-size: 12px;
	color: #9e9e9e;
	text-align: left;
}
.pro-wrap dl:hover {
	transition: all .2s linear;
}
.pro-wrap dl:hover img {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.pro-more, .main_data {
	color: #b7b7b7;
	transition: all 0.2s linear;
	font-size: 18px;
	text-align: center;
	width: 100px;
	display: flex;
	margin: 46px auto 106px;
}
#proInfo1-img {
	height: 0;
}
#proInfo1-img .container {
	margin: auto;
}
.proInfo1-img-box {
	background: #fff;
	position: relative;
	width: 100%;
}
.proInfo1-img-le {
	width: 83.36%;
	display: block;
	overflow: hidden;
	height: 760px;
	position: relative;
	overflow: hidden;
}
.proInfo1-img-le .swiper-container {
	position: relative;
}
.proInfo1-img-le p {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.62);
	z-index: 99;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	text-indent: 25px;
}
.pInfo-h2 {
	font-size: 36px;
	font-weight: bold;
}
.pInfo-h2 span {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 40px;
}
.proInfo1-img-le img {
	width: auto;
	display: block;
	min-width: 100%;
}
.proInfo1-img-ri {
	width: 16.641%;
	position: relative;
	height: 760px;
	padding: 61px 20px;
	box-sizing: border-box;
	background: #f9f9f9;
}
.proInfo1-img-ri .swiper-container {
	height: 100%;
}
.proInfo1-img-ri img {
	width: auto;
	height: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.proInfo1-img-ri .swiper-slide {
	width: 100%;/* opacity: .2;*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.proInfo1-img-ri .swiper-slide.swiper-slide-active {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}
.proInfo1-img-box i {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #dfc890 url(../images/icon7.png)no-repeat center;
	top: 0;
	right: -50px;
}
.proInfo1-img .swiper-button-prev {
	background: url()no-repeat;
	background-size: 100% 100%;
	left: -1.4rem;
	opacity: 1;
	cursor: pointer;
	z-index: 9999999;
	top: 25px;
	width: 1.6rem;
	height: 5rem;
}
.proInfo1-img .swiper-button-next {
	right: -1.4rem;
	top: 25px;
	background: url()no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	cursor: pointer;
	z-index: 9999999;
	top: 25px;
	width: 1.6rem;
	height: 5rem;
}
.proInfo1-info b {
	font-size: 24px;
	display: block;
	margin-top: 45px;
	margin-bottom: 50px;
}
.proInfo1-info ul {
	justify-content: center;
	margin-bottom: 60px;
}
.proInfo1-info ul li {
	width: 217px;
	border-right: 1px solid #e7e7e7;
	padding: 14px 0;
}
.proInfo1-info ul li h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}
.proInfo1-info ul li span {
	font-size: 14px;
	color: #999999;
	text-align: center;
	display: block;
}
.proInfo1-centent {
}
.proInfo1-centent p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-indent: 30px;
	margin-bottom: 29px;
}
#info_around {
	width: 70%;
	margin: auto;
	margin-bottom: 140px;
	margin-top: 90px;
}
#info_around p {
	display: flex
}
#info_around p a {
	color: #666;
}
/*#info_around p a{display:block;width:100%;height:100%;}*/
#info_around p {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	background: #ebebeb;
	text-align: center;
	color: #777777;
	font-size: 14px;
}
#info_around a i {
	font-style: inherit;
	font-family: monospace;
	font-weight: bold;
	font-size: 13px;/* margin: 0 25px;*/
}
#info_around p:hover {
	background: #b39058;
	color: #fff;
}
#info_around p:hover a {
	color: #fff;
}
.history1 {
}
.his-wrap {
	margin-bottom: 110px;
}
.his-wrap li {
	width: 100%;
}
.his-wrap li time {
	display: flex;
height:;
	background: #ebf0f0;
	justify-content: left;
	align-items: center;
	font-size: 38px;
	color: #27366e;
	font-weight: bold;
	padding-left: 45px;
	padding: 10px 0 10px 45px;
}
.his-wrap li time span {
	display: inline-block;
}
.his-wrap dl {
	margin-left: 67px;
	border-left: 1px solid #f2f2f2;
}
.his-wrap dl:last-child {
	padding-bottom: 30px
}
.his-wrap dd {
	padding-left: 34px;
	position: relative;
}
.his-wrap dd h5 {
	text-align: left;
	color: #898888;
	font-size: 14px;
	padding-top: 40px;
	margin-bottom: 32px;
}
.his-wrap dd img {
	width: auto;
	max-width: 100%;
}
.his-wrap dd h5:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #27366e;
	border-radius: 19px;
	font-family: monospace;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	left: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-wrap a {
	display: flex;
	width: 48.75%;
	box-sizing: border-box;
}
.pro-wrap dl {
	margin-bottom: 25px;
	transition: all .2s linear;
}
.pro-wrap dt {
	position: relative;
	transition: all .2s linear;
	overflow: hidden;
}
.pro-wrap dt img {
	width: auto;
	max-width: 100%;
	display: block;
	transition: all .5s linear;
}
.pro-s-img {
	position: absolute;
	z-index: 8;
	bottom: 51px;
	left: 51px;
	width: 110px;
	height: 85px;
	border: 3px solid rgba(255, 255, 255, 0.66);
	overflow: hidden;
}
.pro-s-img img {
	height: 100%;
}
.pro-wrap dd {
	padding: 55px 50px;
	position: relative;
	background: #f7f7f7;
}
.pro-wrap dd:before {
	content: '';
	position: absolute;
	text-align: center;
	right: 35px;
	color: #595350;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 41px;
	background: url(../images/icon26.png)no-repeat;
}
.pro-wrap dd h3 {
	font-size: 18px;
	color: #030303;
	margin-bottom: 5px;
}
.pro-wrap dd p {
	font-size: 12px;
	color: #9e9e9e;
	text-align: left;
}
.pro-wrap dl:hover {
	transition: all .2s linear;
}
.pro-wrap dl:hover img {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.pro-more, .main_data {
	color: #b7b7b7;
	transition: all 0.2s linear;
	font-size: 18px;
	text-align: center;
	width: 100px;
	display: flex;
	margin: 46px auto 106px;
}
.pro-more:hover {
}
#proInfo1-img {
	height: 0;
}
#proInfo1-img .container {
	margin: auto;
}
.proInfo1-img-box {
	background: #fff;
	position: relative;
	width: 100%;
}
.proInfo1-img-le {
	width: 83.36%;
	display: block;
	overflow: hidden;
	height: 760px;
	position: relative;
	overflow: hidden;
}
.proInfo1-img-le .swiper-container {
	position: relative;
}
.proInfo1-img-le p {
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background: rgba(0, 0, 0, 0.62);
	z-index: 99;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	text-indent: 25px;
}
.pInfo-h2 {
	font-size: 36px;
	font-weight: bold;
}
.pInfo-h2 span {
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 40px;
}
.proInfo1-img-le img {
	width: auto;
	display: block;
	min-width: 100%;
}
.proInfo1-img-ri {
	width: 16.641%;
	position: relative;
	height: 760px;
	padding: 67px 25px;
	box-sizing: border-box;
	background: #f9f9f9;
}
.proInfo1-img-ri .swiper-container {
	height: 100%;
}
.proInfo1-img-ri img {
	width: auto;
	height: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.proInfo1-img-ri .swiper-slide {
	width: 100%;/* opacity: .2;*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.proInfo1-img-ri .swiper-slide.swiper-slide-active {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}
.proInfo1-img-box i {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: #dfc890 url(../images/icon7.png)no-repeat center;
	top: 0;
	right: -50px;
}
.proInfo1-img .swiper-button-prev {
	background: url()no-repeat;
	background-size: 100% 100%;
	left: -1.4rem;
	opacity: 1;
	cursor: pointer;
	z-index: 9999999;
	top: 25px;
	width: 1.6rem;
	height: 5rem;
}
.proInfo1-img .swiper-button-next {
	right: -1.4rem;
	top: 25px;
	background: url()no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	cursor: pointer;
	z-index: 9999999;
	top: 25px;
	width: 1.6rem;
	height: 5rem;
}
.proInfo1 .swiper-button-prev {
	background: url(../images/t.png)no-repeat;
	left: -4%;
	right: 0;
	opacity: 1;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 9999999;
	top: 2%;
	margin: auto;
}
.proInfo1 .swiper-button-next {
	background: url(../images/b.png)no-repeat;
	left: 0;
	right: 0;
	opacity: 1;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 9999999;
	bottom: 2%;
	margin: auto;
	top: auto;
}
.proInfo1 .swiper-button-next.swiper-button-disabled {
	background: url(../images/b2.png)no-repeat;
}
.proInfo1 .swiper-button-prev.swiper-button-disabled {
	background: url(../images/t1.png)no-repeat;
}
.profile1 {
}
.profile1-wrap {
	padding-bottom: 100px;
}
.profile1-wrap dl {
	width: 100%;
}
.profile1-wrap dd {
	width: 60.417%;
}
.profile1-wrap dd h3 {
	font-size: 30px;
	color: #010101;
}
.profile1-wrap dd span {
	display: block;
	color: #b39058;
	font-size: 50px;
	font-family: cursive;
	margin-top: 20px;
	margin-bottom: 40px;
}
.profile1-wrap dd p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 50px;
	padding-right: 50px;
}
.profile1-wrap dt {
	width: 39.5%;
	position: relative;
}
.profile1-wrap dt img {
	width: auto;
	max-width: 100%;
	display: block;
}
.profile1-row p {
}
.profile1-info {
	left: 0;
	right: 0;
	width: 74%;
	position: absolute;
	bottom: 48px;
	z-index: 2;
	margin: auto;
}
.profile1-info1 {
	bottom: 0;
	top: 0;
	padding: 35px 0;
}
.profile1-info h5 {
	color: #fff;
	font-size: 20px;
	font-family: "Noto Sans S Chinese";
}
.profile1-info span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.49);
	margin-top: 18px;
	display: block;
}
.profile1-info em {
	font-size: 12px;
	color: #999;
	font-style: inherit;
	display: block;
}
.profile1-info b {
	font-size: 50px;
	font-weight: bold;
	font-family: "DIN Condensed";
	color: #b39058;
}
.profile1-info .span {
	margin-top: 0;
	color: #999;
}
.profile1-info li {
	margin-bottom: 55px;
}
.profile1-row {
	margin-top: 43px;
}
.profile1-row p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 40px;
}
.profile1-wrap dd {
	width: 60.5%;
	position: relative;
}
.profile1-wrap dd img {
	display: block;
	width: auto;
	max-width: 100%;
}
.profile1-wrap1 dt {
	width: 39.584%;
	position: relative;
}
.profile1-info2 {
	left: 0;
	right: 0;
	width: 74%;
	position: absolute;
	bottom: 48px;
	z-index: 2;
	margin: auto;
	top: 40px;
}
.profile1-info2 dt {
	width: 100%;
}
.profile1-info2 span {
	width: 260px;
	height: 50px;
	background: #b39058;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 20px;
}
.profile1-info2 b {
	font-size: 24px;
	color: #b39058;
	display: block;
	line-height: 35px;
}
.profile1-info2 p {
	font-size: 12px;
	font-family: "Arial";
	color: rgba(0, 0, 0, 0.29);
	margin-top: 130px;
	line-height: 21px;
	position: relative;
}
.profile1-info2 p:before {
	position: absolute;
	content: "";
	height: 5px;
	width: 30px;
	background: #b39058;
	top: -56px;
}
.proInfo1-info {
}
.proInfo1-info b {
	font-size: 24px;
	display: block;
	margin-top: 45px;
	margin-bottom: 50px;
}
.proInfo1-info ul {
	justify-content: center;
	margin-bottom: 60px;
}
.proInfo1-info ul li {
	width: 217px;
	border-right: 1px solid #e7e7e7;
	padding: 14px 0;
}
.proInfo1-info ul li h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}
.proInfo1-info ul li span {
	font-size: 14px;
	color: #999999;
	text-align: center;
	display: block;
}
.proInfo1-centent {
}
.proInfo1-centent p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	text-indent: 30px;
	margin-bottom: 29px;
}
.contacr1-box {
	margin-bottom: 185px;
}
.contacr1-box p {
	width: 49.25%;
	box-sizing: border-box;
	margin-bottom: 15px;
	display: flex;
	justify-content: left;
	border: 1px solid #ddd;
}
.contacr1-box p label {
	display: flex;
	width: 70px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #666;
	position: relative;
	padding-left: 6px;
}
.contacr1-box p .form-control {
	width: 100%;
	height: 38px;
	background: none;
	text-indent: 8px;
	color: #cccccc;
	border: 0;
}
.contacr1-box p input::-webkit-input-placeholder {
color:#cccccc;
}
.contacr1-box p input::-moz-placeholder {/* Mozilla Firefox 19+*/
color:#cccccc;
}
.contacr1-box p input:-moz-placeholder {/* Mozilla Firefox 4 to 18*/
color:#cccccc;
}
.contacr1-box p input:-ms-input-placeholder {/* Internet Explorer 10-11*/
color:#cccccc;
}
.contacr1-box .area {
	display: flex;
	width: 100%;
}
.contacr1-box .area label {
	height: 40px
}
.contacr1-box .area textarea {
	width: 100%;
	height: 250px;
	resize: none;
	border: none;
	background: none;
	color: #666;
	border: 0;
	line-height: 38px;
}
.contacr1-box .area textarea::-webkit-input-placeholder {
color:#cccccc;
}
.contacr1-box .area textarea::-moz-placeholder {
color:#cccccc;
}
.contacr1-box .area textarea::-moz-placeholder {
color:#cccccc;
}
.contacr1-box .area textarea::-ms-input-placeholder {
color:#cccccc;
}
.contacr1-box .btn {
	border: 0;
	margin-top: 26px;
}
.contacr1-box .btn input {
	width: 160px;
	height: 45px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	background: #b39058;
	margin-right: 20px;
	font-size: 14px;
}
.contacr1-box .btn input.reset {
	background: #ccc;
	margin-left: 70px;
}
.contacr2 .container {
	justify-content: space-between;
}
.contact2_le {
	width: 407px;/* margin-bottom: 80px;*/
}
.contact2_le h3 {
	font-size: 26px;
	color: #303146;
}
.contact2_le .b {
	font-size: 40px;
	color: #292a40;
	display: block;
	margin-top: 12px;
	margin-bottom: 38px;
}
.contact2_le p {
	margin-bottom: 18px;
	display: flex;
	font-size: 14px;
	color: #999999;
}
.contact2_le p b {
	margin-right: 20px;
}
.contact2_ri {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact2_ri img {
	display: block;
	width: auto;
	margin-top: 37px;
	border: 1px solid #eee;
}
.contacr3 {
	margin-top: 54px;
}
#map {
	height: 600px;
	width: 100%;
}
#map2 {
	height: 600px;
	width: 100%;
	margin-top: 54px;
}
.contacr3 img {
	display: block;
	width: auto;
	max-width: 100%;
}
.culture1 {
}
.culture-wrap {
}
.culture-wrap dl {
	border-bottom: 1px solid #efefef;
	padding-top: 72px;
	padding-bottom: 70px;
}
.culture-wrap dt {
	width: 9.667%;
	height: auto;
}
.culture-wrap dt img {
	display: block;
	width: auto;
	max-width: 100%;
}
.culture-wrap dd {
	width: 86.5%;
}
.culture-wrap dd h5 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 40px;
	position: relative;
	margin-top: 13px;
}
.culture-wrap dd h5:before {
	content: '';
	background: #b39058;
	position: absolute;
	height: 3px;
	width: 26px;
	bottom: -22px;
}
.culture-wrap dd p {
	font-size: 18px;
	color: #999;
}
.culture-wrap dl.dl-bg {
	border: 0;
	background: url(../images/c7.jpg)no-repeat;
}
.culture-wrap dl.dl-bg p {
	color: #fff;
	line-height: 33px;
	font-size: 16px;
}
.culture-wrap dl.dl-bg dd {
	width: 1200px;
}
.honor1 {
	background: #f7f7f7;
	padding: 80px 0;
}
.honor1-wrap {
	position: relative;
}
.honor1-wrap .swiper-slide {
	width: 570px;
	height: auto;
	background: #fff;
	box-shadow: 1px 3px 9px 1px rgba(221, 221, 221, 0.45);
	margin-bottom: 10px;
}
.honor1-wrap .swiper-slide h3 {
	height: 75px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 16px;
}
.honor1-wrap .swiper-slide.swiper-slide-active h3 {
	height: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 20px;
}
.honor1-wrap .swiper-slide img {
	display: block;
}
.honor1-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.honor1-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 2px solid #f0d391;
	background-color: #f0d391;
}
.honor1-wrap .swiper-button-prev {
	left: -100px;
	cursor: pointer;
	background: #b39058;
	opacity: 1 !important;
	cursor: pointer;
	z-index: 9999999;
	width: 52px;
	height: 52px;
	top: 42%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor1-wrap .swiper-button-prev:before {
	content: "<";
	color: #ffffff;
	font-size: 24px;
	opacity: 1;
	font-family: monospace;
}
.honor1-wrap .swiper-button-next {
	right: -100px;
	top: 42%;
	background: #b39058;
	opacity: 1 !important;
	cursor: pointer;
	z-index: 9999999;
	width: 52px;
	height: 52px;
	top: 42%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.honor1-wrap .swiper-button-next:before {
	content: ">";
	font-family: monospace;
	color: #ffffff;
	font-size: 24px;
}
.honor1-wrap .swiper-button-prev.swiper-button-disabled:before, #team4 .swiper-button-next.swiper-button-disabled:before {
	color: #dbb250;
}
.honor2 {
	margin-bottom: 115px;
	margin-top: 85px
}
.honor2-wrap {
	position: relative;
}
.honor2-wrap dd {
}
.honor2-wrap dd img {
	display: block;
	width: auto;
	max-width: 100%;
}
.honor2-wrap dt {
	position: absolute;
	right: 0;
	top: 0;
}
.honor2-wrap dt .honor2-img {
}
.honor2-wrap dt .honor2-img img {
	display: block;
}
.honor2-info {
	position: absolute;
	top: 72px;
	left: 50px;
}
.honor2-info h5 {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 18px;
}
.honor2-info span {
	display: flex;
	color: rgba(255, 255, 255, 0.69);
	font-family: "Tw Cen MT";
	margin-bottom: 43px;
}
.honor2-info p {
	color: rgba(255, 255, 255, 0.73);
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.honor2-info p:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 19px;
	background: rgba(255, 255, 255, 0.29);
	bottom: -55px;
}
.news1 .news_box1 {
	margin-bottom: 0px;
}
.news1 .news_box1 a {
	justify-content: space-between;
	margin-right: 59px;
}
.news1 .news_box1 a:nth-child(3n) {
	margin-right: 0
}
.news1 .news_box1 dl {
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0;
	background: #f7f7f7;
}
.news1 .news_box1 dl dt {
	overflow: hidden;
	height: auto;
	width: 36.834%;
	background: #fff;
	display: flex;
}
.news1 .news_box1 dl dt img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	transition: all .5s linear;
}
.news1 .news_box1 dl dd {
	position: relative;
	width: 58%;
	box-sizing: border-box;
	padding-right: 65px;
}
.news1 .news_box1 dl dd h4 {
	font-size: 22px;
	color: #333;
	margin-top: 41px;
	font-weight: bold;
}
.news1 .news_box1 dl dd p {
	color: #999999;
	line-height: 26px;
	font-size: 13px;
	margin-top: 50px;
}
.news1 .news_box1 dl dd time {
	color: #bbbbbb;
	font-size: 14px;
	margin-top: 36px;
	display: block;
}
.news1 .news_box1 dl dd span {
	color: #ffffff;
	font-size: 12px;
	background: #fca206;
	margin-top: 16px;
	display: flex;
	width: 120px;
	height: 36px;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 40px;
}
.news1 .news_box1 dl:hover dd h4 {
	color: #b39058;
}
.news1 .news_box1 dl:hover img {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.news1 .news_box a {
	width: 100%;
	justify-content: left;
	margin-right: 0;
	border-bottom: 1px solid #f8f8f8;
}
.news1 .news_box a:nth-child(3n) {
	margin-right: 0
}
.news1 .news_box dl {
	justify-content: space-between;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding: 0;
}
.news1 .news_box dl dt {
	overflow: hidden;
	height: auto;
	width: 15.84%;
	background: #fff;
	display: flex;
	height: 190px;
}
.news1 .news_box dl dt img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	transition: all .5s linear;
}
.news1 .news_box dl dd {
	position: relative;
	width: 74.17%;
}
.news1 .news_box dl dd h4 {
	font-size: 22px;
	color: #333;
	margin-top: 35px;
}
.news1 .news_box dl dd p {
	color: #999999;
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
}
.news1 .news_box dl dd time {
	color: #bbbbbb;
	font-size: 12px;
	margin-top: 12px;
	display: block;
	font-family: "Arial";
	margin-top: 20px;
}
.news1 .news_box dl:hover dd span {
	font-size: 12px;
	background: url()no-repeat;
}
.news1 .news_box dl:hover dd h4 {
	color: #b39058
}
.news1 .news_box dl:hover img {
	transform: scale(1.1, 1.1);
	transition: all .5s linear;
}
.news-info1 {
}
.news-info1 h1 {
	text-align: center;
	font-size: 24px;
	color: #262626;
	margin-bottom: 20px;
	margin-top: -16px;
}
.n_info {
}
.n_info h1 {
	font-size: 24px;
	color: #333;
	margin-top: 80px;
	margin-bottom: 50px;
}
.n_info_box {
	justify-content: space-between;
}
.n_info_le {
	width: 100%;
}
.n_info_le .n_info_conact p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 46px;
}
.n_info_le .n_info_conact p img {
	width: auto;
	max-width: 100%
}
.n_info_le h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 46px;
}
.n_info_time {
	padding: 22px 30px;
	margin-bottom: 46px;
	text-align: center;
	position: relative;
	justify-content: flex-end;
	border-bottom: 1px solid #e5e5e5;
}
.n_info_time time, .n_info_time .share > span {
	font-size: 14px;
	color: #666;
}
.n_info_time time {
	width: 72%;
	position: absolute;
	width: 100%;
	text-align: center;
}
.n_info_time time span {
	margin-left: 19px;
}
.n_info_ri {
	width: 27.66%;
}
.n_info_ri h4 {
	height: 60px;
	background: #007fc6;
	text-indent: 28px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.n_info_ri ol {
}
.n_info_ri ol li {
	align-items: center;
	display: flex;
	height: 90px;
	text-indent: 28px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.n_info_ri ol li a {
	display: block;
}
.n_info_ri ol li h5 {
	width: 100%;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.n_info_ri ol li:hover h5, .n_info_ri ol li:hover time {
	color: #007fc6
}
.n_info_ri ol li time {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #666;
	padding: 2px 0;
}
.n_info_more {
	display: flex;
	width: 120px;
	height: 36px;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 12px;
	background: #b39058;
}
.n_info_more:hover {
	background: #b39058;
}

.probg{ width:100%; margin:0 auto; clear:both; background:url(../images/probg.jpg) no-repeat center top; background-size:cover; background-attachment: fixed; height:auto; padding-bottom:100px;}
.n_info_b {
	justify-content: space-between;
	width: 100%;
	padding-top: 30px;
	border-top: #dadada 1px solid;
	margin-top: 60px;
	margin-bottom: 170px;
}
.news-info-box {
	width: 66%;
}
.news-info-box p {
	display: flex
}
.news-info-box strong {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	font-weight: 100;
}
.news-info-box a {
	display: inline-block;
	width: 80% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.news-info-box a, .news-info-box p {
	color: #333;
	font-size: 14px;
}
.news-info-box a:hover {
	color: #999999
}
.job1 {
}
.selectBox {
	bottom: 0;
	right: 0;
	height: 50px;
	width: 100%;
	padding: 20px;
	margin-bottom: 48px;
	background: #ebebeb;
}
.selectBox .el-select {
	width: 27.42%;
	position: relative;
}
.selectBox .button {
	width: 13.11%;
}
.selectBox .button button {
	display: block;
	background: #b39058;
	border: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.77);
	cursor: pointer;
}
.d_select_box {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
}
.el-select .el-input__inner {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 0;
	display: block;
	text-indent: 20px;
	cursor: default;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	border: 0;
}
.el-select-dropdown__list {
	list-style: none;
	padding: 6px 0;
	margin: 0;
	box-sizing: border-box;
}
.el-select-dropdown__item {
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	cursor: pointer;
}
.el-select-dropdown {
	position: absolute;
	z-index: 1001;
	border: 1px solid #e4e7ed;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
	margin: 5px 0;
	padding-bottom: 12px;
}
.el-input__suffix {
	position: absolute;
	height: 100%;
	right: 5px;
	top: 0;
	text-align: center;
	color: #c0c4cc;
	transition: all .3s;
	pointer-events: none;
}
.el-select .el-input .el-select__caret {
	color: #c0c4cc;
	font-size: 14px;
	transition: transform .3s;
	transform: rotate(180deg);
	cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
}
.el-select .el-input .el-select__caret {
	color: #c0c4cc;
	font-size: 14px;
	transition: transform .3s;
	cursor: pointer;
}
.el-select .el-input .el-select__caret {
	position: absolute;
	right: 25px;
	top: 21px;
	color: #007AFF;
	bottom: 10px;
	margin: auto;
}
.el-select .el-input .el-select__caret:before {
	content: '';
	width: 0;
	transition: transform .3s;
	height: 0;
	border-left: 5px solid transparent;
	border-bottom: 7px solid #d6d6d6;
	border-right: 5px solid transparent;
	position: absolute;
	right: 6px;
	top: 10px;
}
.el-select .el-input .el-select__caret.is-reverse:before {
	transition: transform .3s;
	transform: rotate(180deg);
}
.d_select_box i.up:before {
	bottom: 2px;
	content: '';
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 9px solid #999;
	border-right: 8px solid transparent;
	position: absolute;
	right: 6px;
	top: 10px;
}
.select_ul {
	position: absolute;
	display: none;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background: #fff;
	z-index: 99;
	box-sizing: border-box;
	transition: all .5s ease 0s;
}
.select_ul li {
	height: 36px;
	line-height: 36px;
	list-style: none;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
	transition: all .5s ease 0s;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.select_ul li:hover {
	background: #0080c7;
	color: #fff
}
.job1-wrap {
}
.job1-content {
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid #eeee;
}
.job1-content dl {
	padding: 40px;
	border: 1px solid #eeee;
	box-sizing: border-box;
	margin-bottom: 22px;
}
.job1-content dd {
	width: 16.2%;
	border-right: 1px solid #eee;
}
.job1-content dd b {
	display: flex;
	font-size: 16px;
	position: relative;
}
.job1-content dd b:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 4px;
	bottom: -48px;
	background: #000;
}
.job1-content dt {
	width: 80%;
	position: relative;
}
.job1-content dt p {
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.job1-content dt span {
}
.job1-content dt time {
}
.job1-content .job1-info {
	height: auto;
	overflow: hidden;
	display: none
}
.job1-content .job1-info1 b, .job1-content .job1-info b {
	font-size: 14px;
	margin-bottom: 9px;
	display: block;
	margin-top: 26px;
	color: #999;
	font-weight: 100;
}
.job1-content .job1-info p {
}
.job1-content i {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform .5s ease-out;
	-moz-transition: -moz-transform .5s ease-out;
	-o-transition: -o-transform .5s ease-out;
	-ms-transition: -ms-transform .5s ease-out;
	width: 40px;
	height: 36px;
	overflow: hidden;
}
.job1-content i:before {
	content: "+";
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: initial;
	font-size: 33px;
	color: #000;
	-webkit-transition: -webkit-transform .5s ease-out;
	-moz-transition: -moz-transform .5s ease-out;
	-o-transition: -o-transform .5s ease-out;
	-ms-transition: -ms-transform .5s ease-out;
}
.job1-content i.cur:before {
	content: "×";
}
.job1-content i:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.skeleton-list {
	padding: 20px;
	background-color: #fff;
border-radius:0 0 .2rem .2rem;
	overflow: hidden
}
.skeleton-list .skeleton-row {
	margin-bottom: 16px;
	background: linear-gradient(90deg, #fff, #edeff1, #fff);
	background-size: 480px 480px;
	animation: skeleton-stripesr.6s linear infinite
}
.skeleton-list .skeleton-row:last-of-type {
	margin-bottom: 0;
	height: 25px;
}
.skeleton-list .skeleton-row:first-of-type {
	width: 40%
}
.skeleton-list .skeleton-row:nth-of-type(2), .skeleton-list .skeleton-row:nth-of-type(3) {
	width: 80%
}
.skeleton-list .skeleton-row:nth-of-type(4) {
	width: 50%
}
.share {
	z-index: 99999;
	position: relative;
}
.share .bshare-custom.icon-medium .bshare-qqmb {
	background: url(../images/wb.png)no-repeat;
	height: 27px;
}
.share .bshare-custom.icon-medium .bshare-qzone {
	background: url(../images/kj.png)no-repeat;
	height: 27px;
}
.share .bshare-custom.icon-medium .bshare-qqim {
	background: url(../images/qq1.png)no-repeat;
	height: 27px;
}
.share .bshare-custom.icon-medium .bshare-weixin {
	background: url(../images/wx.png)no-repeat;
	height: 27px;
}
.share .bshare-custom.icon-medium .bshare-sinaminiblog {
	background: url(../images/xl.png)no-repeat;
	height: 27px;
}
.job-more {
	background: #b39058;
	display: flex;
	width: 160px;
	height: 45px;
	color: #fff;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	margin-top: 33px;
}
.Talent-content {
	overflow: hidden;
	width: 100%;
	margin-bottom: 100px;
}
.Talent-content .xiaoh {
	position: relative;
	float: left;
	width: 100%;
}
.Talent-content .fx_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 32.683%;
	height: 100%;
	background: url(../images/concept_left.png) no-repeat bottom right;
}
.Talent-content .fx_left .Juz {
	position: absolute;
	top: 50%;
	left: 15%;
	color: #fff;
	transform: translateY(-50%);
}
.Talent-content .fx_left .Juz p {
	font-size: 32px;
	margin-bottom: 10px;
}
.Talent-content .fx_left .Juz h4 {
	font-weight: bold;
	font-size: 28px;
}
.Talent-content .fx_left .Juz span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.Talent-content .fx_right {
	float: right;
	width: 67.417%;
}
.Talent-content .fx_right img {
	display: block;
	width: 100%;
}
.activity-skeleton {
	padding: 20px;
	background-color: #fff;
border-radius:0 0 .2rem .2rem;
	overflow: hidden
}
.activity-skeleton .skeleton-row {
	margin-bottom: 16px;
	background: linear-gradient(90deg, #fff, #edeff1, #fff);
	background-size: 480px 480px;
	animation: skeleton-stripes .6s linear infinite;
	height: 25px;
}
.activity-skeleton .skeleton-row:last-of-type {
	margin-bottom: 0
}
.activity-skeleton .skeleton-row:first-of-type {
	width: 30%
}
.activity-skeleton .skeleton-row:nth-of-type(2) {
	width: 80%
}
.activity-skeleton .skeleton-row:nth-of-type(3) {
	width: 70%
}
.activity-skeleton .skeleton-row:nth-of-type(4) {
	width: 50%
}
#product .listCon {
	display: none;
}
#product .listCon.on {
	display: block;
}

.q223 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}
.q223 li {
	width: 32.39%;
	margin-right: 1.333%;
	float: left;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.q223 li:nth-child(3n) {
	margin-right: 0%;
}
.q223 dl {
	background: #fff;
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ebebeb;
	overflow: hidden;
	border-right-color: #ebebeb;
	border-bottom-color: #ebebeb;
	width: 100%;
	border-left-color: #ebebeb;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.q223 dt {
	border-bottom-width: 1px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
	padding-bottom: 20px;
}
.q223 h1 {
	float: left;
	font: 16px/32px 'microsoft yahei';
	color: #333;
}
.q223 h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
}
.q223 h3 {
	font-size: 14px;
	color: #666;
}
.q223 h4 {
	float: right;
	padding-top: 20px;
	color: #666666;
}
.q223 h5 {
	float: left;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.q223 span {
	float: right;
	font-size: 30px;
	color: #666666;
	cursor: pointer;
}
.q223 em {
	font-size: 18px;
	padding-left: 5px;
}
.q223 li:hover dl {
	box-shadow: 0 0 10px #d4d4d4;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	border-left-color: #d7d7d7;
}
.q223 li:hover span {
	color: #000000;
}
.q223 li img {
	width: 100%;
	height: 295px;
	display: block;
	overflow: hidden;
}
.q223 li figure {
	position: relative;
	z-index: 1;
	/*display: inline-block;*/
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
}
.q223 li figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}
.q223 li figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.q223 li figure figcaption::before, .q223 li figure figcaption::after {
	pointer-events: none;
}
.q223 li figure figcaption, .q223 li figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.q223 li figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.q223 li figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.q223 li figure h2 span {
	font-weight: 800;
}
.q223 li figure h2, .q223 li figure p {
	margin: 0;
}
.q223 li figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 3em;
}
figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
figure.effect-chico figcaption::before, figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico h2 {
	padding: 12% 0 20px 0;
	font-size: 28px;
}
figure.effect-chico p {
	margin: 0 auto;
	max-width: 270px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-chico:hover figcaption::before, figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.in_cpyy{margin-top:5px; width:100%; height:auto; overflow:hidden; text-align:center}
.in_cpyy ul{text-align:center; margin:0 auto; display:inline-block}
.in_cpyy ul li{text-align:center; float:left; margin:5px 10px; font-size:16px; border:1px solid #b39058; color:#b39058; border-radius:4px; display:block; padding:10px 20px}

.in_cpyy ul li:hover{background-color:#b39058; color:#fff}

.honor-slick{position: relative; margin-top:40px}
.honor-slick .slick-list{margin: 0 -10px;}
.honor-slick .slick-con{display: block; padding: 0 10px;}
.honor-slick .slick-con .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.honor-slick .slick-con .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.honor-slick .slick-con p{font-size:16px;line-height:30px;color:#434343;background-color:#fff;text-align:center;padding: 20px 10px;transition: all .5s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.honor-slick .slick-con:hover img{transform: scale(1.1);}
.honor-slick .slick-con:hover p{background-color:#b39058; color:#fff}
.honor-slick .slick-con h3{text-align: center; font-size: 14px; color: #666666; line-height: 30px;}
.honor-slick .slick-dots{position: absolute;left: 0;right: 0;text-align: center;font-size: 0;z-index: 9;bottom: -55px;}
.honor-slick .slick-dots li{display: inline-block;margin: 0 5px;width: 10px;height: 10px;border-radius: 50%;background: #fff;cursor: pointer;}
.honor-slick .slick-dots li button{background: none; outline: none; border: none; font-size: 0;}
.honor-slick .slick-dots li.slick-active{background: #b39058;}
/* Slider */
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden{display: none;}

.zygg {text-align:left; float:left; width:800px;  height:60px; margin-top:20px; font:18px/60px 'helvetica neue', 'microsoft yahei', tahoma, arial, 'hiragino sans gb', 'Simsun', sans-serif; color:#666; box-sizing:border-box;}
.gg{display:block;float:left;text-align:left;font:18px/60px  'helvetica neue', 'microsoft yahei', tahoma, arial, 'hiragino sans gb', 'Simsun', sans-serif;color:#dfcfba; padding:0 5px;}


.apple{height:60px;overflow:hidden;float:left;width:85%;}
.apple ul li a{color:#dfcfba; display:block; text-decoration:none; width:100%; line-height:60px; overflow:hidden;}
.apple ul li a:hover{color:#b39058; text-decoration:none;}


.abt {
	width: 800px;
	float: right;
	text-align: left;
	font: 18px/36px "Microsoft yahei";
	color: #333;
	padding: 20px 5px 10px 5px;
}
.abt2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font: 18px/36px "Microsoft yahei";
	color: #333;
	padding: 20px 5px 30px 0px;
}
.abt2 p {
	display: block;
	margin-bottom: 10px;
color:#333;
}
.h40{ height:40px; clear:both;}
.abt2 img {
	float: left;
	margin-right: 20px;
	border: 6px solid #fff;
	box-shadow: 2px 2px 10px #ddd;
	margin-bottom: 5px;
}

#pageGro {
	width: 400px;
	height: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
	margin: 0 auto;
	font-family: 'microsoft yahei';
}
#pageGro div, #pageGro div ul li {
	font-size: 16px;
	color: #999;
	line-height: 43px;
	float: left;
	margin-left: 5px;
}
#pageGro div ul li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #dcdcdc;
	cursor: pointer;
}
#pageGro div ul li.on {
	color: #fff;
	background: #b39058;
	border: 1px solid #b39058;
}
#pageGro .pageUp, #pageGro .pageDown {
	width: 90px;
	line-height: 45px;
	border: 1px solid #999;
	cursor: pointer;
}
#pageGro .pageUp {
	border: 1px solid #dcdcdc;
	text-align: right;
	padding-right: 15px;
	background: url(../images/pageUp.png) 8px 20px no-repeat;
	box-sizing: border-box;
}
#pageGro .pageDown {
	border: 1px solid #dcdcdc;
	text-align: left;
	padding-left: 15px;
	background: url(../images/pageDown.png) 70px 20px no-repeat;
	box-sizing: border-box;
}
#pageGro .pageUp a, #pageGro .pageDown a {
	color: #999;
	text-decoration: none;
}

/*联系我们*/
.fl{ float:left;}
.fr{ float:right;}
.contactus{ width:1298px;  overflow:hidden; margin:0 auto;  margin-top:50px; margin-bottom:50px; border-radius:2px; background:#fff; box-shadow:0 0px 22px 10px #f4f4f4;-webkit-box-shadow:0 0px 22px 10px #f4f4f4;}
.map{ width:700px; height:413px; overflow:hidden; padding:15px;}
.contactus .box2{padding:25px 18px; overflow:hidden;  height:363px;}
.contactTit{ height:57px; line-height:57px;  font-size:20px; color:#b39058; overflow:hidden; padding-left:30px; background:url(../images/home2.png) no-repeat left center; border-bottom:1px solid #e6e6e6; margin-bottom:15px; background-size:24px; }
.contactText{ line-height:40px; font-size:16px; color:#666; overflow:hidden; display:block}
 
 /*message*/
.message {
	width: 100%;
	margin: 0 auto;
	text-align: left
}
.message dl {
	padding-top: 1.5em;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	position: relative
}
.message dl.full {
	width: 100%
}
.message dl.full dd {
	width: 95%;
	margin-left: 1.5%
}
.message dd {
	width: 94%;
	margin: 0 auto
}
.message dl span.red {
	color: #f63439;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 40%;
	font-size: 1.25em;
	display: block;
	font-weight: 700
}
.message dd input, .message dd textarea {
	width: 100%;
	padding: 1em 0;
	border: none;
	background: #f5f5f5;
	text-indent: 1em;
	border-radius: 4px;
	color: #666;
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 1.05em
}
.message dd input:focus, .message dd textarea:focus {
	box-shadow: 0 0 10px #ccc
}
.message .tijiao {
	width: 25%;
	text-align: center;
	padding: .5em 0;
	font-size: 1.3333em;
	color: #fff;
	background: #222;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
}
.message .tijiao:hover {
	background: #b39058;
}

.jrst { width: 1300px; margin: 0 auto; clear: both; margin-top:30px; margin-bottom:30px;}
.jrst ul { list-style: none; margin: 0; padding: 0; }
.jrst ul li { width: 1300px; margin: 20px 0px; padding-bottom: 20px; border-bottom:1px solid #dcdcdc;}
.jrst ul li dl { width: 1300px; margin: 0 auto; clear: both; }
.jrst ul li dl dt { float: left; margin-right: 30px; text-align: center; }
.jrst ul li dl dt img { display: block; border: 1px solid #dcdcdc; padding: 2px; width:300px; height:200px;}
.jrst ul li dl dd { font: 14px/28px "microsoft yahei"; color: #888; text-align: left; text-transform:uppercase; }
.jrst ul li dl dd strong { font: 18px/30px "microsoft yahei"; color: #333; }
.jrst ul li dl dd strong:hover { color: #cf0b0f; text-decoration: none; }

#qyfc-nr { margin-top: 30px; }
#qyfc-nr ul li { float: left; width: 380px; cursor: pointer; margin: 0 9.5px 20px 9.5px; overflow: hidden; }
#qyfc-nr ul li #fctimg { width: 380px; height: 240px; overflow: hidden; }
#qyfc-nr ul li #fctimg img { width: 100%; transition: all 0.5s; }
#qyfc-nr ul li:hover img { transform: scale(1.08); }
#qyfc-nr ul li #span-jj { background: #f4f4f4; padding: 22px 20px; }
#qyfc-nr ul li #span-jj span { display: block; height: 30px; line-height: 30px; padding-bottom: 10px; border-bottom: #f4f4f4 1px solid; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#qyfc-nr ul li:hover #span-jj { background: #b39058; }
#qyfc-nr ul li:hover #span-jj span { border-bottom: #FFF 1px solid; color: #fff; }

.read{width:1300px; margin:0 auto; clear:both;}
.read dt{width:1280px; height:70px; text-align:center; margin:0 auto; clear:both; font:30px/70px "Microsoft yahei"; color:#333; margin-top:15px; border-bottom:1px dashed #dcdcdc;}
.read dd{width:1280px; margin:0 auto; clear:both; text-align:left; font:16px/32px "Microsoft yahei"; color:#555;}
.read img{display:block; margin:0 auto; text-align:center; clear:both; max-width:1050px;}
.beizhu {font:12px/30px "Microsoft yahei"; color:#888; text-align:center; display:block; margin:0 auto; width:900px; clear:both;} 
.xiangguan{ width:1280px; margin:0 auto; clear:both; height:100px; border-top:1px solid #dcdcdc; padding-top:20px;}
.fanhui {float:right; width:120px; height:40px; text-align:center; font:16px/40px "Microsoft yahei"; color:#fff; background:#222; margin-top:10px; border-radius:4px;}
.fanhui:hover{color:#fff; background:#4ab344; cursor:pointer;}
.xgnew{float:left; width:600px; height:80px; margin-right:20px;}
.xgnew ul{list-style:none; margin:0; padding:0;}
.xgnew ul li{ width:600px; text-align:left; height:40px; font:14px/40px "Microsoft yahei"; color:#666;}
.xgnew ul li a{color:#666; text-decoration:none;}
.xgnew ul li a:hover{color:#0375d6; text-decoration:none;}