body,
html {
	font-family: "Noto Sans SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
}
.appbanner.title_banner h1{
	font-size:70px
}
.title_banner .text{
	margin-top:40px;
}
.title_banner .text p{
	color:#fff;
	font-size:16px;
}
.application_list ul{
	display: flex;
	flex-wrap:wrap;
	margin:-15px
}
.application_list ul img{
	width:100%
}
.application_list li{
	padding:20px;
	margin:15px;
	width:calc(33.333% - 30px);
	background:#fff
}
.application_list .textbox{
	margin-top:20px
}
.application_list .textbox h2{
	color:#000
}
.application_list .textbox p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
-webkit-box-orient: vertical;
}
.application_list .textbox h2{
	font-size:20px;
}
.industry li {
    display: flex;
    background: #f5f5f5;
    margin-bottom: 40px;
    align-items: center;
}
.industry li:nth-child(2n){
	display: flex;
	flex-direction: row-reverse;
}
.industry li .img_box{
	width: 50%;
}

.industry li .text_box{
	width: 50%;
	padding:2% 4%;
}
.industry li .text_box a{
	display:inline-block;
	padding:10px 22px;
	margin-top:30px;
	border:1px solid #ddd;
	border-radius:50px;
}
.industry li .text_box a:hover{
	background:#03479d;
	color:#fff;
	border-color:#03479d;
}
.industry li .text_box img{
	width: 40px;
}
.industry li .text_box h4{
	font-size: 24px;
	color: #03479d;
	font-weight: bold;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}

.btn_p_r{
	display: flex;
	    justify-content: space-between;
    align-items: flex-start;
}
.btn_p_r a {
    margin-right: 0px;
    width: 120px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #00b8ee;
    border-radius: 3px;
}
.parameter-item{
	width:calc(100% - 260px)
}
#btn-inquiry{
	margin-right:10px
}
.ysmk {
	margin:15px 0;
}
.ysmk .b{
	display:inline-block;
	padding:5px 15px;
	margin-right:15px;
	border-radius:3px;
	background:#03479d;
	color:#fff;
	margin-bottom:15px;
}
.xlul{
	display:flex;
	
	flex-wrap:wrap;
	margin:-10px;
}
.xlul li{
	display:flex;
	margin:10px;
	width:calc(33.333% - 20px);
	background:#f5f5f5;
	padding:20px;
}
.xlul li em{
	font-style:normal;
	font-size:30px;
	color:#03479d;
	margin-right:10px;
}
.xlul li h6{
	font-size:20px;
	font-weight:bold;
	color:#000
}
.container-nav-container2 .swiper-slide{
	min-width:140px;
	width:auto!important;
	border:1px solid #eaeaea;
	
	
}
.container-nav-container2 .swiper-slide a{
	display:flex;
	text-align:center;
	padding:15px 25px;
	    align-items: center;
    justify-content: center;
}
.container-nav-container2 .swiper-slide a.active{
	background:#03479d;
	color:#fff;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 83.333%!important;
	}
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #111111;
    min-width: 300px;
    text-align: center;
    color: #111111;
}
.bags-continue a:hover{
	background:#03479d;
	color:#fff;
	border: 1px solid #03479d;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
 .inquiry-conner .feedback-submit {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03479d;
    color: #fff;
    margin-top:0px;
}
.bags-feedback .form-textarea{
	min-height:9rem;
	outline:0
}
#cart .table thead th{
	min-width:80px
}
/**/

header.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0;
	z-index: 99;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.header .header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .navlogo {
	display: flex;
	width: 360px;
	align-items: center;
}

header.header .navlogo a {
	display: block;
	width: 190px;
}

header.header .navlogo>div {
	display: block;
	color: #fff;
	margin-bottom: 0;
	margin-left: 15px;
}

header.header .navlogo img.logo2 {
	display: block;
}

header.header .navlogo img.logo {
	display: none;
}

header.header .header-box .header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.header .dropdown-toggle::after {
	display: none;
}

header.header .navbar {
	padding: 0!important;
	margin-right: 20px;
}

header.header .navbar-nav .nav-link {
	display: flex;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

header.header .navbar-nav .nav-item {
	position: relative;
	padding: 0 15px;
}

header.header .navbar-nav .nav-item:before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 1px;
	height: 20px;
	background: #fff;
	transform: skewX(-20deg);
}

header.header.active .nav-item:before {
	background: #999;
}

header.header .navbar-nav .nav-item:last-child:before {
	display: none;
}

header.header .navbar-nav .nav-item a.nav-link {
	position: relative;
}

header.header .navbar-nav .nav-item.active a.nav-link:before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	height: 5px;
	background: #0792a7;
}

.lang_box {
	position: relative;
	margin-right: 15px;
}

.lang_li {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	line-height: 50px;
	text-align: center;
	border: 1px solid #eaeaea;
	color: #333;
	background: #fff;
	z-index: 0;
	padding-top: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.lang_li a {
	display: block;
}

.lang_box:hover .lang_li {
	display: block;
}

.lang_box:hover .lang_li:hover {
	background: #f5f5f5;
}

header.header .lang {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	background: none;
	border-radius: 46px;
	color: #fff;
	cursor: pointer;
}

.lang_box:hover .lang {
	background: #03479d;
	color: #fff;
}

.lang_box:hover .lang span,
.lang_box:hover .lang i {
	color: #fff;
}

header.header.active .lang {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}

header.header .lang span {
	margin-left: 12px;
	display: inline-block;
}

header.header.active {
	background: #fff;
	padding: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

a.cart {
	display: flex;
	align-items: center;
	color: #FFF;
}

a.cart i {
	margin-right: 12px;
}

header.header.active a.cart,
header.header.active .navlogo>div,
header.header.active .navbar-nav .nav-link {
	color: #000;
}

.header.active .logo2 {
	display: none!important;
}

.header.active .logo {
	display: block!important;
}

.header.active .navlogo a {
	width: 160px;
}


/**/

header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	top: 100%;
	z-index: 999;
	background: #ffffff;
	padding: 0px 0 0px;
}

header.header .dropdown-menu_box li {
	width: 100%;
}

header.header .dropdown-menu_box li a {
	display: block;
	padding: 15px 15px;
	line-height: 20px;
	width: 100%;
	text-align:center;
	border-bottom: 1px solid #eaeaea;
}

header.header .dropdown-menu_box li:last-child a {
	border-bottom: none;
}

header.header .dropdown-menu_box li a:hover {
	background:#03479d;
	color: #fff;
}

.moblie_title_right {
	display: none;
	width: 46px;
	height: 46px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 15px;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -11px;
	margin-left: -10px;
}

.header.active .menuicon,
.header.active .menuicon::before,
.header.active .menuicon::after {
	background: #000;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.mobile_header_list {
	display: block;
	position: fixed;
	top: 0;
	left: 100%;
	min-width: 200px;
	right: 0;
	background: #fff;
	height: 100vh;
	cursor: pointer;
	color: #ffffff;
	z-index: 9999999;
	overflow: hidden;
	transition: all 0.5s;
}

.mobile_header_list.cur {
	left: 30%;
	right: 0;
	transition: all 0.5s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.mobile_header_list .mobile_btn {
	display: flex;
	justify-content: flex-end;
}

.mobile_header_list .moblie_title_right {
	display: block!important;
	background: #ddd!important;
}

.mobile_header_list {
	padding: 1rem;
}

.mobile_header_list .card {
	background: none;
	border: none;
	border-bottom: 1px solid #eaeaea!important;
}

.mobile_header_list .card:last-child {
	border: 0!important;
}

.mobile_header_list .card>a,
.mobile_header_list .card>a:hover{
	color: #333;
	line-height: 3rem;
}

.mobile_header_list .card>a {
	display: flex;
	padding-right: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mobile_header_list .card>a i {
	transition: all 0.3s;
	transform: rotate(-90deg);
}

.mobile_header_list .card>a.cur i {
	transition: all 0.3s;
	transform: rotate(0deg);
}

.mobile_header_list .card>a.cur {
	padding-left: 10px;
	background: #03479d;
	color: #fff;
}

.mobile_hidenlist {
	display: none;
	background: #f8f8f8;
}

.mobile_hidenlist_list a {
	display: flex;
	padding: 0 1rem;
	color: #3c482b;
	margin-bottom: 0;
	line-height: 3rem;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
}

.main-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 888;
	background: rgba(0, 0, 0, 0.5);
}

.main-box.cur {
	display: block;
}


/**/

.index-banner-swiper .swiper-slide {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
}

.index-banner-swiper .swiper-slide .img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.05);
	transition: all 8s;
}

.index-banner-swiper .container {
	position: relative;
	z-index: 1;
}

.index-banner-swiper .ani-slide .img {
	transform: scale(1.0);
	transition: all 8s;
}

.img .pic {
	width: 100%;
}

.img .pic img {
	width: 100%;
}

.index-banner-swiper {
	width: 100%;
	height: 100vh;
	position: relative;
}

.index-banner-swiper .text {
	width: 100%;
	transform: translateY(-30%);
	z-index: 11;
	color: #fff;
	text-align: center;
}

.index-banner-swiper .title-1 {
	font-size: 100px;
	line-height: 120px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
}

.index-banner-swiper .title-1>img {
	width: 600px;
	filter: brightness(0) invert(1);
}

.index-banner-swiper .title-2 {
	font-size: 40px;
	margin-top: 1%;
}

.index-banner-swiper .swiper-slide .title-1,
.index-banner-swiper .swiper-slide .title-2 {
	opacity: 0;
	transform: translateY(-60px);
	transition: opacity 1s linear, transform 1s cubic-bezier(.215, .61, .355, 1);
}

.index-banner-swiper .swiper-slide .title-2 {
	transition-delay: 1s;
}

.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: 8%;
	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;
	margin-bottom: -20px;
}

.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;
}

.number-prevnext .swiper-banner-prev,
.number-prevnext .swiper-banner-next {
	width: 10px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
	cursor: pointer;
}

.number-prevnext .swiper-banner-prev:hover,
.number-prevnext .swiper-banner-next:hover {
	opacity: .5;
}

.number-prevnext .swiper-banner-prev {
	background: url('../images/l1.png') center no-repeat;
	background-size: 100%;
}

.number-prevnext .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: 42px;
	height: 42px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
}

.index-banner-swiper .banner-pagination span::before {
	content: '';
	width: 7px;
	height: 7px;
	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: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px 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;
}

@keyframes circleright {
	0% {
		transform: rotate(135deg);
	}
	50%,
	100% {
		transform: rotate(315deg);
	}
}

@keyframes circleleft {
	0%,
	50% {
		transform: rotate(135deg);
	}
	100% {
		transform: rotate(315deg);
	}
}

.index-banner-swiper .text {
	text-align: left;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}



/**/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	z-index: 2;
	width: 100%;
	padding-top: 100px;
	min-height: 650px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	opacity: 0.1;
	margin-bottom: -30px;
}

.container-banner p {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	font-size: 30px;
	font-weight: bold;
}

.container-banner p:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background: #c4000b;
}

.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-family: "EngraversGothic-BT";
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}


/**/

.warp {
	padding: 100px 0;
	overflow: hidden;
	width: 100%;
}

.title {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
	justify-content: space-between;
}

.title a.title_more {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title a.title_more i {
	margin-left: 10px;
	display: flex;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #999;
	align-items: center;
	justify-content: center;
	border: 1px solid #EAEAEA;
}

.title a.title_more:hover i {
	background: #03479d;
	color: #fff;
	border-color: #03479d;
}

.title h1 {
	position: relative;
	padding-left: 20px;
	font-size: 42px;
	margin-left: -20px;
	margin-bottom: 0;
	color: #000;
}

.title h1:before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0;
	width: 40px;
	height: 40px;
	background: url(../images/bz.svg) no-repeat center;
	background-size: cover;
}

.dh {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #EAEAEA;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	font-size: 14px;
	color: #333;
}

.banner_main {
	position: relative;
	min-height: 80vh;
}

.banner_main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title_banner h1 {
	font-weight: bold;
	font-size: 90px;
	text-transform:uppercase;
	font-family: "Poppins", sans-serif;
	color: rgba(255, 255, 255, 0.3);
}

.title_banner>p {
	position: relative;
	z-index: 2;
	font-size: 36px;
	color: #fff;
	font-weight:bold;
	text-shadow:0px 1px 3px rgba(0,0,0,0.5)
}

#contain-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

#contain-nav .swiper-slide {
	text-align: center;
	line-height: 60px;
	height: 60px;
	margin-bottom: 0;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#contain-nav .swiper-slide a.active {
	background: #03479d;
	color: #fff;
	text-align: center;
}

.container_right ul {
	margin-left: -15px;
	margin-right: -15px;
}

.container_right li {
	list-style: none;
	float: left;
	margin: 15px;
	width: calc(50% - 30px);
	padding: 20px;
	border-bottom: 1px dashed #eaeaea;
	transition: all 0.3s;
}

.container_right li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.container_right li:hover {
	transition: all 0.3s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.container_right li a .img_box {
	width: 200px;
}

.container_right li a .txt_box {
	width: calc(100% - 220px);
}

.container_right li a h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.container_right li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.container_right li a span {
	float: right;
	margin-top: 10px;
	font-size: 14px;
	color: 666;
}


/**/

.product_index {
	overflow: hidden;
	background: url(../images/bj.jpg) no-repeat center fixed;
	background-size: cover;
}

.cp-swiper {
	overflow: initial;
}

.cp-swiper .swiper-slide {
	padding-top: 6%;
}

.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;
}

.products_list .product_show {
	position: relative;
	display: flex;
	padding: 30px 40px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	background: url(../images/cpbj.jpg) no-repeat center;
	background-size: cover;
}

.product_show .text_pro {
	display: flex;
	padding: 3% 0;
	flex-direction: column;
	justify-content: space-between;
	max-width:50%;
}
.product_show .text_pro .keywords{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.product_show .text_pro span {
	display: inline-block;
	margin-bottom: 20px;
	color: #666;
}

.product_show .text_pro h4 {
	font-size:26px;
	font-weight: bold;
	color: #000;
}

.products_list .product_show .text_pro .more {
	display: none;
	opacity: 0;
	transform: translateY(100%);
	width: 76px;
	height: 76px;
	background: #03479d;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.products_list .product_show:hover .more {
	display: flex;
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s;
}

.products_list .product_show img {
	margin-top: -16%;
	margin-left: -5%;
	transform: rotateY(0);
	transition: all 0.3s;
	width: 55%;
}

.products_list .product_show:hover img {
	margin-top: -18%;
	margin-bottom: 2%;
	transition: all 0.3s;
}


/**/

.about_index {
	position: relative;
}

.about_cen {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.about_cen .about_right {
	width: 50%;
	margin: 20px 0;
}

.about_cen .about_right>img,
.honor_text .left img {
	width: 250px;
}

.about_cen .about_right h1 {
	color: #000;
	margin: 15px 0 30px;
	font-size: 30px;
}

.about_cen .about_right p {
	color: #666;
}

.about-num ul {
	display: flex;
	margin-top: 40px;
	padding-left: 0;
	width: 100%;
	justify-content: space-between;
}

.about-num ul li {
	list-style: none;
	width: auto;
	text-align: left;
}

.about-num ul li h5 {
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
	color: #03479d;
}

.about-num ul li h5 span {
	display: inline-block;
	font-size: 50px;
	margin-right: 5px;
}

.about_left {
	margin-left: 5%;
	width: 45%;
	
	border-radius: 10px;
}


/**/

.idx_good {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../images/bja.jpg) no-repeat center fixed;
	background-size: cover;
}

.idx_good1 {
	height: 110vh;
}



.idx_good .good_box {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.idx_good .good_box .good_title,
.idx_good .good_box .good_main,
.idx_good .good_box .good_images {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.good_images .warp {
	display: flex;
	align-items: center;
	justify-content: center;
}

.idx_good .good_box .good_images video {
	width: 100%;
}

.idx_good .good_box .good_title {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 5;
	padding: 0 20px;
	text-align: center;
	/*background: #FFF url('../images/good_bg.jpg') no-repeat center / cover;*/
	background: #FFF !important;
	mix-blend-mode: screen;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.idx_good .good_box .good_title .title_box {
	width: 100%;
	height: auto;
}

.idx_good .good_box .good_title .title {
	font-size: var(--font48);
	font-weight: bold;
	color: #000;
}

.idx_good .good_box .good_main {
	z-index: 5;
}

.idx_good .good_box .good_main .center_box {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.idx_good .good_box .good_main .good_content {
	width: 100%;
	height: auto;
	text-align: center;
}

.idx_good .good_box .good_main .good_content .title {
	width: 100%;
	height: auto;
	font-size: var(--font36);
	font-weight: 700;
	color: #FFF;
}

.idx_good .good_box .good_main .good_content .details {
	width: 100%;
	height: auto;
	margin-top: clamp(20px, 2.08333333vw, 40px);
	font-size: var(--font24);
	font-weight: 700;
	color: #FFF;
	line-height: 2;
	overflow: hidden;
}

.idx_good .good_box .good_main .good_content .more {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: clamp(35px, 3.64583333vw, 70px);
}

.idx_good .good_box .good_main .good_content .more a {
	width: auto;
	min-width: clamp(7.5rem, calc(3.344rem + 6.49vw), 10rem);
	height: clamp(2.5rem, calc(1.669rem + 1.3vw), 3rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	gap: 10px;
	padding: 0 20px;
	border-radius: 50px;
	background: #FFF;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

.idx_good .good_box .good_main .good_content .more .word {
	width: auto;
	height: auto;
	text-align: left;
	font-size: var(--font14);
	font-weight: 300;
	color: #189CFD;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.idx_good .good_box .good_main .good_content .more .icon {
	width: clamp(1rem, calc(0.377rem + 0.97vw), 1.375rem);
	height: clamp(1rem, calc(0.377rem + 0.97vw), 1.375rem);
	background: #189CFD;
	-webkit-mask: url('../images/icon_arrow_right.png') no-repeat center / 100% auto;
	mask: url('../images/icon_arrow_right.png') no-repeat center / 100% auto;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.idx_good .good_box .good_main .good_content .more a:hover {
	background: #189CFD;
}

.idx_good .good_box .good_main .good_content .more a:hover .word {
	flex: 1;
	color: #FFF;
}

.idx_good .good_box .good_main .good_content .more a:hover .icon {
	background: #FFF;
}

.idx_good .good_box .good_main .images {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
	overflow: hidden;
}

.idx_good .good_box .good_main .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.idx_good .good_box .good_images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:990px) {
	.idx_good {
		height: auto;
	}
	.idx_good .good_box .good_main {
		display: none;
	}
	.idx_good .good_box {
		height: auto;
		position: relative;
		left: unset !important;
		top: unset !important;
	}
	.idx_good .good_box .good_title,
	.idx_good .good_box .good_main,
	.idx_good .good_box .good_images {
		position: relative;
	}
	.idx_good .good_box .good_images {
		position: static !important;
	}
	.idx_good .good_box .good_images {
		display: block !important;
	}
	.idx_good .good_box .good_title {
		padding: 80px 20px;
	}
	.idx_good .good_box .good_main {
		min-height: 60vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 60px 0;
		display: none !important;
	}
	.idx_good .good_box .good_main .images {
		display: block;
	}
}

h1.one {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-weight: 36px;
	margin-left: -30px;
}

h1.one span {
	display: inline-block;
	font-size: 60px;
	margin: 0 5px;
}

.text_bt {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	margin: 40px 0;
}

.quanbox {
	display: flex;
	justify-content: center;
}

.quanbox img {
	max-width: 1200px;
}

.about-partner {
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
}

.about-partner .wrapper {
	max-width: 100%;
	padding-top: 1.22rem;
	padding-bottom: 1.01rem;
	overflow: hidden;
}

.about-partner .wrapper .wrapper-con {
	position: relative;
	margin-top: 0.7rem;
}

.about-partner .wrapper .wrapper-con::before {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: 4.75rem;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
	z-index: 1;
}

.about-partner .wrapper .wrapper-con::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	right: 0;
	top: 0;
	width: 4.75rem;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
	z-index: 1;
}

.about-partner .wrapper .wrapper-con .box {
	--dur: 60s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 0.2rem;
}

.about-partner .wrapper .wrapper-con .box:first-child {
	margin-top: 0;
}

.about-partner .wrapper .wrapper-con .box:nth-child(2) {
	--dur: 60s;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.about-partner .wrapper .wrapper-con .box:nth-child(2) .box-wrapper {
	-webkit-animation-name: scrollRight;
	animation-name: scrollRight;
}

.about-partner .wrapper .wrapper-con .box:hover .box-wrapper {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper {
	-webkit-animation-name: scrollLeft;
	animation-name: scrollLeft;
	-webkit-animation-duration: var(--dur);
	animation-duration: var(--dur);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	height: 100px;
	padding: 0px 15px;
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	margin: 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li:hover {
	box-shadow: 0px 0px 1rem 0px rgba(187, 187, 187, 0.55);
	background-color: rgba(255, 255, 255, 0.6);
}

.about-partner .wrapper .wrapper-con .box .box-wrapper ul li img {
	max-width: 100%;
	max-height: 100%;
}

.sq {
	position: absolute;
	transform: translateY(-50%);
	max-width: 744px;
	-webkit-animation: rotate360 30s linear 0s infinite;
	animation: rotate360 30s linear 0s infinite;
}

.sq.sq1 {
	right: 92%;
	top: 20%;
}

.sq.sq2 {
	left: 92%;
	top: 20%;
}

@-webkit-keyframes rotate360 {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate360 {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate360 {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes scrollLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes scrollLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes scrollRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes scrollRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}


/**/

.pkbox {
	position: relative;
	display: flex;
}

.pkbox>div {
	width: 50%;
	border: 1px solid #eaeaea;
}

ul.ys li {
	display: flex;
	padding: 30px 0;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	align-items: flex-start;
}

.ys.yes h5 {
	color: #000;
}

ul.ys li:last-child {
	border: none;
}

ul.ys li img {
	margin-right: 15px;
	width: 18px;
	margin-top: 5px;
}

ul.ys {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.pkbox .ttb {
	text-align: center;
}

.pk_left .ttb h2 {
	background: #dcdcdc;
	color: #666;
}

.pk_right .ttb h2 {
	background: #03479d;
	color: #fff;
}

.pkbox .ttb h2 {
	padding: 20px 15px;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 3px;
}

.pk_left h5 {
	color: #666;
}

.pk_left {
	background: #f6f6f6;
}

.pk_left p {
	color: #999;
}

.ys.yes li img {
	width: 30px;
}

.pkbox>div.pkbtn {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 72px;
	background: #9bc6ff;
	color: #fff;
	text-transform: uppercase;
}

.pkbox>div.pkbtn>div {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pkbox>div.pkbtn>div h3 {
	font-size: 40px;
}

.pkbox>div.pkbtn>div:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-right: 80px solid transparent;
	border-left: 80px solid transparent;
	border-top: 40px solid #9bc6ff;
}


/**/

.news-wrapper {
	margin-bottom: -40px;
}

.news-wrapper .swiper-slide {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 35px 25px;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 10px;
}

.news-wrapper .swiper-slide:before {
	position: absolute;
	z-index: 0;
	content: "";
	height: 2px;
	left: 50%;
	bottom: 0;
	right: 50%;
	background: #03479d;
	transition: all 0.5s;
}

.news-wrapper .swiper-slide>div {
	position: relative;
	z-index: 1;
}

.news-wrapper .swiper-slide:hover {
	border: 1px solid #fff;
}

.news-wrapper .swiper-slide:hover:before {
	left: 0%;
	right: 0%;
	transition: all 0.5s
}

.news-wrapper .swiper-slide:hover h3 {
	color: #03479d;
}

.news-wrapper .swiper-slide .new_b span {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

.news-wrapper .img_box {
	width: 100%;
	overflow: hidden;
}

.news-wrapper .swiper-wrapper {
	height: initial;
}

.news-wrapper .swiper-wrapper h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 100px;
	color: #000;
	line-height: 30px;
	min-height: 60px;
}

.new_b {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: space-between;
}

span.date {
	color: #999;
	font-size: 16px;
}

.news-wrapper .swiper-pagination {
	position: initial;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #03479d;
	margin: 0 5px;
}


/**/

footer .footer_top {
	padding: 80px 0 50px;
}

.footer_bottom {
	padding: 18px 0;
	background: #03479d;
	color: #fff;
}

.footer_bottom .container {
	display: flex;
	align-items: center;
	font-size: 14px;
	justify-content: space-between;
}

.footer_one {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_one .hot_contact {
	width: 400px;
}

.footer_one .hot_contact>div {
	display: flex;
	align-items: center;
}

.footer_one .hot_contact p {
	display: block;
	color: #333;
}

.footer_one .hot_contact h1 {
	font-weight: bold;
	color: #03479d;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
}

.footer_one .hot_contact img {
	width: 40px;
	margin-right: 10px;
}

.footer_two .footer_two_title {
	display: flex;
	margin-bottom: 20px;
}

.footer_two .footer_two_title img {
	width: 20px;
	margin-right: 10px;
}

.footer_two {
	display: flex;
	margin: 40px 0;
	padding: 40px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_two_left>ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_two_left>ul li {
	margin-right: 20px;
}

.footer_two_left>ul li p {
	text-align: center;
	line-height: 28px;
	font-size: 14px;
}

.footer_two_left>ul li img {
	max-width: 100px;
}

.footer_two_right {
	width: 400px;
}

.footer_two_right .form {
	width: 100%;
}

.footer_two_right .form-input {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.footer_two_right .form-input button {
	position: absolute;
	border-radius: 46px;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 30px;
	background: #03479d;
	color: #fff;
}

.footer_two_right .form-input:last-child {
	margin-bottom: 0;
}

.footer_two_right .form-input input {
	outline: 0;
	padding: 10px 30px;
	height: 46px;
	border: 1px solid #eaeaea;
	border-radius: 50px;
	background: #f5f7fa;
}

.footer_two_right .form-input #mail {
	padding-right: 100px;
}

footer .foot_nav {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 3% 30px 0;
	justify-content: space-between;
}

footer .foot_nav .foot-nav-item {
	max-width: 16.666%;
}

footer .foot_nav .foot-nav-item:last-child {
	width: auto;
}

footer .foot_nav .foot-nav-item .foot-nav-title {
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}

footer .foot_nav .foot-nav-item li a {
	font-size: 14px;
}


/**/

.application_index {
	position: relative;
}

.application_bj {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.application_bj li {
	display: none;
}

.application_bj li.cur {
	display: flex;
	width: 100%;
	height: 100%;
}

.application_index .container {
	position: relative;
	z-index: 1;
}

.application_index .title h1 {
	color: #fff;
}

.application_index .appcen {
	display: flex;
	color: #fff;
	justify-content: space-between;
}

.appcen_left {
	position: relative;
	width: 50%;
}

.appcen_left .appcen_left_info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.appcen_left .appcen_left_info:first-child {
	display: block;
}

.appcen_left .appcen_left_info>div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.appcen_left img {
	width: 250px;
	margin-bottom: 15px;
	filter: brightness(0) invert(1);
}

ul.appcen_right {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	width: 40%;
	justify-content: flex-end;
}

ul.appcen_right li {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 15px;
	width: calc(33.33% - 30px);
	border: 1px solid #fff;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}

ul.appcen_right li img {
	width: 38px;
	filter: brightness(0) invert(1);
}

ul.appcen_right li.cur {
	background: #03479d8a;
}


/**/

.headline {
	margin-bottom: 40px;
	text-align: center;
}

.headline p {
	font-size: 20px;
}

.headline h2 {
	font-size: 36px;
	color: #000;
	margin-bottom: 0;
}

.content_con_box {
	scroll-margin-top: 120px;
	padding: 80px 0;
	overflow: hidden;
	min-height: 600px;
}

.about_text_box>div.ablogo {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_text_box>div.ablogo h5 {
	font-weight: bold;
	color: #000;
	font-size: 30px;
	margin-bottom: 0;
}

.about_text_box>div.ablogo>img {
	width: 300px;
}

.company-wrapper {
	width: 55%;
}

.company-wrapper.swiper-container {
	overflow: initial!important;
	padding-bottom: 30px
}

.company-wrapper .swiper-wrapper {
	overflow: initial;
}

.company-wrapper .swiper-button-next {
	right: -25px;
}

.company-wrapper .swiper-button-prev {
	left: -25px;
}

.company-wrapper .swiper-button-next,
.company-wrapper .swiper-button-prev {
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.3s;
}

.company-wrapper .swiper-button-next:hover,
.company-wrapper .swiper-button-prev:hover {
	top: calc(50% - 10px);
	transition: all 0.3s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.company-wrapper .swiper-button-prev:after,
.company-wrapper .swiper-button-next:after {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.company-wrapper .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.company-wrapper .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.company-wrapper {
	padding-bottom: 30px;
}

.company-wrapper .swiper-pagination {
	bottom: 0px!important;
}

.company-wrapper .swiper-pagination-bullet i {
	background: #03479d;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.company-wrapper .swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #03479d;
	position: relative;
	z-index: 1;
}

.company-wrapper .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.company-wrapper .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.company-wrapper .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}
	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}
	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}
	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}
	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}
	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}
	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}
	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}
	/*0913*/
}


/**/

.honor_text {
	display: flex;
	margin-bottom: 30px;
	border-radius: 400px;
	padding: 2% 5%;
	background: #f5f5f5;
	align-items: center;
}

p.p1 {
	font-weight: bold;
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}

.honor_text .left {
	max-width: 60%;
}

.honor_text .right {
	border-radius: 50%;
	margin-right: 5%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.honor-wrapper {
	padding-bottom: 40px;
	margin-bottom: -40px;
}

.honor-wrapper.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0!important;
}

.honor-wrapper .swiper-pagination-bullet-active {
	background: #03479d;
}


/**/

.lxfs {
	border: 1px solid #eaeaea;
}

.lxfs .lxfs_top,
.lxfs_bottom {
	flex-wrap: wrap;
	position: relative;
	display: flex;
	border-bottom: 1px solid #eaeaea;
}

.lxfs .lxfs_top>div:last-child {
	width: 33.33%;
	border: none;
}

.lxfs .lxfs_top>div {
	display: flex;
	width: calc(33.33% - 1px);
	padding: 3%;
	border-right: 1px solid #eaeaea;
	flex-direction: column;
}

.lxfs .lxfs_top>div .hottb {
	width: 40px;
}

.lxfs .boldp p {
	font-weight: bold;
	font-size: clamp(20px, 2vw, 40px);
	line-height: 50px;
	margin: 0;
	font-family: "Poppins", sans-serif;
}

.imgewmtb {
	margin-bottom: 40px;
	width: 41px;
	height: 41px;
	display: flex;
	border: 1px solid #03479d;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.lxfs_top span,
.lxfs_bottom span {
	display: inline-block;
	margin-top: 15px;
	color: #999;
}

.imgewmtb em {
	color: #03479d;
}

.lxfs_bottom>div {
	width: 50%;
	padding: 3%;
}

.lxfs_bottom>div:first-child {
	width: calc(50% - 1px);
	border-right: 1px solid #eaeaea;
}

.lxfs_bottom h5 {
	font-weight: bold;
	font-size: clamp(14px, 3vw, 24px);
}

div.meida ul {
	display: flex;
	margin: -10px;
}

div.meida ul li {
	margin: 10px;
	text-align: center;
}
div.meida ul li img{
	max-width: 100px;
}
div.meida h3 {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.meida .imgewmtb img {
	width: 18px;
}


/**/

.content_con_box.message {
	position: relative;
}

.content_con_box.message:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	top: 20%;
	left: 50%;
	background: #03479d;
}

.map_message {
	display: flex;
	position: relative;
	overflow: hidden;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	background: #fff;
}

#allmap {
	display: block;
	width: 50%;
	height: 600px;
	position: relative;
}

.message_box {
	display: flex;
	width: 50%;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.message_box #feedback {
	padding: 10%;
	width: 100%;
}

.message_box #feedback>h3 {
	font-size: 20px;
	margin-bottom: 40px;
	color: #000;
}

.message_box #feedback label {
	color: #000;
	font-weight: normal;
}

.message_box #feedback .form-control,
.message_box #feedback .form-textarea {
	background: none;
	border: none;
	padding: 0;
	border-bottom: 1px solid #000;
	outline: 0!important;
	color: #000;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 10px 15px;
	height: 50px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}

.message_box #feedback .form-control:focus {
	border-bottom: 1px solid #00aeef;
	box-shadow: initial!important;
}

#feedback .feedback-submit {
	width: 100%;
	margin-top: 15px;
	border-radius: 0;
	background: #000;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	height: 50px;
}

#feedback .feedback-submit:hover {
	background: #03479d;
}

.form-group.l {
	display: flex;
	align-items: flex-end;
}
/**/
.newsny-wrapper{
	padding-bottom: 40px;
	margin-bottom: -40px;
}
.newsny-wrapper .swiper-pagination-bullet-active{
	background: #03479d;
}
.newsny-wrapper p{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 15px 0;
	min-height:60px;
    -webkit-box-orient: vertical;
}
.newsny-wrapper span{
	font-size: 16px;
	color: #999;
}
.news_list,.news_list ul{
	width: 100%;
}
.news_list ul li{
	position: relative;
	list-style: none;
	width: 100%;
	padding: 30px 60px 30px 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s; 
}

.news_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_list ul li a>.morenews{
	    display: flex;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    border-left: 1px solid #eaeaea;
    z-index: 2;
    align-items: center;
    justify-content: center;
	font-size: 30px;
	color: #666;
}
.news_list ul li a .textbox{
	width: calc(100% - 400px);
}

.news_list ul li a .textbox >div{
	margin-top: 20px;
}
.news_list ul li a .textbox >div i{
	margin-right: 10px;
}
.news_list ul li a .textbox h2{
	padding-bottom:20px;
	padding-right: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	
}
.news_list ul li a .textbox h2 span{
	font-size: 26px;
	display: inline-block;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    line-clamp:1;
    color: #000;
    -webkit-box-orient: vertical;
}
.news_list ul li a .textbox p{
	min-height:60px;
	padding-right: 20px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient: vertical;
}



.news_list ul li:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.news_list ul li:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	width: 0;
	background:#03479d;
	transition: all 0.3s;
	z-index: 1;
}
.news_list ul li:hover:before{
	width:60px;
}


.news_list ul li:hover .morenews i{
	color: #fff;
}
.news_main_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 2rem;
	border-bottom: 1px solid #ddd;
}
.news_link {
	margin-top: 2rem;
}

.news_link a {
	margin-right: 1rem;
	color: #999;
}

.news_link a i {
	margin-right: 0.4rem;
}

.news_details {
	min-height: 460px;
	padding: 2rem 0;
}
.news_details video{
	width:100%;
	margin-top:20px;
	aspect-ratio: 5 / 3;
    background: #000;
}
.news_details p {
	margin-bottom: 0.7rem;
}
a.back {
	display: flex;
	width: 3.5rem!important;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

a.back:hover {
	color: #fff;
	background: #03479d;
}
.page_tb {
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page_tb a {
	color: #999;
}

.page_tb i {
	margin: 0 0.7rem;
}

.page_tb a:hover,
.news_link a.more_cen:hover {
	color:#03479d;
}
.news_list ul li .img_box{
	width: 370px;
	margin-right: 30px;
	    aspect-ratio: 5 / 3;
	    overflow: hidden;
}
.news_list ul li .img_box img{
	width: 100%;
}
/**/
.equipment,.downlist{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.equipment li{
	margin: 10px;
	width: calc(33.333% - 20px);
	border: 1px solid #eaeaea;
}
.equipment p{
	line-height: 30px;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
}
.text_nl{
	padding: 30px;
	border: 1px solid #eaeaea;
	margin-bottom: 40px;
}
.text_nl h3{
	margin: 15px 0;
	font-weight: bold;
	color:#03479d;
	font-size: 18px;
}
.downlist li{
	margin: 10px;
	width: calc(50% - 20px);
	border: 1px solid #eaeaea;
	padding: 20px;
}
.downlist li:hover{
	background:#03479d;
}
.downlist a{
	color: #000;
	width: 100%;
display: flex;
    align-items: center;
    justify-content: space-between;	
}
.downlist li:hover a{
	color: #fff;
}
.downlist a p{
	font-size: 18px;
}
.after-sales h2{
	font-weight: bold;
	color: #03479d;
	font-size: 24px;
	
}
.after-sales p{
	line-height: 30px;
}
/**/
.products_cen{
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.products_cen li{
	padding-top: 6%;
	margin: 15px;
	width: calc(50% - 30px);
	
}

.products_cen li .product_show{
	box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.products_view{
	padding:120px 0 0px;
	background:url(../images/bj.jpg) no-repeat center;
	background-size: cover;
}
/**/


.pro-view-container .pro-view-left {
	width: 50%;
	margin-right: 30px;
}

.pro-view-img {
	width: 100%;
	position: relative;
}

.pro-view-img img {
	max-height: 600px;
	width: auto!important;
}

.pro-view-img .swiper-slide {
	display: flex;
	padding: 5%;
	width: 100%!important;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	height: auto;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container {
	display: flex;
	flex-direction: row;
	    align-items: center;
	    justify-content: space-between;
}

.pro-view-container .pro-view-right {
	width: calc(50% - 30px);
	background: #fff;
	padding: 30px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.pro-view-container .pro-view-right .headline{
	text-align: left;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}
.pro-view-container .pro-view-right .headline h2{
	font-size:30px;
	font-weight: bold;
}
table.cs  {
	width: 100%;
	
}
.cs th{
	background: #ddd;
	color: #333!important;
	font-weight: normal;
}
.cs td,
.cs th{
	padding:15px 15px;
	border: 1px solid #eaeaea;
	color: #000;
	 white-space: nowrap;
}
.cs td:first-child{
	color: #666;
}
.tabel_box{
	width: 100%;
	overflow-y: auto;
}

.tabel_box table{
	min-width: 600px;
}
.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.gallery-protwo .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #174094;
}

.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}


.gallery-pro {
	overflow: hidden;
}


.pro-view-jj .swipers-btn {
	width: 30px;
	background: #f0f4f7;
	border-radius: 0;
	top: 30px;
	height: auto;
	bottom: 0px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-jj .swipers-btn:hover {
	background:#03479d;
	color: #fff;
}

.pro-view-jj .pro-view-but-next {
	left: 0;
}

.pro-view-jj .pro-view-but-prev {
	right: 0;
}

.pro-view-right .text-box p{
	line-height: 30px;
}
.pro-type-mobile {
	padding: 15px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	background: #03479d;
	color: #fff;
}

.pro-type-mobile i {
	margin-right: 10px;
	font-size: 16px;
}
.btn_p {
	margin-top: 30px;
	display: flex;
}

.btn_p a {
	margin-right: 20px;
	width: 137px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background:#03479d;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#03479d;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}
.product-center-nav{
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	   
}
.product-center-nav li{
	padding: 15px 20px;
	width: 100%;
	margin-bottom: 15px;
	background: #fff;
}
.product-center-nav li.cur{
	background: #03479d;
	color: #fff;
}

.prodetail{
	    display: flex;
    align-items: flex-start;
        justify-content: space-between;
}
.prodetail_right{
	background: #fff;
	padding: 30px;
	width: calc(100% - 330px);
}
.prodetail_right>div{
	display: none;
}
.prodetail_right>div:first-child{
	display: block;
}
.prodetail_nav{
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.prodetail_right div.xh{
	padding: 15px;
	background: #e6f0fd;
	border: 1px dashed #03479d;
	margin-bottom: 20px;
}
.prodetail_right ul.hx{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.prodetail_right ul.hx li{
	margin: 10px;
	width: calc(50% - 20px);
	padding: 15px;
	border: 1px solid #eaeaea;
}
.prodetail_right ul.hx li span{
	display: inline-block;
	font-weight: bold;
	color:#03479d;
	font-size: 18px;
	margin-bottom: 20px;
}
/**/
.join_list li {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	  border: 1px solid #EAEAEA;
}

.join_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 50px 25px 35px;
	align-items: center;
	cursor: pointer;
}

.zpTopLeft {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.zpTopLeft .zpTopCn {
	font-size: 20px;
	color: #000;
	line-height: 2em;
}

.zpTopLeft .zpTopEn {
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}



.zpTopRight .anniu {
	display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    background:#f0f4f7;
    justify-content: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.zpTopRight.cur .anniu {
	color: #fff;
	transform: rotate(180deg);
	transition: all 0.3s;
}
.join_hiden {
	width: 100%;
	border-top: #dadada solid 1px;
	padding: 30px 50px 50px 30px;
	transition: all 1s;
	background: #fff;
	display: none;
	z-index: 1;
}

.join_hiden p {
	line-height: 28px;
}

.join_hiden.cur {
	display: block;
	transition: all 1s;
}
.txet_join{
	padding: 30px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	margin-bottom: 30px;
	background: #f5f5f5;
}
.txet_join h4{
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
@media (max-width:1670px) {
	header.header .header-box.container {
		max-width: 100%!important;
		padding: 0 2%;
	}
}

@media (max-width:1420px) {
	.product_show .text_pro h4{
		font-size:24px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0!important;
	}
}

@media (max-width:1440px) {
	header.header .navbar-nav .nav-item {
		padding: 0 12px;
	}
	header.header .navbar {
		margin-right: 0;
	}
}

@media (max-width:1260px) {
	header.header .header-box.container{
	padding-top:10px;
	padding-bottom:10px;
	
	}
	.application_list li {
    padding: 10px;
    width: calc(50% - 30px);
}
	.industry li .text_box{
		padding:3%;
	}.industry li .text_box h4 {
    margin: 20px 0;
    padding-bottom: 20px;
	}
	.xlul li {

    width: calc(50% - 20px);
	}
	    #cart .form-row {
		flex-direction: row;
        flex-wrap: wrap;
		}
	.product-center-nav{
		width: 220px;
	}
	.prodetail_right {
    padding:20px;
    width: calc(100% - 250px);
	}
	.lxfs .lxfs_top>div {
		border-right: 0;
		width: 50%;
		border-bottom: 1px solid #eaeaea;
	}
	.lxfs .lxfs_top>div:last-child {
		border-bottom: none;
	}
	.lxfs .lxfs_top>div:first-child {
		width: calc(50% - 1px);
		border-right: 1px solid #eaeaea;
	}
	.honor_text .left img {
		width: 200px;
	}
	p.p1 {
		font-size: 20px;
	}
	.honor_text {
		padding: 2%;
	}
	.company-wrapper {
		width: 60%;
	}
	.content_con_box {
		min-height: initial;
	}
	.about_text_box>div.ablogo>img {
		width: 200px;
	}
	.about_text_box>div.ablogo h5 {
		font-size: 26px;
	}
	ul.appcen_right {
		margin: -5px;
	}
	ul.appcen_right li {
		margin: 5px;
		width: calc(50% - 10px);
	}
	.header .header-box.container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	header.header .navbar {
		display: none;
	}
	.moblie_title_right {
		display: block;
	}
	.product_show .text_pro h4 {
		font-size: 24px;
	}
	.products_list .product_show .keywords {
		font-size: 14px;
	}
	.about_cen {
		flex-direction: column;
	}
	.about_cen .about_right {
		width: 100%;
	}
	.about_left {
		margin: 30px 0 0;
		height: 400px;
		width: 100%;
	}
	.about-partner .wrapper .wrapper-con .box .box-wrapper ul li {
		width: 160px;
	}
	.quanbox img {
		max-width: 800px;
	}
	.pkbox>div.pkbtn {
		width: 130px;
	}
	.pkbox>div.pkbtn>div:before {
		border-right: 65px solid transparent;
		border-left: 65px solid transparent;
		border-top: 30px solid #9bc6ff;
	}
	.message_box #feedback{
		padding:20px;
	}
	.message_box #feedback label{
		margin-bottom: 0;
	}
	.feedback-form .form-control-input .form-control, .feedback-form .form-textarea{
		height: 45px;
	}
	.form-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px;
		flex-direction: column;
	}
	.form-row .col-md-6{
		max-width: 100%;
	}
}

@media (max-width:991px) {
	.industry li {
	
    align-items: center;
    flex-direction: column!important;
	}
	.industry li .img_box{
		width: 100%;
	}
	.industry li .text_box{
		width: 100%;
	}
	.xlul li {

    width: calc(100% - 20px);
	}
	.join_top{
		padding:30px;
	}
	.products_cen li{
		    padding-top:9%;
		width: calc(100% - 30px);
	}
	.product-center-nav{
		width:calc(100% + 10px);
		margin: -5px -5px 10px;
	}
	.prodetail_right{
		width: 100%;
	}
	
	.product-center-nav li{
		padding: 10px;
		margin: 5px;
		width: calc(33.33% - 10px);
	}
	.prodetail {

    justify-content: space-between;
    flex-direction: column;
}
	.products_view{
		padding: 60px 0 60px;
	}
	.pro-view-container .pro-view-left{
		width: 100%;
		margin-right: 0;
	}
	.pro-view-container .pro-view-right{
		width: 100%;
	}
	.pro-view-container {

    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
	.equipment li {
    width: calc(50% - 20px);
}
.equipment p{
	padding: 5px;
}
	.news_list ul li a .textbox h2 span{
		font-size:18px;
		
	}
	.news_list ul li{
		padding: 30px;
	}
	.news_list ul li a>.morenews{
		display: none;
	}
	.news_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
	}
	.news_list ul li .img_box{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news_list ul li .img_box,
	.news_list ul li a .textbox{
		width: 100%;
	}
	.lxfs_bottom>div,
	.lxfs .lxfs_top>div{
		padding: 20px;
	}
	.imgewmtb{
		margin-bottom: 20px;
	}
	.lxfs_bottom h5 b{
		display: block;
		font-size: 20px;
	}
	.lxfs_bottom>div,
	.lxfs .lxfs_top>div{
		width: 100%!important;
		border: none!important;
		border-bottom: 1px solid #eaeaea!important;
	}
	.honor_text .right {
		width: 100%;
		text-align: center;
		margin: 0;
		aspect-ratio: inherit
	}
	.honor_text .right img {
		max-width: 120px;
	}
	.honor_text {
		text-align: center;
		align-items: flex-start;
		flex-direction: column;
		background: none;
	}
	.honor_text .left {
		max-width: 100%;
	}
	.about_text_box>div.ablogo {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.about_text_box>div.ablogo>img {
		margin-bottom: 20px;
	}
	.company-wrapper {
		width: 90%;
	}
	.company_text .about-num ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.company_text .about-num ul li {
		width: 33.333%;
	}
	.index-banner-swiper .title-1>img {
		width: 400px;
	}
	.index-banner-swiper .title-2 {
		font-size: 30px;
	}
	.index-banner-swiper .title-1 {
		font-size: 80px;
		line-height: 80px;
	}
	.title h1 {
		font-size: 30px;
	}
	.title h1:before {
		width: 35px;
		height: 35px;
		top: -18px;
	}
	.about_cen .about_right>img,
	.honor_text .left img {
		width: 200px;
	}
	.about_cen .about_right h1 {
		font-size: 26px;
	}
	.about-num ul li h5 span {
		font-size: 40px;
	}
	.about-num ul li h5 {
		margin-top: 20px;
	}
	.about-partner .wrapper .wrapper-con .box .box-wrapper ul li {
		width: 140px;
		height: 70px;
	}
	#idxGoodFixed {
		display: none;
	}
	h1.one {
		font-size: 30px;
	}
	h1.one span {
		font-size: 50px;
	}
	.text_bt {
		font-size: 20px;
		line-height: 40px;
	}
	.quanbox img {
		max-width: 90%;
	}
	.pkbox {
		flex-direction: column;
	}
	.pkbox>div {
		width: 100%;
	}
	ul.ys li {
		width: 100%;
		padding: 15px 0;
	}
	ul.ys {
		width: 90%;
	}
	.pkbox>div.pkbtn {
		position: inherit;
		width: 100%;
		left: 0;
		transform: inherit;
	}
	.pkbox>div.pkbtn>div:before {
		display: none;
	}
	ul.appcen_right li {
		padding: 10px;
		width: calc(50% - 10px);
		aspect-ratio: inherit;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.appcen_left img {
		width: 200px;
	}
	.application_index .appcen {
		flex-direction: column;
	}
	ul.appcen_right {
		width: 100%;
		justify-content: flex-start;
	}
	.appcen_left .appcen_left_info,
	.appcen_left .appcen_left_info>div {
		position: initial;
	}
	.appcen_left {
		width: 100%;
		margin-bottom: 30px;
	}
	ul.appcen_right li img {
		width: 30px;
	}
	.appcen_left .appcen_left_info h4 {
		margin-bottom: 30px;
	}
	footer .foot_nav {
		display: none;
	}
	footer .footer_top {
		padding: 60px 0 30px;
	}
	.footer_bottom .container {
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.footer_two {
		margin-bottom: 0;
		border-bottom: none;
	}
	.footer_one {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.footer_one>img {
		width: 50%;
		max-width: 300px;
		margin-bottom: 20px;
	}
	.footer_two_right {
		display: none;
	}
	.footer_bottom .container {
		font-size: 12px;
	}
	.footer_one .hot_contact {
		width: 100%;
	}
	.footer_two {
		padding-bottom: 0;
	}
	.map_message {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.message_box{
	width: 100%;
}
.message_box #feedback{
	padding: 5%;
}
#allmap{
	width: 100%;
	height: 400px;
}
.content_con_box.message:before{
	top: 50%;
	left: 0;
}
.news_main_title {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
}

@media (max-width:768px) {
	
	.application_list li {
    padding: 10px;
    width: calc(100% - 30px);
	}
	.title_banner .text p{
		font-size:12px
	}
	.industry li .text_box h4{
		font-size:18px
	}
	.text_nl h2,.news_main_title h3{
		font-size:20px
	}
	.xlul li h6{
		font-size:18px
	}
	.text_nl{
		padding:15px
	}
	.banner_main{
		min-height:60vh
	}
	.join_top{
		padding:15px 15px;
	}
	.prodetail_nav h4{
		font-size: 20px;
	}
	.prodetail_right ul.hx li{
		width: calc(100% - 20px);
	}
	.equipment li {
    width: calc(100% - 20px);
}
	div.meida ul li img{
		width: 100px;
	}
	.lxfs .boldp p{
		line-height: 30px;
	}
	.content_con_box {
		padding: 40px 0;
	}
	.about_text_box>div.ablogo {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.company-wrapper .swiper-button-next,
	.company-wrapper .swiper-button-prev {
		display: none;
	}
	.about-num ul li h5 {
		margin-bottom: 0;
	}
	.company_text .about-num ul li {
		margin-bottom: 20px;
	}
	.company_text .about-num ul li:last-child {
		width: 66.6666%;
	}
	.title_banner h1,.appbanner.title_banner h1{
		font-size:42px;
	}
	.title_banner>p,
	.headline h2,
	.pro-view-container .pro-view-right .headline h2{
		font-size: 24px;
	}
	.pro-view-img img{
		width: 100%;
	}
	.honor-wrapper {
		margin-bottom: 0;
	}
	.about_text_box>div.ablogo>img {
		width: 160px;
	}
	.about_text_box>div.ablogo h5 {
		font-size: 16px;
	}
	header.header .header-box .header-right .lang_box {
		display: none;
	}
	header.header .navlogo>div,
	a.cart {
		display: none;
	}
	header.header .navlogo {
		width: initial;
	}
	header.header .navlogo a {
		width: 140px!important;
	}
	header.header {
		padding: 6px 0;
	}
	.header.active .header-box.container {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.title h1 {
		margin-left: 0;
	}
	.title h1 {
		font-size: 26px;
	}
	.index-banner-swiper .title-1>img {
		width: 60%;
	}
	.index-banner-swiper .title-2 {
		font-size: 20px;
	}
	.index-banner-swiper .title-1 {
		font-size: 60px;
	}
	.index-banner-swiper .banner-pagination span .circle,
	.index-banner-swiper .banner-pagination span {
		width: 20px;
		height: 20px;
	}
	.index-banner-swiper .banner-pagination span::before {
		width: 5px;
		height: 5px;
	}
	.warp {
		padding: 50px 0;
	}
	.scroll-center .scroll-1 {
		display: none;
	}
	.about_cen .about_right>img,
	.appcen_left img {
		width: 180px;
	}
	.about_cen .about_right h1 {
		font-size: 18px;
	}
	.about-num ul li h5 span {
		font-size: 28px;
	}
	.about-num ul li h5 {
		font-size: 16px;
	}
	.about_left {
		height: 200px;
	}
	.about-num ul li h5 {
		margin-top: 0;
	}
	.about-partner .wrapper .wrapper-con::before,
	.about-partner .wrapper .wrapper-con::after {
		display: none;
	}
	.about_cen {
		margin-bottom: 0;
	}
	.about-partner .wrapper .wrapper-con .box .box-wrapper ul li {
		width: 100px;
		height: 50px;
		margin: 3px;
	}
	h1.one {
		font-size: 22px;
	}
	.ys.yes li img {
		width: 20px;
		margin-top: 3px;
	}
	ul.ys li img {
		margin-top: 6px;
		width: 14px;
	}
	ul.ys {
		padding-bottom: 15px;
	}
	ul.ys h5 {
		font-size: 18px;
	}
	.pkbox .ttb h2 {
		font-size: 20px;
	}
	h1.one span {
		font-size: 40px;
	}
	.index-banner-swiper {
		height: 70vh;
	}
	.btn_p a{
		width: 100px;
		height: 40px;
	}
	.pro-view-container .pro-view-right{
		padding:20px;
	}
	.industry li .text_box{
		padding:20px;
	}
}

@media (max-width:680px) {
	.appbanner.title_banner h1{
		font-size:26px;
	}
	.application_list .textbox h2{
		font-size:16px;
	}
	.news_list ul li{
		padding:15px;
	}
	.about-partner .wrapper {
		padding: 0;
	}
	.headline,
	.title {
		margin-bottom: 30px;
	}
	.index-banner-swiper .title-1 {
		font-size: 40px;
	}
	.products_list .product_show {
		padding: 15px 20px;
	}
	.product_show .text_pro span {
		margin-bottom: 12px;
	}
	.product_show .text_pro h4 {
		font-size: 18px;
	}
	.products_list .product_show .keywords {
		font-size: 12px;
		line-height: 18px;
	}
	.products_list .product_show .text_pro .more,
	.cp-swiper .cp_button>div {
		width: 40px;
		height: 40px;
	}
	.title h1:before {
		display: none;
	}
	.title h1 {
		padding-left: 0;
	}
	.index-banner-swiper .title-1 {
		line-height: 40px;
	}
	.index-banner-swiper .title-2 {
		font-size: 18px;
	}
	.header.active .navlogo a {
		width: 130px;
	}
}