@charset "utf-8";

.max {
	min-width: 1200px;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
.box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

ul:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.max:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	text-decoration: none;
}
header {
	display: none;
}

.index_pro {
	background: #eee;
	padding-top: 50px;
	padding-bottom: 20px;
}
.index_pro .lmt {
	margin-bottom: 45px;
}
.index_pro .lmt strong {
	display: block;
	text-align: center;
	font-size: #333333;
	font-size: 30px;
}
.index_pro .lmt p {
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.index_pro .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #6f6f6f/*#0056f9*/;
	margin-bottom: 15px;
}
.index_pro .title a {
    background: #09b1af;
	padding: 0 20px;
	float: right;
    font-size: 15px; 
	color: #f7fbf7;
	/*float: right;
	font-size: 15px;
	color: #666666*/
}
.index_pro .title strong {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #6f6f6f/*#0056f9*/;
	padding: 0 20px;
	font-size: 18px;
}
.index_pro .title1 {
	border-bottom: 2px solid #6f6f6f/*#df3536*/
}
.index_pro .title1 strong {
	background: #6f6f6f/*#df3536*/
}
.pro_box {
	margin-bottom: 35px;
}
.index_pro .pro_list li {
	display: block;
	float: left;
	width: 23.5%;
	margin-right: 1.8%;
	background: #fff;
	padding: 2px/*2%*/;
	box-sizing: border-box;
	transition: all .5s;
}
.index_pro .pro_list li:last-child {
	margin-right: 0;
}
.index_pro .pro_list li .pic {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.index_pro .pro_list li img {
	display: block;
	position: absolute;
	width: 100%;
	/*min-height: 100%;*/
	left: 0;
	top: 0;
	transition: all .5s;
}
.index_pro .pro_list li a.t {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}
.index_pro .pro_list li .pro_c a {
	display: block;
	float: right;
	width: 52px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #0056f9;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 10px;
}
.index_pro .pro_list li .pro_c p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.index_pro .pro_list li:hover {
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.index_pro .pro_list li .pic:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.index_pro .pro_list li a.t:hover {
	color: #0f7a40/*#0056f9*/;
}
.index_pro .left {
	width: 49%;
}
.index_pro .right {
	width: 49%;
}
.index_pro .left .pro_list li {
	width: 48%;
	padding: 2px/*3%*/;
	margin-right: 4%;
}
.index_pro .left .pro_list li:last-child {
	margin-right: 0;
}
.index_pro .right .pro_list li {
	width: 48%;
	padding: 2px/*3%*/;
	margin-right: 4%;
}
.index_pro .right .pro_list li:last-child {
	margin-right: 0;
}
.caseul:after {
   content: none;
}