/* 首页banner图 */
.index_banner img {
	width: 100%;
	max-width: 100%;
}

/* 首页关于 */
.index_about_container {
	width: 1366px;
	margin: 0 auto;
	padding: 100px 0;
}

/* 标题 */
.index_about_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.index_about_title span {
	color: #14935e;
}

.index_line {
	width: 485px;
	height: 12px;
	display: block;
	margin: 0 auto;
	background: url(../../images/index/fengexian.png);
}

/* 副标题 */
.index_about_subtitle {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-top: 18px;
}

.index_about_main {
	width: 1280px;
	height: 349px;
	margin-top: 40px;
	margin-left: 85px;
	border-left: 1px solid #dbdbdb;
	display: flex;
}

.index_about_main_left {
	margin-left: 38px;
}

/* 公司昵称 */
.corporate_name {
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 83px;
}

/* 公司描述 */
.corporate_desc {
	width: 544px;
	height: 104px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

/* 更多 */
.index_about_more {
	width: 100px;
	height: 26px;
	background-color: #14935e;
	border-radius: 2px;
	text-align: center;
	margin-top: 38px;
}

.index_about_more:hover {
	transform: translateX(10px);
	transition: all 1s;
	border: 1px solid #14935E;
	background-color: #ffffff;
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}

.index_about_more:hover a {
	transition: all 1s;
	color: #14935e;
}

.index_about_more a {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.index_about_main_right {
	margin-left: 66px;
}

.index_about_pic {
	width: 608px;
	height: 316px;
	border: solid 1px #cccccc;
}

.index_about_pic img {
	width: 612px;
	height: 316px;
	background-color: #000000;
	transform: translate(-20px, 12px);
}

.index_about_line {
	width: 1366px;
	height: 8px;
	display: block;
	background: url(../../images/index/index_about_fengexian.png);
}

/* 首页品质 */
.index_quality_wrapper {
	width: 100%;
	height: 360px;
	background-color: #c5c5c5;
	background: url(../../images/index/index_quality.png)center;
}

.index_quality_container {
	width: 1070px;
	margin: 0 auto;
	position: relative;
}

.index_quality_main_banner {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -35%);
	background: url(../../images/index/index_quality_banner.png);
}

.index_quality_contant {
	width: 968px;
	margin: 0 auto;
	display: flex;
}

.index_quality_contant_left {
	width: 432px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 35px;
}

.index_quality_picbox {
	width: 208px;
	height: 139px;
	margin-right: 16px;
	margin-bottom: 15px;
}

.index_quality_picbox:nth-child(2n) {
	margin-right: 0;
}

.index_quality_title {
	margin-top: 125px;
	margin-left: 76px;
	position: relative;
}

.index_quality_title h1 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 50px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #ffffff;
	box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.36);
	display: inline-block;
}

.index_quality_title h2 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
	box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.36);
	margin-left: 25px;
	display: inline-block;
}

.index_quality_line {
	width: 451px;
	height: 2px;
	background-color: #ffffff;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.36);
	display: inline-block;
	margin-top: 30px;
	margin-left: 76px;
}

.index_quality_contant_right_main {
	margin-top: 30px;
	margin-left: 76px;
	display: flex;
}

.index_quality_qualitybox {
	width: 100px;
	height: 32px;
	background-color: #14935e;
	border-radius: 8px;
	margin-right: 20px;
	text-align: center;
}

.index_quality_qualitybox:last-child {
	margin-right: 0;
}

.index_quality_qualitybox span {
	line-height: 32px;
	color: #ffffff;
}

/* 首页实力 */
.index_strength_container {
	width: 1280px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* 标题 */
.index_strength_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.index_strength_title span {
	color: #14935e;
}

.index_line {
	width: 485px;
	height: 12px;
	display: block;
	margin: 0 auto;
	background: url(../../images/index/fengexian.png);
}

/* 副标题 */
.index_strength_subtitle {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-top: 19px;
}

.index_strength_main {
	margin-top: 39px;
	display: flex;
}

.index_strength_box {
	width: 240px;
	height: 226px;
	margin-right: 20px;
}

.index_strength_box:hover {
	transition: all 1s;
	transform: translateY(-10px);
	border: 1px solid #14935E;
	box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 40%);
}

.index_strength_box:hover img {
	transform: scale(1.2);
}

.strength_box_pic {
	width: 100%;
	overflow: hidden;
}

.strength_box_pic img {
	transition: all 1s;
	width: 100%;
}

.strength_box_info {
	text-align: center;
	line-height: 46px;
}

.index_strength_box:last-child {
	margin-right: 0;
}

.index_strength_more {
	width: 120px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #cccccc;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

.index_strength_more:hover {
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
	border: solid 1px #14935e;
	transition: all 0.7s;
}

.index_strength_more:hover a {
	color: #14935e;
	transition: all 0.7s;
}

.index_strength_more a {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #666666;
}

/* 首页优势 */
.index_superiority_wrapper {
	width: 100%;
	height: 630px;
	background: url(../../images/index/index_superiority_banner.png)center;
}

.index_superiority_container {
	width: 1280px;
	margin: 0 auto;
}

/* 标题 */
.index_superiority_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 81px;
}

.index_superiority_title span {
	color: #14935e;
}

.index_line {
	width: 485px;
	height: 12px;
	display: block;
	margin: 0 auto;
	background: url(../../images/index/fengexian.png);
	margin-top: 16px;
}

/* 副标题 */
.index_superiority_subtitle {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin-top: 19px;
}

.index_superiority_main {
	display: flex;
	margin-top: 45px;
}

.index_superiority_main_left {
	width: 504px;
}

.index_superiority_left_box:last-child {
	margin-top: 70px;
}

.index_superiority_box_top {
	display: flex;
	width: 100%;
}

.index_superiority_box_number {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #14935e;
	text-align: center;
}

.index_superiority_box_number span {
	font-family: Impact;
	font-size: 40px;
	line-height: 80px;
	letter-spacing: 0px;
	color: #ffffff;
}

.index_superiority_left_box .index_superiority_box_left_introduce {
	margin-left: 30px;
}

.index_superiority_box_title {
	width: 380px;
	height: 57px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_superiority_box_desc {
	width: 380px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.index_superiority_box_left_bottom {
	width: 442px;
	height: 8px;
	background: url(../../images/index/index_superiority_box_left_fengexian.png);
	margin-top: 29px;
	margin-left: 62px;
}

.index_superiority_main_center {
	width: 272px;
}

.index_superiority_main_right {
	width: 504px;
}

.index_superiority_left_box .index_superiority_box_right_introduce {
	margin-right: 30px;
}

.index_superiority_box_right_bottom {
	width: 442px;
	height: 8px;
	background: url(../../images/index/index_superiority_box_right_fengexian.png);
	margin-top: 29px;
}

/* 首页动态 */
.index_news_container {
	width: 1289px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.index_news_title {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: bold;
	line-height: 57px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.index_news_title span {
	color: #14935e;
}

.index_line {
	width: 485px;
	height: 12px;
	display: block;
	margin: 0 auto;
	background: url(../../images/index/fengexian.png);
	margin-top: 16px;
}

.index_news_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
	margin-top: 39px;
}

.index_news_menus {
	display: flex;
}

.index_news_menu {
	width: 153px;
	height: 40px;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}

.index_news_menu span {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}

.index_news_menu_active {
	background-color: #14935e;
}

.index_news_menu_active span {
	color: #ffffff;
}

.index_news_more {
	width: 100px;
	height: 30px;
	background-color: #e6e6e6;
	border-radius: 2px;
	text-align: center;
}

.index_news_more:hover {
	transition: all 1s;
	background-color: #14935E;
}

.index_news_more:hover a {
	transition: all 1s;
	color: #ffffff;
}

.index_news_more a {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.index_news_bottom_top {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}

.new_time {
	font-family: MicrosoftYaHeiLight;
	font-size: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 20px;
}

.news_data {
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
}

.news_line {
	width: 378px;
	height: 1px;
	background-color: #666666;
	margin: 20px 0 20px 0;
}

.news_title {
	width: 378px;
	font-family: MicrosoftYaHeiLight;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_desc {
	width: 378px;
	height: 60px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 30px 0 30px 0;
}

.news_link {
	width: 126px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #14935e;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.news_link:hover {
	transform: translateX(30px);
	transition: all 1.7s;
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}

.news_img {
	width: 856px;
	/* height: 332px; */
	height: auto;
}

.news_img img {
	width: 100%;
	height: auto;
}

.index_news_bottom_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.news_box {
	width: 406px;
	height: 128px;
	background-color: #f5f5f5;
	margin-right: 31px;
	display: flex;
}

.news_box_time {
	width: 86px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}

.news_box_time h1 {
	font-family: MicrosoftYaHeiLight;
	font-size: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 25px;
}

.news_box_time h2 {
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
}

.news_box_info {
	margin-left: 20px;
	padding-top: 20px;
}

.news_box_info_title {
	width: 220px;
	height: 30px;
	font-family: MicrosoftYaHeiLight;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_box_info_desc {
	width: 280px;
	height: 60px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_box:hover {
	background-color: #14935e;
	box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 20%);
}

.news_box:hover h1 {
	color: #ffffff;
}

.news_box:hover h2 {
	color: #ffffff;
}

.news_box:hover .news_box_info_title {
	color: #ffffff;
}

.news_box:hover .news_box_info_desc {
	color: #ffffff;
}

.news_box:last-child {
	margin-right: 0;
}
