/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #1D8C3E;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #1D8C3E;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #1D8C3E;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
	padding-top: 50px;
}

html,
body {
	height: 100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
}
.bgColorF7 {
	background-color: #F7F7F7;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

.img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.investmentTips {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1031;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}
.investmentTips>div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.investmentTips>div>p {
	max-width: 90%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 10px 15px;
	background: #fff;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.PC_img {
		display: none!important;
	}
	.investmentTips {
		display: block;
	}
}
@media (min-width: 768px) {
	body {
		padding-top: 70px;
	}
	.min_img {
		display: none!important;
	}
	.container {
		width: 83.33333%;
		max-width: 1430px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 90px;
	}
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}
@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*侧边栏*/
.sidebar {
	position: fixed;
	top: 50%;
	left: 5px;
	z-index: 1030;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sidebar.on {
	left: -92px;
	opacity: .8;
}
.sidebar a {
	display: block;
	color: #fff;
	text-align: center;
}
.sidebar a>img {
	display: block;
	width: 184px;
}
.sidebar a>span {
	display: block;
	background: -webkit-linear-gradient(#47B233, #2E9230);
	background: linear-gradient(#47B233, #2E9230);
	width: 140px;
	margin-left: 12px;
	margin-top: -15px;
	padding: 10px;
	border-radius: 5px;
	font-size: 24px;
}
.sidebar a:hover {
	opacity: 1!important;
}

@media (max-width: 767px) {
	.sidebar {
		-webkit-transform: scale(.6);
		transform: scale(.6);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.sidebar.on {
		left: -60px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #666;
	color: #fff;
	overflow: hidden;
}
.footer a {
	display: inline-block;
	color: #fff;
}
.footer a:hover {
	opacity: .6;
}
.copyright,
.foot_contact {
	border-top: 1px rgba(204,204,204,.4) solid;
	font-size: 12px;
	line-height: 24px;
	padding: 15px 0;
}
.foot_contact p {
	margin: 0 -3px;
}
.foot_contact p span {
	display: inline-block;
	padding: 0 3px;
}

.foot_top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 30px;
}
.foot_top>.column {
	padding: 0 15px;
	margin-bottom: 20px;
	position: relative;
}
.foot_top .h2 {
	font-size: 16px;
	margin: 0 0 15px;
}
.foot_nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
.foot_nav li {
	margin-bottom: 5px;
	position: relative;
}
.foot_nav li a {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.foot_top .foot_wechat {
	flex: 0 0 auto;
	max-width: 155px;
	margin-left: auto;
}
.foot_top .foot_wechat span {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 767px) {
	.foot_nav {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.foot_nav li {
		padding: 0 10px;
	}
	.foot_top .foot_wechat {
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	.foot_top {
		margin-left: -30px;
		margin-right: -30px;
		padding-top: 45px;
	}
	.foot_top>.column {
		width: auto;
		padding: 0 30px;
		min-height: 120px;
		margin-bottom: 30px;
	}
	.foot_top>.column:after {
		content: "";
		width: 1px;
		height: 118px;
		background-color: rgba(255,255,255,.2);
		position: absolute;
		right: 0;
		top: 2px;
	}
	.foot_top>.column:nth-last-child(2):after,
	.foot_top>.column:last-child:after {
		display: none;
	}
	.foot_top .foot_wechat {
		max-width: 185px;
	}
}
@media (min-width: 992px) {
	.foot_top {
		margin-left: -25px;
		margin-right: -25px;
	}
	.foot_top>.column {
		padding: 0 25px;
	}
	.foot_top .foot_wechat {
		max-width: 175px;
	}
}
@media (min-width: 1366px) {
	.foot_top {
		margin-left: -40px;
		margin-right: -40px;
	}
	.foot_top>.column {
		padding: 0 40px;
	}
	.foot_top .foot_wechat {
		max-width: 205px;
	}
}
@media (min-width: 1600px) {
	.foot_top {
		margin-left: -50px;
		margin-right: -50px;
	}
	.foot_top>.column {
		padding: 0 50px;
	}
	.foot_top .foot_wechat {
		max-width: 225px;
	}
}

/*导航*/
.navbar-default {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.navbar-brand img {
	flex: 0 0 auto;
	height: 40px;
}
.corporateName {
	width: 100%;
	color: #333;
	padding-left: 8px;
}
.corporateName h2 {
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}
.corporateName span {
	display: block;
	font-size: 12px;
	color: #393939;
	line-height: 1;
	margin-top: 5px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #1D8C3E;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #333;
}
.navbar-default .navbar-nav>li>a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #1D8C3E;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after {
	width: 100%;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #1D8C3E;
	font-weight: bold;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .container{position: relative;}
.navbar-tel{position: absolute;right:15px;top:5px;z-index: 2;}
.navbar-tel>a{display: block;color:#1D8C3E;font-weight: 700;font-size:18px;line-height:25px;font-family: arial;}
@media (max-width: 767px) {
	.header .navbar-fixed-top .navbar-collapse {
		max-height: none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		top: 50px;
		background-color: #fff;
		margin: 0;
	}
	.navbar-header {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.navbar-header:before,
	.navbar-header:after {
		display: none;
	}
	.navbar-brand {
		width: 100%;
	}
	.navbar-default .navbar-toggle {
		flex: 0 0 auto;
	}
	.corporateName h2 {
		font-size: 16px;
	}
	.corporateName{display: none;}
	.navbar-tel{right:60px;top:14px}
}
@media (max-width: 479px) {
	.corporateName h2 {
		font-size: 15px;
	}
	.corporateName span {
		display: none;
	}
}
@media (max-width: 359px) {
	.corporateName h2 {
		font-size: 12px;
	}
}
@media (max-width: 309px) {
	.corporateName h2 {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 0;
	}
	.navbar-brand img {
		height: 50px;
	}
	.corporateName h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.corporateName span {
		margin-top: 8px;
	}
	.navbar-default .navbar-nav {
		margin-right: -6px;
		padding-top:20px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 6px;
	}
	.navbar-default .navbar-nav>li>a:after {
		height: 4px;
		max-width: 64px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (min-width: 768px) and (max-width: 1365px) {	
	.corporateName {
		display: none;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav {
		margin-right: -15px;
	}
	.navbar-default .navbar-nav>li+li {
		margin-left: 6px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.navbar-tel{top:10px;}
	.navbar-tel>a{font-size:20px;}
	.navbar-brand img {
		height: 70px;
	}
	.navbar-default .navbar-nav{padding-top:30px;}
	.navbar-default .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1600px) {
	.corporateName h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

/*首页*/
.index_banner {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index_banner .swiper-container {
	height: 100%;
}
.index_banner img {
	display: block;
	width: 100%;	
}
.banner-bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 17px;
	color: #fff;
	text-align: center;
}
.banner_text img {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner_text .h2 {
	font-size: 24px;
	line-height: 1;
	margin: 0;
}
.banner_text p {
	display: inline-block;
	font-size: 12px;
	line-height: 2;
	background-color: #1D8C3E;
	padding: 5px;
	margin: 20px 0 0;
}
.banner_text .h2,
.banner_text p {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner1 .banner_text .h2,
.banner1 .banner_text p {
	-webkit-transform: translate3d(0,80px,0);
	transform: translate3d(0,80px,0);
}
.banner2 .banner_text .h2,
.banner2 .banner_text p {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}
.banner3 .banner_text .h2,
.banner3 .banner_text p {
	-webkit-transform: translate3d(-80px,0,0);
	transform: translate3d(-80px,0,0);
}
.banner4 .banner_text .h2,
.banner4 .banner_text p {
	-webkit-transform: translate3d(80px,0,0);
	transform: translate3d(80px,0,0);
}
.swiper-slide-active .banner_text .h2,
.swiper-slide-active .banner_text p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 1;
}
.banner1.swiper-slide-active .banner_text p,
.banner2.swiper-slide-active .banner_text .h2,
.banner3.swiper-slide-active .banner_text p,
.banner4.swiper-slide-active .banner_text p {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner .swiper-button-prev,
.index_banner .swiper-button-next {
	width: 12px;
	height: 20px;
	margin-top: -10px;
	background-size: contain;
	outline: none;
}
.index_banner .swiper-button-prev {
	left: 5px;
}
.index_banner .swiper-button-next {
	right: 5px;
}

@media (min-width: 768px) {
	.banner_text {
		padding: 0;
	}
	.banner_text .h2 {
		font-size: 48px;
	}
	.banner_text p {
		font-size: 14px;
		padding: 10px;
		margin-top: 30px;
	}
	.index_banner .swiper-button-prev,
	.index_banner .swiper-button-next {
		width: 18px;
		height: 29px;
		margin-top: -15px;
	}
	.index_banner .swiper-button-prev {
		left: 4.16667%;
	}
	.index_banner .swiper-button-next {
		right: 4.16667%;
	}
}
@media (min-width: 1200px) {
	.banner_text .h2 {
		font-size: 56px;
	}
}
@media (min-width: 1400px) {
	.banner_text .h2 {
		font-size: 64px;
	}
	.banner_text p {
		font-size: 16px;
	}
}
@media (min-width: 1600px) {
	.banner_text .h2 {
		font-size: 80px;
	}
	.banner_text p {
		font-size: 20px;
	}
}

.index_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.index_main .container {
	position: relative;
	z-index: 2;
}
.index_bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-position: top center;
}

.index_title {
	text-align: center;
	margin-bottom: 30px;
}
.index_title a {
	display: block;
	color: #333;
}
.index_title .h2 {
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
}
.index_title span {
	display: block;
	font-size: 16px;
	color: #B6B6B6;
}
.index_title p {
	font-size: 12px;
	color: #666;
	margin: 10px 0 0;
}

.index_more {
	margin-top: 30px;
}
.index_more a {
	display: inline-block;
	border: 2px #1D8C3E solid;
	color: #1D8C3E;
	text-transform: uppercase;
	line-height: 20px;
	padding: 8px 30px;
}
.index_more a:hover {
	color: #fff;
	border-color: #1D8C3E;
	background-color: #1D8C3E;
}

@media (max-width: 767px) {
	.index_bg {
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.index_main {
		padding: 50px 0;
	}
	.index_bg {
		background-attachment: fixed;
	}
	.index_title {
		margin-bottom: 50px;
	}
	.index_title .h2 {
		font-size: 24px;
	}
	.index_title span {
		font-size: 20px;
	}
	.index_title p {
		font-size: 14px;
		margin-top: 15px;
	}
	.index_more {
		margin-top: 50px;
	}
	.index_more a {
		font-size: 16px;
		padding: 10px 40px;
	}
}
@media (min-width: 1200px) {
	.index_title {
		margin-bottom: 70px;
	}
	.index_title .h2 {
		font-size: 30px;
	}
	.index_title span {
		font-size: 24px;
	}
	.index_title p {
		font-size: 16px;
		margin-top: 25px;
	}
}
@media (min-width: 1600px) {
	.index_main {
		padding: 70px 0;
	}
	.index_title {
		margin-bottom: 90px;
	}
	.index_title .h2 {
		font-size: 36px;
	}
	.index_title span {
		font-size: 28px;
	}
}

/*首页关于*/
.index_about_list .column {
	margin-bottom: 30px;
}
.index_about_list .index_title {
	text-align: left;
	margin-bottom: 25px;
}
.index_about_list .index_title a {
	color: #1D8C3E;
	border-bottom: 1px #EBEBEB solid;
	padding-bottom: 15px;
}
.index_about_list .index_title .h2 {
	line-height: 1.3;
}
.index_about_content {
	color: #666;
	line-height: 24px;
	border-bottom: 1px #EBEBEB solid;
	padding-bottom: 40px;
}
.index_about_content p {
	margin: 0;
}
.index_about_list ul {
	list-style: none;
	padding: 0;
	margin: 40px -15px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_about_list ul li {
	padding: 0 15px;
	margin-bottom: 20px;
	max-width: 25%;
}
.index_about_list ul li span {
	display: block;
	font-size: 30px;
	color: #39AC68;
	line-height: 1;
}
.index_about_list ul li em {
	display: block;
	margin-top: 6px;
}

.index_video {
	max-width: 645px;
	margin: 0 auto;
	position: relative;
}
.index_video video {
	display: block;
	width: 100%;
}
.index_video i {
	width: 100%;
	height: 100%;
	background: url(../images/icon/icon1.png) no-repeat center rgba(0,0,0,.6);
	background-size: 48px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}

@media (max-width: 479px) {
	.index_about_list ul li {
		width: 50%;
		max-width: none;
	}
}
@media (min-width: 768px) {
	.index_about_content {
		font-size: 16px;
		line-height: 30px;
	}
	.index_about_list ul {
		margin-left: -25px;
		margin-right: -25px;
	}
	.index_about_list ul li {
		padding: 0 25px;
	}
	.index_about_list ul li span {
		font-size: 30px;
	}
	.index_video i {
		background-size: 60px;
	}
}
@media (min-width: 1200px) {
	.index_about_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.index_about_list .column {
		padding: 0 20px;
	}
	.index_video {
		margin-right: inherit;
	}
}
@media (min-width: 1600px) {
	.index_about_list {
		margin-left: -45px;
		margin-right: -45px;
	}
	.index_about_list .column {
		padding: 0 45px;
	}
	.index_about_list .index_title .h2 {
		font-size: 40px;
	}
}

/*首页产品*/
.index_product_main .index_title a,
.index_product_main .index_title p {
	color: #fff;
}
.index_product_classify {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.index_product_classify .column {
	padding: 0 7.5px;
	margin-bottom: 15px;
}
.index_product_classify a {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
}
.index_product_classify .h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 12px;
	background-color: #1275B5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.index_product_classify .column0 .h2 {
	background-color: #1275B5;
}
.index_product_classify .column1 .h2 {
	background-color: #F18A2B;
}
.index_product_classify .column2 .h2 {
	background-color: #9A02E1;
}
.index_product_classify .column3 .h2 {
	background-color: #40B49F;
}
.index_product_classify .column4 .h2 {
	background-color: #1275B5;
}
.index_product_classify a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 567px) {
	.index_product_classify .column {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.index_product_classify .column {
		width: 20%;
	}
}
@media (min-width: 1400px) {
	.index_product_classify .h2 {
		font-size: 18px;
	}
}

/*首页资质*/
.index_honor_main .index_bg {
	background-repeat: no-repeat;
	background-position: right center;
	width: 36.875%;
	left: auto;
	right: 0;
	background-size: contain;
	background-attachment: inherit;
}
.index_honor_main .inner {
	width: 70.71429%;
}
.index_honor_main .index_title {
	text-align: left;
}
.index_honor_list {
	margin-left: -12px;
	margin-right: -12px;
}
.index_honor_list .column {
	padding: 0 12px;
	margin-bottom: 25px;
	max-width: 254px;
}
.index_honor_list .img {
	border: 2px #D8D8D8 solid;
	padding: 4px;
}
.index_honor_list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.index_honor_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	.index_honor_list .column {
		padding: 0 8px;
		margin-bottom: 20px;
	}
}
@media (max-width: 567px) {	
	.index_honor_list .column {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.index_honor_main .inner {
		width: 100%;
	}
}
@media (min-width: 1600px) {
	.index_honor_main .index_title {
		margin-bottom: 70px;
	}
	.index_honor_main .index_title .h2 {
		font-size: 42px;
	}
}

/*首页新闻*/
.index_news_list .column {
	margin-bottom: 30px;
}
.index_news_list a {
	display: block;
	color: #000;
}
.index_news_list .h2 {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0 0;
}
.index_news_list p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 20px 0 0;
}
.index_news_list a:hover .h2 {
	color: #1D8C3E;
	font-weight: bold;
}
.index_news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.index_news_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.index_news_list .column {
		padding: 0 10px;
	}
}
@media (max-width: 479px) {
	.index_news_list .column {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.index_news_list {
		margin-left: -18px;
		margin-right: -18px;
	}
	.index_news_list .column {
		padding: 0 18px;
		margin-bottom: 50px;
	}
}

/*内页*/
.wrapper {
	min-height: calc(100vh - 310px);
	position: relative;
}
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location_main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.location_main .container:before,
.location_main .container:after {
	display: none;
}
.location {
	color: #4b4a4a;
	padding: 10px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #1D8C3E;
}

.inside_main {
	padding: 30px 0;
}

.layout_info {
	min-height: 45vh;
	max-width: 1350px;
	margin: 0 auto;
}
.layout_right {
	width: 100%;
	/*overflow: hidden;*/
}

.submenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -4px 20px;
}
.submenu li {
	padding: 0 4px;
	margin-bottom: 8px;
}
.submenu li a {
	color: #333;
	background-color: #F3F3F3;
	padding: 10px;
	min-width: 90px;
	text-align: center;
}
.submenu li a:hover,
.submenu .active a {
	background-color: #1D8C3E;
	color: #fff;
}

.inside_title {
	text-align: center;
	margin-bottom: 20px;
}
.inside_title .h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #999;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}

.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
	text-align: center;
}
.InfoTitle h4 {
	font-size: 16px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	color: #666;
	margin-top: 5px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #1D8C3E;
}

.pager {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px -5px 0;
}
.pager li {
	padding: 0 5px;
	margin: 5px 0;
}
.pager li>a,
.pager li>span {
	border: 1px #ccc solid;
	background-color: transparent;
	color: #666;
	border-radius: 0;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pager .previous>a,
.pager .previous>span,
.pager .next>a,
.pager .next>span {
	float: none;
	display: block;
	background-color: #666;
	border: 0;
	color: #fff;
	width: 70px;
}
.pager li>a:hover,
.pager .active>a {
	color: #fff;
	border-color: #1D8C3E;
	background-color: #1D8C3E;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #1D8C3E;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.layout_left {
		width: 100%;
		position: fixed;
		left: 100%;
		top: 0;
		bottom: 0;
		z-index: 1031;
		background-color: #fff;
		padding: 15px;
		display: flex;
		flex-direction: column;
	}
	.menu_icon {
		display: block;
		width: 28px;
		height: 28px;
		background: url(../images/icon/submenu.png) no-repeat center;
		background-size: contain;
		margin-bottom: 15px;
		cursor: pointer;
	}
	.submenu_close {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/icon/close1.png) no-repeat center;
		background-size: contain;
		flex: 0 0 auto;
		margin: 0 auto 15px;
	}
	.submenu_main {
		height: 100%;
		overflow-y: auto;
	}
	.submenu_main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}
@media (max-width: 767px) {	
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_main {
		padding: 50px 0;
	}
	.inside_main .index_title {
		margin-bottom: 40px;
	}
	.submenu {
		margin: 0 -8px 50px;
	}
	.submenu li {
		padding: 0 8px;
	}
	.submenu li a {
		font-size: 16px;
		line-height: 26px;
		min-width: 120px;
	}
	.submenu1 li a {
		min-width: 190px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.pager .previous>a,
	.pager .previous>span,
	.pager .next>a,
	.pager .next>span {
		width: 106px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 18px;
	}
	.goBack a {
		font-size: 16px;
		padding: 12px 50px;
	}
}
@media (min-width: 992px) {	
	.menu_icon,
	.submenu_close {
		display: none;
	}
	.layout_info {
		display: flex;
		flex-direction: row;
	}
	.layout_left {
		flex: 0 0 auto;
		width: 200px;
		margin-right: 30px;
		position: relative;
	}
	.layout_right1 {
		width: calc(100% - 230px);
	}
	.submenu1 li a {
		min-width: 210px;
	}
}
@media (min-width: 1200px) {
	.inside_main {
		padding: 70px 0;
	}
	.layout_left {
		width: 242px;
		margin-right: 48px;	
	}
	.layout_right1 {
		width: calc(100% - 290px);
	}
	.InfoTitle h4 {
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.submenu1 li a {
		min-width: 234px;
	}
}

/*荣誉资质*/
.honor_list {
	margin-left: -12px;
	margin-right: -12px;
}
.honor_list .column {
	padding: 0 12px;
	margin-bottom: 15px;
}
.honor_list .img {
	border: 1px #D8D8D8 solid;
}
.honor_list .h2 {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	margin: 15px 0 0;
}

@media (max-width: 567px) {
	.honor_list .column {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.honor_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.honor_list .column {
		padding: 0 5px;
	}
	.honor_list .h2 {
		font-size: 14px;
		margin-top: 10px;
	}
}

/*产品*/
.product_list {
	margin-left: -6.66667px;
	margin-right: -6.66667px;
}
.product_list .column {
	padding: 0 6.66667px;
	margin-bottom: 20px;
}
.product_list a {
	display: block;
	color: #333;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(204,204,204,.65);
	box-shadow: 0 0 12px rgba(204,204,204,.65);
	padding: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.product_list .text {
	height: 72px;
	overflow: hidden;
	margin: 20px 0 5px;
	padding: 0 5px;
}
.product_list span {
	display: block;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.product_details>.img {
	background-color: #eee;
	border: 5px #fff solid;
	-webkit-box-shadow: 0 0 12px rgba(204,204,204,.65);
	box-shadow: 0 0 12px rgba(204,204,204,.65);
	margin-bottom: 30px;
}
.product_details>.img img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.product_details>.text {
	line-height: 1.71428571;
	margin-bottom: 30px;
}
.product_details>.text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product_details>.text ul li {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.product_details>.text ul li+li {
	margin-top: 12px;
}
.product_details>.text ul li>span {
	display: block;
	font-weight: 700;
	flex: 0 0 auto;
	width: 60px;
}
.product_details>.text ul li .p {
	width: 100%;
	padding-left: 4.5%;
	overflow: hidden;
}
.product_details>.text p {
	margin: 0;
}
.detailsTitle {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px #E7E7E7 solid;
	padding: 0 15px 8px;
	margin-bottom: 25px;
	position: relative;
}
.detailsTitle:after {
	content: "";
	width: 110px;
	height: 3px;
	background-color: #333;
	position: absolute;
	left: 0;
	bottom: -2.5px;
}
.detailsItem {
	border-bottom: 1px #E7E7E7 solid;
	padding: 0 15px 40px;
	margin-bottom: 30px;
}
.detailsItem>.h2 {
	font-size: 18px;
	margin: 0 0 18px;
}
.detailsItem .InfoContent {
	line-height: 1.71428571;
}

@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
	.product_details>.text ul li {
		display: block;
	}
	.product_details>.text ul li .p {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.product_details {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	.product_details>.img {
		width: 33.71429%;
	}
	.product_details>.text {
		width: 66.28571%;
		padding-left: 3.21429%;
	}
	.detailsTitle {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.product_details>.img {
		border-width: 10px;
	}
}

/*案例*/
.case_list .column {
	margin-bottom: 30px;
}
.case_list a {
	display: block;
	color: #333;
}
.case_list .h2 {
	font-size: 16px;
	margin: 0;
	padding: 20px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.case_list .h2:before,
.case_list .h2:after {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.case_list .h2:before {
	width: 100%;
	background-color: #ddd;
	right: 0;
}
.case_list .h2:after {
	width: 0;
	background-color: #1D8C3E;
	left: 0;
}
.case_list a:hover .h2:before {
	width: 0;
}
.case_list a:hover .h2:after {
	width: 100%;
}
.case_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.case_list .column {
		width: 100%;
	}
}

/*新闻*/
.news_list a {
	color: #333;
	border-bottom: 1px #e5e5e5 solid;
	padding: 30px 0;
	display: flex;
	flex-direction: row;
}
.news_list .column:first-child a {
	padding-top: 0;
}
.news_list .img {
	width: 200px;
	flex: 0 0 auto;
}
.news_list .text {
	width: 100%;
	padding-left: 2.85714%;
	overflow: hidden;
}
.news_list .h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list p {
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.news_list em {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 150px;
	border: 1px #e5e5e5 solid;
	padding: 10px;
	margin-top: 15px;
}
.news_list em:after {
	content: "";
	width: 16px;
	height: 12px;
	background: url(../images/icon/icon9.png) no-repeat center;
	background-size: contain;
	display: block;
	margin-left: 10px;
	flex: 0 0 auto;
}
.news_list a:hover .h2 {
	color: #1D8C3E;
}
.news_list a:hover em {
	border-color: #1D8C3E;
	background-color: #1D8C3E;
	color: #fff;
}
.news_list a:hover em:after {
	background-image: url(../images/icon/icon9_1.png);
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.news_list .text {
		padding-left: 0;
	}
}
@media (min-width: 768px) {
	.news_list .img {
		width: 234px;
	}
	.news_list .h2 {
		font-size: 18px;
	}
	.news_list p {
		line-height: 28px;
		height: 56px;
	}
	.news_list em {
		margin-top: 20px;
	}
}
@media (min-width: 992px) {
	.news_list .img {
		width: 323px;
	}
	.news_list .h2 {
		font-size: 20px;
	}
	.news_list p {
		margin-top: 20px;
	}
	.news_list em {
		margin-top: 60px;
	}
}

/*下载中心*/
.download_list .column {
	margin-bottom: 30px;
}
.download_list a {
	color: #777;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border-bottom: 1px #d6d6d6 dashed;
	padding-bottom: 15px;
}
.download_list .icon {
	flex: 0 0 auto;
	width: 24px;
	margin-right: 10px;
}
.download_list .icon img {
	display: block;
	width: 100%;
}
.download_list .text {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.download_list .text>div {
	width: 100%;
	overflow: hidden;
}
.download_list span {
	display: block;
	color: #999;
	margin-left: 20px;
	flex: 0 0 auto;
}
.download_list .h2 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.download_list em {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	position: relative;
	padding-left: 20px;
	display: block;
}
.download_list em:before {
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/icon/icon8.png) no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.download_list a:hover {
	color: #1D8C3E;
}
.download_list a:hover em:before {
	background-image: url(../images/icon/icon8_1.png);
}

@media (min-width: 768px) {
	.download_list .icon {
		width: 35px;
		margin-right: 20px;
	}
	.download_list .h2 {
		font-size: 18px;
		line-height: 33px;
	}
	.download_list em,
	.download_list span {
		font-size: 16px;
	}
	.download_list em {
		padding-left: 25px;
	}
	.download_list em:before {
		width: 20px;
		height: 20px;
	}
}
@media (min-width: 1200px) {
	.download_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.download_list .column {
		padding: 0 30px;
	}
}
@media (min-width: 1400px) {
	.download_list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.download_list .column {
		padding: 0 50px;
	}
}

/*招商加盟*/
.index_join_main .inner {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.65);
	box-shadow: 4px 4px 8px rgba(0,0,0,.65);
	padding: 30px 6.07143%;
}
.join_form {
	max-width: 1230px;
	margin: 0 auto;
}
.join_form .form-group {
	margin-bottom: 0;
}
.join_form .column {
	margin-bottom: 20px;
}
.join_form .form-group:last-child .column {
	margin-bottom: 0;
	margin-top: 10px;
}
.join_form .form-control {
	height: 46px;
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.join_form .radio_box {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.join_form .radio_box .radio-inline {
	width: 50%;
	background-color: #fff;
	border: 1px #ccc solid;
	border-radius: 6px;
	height: 46px;
	padding: 0;
	text-align: center;
	line-height: 32px;
	color: #999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.join_form .radio_box .radio-inline input[type=radio] {
	margin: 0;
	position: static;
	display: none;
}
.join_form .radio_box .radio-inline.checked {
	border-color: #1D8C3E;
	color: #1D8C3E;
}
.join_form .radio_box .radio-inline.checked:after {
	content: "";
	width: 16px;
	height: 11px;
	background: url(../images/icon/icon2.png) no-repeat center;
	background-size: contain;
	display: block;
	margin-left: 5px;
}
.join_form .select_box {
	margin-top: 10px;
}
.join_form .select_box label {
	display: block;
	color: #666;
	font-weight: normal;
	padding: 0 15px;
	margin-bottom: 10px;
}
.join_form .btn {
	display: block;
	width: 100%;
	height: 46px;
	background-color: #1D8C3E;
	font-size: 16px;
	color: #fff;
	border-radius: 6px;
	border: 0;
	outline: none!important;
}

@media (min-width: 768px) {	
	.join_form .column {
		margin-bottom: 40px;
	}
	.join_form .select_box {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: -8px;
		margin-right: -8px;
	}
	.join_form .select_box .column,
	.join_form .select_box>label {
		padding: 0 8px;
	}
	.join_form .select_box>label {
		flex: 0 0 auto;
		font-size: 18px;
		margin-bottom: 40px;
	}
	.join_form .form-control,
	.join_form .radio_box .radio-inline {
		font-size: 16px;
	}
	.join_form .radio_box .radio-inline.checked:after {
		width: 20px;
		height: 14px;
	}
	.join_form .btn {
		font-size: 18px;
		height: 50px;
	}
	.inside_join_main .index_title {
		margin-bottom: 50px;
	}
}
@media (min-width: 1200px) {
	.index_join_main .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.index_join_main .index_title {
		margin-bottom: 50px;
	}
	.join_form .form-group:last-child .column {
		margin-top: 40px;
	}
	.join_form .radio_box .radio-inline {
		font-size: 18px;
	}
	.join_form .radio_box .radio-inline+.radio-inline {
		margin-left: 20px;
	}
	.join_form .btn {
		font-size: 20px;
		height: 58px;
	}
	.inside_join_main .index_title {
		margin-bottom: 70px;
	}
}
@media (min-width: 1600px) {
	.join_form .form-group {
		margin-left: -35px;
		margin-right: -35px;
	}
	.join_form .column {
		padding: 0 35px;
	}
	.join_form .select_box {
		margin-left: -22px;
		margin-right: -22px;
	}
	.join_form .select_box .column,
	.join_form .select_box>label {
		padding: 0 22px;
	}
	.inside_join_main .index_title {
		margin-bottom: 90px;
	}
}

/*人才招聘*/
.job_list .panel {
	border-color: #ddd;
	border-radius: 0;
	margin-bottom: 15px;
}
.job_list .panel-heading {
	border-radius: 0;
	border-bottom: 0;
	background-color: #dcdcdc;
	padding: 0;
	position: relative;
}
.job_list .active .panel-heading {
	background-color: #1D8C3E;
}
.job_list .panel-heading a {
	display: block;
	color: #333;
	overflow: hidden;
	padding: 12px 15px;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.job_list .active .panel-heading a {
	color: #fff;
}
.job_list .panel-heading a .h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.job_list .panel-heading a:after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(../images/icon/icon26.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.job_list .active .panel-heading a:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	background-image: url(../images/icon/icon26_2.png);
}
.apply_btn {
	margin-top: 30px;
}
.apply_btn a {
	display: inline-block;
	background-color: #1D8C3E;
	line-height: 20px;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.apply_btn a:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
}

@media (min-width: 768px) {
	.job_list .panel-body {
		padding: 20px;
	}
}

/*联系我们*/
.map #dituContent {
	height: 350px
}
.contact_list {
	list-style: none;
	padding: 0;
	margin: 40px -15px 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact_list li {
	width: 100%;
	padding: 0 15px 20px;
	margin-bottom: 30px;
	border-bottom: 1px #ddd solid;
	text-align: center;
}
.contact_list .img {
	max-width: 120px;
	margin-bottom: 15px;
}
.contact_list .icon {
	width: 80px;
	border-radius: 100%;
	margin: 0 auto 15px;
	position: relative;
}
.contact_list .icon img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.contact_list .icon:before,
.contact_list .icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1D8C3E;
	border-radius: 100%;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.contact_list .icon:before {
	background-color: #797a7c;
}
.contact_list .icon:after,
.contact_list li:hover .icon:before {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}
.contact_list li:hover .icon:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.contact_list h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
.contact_list p {
	word-break: break-all;
	margin: 0;
}
.contact_list a {
	display: inline-block;
	color: #333;
}

.message_form .form-group {
	margin-bottom: 0;
}
.message_form .column {
	margin-bottom: 15px;
}
.message_form .form-control {
	height: 40px;
	color: #333;
	background-color: #FAFAFA;
	border-color: #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.message_form .error input {
	border-color: #1D8C3E;
}
.message_form .tip input,
.message_form .success input {
	border-color: #999;
}
.message_form .error .valid_message {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 12px;
	color: #F28000;
	display: none;
}
.message_form textarea.form-control {
	height: auto;
}
.message_form .btn {
	display: block;
	background-color: #1D8C3E;
	color: #fff;
	font-size: 14px;
	border: none;
	width: 100%;
	height: 40px;
	margin: 20px auto 0;	
	outline: none!important;
}
.message_form .btn:hover {
	border: 1px #1D8C3E solid;
	background-color: transparent;
	color: #1D8C3E;
}

@media (min-width: 768px) {
	.map #dituContent {
		height: 300px;
	}
	.contact_list li {
		float: left;
		width: 33.33333%;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.contact_list .icon {
		margin-top: 20px;
		margin-bottom: 35px;
	}
}
@media (min-width: 992px) {
	.map #dituContent {
		height: 400px;
	}
	.contact_list li {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.contact_list .icon {
		width: 100px;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	.contact_list h4 {
		font-size: 18px;
	}
}
@media (min-width: 1400px) {
	.map #dituContent {
		height: 500px;
	}
	.contact_list .icon {
		width: 120px;
		margin-top: 0;
		margin-bottom: 15px;
	}
}

/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
