img:focus,
button:focus {
	outline: none!important;
}

.no-bod {
	border-right: none!important;
}

.no-mrg-left {
	margin-left: 0!important;
}

.no-mrg-right {
	margin-right: 0!important;
}

.menu-right img {
	width: 24px;
}

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;
	font-size: 100%;
	font: inherit;
}


/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1.5;
	overflow-x: hidden;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


/* ================== 
	1.2. TYPOGRAPHY. 
   ================== */

h1 {
	font-size: 24px;
	font-family: "微软雅黑";
}

h2 {
	font-size: 22px;
	font-family: "微软雅黑";
}

h3 {
	font-size: 20px;
	font-family: "微软雅黑";
}

h4 {
	font-size: 18px;
	font-family: "微软雅黑";
}

h5 {
	font-size: 16px;
	font-family: "微软雅黑";
}

h6 {
	font-size: 14px;
	font-family: "微软雅黑";
}

p {
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 2;
}


/* ================== 
	1.3. BUTTOMS. 
   ================== */

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: "微软雅黑";
}

.btn-custom {
	color: #fff;
	background-color: #F27405;
	border-color: #F27405;
	transition: 0.3s;
	padding: 6px 25px;
}

.btn-custom:hover {
	color: #fff;
	background-color: #333D4D;
	border-color: #333D4D;
}

.btn-custom:focus,
.btn-custom.focus {
	box-shadow: none;
}

.btn-custom.disabled,
.btn-custom:disabled {
	color: #fff;
	background-color: #F27405;
	border-color: #F27405;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
	color: #fff;
	background-color: #333D4D;
	border-color: #333D4D;
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 61, 77, 0.5);
}

.btn-transparent {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
	padding: 6px 25px;
}

.btn-transparent:hover {
	color: #fff;
	background-color: #333D4D;
	border-color: #333D4D;
}

.btn-transparent:focus,
.btn-transparent.focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 61, 77, 0.5);
}

.btn-transparent.disabled,
.btn-transparent:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-transparent:not(:disabled):not(.disabled):active,
.btn-transparent:not(:disabled):not(.disabled).active,
.show>.btn-transparent.dropdown-toggle {
	color: #fff;
	background-color: #333D4D;
	border-color: #333D4D;
}

.btn-transparent:not(:disabled):not(.disabled):active:focus,
.btn-transparent:not(:disabled):not(.disabled).active:focus,
.show>.btn-transparent.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(51, 61, 77, 0.5);
}


/* ==========================================================================
   	2. LAYOUT MODULE.
   ========================================================================== */


/* ================== 
	2.1 SPACING AND ALIGNMENT. 
   ================== */

.container {
	width: 1200px !important;
	max-width: 1200px !important;
	margin: auto;
}

.container-fluid {
	margin: 40px auto 40px auto;
}

.color-background {
	padding: 5px 0px 5px 0px;
}


/* ================== 
	2.2 HEADER. 
   ================== */

.main-header {
	width: 100%;
	background: #FFF;
}

.main-header .container {
	margin-top: 0px;
}

.top-header {
	height: 50px;
	transition: 0.5s;
	background: #FFC428;
	padding: 15px 0px 15px 0px;
	transition: 0.3s;
}

.top-header p {
	color: #333;
	transition: 0.3s;
	font-size: 15px;
	line-height: 1.4;
}

.leftside {
	float: left;
	color: #FFF;
}

.leftside p {
	color: #333;
}

.rightside {
	float: right;
}

.social-items {
	display: inline-block;
	margin-right: 10px;
}

.rightside .social-items .fa {
	font-size: 16px;
	transition: 0.3s;
	color: #333;
}

.rightside .social-items .fa:hover {
	color: #2D527C;
}

.location-top {
	display: inline-block;
	margin-right: 10px;
}


/* ================== 
	2.3 CAROUSEL. 
   ================== */

.carousel-inner {
	height: 0px;
}

.carousel-caption {
	position: absolute;
	top: 35%;
	bottom: 0;
	text-align: left;
	color: #FFF;
}

.carousel-caption h1 {
	font-size: 50px;
	font-family: duanning;
}

.carousel-caption h1 .spot {
	font-size: 40px;
	font-family: simkai;
	border: none;
}

.carousel-caption h1 span {
	border-bottom: 0.8px solid #fff;
}

.carousel-caption .line {
	height: 0.8px;
	background-color: #fff;
	width: 60%;
}

.carousel-caption h6 {
	font-size: 16px;
	text-transform: uppercase;
}

.carousel,
.carousel-item,
.active {
	height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.carousel-pic {
	width: 30%;
	height: 100%;
	margin-left: 5%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: cover;
	float: left;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

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

.inner-btn {
	display: inline-block;
	margin-right: 10px;
}

.no-touch .cd-top:hover {
	background-color: #FFC428;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}


/* ======================== 
	2.8 TESTIMONIAL.
   ======================== */

.testimonial-section {
	min-height: 200px;
}

.avatar {
	width: 100px;
	height: 100px;
	margin: auto;
}

.avatar img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-quote {
	margin: 15px 100px 5px 100px;
}

.testimonial-quote p {
	text-align: center;
	font-size: 15px;
	color: #999999;
	font-weight: normal;
}

.autor h6 {
	text-align: center;
	margin-bottom: 20px;
}

.testimonial {
	text-align: center;
	max-width: 850px;
	margin: 10px auto 10px auto;
}

.flickity-page-dots .dot.is-selected {
	background: #333D4D;
}

.testimonials {
	padding: 20px 15px 20px 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.testimonials-services {
	margin: -50px auto 20px auto;
}

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%
}

.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 0%;
	background: #fff;
	background: hsla(0, 0%, 100%, .75);
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
	background: #fff
}

.flickity-prev-next-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #09F
}

.flickity-prev-next-button:active {
	filter: alpha(opacity=60);
	opacity: .6
}

.flickity-prev-next-button.previous {
	left: 10px
}

.flickity-prev-next-button.next {
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px
}

.flickity-prev-next-button:disabled {
	filter: alpha(opacity=30);
	opacity: .3;
	cursor: auto
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%
}

.flickity-prev-next-button .arrow {
	fill: #333
}

.flickity-prev-next-button.no-svg {
	color: #333;
	font-size: 26px
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -5px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1
}

.flickity-rtl .flickity-page-dots {
	direction: rtl
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 30px;
	height: 3px;
	margin: 0 8px;
	background: #999999;
	border-radius: 0%;
	filter: alpha(opacity=25);
	opacity: .25;
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100);
	opacity: 1
}


/* ======================== 
	2.9 CUSTOMERS.
   ======================== */

.customers-slider {
	padding: 0px;
}

.slick-dots {
	text-align: center;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	display: none;
}

.slick-dots li.slick-active button {
	background-color: #999;
}

.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #fff;
	border: solid 1px #999;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.slick-dots li :hover {
	background-color: #999;
}

.responsive {
	clear: both;
}

.responsive div img {
	margin-left: auto;
	margin-right: auto;
}

.span-item img {
	width: 100%;
}


/* ======================== 
	2.10 IMAGE GALLERY.
   ======================== */


/* ========== #IMAGE GALLERY STYLE 1 ========== */

.magnific-img img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	border-radius: 0px;
}

.magnific-img {
	display: inline-block;
	width: 32.3%;
}

a.image-popup-vertical-fit {
	cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-arrow-left:before {
	border-right: none !important;
}

.mfp-arrow-right:before {
	border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
	opacity: 0 !important;
	transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
	opacity: 1 !important;
}


/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

.magnific-img .image-popup-vertical-fit img a:link {
	text-decoration: none;
	border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
	text-decoration: none;
	border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
	text-decoration: none;
	border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
	text-decoration: none;
	color: #000;
	border: solid 2px #000;
}


/* ======================== 
	2.11 VIDEO POPUP.
   ======================== */


/* ========== #IMAGE LIGHTBOX ========== */

.images-group {
	display: flex;
	flex-wrap: wrap;
}

.images-group .image {
	width: 100%;
	cursor: pointer;
}

.image img {
	width: 100%;
}

.lightbox {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.lightbox .mobile {
	width: 100%;
	height: auto;
}

.lightbox span {
	color: white;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

.lightbox p {
	color: white;
	font-size: 20px;
	text-align: center;
	word-wrap: break-word;
	position: relative;
	margin: 0;
}

.lightbox.active {
	visibility: visible;
	opacity: 1;
}

.placeholder {
	width: 100%;
	height: 1500px;
}


/* ========== #YOUTUBE POPUP ========== */

.popup-youtube .video-image {
	position: relative;
	display: inline-block;
}

.popup-youtube .video-image img {
	width: 100%
}

.popup-youtube .video-image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent url(http://www.bolan.rexun.cn/static/img/master/play-btn.png) center center no-repeat;
}

.popup-youtube .video-image img a:link {
	text-decoration: none;
	color: #FFF;
}

.popup-youtube .video-image img a:visited {
	text-decoration: none;
	color: #FFF;
}

.popup-youtube .video-image img a:hover {
	text-decoration: none;
	color: #FFF;
}

.popup-youtube .video-image img a:active {
	text-decoration: none;
	color: #FFF;
}


/* ========== #MODAL POPUP STYLE 1 ========== */

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

.modal-box p {
	margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content {
	background: #FFF;
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	padding: 10px 20px 10px 20px;
}

.close {
	color: #000;
}

@media (min-width: 992px) {
	.modal-md {
		width: 600px;
	}
}


/* ==========================================================================
   	3. PAGES MODULE.
   ========================================================================== */


/* ================== 
	3.1. THEME PAGES COMMON STYLES. 
   ================== */

.pages-header {
	background-image: url("http://www.bolan.rexun.cn/static/img/images/img81.jpg");
	height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.section-heading {
	width: 100%;
	position: absolute;
	bottom: 20px;
}

.section-heading .container {
	margin: 0px auto 0px auto;
}

.span-title h1 {
	color: #FFF;
}

.span-title p {
	color: #FFF;
}

.section-title h3 {
	text-align: center;
}

.section-title {
	margin-bottom: 30px;
	padding: 0px 160px 0px 160px;
}

.section-title p {
	text-align: center;
	color: #8C8C8C;
	margin-top: 10px;
}

hr.center {
	width: 80px;
	border-top: 2px solid #FFC428;
	margin: 15px auto 15px auto;
}


/* ================== 
	3.2. ABOUT PAGE. 
   ================== */


/* ========== #ABOUT ONE ========== */

.about-pic img {
	width: 100%;
}

.about-content h6 {
	line-height: 2;
	margin: 2px 0px 5px 0px;
	color: #F27405;
}

.about-content p {
	line-height: 1.7;
	margin-bottom: 15px;
}

.thumbnail-employee {
	display: block;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	padding: 40px 0px 40px 0px;
}

.employee-pic {
	width: 180px;
	margin: auto;
}

.thumbnail-employee img {
	width: 100%;
	border-radius: 50%;
}

.thumbnail-employee>img,
.thumbnail-employee a>img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

a.thumbnail-employee:hover,
a.thumbnail-employee:focus,
a.thumbnail-employee.active {
	border-color: #337ab7;
}

.thumbnail-employee .caption {
	padding: 9px;
	text-align: center;
	color: #333;
}

.thumbnail-employee .caption h5 {
	font-size: 17px;
}

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

.inner-employee-social {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}

.inner-employee-social a:link {
	text-decoration: none;
	color: #333D4D;
}

.inner-employee-social a:visited {
	text-decoration: none;
	color: #333D4D;
}

.inner-employee-social a:hover {
	text-decoration: none;
	color: #F27405;
}

.inner-employee-social a:active {
	text-decoration: none;
	color: #333D4D;
}

.info-box-pic img {
	width: 100%;
}

.info-box-pic-2 img {
	width: 100%;
}


/*.info-box-content{
    padding: 20px 0px 0px 0px;
}*/

.info_pad {
	padding-top: 15px;
}

.info-box-content p {
	line-height: 1.8;
	margin: 5px 0px 15px;
	font-family: "微软雅黑";
}

.info-box-content h3 {
	font-family: "微软雅黑";
}

.info-box-content h6 {
	font-size: 16px;
	font-weight: bold;
	background-color: #015cb5;
	font-style: normal;
	color: #fff;
	display: inline-block;
	padding: 10px;
	margin-bottom: 5px;
	font-family: fangsong !important;
}


/* ========== #ABOUT TWO ========== */

.about-info-2 p {
	line-height: 1.8;
}

.about-info-2 h6 {
	color: #F27405;
}

.signature {
	width: 180px;
	margin-top: 20px;
}

.signature img {
	width: 100%;
}

.inner-thumbnail {
	display: block;
	line-height: 1.42857143;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.inner-thumbnail>img,
.inner-thumbnail a>img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

a.inner-thumbnail:hover,
a.inner-thumbnail:focus,
a.inner-thumbnail.active {
	border-color: #337ab7;
}

.inner-thumbnail .caption {
	padding: 9px;
	color: #333;
}

.inner-thumbnail .caption h5 {
	line-height: 2;
	font-size: 18px;
}

.inner-thumbnail .caption p {
	line-height: 1.7;
	color: #999999;
}

.inner-panels {
	height: 280px;
	background: #333D4D;
}

.inner-panels-center {
	height: 280px;
	background: #e6e6e6;
}

.panel-icon {
	width: 50px;
	margin: 0px auto 15px auto;
}

.panel-icon img {
	width: 100%;
}

.inner-panels,
.inner-panels-center {
	padding: 50px;
	text-align: center;
}

.inner-panels h5 {
	color: #FFF;
	text-align: center;
}

.inner-panels p {
	color: #FFF;
	text-align: center;
}

.panel-icon img {
	width: 100%;
}

.service-grid {
	background: #FFF;
	padding: 60px;
	text-align: center;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.service-grid h6 {
	color: #333D4D;
	transition: 0.6s;
	text-transform: uppercase;
}

.service-grid p {
	color: #999;
}

.last-grid {
	border-right: solid 1px transparent;
}

.bottom-grid {
	border-bottom: solid 1px transparent;
}

.service-grid-image {
	width: 50px;
	margin: auto;
	margin-bottom: 10px;
}

.service-grid-image img {
	width: 100%;
}

.service-grid:hover h6 {
	color: #FFC428;
	font-weight: normal;
}


/* ========== #ABOUT THREE ========== */

.about-us-info-3 h6 {
	line-height: 2;
	color: #F27405;
}

.about-us-info-3 p {
	line-height: 1.8;
	margin-bottom: 15px;
}


/* ================== 
	3.3. SERVICES. 
   ================== */


/* ========== #SERVICES ONE ========== */

.service-panel {
	height: 500px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	transition: 0.3s;
	padding: 80px 40px 80px 40px;
	background: #FFF;
}

.service-panel:hover {
	height: 530px;
	background: #FFC428;
	margin-top: -15px;
	cursor: pointer;
}

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

.service-panel p {
	line-height: 1.4;
	font-size: 14px;
}

.service-icon-1,
.service-icon-2,
.service-icon-3,
.service-icon-4 {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*.service-icon-1{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/building-2.png");   
}

.service-panel:hover .service-icon-1{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/building.png");
}

.service-icon-2{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/drawing-2.png");
}

.service-panel:hover .service-icon-2{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/drawing.png");
}

.service-icon-3{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/paintbrush-2.png");
}

.service-panel:hover .service-icon-3{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/paintbrush-3.png");
}

.service-icon-4{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/safety-3.png");
}

.service-panel:hover .service-icon-4{
    background-image: url("http://www.bolan.rexun.cn/static/img/master/safety-2.png");
}*/

.service-panel h5 {
	line-height: 2.5;
	font-size: 18px;
}

.service-panel p {
	line-height: 1.8;
}

.service-panel:hover h5 {
	color: #FFF;
}

.service-panel:hover p {
	color: #FFF;
}

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

.learn-more p {
	color: #F27405;
}


/* ========== #SERVICES TWO ========== */

.box-service {
	padding: 50px 20px 50px 20px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	transition: 0.3s;
	margin: 15px 0px 15px 0px;
	background: #FFF;
}

.inner-label {
	text-align: center;
	line-height: 1.8;
}

.inner-label h5 {
	font-size: 18px;
	margin-top: 10px;
}

.rounded-icon {
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
	border: solid 2px #F27405;
	transition: 0.3s;
	position: relative;
}

.inner-icon-1,
.inner-icon-2,
.inner-icon-3,
.inner-icon-4,
.inner-icon-5,
.inner-icon-6 {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-service:hover .rounded-icon {
	background: #F27405;
}


/*.inner-icon-1 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/building-2.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-1 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/building.png");
}

.inner-icon-2 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/paintbrush-2.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-2 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/paintbrush-3.png");
}

.inner-icon-3 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/safety-3.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-3 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/safety-2.png");
}

.inner-icon-5 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/crane-2.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-5 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/crane.png");
}

.inner-icon-4 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/leaf-2.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-4 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/leaf.png");
}

.inner-icon-6 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/hammer-2.png");
	transition: 0.3s;
}

.box-service:hover .inner-icon-6 {
	background-image: url("http://www.bolan.rexun.cn/static/img/master/hammer.png");
}*/

.about-parallax {
	background-image: url("http://www.bolan.rexun.cn/static/img/images/img40.jpg");
	height: 410px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px 60px 0px;
}

.about-parallax .container {
	margin: 0px auto 0px auto;
}

.about-parallax .inner-counter {
	background: transparent;
	border: solid 1px #FFF;
	padding: 20px 10px 60px 10px;
}

.about-parallax .counter-icon {
	width: 40px;
	margin: auto;
}

.about-parallax .counter-icon img {
	width: 100%;
}

.about-parallax .counter {
	text-align: center;
	font-size: 45px;
	color: #FFF;
}

.about-parallax .counter-statistics h5 {
	text-align: center;
	font-size: 18px;
	color: #F2AB26;
}

.about-parallax .counter-statistics p {
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}


/* ========== #SERVICES THREE ========== */

.span-services {
	display: block;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	margin: 15px 0px 15px 0px;
}

.span-services>img,
.span-services a>img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

a.span-services:hover,
a.span-services:focus,
a.span-services.active {
	border-color: #337ab7;
}

.span-services .caption {
	padding: 15px 0px 15px 0px;
	color: #333;
}

.span-services .caption h5 {
	font-size: 18px;
}

.span-services .caption p {
	line-height: 1.8;
	color: #999999;
}


/* ================== 
	3.4. PROJECTS. 
   ================== */

.solution-image img {
	width: 100%;
}

.solution-content h3 {
	text-align: left;
	margin: 30px 0px 10px 0px;
}

.solution-content p {
	color: #666666;
	line-height: 1.7;
	margin-bottom: 20px;
}

hr.short {
	width: 70px;
	border-top: 3px solid #F2A81D;
	margin: 5px 0px 15px 0px;
}

hr.ti-line {
	border-top: 1px dashed #ccc;
}

hr.blog-solutions {
	width: 90px;
	border-top: 3px solid #F2A81D;
	margin: 5px 0px 15px 0px;
}

.categories {
	margin-bottom: 30px;
}

.categories .list-group .list-group-item {
	border-radius: 0px;
	margin: 4px 0px 4px 0px;
	border: none;
	background: #f0f0f0;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 10px 25px;
	transition: 0.3s;
	border-left: solid 2px #F2A81D;
	color: #808080;
}

.categories .list-group .list-group-item:hover {
	background: #F2A81D;
	color: #FFF;
}

.categories .list-group .list-group-item.active {
	background: #F2A81D;
	color: #FFF;
}

.categories .list-group .list-group-item.active:hover {
	background: #F2A81D;
	color: #FFF;
	border-left: solid 2px #F2A81D;
}

blockquote {
	display: block;
	background: #fff;
	padding: 20px 20px 20px 45px;
	margin: 20px 10px 20px 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	text-align: justify;
	border-left: 5px solid #F2A81D;
	border-right: 2px solid #F2A81D;
	font-style: italic;
	font-family: "微软雅黑";
}

blockquote::before {
	content: "\201C";
	/*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 10px;
	top: 5px;
}

blockquote::after {
	content: "";
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
	color: #7ad02f;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}


/* ================== 
	3.5. BLOG. 
   ================== */


/* ========== #BLOG CLASSIC ========== */

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

.span-posts p {
	margin: 10px 0px 20px 0px;
}

hr.post {
	width: 100%;
	border-top: 1px solid #ddd;
	margin: 0px auto 5px auto;
	clear: both;
}

.post-picture img {
	width: 100%;
}

.span-details {
	margin: 20px 0px 10px 0px;
	height: 30px;
}

.post-date {
	float: left;
}

.post-date p {
	color: #F27405;
}

.post-details {
	float: right;
}

.post-details-2 {
	float: right;
}

.inner-details {
	display: inline-block;
	margin-right: 10px;
}

.post-title {
	clear: both;
	margin: 20px 0px 10px 0px;
}

.list-group-flush .list-group-item {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #808080;
	padding: 12px 0px 12px 0px;
	transition: 0.3s;
}

.list-group-flush .list-group-item:hover {
	color: #FFC428;
}

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

.categorie a:link {
	text-decoration: none;
	color: #808080;
}

.categorie a:visited {
	text-decoration: none;
	color: #808080;
}

.categorie a:hover {
	text-decoration: none;
	color: #591782;
}

.categorie a:active {
	text-decoration: none;
	color: #808080;
}

.badge .fa:hover {
	color: #591782;
}

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

.recent-news h5 {
	font-size: 18px;
	margin-bottom: 20px;
}

.categorie h5 {
	font-size: 18px;
	margin-bottom: 20px;
}

.media {
	margin: 15px 0px 15px 0px;
}

.media-body h5 {
	font-size: 15px;
	color: #595959;
	line-height: 1.2;
}

h6.media-heading {
	font-size: 16px;
	line-height: 1.3;
}

hr.recent-news {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	margin: 15px auto 10px auto;
	clear: both;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 10px 18px;
	text-decoration: none;
	border: 1px solid #DDD;
	margin: 0px 5px 0px 5px;
	font-family: 'Roboto', sans-serif;
	color: #F27405;
	transition: 0.3s;
}

.pagination a.active {
	background-color: #F27405;
	color: white;
	border: 1px solid #F27405;
}

.pagination a:hover:not(.active) {
	background-color: #F27405;
	color: #FFF;
	border: solid 1px #F27405;
}

.pagination a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* ========== #BLOG GRID ========== */

.blog-post {
	display: block;
	line-height: 1.42857143;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.blog-post>img,
.blog-post a>img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

a.blog-post:hover,
a.blog-post:focus,
a.blog-post.active {
	border-color: #337ab7;
}

.blog-post .caption {
	padding: 10px 0px 10px 0px;
}

.blog-post .caption h5 {
	color: #333;
	margin-bottom: 10px;
}

.blog-post .caption h6 {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.blog-post .caption p {
	margin-bottom: 15px;
}


/* ========== #BLOG SINGLE ========== */

.post-image img {
	width: 100%;
}

.blog-content p {
	line-height: 1.6;
	margin: 10px 0px 20px 0px;
}

blockquote {
	display: block;
	background: #fff;
	padding: 20px 20px 20px 45px;
	margin: 20px 10px 20px 20px;
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	color: #666;
	text-align: justify;
	border-left: 5px solid #F27405;
	border-right: 2px solid #F27405;
	font-style: italic;
}

blockquote::before {
	content: "\201C";
	/*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: bold;
	color: #999;
	position: absolute;
	left: 10px;
	top: 5px;
}

blockquote::after {
	content: "";
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
	color: #7ad02f;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.comments {
	margin-top: 30px;
}


/* ================== 
	3.6. CONTACT US. 
   ================== */

.alert-success {
	color: #FFF;
	background-color: #F27405;
	border-color: #F27405;
	font-family: "微软雅黑";
	font-size: 13px;
}

.alert {
	padding: 10px 35px 10px 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}


/* ========== #CONTACT ONE ========== */

.section-title h3 {
	text-align: center;
}

.contact-box {
	padding: 30px 15px 30px 15px;
	box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
	-o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
}

.contact-icon {
	width: 50px;
	margin: auto;
}

.contact-icon img {
	width: 100%;
}

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

.contact-box p {
	line-height: 2;
}

.contact-box p.color {
	color: #F2A81D;
}

.contact-box h5 {
	font-size: 18px;
	text-align: center;
	line-height: 3;
}

hr.contact {
	width: 40px;
	border-top: 1px solid #F2A81D;
	margin: 5px auto 15px auto;
}

.no-margin {
	margin: 0px;
}

.contact-right {
	padding: 0px;
	height: 547px;
}

.contact-left {
	padding: 90px 80px 78px 80px;
	background: #FAFCFC;
}

.customize {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	border-radius: 0px;
	background: #fff1cc;
	height: 60px;
	padding: 6px 12px;
	font-size: 14px;
	border: solid 1px #fff1cc;
	font-family: "微软雅黑";
	color: #000;
}

.customize:focus {
	border-color: #e0ebeb;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize::-moz-placeholder {
	color: #333;
	opacity: 1;
}

.customize:-ms-input-placeholder {
	color: #333;
}

.customize::-webkit-input-placeholder {
	color: #333;
}

.customize::-ms-expand {
	background-color: none;
	border: 0;
}

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


/* ========== #CONTACT TWO ========== */

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

.map-container {
	position: relative;
}

.inner-address {
	width: 500px;
	height: 400px;
	position: absolute;
	margin-top: -520px;
	padding: 50px;
	background: #FDC830;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F37335, #FDC830);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F37335, #FDC830);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.inner-address h3 {
	text-transform: uppercase;
	color: #FFF;
	line-height: 2;
}

.inner-address p {
	line-height: 1.6;
	color: #FFF;
}

.inner-address h6 {
	color: #FFF;
	margin: 10px 0px 10px 0px;
	font-size: 16px;
}

.controls p {
	text-align: center;
}


/* ========== #CONTACT THREE ========== */

.inner-address-2 {
	margin-top: 20px;
}

.inner-address-2 p {
	line-height: 2.5;
}

.span-contact h6 {
	color: #F2AB26;
	font-size: 16px;
}

.span-contact h1 {
	line-height: 2;
}

.inner-address-2 .fa {
	color: #F2AB26;
}

.swiper_first {
	width: 680px;
	height: 495px;
	overflow: hidden;
	position: relative;
}

.swiper_first .swiper-slide {
	height: 495px;
}

.swiper_first img {
	width: 100%;
	height: 100%;
}

.swiper_first .swiper-button-next,
.swiper_first .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}

.swiper_first .swiper-slide {
	position: relative;
}

.swiper_first .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	background: rgb(0, 0, 0, 0.6);
}

.zang_list {
	background: #f8f8f8;
	padding: 10px;
	box-sizing: border-box;
}

.box_content {
	border-bottom: 1px dashed #ddd;
}

.new_impor .card-li {
	display: inline-block;
	width: 48%;
}

.new_impor .card-li:nth-child(2n) {
	margin-left: 2%;
}

.c4-izmir {
	width: 100%;
	height: 160px;
}


/*底部*/

.footbgs {
	padding: 20px 0;
	background: #eee;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

.footer {
	padding: 20px 0;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	margin: auto;
	box-sizing: border-box;
}

.wrap {
	margin-bottom: 40px;
}

.footer a {
	color: #888;
}

.footer a:hover {
	color: #888 !important;
}

.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(http://www.bolan.rexun.cn/static/img/gotop.png) no-repeat center center #fff;
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #015cb5;
	background-size: 80%;
	border-radius: 5%;
	z-index: 999;
	cursor: pointer;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 80px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.beian {
	font-size: 14px;
	text-align: center;
}

.guangao {
	width: 100%;
	height: 90px;
	position: relative;
	margin: 0 auto;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
	margin-top: 20px;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.pages {
	text-align: center;
	font-size: 14px;
	margin: 30px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	background: #f9f9f9;
	padding: 8px 15px;
	display: inline-block;
	color: #333;
}

.pages span {
	background: #015cb5;
	padding: 8px 15px;
	color: #fff;
	display: inline-block;
}

.yaowen {
	width: 100%;
}

.new_ti h3 {
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	width: 240px;
	margin: 0 auto;
	font-weight: normal;
}

.new_ti h3::before {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	background: #99d8f8;
	top: 15px;
	left: 0;
}

.new_ti h3::after {
	content: "";
	width: 50px;
	height: 3px;
	position: absolute;
	background: #99d8f8;
	top: 15px;
	right: 0;
}

.new_ti h4 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.yaowen_list ul li {
	float: left;
	position: relative;
	width: 32%;
	margin-right: 2%;
	background: #ffffff;
}

.yaowen_list ul li:nth-child(3n) {
	margin-right: 0;
}

.yaowen_list ul .li {
	margin: 0px;
}

.media_bs {
	height: 200px;
	background: #00afa2;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.media_bs img {
	width: 100%;
	height: 100%;
}

.media_date {
	position: absolute;
	left: 15px;
	top: 160px;
	background: #4b4545;
	width: 70px;
	height: 76px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.media_wz {
	-webkit-box-shadow: 2px 2px 5px rgb(10 10 10 / 16%), -2px 2px 5px rgb(10 10 10 / 16%);
	box-shadow: 2px 2px 5px rgb(10 10 10 / 16%), -2px 2px 5px rgb(10 10 10 / 16%);
	-moz-box-shadow: 2px 2px 5px rgba(10, 10, 10, 0.16), -2px 2px 5px rgba(10, 10, 10, 0.16);
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.media_wz a {
	width: 100%;
	display: inline-block;
	line-height: 22px;
	color: #555;
	height: 40px;
	margin-bottom: 15px;
	font-size: 14px;
	padding-top: 40px;
}

.media_wz a b {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.media_date b {
	display: inline-block;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-weight: normal;
	padding-top: 8px;
}

.new3,
.new4,
.new5,
.new6 {
	overflow: hidden;
}

.black_line h3:before {
	background: #666;
}

.black_line h3:after {
	background: #666;
}

.full_row {
	margin-right: -15px;
	margin-left: -15px;
}

.new3_col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.news_zt_link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;
	background-size: cover;
	box-shadow: 2px 4px 5px #888;
	padding: 12px 40px;
	font-size: 18px;
	text-align: center;
	margin: 10px 0;
	color: #fff;
	font-weight: bold;
}

.zt_ti {
	max-width: 100%;
}

.yaowen_list ul {
	/*overflow: hidden;*/
}

.rczp_tb .row {
	overflow: hidden;
}

.art-main .art-tit {
	border-bottom: 1px dashed #e5e5e5;
	padding: 20px 0;
	margin-bottom: 30px;
	text-align: center;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333333;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 0 20px;
}

.content_box {
	text-indent: 2em;
	margin-top: 30px;
}

.content_box img {
	display: block;
	margin: 15px auto;
	max-width: 600px;
}

.content_box p {
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 15px;
}

.label {
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

.label a {
	font-size: 14px;
	margin: 0 5px;
	color: #666;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 30px;
	color: #555555;
}

.pnext p a {
	font-size: 15px;
	color: #444;
}

.pnext p:hover {
	color: #F27405;
}

.pnext p:hover a {
	color: #F27405;
}

.shizheng_li,
.swiper-slide p,
.new-r li,
.hang2 ul li p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.face .keyan-ti,
.rczp_tb a h3,
.xiangguan_mi2 h3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zhuanti-word span,
.noticeInf h4,
.face .keyan-des-1 a,
.back .keyan-ti a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.xiangguan_mi2 p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.back .keyan-des-1 a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
