.inside-banner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 26.45833%;
	background-color: #353535;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
.inside-banner-mobile {
	width: 100%;
	height: 0;
	padding-bottom: 46.66667%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none
}
@media screen and (max-width: 750px) {
	.inside-banner {
		display: none
	}
	.inside-banner-mobile {
		display: block
	}
}
.inside-menu {
	position: relative;
	height: 80px;
	line-height: 80px;
	background-color: #353535;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}
.inside-menu.no-init .swiper-wrapper {
	display: block;
	width: 100%
}
.inside-menu .swiper-wrapper {
	font-size: 0;
	text-align: center
}
.inside-menu .swiper-slide {
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 240px;
	padding: 0 30px;
	width: auto;
	font-size: 16px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.inside-menu .swiper-slide.on, .inside-menu .swiper-slide:hover {
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
@media screen and (max-width: 1600px) {
	.inside-menu {
		height: 70px;
		line-height: 70px
	}
	.inside-menu .swiper-slide {
		min-width: 220px
	}
}
@media screen and (max-width: 1440px) {
	.inside-menu {
		height: 60px;
		line-height: 60px
	}
	.inside-menu .swiper-slide {
		padding: 0 20px;
		min-width: 180px;
		font-size: 15px
	}
}
@media screen and (max-width: 1200px) {
	.inside-menu {
		height: 50px;
		line-height: 50px
	}
	.inside-menu .swiper-slide {
		min-width: 150px;
		font-size: 14px
	}
}
@media screen and (max-width: 750px) {
	.inside-menu {
		height: 42px;
		line-height: 42px
	}
	.inside-menu .swiper-slide {
		padding: 0 .2rem;
		min-width: 90px
	}
}
.inside-page {
	padding: .3rem 0
}
@media screen and (max-width: 414px) {
	.inside-page{
		min-height: 39vh;
	}
}
#Pages {
	font-size: 0;
	text-align: center
}
#Pages a, #Pages .p_info, #Pages .current {
	display: inline-block;
	vertical-align: top;
	margin: 6px 3px 0;
	padding: 0 15px;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
#Pages p{
	font-size: 12px;
	line-height: 1;
	padding-top: 10px;
	opacity: .8;
}
@media screen and (max-width: 750px) {
	#Pages a, #Pages .p_info, #Pages .current {
		margin: 4px 2px 0;
		padding: 0 12px;
		height: 30px;
		line-height: 30px;
		font-size: 12px
	}
}
#Pages .red, #Pages a:hover {
	color: #ffffff;
	background:var(--main-color-d,var(--main-color,#1a8072))
}
#Pages .disabled {
	cursor: default;
	background-color: #e0e0e0
}
#Pages .disabled:hover {
	color: #333333;
	background-color: #e0e0e0
}

.about-article {
	font-size: 14px;
	line-height: 30px;
	color: #666666
}
.about-article p {
	margin-bottom: 15px;
	text-indent: 2em;
}
.about-article img {
	max-width: 100%;
	height: auto !important
}
.about-article p img{
	margin-left: 2em;
}
.about-article ul {
	list-style: disc
}
.about-article ul li {
	list-style: disc
}
.about-article ol {
	list-style: decimal
}
.about-article ol li {
	list-style: decimal
}
@media screen and (max-width: 750px) {
	.about-article {
		line-height: 28px
	}
}

/**/
.honor-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.075rem .05rem
}
.honor-list li {
	margin-bottom: .15rem;
	padding: 0 .075rem;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.honor-list .box {
	display: block;
	padding: 18px 18px 24px;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.honor-list .box:hover {
	-webkit-transform: translateY(-.02rem);
	-moz-transform: translateY(-.02rem);
	-ms-transform: translateY(-.02rem);
	transform: translateY(-.02rem);
	-webkit-box-shadow: 0 .03rem .06rem rgba(0, 0, 0, 0.08);
	box-shadow: 0 .03rem .06rem rgba(0, 0, 0, 0.08)
}
.honor-list .box:hover h3 {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.honor-list .box-img {
	position: relative;
	height: 0;
	padding-top: 70.8502%;
	background-color: #d0d0cf
}
.honor-list .box-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.honor-list h3 {
	margin-top: 30px;
	font-size: 16px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.honor-list .p {
	display: none
}
@media screen and (max-width: 1200px) {
	.honor-list li {
		width: 33.33333%
	}
	.honor-list h3 {
		margin-top: 24px
	}
}
@media screen and (max-width: 1024px) {
	.honor-list .box {
		padding: 12px 12px 18px
	}
	.honor-list h3 {
		margin-top: 18px;
		font-size: 15px
	}
}
@media screen and (max-width: 750px) {
	.honor-list li {
		width: 50%
	}
	.honor-list .box {
		padding: 6px 6px 10px
	}
	.honor-list h3 {
		margin-top: 12px;
		font-size: 13px
	}
}


.product-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px 8px
}
.product-list li {
	margin-bottom: 35px;
	padding: 0 20px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.product-list a {
	display: block;
	text-align: center;
	background-color: #ffffff;
	border-radius: 6px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}
.product-list a:hover {
	-webkit-transform: translateY(-.02rem);
	-moz-transform: translateY(-.02rem);
	-ms-transform: translateY(-.02rem);
	transform: translateY(-.02rem)
}
.product-list a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.product-list a:hover h3 {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.product-list .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70.69892%;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	overflow: hidden
}
.product-list .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	object-fit: cover;
}
.product-list h3 {
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	color: #555555;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
@media screen and (max-width: 1200px) {
	.product-list {
		margin: 0 -.075rem 5px
	}
	.product-list li {
		margin-bottom: .15rem;
		padding: 0 .075rem
	}
	.product-list h3 {
		height: 70px;
		line-height: 70px
	}
}
@media screen and (max-width: 1024px) {
	.product-list h3 {
		height: 50px;
		line-height: 50px;
		font-size: 14px
	}
}
@media screen and (max-width: 750px) {
	.product-list li {
		width: 50%
	}
	.product-list h3 {
		padding: 0 .15rem;
		height: 40px;
		line-height: 40px;
		font-size: 13px
	}
}
@media screen and (max-width: 414px) {
	.product-list li {
		width: 100%
	}
}


/*news----------------*/
.news-recommond + .news-recommond{
	margin-top: .033rem;
}
.news-recommond a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 40px 46px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 .09rem .175rem -.075rem rgba(0, 0, 0, 0.18);
	box-shadow: 0 .09rem .175rem -.075rem rgba(0, 0, 0, 0.18);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.news-recommond a:hover {
	-webkit-transform: translateY(-.03rem);
	-moz-transform: translateY(-.03rem);
	-ms-transform: translateY(-.03rem);
	transform: translateY(-.03rem)
}
.news-recommond a:hover h3 {
	color:var(--main-color-d,var(--main-color,#1a8072))
}
.news-recommond a:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.news-recommond .img {
	width: 326px;
	height: 196px;
	overflow: hidden
}
.news-recommond .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}
.news-recommond .info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	margin: 0 55px 0 35px;
	padding-bottom: 6px
}
.news-recommond h3 {
	margin-bottom: 20px;
	font-size: 22px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.news-recommond .p {
	max-height: 84px;
	line-height: 28px;
	color: #777777;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word
}
.news-recommond .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	width: 102px;
	height: 102px;
	color: var(--main-text,#353535);
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
.news-recommond .day {
	font-size: 58px;
	font-family: "Didot"
}
.news-recommond .year {
	margin-top: -2px;
	font-size: 12px;
	font-family: "Microsoft YaHei"
}
.news-recommond .mobile-time {
	display: none;
	font-size: 12px;
	color: #777777
}
@media screen and (max-width: 1200px) {
	.news-recommond a {
		padding: 30px
	}
	.news-recommond .img {
		width: 300px;
		height: 180px
	}
	.news-recommond .info {
		margin: 0 45px 0 .15rem
	}
	.news-recommond h3 {
		margin-bottom: 16px;
		font-size: 20px
	}
	.news-recommond .time {
		width: 90px;
		height: 90px
	}
	.news-recommond .day {
		font-size: 52px
	}
}
@media screen and (max-width: 1024px) {
	.news-recommond .img {
		width: 240px;
		height: 144px
	}
	.news-recommond .info {
		margin-right: 35px
	}
	.news-recommond h3 {
		margin-bottom: 12px;
		font-size: 18px
	}
	.news-recommond .p {
		height: 78px;
		line-height: 26px;
		font-size: 13px
	}
	.news-recommond .time {
		width: 75px;
		height: 75px
	}
	.news-recommond .day {
		font-size: 42px
	}
}
@media screen and (max-width: 750px) {
	.news-recommond a {
		padding: .1rem
	}
	.news-recommond .img {
		position: relative;
		width: 50%;
		height: 0;
		padding-bottom: 30.06135%
	}
	.news-recommond .img img {
		position: absolute;
		top: 0;
		left: 0
	}
	.news-recommond .info {
		margin-right: 0
	}
	.news-recommond h3 {
		margin-bottom: 8px;
		max-height: 44px;
		line-height: 22px;
		font-size: 15px;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-break: break-word
	}
	.news-recommond .p {
		display: none
	}
	.news-recommond .time {
		display: none
	}
	.news-recommond .mobile-time {
		display: block
	}
}

.bread-con {
	margin-bottom: 22px;
	font-size: 14px;
	color: #666666
}
.bread-con a {
	color: #666666
}
.bread-con a:hover {
	text-decoration: underline
}
.bread-con span, .bread-con a {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bread-con i {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
	font-size: 20px;
	color:var(--main-color-d,var(--main-color,#1a8072))
}
@media screen and (max-width: 750px) {
	.bread-con {
		margin-bottom: 15px;
		font-size: 12px
	}
	.bread-con i {
		margin: -3px 6px 0 0;
		font-size: 16px
	}
	.bread-con span, .bread-con a {
		max-width: 258px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
.news-content {
	padding: 60px 95px 65px;
	background-color: #ffffff
}
.news-content-title {
	margin-bottom: 30px;
	padding-bottom: 22px;
	text-align: center;
	border-bottom: 1px dashed #b2b2b2
}
.news-content-title h2 {
	margin-bottom: 14px;
	line-height: 1.3;
	font-size: 36px;
	color: #333333
}
.news-content-title p {
	font-size: 13px;
	color: #666666
}
.news-content-title p span {
	display: inline-block;
	vertical-align: top;
	margin: 0 .08rem
}
@media screen and (max-width: 1440px) {
	.news-content-title h2 {
		font-size: 32px
	}
}
@media screen and (max-width: 1200px) {
	.news-content {
		padding: 50px 60px 60px
	}
	.news-content-title {
		margin-bottom: 25px
	}
	.news-content-title h2 {
		font-size: 28px
	}
}
@media screen and (max-width: 1024px) {
	.news-content {
		padding: 40px 40px 50px
	}
	.news-content-title {
		margin-bottom: 20px
	}
	.news-content-title h2 {
		margin-bottom: 12px;
		font-size: 24px
	}
	.news-content-title p {
		font-size: 12px
	}
}
@media screen and (max-width: 750px) {
	.news-content {
		padding: .25rem .15rem
	}
	.news-content-title {
		margin-bottom: 13px;
		padding-bottom: 16px
	}
	.news-content-title h2 {
		margin-bottom: 8px;
		font-size: 18px
	}
	.news-content-title p {
		font-size: 11px
	}
}
.news-article {
	font-size: 16px;
	line-height: 30px;
	color: #666666
}
.news-article p {
	margin-bottom: 15px
}
.news-article img {
	max-width: 100%;
	height: auto !important
}
.news-article ul {
	list-style: disc
}
.news-article ul li {
	list-style: disc
}
.news-article ol {
	list-style: decimal
}
.news-article ol li {
	list-style: decimal
}
.news-article p {
	margin-bottom: 15px
}
@media screen and (max-width: 750px) {
	.news-article {
		line-height: 28px
	}
	.news-article p {
		margin-bottom: 10px
	}
}
.news-paged {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 28px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #353535;
	overflow: hidden
}
.news-paged a {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	color: #f4f4f4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.news-paged a:not(:first-child):before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 1px solid #484848
}
.news-paged a .icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	line-height: 1;
	font-size: 18px;
	color: #ffffff;
	margin-right: .1rem
}
.news-paged a:hover {
	background-color:var(--main-color-d,var(--main-color,#1a8072))
}
.news-paged a:nth-last-of-type(1) .icon {
	margin-left: .1rem;
	margin-right: 0;
}
@media screen and (max-width: 1200px) {
	.news-paged {
		height: 55px;
		line-height: 55px
	}
	.news-paged a {
		font-size: 15px
	}
	.news-paged a .icon {
		margin-top: -4px;
		font-size: 17px
	}
}
@media screen and (max-width: 750px) {
	.news-paged {
		margin-top: 16px;
		height: 42px;
		line-height: 42px
	}
	.news-paged a {
		font-size: 13px
	}
	.news-paged a .icon {
		margin-top: -2px;
		font-size: 15px
	}
}

.contact-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 45px 45px 65px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 .12rem .25rem -.1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 .12rem .25rem -.1rem rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 1200px) {
	.contact-box {
		padding: 40px 40px 40px 55px
	}
}
@media screen and (max-width: 1024px) {
	.contact-box {
		display: block;
		padding: .225rem .15rem .15rem
	}
}
.contact-content {
	margin-right: 65px;
	width: 456px;
	font-size: 14px;
	line-height: 36px;
	color: #777777
}
.contact-content p {
	margin-bottom: 18px
}
.contact-content img {
	max-width: 100%;
	height: auto !important
}
.contact-content ul {
	list-style: disc
}
.contact-content ul li {
	list-style: disc
}
.contact-content ol {
	list-style: decimal
}
.contact-content ol li {
	list-style: decimal
}
.contact-content p {
	margin-bottom: 0
}
.contact-content a {
	display: inline-block;
	vertical-align: top;
	color: #777777;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.contact-content a:hover {
	color:var(--main-color-d,var(--main-color,#1a8072));
	text-decoration: underline
}
.contact-content-title {
	margin-bottom: 14px;
	padding: 26px 0 12px;
	font-size: 28px;
	color: #333333;
	border-bottom: 1px dashed #b3b3b3
}
@media screen and (max-width: 1200px) {
	.contact-content {
		margin-right: 55px;
		width: 400px
	}
	.contact-content-title {
		font-size: 26px
	}
}
@media screen and (max-width: 1024px) {
	.contact-content {
		margin: 0 0 .2rem;
		width: 100%;
		line-height: 30px
	}
	.contact-content-title {
		padding: 0 0 16px;
		font-size: 24px
	}
}
@media screen and (max-width: 750px) {
	.contact-content {
		line-height: 28px
	}
	.contact-content-title {
		margin-bottom: 12px;
		padding: 0 0 10px;
		font-size: 20px
	}
}
.contact-map {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 370px
}
.contact-map .map-box {
	width: 100%;
	height: 100%
}
@media screen and (max-width: 1024px) {
	.contact-map {
		height: 370px;
		min-height: 0
	}
}
@media screen and (max-width: 750px) {
	.contact-map {
		height: 2.4rem
	}
}