html,
body {
	position: relative;
	height: 100%;
}

.container {
	max-width: 1600px;
}


#nav {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 98px;
	background: #ffffff;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
}

/*header PC*/

#header_vue {
	position: relative;
	z-index: 9999999;
}


.headervue {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.header-navbar {
	padding: 0;
	width: 100%;
	position: static;
	justify-content: flex-start;
}

.navbar-con {
	display: flex;
	flex-basis: auto;
	height: 100%;
}

.headervue .iconfont {
	position: relative;
	top: 0.02rem;
	font-size: 0.2rem;
}

.headervue .item>a {
	display: flex;
	height: 100%;
	margin: 0 18px;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #fff;
	font-family: 'DDINBold';
}

.headervue .item>a>i {
	margin-left: 5px;
}

.headervue .item a:hover {
	text-decoration: none;
}

.headervue .header-wrap {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 80px;
	/* background: #ffffff; */
	display: flex;
	/* border-bottom: 1px solid #eeeeee; */
}

.headervue .header-wrap .headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 0;
	width: 92%;
}

.headervue .header-wrap .header-logo {
	display: flex;
	align-items: flex-start;
	margin-right: 28px;
	position: relative;
	height: 80px;
}

.headervue .header-wrap .header-logo>a {
	display: flex;
	padding: 10px 16px;
	height: 100%;
	align-items: center;
}

.headervue .header-wrap .header-logo>a .logo-img {
	max-width: none;
}

.headervue .header-wrap .header-right {
	display: flex;
	align-items: center;
	color: #999999;
	margin-right: 0px;
	height: 100%;
}

.headervue .header-wrap .header-right .nav-search {
	cursor: pointer;
	margin-right: 12px;
}

.headervue .header-wrap .header-right .nav-search .search_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.headervue .header-wrap .header-right .nav-search .search_btn i.icon-fdj {
	display: block;
	width: 15px;
	height: 15px;
	display: block;
	background: url(../images/icon-search.svg) no-repeat;
	background-size: cover;
	margin-right: 5px;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a {
	background-color: #1556b7;
	color: #ffffff;
	display: block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	font-family: 'DDINBold';
	font-size: 18px;
	padding: 10px 15px;
	align-items: center;
	justify-content: center;
}

.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a:hover {
	text-decoration: none;
	background-color: #e38b2a;
}

.inquiry_btn a i.icon-inquiry {
	display: block;
	width: 22px;
	height: 22px;
	display: block;
	background: url(../images/icon-inquiry.svg) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.headerbox-nav {
	margin-right: 20px;
}

.lang.show>a>i {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(0);
	-ms-transform: rotate(0);
	/* IE 9 */
	-moz-transform: rotate(0);
	/* Firefox */
	-webkit-transform: rotate(0);
	/* Safari ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ Chrome */
	-o-transform: rotate(0);
	/* Opera */
}


.headervue .header-wrap .header-right .nav-lang {
	margin-right: 12px;
	color: #bcbcbc;
	display: flex;
	align-items: center;
	height: 100%;
}



.headervue .header-wrap .header-right .nav-lang .dropdown {
	height: 100%;
	position: static;
}

.headervue .header-wrap .header-right .nav-lang .dropdown>a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: unset;
	font-size: 16px;
}

.headervue .header-wrap .header-right .nav-search i,
.headervue .header-wrap .header-right .nav-lang .dropdown>a>i {
	margin-right: 5px;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu {
	width: 260px;
	/* margin-left: -104px; */
	min-width: unset;
	border: none;
	background: #1556b7;
	padding-top: 15px;
	left: auto;
	padding-bottom: 15px;
	border-radius: 0;
	margin-top: 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a {
	color: #ffffff;
	border-right: 1px solid #ffffff2d;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.6;
	width: 127px;
	display: inline-block;


}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:hover {
	opacity: 1;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:last-child {
	border-right: none;
}

.headervue .dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0;
	padding: 10px 0;
	margin-left: -100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: -1;
}

.fixed-top .dropdown .dropdown-menu {
	margin-top: 0;
}

.headervue .dropdown .dropdown-menu.dropdown-menu-pro {
	width: 250px;
	margin-left: -125px;
}

.headervue .dropdown .show {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.headervue .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
}

.headerbox-nav .item>a {
	position: relative;
}

.headervue .dropdown-menu a:hover {
	color: #1c499e;
	background-color: unset;
	font-weight: bold;
}

#header {
	display: block;
}

#ph-nav {
	display: none;
}

.header-navbar-m {
	background: #ffffff;
	height: 80px;
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	align-items: center;
}

.header-navbar-m .header-logo {
	position: relative;
}

.header-navbar-m .header-logo a img {
	max-width: none;
}

.header-navbar-m .navbar-con .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-navbar-m .navbar-con .nav-search {
	margin-right: 15px;
}

.header-navbar-m .navbar-con .nav-search a {
	color: #333;
	font-size: 20px;
}

.header-navbar-m .navbar-con .lang>a {
	color: #333333;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	right: 0;
	left: auto;
}

.header-navbar-m .navbar-con {
	align-items: center;
}

.header-navbar-m .navbar-con .lang {
	font-size: 20px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	position: absolute;
	color: #666 !important;
	top: 48px;
	max-height: 10.6rem;
	width: 100px;
	min-width: unset;
	background-color: white;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 5px 0;
	margin-left: -50px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
	font-size: 14px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a:hover {
	color: #1c499e;
	background-color: unset;
}

.headervue .logo-b {
	display: none;
}

.headervue.fixed-top .logo-w,
.pro-nav .logo-w {
	display: none;
}

.headervue.fixed-top .logo-b,
.pro-nav .logo-b {
	display: block;
}

.headervue.fixed-top .header-wrap,
.pro-nav .header-wrap {
	background: #ffffff;
}

.headervue.fixed-top .item>a,
.pro-nav .item>a {
	color: #333333;
}

.headervue.fixed-top .header-wrap .header-right .nav-lang .dropdown>a,
.pro-nav .header-wrap .header-right .nav-lang .dropdown>a {
	color: #333;
}

.headervue.fixed-top .header-wrap .header-right .nav-search .search_btn,
.pro-nav .header-wrap .header-right .nav-search .search_btn {
	color: #333;
}

.index-banner-swiper {
	width: 100%;
	position: relative;
}

.index-banner-item {
	position: relative;
	overflow: hidden;
}

.index-banner-item .text {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-70%);
	z-index: 11;
	color: #fff;
	text-align: center;
}

.index-banner-item .title-1 {
	line-height: 70px;
}

.index-banner-item .title-2 {
	margin-top: 1%;
}

.index-banner-swiper .swiper-slide {
	height: initial;
}

.index-banner-swiper .swiper-slide .title-1,
.index-banner-swiper .swiper-slide .title-2 {
	opacity: 0;
	transform: translateY(-60px);
	transition: opacity .8s linear, transform .8s cubic-bezier(.215, .61, .355, 1);
}

.index-banner-swiper .swiper-slide .title-2 {
	transition-delay: .4s;
}

.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2 {
	transform: translateY(0px);
	opacity: 1;
}

.index-banner-swiper .banner-pagination {
	bottom: 5%;
}

.index-banner-swiper .banner-pagination span {
	width: 50px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}

.swiper-ctrl {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5%;
	z-index: 11;
	font-size: 0;
	text-align: center;
}

.scroll-center {
	margin: auto;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}


/*.scroll-center::after {
	content: '';
	width: 640%;
	height: 1px;
	position: absolute;
	left: 120%;
	top: 50%;
	opacity: .4;
	background: #fff;
}*/

.scroll-center .scroll-1 {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-size: 16px;
}

.scroll-center .scroll-1::before {
	content: '';
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -55px;
	opacity: .5;
}

.scroll-center .scroll-1::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -55px;
	opacity: 1;
	z-index: 11;
}

.number-prevnext {
	text-align: center;
	position: absolute;
	font-size: 0;
	right: 9%;
	top: 50%;
	margin-top: -12.5px;
}

.number-prevnext::before {
	content: '';
	width: 200%;
	height: 1px;
	position: absolute;
	left: 110%;
	top: 50%;
	opacity: .4;
	background: #fff;
}

.number-prevnext .number-1 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.swiper-banner-prev,
.swiper-banner-next {
	width: 10px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
	cursor: pointer;
}

.swiper-banner-prev:hover,
.swiper-banner-next:hover {
	opacity: .5;
}

.swiper-banner-prev {
	background: url('../images/l1.png') center no-repeat;
	background-size: 100%;
}

.swiper-banner-next {
	background: url('../images/r1.png') center no-repeat;
	background-size: 100%;
}

.left-pagination {
	position: absolute;
	left: 9%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.left-pagination::before {
	content: '';
	width: 250%;
	height: 1px;
	position: absolute;
	right: 105%;
	top: 50%;
	opacity: .4;
	background: #fff;
}

.left-pagination .rline {
	height: 1px;
	position: absolute;
	left: 105%;
	top: 50%;
	opacity: 0;
	background: #fff;
	width: 0;
	transition: all .4s ease;
}

.index-banner-swiper .banner-pagination {
	text-align: center;
	left: auto;
	bottom: auto !important;
	right: auto !important;
	left: auto !important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.index-banner-swiper .banner-pagination span {
	opacity: 1;
	margin: 0 3px !important;
	position: relative;
	width: 32px;
	height: 32px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
}

.index-banner-swiper .banner-pagination span::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	transition: all .4s ease;
	opacity: .5;
}


/*.index-banner-swiper .banner-pagination span::after {
	content: '';
	width: 27px;
	height: 27px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 2px solid rgba(255, 255, 255, .5);
	opacity: 0;
	transition: all .4s ease;
}*/

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {
	background: #fff !important;
	opacity: 1;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
}

.index-banner-swiper .banner-pagination span .content {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease;
	z-index: 11;
}

.index-banner-swiper .banner-pagination span .left {
	left: 0;
}

.index-banner-swiper .banner-pagination span .right {
	right: 0;
}

.index-banner-swiper .banner-pagination span .circle {
	position: absolute;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid transparent;
	transform: rotate(135deg);
	box-sizing: border-box;
}

.index-banner-swiper .banner-pagination span .left-circle {
	left: 0;
	border-top-color: #fff;
	border-left-color: #fff;
}

.index-banner-swiper .banner-pagination span .right-circle {
	right: 0;
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {
	animation: circleleft 4s linear forwards;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {
	animation: circleright 4s linear forwards;
}

.contain-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}

.contain-title.center{
	text-align: center;
	justify-content: center;
} 

.contain-title h1 {
	color: #111111;
	font-size: 40px;
	font-family: 'DDINHeavy';
}

.contain-title h1 span {
	color: #1c499e;
}

.contain-title h1 p {
	font-size: 14px;
	font-weight: 300;
	font-family: 'Outfit';
	color: #1556b7;
}

.contain-title-w h1 {
	color: #ffffff;
}

.more-btn-b a {
	display: flex;
	font-family: 'DDINBold';
	align-items: center;
}

.more-btn-b a:hover {
	text-decoration: none;
}

.more-btn-b a span {
	display: flex;
	border-radius: 26px;
	background-color: #1556b7;
	color: #ffffff;
	height: 52px;
	padding-left: 30px;
	padding-right: 30px;
	justify-content: center;
	align-items: center;
}

.more-btn-b a span.icon {
	display: flex;
	width: 52px;
	height: 52px;
	padding: 13px;
	background-color: #1556b7;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

.more-btn-b a span.icon i {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/icon-jt.svg) center center no-repeat;
	background-size: cover;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

.more-btn-b a:hover span.icon i {
	transform: rotate(0deg);
}

.container-con {
	padding-top: 120px;
	padding-bottom: 120px;
}

.advantagebox {
	margin-top: 50px;
}

.advantagebox .swiper-slide {
	background: #fff;
	padding: 2% 0;
	/* min-height: 390px; */
}

.advantagebox .swiper-slide img {
	width: 60px;
	transition: all 0.5s;
}

.advantagebox .swiper-slide:hover img {
	transform: rotateY(360deg);
}

.advantagebox .swiper-slide h6 {
	font-weight: bold;
	color: #1556b7;
	font-size: 26px;
	margin: 30px 0;
	/* font-family: 'Barlow-ExtraBoldItalic'; */
}

.advantagebox .swiper-slide li {
	display: flex;
	margin-bottom: 5px;
	align-items: flex-start;
	justify-content: flex-start;
}

.advantagebox .swiper-slide li em {
	height: 25px;
	line-height: 25px;
	margin-right: 18px;
	color: #D61318;
}

.advantagebox .swiper-slide li:nth-child(2n) em {
	color: #ffbc09;
}

.about-intro {
	position: relative;
	background: #f3f8ff;
}

.about-intro:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background: #1556b7;
	z-index: 1;
}

.about-intro-container {
	position: relative;
	z-index: 2;
}

.indx-about-intro {
	display: flex;

}

.index-about-left {
	width: 50%;
}

.index-about-right {
	width: 80%;
}

.index-about-img-con {
	padding: 0 20% 30px 0;
	position: relative;
	margin-top: -120px;
}

.index-about-img {
	border-radius: 38px;
	overflow: hidden;
}

.index-about-img img {
	width: 100%;
}

.index-about-intro-p {
	/* font-size: 18px; */
	color: #ffffff;
}

.index-about-intro-con {
	padding: 60px 30px;
}

.index-about-intro-con .contain-title {
	margin-bottom: 10px;
}

.app-swiper {
	position: relative;
	padding-bottom: 50px;
}

.app-swiper .swiper-slide {
	text-align: center;
}

.app-swiper .swiper-slide .app-img {
	border-radius: 15px;
	overflow: hidden;
}

.app-swiper .swiper-slide .app-img img {
	transition: all 0.3s;
}

.app-swiper .swiper-slide:hover .app-img img {
	transform: scale(1.1);
}

.app-swiper .swiper-slide p {
	margin-top: 15px;
}

.app-swiper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
}

.app-swiper .swiper-pagination-bullet {
	margin: 0 3px;
	width: 12px;
	height: 12px;
}

.app-swiper .swiper-pagination-bullet-active {
	background: #1556b7;
}

.index-factory {
	background: #f3f8ff;
}

.index-factory-contain {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	padding-top: 80px;
}

.index-factory-contain .factory-img {
	width: 45%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.index-factory-contain .factory-img img {
	width: 100%;
}

.index-factory-contain .factory-img .icon-video {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	transform: scale(1);
	transition: .3s;
	cursor: pointer;
}

.index-factory-contain .factory-img .icon-video:hover {
	transform: scale(1.1);
}

.index-factory-contain .factory-right {
	width: 50%;
	padding-left: 15px;
	padding-top: 20px;
}

.index-factory-contain .factory-right .more-btn-b {
	margin-top: 36px;
}

.news-wrapper {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
}

.news-wrapper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
}

.news-wrapper .swiper-pagination-bullet {
	margin: 0 3px;
	width: 12px;
	height: 12px;
}

.news-wrapper .swiper-pagination-bullet-active {
	background: #1556b7;
}

.news-wrapper a {
	display: block;
	width: 100%;
	background-color: #f3f8ff;
	border-radius: 15px;
	overflow: hidden;
}

.news-wrapper a:hover {
	text-decoration: none;
	color: #333333;
}

.news-wrapper a:hover {
	text-decoration: none;
	color: #333333;
}

.news-wrapper a .img_box {
	overflow: hidden;
}

.news-wrapper a .img_box img {
	transition: all .3s;
}

.news-wrapper a:hover .img_box img {
	transform: scale(1.1);
}

.news-wrapper .text_box {
	padding: 0 15px 30px;
}

.news-wrapper .type_time {
	margin: 20px 0;
}

.news-wrapper .type_time span {
	font-family: 'DDINBold';
	color: #1c499e;
}

.news-wrapper h5 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-wrapper p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

@keyframes circleright {
	0% {
		transform: rotate(135deg);
	}

	50%,
	100% {
		transform: rotate(315deg);
	}
}

@keyframes circleleft {

	0%,
	50% {
		transform: rotate(135deg);
	}

	100% {
		transform: rotate(315deg);
	}
}

.index-banner-item .title-1 {
	font-weight: bold;
	font-size: 50px;
}

.index-banner-item .title-2 {
	/* font-size: 40px; */
	max-width: 680px;
}

.index-banner-item-left .text {
	text-align: left;
	text-shadow: 0 0 10px #1111113d;
}

.about-num {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 36px;
	padding-top: 30px;
}

.about-num ul {
	display: flex;
	padding-left: 0;
	/* max-width: 48%; */
	justify-content: space-between;
}

.about-num ul li {
	list-style: none;
	/* width: 30%; */
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: flex-start;
	/* margin-right: 15%; */
	flex-direction: column-reverse;
}

.about-num ul li h5 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 8px;
	line-height: 40px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
}

.about-num ul li h5 span {
	/* display: inline-block; */
	font-size: 50px;
	margin-right: 5px;
}

.about-num ul li p {
	display: block;
	/* margin-right: 10px; */
	opacity: 0.6;
	line-height: 14px;
}

/**/

.cp-swiper {
	overflow: initial;
	margin-top: 100px;
}

.cp-swiper .cp_button {
	display: flex;
	margin-top: 25px;
}

.cp-swiper .cp_button>div {
	display: flex;
	width: 62px;
	height: 62px;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 20px;
	cursor: pointer;
}

.cp-swiper .cp_button>div:hover {
	background: #03479d;
	color: #fff;
}

/**/

#foot {
	background: url(../images/foot-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.foot-container a {
	color: #ffffff;
}

.foot-container a:hover {
	color: #ffffff;
}

.foot-container {
	padding-top: 80px;
	color: #ffffff;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	/* margin-bottom: 60px; */
	align-items: center;
}

.foot-contact-p {
	font-size: 36px;
	color: #ffffff;
	text-align: right;
	font-family: 'DDINBold';
	font-weight: 500;
	line-height: 40px;
}

.foot-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 161px;
}

.foot-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 20px;
}

.foot-nav .foot-email {
	max-width: 445px;
	width: 45%;
}

.foot-nav .foot-email .foot-title {
	font-size: 33px;
	margin-bottom: 36px;
}

.foot-nav .foot-nav-con {
	width: 60%;
}


.foot-mail-form {
	position: relative;
	max-width: 400px;
}

.foot-mail-form input {
	width: 100%;
	outline: none;
	border: none;
	background: #ffffff;
	border-radius: 25px;
	height: 50px;
	padding: 0 132px 0 15px;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 30px;
	border-bottom: 1px solid rgb(249 249 249);
	/* max-width: 360px; */
}

.foot-mail-form input::-webkit-input-placeholder {
	color: #333333;
}

.foot-mail-form button {
	width: 46px;
	height: 46px;
	background: #1556b7;
	background-size: cover;
	border-radius: 50%;
	position: absolute;
	right: 2px;
	top: 2px;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.foot-mail-form button i {
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/icon-jt.svg") no-repeat;
	background-size: cover;
	transform: rotate(-45deg);
	transition: all 0.3s;
}

.foot-mail-form button:hover i {
	transform: rotate(0deg);
}

.foot-nav-con {
	display: flex;
	justify-content: space-between;
}

.foot-nav-item {
	padding-left: 26px;
	/* width: 20%; */
}

.foot-nav-ul ul {
	list-style: none;

}

.foot-nav-ul ul li {
	list-style: none;
	/* margin-bottom: 10px; */
	font-size: 16px;
	padding-left: 3px;
}

.foot-followlinks {
	margin-top: 36px;
}

.foot-followlinks ul li {
	list-style: none;
	display: inline-block;
	margin: 8px;
}

.foot-followlinks ul li a {
	color: #ffffff;
	display: block;
	height: 46px;
	width: 46px;
	background-color: #ffffff57;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.foot-followlinks ul li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #1556b7;
}

.footer_bottom {
	padding: 30px 0;
	/* color: #333333; */
	line-height: 30px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.pro-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}

.pro-item {
	position: relative;
	background: url(../images/pro-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px;
	background-position: right bottom;
	border-radius: 10px;
}

.pro-item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pro-item a img {
	width: 100%;
	max-width: 300px;
	margin-top: -100px;
	position: relative;
	z-index: 10;
	transition: 0.3s;
}

.pro-item a:hover img {
	transform: translateY(-10px);
}

.pro-item a:hover {
	color: #fff;
	text-decoration: none;
}

.pro-item:hover {
	background: #1556b7;
}

.pro-item-img {
	overflow: hidden;
}

.pro-item-img img {
	transition: all 0.3s ease-out;
}

.pro-item-name {
	display: flex;
	text-align: left;
	font-size: 16px;
	padding: 10px 10px 120px;
	flex-direction: column;
	justify-content: flex-start;
}

.pro-item-name span {
	display: inline-block;
	/* margin-bottom: 10px; */
}

.pro-item-name h2 {
	font-weight: bold;
	font-size: 30px;
}

.pro-item-name .pro-jj {
	margin-top: 60px;
	height: 100px;
	display: -webkit-box;
  -webkit-line-clamp: 4; /* 限制显示的行数为4行 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  /* 可选：设置行高和最大高度确保显示4行 */
  line-height: 1.5;
  max-height: calc(1.5 * 4em); /* 行高 × 行数 */
}

.pro-item-xh {
	position: absolute;
	font-size: 8vw;
	line-height: 8vw;
	text-transform: uppercase;
	font-family: 'DDINBold';
	color: #b3dbf9;
	bottom: 13%;
	right: 5%;
	opacity: .2;
}

.pro-item a:hover .pro-item-img img {
	transform: scale(1.1);
}

.pro-item i {
	position: absolute;
	bottom: 80px;
	/* left: 60px; */
	font-size: 25px;
	width: 60px;
	height: 60px;
	color: #1556b7;
	background: #ffffff;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	transform: translateY(0px);
	transition: all .4s;
	cursor: pointer;
	box-shadow: 0 0 5px 0px #0000001f;
}

.pro-item a:hover i {
	opacity: 1;
	transform: translateY(0px);
	transition: all .4s;
}


#banner-img {
	position: relative;
	display: flex;
	min-height: 680px;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
}

#banner-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, #1556b796, transparent);
}

#banner-img .banner-img-contain {
	width: 92%;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

#banner-img .banner-img-contain .contain-title {
	align-items: flex-end;
	text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.5);
}

#banner-img .banner-img-contain h1 {
	color: #fff;
	text-transform: capitalize;
}

#banner-img .banner-img-contain p {
	color: #fff;
}

#banner-img .banner-img-contain .breadcrumb {
	background: none;
	color: #ffffff;
	font-size: 18px;
}

#banner-img .banner-img-contain .breadcrumb li {
	margin-right: 10px;
}

#banner-img .banner-img-contain .breadcrumb a {
	color: #ffffff;
}

#banner-img .banner-img-contain .breadcrumb a:hover {
	text-decoration: none;
	color: #1556b7;
}

#contain-nav {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 36px;
}

#contain-nav .swiper-slide {
	width: auto;
	min-width: 120px;
	padding: 15px;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	min-width: 200px;
	position: relative;
	color: #333;
	text-align: center;
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.04);
	transition: all 0.4s;
	border-radius: 30px;
}

#contain-nav .swiper-slide a:hover {
	text-decoration: none;
	color: #1556b7;
}

#contain-nav .swiper-slide a.active {
	background: #1556b7;
	color: #ffffff;
}

.contain-con {
	padding-top: 100px;
	padding-bottom: 120px;
}

.contain-con.contain-nav-con {
	padding-top: 60px;
}


.contact-map {
	margin-top: 60px;
}

.contact-map-container {
	height: 550px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-map-container a img {
	transition: all .3s;
}

.contact-map-container a:hover img {
	transform: translateY(-15px);
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: 33.3%;
	padding: 15px;
}

.news-item a {
	display: block;
	width: 100%;
	background-color: #f3f8ff;
	border-radius: 15px;
	overflow: hidden;
}

.news-item a:hover {
	text-decoration: none;
	color: #333333;
}

.news-item a .img_box {
	overflow: hidden;
}

.news-item a .img_box img {
	transition: all .3s;
}

.news-item a:hover .img_box img {
	transform: scale(1.1);
}

.news-item .text_box {
	padding: 0 15px 30px;
}

.news-item .type_time {
	margin: 20px 0;
}

.news-item .type_time span {
	font-family: 'DDINBold';
	color: #1556b7;
}

.news-item h5 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-view {
	display: flex;
	justify-content: space-between;
}

.news-view-nav {
	width: 380px;
	border-left: 1px solid #eeeeee;
	padding-left: 30px;
	/* padding-top: 56px; */
}

.news-view-contain {
	width: calc(100% - 460px);
}

.news-view-title {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news-view-title h1 {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 15px;
}

.news-view-title i {
	margin-right: 5px;
}

.news-view-title span {
	margin-right: 15px;
}

.news-view-title a {
	color: #333333;
}

.news-view-title a:hover {
	color: #1556b7;
	opacity: 1 !important;
}

.news-view-p {
	min-height: 720px;
}

.news-view-nav-con {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	bottom: 50px;
	padding-top: 56px;
}

.news-view-item .news-item a {
	color: #333333;
}

.news-view-nav .next {
	margin-bottom: 30px;
}

.news-view-nav h5 {
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 15px;
}

.news-view-serise-title {
	margin-bottom: 20px;
}

.news-view-serise-title a {
	display: inline-block;
	border-radius: 16px;
	background-color: #1556b7;
	color: #ffffff;
	padding: 0px 15px;
}

.news-view-item .news-item .type_time {
	margin-bottom: 10px;
}

.faq_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.faq_list li {
	border: 1px solid #eeeeee;
	padding: 36px;
	cursor: pointer;
	margin-bottom: 30px;
	width: calc(50% - 15px);
	transition: all .3s;
}

.faq_list li:hover {
	border-radius: 20px;
	background-color: #f8f8f8;
}

.faq_list li.cur {
	background: #f4f4f4;
	border-radius: 16px;
}

.faq_list li .faq_hiden {
	display: none;
	padding: 20px 0;
}

.faq_list li .faq_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq_list li .faq_top .faqTopLeft {
	width: calc(100% - 50px);

}

.faq_list li .faq_top .faqTopRight {
	width: 36px;
	text-align: right;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle {
	font-weight: bolder;
	font-size: 18px;
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_top .faqTopLeft .faqToptitle:before {
	content: "Q:";
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #1556b7;
}

.faq_list li .faq_top .faqTopRight .zk {
	font-size: 30px;
	font-weight: bolder;
}

.faq_list li .faq_hiden {
	position: relative;
	padding-left: 46px;
}

.faq_list li .faq_hiden:before {
	content: "A:";
	font-family: 'DDINBold';
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #1556b7;
}

.pro-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro-items {
	width: calc(50% - 15px);
	padding-top: 100px;
}

.contain-bread {
	background: #eee;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contain-bread .breadcrumb {
	margin-bottom: 0;
	background: none;
}

.contain-bread .breadcrumb-item a {
	color: #333333;
}

.contain-bread .breadcrumb-item a:hover {
	text-decoration: none;
	color: #1556b7;
}

.contain-bread .breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.contain-bread .breadcrumb-item.active {
	color: #333333;
}

.pro-view-con {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.pro-view-left {
	width: 60%;
	padding-right: 60px;
}

.pro-view-right {
	width: 40%;
}

.pro-view-name {
	color: #727272;
	font-size: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-top: 30px;
}

.pro-view-name h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #333333;
	font-family: 'DDINBold';
}

.pro-view-color {
	margin-top: 60px;
}

.pro-view-right-title {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 30px;
}

.pro-view-inquiry-btn {
	margin-top: 60px;
}

.pro-view-inquiry-btn a {
	display: block;
	background: #1556b7;
	color: #ffffff;
	text-align: center;
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-weight: bolder;
	padding: 10px;
}

.pro-view-inquiry-btn a:hover {
	text-decoration: none;
	background: #e38b2a;
}

.pro-view-img {
	display: flex;
	flex-direction: row-reverse;
}

.pro-view-imgb {
	width: calc(100% - 150px);
	max-width: 610px;
	margin: auto;
}

.pro-view-imgs {
	/* width: 150px; */
}

.pro-view-btn {
	display: none;
}

.pro-btn-prev {
	left: 0;
}

.pro-btn-next {
	right: 0;
}

.pro-imgb {
	text-align: center;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.swiper-pro-imgb {
	position: relative;
}

.pro-view-imgs-con {
	margin: auto;
	margin-bottom: 36px;
	position: relative;
}

.pro-view-imgs-con .swiper-pro-imgs{
	overflow: hidden;
}

.pro-view-imgs-con .pro-imgs-btn {
	position: absolute;
	font-size: 36px;
	text-align: center;
	top: 50%;
	margin-top: -18px;
	z-index: 2;
}

.pro-view-imgs-con .pro-imgs-btn.wrapper-btn-disabled {
	display: none;
}

.pro-imgs-btn-prev {
	left: -25px;
}

.pro-imgs-btn-next {
	right: -25px;
}


.swiper-pro-imgs .swiper-slide {
	border: 1px solid #d4d4d4;
	opacity: 0.6;
}

.swiper-pro-imgs .swiper-slide.active {
	border: 2px solid #006fc9;
	opacity: 1;
}

.swiper-pro-imgs .swiper-slide .pro-imgs-con {
	vertical-align: middle;
	cursor: pointer;
}

.swiper-pro-imgs .swiper-slide .pro-imgs {
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.swiper-pro-imgs .swiper-slide .pro-imgs img {
	height: 100%;
	width: auto;
	margin: auto;
}

.pro-imgs-btn.wrapper-btn-disabled {
	opacity: 0.5;
}

.pro-view-details {
	margin-top: 90px;
}

.pro-view-details-title {
	font-size: 24px;
	font-weight: bolder;
	color: #111111;
	margin-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.pro-view-details-imgs {
	margin-top: 160px;
}

.pro-view-btn {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 999;
}

.pro-view-btn .wrapper-btn-disabled {
	display: none;
}

.pro-view-btn .pro-btn-prev {
	position: absolute;
	left: 15px;
	font-size: 26px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #1556b7;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}

.pro-view-btn .pro-btn-next {
	position: absolute;
	right: 15px;
	font-size: 26px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #1556b7;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}

.products-view {
	margin-top: 90px;
}

.down-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.down-item {

	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.down-item a {
	display: flex;
	border: 1px solid #eeeeee;
	padding: 36px;
	cursor: pointer;
	transition: all .3s;
	justify-content: space-between;
	align-items: center;
	color: #333333;
}

.down-item a:hover {
	text-decoration: none;
	border-radius: 20px;
	background-color: #f8f8f8;
}

.down-item a .down-name {
	padding-left: 56px;
	position: relative;
	font-size: 18px;
}

.down-item a .down-name i {
	position: absolute;
	font-size: 50px;
	left: 0;
	color: #c1c1c1;
}

.down-item a .down-name h4 {
	margin-bottom: 0;
}

.down-item a .down-name p{
	text-transform : uppercase;
}

.down-item a .down-btns i {
	margin-right: 10px;
	font-size: 20px;
}

.down-item a:hover .down-btns i {
	color: #1556b7;
}

.zstj-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.zstj-wrapper .swiper-slide {
	text-align: center;
	border: 1px solid #eeeeee;
	padding-top: 36px;
	padding-bottom: 36px;
	transition: 300ms;
	transform: scale(1);
	background: #ffffff;
	opacity: 0.6;
	border-radius: 15px;
}

.zstj-wrapper .swiper-slide-active,
.zstj-wrapper .swiper-slide-duplicate-active {
	transform: scale(1.2);
	z-index: 99;
	opacity: 1;
	box-shadow: 0 0 15px 0 #eeeeee;
}

.zstj-wrapper .swiper-slide img {
	max-width: 100px;
	margin-bottom: 15px;
}

.hzqd-p {
	margin-top: 80px;
}

.hzqd-con {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.hzqd-item {
	width: 33.3%;
	padding: 0 15px 30px;
}

.hzqd-item a {
	display: block;
	position: relative;
	overflow: hidden;
}

.hzqd-item a img {
	width: 100%;
	transition: all .6s;
}

.hzqd-item a:hover img {
	transform: scale(1.2);
}

.hzqd-item .qd-name {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 5px 15px;
	color: #ffffff;
	text-align: center;
}

.lxhz-p {
	margin-top: 80px;
}

.join_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.join_list li {
	border: 1px solid #eeeeee;
	padding: 36px;
	cursor: pointer;
	margin-bottom: 30px;
	width: 100%;
	transition: all .3s;
}

.join_list li:hover {
	border-radius: 20px;
	background-color: #f8f8f8;
	border-left: 10px solid #1556b7;
}

.join_list li.cur {
	background: #f4f4f4;
	border-radius: 16px;
}

.join_list li .join_hiden {
	display: none;
	padding: 20px 0;
}

.join_list li .join_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.join_list li .join_top .joinTopLeft {
	width: calc(100% - 50px);

}

.join_list li .join_top .joinTopRight {
	width: 36px;
	text-align: right;
}

.join_list li .join_top .joinTopLeft .joinToptitle {
	font-weight: bolder;
	font-size: 20px;
	position: relative;
}

.join_list li .join_top .joinTopLeft .joinToptitle p {
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}

.join_list li .join_top .joinTopRight .zk {
	font-size: 30px;
	font-weight: bolder;
}

.join_list li .join_hiden {
	position: relative;
}

.about-contain {
	display: flex;
	justify-content: space-between;
}

.about-contain .about-left {
	width: 50%;
}

.about-contain .factory-img {
	width: 45%;
	text-align: center;
}

.about-intro-w{
	margin-bottom: 60px;
	margin-top: 60px;
	background-color: #ffffff;
}

#honor .honor-contain {
	display: block;
	/* padding-bottom: 200px; */
}

.index-honor-con {
	margin-top: 50px;
}

.honor-w-swiper {
	background: url(../images/honor-list-bg.png) no-repeat bottom;
	background-size: 100% 30%;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
	overflow: hidden;
	margin-bottom: 120px;
}

.honor-item a {
	display: block;
	max-width: 360px;
	margin: auto;
	transform: rotateX(15deg);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	transform-origin: bottom;
	transition: transform 0.6s ease;
}

.honor-item a:hover {
	transform: rotateX(0deg);
	/*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
}

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

.footer_store {
	margin-top: 60px;
}

.foot-storelinks ul li {
	list-style: none;
	display: inline-block;
	margin: 0 16px 16px 0;
}

.foot-storelinks ul li a {
	color: #ffffff;
	display: block;
	width: 100px;
}

.foot-storelinks ul li a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #1556b7;
}

@media screen and (max-width: 1600px) {
	.headervue .header-wrap .headerbox {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		justify-content: center;
		padding: 0;
	}

	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a span {
		display: none;
	}

	.headervue .header-wrap .header-right .nav-inquiry .inquiry_btn a i.icon-inquiry {
		margin-right: 0;
	}

	.headervue .item>a {
		margin: 0 10px;
	}

	.headervue .header-wrap .header-right .nav-search {
		margin-right: 10px;
	}

	.headervue .header-wrap .header-right .nav-lang {
		margin-right: 10px;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	.index-banner-swiper {
		margin-top: 80px;
	}

	.index-banner-item .title-1 {
		font-size: 4vw;
		line-height: 4.2vw;
	}

	.index-banner-item .title-2 {
		font-size: 12px;
		line-height: 14px;
		width: 50%;
	}

	.index-banner-item .img .pic {
		height: 680px;
		background-position: 70% 100% !important
	}

	.indx-about-intro {
		flex-direction: column;
	}

	.index-about-left {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}

	.index-about-right {
		width: 100%;
	}

	.index-factory-contain {
		flex-direction: column;
	}

	.index-factory-contain .factory-img {
		width: 100%;
	}

	.index-factory-contain .factory-right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}

	.foot-nav {
		margin-top: 60px;
	}

	.foot-nav-con {
		display: none;
	}

	.foot-nav .foot-email {
		max-width: 445px;
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-top {
		align-items: center;
		flex-direction: column;
	}

	.foot-contact-p {
		margin-top: 36px;
	}

	.footer_bottom {
		flex-direction: column;
	}

	#banner-img .banner-img-contain .contain-title {
		flex-direction: column;
		align-items: flex-start;
	}

	#banner-img .banner-img-contain .breadcrumb {
		padding-left: 0;
	}

	.contain-con {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.news-items {
		width: 50%;
	}

	.faq_list li {
		width: 100%;
	}

	.pro-items {
		width: 100%;
	}



	.pro-view-con {
		flex-direction: column;
	}

	.pro-view-left,
	.pro-view-right {
		width: 100%;
	}

	.pro-view-left {
		max-width: 800px;
		margin: auto;
		padding-right: 0;
	}

	.pro-view-right {
		margin-top: 36px;
	}

	.pro-view-imgs {
		display: none;
	}

	.pro-view-imgb {
		width: 100%;
	}

	.pro-view-btn {
		display: block;
	}

	.down-item {
		width: 100%;
	}

	.zstj-wrapper .swiper-slide-active,
	.zstj-wrapper .swiper-slide-duplicate-active {
		transform: scale(1);
	}
	.about-contain{flex-direction: column;}
	.about-contain .about-left{width: 100%;}
	.about-contain .factory-img{display: none;}
	
	
	.news-view {
		flex-direction: column;
	}
	.news-view-contain {
		width: 100%;
	}
	.news-view-nav {
		border-left: unset;
		padding-left: 0px;
		/* padding-top: 56px; */
	}
	.news-view-p {
		min-height: 360px;
	}
	.news-view-nav-con {
		padding-top: 0px;
	}
}

@media screen and (max-width: 680px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	.news-items {
		width: 100%;
	}
	
	.about-num ul {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	
	.about-num ul li{
		width: 50%;
	}
	.pro-item a img {
		width: 50%;
		margin-top: 36px;
	}
	.pro-item-xh {
		font-size: 16vw;
		bottom: 24%;
	}
	.contain-title {
		align-items: flex-start;
		flex-direction: column;
	}
	.contain-title h1 {
		font-size: 28px;
	}
	.about-num ul li h5 span {
		font-size: 36px;
	}
	.pro-item-name h2 {
		font-weight: bold;
		font-size: 24px;
	}
	.cp-swiper {
		overflow: initial;
		margin-top: 23px;
	}
	.foot-contact-p {
		font-size: 26px;
	}
	.foot-nav .foot-email .foot-title {
		font-size: 24px;
        line-height: 30px;
	}
	.container-con {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.scroll-center{
		display:none;
	}
}