/* 金粒农业2022-12 timmy747 150032322 */
body {
	margin: 0px;
	padding: 100px 0 0 0;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
	background: #f7f7f7;
	overflow-x: hidden;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff6633;
}

.center {
	text-align: center;
}

img {
	border: none;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.ttf') format('truetype');
	/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1350px) {
	.container {
		width: 1350px;
	}
}

#header {
	background: #ffffff;
	padding: 0px 0;
	transition: all 0.3s;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 1030;
}

#header:after {
	height: 65px;
	background: #029a35;
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	content: " ";
	z-index: -1;
}

/* #header .container{ width: auto;} */
.top {
	position: relative;
}

.bottom-btn {
	display: none;
}

#header.scrolled {
	padding: 0px 0px;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	height: 65px;
	transition: all 0.3s;
}

.res-menu {
	visibility: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	border: #DDDDDD solid 1px;
	height: 30px;
	padding: 0 5px;
	display: none;
}

.navbar-collapse {
	transition: all 0.3s;
}

.navbar-brand {
	display: block;
	height: 75px;
	text-indent: -9999px;
	width: 321px;
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 0px 0;
	z-index: 99999;
}

#header.scrolled .navbar-brand {
	display: block;
	height: 50px;
	text-indent: -9999px;
	width: 321px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0px 0;
	z-index: 99999;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
	transition: all 0.3s;
	height: 75px;
}

#header.scrolled .navbar-brand>img {
	height: 50px;
}

#slider {
	margin: 0px auto;
	text-align: center;
}

#header {
	height: 100px;
}

#header .lang-ico {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

#header .lang-ico a {
	display: inline-block;
	padding: 0 5px;
}

#header .lang-ico a img {
	display: block;
}

.top-search {
	position: absolute;
	right: 15px;
	top: 13px;
	width: 200px;
	height: 40px;
	padding: 4px 20px;
	border: #DDDDDD solid 1px;
	border-radius: 20px;
	transition: all 0.3s;
	z-index: 3;
}

#header.scrolled .top-search {
	visibility: hidden;
}

.top-search .input {
	border: none;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
	width: 100%;
	outline: none;
}

.top-search .s-btn {
	position: absolute;
	right: 5px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	top: 5px;
}

.top-search .s-btn:before {
	font-family: "iconfont";
	content: "\e651";
}

.nav {
	position: relative;
	margin: 35px auto 0 0;
	padding-left: 110px;
	text-align: center;
	float: right;
	background: #029a35 url(ul-left-bg.jpg) no-repeat left bottom;
	height: 65px;
	transition: all 0.3s;
	z-index: 5;
}

.nav>li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	position: static;
	overflow: hidden;
}

.nav>li.active>a,
.nav>li.active>a:hover,
.nav>li.active>a:focus {
	color: #FFFFFF;
	background-color: none;
	font-weight: bold;
}

.nav>li>a {
	color: #FFFFFF;
	line-height: 65px;
	font-size: 16px;
	transition: all 0.3s;
	padding: 0 20px;
	height: 65px;
	position: relative;
	overflow: hidden;
}

.nav>li>a span {
	font-style: normal;
	display: block;
	transition: all 0.3s;
}

.nav>li>a:after {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	font-family: "iconfont";
}

.nav>li:nth-child(2)>a {
	padding-right: 30px;
}

.nav>li:nth-child(2)>a:after {
	content: "\e60a";
}

.nav>li:nth-child(3)>a {
	padding-right: 30px;
}

.nav>li:nth-child(3)>a:after {
	content: "\e60a";
}

/* .nav>li:nth-child(5)>a {
	padding-right: 30px;
}

.nav>li:nth-child(5)>a:after {
	content: "\e60a";
}
 */
/* .nav>li>a span {
	display: block;
	transition: all 0.3s;
	position: absolute;
	transform: translateY(-100%);
	height: 100%;
	width: 100%;
	background: #F7F7F7;
	left: 0;
	top: 0;
	transition: all 0.3s;
} */
#header.scrolled .nav>li>a {
	height: 65px;
	line-height: 65px;
}

.nav>li:hover>a {
	background-color: #f08519;
	color: #FFFFFF;
}

/* .nav>li:hover>a span {
	transform: translateY(0);
}

.nav>li:hover>a em {
	transform: translateY(100%);
} */
.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: none;
	color: #FFFFFF;
}

.nav>li .sec-nav {
	width: 115px;
	background: #f7f7f7;
	position: absolute;
	border-top: #f68c1e solid 3px;
	top: 65px;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

/* .nav>li:nth-child(3) .sec-nav {
	width: 180px;
} */
.nav>li:hover .sec-nav {
	opacity: 1;
	visibility: visible;
}

#header.scrolled .nav>li .sec-nav {
	top: 65px;
}

.nav>li .sec-nav li {
	line-height: 20px;
	font-size: 14px;
	padding: 0px 15px;
	text-align: left;
	color: #666666;
	border-bottom: #DDDDDD solid 1px;
}

.nav>li .sec-nav li a {
	color: #666666;
	display: block;
	margin: 0 -15px;
	padding: 10px 15px;
	background: #F7F7F7;
	transition: all 0.3s;
}

.nav>li .sec-nav li a:hover {
	background: #DDDDDD;
	color: #333333;
	text-decoration: none;
}

.lau {
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	padding-bottom: 5px;
}

.lau a {
	display: inline-block;
	margin-left: 10px;
}

.lau img {
	display: block;
}

/*-面包屑-*/
.current {
	font-size: 13px;
	line-height: 40px;
	background: #FFFFFF;
	border-bottom: #ddd solid 1px;
}

.breadcrumb {
	color: #999999;
	border-radius: 0;
	background: none;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb>li:first-child::before {
	font-family: "iconfont";
	content: "\e8cf";
	font-size: 16px;
	float: left;
	margin-right: 5px;
}

.breadcrumb>li+li:before {
	content: '>';
	color: #999999;
	font-family: arial;
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb .active a {
	color: #999999;
}

/**板块**/
.bg-white-bg {
	padding: 50px 0;
	background: #ffffff;
}

.bg-contact-bg {
	padding: 10px 0 30px 0;
	background: url(footer-bg2.png) no-repeat center bottom #206637;
}

.bg-news-bg {
	padding: 100px 0;
	background: url(index-news-bg.jpg) no-repeat center top;
	background-size: cover;
}

.bg-bar-bg {
	background: url(banner-bg.jpg) repeat-x center;
	height: 80px;
}

.bg-product-bg {
	padding: 80px 0 5px 0;
	background: #fdfdfd;
}

.bg-gray-bg {
	padding: 80px 0;
	background: #F7F7F7
}

.bg-about-bg {
	padding: 0px 0;
	background: #f7f8fa;
}

.bg-orange-bg {
	padding: 50px 0;
	background: #f08519;
}

.bg-blue-bg {
	padding: 50px 0;
	background: #055d8b;
}

.case-bg {
	padding: 100px 0;
	background: url(case-bg.jpg) no-repeat center top;
}

.index-info-bg {
	background: url(index-p-info.jpg) no-repeat center fixed #444444;
	background-size: contain;
	height: 600px;
	position: relative;
	overflow: hidden;
}

.bg-black-bg {
	padding: 50px 0;
	background: #272727
}

/*首页产品大标题*/
.index-case-title {
	text-align: center;
	padding: 20px 0;
}

.index-case-title b {
	display: block;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: normal;
	font-family: "arial, helvetica, sans-serif"
}

.index-case-title .info {
	line-height: 30px;
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 16px;
}

.index-case-title span {
	color: #f68c1e;
	padding: 0 15px;
	text-transform: uppercase;
}

.swiper-container {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
}

.swiper-container .pic {
	width: 100%;
	display: block;
}

.index-product-title {
	text-align: center;
}

.index-product-title b {
	display: inline-block;
	font-size: 25px;
	color: #00A651;
	line-height: 35px;
	font-weight: normal;
}

.index-product-title .info {
	line-height: 30px;
	margin-top: 15px;
	background: url(index-product-title-line.png) no-repeat center;
}

.index-product-title span {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
	padding: 0 15px;
	background: #FFFFFF;
}

/*首页产品分类*/
.index-cate-list {
	margin: 50px 0;
}

.index-cate-list ul {
	text-align: center;
}

.index-cate-list ul li {
	display: inline-block;
	width: 160px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px;
	font-size: 18px;
	color: #333333;
}

.index-cate-list ul li.curr {}

.index-cate-list ul li a {
	color: #333333;
	display: block;
	transition: all 0.3s;
	border-radius: 40px;
	border: #DDDDDD solid 1px;
	text-decoration: none;
}

.index-cate-list ul li.curr a {
	background: #029a35;
	color: #FFFFFF;
}

.index-cate-list ul li a:hover {
	background: #029a35;
	color: #FFFFFF;
}

/* 产品带图分类列表*/
.cate-pic-list {}

.cate-pic-list ul {}

.cate-pic-list ul li {
	padding: 15px 30px;
}

.cate-pic-list ul li .k {
	background-color: #efefef;
	border-radius: 10px;
	padding: 20px 5px;
	display: block;
}

.cate-pic-list ul li .tt {
	color: #333333;
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.cate-pic-list ul li .tt a {
	color: #333333;
}

.cate-pic-list ul li .tt a:hover {
	color: #F08519;
}

.cate-pic-list ul li .tt.t0 {
	margin-top: 0;
}

.cate-pic-list ul li a:hover .tt {
	color: #F08519;
}

.cate-pic-list ul li .tips {
	color: #666666;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.cate-pic-list ul li .info {
	color: #999999;
	line-height: 1.8rem;
	margin-top: 1rem;
	height: 5.8rem;
}

.cate-pic-list ul li .ico {
	font-size: 4rem;
	margin-top: 1.5rem;
	display: block;
	text-decoration: none !important;
}

.cate-pic-list ul li .ico::before {
	font-family: "iconfont";
	color: #bdbdbd;
	content: "\e65a";
}

.cate-pic-list ul li .k:hover .tt {
	color: #F08519;
}

.cate-pic-list ul li .k:hover .ico::before {
	color: #F08519;
}

.cate-pic-list ul li .pic {
	text-align: left;
}

.cate-pic-list ul li .pic img {
	width: 100%;
	transition: all 0.3s;
	display: block;
}

.cate-pic-list ul li .k:hover .pic img {
	transform: scale(1.05);
}

/* 首页公司简介 */
.index-about {
	display: flex;
	padding: 50px 0 100px 0;
	background: url(index-about-bg.jpg) right bottom no-repeat;
	margin-bottom: -50px;
}

.index-about .pic {
	width: 45%;
}

.index-about .cont {
	background-color: #FFFFFF;
	/* 	border-radius: 10px; */
	padding: 20px 40px;
	position: relative;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.3);
	margin: 50px 0;
	flex: 1;
}

.index-about .cont .tt {
	line-height: 60px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}

.index-about .cont .tt::after {
	width: 50px;
	background-color: #F08519;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
}

.index-about .cont .info {
	line-height: 25px;
	color: #666666;
	font-size: 14px;
}

.index-about .cont .more {
	position: absolute;
	border-radius: 25px;
	background-color: #029a35;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
	right: 30px;
	bottom: -25px;
	width: 200px;
	text-decoration: none;
	transition: all 0.3s;
}

.index-about .cont .more:hover {
	background-color: #F08519;
}

/*产品列表*/
.index-p-list {
	margin-top: 30px;
	background: url(index_prodct_pic.jpg) no-repeat bottom right;
	padding-bottom: 150px;
}

.index-p-list ul {}

.index-p-list ul li {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
	width: 16.6666%;
	margin-right: -1px;
	float: left;
	height: 224px;
}

.index-p-list ul li:nth-child(7) {
	margin-left: calc(16.66% - 1px);
}

.index-p-list ul li:nth-child(10) {
	margin-left: calc(33.33% - 1px);
}

.index-p-list ul li .k {
	transition: all 0.3s;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
	background: #FFFFFF;
	height: 225px;
	overflow: hidden;
}

.index-p-list ul li:hover .k {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-30px) scale(1.05);
	padding: 30px 10px;
	height: 300px;
	transform-origin: center;
}

.index-p-list ul li a {
	display: block;
	border: #DDDDDD solid 1px;
}

.index-p-list ul li a:hover {
	text-decoration: none;
	color: #f68c1e;
}

.index-p-list ul li .k img {
	width: 100%;
	;
}

.index-p-list ul li .k .tt {
	font-size: 14px;
	line-height: 35px;
	color: #333333;
}

.index-p-list ul li a:hover .tt {
	color: #333333;
}

.index-p-list ul li .k .more {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	margin: 15px auto 0 auto;
	transition: all 0.3s;
	background: #D43F3A;
}

@-webkit-keyframes zhuanzhuan {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(180deg);
	}
}

/*--首页大标题-*/
.index-title {
	line-height: 60px;
	font-size: 36px;
	height: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: #f68c1e solid 2px;
	display: inline-block;
	font-weight: normal;
	color: #333333;
}

.index-title a {
	color: #333333;
}

.index-title a:hover {
	color: #333333;
	text-decoration: none;
}

.index-center-title {
	line-height: 60px;
	text-align: center;
	font-size: 32px;
	padding-bottom: 10px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
	position: relative;
}

.index-center-title span {
	color: #F08519;
	padding-left: 15px;
	font-family: "arial, helvetica, sans-serif";
	text-transform: uppercase;
}

.index-center-title::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 180px;
	border-radius: 2px;
	height: 2px;
	background-color: #F08519;
	content: "";
}

.index-center-title a {
	color: #333333;
}

.index-center-title a:hover {
	color: #333333;
	text-decoration: none;
}

.index-center-tips {
	font-size: 24px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(240, 133, 25, 0.5);
	text-align: center;
	padding-bottom: 20px;
}

/* 首页解决方案 */
.index-case-list {
	margin-top: 20px;
}

.index-case-list ul {}

.index-case-list ul li {}

.index-case-list ul li .k {
	background: #029a35;
	padding: 50px 30px;
	text-align: center;
	border-radius: 10px;
}

.index-case-list ul li .k .ico {
	text-align: center;
	transition: all 0.3s;
}

.index-case-list ul li .k:hover .ico {
	transform: rotateY(180deg);
}

.index-case-list ul li .k .ico img {}

.index-case-list ul li .k .tt {
	color: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	margin: 20px auto 20px auto;
	padding-bottom: 10px;
}

.index-case-list ul li .k .tt::after {
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background-color: #F08519;
	content: "";
}

.index-case-list ul li .k .info {
	color: #FFFFFF;
	line-height: 30px;
	font-size: 14px;
}

/* 首页产品品质 */
.index-p-info {}

.index-p-info .info {
	padding: 100px 0px 0 0;
	text-align: right;
	position: relative;
	z-index: 3;
	font-weight: 700;
}

.index-p-info .info .tt {
	font-size: 33px;
	color: #333;
	border-bottom: 2px solid #016bdd;
	display: inline-block;
	padding-bottom: 10px;
}

.index-p-info .info span {
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	margin: 30px 0 60px;
	text-align: justify;
	display: block;
}

.index-p-info .info span b {
	font-size: 26px;
	font-weight: 700;
	padding: 0 5px;
	font-family: "arial, helvetica, sans-serif"
}

.index-p-info .info span b.p0 {
	padding-left: 0;
}

.index-p-info .info a.more {
	display: block;
	width: 160px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #016bdd;
	border-radius: 20px;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.p-case ul {}

.p-case ul li {
	text-align: center;
	transition: all 0.3s;
	margin-bottom: 30px;
}

.p-case ul li .k {
	transition: all 0.3s;
	padding-bottom: 30px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
	background: #FFFFFF;
}

.p-case ul li:hover .k {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px)
}

.p-case ul li a {}

.p-case ul li a:hover {
	text-decoration: none;
	color: #00A651;
}

.p-case ul li .k img {
	width: 100%;
	;
}

.p-case ul li .k .tt {
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
}

.p-case ul li a:hover .tt {
	color: #00A651;
}

.p-case ul li .k span {
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	padding: 0 30px;
	margin-top: 0px;
}

/*-首页文章-*/
.index-news-title {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 30px;
}

.index-news ul {}

.index-news ul li {
	padding: 20px 15px 20px 120px;
	position: relative;
}

.index-news ul li::after {
	position: absolute;
	left: 120px;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #CCCCCC;
	content: " ";
}

.index-news ul li:last-child::after {
	display: none;
}

.index-news ul li a {
	text-decoration: none;
}

.index-news .time {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 120px;
}

.index-news .time b {
	font-size: 30px;
	line-height: 40px;
	display: block;
	font-weight: 500;
}

.index-news .time span {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
}

.index-news .info .title {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: 500;
	height: 30px;
	overflow: hidden;
}

.index-news .info .title a {
	color: #333333;
}

.index-news .info .title a:hover {
	color: #D43F3A;
}

.index-news .info span {
	font-size: 14px;
	line-height: 25px;
	color: #666666;
	display: block;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-pic img {
	width: 100%;
}

/* --联系我们页面-- */
/*联系我们*/
.contact-page {}

.contact-ul {}

.contact-ul ul {}

.contact-ul ul li {
	margin-bottom: 30px;
}

.contact-ul ul li div {
	border-left: #DDDDDD solid 1px;
	padding: 15px 30px;
	position: relative;
	min-height: 160px;
}

.contact-ul ul li i {
	color: #999999;
	display: block;
	line-height: 30px;
	letter-spacing: 0.5em;
	font-style: normal;
}

.contact-ul ul li span {
	font-size: 20px;
	color: #888888;
	display: block;
	line-height: 40px;
}

.contact-ul ul li b {
	display: block;
	font-size: 18px;
	color: #003D1E;
	line-height: 30px;
}

.contact-ul ul li em {
	color: #999999;
	display: block;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
}

.contact-ul ul li .go {
	background: #F08519;
	height: 45px;
	line-height: 45px;
	width: 120px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 30px;
	transition: all 0.3s;
}

.contact-ul ul li .go:hover {
	background-color: #0062B5;
}

.contact-ul ul li img {
	width: 120px;
}

.contact-add {
	text-align: center;
	border-top: #dddddd solid 1px;
	padding-top: 30px;
	font-size: 14px;
	margin-top: 30px;
}

.contact-add i {
	color: #999999;
	display: block;
	line-height: 30px;
	letter-spacing: 0.5em;
	font-style: normal;
}

.contact-add span {
	font-size: 20px;
	color: #888888;
	display: block;
	line-height: 40px;
}

.contact-add b {
	display: block;
	font-size: 18px;
	color: #003D1E;
	line-height: 30px;
}

.contact-add .go {
	background: #075e3a;
	height: 45px;
	line-height: 45px;
	width: 120px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	border-radius: 10px;
	margin: 20px auto 0 auto;
	display: inline-block;
}

/* 友情链接 */
.index-f-link {}

.index-f-link ul {}

.index-f-link ul li {
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.index-f-link ul li:first-child {
	background: #f08519;
	color: #FFFFFF;
	border-radius: 5px;
	margin-right: 15px;
}

.index-f-link ul li a {
	display: block;
	color: #666666;
}

.index-f-link ul li a:hover {
	color: #F08519;
}

/**/
.footer {
	background: #3E664B;
	padding: 50px 0;
}

.footer a.tt {
	font-size: 16px;
	color: #CCCCCC;
	line-height: 35px;
	border-bottom: #DDDDDD solid 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
}

.b-logo {
	border-bottom: #666666 solid 1px;
	height: 110px;
	background: url(b-logo.png) no-repeat left center;
	margin-bottom: 30px;
}

.b-logo .b-text {
	height: 110px;
	background: url(b-text.png) no-repeat right center;
}

.b-title {
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
}

.b-menu {}

.b-menu dt {
	font-size: 16px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: normal;
}

.b-menu dt a {
	color: #FFFFFF;
}

.b-menu dd {
	font-size: 14px;
	margin-bottom: 10px;
}

.b-menu dd a {
	display: inline-block;
	margin-right: 10px;
	color: #FFFFFF;
	line-height: 30px;
}

.b-link {}

.b-link ul {
	margin-top: 10px;
}

.b-link ul li {
	line-height: 35px;
	color: #CCCCCC;
	font-size: 14px
}

.b-link ul li a {
	color: #CCCCCC;
}

.b-link ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.b-contact {
	color: #FFFFFF;
	margin-top: 10px;
}

.b-contact ul {}

.b-contact ul li {
	font-size: 14px;
	line-height: 35px;
	display: flex;
}

.b-contact ul li a {
	margin-right: 15px;
}

.b-contact ul li .t {
	width: 75px;
}

.b-contact ul li .c {
	flex: 1
}

.b-contact ul li br {
	display: none;
}

/* .b-contact ul li:before {
	font-family: "iconfont";
	font-size: 20px;
	float: left;
	padding-right: 10px;
} */
/* 
.b-contact ul li.address:before {
	content: "\e614";
}

.b-contact ul li.tel:before {
	content: "\e629";
}

.b-contact ul li.fax:before {
	content: "\e608";
}

.b-contact ul li.mail:before {
	content: "\e63e";
}

.b-contact ul li.site:before {
	content: "\e781";
} */
.b-contact ul li a {
	color: #CCCCCC;
}

.b-contact ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.b-code {
	margin-top: 15px;
}

.b-code li {
	text-align: left;
}

.b-code li img {
	max-width: 100px;
	display: block;
}

.b-code li span {
	font-size: 14px;
	color: #CCCCCC;
	display: block;
	line-height: 35px;
	text-align: center;
}

.b-tel {
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
}

.b-time {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.b-other {
	color: #CCCCCC;
	font-size: 14px;
	line-height: 30px;
}

.bottom {
	background: #144925;
	padding: 15px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
}

.bottom a {
	color: #ffffff;
}

/*-分页-*/
.pages {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #666666;
}

.pages a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	background: #F68C1E;
	margin: 0 5px;
}

.pages div a {
	display: inline-block;
	padding: 5px 8px;
	background: #fafafa;
	font-size: 14px;
	border: #D5D5D5 solid 1px;
	border-radius: 4px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 30px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div a:hover {
	background: #f68c1e;
	color: #FFF;
	border: #f68c1e solid 1px;
}

.pages div span.curr {
	display: inline-block;
	padding: 5px 8px;
	background: #f68c1e;
	font-size: 14px;
	border: #f68c1e solid 1px;
	color: #fff;
	border-radius: 4px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all 0.5s;
	text-decoration: none;
	height: 30px;
	line-height: 20px;
	margin: 0 2px;
	min-width: 20px;
	text-align: center;
}

.pages div .total {
	line-height: 20px;
	margin: 0 2px;
	height: 30px;
	padding: 5px;
	font-size: 14px;
	font-family: "Microsoft yahei";
	line-height: 20px;
	display: inline-block;
	background: #fafafa;
	border: #d9d9d9 solid 1px;
	color: #2283c5;
}

.pages div .total b {}

.pages div input {
	width: 40px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
	background: #fafafa;
}

.pages div .valid {
	width: 40px;
	height: 28px;
	text-align: center;
	border: #d9d9d9 solid 1px;
	margin: 0 2px;
}

/*分类*/
.a-cate {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}

.a-cate ul {
	display: inline-block;
}

.a-cate ul li {
	display: inline-block;
	color: #666666;
	border: 1px solid #bfbfbf;
	color: #555;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	float: left;
	border-collapse: collapse;
	transition: all 0.3s;
}

.a-cate ul li+li {
	border-left: none;
}

.a-cate ul li.curr {
	background: #555555;
	border: 1px solid #555555;
	color: #fff;
}

.a-cate ul li a {
	color: #666666;
	transition: all 0.3s;
}

.a-cate ul li.curr a {
	color: #fff;
}

.a-cate ul li:hover {
	background: #0062B5;
	border: 1px solid #0062B5;
	color: #fff;
}

.a-cate ul li+li:hover {
	border-left: none;
}

.a-cate ul li:hover a {
	color: #fff;
	text-decoration: none;
}

/*关于我们*/
.about-page {}

	{}

.about-info .info {
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	font-weight: 700;
	padding-top: 30px;
}

.about-info .pic {}

.about-info .pic img {
	max-width: 100%;
}

.about-tt {
	font-size: 30px;
	color: #333333;
	line-height: 50px;
}

.about-pic {
	padding-bottom: 0px;
}

.about-pic img {
	max-width: 100%;
}

.about-lc {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}

.about-lc .row {
	margin-top: 40px;
}

.about-lc .tt {
	font-size: 26px;
	line-height: 50px;
	color: #333333;
	margin-top: 40px;
}

.about-lc .tt i {
	font-style: normal;
}

.about-lc .info {
	margin-top: 20px;
}

.about-lc ul {
	margin-top: 20px;
}

.about-lc ul li {
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 90px;
	position: relative;
}

.about-lc ul li b {
	font-size: 20px;
	color: #f08519;
	display: inline-block;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 0;
}

.about-lc img {
	max-width: 100%;
}

.about-lc .pic-l {
	text-align: left;
}

.about-lc .pic-r {
	text-align: right;
}

/*联系我们*/
.contact {}

.contact .pic {}

.contact .pic img {
	width: 100%;
}

.contact-info {
	text-align: center;
}

.contact-info .cont {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 50px;
}

.contact-info ul {
	padding: 50px 0;
}

.contact-info ul li {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
}

.contact-info ul li:before {
	font-family: "iconfont";
	content: "\e767";
	display: block;
	font-size: 60px;
	color: #f08519;
	height: 60px;
	line-height: 60px;
}

.contact-info ul li span {
	display: block;
	margin-top: 20px;
	line-height: 30px;
}

.contact-info ul li.tel:before {
	content: "\e629";
}

.contact-info ul li.fax:before {
	content: "\e608";
}

.contact-info ul li.mail:before {
	content: "\e63e";
}

.contact-info ul li.add:before {
	content: "\e614";
}

.contact-info ul li a {
	color: #666666;
}

.contact-info ul li a:hover {
	color: #666666;
}

.contact-map-btn {
	border: #DDDDDD solid 1px;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	display: inline-block;
	padding: 0 20px 0 10px;
	background: #FFFFFF;
	border-radius: 4px;
	margin-top: 30px;
}

.contact-map-btn:hover {
	color: #f68c1e;
	text-decoration: none;
}

.contact-map-btn:before {
	font-family: "iconfont";
	content: "\e66a";
	font-size: 26px;
	float: left;
}

.contact-info .name {
	font-size: 26px;
	color: #055d8c;
	font-weight: 300;
	line-height: 40px;
	margin-top: 30px;
	border-bottom: #DDDDDD solid 2px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	text-align: center;
	display: inline-block;
}

.contact-code {
	margin-top: 30px;
}

.contact-code li {
	text-align: center;
}

.contact-code li img {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

.contact-code li span {
	font-size: 12px;
	color: #666666;
	display: block;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
}

/*地图*/
/*产品分类*/
.big-pic {
	max-width: 1920px;
	margin: 0 auto;
}

.big-pic img {
	width: 100%;
	display: block;
}

/* 产品分类 */
.p-cate {
	margin: 50px 0;
}

.p-cate ul {
	text-align: center;
}

.p-cate ul li {
	font-size: 18px;
	color: #333333;
	text-align: center;
	height: 25px;
	transition: all 0.3s;
	background: #FFFFFF;
	display: inline-block;
	padding: 0 20px;
}

.p-cate ul li a {
	color: #333333;
	display: inline-block;
	line-height: 25px;
	transition: all 0.3s;
	border-bottom: #FFFFFF solid 2px;
	padding-bottom: 10px;
}

.p-cate ul li.curr {}

.p-cate ul li.curr a {
	color: #f68c1e;
	border-bottom: #f68c1e solid 2px;
}

.p-cate ul li:hover {}

.p-cate ul li:hover a {
	text-decoration: none;
	color: #f68c1e;
	border-bottom: #f68c1e solid 2px;
}

.p-cate ul li+li {
	border-left: #999999 solid 1px
}

/*产品列表*/
.p-list {
	margin-top: 30px;
}

.p-list ul {}

.p-list ul li {
	text-align: center;
	transition: all 0.3s;
	margin-bottom: 30px;
}

.p-list ul li .k {
	transition: all 0.3s;
	padding-bottom: 30px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
}

.p-list ul li .k:nth-child(2) {
	transition-delay: 0.3s;
}

.p-list ul li .k:nth-child(3) {
	transition-delay: 0.5s;
}

.p-list ul li:hover .k {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-10px)
}

.p-list ul li a {}

.p-list ul li a:hover {
	text-decoration: none;
	color: #055d8c;
}

.p-list ul li .k img {
	width: 100%;
	;
}

.p-list ul li .k .tt {
	font-size: 18px;
	line-height: 40px;
	color: #333333;
	margin-top: 10px;
}

.p-list ul li a:hover .tt {
	color: #055d8c;
}

.p-list ul li .k .tt2 {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-top: 10px;
}

.p-list ul li a:hover .tt2 {
	color: #055d8c;
}

.p-list ul li .k span {
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	padding: 0 30px;
	margin-top: 0px;
}

.p-list ul li .k i {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
	border: #DDDDDD solid 1px;
	text-align: center;
	font-style: normal;
	margin: 20px auto 0 auto;
}

.p-list ul li .k i:after {
	font-family: "iconfont";
	content: "\e61a";
}

/* 工艺 */
.gy-cont {
	background: #d3d3d3;
	position: relative;
	margin-bottom: 30px;
}

.gy-cont .pic {
	width: 40%;
	float: left;
	background: #FFFFFF;
}

.gy-cont.r .pic {
	float: right;
	text-align: right;
}

.gy-cont .pic img {
	max-width: 95%;
}

.gy-cont .info {
	width: 60%;
	padding: 25px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.gy-cont.r .info {
	right: auto;
	left: 0;
}

.gy-cont-info .cont {}

/*产品介绍*/
.product-cont {}

.p-tt {
	text-align: right;
}

.p-tt b {
	display: block;
	line-height: 35px;
	font-size: 26px;
	color: #055d8c;
	font-weight: 300;
}

.p-tt span {
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #999999;
}

.p-cont img {
	max-width: 100%;
}

.p-name {
	font-size: 26px;
	color: #333;
	line-height: 50px;
	padding-bottom: 15px;
	border-bottom: #ddd dashed 1px;
	margin-bottom: 15px;
}

.p-info {
	font-size: 16px;
	color: #555;
	line-height: 30px;
}

.p-info em {
	color: #F0AD4E;
	font-style: normal;
}

.p-info ul {
	padding-top: 20px;
}

.p-info ul li {
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	line-height: 32px;
}

.p-info ul li:before {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 16px;
	font-family: "iconfont";
	content: "\e603";
	color: #f08519;
	position: absolute;
	left: 0;
}

.p-pic {
	margin-top: 30px;
}

.p-pic img {
	width: 100%;
}

.p-info img {
	display: block;
	margin-top: 30px;
}

.p-about {
	font-size: 16px;
	color: #555;
	line-height: 28px;
	margin-top: 30px;
}

.p-about img {
	max-width: 100%;
	height: auto;
}

.p-about table {
	border: #333333 solid 1px;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	margin: 10px 0;
	color: #333333;
}

.p-about table tr {
	border: #333333 solid 1px;
	border-collapse: collapse;
}

.p-about table tr td {
	border: #333333 solid 1px;
	border-collapse: collapse;
	padding: 5px 10px;
	text-align: center;
}

.p-about table tr th {
	border: #333333 solid 1px;
	border-collapse: collapse;
	padding: 5px 10px;
}

.list-inline {
	margin-top: 10px;
	margin-right: -5px;
}

.list-inline li a {
	cursor: pointer;
	display: block;
	border: #ddd solid 1px;
}

.list-inline li a.selected {
	border: #999 solid 1px;
}

.list-inline li img {
	width: 100%
}

/**/
.side-cate {}

.side-cate ul {
	color: #333333;
	border-bottom: 5px solid #f08519;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 15px 0 15px 15px;
}

.side-cate ul li {
	border-bottom: 1px solid #EEEEEE;
	font-size: 16px;
	line-height: 45px;
	margin-bottom: 5px;
	padding: 0 15px;
	position: relative;
}

.side-cate ul li::before {
	font-family: "iconfont";
	content: "\e61a";
	font-size: 12px;
	color: #999999;
}

.side-cate ul li:last-child {
	border: none;
}

.side-cate ul li.curr {
	background: #FFFFFF;
}

.side-cate ul li:hover {}

.side-cate ul li a {
	color: #555555;
}

.side-cate ul li a:hover {
	font-weight: 700;
}

.side-cate ul li:hover a {
	color: #029a35;
}

.side-top {
	height: 100px;
	background: #029a35 url(side-top.jpg) no-repeat left center;
	background-size: contain;
}

.side-p-cate {}

.side-p-cate dl {
	border-bottom: 5px solid #f08519;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	padding: 15px;
}

.side-p-cate dl dt {
	ont-weight: bold;
	color: #3e3e3e;
	font-size: 18px;
	margin-bottom: 15px;
}

.side-p-cate dl dt a {
	color: #3e3e3e;
}

.side-p-cate dl dt a:hover {
	color: #b00;
}

.side-p-cate dl dd {
	margin-bottom: 10px;
}

.side-p-cate dl dd a {
	font-weight: lighter;
	font-size: 15px;
	color: #333;
	position: relative;
	padding-left: 25px;
	line-height: 30px;
	display: block;
	transition: all 0.3s;
}

.side-p-cate dl dd span {
	font-size: 12px;
	color: #999999;
	display: block;
	line-height: 16px;
}

.side-p-cate dl dd a:hover {
	color: #b00915;
}

.side-p-cate dl dd a:hover::before {
	color: #b00915;
}

.side-p-cate dl dd a::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "iconfont";
	content: "\e65b";
	color: #CCCCCC;
	transition: all 0.3s;
	font-size: 18px;
}

.side-p-cate dl dd.curr a {
	color: green;
	font-weight: 700;
}

.side-p-cate dl dd.curr a::before {
	content: "\e65a";
	color: orange;
	font-weight: normal;
}

.big-title {
	line-height: 50px;
	height: 50px;
	background: url(title-bg.png) no-repeat right center #029a35;
	position: relative;
	border-radius: 8px;
	margin-bottom: 30px;
	color: #FFFFFF;
}

/* .big-title::before {
	position: absolute;
	height: 4px;
	background-color: #029a35;
	width: 150px;
	left: 0;
	bottom: 0;
	content: " ";
	z-index: 3;
}

.big-title::after {
	position: absolute;
	height: 4px;
	background-color: #EEEEEE;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	z-index: 2;

} */
.big-title .tt {
	font-size: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: 500;
	display: inline-block;
	float: left;
}

.big-title .more {
	position: absolute;
	font-size: 14px;
	color: #FFFFFF;
}

.big-title .more a {
	color: #FFFFFF;
}

/*--文章列表--*/
.art-top {
	margin-top: 50px;
}

.a-cont {}

.a-cont h1 {
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	text-align: left;
}

.a-cont .info {
	color: #909090;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	margin: 10px 0;
}

.a-cont .info span {
	display: inline-block;
	margin: 0 5px;
}

.a-cont .cont {
	padding: 20px 0;
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	overflow: hidden;
}

.a-cont .cont img {
	max-width: 100%;
	margin: 10px 0;
}

.a-cont .a-link {
	border-top: #DDDDDD solid 1px;
	padding: 20px 0;
}

.a-cont .a-link ul {}

.a-cont .a-link ul li {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.a-cont .a-link ul li a {
	color: #666666;
}

.a-cont .a-link ul li a:hover {
	color: #029a35;
}

/*联系我们页面*/
.message-title {
	font-size: 18px;
}

.contact-message ul {
	clear: both;
	margin-top: 30px;
}

.contact-message ul li {
	margin-bottom: 30px;
}

.contact-message ul li .form-control {
	border-radius: 0;
	1px solid #e8e8e8 background: none;
	min-height: 40px;
	background: #FFFFFF;
}

.contact-message ul li .form-control:focus {
	background: #fafafa;
	outline: none !important;
}

.contact-message ul li textarea {
	line-height: 25px;
}

.contact-message .tips {
	font-size: 12px;
	line-height: 20px;
	color: #a5a7a8;
}

.contact-message .tips a {
	color: #666666;
}

.contact-message .sb-btn {
	border: #999 solid 1px;
	background: #a91a16;
	color: #FFFFFF;
	border-radius: 0;
	line-height: 30px;
	width: 200px;
	margin-top: 30px;
}

.contact-title {}

/* 企业简介 */
.company-about {}

.company-about .pic {}

.company-about .pic img {
	width: 100%;
}

.company-about .info {
	color: #666666;
}

.company-about .info p {
	font-size: 14px !important;
	text-indent: 2em;
	line-height: 25px;
	margin-bottom: 20px;
}

.company-about .tt {
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.company-about .tt b {
	color: #000000;
}

.company-about .tt span {
	text-transform: uppercase;
	color: #F08519;
}

.company-about .big-img {
	margin-bottom: 30px;
}

.company-about .big-img img {
	max-width: 100%;
}

.side-info {
	font-size: 12px;
	color: #666666;
	line-height: 25px;
	color: #999999;
	margin: 20px 0;
}

.side-info h6 {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: 600;
	color: #333333;
}

.side-info p:not(:last-child) {
	margin-bottom: 20px;
}

.contact-title span {
	color: #E1472F;
	font-size: 14px;
	border-top: #DDDDDD solid 1px;
	line-height: 25px;
	padding-top: 10px;
	display: block;
}

.contact-title b {
	font-size: 22px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-weight: 300;
}

.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
	font-family: "microsoft yahei";
	font-size: 16px;
}

.sb-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.contact-cont {
	border: #DDDDDD solid 1px;
}

.contact-tt {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-cont .contact-side {
	/* width: 300px; */
	padding: 30px;
	float: left;
}

.contact-cont .contact-side h3 {
	font-size: 30px;
	font-weight: lighter;
	color: #444;
	margin-bottom: 18px;
}

.contact-cont .contact-side ul {}

.contact-cont .contact-side ul li {
	font-size: 14px;
	color: #777;
	font-weight: lighter;
	line-height: 26px;
	margin-bottom: 6px;
	display: flex;
}

.contact-cont .contact-side ul li .t {
	width: 75px;
}

.contact-cont .contact-side ul li .c {
	flex: 1;
}

.contact-cont .contact-side ul li a {
	color: #333333;
	font-weight: 700;
}

.contact-map {
	height: 550px;
	overflow: hidden;
	margin-left: 360px;
	background: #F7F7F7;
}

.map-cont {
	height: 460px;
	overflow: hidden;
}

.history-list {
	width: 900px;
	margin: 30px auto;
	background: url(history-line.png) no-repeat left top;
	height: 900px;
	position: relative;
}

.history-list ul {}

.history-list ul li {
	position: absolute;
}

.history-list ul li .time {
	background: #029a35;
	color: #FFFFFF;
	text-align: center;
	line-height: 42px;
	width: 50px;
	font-size: 14px;
	height: 50px;
	border-radius: 50px;
	border: #D43F3A solid 4px;
	position: absolute;
	left: 0;
	top: 0;
}

.history-list ul li .info {
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	font-weight: lighter;
}

.history-list ul li .pic {}

.history-list ul li .pic img {
	display: block;
	width: 100%;
}

.history-list ul li:nth-child(1) {
	top: 10px;
	left: 10px;
}

.history-list ul li:nth-child(1) .info {
	position: absolute;
	left: 70px;
	width: 170px;
	top: 30px;
}

.history-list ul li:nth-child(1) .pic {
	position: absolute;
	width: 150px;
	left: 70px;
	top: -20px;
}

.history-list ul li:nth-child(2) {
	top: 100px;
	left: 110px;
}

.history-list ul li:nth-child(2) .info {
	position: absolute;
	left: -70px;
	width: 150px;
	top: 70px;
}

.history-list ul li:nth-child(2) .pic {
	position: absolute;
	left: -70px;
	top: 130px;
	width: 150px;
}

.history-list ul li:nth-child(3) {
	top: 185px;
	left: 286px;
}

.history-list ul li:nth-child(3) .info {
	position: absolute;
	left: 0px;
	width: 150px;
	top: -50px;
}

.history-list ul li:nth-child(3) .pic {
	position: absolute;
	left: 0px;
	top: -160px;
	width: 150px;
}

.history-list ul li:nth-child(4) {
	top: 224px;
	left: 470px;
}

.history-list ul li:nth-child(4) .info {
	position: absolute;
	left: 0px;
	width: 200px;
	top: -70px;
}

.history-list ul li:nth-child(4) .pic {
	position: absolute;
	left: 0px;
	top: -180px;
	width: 150px;
}

.history-list ul li:nth-child(5) {
	top: 252px;
	left: 680px;
}

.history-list ul li:nth-child(5) .info {
	position: absolute;
	left: 0px;
	width: 200px;
	top: -70px;
}

.history-list ul li:nth-child(5) .pic {
	position: absolute;
	left: 0px;
	top: -180px;
	width: 150px;
}

.history-list ul li:nth-child(6) {
	top: 354px;
	left: 733px;
}

.history-list ul li:nth-child(6) .info {
	position: absolute;
	left: 20px;
	width: 160px;
	top: 60px;
}

.history-list ul li:nth-child(6) .pic {
	position: absolute;
	left: 20px;
	top: 110px;
	width: 150px;
}

.history-list ul li:nth-child(7) {
	top: 460px;
	left: 600px;
}

.history-list ul li:nth-child(7) .info {
	position: absolute;
	left: -20px;
	width: 160px;
	top: 60px;
}

.history-list ul li:nth-child(7) .pic {
	position: absolute;
	left: -20px;
	top: 125px;
	width: 150px;
}

.history-list ul li:nth-child(8) {
	top: 515px;
	left: 415px;
}

.history-list ul li:nth-child(8) .info {
	position: absolute;
	left: 0px;
	width: 140px;
	top: -50px;
}

.history-list ul li:nth-child(8) .pic {
	position: absolute;
	left: 0px;
	top: -180px;
	width: 70px;
}

.history-list ul li:nth-child(9) {
	top: 515px;
	left: 207px;
}

.history-list ul li:nth-child(9) .info {
	position: absolute;
	left: 0px;
	width: 150px;
	top: -50px;
}

.history-list ul li:nth-child(9) .pic {
	position: absolute;
	left: 0px;
	top: -160px;
	width: 150px;
}

.history-list ul li:nth-child(10) {
	top: 620px;
	left: 190px;
}

.history-list ul li:nth-child(10) .info {
	position: absolute;
	left: 220px;
	width: 150px;
	top: 0px;
}

.history-list ul li:nth-child(10) .pic {
	position: absolute;
	width: 130px;
	left: 70px;
	top: -20px;
}

.history-list ul li:nth-child(11) {
	top: 620px;
	left: 190px;
}

.history-list ul li:nth-child(11) .info {
	position: absolute;
	left: 220px;
	width: 150px;
	top: 0px;
}

.history-list ul li:nth-child(11) {
	top: 760px;
	left: 320px;
}

/*--自适应 slide end--*/
@media (max-width: 768px) {
	body {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 10px;
		background-size: contain;
	}

	#header {
		padding: 0px 0;
		height: 50px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	}

	#header.scrolled {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
		padding: 0px 0px;
		height: 50px;
	}

	.navbar-brand {
		top: 7px;
		left: 10px;
	}

	#header.scrolled .navbar-brand {
		top: 7px;
		left: 10px;
	}

	#header.scrolled .nav>li>a {
		height: 40px;
		line-height: 40px;
	}

	.col-xs-6 {
		padding: 0 5px;
	}

	.bg-white-bg {
		padding: 20px 0;
		background: #ffffff;
	}

	.bg-gray-bg {
		padding: 20px 0;
		background: #f7f7f7;
	}

	.bg-black-bg {
		padding: 20px 0;
	}

	.top-right {
		margin-top: 8px;
		display: none;
	}

	.navbar-brand {
		display: block;
		height: 40px;
		text-indent: -9999px;
		width: 171px;
	}

	.navbar-brand img {
		height: 40px !important;
		width: auto;
	}

	#header::after {
		display: none;
	}

	#header .col-xs-12 {
		padding: 0 8px;
	}

	.wrapper {
		height: auto;
	}

	.top-search {
		display: none;
	}

	.nav-show {
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10px;
		right: 10px;
		background: #029a35;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		color: #FFFFFF;
	}

	.nav-show::before {
		font-family: "iconfont";
		content: "\e66d";
		font-size: 20px
	}

	.nav {
		padding: 0;
		margin: 0px !important;
		padding-bottom: 0px;
		width: 100%;
		height: calc(100vh - 50px);
		position: absolute;
		top: 50px;
		right: -100vw;
		text-align: center;
		transition: all 0.3s;
		background: none;
	}

	.nav:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		content: " ";
		background: rgba(0, 0, 0, 0.4);
		z-index: -1;
		height: 100vh;
	}

	.nav.show {
		right: 0;
	}

	.nav>li {
		display: block;
		margin: 0px;
		text-align: center;
		width: 100%;
		padding: 0;
		position: relative;
		background: #FFFFFF;
		height: auto;
	}

	.nav>li>a {
		display: block;
		width: auto;
		border-radius: 0 !important;
		color: #333333;
		line-height: 40px;
		height: 40px;
		border-bottom: solid 1px #DDDDDD;
		text-align: left;
		font-size: 14px;
	}

	.nav>li>a:hover {
		border-bottom: #D43F3A solid 1px;
	}

	.nav>li.active>a {
		background: #029a35;
		color: #FFFFFF;
	}

	.nav>li .sec-nav {
		display: block;
		visibility: visible;
		position: static;
		opacity: 1;
		width: auto;
		text-align: left;
		padding: 5px 0 5px 10px;
		z-index: 2;
		border-top: 0;
	}

	.nav>li:nth-child(3) .sec-nav {
		width: auto;
	}

	.nav>li .sec-nav li {
		display: inline-block;
		border-bottom: none;
		padding: 0;
	}

	.nav>li .sec-nav li a {
		color: #666666;
		line-height: 25px;
		padding: 0 10px;
		margin: 0;
	}

	.nav-show {
		display: block;
		z-index: 99;
	}

	.about-title {
		margin-top: 25px;
	}

	.about-page>div:not(:last-child) {
		margin-bottom: 20px;
	}

	.about-info p {
		margin-bottom: 10px;
	}

	.index-product-title {
		display: none
	}

	.index-product-title span {
		font-size: 14px;
	}

	.index-product-title b {
		font-size: 16px;
		padding: 0 30px;
		line-height: 25px;
	}

	.index-product-title .info {
		margin-top: 0px;
	}

	.bg-product-bg {
		padding: 30px 0;
	}

	.bg-case-bg {
		padding: 30px 0;
	}

	.bottom {
		padding: 30px 0;
	}

	.top-right {
		margin-right: 48px;
	}

	.top-search-btn {
		margin: 0;
	}

	.cate-pic-list ul li .ico {
		display: none;
	}

	.index-case-title .info {
		font-size: 14px;
	}

	.index-cate-list {
		margin: 15px 0;
	}

	.index-cate-list ul {
		text-align: center;
	}

	.index-cate-list ul li {
		display: inline-block;
		line-height: 30px;
		width: auto;
		text-align: center;
		margin: 0 5px;
		font-size: 14px;
		color: #333333;
	}

	.index-cate-list ul li.curr {}

	.index-cate-list ul li a {
		color: #333333;
		display: block;
		padding: 0 10px;
		transition: all 0.3s;
		border-radius: 20px;
		border: #DDDDDD solid 1px;
		text-decoration: none;
	}

	.index-case-list ul li .k .tt {
		font-size: 14px;
	}

	.index-case-list ul li .k .info {
		line-height: 20px;
		font-size: 12px;
	}

	.index-about {
		display: block;
		padding: 10px 0;
	}

	.index-about .pic {
		width: auto;
	}

	.index-about .pic img {
		width: 100%;
	}

	.index-about .cont {
		margin: 0;
	}

	.index-about .cont .more {
		position: static;
		margin: 20px auto 0 auto;
		display: block;
	}

	.index-center-title {
		font-size: 18px;
		line-height: 40px;
		height: 50px;
		margin-bottom: 10px;
	}

	.cate-pic-list ul li {
		padding: 5px 25px;
	}

	.index-p-list {
		margin-top: 30px;
		background: url(index_prodct_pic.jpg) no-repeat bottom right;
		background-size: contain;
		padding-bottom: 300px;
	}

	.bg-product-bg {
		background-position: bottom right;
		background-size: contain;
	}

	.contact-ul ul li {
		margin-bottom: 0;
	}

	.contact-ul ul li div {
		border-left: none;
		padding: 15px;
		min-height: auto;
		border-bottom: #DDDDDD solid 1px;
	}

	.contact-ul ul li i {
		color: #999999;
		display: block;
		line-height: 25px;
		letter-spacing: 0em;
		font-style: normal;
		font-size: 12px;
	}

	.contact-ul ul li span {
		font-size: 16px;
		color: #888888;
		display: block;
		line-height: 25px;
	}

	.contact-ul ul li b {
		display: block;
		font-size: 18px;
		color: #003D1E;
		line-height: 25px;
	}

	.contact-ul ul li .go {
		height: 35px;
		line-height: 35px;
		width: 120px;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 14px;
		border-radius: 10px;
		display: inline-block;
		position: static;
		margin-top: 10px;
		right: 10px;
		top: 30px;
	}

	.index-p-list ul {}

	.index-p-list ul li {
		text-align: center;
		margin-bottom: -1px;
		padding-top: 0px;
		width: 50%;
		margin-right: -1px;
		float: left;
		height: 225px;
		overflow: hidden;
	}

	.index-p-list ul li:nth-child(7) {
		margin-left: 0;
	}

	.index-p-list ul li:nth-child(10) {
		margin-left: 0;
	}

	.index-p-list ul li .k {
		transition: all 0.3s;
		box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0);
		background: #FFFFFF;
		height: 225px;
		overflow: hidden;
	}

	.index-p-list ul li:hover .k {
		transform: none;
		padding: 0px;
		height: auto;
		transform-origin: center;
		box-shadow: none;
		background: #FFFFFF;
		height: 225px;
		overflow: hidden;
	}

	.index-p-list ul li a {
		display: block;
		border: #DDDDDD solid 1px;
	}

	.index-p-list ul li a:hover {
		text-decoration: none;
		color: #f68c1e;
	}

	.index-p-list ul li .k img {
		width: 100%;
		;
	}

	.index-p-list ul li .k .tt {
		font-size: 14px;
		line-height: 35px;
		color: #333333;
	}

	.index-p-list ul li a:hover .tt {
		color: #333333;
	}

	.index-p-list ul li .k .more {
		display: block;
		width: 100px;
		height: 30px;
		line-height: 30px;
		border-radius: 30px;
		font-size: 13px;
		color: #FFFFFF;
		text-align: center;
		font-style: normal;
		margin: 10px auto 0 auto;
		transition: all 0.3s;
		background: #D43F3A;
	}

	.case-bg {
		padding: 20px 0;
	}

	.bg-news-bg {
		padding: 20px 0;
	}

	.index-news-title {
		font-size: 26px;
		text-align: center;
		margin-bottom: 0px;
	}

	.index-news {}

	.index-news ul {}

	.index-news ul li {
		padding: 5px 10px;
	}

	.index-news ul li .time {
		position: static;
		width: auto;
	}

	.index-news ul li .time b {
		display: inline-block;
		font-size: 16px;
	}

	.index-news ul li .time span {
		font-size: 14px;
	}

	.owl-buttons {
		right: 0px;
		left: 0px;
	}

	.index-news-pic {
		margin-top: 15px;
	}

	.bg-bar-bg {
		display: none;
	}

	.b-logo {
		background-size: contain;
	}

	.b-logo .b-text {
		display: none;
	}

	.b-link {
		display: none;
	}

	.pages {
		margin-bottom: 15px;
	}

	.b-title {
		text-align: center;
	}

	.b-contact {
		text-align: left;
	}

	.b-code {
		text-align: center;
	}

	.b-code img {
		margin: 0 auto;
	}

	.footer {
		padding: 20px 0;
	}

	.bottom {
		font-size: 12px;
		padding: 10px;
	}

	.bottom-btn {
		display: block;
		height: 40px;
		padding-top: 0px;
		width: 100%;
		background: #029a35;
		position: fixed;
		bottom: 0;
		z-index: 1000;
		text-align: center;
	}

	.bottom-btn ul {
		display: -moz-box;
		display: -webkit-box;
		display: box;
	}

	.bottom-btn ul li {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		box-flex: 1;
	}

	.bottom-btn ul li a {
		height: 40px;
		display: block;
		text-align: center;
		color: #FFFFFF;
		line-height: 40px;
		;
		font-size: 28px;
		text-decoration: none;
		transition: all 0.3s;
	}

	.bottom-btn ul li a:hover {
		text-decoration: none;
		color: #29A7E1;
	}

	.bottom-btn ul li a:before {
		font-family: "iconfont";
	}

	.bottom-btn ul li a.qq:before {
		content: "\e624";
	}

	.bottom-btn ul li a.tel:before {
		content: "\e61c";
	}

	.bottom-btn ul li a.bz:before {
		content: "";
	}

	.bottom-btn ul li a.ly:before {
		content: "\e743";
	}

	.bottom-btn ul li a.wx:before {
		content: "\e707";
	}

	.product-big-pic ul li {
		margin-bottom: 10px;
		width: 30%;
		margin-right: 10px;
	}

	.product-big-pic ul {
		padding-left: 10px;
		margin-top: 20px;
	}

	.product-info .name {
		font-size: 22px;
	}

	.product-info .cont b {
		font-size: 16px;
	}

	.product-info .cont ul li {
		font-size: 14px;
		line-height: 25px;
	}

	.a-list ul li {
		padding: 0 0 10px 0;
	}

	.a-list ul li .pic {
		width: 100%;
		float: none;
	}

	.a-list ul li .pic img {
		width: 100%;
		height: auto;
	}

	.a-list ul li .title {
		font-size: 18px;
		line-height: 25px;
		margin-top: 10px;
	}

	.a-list ul li em {
		position: static;
		font-size: 14px;
	}

	.a-list ul li span {
		padding-right: 10px;
	}

	.a-list ul li i {
		display: none;
	}

	.current {
		padding: 0px;
	}

	.current .col-xs-12 {
		text-align: center;
	}

	.breadcrumb {
		float: none;
	}

	.side-cate {
		margin-top: 0px;
	}

	.side-cate ul {}

	.side-cate ul li {
		display: inline-block;
		margin-right: 5px;
		line-height: 30px;
		border: #DDDDDD solid 1px !important;
		padding: 0 10px;
	}

	.side-cate ul li::before {
		display: none;
	}

	.side-cate ul li a {}

	.side-cate ul li.curr {
		color: #FFFFFF;
		background: #B00915;
	}

	.side-cate ul li.curr a {
		color: #FFFFFF;
	}

	.res-menu {
		visibility: visible;
		display: inline-block;
	}

	.p-cont table {
		font-size: 12px;
		padding: 0px;
	}

	.p-cont table tr td {
		padding: 0px;
	}

	.contact-cont .contact-side {
		width: auto;
		padding: 15px;
		float: none;
	}

	.contact-cont .contact-side h3 {
		font-size: 20px;
		font-weight: lighter;
		color: #444;
		margin-bottom: 10px;
	}

	.contact-cont .contact-side ul {}

	.contact-cont .contact-side ul li {
		font-size: 14px;
		color: #777;
		font-weight: lighter;
		line-height: 26px;
		margin-bottom: 6px;
	}

	.contact-map {
		height: 250px;
		overflow: hidden;
		margin-left: 00px;
		background: #F7F7F7;
	}

	.map-cont {
		height: 260px;
	}

	.big-title {}

	.big-title .tt {
		font-size: 18px;
		font-weight: 300;
	}
}

/*768end*/
@media(max-width:1200px) {}

@media(max-width:992px) {
	.nav {
		margin-top: 5px;
		text-align: center;
	}

	.nav>li {
		margin: 0 0px;
	}
}

@media(min-width:992px) {
	#header.scrolled .nav {
		padding: 0;
		padding-left: 110px;
		margin-top: 0px;
	}
}

@media(min-width:1200px) {}

@media(min-width:768px) {}

@media(max-width:320px) {}

@media (min-width: 768px) and (max-width: 992px) {
	body {
		padding-top: 65px
	}

	#header {
		height: 65px;
	}

	.nav {
		margin: 0px auto 0 auto;
		padding-left: 40px;
	}

	.nav>li {
		padding: 0;
	}

	.nav>li>a {
		padding: 0px 10px;
		font-size: 14px;
		line-height: 65px;
		height: 65px;
	}

	.lau {
		display: none;
	}

	.top-right {
		top: 15px;
	}

	.navbar-brand {
		display: block;
		height: 40px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 120px;
		float: left;
	}

	#header.scrolled .navbar-brand {
		height: 40px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 120px;
	}

	.navbar-brand img {
		height: 40px;
		width: 120px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	body {
		padding-top: 60px;
	}

	#header {
		height: 60px;
	}

	.navbar-brand {
		display: block;
		height: 50px;
		text-indent: -9999px;
		top: 5px;
		width: 150px !important;
	}

	#header.scrolled .navbar-brand {
		margin-top: 0;
	}

	.navbar-brand img {
		height: 50px;
		width: 150px;
	}

	.nav {}

	.nav>li>a {
		height: 60px;
		line-height: 60px;
	}
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

/*返回顶部*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 4px;
	background: rgba(240, 133, 45, 1) url(cd-top-arrow.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .8;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.cd-top {
		right: 10px;
		bottom: 60px;
		background-size: 20px 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}

.xglq {
	animation-duration: 0.5s;
}

.anchorBL {
	display: none !important;
}

.BMap_cpyCtrl {
	display: none;
}

.m-t-0 {
	margin-top: 0;
}
