.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

#swiper .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #858585;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevd,
.h_lHisNextd,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
}


#ban img {
	width: 100%
}

.wap_nav_sw {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	top: calc(.44rem - 100vh);
	transition: all .5s ease;
}

.wap_nav {
	display: none
}

.box {
	width: 1200px;
	margin: 0 auto
}


.header .logo {
	align-self: center;
}

.header .nav {
	width: 880px;
	align-self: center;
}

.header .nav .ul {
	width: 100%;
}

.header .nav li {
	width: 11.11%;
	text-align: center;
	position: relative;
	line-height: 90px;
	height: 90px;
}

.menu-down {
	margin-top: 0;
}

.menu-pub {
	position: absolute;
	z-index: 99999;
	left: 0;
	top: 90px;
	width: 150%;
	background: #fff;
	transform: translate(0, 20px);
	opacity: 0;
	visibility: hidden;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding-bottom: 8px;
	left: -25%;
}

.header .nav li:hover a.href em {
	display: block;
	width: 40px;
	height: 2px;
	background: #b19063;
	position: relative;
	bottom: 20px;
	left: 28px;
}

.header .nav li:hover .menu-pub {
	z-index: 2;
	transform: translate(0, 0px);
	opacity: 1;
	visibility: visible;
	transition: All 0.3s;
	-moz-transition: All 0.3s;
	-webkit-transition: All 0.3s;
	-o-transition: All 0.3s;
}

.header .nav li .menu-pub a {
	font-size: 14px;
	color: #333;
	display: block;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.header .nav li .menu-pub a:hover {
	color: #b19063;
}

.video {
	background: #000;
}

#videoIds {
	width: 100%;
	height: 690px;
}

.home_one {
	padding: 70px 0;
}

.home_one .text {
	width: 640px;
}

.home_one .img {
	width: 515px;
	height: 385px;
	overflow: hidden;
}

.home_one .text .txt h2 {
	color: #b07730;
	font-size: 26px;
}

.home_one .text .txt p {
	color: #b07730;
	font-size: 14px;
	margin: 25px 0 35px 0;
	color: #666666;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.home_one .text .dl {
	background: #f7f7f7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 20px;
}

.home_one .text .dl dl {
	width: 50%;
	display: flex;
	justify-content: space-between;
}

.home_one .text .dl dt {
	width: 50px;
}

.home_one .text .dl dd {
	width: 240px;
	color: #878686;
	font-size: 14px;
}

.home_one .text .dl dd h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 5px;
}

.home_one .text .dl dl:nth-child(1),
.home_one .text .dl dl:nth-child(2) {
	margin-bottom: 50px;
}

.home_tow {
	background: #f7f7f7;
	padding: 50px 0;
}

.pub_tit em {
	color: #333333;
	font-size: 45px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.pub_tit h2 {
	color: #b07730;
	font-size: 40px;
	font-weight: bold;
	margin-top: -30px;
	margin-bottom: 15px;
}

.home_tow .comBox6 {
	margin-top: 40px;
}

.home_tow .comBox6 dl {
	background: #fff;
	padding: 20px;
	box-shadow: 1px 0 16px -2px rgba(0, 0, 0, 0.21);
}

.home_tow .comBox6 dt {
	height: 220px;
	overflow: hidden;
}

.home_tow .comBox6 .swiper-container {
	padding-bottom: 16px;
	text-align: left;
}

.home_tow .comBox6 dd h2 {
	color: #333;
	font-size: 20px;
	margin: 18px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home_tow .comBox6 dd p {
	color: #878686;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home_tow .comBox6 dl:hover dd h2 {
	color: #b07730;
}

.home_tow .swiper-pagination,
.about .ab_fv .comBox5 .swiper-pagination,
.brand .swiper-pagination,
.ser_six .swiper-pagination {
	text-align: center;
	padding-top: 35px;
}

.home_tow .swiper-pagination-bullet,
.about .ab_fv .comBox5 .swiper-pagination-bullet,
.brand .swiper-pagination-bullet,
.ser_six .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #d1d1d1;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin: 0 6px;
}

.home_tow .swiper-pagination-bullet-active,
.about .ab_fv .comBox5 .swiper-pagination-bullet-active,
.brand .swiper-pagination-bullet-active,
.ser_six .swiper-pagination-bullet-active {
	background: #b19063;
}

.home_th {
	background: url(../images/bg_1.jpg) no-repeat;
	background-size: 100% 100%;
	height: 460px;
	padding-top: 70px;
}

.home_th .tit h2 {
	color: #b19063;
	font-size: 34px;
	font-weight: bold;
}

.home_th .tit p {
	color: #b19063;
	font-size: 30px;
	margin: 12px 0;
}

.home_th .tit em {
	display: block;
	width: 50px;
	height: 2px;
	background: #b19063;
}

.home_th .txt {
	margin-top: 30px;
}

.home_th .txt p {
	color: #666;
	font-size: 12px;
	line-height: 30px;
}

.home_fr {
	background: url(../images/bg_2.jpg) no-repeat;
	background-size: 100% 100%;
	height: 530px;
	padding-top: 70px;
}


.home_fr .pub_tit em,
.about .ab_fr .pub_tit em,
.about .ab_ten .pub_tit em,
.service .ser_tow .pub_tit em {
	color: #fff;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

.home_fr .pub_tit h2,
.about .ab_fr .pub_tit h2,
.about .ab_ten .pub_tit h2,
.service .ser_tow .pub_tit h2 {
	color: #fff;
}

.home_fr .dl {
	margin-top: 100px;
}

.home_fr .dl dl {
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.home_fr .dl dd {
	margin-top: 15px;
}

.home_fv {
	padding: 65px 0;
}

.home_fv .pub_tit {
	margin-bottom: 40px;
}

.home_fv .img,
.home_fv .pic {
	width: 595px;
}

.home_fv .img {
	height: 460px;
	overflow: hidden;
}

.home_fv .pic dl,
.home_fv .pic dt {
	height: 225px;
	width: 292px;
}

.home_fv dl {
	position: relative;
}

.home_fv dt {
	overflow: hidden;
}

.home_fv dd {
	position: absolute;
	padding: 0 20px;
	left: 0;
	bottom: 10px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home_fv .pic dl:nth-child(1) {
	margin-bottom: 10px;
}

.home_fv dt p {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.2);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.footer .foot {
	background: #333333;
	padding: 45px 0;
	color: #fff;
}

.footer .foot .f_nav dt {
	font-size: 20px;
	text-transform: uppercase;
}

.footer .foot .f_nav dd {
	font-size: 34px;
	font-weight: bold;
	margin: 10px 0 30px 0;
}

.footer .foot .p p {
	margin-bottom: 15px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.footer .foot .p p img {
	margin-right: 10px;
}

.footer .foot .f_core {
	font-size: 12px;
	color: #adadad;
	text-align: center;
}

.footer .foot .f_core dd {
	margin-top: 10px;
}

.footer .Copyright {
	background: #282828;
	padding: 20px 0;
	color: #999999;
	font-size: 14px;
}

.footer .Copyright a {
	color: #999999;
	margin-left: 25px;
}

.footer .foot .f_core img {
	width: 140px;
}

.header .nav li:nth-child(3) .menu-pub {
	width: 700px;
	left: -170%;
}

.header .nav li:nth-child(3) .menu-pub dl {
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}

.header .nav li:nth-child(3) .menu-pub dd {
	width: 70px;
	margin: 0 auto;
	margin-top: 10px;
}

.header .nav li:nth-child(3) .menu-pub a {
	height: auto;
	line-height: 18px;
}

.where {
	padding: 10px 0;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.where a {
	background: #fff;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	margin-right: 15px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
}

.where a.cur,
.where a:hover {
	background: #b19063;
	color: #fff;
}

.pub_pub {
	padding: 55px 0;
}

.about .ab_one .txt {
	width: 870px;
	margin: 25px auto;
}

.about .ab_one .txt p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.about .ab_one .dl dl {
	background: #f7f7f7;
	width: 282px;
	cursor: pointer;
}

.about .ab_one .dl dt {
	height: 180px;
	overflow: hidden;
}

.about .ab_one .dl dd {
	padding: 20px 0;
	color: #878686;
	font-size: 14px;
}

.about .ab_one .dl dd h2 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 10px;
}

.about .ab_tow {
	background: url(../images/ab_bg_1.jpg) no-repeat;
	background-size: 100%;
	height: 600px;
}

.about .ab_tow .lime {
	position: relative;
	top: 115px;
}

#banner img {
	width: 100%;
}

.about .ab_tow .dl dt {
	font-size: 16px;
	color: #a31f5a;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.about .ab_tow .dl dd p {
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

.about .ab_tow .dl dl {
	position: absolute;
}

.about .ab_tow .dl dl:nth-child(1) {
	top: 215px;
	left: 55px;
}

.about .ab_tow .dl dl:nth-child(2) {
	top: 55px;
	left: 180px;
}

.about .ab_tow .dl dl:nth-child(3) {
	top: 290px;
	left: 390px;
}

.about .ab_tow .dl dl:nth-child(4) {
	top: 90px;
	left: 470px;
	width: 140px;
}

.about .ab_tow .dl dl:nth-child(5) {
	top: 170px;
	left: 725px;
}

.about .ab_tow .dl dl:nth-child(6) {
	top: 85px;
	left: 935px;
}

.about .ab_th .text {
	padding: 40px;
	background: #f7f7f7;
	margin: 40px auto;
}

.about .ab_th .txt {
	width: 425px;
	padding-top: 20px;
}

.about .ab_th .txt .tit h2 {
	color: #b07730;
	font-size: 30px;
}

.about .ab_th .txt .tit em {
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}

.about .ab_th .txt p {
	color: #666;
	line-height: 28px;
	font-size: 16px;
	margin-top: 30px;
}

.about .ab_th .comBox6 {
	width: 510px;
}

.about .ab_th .comBox6 .swiper-slide img {
	width: 510px;
	height: 360px;
	object-fit: cover;
}

.about .ab_th .h_lHisPrevs,
.pro_th .h_lHisPrevs {
	right: 60px;
	background: url(../images/llt.png) center center no-repeat;
}

.about .ab_th .h_lHisPrevs:hover,
.pro_th .h_lHisPrevs:hover {
	background: url(../images/rrt_o.png) center center no-repeat;
}

.about .ab_th .h_lHisNexts:hover,
.pro_th .h_lHisNexts:hover {
	background: url(../images/llt_o.png) center center no-repeat;
}

.about .ab_th .h_lHisNexts,
.pro_th .h_lHisNexts {
	right: 20px;
	background: url(../images/rrt.png) center center no-repeat;
}

.about .ab_th .h_lHisNexts,
.about .ab_th .h_lHisPrevs,
.pro_th .h_lHisNexts,
.pro_th .h_lHisPrevs {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
	bottom: 15px;
}

.about .ab_fr {
	background: url(../images/ab_bg_2.jpg) no-repeat;
	background-size: 100%;
	height: 500px;
}

.about .ab_fr .text p {
	margin: 25px auto 60px auto;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.about .ab_fr .dl {
	width: 865px;
	margin: 65px auto 0 auto;
}

.about .ab_fr .dl dl {
	width: 130px;
	height: 130px;
	border: 3px #fff solid;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	color: #fff;
	font-size: 16px;
	padding-top: 22px;
}

.about .ab_fr .dl dt {
	font-size: 38px;
	font-weight: bold;
}

.about .ab_fr .dl dt em {
	font-size: 20px;
}

.about .ab_fv .comBox5 {
	margin-top: 40px;
}

.about .ab_fv .comBox5 dt {
	height: 260px;
}

.about .ab_fv .comBox5 dd {
	display: flex;
	justify-content: space-between;
}

.about .ab_fv .comBox5 dd span {
	width: 85%;
	background: #fff;
	height: 90px;
	margin-top: -34px;
	padding: 15px;
}

.about .ab_fv .comBox5 dd span b {
	color: #212121;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.about .ab_fv .comBox5 dd span em {
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 8px;
	display: block;
}

.about .ab_fv .comBox5 .swiper-container {
	text-align: left;
}

.pro_one p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.pro_one .center {
	margin: 30px auto 0 auto;
}

.pro_tow {
	background: #f7f7f7;
}

.pro_tow .dl dl {
	width: 540px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.pro_tow .dl dt {
	width: 100px;
	height: 100px;
	border: 2px #b1b1b1 solid;
	line-height: 96px;
	font-size: 40px;
	font-weight: bold;
	color: #adadad;
	text-align: center;
	-moz-border-radius: 600px;
	-webkit-border-radius: 600px;
	border-radius: 600px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.pro_tow .dl dd {
	width: 400px;
}

.pro_tow .dl dd h2 {
	border-bottom: 1px #b1b1b1 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #333333;
}

.pro_tow .dl dd p {
	line-height: 26px;
	font-size: 16px;
	color: #999999;
}

.pro_th .swiper-slide img {
	height: 600px;
	overflow: hidden;
	width: 100%;
}

.ab_ten {
	background: url(../images/b_bg_3.jpg) no-repeat;
	background-size: 100%;
	height: 660px;
}

.ab_ten .img {
	width: 645px;
}

.ab_ten .test {
	width: 450px;
	align-self: center;
}

.ab_ten .img .pic,
.ab_ten .img .img_pic {
	width: 312px;
}

.ab_ten .img .img_pic img,
.ab_ten .img .pic img {
	padding: 10px;
	background: #adadad;
}

.ab_ten .img .pic p:nth-child(1) {
	margin-bottom: 20px;
}

.ab_ten .test p {
	color: #fff;
	line-height: 28px;
	font-size: 16px;
}

.ab_ten .test .txt {
	margin-top: 40px;
}

.about .ab_th.str .txt {
	width: 400px;
	align-self: center;
}

.ab_nine {
	background: #f7f7f7;
}

.ab_nine.ab_one .dl {
	margin-top: 40px;
}

.ab_nine.ab_one .dl dl {
	width: 380px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.035);
	padding: 25px;
	margin-bottom: 25px;
}

.ab_fr.ab_six {
	background: url(../images/b_bg_4.jpg) no-repeat;
}

.brand {
	background: #f7f7f7;
	padding: 55px 0;
}

.brand .swiper-slide img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.service .ser_one dl {
	overflow: hidden;
	height: 315px;
	background: #f7f7f7;
}

.service .ser_one dl dt,
.service .ser_one dl:nth-child(even) dd,
.service.sales .ser_one dl dd,
.service.sales .ser_one dl:nth-child(even) dt {
	float: left;
}

.service .ser_one dl dd,
.service .ser_one dl:nth-child(even) dt,
.service.sales .ser_one dl dt,
.service.sales .ser_one dl:nth-child(even) dd {
	float: right;
}

.service .ser_one dt,
.service .ser_one dd {
	width: 50%;
	height: 315px;
	text-align: center;
	overflow: hidden;
}

.service .ser_one .dl {
	margin: 50px auto;
	cursor: pointer;
}

.service .ser_one dl dd {
	position: relative;
}

.service .ser_one dl dd div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.service .ser_one dl dd h2 {
	margin: 20px auto;
	color: #333333;
	font-size: 22px;
}

.service .ser_one dl dd p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.ser_one.pub_pub {
	padding-bottom: 0;
}

.service .ser_tow {
	background: url(../images/ser_bg.jpg) no-repeat;
	background-size: 100%;
	height: 892px;
}

.service .ser_tow .dl {
	margin-top: 50px;
}

.service .ser_tow dl {
	background: url(../images/ser_bg_2.png) no-repeat;
	background-size: 614px 140px;
	height: 140px;
	margin-top: 15px;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	display: flex;
	cursor: pointer;
}

.service .ser_tow dt {
	width: 90px;
}

.service .ser_tow dd {
	width: 295px;
	margin-left: 25px;
	align-self: center;
}

.service .ser_tow dd h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.service .ser_tow dd p {
	color: #ddd;
	line-height: 26px;
}

.service .ser_fv {
	background: url(../images/ser_bg_1.png) no-repeat;
	background-size: 100%;
	height: 518px;
}

.service .ser_fv .dl {
	margin-top: 95px;
}

.service .ser_fv .dl dl {
	width: 33.33%;
	text-align: center;
	color: #b19063;
	font-size: 76px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.service .ser_fv .dl dt em {
	font-size: 40px;
}

.service .ser_fv .dl dd {
	color: #666666;
	font-size: 22px;
	margin-top: 8px;
}

.ser_six .swiper-slide {
	padding: 30px 0;
}

.ser_six .swiper-slide img {
	padding: 10px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
}

.case dl {
	width: 372px;
	margin-left: 42px;
	margin-top: 50px;
	background: #f7f7f7;
}

.case dl:nth-child(3n+1) {
	margin-left: 0;
}

.case dt {
	height: 280px;
	overflow: hidden;
}

.case dd {
	padding: 20px;
	padding-top: 15px;
}

.case dd h2 {
	color: #404040;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.case dd p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

.case dd span {
	color: #666666;
	font-size: 16px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.case dd span i {
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 10px;
	background: #9c9c9c;
}

.case dd span img {
	margin-right: 10px;
}

.page {
	text-align: center;
	margin: 60px auto;
	width: 100%;
}

.page a,
.page b,
.page span {
	background: #fdfdfd;
	border: 1px #d9d9d9 solid;
	color: #333333;
	font-size: 18px;
	text-align: center;
	padding: 12px 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 2px
}

.page b,
.page a:hover {
	background: #b19063;
	border: 1px #b19063 solid;
	color: #fff
}

#pages li {
	display: inline-block
}

#pages li.active span {
	background: #b19063;
	border: 1px #b19063 solid;
	color: #fff;
}

.case dl:hover dd h2 {
	color: #b19063;
}

.contact .cont_one {
	background: #f7f7f7;
	margin: 60px auto 45px auto;
	padding: 20px;
}

.contact .cont_one .text {
	width: 55%;
}

.contact .cont_one .text dl {
	background: #fff;
	margin-bottom: 10px;
	padding: 25px;
}

.contact .cont_one .text dt {
	color: #000;
	font-size: 18px;
}

.contact .cont_one .text dt img {
	position: relative;
	top: -3px;
	margin-right: 8px;
}

.contact .cont_one .text dd {
	color: #999999;
	font-size: 17px;
	margin-top: 10px;
}

.contact .cont_one .img {
	height: 345px;
	width: 500px;
	position: relative;
	overflow: hidden;
}

.contact .cont_one .img dd img {
	width: 115px;
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.contact .cont_tow .tip p {
	color: #083e88;
	margin-bottom: 30px;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.contact .cont_tow .form p .text {
	width: 32.33%;
	border: 1px #ded8da solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px;
	color: #9f9e9e;
}

.contact .cont_tow .form .textarea{
	border: 1px #ded8da solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 15px;
	width: 100%;
	font-family: 微软雅黑;
	margin: 15px 0 20px 0;
	height: 160px;
	color: #9f9e9e;
}
.contact .cont_tow .form .button{
	display: block;
	width: 200px;
	text-align: center;
	color: #ffff;
	line-height: 40px;
	background: #b19063;
	cursor: pointer;
	border: 0;
	 -moz-border-radius:8px;
	  -webkit-border-radius: 8px;
	  border-radius: 8px;
	  margin: 20px auto 80px auto;
}
#pub_cont{
	padding-top: 55px;
}
#pub_cont .title h2{
	font-size: 22px;
	color: #0d0d0d;
}
#pub_cont .title p{
	font-size: 15px;
	color: #717171;
	padding: 25px 0;
	border-bottom: 1px #dddddd solid;
	margin-bottom: 20px;
}
#pub_cont .title p i{
	margin: 0 15px;
}
#pub_cont .word p{
	text-indent: 2em;
	line-height: 34px;
	color: #555555;
	margin-bottom: 15px;
}
#pub_cont .word p img{
	display: block;
	margin: 0 auto;
}
.pev_net{
	padding: 25px 0;
	border-top: 1px #dddddd solid;
	margin-top: 25px;
}
.pev_net a{
	color: #5c5c5c;
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
}
.pev_net a:hover{
	color: #9c835e;
}
