/*栏目*/
.nav-link a:hover {
	text-decoration: none;
}

/*定制*/
.section-main {
	padding-top: 0px;
	text-align: center;
}

.section-main-left {
	margin-top: 10px;
	/*text-align: left;*/
}

/*产品*/
.product-list {
	border: 1px solid #E8E8E8;
	background: #FFFFFF;
	border-radius: 5px;
	padding: 10px;
	height: 400px;
	overflow: hidden;
	/*width: 400px;*/
	margin: 10px 0;
}

.product-list img {
	/*background: #F3F9E7;*/
	max-height: 400px;
	max-width: 360px;
	overflow: hidden;
}

.product-list .product-img {
	/*background: #F3F9E7;*/
	overflow: hidden;
}

.product-list .product-img:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transition: .5s;
	-webkit-transition: .5s;
}

.product-list .product-content {
	background: #FFFFFF;
	/*font-family: "微软雅黑", "microsoft yahei";*/
}

.product-list:hover,.product-list:focus {
	border: 1px solid #DBDBDB;
	box-shadow: 0px 0px 20px rgba(144, 198, 234, 0.8);
	transition-duration: 0.5s;
}

.product-list a {
	text-decoration: none;
}

.product-list a:hover {
	text-decoration: none;
}

.product-list .product-content h3:hover {
	line-height: 1.5;
	padding-top: 5%;
	font-size: 20px;
	color: #2582C1;
	transition-duration: 0.5s;
}

.product-list .product-content h4:hover {
	padding-top: 5%;
	font-size: 18px;
	color: #2582C1;
	transition-duration: 0.5s;
}

.product-list .product-content h3 {
	line-height: 1.5;
	padding-top: 5%;
	font-size: 20px;
	color: #6a747b;
}

.product-list .product-content h4 {
	padding-top: 5%;
	font-size: 18px;
	color: #6a747b;
}

.product-list .product-content h5 {
	padding-top: 5%;
	font-size: 16px;
	color: #6a747b;
}

/*资讯*/
.article-list {
	/*border: 1px solid #E8E8E8;*/
	/*background: #FFFFFF;*/
	/*border-radius: 5px;*/
	height: 200px;
	overflow: hidden;
	/*width: 100%;*/
	margin-top: 10px;
	border-bottom: 1px dashed #eee;
}

.article-list-big {
	/*border: 1px solid #E8E8E8;*/
	/*background: #FFFFFF;*/
	/*border-radius: 5px;*/
	height: 300px;
	overflow: hidden;
	/*width: 100%;*/
	margin-top: 10px;
	border-bottom: 1px dashed #eee;
	position: relative;
}

.article-list img {
	/*background: #F3F9E7;*/
	max-height: 200px;
	max-width: 200px;
	overflow: hidden;
}

.article-list-big img {
	/*background: #F3F9E7;*/
	max-height: 300px;
	max-width: 300px;
	overflow: hidden;
}

.article-list .article-img {
	/*background: #F3F9E7;*/
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.article-list-big .article-img-big {
	/*background: #F3F9E7;*/
	overflow: hidden;
	float: left;
	/*margin-right: 10px;*/
}

.article-list .article-img:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transition: .5s;
	-webkit-transition: .5s;
}

.article-list-big .article-img-big:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transition: .5s;
	-webkit-transition: .5s;
}

.article-list .article-content {
	/*background: #FFFFFF;*/
	/*font-family: "微软雅黑", "microsoft yahei";*/
	text-align: left;
}

.article-list-big .article-content-big {
	/*background: #FFFFFF;*/
	/*font-family: "微软雅黑", "microsoft yahei";*/
	text-align: left;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.article-list:hover,.article-list:focus {
	/*border: 1px solid #DBDBDB;*/
	box-shadow: 0px 0px 20px rgba(144, 198, 234, 0.8);
	transition-duration: 0.5s;
	background: #eee;
	transition-duration: 0.5s;
}

.article-list-big:hover,.article-list-big:focus {
	/*border: 1px solid #DBDBDB;*/
	box-shadow: 0px 0px 20px rgba(144, 198, 234, 0.8);
	transition-duration: 0.5s;
	/*background: #eee;*/
	transition-duration: 0.5s;
}

.article-list a {
	text-decoration: none;
}

.article-list a:hover {
	text-decoration: none;
}

.article-list .article-content h3:hover {
	line-height: 1;
	font-size: 20px;
	color: #2582C1;
	transition-duration: 0.5s;
}

.article-list .article-content h4:hover {
	font-size: 18px;
	color: #2582C1;
	transition-duration: 0.5s;
}

.article-list .article-content h3 {
	line-height: 1;
	font-size: 20px;
	color: #6a747b;
}

.article-list .article-content h4 {
	font-size: 18px;
	color: #6a747b;
}

.article-list .article-content h5 {
	font-size: 16px;
	color: #6a747b;
}

/*推荐*/
.shape {
	border-style: solid;
	border-width: 0 80px 80px 0;
	float: right;
	height: 0px;
	width: 0px;
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.speical {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
	overflow: hidden;
}

.speical:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: rotate scale(1.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.shape {
	border-color: rgba(255, 255, 255, 0) #90c6ea rgba(255, 255, 255, 0)
		rgba(255, 255, 255, 0);
}

.speical-default {
	border: 1px solid #90c6ea;
}

.speical-default a:hover {
	text-decoration: none;
}

.speical-radius {
	border-radius: 5px;
}

.shape-text {
	color: #fff;
	font-size: 14px;
	position: relative;
	right: -45px;
	top: 2px;
	white-space: nowrap;
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.text-special-default {
	color: #90c6ea;
	padding-top: 20px;
}

.speical-content {
	padding: 0 5px 5px;
	/*position: relative;*/
}

.speical-content img {
	/*position: absolute;*/
	/*left: -10px;*/
	
}