@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 cite {}

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;
	color: #ffae00;
	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;
}

.wrap {
	flex-wrap: wrap;
}

.lrzs,
.df {
	justify-content: space-between;
}

.lrcn,
.spjz {
	justify-content: center;
}

.tbcn,
.czjz {
	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-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.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{
	
}
.ow-mod__col-news:nth-child(2){
	padding: 0 1rem;
}
.ow-mod__col-news p{
	margin:0;
	width: 9rem;
}
.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 h1{
	font-size:1.5rem;
	margin: 1rem 0;
	color:#444444;
}
.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;
}
.ow-page-footer a{
	color:#FFF !important;
}
.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 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;
	}
}
@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;
}

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

/*分页*/
.stories-list-pagination{
	padding-bottom:5rem;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #c40d2e;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #c40d2e;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #c40d2e;
	border-color: #c40d2e
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
@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;
	}
}