﻿@charset "utf-8";
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
/* body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, "microsoft yahei";
	font-size: 12px;
}
a {
	transition: all 0s;
}
a:link, a:visited {
	
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
} */
/* input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
	cursor: pointer;
	outline: none;
}
input[type='checkbox'], input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin: -2px 5px 1px;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
	padding: 0;
	outline: none;
} */
.f-l {
	float: left;
}
.f-r {
	float: right;
}
/*清楚浮动*/
.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}
/*图片垂直水平居中*/
.vcenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}
.vcenter2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}

/* style.css */
@charset "utf-8";

.home_case {
	padding: 40px 0 140px;
	overflow: hidden;
}
@media (max-width: 1200px) {
.home_case {
	padding: 40px 0 90px;
}
}
@media (max-width: 767px) {
.home_case {
	/* padding: 40px 0 45px; */
	padding: 0px 0 45px;
}

	/* 22.6.13 */
	.home_case .homecase1 .home_case_nr .pic {
		/* width: 70%; */
		width: 100%;
	}
}
.home_case .title {
	font-size: 34px;
	text-transform: uppercase;
	display: block;
	height: 46px;
	text-align: center;
	color: #333333;
	overflow: hidden;
	font-family: arial;
	line-height: 46px;
}
.home_case .text {
	display: table;
	max-width: 100%;
	overflow: hidden;
	font-size: 20px;
	text-transform: uppercase;
	height: 28px;
	margin: 6px auto;
	line-height: 28px;
}
.home_case .text small {
	float: left;
	width: 17px;
	display: block;
	height: 1px;
	margin: 15px 0 0;
	background: #333333;
}
.home_case .text span {
	background: none;
	padding: 0 10px;
	float: left;
	display: block;
	color: #333333;
}
.home_case .homecase {
	margin: 30px auto 0;
}
@media (max-width: 1200px) {
.home_case .homecase {
	width: 80%;
}
}
@media (max-width: 767px) {
.home_case .homecase {
	/*display: none;*/
}
}
.home_case .homecase .home_case_nr {
	margin: 0 5px;
}
.home_case .homecase .home_case_nr:hover .text1 a {
	color: #20b09f;
}
.home_case .homecase .home_case_nr .pic {
	width: 100%;
	position: relative;
}
.home_case .homecase .home_case_nr .pic:after {
	content: "";
	display: block;
	padding-bottom: 72%;
}
.home_case .homecase .home_case_nr .text1 {
	width: 100%;
	height: 38px;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	line-height: 38px;
}
.home_case .homecase .home_case_nr .text1 a {
	color: #666666;
}
.home_case .homecase .slick-prev, .home_case .homecase .slick-next {
	width: 28px;
	height: 44px;
	top: 45%;
	border: none;
}
.home_case .homecase .slick-prev {
	left: -40px;
	background: url("/images/left.png") no-repeat;
}
.home_case .homecase .slick-next {
	right: -40px;
	background: url("/images/right.png") no-repeat;
}
.home_case .homecase .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #999999;
	border-radius: 50%;
}
.home_case .homecase .slick-dots {
	bottom: -30px;
	right: 10px;
}
.home_case .homecase .slick-dots li.slick-active button {
	background: #20b09f;
	color: #fff;
}
.home_case .homecase1 {
	margin: 30px auto 0;
}
@media (max-width: 1200px) {
.home_case .homecase1 {
	width: 80%;
}
}
@media (min-width: 768px) {
.home_case .homecase1 {
	display: none;
}
}
.home_case .homecase1 .home_case_nr {
	margin: 0 5px;
}
.home_case .homecase1 .home_case_nr:hover .text1 a {
	color: #20b09f;
}
.home_case .homecase1 .home_case_nr .pic {
	 width: 70%; 
	
	margin: 0 auto;
	position: relative;
}
.home_case .homecase1 .home_case_nr .pic:after {
	content: "";
	display: block;
	padding-bottom: 72%;
}
.home_case .homecase1 .home_case_nr .text1 {
	width: 70%;
	margin: 0 auto;
	height: 38px;
	font-size: 13px;
	text-align: center;
	overflow: hidden;
	line-height: 38px;
}
.home_case .homecase1 .home_case_nr .text1 a {
	color: #666666;
}
.home_case .homecase1 .slick-prev, .home_case .homecase1 .slick-next {
	width: 28px;
	height: 44px;
	top: 45%;
	border: none;
}
/*.home_case .homecase1 .slick-prev {
	left: 0;
	background: url("/img/left.png") no-repeat;
}
.home_case .homecase1 .slick-next {
	right: 0;
	background: url("/img/right.png") no-repeat;
}*/
.home_case .homecase1 .slick-dots li button {
	width: 10px;
	height: 10px;
	background: #999999;
	border-radius: 50%;
}
.home_case .homecase1 .slick-dots {
	/* bottom: 0; */
	bottom: -20px;
	right: 10px;
}
.home_case .homecase1 .slick-dots li.slick-active button {
	background: #20b09f;
	color: #fff;
}
