﻿* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body {
	margin: 0 auto;
	font-family: 'cn';
	font-size: 24px;
	-webkit-appearance: none;
	color: #333;
	height: auto;
	overflow-x: hidden;
	background: #FFF;
}

textarea,
input {
	font-family: 'cn';
}

ul {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
li a,
img {
	display: block;
}

.slh {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	border: none;
}

.corbai {
	color: #ffffff;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

p,
h1,
h2,
h3,
ul,
li,
form {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	text-decoration: none;
	font-size: 24px;
}

ul {
	list-style: none;
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
}

.flex {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
}

.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}

.df {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
}

.spjz {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
}

.evenly {
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-ms-justify-content: space-evenly;
	-o-justify-content: space-evenly;
}

.czjz {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
}

.column {
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
}

.ydq {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
}

.row-reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
}

.column-reverse {
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
}

@font-face {
	font-family: 'GENUINE';
	src: url('http://common.gdjshd.com/pcmb11_gy/fonts/GENUINE.TTF'), url('http://common.gdjshd.com/pcmb11_gy/fonts/GENUINE.OTF');
	src: url('http://common.gdjshd.com/pcmb11_gy/fonts/impact.TTF');
}

.onload {
	position: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 18;
	background: #fff;
	left: 0;
	top: 0;
}

.onload img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 45px;
}

.lgsize {
	font-size: 36px;
	line-height: 36px;
}

.mdsize {
	font-size: 28px;
	line-height: 28px;
}

.smsize {
	font-size: 15px;
	line-height: 30px;
}

.pcshow {
	display: flex;
}

.sjshow {
	display: none;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.sjpcimg img {
	display: block;
	width: 100%;
}

.sjpcimg img:nth-child(2) {
	display: none;
}

.pd100 {
	padding: 100px 0;
}

.mb100 {
	margin-bottom: 100px;
}

.onload {
	position: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1888;
	background: #fff;
	left: 0;
	top: 0;
}

.onload img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 45px;
}

@media (max-width:1200px) {
	.w1200 {
		width: 96%;
	}

	.pcshow {
		display: none !important;
	}

	.lgsize {
		font-size: 26px;
		line-height: 26px;
	}

	.mdsize {
		font-size: 20px;
		line-height: 20px;
	}

	.smsize {
		font-size: 12px;
		line-height: 26px;
	}

	.mb100 {
		margin-bottom: 50px;
	}
}

@media (max-width:640px) {
	.lgsize {
		font-size: 18px;
		line-height: 18px;
	}

	.mdsize {
		font-size: 15px;
		line-height: 15px;
	}

	.sjpcimg img:nth-child(1) {
		display: none;
	}

	.sjpcimg img:nth-child(2) {
		display: block;
	}

	.sjshow {
		display: flex !important;
	}

	.mb100 {
		margin-bottom: 25px;
	}
}

/* 头部 */
.top {
	position: fixed;
	z-index: 20;
	width: 100%;
	background: #fff;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	-ms-box-shadow: 0px 0px 5px #333;
	-o-box-shadow: 0px 0px 5px #333;
}

.topcon {
	padding: 13px 0;
	width: 94.8%;
	margin: auto;
	position: relative;
}

.topfl {
	display: none;
}

.topflone:nth-child(2) {
	margin-left: 52px;
}

.topcen {}

.spp1,
.spp3 {
	height: 16px;
}

.spp2 {
	height: 50px;
}

.topfl span {
	font-size: 20px;
}

.topfr span {
	font-size: 22px;
}

.topfrone p {
	color: #555;
	margin-left: 5px;
}

.topbtm {
	height: 0;
	background: #b19c5e;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 2s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.topbtm.active {
	height: 60px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.topbtmcon {
	height: 100%;
	width: 94.8%;
	margin: auto;
}

.topbtmcon p {
	color: #fff;
}

.topbtmcon p a {
	text-decoration: underline;
	color: #fff;
}

.topbtmcon span {
	color: #fff;
	cursor: pointer;
}

.topfl a:hover span,
.topfl a:hover p {
	color: #7d692c;
}

.topfrone:hover span,
.topfrone:hover p {
	color: #7d692c;
}

.topfr .topfrone:nth-child(2) {
	display: none;
}

.head-title {
	width: 50%;
}
.head-title h1,
.head-title p{
	margin:0;
	text-align: center;
}

@media (max-width:1200px) {
	.head-title {
		display: none;
	}

	.pcshownav {}

	.topfl {
		display: flex;
	}

	.topfl p {
		color: #555;
		margin-left: 5px;
	}

	.topflone {
		cursor: pointer;
	}

	.topcen {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.topfl .topflone:nth-child(2) {
		display: none;
	}

	.topfr .topfrone:nth-child(1) {
		display: none;
	}

	.topfr .topfrone:nth-child(2) {
		display: block;
	}
}

@media (max-width:800px) {
	.spp2 {
		margin: 0 50px;
	}
}

@media (max-width:640px) {

	.topfrone p,
	.topfl p {
		display: none;
	}

	.spp1,
	.spp3 {
		height: 11px;
	}

	.spp2 {
		height: 35px;
		margin: 0 20px;
	}

	.topcon {
		padding: 5px 0;
	}
}

/*顶部悬浮开始 */
.topoff {
	margin-top: -75px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.topon {
	margin-top: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

@media (max-width:1200px) {
	.topoff {
		margin-top: 0;
		transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
	}
}

/* PC端显示导航 */
.pcshownav {
	width: 100%;
	background-color: #b19c5e;
}

.pcshownav .pcnav_ul {
	width: 100%;
}

.pcshownav .pcnav_ul li {
	display: flex;
}

.pcshownav .pcnav_ul li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
	padding: 0 1rem;
	text-align: center;
}

.pcshownav .pcnav_ul li a:hover,
.pcshownav .pcnav_ul li a.active {
	background-color: #c8af6a;
}

/* 隐藏的导航 */
.hidnavwrap {
	position: fixed;
	left: 0;
	top: 79px;
	z-index: 999;
	background: #fff;
	padding: 0 12%;
	width: 76%;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.hidnavcon {
	padding: 35px 0 30px;
}

.hidnavtop {
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	margin-bottom: 35px;
}

.hidnavtop li {
	width: 13.5%;
}

.hidnavtop li img {
	width: 100%;
}

.hidnavbtm li {
	margin: 0 5%;
}

.gbhidnav {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 28px;
	color: #B19C5E;
	line-height: 28px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}

.gbhidnav:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.hidnavwrap.active {
	border-top: 5px solid #000;
}

@media (max-width:1200px) {
	.hidnavwrap {
		padding: 0 5%;
		width: 90%;
	}

	.gbhidnav {
		right: 20px;
		top: 20px;
	}
}

@media (max-width:800px) {
	.gbhidnav {
		right: 13px;
		top: 13px;
		font-size: 20px;
	}
}

@media (max-width:640px) {
	.hidnavwrap {
		top: 43px;
		width: 100%;
	}

	.hidnavtop {
		display: none;
	}

	.hidnavbtm li {
		margin: 0 8%;
	}

	.hidnavbtm li a.topbtm.active {
		background-color: #000;
		color: #FFF;
	}

	.hidnavcon {
		padding: 24px 0;
	}
}

/* banner */
.banner {
	margin-top: 86px;
	position: relative;
}

.baninfo {
	height: 100%;
	position: absolute;
	left: 24%;
	top: 0;
}

.baninfo>span {
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 3px;
}

.baninfo h3 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: 3px;
}

.baninfo p {
	width: 100%;
	border: 1px solid #fff;
	max-width: 303px;
	margin: 0 auto;
}

.baninfo p span {
	color: #fff;
	display: block;
	text-align: center;
}

.baninfo p span:nth-child(1) {
	width: 68%;
}

.baninfo p span:nth-child(2) {
	width: 33%;
	background: #fff;
	line-height: 44px;
	color: #000;
}

.baninfo>font {
	color: #fff;
	position: absolute;
	bottom: 80px;
	font-size: 17px;
	background: rgba(46, 64, 78, 0.74);
	padding: 7px 20px;
}

@media (max-width:1200px) {
	.banner {
		height: 430px;
		overflow: hidden;
	}

	.banner .sjpcimg {
		height: 100%;
	}

	.banner .sjpcimg img {
		height: 100%;
		width: auto;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

@media (max-width:800px) {
	.baninfo {
		left: 3%;
	}
}

@media (max-width:640px) {
	.banner {
		height: auto;
		margin-top: 63px;
	}

	.baninfo {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
	}

	.banner .sjpcimg {
		height: auto;
	}

	.banner .sjpcimg img {
		height: auto;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: inherit;
		-webkit-transform: inherit;
		-moz-transform: inherit;
		-ms-transform: inherit;
		-o-transform: inherit;
	}

	.baninfo>span {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 2px;
		margin-bottom: 70px;
	}

	.baninfo h3 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.baninfo p {
		font-size: 20px;
		line-height: 20px;
		width: 240px;
	}

	.baninfo p span:nth-child(2) {
		line-height: 33px;
	}

	.baninfo>font {
		font-size: 12px;
		background: none;
		padding: 0;
		text-align: center;
		bottom: 52px;
	}
}

@media(max-width: 1440px) {
	.baninfo>font {
		font-size: 14px;
		background: rgba(46, 64, 78, 0.74);
		padding: 7px 20px;
		text-align: center;
		bottom: 40px;
	}
}


/* banner下挂号 */
.mb55 {
	margin-bottom: 55px;
}

.ghtop img {
	margin-bottom: 36px;
}

.ghtopline {
	width: 120px;
	height: 1px;
	background: #b19c5e;
}

.tit h3 {
	margin-bottom: 20px;
}

.tit p {
	line-height: 23px;
	max-width: 80%;
	text-align: center;
}

.tit span {
	width: 120px;
	height: 1px;
	background: #b19c5e;
	margin-bottom: 30px;
}

.hstit h3,
.hstit p {
	color: #333;
}

.bstit h3,
.bstit p {
	color: #fff;
}

.form1 {
	width: 100%;
}

.tselect {
	margin-bottom: 32px;
}

.tselect select,
.tselect input {
	width: 48%;
	padding: 15px 20px;
	color: #555;
	background: #fff;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 1px solid #333333;
}

.tselect select {
	background: url(../images/icon.png) 97% center no-repeat;
	background-size: 19px 10px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.fombtn button,
.form1a {
	width: 48%;
}

.fombtn button {
	display: block;
	text-align: center;
	line-height: 49px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #fff;
	background: #000;
}

.fombtn button:hover {
	background: #b19c5e;
}

.form1a span {
	color: #b19c5e;
	font-size: 42px;
}

.form1a p {
	color: #000;
	margin-left: 16px;
}

@media (max-width:800px) {
	.ghtop img {
		margin-bottom: 26px;
	}

	.mb55 {
		margin-bottom: 30px;
	}
}

@media (max-width:640px) {
	.ghtop img {
		width: 60px;
		margin-bottom: 18px;
	}

	.ghtopline {
		width: 48px;
	}

	.mb55 {
		margin-bottom: 20px;
	}

	.tselect select,
	.tselect input {
		width: 100%;
		padding: 8px 10px;
	}

	.tselect select,
	.fombtn button,
	.tselect {
		margin-bottom: 10px;
	}

	.fombtn button,
	.form1a {
		line-height: 36px;
		width: 100%;
	}

	.form1a {
		color: #fff;
		background: #000;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
	}

	.form1a span {
		color: #fff;
		font-size: 20px;
	}

	.form1a p {
		color: #fff;
		margin-left: 7px;
	}

	.tit p {
		max-width: 100%;
	}
}

/* 左右结构 */
.comfl,
.comfr {
	width: 50%;
	overflow: hidden;
}

.comfl img {
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.comfl:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.comfrcon {
	width: 72%;
}

.comfrcon h3 {
	margin-bottom: 15px;
}

.comfrcon p {
	margin-bottom: 15px;
	line-height: 24px;
}

.comfrtopline {
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 5px;
}

.comfrcen a {
	line-height: 28px;
	text-align: center;
	display: block;
}

.comfrbtm {
	width: 100%;
}

.comfrbtm a:nth-child(1) {
	margin-bottom: 18px;
}

.comfrbtm a:nth-child(2) {
	width: 75%;
	line-height: 38px;
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.comfrbtm a:nth-child(2):hover {
	background: #b19c5e;
}

@media (max-width:1200px) {
	.comfl {
		height: 333px;
		overflow: hidden;
	}

	/* .comfl img{width: auto;height: 100%;} */
}

@media (max-width:640px) {
	.comfl {
		height: auto;
		overflow: hidden;
	}

	.comfl img {
		width: 100%;
		height: auto;
	}

	.comfl,
	.comfr {
		width: 100%;
	}

	.comfr {
		padding: 25px 0;
	}

	.comfrcon {
		width: 94%;
	}

	.comfrcon1 p {
		line-height: 21px;
	}

	.comfrcon1 p:last-child {
		margin-bottom: 0;
	}

	.comfrcon h3 {
		margin-bottom: 8px;
	}

	.comfrbtm a:nth-child(2) {
		line-height: 33px;
	}

	.comcon .comone:last-child .comfr {
		padding-bottom: 0;
	}
}

@media (max-width:380px) {
	.comfrcon p {
		margin-bottom: 8px;
	}

	.comfrcon h3 {
		margin-bottom: 10px;
	}
}

/* 专享<%=brand.name%>品质服务 */
.zxwrap {
	position: relative;
}

.zxwrap img {
	width: 100%;
}

.zxinfo {
	position: absolute;
	top: 35%;
	width: 70%;
	max-width: 1200px;
	left: 50%;
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
}

.zxinfo h3,
.zxinfo p {
	color: #fff;
	text-align: center;
}

.zxinfo h3 {
	margin-bottom: 30px;
	letter-spacing: 10px;
}

.zxinfo p {
	letter-spacing: 2px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.zxinfo p:before,
.zxinfo p:after {
	content: " ";
	width: 5%;
	display: inline-block;
	height: 1px;
	background-color: #FFF;
}

@media (max-width:640px) {
	.zxinfo h3 {
		margin-bottom: 16px;
	}

	.zxinfo h3,
	.zxinfo p {
		padding-right: 13px;
	}
}

/* 个性服务 */
.gxtop {
	margin-bottom: 30px;
}

.gxtop img {
	width: 100%;
}

.gxtopinfo {
	width: 100%;
	height: 180px;
	background: #000;
	text-indent: 60px;
}

.gxtopinfo h3,
.gxtopinfo p {
	color: #fff;
}

.gxtopinfo h3 {
	margin-bottom: 18px;
}

.gxbtm {
	position: relative;
}

.gxbtm-next,
.gxbtm-prev {
	display: none;
}

.gxbtm .swiper-wrapper {
	width: 100%;
	height: 25rem;
}

.gxbtm .swiper-wrapper .swiper-slide {
	width: 32%;
}

.gxbtm img {
	width: 100%;
	margin-bottom: 20px;
}

.gxbtm p {
	text-align: center;
}

@media (max-width:640px) {
	.gxtopinfo {
		text-indent: 0px;
		height: 96px;
		width: 94%;
		padding: 0 3%;
	}

	.gxtopinfo h3 {
		margin-bottom: 9px;
	}

	.gxtopinfo p {
		line-height: 17px;
	}

	.gxtop {
		margin-bottom: 6px;
	}

	.gxbtm img {
		margin-bottom: 11px;
	}
}

/* 保养维修我的腕表 */
.bytith3 {
	position: relative;
	margin-bottom: 28px;
}

.bytith3 span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.bytith3 h3 {
	padding: 0 36px;
	background: #fff;
	z-index: 1;
}

.bytit p {
	line-height: 23px;
	width: 80%;
	margin: auto;
	text-align: center;
	max-width: 600px;
}

.fom2btn textarea {
	width: 100%;
	padding: 15px 20px;
	color: #555;
	background: #fff;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 1px solid #333333;
	resize: none;
	height: 120px;
	margin-bottom: 30px;
	font-family: 'microsoft yahei';
}

.fom2btn button {
	display: block;
	text-align: center;
	line-height: 49px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	color: #fff;
	background: #000;
	width: 50%;
	outline: none;
}

@media (max-width:640px) {
	.bytith3 {
		margin-bottom: 13px;
	}

	.bytit p {
		line-height: 20px;
	}

	.fom2btn textarea {
		padding: 8px 10px;
		height: 86px;
		margin-bottom: 10px;
	}

	.fom2btn button {
		line-height: 34px;
	}
}

/* 四个优势 */
.yxwrap {
	height: 198px;
	background: #ebebeb;
}

.ysul li span {
	font-size: 70px;
	color: #b19c5e;
	line-height: 70px;
	margin-bottom: 20px;
}

.ysul li p {
	text-align: center;
}

@media (max-width:1200px) {
	.yxwrap {
		height: 130px;
	}

	.ysul {
		width: 80%;
	}

	.ysul li span {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 12px;
	}
}

@media (max-width:780px) {
	.yxwrap {
		height: 125px;
	}

	.ysul li span {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 15px;
	}
}

@media (max-width:640px) {
	.yxwrap {
		height: 86px;
	}

	.ysul {
		width: 93%;
	}

	.ysul li span {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 8px;
	}
}

/* 底部 */
.fottop {
	background: #262626;
	padding: 26px 0;
}

.fottop a {
	color: #fff;
	margin: 0 58px;
}

.fottop a:nth-child(2) {
	color: #b7a46b;
}

.fotbtm {
	padding: 50px 0 145px;
	background: #000;
}

.fotbtmul {
	margin-bottom: 60px;
}

.fotbtmul li a {
	color: #fff;
}

.fotbtmline {
	width: 1px;
	height: 13px;
	background: #fff;
	margin: 0 40px;
}

.fotbtmdz {
	margin-bottom: 55px;
}

.fotbtmdz h3 {
	color: #fff;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.fotbtmdz a:nth-child(2),
.fotbtmdz a:nth-child(3),
.fotbtmdz a:nth-child(4),
.fotbtmdz a:nth-child(5),
.fotbtmdz a:nth-child(6),
.fotbtmdz a:nth-child(7) {
	color: #999;
	margin-bottom: 10px;
}

	{
	color: #999;
	margin-bottom: 10px;
}

.backtop {
	cursor: pointer;
}

.backtop span {
	font-size: 16px;
	color: #fff;
	margin-right: 6px;
}

.backtop p {
	color: #fff;
}

@media (max-width:800px) {
	.fottop a {
		margin: 0 5%;
	}

	.fottop {
		padding: 18px 0;
	}

	.fotbtm {
		padding: 40px 0 95px;
	}

	.fotbtmline {
		margin: 0 30px;
	}

	.fotbtmul {
		margin-bottom: 33px;
	}

	.fotbtmdz h3 {
		padding-bottom: 13px;
		margin-bottom: 25px;
	}

	.fotbtmdz a:nth-child(3) {
		margin-bottom: 12px;
	}

	.fotbtmdz a:nth-child(4) {
		margin-bottom: 12px;
	}

	.fotbtmdz {
		margin-bottom: 30px;
		padding: 0 20px;
	}
}

@media (max-width:640px) {
	.fottop a {
		margin: 0 9px;
	}

	.fotbtmline {
		margin: 0 15px;
	}

	.fotbtmul {
		margin-bottom: 25px;
	}

}

@media (max-width:340px) {
	.fottop a {
		margin: 0 5px;
	}

}


/* 腕表<%=public.gszt.wx%> */
.baninfo_zx {
	width: 100%;
	left: 0;
}

.baninfo_zx h3 {
	margin-bottom: 80px;
}

@media (max-width:640px) {
	.baninfo_zx h3 {
		text-align: center;
		width: 80%;
		font-size: 21px;
	}
}


/* 为您的<%=brand.title%>提供专业维修保养 */
.zywrap {
	position: relative;
}

.zyinfo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.zyinfo h3 {
	margin-bottom: 30px;
}

.zyinfo p {
	max-width: 777px;
	width: 95%;
}

@media (max-width:1200px) {
	.zywrap {
		height: 300px;
		overflow: hidden;
	}

	.zywrap .sjpcimg img:nth-child(1) {
		height: 100%;
		width: auto;
	}
}

@media (max-width:640px) {
	.zywrap {
		height: auto;
	}
}

/* 左右挂号 */
.comfm {
	width: 100%;
}

.comfm input {
	width: 97%;
	height: 38px;
	border: 1px solid #000;
	text-indent: 12px;
	background: #fff;
	color: #333;
	outline: none;
	margin: 50px 0 30px;
}

.comfm button {
	background: #000;
	width: 50%;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #fff;
}

@media (max-width:1200px) {
	.comfm input {
		margin: 15px 0 15px;
		height: 32px;
	}

	.comfrcon p {
		margin-bottom: 3px;
	}

	.comfrcon {
		width: 82%;
	}

	.comfm button {
		line-height: 34px;
	}
}

@media (max-width:640px) {
	.comfm input {
		margin-bottom: 20px;
	}

	.comfrcon {
		width: 100%;
	}
}

@media (max-width:380px) {
	.comfm select {
		margin-bottom: 8px;
	}

	.comfm input {
		margin-bottom: 16px;
	}

	.comfm input,
	.comfm select {
		height: 28px;
	}

}

/* 了解更多 */
.baninfo_gd {
	left: 19%;
}

.baninfo_gd h3 {
	letter-spacing: 0px;
	font-weight: lighter;
	margin-bottom: 18px;
}

.bangdline {
	width: 35%;
	height: 1px;
	background: #B19C5E;
	margin-bottom: 70px;
}

.bangda {
	margin-bottom: 60px;
}

.bangda>span {
	font-size: 45px;
	color: #fff;
	margin-right: 10px;
}

.bangdart span {
	color: #fff;
}

.bangdart span:nth-child(1) {
	margin-bottom: 5px;
}

.bangdlxfw {
	border: 1px solid #fff;
	width: 170px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}

@media (max-width:640px) {
	.baninfo_gd {
		left: 0;
	}

	.baninfo_gd h3 {
		text-align: center;
		margin-bottom: 38px;
		font-size: 22px;
		line-height: 30px;
	}

	.bangdline {
		display: none;
	}

	.bangda>span {
		font-size: 24px;
	}

	.bangdlxfw {
		width: 100%;
		line-height: 32px;
		margin: auto;
		background: #fff;
		color: #000;
	}
}

/* 提供反馈 */
.fktopone img {
	margin-bottom: 18px;
}

.fkline {
	width: 1px;
	height: 126px;
	background: #1b1b1b;
	margin: 0 133px;
}

.formfk {
	width: 666px;
	margin: auto;
}

.fmfkone {
	border-bottom: 1px dashed #B19C5E;
	margin-bottom: 18px;
}

.fmfkone p {
	line-height: 36px;
	width: 30%;
}

.fmfkone select,
.fmfkone input {
	width: 70%;
	display: block;
	line-height: 36px;
	color: #666;
	outline: none;
}

.mb50 {
	margin-bottom: 50px;
}

.fom3a span {
	font-size: 25px;
	color: #B19C5E;
	line-height: 25px;
	margin-right: 6px;
}

.fom3a p {
	color: #B19C5E;
	font-style: italic;
}

.fom3btn button {
	width: 251px;
	line-height: 48px;
	color: #fff;
	background: #333333;
	text-align: center;
	outline: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.fom3btn button:hover {
	background: #B19C5E;
}

@media (max-width:1200px) {
	.formfk {
		width: 85%;
		max-width: 620px;
	}
}

@media (max-width:800px) {
	.fktopone img {
		width: 108px;
	}

	.fkline {
		margin: 0 9%;
	}
}

@media (max-width:640px) {
	.fktop {
		flex-direction: column;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
	}

	.fkline {
		width: 120px;
		height: 1px;
		margin: 25px 0;
	}

	.fktopone img {
		width: 92px;
	}

	.formfk {
		width: 98%;
	}

	.fmfkone {
		margin-bottom: 8px;
	}

	.fmfkone p {
		display: none;
	}

	.fmfkone select,
	.fmfkone input {
		height: 36px;
		width: 98%;
	}

	.mb50 {
		margin-bottom: 25px;
	}

	.fom3btn button,
	.fom3a {
		width: 60%;
		line-height: 36px;
		background: #000;
	}

	.fom3a span {
		line-height: 36px;
		color: #fff;
		font-size: 19px;
	}

	.fom3a p {
		color: #fff;
	}
}

/* 寻找腕表<%=public.gszt.wx%> */
.dtone {
	height: 430px;
}

.dtcon .dtone:nth-child(2),
.dtcon .dtone:nth-child(3) {
	display: none;
}

.dtp font {
	cursor: pointer;
}

.iw_poi_title,
.BMap_bubble_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content,
.BMap_bubble_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

@media (max-width:640px) {
	.dzwrap {
		width: 100%;
	}

	.dtone {
		height: 248px;
	}

	.dtcon {
		margin-bottom: 20px;
	}

	.dtp font {
		display: block;
	}
}

/* 腕表检修 */
/* banner */
.baninfo_jx {
	left: inherit;
	right: 10%;
}

.baninfo_jx>span {
	text-align: right;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 23px;
}

.baninfo_jx h3 {
	padding-left: 60px;
	border-top: 1px solid #fff;
	padding-top: 23px;
	text-align: right;
	margin-bottom: 75px;
}

.baninfo_jx p {
	max-width: initial;
}

@media (max-width:640px) {
	.baninfo_jx {
		right: 0;
	}

	.baninfo_jx>span {
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 15px;
	}

	.baninfo_jx h3 {
		padding-left: 0;
		padding-top: 15px;
	}
}

/* 精益求精的服务品质 */
.pzwrap .tit span {
	margin-bottom: inherit;
}

.pzlb {
	position: relative;
	overflow: hidden;
}

.pzcon {
	position: relative;
	display: block;
}

.pzinfo {
	position: absolute;
	width: 50%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	right: 0;
	top: 0;
}

.pzinfo h3 {
	margin-bottom: 50px;
	font-size: 20px;
}

.pzinfo h3 span {
	margin-right: 10px;
}

.pzinfo p {
	width: 80%;
	line-height: 21px;
	margin-bottom: 80px;
	text-align: center;
}

.pzinfo>span {
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}

.pzlb .swiper-button-next,
.pzlb .swiper-button-prev {
	color: #000;
}

@media (max-width:640px) {
	.pzinfo {
		width: 100%;
		height: auto;
		right: 0;
		top: initial;
		bottom: 0;
		padding: 8px 0;
	}

	.pzinfo h3 {
		margin-bottom: 3px;
		font-size: 14px;
		width: 97%;
	}

	.pzinfo p {
		width: 97%;
		margin-bottom: 0;
		text-align: left;
	}

	.pzinfo>span {
		display: none;
	}
}

/* 腕表到店流程 */
.lcwrap .tit span {
	margin-bottom: inherit;
}

.lcul li {
	margin: 0 50px 50px;
}

.lcul li img {
	margin-bottom: 15px;
}

@media (max-width:800px) {
	.lcul li {
		margin: 0;
		width: 25%;
		margin-bottom: 18px;
	}

	.lcul li img {
		width: 80%;
		max-width: 94px;
	}

	.lcul li p {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:640px) {
	.lcul li img {
		margin-bottom: 12px;
	}
}


/* 底部漂浮 */
.dbtc {
	border-top: 3px solid #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #000;
	z-index: 80;
}

.dbtccon {
	width: 1200px;
	margin: auto;
	height: 100%;
}

.dbfl img {
	max-width: 109px;
	max-height: 26px;
	margin-bottom: 8px;
}

.dbfl h3 {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}

.dbline {
	width: 1px;
	height: 40px;
	background: #fff;
	margin: 0 40px;
}

.dbcenone {
	width: 160px;
	height: 36px;
	background: #fff;
}

.dbcenone span {
	font-size: 30px;
	line-height: 30px;
	color: #000;
}

.dbcenone p {
	font-size: 17px;
	color: #000;
	line-height: 17px;
	margin-left: 10px;
}

.dbfrform {
	width: 356px;
	display: block;
	position: relative;
	margin-left: 20px;
}

.dbfrform input {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	outline: none;
	text-indent: 12px;
	background: #fff;
	color: #000;
}

.dbfrform button {
	position: absolute;
	right: -2px;
	top: 0;
	width: 105px;
	background: #343434;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	outline: none;
}

.dbfr>span {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.dbfrinfo {
	margin-left: 8px;
}

.dbfrinfo p {
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	margin-bottom: 4px;
}

.dbfrinfo h3 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}

@media (max-width:1200px) {
	.dbfrform {
		display: none;
	}

	.dbtccon {
		width: 97%;
		margin: auto;
	}
}

@media (max-width:750px) {
	.dbfl h3 {
		font-size: 15px;
		line-height: 15px;
	}

	.dbfl img {
		max-width: 75px;
	}

	.dbcenone {
		width: 109px;
		height: 27px;
	}

	.dbcenone span {
		font-size: 21px;
		line-height: 21px;
	}

	.dbcenone p {
		font-size: 13px;
		line-height: 13px;
		margin-left: 5px;
	}

	.dbfr>span {
		font-size: 21px;
		line-height: 21px;
	}

	.dbfrinfo h3 {
		font-size: 16px;
		line-height: 16px;
	}

	.dbfrinfo p {
		font-size: 10px;
		line-height: 10px;
		margin-bottom: 2px;
	}

	.dbline {
		height: 27px;
		margin: 0 30px;
	}
}

@media (max-width:640px) {
	.dbtc {
		height: 60px;
	}

	.dbfl h3 {
		font-size: 10px;
		line-height: 10px;
	}

	.dbfl img {
		max-width: 18px;
	}

	.dbcenone {
		width: 83px;
		height: 23px;
	}

	.dbcenone span {
		font-size: 16px;
		line-height: 16px;
	}

	.dbcenone p {
		font-size: 11px;
		line-height: 11px;
		margin-left: 5px;
	}

	.dbfr>span {
		font-size: 16px;
		line-height: 16px;
	}

	.dbfrinfo h3 {
		font-size: 12px;
		line-height: 12px;
	}

	.dbfrinfo p {
		font-size: 8px;
		line-height: 8px;
		margin-bottom: 2px;
	}

	.dbline {
		height: 27px;
		margin: 0 4%;
	}
}


/* 中间弹窗 */
.zjtc {
	width: 510px;
	height: 390px;
	background: url(../images/zjbg.jpg);
	background-size: 100% 100%;
	position: fixed;
	z-index: 1000;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	margin-top: -195px;
	overflow: hidden;
	display: none;
}

.baseline {
	align-items: baseline;
	-webkit-align-items: baseline;
	-moz-align-items: baseline;
	-ms-align-items: baseline;
	-o-align-items: baseline;
}

.zjinfo {
	padding-left: 25px;
	height: 100%;
}

.zjinfoa {
	margin-bottom: 26px;
}

.zjinfoa h3 {
	margin-bottom: 13px;
}

.zjinfoa span {
	width: 75%;
	height: 1px;
	background: #b19b5f;
	display: block;
	margin-bottom: 15px;
}

.zjfmbg {
	padding: 20px 60px 20px 25px;
	background: rgba(0, 0, 0, 0.45);
	margin-left: -25px;
	margin-bottom: 25px;
}

.zjfmbg select,
.zjfmbg input {
	font-family: 'microsoft yahei';
	background: #dad8d6;
	text-indent: 12px;
	border: 1px #333 double;
	margin: 10px 0 0 0;
}

.zjfmbg select {
	text-indent: 10px;
	margin-bottom: 13px;
}

.zjfmbg select,
.zjfmbg input,
.formzj>button {
	width: 260px;
	height: 38px;
	outline: none;
}

.formzj>button {
	line-height: 38px;
	background: #B19B5F;
	color: #fff;
	text-align: center;
	display: block;
}

.zjsb {
	position: absolute;
	right: -164px;
	top: -67px;
}

.gbzjtc {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 33px;
	color: #fff;
	line-height: 33px;
	cursor: pointer;
}

@media (max-width:1200px) {
	.zjtc {
		width: 366px;
		height: 280px;
		margin-left: -183px;
		margin-top: -140px;
	}

	.zjinfoa span,
	.zjinfoa h3 {
		margin-bottom: 10px;
	}

	.zjinfoa {
		margin-bottom: 16px;
	}

	.zjinfo {
		padding-left: 13px;
	}

	.zjfmbg {
		padding: 13px 56px 13px 13px;
		margin-left: -13px;
		margin-bottom: 13px;
	}

	.zjfmbg select,
	.zjfmbg input,
	.formzj>button {
		width: 182px;
		height: 32px;
	}

	.formzj>button {
		line-height: 32px;
	}

	.zjsb {
		width: 274px;
		right: -115px;
		top: -52px;
	}

	.gbzjtc {
		right: 13px;
		top: 13px;
		font-size: 22px;
		line-height: 22px;
	}
}

@media (max-width:640px) {
	.zjtc {
		width: 300px;
		height: 222px;
		margin-left: -150px;
		margin-top: -111px;
	}

	.zjinfoa span,
	.zjinfoa h3 {
		margin-bottom: 6px;
	}

	.zjinfoa {
		margin-bottom: 10px;
	}

	.zjinfo {
		padding-left: 12px;
	}

	.zjfmbg {
		padding: 12px 56px 12px 12px;
		margin-left: -12px;
		margin-bottom: 13px;
	}

	.zjfmbg select,
	.zjfmbg input,
	.formzj>button {
		width: 150px;
		height: 26px;
	}

	.formzj>button {
		line-height: 26px;
	}

	.zjfmbg select {
		margin-bottom: 10px;
	}

	.zjsb {
		width: 223px;
		right: -94px;
		top: -45px;
	}

	.gbzjtc {
		right: 10px;
		top: 10px;
	}
}

/*首页网点*/

.lao02 .sjpcimg img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.lao02:hover .sjpcimg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.lao02 {
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}

.lao0201 {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
	background: #f3f3f3;
}

.lao02 .sjpcimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.lao02a {
	padding-top: 52px;
}

.lao02aa {
	width: 100%;
}

.lao02aa a {
	padding: 0px 2px;
	color: #fff;
	border-right: 1px solid #fff;
}

.lao02aa a:last-of-type(1) {
	border-right: none;
}

.wxtit01 {
	margin: 0px auto 32px;
	width: 100%;
}

.wxtit01 h3,
.wxtit01 div:first-child {
	margin-bottom: 10px;
}

.wxtit01a {
	width: 108px;
	height: 8px;
	line-height: 7px;
	background: #dfc5a9;
	margin: 8px auto 12px;
}

.wxtit01b {
	width: 90%;
	line-height: 36px;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
}

.wxtit01b span {
	font-weight: bold;
}

.wxtit01c {
	width: 68%;
	border: 4px solid #9e8463;
	height: 54px;
	border-radius: 12px;
}

.wxtit01ca {
	color: #9e8463;
	font-size: 24px;
}

.wxtit01d {
	width: 100%;
	margin-bottom: 24px;
	padding-top: 12px;
}

.wxtit01d a {
	text-decoration: underline;
	padding: 0px 8px 0px;
	border-right: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
}

.wxtit01d .wxtit01d01 {
	padding: 0px 8px 0px;
	border-right: 1px solid #fff;
	color: #fff;
	margin-bottom: 10px;
}

.wxtit01d .wxtit01d01:nth-last-of-type(1) {
	border-right: none;
}

@media (max-width:780px) {
	.lao02 .sjpcimg img:nth-child(1) {
		height: 50%;
		width: auto;
		margin-left: -30%;
	}
}

@media (max-width:640px) {
	.wxtit01b {
		line-height: 28px;
	}

	.wxtit01a {
		height: 4px;
	}

	.wxtit01c {
		width: 78%;
		height: 46px;
	}

	.p01a_a {
		top: 0px;
		left: 0px;
		position: absolute;
		line-height: 32px;
	}
}

@media (max-width:360px) {
	.wxtit01c {
		width: 88%;
		height: 36px;
	}
}

/* 维修系列 */
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
}

.jximgwrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 8px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.jximgwrap img {
	width: 100%;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	overflow: hidden;
}

.jxwrap {
	padding: 30px 0 0px;
	overflow: hidden;
}

.jxbtn {
	position: absolute;
	width: 42px;
	height: 42px;
	background: rgba(93, 93, 93, 0.6);
	border-radius: 50%;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	top: 38%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

@media (max-width:780px) {
	.jxbtn {
		width: 32px;
		height: 32px;
		font-size: 12px;
		line-height: 32px;
	}
}

.jxnext {
	right: 10px;
}

.jxprev {
	left: 10px;
}

.jxbtn:hover {
	background: rgba(27, 27, 27, 1.0);
	color: rgba(255, 255, 255, 1);
}

.swiper-jx {
	position: relative;
	padding-bottom: 50px;
}

.swiper-jx .swiper-slide:hover .jxform {
	top: 0;
}

.swiper-jx .swiper-slide:hover .jximgwrap img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.swiper-jx .swiper-slide {
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
}

.swiper-jxwxxl .swiper-slide {
	background: #fff;
}

.swiper-jxwxxl .swiper-slide h3 {
	color: #333;
	margin-bottom: 8px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}

.swiper-jxwxxl .swiper-slide h3 {
	color: #333;
}

.swiper-jxwxxl .swiper-slide p {
	color: #616362;
	line-height: 24px;
	margin-bottom: 24px;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
}

.swiper-jxwxxl .swiper-slide p a {
	color: #616362;
	line-height: 24px;
}

.swiper-jxwxxl .swiper-slide a.lianjie1 {
	width: 100%;
	text-align: center;
	display: block;
	line-height: 52px;
	height: 52px;
	color: #fff;
	background: #000;
}

.swiper-jxwxxl .swiper-slide a.lianjie1:hover,
.swiper-jxwxxl .swiper-slide a.lianjie1:hover {
	background: #000;
}

.bd03tit {
	padding: 0px 0px 32px;
}

.bd03tita {
	width: 100%;
	margin: 0px auto 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	letter-spacing: 1px;
}

.bd03titb {
	width: 100%;
	margin: 0px auto;
	color: #000000;
	text-align: center;
	line-height: 24px;
	letter-spacing: 4px;
}

.yunoticea02_h4 {
	padding: 8px 0px 12px;
	border-bottom: 1px solid #a0a0a0;
	color: #392f2c;
	font-weight: bold;
}

.yunoul {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 52px;
}

.yunoul li {
	width: 100%;
	line-height: 48px;
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
}

.yunoul li span {
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yunoul li span:nth-of-type(1) {
	width: 69.2%;
}

.yunoul li span:nth-of-type(2) {
	color: #392f2c;
	width: 30%;
	text-align: right;
}

.yunoul li:nth-last-of-type(1) {
	border-bottom: none;
}

/*首页新闻*/
.yunoticea02_h4 {
	padding: 8px 0px 12px;
	border-bottom: 1px solid #a0a0a0;
	color: #392f2c;
	font-weight: bold;
}

.yunoul {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 52px;
	border-bottom: 1px solid #a0a0a0;
}

.yunoul li {
	width: 100%;
	line-height: 48px;
	overflow: hidden;
	border-bottom: 1px dashed #a0a0a0;
}

.yunoul li span {
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yunoul li span:nth-of-type(1) {
	width: 69.2%;
}

.yunoul li span:nth-of-type(2) {
	color: #392f2c;
	width: 30%;
	text-align: right;
}

.yunoul li:nth-last-of-type(1) {
	border-bottom: none;
}

/*位置*/
.weizhi{
	margin-bottom:2rem;
	font-size:.85rem;
}
.weizhi a,
.weizhi i{
	font-size:.85rem;
	color:#333;
}

/*文章列表*/
.artice_list{
	
}

img{
	max-width:100%;
}

/**/

.category-list{
	
}
.category-list a{
	padding: 1rem 2rem;
	border:#ffaa00 1px solid;
	margin-right:1rem;
}
.category-list a.active,
.category-list a:hover{
	background-color:#ffaa00;
	color:#FFF;
}
#artice_list{
	font-size:16px;
}
#artice_list a{
	font-size:16px;
}
/*网点列表*/

#network_list {
	
}
#network_list a{
	font-size:16px;
}
#network_list ul {
	margin-left: 0;
}
.margin-top-30{
	margin-top:30px;
}
.margin-bottom-30{
	margin-bottom:30px;
}

.list-title {
	width: 100%;
}

.list-left {
	
}

.list-left ul {}

.list-left ul li {
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	border-bottom: 1px #c8c8c8 dashed;
}

.list-left ul li .title {
	margin-bottom: 1rem;
}

.list-left ul li .title h1 {
	margin-bottom: 0;
}

.list-left ul li .title span {
	padding: .1rem 1rem;
	background-color: #878765;
	color: #FFF;
	border-radius: 1rem;
}

.list-left ul li .content {}

.list-left ul li .content .img {
	width: 40%;
}

.list-left ul li .content .text {
	width: 58%;
}
.list-left ul li .content .text a{
	display: inline-block;
	color:#f8a500;
}
.list-left ul li .content .text a:hover{
	color:#b8b800;
}

.list-left ul li .content .text p {
	margin-bottom: 0;
}

.list-right {
	padding: 1rem;
	background-color: #f3f3f3;
}

.right-title {
	text-align: center;
}

.right-title .tit {}

.right-title .tit h1 {
	background-color: #6a6a35;
	color: #FFF;
	font-size: 2rem;
	padding: 1rem 0;
}

.panel-title {}

.panel-title.collapsed .em {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.panel-num {
	font-style: inherit;
	margin-right: .2rem;
	/* padding: .1rem 1rem; */
	display: inline-block;
	background-color: #676733;
	color: #FFF;
	border-radius: 100%;
	height: 2rem;
	width: 2rem;
	text-align: center;
	line-height: 2rem;
	font-size: .5rem;
}

#pages{
	font-size:1rem;
}
#pages a{
	font-size:1rem;
}
.page-breadcrumb a{
	display:inline-block;
}

/*网点详情*/
.wangdian_show{
	padding: 1rem;
	background-color:#f5f5f5;
}
.wangdian_show .wd_img{
	width: 35%;
}
.wangdian_show .wd_text{
	width: 63%;
}
@media (max-width:640px) {
	.wangdian_show .wd_img,
	.wangdian_show .wd_text{
		width: 100%;
	}
	.list-left ul li .content .img,
	.list-left ul li .content .text{
		width: 100%;
	}
	.category-list a{
		font-size:1rem;
	}
}
.show_content a{
	font-size:16px;
}