@charset "utf-8";
.phone-h,
.phone-timer  {display:none}

@media (max-width: 800px) {

.phone-h {display: block;}
.head-win {
    display:none 
}

.nav-container {display:none}

.mobile-inner-nav a{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}     
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

 to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.mobile-inner-header h1 {
    float: left;
    padding-top:6px;
    padding-left: 15px;
}
.mobile-inner-header h1 img {
    height: 55px;
}


.mobile-inner-header{
	background-color: #322b2b;
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0px;
    left: 0px;
    z-index: 22;
}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 70px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 30px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgb(244, 244, 233);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
		
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	

@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
    background-color: rgba(23, 23, 23, 0.87);
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 2;
    height: 100%;
    overflow: auto;
    z-index: 99;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.mobile-inner-nav .cpfl {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
.mobile-inner-nav .cpfl li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}
.mobile-inner-nav .cpfl li img {
    width: 100%;
}
.mobile-inner-nav .cpfl li a {
    display: block;
    border-bottom: 0;
    width: 100%;
    margin-left: 0;
}

.s3 {height: auto;}
.w1200 { width: 100%;}
.s3_fl p {
    width: 90%;
    float: none;
    padding-left: 0;
    margin: 0 auto;
    text-align: justify;
}
.s3_fl {
    width: 100%;
}
.s3_rt {display: none;}
.s3_fl p .alink {
    margin: 30px auto 0;
    margin-bottom: 40px;
}
.s41 .rt {
    height: 100%;
    float: none;
    width: 100%;
}
.s41 .rt .s2_h2 {
    padding-top: 40px;
}
.s5 {padding-top: 0px;margin-bottom: 0px;}
.s41 .rt p {
    padding-bottom: 40px;
}
.s5 .fl, .s5 .rt {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ft_ul {
    display: none;
}
.rightphone {
    display: none;
}
.footer {
    background: #322b2b;
    padding: 40px 0 40px;
    position: relative;
    z-index: 2;
}
.cherry0 .inn {width: auto;}
.cherry0 .inn h2 {
    font-size: 40px;
    padding-bottom: 30px;
}

.cherry1 {
    background: url(../image/s4.jpg) no-repeat center;
    background-size: cover;
}
.cherry1 .inte { width: 100%;}
.cherry1 .inte .biaoyu {left: 20px; padding-right: 20px;}
.cherry0 {
    padding-top: 20px;
}
.cherry7 .year {
        padding: 0px 10px 0px;
        background: none;
        height: 0;
        padding-top: 30px;

}
.timer-shaft {
    width: 100%;
    top: 240px;
}
.timer-scale-cont.hov .time-circle {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    background: url(../image/ico1.png) no-repeat;
    background-size: 90px;
}
.phone-timer .time-circle {background: none;}
.timer-shaft-content {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
}
.timer-scale {
    padding-left: 0px;
    width: 90%;
    left: 50%;
    margin-left: -45%;
}
.timer-line {display: none;}

.shaft-detail-cont .fl {float: none;}
.shaft-detail-cont .fl img {
    width: 100%;
}
.shaft-detail-cont .rt {
    width: 100%;
    padding-top: 20px;
    float: none;
}
.timer-scale-cont {
    display: block;
    opacity: 0;
}   
.shaft-detail-cont {
    padding: 0px 30px 30px;
}
.shaft-detail-cont .rt h3 {
    font-size: 28px;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
}
.shaft-detail-cont .rt h2 {
    text-align: center;
    font-size: 38px;
}
.shaft-detail-cont .rt h3 i {display: none;}
.cherry5 .arrow {right: 0;}
.cherry2 .zu {
    width: 90%;
    float: none;
    padding-top: 0px;
    margin: 0 auto;
}
.cherry2 h2 {font-size: 30px;}
.cherry2 .yo {
    float: none;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.cherry3 .yo {
    width: 90%;
    float: none;
    padding-top: 10px;
    margin: 0 auto;
}
.cherry3 h2 {font-size: 30px;}
.cherry3 .zu {
    width: 100%;
    float: none;
    padding-top: 20px;
}
.cherry4 .zuo {
    width: 90%;
    float: none;
    padding-top: 10px;
    margin: 0 auto;
}
.cherry4 .yo {width: 100%}
.cherry3-1 {
    padding-bottom: 0px;
}
.cherry5 {
    background: url(../image/about10.jpg) no-repeat center;
    background-size: cover;
}
.cplist {width: 100%;margin-top: 40px;}
.cplist .select-nav li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
}
.cplist .select-nav { margin-bottom: 20px;}
.right-main .xlie li .image {height: auto;}
.right-main .xlie li .title span {
    display: block;
    font-family: DINPro;
    font-weight: bold;
    position: relative;
    right: 0;
    top: 0;
    color: #332c2b;
}
.cp-text {
    width: 600px;
    padding-bottom: 50px;
    float: none;
    width: 90%;
    margin: 0 auto;
}
.biaodan {
    width: 90%;
    margin: 0 auto;
    float: none;
}
.biaodan form { width: 100%;}
.news-ul li .pt {
    float: none;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    height: auto;
    margin-bottom: 20px;
}
.news-ul li .zhang {
    float: none;
    width: 100%;
}
.news-ul li .zhang p {
    -webkit-line-clamp: 3; 
}
.news-body {padding: 90px 0px 50px;}
.news-body .title {width: 100%;}
.news-box .nbin {
    width: 90%;
    margin: 0 auto;
}
.news-body .prev-next {width: 90%;}

.news-body .prev-next .pa {position: relative;}

.jiam3 .kind_c li {
    padding: 0 0px 0 0;
    float: none;
    width: 90%;
    margin: 0 auto;
}
.store .ul li {
    width: 90%;
    /* padding-right: 3%; */
    float: none;
    margin-top: 20px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.jiam3 .kind_c li .kindl {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 19px 30px 0;
    height: auto;
}
.jiam3 .kind {padding: 0px 0 30px;}
.jiam3 .kind_c li .kindw {
    padding: 0px 0px 0;
    background: url(../image/jm01.png) no-repeat 0 0;
    height: 0;
    width: 90px;
    display: none;
}
.kind_c li .kindl dl {
    width: auto;
    float: none;
    padding: 15px 15px 0 80px;
}
.jiam3 h2 {font-size:40px; padding-bottom:20px}
.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 460px;
    margin: -230px 0 0 -45%;
    background-color: #fff;
    display: none;
}
.theme-popover form {
    width: auto;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 20px;
}
.jiam4 {
    padding: 50px 0px 60px;
    width: 90%;
    margin: 0 auto;
}
.jiam4 ul li {
    float: left;
    margin-right: 1%;
    margin-top: 60px;
    text-align: center;
    margin-left: 1%;
    width: 48%;
    height: 150px;
}
.vedio-ul li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}
.vedio-ul li .pt {height: auto;}
.news-box .nbin iframe {
    width: 100%;
    height: 260px;
}
.products-detail .gallery .slideshow {height: 400px;}
.products-detail .gallery .thumbs li {height: 80px;}
.mCSB_horizontal.mCSB_inside>.mCSB_container {margin-bottom: 20px;}
.products-detail .gallery .arrows a {margin-top: -40px;}
.inb-join .bg {
    background: url(../image/join.jpg) no-repeat 70%;
    width: 100%;
    height: 580px;
    background-size: cover;
    position: relative;
}

}



/*pad*/
@media (min-width: 768px) and (max-width:1024px ) {

}	


/*pad pro*/
@media (min-width: 1024px) and (max-width:1199px ) { 

}

/*phone5*/
@media (max-width: 360px) {
	
}	



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display: inline-block;
	justify-content:center;
	margin-top:10px; clear:both; overflow:hidden
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#4fc08d;
	border:1px solid #4fc08d;
}
.pagination a.page-num-current {
	color:#fff;
	background:#4fc08d;
	border:1px solid #4fc08d;
}
/* ----- PB分页数字条效果 结束 ----- */