/* css reset*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	font:14px/1.5 "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0 auto; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family:"Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6, b { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none;}
img { border:none; }
ol,ul,li { list-style:none; list-style-type: none;}
input, textarea, select, button {outline: none; font-size: 14px; font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;; }
table { border-collapse:collapse; }
html{overflow-y: scroll;} 
i{font-style: normal;}

article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,main,nav,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
.clearfix{clear:both;}
/*转换*/
.container{max-width:1200px;overflow:hidden;}
/*栅格*/
.week-a-1,.week-a-2,.week-a-3,.week-a-4,.week-a-5,.week-a-6,.week-a-7,.week-a-8,.week-a-9,.week-a-10,.week-a-11,.week-a-12{float:left;padding:10px;}
.week-a-1{width:8.3333333333333%;}
.week-a-2{width:16.6666666666666%;}
.week-a-3{width:25%;}
.week-a-4{width:33.3333333333333%;}
.week-a-5{width:41.666666666665%;}
.week-a-6{width:49.999999999998%;}
.week-a-7{width:58.333333333331%;}
.week-a-8{width:66.666666666664%;}
.week-a-9{width:74.999999999997%;}
.week-a-10{width:83.333333333333%;}
.week-a-11{width:91.666666666663%;}
.week-a-12{width:100%;}

::-webkit-scrollbar {
	width: 5px;
	height: 4px
}
::-webkit-scrollbar-button: vertical {
	display: none
}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
	background-color: #a9a9a9
}
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color:#e2e765;
}
::-webkit-scrollbar-thumb: vertical: hover {
	background-color:#e2e765;
}
::-webkit-scrollbar-thumb: vertical: active {
	background-color:#e2e765;
}

.order-div{
	max-width:1200px;
	overflow: auto;
}
.order{
	min-width: 700px;
	width:100%;
}
.order tbody tr td{
	height:50px;
	text-align:center;
	border:#a9a9a9 1px solid;
}
.order tbody tr td a{
	display: block;
	width:100%;
	line-height:50px;
	height:100%;
}
.order tbody tr td a:hover{
	color:#e2e765;
}

.shopping-cart{
	max-width:1200px;
	overflow:auto;
}
.zhou-h1{
	line-height:40px;
	font-size:20px;
}
.shopping-cart table{
	min-width: 900px;
	width:100%;
	border-top:#a9a9a9 1px solid;
}
.shopping-cart table tr{
	border-bottom:#a9a9a9 1px solid;
}
.shopping-cart table tr td{
	padding:10px 0px;
	text-align: center;
}
.shopping-cart table tr td>img{
	width:130px;
	display: block;
}
.shopping-cart-ul{
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.shopping-cart-ul li{
	margin:0px !important;
	border:#a9a9a9 1px solid;
	float:left;
	height:40px;
	padding:5px 20px;
	line-height:30px;
	border-left:none;
}
.shopping-cart-ul li:nth-child(1){
	border-left:#a9a9a9 1px solid;
}
.var{
	border-radius:5px;
	float:left;
	border:#a9a9a9 1px solid;
	width:40px;
	height:30px;
	text-align: center;
}
#reduce,#plus{
	text-align: center;
	line-height:30px;
	float:left;
	display: block;
	width:40px;
	height:30px;
	letter-spacing: normal;
	-moz-user-select:none;/*火狐 禁止文字被选中*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	user-select:none;
	cursor:pointer;
}
#delete{
	display: block;
	height:30px;
	background:#b5b7b7;
	width:80px;
	text-align: center;
	line-height:30px;
	border-radius:15px;
	color:#fff;
}
#delete:hover{
	background:#f00;
}

.parts-order{
	max-width:1200px;
	margin-top:40px;
	margin-bottom: 40px;
}
.parts-order textarea{
	width:100%;
	margin-top:10px;
	padding:20px;
	height:150px;
}
.zhou-submit{
	width:100%;
	margin-top:40px;
}
.zhou-submit button{
	display: block;
	width:100px;
	height:40px;
	background:#e3e768;
	color:#000;
	text-align: center;
	line-height:40px;
	border-radius:4px;
}
.zhou-submit a:hover{
	background:#e2e765;
}
.working-hours{
	padding:40px 0px;
	max-width:1200px;
}
.working-hours p{
	font-size:13px;
	line-height:24px;
}

.xiang-banner{
	max-width:1200px;
	position:relative;
}
.xiang-banner .swiper-container{
	max-width:1414px;
}
.slide1.swiper-container .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-slide img{
	display:block;
}
.swiper-button-prev{
	background:url(../images/tu-l.png);
	background-size:27px 44px;
}
.swiper-button-next{
	background:url(../images/tu-r.png);
	background-size:27px 44px;
}
.xiangqing{
	max-width:1414px;
	margin-top: 20px;
	text-align: center;
}
.xiangqing img{
	max-width:100%;
	display: block;
}
.xiang-banner .swiper-container .swiper-slide img{
	width:20% !important;
}
.xiang-banner .swiper-container .swiper-slide-next img{
	width:100% !important;
}
.slide1-dian{
	display:none;
}

.index-img{
	margin-top:30px;
	padding:0px 13px;
	width:100%;
}
.index-img ul{
	text-align: center;
}
.index-img ul li{
	display:inline-block;
	width:100px;
	height:125px;
}
.index-img ul li a{
	display:block;
	width:100%;
	height:100%;
}
.index-img ul li a img{
	width:100%;
	height:100%;
	display: block;
}
.index-img ul .li a{
	padding:5px;
	border:#e2e765 2px solid;
}

/*出来图片*/
.tupian{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:9999999;
	display:flex;
	align-items:center;
	text-align:center;
	overflow:auto;
}
.tupian>div,.tupian>li{
	height:auto !important;
	padding:20px;
	border-radius:5px;
	background:#fff;
	max-width:600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0px auto;
}
.tupian>div img,.tupian>li img{
	display:block;
	width:100%;
}
/*出来图片*/


/*产品详情*/
.details{
	max-width:1414px;
	margin-top:50px;
}
.details .inner{
	margin:13px;
	padding:30px;
	background:#f4f4f4;
}
.details .inner>h3{
	text-align: center;
	font-size: ;
	margin-bottom:1em;
	font-size:28px;
}
.details .list-details{
	overflow:hidden;
}
.details .list-details .row{
	padding: 4px 5px 4px 5px;
    border-top: 1px solid #dadada;
	line-height: 1.4;
    color: #787878;	
    overflow:hidden;
	width:48%;
	float:left;
	margin:0px 1%;
}
.details .list-details .row span{
	display:block;
	line-height: 1.4;
}
.details .list-details .row .label{
	float:left;
}
.details .list-details .row .data{
	float:right;
}
/*产品详情*/

.index-atc{
	max-width:1414px;
	overflow:hidden;
	padding:0px 13px;
	margin-top:20px;
}
.index-atc a{
	display: block;
	float:right;
	width:150px;
	height:50px;
    border: 1px solid #cdbc7a;
	text-align: center;
	line-height:50px;
}

/*导航*/
.week-top{
	z-index:999999;
	position:fixed;
	background:#fff;
	top:0px;
	left:0px;
	width:100%;
	padding:0px 10px;
	border-top:#e2e765 4px solid;
	border-bottom:1px solid #f2f2f2;
	display:flex
}
.week-logo{
	float:left;
	height:60px;
}
.week-logo a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	height:100%;
}
.week-logo a img{
	height:80%;
	display: block;
	-webkit-transition:  all 1s ease-in-out;
	-moz-transition:  all 1s ease-in-out;
	-o-transition:  all 1s ease-in-out;
	transition:  all 1s ease-in-out;
}
.week-logo a:hover img{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}
.week-con{
	float:right;
}
.week-con .week-number{
	float:right;
}
.week-con .week-nev{
	float:left;
}
.week-number>div{
	float:left;
	width:50px;
	height:60px;
}
.week-number>div a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width:100%;
	height:100%;
	color: #333;
	/*padding:0px 15px;*/
}
.week-number>div a img{
	width:100%;
	display: block;
}
.week-nev{
	overflow:visible;
}
.week-nev>li{
	height:60px;
	float:left;
	position:relative;
}
.week-nev>li>a{
	color: #333;
	line-height:60px;
	padding:0px 30px;
	display: block;
	height:100%;
	position:relative;
}
.week-nev>li>a::after{
	content: '';
    border-bottom: 1px solid #e2e765;
    width: 0%;
    position: absolute;
    bottom: 0px;
    left: 5%;
    right: 5%;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.week-nev>li:hover>a::after{
	width:100%;
}
.week-nev>.li>a::after{
	width:100%;
}
.week-nev-drop{
	position:absolute;
	right:0px;
	display:none;
	border-top:#e2e765 1px solid;
}
.week-nev>li:hover .week-nev-drop{
	display:block;
}
.week-nev-drop>li{
	min-width:178px;
	height:50px;
	background:#fff;
	border-bottom:1px solid #f2f2f2;
}
.week-nev-drop>li>a{
	display: block;
	width:100%;
	height:100%;
	line-height:50px;
	padding:0px 30px;
	white-space: nowrap;
	text-align: center;
}
.week-nev-drop>li:hover{
	border-bottom:#e2e765 1px solid;
	background:#f5f5f5;
}
.week-toggle{display:none;}
/*导航*/

/*底部*/
.week-foot{
	position:fixed;
	z-index:999999;
	background:#fff;
	bottom:0px;
	left:0px;
	width:100%;
	border-bottom:#e2e765 2px solid;
	border-top:1px solid #f0f2f5;
	overflow:hidden;
	padding:10px;
}
.week-foot>div{
	float:right;
}
.week-foot>div>span{
	float:left;
	overflow:hidden;
}
.foot-text{margin-right:20px;}
.foot-text p{float:left;}
.foot-text a{color:#000;}
.foot-text a:hover{color:#e2e765;}

.foot-icon a:first-child {
    border: none;
    padding-left: 0;
}
.foot-icon{
	margin:0px;
}
.foot-icon>a{
	color: #858585;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    line-height: 14px;
    height: 20px;
    border-left: 1px solid #ddd;
    cursor: pointer;
    transition: .3s;
}
.foot-icon>a img{
	height:20px;
	width:auto;
	display: block;
}

/*底部*/

.zhou-h3{
    margin:60px auto;
    font-weight: bold;
    font-size:100%;
    padding-top:60px; 
    text-align:center;
}
.zhou-nav{
	max-width:1200px;
	height:35px;
	margin-bottom:26px;
	background:#E2E765;
}
.zhou-nav ul{
	float:left;
	overflow:height;
}
.zhou-nav ul li{
    float: left;
    margin: 0 20px;
    line-height: 35px;
}
.zhou-nav ul li a{
	color: #333;
    text-decoration: none;
}
.zhou-nav ul .pink a{
	color:#333;
}

/*弹出框*/
.Eject{
	position:fixed;
	left:50%;
	margin-left:-55px;
	background:rgba(0,0,0,0.5);
	width:110px;
	height:45px;
	text-align: center;
	line-height:45px;
	color:#fff;
	border-radius:5px;
	bottom:-45px;
	opacity:0;
}
.Eject-css{
	opacity:1;
	bottom:150px;
}
/*弹出框*/
/*css3效果*/
.week-toggle,.week-toggle span,.week-nev-drop>li,.week-nev-drop,.swiper-slide,.swiper-slide img,.zhou-submit a,#delete,.Eject{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
/*文字截取*/
{
	display: block;
	overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.week-number div>a:hover img,.foot-icon>a:hover img{
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
/*###############################################################################################*/
@media (max-width:1200px){
.container{width:100%;}
.week-b-1{width:8.3333333333333%;}
.week-b-2{width:16.6666666666666%;}
.week-b-3{width:25%;}
.week-b-4{width:33.3333333333333%;}
.week-b-5{width:41.666666666665%;}
.week-b-6{width:49.999999999998%;}
.week-b-7{width:58.333333333331%;}
.week-b-8{width:66.666666666664%;}
.week-b-9{width:74.999999999997%;}
.week-b-10{width:83.333333333333%;}
.week-b-11{width:91.666666666663%;}
.week-b-12{width:100%;}
	
	
}


/*###############################################################################################*/
@media (max-width:992px){
.container{width:100%;}
.week-c-1{width:8.3333333333333%;}
.week-c-2{width:16.6666666666666%;}
.week-c-3{width:25%;}
.week-c-4{width:33.3333333333333%;}
.week-c-5{width:41.666666666665%;}
.week-c-6{width:49.999999999998%;}
.week-c-7{width:58.333333333331%;}
.week-c-8{width:66.666666666664%;}
.week-c-9{width:74.999999999997%;}
.week-c-10{width:83.333333333333%;}
.week-c-11{width:91.666666666663%;}
.week-c-12{width:100%;}
	
}


/*###############################################################################################*/
@media (max-width:768px){
.container{width:100%;}
.week-d-1{width:8.3333333333333%;}
.week-d-2{width:16.6666666666666%;}
.week-d-3{width:25%;}
.week-d-4{width:33.3333333333333%;}
.week-d-5{width:41.666666666665%;}
.week-d-6{width:49.999999999998%;}
.week-d-7{width:58.333333333331%;}
.week-d-8{width:66.666666666664%;}
.week-d-9{width:74.999999999997%;}
.week-d-10{width:83.333333333333%;}
.week-d-11{width:91.666666666663%;}
.week-d-12{width:100%;}
	.swiper-container{height:auto;}
	.swiper-container .swiper-slide img{width:100% !important;}
	.swiper-container .swiper-slide-next img{width:100% !important;}
	.slide1.swiper-container .swiper-slide{height:auto;}
	.index-img ul{text-align:left;}
	.index-img ul li{width:60px; height:60px;}
	.details .list-details .row{float:none; width:100%;}
	
	.week-toggle{display:block; padding: 23px 15px;border: none;height:60px; width:50px; cursor:pointer; position:fixed; right:0px;}
	.week-toggle span{opacity:1; display:block; width:20px; height:2px; margin:6px 0px; background:#76838f;}
	.week-toggle::after{
		bottom:23px;
		left:15px;
	}
	.week-toggle::before{
		top:23px;
		left:15px;
	}
	.week-toggle::after,.week-toggle::before{
		position:absolute;
	    content: "";	
		display: block;
	    width: 20px;
	    height:2px;
	    margin: 0;
	    background: #76838f;
	    border-radius: 1px;
	    -webkit-transition: -webkit-transform .2s ease-in-out;
    	-o-transition: -o-transform .2s ease-in-out;
   		transition: transform .2s ease-in-out;
   		webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	    -o-transform: rotate(0);
	    transform: rotate(0);
	    -webkit-transform-origin: 8%;
	    -ms-transform-origin: 8%;
	    -o-transform-origin: 8%;
	    transform-origin: 8%;
	}
	.week-toggle-s span{opacity:0;}
	.week-toggle-s::before{
		-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transform-origin: 8%;
	    -ms-transform-origin: 8%;
	    -o-transform-origin: 8%;
	    transform-origin: 8%;
	}
	.week-toggle-s::after{
		-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transform-origin: 8%;
	    -ms-transform-origin: 8%;
	    -o-transform-origin: 8%;
	    transform-origin: 8%;
	}
	
	.week-con{float:none; display:none;}
	.week-number{width:100%; float:none;}
	.week-nev{width:100%; float:none;}
	.week-nev>li{width:100%; height:auto;}
	.week-nev>li>a::after{display:none;}
	.week-nev>.li{border-bottom:#e2e765 1px solid;}
	.week-nev-drop{position:inherit; width:100%;}
	.week-nev-drop>li{width:100%;}
	
	.foot-text{width:100%; margin:0px; text-align: center;}
	.foot-text a{padding-left:0px !important; font-size:12px;}
	.foot-text p{display: block; float:none; text-align: center; font-size:12px;}
	.foot-icon{width:100%; text-align: center; margin-top:10px;}
	
	.week-foot{position:inherit;}
	.green-black{min-height:auto; padding:0px !important; padding-top:10px !important;}
	.zhou_foot{display:none;}
}
