/*公共样式*/
* {
	margin: 0px;
	padding: 0px;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0 auto;
	-webkit-appearance: none;
	overflow-x: hidden;
	letter-spacing: 1px;
}

textarea,
input,
select,
button {
	font-family: 'microsoft yahei';
	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;
}

select {
	background: #fff url(http://omega.watchdg.cn/static/yty/images/sj.png) 98% center no-repeat;
	background-size: 15px 8px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

ul {
	list-style: none;
}

a {
	color: #444444;
	text-decoration: 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;
}

a:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

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

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

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

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

.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;
}

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

.onload {
	position: fixed;
	position: fixed;
	z-index: 1888888;
	left: 50%;
	top: 50%;
}

.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: 38px;
}

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

.mbsize {
	font-size: 18px;
	line-height: 22px;
}

.searchInput {
	font-size: 20px;
}

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

.ssmsize {
	font-size: 14px;
	line-height: 14px;
}

.pcshow {
	display: flex;
}

.sjshow {
	display: none;
}

.w1200 {
	width: 96%;
	max-width: 1200px;
	margin: auto;
}

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

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

.pd100 {
	padding: 100px 0;
}

.pd80 {
	padding: 80px 0;
}

.pd50 {
	padding: 50px 0;
}

.pd30 {
	padding: 30px 0;
}

.pd10 {
	padding: 10px 0;
}

.pd1rem {
	padding: 1rem 0;
}

.mb100 {
	margin-bottom: 100px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb50 {
	margin-bottom: 50px;
}

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

.text-left {
	text-align: left;
}

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

@media (max-width:1200px) {
	.lgsize {
		font-size: 26px;
		line-height: 28px;
	}

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

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

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

	.ssmsize {
		font-size: 13px;
		line-height: 13px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.mb80 {
		margin-bottom: 30px;
	}

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

@media (max-width:840px) {
	.smsize {
		font-size: 12px;
		line-height: 12px;
	}

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

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

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

	.mbsize {
		font-size: 14px;
		line-height: 18px;
	}

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

	.searchInput {
		font-size: 14px;
	}

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

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

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

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

	.pcshow {
		display: none !important;
	}

	.sjshow {
		display: flex !important;
	}

	.mb100 {
		margin-bottom: 25px;
	}

	.mb80 {
		margin-bottom: 20px;
	}

	.mb50 {
		margin-bottom: 16px;
	}
}

.black {
	color: #000;
}

.corlv {
	color: #5f759a;
}

.corhei {
	color: #030000;
}

.corbai {
	color: #ffffff;
}

.corqianlv {
	color: #000000;
}

.corhuang {
	color: #000000;
}

.smycc {
	color: #f5f5f7;
}

.bgbai {
	background-color: #FFF;
}

.bglv {
	background-color: #5f759a;
}

/*清除苹果手机自带按钮和表单样式代码*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

/* 公共样式结束 */


/* 首页头部开始 */
header {
	width: 100%;
}

.on .header-top {
	display: none;
}

.header-top {
	width: 100%;
	max-width: 1462px;
	margin: 0 auto;
	padding: 1rem 0;
	background-color: #FFF;
}

.logo-img {
	width: 10%;
	margin-left: 100px;
}
.logo-img img{
    width: 100%;
}
.head-tel {}

.head-tel .icon-box {
	margin-right: 1rem;
}

.head-tel .icon {
	font-size: 2.5rem;
}

.head-tel .tel-box a {
	color: #c40d2e;
	font-weight: 600;
}

.head-menu {
	display: none;
}

/* 导航样式开始 */
.head-nav {
	width: 100%;
	background-color: #003150;
}

.head-nav ul {
	width: 100%;
}

.head-nav ul li a {
	display: inline-block;
	padding: 1rem 2rem;
	color: #FFF;
}

/*.head-nav ul li a:hover,*/
/*.head-nav ul li a.active {*/
/*	background-color: #e93c5b;*/
/*}*/

.head-flexd {
	width: 100%;
	background-color: #FFF;
}

.head-flexd.on {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

/* 导航样式结束 */
/* 首页头部结束 */

.banner {
	position: relative;
}

.banner-text {
	position: absolute;
	left: 15%;
	top: 20%;
	color: #FFF;
	z-index: 9;
	text-align: center;
}

.banner-text h1 {
	letter-spacing: 5px;
	font-size: 50px;
}

.banner-text p {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0.5rem;
}

/* 走势故障 */

/* 当屏幕宽度小于等于360px时 */
@media (max-width: 360px) {
	.fwxm_inner ul li {
		float: left;
	}

	.fwxm_inner ul li img {
		width: 25%;
	}
}

@media screen and (max-width: 1141px) {
	.fwxm {
		padding: 0.2rem;
	}

	.fwxm_outer .fwxm_inner ul {
		/* flex-direction: none; */
		flex-wrap: wrap;
	}

	.fwxm_outer .fwxm_inner ul li {
		width: 25%;
		margin: 0.2rem 0;
	}

	.fwxm_outer .fwxm_inner ul li img {
		width: 1rem;
		margin: 0 auto;
	}

	.fwxm_outer .fwxm_inner ul li:nth-child(9) {
		display: block;
	}
}

@media screen and (max-width: 1920px) {
	.fwxm {
		padding: .2rem;
	}

	.fwxm_outer {
		max-width: 60rem;
		margin: 0 auto;
	}

	.fwxm_outer .fwxm_inner ul {
		display: flex;
		flex-direction: row;
		/* flex-wrap: nowrap; */
		justify-content: space-between;
		margin-top: 20px;
	}

	.fwxm_outer .fwxm_inner ul li a img {
		/* width: 0.8rem; */
		width: 70px;
		margin-left: 10px;

	}

	.fwxm_outer .fwxm_inner ul li:nth-child(9) {
		display: none;
	}
}

.djzxkf {
	margin-top: 10px;

}

.djzxkf a {
	display: block;
	/* background-color: #8a7260; */
	font-size: 15px;
	color: #e6cdaa;
	padding-top: 0.8rem;
	border: 1px solid #f2e4d1;
	width: 200px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
}

/* 走时故障结束 */


/* 邮寄流程开始 */

#yjfw {
	display: none;
}

.wxlc {
	padding: .2rem;
}

.wxlc_outer {
	/* max-width: 1200px; */
	background: #fff;
	margin: 0 auto;
	-moz-box-shadow: 2px 4px 5px #999999;
	-webkit-box-shadow: 2px 4px 5px #999999;
	box-shadow: 2px 4px 5px #999999;
	padding: 0.5rem;
}

#wxlc_btn {
	/* width: 200px; */
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 50px;
}

#wxlc_btn li {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #ececec;
	color: #000;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}

#wxlc_btn li.active {
	background: #e1c399;
	color: #fff;
}

.wxlc_outer .wxlc_inner {
	width: 100%;
	padding: 10px;
	display: flex;
	-webkit-display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-items: center;
	vertical-align: middle;
}

.wxlc_outer .wxlc_inner li {
	width: 47%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* height:60px; */
	flex-wrap: nowrap;
	flex-direction: row;
	margin-bottom: 20px;
	/* margin-left: 30px; */
}


.wxlc_outer .wxlc_inner li div:nth-child(1) {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #f3f3f3;
	border-radius: 50%;
	color: #e1c399;
	font-size: 20px;
	/* margin-right: 30px; */
	margin-bottom: 10px;

}

.wxlc_outer .wxlc_inner li div:nth-child(2) {
	width: 75%;
	/* margin-left: .3rem; */
	margin-left: 20px;
	line-height: 20px;
}

.wxlc_outer .wxlc_inner li div:nth-child(2) h4 {
	font-size: 17px;
	margin-bottom: .1rem;
}

.wxlc_outer .wxlc_inner li div:nth-child(2) p {
	font-size: 14px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	line-height: 20px;
	overflow-wrap: break-word; 
  word-wrap: break-word;
}

@media scree and (max-width:1920px) {
	.wxlc_outer {
		max-width: 12rem;
		background: #fff;
		margin: 0 auto;
		-webkit-box-shadow: 2px 4px 5px #999999;
		box-shadow: 2px 4px 5px #999999;
		padding: 0.5rem;
	}

	.wxlc_outer .wxlc_inner li {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 1141px) {
	.wxlc_outer .wxlc_inner li {
		margin-bottom: 0;
		width: 100%;
		border-bottom: 1px dashed #9e8463;
		padding: 0.2rem 0;
	}

	.wxlc_outer .wxlc_inner {
		flex-direction: column;
		border: 1px solid #ddd;
		border-top: 0;
		padding: 0 0.2rem;
	}
}

/* 邮寄流程结束 */
.banner-text-02 {
	position: absolute;
	left: 0;
	top: 40%;
	color: #FFF;
	z-index: 9;
	width: 100%;
}

.banner-text-02 h1 {
	letter-spacing: 5px;
	font-size: 3rem;
	text-align: center;
}

/* 首页内容开始 */
.main-con {}

.main01 {
	padding: 2rem 0;
}

.main-title {
	text-align: center;
	padding-bottom: 2rem;
}

.main-title hr {
	width: 5rem;
	height: 3px;
	margin: 0 1rem;
}

.main-title h1 {}

.main-title p {
	text-transform: uppercase;
}

/*首页-保养滚动*/
.wxbyswiper {
	overflow-x: hidden;
	position: relative;
	padding-bottom: 2rem;
}

.swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 1rem 1rem 0 0;
	border: #ccc 1px solid;
	box-shadow: 5px 5px 10px #ccc;
	padding-bottom: 2rem;
	overflow: hidden;
	flex-direction: column;
}

.con {
	padding: 15px 10px 0 10px;
}

@media (max-width: 360px) {
	.jxwrap {
		width: 320px;
		margin-left: 0;
		padding: 0;
	}

	.wxtit01d {
		margin-left: 0;
		padding: 0;
		width: 320px;
	}

	.swiper-wrapper {
		width: auto;
		margin-right: 15px;
		flex-direction: row;
	}

	.swiper-slide {
		width: 280px;
		flex: 1 0 100%;
		/* 每个轮播项占满整个容器宽度 */
		margin-right: 0;
		/* 移除右边距 */
		margin-bottom: 15px;
	}
}

.swiper-slide .img {
	width: 100%;
	overflow: hidden;
}

.swiper-slide .img img {
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}



.swiper-slide a: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);
}

.swiper-slide .tit {
	width: 100%;
	text-align: center;
}

.swiper-slide .tit h3 {
	margin: 1rem 0;
}

.swiper-slide .tit hr {
	width: 3rem;
	height: 3px;
	margin: 0 auto;
	background-color: #c40d2e;
}

.swiper-slide .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}

.swiper-slide .text span,
.swiper-slide .text p {
	margin: 0 1rem;
}

.swiper-button-next,
.swiper-button-prev {
	--swiper-theme-color: #c40d2e;
}

/*首页-流程*/
.main02 {
	position: relative;
	width: 100%;
	padding: 2rem 0;

}

.bjimg {
	position: absolute;
	background-color: #c40d2e;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.lc-content {}

.lc-nav {
	margin-top: 3rem;
}

.lc-nav .item {
	margin-right: 2rem;
}

.lc-nav .item:last-child {
	margin-right: 0;
}

.lc-nav .item .ico {
	text-align: center;
	border: #FFF 3px solid;
	height: 5rem;
	line-height: 5rem;
	width: 5rem;
	border-radius: 1rem;
}

.lc-nav .item .ico .icon {
	font-size: 3rem;
	cursor: pointer;
	transition: all 0.5s;
}

.lc-nav .item .ico:hover .icon {
	font-size: 4rem;
}

.lc-nav .item .name {
	line-height: 3;
	text-align: center;
}

/*关于我们*/
.main03 {
	padding: 4rem 0 2rem;
}

.gywm-content {
	padding: 1rem;
	border: #cccccc 1px solid;
	box-shadow: 5px 5px 5px #ccc;
	border-radius: .2rem;
}

.gywm-content .text {
	width: 55%;
}

.gywm-content .text .con {
	margin: 1rem auto;
	text-indent: 2em;
}

.more-a {
	display: inline-block;
	padding: .25rem 1rem;
	border-radius: 1rem;
	color: #FFF;
}

.more-a:hover {
	background-color: #e93c5b;
}

.gywm-content .img {
	width: 43%;
}

/*首页-网点-滚动*/
.networkswiper {
	overflow-x: hidden;
	position: relative;
	padding-bottom: 2rem;
}

.networkswiper h2 {
	margin: 1rem 0;
}

.networkswiper p {
	font-size: .8rem;
}

.networkswiper .con {
	padding: 0 5%;
}


/* 222222 */
.main04 {
	background-color: #f6f6f8;
	width: 100%;
	height: 100%;
	padding: 20px;
}

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

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

.wxtit01d a:hover,
.wxtit01d a.on {
	font-weight: bold;
}


.jxwrap {

	padding: 30px 0 0px;
	overflow: hidden;
}

.tit {
	margin-bottom: 30px;
}

.tit h3 {
	color: #000;
}

.tit h3 span {
	color: #333333;
}

.jxform {
	position: absolute;
	left: 0;
	top: 105%;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 74%;
	padding-top: 30%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.jxform input {
	width: 66%;
	display: block;
	border: 1px solid #fff;
	font-size: 18px;
	line-height: 46px;
	color: #fff;
	text-indent: 18px;
	border-radius: 4px;
	background: none;
}

.jxform input:nth-child(1) {
	margin: 0 auto 18px;
}

.jxform input:nth-child(2) {
	margin: 0 auto 45px;
}

.jxform button {
	border-radius: 4px;
	width: 66%;
	line-height: 46px;
	font-size: 20px;
	background: #fff;
	color: #333333;
	margin: auto;
	display: block;
}

.jxform button:hover {
	background: #333333;
	color: #fff;
}

.swiper-jx {
	position: relative;
}

.jxbtn {
	position: absolute;
	width: 30px;
	height: 30px;
	background: rgba(132, 132, 132, 0.6);
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	line-height: 30px;
	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(77, 77, 77, 1.0);
	color: rgba(255, 255, 255, 1);
}

.jximgwrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	-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;
}

/* 222222 */


/* 33333检修 */
.wxtit01 {
	margin: 0px auto 32px;
	width: 100%;
}

.zh08 {
	margin: 0px auto 42px;
}

.zh08 .tabBozyx {
	width: 100%;
	position: relative;
	/* max-width: 600px; */
	margin: 0 auto;
	overflow: hidden;
}

.tabBozyx .bd {
	display: flex;
	/* transition: transform 0.5s ease; */
}

.carousel {
	min-width: 100%;
	display: block;
	width: 100%;
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* opacity: 0; */
}

.zh08 .tabBozyx .hd {
	width: 100%;
	height: 60px;
}

.zh08 .tabBozyx .hd ul li {
	color: #bec3c9;
	width: 31px;
	height: 31px;
	text-align: center;
	background: url(../image/da.png) center top no-repeat;
	background-size: 31px 31px;
	margin-left: 8px;
	margin-right: 8px;
	cursor: pointer;
}

.zh08 .tabBozyx .hd ul li.on {
	color: #002744;
	background: url(../image/daon.png) center top no-repeat;
	background-size: 31px 31px;
}

@media screen and(max-width:360px){
	.zh08 .tabBozyx .hd ul li.on span {
		text-align: center;
		font-size: 8px;
	}
}



.zh08 .tabBozyx .bd ul li {
	width: 100%;
	background: #fbfbfb;
}

.zh08a {
	width: 50%;
	overflow: hidden;
}

.zh08a img {
	width: 60%;
	height: 40%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding: 30px;
}


.zh08a: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);
}

.zh08b {
	width: 50%;
}

.wxtit08 {
	margin: 0px auto;
}

.wxtit08 h3 {
	font-weight: bold;
	color: #002744;
	margin: 0px auto 12px;
}

.wxtit08a {
	width: 142px;
	height: 5px;
	line-height: 5px;
	background: #edd079;
	color: #edd079;
	margin: 0px auto 24px;
}

.wxtit08b {
	width: 92%;
	color: #000;
	line-height: 36px;
	margin: 0px auto 24px;
}

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

@media (max-width:640px) {
	.zh08 .tabBozyx .hd ul li {
		width: 20px;
		height: 20px;
		background: url(../image/da.png) center top no-repeat;
		background-size: 20px 20px;
	}

	.zh08 .tabBozyx .hd ul li.on {
		background: url(../image/daon.png) center top no-repeat;
		background-size: 20px 20px;
	}

	.wxtit08b {
		line-height: 20px !important;
	}

	.wxtit08c {
		width: 46%;
	}
}

.hd ul li span {
	color: white;
	text-align: center;
	height: 18px;
	/* 适应容器高度 */
	line-height:18px;
	align-items: center;
	/* 设置行高等于容器高度 */
	vertical-align: middle;
}


/* 333333检修 */

/*首页-流程*/
.liucheng {}

.lc-list {
	width: 100%;
}

.lc-list .lc-item {
	width: 23%;
	margin-bottom: 2rem;
	cursor: pointer;
}

.lc-list .lc-item .img {
	overflow: hidden;
}

.lc-list .lc-item .img 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;
}

.lc-list .lc-item: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);
}

.lc-list .lc-item h2 {
	text-align: center;
	color: #c40d2e;
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 2;
}

/*首页-新闻列表*/
.active {}

.active .al,
.active .ar {
	width: 49%;
	min-height: 10rem;
	border: #cccccc 1px solid;
	border-radius: 1rem;
}

.active .a-tit {
	text-align: center;
	font-size: .8rem;
	line-height: 2;
	color: #c40d2e;
}

.active .a-tit h1 span {
	position: relative;
}

.active .a-tit h1 span::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background: #c40d2e;
	top: 50%;
	margin-top: -4px;
	left: -15%;
}

.active .a-tit h1 span::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background: #c40d2e;
	top: 50%;
	margin-top: -4px;
	right: -15%;
}

.a-list {
	padding: 3%;
}

.a-list .list-one {
	border: #cccccc 1px solid;
	box-shadow: 5px 5px 5px #ccc;
}

.a-list .list-one .img {
	width: 30%;
}

.a-list .list-one .text {
	width: 69%;
}

.a-list .list-one .text h1 {
	font-size: 1rem;
}

.a-list .list-one .text p {
	font-size: .8rem;
}

.a-list .list-item {}

.a-list .list-item li {
	padding: 1rem 0 1rem 1rem;
	border-bottom: #030000 2px dotted;
	display: flex;
	justify-content: space-between;
	font-size: .8rem;
	font-weight: 600;
	position: relative;
}

.a-list .list-item ul li::before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	border: #c40d2e 1px solid;
	top: 50%;
	margin-top: -4px;
	left: 0;
}

.ditu {
	padding: 3%;
}

/*底部*/
.footer {
	/*background: linear-gradient(to bottom, #e93c5b, #003150);*/
	background-color: #003150;
	min-height: 6rem;
	margin-top: 5rem;
	padding-bottom: 5rem;
}

.db-foot {
	/*background: linear-gradient(to bottom, #e93c5b, #003150);*/
	background-color: #003150;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 0;
	color: #FFF;
}

.foot-top {
	padding-bottom: 2rem;
	border-bottom: 2px solid #FFF;
}

.db-logo {
	width: 15%;
}

.db-txt {
	width: 80%;
	color: #FFF;
	font-size: 1rem;
}

.db-info h3 {
	margin: 1rem 0;
}

.db-nav {
	width: 40%;
}

.db-nav li {
	width: 50%;
	text-align: left;
}

.db-nav li a {
	color: #FFF;
	line-height: 2rem;
}

.db-nav li a:hover {
	font-weight: 600;
}

.db-lxwm {
	width: 60%;
}

.bq-icp {
	margin-top: 3rem;
	font-size: .8rem;
	text-align: center;
}

.bq-icp a {
	color: #FFF;
}

/*底部悬浮*/
.top7 {
	width: 100%;
	padding: 6px 0px 6px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	/*background: linear-gradient(to bottom, #e93c5b, #c40d2e);*/
	background-color: #003150;
	z-index: 100;
}

.top7yu {}

.top7a {
	width: 20%;
}

.top7a a,
.top7b a {
	width: 100%;
}

.top7ayu {
	height: 32px;
	margin-bottom: 6px;
	font-size: 32px !important;
	line-height: 32px;
	color: #FFF;
	cursor: pointer;
}

.top7a span,
.top7b span {
	width: 100%;
	color: #FFF;
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 20px;
}

.top7b {
	width: 20%;
}

.top7c {
	width: 60%;
}

.top7c a {
	width: 98%;
	background: #FFF;
	height: 38px;
	border-radius: 19px;
	color: #c40d2e;
}

.top7c a:hover {
	color: #FFF;
	background: #000000;
}

.top7cyu {
	color: #c40d2e;
	font-size: 24px;
	margin-right: 4px;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
	transition: transform 2s ease-out;
	cursor: pointer;
}

.top7c span {
	color: #c40d2e;
	font-weight: bold;
	font-size: 14px;
}

.top7e {
	width: 100%;
	margin: 0px auto 24px;
}

.top7e h3 {
	color: #c40d2e;
}

@media (max-width:1200px) {

	.top7a span,
	.top7b span {
		font-size: 16px;
		line-height: 18px;
	}
}

@media (max-width:780px) {
	.top7c a {
		height: 32px;
		border-radius: 16px;
	}

	.top7a span,
	.top7b span {
		font-size: 14px;
		line-height: 15px;
	}

	.top7ayu {
		height: 22px;
		line-height: 22px;
		font-size: 22px;
		margin-bottom: 4px;
	}

	.top7cyu {
		font-size: 18px;
	}
}

/*右侧漂浮*/
.ycfix {
	position: fixed;
	bottom: 25%;
	right: 1%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 14;
}

.ycfix li {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	margin-bottom: 15px;
	position: relative;
}

.ycfix li:last-child {
	margin-bottom: 0;
}

.ycfix li a {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	line-height: 32px;
	cursor: pointer;
	transform: rotate(90deg);
}

.ycfix li a img {
	width: 26px;
}

.ycfixnsize {
	font-size: 32px;
}

.ycfix001 {
	background: #000000;
	color: #fff;
}

.ycfix001:hover {
	background: #000000;
}

.ycfix002 {
	background: #f6f6f6aa;
	color: #000000;
}

.ycfix001yu {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	right: 0px;
	top: 0px;
	position: absolute;
	color: #fff;
	background: #F00;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

/*移动端自适应*/
@media screen and (max-width:780px) {
	.on .header-top {
		display: flex;
	}

	.head-tel {
		display: none;
	}

	.header-top {
		padding: .5rem 0;
	}

	.logo-img {
		width: 25%;
	}

	.head-menu {
		display: block;
		padding: 0 1rem;
		text-align: center;
		cursor: pointer;
	}

	.head-menu .menu-gb {
		display: none;
	}

	.head-menu .icon {
		font-size: 2rem;
	}

	.head-nav {
		position: fixed;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 99;
		align-items: flex-start;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
	}

	.head-nav.active {
		right: 0;
	}

	.head-nav ul li {
		width: 100%;
		text-align: center;
	}

	.head-nav ul li a {
		padding: 1rem 0;
		width: 100%;
	}

	.lc-nav .item {
		width: 30%;
		margin: 0;
	}

	.lc-nav .item .ico .icon {
		font-size: 2rem;
	}

	.main-title hr {
		width: 2rem;
	}

	.main-title h1 {
		font-size: 1.5rem;
	}

	.main-title p {
		font-size: 1rem;
	}

	.gywm-content .text,
	.gywm-content .img {
		width: 100%;
	}

	.gywm-content .text h2 {
		text-align: center;
	}

	/*流程*/
	.liucheng {
		margin-bottom: 2rem;
	}

	.lc-list {
		align-items: flex-start;
	}

	.lc-list .lc-item {
		width: 48%;
		margin-bottom: 0;
	}

	.lc-list .lc-item h2 {
		line-height: 1.5;
	}

	/*新闻*/
	.active .al,
	.active .ar {
		width: 100%;
		margin-bottom: 2rem;
	}

	/*底部*/
	.footer {
		margin-top: 0;
	}

	.db-logo {
		width: 100%;
	}

	.db-logo img {
		max-width: 50%;
		display: block;
		margin: 0 auto;
	}

	.db-txt {
		width: 90%;
		padding: 0 5%;
		margin-top: 10%;
		text-indent: 2em;
	}

	.db-nav,
	.db-lxwm {
		width: 90%;
		padding: 0 5%;
	}
}

@media (max-width:640px) {
	.banner-text {
		left: 0;
		top: 30%;
		width: 100%;
		text-align: center;
	}

	.banner-text h1 {
		font-size: 1.5rem;
	}

	.banner-text p {
		font-size: 1rem;
	}
}

/*内容页*/
.weizhi {
	margin-top: 2rem;
}

.weizhi a {
	font-size: .8rem;
}

.main-page {}

.single-page .brief {
	/*text-align: center;*/
}

.single-page .brief {
	font-size: 1rem;
}

.single-list {
	margin: 3rem auto;
}

.single-list li {
	width: 32%;
	position: relative;
	margin-bottom: 3%;
	cursor: pointer;
	overflow: hidden;
}

.single-list li 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;
}

.single-list li .text {
	position: absolute;
	bottom: 0;
	background-color: #797979;
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	padding: 1rem 0;
	font-size: 1.25rem;
	max-height: 2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.single-list li .text i {
	display: block;
	width: 10%;
	height: 3px;
	margin: .5rem auto;
	background-color: #FFF;
}

.single-list li .text .con {
	font-size: .8rem;
}

.single-list li: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);
}

.single-list li:hover .text {
	background-color: #c40d2e;
	max-height: 10rem;
}


.single-content {
	background-color: rgba(226, 226, 226, 0.8);
	padding: 2rem 1rem;
	border-radius: 1rem;
}


.news-page {}

.news-list {}

.news-list li {
	margin-bottom: 5%;
}

.news-list li a {
	width: 100%;
	border: 1px solid #ccc;
}

.news-list li a:hover {
	box-shadow: 5px 5px 5px #cccccc;
}

.news-list li .img {
	width: 25%;
}

.news-list li .time {
	padding: 2% 0;
}

.news-list li .time p {
	font-weight: 600;
}

.news-list li .con {
	width: 60%;
	padding: 3% 3% 3% 0;
}

.news-list li .con h1 {}

.news-list li .con .list_brief {
	line-height: 1.5;
}

.news-list li .con .more {
	width: 100%;
}

.news-list li .con .more span {
	float: right;
	font-size: 1.5rem;
	color: #c40d2e;
}

/*新闻详情*/
.main-show {
	margin-top: 3%;
}

.show-l {
	width: 66%;
	padding: 1%;
	background-color: #f3f3f3;
	border-radius: .5rem;
}

.show-r {
	width: 28%;
	padding: 1%;
	background-color: #f3f3f3;
	border-radius: .5rem;
}

.showtop {
	border-bottom: 1px solid #000;
}

.time-info {}

.time-info .ico-item {
	margin: 0 1rem;
}

.showtop hr {
	width: 100%;
	height: 3px;
	background-color: #000;
	margin-top: 1rem;
	margin-bottom: 3px;
}

.showcon {
	padding: 1rem 0;
	border-bottom: 1px solid #000;

	font-size: 1rem;
	line-height: 2;
}

.showfenye {
	padding: 1rem 0;
	font-size: .8rem;
	line-height: 2;
}

.showfenye .revert {
	width: 10%;
}

.showfenye .revert a {
	border: 1px solid #bababa;
	border-radius: .5rem;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.showfenye .revert a span {
	font-size: .8rem;
}

.showfenye .revert a:hover {
	background-color: #bababa;
}

.show-r .r-tit {
	margin: 5% auto;
}

.show-r .r-tit h2 {}

.show-r .r-tit h2::after,
.show-r .r-tit h2::before {
	content: " ";
	display: block;
	width: 10%;
	height: 2px;
	background-color: #c40d2e;
}

.show-r .r-tit h2 span {
	margin: 0 1rem;
}

.show-r .r-list {}

.show-r .r-list li {
	padding: 1rem 0;
	border-bottom: 1px #000 dashed;
}

.show-r .r-list .txt {
	width: 60%;
}

.show-r .r-list .txt h3 {
	margin-bottom: 20%;
}

.show-r .r-list .txt p {
	font-size: .8rem;
}

.show-r .r-list .img {
	width: 38%;
	overflow: hidden;
}

.show-r .r-list li: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);
}

/*网点列表*/
.network-list {}

.network-list li {
	width: 47%;
	padding: 1%;
	margin-bottom: 2%;
	background-color: #f8f8f8;
}

.network-list li: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);
}

.network-list li:hover {
	box-shadow: 5px 5px 5px #eaeaea;
}

.network-list li .img {
	width: 30%;
	overflow: hidden;
}

.network-list li .text {
	width: 68%;
}

.network-list li .text .adres {
	margin: 3% auto;
}

.network-list li .text .kefu {
	background-color: #c40d2e;
	padding: .2rem 1rem;
	color: #FFF;
	border-radius: .3rem;
}

/*网点详情*/
.network-show {
	margin-top: 2rem;
}

.nk-t-con {
	padding: 2%;
	margin-top: 3rem;
	background-color: #f0f0f0;
	border-radius: .5rem;
}

.nk-t-con .nkt-l {
	width: 45%;
}

.nk-t-con .nkt-r {
	width: 53%;
}

.nk-t-con .nkt-r img {
	display: block;
	margin: 0 auto;
}

.nk-t-con .text {
	color: #767676;
	line-height: 2;
}

.nk-t-con .text a {
	display: block;
	width: 90%;
	padding: .2rem .5rem;
	background-color: #c40d2e;
	color: #FFF;
	margin: 3% auto;
	text-align: center;
	border-radius: .3rem;
}

.network-show-content {
	margin-top: 2rem;
	padding: 2rem 2%;
	background-color: #f0f0f0;
	border-radius: .5rem;
}

.network-show-content h2 {
	margin-bottom: 2rem;
}


.banxin .left,
.banxin .right {
	width: 49%;
	overflow: hidden;
}

.banxin a {
	position: relative;
	display: block;
}

.banxin a p {
	position: absolute;
	bottom: 0;
	height: 4rem;
	line-height: 4rem !important;
	font-size: 1rem !important;
	width: 100%;
	font: 0.18rem 'Alibaba';
	color: #fff;
	background-color: rgb(0, 0, 0, 0.5);
	text-align: center;
	z-index: 9;
}

.banxin .left img {}

.banxin .right {
	align-content: space-between;
}

.banxin .right a {
	width: 100%;
	overflow: hidden;
}

.banxin .right a:last-child {
	margin-top: 3%;
}

.banxin a: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);
}


.maintenance {}

.maintenance .left,
.maintenance .right {
	width: 49%;
}

.maintenance .item {
	width: 100%;
}

.maintenance .item .maintain {
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.maintenance .item .maintain .img {
	width: 10%;
}

.maintenance .item .maintain .img img {
	display: block;
	margin: 1rem auto;
}

.maintenance .item .maintain .p1 {
	width: 80%;
}

.maintenance .item .maintain .p2 {
	width: 10%;
	text-align: right;
	font-size: 2rem;
	cursor: pointer;
}

.maintenance .bottom1 {
	display: none;
	background-color: #fafafa;
	padding: 0.3rem 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}

.maintenance .bottom1 p {
	color: #000;
	font: 0.8rem 'Alibaba';
	line-height: 2;
	border-bottom: 1px solid #ddd;
	padding: 1rem 0;
}

.maintenance .bottom1 ul {
	display: flex;
	flex-wrap: wrap;
	padding: .5rem 0;
}

.maintenance .bottom1 ul li {
	font: 0.8rem 'Alibaba';
	width: 30%;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	color: #555;
	line-height: 2rem;
	text-align: center;
	background-color: #f2f2f2;
	box-sizing: border-box;
}

@media screen and (max-width: 1920px) {
	.xiangmu .service {
		width: 100%;
		height: 3rem;
		margin: 0 auto 1.5rem;
		background-color: #c40d2e;
		border-radius: 1rem;
		margin-top: 1rem;
		text-align: center;
	}

	.xiangmu .service a {
		font: 1rem 'Alibaba';
		line-height: 3rem;
		color: #fff;
		display: block;
		width: 100%;
	}

	.jxlc .banner-mid {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
		background-color: #fff;
		padding: 0.8rem 0 0.6rem 0;
		position: relative;
	}

	.jxlc .banner-mid .img1 {
		position: absolute;
		right: -2%;
		top: -5%;
		z-index: 9;
	}

	.jxlc .swiper-container {
		border: #ccc 1px solid;
	}

	.jxlc .swiper-slide {
		border-radius: 0;
		box-shadow: none;
		border: none;
	}

	.jxlc .swiper-slide .swiper-slide-left {
		width: 30%;
		padding: 0 10%;
	}

	.jxlc .swiper-slide .swiper-slide-right {
		width: 40%;
		margin: 2% 5%;
		display: flex;
		background-color: #f2f2f2;
		box-sizing: border-box;
		text-align: center;
		align-items: center;
	}

	.jxlc .swiper-slide .swiper-slide-right .side {
		width: 35%;
	}

	.jxlc .swiper-slide .swiper-slide-right .left {
		display: flex;
		flex-direction: column;
		width: 40%;
	}

	.jxlc .swiper-slide .swiper-slide-right .right {
		width: 25%;
	}

	.jxlc .swiper-pagination-bullet {
		width: 1rem;
		height: .2rem;
		border-radius: 0;
		background-color: #c40d2e;
	}
}

@media (max-width:780px) {
	.banner-text-02 h1 {
		font-size: 1.5rem;
	}

	.single-list li {
		width: 99%;
	}

	.weizhi {
		margin-bottom: 2rem;
	}

	.news-list li a .img,
	.news-list li a .img img {
		width: 100%;
	}

	.news-list li .time,
	.news-list li .con {
		width: 90%;
		padding: 0 5%;
	}

	.news-list li .con {
		margin-top: 1rem;
	}

	.show-l {
		width: 100%;
	}

	.show-r {
		display: none;
	}

	.network-list li {
		width: 98%;
	}

	.network-list li .img,
	.network-list li .text,
	.nk-t-con .text,
	.nk-t-con .nkt-r {
		width: 100%;
	}

	.banxin a p {
		height: 2rem;
		line-height: 2rem !important;
		font-size: .8rem !important;
	}

	.maintenance .left,
	.maintenance .right {
		width: 99%;
	}

	.maintenance .item .maintain .img img {
		max-width: 50%;
	}

	.jxlc .swiper-slide .swiper-slide-left,
	.jxlc .swiper-slide .swiper-slide-right {
		width: 100%;
	}

	.jxlc .swiper-slide .swiper-slide-left {
		padding: 0 5%;
	}

	.jxlc .swiper-slide {
		padding-bottom: 0;
		padding-top: 2rem;
	}

	.jxlc .banner-mid .img1 {
		right: -3%;
		top: 1%;
		width: 20%;
	}
}

/*分页*/
.pagination {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem auto;
}

.pagination li {
	margin: 0 .2rem;
	display: flex;
}

.pagination a {
	padding: .3rem 1rem;
	border: 1px solid #f3f3f3;
}

.pagination li.active a {
	background-color: #c40d2e;
	color: #FFF;
}