/* reset */
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,
dl,
dt,
dd,
ol,
nav ul,
nav 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

	--border-color: hsl(295, 100%, 63%);
}

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

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

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

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

/* start editing from here */
a {
	text-decoration: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

main {
	margin-top: 143px;
	/*根据头部高度调整*/
}

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

/* text align right */
.txt-lt {
	text-align: left;
}

/* text align left */
.txt-center {
	text-align: center;
}

/* text align center */
.float-rt {
	float: right;
}

/* float right */
.float-lt {
	float: left;
}

/* float left */
.clear {
	clear: both;
}

/* clear float */
.pos-relative {
	position: relative;
}

/* Position Relative */
.pos-absolute {
	position: absolute;
}

/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
	display: block;
}

/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}

/* horizontal menu */
img {
	max-width: 100%;
}

/*end reset*/
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
	width: 80%;
	margin: 0 auto;
}

.contact-info {
	float: left;
	margin-top: 9px;
}

.socialmedia-widget {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icons {
	float: right;
}

.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/social-icons.png);
}

.contact-info1 {
	font-weight: normal;
	color: #BBB;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-icons li:first-child {
	border-left: 1px solid rgba(231, 231, 231, 0.73);
}

.social-icons ul li:first-child,
ol li:first-child {
	margin-top: 0px;
}

.social-icons li {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid rgba(231, 231, 231, 0.73);
	background: none;
	padding: 0px;
	margin: 0;
}

.social-icons a.facebook:hover {
	background-position: 0px bottom;
}

.social-icons a.facebook {
	background-position: 0px top;
}

.social-icons li a {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -9999px;
	background: transparent url(../images/social-icons.png);
}

.social-icons a.twitter {
	background-position: -40px top;
}

.social-icons a.twitter:hover {
	background-position: -40px bottom;
}

.social-icons a.googleplus {
	background-position: -440px top;
}

.social-icons a.googleplus:hover {
	background-position: -440px bottom;
}

.social-icons a.pinterest {
	background-position: -480px top;
}

.social-icons a.pinterest:hover {
	background-position: -480px bottom;
}

.social-icons a.dribbble {
	background-position: -160px top;
}

.social-icons a.dribbble:hover {
	background-position: -160px bottom;
}

.social-iconst a.dribbble:hover {
	background-position: -160px bottom;
}

.social-icons a.vimeo {
	background-position: -120px top;
}

.social-icons a.vimeo:hover {
	background-position: -120px bottom;
}

.logo {
	float: left;
}

.top-nav {
	float: right;
}

.top-nav ul li {
	display: inline-block;
	float: left;
}

.top-nav li.active>a,
.top-nav li>a:hover {
	background: #D63B37;
	color: #FFF;
}

.top-nav ul li a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	color: #FFF;
	padding: 30px;
	display: block;
	text-transform: uppercase;
}

.header {
	background: #313232;
	border-bottom: 5px solid #D63B37;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/*---start-content----*/
.top-grid {
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
}

.top-grid h3 {
	color: #313232;
	font-size: 2em;
}

.top-grid p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #777;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
}

.top-grid img {
	display: inline-block;
	background: #D63B37;
	padding: 5px
}

.button {
	color: #D63B37;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 1em 1.5em;
	border: 1px solid #EEE;
	display: inline-block;
}

.button:hover {
	background: #D63B37;
	color: #FFF;
}

.top-grids {
	margin: 3em 0;
}

.last-topgrid {
	margin: 0;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/*---mid-grid-----*/
.mid-grids {
	background: #EEEEEE;
	padding: 3.5em 0 1em 0;
}

.mid-grid {
	width: 20.7%;
	float: left;
	margin: 0 3% 3% 0;
}

.mid-grid h3 {
	color: #D63B37;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0.5em 0 0 0;
}

.mid-grid img {
	background: #FFF;
	padding: 5px;
	box-shadow: 0px 0px 1px #DDD;
	/* -webkit-filter: grayscale(100%); */
	opacity: 5;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
	width: 100%;
}

.mid-grid img:hover {
	opacity: 1;
}

.mid-grid p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #777;
	line-height: 1.5em;
	margin: 0.5em 0;
}

.mid-button {
	color: #313232;
	background: url(../images/arrow.png) no-repeat 100% 50%;
	text-transform: uppercase;
	font-size: 0.875em;
	padding: 0px 8px 0px 0px;
}

.mid-button:hover {
	background: url(../images/arrow1.png) no-repeat 100% 50%;
}

#last {
	margin: 0;
}

/*---start-p-sections----*/
.p-sections h3 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #EEE;
	margin-bottom: 0.5em;
}

.p-sections ul {
	float: left;
	width: 20%;
}

.p-sections ul li:before {
	content: url(../images/marker.png);
	padding-right: 12px;
	margin-bottom: 3px;
	display: inline-block;
}

.p-sections ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #D63B37;
}

.p-sections ul li a:hover {
	color: #313232;
}

.p-sections {
	padding: 1.5em 0;
}

/*---box---*/
.gallery {
	float: left;
	width: 70%;
}

.gallery h3 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #EEE;
	margin-bottom: 0.5em;
}

.gallery ul li {
	display: inline-block;
	width: 24.5%;
}

.gallery img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
}

.gallery img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}

.terminals {
	float: right;
	width: 28%;
}

.terminals h3 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #EEE;
	margin-bottom: 0.5em;
}

.terminals p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #777;
	line-height: 1.8em;
	margin: 0.5em 0;
}

.terminals p:before {
	content: url(../images/quotes_alt.png);
	padding-right: 10px;
}

.terminals span {
	float: right;
	color: #D63B37;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.875em;
}

.terminals span a {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3C3C3C;
	font-size: 1.2em;
	line-height: 1.8em;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.terminals span a:hover {
	color: #D63B37;
}

.box {
	margin: 2em 0 1em 0;
}

/*----start-footer-----*/
.footer {
	background: #EEEEEE;
	padding: 2em 0;
	margin-top: 2.2em;
}

.footer-grid {
	float: left;
	width: 25%;
}

.footer-grid ul li:before {
	content: url(../images/marker1.png);
	padding-right: 10px;
	margin-bottom: 0.5em;
	display: inline-block;
}

.footer-grid ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #777;
	margin: 0.5em 0;
	text-transform: uppercase;
}

.footer-grid ul li a:hover {
	padding-left: 10px;
	color: #d63b37;
}

.footer-grid h3 {
	color: #313232;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	text-transform: uppercase;
}

/*---start-copy-right-----*/
.copy-right {
	padding: 1em 0;
	background: #313232;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	position: relative;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.copy-right p {
	color: #FFF;
}

.copy-right p a {
	color: #D63B37;
}

.copy-right p a:hover {
	color: #FFF;
}

/*** move top **/
.scroll {
	width: 48px;
	height: 48px;
	border: none;
	display: block;
	text-indent: 100%;
	background: url(../images/top-icon.png) no-repeat right top;
	position: absolute;
	right: 14px;
	bottom: 5px;
}

.scroll:hover {
	opacity: 0.8;
}

/*---start-about----*/
.banner {
	z-index:
}

.top-head {
	margin-top: -300px;
}

.about-left {
	width: 70%;
	float: left;
}

.about-tip {
	font-family: Arial, sans-serif;
	color: #D63B37;
	font-size: 0.875em;
	display: block;
	padding: 1em 0 0 0;
	line-height: 1.8em;
}

.about-left h2 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.about-left p {
	font-family: Arial, sans-serif;
	color: #777;
	font-size: 0.875em;
	display: block;
	padding: 1em 0;
	line-height: 1.8em;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}

.about {
	margin-top: 2em;
}

/*----about-histore----*/
.about-histore {
	/* border-bottom: 1px dashed rgba(0, 0, 0, 0.06); */
}

.about-histore h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #313232;
	font-size: 1.5em;
	text-transform: uppercase;
}

.about-histore ul li span {
	color: #777;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 13px;
	float: left;
	/* background: #EEE; */
	/* opacity: 0.5; */
}

.about-histore ul li p {
	font-size: 0.8125em;
	color: #777;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
	padding: 0px 0px 20px 0px;
	float: right;
	width: 91%;
	border: none;
}

.about-histore ul li p label {
	color: #D63B37;
	display: block;
}

.about-sidebar {
	float: right;
	width: 28%;
}

.about-sidebar h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #313232;
	font-size: 1.5em;
	text-transform: uppercase;
}

.about-sidebar ul li a {
	display: block;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #777;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.about-sidebar ul li a:hover {
	color: #D63B37;
}

.about-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker1.png) 0 19px no-repeat;
	padding: 9px 10px 8px 18px;
}

/*---start-services----*/
.services-grid {
	width: 25%;
	float: left;
}

.services-grid a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}

.services-grid a:hover {
	color: #D63B37;
}

.services-grid p {
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

.services h3 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.services {
	margin-top: 2em;
}

/*-----pagenotfound------*/
.pagenotfound {
	text-align: center;
	padding: 4em 0 0 0;
}

.pagenotfound h1 {
	font-size: 2em;
}

/*----blog----*/
.blog {
	margin-top: 2em;
}

.blog h4 {
	color: #313232;
	font-size: 1.5em;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/*  GRID OF Content with Image   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5% 0;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}

.grid:first-child {
	margin-left: 0;
}

.images_3_of_1 {
	width: 30.2%;
	position: relative;
}

.images_3_of_1 span img {
	position: absolute;
	top: 0px;
	left: -2px;
}

.span_2_of_3 {
	width: 68.1%;
}

.images_3_of_1 img {
	max-width: 100%;
	display: block;
}

.span_2_of_3 h3 a {
	font: 400 24px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #626262;
	text-align: left;
	text-transform: uppercase;
}

.span_2_of_3 p {
	font: 400 13px/20px Arial;
	color: #9b9b9b;
	padding: 13px 0px;
}

.span_2_of_3 .button1 {
	margin-top: .3em;
	line-height: 1.9em;
}

.span_2_of_3 .button1 a {
	color: #D63B37;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 1em 1.5em;
	border: 1px solid #EEE;
}

.span_2_of_3 .button1 a:hover {
	background: #D63B37;
	color: #fff;
	transition: all 0.3s;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 90%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.wrap {
		width: 95%;
	}

	.image {
		padding: 3%;
	}

	.grid {
		margin: 0;
	}

	.images_3_of_1 {
		width: 100%;
		padding: 2% 0 2% 0;
	}

	.span_2_of_3 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {

	.wrap {
		width: 95%;
	}

	.image {
		padding: 4%;
	}

	.grid {
		margin: 0;
	}

	.images_3_of_1 {
		width: 100%;
		padding: 2% 0 2% 0;
	}

	.span_2_of_3 {
		width: 100%;
	}
}

/*----artical-links---*/
.artical-links {
	padding: 10px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}

.artical-links ul li {
	display: inline-block;
}

.artical-links ul li:last-child {
	float: right;
}

.artical-links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}

.artical-links ul li a {
	font: 400 14px/22px Arial;
	color: #cbcbc3;
	padding-left: 20px;
}

.artical-links ul li a:hover {
	text-decoration: underline;
}

/*---single-page----*/

.single-page-top-patination ul li {
	display: inline-block;
}

.single-page-top-patination ul li a {
	border-right: 1px solid rgba(192, 192, 192, 0.33);
	padding-right: 20px;
	color: #D63B37;
	font: 400 15px/22px Arial;
}

.single-page-top-patination ul li a:hover {
	text-decoration: underline;
}

.single-page-top-patination p {
	font: 400 15px/22px Arial;
	color: #cbcbc3;
	padding-left: 20px;
}

.single-page-top-patination {
	padding: 15px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin-top: 20px;
	border-right: none;
}

.artical-content h3 {
	font: 400 24px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding: 15px 0px;
	text-transform: uppercase;
}

.artical-content p {
	font: normal 15px/22px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	padding: 13px 0px;
}

/*----share-artical----*/
.share-artical h3 {
	font: 400 30px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding: 17px 0px 28px 0px;
}

.share-artical ul li {
	display: inline-block;
	padding-right: 10px;
}

.share-artical ul li img {
	vertical-align: text-top;
	padding-right: 7px;
}

.share-artical ul li a {
	font: 400 14px/22px Arial;
	color: #cbcbc3;
	padding-left: 20px;
}

.share-artical ul li a:hover {
	text-decoration: underline;
}

.blog-top-patination ul li {
	display: inline-block;
}

.blog-top-patination ul li a {
	border-right: 1px solid rgba(192, 192, 192, 0.33);
	padding-right: 20px;
	color: #D63B37;
	font: 400 15px/22px Arial;
}

.blog-top-patination ul li a:hover {
	text-decoration: underline;
}

.blog-top-patination p {
	font: 400 15px/22px Arial;
	color: #cbcbc3;
	padding-left: 20px;
}

.blog-top-patination {
	padding: 15px 0px;
	border: 1px solid rgba(192, 192, 192, 0.22);
	border-left: none;
	margin-top: 20px;
	border-right: none;
}

.blog-bottom-paination ul li {
	display: inline-block;
}

.blog-bottom-paination {
	margin: 2em 0
}

.blog-bottom-paination li a {
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}

.blog-bottom-paination li.active>a,
.blog-bottom-paination li>a:hover {
	background: #D63B37;
	color: #fff;
}

/*---comment-box----*/
.table-form {
	width: 100%;
}

.table-form form input[type="text"] {
	border: 1px solid rgba(192, 192, 192, 0.22);
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color: #cbcbc3;
	overflow: hidden;
	width: 40%;
	display: block;
}

.table-form textarea {
	padding: 8px;
	margin-top: 25px;
	outline: none;
	color: #cbcbc3;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width: 70%;
	height: 100px;
	resize: none;
	font: 400 12px/1.2em Arial;
}

.table-form a {
	color: #D63B37;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 1em 1.5em;
	border: 1px solid #EEE;
	display: inline-block;
	margin-top: 0.5em;
}

.table-form a:hover {
	background: #D63B37;
	color: #fff;
	transition: all 0.3s;
}

.artical-commentbox h3 {
	font: 400 30px/28px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #626262;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	margin-top: 15px;
}

/*  Contact Form  ============================================================================= */
.contact {}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child {
	margin-left: 0;
}

.span_2_of_3 {
	width: 63.1%;
	padding: 1.5%;
}

.span_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}

.span_2_of_3 h3,
.span_1_of_3 h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 15px 0px;
	color: #313232;
	font-size: 1.5em;
	text-transform: uppercase;
}

.contact-form {
	position: relative;
	padding-bottom: 30px;
}

.contact-form div {
	padding: 5px 0;
}

.contact-form span {
	display: block;
	font-size: 0.875em;
	color: #454545;
	padding-bottom: 5px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-form input[type="text"],
.contact-form textarea {
	padding: 8px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #313232;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.contact-form input[type="submit"] {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	cursor: pointer;
	color: #D63B37;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 1em 1.5em;
	border: 1px solid #EEE;
	display: inline-block;
	background: #FFF;
	text-decoration: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.contact-form input[type="submit"]:hover {
	background: #D63B37;
	color: #FFF;
}

.contact-form input[type="submit"]:active {
	background: #D63B37;
	color: #FFF;
}

.company_address {}

.company_address p {
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.company_address p span {
	text-decoration: underline;
	color: #454545;
	cursor: pointer;
}

.map {
	margin-bottom: 15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 95%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 94%;
		padding: 3%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		width: 97%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap {
		width: 95%;
	}

	.span_2_of_3 {
		width: 90%;
		padding: 5%;
	}

	.col {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 90%;
		padding: 5%;
	}

	.contact-form input[type="text"],
	.contact-form textarea {
		width: 92%;
	}
}

.contact-footer {
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 28px 0px 0px 0px;
}

/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap {
		width: 90%;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap {
		width: 90%;
	}

	.about-histore ul li p {
		width: 89.8%;
	}

	.services-grid {
		width: 24%;
		margin-right: 1%;
	}

	.span_2_of_3 {
		padding: 0 1.5%;
	}

	.span_2_of_3 h3 {
		padding: 0px;
	}

	.span_2_of_3 p {
		padding: 3px 0px 13px 0;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap {
		width: 90%;
	}

	.about-histore ul li p {
		width: 86.8%;
	}

	.services-grid {
		width: 24%;
		margin-right: 1%;
	}

	.span_2_of_3 {
		padding: 0 1.5% 1.5% 0;
	}

	.span_2_of_3 h3 {
		padding: 0px;
	}

	.span_2_of_3 p {
		padding: 3px 0px 13px 0;
	}

	.top-nav ul li a {
		padding: 30px 20px;
	}

	.mid-grid {
		width: 31.3%;
		margin: 0 2% 1% 0;
	}

	#last {
		display: none;
	}

	.gallery ul li {
		width: 32.5%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap {
		width: 90%;
	}

	.about-histore ul li p {
		width: 86.8%;
	}

	.services-grid {
		width: 24%;
		margin-right: 1%;
	}

	.span_2_of_3 {
		padding: 0 1.5% 1.5% 0;
	}

	.span_2_of_3 h3 {
		padding: 0px;
	}

	.span_2_of_3 p {
		padding: 3px 0px 13px 0;
	}

	.top-nav ul li a {
		padding: 30px 10px;
	}

	.mid-grid {
		width: 29%;
		margin: 0 4% 1% 0;
	}

	#last {
		display: none;
	}

	.gallery ul li {
		width: 24.5%;
	}

	.gallery {
		float: none;
		width: 100%;
	}

	.terminals {
		float: none;
		width: 100%;
		margin-top: 0.5em;
	}

	.about-left {
		width: 100%;
		float: none;
	}

	.about-sidebar {
		float: none;
		width: 100%;
	}

	.grid {
		display: block;
		float: none;
		margin: 0%;
	}

	.images_3_of_1 {
		width: 100%;
	}
}

.logo-pic {
	width: 180px;
	height: 80px;
}

.head-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* max-width: 960px; */
	width: 110%;
}

.login-box {
	display: inline-block;
	width: 290px;
	text-align: center;
	/* margin-left: 10px; */
	padding: 15px 5px;
}

.login-box span {
	cursor: pointer;
	text-decoration: none;
	color: #fff !important;
	font-size: 18px !important;
	margin: 0 10px;
}

.login-box span:hover {
	cursor: pointer;
	color: #D63B37;
}

@media (max-width: 768px) {
	.search-box {
		display: none;
	}
}

@media (max-width: 480px) {
	.search-box {
		display: none;
	}

	.login-box {
		display: none;
	}
}

.login-pop {
	width: 720px;
	height: auto;
	background-color: white;
	/* z-index: 205; */
	position: absolute;
	top: 0%;
	left: calc(50% - 360px);
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 0 20px 0;
	visibility: hidden;
	z-index: 1001;
}

.login-pop-show {
	position: fixed;
	visibility: visible;
	top: 15%;
	transition: all 0.5s ease;
	z-index: 1001;
}

.red-star::before {
	content: "*";
	/* 插入内容为**/
	color: red;
	/*设置颜色为红色*/
	margin-right: 5px;
	/*可选：设置*号与文本之间的间距 */
}


.pop-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 204;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.4;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.5s ease;
}

.add-item {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
}

.add-item span {
	margin-bottom: 10px;
	width: 120px;
	text-align: left;
}

.add-item input {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 6px;
	outline: none;
}

.add-item textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 6px;
	outline: none;
}

.add-item2 {}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 8px 12px;
	cursor: pointer;
}

.btn-cancel {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	border-radius: 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 8px 12px;
	cursor: pointer;
}

.red {
	color: red;
}

.main-box {
	padding-bottom: 200px;
	padding-top: 20px;
	width: 100%;
	background-color: rgb(240, 240, 240);
}

.info-box {
	width: 100%;
	max-width: 1080px;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

.info-control {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgb(240, 240, 240);
}

.info-btn {
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: start;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.btn-default {
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	font-size: 14px;
}

.btn-default-selected {
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 6px;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 8px 12px;
	cursor: pointer;
}

.btn-cancel {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	border-radius: 6px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 8px 12px;
	cursor: pointer;
}

.info-list {
	list-style: none;
	padding: 0 6px;
	box-sizing: border-box;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1rem;
	overflow: hidden;
}

.info-item {
	/* width: 100%; */
	padding: 1.5rem 20px 1.5rem 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
	border: 1px solid #DCDFE6;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.info-item img {
	width: 96px;
	height: 96px;
	cursor: pointer;
}

.info-item:hover {
	/* background-color: #C4E1FF; */
	/* border: none; */
}

.info-item:hover::before {
	content: '';
	position: absolute;
	left: -3%;
	height: 90%;
	width: 120%;
	background-color: var(--border-color);
	animation: animate 6s linear infinite;
}

.info-item:hover::after {
	content: "";
	position: absolute;
	background-color: #fff;
	inset: 2px;
}

@keyframes animate {
	0% {
		transform: rotate(calc(30deg * var(--delay-coef)))
	}

	100% {
		transform: rotate(calc(360deg + 30deg * var(--delay-coef)))
	}
}

.info-title {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	cursor: pointer;
}

.info-content {
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 360px;
	overflow: hidden;
	display: block;
	color: #6c757d;
	font-size: 14px;
}

.info-time {
	margin: 10px 0;
	font-size: 12px;
	color: #6c757d;
	display: block;
}

.info-price {
	font-size: 18px !important;
	color: #FFC107 !important;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.logo-title {
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	letter-spacing: 4px;
}

.flex-box-between {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.flex-box-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-box-title {
	width: 100%;
	height: 40px;
}

.point-in {
	cursor: pointer;
	z-index: 1;
}

.contact-info {
	position: absolute;
	top: 60%;
	left: 10%;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.detail-title {
	font-size: 22px;
	font-weight: 600;
	color: #111;
	padding: 10px 20px;
}

.detail-box {
	width: 100%;
	max-width: 960px;
	box-sizing: border-box;
	padding: 12px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
}

.detail-info {
	margin-left: 20px;
}

.detail-item {
	width: 100%;
	margin: 16px 0;
}

.item-title {
	font-size: 18px;
	font-weight: 600;
	color: black;
}

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

.item-time {
	color: #6C757D;
	font-size: 14px;
}

.detail-bottom {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 4px 0 20px 0;
	padding: 0px 0 12px 6px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.detail-bottom img {
	width: 72px;
	height: 72px;
	margin: 0 6px;
}

.detail {
	font-size: 16px;
	line-height: 2em;
}

.line {
	width: 1px;
	height: 10px;
	background-color: rgb(120, 120, 120);
	margin: 0 10px;
}

.contact-info {
	position: absolute;
	top: 60%;
	left: 10%;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.flex-box-end {
	display: flex;
	justify-content: end;
	align-items: center;
}

.codebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 11px;
	font-weight: 500;
	font-family: PingFang SC-Medium, PingFang SC;
	line-height: 15px;
	cursor: pointer;
	padding-left: 10px;
}

.imgUploader {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.imgUploader img {
	width: 72px;
	height: 72px;
}
.codeImageBox{
	display: flex;
	align-items: center;
	justify-content: end;
}
.codeImage{
	margin: 6px 0;
}