@import "bootstrap.min.css";
@import "swiper-bundle.min.css";
@import "iconfont.css";
/**
 * Reset Browsers
 * General
 * Elements
 * Form
 * Typography
 * Extra classes
 * Layout
 * Grid
 * Hero Background SlideShow
 * Top Bar
 * Header
 * Featured Title
 * Blog
 * Blog Single
 * Widgets
 * Bottom Bar
 * Pagination & Arrows
 * Scroll Top Button
 * Media Queries
 * Retina Devices
 */

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

blockquote,
q {
	quotes: none
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

a img {
	border: 0
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 1.875;
	background-color: #fff;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

p {
	margin-top: 0;
	margin-bottom: 1.2rem;
}

strong,
b {
	font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding: 35px 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote>p:last-child {
	margin-bottom: 0;
}

blockquote .small {
	display: inline-block;
}

blockquote em,
blockquote i {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -6px;
}

sub {
	bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	background: #f9f9f9;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	height: auto;
	margin: 0 0 20px;
	overflow-x: auto;
	padding: 20px;
}

/* Elements
-------------------------------------------------------------- */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	background-color: #f6f6f6;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

/* List */
ul,
ol {
	padding: 0;
	margin: 0 0 20px 35px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

ul li,
ol li {
	line-height: 1.86em;
	list-style: none;
}

ul.list-unstyled {
	margin-left: 0;
	list-style: none;
}

.list-fixed-icon .fa {
	display: inline-block;
	width: 1.2em;
	text-align: right;
	padding-right: 1.4em;
}

dl {
	margin: 0 0 30px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 30px;
}

del {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* Table */
table,
th,
td {
	border: 1px solid #eaeaea;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 5px;
}

/* Media */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
	margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
	line-height: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	line-height: inherit;
	margin: 0;
	vertical-align: baseline;
}

input,
textarea {
	font-size: 1em;
	max-width: 100%;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	/* Removing the inner shadow on iOS inputs */
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
	display: inline;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */
input[type="search"] {
	outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	color: #777;
	border: 1px solid #eaeaea;
	padding: 11px 19px;
	line-height: inherit;
	width: 100%;
	background-color: transparent;
	margin-bottom: 30px;
	border-radius: 0;
	height: auto;
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border ease .238s;
	-moz-transition: border ease .238s;
	transition: border ease .238s;
}

/* For Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
	margin-bottom: 0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #a1a1a1;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Button */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	font-weight: 500;
	background-color: #ffae00;
	color: #fff;
	padding: 1.285em 2.642em;
	display: inline-block;
	-webkit-appearance: none;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

/* Button hover + focus */
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
	background-color: #4b4b4b;
	color: #fff;
}

button {
	background-image: none;
	background: 0 0;
	border: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: .04em;
	border-radius: 0;
	padding: 0;
}

/* Placeholder color */
::-webkit-input-placeholder {
	color: #c1c1c1;
}

:-moz-placeholder {
	color: #c1c1c1;
}

::-moz-placeholder {
	color: #c1c1c1;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c1c1c1;
}

/* Links */
a {
	color: #4b4b4b;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	line-height: 1.5;
	margin: 0 0 12px;
	font-weight: 500;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 2.142em;
}

/* 30px */
h2 {
	font-size: 1.758em;
}

/* 25px */
h3 {
	font-size: 1.571em;
}

/* 22px */
h4 {
	font-size: 1.428em;
}

/* 20px */
h5 {
	font-size: 1.285em;
}

/* 18px */
h6 {
	font-size: 1.071em;
}

/* 15px */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none
}

.text-accent-color {
	color: #ffae00 !important;
}

.text-white {
	color: #fff !important;
}

.text-grey {
	color: #ccc !important;
}

.text-heading-color {
	color: #4b4b4b !important;
}

.text-muted {
	color: #aaa !important;
}

.text-primary {
	color: #3c7fb9 !important;
}

.text-success {
	color: #51a351 !important;
}

.text-info {
	color: #56b5ce !important;
}

.text-warning {
	color: #dfa048 !important;
}

.text-danger {
	color: #cb4d49 !important;
}

p.dropcap-contrast span.first-letter {
	font-size: 24px;
	float: left;
	color: white;
	background-color: #ffae00;
	text-align: center;
	vertical-align: middle;
	margin: 5px 10px 0 0;
	line-height: 60px;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

p.dropcap span.first-letter {
	font-size: 55px;
	float: left;
	color: #ffae00;
	text-align: left;
	line-height: 45px;
	margin-right: 18px;
	width: 45px;
	height: 45px;
}

.construction-icons>span {
	font-size: 30px;
}

/* Extra classes
-------------------------------------------------------------- */
.line-height-normal {
	line-height: normal;
}

.margin-0 {
	margin: 0 !important;
}

.padding-0 {
	padding: 0 !important;
}

.margin-bottom-0 {
	margin-bottom: 0px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

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

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

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

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

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

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

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

.margin-bottom-55 {
	margin-bottom: 55px;
}

.margin-bottom-60 {
	margin-bottom: 60px;
}

.margin-bottom-65 {
	margin-bottom: 65px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-bottom-75 {
	margin-bottom: 75px;
}

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

.margin-bottom-85 {
	margin-bottom: 85px;
}

.margin-bottom-90 {
	margin-bottom: 90px;
}

.margin-bottom-95 {
	margin-bottom: 95px;
}

.margin-bottom-100 {
	margin-bottom: 100px;
}

.margin-top-0 {
	margin-top: 0px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-55 {
	margin-top: 55px;
}

.margin-top-60 {
	margin-top: 60px;
}

.margin-top-65 {
	margin-top: 65px;
}

.margin-top-70 {
	margin-top: 70px;
}

.margin-top-75 {
	margin-top: 75px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-85 {
	margin-top: 85px;
}

.margin-top-90 {
	margin-top: 90px;
}

.margin-top-95 {
	margin-top: 95px;
}

.margin-top-100 {
	margin-top: 100px;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-bold {
	font-weight: bold;
}

.letter-spacing-1px {
	letter-spacing: 1px;
}

.letter-spacing-2px {
	letter-spacing: 2px;
}

.letter-spacing-3px {
	letter-spacing: 3px;
}

.letter-spacing-4px {
	letter-spacing: 4px;
}

.letter-spacing-5px {
	letter-spacing: 5px;
}

.letter-spacing-6px {
	letter-spacing: 6px;
}

.letter-spacing-7px {
	letter-spacing: 7px;
}

.letter-spacing-8px {
	letter-spacing: 8px;
}

.font-family-body {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
}

.font-family-heading {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
}

.font-family-extend {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-17 {
	font-size: 17px;
}

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

.font-size-19 {
	font-size: 19px;
}

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

.font-size-21 {
	font-size: 21px;
}

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

.font-size-23 {
	font-size: 23px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-25 {
	font-size: 25px;
}

.font-size-26 {
	font-size: 26px;
}

.font-size-27 {
	font-size: 27px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-29 {
	font-size: 29px;
}

.font-size-30 {
	font-size: 30px;
}

.font-size-35 {
	font-size: 35px;
}

.font-size-40 {
	font-size: 40px;
}

.font-size-45 {
	font-size: 45px;
}

.font-size-50 {
	font-size: 50px;
}

.font-size-55 {
	font-size: 55px;
}

.font-size-60 {
	font-size: 60px;
}

.font-size-70 {
	font-size: 70px;
}

.font-size-80 {
	font-size: 80px;
}

.font-size-90 {
	font-size: 90px;
}

.font-size-100 {
	font-size: 100px;
}

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

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

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

.text-shadow {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.parallax {
	width: 100%;
	background-position: 50% 0;
}

/* Clearfix */
.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after {
	clear: both;
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after,
.wprt-container:after {
	clear: both;
}

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

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

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

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

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

.around {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

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

.fr {
	float: right;
}

.fl {
	float: left;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 2rem;
	height: .5rem;
	border-radius: 0;
	background-color: #FFF;
}

.hide,
.hidden {
	display: none;
}

.show {
	display: flex;
}

/*CSS内容开始*/
.header {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
	padding: 0 2.90909%;
	position: relative;
	z-index: 1002;
	top: 0;
	background: #fff;
}

.head-top {
	padding: 10px 0;
	position: relative;
	display: flex;
	flex-direction: row;
}

.head-l .menu {
	font-size: 13px;
	text-align: left;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.header__menu-ico {
	display: block;
	width: 14px;
	height: 15px;
	margin: 0 .5rem 0;
}

.header__menu-ico .bar {
	position: relative;
	width: 100%;
	display: block;
	height: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #555;
	transition: all .2s ease-out, background 0s;
	transform-origin: center center;
	opacity: 1;
}

.header__btn:hover,
.header__btn._active {
	color: #c40d2e;
}

.header__btn:hover .bar {
	background: #c40d2e;
}

.header__btn._active .bar {
	background: #c40d2e;
}

.header__btn._active .bar {
	background: #c40d2e;
}

.header__btn._active .bar--1 {
	transform: rotate(45deg);
	top: 4px;
}

.header__btn._active .bar--2 {
	opacity: 0;
}

.header__btn._active .bar--3 {
	transform: rotate(-45deg);
	top: -4px;
}

.header__btn-2 {
	position: relative;
	cursor: pointer;
	margin: 0 0 0 15px;
	padding: 11px 6px 11px 16px;
	line-height: 17px;
	height: 40px;
	position: relative;
	min-width: 30px;
	text-align: left;
}
.header__btn-2 p{
	margin:0;
	font-size:1rem;
	text-align: center;
}
.header__btn-2:not(:empty):before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	left: 0;
	top: 14px;
	width: 1px;
	background: #555;
}

.head-l .tel:hover{
	color: #c40d2e;
}

.head-l .tel:hover .ow-dialog__panel {
	color: #555;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	transition: opacity .3s cubic-bezier(.19, 1, .22, 1);
}


/*左侧nav*/
.left_nav {
	position: fixed;
	visibility: hidden;
	overflow: hidden;
	overflow-x: visible;
	pointer-events: none;
	opacity: 0;
	z-index: -2;
	top: 60px;
	left: 0;
	right: 0;
	transform: translate3d(-100%, -100%, 0);
	transition: all 0s cubic-bezier(.39, .575, .5649999999999999, 1) .3s, z-index .3s cubic-bezier(.39, .575, .5649999999999999, 1), top .3s cubic-bezier(.39, .575, .5649999999999999, 1), margin 0s linear 0s;
}
.left_nav._active {
    visibility: visible;
    opacity: 1;
    transition: none;
    pointer-events: auto;
    transform: none;
    overflow: initial;
	z-index: 970;
}
.ow-mod__col-news:nth-child(2){
	padding: 0 1rem;
}
.ow-mod__col-news p{
	margin:0;
	width: 9rem;
}
.ow-mod__cols .ow-mod__col-news .article-img img{
	width: 100% !important;
}
.ow-mod__col-news .article-text{
	padding: 1.5rem 2rem;
	background-color: #e7e7e7;
	text-align:left;
	margin-bottom: 1rem;
}
.ow-mod__col-news .article-text .time{
	color: #c40d2e;
	font-weight: 600;
	padding-bottom: 1rem;
	border-bottom: 1px solid #4b4b4b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ow-mod__col-news .article-text .time .day{
	font-size: 3rem;
}
.ow-mod__col-news .article-text h2{
	font-size: 1.5rem;
	margin: 1rem 0;
	color: #444444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ow-mod__col-news .article-text .brief{
	font-size: 1.25rem;
}

.ow-page-footer{
	padding-top: 2rem;
	background-color: #c40d2e !important;
	color:#FFF !important;
	font-weight: 400;
	padding-bottom: 2.2rem;
}
.ow-page-footer a{
	color:#FFF;
}
.fw-item{
	line-height:2;
}
.column-tit{
	color: #c40d2e !important;
}


/*底部悬浮*/
.zhanwei,
.ow-bottom-fixed{
	display: none;
}
@media (max-width: 960px) {
	.zhanwei{
		width:25%;
		height: 6rem;
		display: block;
	}
	.ow-bottom-fixed{
		display: block;
		position:fixed;
		width: 100%;
		z-index: 99;
		bottom: 0;
		left: 0;
		background-color: #FFF;
		color: #000;
		border-top: 1px solid #c40d2e;
	}
	.ow-bottom-fixed ul{
		width: 100%;
        padding: 0;
	}
	.ow-bottom-fixed li{
		width:25%;
		height: 6rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.ow-bottom-fixed li a{
		padding: 0 1rem;
		line-height: 1.2;
		color: #c40d2e;
	}
	.ow-bottom-fixed p{
		margin:0;
		font-size: .8rem;
		text-align: center;
	}
}
@media (min-width: 960px) {
	.head-top {
		height: 50px;
		padding-bottom: 0;
	}
	.left_nav {
	    right: auto;
	    width: 350px;
	    height: 100vh;
	    padding: 50px 0 100px 0;
	}
}
.service-price {
    background: #FFF;
    position: relative;
}
.service-price-tab {
    background-color: #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.service-price-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.service-price-tab ul li {
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.service-price-tab ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 10px;
    height: 100%;
}
.service-price-tab ul li a.active {
    color: #c40d2e;
    border-bottom: 3px solid #c40d2e;
}
.service-price-tab ul li a span {
    display: block;
}
.ow-mod__wrapper-bg .ow-mod__bg .pc-wap-img>img {
	width: 100% !important;
}
.pc-wap-img img:nth-child(1){
	display: block;
}
.pc-wap-img img:nth-child(2){
	display: none;
}
@media screen and (max-width: 640px)
{
	.pc-wap-img img:nth-child(1){
		display: none;
	}
	.pc-wap-img img:nth-child(2){
		display: block;
	}
	.header__btn-2{
		display: none;
	}
	.head-logo{
		width:70%;
	}
}
@media screen and (min-width: 640px)
{
	.service-price-tab ul li {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    flex: 0 0 auto;
	    max-width: auto;
	}
	.service-price-tab ul li a {
	    font-size: 1.4rem;
	    padding: 20px 0;
	    margin: 0 48px;
	}
	
}
@media screen and (min-width: 480px)
{
	.service-price-tab ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}
}


/*price-information*/
.cs-content-table .cs-table {
    display: none;
}
.mobile-table-head {
    font-family: 'omega-bold', arial, helvetica, sans-serif;
    font-size: 1.6rem;
    padding: 18px 15px;
    background: #F9F9F9;
    margin-bottom: 40px;
}
.mobile-table-body {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.mobile-table-body .price-title {
    padding: 10px;
}
.mobile-table-body .price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
}
.cs-content-table .table-note {
    font-size: 1.1rem;
    margin-bottom: 40px;
}
@media screen and (min-width: 960px)
{
	.cs-content-table .cs-table {
	    display: table;
	}
	.mobile-table {
	    display: none;
	}
	.cs-content-table .table-title {
	    font-size: 1.5rem;
	    font-family: 'omega-bold', arial, helvetica, sans-serif;
	    text-align: left;
	    margin-bottom: 30px;
	}
	.cs-content-table thead {
	    font-family: 'omega-bold', arial, helvetica, sans-serif;
	}
	.cs-content-table thead th.first, .cs-content-table thead td.first {
	    text-align: left;
	}
	.cs-content-table thead th, .cs-content-table thead td {
	    text-transform: uppercase;
	    text-align: center;
	}
	.cs-content-table .table-note {
	    font-size: 1.4rem;
	    text-align: left;
	    margin-top: 15px;
	    margin-bottom: 60px;
	}
}

/*分页*/
.stories-list-pagination{
	padding-bottom:5rem;
	margin: 20px 0;
}
.stories-list-pagination a{
	display: block;
	color: #c40d2e;
	padding: 8px;
	border: 1px solid #c40d2e;
	text-align: center;
	border-radius: 4px;
	margin: 32px 4px 0px 0px;
}
.stories-list-pagination b{
	color: #fff;
	padding: 8px;
	border: 1px solid #c40d2e;
	text-align: center;
	border-radius: 4px;
	margin: 32px 4px 0px 0px;
	background:#c40d2e;
}
.stories-list-pagination a b{
	background:none;
	padding:0px;
	border:none;
	margin:0px auto;
	border-radius: 0px;
	color: #c40d2e;
}

.w1200{width: 96%;max-width: 1200px;margin: auto;}
.sjpcimg img{display: block;width: 100%; min-height:100%;}
.sjpcimg img:nth-child(2){display: none;}
@media (max-width:640px) {
	.sjpcimg img:nth-child(1){display: none;}
	.sjpcimg img:nth-child(2){display: block;}
}
/* 标题样式开始 */
.corlv{ color:#C10016;}
.corhei{ color:#030000;}
.corqianlv{ color:#C10016;}
.corhuang { color: #C10016;}
.wxtit01{ margin:52px auto 32px; width:100%;}
.wxtit01 h3,.wxtit01 div:first-child,.wxtit01 p:first-child{ margin-bottom:10px;border-radius: 25px 25px 0 0;text-transform: uppercase;}
.wxtit01a{ width:108px; height:8px; line-height:7px; background:#C10016; margin:0px auto 12px;}
.wxtit01b{ width:90%; line-height:36px !important; margin:0px auto; text-align:center; font-weight:bold !important;}
.wxtit01b span{ font-weight:bold;}
.wxtit01c{color: #C10016;}
@media (max-width:640px) {
.wxtit01b{ line-height:28px;}
.wxtit01a{ height:4px;}
}
/* 标题样式结束 */

/* 网点地址开始 */
.lao02{position:relative; overflow:hidden; margin-top: 24px;}
.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%;}
.lao02 .wxtit01 { margin-top:6px;z-index: 1;}
.lao02a{ padding-top:52px;}
.lao02aa{ width:100%;}
.lao02aa a{ padding:0px 2px; color:#000; border-right:1px solid #fff;}
.lao02aa a:last-of-type(1){ border-right:none;}
.wxtit01d{ margin:24px auto;z-index: 1;}
.wxtit01d a, .wxtit01d span{padding: 0px 8px;color: #fff;margin-right: 5px;margin-bottom: 10px;background: #C10016;border-radius: 20px;line-height: 22px; box-shadow: 0px 1px 2px 0px black;text-decoration: underline;}
.wxtit01d span{text-decoration: none;}
.wxtit01d a:visited{ color: #fff;}
.wxtit01d a:hover{background: #ffffff;color: #C10016;}
.wxtit01d .wxtit01d01{padding: 0px 8px;color: #fff;background: #C10016;line-height: 22px;border-radius: 20px;margin-right: 5px;margin-bottom: 10px; box-shadow: 0px 1px 2px 0px black; transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.wxtit01d .wxtit01d01:hover{ background: #ffffff;color: #C10016; transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.wxtit01d .wxtit01d01:nth-last-of-type(1){ border-right:none;}
.swiper-slidewx {font-size: 18px;background: #fff; border-radius:25px 25px 0 0; transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);-o-transform: scale(0.8);transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.swiper-slide-active,.swiper-slide-duplicate-active{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.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;}
.jximgwrap: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-slidewx h3{ color: #C10016;margin-bottom: 8px; border-left:8px solid #fff; border-right:8px solid #fff;}
.swiper-slidewx h3 a{ color: #C10016;}
.swiper-slidewx .jximg_wrap{ color: #C10016; line-height:24px; margin-bottom: 24px; border-left:8px solid #fff; border-right:8px solid #fff;}
.swiper-slidewx .jximg_wrap a{ color: #616362; line-height:24px;}
.swiper-slidewx a.lianjie1,.swiper-jxwxxl .swiper-slidwx span.lianjie1{ width:100%; text-align:center; display: block; line-height:52px; height:52px; color: #fff;background:#C10016;border-radius: 0 0 20px 20px;}
.swiper-slide a.lianjie1:hover,.swiper-jxwxxl .swiper-slide span.lianjie1:hover{ background: #C10016ee;}
.swiper-prev,.swiper-next{background: #C10016;border-radius: 5px;color: #fff !important;}
.swiper-prev::after,.swiper-next::after{font-size: 15px !important;}
/* 网点地址结束 */

/* 地区专题页样式开始 */
/* 百度地图开始 */
.bai08{ margin-bottom:24px; width:100%; padding:0px 0px 8px; background:#fff;}
.sliyu{ margin:0px auto;}
.BMapLib_SearchInfoWindow{ width:266px !important;}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone { display: none;}
.BMap_Marker img{ max-width:35px;}
.BMapLib_search_text { width: 100% !important;height: 20px !important;line-height: 20px !important;border: 1px solid #a5acb2 !important;}
.BMapLib_trans_text { width: 100% !important;height: 20px !important;line-height: 20px !important;border: 1px solid #a5acb2 !important;}
.BMapLib_nav_tab_content table, .BMapLib_nav_tab_content table td, .BMapLib_nav_tab_content table td input{ border: 0;padding:0;margin: 0;color: #000;}
.BMapLib_nav_tab_content table td {padding-left:4px !important;}
.slideBox{ width: 100%; margin:0px auto;}
.slideBox .bd,.slideBox .bd li{ width:100%;}
.slideBox .bd{ margin-bottom:24px;}
.slideBox .bd li #map,.slideBox .bd li #secmap,.slideBox .bd li #sanmap{ width:100%; height: 700px; border: 2px solid #cfcece; border-radius:8px; margin-bottom:24px;}
.slideBox .hd{width: 60%; margin: auto;}
.slideBox .hd li{ line-height: 60px; width:46%; background:#ffffff; border:1px solid #313131; text-align:center; color:#282828; margin-bottom:32px; cursor:pointer; border-radius:8px;}
.dzwidth li{width:32% !important;}
.slideBox .hd li.on{ background:#C10016; border:1px solid #C10016; color: #fff; font-weight:bold;}
.ditu_div{ padding:24px 0px; margin-bottom:24px; background:#f5f5f6; border-radius:8px; width:100%;}
.ditu_div h3{ text-align: center; color:#737373; font-weight:bold; margin-bottom:24px;}
.ditu_div h3 .ditu_div01{ width:42px; margin-right:10px; overflow:hidden;}
.ditu_div h3 .ditu_div01 img{ width:100%; -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;}
.ditu_div h3 .ditu_div01:hover img{ -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.ditu_div h3 .ditu_div01 img:nth-of-type(2){ display:none;}
.ditu_div h3 font{ font-weight:bold;}
.ditu_div p{ width:90%; line-height:32px; color:#737373;}
.ditu_div p a{ line-height:32px; color:#737373;}
.bai09{ width:100%;}
.bai09a{ width:28px;}
.bai09a img,.bai09c img{ width:100%; -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;}
.bai09a:hover img,.bai09c:hover img{ -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.bai09b{ margin-left:10px; margin-right:10px; padding:10px 0px 10px; line-height:28px; font-weight:bold; text-align:center;}
.bai09c{ width:28px;}
@media (max-width:640px ) {
.slideBox .bd li #map,.slideBox .bd li #secmap,.slideBox .bd li #sanmap{ width:100%; height: 460px;}
.ditu_div h3{ font-weight:bold;}
.ditu_div h3 font{ font-weight:bold;}
.slideBox{ width: 100%; margin:25px auto;}
.slideBox .hd{width: 100%; margin: auto;}
.slideBox .hd li { width:48%; line-height: 32px;margin-bottom: 18px; font-size:12px;}
.ditu_div h3 .ditu_div01{ width:28px;}
.ditu_div h3 .ditu_div01 img:nth-of-type(1){ display:none;}
.ditu_div h3 .ditu_div01 img:nth-of-type(2){ display:block;}
}
.bai10{ width:100%; margin-bottom:24px;}
.bai10 .bai10hd{ width:100%;}
.bai10 .bai10hd ul{ width:100%; margin-bottom:24px; background:#f5f5f6; border-radius:8px; padding-top:12px;}
.bai10 .bai10hd ul li{ width:40%;}
.bai10 .bai10hd ul li:nth-of-type(2){ margin-left:2%;}
.bai10 .bai10hd ul li a{ width:100%; text-align:center; background:#fff; color:#535151; line-height:54px; border-radius:8px 8px 0px 0px;}
.bai10 .bai10hd ul li.on a{ background:#C10016; color:#fff;}
.bai10 .bai10bd{ width:90%; margin:0px auto;}
.bai10 .bai10bd ul{ width:100%;}
.bai10 .bai10bd ul li{ width:100%;}
.bai10 .bai10bd ul li .bai10a{ margin-bottom:24px;}
.bai10 .bai10bd ul li .bai10a input{ width:100%; line-height:52px; color:#535151; border:1px solid #b5b5b5; border-radius:8px; text-indent:18px;}
.bai10 .bai10bd ul li .bai10b{ margin-bottom:24px;}
.bai10 .bai10bd ul li .bai10b a{ width:24%; text-align:center; line-height:42px; border-radius:8px; color:#fff; background:#C10016;}
.bai10 .bai10bd ul li .bai10b a:nth-of-type(1){ margin-right:2%;}
.bai10 .bai10bd ul li .bai10c,.bai10 .bai10bd ul li .bai10c a,.bai10 .bai10bd ul li .bai10c strong{ color:#403c3c; line-height:32px;}
@media (max-width:780px ) {
.bai10 .bai10hd ul li a{ line-height:42px;}
.bai10 .bai10bd ul li .bai10a input{ line-height:42px;}
.bai10 .bai10bd ul li .bai10c,.bai10 .bai10bd ul li .bai10c a,.bai10 .bai10bd ul li .bai10c strong{ line-height:24px;}	
.bai10 .bai10bd ul li .bai10b a{ width:28%;}
}
/* 百度地图结束 */
/* 送修流程开始 */
.fwlc { margin:0px auto 24px; width: 100%; background: #fbfbfb; padding:24px 0px;}
.fwlc_left { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.fwlc_tab li { width: 50%; height: 100px; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.fwlc_tab li.current { background: #CE1438;}
.fwlc_tab li.line { background: #c40d2e;}
.fwlc_tab li .fwlc_tab01yu{ width:64px; height:64px; background:#fff; color:#c40d2e; border-radius:50%; margin-right:12px; font-size:36px; -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;}
.fwlc_tab li .fwlc_tab01yu:hover{ -webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);}
.fwlc_tab li.current .fwlc_tab01yu{ color:#CE1438;}
.fwlc_tab li img { margin-right: 12px;}
.fwlc_tab li span { color: #fff; font-family: "Microsoft YaHei";}
.hidden { display: none;}
.visit_tab_content{ width:100%;}
.progress_bar { background: url(/skin/Fine/images/process_bg.jpg) repeat-x scroll -25px 72px; height: 100px; width:783px; margin: 30px auto 0; position: relative;}
.progress_bar .progress_bar_current { background: url(/skin/Fine/images/process_bg_progress.jpg) no-repeat scroll left top; height: 11px; left: 23px; overflow: hidden; position: absolute; top: 72px; width: 0; z-index: 0;}
.progress_bar ul { position: relative; z-index: 2;}
.progress_bar li { cursor: pointer; float: left; width: 100px; height: 100px;}
.progress_bar li:nth-last-of-type(1){ width:83px;}
.progress_bar li .intro { display: block; height: 56px; left: -17px; margin:0px auto; position: relative; text-align: center;}
.progress_bar li .intro h4 { font-size: 14px; line-height: 28px; font-family: "Microsoft YaHei"; color: #333333; font-weight: normal;}
.progress_bar li .intro span { font-size: 14px; line-height: 28px; font-family: "Microsoft YaHei"; color: #333333; font-weight: normal;}
.progress_bar li .intro p { color: #626262; display: block; font-size: 12px; font-family: "宋体"; line-height: 18px; text-align: center;}
.progress_bar li span:last-child {no-repeat scroll -45px 0; no-repeat scroll -45px 0; display: block; height: 46px; width: 45px;}
.progress_bar li.past span { background-position: right top;}
.progress_bar li.current .intro h4 { color: #66410c;}
.progress_bar li.current .intro span:first-child { color: #66410c;}
.progress_bar li.current .intro p { color: #66410c; font-size: 14px; line-height: 18px; font-family: "Adobe 黑体 Std", "Microsoft YaHei"; display: block; margin-top: 3px;}
.progress_bar li.current span { background-position: left top;}
#visit_process_list_outter { padding: 30px 0 16px; margin: 0px auto 0px;}
.visit_process_list .jcarousel-clip,.visit_process_list { height: auto; overflow: hidden; position: relative; margin:0px auto;}
.visit_process_list dl dt a.more span,.process li span,#top_nav .search_box,.check_submit,.login_btn {no-repeat scroll 0 0;}
.prevBtn,.nextBtn{ background: url(/skin/Fine/images/slider-arrow.png) -60px -64px #000 no-repeat; background-size:120px 92px; cursor:pointer; filter:alpha(opacity=50); opacity:0.5;}
.prevBtn { height: 40px; left: 2%;  position: absolute; top: 33%; width: 28px; z-index: 2;}
.nextBtn { background-position:0px -64px; height: 40px; position: absolute; right:2%; top: 33%; width: 28px; z-index: 2;}
.prevBtn:hover,.nextBtn:hover{ display:block; filter:alpha(opacity=80); opacity:0.8;}
.visit_process_list .jcarousel-item { height: auto; width: 783px;}
.visit_process_list li { width:100%; float:left; height: auto; position: relative;}
.visit_process_list dl { position: relative;}
.visit_process_list dl dd.image { height: 157px; width: 30%;}
.visit_process_list dl dd.image img{ max-width:90%;}
.visit_process_list dl dt { width: 44%; margin-left: 12px;}
.visit_process_list dl dt h3 { font-family: "Microsoft YaHei"; color: #333; line-height: 32px; padding-bottom: 10px; font-weight: normal; text-align: left;}
.visit_process_list dl dt p { clear: both; color: #666666; font: 200 "微软雅黑"; padding-top: 4px; line-height:20px;}
.visit_process_list dl dt a.more { color: #66410c; display: block; float: left; height: 20px; padding: 0 0 0 10px; position: relative; width: 400px;}
.visit_process_list dl dt a { color: #66410c;}
.fwlc_right { width: 26%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.gh { height: 434px; margin: auto; background: url(/skin/Fine/images/ghbg.jpg) center top no-repeat; background-size:100% 434px;}
.gh_tit { text-align: center; padding-top: 18px;}
.gh_tit span { color: #fff; font-family: "Microsoft YaHei";}
.gh_tit p { color: #fff600; padding-top: 8px;}
.gh_line { border-top: 1px solid #6b6256; border-bottom: 1px solid #9c968d; width: 98%; margin: 14px auto 14px;}
.gh_cont { width: 100%; margin: auto;}
.gh_cont label { color: #fff;}
.gh_cont p { margin-top: 28px;}
.gh_cont p input { width: 48%; height: 28px; border: 1px solid #bdb9b3; background: none; cursor:pointer;}
.gh_cont p select{ width: 48%;height: 28px;border: 1px solid #bdb9b3;background: none; color:#fff; padding-left:10px;}
.gh_cont p select option { background:#666;}
.gh_cont p textarea { width: 48%; height: 60px; border: 1px solid #bdb9b3; background: none; vertical-align: middle; cursor:pointer;}
.gh_sub { width: 32%; height: 30px; line-height: 30px; text-align: center; background: #e1d0a0; color: #000000; margin:28px auto 0px; cursor: pointer; border:none}
.gh_sub:hover{ background:#4e4137; color:#fff;}
@media (max-width:1160px) {
.fwlc .pcshow{ display:none;}	
.fwlc_left{margin-bottom:24px;}
}
@media (max-width:784px) {
.visit_process_list dl dd.image{ width:30%; margin-left:-15%;}
.visit_process_list dl dt{ width:40%;}	
}
@media (max-width:680px) {
.visit_process_list dl dd.image{ width:30%; margin-left:-28%;}
.visit_process_list dl dt{ width:40%;}	
}
@media (max-width:640px) {
.fwlc_tab li .fwlc_tab01yu{ width:42px; height:42px; font-size:24px;}
}
@media (max-width:600px) {
.visit_process_list dl dd.image{ display:none !important; margin-left:0px;}
.visit_process_list dl dt{ width:70%; margin-left:0px;}	
}
@media (max-width:520px) {
.visit_process_list dl dt{ width:50%; margin-left:-48%;}
.fwlc_tab li img{ margin-right:6px; max-width:62%;}		
}
@media (max-width:410px) {
.visit_process_list dl dt{ width:38%; margin-left:-60%;}	
.fwlc_tab li img{ margin-right:4px; max-width:56%;}		
}
/* 送修流程结束 */
/* 服务项目开始 */
.lao05{ width:100%; margin:0px auto 24px; background:url(/skin/Fine/images/ls15.jpg) center top no-repeat; background-size:100% 100%; background-attachment:fixed; padding:60px 0px;}
.lao05a{ margin:0px auto 24px; position:relative;}
.lao05aa{ width:35%;}
.lao05aa_a{ width:96%; margin:0px auto; padding:20px 2%;}
.lao05aa_a h3{ margin-bottom:24px;}
.lao05aa_a h3 .lao05aa_aa{ color:#c40d2e; margin-right:8px; font-weight:bold; font-size:52px; line-height:52px;}
.lao05aa_a h3 .lao05aa_ab{ color:#060404; font-weight:bold; line-height:30px; padding-top:4px;}
.lao05aa_a p{ margin:0px auto;}
.lao05aa_a p,.lao05aa_a p a{ color:#060404; line-height:30px;}
.lao05aa_b{ border-bottom:1px solid #c40d2e;}
.lao05ab{ width:30%;}
.lao05ab img{ max-width:80%;}
.lao05ac{ width:35%;}
@media (max-width:780px) {
.lao05{ background:url(/skin/Fine/images/ls15sj.jpg) center top no-repeat; background-size:100% 100%; background-attachment:fixed;}
.lao05aa{ width:100%;}
.lao05ab{ width:100%;}
.lao05ab img{ max-width:40%;}
.lao05ac{ width:100%;}
.lao05 .pcshow{display: none !important;}
.lao05 .sjshow{display: flex !important;}
}
@media (max-width:480px) {
.lao05ab img{ max-width:60%;}	
}
/* 服务项目结束 */
/* 评价开始 */
.lao07{ width:100%; padding:30px 0px;}
.lao07a{ margin:0px auto 24px; position:relative; overflow:hidden; padding-top:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pjtop{margin-bottom: 50px;height: 230px;background: #b7935e;color: #fff;}
.pjtop h3{margin-bottom: 12px;}
.pjtopxj{margin-bottom: 32px; color:#020202; padding-top:12px;}
.pjtopxjsp{margin-right: 10px;}
.pjtopxjsp span{font-size: 14px;line-height: 14px; background:#ff6633; color:#fff; padding:2px; border-radius:2px;}
.pjtopxj>span{margin-right: 10px;}
.pjtopxj>span:last-child{margin-right: 0;}
.pjtop .coma{border: 1px solid #fff;margin: 0 auto;}
.pjtop .coma:hover{background: #fff;color: #b7935e;}
.pjcon{margin-bottom: 60px;}
.pjone{padding: 35px 0;box-shadow: 0px 0px 5px #999;margin-bottom: 35px; width:100% !important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pjtx{width: 10%;max-width: 139px;margin-right: 3.6%;position: relative;}
.pjtx img:nth-child(1){width: 100%;display: block;}
.pjtx img:nth-child(2){position: absolute;right: 8px;top: 86px;}
.pjrel{width: 80%;}
.pjreltop{margin-bottom: 15px;}
.pjrelnc{margin-bottom: 6px;}
.pjrelnc span:nth-child(1){color: #c40d2e;}
.pjrelnc span:nth-child(2){margin-left: 8px;padding: 1px 6px;background: #fabc00;border-radius: 3px;color: #fff;font-size: 12px;line-height: 13px;}
.pjrelxj span{font-size: 18px;line-height: 18px;margin-right: 3px;color: #ff6633;}
.pjrelinfo{margin-bottom: 20px;}
.pjrelinfo p{line-height: 25px;color: #c40d2e;text-align: left;}
.pjrelinfo p .lwc{color: #c40d2e;}
.pjrelimg{margin-bottom: 25px;overflow: hidden;}
.pjrelimg img{width: 100%;}
.pjrelelse span{color: #717171;margin: 0 5px;}
.pjbtm>.tit h3{margin-bottom: 36px;}
.pjbtm>.tit .coma:hover{background: #742f1c;}
@media (max-width:1200px) {
.pjtop h3 {margin-bottom: 6px;}
.pjtopxj {margin-bottom: 18px;}	
.pjtop {margin-bottom: 35px;height: 175px;}
.pjtx {margin-right: 2.6%;}
.pjrel {width: 80%;}
.pjone {padding: 23px 0;margin-bottom: 20px;}
.pjrelxj span {font-size: 13px;line-height: 13px;margin-right: 2px;}
.pjrelinfo p {line-height: 20px;}
.pjreltop {margin-bottom: 10px;}
.pjrelinfo {margin-bottom: 13px;}
.pjrelimg {margin-bottom: 12px;}
.pjcon {margin-bottom: 40px;}
.pjbtm>.tit h3 {margin-bottom: 22px;}
.pjbtm>.tit{margin-bottom: 0;}
}
@media (max-width:640px) {
.pjtop {margin-bottom: 21px;height: 130px;}
.pjtop .coma{width: 40%;line-height: 30px;}
.pjtopxj {margin-bottom: 12px;}
.pjcon{width: 100%;}
.pjone{box-shadow: initial;padding: 0;margin-bottom: 25px;}
.pjtx {width: 19%;margin-right: 2%;}
.pjrel {width: 75%;}
.pjrelinfo p{font-size: 10px;line-height: 18px;}
.pjrellsfr{display: none;}
.pjrellsfl span:nth-child(1){display: none;}
.pjrellsfl span{font-size: 8px;line-height: 8px;}
.pjrelimg {margin-bottom: 6px;}
.pjtx img:nth-child(2) {width: 16px;right: 1px;top: 52px;}
.pjbtm{padding: 20px 0;background: #f5f5f5;}
.pjbtm .ghfm6{margin-bottom: 0;}
.pjbtm .tit .coma{width: 40%;}
.pjbtm>.tit{padding-bottom: 20px;border-bottom: 1px solid #fff;margin-bottom: 18px;}
.pjbtm>.tit h3{margin-bottom: 11px;}
.coma {line-height: 32px;border-radius: 26px;width: 40%;}	
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal{top: 99% !important;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #c40d2e !important;}
.jxbtn{position: absolute;width: 42px;height: 42px;background: rgba(132,12,21, 0.59);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(142,33,41, 1);color: rgba(255,255,255,1);}
/* 评价结束 */
/* 常见问题开始 */
.wtul{height: 60px;background: #203880;}
.wtul li{color: #fff;margin: 0 102px;cursor: pointer;}
.wtul li.on{color: #c8a21d;}
.wtul li:first-child{margin-left: 0;}
.wtul li:last-child{margin-right: 0;}
.wtone{display: none;}
.wtone.on{display: flex;}
.wtfl{width: 36%;display: block;overflow: hidden;}
.wtfl img{width: 100%;transition: all 1.5s;-webkit-transition: all 1.5s;-moz-transition: all 1.5s;-ms-transition: all 1.5s;-o-transition: all 1.5s;}
.wtfl: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);}
.wtfr{width: 58%;}
.wttop{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #8c7a66;}
.wttop h3{font-size: 21px;line-height: 21px;margin-bottom: 26px;}
.wttop p{line-height: 26px;}
.wtbtm li{position: relative;margin-bottom: 5px;}
.wtbtm li a{display: block;line-height: 23px;width: 78%;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;}
.wtbtm li a span{position: absolute;right: 0;top: 0;}
.wtbtm li a:hover{color: #c8a21d;}

@media (max-width:1200px) {
	.wtul {height: 36px;}
	.wtul li {margin: 0 10%;}
	.wtfl {width: 41%;}
	.wtfr {width: 56%;}
	.wttop p {line-height: 21px;}
	.wttop h3 {font-size: 18px;line-height: 18px;margin-bottom: 10px;}
	.wttop {padding-bottom: 13px;margin-bottom: 13px;}
	.wtbtm li a {line-height: 24px;}
}
@media (max-width:640px) {
	.wtcon{width: 100%;}
	.wtul{background: none;height: initial;}
	.wtul li {margin: 0 3%;padding: 5px 12px;background: #081b47;color: #fff;border-radius: 5px;}
	.wtul li.on{background: #c8a21d;color: #fff;}
	.wtfl{margin-bottom: 16px;width: 100%;}
	.wtfr{width: 96%;padding: 0 2%;}
	.wttop h3 {font-size: 15px;line-height: 15px;margin-bottom: 7px;}
	.wttop p {line-height: 18px;}
	.wttop {padding-bottom: 11px;margin-bottom: 11px;}
	.wtbtm li {margin-bottom: 4px;}
}
/* 常见问题结束 */
/* 地区专题页样式结束 */