footer-tophtml,
body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 微软雅黑;
	color: #000;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

.t {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mask {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .3s;
	display: none;
	opacity: 0;
}

/*头部*/
header {
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	position: sticky;
	top: 0;
	z-index: 10
}

.header {
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 10px 0; */
	color: #fff;
	width: 80%;
	margin: 0 auto;
	height: 100%;
}

.navact {
	background-color: rgba(0, 100, 182, 1);
	color: #fff;
}

.head-logo {
	width: 430px;
	height: 93px;
	object-fit: contain;
}

.nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
}

.nav-list-btn {
	position: relative;
	width: 100%;
	text-align: center;
}

.nav-text {
	display: inline-block;
	padding: 11% 6%;
	transition: all .3s;
	font-size: 16px;
	width: 100%;
	height: 100%;
}

.nav-btn-part {
	width: 100%;
	background-color: rgba(0, 100, 182, 1);
	color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 11;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.nav-btn:hover>.nav-text {
	background-color: #0d9043;
	color: #fff;
}

.nav-list-btn:hover>.nav-text {
	background-color: rgba(0, 100, 182, 1);
	color: #fff;
}

.nav-list-btn:hover>.nav-btn-part {
	opacity: 1;
	visibility: visible;
}

.nav-active>.nav-text {
	color: #003a83;
}

.nav-icon {
	font-size: 24px;
	cursor: pointer;
}

.top-1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 80%;
	margin: 0 auto;
	padding: 1%;
}

.top-1 span {
	display: inline-block;
	width: 3px;
	height: 50px;
	background-color: rgba(230, 230, 230, 1);
	margin: 0 20px;
}

.top-2 {
	margin-right: 19%;
}

.top-2 h4 {
	color: rgba(2, 139, 59, 1);
	font-size: 24px;
	font-weight: 600;
}

/*移动端导航*/
.m-nav-list {
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	z-index: 100;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.m-nav-list-btn {
	border-bottom: 1px solid #eee;
	text-align: center;
	width: 30%;
}

.m-nav-btn-part {
	background-color: #f5f5f5;
	display: none
}

/*.m-nav-list-btn:hover > .nav-text{color: #003a83;}*/

.main {
	min-height: 500px;
}

.noData {
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	color: #ccc;
}

/*轮播*/
.banner {
	width: 100%;
}

.banner-ny {
	background-color: #028b3b;
	color: white;
	text-align: center;
	padding: 40px;
	font-size: 30px;
}

/*尾部*/
.footer-top {


	color: #fff;

}

.footer-down {
	background: rgba(43, 43, 43, 1);
	padding: 10px 0;
	color: #fff;
}

.footer-text {
	width: 25%;
	padding-right: 10px;
	padding-top: 20px;
	transition: all .3s;
}

.footer-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-desc {
	font-size: 14px;
	margin-top: 10px;
}

.footer-cont {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	transition: all .3s;
}

.footer-cont:hover {
	color: #9eccf4;
}

.footer-fir {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-link {
	margin-right: 10px;
}

.copy-right {
	text-align: center;

}

/*列表页导航*/
.page-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.page-title {
	font-size: 20px;
}

.page-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.page-nav-btn {
	display: block;
	padding: 8px 15px;
	border: 1px solid #eee;
	margin-left: 10px;
	transition: all .3s;
}

.page-nav-btn:first-child {
	margin-left: 0;
}

.page-nav-btn:hover {
	color: #fff;
	background-color: #003a83;
}

.page-nav-active {
	color: #fff;
	background-color: #003a83;
}

/*列表页分页颜色*/
.pagination>.active>span {
	background-color: #003a83;
}

.pagination>li>a {
	color: #003a83;
}

/*详情页导航*/
.detail-tab {
	padding: 20px 0;
	color: #999;
	font-size: 14px;
}

.detail-tab>a {
	color: #003a83;
}

/*详情页内容*/
.page-content {
	margin: 20px 0;
}

.page-content img {
	max-width: 100%;
}

.page-content video {
	max-width: 100%;
}

/*详情页分页*/
.page-box {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-no {
	color: #999 !important;
	background: white !important;
}

/*新闻*/
.news {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.news-img {
	width: 250px;
	height: 200px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.news-img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.news-text {
	margin-right: 20px;
	flex: 1;
}

.news-title {
	color: #333;
	font-size: 20px;
	transition: all .3s;
}

.news-desc {
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.news-look {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}

.news-time {
	text-align: center;
}

.news-date {
	color: #999;
	font-size: 36px;
	font-weight: 100;
	line-height: 1;
}

.news-year {
	color: #bbb;
	font-size: 24px;
	padding-top: 10px;
	line-height: 1;
}

.news:hover>.news-img>img {
	transform: scale(1.15);
}

.news:hover .news-title {
	color: #003a83;
}

/*产品*/
.pro-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pro {
	display: block;
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	text-align: center;
}

.pro:nth-child(4n) {
	margin-right: 0;
}

.pro-img {
	width: 350px;
	height: 350px;
	object-fit: contain;
}

.pro-listimg {
	width: 250px;
	height: 250px;
	object-fit: contain;
}

.pro-title {
	padding: 0 10px;
	margin-top: 20px;
	font-size: 30px;
	transition: all .3s;
}

.prolist-title {
	text-align: center;
	font-size: 20px;
}

.pro-desc {
	margin: 10px;
	color: #666;
	font-size: 14px;
}

.pro:hover {
	box-shadow: 5px 5px 10px #ccc;
}

.pro:hover>.pro-title {
	color: #003a83;
}

.pro-detail {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.pro-slide {
	width: 55%;
}

.pro-text {
	width: 45%;
	padding-left: 20px;
}

.pro-specs-list {
	padding: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pro-specs {
	width: 50%;
	padding-right: 5px;
	color: #999;
	line-height: 24px;
}

.pro-cont-tab {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.pro-cont-tab-btn {
	color: #003a83;
	font-size: 16px;
	padding: 12px 15px;
	border-bottom: 2px solid #003a83;
	cursor: pointer;
}

.pro-slide .swiper-button-prev {
	background-image: url(/public/img/angle-left.png);
	width: 20px;
	height: 15px;
}

.pro-slide .swiper-button-next {
	background-image: url(/public/img/angle-right.png);
	width: 20px;
	height: 15px;
}

/*推荐产品*/
.well-title {
	color: #003a83;
	font-size: 16px;
	padding: 20px 0;
}

.well-pro {
	display: block;
	width: calc((100% - 30px) / 4);
	background-color: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}

/*图片*/
.img-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}

.img {
	display: block;
	width: calc(25% - 10px);
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
}

.img:nth-child(4n) {
	margin-right: 0;
}

.img-img {
	width: 250px;
	height: 250px;
	object-fit: contain;
}

.img-title {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	transition: all .3s;
}

.img:hover {
	box-shadow: 0 0 10px #ccc;
}

.img:hover>.img-title {
	color: #003a83;
}

/*下载*/
.file {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.file-img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 20px;
}

.file-text {
	flex: 1;
}

.file-title {
	color: #333;
	font-size: 20px;
	transition: all .3s;
}

.file-desc {
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.file-down {
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}

.file-btn {
	display: table;
	color: #003a83;
	border: 1px solid #003a83;
	padding: 5px 15px;
	margin-left: 20px;
	cursor: pointer;
	transition: all .3s;
}

.file-btn:hover {
	color: #fff;
	background-color: #003a83;
}

/*搜索*/
.sr-form {
	display: flex;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 50px;
	line-height: 35px;
	margin: 20px 0;
}

.sr-select {
	width: 80px;
	display: table;
	position: relative;
	cursor: pointer;
}

.sr-select-icon {
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.sr-select-value {
	padding: 0 20px 0 15px;
	width: 100%;
	user-select: none;
}

.sr-select-init {
	color: #999;
}

.sr-select-list {
	width: 150px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 11;
	border: 1px solid #eee;
	box-shadow: 0 0 10px #eee;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.sr-option {
	padding: 12px 15px;
	line-height: 1;
	color: #003a83;
	transition: all .3s;
	cursor: pointer;
	user-select: none;
}

.sr-option:hover {
	color: #fff;
	background-color: #003a83;
}

.sr-option-active {
	color: #fff;
	background-color: #003a83;
}

.search-select {
	background: white;
	border: none;
	margin: 0 20px;
	height: 39px;
}

/*.sr-select:hover .sr-select-list{opacity: 1;visibility: visible;}*/

.sr-input {
	min-width: 50px;
	flex: 1;
	padding: 0 15px;
	outline: none;
	border: none;
	background-color: #f5f5f5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sr-btn {
	padding: 0 15px;
	color: #fff;
	background-color: #003a83;
	border: 1px solid #003a83;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.search {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.search-title {
	display: table;
	color: #666;
	font-size: 20px;
	transition: all .3s;
}

.search-title>span {
	font-size: 12px;
}

.search-link {
	display: table;
	color: #003a83;
	margin-top: 10px;
}

.search-link:hover {
	color: #003a83;
}

.search-desc {
	color: #333;
}

.search:hover>.search-title {
	color: #333;
}

/*表单*/
.form-cell {
	display: flex;
	margin-bottom: 15px;
	line-height: 30px;
	flex-wrap: wrap
}

.form-icon {
	font-size: 12px;
	color: #f00;
	transform: scale(0.5);
}

.form-label {
	line-height: 30px;
	color: #333;
	margin-right: 15px;
	font-weight: normal;
	width: 100%
}

.form-input {
	min-width: 50px;
	flex: 1;
	height: 40px;
	padding: 0 15px;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
}

.form-textarea {
	min-width: 50px;
	flex: 1;
	padding: 10px 15px;
	line-height: 20px;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
	resize: none;
}

.form-select {
	width: 150px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.form-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.form-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.form-label>input {
	margin-right: 5px;
}

.checkbox_select {
	padding-right: 20px;
	font-weight: normal;
}

.checkbox_select>input {
	margin-right: 5px;
}

.form-upload {
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
}

.form-file {
	width: 40px;
	height: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.form-file:focus {
	outline: none !important;
	border: none;
}

.form-upload-icon {
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #003a83;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s;
}

.form-file:hover+.form-upload-icon {
	box-shadow: none;
}

.form-sub {
	background-color: #003a83;
}

.form_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
}

.container img {
	max-width: 100%;
}

.page-tab:nth-child(2) {
	margin-bottom: 15px;
}


@media (max-width: 1366px) {
	.top-1 {
		width: 95% !important;
	}

	.cl-3 {
		width: 95% !important;
		padding: 0 1%;
	}

	.pro-2-1 {
		width: 95% !important;
	}

	.ys-2 {
		width: 95% !important;
	}

	.new-3 {
		width: 95% !important;
	}

	.ry-2 {
		width: 95% !important;
	}

	.header {
		width: 90% !important;
	}

	.nav-list {
		width: 100% !important;
	}

	.ss-2 {
		width: 90% !important;
	}

	.head-logo {
		width: 463px !important;
		height: 124px !important;
		object-fit: contain !important;
	}

	.top-2 {
		margin-right: 16% !important;
	}

	.new-2 {
		width: 95% !important;
	}

	.fwimg {
		width: 100%;
		height: 285px;
		object-fit: cover;
	}
}

@media (max-width: 992px) {
	.footer-text {
		width: 50%;
	}

	.page-title {
		width: 100%;
		text-align: center;
	}

	.page-nav {
		width: 100%;
		justify-content: center;
	}

	.page-nav-btn {
		margin-left: 0;
		margin-right: 10px;
		margin-top: 10px;
	}

	.news-img {
		display: none;
	}

	.pro {
		width: calc(33.33% - 10px);
	}

	.pro:nth-child(4n) {
		margin-right: 10px;
	}

	.pro:nth-child(3n) {
		margin-right: 0
	}

	.well-pro {
		width: calc((100% - 20px) / 3);
	}

	.img {
		width: calc(33.33% - 10px);
	}

	.img:nth-child(4n) {
		margin-right: 10px;
	}

	.img:nth-child(3n) {
		margin-right: 0
	}
}

@media (max-width: 768px) {
	.pro {
		width: calc(50% - 10px);
	}

	.pro:nth-child(3n) {
		margin-right: 10px;
	}

	.pro:nth-child(2n) {
		margin-right: 0;
	}

	.pro-slide {
		width: 100%;
	}

	.pro-text {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}

	.well-pro {
		width: calc((100% - 10px) / 2);
	}

	.img {
		width: calc(50% - 10px);
	}

	.img:nth-child(3n) {
		margin-right: 10px;
	}

	.img:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.footer-text {
		width: 100%;
	}

	.pro {
		width: 100%;
		margin-right: 0
	}

	.pro:nth-child(3n) {
		margin-right: 0;
	}

	.pro-specs {
		width: 100%;
		padding-right: 0;
	}

	.well-pro {
		width: 100%;
	}

	.img {
		width: 100%;
		margin-right: 0
	}

	.img:nth-child(3n) {
		margin-right: 0;
	}

	.footer-top {
		text-align: center
	}

	.top-1 {
		flex-direction: column !important;
		align-items: center !important;
	}

	.head-logo {
		width: 100% !important;
		height: 100% !important;
	}

	.top-1 span {
		display: none !important;
	}

	.top-2 {
		display: none !important;
	}

	.img1 {
		display: none;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	.ss-1 {
		display: none;
	}

	.cl-1 {
		display: none;
	}

	.pro-1 {
		display: none;
	}

	.ys-1 {
		display: none;
	}

	.fw-1 {
		display: none;
	}

	.new-1 {
		display: none;
	}

	.ry-1 {
		display: none;
	}
	footer {
		display: none;
	}
    .mcl-1 {
		display: block !important;
	}
	.mcl-2 {
		width: 90%;
		margin: 10px auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mry-1 {
		display: block !important;
	}
	.mcl-2 h4 {
		border-left: 4px solid #028b3b;
		padding-left: 5px;
	}
    .mcl-2 a {
		color: #0d9043;
	}
	.mcl-3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.mfoot {
		display: block !important;
	}
	.mcl-3 a {
		display: inline-block;
		width: 48%;
	}
	.mpro-1 {
		display: block !important;
	}
	.mpro-2 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.mpro-2 a {
		display: inline-block;
		width: 48%;
		margin: 1%;
	}
	.mnew-1 {
		display: block !important;
	}
	.mnew-2 {
		display: flex;
		flex-direction: column;
		padding-left: 5%;
	}

	.mnew-2 a {
		margin: 10px 0;
	}

	.mry-2 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.mry-2-1 {
		width: 48%;
	}

	.mry-2-1 img {
		width: 100%;
	}
    .mfoot-1 {
		position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	}
	.mfoot-2 {
		text-align: center;
		padding: 2% 0;
		background-color: #0d9043;
		color: #fff;
	}

	.mfoot-3 {
		display: flex;
    justify-content: space-between;
    background-color: #0d9043;
    color: #fff;
    border-top: 1px solid;
	}

	.mfoot-3-1 {
		display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    border: 1px solid;
    padding: 1%;
	}

	.mfoot-3-1 a {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mfoot {
		display: block ;
	}
}

/* 导航栏电话 */
.img1 {
	/* position: absolute;
    right: 94px;
    top: 11px; */
	width: 15%;
}

/* 首页搜索 */
.ss-1 {
	background-image: url(/public/static/index/images/bg1.png);
	background-size: 100% 100%;
	padding: 25px 0;
}

.ss-2 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 15px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -38px;
	border-radius: 50%;
	background-color: #028b3b;
}

.fa-search {
	color: #fff;
}

/* 材料中心 */
.cl-1 {
	padding: 100px 0;
}

.cl-2 {
	text-align: center;
	margin-bottom: 40px;
}

.cl-2-1 img {
	width: 10%;
}

.cl-2-1 span {
	margin: 0 20px;
}

.cl-3 {
	width: 80%;
	margin: 0 auto;
}

.cl-3-1 {
	padding: 10px;
	background-color: #fff;

	border: 1px solid #ccc;
	box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 0.25)
}

.cl-3-1 img {
	width: 100%;
	margin-bottom: 10px;
}

/* 产品中心 */
.pro-1 {
	padding-bottom: 50px;
}

.pro-2-1 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.pro-2-2 {
	width: 20%;
	background-color: rgba(247, 247, 247, 1);
}

.pro-2-3 {
	padding: 5%;
	text-align: center;
	background-color: rgba(2, 139, 59, 1);
	color: #fff;
}

.pro-2-3 h2 {
	font-size: 28px;
}

.pro-2-4 {
	padding-top: 20px;
}

.fa-caret-right {
	transition: all .5s;
}

.tr {
	transform: rotate(90deg);
}

.pro-2-6 {
	display: flex;
	align-items: center;
	background-color: #0064b6;
	color: #fff;
	justify-content: center;
	border-radius: 50px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;

	padding: 2% 0;
}

.pro-2-6 img {
	width: 16%;
}

.pro-2-6 h4 {
	margin-right: 30%;
	margin-left: 5%;
}

.pro-3 {
	display: none;

}

.pro-3-1 {
	transition: all .5s;
}

.pro-3-2 {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(232, 232, 232, 1);
}

.pro-3-2 i {
	margin-right: 5px;
}

.pro-4 {
	width: 78%;
}

.pro-4-1 {
	margin-bottom: 20px;
	box-shadow: 2px -1px 6px 0px rgba(0, 0, 0, 0.2), 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.pro-4-2 {
	display: flex;
	height: 360px;
}

.pro-4-3 {
	width: 40%;
}

.pro-4-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-4-4 {
	width: 60%;
	padding: 20px;

}

.pro-4-4 h4 {
	font-size: 24px;
}

.pro-4-4 span {
	display: inline-block;
	width: 100px;
	height: 3px;
	background-color: rgba(2, 139, 59, 1);
	margin: 20px 0;
}

.pro-4-4 p {
	font-size: 18px;
	margin-bottom: 30px;
}

.pro-4-4 a {
	display: inline-block;
	padding: 10px 60px;
	border: 1px solid rgba(2, 139, 59, 1);
	border-radius: 50px;
	background-color: rgba(2, 139, 59, 1);
	color: #fff;
}

.pro-5 {
	display: flex;
	justify-content: space-between;
}

.pro-5-1 {
	width: 32%;
	position: relative;
	overflow: hidden;
}

.pro-5-1:hover .pro-5-2 {
	background-color: #0d9043;
}

.pro-5-1:hover.pro-5-1 img {
	transform: scale(1.1);
}

.pro-5-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.pro-5-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background-color: rgba(255, 255, 255, .4);
	text-align: center;
	transition: all .5s;
}

.swiper-button-prev2 {
	left: 92%;
	top: 92%;
	background-size: 12px;
	background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next2 {
	top: 92%;
	background-size: 12px;
	background-color: rgba(0, 0, 0, 0.5);
}

/* 源石优势 */
.ys-1 {
	background-image: url(/public/static/index/images/ys.png);
	background-size: 100% 100%;
	padding: 80px 0;
}

.ys-2 {
	width: 80%;
	margin: 0 auto;
}

.ys-3 {
	display: flex;
}

.ys-3:hover .img2 {
	display: none;
}

.ys-3:hover .img3 {
	display: block;
}

.ys-3:nth-child(2) {
	flex-direction: row-reverse;
}

.ys-3:nth-child(4) {
	flex-direction: row-reverse;
}

.ys-3-1 {
	width: 50%;
	padding: 20px;
	position: relative;
	background-color: #fff;
}

.ys-4 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.ys-4 img {
	width: 15%;
	margin-right: 20px;
}

.ys-4 h4 {
	font-size: 32px;
}

.ys-4-1 {
	font-size: 16px;
	line-height: 32px;
}

.fa-check-circle-o {
	margin-right: 8px;
	margin-top: 7px;
	color: #0d9043;
	font-size: 20px;
}

.ys-4-2 {
	display: flex;

}

.ys-5 {
	width: 50%;
}

.ys-5 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img2 {
	width: 26%;
	position: absolute;
	top: 0;
	right: 0;
}

.img3 {
	width: 26%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

/* 源石服务 */
.fw-1 {
	position: relative;
}

.fwimg {
	width: 100%;

}

.fw-2 {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%);
	width: 58%;
}

.fw-2-1 {
	display: flex;
}

.fw-2-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.fw-2-2:hover .icon1 {
	display: none;
}

.fw-2-2:hover .icon2 {
	display: block;
}

.fw-2-2 span {
	color: #fff;
	font-size: 18px;
}

.fw-2-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 6%;
}

.fw-1 .icon1,
.fw-1 .icon2 {
	width: 70%;
	transition: all .5s;
}

.icon2 {
	display: none;
}

/* 新闻资讯 */
.new-1 {
	padding: 60px 0;
	height: 52vw;
}

.new-2 {
	width: 80%;
	margin: 40px auto;
}

.new-2 h3 {
	color: rgba(2, 139, 59, .3);
	font-size: 36px;
	text-transform: uppercase;
}

.new-2 h4 {
	margin-top: -30px;
	font-size: 36px;
}

.new-2 span {
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: rgba(2, 139, 59, 1);
}

.new-3 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.new-3-1 {
	width: 32%;
}

.new-3-1:hover .new-3-2 {

	border-bottom: 2px solid rgba(2, 139, 59, 1);
}

.new-3-1:hover .new-3-2 h4 {
	color: rgba(2, 139, 59, 1);
}

.new-3-1 img {
	width: 100%;
}

.new-3-2 {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.new-3-2 p {
	padding: 10px 0;
}

.new-3-4 h4 {
	transition: all .5s;
}

/* 荣誉证书 */
.ry-1 {
	background-image: url(/public/static/index/images/ry.png);
	background-size: 100% 100%;
	padding: 80px 0;
}

.ry-2 {
	width: 80%;
	margin: 0 auto;
}

.ry-2 img {
	width: 100%;
	height: 235px;
	object-fit: contain;
}

.swiper-container3 .swiper-wrapper {
	align-items: center;
}

/* 底部 */
.foot-1 {
	background-image: url(/public/static/index/images/foot.png);
	background-size: 100% 100%;
	padding: 30px 0;
}

.foot-2 {
	margin-bottom: 35px;
}

.foot-2-1 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	font-size: 18px;
}

.foot-3 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.foot-3-1 {
	width: 26%;
	text-align: center;
}

.foot-3-1 img {
	width: 100%;
}

.foot-3-2 {
	width: 40%;
}

.foot-3-2 h4 {
	font-size: 24px;
	margin-bottom: 15px;
}

.foot-3-3 {
	line-height: 25px;
}

.foot-3-3 i {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.foot-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
}

.foot-4 img {
	width: 50%;
	margin-bottom: 10px;
}
.mcl-1 {
	display: none;
}
.mfoot {
	display: none ;
}
.mpro-1 {
	display: none;
}
.mnew-1 {
	display: none;
}
.mry-1 {
	display: none;
}