@charset "utf-8";
*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
}
body {
	font-size: 14px;
	line-height: 1.8;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #252525;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #c6bb87;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, i {
	font-style: normal;
}
img {
	vertical-align: middle;
	border: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0;
}
input::-ms-clear {
 display: none;
}
input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
button {
	border-radius: 0;
}
.clearfix, .clear:after, section:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}
/* section */
section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* header */
.yylink2 {
	display: none;
}
header {
	width: 100%;
	background: #413325;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 999;
}
header .logo {
	float: left;
	padding: 0 90px 0 0;
}
header .logo img {
	height: 76px;
	width: auto;
}
header .logowz {
	float: left;
}
header .logowz img {
	height: 76px;
	width: auto;
}
header .search {
	float: right;
	border: 1px solid transparent;
	transition: all 0.3s;
	border-bottom: 1px solid #694934;
	position: relative;
	margin-top: 20px;
	width: 220px;
}
header .search input::-webkit-input-placeholder {
 color: #c6bb87;
}
header .search input:-ms-input-placeholder {
 color: #c6bb87;
}
header .search input:-moz-placeholder {
 color: #c6bb87;
}
header .search input::-moz-placeholder {
 color: #c6bb87;
}
header .search input[type='text'] {
	background: none;
	height: 34px;
	padding: 0 47px 0 10px;
	width: 100%;
	border: 0;
	color: #fff;
}
header .search button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 34px;
	height: 34px;
	background: none;
	border: 0;
	color: #c6bb87;
	cursor: pointer;
}
header .search:hover {
	border: 1px solid #694934;
}
header .search:hover button {
	background: #694934;
}
header nav {
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	white-space: nowrap;
	text-transform: uppercase;
}
header nav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header nav ul li {
	position: relative;
}
header nav ul li > a {
	height: 58px;
	line-height: 58px;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 20px;
}
header nav ul li:hover > a {
	background: #9b7c5e;
	color: #fff;
}
header nav ul li.on > a {
	background: #413325;
	color: #c6bb87;
}
header nav dl {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	min-width: 100%;
	background: #444349;
}
header nav dl dd {
	position: relative;
	line-height: 40px;
}
header nav dl dd a {
	display: block;
	overflow: hidden;
	padding: 0 30px 0 20px;
	color: #fff;
}
header nav dl dd i {
	position: absolute;
	right: 5px;
	top: 0px;
	color: #fff;
}
header nav dl dd:hover > a {
	color: #fff;
	background: #9b7c5e;
}
header nav .sub {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	background: #525059;
}
header nav .sub a:hover {
	color: #fff;
	background: #9b7c5e;
}
header .navbut {
	display: none;
}
header .searchbut {
	display: none;
}
/* footbox */
.footbox {
	background: url(../images/bj_inbot.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding: 2px 0;
}
.footbox .letter {
	float: left;
	width: 58%;
	position: relative;
	height: 42px;
	line-height: 42px;
	color: #fff;
	padding: 0 0 0 185px;
	overflow: hidden;
}
.footbox .letter .tit {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	text-transform: uppercase;
	left: 0px;
	top: 0px;
}
.footbox .letter a {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footbox .letter a:hover {
	color: #ddd;
}
.footbox .take {
	float: right;
	width: 38%;
	position: relative;
	border: 1px solid #c0ac99;
	margin-top:4px;
}
.footbox .take input::-webkit-input-placeholder {
 color: #fff;
}
.footbox .take input:-ms-input-placeholder {
 color: #fff;
}
.footbox .take input:-moz-placeholder {
 color: #fff;
}
.footbox .take input::-moz-placeholder {
 color: #fff;
}
.footbox .take input[type='text'] {
	width: 100%;
	border: 0;
	background: none;
	padding: 0 110px 0 10px;
	height: 32px;
	color: #fff;
}
.footbox .take input[type='submit'] {
	border: 0;
	border-left: 1px solid #c0ac99;
	width: 100px;
	height: 32px;
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
}
.footbox .take input[type='submit']:hover {
	background: #c0ac99;
}
/* footer */
footer {
	background: #303030;
	overflow: hidden;
	width: 100%;
	color: #9a9791;
}
footer a {
	color: #9a9791;
}
footer a:hover {
	color: #fff;
}
footer .backtop {
	width: 80px;
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
footer .backtop:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 42px solid #9e7e5f;
	content: "";
}
footer .backtop i {
	position: relative;
	z-index: 1;
	font-size: 36px;
	color: #fff;
	top: -5px;
}
footer .box {
	padding: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 34px;
}
footer .box .tit {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	overflow: hidden;
}
footer .box .touch {
	width: 40%;
	padding-right: 20px;
}
footer .box .touch ul li {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 0 0 30px;
	line-height: 26px;
}
footer .box .touch ul li i {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #2e2e2e;
	background: #989898;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 1px 0 0 1px;
	border-radius: 50%;
	font-size: 12px;
}
footer .box .nav {
	padding-left: 30px;
	white-space: nowrap;
	text-transform: uppercase;
	width: 20%;
	padding-left: 15px;
}
footer .box .nav2 {
	width: 40%;
}
footer .box .nav .liboth li {
	width: 50%;
	float: left;
}
footer .copy {
	border-top: 1px solid #515151;
	overflow: hidden;
	padding: 20px 270px 20px 0;
	line-height: 32px;
	position: relative;
}
footer .copy .cont {
	position: absolute;
	right: 0px;
	top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
footer .copy .cont span {
	float: left;
	color: #fff;
}
footer .copy .cont a {
	display: block;
	overflow: hidden;
	float: right;
	margin: 0 0 0 12px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #5a5a5a;
	text-align: center;
	color: #a1a1a1;
	font-size: 16px;
}
footer .copy .cont a:last-child {
	font-size: 18px;
}
footer .copy .cont a:hover {
	background: #9b7c5e;
	color: #fff;
}
/* rfdbox */
.rfdbox {
	position: fixed;
	right: 0px;
	width: 70px;
	top: 50%;
	margin-top: -85px;
	z-index: 9999;
}
.rfdbox img {
	width: 100%;
	height: auto;
}
.rfdbox a {
	display: block;
	overflow: hidden;
	margin: 10px auto;
	background: #7e6953;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.rfdbox a.top{background: #ccc;}
.rfdbox a.top:hover{background: #7e6953; color:#fff;}

.rfdbox a:hover {
	background: #c6bb87;
}
.rfdbox .icon-skype {
	font-size: 20px;
}
/* banner */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #413325;
}
.banner img {
	width: 100%;
	height: auto;
}
.banner .wap {
	display: none;
}
.banner .swiper-pagination-bullets {
	bottom: 20px;
}
.banner .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	outline: none;
}
.banner .swiper-pagination-bullet-active {
	background: #8a7358;
}
/* web_tit */
.web_tit {
	text-align: center;
	font-size: 36px;
	text-transform: uppercase;
	overflow: hidden;
}
.web_tit:after {
	background: url(../images/icon_tit.png) no-repeat;
	width: 104px;
	height: 8px;
	content: "";
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
/* nbanner */
.nbanner {
	width: 100%;
	overflow: hidden;
}
.nbanner img {
	width: 100%;
	height: auto;
}
.nbanner .wap {
	display: none;
}
/* position */
.position {
	font-size: 16px;
	padding: 15px 0;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	text-transform: uppercase;
	color: #5e5e5e;
}
.position a {
	color: #5e5e5e;
}
.position a:hover {
	color: #c6bb87;
}
/* main */
.main {
	padding: 30px 0 50px 0;
	width: 100%;
	overflow: hidden;
}
.main .main_left {
	width: 25%;
	float: left;
}
.main .main_right {
	width: 75%;
	padding: 0 0 0 35px;
	overflow: hidden;
	float: right;
}
.main .main_right img{max-width:100%;}
/* index */
.in_pro {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 60px 0;
}
.in_pro .more {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 180px;
	line-height: 54px;
	border-radius: 100px;
	background: #9b7c5e;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 15px #c0ab96;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: bold;
}
.in_pro .more:hover {
	background: #c46812;
}
.in_pro .more2 {
	display: block;
	overflow: hidden;
	width: 180px;
	line-height: 54px;
	border-radius: 100px;
	background: #9b7c5e;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 15px #c0ab96;
	text-transform: uppercase;
	transition: all 0.3s;
	font-weight: bold;
}
.in_pro .more2:hover {
	background: #c46812;
}

.in_pro ul {
	padding: 35px 0;
	overflow: hidden;
}
.in_pro ul li {
	float: left;
	width: 25%;
	border-left: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	padding: 20px;
	text-align: center;
}
.in_pro ul li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}
.in_pro ul li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.in_pro ul li .pic:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "iconfont" !important;
	content: "\e6b9";
	z-index: 1;
	background: #000;
	opacity: 0;
	color: #fff;
	font-size: 60px;
	transition: all 0.3s;
}
.in_pro ul li .pic:hover:before {
	opacity: 0.6;
}
.in_pro ul li .pic:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.in_pro ul li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 15px 0 0 0;
}
.in_pro ul li:nth-child(1), .in_pro ul li:nth-child(2), .in_pro ul li:nth-child(3), .in_pro ul li:nth-child(4) {
	border-top: 1px solid transparent;
}
.in_pro ul li:nth-child(4n+1) {
	border-left: 1px solid transparent;
}
.in_about {
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.in_about .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.in_about .box .pic {
	width: 50%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: #fff;
}
.in_about .box .pic img {
	max-width: 100%;
	max-height: 520px;
}
.in_about .box .info {
	width: 50%;
	background-size: 100% 100%;
	color:#333;
}
.in_about .box .info .kj {
	max-width: 600px;
	padding: 20px;
	line-height: 30px;
}
.in_about .box .info .tit {
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.in_about .box .info ul {
	overflow: hidden;
	margin: 20px -10px -10px -10px;
}
.in_about .box .info ul li {
	width: 50%;
	float: left;
	line-height: 24px;
	padding: 10px;
}
.in_about .box .info ul li .bt {
	font-size: 18px;
	color: #d3c274;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.in_about .box .info ul li a {
	display: inline-block;
	background: #7d5e41;
	padding: 12px 25px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.in_about .box .info ul li a i {
	display: block;
	overflow: hidden;
}
.in_about .box .info ul li a:hover {
	background: #c46812;
}
.in_about .box .info ul li:nth-child(3) {
	clear: both;
}
.in_news {
	padding: 45px 0 30px 0;
	width: 100%;
	overflow: hidden;
}
.in_news ul {
	overflow: hidden;
	margin: 15px -15px -15px -15px;
}
.in_news ul li {
	width: 33.33333333%;
	float: left;
	padding: 15px;
}
.in_news ul li .pic {
	display: block;
	overflow: hidden;
}
.in_news ul li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.in_news ul li .info {
	padding: 15px 0;
	overflow: hidden;
	transition: all 0.3s;
}
.in_news ul li .info .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #252525;
	padding: 0 0 5px 0;
}
.in_news ul li .info span {
	float: left;
	color: #888;
	font-size: 12px;
}
.in_news ul li .info span i {
	margin-right: 3px;
}
.in_news ul li .info em {
	float: right;
	color: #c46812;
	font-size: 12px;
	text-transform: capitalize;
}
.in_news ul li .info em i {
	margin-left: 3px;
}
.in_news ul li:hover .pic img {
	transform: scale(1.1);
}
.in_news ul li:hover .info {
	padding: 15px;
	background: #eee;
}
/* clientele */
.clientele {
	padding: 20px;
	position: relative;
}
.clientele .swiper-slide {
	width: 20%;
	padding: 10px;
}
.clientele .swiper-slide a {
	display: block;
	overflow: hidden;
}
.clientele .swiper-slide img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.clientele .swiper-slide img:hover {
	transform: scale(1.1);
}
.clientele .swiper-button-next, .clientele .swiper-button-prev {
	top: 50%;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin-top: -22px;
	background: none;
	font-size: 44px;
	z-index: 5;
	opacity: 1;
	outline: none;
	transition: all 0.3s;
}
.clientele .swiper-button-next:hover, .clientele .swiper-button-prev:hover {
	color: #c6bb87;
}
.clientele .swiper-button-disabled {
	opacity: 0.2;
}
.clientele .swiper-button-next {
	right: -15px;
}
.clientele .swiper-button-prev {
	left: -15px;
}
.clientele.ab {
	padding: 0 20px;
	margin-top: 20px;
}
/* pagebody */
.pagebody {
	overflow: hidden;
}
.pagebody img {
	max-width: 100%;
	height: auto;
}
/* d_wenhua */
.d_wenhua .tit {
	font-size: 30px;
	color: #ff0000;
}
.d_wenhua .bt {
	font-size: 24px;
	color: #ff0000;
	padding: 20px 0 0 0;
}
/* d_lianxi */
.d_lianxi .pic {
	text-align: center;
}
.d_lianxi .bt {
	font-size: 22px;
	padding: 20px 0 5px 0;
}
.d_lianxi .xun li {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 0 0 40px;
	line-height: 28px;
}
.d_lianxi .xun li i {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background: #9D7E5F;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
}
/* d_guanyu */
.d_guanyu {
	padding: 0 0 20px 0;
	overflow: hidden;
}
.d_guanyu .pic {
	float: right;
	width: 55%;
	padding: 0 0 0 20px;
}
.d_guanyu .pic img {
	width: 100%;
	height: auto;
}
.d_guanyu .bt {
	font-size: 20px;
	font-weight: bold;
}
/* d_mess */
.d_mess {
	max-width: 850px;
	overflow: hidden;
	font-size: 16px;
}
.d_mess .bt {
	padding: 0 0 15px 0;
	overflow: hidden;
	font-weight: bold;
}
.d_mess dl {
	margin: 0 -15px;
	overflow: hidden;
}
.d_mess dl dd {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 15px;
}
.d_mess dl dt {
	width: 100%;
	max-width: 600px;
	float: left;
	padding: 0 15px;
	margin-bottom: 5px;
}
.d_mess ul {
	max-width: 600px;
	overflow: hidden;
	margin: -10px -15px 0 -15px;
}
.d_mess ul li {
	width: 50%;
	float: left;
	padding: 0 15px;
	line-height: 30px;
}
.d_mess ul li label {
	display: block;
}
.d_mess ul li input {
	float: left;
	margin: 7px 5px 0 0;
}
.d_mess input[type='text'] {
	width: 100%;
	height: 32px;
	border: 1px solid #aaaaaa;
	padding: 0 10px;
	font-size: 16px;
}
.d_mess textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #aaaaaa;
	padding: 10px;
	font-size: 16px;
}
.d_mess input[type='submit'] {
	max-width: 300px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
	height: 42px;
	background: #9d7d5f;
	border: 0;
	transition: all 0.3s;
}
.d_mess input[type='submit']:hover {
	background: #c46812;
}
/* d_news */
.d_news {
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}
.d_news .tit {
	text-align: center;
	overflow: hidden;
	font-size: 22px;
	font-weight: bold;
}
.d_news .cs {
	text-align: center;
	overflow: hidden;
	color: #666666;
	border-bottom: 1px solid #e9e9e9;
	max-width: 800px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
}
.d_news .body {
	padding: 30px 0;
	overflow: hidden;
}
.d_news .body img {
	max-width: 100%;
	height: auto;
}
.d_news .prne {
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.d_news .dxun {
	margin: -15px -15px 15px -15px;
	overflow: hidden;
}
.d_news .dxun li {
	padding: 15px;
	width: 33.333333333%;
	float: left;
	overflow: hidden;
}
.d_news .dxun li span {
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
	font-weight: bold;
}
/* sheblist */
.sheblist {
	overflow: hidden;
	margin-top: -30px;
}
.sheblist .tit {
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
.sheblist ul {
	overflow: hidden;
	margin: -10px;
}
.sheblist ul li {
	width: 33.3333333333%;
	float: left;
	overflow: hidden;
	padding: 10px;
}
.sheblist ul li img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
	cursor: pointer;
}
.sheblist ul li img:hover {
	opacity: 0.8;
}
.sheblist ul li:nth-child(1), .sheblist ul li:nth-child(2) {
	width: 50%;
}
/* tan_pic */
.tan_pic {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 80px;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
	width: 100%;
	height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}
.tan_pic .close {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	cursor: pointer;
	color: #fff;
	transition: all 0.3s;
	background: #413325;
}
.tan_pic .close:hover {
	background: #c6bb87;
}
.tan_pic .swiper-pagination-bullets {
	width: 100%;
	z-index: 5;
	left: 0px;
}
.tan_pic .swiper-pagination-bullet {
	width: 35px;
	height: 7px;
	background: #e0e0e0;
	border-radius: 4px;
	opacity: 1;
	margin: 0 10px;
	outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
	background: #8a7358;
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	background: none;
	font-size: 80px;
	z-index: 5;
	opacity: 1;
	outline: none;
	color: #fff;
	transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
	color: #c6bb87;
}
.tan_pic .swiper-button-disabled {
	opacity: 0.2;
}
.tan_pic .swiper-button-next {
	right: 0px;
}
.tan_pic .swiper-button-prev {
	left: 0px;
}
/* newslist */
.newslist {
	overflow: hidden;
}
.newslist .tit {
	text-align: center;
	overflow: hidden;
	font-size: 30px;
	text-transform: uppercase;
}
.newslist ul {
	overflow: hidden;
	margin: 5px -15px -15px -15px;
}
.newslist ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	padding: 15px;
	text-align: center;
}
.newslist ul li .pic {
	display: block;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	padding: 8px;
	position: relative;
}
.newslist ul li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.newslist ul li .pic:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "iconfont" !important;
	content: "\e6b9";
	z-index: 1;
	background: #000;
	opacity: 0;
	color: #fff;
	font-size: 60px;
	transition: all 0.3s;
}
.newslist ul li .pic:hover:before {
	opacity: 0.6;
}
.newslist ul li .pic:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.newslist ul li .bt {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 10px 0 0 0;
}
.newslist ul li span {
	color: #888;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}
.newslist ul li p {
	color: #888;
	display: block;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
}
/* 分页 */
.arcpages {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 0 0 0;
	width: 100%;
	overflow: hidden;
}
.arcpages li {
	float: left;
	border: 1px solid #d8d8d8;
	margin: 0 3px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 14px;
}
.arcpages li a {
	padding: 0 12px;
	display: block;
	overflow: hidden;
	color: #666;
}
.arcpages li a:hover {
	background: #c6bb87;
	color: #fff;
}
.arcpages li.pageinfo {
	padding: 0 12px;
	cursor: default;
}
.arcpages li.thisclass a {
	background: #c6bb87;
	color: #fff;
}
/* prolist */
.prolist {
	margin: -10px;
	overflow: hidden;
}
.prolist li {
	width: 25%;
	float: left;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}
.prolist li a {
	background: #f0f0f0;
	display: block;
	overflow: hidden;
}
.prolist li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}
.prolist li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.prolist li .pic:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "iconfont" !important;
	content: "\e6b9";
	z-index: 1;
	background: #000;
	opacity: 0;
	color: #fff;
	font-size: 60px;
	transition: all 0.3s;
}
.prolist li .pic:hover:before {
	opacity: 0.6;
}
.prolist li .pic:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.prolist li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 36px;
}
.prolist li:hover a {
	background: #c6bb87;
	color: #000;
}
/* menu */
.menu {
	overflow: hidden;
}
.menu .tit {
	font-size: 24px;
	color: #ba5629;
	overflow: hidden;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #5a5a5a;
	margin-bottom: 2px;
}
.menu ul {
	overflow: hidden;
}
.menu ul li {
	margin-top: 6px;
	position: relative;
	text-transform: uppercase;
	line-height: 20px;
}
.menu ul li > a {
	background: #eeeeec;
	display: block;
	overflow: hidden;
	padding: 12px 30px 12px 35px;
	font-weight: bold;
	position: relative;
	color: #000;
}
.menu ul li > a:before {
	position: absolute;
	left: 16px;
	top: 16px;
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 5px solid #595959;
	border-bottom: 5px solid transparent;
}
.menu ul li i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	background: #ba5629;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	padding: 0 0 0 1px;
}
.menu ul li:hover > a {
	color: #ba5629;
}
.menu ul li:hover > a:before {
	border-left: 5px solid #ba5629;
}
.menu ul li.on > a {
	color: #ba5629;
}
.menu ul li.on > a:before {
	border-left: 5px solid #ba5629;
}
.menu ul li.on .sub {
	display: block;
}
.menu ul li:first-child {
	margin-top: 0;
}
.menu ul .sub {
	display: none;
	padding: 0 0 10px 0;
}
.menu ul .sub a {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 55px;
	margin-top: 15px;
	color: #5a5a5a;
	position: relative;
}
.menu ul .sub a:before {
	position: absolute;
	left: 35px;
	top: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "iconfont" !important;
	content: "\e6a7";
	z-index: 1;
	transition: all 0.3s;
}
.menu ul .sub a:hover, .menu ul .sub a.on {
	color: #ba5629;
}
/* d_pro */
.d_pro {
	overflow: hidden;
}
.d_pro .box {
	width: 40%;
	float: left;
}
.d_pro .probanbig {
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.d_pro .probanbig img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.d_pro .probansmall {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}
.d_pro .probansmall .swiper-slide {
	width: 33.333333333%;
	cursor: pointer;
	padding: 0 5px;
}
.d_pro .probansmall .swiper-slide img {
	width: 100%;
	height: auto;
	border: 1px solid #d4d4d4;
}
.d_pro .probansmall .active-nav img {
	border: 1px solid #ba5629;
}
.d_pro .probansmall .arrow-left, .d_pro .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
}
.d_pro .probansmall .arrow-left {
	left: -8px;
}
.d_pro .probansmall .arrow-right {
	right: -8px;
}
.d_pro .info {
	float: right;
	width: 60%;
	padding: 0 0 0 30px;
	overflow: hidden;
	line-height: 2;
}
.d_pro .info .bt {
	color: #ba5629;
	font-size: 20px;
	font-weight: bold;
}
.d_pro .info .share {
	padding: 25px 0;
	overflow: hidden;
}
.d_pro .info .share a {
	display: inline-block;
	background: #7e6953;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-right: 8px;
}
.d_pro .info .share a:hover {
	background: #c6bb87;
}
.d_pro .info .share .icon-skype {
	font-size: 20px;
}
.d_pro .info .but {
	float: right;
	display: block;
	overflow: hidden;
	width: 162px;
	line-height: 38px;
	font-size: 16px;
	background: #ba5629;
	border-radius: 100px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
}
.d_pro .info .but:hover {
	background: #c6bb87;
}
.d_pro .prne {
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}
.d_pro .prne a {
	display: inline-block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #c3c3c3;
	margin: 0 6px;
	border-radius: 50%;
	font-size: 36px;
}
.d_pro .prne a:hover {
	transform: rotate(360deg);
}
.d_pro .tit {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 0 5px 0;
}
.d_pro .body {
	padding: 20px 0;
	overflow: hidden;
}
.d_pro .xgxun {
	position: relative;
	overflow: hidden;
	margin: 0 -10px;
}
.d_pro .xgxun .tit {
	margin: 0 10px;
}
.d_pro .xgxun .swiper-slide {
	width: 25%;
	overflow: hidden;
	padding: 15px 10px 0 10px;
	text-align: center;
}
.d_pro .xgxun .swiper-slide .pic {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #d4d4d4;
}
.d_pro .xgxun .swiper-slide .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.d_pro .xgxun .swiper-slide .pic:before {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-family: "iconfont" !important;
	content: "\e6b9";
	z-index: 1;
	background: #000;
	opacity: 0;
	color: #fff;
	font-size: 60px;
	transition: all 0.3s;
}
.d_pro .xgxun .swiper-slide .pic:hover:before {
	opacity: 0.6;
}
.d_pro .xgxun .swiper-slide .pic:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}
.d_pro .xgxun .swiper-slide span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 36px;
}
.d_pro .xgxun .swiper-button-next, .d_pro .xgxun .swiper-button-prev {
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 0;
	background: none;
	font-size: 24px;
	font-weight: bold;
	z-index: 5;
	opacity: 1;
	outline: none;
	transition: all 0.3s;
	color: #b3b3b3;
}
.d_pro .xgxun .swiper-button-next:hover, .d_pro .xgxun .swiper-button-prev:hover {
	color: #c6bb87;
}
.d_pro .xgxun .swiper-button-disabled {
	opacity: 0.2;
}
.d_pro .xgxun .swiper-button-next {
	right: 5px;
}
.d_pro .xgxun .swiper-button-prev {
	left: auto;
	right: 25px;
}
.w1200 {
	max-width: 1300px;
	margin: 0 auto;
}
.webpd_boxh {
	width: 100%;
	padding: 45px 0;
	overflow: hidden;
}
.auto1, .auto3, .auto5, .auto7, .auto9, .auto11, .auto13 {
	background: #f2f2f2;
}
.auto1 .webpd_kj, .auto3 .webpd_kj, .auto5 .webpd_kj, .auto7 .webpd_kj, .auto9 .webpd_kj, .auto11 .webpd_kj, .auto13 .webpd_kj {
	float: left;
}
.auto1 .webpd_pic, .auto3 .webpd_pic, .auto5 .webpd_pic, .auto7 .webpd_pic, .auto9 .webpd_pic, .auto11 .webpd_pic, .auto13 .webpd_pic {
	float: right;
}
.auto2 .webpd_kj, .auto4 .webpd_kj, .auto6 .webpd_kj, .auto8 .webpd_kj, .auto10 .webpd_kj, .auto12 .webpd_kj, .auto14 .webpd_kj, .auto16 .webpd_kj {
	float: right;
}
.auto2 .webpd_pic, .auto4 .webpd_pic, .auto6 .webpd_pic, .auto8 .webpd_pic, .auto10 .webpd_pic, .auto12 .webpd_pic, .auto14 .webpd_pic, .auto16 .webpd_pic {
	float: left;
}
.webpd_kj {
	width: 60%;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	position: relative;
}
.webpd_kj h2 {
	font-size: 32px;
	color: #666;
	font-weight: bold;
	line-height: 70px;
}
.webpd_kj .case {
	margin-top: 44px;
	color: #999;
}
.webpd_kj .case a {
	width: auto;
	margin-right: 7px;
	font-size: 12px;
	display: inline-block;
}
.webpd_kj .m {
	margin-top: 10px;
	font-size: 12px;
}
.webpd_kj .an {
	overflow: hidden;
	padding: 80px 0 0 0;
}
.webpd_kj .an a {
	width: 111px;
	height: 33px;
	background: #666;
	text-align: center;
	line-height: 33px;
	float: left;
	margin: 0 16px 0 0;
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.webpd_kj .an a.on, .webpd_kj .an a:hover {
	background: #d9221a;
}
