/* 移动优先 */
/* Author: */
/* Contact: soft@0523cn.com*/
/* WebSite: www.0523cn.com*/
/* mobile */


/* @media (min-width: 576px) { .container { max-width: 1137px; } }

@media (min-width: 768px) { .container { max-width: 1138px; } }

@media (min-width: 992px) { .container { max-width: 1139px; } }

@media (min-width: 1400px) { .container { max-width: 1340px; } } */
:root {
	--channel-cn-tit-fontsize: 1.375rem;
	--channel-cn-tit-color: #424242;
	--channel-en-tit-fontsize: 1rem;
	--channel-en-tit-color: #333333;
	
	--btn-bg-blue-color:#024fa1;
	--btn-border-blue-color:#024fa1;
	
}
body{
	/* font-size: 1rem / 1.5%; */
}

.top {
	background-color: cornflowerblue;
}

.header {
	background-color: #fff;
	padding: 2rem 0;
	display: flex;
	flex-flow: row nowrap;
}

.logo {
	flex: 0 0 auto;
	margin-left: 3.125rem;
	align-content: center;
}

.logo-warp {
	width: 100%;
	height: 3.125rem;

}

.logo img {
	height: 100%;
	vertical-align: bottom;
}

.menu {
	flex: 1 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: end;
	align-items: center;
	margin-right: 3rem;
}

.index-menu-item {
	flex: 0 0 auto;
	padding: 0 1.375rem;
}

.index-menu-item a {
	color: #828282;
	transition: color .5s ease 0s;
}

.index-menu-item a:hover {
	color: #024fa1;
}


.lang {
	flex: 0 0 auto;
	padding: 0 3.125rem 0 0;
	align-content: center;
}

.lang .hnetzhongyingwenqiehuan-yingwen,
.lang .hnetzhongyingwenqiehuan-zhongwen {
	font-size: 2rem;
	color: #626262;
}

.banner {
	height: 25rem;
}

.index-about {
	padding: 5vh 2vw;
}

.index-about-body {
	display: flex;
	flex-flow: row nowrap;
}

.index-about-thumb {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
}

.index-about-thumb img {
	width: 100%;
}

.index-about-head {
	padding: 1rem;
}

.index-about-tit {
	font-size: var(--channel-cn-tit-fontsize);
	color: var(--channel-cn-tit-color);
	position: relative;
	display: inline-block;
}

.index-about-tit::after {
	width: 100%;
	height: 0.0625rem;
	position: absolute;
	content: '';
	background-color: #c3c3c3;
	left: 0;
	bottom: -0.3125rem;
}

.index-about-tit span {
	font-size: var(--channel-en-tit-fontsize);
	color: var(--channel-en-tit-color);
	opacity: .1;
	text-transform: uppercase;
	margin-top: -1.25rem;
	margin-left: 1rem;
}


.index-about-txt {
	padding: 0 3rem;
	flex: 0 1 auto;


}

.index-about-txt p {
	color: #626262;
	line-height: 2;
	text-indent: 2rem;
	font-size: 1rem;
}

.index-about-text-body {
	padding: 3rem 0rem 5rem 0rem;
}

.index-about-more {
	text-align: right;
	padding: 3rem 1rem 0 0;
}

.index-about-btn {
	text-align: center;
	font-size: 0.875rem;
	color: #424242;
	display: inline-block;
	border: 0.125rem solid var(--btn-border-blue-color);
	padding: 0.375rem 2rem;
	border-radius: 9rem;
	transition: all 0.4s ease-in-out;
	/* background-color: #1e983f; */

}

.index-about-btn:hover {
	text-align: center;
	font-size: 0.875rem;
	color: #fff;
	display: inline-block;
	border: 0.125rem solid var(--btn-border-blue-color);
	padding: 0.375rem 2rem;
	border-radius: 9rem;
	background-color: var(--btn-bg-blue-color);
}

/* index-products */
.index-products {
	padding: 5vh 2vw;
	background-color: #f7f7f7;
}

.index-products-head {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 5rem 0rem 3rem 3rem;
}

.btn-products {
	flex: 0 0 auto;
}

.index-products-tit {
	display: inline-block;
	font-size: 1.375rem;
	color: #424242;
	position: relative;
}

.index-products-tit::after {
	width: 100%;
	height: 0.0625rem;
	position: absolute;
	content: '';
	background-color: #c3c3c3;
	left: 0;
	bottom: -0.3125rem;
}

.index-products-tit span {
	font-size: 1rem;
	color: #333;
	opacity: .1;
	text-transform: uppercase;
	margin-top: -1.25rem;
	margin-left: 1rem;
}



.index-btn-products{
	margin-right: 7rem;
	line-height: 2;
	font-size: 0.875rem;
	padding: 0 1.5rem;
	border-radius:1rem;
	border: 0.0625rem solid #ccc;
	transition: all 0.3s 0s ease-in-out;
	color: #828282;
}

.index-btn-products:hover {
	border: 0.0625rem solid var(--btn-border-blue-color);
	background-color: var(--btn-bg-blue-color);
	color: #fff;
}


.index-products-body {
	padding: 1rem 3rem 2rem 3rem;
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
}

.index-products-body-item {
	flex: 0 0 23%;
	margin: 0 1% 3% 0.5%;
	background: #fff;
	/* border: 0.0625rem solid #f7f7f7; */
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	padding: 1rem 1rem 0rem 1rem;
	transition: all 0.3s 0s ease-in-out;
}


.index-products-body-item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


.index-products-body-item-thumb {}

.index-products-body-item-thumb img {
	width: 100%;
	vertical-align: bottom;
	transition: all 0.3s ease-in-out;
}


.index-products-body-item-tit {}

.index-products-body-item-tit p {
	line-height: 3;
	font-size: 0.875rem;
	color: #626262;
	text-align: center;
}

/* index-news */
.index-news {
	padding: 5vh 2vw;
	background-color: #f9f9f9;
}

.index-news-head {
	padding: 1rem 0rem 3rem 3rem;
}

.index-news-tit {
	display: inline-block;
	font-size: var(--channel-cn-tit-fontsize);
	color: var(--channel-cn-tit-color);
	position: relative;
}

.index-news-tit::before {
	width:100%;
	height: 0.0625rem;
	position: absolute;
	content: '';
	background-color: #c3c3c3;
	left: 0;
	bottom:-0.3125rem;
}

.index-news-tit span {
	font-size: var(--channel-en-tit-fontsize);
	color: var(--channel-en-tit-color);
	opacity: .1;
	text-transform: uppercase;
	margin-top: -1.25rem;
	margin-left: 1rem;
}

.index-news-body {
	padding: 2rem 3rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.index-news-photo {
	flex: 0 0 50%;
	position: relative;
	overflow: hidden;
	/* padding: 1rem; */
}

.index-news-photo .swiper-slide{
	position: relative;
}
.index-news-photo .swipertitle{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 3;
	background-color: rgba(255,255,255,.6);
	width: 100%;
	text-align: left;
	font-size: 0.875rem;
	color: #333333;
	text-indent: 1rem;
}
.index-news-photo .swiper-pagination{
	padding-right: 1rem;
	text-align: right !important;
}
.index-news-photo .swiper-slide img{
	width: 100%;
	vertical-align: bottom;
}


.index-news-list {
	flex: 1 0;
	padding: 0 0 0 3rem;

}

.index-news-list-item {
	padding: 2rem 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	transition: all .4s ease-in-out;
}

.index-news-list-item:hover {
	background-color: #f0f0f0;
	transform: translate(5%);
}

.index-news-list-item:hover h2 {
	color: #187a32;
}

.index-news-list-item-tit {
	display: flex;
	justify-content: space-between;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #535353;
	font-weight: 500;
	overflow: hidden;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	margin-bottom: 1rem;
}

.index-news-list-item-date {
	color: #828282;
}

.index-news-list-item-desc {
	line-height: 1.5;
	font-size: 0.875rem;
	color: #828282;
	width: 80%;

}

/* footer */
.footer {
	padding: 4vh 5vw;
	background-color: #333;
}
.footer-body{
	text-align: center;
	font-size: 0.875rem;
	color:#a2a2a2;
	line-height: 2;
}
.footer-body a{
	color:#a2a2a2;
	
	transition: all 0.3s 0s ease-in-out;
}
.footer-body a:hover{
	color:#e2e2e2;
}


.bottom {
	color: #616161;
	font-size: 0.875rem;
	text-align: center;
	line-height: 4;
	background-color: #303030;
}

.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index-banner-txt {
	text-align: center;
	position: absolute;
	font-size: 2rem;
	color: #fff;
	/* top: 30vh; */

}

.index-banner-h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}

/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}

.index-banner .swiper-slide img {
	width: 100%;
	vertical-align: bottom;
}

.swiper-slide {
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, .5);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.next,
.prev {
	display: block;
	width: 40px;
	background-color: #14b8ce;
}

.netx {
	position: absolute;
	right: 0px;
	top: -10px;
}

.next:before {
	content: "\e824";
	font-family: "revicons";
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
}

.prev:before {

	content: "\e824";
	font-family: "revicons";
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	color: #ffffff;
}
