@charset "utf-8";
/* ====================公共样式========================= */


/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

/* 
.Header-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transition: opacity .3s;

} */

.Header-wrapper.on,
.Header-wrapper:hover {}

.Header-container {}

.Header-container .logo {}

.Header-container .logo h1 {
	font-size: 0;

}

.Header-container .logo h1 a {
	font-size: 0;
}

.Header-container .logo h1 a img,
.Header-wrapper.on .logo h1 a img+img,
.Header-wrapper:hover .logo h1 a img+img {
	width: auto;
	height: 50px;
	display: block;
}

/* 
.Header-container .logo h1 a img+img,
.Header-wrapper.on .logo h1 a img,
.Header-wrapper:hover .logo h1 a img {
	display: none;
} */


.Header-container .nav_item {
	/* margin-right: 0.2rem; */
}

.Header-container .nav_item>ul {}

.Header-container .nav_item>ul>li {
	float: left;
	position: relative;
	margin: 0 0.6rem 0 0;
}

.Header-container .nav_item>ul>li>a {
	display: inline-block;
	font-size: 18px;
	line-height: 90px;
	color: #221815;
}

/* 
.Header-wrapper.on .Header-container .nav_item>ul>li>a,
.Header-wrapper:hover .Header-container .nav_item>ul>li>a {
	color: #221815;
} */

.Header-container .nav_item>ul>li>a:hover,
.Header-container .nav_item>ul>li.active>a {
	color: #008394 !important;
}

/* 二级导航 */
.Header-container .nav_item .son {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	/* height: 430px; */
	/*background: rgba(46, 126, 239, .88);*/
	/*background: rgba(89, 144, 221, .88);*/
	/*background: rgba(80, 140, 201, .88);*/
	background: rgba(0, 131, 148, .88);
	/* background: rgba(48,127,226,.88); */
	display: none;
	transition: top .22s;
}

.Header-container .nav_item .son .fl {
	width: 30%;
	padding: 50px 50px 50px 0;
	position: relative;
}

.Header-container .nav_item .son .fl::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	right: 0;
}

.Header-container .nav_item .son .fl .tit {
	font-size: 0.3rem;
	color: white;
	text-transform: uppercase;
	position: relative;
	font-family: "Montserrat-Bold";
}

.Header-container .nav_item .son .fl .des {
	margin-top: 20px;
	line-height: 1.7;
	font-size: 0.16rem;
	position: relative;
	color: rgba(255, 255, 255, .7);
}

.Header-container .nav_item .son .fl a {
	display: block;
	width: 290px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 100px;
	text-align: center;
	margin-top: 50px;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	transition: all .3s;
	box-sizing: border-box;
	padding-right: 10px;
}

.Header-container .nav_item .son .fl a i {
	margin-left: 8px;
	position: absolute;
	right: 14px;
	top: 17px;
	font-size: 0.14rem;
	line-height: 1;
	z-index: 2;
	transition: all .3s;
}

.Header-container .nav_item .son .fl a:hover i {
	color: #fff;
}

.Header-container .nav_item .son .fl a::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	background: #2e7eef;
	border-radius: 50%;
	right: 24px;
	top: 24px;
	z-index: 1;
	transition: all .3s;
	opacity: 0;
}

.Header-container .nav_item .son .fl a:hover::after {
	width: 42px;
	height: 42px;
	right: 3px;
	top: 3px;
	opacity: 1;
}

.Header-container .nav_item .son .fr {
	width: 70%;
	padding: 50px 0 50px 60px;
	display: flex;
}

.Header-container .nav_item .son .fr .sub {
	width: calc(100% - 450px);
}

.Header-container .nav_item .son .fr .sub a {
	display: block;
	color: #fff;
	font-size: 0.16rem;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}

.Header-container .nav_item .son .fr .img {
	margin-top: 15px;
	max-width: 400px;
}

.Header-container .nav_item .son .fr .img img {}


.Header-container .tool {
	color: #333;
}

.Header-wrapper.on .Header-container .tool,
.Header-wrapper:hover .Header-container .tool {
	color: #333;
}

.Header-container .tool .search {}

.Header-container .tool .search i {
	position: relative;
	font-size: 24px;
	padding-right: 0.18rem;
	margin-right: 0.2rem;
	cursor: pointer;
}

/* .Header-container .tool .search i::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgb(0, 0, 0, .3);
} */

.Header-wrapper.on .Header-container .tool .search i::after,
.Header-wrapper:hover .Header-container .tool .search i::after {
	/* background-color: rgb(0, 0, 0, .3); */
}

.Header-container .tool .language {
	position: relative;
}

.Header-container .tool .language a {}

.Header-container .tool .language i {
	font-size: 24px;
}

.Header-container .tool .language p {
	font-size: 14px;
	margin-left: 0.08rem;
	display: inline-block;
}

.Header-container .tool .language p::after {
	display: inline-block;
	margin-left: 5px;
	content: "\f0d7";
	font-size: 12px;
	font-family: 'fontawesome';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); */
}

.Header-container .tool .language.on p::after {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.Header-container .tool .language .language_down {
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: calc(100% + 14px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.Header-container .tool .language .language_down a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* letter-spacing: 0.5px; */
	text-align: center;
}

.Header-container .tool .language .language_down a:hover {
	background-color: #008394;
}

/* 产品下拉 */
.Header-container .nav_item ul li .drop_pro {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100vw;
	background: #fff;
	padding: 0.55rem 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
	border-top: 1px solid #E5E5E5;
}

.Header-container .nav_item ul li:hover .drop_pro {
	opacity: 1;
	visibility: visible;
}

.Header-container .nav_item ul li .drop_pro .w16 {
	padding: 0 10%;
}

.Header-container .nav_item ul li .drop_pro .fl {
	width: 70%;
	padding-right: 0.3rem;
}

.Header-container .nav_item ul li .drop_pro .fl dl {
	float: left;
	/* width: calc(100% / 3); */
	width: 50%;
	margin: 0.12rem 0;
}

.Header-container .nav_item ul li .drop_pro .fl dl a {
	font-size: 16px;
	letter-spacing: 1px;
	/*font-family: "OBS";*/
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	color: #242424;
}

.Header-container .nav_item ul li .drop_pro .fl dl a:hover {
	/* color: rgba(255,255,255,0.95); */
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
	color: #008394;
}

.Header-container .nav_item ul li .drop_pro .fl dl dt {}

.Header-container .nav_item ul li .drop_pro .fl dl dt a {
	height: 48px;
}

.Header-container .nav_item ul li .drop_pro .fl dl dd {}

.Header-container .nav_item ul li .drop_pro .fl dl dd a {}

.Header-container .nav_item ul li .drop_pro .fr {
	width: 30%;
}

.Header-container .nav_item ul li .drop_pro .fr .pic {
	/* background-color: white; */
}

.Header-container .nav_item ul li .drop_pro .fr .pic img {
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
}


/*顶部导航开关*/
#c-header .c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	#c-header .c-switch {
		display: block;
	}
}

#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.on .c-switch i {
	background: #333;
}

.c-open #c-header .c-switch i {
	background: #000000;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 50px;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	text-align: left;
}

#c-header .c-nav2>li:last-child {
	border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
	padding: 0 20px;
	border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	#c-header .c-nav2 li {
		padding: 0 4%;
	}
}

#c-header .c-nav2 li .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#c-header .c-nav2 li a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}

#c-header .c-nav2 li i {
	font-size: 20px;
	color: #333;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#c-header .c-nav2 li .c-title-box.on i {
	transform: rotate(180deg);
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
	color: #008394;
}

#c-header .c-nav2 li ul {
	display: none;
}

.c-open #c-header .c-nav2 {
	height: calc(100vh - 60px);
}


/* 底部 */
/* 
.Footer-wrapper {
	background: url("../images/foot_bg.png") no-repeat center;
	background-size: cover;
}

.Footer-container {}

.Footer-container .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0.36rem 0;
	display: inline-block;
	width: 100%;
}

.Footer-container .top .foot_logo {}

.Footer-container .top .foot_logo img {
	height: 50px;
}

.Footer-container .top .foot_link {}

.media_ul {}

.media_ul li {
	margin-right: 8px;
}

.media_ul li:last-child {
	margin-right: 0;
}

.media_ul li a {
	display: block;
	padding: 10px;
	background-color: #3b5999;
	color: white;
	border-radius: 50%;
	font-size: 0;
}

.media_ul li a i {
	font-size: 20px;
}

.media_ul li:nth-child(1) a {
	background-color: #1278F3;
}

.media_ul li:nth-child(2) a {
	background-color: #0B66C1;
}

.media_ul li:nth-child(3) a {
	background-color: #FB0204;
}

.media_ul li:nth-child(4) a {
	background-color: #1D9BF0;
}

.media_ul li:nth-child(5) a {
	background-color: #DA4369;
}

.media_ul li:nth-child(6) a {
	background-color: #FF0013;
}

.media_ul li:nth-child(7) a {
	background-color: #04C15F;
}


.media_ul li a img {}

.Footer-container .mid {
	padding: 0.6rem 0;
}

.Footer-container .mid ul {}

.Footer-container .mid ul li {
	float: left;
	overflow: hidden;
}

.Footer-container .mid ul li p {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 24px;
}

.Footer-container .mid ul li .foot_nav_link a {
	font-size: 14px;
	color: #bbb;
	color: rgb(255, 255, 255, .8);
	line-height: 30px;
	display: block;
}

.Footer-container .mid ul li a:hover {
	text-decoration: underline;
}

.Footer-container .mid ul li.lxwm {
	max-width: 450px;
	margin-right: 0;
}

.Footer-container .mid ul li dl {}

.Footer-container .mid ul li dd {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgb(255, 255, 255, .8);
	margin-bottom: 16px;
	padding-left: 28px;
}

.Footer-container .mid ul li dd:last-child {
	margin-bottom: 0;
}

.Footer-container .mid ul li dd i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: rgb(255, 255, 255, .8);
}

.Footer-container .bot {
	font-size: 14px;
	line-height: 1.5;
	color: rgb(255, 255, 255, .8);
	text-align: center;
	padding: 0.3rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.Footer-container .bot a {
	font-size: 14px;
	color: rgb(255, 255, 255, .8);
} */




/* 底部 */
.Footer-wrapper {
	/* background-color: #141414; */
	/* background-color: #616161; */
	background-color: #F6F7FB;
	/* border-top: 1px solid #0075c1; */
}

.Footer-container {}

.Footer-container .fl {
	width: 50%;
}

.Footer-container .fl .foot_logo {}

.Footer-container .fl .foot_logo img {
	height: 0.6rem;
}

.Footer-container .fl .foot_info {}

.Footer-container .fl .foot_info .text {
	margin: 0.2rem 0;
	color: #333;
	line-height: 1.3;
	max-width: 60%;
}

.Footer-container .fl .foot_info .text h4 {
	font-size: 18px;
	margin-bottom: 0.1rem;
	text-transform: uppercase;
}

.Footer-container .fl .foot_info .text p {
	font-size: 16px;
}

.Footer-container .fl .foot_info ul {}

.Footer-container .fl .foot_info ul li {
	position: relative;
	/*padding-left: 30px;*/
	font-size: 16px;
	color: #333;
	margin-bottom: 0.2rem;
}

.Footer-container .fl .foot_info ul li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #0075C1;
}

.Footer-container .fl .foot_info ul li:nth-child(2) {}

.Footer-container .fl .foot_info ul li:nth-child(3) {}

.Footer-container .fl .foot_info ul li span {
	display: inline-block;
	margin-bottom: 0.1rem;
}

.Footer-container .fl .foot_info ul li p {}

.Footer-container .fr {
	width: 50%;
}

.Footer-container .fr .foot_nav {}

.Footer-container .fr .foot_nav {}

.Footer-container .fr .foot_nav li {
	width: 33%;
	margin-bottom: 0.6rem;
}

.Footer-container .fr .foot_nav li p {
	font-size: 18px;
	font-weight: 700;
	color: #181818;
	margin-bottom: 0.25rem;
}

.Footer-container .fr .foot_nav li p a {}

.Footer-container .fr .foot_nav li p i {}

.Footer-container .fr .foot_nav li .foot_nav_link {}

.Footer-container .fr .foot_nav li .foot_nav_link a {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0.12rem;
	/* color: rgb(255,255,255,.5); */
	/* color: #666; */
	color: #424345;
}

.Footer-container .fr .foot_nav li .foot_nav_link a:hover {
	color: #0075c1;
}

.Footer-container .fr .foot_nav li .foot_nav_link a:last-child {
	margin-bottom: 0;
}

.Footer-container .fr .foot_link {}

.Footer-container .fr .foot_link a.mess_more {
	margin-left: 0.8rem;
	/* border: 1px solid #fff;
	background-color: transparent;
	color: white; */
}

.Footer-container .fr .foot_link a.mess_more:hover {
	background-color: white;
	color: #0075C1;
}

.media_ul {}

.media_ul li {
	margin-right: 10px;
}

.media_ul li:last-child {
	margin-right: 0;
}

.media_ul li a {
	display: block;
	padding: 8px;
	background-color: #626262;
	color: white;
	border-radius: 4px;
	font-size: 0;
}

.media_ul li a i {
	font-size: 18px;
}

.media_ul li:nth-child(1):hover a {
	background-color: #1278F3;
}

.media_ul li:nth-child(2):hover a {
	background-color: #1D9BF0;
}

.media_ul li:nth-child(3):hover a {
	background-color: #0A66C2;
}

.media_ul li:nth-child(4):hover a {
	background-color: #DA4369;
}

.media_ul li:nth-child(5):hover a {
	background-color: #FB0204;
}


.Footer-copy {
	text-align: center;
	padding: 0.28rem 0;
	background-color: #edeff7;
}

.Footer-copy,
.Footer-copy a {
	font-size: 14px;
	line-height: 1.3;
	color: #333;
}

/* 中间+共用部分 */

/* 中间+共用部分 */



/* ind_banner */
.ind_banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ind_banner .swiper-button-next,
.ind_banner .swiper-button-prev {
	color: white;
}

.ind_banner .swiper-pagination-bullet {
	background-color: white;
	opacity: 1;
}

.ind_banner .swiper-pagination-bullet-active {
	background-color: #008394;
}

.ind_banner .swiper-slide {
	position: relative;
}

/* .ind_banner .txt{
	position: absolute;
	left: 8%;
	top: 40%;
	width: 80%;
	max-width: 8rem;
	z-index: 2;
}
.ind_banner .txt span{
	font-size: 0.2rem;
	color: #fff;
	display: block;
}
.ind_banner .txt h4{
	font-size: 0.36rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.3rem 0;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}
.ind_banner .txt a{
	display: inline-flex;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
	line-height: 3;
	padding: 0 0.45rem;
	border-radius: 50px;
	border: 1px solid #fff;
}
.ind_banner .txt a span{
	display: inline-block;
	font-size: 14px;
	margin-left: 0.06rem;
}
.ind_banner .txt a:hover{
	background-color: #008394;
	border-color: #008394;
}
 */

.ind_banner [class*="txt"] {
	position: absolute;
	z-index: 2;
	color: white;
	line-height: 1.2;
	text-shadow: 5px 5px 5px rgb(0, 0, 0, .75);
}

.ind_banner .txt1 {
	left: 13.5%;
	top: 39%;
	width: 5.2rem;
}

.ind_banner .txt1 h4 {
	font-size: 0.54rem;
	line-height: 0.6rem;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt1 h4::after {
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.06rem;
	margin: 0.15rem 0;
	background-color: white;
	box-shadow: 3px 3px 5px rgb(0, 0, 0, .75);
}

.ind_banner .txt1 p {
	font-size: 0.2rem;
}

.ind_banner .txt2 {
left: 13.5%;
    top: 39%;
    width: 5.2rem;
}

.ind_banner .txt2 h4 {
	font-size: 0.54rem;
	line-height: 0.6rem;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt2 p {
	font-size: 0.2rem;
	margin-top: 5px;
}

.ind_banner .txt3 {
	left: 16.15%;
	top: 36.5%;
	width: 6rem;
}

.ind_banner .txt3 h4 {
	font-size: 0.54rem;
	line-height: 0.6rem;
	text-transform: uppercase;
	font-family: 'Montserrat-Bold';
}

.ind_banner .txt3 h4::after {
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.06rem;
	margin: 0.15rem 0;
	background-color: white;
}

.ind_banner .txt3 p {
	font-size: 0.2rem;
}

/* ind_more */
.ind_more {
	display: block;
	height: 48px;
	line-height: 46px;
	width: 200px;
	font-size: 16px;
	color: white;
	text-align: center;
	margin: 0.4rem auto 0;
	padding: 0 10px;
	border-radius: 6px;
	background-color: #008394;
	border: 1px solid #008394;
}

.ind_more span {
	margin-left: 0.06rem;
}

.ind_more:hover {
	background-color: transparent;
	color: #008394;
}

/* ind_tit */
.ind_tit {
	text-align: center;
}

.ind_tit.tal {
	text-align: left;
}

.ind_tit h3 {
	width: 100%;
	display: block;
	font-size: 0.32rem;
	color: #101010;
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
}

.ind_tit h3::after {
	content: "";
	width: 0.6rem;
	height: 2px;
	display: block;
	margin: 0.12rem auto 0.12rem;
	background-color: #008394;
	position: relative;
}

.ind_tit.tal h3::after {
	margin-left: 0;
}

.ind_tit.white h3::after {
	background-color: white;
}

.ind_tit p {
	color: #171717;
	font-size: 16px;
	line-height: 1.75;
	/* margin-top: 0.2rem; */
}

.ind_tit.white h3,
.ind_tit.white p {
	color: white;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #008394;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

/* com_swiper_button */
.com_swiper_button.swiper-button-next::after,
.com_swiper_button.swiper-button-prev::after {
	display: none;
}

.com_swiper_button.swiper-button-next,
.com_swiper_button.swiper-button-prev {
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	border-radius: 50%;
	background-color: #008394;
	color: white;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.com_swiper_button.swiper-button-next i,
.com_swiper_button.swiper-button-prev i {
	font-size: 18px;
	color: white;
}

.com_swiper_button.swiper-button-prev {
	left: -0.6rem;
}

.com_swiper_button.swiper-button-next {
	right: -0.6rem;
}

/* des */
.des,
.des p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

/* tc_search s */
.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */


/* com_page */
.com-page {
	padding-top: 0.4rem;
	font-size: 0;
}

.com-page a,
.com-page span {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(222, 222, 222);
	font-size: 14px;
	color: #333;
	background: #fff;
	margin: 0 0.05rem;
	transition: all .3s;
}

.com-page a.page-num-current,
.com-page a:hover {
	background-color: #008394;
	border-color: #008394;
	color: white;
	line-height: 48px;
}

.com-page a i {
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}


/* com_ban */
.com_ban {
	position: relative;
	height: 4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.com_ban::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, .15);
	/* opacity: 0; */
	z-index: 1;
	mix-blend-mode: multiply;
}

.com_ban::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(16, 154, 36, .28);
	opacity: 0;
	z-index: 2;
	mix-blend-mode: multiply;
}

.com_ban .ban_txt {
	position: absolute;
	top: 50%;
	left: 0;
	color: #ffffff;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.com_ban .ban_txt h3 {
	font-size: 0.4rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: capitalize;
}

.com_ban .ban_txt p {
	font-size: 16px;
	margin-top: 12px;
}


/* loca */
.loca {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.loca_pro {
	background-color: #ededed;
}

.loca .fr a,
.loca .fr i {
	font-size: 16px;
	color: #666;
}

.loca .fr i {
	margin: 0 0.04rem;
}

.loca .fr img {
	margin-right: 10px;
	display: inline-block;
	vertical-align: baseline;
}

.loca .fr a:hover {
	color: #008394;
}

.loca .fl {}

.loca .fl ul {
	overflow: hidden;
}

.loca .fl ul li {
	float: left;
	margin-right: 0.6rem;
}

.loca .fl ul li:last-child {
	margin-right: 0;
}

.loca .fl ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loca .fl ul li a::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #008394;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loca .fl ul li.active a,
.loca .fl ul li:hover a {
	color: #008394;
}

.loca .fl ul li.active a::after,
.loca .fl ul li:hover a::after {
	width: 100%;
}


/* ny_tit */
.ny_tit {
	text-align: center;
	margin-bottom: 0.5rem;
}

.ny_tit.tal {
	text-align: left;
}

.ny_tit h3 {
	font-size: 0.38rem;
	color: #333;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}

.ny_tit span {
	display: block;
	width: 100px;
	height: 3px;
	margin: 0 auto;
	background: #008394;
	margin-top: 18px;
}

/* sort_nav*/
.sort_nav_view {}

.main_fl {
	width: 22%;
	float: left;
}

.main_fr {
	width: 75%;
	float: right;
}

.sort_nav_view .item {
	margin-bottom: 0.4rem;
}

.sort_nav_view .item .tit {
	position: relative;
	font-size: 0.28rem;
	color: #333;
	padding-bottom: 15px;
	font-weight: 700;
	/* font-family: 'Montserrat-Bold'; */
}

.sort_nav_view .item .tit::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 120px;
	height: 3px;
	background: #008394;
}

.sort_nav_ul {}

.sort_nav_ul li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 0.2rem 0;
}

.sort_nav_ul li a {
	position: relative;
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 28px;
}

.sort_nav_ul li.active a {
	color: #008394;
}

.sort_nav_ul li i {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #008394;
	display: none;
}

.sort_nav_ul li:hover i,
.sort_nav_ul li.active i,
.sort_nav_ul li:hover i {
	display: block;
}

.sort_nav_fl {}

.sort_nav_fl li {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
	color: #666;
}

.sort_nav_fl li a {}

.sort_nav_fl li .img {
	width: 35%;
}

.sort_nav_fl li p {
	width: 60%;
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.sort_nav_fl li:hover p {
	color: #008394;
}

/* fanye */
.fanye dt {
	width: 50%;
	float: left;
	font-size: 14px;
	line-height: 1.3;
	;
	color: #008394;
}

.fanye {
	border-bottom: 1px dashed #ddd;
	margin-top: 0.8rem;
	padding-bottom: 0.4rem;
}

.fanye dt a {
	color: #666;
	flex: 1;
}

.fanye dt:nth-child(2) {
	text-align: right;
}

.fanye dt a:hover {
	color: #008394;
}

/* ny_form */
.ny_form {
	margin-top: 0.8rem;
}

.input_control {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f2f5f8;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	height: 54px;
}

.input_control:nth-child(3) {
	margin-right: 0;
}

.form_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	height: 54px;
	line-height: 54px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 14px;
	color: #666;
	width: 95%;
	background: #f2f5f8;
}

.input_control label {
	color: red;
	position: absolute;
	left: 20px;
	line-height: 54px;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
	color: #666;
}

.form_text {
	height: 100px;
	background: #f2f5f8;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 95%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	border: none;
}

.input_control2 {
	width: 100%;
	margin: 16px 0 25px;
	height: 130px;
}

.ny_form p {
	font-size: 14px;
	color: #666;
	display: block;
	float: left;
	line-height: 1.3;
}

.ny_form .submit {
	border-radius: 4px;
	background: #008394;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	margin-top: 0.25rem;
	padding: 0.2rem 0.8rem;
}

/* ny_list */
.ny_list {
	/* margin-top: 0.8rem; */
	margin-top: 0.6rem;
	padding-top: 0.5rem;
	border-top: 1px solid #ddd;
}

.ny_list ul {
	/* margin-top: 0.4rem; */
}

.ny_list ul li {
	width: 23.75%;
	float: left;
	margin-right: 1.66%;
	text-align: center;
}

.ny_list ul li:last-child {
	margin-right: 0;
}

.ny_list ul li a {}

.ny_list ul li .pic {
	border: 1px solid #ddd;
}

.ny_list ul li p {
	display: block;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 0.2rem;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {

	/* 1360 × (768) */
	.Header-container .nav_item>ul>li {
		margin-right: 0.45rem;
	}

	.Header-container .nav_item>ul>li>a {
		font-size: 16px;
	}

}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {

	/* 1024 × (600/768) */
	.Header-container .nav_item {
		display: none;
	}

	.Header-container .logo h1 {
		height: 60px;
	}

	.Header-container .logo h1 a img,
	.Header-wrapper.on .logo h1 a img+img,
	.Header-wrapper:hover .logo h1 a img+img {
		height: 36px;
	}

	#c-header .c-switch {
		display: block;
		margin-left: 20px;
	}

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}

	.ind_tit h3 {
		font-size: 0.48rem;
	}

	.ind_tit h3::after {
		margin: 0.25rem auto;
	}

	.ind_tit.tal h3::after {
		margin-left: 0;
	}

	.ind_tit p {
		font-size: 14px;
		line-height: 1.55;
	}

	.tc_search form {
		width: 92%;
		max-width: 92%;
		padding: 0 0.2rem;
		margin-bottom: 1px;
		height: 0.8rem;
	}

	.tc_search input {
		font-size: 0.32rem;
		height: 0.8rem;
	}

	.ind_banner .swiper-button-next:after,
	.ind_banner .swiper-button-prev:after {
		display: none;
	}

	.ind_banner .swiper-slide::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgb(0, 0, 0, .35);
		z-index: 1;
	}

	.ind_banner .txt {
		position: absolute;
		left: 0;
		right: 0;
		top: 40%;
		width: 100%;
		padding: 0 5%;
		text-shadow: none;
	}

	.ind_banner .txt h4 {
		font-size: 0.4rem;
		color: #fff;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 0.2rem 0;
		text-transform: uppercase;
		font-family: 'Montserrat-Bold';
	}

	.ind_banner .txt p {
		font-size: 14px;
		line-height: 1.3;
	}


	.ind_banner img {
		height: auto;
	}

	.com_swiper_button.swiper-button-next,
	.com_swiper_button.swiper-button-prev {
		width: 0.6rem;
		height: 0.6rem;
		line-height: 0.6rem;
	}

	/* 
	.Footer-container .top {
		padding: 0.5rem 0;
	}

	.Footer-container .top .foot_logo,
	.Footer-container .top .foot_link {
		width: 100%;
	}

	.Footer-container .top .foot_logo img {
		height: 0.6rem;
		margin: 0 auto;
	}

	.Footer-container .top .foot_link {
		margin-top: 0.4rem;
	}

	.Footer-container .mid {
		padding: 0.4rem 0 0.6rem;
	}

	.media_ul li a i {
		font-size: 18px;
	}

	.Footer-container .mid ul li {
		width: 100%;
		border-bottom: 1px solid rgb(255, 255, 255, .8);
	}

	.Footer-container .mid ul li.lxwm {
		border-bottom: none;
		margin-top: 0.2rem;
	}

	.Footer-container .mid ul li p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		padding: 0.4rem 0;
		margin-bottom: 0;
	} */

	.foot_nav_link {
		display: none;
		padding-bottom: 0.2rem;
	}

	.loca {
		height: auto;
		padding: 10px 0;
		line-height: 1;
	}

	.loca .fl {
		display: none;
	}

	.loca .fr {
		float: left;
	}

	.loca .fr a,
	.loca .fr i {
		font-size: 13px;
		line-height: 1.3;
	}

	.loca .fr img {
		margin-right: 6px;
	}

	.main_fl {
		display: none;
	}

	.main_fr {
		width: 100%;
	}

	.cat_page_title {
		font-size: 0.36rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.4rem;
	}

	.com-page a,
	.com-page span {
		width: 0.62rem;
		height: 0.62rem;
		font-size: 13px;
		margin: 0.06rem;
	}

	.input_control {
		height: 46px;
	}

	.form_input {
		height: 46px;
		line-height: 46px;
	}

	.input_control {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}

	.input_control2 {
		margin-top: 0;
	}

	.input_control2 {
		height: 200px;
	}

	.form_text {
		height: 170px;
	}

	.ny_form .submit {
		margin-top: 0.45rem;
		padding: 0.25rem 1rem;
		font-size: 16px;
	}

	.ny_list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.45rem;
	}

	.ny_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.media_ul li a {
		box-shadow: 0px 0px 8px rgb(0, 0, 0, .25);
	}
}

@media all and (max-width:768px) {
	.ind_more {
		width: 180px;
		line-height: 40px;
		height: 42px;
		font-size: 14px;
	}

	.fanye dt {
		width: 100%;
		margin: 10px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.fanye dt:last-child {
		flex-direction: column-reverse;
	}

	.fanye dt span {
		display: inline-block;
		margin-bottom: 5px;
	}
}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.ind_banner .swiper-button-next:after,
	.ind_banner .swiper-button-prev:after {
		font-size: 30px;
	}

	/* .ind_banner img{
		width: 150%;
		max-width: 150%;
	} */

	.ny_form .submit {
		font-size: 14px;
	}

	.ny_list ul li p {
		font-size: 14px;
	}

}

@media all and (max-width:480px) {
	/* .Footer-container .mid ul li p {
		font-size: 16px;
		padding: 0.3rem 0;
	}

	.Footer-container .bot {
		font-size: 12px;
	} */

	.ind_banner .txt p {
		font-size: 13px;
	}

	.des,
	.des p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}