﻿/*导入字符图标*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?g1a453');
    src:  url('fonts/icomoon.eot?g1a453#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?g1a453') format('truetype'),
    url('fonts/icomoon.woff?g1a453') format('woff'),
    url('fonts/icomoon.svg?g1a453#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  
.icon-video-play:before {
    content: "\e900";
}
.icon-video-paused:before {
    content: "\e901";
}  

/*end*/

.video{
    position: relative;
}
.video video{
    display: block;
}
.video .shadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}
.video .shadow .button{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.6em;
    margin-top: -.6em;
    border-radius: 50%;
    font-size: 4em;
    border: 1px solid #333333;
    color: #000000;
    background: rgba(33, 33, 33, 0.4);
    cursor: pointer;
    padding: .1em;
}
.video .shadow .button span{
    display: block;
}


/* 通用设置 */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
body {
    font-family: "微软雅黑";
    width: 100%;
}
@media only screen and (min-width: 640px) and (max-width: 1280px) {
	body{
		/*min-width: 1280px;*/
	}
}
a {   text-decoration: none;}
ul {
    list-style: none;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* 导航条 */
.header {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
}
.logo {
    display: flex;
}
.logo img {
    width: 160px;
    height: 90px;
    margin: 10px 10px 10px 0;
}
.logo h2 {
    font-size: 22px;
    font-weight: bold;
    color: #0491d6;
}
.logo h3 {
    font-size: 14px;
    color: #aaa;
}
.logo-text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 12px 0;
    padding-left: 10px;
    border-left: 1px solid #dedede;
}
.nav {
    display: flex;
    flex: 1;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 50px;
}
.nav li{
    font-size: 16px;
    padding: 0 10px;
}
.nav a{
    color: #666;
}
.nav a:hover{
    color: #0491d6;
}
.search,.language{
    font-size: 8px;
}
.search{
    padding: 5px;
    /* width: 160px; */
    background: url('../images/search_bg.png');
    background-size: 100% 100%;
}
.search input.search-btn{
	width: 16px;
    height: 16px;
	background: url('../images/search.png');
	border: 0;
	cursor: pointer;
}
.language{
    display: flex;
    align-items: center;
}
.language a{
    margin: 0 10px 0 4px;
    /* font-size: 8px; */
    color: #999;
}
.language img{
    width: 26px;
    height: 20px;
}
.language span{
    text-align: center;  
}
.search-language{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.search {
    display: flex;
    align-items: center;
    margin-top: 10px;
    /* padding-right: 20px; */
}
.search img{
    display: block;
    width: 16px;
    height: 16px;
}
.search input {
    margin-right: 5px;
    width: 90px;
    height: 26px;
    font-size: 4px;
}
/* banner */
.swiper-slide{
	overflow: hidden;
}
.ibanner img{
    display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/* 首页产品模块 */
.product-home {
    display: flex;
    justify-content: center;
    text-align: center;
}
.product-home img{
    display: block;
    width: 100%;
}
.item-text {
    padding: 6% 0;
}
.product-home h3{
    font-weight: bold;
    color: #3a3a3a;
}
.product-home h4{
    font-weight: normal;
    color: #929292;
}
.product-home a{
	display: block;
}
.product-home span{
    display: block;
    margin: 20px auto 0;
    background-color: #eee;
    color: #666;
    width: 20%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    transition: background-color .2s ease,color .2s ease;
    padding: 0 5px;
}
.product-home a:hover{
    background-color: #21b5ff;
    color: #fff;
}
.product-home .item-text {
   border-right: 1px solid #f5f5f5;
   border-left: 1px solid #f5f5f5;
   
}
.product-home .item{
    position: relative;
    top: 0;
    border-bottom: 1px solid #ccc;
    /* transform: scale(1); */
    transition: top .3s ease,box-shadow .3s ease;
    background: #fff;
}
.product-home .item:hover{
    /* transform: scale(1.01); */
    top: -5px;
    z-index: 99;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .7);
}
/* 内页选中效果 */
.pro-show a,.news-show a{
    position: relative;
    transition: top .5s ease,box-shadow .5s ease;
}
.pro-show a:hover,.news-show a:hover{
    top: -5px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}
/* 首页应用领域 */
.app-item{
    position: relative;
    overflow: hidden;
}
.app-item p{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #fff;
    opacity: .8;
    left: 0;
    transition: left .5s ease-in-out;
}
.app-item:hover p{
    left: -50%;
}
.application-area{
    padding: 60px 0;
    background: #f5f5f5;
    text-align: center;
}
.application-area img{
    display: block;
    width: 100%;
}
.title h1{
    margin: 5px auto;
    color: rgb(0, 178, 255);
    font-weight: normal;
    text-align: center;
    font-size: 2em;
}
.title p{
    text-align: center !important;
}
.application-area .list{
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 40px auto 0;
}
.application-area .list-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* 首页优势 */
.advantage{
    background: url('../images/Advantage.jpg') center;
}
.adv-content{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 20px;
    max-width: 1200px;
}
.adv-content li{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 25px 0;
	width: 380px;
}
.adv-content img{
    display: block;
    margin: 0 10px;
}
/* .adv-right {
    padding-left: 20px;
} */
.advantage .title{
    display: none;
}
.advantage-right li:nth-child(1),
.advantage-right li:nth-child(5){
    position: relative;
    left: -80px;
}
.advantage-right li:nth-child(3){
    position: relative;
    left: 40px;
    /* width: 240px; */
}
.adv-left li:nth-child(1),
.adv-left li:nth-child(5){
    position: relative;
    left: 80px;
}
.adv-left li:nth-child(4){
    position: relative;
    left: 33px;
}
.adv-left li{
    color: #fff;
}
/* 加盟优势 */
.jm-advantage{
    text-align: center;
    background: url('../images/jm_advantage.jpg') center;
    padding: 60px 0 30px;
}
.jm-top{
    padding-top: 20px;
}
.jm-top,.jm-bottom{
    max-width: 1200px;
}
.jm-mid{
    height: 90px;
    background: url('../images/jm_guan.png') center;
    opacity: .8;
}
.jm-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.jm-item li{
    flex: 1;
}
.jm-mid img{
    width: 100%;
}
.jm-tel{
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.jm-tel strong{
    font-size: 24px;
    color: #333;
}
.jm-tel-bg{
    padding: 5px 10px;
    background: url('../images/jm_tel_bg.png');
    background-size: 100% 100%;
}
/* 真实案例 */
.case-home {
    padding: 40px 0;
    background: #f5f5f5;
}
.case-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    background: url('../images/case_bg.png') center;
    width: 1200px;
    height: 400px;
}
.case-left{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.case-left h3{
    width: 44px;
    font-size: 24px;
    /* line-height: 26px; */
    /* margin: 0 auto; */
}
.case-left .swiper2 {
    max-width: 560px;
    margin: 0 10px;
}
.slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
}
.case-right{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.case-right h4{
    width: 18px;
    font-size: 18px;
}
.news-min{
    margin: 0 40px;
	width: 250px;
}
.news-min li:last-child{
	display: none;
}
.news-min a{
	color: #333;
}
.news-min img{
	max-width: 100%;
}
.underline{
    margin: 10px 0;
}
.swiper-btn{
    cursor: pointer;
}
/* 页尾 */
.footer-nav ul{
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 20px auto;
}
.footer-nav li{
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 17%;
    padding: 20px 0 16px 0;
    transition: border .3s ease;
}
.footer-nav li:hover{
   border: 1px solid #21b5ff;
}

.footer-nav li:nth-child(2) img{
    width: 34px;
}
.footer-nav li:nth-child(3) img{
    width: 42px;
    height: 30px;
}
.footer-nav li:nth-child(4) img,.footer-nav li:nth-child(5) img{
    width: 34px;
}
.footer-nav a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-nav img{
    display: block;
    width: 40px;
    height: auto;
}
.footer-nav h3{
    font-size: 16px;
    color: #666;
}
.footer-nav p{
    font-size: 14px;
    color: #929292;
}
.footer-nav .text{
    margin-left: 20px;
}
/* 页脚 */
.footer{
    padding: 60px 0 30px 0;
    background: rgb(34, 34, 34);
    color: #ccc;
}
.footer-content{
    margin: 0 auto 30px;
    
    max-width: 1200px;
}
.footer-link{
    display: flex;
    justify-content: space-around;
}
.footer a{
    color: #666;
}
.footer a:hover{
    color: #9a9a9a;
}
.footer li{
    margin: 10px 0;
}
a.findus{
    display: block;
    margin-top: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21b5ff;
    color: #fff;
    border-radius: 10px;
    /* transform: scale(1); */
    transition: border-radius .6s ease;
}
a.findus:hover{
    /* transform: scale(1.05); */
    border-radius: 25px;
}
.footer .friend-link,.footer .copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
}
.footer .copyright{
    border-top: 1px solid #333;
}
.foo-item-contact{
    max-width: 300px;
}
.footer .foo-item-contact a:hover{
    color: #fff;
}
.footer-tel-title{
    font-size: 18px;
    color: #9a9a9a;
}
.footer-tel{
    font-size: 24px;
    color: #9a9a9a;
}
.footer-wecat{
    font-size: 12px;
}
.footer-wecat p{
    width: 120px;
    text-align: center;
}
.footer-wecat img{
    display: block;
}
/*手机底部导航*/
.mobile-bottom-nav-box{
	display: none;
	height: 56px;
}
.mobile-bottom-nav{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #0491d6;
	z-index: 99;
}
.mobile-bottom-nav li{
	float: left;
	width: 25%;
	text-align: center;
	padding: 5px 0;
	font-size: 0;
}
.mobile-bottom-nav a{
	display: block;
}
.mobile-bottom-nav img{
	width: 30px;
	height: 30px;
}
.mobile-bottom-nav p{
	color: #ffffff;
	font-size: 12px;
}

/* 内页 */
/* 产品页 */
.banner img{
    display: block;
    width: 100%;
}
.current-menu{
    
    border-bottom: 1px solid #eee;
}
.content{
    margin: 0 auto;
    max-width: 1200px;
    font-size: 14px;
}
.current-position{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    float: right;
    
}
.current-position span{
    margin-left: 5px;
}
.current-position img{
    width: 18px;
}
.current-nav {
    float: left;
}
.current-nav a{
    display: inline-block;
    height: 59px;
    line-height: 59px;
    text-align: center;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.current-nav a:hover,.current-nav .active{
    background: #21b5ff;
    color: #fff;
}
.pro-content h1{
    margin: 30px 0;
    text-align: center;
    color: #21b5ff;
    font-size: 24px;
}
ul.pro-show{
    display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
ul.pro-show img{
	width: auto;
	height: 165px;
    max-width: 100%;
}
.pro-show li{
    box-sizing: border-box;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
}
.pro-show a{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333;
    
}
.pro-show p{
    margin: 10px 0 10px 0;
}
.pagination{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.pagination li{
    margin: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pagination a{
    display: block;
    width: 100%;
    height: 100%;
    color: #929292;
}
.pagination li:hover{
    border: 1px solid #21b5ff;
    background: #21b5ff;
}
.pagination li:hover a{
    color: #fff;
}
/* 产品详情页 */
.pro-details-shadow{
    border-top: 1px solid #eee;
    /* box-shadow: 0 4px 0 0 rgba(122, 122, 122, 0.1) inset; */
}
.pro-details{
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.img-show{
    display: flex;
    align-items: center;
    width: 540px;
    height: 410px;
    border: 1px rgba(0, 0, 0, .2) solid;
    cursor: pointer;
}
.img-show img{
    display: block;
    max-width: 100%;
    margin: auto;
}
.img-chose{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    width: 540px;
    height: 105px;
    margin: 10px 0;
}
.chose-btn{
    display: flex;
    align-items: center;
    height: 105px;
    background: #dedede;
    cursor: pointer;
}
.chose-imgmin{
    flex: 1;
}
.chose-imgmin li{
	float: left;
    /*box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;*/
    width: 25%;
    height: 100%;
    border: 1px rgba(0, 0, 0, .2) solid;
	box-sizing: border-box;
}
.chose-imgmin li img{
	width: 100%;
}
.details-container{
    width: 600px;
}
.details-container h2{
    padding: 10px 0;
    border-bottom: 1px rgba(0, 0, 0, .2) solid;
	margin-bottom: 15px;

}
.details-container img{
    width: 100%;
}
.chose01{
    display: flex;
    margin: 40px 0;
}
.chose01 a{
    display: block;
    margin: 0 20px 0 0;

    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #21b5ff;
    color: #fff;
    border-radius: 20px;
}
.chose01 a:hover{
    background: #0491d6;
}
.chose02 a{
    float: right;
    display: block;
    width: 40px;
    margin-left: 5px;
}
.pro-rec{
    background: #f5f5f5;
    padding: 20px 0;
}
.pro-rec .pro-show{
    margin-top: 20px;
}
.pro-detail-common {
    color: #3a3a3a;
}
.detail-title {
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 2px 0;
    margin: 20px 0;
}
.detail-title span{
    display: inline-block;
    width: 16px;
    background-color: #21b5ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.detail-title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 98px;
    height: 2px;
    background-color: #21b5ff;
}
.pro-detail-cont01 ul{
    display: flex;
    justify-content: space-between;
}
.pro-detail-cont01 ul li{
    position: relative;
    margin: 5px;
    width: 23%;
}
.pro-detail-cont01 ul img {
    width: 100%;
}
.pro-detail-cont01 ul p{
    position: absolute;
    width: 100%;
    bottom: 10%;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    background-color: rgba(33, 181, 255,1);
}
.pro-detail-cont02,.pro-detail-cont03 {
    text-align: center;
}
.pro-detail-cont04>div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-detail-cont04>div>div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pro-detail-cont04 p{
    text-align: justify;
}
.pro-detail-cont04>div>div {
    padding: 0 30px;
    height: 200px;
}

.pro-detail-cont04 .cont041{
    border-top: 1px solid #21b5ff;
    border-right: 1px solid #21b5ff;
    border-bottom: 1px solid #21b5ff;
}
.pro-detail-cont04 .cont042{
    border-top: 1px solid #21b5ff;
    border-left: 1px solid #21b5ff;
    border-bottom: 1px solid #21b5ff;
}
.pro-detail-cont05,.pro-detail-cont06 {
    display: flex;
    justify-content: space-between;
}
.pro-detail-cont05>div{
    text-align: center;
}
.pro-detail-cont06 {
   margin-bottom: 20px;
}
.pro-detail-cont06>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
.pro-detail-cont06 p{
    padding: 20px 40px;
    text-align: justify;
}
.pro-detail-cont05{
   color: #3a3a3a;
}
.pro-detail-cont05 .cont-l{
    margin-right: 30px;
}
.pro-detail-cont05 .cont-r,.pro-detail-cont05 .cont-l{
   flex: 1;
}
.pro-detail-cont05 .cont-r h3{
    color: #fff;
    background-color: #0491d6;
    margin: 10px 0;
    padding: 5px;
}
.pro-detail-cont05 h3{
    padding: 10px 0;
    color: #21b5ff;
    text-align: left;
}
.pro-detail-cont05 p{
    text-align: justify;
}

/* 招商加盟 */
.join-content{
    padding: 20px 0;
}
.join-six{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.join-six img{
    display: block;
    /*width: 100%;*/
    max-width:100%;
}
.join-six ul{
    padding: 10px 20px 10px 60px;
    font-size: 18px;
    color: #333;
}
.join-six li:nth-child(odd){
    font-weight: bold;
}
.join-six li:nth-child(even){
    font-size: 16px;
    color: #666;
    margin: 15px 0;
}
.join-certificate{
    padding: 20px 0;
    background: #f5f5f5;
}
.join-certificate ul{
    display: flex;
    justify-content: space-around;
}
.join-certificate ul li{
    padding: 5px;
}
.join-certificate img{
    display: block;
    width: 100%;
}
/* 关于我们 */
.aboutus{
    display: flex;
    justify-content: space-between;
    padding: 40px 0 30px 0;
    position: relative;
}
.aboutus-title{
    padding-left: 120px;
}
.aboutus-title img{
	display: none;
}
.aboutus-title h1{
    margin: 0 0 0 20px;
}
.aboutus-title p{
    margin: 0 0 20px 20px;
    font-size: 18px;
    color: #929292;
}
.aboutus-text{
    box-sizing: border-box;
    width: 50%;
}
.aboutus-text h3{
    font-size: 20px;
    color: #21b5ff;
}
.aboutus-text p{
    font-size: 16px;
    color: #929292;
    line-height: 1.5;
    text-align: justify;
    text-indent: 32px;
    padding: 10px 0;
}
.aboutus-text p span{
    color: #21b5ff;
}
.aboutus-bg{
    position: absolute;
    z-index: -1;
}
.about-number{
    margin: 60px auto;
}
.about-number p{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.about-number,.about-number ul,.about-num{
    display: flex;
    justify-content: center;
}
.about-number .about-num{
    width: 60%;
    padding: 20px 0;
}
.about-number ul{
    border-radius: 15px;
    width: 80%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.about-number ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    font-size: 24px;
}
.about-number h3{
    font-weight: normal;
    color: #3a3a3a;
}
.yj-idea{
    padding: 40px 0;
    background: #f5f5f5;
}
.honor{
    padding: 40px 0;
}
#zturn {
    /* position: relative; */
    height: 440px;
    padding: 20px 0;
}
#zturn li{
    background: #fff;
    padding: 5px;
    transition: all 0.5s;
    border: 1px solid #21b5ff;
}
.honor-cont{
    position: relative;
}
.honor-btn{
    position: absolute;
    /* z-index: 9; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.honor-btn a{
    display: block;
}
/* .honor ul, */
.about-video ul{
    display: flex;
    justify-content: center;
}
/* .honor li, */
.about-video li{
    padding: 10px;
}
/* .honor img{
    display: block;
    width: 100%;
} */
.factory-pic .content,.factory-pic ul{
    display: flex;
    justify-content: center;
}
.factory-pic{
    padding: 60px 0 20px 0;
    background: url('../images/sub_about_factory_bg.jpg') center;
}
.factory-pic ul{
    flex-wrap: wrap;
    align-items: center;
    max-width: 580px;
}
.factory-pic img{
    display: block;
    width: 100%;
}
.factory-pic li{
    box-sizing: border-box;
    width: 50%;
    padding: 0 0 20px 20px;
}
.factory-pic .pic1{
    position: relative;
    padding-bottom: 20px;
}
.factory-pic .pic1 p{
    position: absolute;
    bottom: 20px;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 60px;
    color: #f5f5f5;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}
.factory-pic .pic1 img{
    height: 100%;
}
/* 案例展示 */
.case-detail{
    padding: 40px 0;
}
.case-detail .swiper-btn{
    margin: 0 10px;
}
.case-detail .slide{
    margin: auto;
}
.case-detail .item{
    display: flex;
}
.case-detail .item h2{
    padding: 20px;
}
.case-detail .item p{
    font-size: 16px;
    padding: 0 20px;
}
/* 新闻资讯 */
.news-show{
}
.news-show li{
    box-sizing: border-box;
    width: 33%;
    margin-bottom: 10px;
    padding: 10px;
	display: inline-block;
}
.news-show li img{
    display: block;
    width: 100%;
   
}
.news-show a {
	display: block;
    color: #333;
}
.news-content{
    background: #f5f5f5;
    overflow: hidden;
}
.outline{
    padding: 20px;
    background: #fff;
}
.outline h5{
    font-size: 16px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.outline p{
    font-size: 14px;
    color: #929292;
}
.outline p.text{
	line-height: 1.5em;
	height: 4.5em;
	overflow: hidden;
}
.news-text{
    padding: 20px 0;
    text-align: center;
}
.news-text h3{
    margin: 10px 0;
    font-size: 20px;
}
.news-message{
    font-size: 14px;
    color: #929292;
}
.news-text p{
    margin: 10px 60px;
    text-align: justify;
    line-height: 2;
    font-size: 14px;
    color: #3a3a3a;
    text-indent: 28px;
}
/* 联系我们 */
.contact {
    padding: 40px 0;
}
.contact-l{
    padding: 0 20px 0 0;
	float: left;
	width: 40%;
}
.contact-l h2{
    color: #21b5ff;
    margin-bottom: 20px;
}
.contact-l ul li{
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 16px;
}
.contact-l span{
    margin-left: 5px;
}
.contact-r{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#map {
    height: 300px;
	width: 50%;
	max-width: 800px;
	float: right;
}
/* 在线留言 */
.online-mes{
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.mes-form{
    flex: 1;
    margin-left: 20px;
    padding: 0 20px;
}
.mes-form p{
    color: #21b5ff;
}
.mes-form span{
    color: red;
}
.mes-form form div{
    display: flex;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}
.mes-form div input,textarea{
    display: block;
    flex: 1;
    height: 30px;
}
.mes-form textarea{
    height: 120px;
}
.mes-form .form-btn{
    display: inline-block;
    width: 120px;
    height: 40px;
    background: #21b5ff;
    color: #fff;
    border: 1px solid #21b5ff;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
}
.mes-form .form-btn:hover{
    background: #0491d6;
}

.img-show{
	display: none;
}
.img-show:first-child{
	display: block;
}
.con-box{
	margin: 2em 0;
}
.con-box img{
	max-width: 750px;
	margin: 0 auto;
	display: block;
}

.yj-idea li{
	float: left;
	width: 25%;
}
.yj-idea li .con{
	background: #FFFFFF;
	text-align: center;
	padding: 1.5em 1em;
}
.yj-idea li .con .s1{
	display: block;
	margin: 0 auto 1em;
	width: 42px;
	height: 36px;
	background: url(../images/li.png) no-repeat center center;
}
.yj-idea li .con .s2{
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
}
.yj-idea li .con .s2:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 1em;
	height: 2px;
	margin-left: 0.6em;
	margin-top: -1px;
	background: #666666;
}
.yj-idea li .con .s2:before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 1em;
	height: 2px;
	margin-right: 0.6em;
	margin-top: -1px;
	background: #666666;
}
.yj-idea li .con p{
	line-height: 1.5em;
	height: 4.5em;
}
.yj-idea li .img img{
	display: block;
	width: 100%;
}
.yj-idea li:hover .con{
	background: #0090ff;
	color: #FFFFFF;
}
.yj-idea li:hover .con .s1{
	background: url(../images/lia.png) no-repeat center center;
}
.yj-idea li:hover .con .s2:before{
	background: #FFFFFF;
}
.yj-idea li:hover .con .s2:after{
	background: #FFFFFF;
}

/*加盟*/
.join .ny-title{
	text-align: center !important;
	margin-bottom: 3em;
}
.join .ny-title h2{
	font-size: 1.8em;
	color: #00acff;
  	line-height: 40px;
}
.join .ny-title p{
	font-size: 1.2em;
	color: #333333;
    text-align: center !important;
}
.join01{
	padding: 3em 0;
}
.join01 .list .item{
	margin-bottom: 2em;
}
.join01 .list .item:last-child{
	margin-bottom: 0;
}
.join01 .list .item .img{
	float: right;
	width: 46%;
	margin: 0 1%;
}
.join01 .list .item:nth-child(2n) .img{
	float: left;
}
.join01 .list .item .img img{
	display: block;
	max-width: 100%;
}
.join01 .list .item .con{
	float: left;
	width: 46%;
	margin: 0 3%;
}
.join01 .list .item:nth-child(2n) .con{
	float: right;
}
.join01 .list .item .con{
	line-height: 1.5em;
	color: #333333;
	margin-top: 2em;
}
.join01 .list .item .con h2{
	font-size: 1.5em;
	color: #00acff;
}
.join01 .list .item .con .s1{
	display: block;
	max-width: 20em;
	height: 2px;
	background: #00acff;
	margin: 1em 0;
}
.join01 .list .item .con .s2{
	color: #e90000;
}
.join01 .list .item .con p{
	margin-bottom: 1.5em;
}
.join01 .box{
	position: relative;
	margin: 11em 2% 0;
}
.join01 .box .img{
	position: relative;
	max-width: 380px;
}
.join01 .box .img img{
	display: block;
	max-width: 100%;
}
.join01 .box .img .img02{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -285px;
}
.join01 .box .list .item{
	position: absolute;
}
.join01 .box .list .item .s1{
	line-height: 2.6em;
	width: 12em;
	font-size: 1.2em;
	display: block;
	background: #fdf48b;
	color: #ed3800;
	text-align: center;
	border-radius: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
.join01 .box .list .item p{
	line-height: 1.8em;
	margin-bottom: .5em;
	text-indent: 2em;
}
.join01 .box .list .item img{
	border-radius: 50%;
	display: block;
	position: absolute;
	box-shadow: 3px 0 10px rgba(0,0,0,0.3);
}
.join01 .box .list .item01{
	left: 440px;
	top: -120px;
}
.join01 .box .list .item01 img{
	left: -120px;
	top: 20px;
}
.join01 .box .list .item02{
	left: 520px;
	top: 190px;
}
.join01 .box .list .item02 img{
	left: -120px;
	top: 20px;
}
.join01 .box .list .item03{
	left: 420px;
	top: 330px;
}
.join01 .box .list .item03 img{
	left: -120px;
	top: 20px;
}
.join02{
	background: #f9f9f9;
}
.join03{
	padding: 3em;
}
.join03 .box{
	text-align: center !important;
}
.join03 .box .p1{
	margin: 2em 0;
	font-size: 1.5em;
	color: #d43402;
    text-align:center !important;
}
.join03 .box img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/*关于我们*/
.ny-about{
	padding: 3em 0;
}
.ny-about .ny-title{
	margin-bottom: 2em;
}
.ny-about .ny-title h2{
	font-size: 3.5em;
	color: #ebebeb;
	font-weight: bold;
}
.ny-about .ny-title p{
	position: relative;
	font-size: 16px;
}
.ny-about .ny-title .s2{
	display: block;
	width: 3em;
	height: 2px;
	background: #ebebeb;
	position: absolute;
	top: 50%;
	left: 0;
}
.ny-about .ny-title .s1{
	font-size: 2em;
	color: #05aeff;
	margin: 0 1em 0 2em;
}
.ny-about .con{
	margin: 0 2em 2em;
	font-size: 16px;
	line-height: 1.5em;
	text-indent: 2em;
}
.ny-about .list{
	margin-top: 2em;
	float: right;
	width: 65%;
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
	padding: 2em 0;
	border-radius: 15px;
}
.ny-about .list .item{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}
.ny-about .list .item span{
	display: block;
}
.ny-about .list .item .s1{
	font-size: 2em;
	color: #05aeff;
}
.ny-about .list .item .s2{
	color: #999999;
}
.ny-about .img{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
}
.ny-about01{
	position: relative;
}
.ny-about01>img{
	display: block;
	width: 100%;
}
.ny-about01 .box{
	position: absolute;
	top: 50%;
	margin-top: -4em;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.8em;
	text-align: center;
	line-height: 1.5em;
}
.ny-about01 .box .s1{
	display: block;
	width: 75px;
	height: 75px;
	background: url(../images/ny-about02.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 2em auto 0;
	cursor: pointer;
	transition: all 0.6s;
}
.ny-about01 .box .s1:hover{
	transform: rotate(120deg);
}
.ny-video{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	text-align: center;
	display: none;
	z-index: 999;
}
.ny-video embed{
	position: relative;
	top: 50%;
	margin-top: -230px;
	animation: v01 0.6s;
}
@keyframes v01{
	from{margin-top: -400px;}
	to{margin-top: -230px;}
}
.ny-about02{
	padding: 3em 0;
	background: url(../images/ny-about02.jpg) no-repeat center top;
}
.ny-about02 .ny-title{
	margin-bottom: 2em;
	color: #FFFFFF;
}
.ny-about02 .ny-title .s1{
	float: left;
	display: block;
	border: 1px solid #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0.2em 0.1em 0.2em 0.2em;
	border-radius: 5px;
	margin-right: 1em;
}
.ny-about02 .ny-title h2{
	font-size: 1.5em;
}
.ny-about02 .ny-title .s2{
	display: inline-block;
	width: 7em;
	height: 1px;
	margin: 0.5em 0;
	background: #FFFFFF;
}
.ny-about02 .ny-title P{
	font-size: 16px;
	max-width: 68%;
}
.ny-about02 .list{
	margin-bottom: 3em;
}
.ny-about02 .list .item{
	float: left;
	width: 25%;
	text-align: center;
	color: #FFFFFF;
}
.ny-about02 .list .item .s1{
	width: 7em;
	height: 7em;
	display: block;
	border: 4px solid #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
	padding: 4px;
}
.ny-about02 .list .item .s2{
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	line-height: 3.6em;
	font-size: 1.5em;
}
.ny-about02 .list01 .item{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	transition: all 0.3s;
}
.ny-about02 .list01 .item:hover{
	margin-top: -5px;
}
.ny-about02 .list01 .item:nth-child(4n){
	margin-right: 0;
}
.ny-about02 .list01 .item .img{
	margin-bottom: 1em;
}
.ny-about02 .list01 .item .img img{
	display: block;
	width: 100%;
}
.ny-about02 .list01 .item .con{
	padding-left: 25%;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 23% auto;
}
.ny-about02 .list01 .item .con01{
	background-image: url(../images/ny-about03.png);
}
.ny-about02 .list01 .item .con02{
	background-image: url(../images/ny-about04.png);
}
.ny-about02 .list01 .item .con03{
	background-image: url(../images/ny-about05.png);
}
.ny-about02 .list01 .item .con04{
	background-image: url(../images/ny-about06.png);
}
.ny-about02 .list01 .item .con h3{
	color: #05aeff;
}
.ny-about02 .list01 .item .con h2{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.ny-about02 .list01 .item .con p{
	font-size: 16px;
	line-height: 1.5em;
	height: 4em;
}

.swiper3{
display: none;
}
/* 媒体查询 */
@media only screen and (max-width: 640px) and (min-width: 100px){
.swiper1,.floatTools{
display: none;
}
.swiper3{
display: block;
}
    body{
        min-width: 0;
    }
    .header{
        display: block;
        position: relative;
		padding-top: 10px;
    }
    .logo{
        float: left;
		width: 100%;
    }
	.logo img{
		width: auto;
		height: 50px;
		margin: 10px 10px 10px 20px;
	}
	.logo h2{
		font-size: 16px;
	}
	.logo h3{
		font-size: 12px;
		padding-left: 20px;
	}
    .nav{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 5px 0;
        width: 100%;
    }
    .nav li{
        position: relative;
        width: 25%;
        font-size: 14px;
        padding: 10px 0;
        text-align: center;
    }
    .nav li::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 1px;
        width: 1px;
        height: 100%;
        background: linear-gradient(#fff,#eee,#fff) ;
    }
    .search-language{
        float: right;
		position: absolute;
		right: 10px;
		top: 5px
    }
    .search{
        display: none;
    }
    .language{
        /* flex-direction: column; */
    }
	.language img{
		width: 20px;
		height: 14px;
	}
    .product-home h3{
        font-size: 16px;
		/*display: none;*/
    }
    .product-home h4{
        font-size: 16px;
    }
    .title h1{
        font-size: 20px;
    }
    .title p{
        font-size: 14px;
        color: #333;
    }
    .application-area{
        padding: 20px 0;
    }
    .application-area .list{
        flex-wrap: wrap;
    }
    .application-area .list>div{
        width: 50%;
    }
    .app-item{
        box-sizing: border-box;
        padding: 5px;
    }
    .application-area .list>div.list-right2{
        flex-direction: row;
        width: 100%;
    }
    .adv-content li{
        font-size: 12px;
		width: 100%;
    }
    .advantage-right{
        padding: 0 10px;
        background: rgba(255, 255, 255, .8)
    }
    .advantage-right li:nth-child(1),
    .advantage-right li:nth-child(3),
    .advantage-right li:nth-child(5),
    .adv-left li:nth-child(1),
    .adv-left li:nth-child(4),
    .adv-left li:nth-child(5){
        left: 0;
    }
    .adv-content{
        padding: 20px 10px;
    }
    .adv-content img{
        width: 60%;
    }
    .advantage {
        background: url(../images/Advantage.jpg);
    }
    .advantage .title{
        display: block;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .advantage .title h1{
        color: #fff;
    }
    .advantage .title p{
        color: #eee;
    }
    .jm-mid{
        display: none;
    }
    .jm-item{
        flex-wrap: wrap;
    }
    .jm-item img{
        display: block;
        width: 100%;
    }
    .jm-item li{
        flex: none;
        width: 50%;
    }
    .jm-item h3{
        font-size: 14px;
    }
    .jm-item h3{
        font-size: 12px;
    }
    .footer-nav li{
        /* background-color: #fff; */
        border: none;
    }
    .footer-nav a{
        height: 80px;
        flex-direction: column;
        justify-content: space-between;
    }
    .footer-nav .text{
        margin-left: 0;
        /* margin-top: 20px; */
        text-align: center !important;
    }
    .footer-nav h3{
        font-size: 14px;
        line-height:normal !important;
    }
    .footer-nav p{
        font-size: 12px !important;
        text-align: center !important;
        line-height:normal !important;
    }
    .footer-dis{
        display: none;
    }
    .footer-item{
        font-size: 12px;
		display: none;
    }
    .foo-item-contact{
        padding: 0;
		display: block;
		max-width: 100%;
    }
	.footer li{
		margin: 5px 0;
	}
	.footer-content{
		margin-bottom: 10px;
	}
    .footer-tel-title,
    .footer-tel{
        font-size: 14px;
    }
    .footer .friend-link, .footer .copyright{
        font-size: 12px;
    }
    .footer-wecat img{
        width: 100%;
    }
    .case-bg{
        width: 100%;
        background: none;
        flex-direction: column;
        justify-content: center;
    }
	.friend-link{
		display: none;
	}
    .swiper-btn{
        display: none;
    }
    .slide{
        margin-left: 0;
    }
    .case-bg{
        height: auto;
        margin: 0 auto;
    }
    .swiper2 img{
        display: block;
        width: 100%;
    }
    .case-left,.case-right{
        display: block;
        padding: 0;
    }
    .case-left h3,.case-right h4{
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #333;
        margin: 0 0 10px;
    }
    .case-home{
        padding: 20px 0 0 0;
        width: 100%;
    }
    .case-content,.case-bg,.case-left,.slide{
        width: 100%;
    }
    .case-right{
        padding: 20px 0;
		width: 100%;
    }
    .news-min{
        margin: 0;
		width: 100%;
    }
    .news-min img{
        display: block;
        width: 100%;
    }
    .news-min ul{
        display: flex;
        justify-content: center;
    }
    .news-min ul li{
        margin: 0 5px;
        font-size: 12px;
    }
    .news-min ul li:nth-child(2){
        display: none;
    }
    a.findus{
        display: none;
    }
    .mobile-bottom-nav-box{
		display: block;
	}
	.mobile-bottom-nav{
		display: block;
    }
    .jm-advantage{
        padding: 20px 0;
    }
    .footer{
        padding: 10px;
    }
    .case-left .swiper2{
        margin: 0 5px;
    }
    .product-home{
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .product-home .item{
        width: 50%;
		position: relative;
    }
	.product-home .item-text{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(255,255,255,0.6);
		border: none;
		padding: 5px 0;
	}
	.product-home h4{
		color: #000;
        display: none;
	}
	.product-home span{
		margin: 10px auto 0;
	}
    /* 产品内页 */
    .current-position,.current-nav a{
        font-size: 12px;
    }
    .pro-content h1{
       font-size: 16px;
		margin: 10px 0;
    }
    .pro-show li{
        width: 50%;
    }
    .pro-show li img{
        width: 100%;
    }
    .pro-show p{
        font-size: 12px;
    }
    .pagination{
        padding: 10px 0;
    }
    .pagination li{
        padding: 5px;
        font-size: 12px;
    }
    .img-show{
        box-sizing: border-box;
        width: 95%;
        margin: 5px;
        height: auto;
    }
    .img-show img{
        width: 90%;
    }
    .img-chose{
        padding: 0 10px;
        width: 100%;
    }
    .pro-details{
        margin: 20px auto;
        flex-direction: column;
    }
    .img-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .details-container{
        width: 100%;
    }
    .details-container h2{
        padding: 10px;
        font-size: 14px;
    }
    .chose01{
        margin: 5px 0 5px 20px;
    }
    .chose01 a{
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .chose02{
        margin-right: 20px;
    }
    .title h1{
        font-size: 16px;
    }
    .title p{
        font-size: 12px !important;
    }
    .join-six{
        flex-direction: column;
    }
    .join-six li:nth-child(odd){
        font-size: 14px;
    }
    .join-six li:nth-child(even){
        font-size: 12px;
    }
    .join-certificate ul{
        flex-wrap: wrap;
    }
    .join-certificate ul li{
        box-sizing: border-box;
        width: 50%;
    }
    .cur-mobile .current-nav{
        float: left;
		width: 100%;
    }
	.current-nav{
		width: 100%;
		overflow: hidden;
	}
    .current-nav a{
		display: block;
		float: left;
		width: 20%;
		text-align: center;
		padding: 0;
        height: 40px;
        line-height: 40px;
    }
    .current-position{
        padding: 5px;
		width: 100%;
    }
    .aboutus-bg{
        display: none;
    }
    .aboutus-title{
        padding: 10px;
    }
    .aboutus{
        padding: 20px 0 10px;
        flex-direction: column;
    }
    .aboutus-title h1{
        margin: 0 0;
        font-size: 16px;
    }
    .aboutus-title p{
        margin: 0 0;
        font-size: 14px;
    }
    .aboutus-title img{
        display: block;
        width: 80%;
        margin: 0 auto;
    }
	.aboutus-title embed{
		display: none;
	}
    .aboutus-text{
        width: 100%;
        padding: 10px;
    }
    .aboutus-text p{
        font-size: 12px;
        text-indent: 24px;
    }
    .aboutus-text h3{
        font-size: 16px;
    }
    .about-number{
        margin: 0 auto 10px;
        width: 100%;
    }
    .about-number .adv{
        width: 25%;
        padding: 0 10px;
    }
    .about-number .adv img{
        width: 100%;
    }
    .about-number p{
        font-size: 10px;
    }
    .about-number .about-num{
        width: 75%;
        padding: 5px;
    }
    .about-number ul{
        width: 95%;
    }
    .about-number h3{
        font-size: 18px;
    }
    .yj-idea .content{
        font-size: 12px;
    }
    .yj-idea ul li{
        box-sizing: border-box;
        width: 50%;
    }
    .yj-idea li .con{
    	padding: 1em;
    }
   .honor-btn{
       display: none;
   }
   .factory-pic{
       padding: 20px 10px;
   }
   .factory-pic .content{
    display: flex;
    flex-direction: column;
   }
   .factory-pic li{
       padding: 5px;
   }
   .about-video ul{
       flex-direction: column;
   }
   .about-video ul img{
       width: 100%;
   }
   .honor,#zturn{
       padding: 10px 0;
   }
   #zturn{
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       height: auto;
   }
   #zturn li{
       position: relative;
       box-sizing: border-box;
       width: 50%;
       padding: 5px;
       border: none;
   }
   #zturn li img{
       width: 100%;
   }
   .about-video ul{
       padding: 0 10px;
   }
   .about-video li{
       padding: 10px 0;
   }
   /* 产品详情 */
   .case-detail{
       padding: 20px 0;
   }
   .swiper-btn{
       display: none;
   }
   .case-detail .item{
       flex-direction: column;
   }
   .case-detail .item h2{
       padding: 15px;
       font-size: 16px;
   }
   .case-detail .item p{
       padding: 0 15px;
       font-size: 12px;
   }
   /* 新闻资讯 */
   .news-show{
       flex-wrap: nowrap;
       flex-direction: column;
   }
	.news-show .img{
		float: left;
		width: 35%
	}
   .news-show li{
       width: 100%;
       padding: 5px 0;
       margin: 0;
   }
   .news-show a{
       flex-direction: row;
       background: #fff;
       padding: 5px;
   }
	.news-show .outline{
		float: left;
		width: 65%;
		padding-left: 5px;
	}
	.outline p.text{
		height: 3em;
	}
   .outline h5{
       font-size: 14px;
	   margin-bottom: 5px;
   }
   .outline p{
       font-size: 12px;
   }
	.outline .time{
		display: none;
	}
   .outline{
       padding: 5px 0 5px 5px;
   }
   /* 新闻详情页 */
   .news-text h3{
        font-size: 14px;
   }
   .news-message{
       font-size: 12px;
   }
   .news-text p{
       font-size: 12px;
       margin: 10px 20px;
   }
   /* 联系我们 */
   .contact{
       padding: 20px 5px;
   }
   .contact-l h2{
       font-size: 16px;
   }
   .contact-l ul li{
       font-size: 12px;
   }
   .contact-r{
       margin-top: 10px;
   }
   #map{
       height: 250px;
   }
   /* 在线留言 */
   .online-mes{
       flex-direction: column;
       padding: 0 5px;
   }
   .online-mes img{
       width: 100%;
   }
   .mes-form{
       margin: 10px;
       padding: 0 10px;
       font-size: 12px;
   }
   .mes-form h2{
       font-size: 16px;
   }
   .mes-form form div{
       font-size: 12px;
   }
   .mes-form div input{
       height: 30px;
	   border: 1px solid #666;
   }
   .mes-form textarea{
       height: 100px;
	   border: 1px solid #666;
   }
   .mes-form .form-btn{
       width: 10px;
       height: 40px;
       font-size: 12px;
   }
   .btn-container{
       display: flex;
       justify-content: center;
   }
   /* 产品详情页 */
   .detail-title {
       font-size: 14px;
   }
   .pro-detail-cont01 ul p{
       font-size: 12px;
   }
   .pro-detail-cont01 ul {
       flex-wrap: wrap;
   }
   .pro-detail-cont01 ul li {
       width: 47%;
   }
   .pro-detail-cont01 {
       font-size: 12px;
   }
   .pro-detail-cont02 img,.pro-detail-cont03 img,.pro-detail-cont04 img,.pro-detail-cont05 img,.pro-detail-cont06 img{
       width: 100%;
   }
   .pro-detail-cont04>div{
        display: block;
   }
   .pro-detail-cont04 h3 {
       font-size: 14px;
   }
   .pro-detail-cont05, .pro-detail-cont06{
       display: block;
   }
   .pro-detail-cont06>div{
       margin: 0;
   }
   .pro-detail-cont06 p{
       padding: 15px 10px;
   }
   .pro-detail-cont05 {
       padding: 0 10px;
   }
   .pro-detail-cont05 .cont-l{
    margin-right: 0;
}
	.chose-btn,.img-chose{
		height: 75px;
	}
	.pro-show a{
		display: block;
		text-align: center;
	}
	.logo-text{
		text-align: left;
		padding-left: 20px;
	}
	.contact-l{
		width: 100%;
	}
	#map{
		width: 100%;
	}
	.join-six img{
		width: 80%;
		margin: 0 auto;
	}
	.join-content{
		padding: 10px 5px;
	}
	.join-six ul{
		padding: 10px 0 0;
	}
	.con-box img{
		max-width: 100%;
	}
	.ibanner img{
		width: 100%;
		left: 0;
		margin: 0;
	}
	
	.join .ny-title h2{
		font-size: 1.2em;
	}
	.join .ny-title p{
		font-size: 1em;
	}
	.join01{
		padding: 2em 5px;
	}
	.join .ny-title{
		margin-bottom: 1.5em;
	}
	.join01 .list .item .img{
		margin: 0;
		width: 100%;
	}
	.join01 .list .item .con{
		margin: 1em 0 0;
		width: 100%;
	}
	.join01 .list .item .con h2{
		font-size: 1em;
	}
	.join01 .list .item .con .s1{
		margin: .5em 0;
		max-width: 10em;
	}
	.join01 .list .item .con p{
		margin-bottom: .5em;
	}
	.join01 .list .item{
		margin-bottom: 1em;
	}
	.join01 .box .img .img02{
		display: none;
	}
	.join01 .box .img img{
		max-width: 80%;
		margin: 0 auto 1em;
	}
	.join01 .box{
		margin: 0;
	}
	.join01 .box .list .item{
		position: static;
	}
	.join01 .box .list .item img{
		display: none;
	}
	.join01 .box .list .item .s1{
		line-height: 2.4em;
		font-size: 1em;
	}
	.join01 .box .list .item p{
		line-height: 1.5em;
		margin-bottom: 0;
	}
	.join03{
		padding: 1.5em 5px;
	}
	.join03 .box img{
		max-width: 80% !important;
	}
	.join03 .box .p1{
		font-size: 1.2em;
		margin: 1em auto;
		max-width: 80%;
	}
	
	.ny-about{
		padding: 1.5em 5px;
	}
	.ny-about .ny-title h2{
		font-size: 2em;
	}
	.ny-about .ny-title .s2{
		display: none;
	}
	.ny-about .ny-title .s1{
		font-size: 1.5em;
		margin: 0 1em 0 0;
	}
	.ny-about .ny-title p{
		font-size: 12px;
	}
	.ny-about .ny-title{
		margin-bottom: 1em;
	}
	.ny-about .con{
		font-size: 14px;
		margin: 0 1em 0;
	}
	.ny-about .list,.ny-about .img{
		width: 100%;
	}
	.ny-about .list .item .s1{
		font-size: 1.5em;
	}
	.ny-about .list .item{
		font-size: 14px;
	}
	.ny-about .list{
		margin: 1em 0;
		padding: 1em 0;
	}
	.ny-about .img{
		font-size: 14px;
	}
	.ny-about01 .box{
		font-size: 14px;
		top: 0;
		margin-top: 1.5em;
	}
	.ny-about01 .box .s1{
		display: none;
	}
	.ny-about02{
		padding: 1.5em 5px;
	}
	.ny-about02 .ny-title .s1{
		font-size: 1.5em;
		margin-right: 0.5em;
	}
	.ny-about02 .ny-title h2{
		font-size: 16px;
	}
	.ny-about02 .ny-title .s2{
		width: 5em;
		margin: 0.2em 0;
	}
	.ny-about02 .ny-title P{
		font-size: 14px;
		max-width: 100%;
	}
	.ny-about02 .list .item .s1{
		width: 5em;
		height: 5em;
		border: 3px solid #FFFFFF;
		padding: 3px;
	}
	.ny-about02 .list .item .s2{
		font-size: 14px;
		line-height: 4em;
	}
	.ny-about02 .list01 .item .img{
		margin-bottom: 0.5em;
	}
	.ny-about02 .list01 .item{
		width: 48%;
		margin: 0 1% 0.5em;
		padding: 0;
	}
	.ny-about02 .list01 .item .con{
		padding: 5px;
		background: none;
	}
	.ny-about02 .list01 .item .con h3{
		font-size: 12px;
	}
	.ny-about02 .list01 .item .con h2{
		font-size: 1em;
		margin-bottom: 0;
	}
	.ny-about02 .list01 .item .con p{
		font-size: 14px;
		height: 3em;
	}
}