@charset "utf-8";

.index-title h2 {
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
}
.index-title p {
	font-size: 20px;
	line-height: 26px;
	color: #656565;
}
.index-title span {
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px 0;
}
.index-title span.white {
	background: #fff;
}
.index-title span.red {
	background: #E33000;
}
/*热销产品*/
.index-hot-products {
	width: 100%;
	overflow: hidden;
	background: url(../images/back1.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 80px 0;
}
.index-hotpro-list {
	margin-bottom: 20px;
}
.a-img {
	padding: 0;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.index-hotpro-list .caption{
	background: #fff;
	font-size: 18px;
	padding: 0 28px 48px 28px;
	overflow: hidden;
}
.index-hotpro-list .caption h3{
	float: left;
	font-size: 18px;
	line-height: 30px;
}
.index-hotpro-list .caption .more {
	width: 110px;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	background: #E33000;
	color: #fff;
	font-size: 14px;
	float: right;
}
.index-hotpro-list:hover .more{
	background: #0055A1;
}

/*产品展示*/
.index-products {
	background: #F6F6F6;
	padding: 60px 0 80px 0;
}
.index-products .more {
	width: 80px;
	height: 80px;
	float: right;
	background: #005bac;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
}
.index-products .more:hover {
	background: #E33000;
}
.index-pro-list {
	margin-bottom: 20px;
}
.index-pro-list .caption  h3 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	width: 90%;
	margin: 0 auto 20px ;
	background: #F5F5F5;
	border-radius: 15px;
}
.index-pro-list:hover h3{
	font-size: 16px;
	font-weight: bold;
	background: #005FB4;
	color: #fff;
}

/*应用领域*/
.index-application {
	padding: 80px 0;
	overflow: hidden;
}
.index-application .index-title {
	margin-bottom: 80px;
}
.index-application-left {
	padding: 50px 40px;
	background: url(../images/application0.png);
	background-size: 100% 100%;
	height: 300px;
}
.index-application-right ul li{
	height: 150px;
	background: #EAEAEA;
	text-align: center;
	padding-top: 40px;
	font-size: 16px;
}
.index-application-right ul li:nth-child(1),
.index-application-right ul li:nth-child(3),
.index-application-right ul li:nth-child(6),
.index-application-right ul li:nth-child(8){
	background: #F6F6F6;
}

/*关于我们*/
.index-about {
	width: 100%;
	background: #F6F6F6;
	padding: 80px 0;
}
.index-about .about-img {
	margin-top: 10px;
}
.index-about .more {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #005bac;
	text-align: center;
	margin-top: 20px;
}
.index-about .index-title span {
	margin: 8px 0;
}

/*最新动态*/
.index-news {
	padding-top: 80px;
}
.index-news-left {
	padding: 75px 40px;
	background: url(../images/back2.jpg);
	background-size: 100% 100%;
	overflow: hidden;
	height: 500px;
}
.index-news-left .index-title {
	margin-bottom: 200px;
}
.index-news-right {
	background: #F6F6F6;
	height: 500px;
	padding: 35px 3%;
}
.index-new-list {
	padding: 30px;
	border: 1px solid #F6F6F6;
}
.index-new-list:first-child {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.index-new-list:nth-child(4) {
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.index-new-list h3 {
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s linear 0s;
}
.index-new-list .line {
	display: block;
	width: 20px;
	height: 2px;
	background: #005bac;
	margin: 10px 0 4px;
}
.index-new-list p {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-new-list .date {
	float: left;
	width: 50px;
	height: 50px;
	background: #fff;
	text-align: center;
	color: #b1b1b1;
	margin-top: 19px;
}
.index-new-list .date span {
	font-weight: bold;
}
.index-new-list .more {
	float: right;
	margin-top: 34px;
}
.z-box {
	width: 80px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #F6F6F6;
	margin-top: -30px;
	margin-left: -40px;
}
.index-new-list:hover  h3 {
	color: #E33000;
}

/*常见问题解答*/
.index-QA {
	width: 100%;
	background: #F6F6F6;
	padding-bottom: 80px;
}
.index-QA-box {
	background: #fff;
	overflow: hidden;
	padding: 58px 30px 80px;
}
.index-QA-list {
	border-right: 1px solid #e1e1e1;
	border-bottom: none!important;
	border-top: none;
	border-left: none;
	padding: 10px;
}
.index-QA-list:last-child {
	border: none;
}
