     /*=================================中小型笔记本或大平板 laptop /*=================================*/
    @media screen and (max-width: 1200px) {


    }



















    /*=================================手机或小平板 phone=============================== */
    @media screen and (max-width: 767px) {

/*index*/

/*top nav*/
.top-nav-blank{
	height: 60px;
}

.top-lang-block{
	display: none;
}

.header{
	height: 60px;
	padding: 0 0 0 20px;
}

.header.active{
	height: 60px;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 0 0 20px;
}

.top-nav{
	position: relative;
	z-index: 999;
}

.top-nav .logo{
	margin-right: 10px;
}

.top-nav .logo img{
	height: 30px;
}

.top-nav .nav-block{
	display: none;
}

.index-lang{
	display: none;
}

/*手机导航开始menu*/
.menu{
  width: 60px;
}

.menu p{
	display: none;
}

.menu_down{
  padding-top: 60px;
  display: none;
}

.menu_down .big-menu{
	display: none;
}

.menu_down .small-menu{
	display: block;
}

.menu_down .small-menu li{
	border-bottom: 1px solid #fff;
}

.menu_down .small-menu a{
	display: block;
	padding: 20px 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

/*手机导航结束*/

/* index banner */
.index-banner video{
	min-height: 0px;
	background-color: #000;
}
.index-banner .pcVideo{
	display:none;
}
.index-banner #hvideo{
	display:block;
}
.index-banner img{
	min-height: 0px;
	object-fit: cover;
}
.index-banner .swiper-container{
	display:block;
}
/* index product */
.index-product-bg{
	margin: 20px 20px 0;
}

.index-product{
	height: auto;
	padding: 20px;
}

.index-product .gallery-top{
	flex: 100%;
	margin-right: 0;
	text-align: center;
}

.index-product .gallery-top .textbox{
	flex: 100%;
	margin-bottom: 40px;
}

.index-product .gallery-top .textbox img{
	margin-bottom: 40px;
}

.index-product .gallery-top .textbox h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.index-product .gallery-top .textbox p{
	font-size: 18px;
	line-height: 2;
	height: auto;
}

.index-product .gallery-top .textbox a{
	display: block;
	width: 120px;
	line-height: 50px;
	border-radius: 25px;
	margin: 40px auto 0;
}

.index-product .gallery-top .imgbox{
	width: 100%;
	height: 300px;
}

.index-product .gallery-top .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product .gallery-thumbs{
	display: none;
}

/*index about*/
.index-about-bg{
	margin: 20px 20px 0;
}

.index-about-block{
	height: auto;
	padding: 20px;
}

.index-about-block .textbox{
	text-align: right;
}

.index-about-block .textbox h3{
	font-size: 18px;
	margin-bottom: 20px;
}

.index-about-block .textbox h4{
	width: 70%;
    float: right;
	font-size: 12px;
	margin-bottom: 20px;
}
.index-about-block .textbox a {
	width: 160px;
    line-height: 36px;
    font-size: 12px;
}

/* index adv */
.index-adv-block{
	margin: 20px 20px 0;
}

.index-adv-block ul{
	display: flex;
	flex-wrap: wrap;
}

.index-adv-block li{
	flex: 50%;
	margin-bottom: 20px;
}

.index-adv-block li h4{
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
}

.index-adv-block li p{
	font-size: 18px;
	color: #666;
}

/*index case*/
.index-case-bg{
	margin-top: 10px;
	padding: 20px 20px 1px;
}

.index-case-bg::before{
	width: 100%;
	height: 100%;
}

.index-case .title{
	font-size: 24px;
	margin-bottom: 0px;
}

.index-case .box{
	margin-bottom: 20px;
}

.index-case .box:hover::before{
	display: block;
}

.index-case .box .textbox{
	display: block;
}

.index-case .box .textbox img{
	margin-bottom: 15px;
}

.index-case .box .textbox p{
	font-size: 24px;
	color: #fff;
	margin-bottom: 40px;
}

.index-case .box .tag{
	display: none;
}

.index-case .box:hover .tag{
	display: none;
}

.index-case .box-l{
	height: 300px;
	width: 100%;
}

.index-case .box-s{
	height: 300px;
	width: 100%;
}

.index-case .box-m{
	height: 300px;
	width: 100%;
}

/*index news*/
.index-news{
	padding: 20px;
}

.index-news .title{
	margin-bottom: 20px;
}

.index-news .title h2{
	font-size: 24px;
}

.index-news .title::after{
	margin: 10px auto 0;
}

.index-news .news-box{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.index-news .news-box .imgbox{
	height: 220px;
	margin-bottom: 20px;
}

.index-news ul{
	width: 100%;
}

/*footer list*/
.footer{
	margin: 0 0;
}

.footer-msg-bg{
	background-color: #016a7d;
}

.footer-msg{
	padding: 20px;
}

.footer-msg h2{
	font-size: 24px;
	margin-bottom: 20px;
}

.footer-msg h4{
	margin-top: 20px;
	font-size: 12px;
}

.footer-msg input{
	width: 100%;
	line-height: 38px;
	margin-right: 0;
	margin-bottom: 10px;
}

.footer-msg button{
	width: 100%;
	line-height: 40px;
}

.footer-list-bg{
	display: none;
}

.copy{
	padding: 10px 15px;
	line-height: 1.5;
}

/*other public*/
.other-banner img,
.other-banner2 img{
	min-height: 0px;
}

.other-nav-bg{
	margin: 0 0;
	padding-bottom: 10px;
	border-top:0px;
}

.other-nav-bg::before{
	
}

.other-nav{
	flex-wrap: wrap;
	border-top:0px;
	margin-left: 3%;
    width: 97%;
}

.other-nav a{
	flex: 100%;
	justify-content: left;
	height: 40px;
	padding: 10px 20px;
}

.other-nav a::after{
	left: 0;
	bottom: 50%;
	transform: translate(-50%,50%) rotate(45deg);
}

.other-local{
	white-space: nowrap;
	overflow-x: auto;
	margin: 0 20px;
}

.other-local a{
	line-height: 50px;
	font-size: 16px;
}

/*about us*/
.about-abo-block{
	margin: 0;
	padding: 20px;
}

.about-abo-block .textbox{
	flex: 100%;
	padding-right: 0;
}
.about-abo-block .textbox p{
	line-height:2em;
}
.about-abo-block .title{
	font-size: 24px;
}

.about-abo-block .editbox{
	font-size: 16px;
}

.about-abo-block .imgbox{
	width: 100%;
	margin-top: 20px;
}

/**/
.about-video-block{
	margin: 0 20px;
}

/**/
.about-his-bg{
	margin: 0 0;
}

.about-his-block{
	padding: 20px;
}

.about-his-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-his-block .gallery-top{
	margin-top: 20px;
}

.about-his-block .gallery-top .swiper-slide{
	
}

.about-his-block .gallery-top .swiper-slide p{
	font-size: 20px;
	padding: 0 20px;
}

.about-his-block .thumbs-block::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-1px);
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.about-his-block .gallery-thumbs{
	position: relative;
	padding-bottom: 9px;
}

.about-his-block .gallery-thumbs::before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	z-index: 5;
	bottom: 18px;
	left: 0;
	background-color: #ccc;
}

.about-his-block .gallery-thumbs .swiper-slide{
	padding-top: 8px;
}

.about-his-block .gallery-thumbs .swiper-slide p{
	font-size: 16px;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{
	font-size: 24px;
}

.about-his-block .gallery-thumbs .swiper-slide::after{
	margin: 15px auto 0;
}

.about-his-block .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::after{
	border: 4px solid #016a7d;
}

.about-his-block .swiper-button-prev,
.about-his-block .swiper-button-next{
	height: auto;
}

.about-his-block .swiper-button-prev i,
.about-his-block .swiper-button-next i{
	font-size: 34px;
}

/**/
.about-adv-bg{
	background-color: #f2f2f2;
	margin: 0;
}

.about-adv-block{
	padding: 20px;
}

.about-adv-block .title{
	font-size: 24px;
	margin-bottom: 30px;
}

.about-adv-block li{
	flex: 50%;
	margin-bottom: 20px;
}

.about-adv-block li p{
	line-height: 1.6;
	font-size: 18px;
	margin: 10px 0;
}

.about-adv-block li a{
	width: 120px;
	line-height: 40px;
	font-size: 16px;
	margin: 0 auto;
}

/**/
.about-str-bg{
	margin: 0;
	padding: 20px;
}

.about-str-bg .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.about-str-block .box{
	text-align: center;
	display: block;
	padding: 0;
}

.about-str-block .box h2{
	color: #666;
	font-size: 24px;
	margin-bottom: 30px;
}

.about-str-block .box h3{
	color: #016a7d;
	font-size: 20px;
	margin-bottom: 10px;
}

.about-str-block .box p{
	font-size: 16px;
	line-height: 1.6;
	max-width: auto;
	min-height: auto;
}

.about-str-block .box1{
	padding:0;
	text-align: center;
}

.about-str-block .box2{
	text-align: center;
	margin-top: 20px;
}

.about-str-block .box3{
	text-align: center;
	margin-top: 20px;
}

.about-str-block .bg{
	display: none;
}

/**/
.about-vr-block{
	margin: 20px;
}


/*adv*/
.advantage-block{}

.advantage-block .box{
	padding: 20px;
}

.advantage-block .box>div+div{
	margin-left: 0;
	margin-top: 20px;
}

.advantage-block .textbox{
	flex: 100%;
}

.advantage-block .textbox img{
	width: 30px;
	margin-bottom: 10px;
}

.advantage-block .textbox h3{
	font-size: 24px;
	margin-bottom: 10px;
}

.advantage-block .textbox h4{
	font-size: 16px;
	margin-bottom: 20px;
}

.advantage-block .textbox p::before{
	flex-shrink: 0;
}

.advantage-block .imgbox{
	flex-shrink: 0;
	width: 100%;
}

/****/
.other-block{
	padding: 0 20px 20px;
	margin: 0;
}

.other-right-block{
	flex: 100%;
	margin: 0;
}

.products-left-menu h2{
	line-height: 50px;
	margin-bottom: 10px;
}

.products-left-menu{
	width: 100%;
	margin-bottom: 20px;
}

.products-left-nav>div{
	height: 44px;
}

.products-left-nav div{
	font-size: 14px;
}

.products-left-nav li a{
	height: 36px;
}

/*products*/
.product-title{
	text-align: left;
	font-size: 24px;
	padding: 20px;
	display:none;
}

.product-banner{
	margin: 0 20px;
	height: auto;
	padding: 20px;
	display:none;
}

.product-banner::before{
	display: none;
}

.product-banner .gallery-top{
	flex: 100%;
	margin-right: 0;
}

.product-banner .gallery-top .textbox{
	flex: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}

.product-banner .gallery-top .textbox h2{
	font-size: 20px;
	margin-bottom: 20px;
}

.product-banner .gallery-top .textbox h2::after{
	width: 60px;
	height: 4px;
	margin-top: 10px;
}

.product-banner .gallery-top .textbox .editbox{
	font-size: 16px;
	line-height: 2;
	height: auto;
}

.product-banner .gallery-top .textbox a{
	font-size: 12px;
	margin: 20px auto 0;
}

.product-banner .gallery-top .imgbox{
	width: 100%;
	height: 300px;
}

.product-banner .gallery-thumbs{
	display: none;
}

.product-title2{
	font-size: 24px;
	line-height: 60px;
	margin: 0 20px;
}

.product-search{
	margin: 0 20px 20px;
}

.product-search input{
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
}

.product-search button{
	line-height: 50px;
	width: 50px;
	flex-shrink: 0;
}

.product-search i{
	font-size: 40px;
	color: #666;
}

.product-block{
	
}

.product-block li{
	width: 50%;
	margin-right: 0;
	margin-bottom: 20px;
}

.product-block li a{
	display: block;
	padding: 20px 10px 0;
}

.product-block li .imgbox{
	height: 120px;
	margin:0;
}

.product-block li .textbox{
	padding: 20px 0 10px;
}

.product-block li h3{
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	text-align:center;
}

.product-block li p{
	color: #666;
	font-size: 16px;
}

.product-block li:hover .textbox{
	color: #26499d;
}

/*product detail*/
.product-detail{
	padding: 20px;
}

.product-detail .imgbox{
	width: 100%;
	margin-bottom: 20px;
}

.product-detail .gallery-top .swiper-slide{
	height: 300px;
}

.product-detail .gallery-thumbs{
	width: 100px;
	height: 300px;
}

.product-detail .infobox{
	width: 100%;
	padding-left: 0;
}

.product-detail .infobox .title{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.product-detail .infobox .title h4{
	font-size: 18px;
	margin-bottom: 10px;
}

.product-detail .infobox .title h2{
	font-size: 24px;
}

.product-detail .infobox .editbox{
	flex: 1;
	line-height: 1.6;
	margin-bottom: 20px;
}

.product-detail .infobox .nav{
	margin-bottom: 20px;
}

.product-detail .infobox .nav a{
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	background-color: #999;
}

.product-detail .infobox .nav a:hover{
	background-color: #016a7d;
}

.product-detail .infobox .nav i{
	font-size: 16px;
	color: #fff;
}

.product-detail-info-bg{
	background-color: #fff;
}

.product-detail-info{
	padding: 20px;
}

.product-detail-info .subtitle{
	margin: 0 0 20px;
}

.product-detail-info .subtitle a{
	padding: 0 15px;
	line-height: 44px;
	font-size: 14px;
}

.product-detail-info .editbox{
	padding: 0 15px;
	line-height: 1.6;
}

/*news*/
.news-block{
	padding: 20px;
}

.news-block .big-news{
	height: auto;
	padding: 20px;
	margin-bottom: 20px;
}

.news-block .big-news .box{
	height: auto;
	position: relative;
	padding: 0 20px 20px;
}

.news-block .big-news .title{
	font-size: 24px;
	line-height: 60px;
	padding: 0 0;
	margin-bottom: 20px;
}

.news-block .big-news .editbox{
	line-height: 1.6;
	height: auto;
	margin-bottom: 20px;
	padding: 0 0;
	color: #666;
	font-size: 18px;
}

.news-block .big-news .title2{
	font-size: 24px;
	color: #666;
	text-align: right;
}

.news-block .big-news a{
	color: #016a7d;
	font-size: 22px;
	position: relative;
	left: 0;
	bottom: 0;
	display: block;
	margin-top: 20px;
}

.news-block li a{
	padding: 20px 0;
}

.news-block li .imgbox{
	width: 100%;
	height: 250px;
}

.news-block li .textbox{
	-webkit-flex:100%;
	-webkit-box-flex:100%;
	-ms-flex:100%;
	-moz-flex:100%;
	flex:100%;
	margin-left: 0;
	margin-top: 20px;
}

.news-block li h4{
	font-size: 20px;
	margin-bottom: 10px;
}

.news-block li p{
	font-size: 16px;
	line-height: 1.6;
	height: auto;
	overflow : hidden;
	margin-bottom: 15px;
	text-align:justify;
}

/*news detail*/
.news-detail-bg{
	margin: 0;
	padding: 0 20px 20px;
}

.news-detail-bg .other-nav-bg::before{
	display: none;
}

.news-detail-bg .other-nav-bg{
	padding-bottom: 0;
}

.news-detail-block{
	padding: 20px;
	border-radius: 10px;
}

.news-detail-block .subtitle{
	font-size: 14px;
}

.news-detail-block .title{
	font-size: 24px;
	margin-bottom: 15px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	line-height: 1.6;
}

/*quality*/
.qua-block1{
	padding: 20px;
}

.qua-block1 .title{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}

.qua-block1 .title2{
	color: #666;
	font-size: 18px;
	margin-bottom: 20px;
}

.qua-block1 .box{
	padding: 20px 0;
}

.qua-block1 .box h4{
	font-size: 20px;
}

.qua-block1 .box li{
	margin-top: 10px;
	width: 50%;
	padding-bottom: 10px;
}

.qua-block1 .box a{
	font-size: 16px;
}

.qua-block1 .box i{
	font-size: 20px;
}

.qua-block2{
	margin: 0 0;
	padding: 0 20px;
}

.qua-block2 .title{
	font-size: 24px;
	margin-bottom: 10px;
}

.qua-block2 .title2{
	font-size: 20px;
	margin: 0 auto 15px;
}

.qua-block2 .box{
	height: auto;
	padding: 20px;
}

.qua-block2 .editbox{
	font-size: 16px;
	margin-bottom: 20px;
}

.qua-block2 ul{
	display: flex;
	flex-wrap: wrap;
}

.qua-block2 li{
	font-size: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.qua-equ-bg{
	padding-top: 20px;
	margin-bottom: 20px;
}

/*cert*/
.cert-block{
	padding: 20px;
}

.cert-block .gallery-top{
	width: 90%;
	margin: 0 auto 20px;
}

.cert-block .gallery-top .swiper-slide{
	height: 300px;
}

.cert-block .gallery-thumbs{

}

.cert-block .gallery-thumbs .swiper-slide{
	height: 100px;
}

.cert-block .swiper-button-prev,
.cert-block .swiper-button-next{
	top: 30%;
}

/*device*/
.device-bg .other-block{
	margin-top: 20px;
}

.device-block li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	height: 300px;
}

/*support*/
.support-block{
	margin: 0 0;
	text-align: center;
	padding: 20px;
}

.support-block .title{
	display: block;
	padding: 0 0 20px;
}

.support-block .title h2{
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
}

.support-block .title h3{
	font-size: 20px;
	color: #000;
	text-align: left;
}

.support-block .border{
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.support-block .editbox{
	padding: 20px 0 0;
	font-size: 16px;
}

.support-block li{
	padding: 20px 0 0;
	margin-bottom: 20px;
}

.support-block li:nth-child(1){
	width: 100%;
	margin-right: 0%;
}

.support-block li:nth-child(2){
	width: 100%;
}

.support-block li:nth-child(3){
	width: 100%;
}

.support-block li .imgbox{
	position: relative;
	height: 260px;
}

.support-block li:nth-child(3) .imgbox{
	height: 300px;
}

.support-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-block li span{
	width: 120px;
	line-height: 46px;
	font-size: 14px;
	right: 20px;
	bottom: 20px;
}

.support-block li p{
	font-size: 16px;
	padding: 15px 0;
}

.support-block li i{
	font-size: 20px;
	margin-left: 10px;
}

/**/
.support-faq{
	padding: 20px;
}

.support-faq .title h2{
	font-size: 24px;
	margin-bottom: 15px;
}

.support-faq .title h3{
	font-size: 20px;
}

.support-faq .sup-box{
	margin-top: 20px;
}

.support-faq .sup-box h2{
	font-size: 22px;
	margin-bottom: 15px;
}

.support-faq .sup-box li{
	padding: 10px;
}

.support-faq .sup-box a{
	font-size: 16px;
}

.support-faq .sup-box img{
	margin-right: 10px;
}

.support-faq .sup-box .imgh{
	display: none;
}

.support-faq .sup-box .editbox{
	padding-left: 26px;
	padding-top: 5px;
	font-size: 14px;
	line-height: 1.6;
}

.support-faq .video-box{
	padding-top: 20px;
}

.support-faq .video-box .title{
	margin-bottom: 20px;
	font-size: 24px;
}

.support-faq .video-box ul{
	display: flex;
	flex-wrap: wrap;
}

.support-faq .video-box li{
	margin-bottom: 20px;
	margin-right: 20px;
	width: 100%;
}

.support-faq .video-box li:nth-of-type(4n){
	margin-right: 0;
}

.support-faq .video-box .imgbox{
	
}

.support-faq .video-box .editbox{
	font-size: 16px;
	color: #000;
}

/**/
.support-ser{
	padding: 20px;
}

.support-ser .title{
	font-size: 24px;
	margin: 0 auto 15px;
}

.support-ser .title2{
	font-size: 20px;
	margin: 0 auto 20px;
}

/**/
.message-block-bg{
	margin: 0;
	padding: 20px;
}

.message-block .title{
	font-size: 24px;
	margin-bottom: 20px;
}

.message-block .form-block button{
	width: 100%;
}

/* message */
.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 100%;
}

.form-block .onethird-div{
	width: 100%;
}

.form-block .quater-div{
	width: 100%;
}

/*contact us*/
.contact-block{
	padding-top: 0px;
}

.contact-block .banner-box{
	height: 180px;
	padding: 40px 20px;
	background-position: right 20px bottom;
}

.contact-block .banner-box h2{
	font-size: 24px;
	margin-bottom: 10px;
}

.contact-block .banner-box h3{
	font-size: 18px;
}

.contact-contact-block{
	padding: 20px;
}

.contact-contact-block .infobox{
	width: 100%;
}

.contact-contact-block .infobox h4{
	font-size: 22px;
	margin-bottom: 15px;
}

.contact-contact-block .infobox p+p{
	margin-top: 15px;
}

.contact-contact-block .codebox{
	margin-top: 20px;
}

.contact-contact-block .codebox .box{
	flex-shrink: 0;
	flex: 1;
	text-align: center;
}

.contact-contact-block .codebox .box+.box{
	margin-left: 20px;
}

.contact-contact-block .codebox img{
	width: 100%;
	height: auto;
}

.contact-contact-block .codebox span{
	margin-top: 5px;
}

.contact-contact-block .map{
	margin-top: 25px;
	width: 100%;
	height: 350px;
}

/**/
.join-list{
	padding: 20px;
}

.join-list .navbox{
	margin-bottom: 15px;
}

.join-list .navbox a{
	width: 120px;
	line-height: 40px;
	font-size: 16px;
}

.join-list .tips{
	font-size: 16px;
	margin-bottom: 20px;
}

.join-list li{
	
}

.join-list .cont-switch{
	padding: 10px 40px 10px 20px;
	-webkit-flex-wrap:wrap;
	-webkit-box-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	position: relative;
}

.join-list li:first-child .cont-switch .flex-flex1{
	margin-right: 0;
}

.join-list .cont-switch .flex-flex1{
	margin-right: 0;
	overflow: hidden;
	flex: none;
	-webkit-flex: none;
	width: 50%;
	padding: 5px 0;
}
.join-list .cont-switch div:nth-child(1){
	width: 100%;
	font-weight: bold;
	font-size: 16px;
}
.join-list .cont-switch div:nth-child(2){
	flex: none;
	-webkit-flex: none;
}
.join-list .cont-switch div:nth-child(3){
	flex: none;
	-webkit-flex: none;
}

.join-list .switch-btn{
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.join-list .switch-btn i{
	font-size: 12px;
}

.join-list .cont-box{
	display: none;
}

.join-list .textbox{
	padding: 20px;
}

.join-list .cont-box .editbox{
	font-size: 14px;
}

.join-list .cont-box a{
	width: 120px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
}

.banner-contact{
	margin: 0;
	margin-top: 0;
}

/**/
.join-apply-bg{
	padding: 20px;
}

.join-apply{
	padding: 20px;
}

.join-apply .title{
	padding: 15px;
}

.join-apply .editbox{
	padding: 0 15px 15px;
	margin-bottom: 20px;
}

.join-apply .formbox{
	padding: 0 15px;
}

.join-apply .formbox .partbox{
	margin-bottom: 20px;
	width: 100%;
	flex-wrap: wrap;
}

.join-apply .formbox .fullbox{
	margin-bottom: 20px;
	width: 100%;
	flex-wrap: wrap;
}

.join-apply .formbox .text{
	text-align: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.join-apply .formbox input{
	height: 40px;
}

.join-apply .formbox select{
	background-color: #fff;
	max-width: 400px;
	width: 100%;
	height: 40px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
}

.join-apply .formbox textarea{
	padding: 10px 10px;
}

.join-apply .formbox .upbtn{
	margin-left: 0;
	margin-top: 10px;
	line-height: 40px;
	font-size: 14px;
}

.join-apply .formbox button{
	margin-right: 0;
	line-height: 40px;
}

.join-apply .formbox button+button{
	margin-left: 10px;
}

/**/
.shop-block{
	padding: 20px;
}

.shop-block .code{
	width: 100%;
	margin-bottom: 20px;
}

.shop-block .logo{
	margin-left: 0px;
	margin-top: 20px;
}

/**/
.ptn-title{
	font-size: 24px;
	width: 100%;
	margin-bottom: 20px;
}

.ptn-info{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 0;
}

.ptn-info h4{
	color: #333;
	font-size: 20px;
	margin-bottom: 10px;
}

.ptn-info p{
	font-size: 16px;
}

.ptn-info a{
	display: block;
	width: 100%;
	line-height: 46px;
	margin-top: 20px;
	font-size: 16px;
}

.ptn-info .share{
	margin-top: 20px;
	position: relative;
	left: 0;
	bottom: 0;
}

.ptn-block .form-block{
	width: 100%;
}

.ptn-block .form-block button{
	background-color: #016a7b;
	width: 100%;
}

/*download*/
.download-block{
	padding: 20px;
}

.download-block li{
	width: 100%;
	margin-right: 0;
}

.download-block li a{
	display: block;
	padding: 20px 20px 10px;
}

.download-block li .imgbox{
	height: 200px;
	margin-bottom: 10px;
}

.download-block li p{
	font-size: 16px;
}

/**/
.dl-pass-layer .layer-block{
	padding: 20px;
}

.dl-pass-layer h2{
	font-size: 22px;
	margin-bottom: 20px;
}

.dl-pass-layer .tips{
	margin-top: 20px;
	line-height: 1.6;
	font-size: 16px;
}

.dl-msg-layer .layer-block{
	padding: 20px;
}

.dl-msg-layer button{
	width: 100%;
}





.index-case .box-group{
	 display:none; 
}
.index-case .index_case_phone{
	 display:block; 
	 width:100%;
	 padding:20px 10px;
	 position:relative;
}
.index-case .index_case_phone .swiper-button-next:after,.index-case .index_case_phone .swiper-button-prev:after{
	content:'1';
	width:0px;
	height:0px;
	border:10px solid #000;
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-left-color:#156389;
	border-right-color:transparent;
}
.index-case .index_case_phone .swiper-button-prev:after{
	border-left-color:transparent;
	border-right-color:#156389;
}
.index_case_phone{
	 display:block; 
	 width:100%;
	 padding:20px 10px;
	 position:relative;
	 z-index:10;
}
.index_case_phone .swiper-button-next:after,.index_case_phone .swiper-button-prev:after{
	content:'1';
	width:0px;
	height:0px;
	border:10px solid #000;
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-left-color:#156389;
	border-right-color:transparent;
}
.index_case_phone .swiper-button-prev:after{
	border-left-color:transparent;
	border-right-color:#156389;
}

.index_case_phone .swiper{
	width:90%;
	margin:0 auto;
	overflow:hidden;
}


.index_case_phone .swiper-slide .title{
	position: absolute;
    z-index: 7;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.index_case_phone .swiper-slide .title h3{
	font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.index_case_phone .swiper-slide .title a{
	display: block;
    background-color: #016a7d;
    color: #fff;
    border-radius: 40px 0 40px 0;
    margin: 0 auto;
    transition: all 0.3s;
	width: 100px;
    line-height: 20px;
    font-size: 12px;
	font-weight:400;
}

.index_case_phone .swiper-button-next{
	right:-5px;
}
.index_case_phone .swiper-button-prev{
	left:-5px;
}

.index-news{
	display:none;
}
.index_news_phone .title{
	margin-bottom: 20px;
	text-align: center;
	
}

.index_news_phone .title h2{
	font-size: 24px;
	font-weight: bold;
}

.index_news_phone .title::after{
	margin: 10px auto 0;
}

.index_news_phone{
	 display:block; 
	 width:100%;
	 padding: 20px 20px 0;
	 position:relative;
	 margin-bottom:20px;
 
}
.index_news_phone .swiper{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background-color: #f8f8f8;
	padding-bottom:20px;
}
.index_news_phone .imgbox{
	height: 220px;
    margin-bottom: 20px;
}
.index_news_phone .imgbox img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_news_phone .swiper{
	 --swiper-pagination-color: #016A7D;
}

.index_news_phone .title h4{
	font-size: 16px;
    color: #999;
    margin: 0 10px 10px;
}
.index_news_phone .title h3{
	color: #999;
    font-size:18px;
    margin: 0 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_news_phone .title .editbox{
	font-size: 14px;
    color: #666;
    margin: 0 10px;
}


.quality-faq{
	margin:0 10px;
}


.phone_footer{
	display:block;
	margin-bottom: 66px;
}
.pfooter_contact{
	text-align:center;
	line-height:1.7;
	color:#444;
	font-size:14px;
	padding:5% 0;
}
.pfooter_nav{
	position: fixed;
	z-index:10;
    bottom: 0;
    width: 100%;
	background:#016A7D;
	border-top:1px solid rgba(255,255,255,.5);
}
.pfooter_nav ul{
	display:flex;
	align-items:center;
	position:relative;
	background-color:#016A7D;
	z-index:10;
}
.pfooter_nav li{
	width:25%;
	text-align:center;
	padding:10px 0;
}
.pfooter_nav li i{
	display:block;
	font-size:20px;
	padding-bottom:5px;
}
.pfooter_nav>ul li a{
	color:#fff;
}
.pfooter_nav li~li{
	border-left:1px solid rgba(255,255,255,.5);
}
.pfooter_nav .share_btn{
	position:absolute;
	top:-200px;
	right:0;
	display:none;
	z-index:1;
}
.pfooter_nav .active{
	display:block;
	animation-name: example1;
	animation-duration: .5s;
}
@keyframes example1 {
  from { top:0px;}
  to { top: -200px;}
}
.pfooter_nav .share_btn ul{
	flex-direction:row;
	height:200px;
	background-color:#fff;
	width: 100%;
	margin: 0 auto;
	border:1px solid #ccc;
	border-radius:10px;
}
.pfooter_nav .share_btn li{
	width:100%;
	padding:30px;
}


    }









