@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
/* CSS Reset */
html {
	-webkit-text-size-adjust:none;
}
body {
	overflow-x:hidden;
	margin:0;
	padding:0;
	font-weight: 300;
	font-family:Mont, Helvetica Neue, Arial;
}
img {
	max-width: 100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
}
header, nav, section, article, aside, footer {
	display: block;
}
a {
	text-decoration:none;
	color:#222;
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
transition:all .4s ease;
}
a * {
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
transition:all .4s ease;
}
.fullscreen, .fullscreen body {
	height: 100%;
	overflow: hidden
}
.alltransition {
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
transition:all .4s ease;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.pcshow {
	display:block;
}
.mbshow {
	display:none!important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.img {
	position: relative;
	overflow: hidden;
}
.img-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: auto!important;
	height: auto!important;
	z-index: 1;
}
.img-block {
	display: block;
	width: 100%;
	height: auto;
}
.img-inline {
	display: inline-block;
	width: auto;
	height: auto;
}
input, select, textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"] {
	-webkit-appearance: none;
}
.div-content {
	width: 90%;
	margin: 0 auto;
}
.div-content-1 {
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 1599px) {
.div-content-1 {
	width: 90%;
}
}
.clamp1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.clamp2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.flex-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.zdMore {
	position: relative;
}
.zdMore .more {
	position: relative;
	width: 218px;
	height: 58px;
	line-height: 58px;
	border-radius: 35px;
	padding: 0 38px;
	font-size: 16px;
	letter-spacing: 1px;
	box-sizing: border-box;
	background-color: #fff;
	color: #154d8d;
	text-transform: capitalize;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zdMore svg {
	width: 14px;
	height: 12px;
	vertical-align: middle;
	pointer-events: none;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: .25s transform ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
}
.zdMore.sm .more {
	width: 218px;
	padding: 0 38px;
	line-height: 58px;
	height: 58px;
	margin-top:60px;
}
.img {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.img img, .pic img {
	max-width: 100%;
	max-height:100%;
	margin: auto;
	padding: 0;
	border: 0;
	width: 100%;
	height: auto;
}
.pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* fonts */

 @font-face {
 font-family: 'Mont';
 src: url('../fonts/39EC6C_0_0.eot');
 src: local('☺'), url('../fonts/39EC6C_0_0.woff') format('woff'), url('../fonts/39EC6C_0_0.ttf') format('truetype'), url('../fonts/39EC6C_0_0.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Barlow-Regular';
 src: url('../fonts/Barlow-Regular.eot');
 src: local('☺'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg') format('svg');
 font-weight: 300;
 font-style: normal;
}
@font-face {
 font-family: 'Barlow-Bold';
 src: url('../fonts/Barlow-Bold.eot');
 src: local('☺'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-Regular.ttf');
font-weight: normal;
font-style: normal;
}

/* header */
.header {
	position:fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	transition:all .4s ease;
}
.header * {
	transition:all .4s ease;
}
.header-content {
	width:94%;
	height: 90px;
	margin: auto;
	position: relative;
	z-index: 500;
}
.header-logo {
	width:200px;
	height: auto;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	z-index: 11;
}
.header-logo a {
	display: block;
	background: url('../images/logo.png') left center no-repeat;
	background-size: contain;
}
.header-logo img {
	opacity: 0;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.header-right {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: right;
}
.header-nav {
	display: inline-block;
	vertical-align: middle;
}
.header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	position: relative;
}
.header-nav ul li a {
	color: #154d8d;
	line-height: 90px;
	text-transform: uppercase;
	position: relative;
	width: 100%;
	display: inline-block;
	z-index: 10;
	font-size: 18px;
	font-weight: 500 !important;
	font-family: "Montserrat-Bold", sans-serif;
}
.header-nav ul li.cur a {
	color: #154d8d;
}
.header-nav ul li.cur a {
}
.header-nav ul li a:hover {
	color: #154d8d;
}
.header-nav ul li::after {
	content: '';
	width: 10px;
	height: 26px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:skewX(340deg) translate(-100%, -40%);
	z-index: 1;
	background: #fff;
	opacity:0;
}
.header-nav ul li.cur::after {
	opacity: .3;
}
.header-langtuage-search {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.header-langtuage-search a {
	text-align: center;
	position: relative;
	display: block;
	line-height: 48px;
}
.header-langtuage-search i {
	width: 18px;
	height: 18px;
}
.header-langtuage-search i img {
	display: block;
	max-width: 100%;
}
.header-langtuage-search span {
	color: #fff;
	margin-left: 7px;
}
.header-langtuage-search i, .header-langtuage-search span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 11;
}
.langtuage-1, .search-1 {
	display: inline-block;
	vertical-align: middle;
}
.langtuage-1 {
	position: relative;
}
.langtuage-1 a {
	width: 150px;
	height: 48px;
}
.langtuage-1 a::after {
	content: '';
	width: 150px;
	height: 48px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
	transform:skewX(340deg);
	z-index: 1;
}
.search-1 {
	margin-left: 5px;
}
.search-1 a {
	width: 60px;
	height: 48px;
}
.search-1 a::after {
	content: '';
	width: 60px;
	height: 48px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
	transform:skewX(340deg);
	z-index: 1;
}
.langtuage-1 a:hover::after, .search-1 a:hover::after {
	background:#154d8d;
	border: 1px solid #154d8d;
	opacity: 1;
}
.langtuage-1 a:hover i, .search-1 a:hover i {/*filter: invert(100%);*/
}
.langtuage-1 a:hover span, .search-1 a:hover span {
	color: #000;
}
.langtuage-show {
	position: absolute;
	width: 100%;
	left: -8px;
	top: 104%;
	overflow: hidden;
	z-index: 11;
	display: none;
}
.langtuage-show ul {
	background: #fff;
	padding: 5% 0;
	overflow: hidden;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
	margin-top: 3%;
}
.langtuage-show a {
	display: block;
	color: #1a1a1a;
	width: auto;
	height: auto;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	width: 80%;
	margin: auto;
}
.langtuage-show a:hover {
	color: #1f1c5e;
	text-decoration: underline;
}
.langtuage-show a:last-child {
	border: none;
}
.langtuage-show a::after {
	display: none;
}
.header.scroll-down, .header.scroll-top, .header.black {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}
.header.scroll-down .header-logo a, .header.scroll-top .header-logo a, .header.black .header-logo a {
	background: url('../images/logo-h.png') left center no-repeat;
	background-size: contain;
}
.header.scroll-down .header-nav ul li a, .header.scroll-top .header-nav ul li a, .header.black .header-nav ul li a {
	color: #154d8d;
}
.header.scroll-down .header-nav ul li.cur a, .header.scroll-top .header-nav ul li.cur a, .header.black .header-nav ul li.cur a {
	color: #1f1c5e;
}
.header.scroll-down .header-nav ul li.cur::after, .header.scroll-top .header-nav ul li.cur::after, .header.black .header-nav ul li.cur::after {
	background: #154d8d;
	opacity: 1;
}
.header.scroll-down .header-langtuage-search i img, .header.scroll-top .header-langtuage-search i img, .header.black .header-langtuage-search i img {
	filter: invert(0);
}
.header.scroll-down .header-langtuage-search a:hover i img, .header.scroll-top .header-langtuage-search a:hover i img, .header.black .header-langtuage-search a:hover i img {
	filter: invert(0);
}
.header.scroll-down .header-langtuage-search a::after, .header.scroll-top .header-langtuage-search a::after, .header.black .header-langtuage-search a::after {
	border: 1px solid #e6e6e6;
	background:#154d8d;
	opacity: 1;
}
.header.scroll-down .header-langtuage-search a:hover::after, .header.scroll-top .header-langtuage-search a:hover::after, .header.black .header-langtuage-search a:hover::after {
	border: 1px solid #154d8d;
	opacity: 1;
}
.header.scroll-down .header-langtuage-search span, .header.scroll-top .header-langtuage-search span, .header.black .header-langtuage-search span {
	color: #fff
}
.header.scroll-down .header-nav ul li a:hover, .header.scroll-top .header-nav ul li a:hover, .header.black .header-nav ul li a:hover {
	color: #0d243f;
}
.header-nav-show-mark {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0px;
	z-index:-1;
	opacity: 0;
	transition:all .4s ease;
	background: #000;
}
.header-nav-show-mark.cur {
	z-index: 20;
	opacity: .2;
}
.header-nav-show {
	position: absolute;
	left: -20%;
	top: 90px;
	width: 140%;
	z-index:111;
	overflow: hidden;
	transition:all .4s ease;
}
.header-nav-show.Hide {
	opacity:0;
	height: 0;
	z-index:-1;
}
.header-nav-show-content {
	width:100%;
	position: relative;
	overflow: hidden;
	transition:all .4s ease;
	background: #fff;
	margin-top: 0;
	overflow: hidden;
}
.header-nav-solution {
	text-align: center;
	padding: 2% 0;
	overflow: hidden;
	text-align: center;
}
.header-nav-solution-item {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	margin: 0 1%;
}
.header-nav-solution-item .img {
	overflow: hidden;
	background: #e3e3e3;
}
.header-nav-solution-item .nav-item {
	padding: 0 0 5% 0;
	overflow: hidden;
}
.header-nav-solution-item .nav-item a.cur {
	display: block;
	color: #404040;
	border-bottom: 1px solid #e8e8e8;
	padding: 5% 0;
	overflow: hidden;
}
.header-nav-solution-item .nav-item li {
	list-style: none;
	margin: 0;
	padding: 4% 0;
}
.header-nav-solution-item .nav-item li a {
	display: block;
	padding: 1.5% 0;
	color: #666666;
}
.header-nav-solution-item .nav-item li a:hover {
	color: #1f1c5e;
	text-decoration: underline;
}
#about .header-nav-service-nav{margin-left: -10vw;}
#news .header-nav-service-nav{margin-left: 20vw;}
.search-content-show {
	position: absolute;
	left: 50%;
	top:-50%;
	width: 30%;
	transform: translate(-50%, -50%);
	z-index: 511;
	transition:all .4s ease;
}
.search-content-show-content {
	position: relative;
}
.search-content-show-top {
	position: relative;
	overflow: hidden;
}
.search-submit {
	position: absolute;
	left: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	background: url('../images/ss.png') left center no-repeat;
	margin-top: -25px;
	border: none;
	z-index: 11;
	cursor: pointer;
	filter: invert(100%);
}
.search-submit:hover {
	opacity: .5;
}
.search-input {
	padding: 0 5%;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	border-bottom: 1px solid #000;
	height:50px;
	display: block;
}
.close-1 {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -20px;
	top: 50%;
	margin-top: -25px;
	z-index: 11;
	cursor: pointer;
	transition:all .4s ease;
	transform: rotate(45deg);
}
.close-1::after {
	content: '';
	width: 12px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
}
.close-1::before {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
}
.close-1:hover {
	transform: rotate(315deg);
}
.searchshow .search-content-show {
	top: 50%;
}
.searchshow .header-right {
	opacity: 0;
	transform: translateY(-100%);
}
.search-content {
	width: 40%;
	margin: auto;
	position: relative;
}
.search-content .search-text {
	padding: 4% 5%;
	border: 1px solid #000;
	display: block;
	background: #f7f7f7;
	width: 100%;
	box-sizing: border-box;
}
.search-ok {
	position: absolute;
	right:0;
	top:0;
	width: 10%;
	height: 100%;
	z-index: 11;
	background: url('../images/ss.png') center no-repeat;
	filter: invert(100%);
	display: block;
	border: none;
	cursor: pointer;
}
.search-ok:hover {
	opacity: .5;
}
.search-content-main {
	width:100%;
	margin: auto;
	padding: 4% 0;
	overflow: hidden;
}
.search-content-nav {
	overflow: hidden;
	padding: 1% 0;
	border-bottom: 1px solid #e8e8e8;
}
.search-content-nav a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3%;
	position: relative;
}
.search-content-nav a span {
	display: block;
	position: relative;
	z-index: 20;
}
.search-content-nav a.cur span {
	color: #1f1c5e;
}
.search-content-nav a::after {
	content: '';
	width: 10px;
	height: 26px;
	position: absolute;
	left: 50%;
	top:50%;
	transform:skewX(340deg) translate(-100%, -40%);
	z-index: 1;
	background: #154d8d;
	opacity:1;
	z-index: 1;
	opacity: 0;
}
.search-content-nav a.cur::after {
	opacity: 1;
}
.search-content-list {
	padding: 1% 0;
	overflow: hidden;
}
.search-result {
	color: #999999;
}
.search-result span {
	color: #000;
}
.search-content-result {
	padding: 1% 0;
	overflow: hidden;
}
.solution-result-item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.solution-result-item.mr0 {
	margin-right: 0;
}
.news-detail-content.search-detail-content {
	padding: 6% 0 0 0;
}
.search-content-result.solution-detail-related-swiper .text {
	text-align: left;
}
.header-nav-service {
	width: 100%;
	margin: auto;
	/* padding: 1% 0 1% 0; */
	overflow: hidden;
}
.header-nav-service-left {
	float: left;
	width: 26%;
}
.header-nav-service-left .img {
	width: 76%;
}
.header-nav-service-left .text {
	padding: 3% 0;
}
.header-nav-service-left .text p {
	margin: 10px 0;
}
.header-nav-service-right {
	/* float: right; */
	/* width: 65%; */
}
.header-nav-service-nav {
	overflow: hidden;
	margin-top: -3%;
	text-align: center;
	margin: 0 auto;
}
.header-nav-service-nav a {
	display: inline-block;
	margin-right: 5%;
	position: relative;
	padding:2% 0;
}
.header-nav-service-nav a span {
	display: block;
	color: #404040;
	font-size: 18px;
	position: relative;
	line-height: 50px;
}
.header-nav-service-nav a span::after {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	filter: grayscale(100%);
	opacity: .3;
}

.header-nav-service-nav a:hover{background: #154d8d;}
.header-nav-service-nav a:hover span {
	color: #fff;
}
.header-nav-service-nav a:hover span::after {
	filter: grayscale(0);
	opacity: 1;
}
/* nav */

.menu-toggle {
	display: none;
	width:50px;
	height:50px;
	position:absolute;
	right:0px;
	top:5px;
	z-index: 9999;
}
.menu-toggle span.hamburger, .menu-toggle span.hamburger:after, .menu-toggle span.hamburger:before {
	content:"";
	display:block;
	width:24px;
	height:2px;
	background:#333;
	position:absolute;
	top:50%;
	margin-top:-1px;
	left:50%;
	margin-left:-12px;
	-webkit-transition:transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition:transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
	-webkit-transition-timing-function:cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-timing-function:cubic-bezier(0.600, 0.000, 0.200, 1.000);
	transition-delay:0.15s;
}
.menu-toggle span.hamburger:after {
	margin-top:-7px;
	top:0;
	transition-delay:0.27s;
}
.menu-toggle span.hamburger:before {
	margin-top:7px;
	top:0;
	transition-delay:0.2s;
}
.menu-toggle span.cross:before, .menu-toggle span.cross:after {
	content:"";
	display:block;
	width:24px;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	margin-top:-1.5px;
	left:50%;
	margin-left:-12px;
	-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);
	-ms-transform: translateY(-70px) translateX(-70px) rotate(45deg); /* IE9 */
	transform:translateY(-70px) translateX(-70px) rotate(45deg);
	transition-delay:0.12s;
}
.menu-toggle span.cross:after {
	transition-delay:0s;
	-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);
	-ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
	transform:translateY(70px) translateX(-70px) rotate(-45deg);
}
.menu-toggle span.cross:after {
	-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);
	-ms-transform:translateY(-70px) translateX(70px) rotate(-45deg);
	transform:translateY(-70px) translateX(70px) rotate(-45deg);
}
.mobile-nav {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 31;
	padding-top:20%;
	background: #000;
	box-sizing: border-box;
	transition:all .4s ease;
	display:block;
	transform:translateX(100%);
}
.mobile-nav ul {
	position: relative;
	width: 80%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.mobile-nav ul::-webkit-scrollbar {
	height:4px;
	width:0px;
	background:transparent;
}
.mobile-nav li {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.mobile-nav li a {
	display: block;
	color: #fff;
	opacity: 1;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.mobile-nav li a.cur {
	opacity: 1;
}
.mobile-nav li ul {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.mobile-nav li ul.mchildren {
	display: none;
	padding-left: 5%;
}
.mobile-nav li ul li {
	list-style: none;
	margin: 0;
	padding:10px 0;
}
.mobile-nav li ul li:last-child {
	border: none;
}
.mobile-nav li ul li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: normal;
}
.mobile-nav.is-visible {
	transform:translateX(0px);
	display: block;
}
.mobile-nav li ul li ul.three-children {
	display: none;
	list-style: none;
	margin: 0;
	padding:10px 0;
	width:100%;
}
.mobile-nav li ul li ul.three-children.cur {
	display: block;
}
.mobile-nav li ul li ul.three-children a {
	font-size:12px;
	padding:10px 0;
	display:block;
	border-bottom:1px solid rgba(255, 255, 255, .2);
	background:none;
}
.mobile-nav li ul li ul.three-children a:last-child {
	border: none;
}
.cd-nav-trigger {
	display: block;
	overflow: hidden;
	height: 50px;
}
.mobile-nav li {
	position: relative;
}
.mobile-nav li i {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 11;
}
.mobile-nav li i::after {
	content: '';
	width: 10px;
	height: 2px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1px;
	margin-left: -5px;
	background: #ccc;
}
.mobile-nav li i::before {
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -5px;
	margin-left: -1px;
	background: #ccc;
}
.mobile-nav li i.cur::before {
	display: none;
}
 @media screen and (max-width: 1480px) {
.header-nav ul li {
	padding: 0 25px;
}
#about .header-nav-service-nav{margin-left: -20vw;}
#news .header-nav-service-nav{margin-left: 18vw;}
}
/* color */
body, body a {
	color: #000;
}
/* footer */
.cz-footer {
	background: #0d243f;
	padding-top:15px;
	overflow: hidden;
	color: #999999;
}
.cz-footer .div-content {
	width: 90%;
	margin: 0 auto;
}
.cz-footer .footer-info {
    padding: 0 0 1.5vh 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cz-footer .footer-info .left {
    font-size: 15px;
    color: #fff;
    line-height: 1.875;
    width: 28%;
    padding-left: 60px;
    position: relative;
}

.cz-footer .footer-info .left a {
    color: #fff;
}

.cz-footer .footer-info .left p{margin-bottom: 0;}

.cz-footer .footer-info .left i.email {
    width: 51px;
    height: 51px;
    display: block;
    background: url(../images/email.png)no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.cz-footer .footer-info .left ul {
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-inline-start: 0;
}

.cz-footer .footer-info .left ul li {
    font-size: 15px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

.cz-footer .footer-info .left ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 43px;
    background: rgba(149,149,149,0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cz-footer .footer-info .left ul li p{
    margin-bottom: 0;
}

.cz-footer .footer-info .left ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
}


.cz-footer .footer-info .center {
    padding-left: 60px;
    position: relative;
}

.cz-footer .footer-info .center i.phone {
    width: 51px;
    height: 51px;
    display: block;
    background: url(../images/phone.png)no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.cz-footer .footer-info .center ul {
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-inline-start: 0;
}

.cz-footer .footer-info .center ul li {
    font-size: 15px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    position: relative;
}

.cz-footer .footer-info .center ul li:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 43px;
    background: rgba(149,149,149,0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cz-footer .footer-info .center ul li p{
    margin-bottom: 0;
}

.cz-footer .footer-info .center ul li p:nth-child(2) {
    font-size: 20px;
    font-weight: 500;
}

.cz-footer .footer-info .right {
    font-size: 0;
    width: 26%;
    text-align: right;
}

.cz-footer .footer-info .right .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.2vw;
    width: 82px;
}

.cz-footer .footer-info .right .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: rgba(255,255,255,1);
    line-height: 1.5;
}

.cz-footer .bottom {
    padding: 1.5vh 0 0.5vw 0;
    text-align: center;
}

.cz-footer .bottom .logo{max-width: 200px;}

.cz-footer .bottom .copyright,.cz-footer .bottom .copyright a,.cz-footer .bottom .power {
    font-size: 15px;
    color: rgba(255,255,255,1);
}

.cz-footer .bottom .copyright i {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 17px;
    background: rgba(255,255,255,0.2);
    margin: 0 18px;
}

.cz-footer-content-top {
	overflow: hidden;
	padding-bottom:10px;
}
.cz-footer-content-top-right {
	float: right;
	color:#fff;
	line-height: 26px;
	width: 66%;
	text-align: right;
}
.cz-footer-content-top-right a{color:#fff;}
.cz-footer-content-top-right ul {
	list-style: none;
	float: left;
	width:22%;
	margin: 0;
	margin-right:4%;
	padding: 0;
}
.cz-footer-content-top-right ul:last-child {
	margin-right: 0;
}
.cz-footer-content-top-right ul h3 {
	font-size: 16px;
	color: #26334c;
	font-weight: normal;
	border-bottom: 1px solid #324f6f;
	padding-bottom: 20px;
	margin: 0 0 10px 0;
}
.cz-footer-content-top-right ul h3 a {
	color: #fff;
	font-size:18px;
	font-weight:bold;
}
.cz-footer-content-top-right ul li {
	list-style: none;
	margin: 0;
	padding:7px 0;
}
.cz-footer-content-top-right ul li a {
	font-size: 15px;
	color: #fff;
}
.cz-footer-content-top-right ul li a:hover {
	color: #fff;
}
.cz-footer-content-top-left {
	float: left;
	width:26%;
}
.cz-footer-content-top-left .logo {
	width: 200px;
}
.cz-footer-content-top-left .title-1 {
	font-size: 16px;
	color: #fff;
}
.cz-footer-content-top-left .tel-2 {
	font-size: 40px;
	color: #fff;
	font-weight:bold;
	font-family: "Oswald", sans-serif;
	margin:10px 0;
}
.cz-footer-content-top-left .text-3 {
	font-size: 15px;
	color: #fff;
	padding: 0 0 10px 0;
	line-height:24px;
}
.cz-footer-content-top-left .text-3 a{
    color: #fff;
}
.cz-footer-content-top-left .link-4 {
	text-align: right;
	font-size: 0;
	margin-top: 10px;
}
.cz-footer-content-top-left .link-4 img {
	max-width:100px;
}
.cz-footer-content-top-left .link-4 a {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-color: #a1a7b3;
	margin-left:5px;
	position: relative;
}
.cz-footer-content-top-left .link-4 a:hover {
	background-color: #154d8d;
}
.cz-footer-content-top-left .link-4 a.wx {
	background-image: url('../images/wx.png');
	background-repeat: no-repeat;
	background-position: center;
}
.cz-footer-content-top-left .link-4 a.qq {
	background-image: url('../images/qq.png');
	background-repeat: no-repeat;
	background-position: center;
}
.cz-footer-content-bottom {
	clear: both;
	font-size: 16px;
	color: #999999;
	border-top: 2px solid #2a4564;
	padding:30px 0;
	margin: 30px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	font-family: 'Barlow-Regular', Arial;
}
.cz-footer-content-bottom a {
	font-size: 14px;
	color: #a1a7b2;
	font-family: 'Barlow-Regular', Arial;
}
.cz-footer-content-bottom a.js {
	position: absolute;
	right: 0;
	top: 30px;
}
/* index */
.cz-index-banner {
	position: relative;
	width: 100%;
	height: 100%;
}
.cz-index-banner .swiper-slide {
	background: #000;
}
.cz-index-banner-container {
	position: relative;
	overflow: hidden;
}
.cz-index-banner-container .text {
	position: absolute;
	width:1100px;
	top: 40%;
	left:6%;
	z-index: 10;
	color: #fff;
}
.cz-index-banner-container .text .title-1 {
	font-size: 60px;
	font-weight: bold;
	-ms-transform: translateY(200px); /* IE9 */
	transform:translateY(200px);
	opacity:0;
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:all 0.2s;
	letter-spacing: 1px;
}
.cz-index-banner-container .text .title-2 {
	font-size: 24px;
	padding-top: 10px;
	letter-spacing: 2px;
	-ms-transform: translateY(200px); /* IE9 */
	transform:translateY(200px);
	opacity:0;
	filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:all 0.5s;
}
.cz-index-banner-container .text .viewmore-3 {
	margin-top: 60px;
	-ms-transform: translateY(200px); /* IE9 */
	transform:translateY(200px);
	opacity:0;
	filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition:all 0.9s;
}
.cz-index-banner .swiper-slide-active .text .title-1, .cz-index-banner .swiper-slide-active .text .title-2, .cz-index-banner .swiper-slide-active .text .viewmore-3 {
    -ms-transform: translateY(0px); /* IE9 */
	transform:translateY(0px);
	opacity:1;
	filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.cz-index-banner .swiper-slide-active .img {
	animation: bigimgani 6000ms infinite ease-out;
}
.cz-index-banner-container.center .text {
	left:50%;
	margin-left: -550px;
	text-align: center;
}
.cz-index-banner-container.center .text .viewmore-3 {
	margin: 60px auto auto;
}
.cz-index-banner .cz-index-banner-pagination {
	width: 100px;
	left: 50%;
    margin-left: -50px;
	bottom: 5%;
	text-align: right;
	position: absolute;
    z-index: 999;
}
.cz-index-banner .cz-index-banner-pagination span.swiper-pagination-bullet {
	background: #fff;
	border-radius: 50%;
	width: 12px;
	height:12px;
transition:all .4s ease;
	margin: 0 7px;
	opacity: 1;
}
.cz-index-banner .cz-index-banner-pagination span.swiper-pagination-bullet-active {
	background: #5f901c;
}
.cz-index-banner-button-next, .cz-index-banner-button-prev {
	bottom: 4%;
	top: auto;
	background: none;
	z-index: 30;
}
.cz-index-banner-button-next::after, .cz-index-banner-button-prev::after {
	display: none;
}
.cz-index-banner-button-next::before, .cz-index-banner-button-prev::before {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.cz-index-banner-button-next::before {
	content: 'NEXT';
}
.cz-index-banner-button-prev::before {
	content: 'PREV';
}
.cz-index-banner-button-next {
	left: auto;
	right: 50%;
	margin-right: -200px;
}
.cz-index-banner-button-prev {
	left: 50%;
	right: auto;
	margin-left: -200px;
}
.cz-index-banner-scroll {
	width: 62px;
	height: 26px;
	position: absolute;
	left: 2%;
	bottom: 5%;
	z-index: 20;
	background: url('../images/scroll.png') center no-repeat;
}
.cz-index-banner-progress-bar {
	width: 260px;
	height: 2px;
	position: absolute;
	bottom:6%;
	left: 50%;
	margin-left: -130px;
	z-index:20;
}
.cz-index-banner-progress-bar::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	opacity: .2;
	z-index: 5;
}
.cz-index-banner-progress-bar::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-animation: w100 6000ms infinite ease;
	animation: w100 6000ms infinite ease;
}

@keyframes w100 {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
/*@keyframes bigimgani {
0% {
transform:scale(1.1);
}
100% {
transform:scale(1);
}
}*/
.viewmore-3 {
	width: 275px;
	display:block;
	margin: 0;
}
.viewmore-3 a, .viewmore-3 div {
	display: block;
	color: #fff;
	text-align: center;
	padding: 17px 0 17px 0;
	overflow: hidden;
	font-size: 0;
	border: 1px solid rgba(255, 255, 255, .2);
}
.viewmore-3 span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	letter-spacing: 1px;
}
.viewmore-3 i {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 8px;
	background: url('../images/jt-r1.png') center no-repeat;
}
.viewmore-3 a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}
.cz-index-product {
	position: relative;
}
.cz-index-product .div-content {
	overflow: hidden;
	width: 90%;
	position: absolute;
	left: 5%;
	top:150px;
	z-index: 10;
}
.cz-index-product-left {
	width:35%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cz-title {
	position: relative;
}
.cz-title .title-1 {
	font-size: 50px;
	line-height: 50px;
	color: #26334c;
	padding-left:30px;
	position: relative;
	text-transform: uppercase;
}
.cz-title .title-1 i {
	display: block;
	width: 25px;
	height: 17px;
	position: absolute;
	left: 0;
	top:10px;
	background: url('../images/it1.png') no-repeat;
}
.cz-title .title-2 {
	font-size: 30px;
	color: #26334c;
	padding:5px 0 0 30px;
}
.cz-index-introduction {
	position: relative;
	overflow: hidden;
	background: #f2f4f7;
}
.cz-index-introduction .div-content {
	width: 100%;
	overflow: hidden;
}
.cz-index-introduction-left {
	position: absolute;
	left:5%;
	bottom:10%;
	z-index: 10;
	width:55%;
}
.cz-index-introduction-left .text-3 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	padding: 30px;
	width:66%;
	text-align: justify;
}
.cz-index-introduction-left .viewmore-3 {
	padding: 30px;
	overflow: hidden;
}
.cz-index-introduction-left .viewmore-3 a {
	border: 1px solid #154d8d;
	background: #154d8d;
}
.cz-index-introduction-left .viewmore-3 a:hover {
	border: 1px solid #0f6abb;
	background: #0f6abb;
}
.cz-index-introduction-left .viewmore-3 a:hover span {
	letter-spacing: 1px;
}
.cz-index-introduction-left .item-4 {
	background: #fff;
	margin:30px 30px 0 30px;
	overflow: hidden;
}
.cz-index-introduction-left .item-4 li {
	list-style: none;
	margin: 0;
	padding:2% 5%;
	float: left;
	width:33.33%;
	position: relative;
}
.cz-index-introduction-left .item-4 li::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #e6e8ed;
	position: absolute;
	right: 0;
	top: 0;
}
.cz-index-introduction-left .item-4 li:last-child::after {
	display: none;
}
.cz-index-introduction-left .item-4 li h2 {
	display: block;
	color: #26334d;
	margin: 0;
	padding: 0;
}
.cz-index-introduction-left .item-4 li h2 strong {
	display: inline-block;
	font-size: 44px;
	color: #26334d;
	font-weight:600;
}
.cz-index-introduction-left .item-4 li h2 sup {
	font-size:30px;
	font-weight: normal;
}
.cz-index-introduction-left .item-4 li p {
	display: block;
	font-size: 15px;
	color: #000;
	margin: 10px 0;
	padding: 0;
}
.cz-index-introduction-left .item-4 li i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right:10%;
	top: 25%;
}
.cz-index-introduction-right {
	float: right;
	width: 50%;
	overflow: hidden;
	background: #000;
}
.indMore .more {
	display: inline-block;
	/* padding: 8px 35px;
	padding-right: 65px; */
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #154d8d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20% 30%;
	background-image: url(../images/arrow-right-lighth.png);
	/* border: 1px solid #0a2c72; */
	/* color: #0a2c72; */
	color: #fff;
	margin-top: 20px;
	transition: all .48s;
	position: relative;
}
.indMore .more:hover {
	background: #154d8d;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20% 30%;
	background-image: url(../images/arrow-right-lighth.png);
	transition: all .48s;
}
.ind-title {
	position: relative;
}
.ind-title {
	position: relative;
}
.tit-en {
	font-size: 28px;
	font-family: "en";
	font-weight: bold;
	line-height: 1.1;
	text-transform: uppercase;
	font-family: 'Barlow-Bold', Arial;
}
.tit-cn {
	font-size: 45px;
	font-weight:bold;
	margin-top: 5px;
}
.ind-title.white .tit-cn, .ind-title.white .tit-en {
	color: #fff;
}
.ind-title.center {
	text-align: center;
}
.ind-title a {
	position: absolute;
	top: 50px;
	right: 0;
	border: 2px solid #154d8d;
	padding: 7px 40px;
	color: #154d8d;
	border-radius: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ind-title a:hover {
	background: #154d8d;
	color: #fff;
}
.ind-title .title-cn {
	font-size: 45px;
	font-weight:bold;
}
.ind-title .title-en {
	font-size: 28px;
	line-height: 1.1;
	font-family: "en";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2vw;
}
 @-webkit-keyframes twinkle {
 0% {
 opacity: 0;
 -webkit-transform: rotate(0deg) scale(0.6);
 transform: rotate(0deg) scale(0.6);
}
 50% {
 opacity: 0.1;
 -webkit-transform: rotate(2deg) scale(0.7);
 transform: rotate(2deg) scale(0.7);
}
 100% {
 opacity: 0;
 -webkit-transform: rotate(4deg) scale(0.8);
 transform: rotate(4deg) scale(0.8);
}
}
 @keyframes twinkle {
 0% {
 opacity: 0;
 -webkit-transform: rotate(0deg) scale(0.6);
 transform: rotate(0deg) scale(0.6);
}
 50% {
 opacity: 0.1;
 -webkit-transform: rotate(2deg) scale(0.7);
 transform: rotate(2deg) scale(0.7);
}
 100% {
 opacity: 0;
 -webkit-transform: rotate(4deg) scale(0.8);
 transform: rotate(4deg) scale(0.8);
}
}
.index_product_1 {
	padding: 80px 0 80px 0;
}
.index_product_1 h2 {
	margin: 0;
	font-size: 50px;
	color:#09376b;
	padding-bottom:0px;
	text-align:center;
	text-transform: uppercase;
	font-family: 'Barlow-Bold', Arial;
}
.index_product_1 h3 {
	font-size: 30px;
	color: #26334c;
	text-align:center;
	font-weight:normal;
	margin: 0;
}
.index_product_1 .content {
	margin-top: 50px;
}
.index_product_1 .content:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.index_product_1 .box {
	width: 58%;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	float: left;
}
.index_product_1 .row:nth-child(even) .box:nth-child(even), .index_product_1 .box {
	width: 57.143%;
}
.index_product_1 .row:nth-child(even) .box, .index_product_1 .box:nth-child(even) {
	width: 42.857%;
}
.index_product_1 .box a {
	display: block;
	position: relative;
	overflow: hidden;
}
.index_product_1 .box a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.index_product_1 .box a:hover .pcbtn {
	margin-top: 22px;
	height: 38px;
	border: solid 1px #fff;
}
.index_product_1 .box a:hover .pcbtn:hover {
	border: solid 1px #fff;
	color: #666;
}
.index_product_1 .box img {
	width: 100%;
	height: 40vh;
	object-fit: cover;
	display: block;
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
}
.index_product_1 .box .text {
	width: 100%;
	position: absolute;
	left: 28px;
	bottom: 28px;
	z-index: 2;
}
.index_product_1 .box .t {
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	float: left;
	padding-right: 24px;
	background: url(../images/arrow1.png) no-repeat right 0 center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	text-shadow: 0px 0px 40px rgb(0, 0, 0);
}
.index_product_1 .box .pcbtn {
	float: left;
	clear: both;
	height: 0;
	margin-top: 0;
	overflow: hidden;
	border: none;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.index-product {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	padding-left: 5vw;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.index-product .item-ul {
	width: 55vw;
	z-index: 6;
	margin: 6vw -10vw 6vw 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-radius: 6px;
	background: #f8fcff url(../images/1.png) no-repeat center;
}
.index-product .item-ul li {
	position: relative;
	width: 33.33%;
	overflow: hidden;
	padding: 40px 40px;
	float: left;
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	text-align: center;
}
.index-product .item-ul li:hover img {
	-webkit-transform:translateY(-8px);
	-ms-transform: translateY(-8px); /* IE9 */
	transform:translateY(-8px)
}
.index-product .item-ul li:hover .tit {
	-webkit-transform:translateY(-8px);
	-ms-transform: translateY(-8px); /* IE9 */
	transform:translateY(-8px)
}
.index-product .item-ul li a {
	display: block;
	position: relative;
}
.index-product .item-ul li:nth-child(1), .index-product .item-ul li:nth-child(2), .index-product .item-ul li:nth-child(3) {
	border-top: 0;
}
.index-product .item-ul li:nth-child(3n-2) {
	border-left: 0;
}
.index-product .item-ul li .tit {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-top: 1vw;
	text-transform: uppercase;
	height: 48px;
	transition: transform 1s;
}
.index-product .item-ul li:hover .tit {
	color: #154d8d;
}
.index-product .item-ul li>i, .index-product .item-ul li a>i {
	width: 82px;
	height: 80px;
	padding:10px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.index-product .item-ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.index-product .item-ul li:hover .icon01_img2 {
	/*transform: translateY(-100%);*/
	margin-top:-86px;
}
.index-product .item-ul li:hover .icon01_img1 {
	/*transform: translateY(-100%);*/
}
.index-product .item-ul li .desc {
	position: relative;
	top: 0;
	margin-top: 19%;
	font-size: 14px;
	color: #666;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: none !important;
}
.index-product .item-ul li:hover .desc {
	color: #fff;
	opacity: 0.8;
}
.index-product .item-ul li:hover .desc {
	top: -25px;
}
/*.index-product .item-ul li::after {
    position: absolute;
    bottom: 1.3vw;
    right: 1.3vw;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/icon-right.png) no-repeat;
    z-index: 9;
    opacity: 0;
}*/

.index-product .item-ul li>b {
	display: block;
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	overflow: hidden;
	border-radius: 6px;
}

/*.index-product .item-ul li>b::before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #154d8d transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}*/

.index-product .item-ul li:hover>b::before, .index-product .item-ul li:hover::after {
	opacity: 1;
}
 .index-product .item-ul li:hover>b::before {
	border-width: 930px 930px 0 0;
}
.index-product .product-box {
	position: relative;
	width: 53%;
	z-index: 5;
	padding-left: 16vw;
	overflow: hidden;
	display: flex;
	align-items: center;
  background-image: linear-gradient(to bottom, #154d8d 0%, #154d8d 180%);
  background-image: -webkit-linear-gradient(top, #154d8d 0%, #154d8d 180%);
  background-image: -moz-linear-gradient(top, #154d8d 0%, #154d8d 180%);
  background-image: -ms-linear-gradient(top, #154d8d 0%, #154d8d 180%);
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#154d8d', 
    endColorstr='#154d8d', 
    GradientType=0
  );
}
.product-box-div {
	display: inline-block;
}
.product-box-bg {
	position: absolute;
	width: 60%;
	bottom: -14%;
	opacity: 0.48;
	right: -10%;
}
.index-product .product-box .desc {
	margin-top: 3.8vw;
	margin-left: 10px;
	max-width: 24vw;
	color: #fff;
	line-height: 32px;
	font-size: 16px;
}
.more-btn {
	width: 140px;
	height: 40px;
	border-radius: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-top: 89px;
	border: 1px solid #154d8d;
	color: #154d8d;
	font-family: "en";
	-webkit-transition: ease .4s;
	transition: ease .4s;
}
.more-btn:hover {
	background: #fff;
	color: #154d8d;
}
.more-btn.white {
	border: 1px solid #fff;
	color: #fff;
}
.more-btn.blue {
	border: 1px solid #154d8d;
	background: #154d8d;
	color: #fff;
}
/* 粒子 */

canvas {
	display: block;
	vertical-align: bottom;
}
.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats, .count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
/* 粒子  end */


.index-news {
	position: relative;
	padding: 5% 0 6% 0;
	overflow: hidden;
}
.index-news-top {
	position: relative;
	overflow: hidden;
}
.index-news-top .title-1 h2 {
	overflow: hidden;
	padding: 4% 0;
	text-transform: uppercase;
	font-size: 42px;
	font-family: "Oswald", sans-serif;
	margin-block-start: 0;
	margin-block-end: 0;
}
.index-news-top .more-1 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
.index-news-top .more-1 a::after {
	border: 1px solid #d1d1d1;
	opacity: 1;
}
.index-news-top .more-1 a span {
	color: #404040;
}
.index-news-top .more-1 a:hover::after {
	border: 1px solid #404040;
	opacity: 1;
	background: #fff;
}
.index-news-top .more-1 a:hover span {
	color: #154d8d;
}
.index-news-center {
	overflow: hidden;
}
.latest-news-item {
	width: 48%;
	float: left;
	position: relative;
	overflow: hidden;
}
.latest-news-item .img {
	float: left;
	width: 50%;
	overflow: hidden;
}
.latest-news-item .text {
	float: right;
	width: 45%;
	margin-top: 3%;
}
.latest-news-item .date-1 {
	color: #154d8d;
	font-size: 1.2em;
}
.latest-news-item .title-1 {
	font-family: 'Barlow-Regular';
	margin-top: 1%;
}
.latest-news-item .text-1 {
	margin-top: 3%;
}
.latest-news-item .jiantou-1 {
	margin-top: 15%;
	width: 26px;
	height: 14px;
	background: url('../images/r4.png') center no-repeat;
	filter: grayscale(0);
}
.latest-news-item a:hover .title-1, .latest-news-item a:hover .text-1 {
	color: #1f1c5e;
}
.latest-news-item a:hover .jiantou-1 {
	filter: grayscale(0);
}
.latest-news-item a:hover .pic {
	transform: scale(1.05);
}
.index-news-bottom {
	clear: both;
	overflow: hidden;
	position: relative;
	margin-top: 1.5%;
}
.index-news-bottom-left {
	float: left;
	width: 50%;
}
.index-news-bottom-left .latest-news-item {
	float: left;
	width: 48.5%;
}
.index-news-bottom-left .latest-news-item:first-child {
	margin-right: 3%;
}
.index-news-bottom-left .latest-news-item .text, .index-news-bottom-left .latest-news-item .img {
	float: none;
	width: 100%;
}
.index-news-bottom-left .latest-news-item .date-1 {
	margin-top: 5%;
}
.index-news-bottom-left .latest-news-item .title-1 {
	margin-top: 3%;
}
.index-news-bottom-right {
	float: right;
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}
.index-news-bottom-right .latest-news-item {
	overflow: hidden;
}
.index-news-bottom-right .latest-news-item a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 4% 0;
}
.index-news-bottom-right .latest-news-item a::after {
	content: '';
	width: 90%;
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	left: 5%;
	bottom: 0;
}
.index-news-bottom-right .latest-news-item:nth-child(5) a::after {
	display:none;
}
.index-news-bottom-right .latest-news-item:nth-child(6) a::after {
	display:none;
}
.index-news-bottom-right .latest-news-item .text {
	width: 90%;
	margin: auto;
	float: none;
}
.index-news-bottom-right .latest-news-item .date-1 {
	margin-top: 0;
	color: #154d8d;
	opacity: 1;
}
.index-news-bottom-right .latest-news-item .title-1 {
	margin-top: 2%;
	width:90%;
	font-size: 18px;
	font-weight: normal;
}
.index-news-bottom-right .latest-news-item .jiantou-1 {
	margin: 0;
	position: absolute;
	right: 5%;
	top: 60%;
}
.index-news-bottom-right .latest-news-item a:hover .title-1 {
	color:#154d8d;
	font-weight:600;
}
.index-news-bottom-right .latest-news-item a:hover .date-1 {
}
.zdMore.border.green .more {
	border: 1px solid #154d8d;
	color: #154d8d;
}
.zdMore.border.green svg path {
	stroke: #154d8d;
}
.zdMore svg path {
	stroke: #154d8d;
	fill: none;
	-webkit-transition: stroke .25s ease-out;
	-o-transition: stroke .25s ease-out;
	transition: stroke .25s ease-out;
}
.modal-aboutIntro {
	position:relative;
	background-image: url(../images/bgs-about-intro.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #dbdee2;
	border-radius: 15px;
	margin:6% auto 0 auto;
}
.modal-aboutIntro .contain {
	padding: 6.25vw;
	overflow: hidden
}
.modal-aboutIntro .name {
	color: #272b37;
	padding-right: 50px
}
.modal-aboutIntro .content {
	margin-top: 1rem;
	font-size: 17px;
	line-height: 1.6
}
.sAbout-idea-wrap.b {
	margin: 80px auto;
	color: #272b37
}
.sAbout-idea-wrap.b .dt {
	font-size: 2em;
	font-weight:bold;
}
.sAbout-idea-wrap.b .sdt {
	font-size: 1.5em;
	font-weight:bold;
	color: #09376b;
}
.sAbout-idea-wrap.b .dd {
	margin-top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.sAbout-idea-wrap.b .dd:after {
	display: none
}
.sAbout-idea-wrap.b .dd .col {
	width: 30%;
	width: calc(33% - 20px);
	border-top: #9a9a99 solid 1px;
	padding-top: 3.8rem;
	line-height: 1.5
}
.sAbout-idea-wrap.b .dd .col .sdd {
	margin-top: 1.3rem
}
.sAbout-idea-wrap.b .dd .col .sdd .dib {
	margin-right: .5em;
	font-size: 18px;
}
 @media screen and (max-width: 1024px) {
 .sAbout-idea-wrap.b {
	margin-top:40px
}
 .sAbout-idea-wrap.b .dt {
	font-size: 24px
}
 .sAbout-idea-wrap.b .dd {
	display: block
}
 .sAbout-idea-wrap.b .dd .col {
	width: 100%;
	padding-top: 20px
}
 .sAbout-idea-wrap.b .dd .col:nth-child(1n+2) {
	margin-top: 20px
}
 .sAbout-idea-wrap.b .dd .col .sdt {
	font-size: 18px
}
 .sAbout-idea-wrap.b .dd .col .sdd {
	font-size: 14px;
	margin-top: 5px
}
}

.abHistory .tit {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 35px 5% 50px;
	/* border-bottom: 1px solid rgba(35, 32, 32, 0.2); */
}

.abHistory .tit P {
	font-size: 2em;
	color: #154d8d;
	font-weight: 600;
	line-height: 1.6;
}

.abHistory .tit span {
	color: #333;   
	font-weight: bold;
    font-size: 26px;
    line-height: 1.4;
}

.abHistory {
	width: 100%;
	background: url(../images/history_bg.jpg) no-repeat;
	background-size: cover;
	/* height: calc(100vh - 90px); */
	padding: 30px 0 80px;
	position: relative;
	overflow: hidden;
}
.abHistory::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.history_time {
	position: relative;
	margin-top: 50px;
}

.history_line {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 57px;
	background: #d0d0d0;
}

.history_time .swiper-container {
	margin: 0 5%;
}

.history_time .swiper-slide {
	/* width: 33.33%; */
	display: flex;
	/* align-items: center; */
	cursor: pointer;
}

.history_time .swiper-slide-next + .swiper-slide .time_history span {
	color: #00339d;
}

.history_time .swiper-slide-next + .swiper-slide .time_history b {
	border: 1px solid #00339d;
}

.history_time .swiper-slide-next + .swiper-slide .time_history b i {
	background: #00339d;
}

.time_history {
	width: 100%;
	text-align: center;
}

.time_history p {
	width: 100%;
	padding-top: 15px;
	font-size: 17px;
	color:#272b37;
}

.time_history span {
	font-size: 26px;
	font-weight: bold;
	color: #222;
}

.time_history b {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 1px solid #d0d0d0;
	background: #fff;
	margin-left: 25px;
	position: relative;
	margin: 10px auto 0 auto;
}

.time_history b i {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #d0d0d0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.abDyan {
    position: relative;
    display: flex;
}

.abDyan img {
    width: 100%;
}
.abDyan_shuju {
    position: absolute;
    left: 6%;
    top: 16%;
	width:33%;
	line-height:38px;
	font-size:18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

@media screen and (max-width: 1600px) {
.abDyan_shuju {
    position: absolute;
    left: 6%;
    top: 10%;
	width:33%;
	line-height:32px;
	font-size:16px;
}
}

@media screen and (max-width: 768px){
.abDyan_shuju {
	font-size:12px;
	line-height:18px;
	-webkit-line-clamp: 3;
}
.abDyan_shuju h1{
    padding-top: 10px;
}
.abDyan_shuju span{
    display: none;
}
}

.subpage-qnav {
	margin-bottom:6%;
}
.subpage-qnav .w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}
.subpage-qnav .w:after {
	display: none
}
.subpage-qnav .item {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 49%
}
.subpage-qnav .item .pic {
	width: 100%;
	/*    height: 0!important;
    padding-bottom: 68.70748299%;
    background-color: #eee;*/
    border-radius: 15px;
}
.subpage-qnav .item .pic img {
	border-radius: 15px;
	border: 1px #aaaaaa solid;
}
.subpage-qnav .item .txt {
	margin-top: 3.8rem;
	padding-bottom: .2rem
}
.subpage-qnav .item .txt .sdt>.this {
	font-size: 1.5em;
	font-weight: bold;
	color: #09376b;
}
.subpage-qnav .item .txt .sdt .btn-rtarr {
	margin-left: .3rem;
	vertical-align: bottom
}
.subpage-qnav .item .txt .sdd {
	margin-top: 18px;
	line-height: 1.5;
	font-size: 1.2em;
}
 @media screen and (max-width: 1024px) {
 .subpage-qnav .item {
	width:48.5%
}
}
 @media screen and (max-width: 640px) {
 .subpage-qnav .item .txt .sdt>.this {
	font-size:18px
}
 .subpage-qnav .item .txt .sdt .btn-rtarr {
	font-size: 14px
}
}
.btn.btn-rtarr {
	color: #5f901c;
	text-indent: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 1.5em;
	min-height: 1.2em;
	-webkit-transition: all 320ms ease-out 0s;
	transition: all 320ms ease-out 0s
}
.btn.btn-rtarr:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.2em;
	height: 1.2em;
	-webkit-transition: all 80ms ease-out 0s;
	transition: all 80ms ease-out 0s;
	background-image: url(../images/btn-moreRarr.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.btn.btn-rtarr>.this {
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	font-size: 1em;
	height: 1.2em;
	line-height: 1em
}
.btn.btn-rtarr>.this:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #5f901c
}
 @media screen and (min-width: 1025px) {
 .btn.btn-rtarr:hover:after {
	-webkit-transform:scale(1.1);
	transform: scale(1.1)
}
}
.cz-banner-top {
	position: relative;
	overflow: hidden;
}
.cz-banner-top .img {
	background-color: #000;
	background-size: cover;
	background-position: center;
}
.cz-banner-top .img .mark {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.cz-banner-top .img {
	animation: bgimgain 6000ms 1 ease-out;
}
@keyframes bgimgain {
0% {
background-size: 120%;
}
100% {
background-size: 100%;
}
}
.cz-banner-top .text {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.cz-banner-top .text .title-1 {
	font-size: 60px;
	text-transform: uppercase;
}
.cz-banner-top .text .title-2 {
	font-size: 30px;
}
/* about */
.cz-about {
	position: relative;
	margin-top:90px;
}
.cz-footer-content-top-right ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cz-index-banner-container .text .title-2, .cz-index-product-nav a span, .cz-index-product-item .text .top .title-1, .cz-index-introduction-left .item-4 li h2 strong, .cz-index-news-item .text .view-3, .cz-index-news-item .text .date-1, .cz-recruitment-item .title-1 span {
	font-family: 'Barlow-Regular', Arial;
}
.cz-index-banner-button-next::before, .cz-index-banner-button-prev::before, .cz-title .title-1, .cz-index-product-item .text .bottom .view-4 strong, .cz-footer-content-top-right .tel-2, .cz-banner-top .text .title-1, .cz-page-trun a span, .cz-page-trun a {
font-family: 'Barlow-Bold', Arial;
}
.cz-index-banner-container .text .title-1, .cz-index-product-item .text .top .title-2 {
	font-weight: 1000;
}

/* 新闻详情 */

.dect{width: 100%;padding: 140px 0 100px;}

.dect .dect_con{max-width: 1200px;margin: 0 auto;}

.dect_top{line-height: 38px; font-size: 30px; font-weight: bold;}

.dect_top2{color: #999999;margin-top: 30px;margin-bottom: 40px;}

.dect .dect_txt{padding: 35px 0 45px;}

.dect .dect_txt img{ 
    max-width: 650px !important;
    display: block;
    margin-right: auto !important;
    margin-left: auto !important;
}

.dect .dect_txt {color: #555555;line-height: 30px;border-top: 1px solid #e1e3e6;border-bottom: 1px solid #e1e3e6;}

.dect .dect_txt p{ padding-bottom:15px;font-size: 18px;color: #222;}

.dect .dect_bot{display: flex;justify-content: center;margin-top: 45px;}

.dect .dect_bot .bot_le{width: calc(100% - 200px);}

.dect .dect_bot .bot_le p{ padding-bottom:15px;}

.dect .dect_bot .bot_le a{color: #666666;line-height: 25px;}

.dect .dect_bot .bot_le a:hover{color: #192d7f;}

.liaoj{height: 40px;color: #fff;display: flex;align-items: center;}

.liaoj .a_img{position: relative;transform: translateX(20px);animation: jiant 3s infinite linear alternate;}

.liaoj .a_img img:last-child{position: absolute;left: 0;top: 0;opacity: 0;}

.liaoj  span{width: 35px;height: 35px;border: 1px solid #fff;border-radius: 50px;}

/* .liaoj:hover .a_img{transform: translateX(30px);} */

.liaoj:hover{color: #f03300;}

.liaoj:hover .a_img img:last-child{opacity: 1;}

.liaoj:hover .a_img img:first-child{opacity: 0;}

.liaoj:hover span{border: 1px solid #f03300;}



/* .liaoj.act .a_img{transform: translateX(30px);} */

.liaoj.act{ color: #fff;background: #9bc629;font-size: 16px;padding: 12px 20px;}

.liaoj.act .a_img img:last-child{opacity: 1;}

.liaoj.act .a_img img:first-child{opacity: 0;}

.liaoj.act span{border: 1px solid #f03300;}

.pages { 
    margin-top:40px;
    margin-bottom: 20px;
    clear: both;
}
.pages .pagination {
    text-align: center;
    font-size:15px;
    height: auto;
}
.pages .pagination a {
    padding: 0 13px;
    line-height: 28px;
    height: 28px;
    font-size:15px;
    float: none;
    display: inline-block;
}
.pagination a.cur{ 
    color:#fff!important;
    background:#154d8d!important;
    border:1px solid #154d8d!important;
}
.pages .pagination a:hover{ 
    color:#fff!important;
    background:#154d8d!important;
    border:1px solid #154d8d!important;
}
.pages .pagination p {
    padding: 0 13px;
    line-height: 28px;
    font-size:15px;
    height: 28px;
    float: none;
    display: inline-block;
    margin-bottom:10px;
}

/* news */
.col-news {
	position: relative;
	overflow: hidden;
	z-index: 10;
	padding:5% 0;
}
.col-news-top {
	text-align:center;
	padding-bottom:2%;
}
.col-news-top .col-title {
	display:inline-block;
}
.col-news-content {
}
.col-news-item {
	float: left;
	width: 31.33%;
	margin:0 3% 3% 0;
	overflow: hidden;
}
.col-news-content .col-news-item:nth-child(3n) {
	margin:0 0 3% 0;
}
.col-news-item a {
	display: block;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.col-news-item .img {
	position: relative;
	overflow: hidden;
}
.col-news-item .img .pic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.col-news-item .img .pic img.img-center {
	/*opacity: 0;*/
	object-fit: cover;
    height: 38vh !important;
    width: 100% !important;
}
.col-news-item .text {
	padding: 8%;
	overflow: hidden;
}
.col-news-item .data-1 {
	font-size: 16px;
	color: #666e80;
}
.col-news-item .title-2 {
	font-size: 19px;
	color: #1e2d45;
	line-height: 26px;
	margin: 10px 0;
	min-height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.col-news-item .more {
	position: relative;
	overflow: hidden;
	font-size: 0;
	display: block;
	margin-top:30px;
}
.col-news-item .more span {
	color: #666e80;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.col-news-item .more i {
	background: url('../images/jtr2.png') center no-repeat;
	width: 24px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	opacity: .8;
}
.col-news-item a:hover .more span {
	color:#154d8d;
}
.col-news-item a:hover .more i {
	background: url('../images/jtr3.png') center no-repeat;
	opacity: 1;
}
.col-news-item a:hover {
	
}
.col-news-item a:hover .title-2, .col-news-item a:hover .data-1 {
    color:#154d8d;
}
.col-news-item a:hover .img .pic {
	transform:scale(1.1);
}
.col-title {
	position: relative;
	overflow: hidden;
}
.col-title h2 {
	position: relative;
	font-size: 2.5em;
	line-height: 70px;
	margin:10px;
	color: #1e2d45;
	text-transform: uppercase;
}
.col-title h2::before {
	content: '';
	position: absolute;
	background: url('../images/title1.png');
	width: 44px;
	height: 44px;
	left: -10px;
	top: -5px;
}
.col-title h2::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #9bc629;
	border-radius: 100%;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom:10px;
	margin-left: 5px;
}

.page-solution-list {
	overflow: hidden;
	margin: 6% auto;
}
.page-solution-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 8%;
}
.page-solution-item:last-child {
	margin-bottom: 1%;
}
.page-solution-item a {
	display: block;
}
.page-solution-item .img {
	float: right;
	width: 62%;
	z-index: 1;
	background: #e3e3e3;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.page-solution-item .pic {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-solution-item .pic img {
	max-width: 100%;
	max-height:100%;
	margin: auto;
	padding: 0;
	border: 0;
	width: 100%!important;
	height: auto;
	border: none;
}
.page-solution-item .text {
	position: absolute;
	left: 0;
	top: 55%;
	z-index: 1;
	width: 40%;
	z-index: 11;
	transform: translateY(-50%);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.page-solution-item .text-1 {
	color: #fdd000;
}
.page-solution-item .title-2 {
	color: #111;
	font-size: 22px;
	padding-bottom: 5%;
	position: relative;
	margin-top: 1%;
}
.page-solution-item .title-2::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
}
.page-solution-item .text-2 {
	color: #444;
	margin-top: 4%;
	width: 80%;
}
.page-solution-item .text-2 p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
}
.page-solution-item .jiantou-1 {
	width: 26px;
	height: 14px;
	background: url('../images/r4.png');
	margin-top: 10%;
}
.page-solution-item a:hover .title-2 {
	color: #154d8d;
}
.page-solution-item a:hover .title-2::after {
	background: #154d8d;
}
.page-solution-item a:hover .text {
	left: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.page-solution-item a:hover .img {
	transform: translateX(-10px);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	transition:all .4s ease;
}
.page-solution-item:nth-child(2n) .img {
	float: left;
}
.page-solution-item:nth-child(2n) .text {
	left: auto;
	right: 0;
}
.page-solution-item:nth-child(2n) .text-1 {
	padding-left: 20%;
}
.page-solution-item:nth-child(2n) .title-2 {
	padding-left: 20%;
}
.page-solution-item:nth-child(2n) .text-2 {
	width: 100%;
	padding-left: 20%;
}
.page-solution-item:nth-child(2n) .jiantou-1 {
	margin-left: 20%;
}
.page-solution-item:nth-child(2n) a:hover .text {
	right: 10px;
	left: auto;
}
.page-solution-item:nth-child(2n) a:hover .img {
	transform: translateX(10px);
}

.cz-product-detail {padding: 200px 0 0px 0;overflow: hidden;}
.cz-product-detail .cz-content{width: 90%;width:calc(90% - 60px);padding:0 30px; }
.cz-product-detail-left{float: left;width: 50%;overflow: hidden;border: 1px solid #c9c9c9}
.cz-product-detail-swiper{position: relative;overflow: hidden;width: 100%;height: 100%;}
.cz-product-detail-swiper .img{}
.cz-product-detail-swiper .swiper-button-next,.cz-product-detail-swiper .swiper-button-prev {left: auto;right: 0;top: auto;bottom: 0; margin: auto;width: 95px;height: 60px;z-index: 10;}
.cz-product-detail-swiper .swiper-button-next::after,.cz-product-detail-swiper .swiper-button-prev::after {display: none;}
.cz-product-detail-swiper .swiper-button-next {right: 0;background: url('../images/jt-r1.png') center no-repeat rgba(0,0,0,.3);}
.cz-product-detail-swiper .swiper-button-prev {right:96px;background: url('../images/jt-l1.png') center no-repeat rgba(0,0,0,.3);}
.cz-product-detail-swiper .swiper-button-next:hover {background: url('../images/jt-r1.png') center no-repeat #01468b;}
.cz-product-detail-swiper .swiper-button-prev:hover {background: url('../images/jt-l1.png') center no-repeat #01468b;}
.cz-product-detail-right {float: left;width: 45%;padding: 2% 0 5% 5%;overflow: hidden;}
.cz-product-detail-right .title-1{font-size: 32px; font-weight: bold; color: #154d8d;}
.cz-product-detail-right .title-2{font-size: 28px;color: #26334c;}
.cz-product-detail-right .text-3{padding: 30px 0;margin-top: 30px;border-top: 2px solid #e6e8ed;overflow: hidden;font-size: 15px;color: #666e80;line-height: 30px;text-align: inherit; text-align: justify;}
.cz-product-detail-right .buttom-4{margin-top: 20px;overflow: hidden;}
.cz-product-detail-right .buttom-4 a{display: block;float: left;height: 60px;line-height: 60px;padding: 0 35px;color: #fff;font-size: 16px;font-weight: bold;position: relative;margin-right: 10px;}
.cz-product-detail-right .buttom-4 a i {width: 20px;height: 20px;position: absolute;right: 15%;top: 50%;margin-top: -10px;}
.cz-product-detail-right .buttom-4 a.bofang{background: #9bc629;}
.cz-product-detail-right .buttom-4 a.zhixun{background: #154d8d;}
.cz-product-detail-right .buttom-4 a.bofang:hover {background: #5f901c;}
.cz-product-detail-right .buttom-4 a.zhixun:hover {background: #0f6abb;}


.cz-product-detail-content {padding: 0 0 50px 0;overflow: hidden;}
.cz-product-detail-content .cz-content{}
.cz-detail-content {margin: 30px auto;}
.cz-detail-content .title-1 {font-size: 24px;color: #26334d;font-weight: bold; position: relative;padding: 20px 0;overflow: hidden;border-bottom: 2px solid #d8dae0;}
.cz-detail-content .title-1 i{width: 30px;line-height: 30px;text-align: center;font-size: 20px;color: #26334d;position: absolute;right: 0;top: 50%;margin-top: -15px;font-style: normal;}
.cz-detail-content .img{text-align: center;padding-top: 100px;overflow: hidden;}
.cz-detail-content .parameter-2 {margin-top: 30px;overflow: hidden;/*border: 1px solid #e6e8ed;*/}
.cz-detail-content .parameter-2 .item-3 {background: #ffffff;border-bottom: 1px solid #f2f4f7;overflow: hidden;}
.cz-detail-content .parameter-2 .item-3:hover {background: #f2f4f7;}
.cz-detail-content .parameter-2 .item-3:first-child{background: #f2f4f7;}
.cz-detail-content .parameter-2 .item-3:last-child {border-bottom: none;}
.cz-detail-content .parameter-2 .item-3:first-child li {font-size: 18px;}
.cz-detail-content .parameter-2 .item-3 li{font-size: 16px;color: #26334c;list-style: none;float: left;width:40%;margin: 0;padding: 0;padding: 25px 5%;}
.cz-detail-content .parameter-2 .item-3 li:first-child{width:20%;}

.cz-product-detail-content.characteristic {background: url('../images/characteristic.jpg') center no-repeat;background-size: cover;}
.cz-product-detail-content.characteristic .title-1{border-bottom: 2px solid #2a344b;}
.cz-product-detail-content.characteristic .title-1,.cz-product-detail-content.characteristic .title-1 i {color: #fff;}
.cz-product-detail-content.characteristic .characteristic-3 {margin-top: 30px;overflow: hidden;}
.characteristic-3 .item-4{color: #fff;border: 2px solid #2a344b;box-sizing: border-box;float: left;width:32.5%;padding:2.5% 3%;overflow: hidden;margin:1% 1% 1% 0;}
.characteristic-3 .item-4:nth-child(3),.characteristic-3 .item-4:nth-child(6),.characteristic-3 .item-4:nth-child(9),.characteristic-3 .item-4:nth-child(12),.characteristic-3 .item-4:nth-child(15) {margin:1% 0 1% 0;}
.characteristic-3 .item-4 .text-1{font-size: 18px;position: relative;padding-bottom: 20px;border-bottom:1px solid #3f485d;font-weight: bold;}
.characteristic-3 .item-4 .text-2{padding: 20px 0 0 0;overflow: hidden;height: 130px;}
.characteristic-3 .item-4 .text-3{font-size: 16px;line-height: 26px;color: #babcc0;max-height: 130px;padding-right: 10px; overflow: auto;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar{height:4px; width:2px;background: #41495d;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar-track {background: #41495d;}
.characteristic-3 .item-4 .text-3::-webkit-scrollbar-thumb {background: #fff;}   

.tabsWrapper {
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background: #fff;
    overflow: hidden
}

.tabsWrapper ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    background: #fff
}

.tabsWrapper ul.tabs li {
    display: inline-block;
    padding: 0 0 15px;
    color: #3e7dbe;
    font-size: 18px;
    font-weight: 500;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    transition: all .3s;
    cursor: pointer;
    position: relative
}

.tabsWrapper ul.tabs li.current {
    color: #3e7dbe;
    border-bottom: 3px solid #3e7dbe
}

.tabsWrapper .tab-content {
    display: none;
    padding: 40px 0 0
}

.tabsWrapper .tab-content.current {
    display: block
}
.chart{
    overflow-x: auto;
}

.chart table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}
.chart table,td,th {
    border: 1px solid #fff;
}
.chart table tr th {
    background: #f1f1f1
}
.chart table tr:nth-child(1) td,.chart table tr:nth-child(2) td,.chart table tr:nth-child(3) td {
    background: #0d6fb8!important;
    text-align: center;
    color: #fff;
}
.chart table tr:nth-child(1) td{
    font-size: 20px;
}
.chart table tr td:nth-child(1) {
    background: #0d6fb8!important;
    color: #fff;
}
.chart table tr:nth-child(odd) td {
    background: #eaeff7;
}
.chart td,th {
    padding: .7em 1em;
    border-width: 0 1px 1px 0;
    background: #eaeff7;
    text-align: center;
}
.two-column {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.two-column div {
    width: 50%; /* 每列占50%宽度 */
    box-sizing: border-box;
    margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
.two-column {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}
}
@media screen and (max-width: 1280px) {
.two-column {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
}
@media screen and (max-width: 768px) {
.two-column {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.two-column div {
    width: 100%; /* 每列占50%宽度 */
    box-sizing: border-box;
    margin-bottom: 15px;
}
}
  
/* 标签容器样式 */
.tabs {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

/* 标签按钮样式 */
.tab-link {
  padding: 8px 16px;
  cursor: pointer;
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  text-align: center;
  transition: all 0.2s;
}

/* 选中标签样式 */
.tab-link.current {
  background: #fff;
  border-bottom-color: #fff;
  font-weight: bold;
  color: #154d8d;
}

/* 内容容器默认隐藏 */
.tab-content {
  display: none;
  padding: 15px;
}

.tab-content p{line-height: 30px;margin: 0 0 15px 0;}

.tab-content  img{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
}

/* 选中内容显示 */
.tab-content.current {
  display: block;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}
table,td,th {
    border: 1px solid #ddd
}
table tr th {
    background: #f1f1f1
}

table tr:nth-child(odd) td {
    background: #f1f1f1
}
td,th {
    padding: .7em 1em;
    border-width: 0 1px 1px 0
}

.p_100_120 {
    padding: 100px 0 80px;
}
.pb_120 {
    padding-bottom: 120px;
}
.about52{padding-top: 100px;padding-bottom: 30px;}
.ab5_top{text-align: center;margin-bottom: 20px;font-size: 42px;font-weight: bold;}

.ab5_top2{text-align: center;line-height: 30px;font-size: 18px;max-width: 1280px; margin: 0 auto 50px auto}

.about5 .ab5_img{position: relative;}

.about5 .img_txt {position: absolute;left: 0;top: 0;width: 100%;height: 100%;text-align: center;color: #fff;line-height: 55px;font-size: 32px;font-weight: bold;display: flex;justify-content: center;align-items: center;}

.about5  .ul{display: flex;justify-content: center;height: 160px;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,50px);box-shadow:0px  5px 3px 1px #f3f3f3;}

.about5  .ul .li{width: 250px;background: #fff;text-align: center;display: flex;align-items: center;justify-content: center;}

.about5  .ul .li .li1{color: #192d7f;margin-bottom: 10px;}

.about5  .ul .li .li2{color: #666666;}

.about52 .ul{display: flex;justify-content:space-between;}

.about52 .ul .li{width:32%;list-style: none;margin-right: 2%;height: 330px;background: #f7f9fc;padding: 40px 15px 40px 25px;}

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

.about52 .ul .li img{width:auto;}

.about52 .ul .li .li1{margin-bottom: 20px;}

.about52 .ul .li .li2{line-height: 30px;font-size: 24px;font-weight: bold;margin-bottom: 20px;}

.about52 .ul .li .li3{line-height: 32px;color: #272b37;text-align: justify;overflow-y: auto;height: 240px;padding-right: 10px;}

.about52 .ul .li .li3::-webkit-scrollbar{ width:2px;height: 1px;}
.about52 .ul .li .li3::-webkit-scrollbar-thumb{ background:#0069d1;}
.about52 .ul .li .li3::-webkit-scrollbar-track{ background:#d9d9d9;} 


.history-part{ padding: 0.78rem 0 1.14rem;background-attachment:fixed;font-size: calc(100vw / 19.20);}
.history-part .yearbox{ position: relative; float: right; width: 2.48rem; height: 0.64rem; line-height: 0.64rem; color: #fff; border-radius: 0.05rem; background: #5f901c;}
.history-part .yearbox dt{cursor: pointer;width: 100%;height: 0.64rem; line-height: 0.64rem;}
.history-part .yearbox dt span{ float: left; margin-left: 0.3rem;}
.history-part .yearbox dt i{ float: right;margin-right: 0.25rem;}
.history-part .yearbox dd{display: none;line-height: 0.5rem; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:2rem; overflow:auto; border-radius:0.05rem;background:#F2F7F6;}
.history-part .yearbox dd p{cursor: pointer; line-height: 0.5rem; padding:0 0.3rem; color: #000;/*font-family: 'Aleo';*/}
.history-part .yearbox dd p.active{ color: #fff; background: #5f901c;}
.history-part .yearbox.open dt i{ transform:rotate(180deg);}
.yearbox_fixed .year-wrap{position: fixed; left:0; top:1.3rem; width:100%; z-index: 100;}

.hisbox{margin-top: 40px;position: relative;padding-bottom: 60px;}
.hisbox .line{position: absolute; z-index: 1; left:50%; top:0;width: 1px; height: 100%; border-right:1px dashed #032A64;}
.hisbox .line::after{content: ""; position: absolute; z-index: 1; left:50%; bottom:0; width: 3px; height: 1.8rem; background:linear-gradient(to bottom, rgba(238,241,243,0.5),rgba(238,241,243,1));}
.hisbox ul{position: relative; z-index: 2;}
.hisbox li{float: right;width: 50%;clear: both;min-height: 1.76rem;padding-left: 60px;position: relative;}
.hisbox li::before{opacity: 0;content: "";position: absolute;z-index: 3;left: -3px;bottom:0;height:100%;width: 6px;background: #5f901c;}
.hisbox li em{position: absolute; z-index: 3; left:-27px; top:0;width: 54px; height: 54px; border-radius: 100%; border:1px solid #092F67; background: #EFF2F5;}
.hisbox li em::before{content:""; position: absolute;z-index: 20; left:8px; top:8px;width: 34px; height: 34px; border-radius: 100%; border:1px solid #092F67;background: #EFF2F5;}
.hisbox li span{display: block;color: #032A64;margin-bottom: 30px;/*font-family: 'Aleo';*/}
.hisbox li p{position: relative;margin-bottom: 10px;margin-left: 18px;}
.hisbox li p::before{content: "";position: absolute;lefT: -18px;top: 11px;width: 5px;height: 5px;border-radius: 100%;background: #000;}
.hisbox li:nth-child(2n){float: left;text-align: right;padding-right: 60px;padding-left: 0;}
.hisbox li:nth-child(2n) em{left:auto; right:-27px;}
.hisbox li:nth-child(2n) p{margin-left: 0;}
.hisbox li:nth-child(2n) p::before{left: auto;right: -18px;}
.hisbox li:nth-child(2n)::before{left: auto; right:-0.04rem;}
.hisbox li.on{color: #5f901c;}
.hisbox li.on em,.hisbox li.on em::before{border-color: #5f901c;}
.hisbox li.on span{color: #5f901c;}
.hisbox li.on p::before{background: #5f901c;}
.hisbox li.on::before{opacity: 1;}


@media only screen and (min-width: 1025px) {
.hisbox li:hover{color: #5f901c;}
.hisbox li:hover em,.hisbox li:hover em::before{border-color: #5f901c;}
.hisbox li:hover span{color: #5f901c;}
.hisbox li:hover p::before{background: #5f901c;}
.hisbox li:hover::before{opacity: 1;}
}

@media only screen and (max-width:1599px) {
    .hisbox li em{width: 40px; height: 40px;left:-20px;}
    .hisbox li em::before{left:6px;top:6px;width:24px; height: 24px; }
    .hisbox li:nth-child(2n) em{right:-20px;}
}
@media only screen and (max-width:1279px) {
    .hisbox li em{width: 30px; height: 30px;left:-15px;}
    .hisbox li em::before{left:6px;top:6px;width:14px; height:14px; }
    .hisbox li:nth-child(2n) em{right:-15px;}
}
@media only screen and (max-width:1023px) {
    .hisbox li p::before{top:0.08rem;}    
}
@media only screen and (max-width:767px) {
    .hisbox li{float: none!important;width: 100%;min-height: auto;padding-bottom:5%;padding-left: 30px;}
    .hisbox li:nth-child(2n){text-align: left;padding-right: 0;padding-left: 30px;}
    .hisbox li:nth-child(2n)::before{right:auto; lefT:-0.03rem;}
    .hisbox li em{width: 20px; height:20px;left:-10px; margin-top:3px;}
    .hisbox li em::before{left:3px;top:3px;width:10px; height:10px; }
    .hisbox li:nth-child(2n) em{right:auto; left: -10px;}
    .hisbox li p::before{top: 10px;width:4px;height: 4px;}
    .hisbox li:nth-child(2n) p::before{right:auto;left: -18px;}
    .hisbox li:nth-child(2n) p{margin-left: 18px;}
    .hisbox li span {margin-bottom: 15px;}
    .hisbox .line{lefT:0; top:4px;}
    
}


.contact-wrapper {
  position: relative;
  padding: 6% 0;
  color: #92949F;
}
@media (max-width: 1599px) {
  .contact-wrapper .form-container {
    height: 85%;
  }
}
@media (max-width: 1599px) {
  .contact-wrapper .form-container form {
    height: 100%;
  }
}
@media (max-width: 1599px) {
  .contact-wrapper .form-container form .form-wrapper {
    height: 100%;
  }
}

.sInvestment-contact .body {
    margin-top: .8rem;
    background-color: #eef3f6;
    border-radius: 15px;
    padding: 3.2rem 3.4rem 2.2rem 3.4rem
}

.sInvestment-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.sInvestment-contact-list:after {
    display: none
}

.sInvestment-contact-list .item {
    width: 40%;
    border-top: #c8cdd3 solid 1px;
    padding: 20px 0;
    color: #272b37
}

.sInvestment-contact-list .item:nth-child(1n+3) {
    margin-top: 1rem
}

.sInvestment-contact-list .item .sdt {
    line-height: 1.25em
}

.sInvestment-contact-list .item .sdd {
    margin-top: .4rem;
    line-height: 1.5;
    font-size: 20px;
}

@media screen and (max-width: 1440px) {
    .sInvestment-contact-list .item .sdd {
        font-size: 20px
    }

}

@media screen and (min-width: 1025px) {
    .sInvestment-contact-list .item {
        min-width:300px
    }
}

@media screen and (max-width: 1024px) {
    .sInvestment-contact-list .item {
        width:48%
    }

    .sInvestment-contact-list .item:nth-child(1n+2) {
        margin-top: 0
    }
}

@media screen and (max-width: 640px) {
    .sInvestment-contact .body {
    padding: 2.2rem 2.4rem 2.2rem 2.4rem;
}
    .sInvestment-contact-list .item {
        width:100%
    }

    .sInvestment-contact-list .item .sdt {
        font-size: 18px
    }

    .sInvestment-contact-list .item .sdd {
        font-size: 16px;
        margin-top: 5px
    }
}

.mation3{
	width: 100%;
	height:100%;
	overflow:hidden;
	position: relative;
	background: #F4F4F4; 
	padding-top:70px;
	padding-bottom:50px;
}
.ty-information .information-list li{list-style: none;}
.ty-information .information-list .list-item {
	background-color:#ffffff;
margin-bottom:30px;
}
.ty-information .information-list .list-item .item-left {
padding-right:.13rem
}
.ty-information .information-list .list-item .item-left .left-main {
	width:100%;
	height:100%;
	background-color:#e1e8f1;
	text-align:center;
padding:25px 0;
}
.ty-information .information-list .list-item .item-left .left-main .day {
	color:#154d8d;
font-size:45px;
line-height:45px;
}
.ty-information .information-list .list-item .item-left .left-main .year {
	color:#154d8d;
font-size:20px;
	line-height:30px;
margin-top:8px;
}
.ty-information .information-list .list-item .item-right .item-right-content {
	height:100%
}
.ty-information .information-list .list-item .item-right .item-right-content .right-main {
padding:25px 25px;
}
.ty-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
	color:#3d3c3d;
    font-size:18px;
	line-height:36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ty-information .information-list .list-item .item-right .item-right-content .right-main .main {
margin-top:.25rem;
	overflow: hidden;
	-webkit-line-clamp:2;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
}
.ty-information .information-list .list-item .item-right .item-right-content .right-main .main p {
	color:#707070;
font-size:16px;
	line-height:1.5
}
.ty-information .information-list .list-item .item-right .item-right-content .right-arrow {
padding:.35rem 0 .35rem .06rem
}
.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
	width:100%;
	height:100%;
	border-left:2px #f0f0f0 solid;
	position:relative
}
.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
width:42px;
	height:auto;
	position:absolute;
left:45px;
top:50px
}
.ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
	display:none
}
.ty-information .information-list .list-item:hover {
	-webkit-box-shadow:0 8px 43px 0 rgba(6, 6, 6, 0.15);
	box-shadow:0 8px 43px 0 rgba(6, 6, 6, 0.15)
}
.ty-information .information-list .list-item:hover .item-left .left-main {
	background-color:#154d8d
}
.ty-information .information-list .list-item:hover .item-left .left-main .day {
	color:#ffffff
}
.ty-information .information-list .list-item:hover .item-left .left-main .year {
	color:#ffffff
}
.ty-information .information-list .list-item:hover .item-right .item-right-content .right-main .title h3 {
	color:#154d8d
}
.ty-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-off {
	display:none
}
.ty-information .information-list .list-item:hover .item-right .item-right-content .right-arrow .arrow-box .arrow-on {
	display:block
}
.ty-information .information-list .more-btn {
margin:.5rem auto 0
}
.mation3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.col-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
}
.col-md-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }
.d-sm-block {
        display: block !important;
    }
.contact-wrapper .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 15px; */
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}
.contact-wrapper .col-md-6{display: flex;}
.contact-wrapper .col-md-6 .input-block{width: 96%;margin-bottom: 15px;}
.contact-wrapper .col-md-6 span{ color:#de0000;font-size: 24px;padding-left: 4px;}
.contact-wrapper .col-md-12{display: flex;}
.contact-wrapper .col-md-12 .input-block{width: 98%;margin-bottom: 15px;}
.contact-wrapper .col-md-12 span{ color:#de0000;font-size: 24px;padding-left: 4px;}
.heading p{ line-height:150%; margin-bottom:30px;}
.contact-form p{ line-height:150%; margin-bottom:30px;}
.contact-wrapper .contact-text-container, .contact-wrapper .form-container {
  padding: 30px;
  height: 100%;
  width: 48%;
  float: left;
  margin-right: 4%;
}
.contact-wrapper .form-container{margin-right: 0;}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block, .contact-wrapper .form-container .detail-wrapper .detail-block {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block a{color: #1E1F20;}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block:hover a{color: #1E1F20;}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block .icon-box, .contact-wrapper .form-container .detail-wrapper .detail-block .icon-box {
  background: #EBF0F6;
  transition: all 0.3s ease-in-out;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block .icon-box svg, .contact-wrapper .form-container .detail-wrapper .detail-block .icon-box svg {
  width: 27px;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block h6, .contact-wrapper .form-container .detail-wrapper .detail-block h6 {
  color: #1E1F20;
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block p, .contact-wrapper .form-container .detail-wrapper .detail-block p {
  transition: all 0.3s ease-in-out;
  color: #1E1F20;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block:hover, .contact-wrapper .form-container .detail-wrapper .detail-block:hover {
  border-radius: clamp(8px, 0.625vw, 24px);
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block:hover .icon-box, .contact-wrapper .form-container .detail-wrapper .detail-block:hover .icon-box {
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block:hover h6, .contact-wrapper .form-container .detail-wrapper .detail-block:hover h6 {
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container .detail-wrapper .detail-block:hover p, .contact-wrapper .form-container .detail-wrapper .detail-block:hover p {
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .contact-text-container button, .contact-wrapper .form-container button {
  border: 0;
}
.contact-wrapper .map-wrapper iframe {
  width: 100%;
  height: clamp(180px, 31.25vw, 650px);
  border-radius: clamp(18px, 1.25vw, 48px);
}
@media screen and (max-width: 1680px) {
.cz-index-introduction-left .text-3{
  width: 80%;  
}
.cz-index-introduction-left .viewmore-3 {
  padding: 10px 30px 30px 30px;
}
}

@media screen and (max-width: 1440px) {
 .header-nav-service-right {

}
 .cz-index-banner-container .text .title-1 {
	font-size: 50px;
}
 .cz-index-banner-container .text .title-2 {
	font-size: 18px;
}
 .cz-title .title-1 {
	font-size: 44px;
	line-height: 44px;
}
 .cz-title .title-2 {
	font-size: 28px;
}
 .cz-index-introduction-left {
	bottom:12%;
}
 .cz-index-introduction-left .text-3 {
	font-size: 16px;
	line-height: 28px;
	padding: 30px 30px 10px 30px;
	width: 74%;
}
 .cz-index-introduction-left .text-3 p:nth-child(2) {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
 .cz-index-introduction-left .viewmore-3 {
	padding: 10px 30px;
}
 .cz-index-introduction-left .item-4 li {
	padding: 2% 5%;
}
 .cz-index-introduction-left .item-4 li p {
	font-size: 16px;
	margin: 5px 0;
}
 .index_product_1 .box .t {
	font-size: 1.4em;
}
 .index-news-bottom-right .latest-news-item .title-1 {
	font-size:17px;
}
 .cz-banner-top .text .title-1 {
	font-size: 48px;
}
 .cz-footer-content-top-left ul li a {
	font-size: 15px;
}
 .cz-footer-content-top-right ul {
}
 .cz-footer-content-top-left .text-3 {
	font-size: 15px;
}
.cz-product-detail-right .title-1,.cz-news-detail-content .title-1 {font-size:30px;}
	.cz-product-detail-right .title-2 {font-size: 24px;}
	.cz-product-detail-right .text-3 {padding: 20px 0;margin-top: 20px;font-size: 16px;line-height: 26px;}
	.cz-product-detail-right {padding: 0 0 0 5%;}
	.cz-product-detail-right .buttom-4 a {height: 50px;line-height: 50px;}
.about5 .img_txt{font-size: 25px;}
}
@media screen and (max-width: 1280px) {
 .header-logo {
        width: 16%;
    }
 .cz-index-introduction-left .text-3 {
	font-size: 16px;
	line-height: 24px;
}
 .cz-index-introduction-left .item-4 li h2 strong {
	font-size: 34px;
	vertical-align: super;
}
 .cz-index-introduction-left .item-4 li p {
	margin: 0;
}
.dect {
    width: 90%;
    padding: 95px 0 80px;
    margin: 0 auto;
}
}
@media screen and (max-width:1025px) {
    .p_100_120 {
    padding: 40px 0 30px;
}
.pb_120 {
    padding-bottom: 50px;
}
    .ab5_top {
    font-size: 32px;
}
    .ab5_top2{margin-bottom: 25px;font-size: 16px;}

    .about5 .ul{position:sticky;transform: translate(0);flex-wrap: wrap;}

    .about5 .img_txt{line-height: 25px;font-size: 16px; font-weight: normal; width: 92%;left: 4%;}

    .about5 .ul .li{width: 50%;}

    .about52 .ul{flex-wrap: wrap;}

    .about52 .ul .li{width: 100%;margin-bottom: 25px;margin-right: 0;padding: 15px;height: auto;}
	
	.about52 .ul .li .li3{ height:auto;}
	.tab-content img {
    max-width: 100%!important;
}
}
@media screen and (max-width: 1000px) {
#cd-nav-container {
	display: none;
}
 .pcshow {
	display: none!important;
}
 .mbshow {
	display: block!important;
}
 .header-content {
	height:60px;
}
 .header-right {
	display:none;
}
 .menu-toggle {
	display: block;
}
}
@media screen and (max-width: 640px) {
 .cz-index-banner .cz-index-banner-progress-bar, .cz-index-banner-button-next, .cz-index-banner-button-prev, .cz-header-nav-show, .pcshow, .cz-header::after {
	display: none!important;
}
 #cd-nav-container {
	position: fixed;
	z-index:91;
	top:0px;
	right: 0;
	width: 100%;
	height:100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
	transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
 #cd-nav-container.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-overflow-scrolling: touch;
}
 .header-logo {
	width:40%;
}
 .cz-header .div-content nav {
	float: none;
	padding-right: 0px;
}
 .cz-header .div-content {
	padding: 0;
	width: 100%;
}
 .cz-logo {
	left: 2%;
	top: 1%;
	margin-top: 0;
	z-index: 100;
	position: fixed;
	width: 140px;
	height: 58px;
}
 .cz-header-nav {
	padding-top:20%;
}
 .cz-header-nav li {
	display:block;
	padding: 3% 0;
	text-align: center;
}
 .cz-header-nav li a::after {
	display: none;
}
 .cz-header-nav li a {
	font-size: 18px;
	padding: 1% 0;
	font-weight: bold;
	color: #fff!important;
}
.cz-footer{
    padding-top: 0px;
}
.cz-footer .footer-info{
    display: block;
}
.cz-footer .footer-info .left,.cz-footer .bottom {
    width: 100%;
}

.cz-footer .footer-info,.cz-footer .bottom {
    display: block;
    padding-bottom: 15px;
}
.cz-footer .footer-info .left {
        padding-left: 0;
        margin-top: 15px;
    }

.cz-footer .footer-info .left i.email {
        display: none;
    }

.cz-footer .footer-info .left ul li {
        display: block;
        padding: 0 0;
    }

.cz-footer .footer-info .left ul li:not(:last-child)::after {
        display: none;
    }
.cz-footer .footer-info .center {
        padding-left: 0;
    }

.cz-footer .footer-info .center i.phone {
        display: none;
    }

.cz-footer .footer-info .center ul li {
        display: block;
        padding: 0 0;
    }

.cz-footer .footer-info .center ul li:not(:last-child)::after {
        display: none;
    }

.cz-footer .footer-info .right .title {
        display: block;
        margin: 0 0 10px;
        text-align: center;
        white-space: nowrap;
    }
.cz-footer .footer-info .right{ display: none;}
.cz-header.scroll-top .div-content::after {
	top: 0;
}
 .cz-header.scroll-down .cz-logo, .cz-header.scroll-down .cz-menu-toggle {
	top: -100px;
}
 .cz-footer-content-top-left, .cz-footer-content-top-right {
	float: none;
	width: 100%;
	margin-left:0px;
	margin-right: 0;
	text-align: left;
	clear: both;
}
 .cz-footer-content-top-right ul {
	float: none;
	width: 100%;
	margin-right:0;
}
 .cz-footer-content-top-right ul h3 {
	padding: 10px 0;
}
 .cz-footer-content-top-right ul li {
	display: none;
}
 .cz-footer-content-top-left {
	padding-top: 40px;
}
.cz-footer-content-top-left .tel-2 {
    font-size: 36px;
    color: #fff;
}
 .cz-footer-content-top-left .link-4 {
	text-align: left;
}
 .cz-footer-content-top-left .link-4 a {
	margin-left: 0;
	margin-right: 5px;
}
 .cz-footer-content-bottom {
	margin: 0px 0px 0px 0px;
	border-top: none;
    padding: 0px 0 30px 0;
}
 .cz-footer-content-bottom a.js {
	position: relative;
	right: auto;
	top: auto;
}
.cz-index-banner{
    height: 50vh;
}
.cz-index-banner .cz-index-banner-swiper{height: 50vh!important;}
 .cz-index-banner-container .text {
	width: 90%;
	top: 33%;
	left: 5%;
	margin: 0;
}
 .cz-index-banner-container.center .text {
	left:5%;
	margin-left:0px;
}
 .cz-index-banner-container .text .title-1 {
	font-size: 21px;
	letter-spacing: 0;
}
.cz-index-banner-container .text .title-2{
    letter-spacing: 0;
}
.cz-index-banner .swiper-slide {
    height: 50vh;
}
.cz-index-banner .swiper-slide .img{
    height: 50vh;
}
.cz-index-banner .swiper-slide video{
    height: 50vh;
}
.cz-index-banner-container.center .text .viewmore-3 {
    margin: 30px auto auto;
    width: 225px;
}
.cz-index-banner-container.center .text .viewmore-3 a{
    padding: 14px 0 14px 0;
}
 .cz-index-product .div-content {
	margin: 100px auto;
}
 .cz-index-product-left {
	width:100%;
	position: relative;
}
 .cz-title .title-1 {
	font-size: 34px;
	line-height: 34px;
}
 .cz-title .title-2 {
	font-size: 24px;
}
 .cz-index-product-right, .cz-index-introduction-right {
	float: none;
	width: 100%;
}
 .cz-index-product-item .text .bottom .text-3 {
	display: none;
}
 .cz-index-product-item .text .top .title-2 {
	font-size: 24px;
}
 .cz-index-product-item .text .top .title-1 {
	font-size: 18px;
}
 .cz-index-product-item .text .bottom .view-4 {
	padding-top: 20px;
}
 .cz-index-introduction-left {
	position: relative;
	left: auto;
	bottom:auto;
	width:100%;
	padding: 5%;
	margin-top:50px;
}
 .cz-index-introduction-left .text-3 {
	padding: 30px 0;
	width: 100%;
}
 .cz-index-introduction-left .viewmore-3 {
	padding: 10px 0px;
}
 .cz-index-introduction-left .item-4 {
	margin: 30px 0px 30px 0px;
}
 .cz-index-introduction-left .item-4 li i {
	position: relative;
	right: auto;
	top: auto;
}
 .cz-index-introduction-left .item-4 li {
	padding: 7% 3% 3% 3%;
}
 .cz-index-introduction-left .item-4 li h2 strong {
	font-size: 34px;
}
 .index_product_1 .content {
	margin-top:25px;
}
 .index_product_1 .box {
	width:100%!important
}
 .index_product_1 .box .t {
	font-size:18px;
}
 .index_product_1 h2 {
	font-size:34px;
}
 .index_product_1 .box img {
	height:22vh;
}
 .index_product_1 .box .text {
	left: 15px;
	bottom: 10px;
}
.tit-cn {
    font-size: 25px;
}
.zdMore.sm .more {
    margin-top: 30px;
}
 .index-product {
        padding: 0;
        flex-wrap: wrap;
        background-position: top center;
    }

    .index-product .product-box {
        width: 100%;
        padding: 48px 5vw 89px;
        order: -1;
    }

    .product-box-bg {
        bottom: -50%;
        right: -18%;
    }

    .index-product .product-box .desc {
        max-width: 100%;
        margin-left: 0;
    }

    .index-product .item-ul {
        width: 90%;
        margin: -48px auto 68px;
    }

    .index-product .item-ul li {
        width: 50%;
        padding: 21px 0;
    }
    
     .index-product .item-ul li:nth-child(3) {
        border-top: 1px solid #d9d9d9;
    }

    .index-product .item-ul li:nth-child(3n-2) {
        border-left: 1px solid #d9d9d9;
    }

    .index-product .item-ul li:nth-child(2n-1) {
        border-left: 0
    }

    .index-product .item-ul li>i,
    .index-product .item-ul li a>i {
        transform: scale(0.9);
    }

    .index-product .item-ul li .tit {
        font-size: 14px;
        height: auto;
    }

    .li-conn .icon {
        width: 89px;
        height: 89px;
    }

    .l-item-ul li .t-cn {
        font-size: 1.1rem;
    }

    .li-conn-en {
        font-size: 4.8rem;
        top: 2rem;
    }
.index-news {
    padding: 50px 0 50px 0;
}    
.latest-news-item{ width:100%;}
.index-news-top .more-1{ display:none;}
.index-news-bottom {
    margin-top: 25px;
}
.index-news-bottom-right .latest-news-item .title-1 {
    font-size: 16px;
}
.mation3{    padding-top: 50px;}

 .ty-information {
        padding: 0.5rem 0;
    }
    .ty-information .information-list .list-item {
        height: auto;
    }
    .ty-information .information-list .list-item .item-right .item-right-content {
        align-items: center;
    }
    .ty-information .information-list .list-item .item-right .item-right-content .right-main {
        padding: 0.3rem 0.4rem;
    }
    .ty-information .information-list .list-item .item-left .left-main{padding: 30px 0 15px 0;}
    .ty-information .information-list .list-item .item-left .left-main .day {
        font-size: 25px;
        line-height: 0.4rem;
    }
	.ty-information .information-list .list-item .item-left .left-main .year {
        font-size: 12px;
    }
	.ty-information .information-list .list-item .item-right .item-right-content .right-main .title h3 {
     font-size:16px;
	 line-height:28px;
}
.ty-information .information-list .list-item .item-right .item-right-content .right-main .main p {
     font-size:14px;
}
    .ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box {
        border-left: 0;
    }
    .ty-information .information-list .list-item .item-right .item-right-content .right-arrow .arrow-box img {
        position: static;
    }
    .d-sm-block {
    display: none !important;
}
.col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cz-product-detail {padding: 90px 0 20px 0;}
	.cz-product-detail .cz-content {width: 90%;width: calc(90% - 0px);padding: 0 0px;}
	.cz-product-detail-left,.cz-product-detail-right {width: 100%;float: none;}
	.cz-product-detail-swiper .swiper-button-next, .cz-product-detail-swiper .swiper-button-prev {display: none;}
	    .cz-product-detail-right .title-1, .cz-news-detail-content .title-1 {
        font-size: 22px;
    }
	.cz-product-detail-right {padding: 5% 0 ;}

 .cz-banner-top .img {
	height: 180px;
}
 .cz-banner-top .text .title-1 {
	font-size: 30px;
}
 .cz-popup-window-content.cz-video {
	width: 100%;
	height: 100%;
	margin-top: auto;
}
 .cz-popup-video {
	height: 100%;
}
 .cz-detail-content {
	margin: 0;
}
 .cz-detail-content .parameter-2 .item-3:first-child li {
	font-size: 17px;
}
 .cz-detail-content .parameter-2 .item-3 li {
	font-size: 16px;
	width: 60%;
}
 .cz-product-item .viewmore-3 {
	border: none;
	padding: 15px 0px 20px 0px;
}
.col-news{ 
    padding:8% 0;
}
.col-news-item {
	width: 100%;
	margin: 0 0 2% 0;
}
.col-news-item .title-2 {
	min-height: auto;
	font-size: 17px;
	line-height: 21px;
}
.col-news-item .text{ 
    padding:4% 2%;
}
.col-news-item .more{ 
    margin-top:10px;
}
.col-title h2 {
    font-size: 1.8em;
}
.contact-wrapper .contact-text-container, .contact-wrapper .form-container {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding: 10px;
}
.page-solution {
	padding: 10% 0 15% 0;
}
.page-solution-list {
    margin: 10% auto 6% auto;
}
.page-solution-left {
	display:none;
}
.page-solution-right {
	width:100%;
}
.page-solution-item .text {
	position: relative;
	left:auto;
	top:auto;
	width: 100%;
	transform:none;
	overflow: hidden;
}
.page-solution-item .title-2 {
    margin-top: 5%;
}
.page-solution-item .img {
	width: 100%;
}
.page-solution-item a:hover .img, .page-solution-item:nth-child(2n) a:hover .img {
	transform: none;
}
.page-solution-item a:hover .text, .page-solution-item:nth-child(2n) a:hover .text {
	left:auto;
	right: auto;
}
.page-solution-item:nth-child(2n) .text-1, .page-solution-item:nth-child(2n) .title-2, .page-solution-item:nth-child(2n) .text-2, .page-solution-item:nth-child(2n) .jiantou-1 {

	padding-left: 0;
	margin-left: 0;
}
.page-solution-item .text-2 {
	width: 100%;
}
.tab-content video{
    width: 100%;
    height: auto;
}
.dect_top {
    font-size: 24px;
}
 .cz-banner-top .img {
	animation:none;
}
.cz-about {
    margin-top: 62px;
}
.modal-aboutIntro{margin: 40px auto 0 auto;}
.modal-aboutIntro .name{font-size: 24px;padding-right: 0px;}
.sAbout-idea-wrap.b {
    margin: 80px auto 40px auto;
}
.subpage-qnav .w{
    display: block;
}
.subpage-qnav .item {
    width: 100%;
    margin-bottom: 2.2rem;
}
.subpage-qnav .item .txt {
    margin-top: 1.2rem;
    padding-bottom: .2rem;
}
}

.embed-icon{
    position: fixed;
    z-index: 2147482100;
}
.embed-icon-pcIcon4{
    display: block;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/pcIcon4.png);
}
