/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
	font-family: 'Merriweather', serif;
	font-family: "微软雅黑";
	color: #666;
	background: #fff;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 400;
}

html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	max-width: 100% !important;
	height: auto !important;
	/* ie8 */
}


h1 {
	font-size: 38px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #111;
}

p {
	color: #333;
}

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	color: #666;
	text-decoration: none;
}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

input:not([type]),
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="search"],
textarea,
.form-control,
select {
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	line-height: 1.2;
	margin: 10px 0;
	outline: medium none;
	padding: 7px 10px 4px;
	transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
	width: 100%;
	background-color: transparent;
	border: 2px solid #444444;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.t-center {
	text-align: center;
	margin: 0 auto;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.post {}

.post:after,
.post:before,
article:after,
article:before,
section:after,
section:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clear {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:after,
.clearfix:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.no-gutter>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.text-primary {
	color: #f05f40;
}

hr {
	max-width: 50px;
	border-color: #04a8f0;
	border-width: 5px;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Navbar------------------------------------ */
/* ---------------------------------------------------------------------------- */
.navbar-brand {
	padding: 0 15px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: none;
}

.navbar-default {
	border-color: #fff;
	background-color: #373839;
	border: none;
}

.navbar-default h1.navbar-brand {
	font-family: "Pacifico", sans-serif;
	font-size: 41px;
	font-weight: 500;
	margin: 10px 0 0;
}

.navbar-default h1.navbar-brand a {
	color: #c64e4e !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	color: #04a8f0;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
	border: none;
	background-color: #04a8f0;
}

.navbar-default .navbar-toggle span.icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #04a8f0;
}

.navbar-default .nav li a {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	margin-right: -6px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #04a8f0;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #ddd;
	background: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {}

@media(min-width:768px) {
	.navbar-default {
		padding: 20px 0;
		border: 0;
		background-color: #373839;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}

	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.navbar-default.navbar-shrink {
		padding: 0;
		background-color: #373839;
		border-bottom: 2px solid #F6F7F8;
	}

	.navbar-default.navbar-shrink .nav li a {
		color: #fff;
	}

	.navbar-default.navbar-shrink .nav li a:hover,
	.navbar-default.navbar-shrink .nav li a:focus {
		color: #04a8f0;
	}

	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
	}
}


/* Carousel Styles */
.box-shadow {
	margin-top: 90px;
	position: relative;
}

.box-shadow:before,
.box-shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 19px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #555;
	/* 	box-shadow: 0 25px 15px #555;
 */
	transform: rotate(-3deg);
}

.box-shadow:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

@media(max-width:767px) {
	.box-shadow {
		margin-top: 60px;
	}

	footer .bottom-footer div {
		text-align: left;
		color: #999;
	}


}

.carousel-inner img {
	width: 100%;
}

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 7%;
	left: auto;
	right: 4.8%;
	width: 40%;
	background: rgba(0, 0, 0, 0.7);
	padding: 25px 10px;
	color: #fff;
}

.header-text h1 {
	font-size: 55px;
	line-height: 1.2;
	font-family: "Roboto Slab", sans-serif;
	color: #fff;
	margin: 0 0 30px;
}

.header-text .btn-primary {
	background-color: #F05F40;
	border: none;
	padding: 10px 20px;
	color: #fff;
}

.header-text .btn-primary:hover {
	background-color: #FFB246;
}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Content------------------------------------ */


/* ---HomePage--- */
.box-content {
	padding: 100px 0;
}

.box-content .heading {
	margin-bottom: 50px;
	text-align: center;
}

.box-content.box-style-1 {
	background-color: #F6F7F8;
}

.box-content.box-style-2 {
	background-color: #fff;
}

.box-content.box-1 .box-item {
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	padding-bottom: 15px;
}

.box-content.box-1 .box-item .wrap-img {
	background: #fff;
	border-radius: 5px 5px 0 0;
	height: 280px;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
}

.xq-box-content {
	padding: 50px 0 50px;
}

.box-content.box-1 .box-item .services-heading {
	margin: 20px;
}

.box-content.box-1 .swiper-slide .box-item {
	height: 350px;
	overflow: hidden;
}


.box-content.box-1 .box-item h3.services-heading {
	font-weight: normal;
	font-size: 16px;
}

.box-content.box-1 .box-item p {

	padding: 0 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}




/* 新闻中心 */
.box-content.box-1 .news .box-item p {
	display: block;
	text-align: left;
	color: #999;
}

.box-content.box-1 .news .box-item h3.services-heading {
	text-align: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	line-height: 20px;
}

.box-content.box-1 .news .box-item {
	background-color: #f8f8f8;
	margin-bottom: 30px;
}

.box-content.box-1 .news .box-item .wrap-img {
	height: 220px;
	background-color: #f8f8f8;
}


.box-content.box-2 .post {
	margin-bottom: 30px;
}


.box-content.box-4 .info {
	font-style: italic;
	margin-top: 10px;
	color: #222;
	font-weight: bold;
	text-align: right;
}

.box-content.box-4 .box-item {
	margin-bottom: 50px;
}

.box-content.box-4 .wrap-img {
	text-align: center;
	margin-bottom: 30px;
}


.post {
	margin-bottom: 30px;
}

.post:after,
.post:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.post:last-child {
	margin-bottom: 0;
}

.post:after,
.post:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.post .wrapper {
	display: inline-block;
	text-align: left;
}

.post .wrapper p {
	display: inline-block;
}

.post .fix-right {
	float: right;
}

/* 场景 */
.changjing-slide .box-item {
	position: relative;
}

.changjing-slide .box-item p {
	position: absolute;
	bottom: -360px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: all 0.5s ease 0s;
}

.changjing-slide .box-item p span {
	display: flex;
	justify-content: center;
	align-items: center;
}

.changjing-slide:hover .box-item p {
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}



/* 分类 */
.fenlei {
	width: 100%;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	height: 110px;
	overflow: hidden;
	margin-bottom: 30px;

}

.fenlei .fenlei-img {
	float: left;
	width: 50%;
	margin-right: 3%;
	padding: 10px;
}

.fenlei .fenlei-img img {
	width: 100%;
	height: 80px;
	object-fit: fill;
}


.fenlei .fenlei-text {
	float: left;
	width: 47%;
}

.fenlei .fenlei-text h4 {
	height: 32px;
	line-height: 16px;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	margin-top: 15px;
	padding-right: 5px;
}

.fenlei .fenlei-text button {
	display: block;
	height: 30px;
	padding: 0 20px;
	background-color: #04a8f0;
	color: #fff;
	font-size: 12px;
	border: none;
	outline: none;
	border-radius: 5px;
}

.fenlei a {
	display: block;
	width: 100%;
}


/* 分类结束 */



.search {
	float: left;
	width: 200px;
	height: 36px;
	position: relative;
	margin-top: 8px;
	margin-left: 15px;
}
.search input {
	width: 100%;
	border-radius: 30px;
	height: 36px;
	background-color: #fff;
	padding: 0 40px 0 15px;
	margin: 0;
	border: none;
	outline: none;
}

.search input::-webkit-placeholder {
	color: #999;
}

.search i {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 3px;
	right: 10px;
	background: url(../images/search.png) no-repeat;
}

.search-zy {
	width: 100%;
	float: none;
	margin-top: 15px;
	margin-left: 0;
	display: none;
}

.search-zy input {
	border: 1px solid #e5e5e5;
}

/*服务 */
.fuwu-text {
	font-size: 20px;
	line-height: 30px;
}



@media only screen and (max-width: 1200px) {
	.post .fix-right {
		float: none;
	}
}

.post blockquote {
	border-left: 3px solid #1c7791;
	font-size: 18px;
	margin: 0 50px;
	font-style: italic;
	color: #666;
	padding-left: 20px;
}

.post ol {
	float: left;
	text-align: justify;
	margin: 10px 50px;
	font-size: 16px;
	list-style-type: circle;
}

.post .entry-title {
	margin: 0 0 10px;
	text-align: center;
}

.post h1.entry-title {
	line-height: 1.2;
	font-size: 38px;
}

.post h2 {
	line-height: 1.1;
	font-size: 20px;
	margin: 0;
}

.post .info a {
	color: #BE0A0A;
}

.post .info a:hover {
	text-decoration: underline;
}

.box-content.box-5 {
	padding: 110px 0;
}

.box-content.box-5 h3 {
	margin-bottom: 13px;
	font-size: 35px;
	font-size: 24px;
	margin-top: 10px;
}

.box-content.box-5 input {
	border: 1px solid #17B3E8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.box-content.box-5 textarea {
	border: 1px solid #17B3E8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 240px;
}

.box-content.box-2 .post span {
	height: 26px;
	overflow: hidden;
	background-color: #fff;
	display: block;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box-content.box-2 .post a {
	color: #333;
}

/* 关于我们 */
.about-box {
	text-align: center;
	padding: 0 30px;
}

.about-bg {
	background: url(../images/about-bg.jpg) no-repeat;
}


.about-box a,
.box-content a.more {
	display: block;
	height: 50px;
	line-height: 50px;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
	border-radius: 30px;
	border: 1px solid #04a8f0;
	margin-top: 50px;
}

.about-box a:hover,
.box-content a:hover.more {
	background-color: #04a8f0;
	color: #fff;
}

/* */
.time {
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

/* 产品详情 */
.xq-box {
	background-color: #fff;
}



/* ----------------- */
/* ---MainContent--- */


@media(max-width:767px) {
	#main-content {
		margin-top: 80px;
	}
}

article {}

article:after,
article:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

article .info {
	margin: 5px 0 10px 0;
}

article .info span {
	display: block;
}

article .info a {
	color: #17B3E8;
	text-decoration: none;
}

article .info a:hover {
	color: #000;
}

article h1 {
	font-size: 30px;
}

article h2 {
	font-size: 22px;
}

article img {
	width: auto;
}


/* ----------------- */
/* -----SideBar----- */
#sidebar {}

.widget {
	margin: 0 0px 30px 0px;
}

.widget:after,
.widget:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.widget ul li {
	list-style: none;
}

.widget .heading {
	border-bottom: 1px solid #333333;
	margin: 20px 0;
}

.widget .heading h4 {
	font-size: 25px;
}

.widget .content {
	margin-top: 30px;
}

.widget.wid-about {}

.widget.wid-about img {
	max-height: 350px;
	width: 100%;
	margin-bottom: 30px;
}


.widget.wid-posts {}

.widget.wid-posts .post {}

.widget.wid-posts .post:after,
.widget.wid-posts .post:before {
	clear: both;
	content: '\0020';
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}

.widget.wid-posts img {
	float: left;
	margin: 15px 10px;
	width: 100px;
}

.widget.wid-posts .wrapper {
	vertical-align: middle;
	text-align: left;
	padding-bottom: 7px;
	margin-top: 5px;
	display: inline-block;
}

.widget.wid-posts .wrapper h5 {
	font-size: 20px;
}

.widget.wid-archive {}

.widget.wid-archive select {
	margin: 5px 0;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	background-color: #e9e9e9;
	color: #777777;
	border: none;
}

.widget.wid-gallery {}

.widget.wid-gallery img {
	margin-bottom: 30px;
	max-width: 100%;
}

.widget.wid-related {
	background-color: #fff;
	margin: 20px 0;
}

.widget.wid-related img {
	max-width: 243px;
	width: 100%;
}

.widget.wid-related h4 {
	margin-top: 10px;
	font-size: 20px;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Footer------------------------------------ */
/* ---------------------------------------------------------------------------- */
footer {
	color: #555;
	background-color: #04a8f0;
	font-size: 13px;
}

footer ul {
	padding: 0;
	margin-top: 10px;
}

footer ul li {
	list-style: none;
}

footer a {
	color: #fff;

}

.bottom-footer a {
	color: #999;
}


footer a:hover {
	color: #fff;
}

footer .col-footer {
	margin: 10px 0 10px;
	color: #fff;
}

footer .col-footer p {
	color: #fff;
}

footer .col-footer i {
	display: block;
	border: 1px solid #fff;
	border-radius: 50px;
	float: left;
	width: 56px;
	height: 56px;
	margin-right: 15px;
}

footer .col-footer i.zongji-icon {
	width: 56px;
	height: 56px;
	background: url(../images/zongji-icon.png) no-repeat;
}

footer .col-footer i.lianxiren-icon {
	width: 56px;
	height: 56px;
	background: url(../images/lianxi-icon.png) no-repeat;
}

footer .col-footer i.dizhi-icon {
	width: 56px;
	height: 56px;
	background: url(../images/dizhi-icon.png) no-repeat;
}



footer .top-footer {
	padding: 50px 0;
	background-color: #fff;
}

footer .wrap-footer {
	padding: 20px 0;
}

footer .bottom-footer {
	background-color: #29282E;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

footer .bottom-footer p {
	color: #999;
}

footer ul.social-buttons li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	font-size: 20px;
	color: #222;
	background-color: #fff;
	transition-duration: 0.4s;
}

footer ul.social-buttons li a:hover {
	background-color: #FFB246;
	color: #fff;
}

footer ul.social-buttons li a i {
	margin-top: 7px;
}

.footer-title:before {
	background-color: #F05F40;
	content: "";
	height: 1em;
	left: 0;
	margin-top: -0.5em;
	position: absolute;
	top: 50%;
	width: 3px;
}

.footer-title {
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: -5px;
	padding-left: 13px;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.footer-tags a {
	color: #999;
	border: 1px solid #999;
	padding: 4px 10px;
	line-height: 2.2;
	font-size: 13px;
	text-transform: capitalize;
}

.footer-tags a:hover {
	color: #fff;
	text-decoration: none;
}

.widget_recent_entries li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: #999999;
	font-size: 11px;
	margin-bottom: 0;
	padding: 15px 0 16px;
	text-transform: uppercase;
}

.widget_recent_entries li:last-child {
	border-bottom: none;
}

.widget_recent_entries li a:before {
	content: "";
	font-family: "FontAwesome";
	left: 0;
	line-height: 1;
	margin-top: -5px;
	position: absolute;
	top: 50%;
}

.widget_recent_entries li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	display: inline-block;
	position: relative;
	padding-left: 14px;
	letter-spacing: 1px;
	font-size: 10px;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2 {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 3px;
	padding-top: 20px;
	text-align: center;
}

#contact_form {
	padding: 25px;
}

#ff label {
	cursor: pointer;
	margin: px 0;
	display: block;
	font-weight: bold;
}

#ff input {
	display: block;
	width: 100%;
	color: #000;
	padding: 10px;
	margin: 5px 0 25px 0;
}

#ff textarea {
	display: block;
	width: 100%;
	height: 200px;
	color: #000;
	padding: 10px;
	margin: 5px 0 25px 0;
}

#ff .sendButton {
	border: none;
	cursor: pointer;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	;
	width: 100px;
	color: #ffffff;
}

#ff .sendButton:hover {
	background-color: #333;
}

.message {
	text-align: center;
	margin: 50px 0;
}

.message .wrap {
	padding: 50px;
	background: #ffffff;
	border: 1px solid #333333;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.message .back {
	margin-top: 30px;
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 13px;
}

a.btn:focus {
	opacity: 0.9;
}

.btn-skin {
	background-color: #F05F40;
	border: none;
	color: #fff;
	padding: 7px 25px;
	line-height: 26px;
}

.btn-skin:hover {
	background-color: #FFB246;
	color: #fff;
}

.btn-3 {
	background: #C64E4E;
}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Carousel---------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-controls .owl-buttons div {
	position: absolute;
	color: #777;
	opacity: 0.7;
}

.owl-carousel:hover .owl-buttons div {
	color: #000;
}

.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}

.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}

.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Zoom-Effect---------------------------------- */
/* ---------------------------------------------------------------------------- */
.item-container {
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	padding: 7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 260px;
	overflow: hidden;



}

.item-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	/* Safari and Chrome */
	-moz-transition: all .5s ease;
	/* Firefox */
	-ms-transition: all .5s ease;
	/* IE 9 */
	-o-transition: all .5s ease;
	/* Opera */
	transition: all .5s ease;
}

.item-caption-inner {

	height: 260px;
	overflow: hidden
}





.item-container .item-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: none;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	-webkit-transition: 0.6s;
	transition: 0.6s;


}

.item-caption:hover {
	opacity: 0.9;
}


.item-caption-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.item-caption-inner1 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.item-container .item-caption i.fa {
	font-size: 40px;
}

.item-container .item-caption h3,
.item-container .item-caption span,
.item-container .item-caption i.fa {
	display: block;
	text-align: center;
	color: #fff;
	display: none;
}

.item-container .item-caption h3 {
	font-size: 35px;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.item-container .item-caption span {
	font-size: 22px;
}

.item-container:hover img {
	-webkit-transform: scale(1.25);
	/* Safari and Chrome */
	-moz-transform: scale(1.25);
	/* Firefox */
	-ms-transform: scale(1.25);
	/* IE 9 */
	-o-transform: scale(1.25);
	/* Opera */
	transform: scale(1.25);
}

.item-container:hover .item-caption {
	background: rgba(0, 0, 0, 0.5);
}

.item-container:hover .item-caption h3,
.item-container:hover .item-caption span,
.item-container:hover .item-caption i.fa {
	display: inline-block;
}


.categories {
	margin-bottom: 70px;
	text-align: center;
}

ul.cat {
	margin: 0;
	padding: 0;
}

ul.cat li {
	display: inline-block;

}

ol.type li {
	margin: 10px 0 10px 10px;
}

ol.type li:first-child {
	margin-left: 0;
}

ol.type li a {
	color: #717171;
	padding: 0 5px;
	background: #F8F8F8;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 46px;
	text-align: center;
	width: 100px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

ol.type li a.active {
	background: #04a8f0;
	color: #fff;
}

ol.type li a:hover {
	background: #FFB246;
	color: #fff;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------产品分类---------------------------------- */
/* ---------------------------------------------------------------------------- */
.pro-list {
	margin-left: 0;
	margin-right: -15px;
}

.pro-list>div {
	padding-left: 0;
	padding-right: 15px;
}

.index-pro-img .item-container{ height: 260px; }



.maps iframe {
	pointer-events: none;
}

/* ---------------------------------------------------------------------------- */
/* --------------------------------响应式---------------------------------- */
/* ---------------------------------------------------------------------------- */
@media(max-width:767px) {
	.navbar-default h1.navbar-brand {
		font-family: "Pacifico", sans-serif;
		font-size: 25px;
		font-weight: 500;
		margin: 10px 0 0 0;
	}

	.navbar-default h1.navbar-brand a {
		color: #fff !important;
	}

	.navbar-default .nav li a {
		color: #fff
	}

	ol.type li {
		margin: 0 0 5px 0;
		width: 50%;
	}

	ol.type li a {
		width: 100%;
	}

	.box-content {
		padding: 50px 0;
	}

	.box-content .heading {
		margin-bottom: 25px;
	}

	.categories {
		margin-bottom: 35px;
	}

	.fenlei .fenlei-img {
		padding: 0;
	}

	.fenlei .fenlei-text button {
		padding: 0 5px;
	}

	footer .col-footer {
		margin: 10px 0 20px;
	}

	.fenlei {
		margin-bottom: 15px;
	}

	ul.cat>li {
		width: 100%;
	}

	.search-zy {
		display: block;
	}

	.search-index {
		display: none;
	}
	.item-container { height:160px; margin-bottom: 10px; }

}
