@charset "UTF-8";

/*---------------header  topbar----------------*/
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff2') format('woff2'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Regular-Alphabetic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'),
		url('../fonts/BarlowCondensed-Regular.woff') format('woff'),
		url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Aznauri Square';
	src: url('../fonts/AznauriSquareBold.woff2') format('woff2'),
		url('../fonts/AznauriSquareBold.woff') format('woff'),
		url('../fonts/AznauriSquareBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	color: #333;
	line-height: 1.5;
	font-weight: 400;
	font-family:"思源黑体 CN",'Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.35s;
	-ms-transition: 0.35s;
	transition: 0.35s;
}

.header {
	width: 100%;
	z-index: 99999;
}

.header .topbar {
	padding: 15px 0;
	color: #333;
	background: #ffffff;
	transition: all .5s ease;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.header .topbar {
		padding: 5px 0;
	}
}
.header .topbar .container {
	width: 96%;
	max-width: 1820px;
}
@media screen and (max-width: 1360px) {
	.header .topbar .container {
		width: 98%;
	}
}
.header .topbar .logo {
	float: left;
	width: 308px;
	position: relative;
	z-index: 9999;
}

.header .topbar .logo a {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 1920px) {
	.header .topbar .logo {
		width: calc(308 / 1920 * 100vw);
	}
}

.header .topbar .logo img {
	float: left;
}

@media screen and (max-width: 1280px) {
	.header .topbar .logo img {
		max-height: 40px;
	}
}

.header .topbar .logo2 {
	display: none;
}

.casede-topbar .topbar .logo2 {
	display: block;
}

.casede-topbar .topbar .logo1 {
	display: none;
}

.header .topbar-box {
	margin-right: 0;
	margin-left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.header .topbar-box .topbar-box-left {
	max-width: 308px;
}

@media screen and (max-width: 1920px) {
	.header .topbar-box .topbar-box-left {
		max-width: calc(308 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1483px) {
	.header .topbar-box .topbar-box-left {
		max-width: 237px;
	}
}
@media screen and (max-width: 1360px) {
	.header .topbar-box .topbar-box-left {
		max-width: 197px;
	}
}
@media screen and (max-width: 1024px) {
	.header .topbar-box .topbar-box-left {
		max-width: 100%;
		width: 100%;
	}
}
.menu-switch-wrap {
	float: right;
	width: 140px;
	margin-top: .5rem;
}

/*搜索*/
.header .topbar .search-form .container {
	width: 96%;
	max-width: 1600px;
}

.header .search-form {
	width: 100%;
	box-sizing: border-box;
	margin: 60px 0 20px;
	padding: 0 calc(4rem - 15px);
}

.header .search-form .search-title {
	display: none;
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-form {
		position: fixed;
		z-index: -2000;
		visibility: hidden;
		opacity: 0;
		padding: 0;
		margin: 0;
		top: 16rem;
		left: 0;
		transform: translateY(-10%);
		transition: opacity .3s ease, transform .3s ease
	}

	html:not(.is-mobile) .header .search-form .search-inner {
		box-sizing: border-box;
		padding: 0 5rem 5.6rem;
		background-color: #fff
	}

	html:not(.is-mobile) .header .search-form .search-title {
		display: -ms-flexbox;
		display: flex;
		height: 10.08rem;
		justify-content: space-between;
		align-items: center;
	}

	html:not(.is-mobile) .header .nav-container .row .search-form .search-title {
		display: -ms-flexbox;
		display: flex;
		height: 10.08rem
	}

	html:not(.is-mobile) .header .search-form .search-title h4 {
		font-size: 3rem;
		color: #000;
		font-weight: 700;
		margin: 0;
		padding: 0
	}

	html:not(.is-mobile) .header .search-form .search-title .close {
		opacity: .25;
		transition: opacity .3s ease
	}

	html:not(.is-mobile) .header .search-form .search-title .close:hover {
		opacity: 1
	}

	html:not(.is-mobile) .header .search-form .search-title .close,
	html:not(.is-mobile) .header .search-form .search-title .close svg {
		width: 1.7rem;
		height: 1.7rem;
		cursor: pointer;
		position: static;
		font-size: 0
	}

	html:not(.is-mobile) .header.show-search .search-form {
		opacity: 1;
		z-index: 2000;
		visibility: visible;
		transform: translateY(0)
	}
}

@media screen and (max-width: 1024px) {
	.header .search-form {
		display: none;
	}
}

.search-form .container {
	max-width: 1400px;
}

.header .search-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 2rem;
	background-color: #f8f8f8;
	border-radius: 4px
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-input {
		width: 100%;
		height: 6rem;
		background-color: #fff;
		color: #000;
		padding: 0 0 0 2rem;
		margin: 0;
		border-radius: 0;
		border: 1px solid #000;
		border-radius: 4px;
		overflow: hidden
	}
}

.header .search-input svg {
	width: 2.6rem;
	height: 2.6rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-input svg {
		display: none
	}
}

.header .search-input input {
	display: block;
	width: 100%;
	flex: 1 1 auto;
	font-size: 2.2rem;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
	margin-left: .1rem;
	padding: .2em 0
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-input input {
		font-size: 1.6rem;
		margin-left: 0
	}
}

.header .search-input button {
	display: none
}

@media (min-width:992px) {
	html:not(.is-mobile) .header .search-input button {
		font-size: 1.6rem;
		display: inline-block;
		border: 0;
		height: 100%;
		border-radius: 0;
		white-space: nowrap;
		padding: 0 2em;
		background: #000;
	}
}

.search-switch {
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: var(--active-color);
	color: #fff;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

}

.search-switch i {
	font-size: 20px;
}

@media screen and (max-width: 1920px) {
	.search-switch {
		width: calc(34 / 1920 * 100vw);
		height: calc(34 / 1920 * 100vw);
	}

	.search-switch i {
		font-size: calc(20 / 1920 * 100vw);
	}
}

.header .header-tel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	padding-left: 34px;
	position: relative;
	font-family: 'Barlow Condensed';
	background: url(../images/icon-tel.png) no-repeat left center;
	color: var(--active-color);
}

@media screen and (max-width: 1920px) {
	.header .header-tel {
		padding-left: calc(34 / 1920 * 100vw);
		font-size: calc(32 / 1920 * 100vw);
		background-size: calc(24 / 1920 * 100vw) auto;
	}

	.search-switch {
		top: calc(5 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1510px) {
	.header .header-tel {
		padding-left: calc(30 / 1920 * 100vw);

		.language,
		.header-tel,
		.search-switch {
			margin-left: calc(20 / 1920 * 100vw);
		}
	}

	.search-switch {
		top: calc(5 / 1920 * 100vw);
	}
}

.header-nav,
.header-meun-small {}

/*hader 导航*/
.nav-container {
	width: 100%;
	z-index: 88888;
	transition: all .5s ease;
	color: #fff;
	box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #222;
}

.nav-container .col-auto {
	width: 100% !important;

}

.header-nav {
	float: left;
	width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/*position: relative;*/
	height: 100%;
	margin-left: 50px;

}

@media screen and (max-width: 1920px) {
	.header-nav {
		width: calc(600 / 1920 * 100vw);
		margin-left: calc(50 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1740px) {
	.header-nav {
		margin-left: 0;
	}
}

@media screen and (max-width: 1510px) {
	.header-nav {
		width: calc(500 / 1920 * 100vw);
		margin-left: calc(30 / 1920 * 100vw);
	}
}

@media (max-width:1600px) {
	.menu-switch-wrap {
		margin-top: .3rem;
	}
}

@media screen and (max-width: 1400px) {
	.header-nav {
		margin-left: calc(30 / 1440 * 100vw);
		width: calc(600 / 1920 * 100vw);
	}
}
@media screen and (max-width: 1370px) {
	.header-nav {
		margin-left: 0;
	}
}
@media screen and (max-width: 1120px) {
	.header-nav {
		width: calc(500/ 1200 * 100vw);
	}
}

@media (max-width:1024px) {

	.header-nav,
	.menu-switch-wrap .pc-menu,
	.header .header-tel,
	.topbar-box-right {
		display: none;
	}

	.header .topbar .logo img:nth-child(2) {
		opacity: 1;
	}
}

@media (max-width:768px) {
	.menu-switch-wrap {
		width: auto;
	}
}

.header-nav .col-auto {
	width: 100% !important;
}

html:not(.is-mobile) .header .nav-container {
	visibility: visible !important;
	width: 100%;
}

.header .nav-container ul {
	margin: 0;
	padding: 0;

}

.nav-line-animation {
	/*position: relative;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
	height: 100%;
}

.nav-line-animation>li {
	position: relative;
	width: auto;
	height: 4.6rem;
	line-height: 4.6rem;
	margin-bottom: 0;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.nav-line-animation>li {
		height: calc(46 / 1920 * 100vw);
		line-height: calc(46 / 1920 * 100vw);
	}
}

.nav-line-animation>li>a {
	font-size: 18px;
	position: relative;
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}

@media screen and (max-width: 1920px) {
	.nav-line-animation>li>a {
		font-size: calc(18 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1500px) {
	.nav-line-animation>li>a {
		font-size: 14px;
	}
}

.nav-line-animation>li>a::before {
	border-color: #e8b801 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -12px;
	margin-left: -6px;
	left: 50%;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 0;
}

.nav-line-animation>li>a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	background-color: #00b4cd;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav-line-animation>li:hover a::after,
.nav-line-animation>li>a.active::after {
	width: 100%;
}

.nav-line-animation>li:hover a::before,
.nav-line-animation>li>a.active::before {
	opacity: 1;
}

.nav-line-animation>li>a:hover,
.nav-line-animation>li>a.active {
	color: #00b4cd;
}

.nav-line-animation>li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 7.3rem;
	left: -2rem;
	margin-left: 0;
	width: auto;
	min-width: 120px;
	list-style: none;
	/*box-shadow: 0 0 10px rgba(0,0,0,.28);*/
	background-color: #fff;

}

.nav-line-animation>li ul:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: -5px;
	height: 2px;
	background-color: #fff;
}

.nav-line-animation>li:hover>ul {
	visibility: visible;
	opacity: 1;
	padding: 2rem 0 2rem 0;
	top: 6.3rem;
	word-break: keep-all;
}

.nav-line-animation>li ul li>a {
	display: block;
	padding: 1.6rem 2rem 1.4rem;
	font-size: 13px;
	font-weight: 400;
	header line-height: 25px;
	color: #333;
	word-break: keep-all;

}

.nav-line-animation>li ul li>a:hover {
	color: #00b4cd !important;
	opacity: 1;
}


.nav-line-animation>li ul li {
	position: relative;
	width: 100%;
	color: #333;
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li a {
	-webkit-transition: all .5s ease;
}

.nav-line-animation>li ul li:hover {
	color: #333;
}

.nav-line-animation>li ul li:hover a {
	color: #333 !important;
}

.menu-second-pc{
	    position: absolute;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    top: 90px;
    z-index: -1px;
    transition: all .5s ease;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    padding: 20px 0;
}
.menu-second-pc a{
	display: block;
	width: 100%;
	line-height: 2;
	text-align:left;
	padding-left:10px;
	font-size: 16px;
}
.nav-line-animation li:hover .menu-second-pc{
	opacity: 1;
	z-index: 99999;
	visibility: visible;
	top: 50px;
}
.pro-nav-pull{
	position: absolute;
    z-index: -1px;
    transition: all .5s ease;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 777;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    padding: 20px 0;
    margin-left: 0;
    left: 5%;
    width: 90%;
    height: 0;
}
 
.nav-line-animation li.itempro:hover .pro-nav-pull{
	top: 80px;
	opacity: 1;
	z-index: 777;
	visibility: visible;
	height: auto;
}
@media screen and (max-width: 1920px) {
	.nav-line-animation li.itempro:hover .pro-nav-pull{
		top: calc(80 / 1920 * 100vw);
	}
}
.pro-nav-pull{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.pro-nav-pull dl{
	padding: 0 50px;
}
@media screen and (max-width: 1920px) {
	.pro-nav-pull dl{
		padding: 0 calc(50 / 1920 * 100vw);
	}
}
.pro-nav-pull dl dt{
	border-left: 3px solid var(--active-color);
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pro-nav-pull dl dt a{
	line-height: 20px;
}
.pro-nav-pull dl dd{
	    border-bottom: #dddddd solid 1px;
	    padding:5px 0 5px 13px;
}
@media screen and (max-width: 1280px) {
	.nav-line-animation li:hover .pro-nav-pull{
		top: 80px;
	}
	.pro-nav-pull dl dt a{
		font-size: 14px;
	}
	.pro-nav-pull dl dd a{
		font-size: 13px;
	}
}
.fixedbg {
	position: fixed;
	top: 0;
	margin: 0;
	transition: all .5s ease;
}

.fixedbg .topbar {
	padding: 1.5rem 0;
	transition: all .5s ease;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 1024px) {
	.fixedbg .topbar {
		padding: 5px 0;
	}
}
/*导航小*/
.header-meun-small {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	float: right;
	margin-left: 130px;
	width: 694px;
}

@media screen and (max-width: 1920px) {
	.header-meun-small {
		width: calc(734 / 1920 * 100vw);
		margin-left: calc(80 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1740px) {
	.header-meun-small {
		width: calc(800 / 1920 * 100vw);
		margin-top: 0;
		margin-left: calc(50 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1400px) {
	.header-meun-small {
		width: 625px;
		margin-left: calc(0 / 1440 * 100vw);
		margin-top: 0;
	}
}
@media screen and (max-width: 1024px) {
	.header-meun-small {
		width: 260px;
		margin-left: 0;
	}
}
.header-meun-small .menu2 {
	width: 300px;
	font-size: 14px;
}
@media screen and (max-width: 1920px) {
	.header-meun-small .menu2 {
		width:  calc(300 / 1920 * 100vw);
		font-size: calc(14 / 1920 * 100vw);
	}
}
@media screen and (max-width: 1510px) {
	.header-meun-small .menu2 {
		width: 260px;
	}
}
@media screen and (max-width: 1024px) {
	.header-meun-small .menu2 {
		width: 260px;
		display: none;
	}
}
.header-meun-small ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.header-meun-small ul li{
	position: relative;
}
.header-meun-small ul li .menu-second-pc{
	    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    top: 50px;
    z-index: -1px;
    transition: all .5s ease;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    padding: 10px 0;
}
.header-meun-small ul li:hover .menu-second-pc{
	opacity: 1;
	z-index:99999;
	visibility:visible;
	top: 28px;
}
.header-meun-small ul  .menu-second-pc a{
	font-size: 14px;
}
/********************语言************************/
.language {
	position: relative;
	cursor: pointer;
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.language .lang-list {
	position: absolute;
	left: 50%;
	margin-left: -48px;
	width: 96px;
	top: 50px;
	z-index: -1px;
	transition: all .5s ease;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
}

.language:hover .lang-list {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	top: 43px;
}

.language .lang-list a {
	display: block;
	line-height: 40px !important;
	text-align: center;
	color: #333 !important;
	border-bottom: 1px solid #eee;
}

.language .lang-list a:last-child {
	border-bottom: none;
}

.language .lang-list a:hover {
	color: var(--active-color) !important;
	background-color: #fcfcfc;
}

.language span {
	padding: 0 10px;
	font-size: 14px;
}
@media screen and (max-width: 1920px) {
	.language span {		 
		font-size: calc(14 / 1920 * 100vw);
	}
}
.language i {
	color: #9a9a9a;
}

.language .icon-yuyan {
	font-size: 20px;
}

.icon-zuoyousanjiao-copy-copy1-copy {
	font-size: 12px;
}

.language,
.header-tel,
.search-switch {
	margin-left: 26px;
}

@media screen and (max-width: 1920px) {
	.language .icon-yuyan {
		font-size: calc(20 / 1920 * 100vw);
	}
}

/*********************************************首页banner*********************************/

.home-banner {
	/*position: relative;*/
	/*height: calc(100vh - 100px);*/
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.home-banner {
		/*height: calc(840 / 1920 * 100vw);*/
	}
}

@media screen and (max-width: 992px) {
	.home-banner {
		/*height: 60rem;*/
		margin-top:6rem
	}
}
@media screen and (max-width:768px) {
	.home-banner {
		margin-top:8rem
	}
}

.home-banner .swiper {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	/*background-color: #000;*/
	/*transform: scale(1.5);*/
}

.home-banner .swiper-img {
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*transform: scale(1.5);*/
	opacity: 1;
	transition: all 0s;
}

.home-banner .swiper-slide-active .swiper-img {
	/*transform: scale(1);*/
	opacity: 1;
	/*transition: all 1s;*/
}

.home-banner .swiper-scrollbar-drag {
	background: #1b85e7;
}

.home-banner .ban-img {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
}

.container-banner-pagination {
	position: relative;
	/*height: 26px;*/
}

.home-banner .swiper-pagination {
	right: 0% !important;
	left: auto !important;
	bottom: 60px;
	line-height: 26px;
	position: absolute;
	text-align: left;
	width: 250px;
	color: #ababab;
	font-family: arial;
	font-size: 17px;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

@media screen and (max-width: 1920px) {
	.home-banner .swiper-pagination {
		bottom: calc(30 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .swiper-pagination {
		bottom: 4rem;
		overflow: hidden;
	}
}

.home-banner .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: none;
	border-radius: 0;
	margin-left: 24px;
	display: inline-block;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 1;
}

.home-banner .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px !important;
	left: 24px;
	right: auto;
	top: 50%;
	background: #acacac !important;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 222;
}

.home-banner .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	right: auto;
	left: 24px;
	top: 50%;
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 333;
}

.home-banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 120px;
}
@media (max-width: 768px){
	.home-banner .swiper-pagination .swiper-pagination-bullet-active {
		width: 60px;
	}
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active::before {
	opacity: 1;
	width: 110px;
}
@media (max-width: 768px){
	.home-banner .swiper-pagination .swiper-pagination-bullet-active::before {
		width: 55px;
	}
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active::after {
	opacity: 1;
	animation: grow 2s forwards;
}

@keyframes grow {
	to {
		width: 110px;
	}
}
@media (max-width: 768px){
	@keyframes grow {
	to {
		width: 55px;
	}
}
}
.home-banner .containertxt {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.home-banner .bannerxt {
	height: 290px;
	width: 685px;
	color: #1c1e3e;
	text-align: left;
	line-height: 3;
}
@media screen and (max-width: 1920px) {
	.home-banner .bannerxt {
		height:calc(290 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.home-banner .bannerxt {
		height:29rem;
	}
}
.home-banner .bannerxt .tit-cn {
	transform: translateY(200px);
	opacity: 0;
	font-size: 55px;
	padding: 5px 0;
}

@media screen and (max-width: 1920px) {
	.home-banner .bannerxt .tit-cn {
		font-size: calc(55 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .bannerxt .tit-cn {
		font-size: 4rem;
	}
}

.home-banner .bannerxt p {
	transform: translateY(300px);
	opacity: 0;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.8;
	padding-top: 10px;
}

@media screen and (max-width: 1920px) {
	.home-banner .bannerxt p {
		font-size: calc(20 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1600px) {
	.home-banner .bannerxt p {
		font-size: 16px;
	}
}
@media screen and (max-width: 992px) {
	.home-banner .bannerxt p {
		font-size: 14px;
	}
}
.home-banner .swiper-slide-active p {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .7s;
}

.home-banner .swiper-slide-active .tit-cn {
	transform: translateY(0);
	opacity: 1;
	transition: all 2s ease .5s;
}

.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
	background: none;
	width: 46px;
	height: 46px;
	line-height: 46px;
	opacity: 1;
	margin: 0;
	text-align: center;
	top: inherit;
	bottom: 54px;
}

@media screen and (max-width: 1920px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: calc(54 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: 4.4rem;
	}
}

@media screen and (max-width: 767px) {

	.home-banner .swiper-button-next,
	.home-banner .swiper-button-prev {
		bottom: .6rem;
	}
}

.home-banner .swiper-button-next i,
.home-banner .swiper-button-prev i {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	opacity: 0.9;
}

.home-banner .swiper-button-prev {
	left: 35%;
}

.home-banner .swiper-button-next {
	right: 0%;
}

.home-banner .swiper-button-next:hover i,
.home-banner .swiper-button-prev:hover i {
	color: #6185a7;
	opacity: 1;
}

.home-banner .swiper-num {
	font-family: 'Barlow Condensed';
	font-size: 1.9rem;
	color: #fff;
	float: left;
	position: absolute;
	left: 0;
	bottom: 54px;
	z-index: 999999;
	line-height: 46px;
}

@media screen and (max-width: 1920px) {
	.home-banner .swiper-num {
		bottom: calc(54 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.home-banner .swiper-num {
		bottom: 4.4rem;
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.home-banner .swiper-num {
		bottom: .6rem;
	}
}

.home-banner .swiper-button-and-num {
	width: 135px;
	position: relative;
	float: right;
}

.home-banner .flink-wrap {
	position: absolute;
	z-index: 999999;
	width: 16rem;
	right: 5%;
	bottom: 75px;
}

.container-banner-pagination {
	position: relative;
}

@keyframes scroll {
	0% {
		bottom: 5px;
	}

	50% {
		bottom: 20px;
	}

	100% {
		bottom: 5px;
	}
}

/*******************************************首页产品中心******************************************/
.section .container {
	max-width: 1600px;
}

.main-padding {
	padding: 60px 0;
}
@media screen and (max-width: 1920px) {
	.main-padding {
		padding: calc(60 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.main-padding {
		padding: 5rem 0;
	}
}
.product-wrap {
	background: #00b4cd;
}

.main-tit-wrap {
	width: 100%;
	clear: both;
}

.main-tit-cn {
	font-size: 22px;
	background: url(../images/icon-tit.png) no-repeat left center;
	line-height: 1.2;
	padding: 5px 0;
	padding-left: 34px;
}

@media screen and (max-width: 1920px) {
	.main-tit-cn {
		font-size: calc(22 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.main-tit-cn {
		font-size: 4rem;
		padding-left: 20px;
		background-size: 15px auto;
	}
}
.main-tit-txt-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0;
}

.main-tit-txt {
	font-size: 40px;
}

@media screen and (max-width: 1920px) {
	.main-tit-txt {
		font-size: calc(40 / 1920 * 100vw);
	}
}
 @media screen and (max-width: 992px) {
	.main-tit-txt {
		font-size: 3rem;
	}
}
.main-more {
	border: var(--active-color) solid 2px;
	width: 154px;
	height: 44px;
	color: var(--active-color);
	font-size: 14px;
	display: block;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 44px;
}
.main-more:visited {
	color: var(--active-color);
}
.main-more span,
.main-more i{
	color: var(--active-color);
}
.main-more:hover ,
.main-more:hover span,
.main-more:hover i{
	color: #fff;
} 
 
@media screen and (max-width: 992px) {
	.main-more {
		border: 1px var(--active-color) solid;
	}
	 
}

.main-more i {
	margin-left: 14px;
	font-size: 30px;
	transform: rotate(-45deg);
	/* 旋转45度 */
}


.have-bg .main-tit-cn,
.have-bg .main-tit-txt-wrap,
.have-bg .main-more,
.have-bg .main-more span,
.have-bg .main-more i {
	color: #fff;
}

.have-bg .main-more {
	border: #fff solid 2px;
}
@media screen and (max-width: 992px) {
	.have-bg .main-more {
		border: #fff solid 1px;
	}
	.main-more i {
		margin-left: 5px;
	}
}
.have-bg .main-more:hover {
	background: #fff;
	border: var(--active-color) solid 2px;
	color: var(--active-color);
}
.have-bg .main-more:hover span,
.have-bg .main-more:hover i{
	color: var(--active-color);
}
.product-wrap .product-box {
	padding-top: 20px;
	padding-bottom: 20px;
}

.index-product-list {
	padding-top: 70px;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.index-product-list {
		padding-top: calc(70 / 1920 * 100vw);
	}
}

.product-wrap .swiper {
	overflow: visible;
	margin-bottom: 155px;
}

@media screen and (max-width: 1920px) {
	.product-wrap .swiper {
		margin-bottom: calc(155 / 1920 * 100vw);
	}
}

.product-wrap .product-box .swiper-slide {
	width: 297px !important;
	height: 478px;
	background: #fff;
	border-radius: 13px;
	text-align: center;
	cursor: pointer;
}

@media screen and (max-width: 1920px) {
	.product-wrap .product-box .swiper-slide {
		width: 18.5625% !important;
		height: calc(478 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.product-wrap .product-box .swiper-slide {
		width: 100%!important;
		height:70rem;
	}
}
.product-wrap .product-box .swiper-slide .item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index-product-item-img {
	padding-bottom: 100%;
}

.product-wrap .product-box .swiper-slide-active {
	width: 685px !important;
}

@media screen and (max-width: 1920px) {
	.product-wrap .product-box .swiper-slide-active {
		width: 42.8125% !important;
	}
}
@media screen and (max-width: 992px) {
	.product-wrap .product-box .swiper-slide-active {
		width: 100%!important;
	}
}
.product-wrap .product-box .swiper-slide .pro-tit {
	font-size: 24px;
	margin-bottom: 25px;
	margin-top: 50px;
}

@media screen and (max-width: 1920px) {
	.product-wrap .product-box .swiper-slide .pro-tit {
		font-size: calc(24 / 1920 * 100vw);
		margin-top: calc(50 / 1920 * 100vw);
		margin-bottom: calc(25 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.product-wrap .product-box .swiper-slide .pro-tit {
		font-size: 3.4rem;
		margin-top: 4rem;
		margin-bottom:1.5rem;
	}
}

.product-wrap .product-box .swiper-slide .pro-more {
	display: block;
	width: 42px;
	height: 42px;
	opacity: 0;
}

.product-wrap .product-box .swiper-slide .pro-more i {
	font-size: 30px;
	transform: rotate(-45deg);
	color: #fff;
}

@media screen and (max-width: 1920px) {
	.product-wrap .product-box .swiper-slide .pro-more {
		width: calc(42 / 1920 * 100vw);
		height: calc(42 / 1920 * 100vw);
	}

	.product-wrap .product-box .swiper-slide .pro-more i {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.product-wrap .product-box .swiper-slide .pro-more {
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
	}

	.product-wrap .product-box .swiper-slide .pro-more i {
		font-size: 4rem;
	}
}
.product-wrap .product-box .swiper-slide .index-product-item-img1 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	opacity: 1;
	padding-bottom: 109%;
	border-radius: 13px;
}

.product-wrap .product-box .swiper-slide .index-product-item-img1 img {
	border-radius: 13px;
}

.product-wrap .product-box .swiper-slide-active .item {
	overflow: visible;
}

.product-wrap .product-box .index-product-item-img2 {
	margin: 22px auto;
	width: 423px;
	height: 423px;
	padding-bottom: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

@media screen and (max-width: 1920px) {
	.product-wrap .product-box .index-product-item-img2 {
		width: calc(423 / 1920 * 100vw);
		height: calc(423 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.product-wrap .product-box .index-product-item-img2 {
		width: 80%;
		height: auto;
	}
}
.product-wrap .product-box .swiper-slide-active .index-product-item-img1 {
	opacity: 0;
	padding-bottom: 0;
	display: none;
}

.product-wrap .product-box .swiper-slide-active .index-product-item-img2 {
	opacity: 1;
}

.product-wrap .product-box .swiper-slide-active .pro-more {
	opacity: 1;
	background: var(--active-color);
	border-radius: 100%;
	margin: 0 auto;
}

.product-wrap .product-box .swiper-slide-active .pro-more:hover {
	background: #71bf44;
}

/*******************************************首页洁净室粒子在线监测******************************************/
.jiejingshi-wrap {
	background: #fff;
	overflow: hidden;
}
.jiejingshi-wrap .product-box{
	position: relative;
}
.index-jiejingshi-list {
	padding-bottom: 30px;
	padding-top: 70px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	.index-jiejingshi-list {
		padding-bottom: calc(30 / 1920 * 100vw);
		padding-top: calc(70 / 1920 * 100vw);
	}
}

.jiejingshi-wrap .swiper-container {
	position: relative;
	overflow: hidden;

}
 .jiejingshi-wrap .changjing{
	width:50.25%;
	float: left;
}
 .jiejingshi-wrap .changjing .pic{
 	padding-bottom: 69.6%;
 }
 .jiejingshi-wrap .cplist{
	width:48.5%;
	float: right;
	
}
 .jiejingshi-wrap .cplist .row{
 	margin-left: -9px;
	margin-right: -9px;
 }
 .jiejingshi-wrap .cplist .item{
 	padding-left: 9px;
 	padding-right: 9px;
 }
.index-jiejingshi-list .swiper-slide .item {
	width: 100%;
	height: 100%;
}
 
 
.index-jiejingshi-list .pro-model,
.index-jiejingshi-list  .pro-tit {
	width: 90%;
	margin: 0 auto;
}

.index-jiejingshi-list .pro-model {
	font-family: arial;
	font-size: 18px;
	padding-top: 40px;
}

@media screen and (max-width: 1920px) {
	.index-jiejingshi-list  .pro-model {
		padding-top: calc(40 / 1920 * 100vw);
		font-size: calc(18 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.index-jiejingshi-list  .pro-model {
		font-size: 18px;
		padding-top: 3rem;
	}
	 .jiejingshi-wrap .changjing{
		width:100%;
		clear: both;
		float: none;
	}
 
	 .jiejingshi-wrap .cplist{
		width:100%;
		clear: both;
		float: none;
		margin-top: 3rem;
	}
	
}
.index-jiejingshi-list .pro-tit {
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
	height: 80px;
}

@media screen and (max-width: 1920px) {
	.index-jiejingshi-list .pro-tit {
		font-size: calc(24 / 1920 * 100vw);
		height: calc(80 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.index-jiejingshi-list  .pro-tit {
		font-size: 3rem;
		height: 10rem;
	}
}

.index-jiejingshi-list  .cplist a {
	display: block;
	background: #f8f9fb;
	padding-bottom: 30px;
	max-height: 559px;
}
@media screen and (max-width: 992px) {
	.index-jiejingshi-list  .cplist a {
		padding-bottom: 2rem;
	}
}
.index-jiejingshi-list  .index-jijingshilizi-img {
	padding-bottom: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-align: center;
	margin: 0 auto;
}
 
.index-jiejingshi-list .swiper-slide .index-jijingshilizi-img img {
	text-align: center;
	margin: 0 auto;
}

 
 
.index-jiejingshi-list  .index-jijingshilizi-img:hover img {
	transform: scale(1.2);
	transition: all 0.8s;
}

@media screen and (max-width: 992px) {
	.jiejingshi-wrap{
		overflow: hidden;
	}
 
 
}
.btn-swiper {
	width: 58px;
	height: 58px;
	border: var(--active-color) solid 2px;
	background: #fff;
	border-radius: 100%;
	color: var(--active-color);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1920px) {
	.btn-swiper {
		width: calc(58 / 1920 * 100vw);
		height: calc(58 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.btn-swiper {
		width:7rem;
		height: 7rem;
	}
}
.btn-swiper i {
	font-size: 24px;
}

@media screen and (max-width: 1920px) {
	.btn-swiper i {
		font-size: calc(24 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.btn-swiper i {
		font-size:3rem
	}
}
.btn-swiper:hover {
	background: var(--active-color);
	color: #fff;
}

.jiejingshi-wrap .btn-swiper {
	position: absolute;
}

.jiejingshi-wrap  .btn-index-Jijingshilizi-next,
.jiejingshi-wrap  .btn-index-Jijingshilizi-prev {
	top: 50%;
	margin-top: -26px;
	z-index: 888;
}

.jiejingshi-wrap  .btn-index-Jijingshilizi-next {
	right: -26px;
}

.jiejingshi-wrap  .btn-index-Jijingshilizi-prev {
	left: -26px;
}

@media screen and (max-width: 1920px) {

	.jiejingshi-wrap  .btn-index-Jijingshilizi-next,
	.jiejingshi-wrap  .btn-index-Jijingshilizi-prev {
		margin-top: calc(-26 / 1920 * 100vw);
	}

	.jiejingshi-wrap  .btn-index-Jijingshilizi-next {
		right: calc(-26 / 1920 * 100vw);
	}

	.jiejingshi-wrap  .btn-index-Jijingshilizi-prev {
		left: calc(-26 / 1920 * 100vw);
	}
}
 @media screen and (max-width: 992px) {
 	.jiejingshi-wrap  .btn-index-Jijingshilizi-next,
	.jiejingshi-wrap  .btn-index-Jijingshilizi-prev {
		top: 30%;
	}
 }
/*******************************************首页应用领域******************************************/
.application-index-wrap {
	position: relative;
}

.application-index-tit {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 666;
	padding-top: 150px;
}

@media screen and (max-width: 1920px) {
	.application-index-tit {
		padding-top: calc(150 / 1920 * 100vw);
	}
}

.application-index-wrap .main-tit-txt-wrap {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

}

.application-index-wrap .main-tit-txt-wrap .main-tit-txt {
	font-size: 36px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 35px;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .main-tit-txt-wrap .main-tit-txt {
		font-size: calc(36 / 1920 * 100vw);
		margin-bottom: calc(35 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.application-index-wrap .main-tit-txt-wrap .main-tit-txt {
		font-size: 14px;
	}
}
.application-index-wrap .main-tit-txt-wrap .main-more {
	background: var(--active-color);
	color: #fff;
	border: var(--active-color);
}

.application-index-wrap .main-tit-txt-wrap .main-more:hover {
	background-color: #FFFFFF;
}

.application-small-swiper {
	width: 81%;
	height: 170px;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3333;
	color: #b3b3b3;
}

@media screen and (max-width: 1920px) {
	.application-small-swiper {
		height: calc(170 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.application-index-wrap{
		padding-bottom: 13rem;
	}
	.application-small-swiper {
		width: 100%;
		height:13rem
	}
}
.btn-swiper-yyly {
	width: 105px;
	height: 170px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	z-index: 4444;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

@media screen and (max-width: 1920px) {
	.btn-swiper-yyly {
		width: calc(105 / 1920 * 100vw);
		height: calc(170 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.btn-swiper-yyly {
		height: 13rem;
	}
}
.btn-swiper-yyly:hover {
	background: var(--active-color);
}

.application-index-wrap .btn-yyly-next {
	right: 0;
}

.application-index-wrap .btn-yyly-prev {
	right: 105px;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .btn-yyly-prev {
		right: calc(105 / 1920 * 100vw);
	}
}

.application-index-wrap .swiper-pagination {
	z-index: 4444;
	position: absolute;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-size: 30px;
	right: 94px;
	display: flex;
	flex-direction: column;
	top: 150px;
	font-weight: bold;
	width: 80px;
	left: auto;
	height: 476px;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .swiper-pagination {
		font-size: calc(30 / 1920 * 100vw);
		right: calc(90 / 1920 * 100vw);
		top: calc(150 / 1920 * 100vw);
		width: calc(80 / 1920 * 100vw);
		height: calc(476 / 1920 * 100vw);
	}
}

.application-index-wrap .swiper-pagination .swiper-pagination-bullet {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	background: none;
	border: 0;
	width: 30px;
	height: 50px;
	opacity: 0.7;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet {
		width: calc(30 / 1920 * 100vw);
		height: calc(50 / 1920 * 100vw);

	}
}
@media screen and (max-width: 992px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet {
		height: 5rem;
		font-size: 3rem;
	}
}
.application-index-wrap .swiper-pagination .swiper-pagination-bullet::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 0px;
	left: 15px;
	top: 50px;
	background: #fff;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 333;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet::after {
		left: calc(15 / 1920 * 100vw);
		top: calc(50 / 1920 * 100vw);

	}
}
@media screen and (max-width: 992px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet::after {
		top: 20px;

	}
}
.application-index-wrap .swiper-pagination .swiper-pagination-bullet-active {
	height: 170px;
	opacity: 1;
}

@media screen and (max-width: 1920px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet-active {
		height: calc(170 / 1920 * 100vw);

	}
}
 
@media screen and (max-width: 992px) {
	.application-index-wrap .swiper-pagination .swiper-pagination-bullet-active {
		height: 50px;

	}
}
.application-index-wrap .swiper-pagination .swiper-pagination-bullet-active::after {
	opacity: 1;
	animation: grow2 2s forwards;
}

@keyframes grow2 {
	to {
		height: 120px;
	}
}
@media screen and (max-width: 1920px) {
	@keyframes grow2 {
		to {height:calc(120 / 1920 * 100vw)};

	}
}
@media screen and (max-width: 992px) {
	@keyframes grow2 {
		to {
			height: 10px;
		}
	}
}
.application-small-swiper .mySwiper {
	width: 86%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}

.application-small-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	cursor: pointer;
}

.application-small-swiper .swiper-slide::after {
	content: '';
	width: 1px;
	height: 52px;
	background: #fff;
	right: 0;
	position: absolute;
}

@media screen and (max-width: 1920px) {
	.application-small-swiper .swiper-slide::after {
		height: calc(52 / 1920 * 100vw);
	}
}

.application-small-swiper .swiper-slide:last-child::after,
.application-small-swiper .swiper-slide-thumb-active::after {
	opacity: 0;
}

.application-small-swiper .swiper-slide .images {
	opacity: 0;
}

.application-small-swiper .swiper-slide-thumb-active .item {
	display: none;
}

.application-small-swiper .swiper-slide-thumb-active .images {
	opacity: 1;
	height: 100%;
	padding-bottom: 0;
	width: 100%;
	background-size: cover!important;
}

.application-small-swiper .swiper-slide-thumb-active .images img {}

.application-small-swiper .num {
	font-family: 'Barlow Condensed';
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1920px) {
	.application-small-swiper .num {
		font-size: calc(30 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.application-small-swiper .num {
		font-size:3rem;
		margin-bottom: 0;
	}
}

.application-small-swiper p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

@media screen and (max-width: 1920px) {
	.application-small-swiper p {
		font-size: calc(18 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1500px) {
	.application-small-swiper p {
		font-size: 16px;
	}
}
@media screen and (max-width: 992px) {
	.application-small-swiper p {
		font-size: 13px;
	}
}
.application-small-swiper span {
	font-size: 12px;
	text-transform: uppercase;
}
@media screen and (max-width: 992px) {
	.application-small-swiper span {
		display: none;
	}
}
/*******************************************首页研发生产******************************************/
.yanfa-wrap {
	position: relative;
	overflow: hidden;
}

.yanfa-wrap .main-tit-wrap .main-tit-cn,
.about-wrap .main-tit-wrap .main-tit-cn,
.case-index-box .main-tit-cn,
.news-index-box .main-tit-cn,
.relate-pro .main-tit-cn,
.sub-about-left .main-tit-cn,
.culture-wrap .main-tit-cn,
.sub-honor-wrap .main-tit-cn,
.sub-flink .main-tit-cn,
.sub-huanjing-wrap .main-tit-cn {
	background: url(../images/icon-tit2.png) no-repeat left center;
	color: var(--active-color);
}

.yafa-box {
	padding: 20px 0;
}

@media screen and (max-width: 1920px) {
	.yafa-box {
		padding: calc(20 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.yanfa-wrap .main-tit-wrap .main-tit-cn,
.about-wrap .main-tit-wrap .main-tit-cn,
.case-index-box .main-tit-cn,
.news-index-box .main-tit-cn,
.relate-pro .main-tit-cn,
.sub-about-left .main-tit-cn,
.culture-wrap .main-tit-cn,
.sub-honor-wrap .main-tit-cn,
.sub-flink .main-tit-cn,
.sub-huanjing-wrap .main-tit-cn {
	background-size: 15px auto;
}
}
.swiper-index-yanfa-wrap {
	max-height: 580px;
	width: 87.5%;
}

@media screen and (max-width: 1920px) {
	.swiper-index-yanfa-wrap {
		max-height: calc(580 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.swiper-index-yanfa-wrap {
		max-height: 100%;
		width: 100%;
		overflow: hidden;
	}
}

@media screen and (max-width: 1919px) {
	
}

.swiper-index-yanfa {
	height: 100%;

}
.swiper-index-yanfa-wrap .swiper{
	overflow: visible!important;
}
 
.swiper-index-yanfa .swiper-slide {
	width: 100%;
	border-radius: 13px;
	background: #f8f9fb;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	max-height: 580px;

}

@media screen and (max-width: 1920px) {
	.swiper-index-yanfa .swiper-slide {
		width: 100%;
		max-height: calc(580 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.swiper-index-yanfa .swiper-slide {
		height: 100%;
		max-height: 103rem;
	}
}
.swiper-index-yanfa .swiper-slide a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media screen and (max-width: 992px) {
	.swiper-index-yanfa .swiper-slide a {
		flex-direction: column;
	}
}
.yanfa-images {
	width: 789px;
	height: 506px;
	border-bottom-right-radius: 13px;
	border-top-right-radius: 13px;
}

@media screen and (max-width: 1920px) {
	.yanfa-images {
		width: calc(789 / 1920 * 100vw);
		height: calc(506 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.yanfa-images {
		width:100%;
		height: auto;
		border-radius:10px
	}
}
.yanfa-images:hover img {
	transform: scale(1.2);
	transition: all 0.8s;
}

.yanfa-item-info {
	width: 620px;
	padding: 80px;
}

@media screen and (max-width: 1920px) {
	.yanfa-item-info {
		width: calc(620 / 1920 * 100vw);
		padding: calc(60 / 1920 * 100vw);
	}
}
@media screen and (max-width: 1600px) {
	.yanfa-item-info {
		width: calc(690 / 1920 * 100vw);
		padding:calc(30 / 1920 * 100vw) calc(40 / 1920 * 100vw);
	}
}
@media screen and (max-width: 1400px) {
	.yanfa-item-info {
		padding: 0 calc(40 / 1920 * 100vw);
		width: calc(700 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.yanfa-item-info {
		width: 100%;
		padding: 4rem ;
	}
}
.yanfa-item-info .icon-img img {
	max-height: 106px;
}
@media screen and (max-width: 1360px) {
	.yanfa-item-info .icon-img img {
		max-height: 86px;
	}
}
.yanfa-item-info .tit-cn {
	font-size: 36px;
}

@media screen and (max-width: 1920px) {
	.yanfa-item-info .tit-cn {
		font-size: calc(36 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.yanfa-item-info .tit-cn {
		font-size:3rem;
	}
	.yanfa-item-info .icon-img img {
		max-height: 16rem;
	}
	
}

.yanfa-item-info .tit-en {
	color: #868f96;
	font-size: 14px;
}

.yanfa-item-info p {
	line-height: 1.8;
	font-size: 16px;
	margin-top: 50px;
	color: #666666;
}

@media screen and (max-width: 1920px) {
	.yanfa-item-info p {
		margin-top: calc(50 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.yanfa-item-info .tit-en{
		font-size: 12px;
	}
	.yanfa-item-info p {
		font-size: 14px;
	}
}

.swiper-index-yanfa .swiper-slide:hover {
	background: var(--active-color);
}

.swiper-index-yanfa .swiper-slide:hover .yanfa-item-info .icon-img img {
	filter: brightness(100);
}

.swiper-index-yanfa .swiper-slide:hover .tit-cn {
	color: #fff;
}

.swiper-index-yanfa .swiper-slide:hover .yanfa-item-info .tit-en,
.swiper-index-yanfa .swiper-slide:hover .yanfa-item-info p {
	color: #a9e8f4;
}

.swiper-index-yanfa .swiper-pagination-bullet {
	width: 100px;
	height: 4px;
	background: #f0f6fb;
	border-radius: 4px;
	opacity: 1;
}

@media screen and (max-width: 1920px) {
	.swiper-index-yanfa .swiper-pagination-bullet {
		width: calc(100 / 1920 * 100vw);
	}
}

.swiper-index-yanfa .swiper-pagination-bullet-active {
	background: var(--active-color);
}

/************************************************公司简介**********************************************/

.about-left {
	width: 56.7%;
	float: left;
}
@media screen and (max-width: 992px) {
	.about-left {
		width: 100%;
	}
	.about-wrap{
	padding-top: 0;
}
}
.shuju {
	width: 100%;
	padding: 10px 0;
}

.shuju ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.shuju li {
	width: 210px;
	color: #333333;
	position: relative
}

@media screen and (max-width: 1920px) {
	.shuju li {
		width: calc(210 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.shuju li {
		width: 33%;
	}
}

.shuju li i {
	font-size: 24px;
	color: #00b4cd;
}

.shuju li+li:after {
	content: '';
	opacity: .5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 48px;
	width: 1px;
	position: absolute
}

.shuju li span,
.shuju li label {
	font-family: 'Aznauri Square';
	line-height: 1;
	color: #333;
}

.shuju li span {
	font-size: 48px;
}

@media screen and (max-width: 1920px) {
	.shuju li span {
		font-size: calc(48 / 1920 * 100vw);
	}
}

.shuju li label {
	font-size: 26px;
}

@media screen and (max-width: 1920px) {
	.shuju li span {
		font-size: calc(48 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.shuju li span {
		font-size:5rem;
	}
}
.shuju li h6 {
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}

.about-box .pic {
	width: 39.3%;
	float: right;
}
@media screen and (max-width: 992px) {
.about-box .pic {
		width: 100%;
		margin-top: 4rem;
	}
}
.about-box .pic img {
	max-width: 100%;
}


.about-info {
	margin-top: 10px;
	line-height: 1.8;
	margin-bottom: 30px;
}

@media screen and (max-width: 1920px) {
	.about-info {
		margin-bottom: calc(30 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1440px) {
	.about-info {
		font-size: 14px;
	}
}

.honor-box {
	width: 100%;
	clear: both;
	padding-top: 40px;
}

@media screen and (max-width: 1920px) {
	.honor-box {
		padding-top: calc(40 / 1920 * 100vw);
	}
}

.honor-box ul {
	margin: 0;
	padding: 0;

}

.honor-box .honor-index-hd ul {
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: #f8f9fb solid 2px;
}
 
.honor-box .honor-index-hd ul li {
	float: left;
	width: auto;
	position: relative;
	font-size: 22px;
	padding: 0 20px;
}

@media screen and (max-width: 1920px) {
	.honor-box .honor-index-hd ul li {
		font-size: calc(22 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.honor-box .honor-index-hd ul li {
		font-size: 3rem;
	}
}
.honor-box .honor-index-hd ul li:nth-child(2) {
	padding-left: 0;
}

.honor-box .honor-index-hd ul li::after {
	position: absolute;
	content: "";
	width: 2px;
	background: #e2e2e2;
	height: 21px;
	right: 0;
	top: 20px;
}

.honor-box .honor-index-hd ul li:last-child::after {
	background: none;
	opacity: 0;
}

.honor-box .honor-index-hd ul li a {
	padding: 0 10px;
	position: relative;
	transition: all .5s ease;
	display: block;
	text-align: center;
	color: #666;
}


.honor-box .honor-index-hd ul li a:after {
	content: "";
	position: absolute;
	width: 20%;
	opacity: 0;
	height: 2px;
	background: var(--active-color);
	left: 0;
	bottom: 0;
	transition: all .5s ease;

}

.honor-box .honor-index-hd ul li.on a,
.honor-box .honor-index-hd ul li:hover a {
	color: var(--active-color);
}

.honor-box .honor-index-hd ul li.on a::after,
.honor-box .honor-index-hd ul li:hover a::after {
	width: 100%;
	opacity: 1;
	transition: all .5s ease;

}

.honor-box .honor-index-hd ul .morehonor {
	float: right;
	color: #00a0be;
	font-size: 14px;
	margin-top: 10px;
}

@media screen and (max-width: 992px) {
	.honor-box .honor-index-hd ul .morehonor {
		margin-top: 0;
	}
}

.honor-box .honor-index-hd ul .morehonor a {
	color: #00a0be;
}

.honor-index-bd {
	margin-top: 30px;
}

@media screen and (max-width: 1920px) {
	.honor-index-bd {
		margin-top: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.honor-index-bd {
		margin-top: 3rem;
	}
}
.honor-index-bd .swiper-honor-index {
	height: 100%;
}

.honor-index-bd ul,
.honor-index-bd ul li {
	height: 100%;
}
.honor-index-bd ul li .swiper-wrapper{
	width: 100%;
}
.honor-index-bd ul li .swiper-slide {
	
	height: 100%;
}

.honor-index-bd ul li .swiper-slide {
	text-align: center;
	width: 11.3%;
}
.honor-index-bd ul li .swiper-slide.hengxiang{
	width: 24%;
}
@media screen and (max-width: 1700px) {
	.honor-index-bd ul li .swiper-slide {
		width: 11.23%;
	}
 
}
@media screen and (max-width: 992px) {
	.honor-index-bd ul li .swiper-slide {
		width: 31.333%;
	}
	.honor-index-bd ul li .swiper-slide.hengxiang{
		width:48%;
	}
}

.honor-index-bd ul li .swiper-slide.hengxiang .honor-item-img{
	padding-bottom:61.5%;
}
.honor-index-bd ul li .honor-item-img {
	padding-bottom: 124%;
	border: solid 9px #808080;
}

.honor-index-bd ul li .honor-item-img img {}

.honor-index-bd .honor-item-img:hover img {
	transform: scale(1.2);
	transition: all 0.8s;
}

@media screen and (max-width: 1920px) {
	.honor-index-bd ul li .honor-item-img {
		border: solid calc(9 / 1920 * 100vw) #808080;
	}
}

@media screen and (max-width: 992px) {
	.honor-index-bd ul li .honor-item-img {
		border: 3px solid #808080;
	}
}

.main-more:hover {
	background: var(--active-color);
	color: #fff;
	border: var(--active-color) solid 2px;
}

/******************************案例展示*********************************/
.case-index-wrap {
	background: #f0f6fb url(../images/sy-al-bg.jpg) no-repeat center top;
}

.case-index-list-box {
	clear: both;
	margin-top: 20px;
	position: relative;
}

.case-index-list-box .swiper-slide {
	height: 171px;
	background: #fff;
	border-radius: 15px;
	margin-top: 20px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.case-index-list-box .swiper-slide {
		height: 15rem;
		border-radius: 5px;
	}
}

.case-index-list-box .swiper-slide:hover {
	-moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	margin-top: 10px;
}

.case-index-list-box .swiper-slide .case-item-img {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	text-align: center;
	align-items: center;
}
.case-index-list-box .swiper-slide .case-item-img  img{
	border-radius: 5px;
}
/**********************************新闻中心********************************/
.news-wrap {
	background: #fff;
}

.news-box-list {
	margin-top: 30px;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.news-box-list {
		margin-top: calc(30 / 1920 * 100vw);
	}
}

.news-box-list .row {
	margin-left: -7px;
	margin-right: -7px;
}

.news-box-list .row-space-in {
	padding-left: 7px;
	padding-right: 7px;
}

@media screen and (max-width: 992px) {
	.news-box-list {
		padding-top: 3rem;
		overflow: hidden;
	}
}

.news-rec-a {
	position: relative;
	display: block;
	width: 100%;
	z-index: 8888;
	background: #00a0be;
	overflow: hidden;
	transition: all .5s ease;
	padding: 0;
	color: #fff;
}

.news-rec-a .images {
	padding-bottom: 70%;
}

.news-info-rec {
	padding: 10px 22px;
	color: #fff;
}

@media screen and (max-width: 1920px) {
	.news-info-rec {
		padding: calc(10 / 1920 * 100vw) calc(22 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1440px) {
	.news-info-rec {
		padding: calc(18/ 1920 * 100vw) calc(22 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.news-info-rec {
		width: 90%;
		margin: 0 auto;
		padding: 2rem 0;
	}
}

.news-box-list .tit {
	font-size: 20px;
}

@media screen and (max-width: 1920px) {
	.news-box-list .tit {
		font-size: calc(20 / 1920 * 100vw);
	}
}

@media screen and (max-width: 1440px) {
	.news-box-list .tit {
		font-size: 18px;
	}
}

.news-info-rec .tit {
	line-height: 1.8;
	margin-bottom: 5px;
}

.news-box-list span {
	font-size: 14px;
}

.news-info-rec span,
.news-info-rec p {
	color: #b8eff9;
}

.news-box-list .news-item {
	background: #f8f9fb;
	margin-bottom: 15px;
}

@media screen and (max-width: 1920px) {
	.news-box-list .news-item {
		margin-bottom: calc(15 / 1920 * 100vw);
	}
}

.news-box-list .news-item a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 34px 0;
}

@media screen and (max-width: 1920px) {
	.news-box-list .news-item a {
		padding: calc(34 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.news-box-list .news-item a {
		padding: 4rem  0 2rem 0;
	}
}
.news-box-list .news-item a p,
.news-box-list .news-item a span {
	color: #7c7c7c;
}

.news-box-list .news-item a p {
	line-height: 1.8;
	margin: 0;
	margin-top: 3px;
}
@media screen and (max-width: 1600px) {
	.news-box-list .news-item a p {
 
		margin-top: 0px;
	}
}
@media screen and (max-width: 992px) {
	.news-box-list .news-item a p {
		font-size: 14px;
	}
}
.news-box-list .news-item a span {
	padding: 20px 0 15px 0;
	display: block;
}

@media screen and (max-width: 1920px) {
	.news-box-list .news-item a span {
		padding: calc(20 / 1920 * 100vw) 0 calc(15 / 1920 * 100vw) 0;
	}
}

.news-box-list .news-item a .tit {
	color: #333333;
}

.news-box-list .news-item:hover {
	background: var(--active-color);
}

.news-box-list .news-item:hover a .tit {
	color: #fff;
}

.news-box-list .news-item:hover a span,
.news-box-list .news-item:hover a p {
	color: #b8eff9;
}

/**********************************提交表单********************************/
.feedback-wrap {
	background: url(../images/online-bg.jpg) bottom;
	background-size: cover;
	padding: 40px 0;
}

@media screen and (max-width: 1920px) {
	.feedback-wrap {
		padding: calc(40 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.feedback-wrap {
		padding: 5rem 0;
	}
}
.feedback-wrap .feedback-tit,
.feedback-wrap .remind {
	color: #fff;
	text-align: center;
	width: 100%;
}

.feedback-wrap .feedback-tit {
	font-size: 48px;
	font-weight: bold;
}

@media screen and (max-width: 1920px) {
	.feedback-wrap .feedback-tit {
		font-size: calc(48 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.feedback-wrap .feedback-tit {
		font-size:4rem;
	}
}

.feedback-wrap .remind {
	padding: 15px 0;
}
@media screen and (max-width: 992px) {
	.feedback-wrap .remind {
		padding:10px 0;
	}
}
.liuyan {
	color: #333;
	font-size: 0;
	margin-top: 40px;
}

@media screen and (max-width: 1920px) {
	.liuyan {
		margin-top: calc(40 / 1920 * 100vw);
	}
}

.liuyan .hang {
	float: left;
	width: 24.125%;
	margin-right: 1.125%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	background: #fff;
}

.liuyan .hang.long {
	float: none;
	width: 100%;
	margin-right: 0;
}

.liuyan .hang.last {
	margin-right: 0;
}

.liuyan .hang.fat {
	width: 100%;
	height: auto;
	margin-right: 0;
}

.liuyan .hang label {
	width: 48px;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.liuyan .hang label::after {
	content: "|";
	position: absolute;
	width: 1px;
	height: 11px;
	background: #959595;
	right: 0;
	top: 15px;
}

.liuyan .hang label i {
	color: #4e4c4c;
	font-size: 18px;
	margin-left: 20px;
	font-weight: normal;
}

.liuyan input[type=text] {
	width: 100%;
	height: 40px;
	border: none;
	background-color: transparent;
	line-height: 38px;
	text-indent: 15px;
	font-size: 14px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.liuyan .hang input[type=text] {
	width: calc(100% - 48px);
}

.liuyan textarea {
	padding: 5px 15px;
	height: 82px;
	border: none;
	resize: none;
	background-color: transparent;
	vertical-align: top;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.liuyan input[type=text]:focus,
.liuyan textarea:focus {
	border-color: #2096d2;
}

.liuyan input[type=text],
.liuyan textarea {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.liuyan .btnarea {
	text-align: center;
	clear: both;
	padding-top: 15px;
}

.liuyan .btnarea .btn2 {
	width: 183px;
	height: 57px;
	font-size: 18px;
	line-height: 57px;
	color: #fff;
	text-align: center;
	border-radius: 57px;
	background-color: var(--active-color);
	border: none;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.liuyan .btnarea .btn2 {
		font-size: 15px;
		width:28rem;
		height: 8rem;
		line-height: 8rem;
	}
}

.liuyan .btnarea .btn2 i {
	font-size: 30px;
}

.liuyan .btnarea .btn2:hover {
	background-color: #fff;
	color: var(--active-color);
}

.fliuyan {
	color: #fff;
	margin-top: 30px;
}

.fliuyan ::-webkit-input-placeholder {
	color: #ccc;
}

.fliuyan ::-moz-placeholder {
	color: #ccc;
}

.fliuyan ::-moz-placeholder {
	color: #ccc;
}

.fliuyan ::-ms-input-placeholder {
	color: #ccc;
}

@media screen and (max-width: 1000px) {
	.liuyan .hang {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

/**********************************footer**********************************/
.footer,
.copyright {
	color: #a6a6a6;
	background: #26282a;
	font-size: 14px;
}

.footer .footer-content {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.footer a {
	color: #a6a6a6;
	transition: all 0.2s;
}

.footer a:hover {
	color: var(--active-color)
}

.foot-logo-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: #3d3d3d solid 1px;
	padding: 3rem 0;
	align-items: center;
}

.logo-txt {
	font-size: 20px;
	color: var(--active-color);
}
@media screen and (max-width: 992px) {
	.logo-txt {
		font-size:3rem;
	}
}

.foot-logo {}

.copyright {
	border-top: #3d3d3d solid 1px;
}

.footer-left {
	width: 37.25%;
	float: right;
}

.footer-left .flink {
	float: left;
	width: 76%;
}
@media screen and (max-width: 992px) {
	.footer-left .flink {
		width: 100%;
	}
}

.footer-left .ewm {
	float: right;
	width: 119px;
	text-align: center;
	margin-top: 60px;
}

@media screen and (max-width: 1452px) {
	.footer-left .ewm {
		float: left;
		margin-top: calc(60 / 1920 * 100vw);

	}
}
@media screen and (max-width: 992px) {
	.footer-right-item{
		display: none;
	}
		.footer-left .ewm {
		float: none;
		clear: both;
		margin: 0 auto;
		margin-top: 0rem;
		padding-top: 4rem;
		overflow: hidden;

	}
}
@media screen and (max-width:768px) {
	.foot-logo img {
		max-height: 30px;
	}
}

.footer-left .flink span {
	transition: all 1s ease 0s;
}


.footer-left p {
	line-height: 24px;
	margin-bottom: 4px;
}

.footer-info {
	float: right;
	width: 40%;
}

@media screen and (max-width:768px) {
	.footer-info {
		width: 90%;
		margin-left: 5%;
		text-align: left;
		float: left !important;
	}
}

.footer-left .flink i,
.footer-info i {
	margin-right: 1rem;
}

.footer-right {
	width: 56.25%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 992px) {

	.footer-left,
	.footer-right {
		width: 100%;
	}
}

.footer .module-title {
	font-size: 18px;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
	margin: 40px 0 30px 0;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.footer .module-title {
		font-size: 15px;
		margin: 10px 0 10px 0;
	}
}

.footer .module-title>span {
	font-weight: 300;
}

.footer .custom {
	display: flex;
	flex-direction: row;
	width: 100%;
	font-size: 14px;
	padding: 5px 0;
	align-items: center;
}

.footer .custom h5 {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	word-break: keep-all;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.footer .custom h5 i {
	font-weight: normal;
	margin-right: 10px;
}

.footer .custom p {
	margin: 0;
}

.footer .custom a {
	color: var(--active-color);
	font-weight: bold;
}

.list-arrow {
	margin: 0;
	padding: 0;
}

.list-arrow li {
	line-height: 24px;
	margin-bottom: 4px;
}

.list-arrow li i {
	margin-right: 10px;
}

.copyright-content {
	padding: 1.8rem 0;
	text-align: center;
	width: 100%;
}

.footH {
	height: 12rem;
	display: none;
}

.footFix {
	background:#26282a;
	padding: 1rem 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 3rem;
	color: #ffffff !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footFix>a>i.iconfont {
	font-size:4rem;
	color: #fff;
}

.foot-space {
	padding-left: 15px;
	padding-right: 15px;
}
 @media screen and (max-width: 768px) {
 	.footH{
 		display: block;
 	}
 	.footFix{
 		flex-direction: row;
 		display: flex;
 	}
 }

/*******************************内页************************************/
.sub-banner {
	width: 100%;
	height: 619px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.sub-banner {
		height: calc(619 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.sub-banner {
		height: auto;
		margin-top: 9rem;
	}
}
.sub-banner>img {
	position: relative;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
}

.ibbg {
	-webkit-animation: pagebgfd 6s linear infinite alternate;
	animation: pagebgfd 6s linear infinite alternate;
}

@-webkit-keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

@keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

.sub-banner .banner-in-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
}

.sub-banner .banner-in-box .container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sub-banner .banner-in-box .container h2,
.sub-banner .banner-in-box .container p {
	width: 100%;
}

.sub-banner .banner-in-box .container h2 {
	font-size: 55px;
}

@media screen and (max-width: 1920px) {
	.sub-banner .banner-in-box .container h2 {
		font-size: calc(55 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.sub-banner .banner-in-box .container h2 {
		font-size: 4rem;
	}
}
.sub-banner .banner-in-box .container p {
	font-size: 30px;
	padding-top: 10px;
}

@media screen and (max-width: 1920px) {
	.sub-banner .banner-in-box .container p {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.sub-banner .banner-in-box .container p {
		font-size: 2.4rem;
	}
}
.sub-navout-wrap {
	padding: 36px 0;
	border-bottom: #e8e8e8 solid 1px;
}

@media screen and (max-width: 1920px) {
	.sub-navout-wrap {
		padding: calc(36/ 1920 * 100vw) 0;
	}
}

.root-in .container {
	max-width: 1600px;
}

.sub-navout-wrap .sub-navout {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.sub-navout-wrap .sub-navout .sub-navout-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout .sub-navout-list {
		width: 100%;
	}
}

.sub-navout-wrap .sub-navout .sub-navout-list a {
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	margin: 0px 60px;
	transition: all 1s ease 0s;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-weight: normal;
	color: #192933;
}

@media screen and (max-width: 1920px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: calc(20/ 1920 * 100vw) 0;
		margin: 0 calc(60/ 1920 * 100vw);
		font-size: calc(24/ 1920 * 100vw);
	}
}

.sub-navout-wrap .sub-navout .sub-navout-list a::after {
	content: "";
	position: absolute;
	width: 20%;
	opacity: 0;
	height: 5px;
	background: #00b4cd;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
	border-radius: 5px;
}

.sub-navout-wrap .sub-navout .sub-navout-list a:hover::after,
.sub-navout-wrap .sub-navout .sub-navout-list a.on::after {
	opacity: 1;
	width: 100%;
	transition: all .5s ease;
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list a::after {
		height: 2px;
	}
}

@media screen and (max-width: 768px) {
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: 1rem 15px;
	}
}

@media screen and (max-width: 768px) {
	.sub-navout{
		width: 100%;
		padding: 2rem 0 1rem 0;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list{
	flex-wrap: wrap;
	justify-content: flex-start;
	}
	.sub-navout-wrap .sub-navout .sub-navout-list a {
		padding: 1rem 5px;
		width: 25%;
		margin: 0;
	}
}


.sub-navout-place {
	width: 40%;
	text-align: right;
	font-size: 14px;
	color: #666666;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.sub-navout-place a {
	color: #666666;
}

.sub-navout-place a:hover {
	color: var(--active-color);
}

.sub-navout-place i {
	margin-right: 5px;
	font-size: 2.2rem;
}

@media screen and (max-width: 992px) {
	.sub-navout-wrap .sub-navout-place {
		display: none;
	}

	.sub-navout-place {
		width: 100%;
		text-align: left;
		position: absolute;
		bottom: 0;
		color: #fff;
		left: 0;
	}

	.sub-navout-place a {
		color: #fff;
	}

	.sub-navout-place i {
		font-size: 18px;
		top: 2px;
		position: relative;
	}
}

.breadcrumb-zls {
	max-width: var(--container);
	margin: 0 auto;
	font-size: 1.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: #ededed solid 1px;
}

.breadcrumb-nav a {
	width: 15rem;
	text-align: center;
	padding: 1.3rem 0;
	display: block;
	float: left;
}

.breadcrumb-nav a.on,
.breadcrumb-nav a:hover {
	color: #fff;
	background: var(--active-color);
}

.breadcrumb-pathway {
	color: var(--txt-color666);
	font-size: 1.4px;
}

.breadcrumb-pathway a {
	color: var(--txt-color666);
}

.breadcrumb-nav .drop {
	display: none;
}

.txt-content {
	font-size: 1.6rem;
	line-height: 1.8;
}

.txt-content p {
	margin-bottom: 0;
}

.pt1rem {
	padding-top: 1rem;
}

.pt2rem {
	padding-top: 2rem;
}

.pt3rem {
	padding-top: 3rem;
}

.pt4rem {
	padding-top: 4rem;
}

.pt5rem {
	padding-top: 5rem;
}

.pt7rem {
	padding-top: 7rem;
}

.pt75rem {
	padding-top: 7.5rem;
}

.pb5rem {
	padding-bottom: 5rem;
}

.pb3rem {
	padding-bottom: 3rem;
}

@media(max-width:1024px) {
	.breadcrumb-pathway {
		display: none;
	}
}

@media(max-width:768px) {
	.breadcrumb-zls {}

	.breadcrumb-nav {
		width: 140%;
	}

	.breadcrumb-nav a {
		width: 25%;
	}

	.more-list .breadcrumb-nav {
		width: 100%;
		position: relative;
	}

	.more-list .breadcrumb-nav .drop {
		display: flex;
		color: #fff;
		background: var(--active-color);
		height: 7rem;
		line-height: 7rem;
		width: auto;
		width: 24rem;
		padding: 0 3rem;
		text-align: center;
		flex-direction: row;
		justify-content: space-between;
		cursor: pointer;
	}

	.more-list .list {
		width: 100%;
		position: absolute;
		display: none;
		background: var(--active-color);
		border-bottom: #ededed solid 1px;
		color: #fff;

	}

	.more-list .list a {
		color: #fff;
	}

	.more-list .show {
		display: block;
	}

	.more-list .breadcrumb-nav a {
		width: 50%;
	}
}

/******************************************分页***************************************/
.pager-box {
	width: 100%;
	border-bottom: #e3e3e3 solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 40px 0;
}

.pager-box .pager-left {
	width: 460px;
	position: relative;
	color: #bebebe;
	font-size: 21px;
	padding: 20px 0;
}


.pager-box .pager-left .curpage {
	font-size: 37px;
	font-weight: bold;
	color: var(--active-color);
}

.pager-box .pager-left a {
	font-size: 24px;
	color: var(--active-color);
}

@media screen and (max-width: 1920px) {
	.pager-box {
		margin: calc(40 / 1920 * 100vw) 0;
	}

	.pager-box .pager-left {
		width: calc(460 / 1920 * 100vw);
		font-size: calc(21 / 1920 * 100vw);
		padding: calc(20 / 1920 * 100vw) 0;
	}

	.pager-box .pager-left .curpage {
		font-size: calc(37 / 1920 * 100vw);
	}

	.pager-box .pager-left a {
		font-size: calc(24 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.pager-box .pager-left {
		width: 70%;
		font-size:3rem;
		padding:3rem 0
	}
	.pager-box .pager-left .curpage {
		font-size: 4rem;
	}
	.pager-box .pager-left a {
		font-size: 3rem;
		width: 90%;
		display: block;
	}
}
.pager-box .pager-left::after {
	background: #00b4cd;
	height: 4px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
}

.pager-box .pager-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;

}

.pager-box .prev,
.pager-box .next {
	display: block;
	width: 50px;
	height: 50px;
	border: #e3e3e3 solid 1px;
	border-radius: 100%;
	text-align: center;
	line-height: 50px;
	position: relative;
	transition: all .5s ease;
}

.pager-box .next::after,
.pager-box .prev::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-top: var(--active-color) solid 2px;
	border-radius: 100%;
	top: -1px;
	right: -1px;
	transform: rotate(45deg);
	/* 旋转45度 */
	opacity: 1;
	transition: all .5s ease;
	opacity: 0;
}

@media screen and (max-width: 1920px) {

	.pager-box .prev,
	.pager-box .next,
	.pager-box .next::after,
	.pager-box .prev::after {
		width: calc(50 / 1920 * 100vw);
		height: calc(50 / 1920 * 100vw);
		line-height: calc(50 / 1920 * 100vw);
	}

}
@media screen and (max-width:992px) {
	.pager-box .prev,
	.pager-box .next,
	.pager-box .next::after,
	.pager-box .prev::after {
		width: 7rem;
		height:7rem;
		line-height: 7rem;
	}

}
.pager-box .prev i,
.pager-box .next i {
	font-weight: bold;
}

.pager-box .next {
	margin-left: 16px;
}

.pager-box .next:hover::after,
.pager-box .prev:hover::after {
	opacity: 1;
}

/******************************************相关产品***************************************/
.relate-pro {
	clear: both;
	padding: 45px 0;
	overflow: hidden;
}

@media screen and (max-width: 1920px) {
	.relate-pro {
		padding: calc(45 / 1920 * 100vw) 0;
	}
}

.sub-product-list {
	padding-top: 50px;
}

@media screen and (max-width: 1920px) {
	.sub-product-list {
		padding-top: calc(50 / 1920 * 100vw);
	}
}

.sub-product-list .row {
	margin-left: -19px;
	margin-right: -19px;
}

@media screen and (max-width: 1920px) {
	.sub-product-list .row {
		margin-left: calc(-19 / 1920 * 100vw);
		margin-right: calc(-19 / 1920 * 100vw);
	}
}

.sub-product-list .row-sub-product {
	padding-left: 19px;
	padding-right: 19px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1920px) {
	.sub-product-list .row-sub-product {
		padding-left: calc(19 / 1920 * 100vw);
		padding-right: calc(19 / 1920 * 100vw);
	}
}

.sub-product-list .info-pro {
	font-size: 24px;
	line-height: 1.5;
	color: #515151;
	padding: 30px 0;
	height: 132px;
}

@media screen and (max-width: 1920px) {
	.sub-product-list .info-pro {
		font-size: calc(24 / 1920 * 100vw);
		padding: calc(30 / 1920 * 100vw) 0;
		height: calc(132 / 1920 * 100vw);
	}
}

@media screen and (max-width: 992px) {
	.sub-product-list .info-pro {
		font-size:2.8rem;
		padding: 2rem 0;
		height:12rem;
	}
}

.sub-product-list .images {
	padding-bottom: 0%;
	height: 440px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1920px) {
	.sub-product-list .images {
		height: calc(440 / 1920 * 100vw);
	}
}

.sub-product-list a:hover .info-pro {
	color: var(--active-color);
}

.sub-product-list .info-pro {
	padding-top: 25px;
}

@media screen and (max-width: 1920px) {
	.sub-product-list .info-pro {
		padding-top: calc(25 / 1920 * 100vw);
	}
}

/******************************************文章详情***************************************/
.more-in {
	color: #00a0be;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

a.more-in {
	color: #00a0be;
}

.more-in i {
	color: #00a0be;
	margin-left: 14px;
	font-size: 30px;
	transform: rotate(-45deg);
	/* 旋转45度 */
}

.news-detail {
	overflow: hidden;
	margin: 50px auto;
}

@media screen and (max-width: 1920px) {
	.news-detail {
		margin: calc(50 / 1920 * 100vw) auto;
	}
}

.news-detail-left {
	width: 64.75%;
	float: left;
}

.news-detail h1.tit {
	line-height: 1.8;
	font-size: 30px;
	color: #333333;
	padding: 15px 0;
}

@media screen and (max-width: 1920px) {
	.news-detail h1.tit {
		font-size: calc(30 / 1920 * 100vw) auto;
	}
}

.news-detail .info {
	border-top: #d9d9d9 solid 1px;
	padding: 1rem 0 3rem 0;
	color: #b9b9b9;
}

.news-detail .info span.space {
	padding-left: 5rem;
}

.news-detail .content {
	line-height: 1.8;
	padding: 20px 0;
	color: #666666;
	font-size: 16px;
}

@media screen and (max-width:1920px) {
	.news-detail h1.tit {
		font-size: calc(30 / 1920 * 100vw);
	}

	.news-detail .info {
		padding: 1rem 0 calc(30 / 1920 * 100vw) 0;
		font-size: calc(18 / 1920 * 100vw);
	}

	.news-detail .content {
		padding: calc(25 / 1920 * 100vw) 0;
	}
}

@media screen and (max-width:1500px) {
	.news-detail .info {
		font-size: 14px;
	}

	.news-detail .content {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {

	.news-detail h1.tit {
		font-size: 3rem;
	}

	.news-detail .info {
		padding: 3rem 0 calc(30 / 1920 * 100vw) 0;
		font-size: 14px;
	}

	.news-detail .content {
		font-size: 16px;
		padding: 3rem 0;
	}

}

.news-detail .content a {
	color: #666;
}

.news-detail .content a:hover {
	color: var(--active-color);
}

.news-detail .content table {
	border: #bbcfda solid 1px;
	border-right: none;
	border-bottom: none;
	border-top: var(--active-color) solid 2px;
}

.news-detail .content table td,
.news-detail .content table th {
	border: #bbcfda solid 1px;
	border-left: none;
	border-top: none;
	padding: .4rem 1rem;
}

.news-detail .content table th,
.news-detail .content table tr:first-child td {
	font-size: 18px;
	background: #c5e4f6;
	color: var(--txt-color);
}

.news-detail .content p.li {
	display: flex;
	flex-direction: row;
}

.pl9rem {
	padding-left: 9rem;
}

.pl4rem {
	padding-left: 4rem;
}

.news-detail .fee-standards .content {
	padding-top: 2rem;
}

.news-detail .fee-standards .content table td.th span {
	display: block;
	clear: both;
	width: 100%;
	line-height: 1.3;
}

.news-detail-prev-next {
	padding: 2rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.news-detail-prev-next .news-detail-prev,
.news-detail-prev-next .news-detail-next {
	width: 48.57%;
	background: #f4f4f4;
	position: relative;
	line-height: 2;
}

.news-detail-prev-next .news-detail-prev a,
.news-detail-prev-next .news-detail-next a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 2.5rem 8.5rem 2.5rem 3.5rem;
}

.news-detail-prev-next .news-detail-prev a:after,
.news-detail-prev-next .news-detail-next a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	background: var(--active-color);
	opacity: 0;
	color: #fff;
	bottom: 0;
	left: 0;
	transition: all 0.8s;
}

.news-detail-prev-next .news-detail-prev:hover a:after,
.news-detail-prev-next .news-detail-next:hover a:after {
	width: 100%;
	opacity: 1;

}

.news-detail-prev-next .news-detail-prev:hover i,
.news-detail-prev-next .news-detail-next:hover i {
	color: var(--active-color);
}
.news-detail-prev-next i {
	font-size: 3rem;
	position: absolute;
	right: calc(32 / 1920 * 100vw);
	top: 30%;
}
.pro-content table{
	width: 100%;
	border: 1px solid #d7d7d7;
	margin-top:0px;
}
.pro-content table tr td{
	text-align: center;
	height: 40px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #d7d7d7;
	background: #fff;
}
.pro-content table tr:nth-child(1) td{
	background: #666666;
	height: 54px;
	line-height:54px;
	color: #fff;
	font-size:18px;
	font-weight:bold; 
}
@media screen and (max-width:992px) {
	.news-detail-prev-next {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.news-detail-prev-next .news-detail-prev,
	.news-detail-prev-next .news-detail-next {
		width: 100%;
		margin: 5px 0;
	}
}

@media (max-width:768px) {

	.news-detail-prev-next .prev-next {
		width: 100%;
	}

	.news-detail .content table th,
	.news-detail .content table tr:first-child td {
		font-size: 15px;
	}

	.news-detail h1.tit {
		line-height: 1.4;
	}

	.news-detail .content table {
		margin-bottom: 1rem
	}

	.news-detail-prev-next .news-detail-prev a,
	.news-detail-prev-next .news-detail-next a {
		padding: 2.5rem 8.5rem 2.5rem 2.5rem;
	}
}

.news-detail-prev-next .back-list a {
	width: 16rem;
	height: 5rem;
	background: var(--active-color);
	color: #fff;
	text-align: center;
	line-height: 5rem;
	display: block;
}

.news-detail-prev-next .back-list a:hover {
	background: #0666a1;
}

.news-detail-prev-next .back-list a i {
	margin-right: 2rem;
}

.news-detail-right {
	width: 27.375%;
	float: right;
}

.news-detail-right .rec-list-wrap {
	width: 100%;
}

.news-detail-right .rec-list {
	width: 100%;
	margin: 0 auto;
}

.news-detail-right .rec-list .tit {
	color: #333333;
	position: relative;
	font-size: 24px;
	margin-bottom: 15px;
	transition: all 0.8s;
}
@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list .tit {
		font-size: calc(24 / 1920 * 100vw);
		margin-bottom: calc(15/ 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.news-detail-right .rec-list .tit {
		font-size:3rem;
	}
}
.news-detail-right .rec-list .tit::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #b9b9b9;
	left: 3px;
	top: 50%;
	margin-top: -4px;
	transition: all 0.8s;

}

.news-detail-right .rec-list p {
	color: #666666;
	margin-bottom: 0;
}

.news-detail-right .rec-list a {
	display: block;
	padding: 30px 0;
	border-bottom: #d9d9d9 solid 1px;
}

@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list a {
		padding: calc(30 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width: 992px) {
	.news-detail-right .rec-list a {
		padding:3rem  0;
	}
}
.news-detail-right .rec-list a:last-child {
	border-bottom: none;
}

.news-detail-right .rec-list .tit,
.news-detail-right .rec-list p {
	padding-left: 26px;
}

@media screen and (max-width: 1920px) {

	.news-detail-right .rec-list .tit,
	.news-detail-right .rec-list p {
		padding-left: calc(26 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {

	.news-detail-right .rec-list .tit,
	.news-detail-right .rec-list p {
		padding-left:3rem;
	}
}
.news-detail-right .rec-list a:hover .tit {
	color: var(--active-color);
}

.news-detail-right .rec-list a:hover .tit:before {
	background: var(--active-color);
}

.news-detail-right .rec-list-pro-wrap {
	padding-top: 60px;
}

@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list-pro-wrap {
		padding-top: calc(60 / 1920 * 100vw);
	}
}

.news-detail-right .rec-list-pro .item {
	padding: 35px 0;
}

@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list-pro .item {
		padding: calc(35 / 1920 * 100vw) 0;
	}
}
@media screen and (max-width:992px) {
	.news-detail-right .rec-list-pro .item {
		width: 48%;
		padding: 3rem 0;
		float: left;
		margin-right: 4%;
	}
	.news-detail-right .rec-list-pro .item:nth-child(2n){
		margin-right: 0;
	}
	
}
.news-detail-right .rec-list-pro .item .pro-info {
	border: #f5f5f5 solid 1px;
	text-align: center;
	font-size: 24px;
	padding: 20px 5px;
}

@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list-pro .item .pro-info {
		font-size: calc(24 / 1920 * 100vw);
		padding: calc(20 / 1920 * 100vw) 5px;
	}
}
@media screen and (max-width: 992px) {
	.news-detail-right .rec-list-pro .item .pro-info {
		font-size: 3rem;
		padding: 2rem 5px;
	}
	.rec-list-pro-wrap .title-in{
		padding-bottom: 0;
	}
}
.news-detail-right .rec-list-pro .item .images {
	padding-bottom: 0%;
	height: 290px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1920px) {
	.news-detail-right .rec-list-pro .item .images {
		height: calc(290 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.news-detail-right .rec-list-pro .item .images{
		height: 30rem;
	}
}
@media(max-width:1024px) {

	.news-detail-left,
	.news-detail-right {
		width: 100%;
	}

	.news-detail-right .rec-list {
		margin-top: 3rem;
	}

	.news-detail-right .rec-list .more {
		width: 29rem;
	}
}

@media(max-width:768px) {
	.news-detail-prev-next {
		flex-direction: column;
	}

	.news-detail-prev-next .back-list {
		margin-top: 3rem;
	}

	.news-detail-prev-next .back-list a {
		width: 23rem;
		height: 7rem;
		line-height: 7rem;
	}
}

.title-in {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: #d9d9d9 solid 1px;
	padding: 15px 0;
}

.title-in .tit {
	font-size: 30px;
}
@media screen and (max-width: 1920px) {
	.title-in .tit {
		font-size: calc(30 / 1920 * 100vw);
	}
}
@media screen and (max-width: 992px) {
	.title-in .tit {
		font-size: 3rem;
	}
}
/******************移动端menu***************************/
.m-menus {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 6rem;
	right: -100%;
	background: #fff;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	z-index: -999;
	padding-top: 2%;
	border-top: 1px solid #dedede;
}

@media(max-width:768px) {
	.m-menus {
		top: 10.5rem;
	}
}

@media(max-width:640px) {
	.m-menus {
		top: 9.5rem;
	}
}

.m-menus .inner {
	height: calc((100vh - 9rem));
	padding: 10px 30px 40px;
	overflow-x: hidden;
	overflow-y: auto
}

.m-menus a {
	display: block;
	color: #000
}

.m-menus dl {
	margin-bottom: 0;
}

.m-menus.active {
	z-index: 99999;
	transition: .6s;
	right: 0
}

.m-menus .item {
	cursor: pointer;
	transition: .3s;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #dedede;
	text-align: left
}

.m-menus .item .tit,
.m-menus .item .class-two {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center
}

.m-menus .item>a,
.m-menus .tit,
.m-menus .item .class-two {
	display: block;
	line-height: 46px;
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
}

.m-menus .tit {
	position: relative
}

.m-menus .tit a,
.m-menus .class-two a {
	display: inline-block;
	min-width: 50vw
}

.m-menus .class-two>a {
	line-height: 1.5;
	padding: 10px 5px 0 0;
	width: 80%;
}

.m-menus .tit .iconfont {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .class-two .iconfont {
	position: absolute;
	right: 0;
	top: 23px;
	transform: translateY(-50%);
	color: inherit;
	padding: 0 10px;
	color: #000;
	font-size: 17px
}

.m-menus .xs-menu,
.m-menus .xss-menu {
	display: none;
	text-align: left
}

.m-menus .xs-menu dd,
.m-menus .xss-menu a {
	line-height: 30px;
	font-size: 14px
}

.m-menus .active .tit,
.m-menus .open .tit,
.m-menus .open .class-two-open>a {
	color: var(--active-color);
}

.m-menus .active .tit a,
.m-menus .open .tit a {
	color: var(--active-color);
}

.m-menus .active .icon-jiahao1::before,
.m-menus .open .icon-jiahao1::before {
	content: "\e729";
}

.m-menus .class-two-open .icon-zuoyoujiantou21::before {
	content: "\e639";
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu,
	{
	padding: 0px 0 0;
	/*border-top: 1px solid #dedede;*/
}

.m-menus .class-two-open .xss-menu {
	padding: 0px 0 0;
	border-top: 1px solid #dedede;
}

.m-menus .class-two-open .xss-menu a {
	display: block;
	line-height: 36px;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.m-menus .class-two-open .xss-menu a:first-child {
	padding-top: 10px;
}

.m-menus .class-two-open .xss-menu a:last-child {
	padding-bottom: 10px;
	border-bottom: none
}

.m-menus .head_links_box {
	background: #fff;
	margin-top: 1rem;
	padding: .1rem .3rem
}

.m-menus .head_links {
	display: flex !important;
	justify-content: center
}

.m-menus .head_links a {
	padding: 0 .2rem !important;
	display: block;
	flex: 1
}

.m-menus .head_links i {
	margin: 0 auto
}

.m-menus .class-two {
	border-top: 1px solid #dedede;
}

.m-search {
	width: 100%;
	border-radius: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: row;
	background: #dedede;
	align-items: center;
	padding: 5px 10px;
}

.m-search .btn-search i {
	font-size: 26px;
	line-height: 26px;
	color: var(--txt-color);
	position: relative;
	top: 3px;
}

.m-search input {
	display: block;
	width: 80%;
	flex: 1 1 auto;
	font-size: 15px;
	outline: none;
	background-color: transparent;
	border: 0;
	color: currentColor;
}

.crumb-product {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pro-content .table-container{
    width: 100%;
    overflow-x: auto; /* This allows horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}
.pro-content table{
	width: 100%;
	border: 1px solid #d7d7d7;
	margin-top:0px;
}
.pro-content table tr td p{ margin:0px;}
.pro-content table tr td{
	text-align: center;
	height: 40px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #d7d7d7;
	background: #fff;
}
.pro-content table tr:nth-child(1) td{
	background: #666666;
	height: 54px;
	line-height:54px;
	color: #fff;
	font-size:18px;
	font-weight:bold; 
}
@media (max-width:768px) {
	.pro-content table tr:nth-child(1) td{
	height: auto;
	line-height:24px;
	font-size:14px;
	word-break: keep-all;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pro-content table tr td{
	font-size: 13px;
}
}
/************************适配***************************/
@media (max-width:1024px) {
	.header .topbar {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
	}

	.header .topbar .topbar-box h4 {
		display: none;
	}

	.header .topbar .logo,
	.menu-switch {
		display: block;
		float: right;
	}

	.header .topbar .logo {
		width: auto;
		float: left;
	}

	.header .topbar .logo img {
		max-height: 10rem;
	}


	/*导航*/
	.header .nav-container {
		background-color: #fff;
		font-size: 0;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: 60%;
		max-width: 40rem;
		transform: translateX(-100%);
		visibility: hidden;
		transition: .4s cubic-bezier(.785, .135, .15, .86);
		z-index: 999999;
	}

	.header .nav-container .header-nav {
		display: block;
		height: auto;
	}

	.nav-container .col-auto {
		height: auto;
	}

	.nav-container .col-auto,
	.nav-container .col-auto {
		width: 100% !important;
		margin: 0;
	}

	.nav-line-animation {
		flex-direction: column;
		align-items: flex-start;
	}

	.header.show-nav .nav-container {
		transform: translateX(0);
		visibility: visible;
	}

	.header.show-nav .mask {
		z-index: 9998;
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.header .nav-container {
		height: 100%;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.header .nav-container .container {
		height: 100%;
		overflow: auto;
		width: 100%;
	}

	.header .nav-container .logo {
		width: 100%;
		height: 8rem;
		display: flex;
		justify-content: center;
		margin: 6rem 0;
	}

	.nav-line-animation>li {
		width: 100%;
	}

	.nav-line-animation>li>a i {
		visibility: visible;
		display: block;
		float: left;
		color: var(--txt-color);
		opacity: 1;
		font-size: 3rem;
		margin: 0 3rem 0 5rem;
	}


	.nav-line-animation>li:hover>ul {
		visibility: hidden;
		opacity: 0;
	}

	.menu-switch {
		margin-top: 0;
	}

	 
	.fixedbg .m-menus {
		top: 6rem;
	}

}

@media (max-width:768px) {
	.header .topbar {
		padding: 1rem 0;
	}
	.header .topbar .logo {
		max-width: 35rem;
		overflow: hidden;
	}
	/*首页关于我们*/
	.main-title .title-cn {
		font-size: 3.5rem;
	}

	.scroll-top {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.scroll-top i,
	.scroll-top span {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 5px;
	}

	.pb5rem {
		padding-bottom: 3rem;
	}

	.pt5rem {
		padding-top: 3rem;
	}

	.main-more {
		width: auto;
		max-width: 200px;
		padding: 5px 1rem;
		height: auto;
	}

	.main-more i {
		font-size: 18px;
	}

	.fixedbg .m-menus {
		top: 10.3rem;
	}
}

@media (max-width:998px) {
	.table-scroll {
		overflow-x: scroll;
	}

	.pl9rem,
	.pl4rem {
		padding-left: 0;
	}

}

@media (max-width:640px) {

	.container,
	.container-sm {
		width: 92%;
		margin: 0 auto;
	}

	body {
		font-size: 14px;
	}

	.comnew .list .list-item a,
	.ts-notice .list-item,
	.main-more,
	.quick-link a,
	.breadcrumb-zls,
	.breadcrumb-pathway,
	.notice-clear-plan .item a,
	.more-list .breadcrumb-nav .drop {
		font-size: 13px;
	}

	.header .topbar .logo img {
		max-height: 40px;
	}

	.menu-switch {
		margin-top: 2rem;
	}

	.home-banner .swiper-slide-active .tit-cn {
		width: 100%;
		margin: 0 auto;
	}

	.home-banner .swiper-slide-active .tit-info {
		width: 90%;
		margin: 0 auto;
	}

	.about-left {
		padding-top: 5rem;
	}
.about-left .main-more{
		width: 20rem;
	}
	.about-left .about-info {
		height: auto;
		margin-bottom: 5rem;
		width: 100%;
	}

	.project-box .news-top {
		margin-top: 5rem;
	}

	.tit-right .line {
		width: 100%;
	}

	.projec-foot-list .item a .item-en {
		display: none;
	}

	.footer-left {
		text-align: center;
	}

	.footer-left,
	.footer-right {
		width: 100%;
		float: none;
		clear: both;
	}

	.footer-right-item {
		width: 50%;
	}

	.footer-right {
		flex-wrap: wrap;
		padding-top: 2rem;
	}


	.footer-left .ftlogo {
		max-height: 6rem;
	}

	.fixedbg .m-menus {
		top: 9.5rem;
	}
	 
	.sub-navout-wrap .sub-navout{
		width: 100%;
		
	}
}

.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

.ibbg {
	-webkit-animation: pagebgfd 6s linear infinite alternate;
	animation: pagebgfd 6s linear infinite alternate;
}

@-webkit-keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

@keyframes pagebgfd {
	0% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
}

/*头部浮动层*/
.head-sub-menu {
	position: absolute;
	width: 100%;
	background: #f9f9f9;
	top: 0;
	height: 100vh;
	z-index: 19009;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}

.head-sub-menu.open {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	transition: all .5s ease;
}

.head-sub-menu .container {
	max-width: 1720px;
}

.head-sub-menu .sub-menu {
	width: 69%;
	float: left;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 99;
}

.head-sub-menu .sub-menu .item {
	width: 33.33%;
	float: left;
	margin-bottom: 70px;
}

.head-sub-menu .sub-menu .item h4 {
	font-size: 24px;
	color: #333333;
}

.head-sub-menu .sub-menu .item .link-a {
	margin-top: 28px;
	min-height: 170px;
}

.head-sub-menu .sub-menu .item .link-a a {
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 34px;
}

.head-sub-menu .sub-menu .item .link-a a:hover {
	color: #226cb4;
}

.head-sub-menu .sub-head-right {
	width: 26%;
	float: right;
	position: relative;
	z-index: 99;
	padding: 98px 0 60px;
}

.head-sub-menu .sub-head-right .sub-cn {
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}

.head-sub-menu .sub-head-right .sub-en {
	font-family: arial;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 22px;
}

.head-sub-menu .sub-head-right .tsgd {
	display: block;
	width: 118px;
	height: 45px;
	line-height: 48px;
	border-radius: 45px;
	background: #226cb4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 48px;
}

.head-sub-menu .sub-head-right .fwrx {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 70%;
}

.head-sub-menu .sub-head-right .fwrx a {
	font-family: goodmu;
	font-size: 22px;
	color: #333333;
}

.head-sub-menu::after {
	content: "";
	position: absolute;
	width: 30.5%;
	max-width: 580px;
	background: #f1f1f1 url(../images/head-xq-back.png) no-repeat bottom right;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

.closeHs {
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}

.closeHs i {
	font-size: 28px;
	color: #226cb4;
}

.closeHm {
	position: absolute;
	cursor: pointer;
	right: 5%;
	top: 30px;
	z-index: 9999;
}

.closeHm i {
	font-size: 28px;
	color: #226cb4;
}


 