body {
	width: 100%;
	overflow-x: hidden;
}
.news_container{
	overflow:hidden;
}
table.cs{
	width:100%;
	font-size:18px;
}
table.cs th{
	padding:10px;
	border:1px solid #fff;
	background:#00a0e9;
	color:#fff;
}
table.cs td{
	padding:10px;
	border:1px solid #ddd
}
table.cs td:first-child{
	font-weight:bold;
	max-width:100px
}
table.cs tr:nth-child(2n){
	background:#eef5fa
}
.certificate-wrapper2 .swiper-slide{
	border-bottom:3px solid #00a0e9;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	overflow:hidden;
}
.ab_info{
	display:flex;
	flex-wrap:wrap;
	margin:-15px;
	margin-top:60px;
}
.ab_info>div{
	margin:15px;
	padding:30px;
	width:calc(50% - 30px);
	border:1px solid #ddd;
}
.ab_info>div h2{
	font-weight:bold;
	font-size:20px;
	padding-bottom:25px;
	margin-bottom:25px;
	color:#00a0e9;
	border-bottom:1px solid #ddd;
}
.index-about-con {
	position:relative;
}

.index-about-con:before{
	position:absolute;
	content:'';
	background:#eef5fa;
	right:0;
	left:10%;
	top:5%;
	z-index:-1;
	bottom:-5%;
}

.index-about-con .about-img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
    width: 50%;
    padding-right: 30px;
	border-bottom-right-radius: 36px;
    overflow: hidden;
}

.about-p {
	float:right;
	padding-top:5%;
	padding-right:3%;
    width: 50%;
    padding-left: 5%;
}
.about-p p{
	margin-bottom:15px;
}
.container-nav-container{
	overflow:hidden;
}
.sample_box{
	background:#f8f8f8;
	border:1px solid #eaeaea;
	height:100%;
	border-radius:15px;
	overflow:hidden;
	flex-direction: column;
	    align-items: center;
}
.ui_btn {
      padding: 8px 16px;
      border: none;
      cursor: pointer;
      font-size: 14px;
      border-radius: 4px;
    }
    .ui_btn_black {
      background-color:#aaa;
      color: white;
	  width:100%;
	  height:48px;
    }
    .ui_btn_black:hover {
      background-color: #007cc2;
    }

    /* 隐藏原生 file input */
    #imageUpload {
      display: none;
    }

    /* 预览图样式 */
    #imagePreview {
      display: none;
	  width:auto;
      max-height: 80px;
      margin-top: 5px;
      border-radius: 4px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
	a.cart{
		    display: inline-block;
    color: #fff;
    padding: 10px;
    min-width: 140px;
    text-align: center;
    background: #00b8ee;
    border-radius: 100px;
	}
	a.cart:hover{
		color:#fff;
		 background:#007cc2;
	}
.cartfeedback .form-control {
    background: none;
    border: none;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 3.25rem;
    padding: .375rem 1.2rem;
    background: #fff;
    border-radius: 0px;
}
.bags-continue {
    text-align: right;
    margin-bottom: 40px;
}
.bags-continue a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #00a0e9;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    color: #00a0e9;
    border-radius:0px;
}
.bags-continue a:hover{
    background:#00a0e9;
    color: #fff!important;
    border-color:#00a0e9;
}
.cartfeedback .form-textarea {
    width: 100%;
    padding: 1rem 1.2rem;
    background: #fff;
    border-radius: 3px;
    height: 8rem;
    border: 1px solid #ddd;
    border-radius: 0px;
    outline: 0;
}
.form-group .feedback-submit {
    margin-top: 1.3rem;
    width: 100%;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a0e9;
    color: #fff!important;
    border-radius: 0px;
}
.applicationli{
	margin:-10px;
	display:flex;
	flex-wrap:wrap;
	
}
.applicationli li{
	margin:10px;
	width:calc(50% - 20px);
}
.applicationli li a{
	display:flex;
}
.applicationli li div{
	width:50%;
}
.applicationli li div.img_box{
	overflow:hidden;
	display:flex;
	justify-content: center;
    align-items: center;
}
.applicationli li div.text_box{
	padding:20px;
	display:flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
	background:#f8f8f8
}

.applicationli li div.text_box h2{
	font-size:28px;
	margin-bottom:20px;
}
span.more  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #000;
    overflow: hidden;
    border: 1px solid #eaeaea;
    color: #555;
    transition: all 0.3s;
}
.applicationli li:hover span.more{
	background: #00a0e9;
    color: #fff;
}
.apppro li{
	width:calc(25% - 20px)!important;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1600px!important;
	}
}
header.header {
	
height: 92px;
	
}
.header_box{
	display: flex;
	padding-left:4%;
	height: 92px;
	    align-items: center;
    justify-content: space-between;
   transition: all 0.3s;
    background: #fff;	
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	
}
.header.active .header_box{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	 z-index: 999;
	 transition: all 0.3s;
}
header.header .navbar {
	display: block!important;
	padding: 0!important;
	margin-right: 20px;
}

header.header .navbar-nav .nav-link {
	    display: flex;
    font-size: 18px;
    color: #000;
    padding: 0;
    height: 70px;
    font-weight: 600;
    align-items: center;
    flex-direction: row;
}

header.header .navbar-nav .nav-item {
	position: relative;
	padding: 0 20px;
}

header.header .navbar-nav .nav-item:before {
	content: "";
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	width: 1px;
	height: 14px;
	background: #333;
	transform: skewX(-20deg);
}


header.header .dropdown-toggle::after{
	display: none;
}
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: #00a0e9;
}
.header_right{
	display: flex;
	height: 100%;
}
.header_right>div{
	width:92px;
	height: 100%;
	border-left: 1px solid #eaeaea;
}

.lang_box {
	cursor: pointer;	
	position: relative;
}

.lang_box .lang {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #333;
    flex-direction: column;
}

.lang_box .lang i {
	font-size: 20px;
}

.lang_box .lang_li {
	display: none;
	position: absolute;
	top: 100%;
	color: #000;
	height: 60px;
	background: #fff;
	border: 1px solid #eaeaea;
	right: -1px;
	left: -1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index:3;
}

.lang_box:hover .lang_li {
	display: block;
}

.lang_box .lang_li a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #0068ff;
	font-weight: bold;
}
.cart{
	height: 100%;
}
.cart a{
	display: flex;
	height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
}
.cart a i,
.search_header i{
	font-size: 20px;
}
.search_header{
	border-left: none;
	background: #00a0e9;
	color: #fff;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/**/
header.header .dropdown-menu_box {
	position: absolute;
	left: 50%;
	margin-left: -130px;
	width: 260px;
	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%;
	white-space: initial;
	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: #00a0e9;
	color: #fff;
}

.moblie_title_right {
	display: none;
	width: 46px;
	height: 46px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
	background: #00a0e9;
}

.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: #fff;
}

.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 {
	color: #333;
	line-height: 3rem;
}
.mobile_header_list .card>a:hover{
	color: #00a0e9;
}
.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: #00a0e9;
	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;
}
/**/
.banner-wrapper{
	position: relative;
	width: 100%;
}
.banner-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}
.banner-wrapper .swiper-slide img{
	width: 100%;
}
.left-pagination {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 5%;
	z-index: 11;
}

.banner-wrapper .banner-pagination {
	text-align: center;
	left: auto;
	bottom:0!important;
	right: auto!important;
	left: auto!important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.banner-wrapper .banner-pagination span {
	opacity: 1;
	margin: 0 3px!important;
	position: relative;
	width: 20px;
	height: 8px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	border-radius:10px;
	background: #fff;
}


.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active {
	background: #00a0e9;
}

.banner-wrapper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
	transition: all .4s ease;
}
/**/
.warppbox{
	padding:80px 0;
	overflow: hidden;
}
.title_index{
 text-align: center;
 margin-bottom: 40px;
}
.title_index h1{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
/**/
.products_list .product_group {
	background: #fff;
	margin: 0 15px 15px;
	border: 1px solid #eaeaea;
}



.products_list .product_group .text_box {
	padding: 20px;
	border-top: 1px solid #eaeaea;
}

.products_list .product_group .text_box h5 {
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.products_list .product_group .text_box p {
	display: flex;
    color: #999;
    align-items: center;
}

.products_list .product_group .btn_box {
	display: flex;
}

.products_list .product_group .btn_box a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 42px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 14px;
}



.products_list .product_group .btn_box a:first-child {
	border-right: 1px solid #ddd;
}
.productsSwiper{
	position: relative;
	padding-bottom: 30px!important;
}
.productsSwiper .swiper-pagination {
	text-align: center;
	bottom: 0!important;
	z-index: 0;
}

.productsSwiper .swiper-pagination-bullet {
	width: 8px;
	border-radius: 50%;
}


.pro-btn {
	position: absolute;
	top: 50%;
	display: none;
	width: 60px;
	height: 60px;
	border:1px solid #00a0e9 ;
	color:#00a0e9;
	background: #fff;
	font-size: 26px;
	align-items: center;
	justify-content: center;
	outline: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.productsSwiper:hover .pro-btn{
	display: flex;
}
.pro-btn.pro-btn-prev {
	left: 0;
}
.pro-btn.pro-btn-next {
	right: 0;
}
.pro-btn:hover {
	background: #00a0e9;
	color: #fff;
}

.pro-btn_box .pro-btn:first-child {
	border-right: 1px solid #ddd;
}

.products_list .product_group:hover .text_box h5 {
	color: #00a0e9;
}

.products_list .product_group:hover .text_box p {
	color: #000;
}
.products_list .product_group .text_box i,
.apppro li i{
	display: inline-block;
	width:8px;
	margin-right: 10px;
	height: 8px;
	background: #00a0e9;
	border-radius: 50%;
}
.product_group .btn_box a:hover {
	background: #00a0e9;
	color: #fff!important;
}



.img_box {
	overflow: hidden;
}

.img_box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s;
}
.products_index a.more_btn{
	margin: 0 auto;
}
/**/
a.more_btn{
	width: 180px;
	height: 52px;
	display: flex;
	align-items: center;
    justify-content: center;
    background: #00a0e9;
    color: #fff;
    border-radius: 60px;
}
a.more_btn:hover{
	color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
/**/
.about_index {
	position: relative;
	background: #eef5fa;
}
.about_index .gs_img{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 28%;
	background: #000;
}
.about_index .about_text{
	display: flex;
	width: 70%;
	text-align: left;
}
.about_index .about_text .title_index{
	display: flex;
	margin-bottom:20px;
}
.about_index a.more_btn{
	margin: inherit;
	margin-top: 30px;
}
.about_index .about_text_left{
	width:28%;
}
.about_index .about_text_left p{
	color: #666;
}
.about_index .about_text_right{
	position: relative;
	margin-left: 5%;
	padding-left: 5%;
	width: 72%;
}
.about_index .about_text_right h3{
	color:#00a0e9;
	font-size:20px;
	font-weight:bold;
}
.about_index .about_text_right:before{
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
}
ul.numbox{
	margin: 30px 0 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
ul.numbox h3{
	font-weight: bold;
	color: #00a0e9;
	font-size: 48px;
}

ul.numbox i{
	font-style: normal;
}
.Application-wrapper {
	padding-bottom: 50px;
}
.Application-wrapper .swiper-slide{
	width:28%;
}
.Application-wrapper .swiper-scrollbar-drag{
	background:#00a0e9;
	position: sticky;
}
.Application-wrapper  .swiper-horizontal>.swiper-scrollbar,
.Application-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal{
	left: 30px!important;
}
.Application_index {
	padding: 40px 0 0;
	position: relative;
}
.Application_index .bjys{
	position: absolute;
	left: 0;
	top: 0;
	bottom:32%;
	right: 28%;
	background:#00a0e9;
	z-index: 0;
}
.Application_index .container{
	position: relative;
	z-index: 1;
}
.Application_index .title_index{
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}
.Application_index .title_index h1{
	text-transform:inherit;
	color: #fff;
	font-size: 36px;
}
.aptop{
	margin-bottom: 40px;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/**/
.Advantages_index{
	padding-bottom: 0;
}
.Advantages_index ul{
	display: flex;
	flex-wrap: wrap;
	margin:-15px;
}
.Advantages_index ul li{
	position: relative;
	padding:30px;
	margin: 15px;
	text-align: center;
	width: calc(25% - 30px);
	border: 1px solid #eaeaea;
}
.Advantages_index ul li img{
	width: 56px;
}
.Advantages_index ul li:before{
	position: absolute;
	content: '';
	left: 30px;
	right: 30px;
	height: 2px;
	bottom: 0;
	background: #00a0e9;
}
.Advantages_index ul li h5{
	font-weight: bold;
	color:  #00a0e9;
	min-height:43px;
	font-size: 18px;
	text-transform: uppercase;
	margin: 20px 0 30px;
	    font-family: 'Barlow-ExtraBoldItalic';
}
/**/
.news-wrapper {
	overflow: hidden;
}
.news-wrapper .swiper-slide{
	border: 1px solid #eaeaea;
}
.news-wrapper .swiper-slide .text_box{
	padding: 25px;
}

.news-wrapper .swiper-slide h5{
	font-size: 18px;
	color: #000;
	min-height:48px;
	margin-bottom: 25px;
	    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
}
.news-wrapper .swiper-slide p{
	color: #666;
	margin-bottom: 25px;
	    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient: vertical;
}
.news-wrapper .swiper-slide .text_box span{
	color: #00a0e9;
}
.news-wrapper .swiper-slide .type_time{
	border-top: 1px solid #eaeaea;
	padding:10px 25px;
	color: #999;
}

.news-wrapper .swiper-slide:hover h5{
	color:#00a0e9 ;
}
.news-wrapper .swiper-slide:hover p{
	color: #000;
}
.news-wrapper .swiper-slide:hover .img_box img{
	transition: all 0.3s;
	transform: scale(1.05);
}
.news-wrapper .swiper-pagination{
	position: inherit;
	margin-top: 25px;
}
.news-wrapper .swiper-pagination-bullet-active{
	width: 25px;
	border-radius: 30px;
	background:#00a0e9;
}
/**/
.contact_index{
	margin-bottom: 60px;
	display: flex;
	background: url(../images/conbj.jpg) no-repeat center fixed;
	background-size: cover;
	    align-items: center;
    justify-content: space-around;
}
.contact_index .one h1,
.contact_index .one h3{
	font-weight: bold;
	color: #fff;
	
}
.contact_index .one h3{
	margin-bottom: 0;
}
.contact_index .one img{
	width: 40px;
	margin-left: 8px;
}
.contact_index .two{
	margin: 60px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	max-width: 30%;
}
.contact_index .two>div{
	display: flex;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
.contact_index .two>div em{
	display: inline-block;
	min-width: 80px;
	font-style:normal;
}
.contact_index .more_btn{
	background: #fff;
	color: #00a0e9;
}
/**/
footer{
	background: #232a34;
}
.footer_top{
	padding: 80px 0;
}
.footer_bottom{
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 18px 0;
}
.footer_bottom .container{
	display: flex;
	color: #fff;
	align-items: center;
    justify-content: space-between;
}
ul.linktb {
	display: flex;margin-left: -5px;
}

ul.linktb li {
	
	display: flex;
	width: 40px;
	margin-right: 10px;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
}

ul.linktb li img {
	width: 26px;
	filter: brightness(0) invert(1);
}
.footer_top_right{
	max-width:380px;
}
.footer_top_right p{
	color: #fff;
	font-family:'Barlow-Regular';
	opacity: 0.;
}
.footer_top_right .text{
	margin: 40px 0;
}
.footer_top_right h4{
	font-weight: bold;
	color: #fff;
	font-size:18px;
	margin-bottom: 20px;
}
.footer_top .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_top_left {
	display: flex;
	flex-wrap: wrap;
	width:65%;
	justify-content: flex-end;
	margin-bottom: -30px;
}
.footer_top_left .nav_item{
	width:33.33%;
	margin-bottom: 30px;
}
.footer_top_left .nav_item:nth-child(3n){
	width: 200px;
}
.footer_top_left .nav_item a{
	display: block;
	color: #fff;
	opacity: 0.6;
	font-family:'Barlow-Regular';
}
.footer_top_left .nav_item h3{
	margin-bottom: 40px;
}
.footer_top_left .nav_item h3 a{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	opacity: 1;
	font-family:'Barlow';
}
.pcimg{
	display: block;
}
.phimg{
	display: none;
}
/**/
#banner-img{
	display: flex;
	min-height: 600px;
	align-items: center;
    justify-content: center;
}
#banner-img h3{
	font-size:60px;
	font-weight:bolder;
	color: #fff;
	opacity: 0.2;
}
#banner-img p{
	position: relative;
	padding-left: 30px;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	    font-weight: bold;
	    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
#banner-img p:after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #00a0e9;
}


.warpper-ny{
	padding: 100px 0;
	display: flex;
    align-items: center
}
.title-ny{
	margin-bottom: 40px;
}
.title-ny p{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: rgba(0,0,0,0.2);
}

.title-ny h2{
	font-size: 30px;
	font-weight: bold;
}
.contact-box-ny .container>div.contact-con{
	position: relative;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	min-height: 500px;
	background: #fff;
	
    border: 1px solid #eaeaea;
    overflow: hidden;
}
.contact-box-left{
	display: flex;
    padding: 30px;
    width: 100%;
    max-width: 40%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contact-box-left h3{
	font-weight: bold;
}
.contact-box-right{
	position: absolute;
	top: 0;
	right: 0;
	left: 40%;
	bottom: 0;
	background: #212121;
}

.contact_cen li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
    font-size: 16px;
}

.contact_cen li em{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	display: flex;
    align-items: center;
    justify-content: center;
    color: #00a0e9;
    font-size: 20px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
	border-radius: 3px;
}

.feedback-submit:hover {
	background: #00a0e9;
	color: #fff;
}

#allmap {
	width: 100%;
	height:100%;
	position: relative;
}
#mapContainer{
	width: 100%;
	height: 100%;
}
.contact_sign {
	display: block;
	width: 80px;
	height: 80px;
	background: #E40000;
	position: relative;
	border-radius: 50%;
}

.contact_sign .btn {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact_sign .btn .icon-dh {
    width: 30px;
    margin-bottom: 5px;
}
/**/
ul.faq li{
	border: 1px solid #eaeaea;
	margin-bottom: 25px;
}

ul.faq li .faq_top{
	position: relative;
	display: flex;
	padding: 20px 30px;
	background: #f0f4f7;
	border-bottom: 1px solid #eaeaea;
	    align-items: center;
    justify-content: space-between;
}
ul.faq li .faq_top span{
	position: absolute;
	display: flex;
	right: 0;
	top:0 ;
	bottom: 0;
	width: 80px;
	border-left: 1px solid #ddd;
	font-size: 24px;
	color: #103468;
	font-weight: bold;
	align-items: center;
    justify-content: center;
}
ul.faq li.cur .faq_top {
	background: #fff;
}
ul.faq li.cur .faq_top span{
	background:#00a0e9;
	color: #fff;
	
}
ul.faq li.cur .faq_top span i{
	transform: rotate(90deg);
	margin-right: -4px;
}
ul.faq li .faq_top h2{
	font-size: 22px;
	font-weight: bold;
	color: #103468;
	margin-bottom: 0;
	
}
.faq_body{
	display: none;
	padding: 30px;
}
ul.faq li.cur .faq_body{
	display: block;
}
.faq_body h5{
	font-weight: bold;
	margin-bottom: 0;
}
/**/
.newslist{
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}

.newslist li{
	margin: 15px;
	width: calc(25% - 30px);
	border: 1px solid #eaeaea;
	background: #FFF;
}

.newslist li .text_box {
    padding: 25px;
}
.newslist li .type_time {
    border-top: 1px solid #eaeaea;
    padding: 10px 25px;
    color: #999;
}
.newslist li h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist li:hover h5{
	color: #00a0e9 ;
}
.newslist li p {
    color: #666;
    margin-bottom: 25px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newslist li:hover p{
	color: #000;
}
.newslist li:hover img{
	transform: scale(1.05);
	transition: all 0.3s;
}
.newslist li span {
    color: #00a0e9;
}
#contain-nav {
	padding: 15px 0;
	background: #eef5fa;
	z-index: 66;
	overflow: hidden;
}

#contain-nav .swiper-slide { 
	width: auto;
	background: #fff;
	min-width: 120px;
	border: 1px solid #eaeaea;
}

#contain-nav .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 24px;
	position: relative;
	color: #333;
	text-align: center;
}



#contain-nav .swiper-slide a.active,
#contain-nav .swiper-slide a:hover {
	background:#00a0e9;
	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 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:  #00a0e9 ;
}
.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: #00a0e9 ;
}
.new-ny{
	padding-top: 30px;
}
/**/
.download{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}
.download li{
	margin: 10px;
	text-align: center;
	border: 1px solid #eaeaea;
	width: calc(16.6666% - 20px);
}
.download li p{
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.download li .text_box{
	display: flex;
}
.download li .text_box a{
	padding: 10px;
	display: flex;
	width: 50%;
	align-items: center;
    justify-content: center;
}
.download li .text_box a:last-child{
	background: #eef5fa;
}
.download li .text_box a:hover{
	background: #00a0e9;
	color: #fff;
}
/**/

.about_info{
	display: flex;
	    justify-content: space-between;
}
.about_info .about_ny{
	width: 100%;
}

/**/
.certificate-wrapper{
	padding-bottom: 40px;
	margin-bottom: -40px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.certificate-wrapper p{
	padding: 10px;
}
.certificate-wrapper .swiper-pagination-bullet-active{
	background: #00a0e9;
}
.certificate-wrapper .swiper-slide{

}
/**/
.Factoryul{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	justify-content: center;
}

.Factoryul li{
	text-align: center;
	margin: 10px;
	width: calc(25% - 20px);
}
.Factoryul li p{
	padding: 10px;
}
.Factoryul li img{
	width: 100%;
}
/**/
.dh {
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	max-width:calc(100% - 120px);
	font-size: 14px;
	color: #333;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dh .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.dw{
	width: 50%;
	text-align: left;
}
/**/
.procenter:after {
    content: '.';
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}
.product-center-list {
	float: right;
    width: calc(100% - 360px);
}

.product-center-list>ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul li {
	position: relative;
	display: flex;
	width: calc(33.333% - 20px);
	margin: 10px;
	box-shadow: initial;
	flex-direction: column-reverse;
	align-items: center;
	cursor: pointer;
	border: 1px solid #EAEAEA;
}
.product-center-list>ul .product_group .text_box {
    padding: 20px;
    border-top: 1px solid #eaeaea;
}
.product-center-list>ul .product_group .btn_box {
	display: flex;
}

.product-center-list>ul .product_group .btn_box a {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 42px;
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 14px;
}



.product-center-list>ul .product_group .btn_box a:first-child {
	border-right: 1px solid #ddd;
}
.left-nav {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
    float: left;
    width: 320px;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #EAEAEA;
}


.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-tab li.cur:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -8px;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 8px solid #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}


.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px 20px;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.pro-type.cur .pro-type-nav {
	border: 1px solid #00a0e9;
	color:#00a0e9;
	font-weight: bold;
}

.pro-type ul {
	height: 0;
	overflow: hidden;
}

.pro-type.cur ul {
	height: 100%;
	background: #f6fbff;
	border: 1px solid #00a0e9;
	overflow: hidden;
	margin-top: -1px;
	position: relative;
	z-index: 2;
}
.pro-type.cur ul li{
	padding-left:30px;
	padding-right: 30px;
	
}
.pro-type.cur ul li:last-child{
	border-bottom: none;
}
.pro-type.cur i{
	    transform: rotate(90deg);
}
.product-center-list>ul li:hover {
	border-color: #00a0e9;
	color: #00a0e9;
}

.newprocenter .product-center-list {
	width: 100%;
}


.pro-view-container .pro-view-left {

    width:50%;
    margin-right: 30px;
}

.pro-view-img {
	width: 100%;
	position: relative;
	border: 1px solid #eaeaea;
}

.pro-view-img img{
	max-height: 600px;
	width: auto!important;
}

.pro-view-img .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	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: flex-start;
    justify-content: space-between;
}
.pro-view-container .pro-view-right {
	width: calc(50% - 30px);
}
.detaile_flex table{
	width: 100%;
}
.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 #00a0e9;
}

.pro-view-jj {
	width: 100%;
	position: relative;
	padding: 30px 30px 0;
	margin-bottom: 2rem;
}

.product-view .product_details {
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}

.product-view .product_details h2 {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.gallery-pro{
	overflow: hidden;
}
.headline {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.headline h2 {
	font-size: 1.6rem;
	padding-bottom: 0;
	font-weight:bold
}

.pro-view-jj .swipers-btn {
	width: 30px;
	background: #edf2ee;
	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:#00a0e9;
	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 img {
	max-width: 100%;
}
.pro-type-mobile{
	padding: 15px;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
	background:#00a0e9;
	color: #fff;

}
.pro-type-mobile i{
	margin-right: 10px;
	font-size: 16px;
}
.xq {
	margin-top: 30px;
	margin-bottom: 30px;
}
.xq .headtb{
	border-bottom: 2px solid #00a0e9;
	margin-bottom: 20px;
}
.xq .headtb span{
	display: inline-block;
	background:#00a0e9;
	color: #fff;
	padding: 12px 20px;
}
.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!important;
	background:#00a0e9;
	border-radius: 3px;
	cursor: pointer;
}

.btn_p .retrun {
	border: 1px solid #eaeaea;
	color: #666!important;
	background: #f5f5f5;
}

.btn_p a.iq:hover {
	background:#088bc7;
	color: #fff;
}

.btn_p a.retrun:hover {
	background: none;
	border: 1px solid #000;
	color: #000;
}
.cate_js{
	padding: 20px;
	border: 1px solid #eaeaea;
	margin-bottom: 30px;
}
@media (max-width:1560px) {
	.fupad img{
		width: 280px;
	}
	header.header .navbar-nav .nav-link{
		font-size: 16px;
		
	}
	header.header .navbar-nav .nav-item{
		padding: 0 15px;
	}
	.header_right>div{
		width: 80px;
	}
}

@media (max-width:1360px) {
	.ab_info{
		margin-top:30px
	}
	.ab_info>div{
		width:calc(100% - 30px);
	}
	.index-about-con .about-img{
		position:initial;
		width:100%;
		padding-right:0;
		min-height:460px;
	}
	.about-p{
		float:none;
		width:100%;
		padding:25px;
	}
	.index-about-con:before{
		left:0;
		width:100%;
		top:0;
		bottom:0;
	}
	.fupad img{
		width: 240px;
	}
	.header_box{
		padding-left:20px;
	}
	.header_right>div{
		width: 70px;
	}
	.applicationli li div.text_box h2{
	font-size:22px;
	}
}
@media (max-width:1240px) {
	
	.applicationli li div.text_box h2{
	font-size:20px;
	}
	.left-nav{
		width: 280px;
	}
	.product-center-list{
		width: calc(100% - 320px);
	}
	.product-center-list>ul li
	{
		width: calc(50% - 20px);
	}
	.apppro li,.Factoryul li{
		width: calc(33.333% - 20px)!important;
	}
	header.header .navbar-nav .nav-link{
		font-size: 14px;
		
	}
	header.header .navbar-nav .nav-item{
		padding: 0 10px;
	}
	.download li{
	width: calc(25% - 20px);
	}
	.footer_top_left{
		width: 100%;
	}
	.footer_top_right{
		max-width: 100%;
		margin-bottom:50px;
	}
	.footer_top_left {

    justify-content: space-between;
    margin-bottom: -30px;
	}
	.footer_top .container {

    align-items: flex-start;
    flex-direction: column;
	}
	.pro-btn{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.Advantages_index ul li{
		width: calc(50% - 30px);
	}
	header.header .navbar{
		display: none!important;
	}
	header.header,.header_box{
		height:70px;
	}
	.header.active .header_box{
		height: 64px;
	}
	.moblie_title_right{
		display: block;
	}
	.search_header{
		background: #fff;
		color: #333;
	}
	a.more_btn{
		width: 140px;
		height: 48px;
	}
	.newslist {
		margin: -6px;
	}
	.newslist li{
		margin: 6px;
		width: calc(33.33% - 12px);
	}
	.about_info {

    justify-content: space-between;
    flex-direction: column;
	}
	.about_info .about_ny,
	.numbbox{
		width: 100%;
	}
	.numbbox .numbox {
		margin-top: 30px;
		flex-direction: row;
	}
	    
	.numbbox .numbox li{
		width: calc(33.333% - 20px);
	}
	.contact-box-ny .container>div.contact-con {
	
    flex-direction: column;
	}
	.contact-box-left{
		align-items: flex-start;
		max-width: 100%;
	}
	.contact-box-right{
		position: initial;
		width: 100%;
		height: 380px;
	}
}
@media (max-width:991px) {
	.dw{
		width:100%
	}
	.applicationli li a {
    display: flex
;
    flex-direction: column;
}
.applicationli li div{
	width:100%
}
	.applicationli li{
		width: calc(100% - 20px);
	}
	.pro-type-mobile{
		font-size: 18px;
	}
	.pro-type-mobile,
	.pro-type-nav{
		padding: 5px 15px;
	}
	.pro-type.cur ul li{
		padding: 5px 15px;
	}
	.pro-type-nav{
		margin-top: 10px;
	}
	.product-center-list>ul li{
		padding: 5px;
	}
	.dh .container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
	.product-center-list{
		width: 100%;
		margin-top: 20px;
	}
	.left-nav{
		position: initial;
		width: 100%;
	}

	.Factoryul li,
	.apppro li{
		width: calc(50% - 20px)!important;
	}
	.download li{
	width: calc(33.333% - 20px);
	}
	.newslist li{
		width: calc(100% - 12px);
	}
	
	
	.pro-btn{
		display: none;
	}
	.pcimg{
	display:none;
}
.phimg{
	display: block;
}
	.contact_index .one{
		width: 100%;
	}
	.contact_index {
	padding: 30px!important;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
	}
	.contact_index .two{
		max-width: 100%;
		width: 100%;
	}
	.warppbox.about_index{
		padding-bottom: 0;
	}
	.about_index .about_text_left{
		width: 100%;
		
	}
	.about_index .about_text_right:before{
		display: none;
	}
	.about_index .about_text_right{
		padding-left: 0;
		margin-left: 0;
		margin-top: 30px;
		padding-top: 30px;
		border-left: 0;
		border-top: 1px solid #ddd;
		width: 100%;
	}
	.about_index .gs_img{
		position: inherit;
		width: 100%;
		margin-top: 30px;
		min-height: 360px;
	}
	.Application_index .bjys{
		right: 0;
	}
	.Application-wrapper .swiper-slide{
		width: 33.33%;
	}
	.aptop a.more_btn{
		border: 1px solid #fff;
	}
.about_index .about_text {

    width: 100%;
    text-align: left;
    flex-direction: column;
}
.footer_bottom .container {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
ul.faq li .faq_top span{
		width: 60px;
	}
ul.faq li .faq_top{
	padding: 15px;
}
.download li{
	width: calc(50% - 20px);
	}
	.warpper-ny{
		padding: 60px 0;
	}
	#contain-nav .swiper-slide a{
		padding: 10px;
	}
	#banner-img{
		min-height: 480px;
	}
	#banner-img p{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width:786px) {
	.pro-view-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
	}
	.pro-view-container .pro-view-left,
	.pro-view-container .pro-view-right{
		width:100%;
		margin-right:0
	}
	.dh em {
    display: inline-block;
    font-size: 12px;
    margin: 0 2px;
	}	
	.dh a{
		font-size: 12px;
		white-space: initial;
	}
}
@media (max-width:568px) {
	.contact-box-left{
		padding:0 20px;
	}
	.contact_cen li {
		margin:0;
    font-size: 16px;
    flex-direction: column;
	padding:20px 0;
	border-bottom:1px solid #eaeaea;
	}
	.contact-box-left p{
		width:100%!important;
	}
	.contact_cen li em{
		margin-right:0;
		margin-bottom:20px
	}
	#banner-img{
		background-attachment:initial!important;
		        min-height: 340px;
	}
	.title-ny h2{
		font-size:28px;
	}
	table.cs{
		font-size:12px;
	}
	.Factoryul li,
	.apppro li{
		width: calc(100% - 20px)!important;
	}
	.about_ny p{
		font-size: 16px;
	}
	.numbbox .numbox {
    flex-direction: column;
	}
	.numbbox .numbox li{
		width: calc(100% - 20px);
	}
	.download li .text_box a{
		font-size: 12px;
	}
	.contact-box-left h3{
		font-size: 20px;
	}
	.contact_index .one h1{
		font-size: 24px;
	}
	.contact_index .one h3{
		font-size: 18px;
	}
	.contact_index{
		margin-bottom: 0;
	}
	.footer_top_left{
		display: none;
	}
	.footer_top{
		padding: 40px 0 20px;
	}
	.title_index h1{
		font-size: 26px;
	}
	.Advantages_index ul li img{
		width: 40px;
	}
	.Application_index{
		padding-bottom: 0!important;
	}
	.Advantages_index ul li{
		width: calc(100% - 30px);
	}
	.Application-wrapper .swiper-slide{
		width:48%;
	}
	.Application_index .title_index h1{
		font-size: 20px;
	}
	.warppbox{
		padding: 40px 0;
	}
	ul.numbox h3{
		font-size: 30px;
	}
	.search_header,.cart{
		display: none;
	}
	.fupad img{
		width: 180px;
	}
	header.header,.header_box{
		height:60px;
	}
	.header_right>div{
		width: 60px;
	}
	    a.more_btn {
        width: 100px;
        height: 38px;
    }
	.ab_info>div,
	.about-p{
		padding:15px;
	}
	.ab_info>div h2 {
    padding-bottom:15px;
    margin-bottom: 15px;
}
    .index-about-con .about-img {
      
        min-height: 300px;
    }
}