header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
	background: #cccccc;
	height: 89px;
}
header .inner{
	width: 1200px;
	position: relative;
	padding:0px 0px 0px 280px;
}
header .logo{
	display: block;
	position: absolute;
	left:0;
	top:0;
}
header h1{
	display: block;
	position: absolute;
	right:5%;
	top:0;
}
header h2{
	display: block;
	position: absolute;
	right:0;
	top:0;
}
header img{
	display: block;
}
header .logo img{
	display: none;
}
header img.logo-show1{
	display: block;
}
header:hover .logo-show1{
	display: none;
}
header:hover .logo-show2{
	display: block;
}
header:hover .header-bg{
	display: block;
}
header .nav .list{
	padding: 0 2.1%;
	float:left;
	height: 89px;
	text-align: center;
	position: relative;
}
header .nav .list a{
	display: block;
	font-size: 20px;
	line-height: 94px;
	color:#000000;
}
header .nav .list .item-out {
    position: fixed;
    top: 89px;
    left: 0;
    width: 100%;
    display: none;
	background: #d8d8d8;
	-webkit-transition: all 0.3s ease-out 0s; 
    -moz-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s;
    z-index: 99;
	height: 380px;
}
header .nav .list .item{
	width: 1200px;
	margin:0 auto;
	text-align: left;
}
header .nav .list .item a{
	width: 85px;
	text-align: center;
}
/* header .nav .list .item{
    position:absolute;
    top: 89px;
    width: 170px;
	text-align: center;
	z-index: 100;
	left: 50%;
	margin-left: -85px;
    display: none;
    background: #d8d8d8;
    -webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;
z-index: 99;
} */
header .nav .list .item a{
    display:block;
   line-height: 60px;
}
header .nav .list:hover .item-out{

    display:block;
	padding: 10px 0;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both
}
@-webkit-keyframes fadeInUp1{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp1{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
header .nav .list .item form{
	width: 260px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-top: 40px;
	position: relative;
	display: block;
}
header .nav .list .item input{
	padding: 0 20px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
}
header .nav .list .item .submit {
    background: url(../images/search.png) #FFFFFF no-repeat center / cover;
	
    width: 40px;
    height: 40px;
    position: absolute;
    left: 220px;
    top: 0px;
	border: none;
}
.index1{
	width: 100%;
	position: relative;
}
.index1 img{
	width: 100%;
}
.index1 .index1-line{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.swiper-pagination-bullet{
	width: 78px;
	height: 8px;
	background-color: rgba(255,255,255,1);
	border-radius: 0;
	margin:0 12px;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 12px;
}
.index1 .swiper-container-horizontal>.swiper-pagination-bullets, .index-lunbo .swiper-pagination-custom, .index-lunbo .swiper-pagination-fraction{
	bottom: 60px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(158,162,164,1);
}
.index2 {
	width: 696px;
	margin: 0 auto;
}
.index2 h1{
	width: 282px;
	margin:70px auto 100px;
	font-size: 0;
}
.index2 h1 a{
	float: left;
	display: block;
	width: 94px;
	text-align: center;
	line-height: 33px;
	font-size: 20px;
	color: #000000;
	border-left: 2px solid #000000;
	font-weight: normal;
}
.index2 h1 a:first-of-type{
	
	border-left:none;
}
.index2 .index2-in{
	width: 696px;
	margin:0 auto 50px
}
.index2 .index2-in a{
	display: block;
	float: left;
	width: 304px;
	/*height: 470px;*/
	margin-right: 87px;
}
.index2 .index2-in a div{
	width: 304px;
	/*height: 400px;*/
	position: relative;
}
.index2 .index2-in a:nth-of-type(2n){
	margin-right: 0;
}
.index2 .index2-in a img{
	width: 100%;
}
/* .index2 .index2-in a div img.index2-show1{
	display: block;
}
.index2 .index2-in a:hover img.index2-show1{
	display: none;
}
.index2 .index2-in a:hover img.index2-show2{
	display: block;
} */
.index2 .index2-in a p{
	font-size: 17px;
	line-height: 67px;
	text-align: center;
	color: #000000;
}
.index-common-a{
	display: block;
	margin-bottom: 50px;
	position: relative;
}
.index-common-a img{
	width: 100%;
	display: block;
}
.index-common-a .index-a-href{
	display: block;
	position: absolute;
	top: 40%;
	right:12%;
	width: 320px;
	z-index: 2;
	text-align: center;
}
.index3.index-common-a .index-a-href{
	left: 12%;
}
.index-common-a .index-a-href h1{
	font-size: 38px;
	line-height: 70px;
	border-bottom:2px dashed #000000;
	font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #000000;
}
.index-common-a .index-a-href p{
	font-size: 20px;
	color: #000000;
	line-height: 50px;
}
.index3.index-common-a .index-a-href p a,
.index5.index-common-a .index-a-href p{
	color: #FFFFFF;
}
.index3.index-common-a .index-a-href p a{
	padding: 0 25px;
	line-height: 40px;
	border-right: 1px solid #FFFFFF;
}
.index3.index-common-a .index-a-href p a:last-of-type{
	border-right: none
}
.index5.index-common-a .index-a-href h1,
.index3.index-common-a .index-a-href h1{
	color: #FFFFFF;
	border-bottom:2px dashed #FFFFFF;
}
.index3.index-common-a .index-a-href h1{
	border-bottom:none
}
.index4.index-common-a .index-a-href h1{
	border-bottom:2px dashed #717171;
}
.index4.index-common-a .index-a-href p{
	color: #717171;
}
.index8{
	width: 100%;
	
}
.index8 h1 img{
	width: 292px;
	display: block;
	margin: 0 auto;
}
.index8 h2{
	padding: 20px 0;
	width: 94%;
	margin: 0 auto;
	height: 160px;
	line-height: 160px;
	text-align: center;
	border-bottom:2px dashed #b6b6b6
}
.index8 h2.line-bottom{
	border-top:2px dashed #b6b6b6;
	border-bottom:none
}
.index8-in{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}
.index8-in ul.float-tl{
	width: 604px;
}
.index8-in ul.float-tl li{
	border-bottom:2px dashed #b6b6b6;
	padding: 20px 0 20px 40px;
}
.index8-in ul.float-tl li div{
	width: 50%;
}

.index8-in ul.float-tl li div p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	margin: 15px 0;
	letter-spacing: 2px;
	color: #000000;
}
.index8-in ul.float-tl li div.mapactive p{
	color: #b51415;
}
.index8-in ul.float-tl li:last-of-type{
	border-bottom:none
}
#map{
	width: 560px;
		height: 718px;
}
/* .index8-in .map.float-tr{
	width: 560px;
	padding-top: 40px;
} */

footer{
	width: 100%;
	height: 612px;
	background-color: #000000;
}
footer .foot-in{
	width: 793px;
	margin: 0 auto;
	padding-top: 130px;
	text-align: center;
}
footer .foot-in h1,.shop-dz13 h1{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 12px;
	color: #ffffff;
	line-height: 46px;
}
footer .foot-in h2,.shop-dz13 h2{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 3px;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 70px;
}
footer .foot-in h2 img,.shop-dz13 h2 img{
	margin-right: 10px;
	width: 18px;
}
footer .foot-in h3 a{
	float: left;
	margin-right: 127px;
}
footer .foot-in h3 a:last-of-type{
	margin-right: 0;
}
footer .foot-in h3 a img{
	width: 178px;
	height: 175px;
}
footer .foot-in h3 a p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
	line-height: 60px;
}

/* 品牌理念 */
.line-common{
	width: 100%;
	position: relative;
	/* font-size: 0; */
}
.line-common img{
	width: 100%;
	display: block;
}
.common-line-in{
	position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
}
.about1-2{
	width: 880px;
	margin: 100px auto;
}
.about1-2 p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 20px;
}
.about2-2{
	width: 1200px;
	margin:50px auto
}
.about2-2 li {
	border-bottom: 2px dashed #8d8d8d;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	padding: 20px 0;
}
.about2-2 li h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #000000;
}
.common-1200{
	width: 1200px;
	margin:40px auto
}

/* 工艺 */
.video-common video{
	display: block;
	width: 100%;
	 object-fit:fill;  
}
.gongyi-common{
	margin: 70px auto;
	width: 1200px;
}
.gongyi-common h2{
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 80px;
	margin-bottom: 20px;
	text-align: center;
}
.gongyi-common p{
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	color: #000000;
}
.gongyi-common .gongyi-top p {
	text-align: center;
	margin-bottom: 70px;
}
.gongyi-common ul li{
	border-top: 2px dashed #8d8d8d;
	padding: 80px 100px;
}
.gongyi-common ul li div{
	width: 440px;
}
.mb{
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	display: none;
}
.mb .video-main{
	width: 1000px;
	margin:200px auto;
	position: relative;
}
.mb-close {
  position: absolute;
  right: -32px;
  top: -32px;
  width: 52px;
  height: 52px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index:1002 ;
}
.mb-close:before, .mb-close:after {
  position: absolute;
  left: 25px;
  top:9px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #182549;
}
.mb-close:before {
  transform: rotate(45deg);
}
.mb-close:after {
  transform: rotate(-45deg);
}
.mb video{
	width: 1000px;
	height: auto;
	display: block;
	outline: none;
}
.gongyi2-1{
	padding: 60px 140px;
	/*border-top: 2px dashed #8d8d8d;*/
	/*border-bottom: 2px dashed #8d8d8d;*/
	width: 1200px;
	margin: 0 auto;
}
.gongyi2-1 img,.gongyi2-2 img{
	width: 100%;
}
.gongyi3-1{
	border-top: 2px dashed #8d8d8d;
	padding: 75px 0;
	width: 1200px;
	margin: 0 auto;
}

/* 设计 */
.design2,.tab-common{
	width: 100%;
	height: 89px;
	background-color: #e3dac9;
	text-align: center;
	padding: 30px 0;
	font-size: 0;
	margin-bottom: 30px;
}
.design2 .design2-in{
	width: 600px;
	margin: 0 auto;
	
}
.design2 .design2-in a,.tab-common .tab-in a{
	display: inline-block;
	width: 200px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	height: 32px;
	border-right: 3px solid #000000;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}
.tab-common .tab-in a{
	width: auto;
	padding: 0 63px;
}
.tab-common .tab-in a:last-of-type{
	border-right:none
}
.design2 .design2-in a:last-of-type{
	border-right:none
}
.design-common h1{
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 120px;
	border-bottom: 2px dashed #8d8d8d;
	color: #000000;
	text-align: center;
	margin-top: 80px;
}
	
.design-common h2{
	margin-top: 50px;
	line-height: 75px;
	font-size: 38px;
	font-weight: normal;
}
.design-common p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 59px;
	letter-spacing: 0px;
	color: #000000;
}
.design4 .design4-in li{
	padding: 40px 50px;
	border-top: 2px dashed #8d8d8d;
}
.design4 .design4-in li:first-of-type{
	border-top:none
}
.design4 .design4-in li .float-tl{
	width: 306px;
	height: 306px;
	margin-right: 55px;
}
.design4 .design4-in li .float-tl img{
	border-radius: 50%;
	width: 306px;
	height: 306px;
}
.design4 .design4-in li .float-tr{
	width: 730px;
}
.design4 .design4-in li .float-tr p{
	line-height: 48px;
}
.design5 .design5-in{
	padding:50px 0 50px 96px;
}
.design5 .design5-in span{
	display: inline-block;
	width: 250px;
	height: 250px;
	background-color: #e3dac9;
	line-height: 250px;
	font-size: 38px;
	text-align: center;
	border-radius: 50%;
	margin-right: 130px;
}
.design5 .design5-in span:last-of-type{
	margin-right: 0;
}


/* 精品门店 */
.map-main h1{
	padding: 70px 0;
}
.map-main h2{
	height: 0px;
	padding: 0;
}
/* 平台 */
.taobao{
	max-width: 1420px;
	min-width: 1200px;
	margin: 120px auto;
}
.taobao li{
	width: 30%;
	margin-right: 5%;
	background-color: #efefef;
	padding: 110px 0 120px 0;
	text-align: center;
}
.taobao li p{
	font-size: 31px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 3px;
		color: #000000;
		line-height: 120px;
}
.taobao li:last-of-type{
	margin: 0;
}
.taobao li img{
	width: 60%;
	display: block;

	margin: 0 auto;
}
.taobao li img:first-of-type{
	width: 24%;
		margin-bottom: 40px;
}
/* 新闻 */
.news-main{
	max-width: 1430px;
	min-width: 1200px;
	margin: 120px auto;
	text-align: center;
}
.news-main .first-news a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;	
}
.news-main .news-main-in a{
	display: block;
	width: 23.5%;
	float: left;
	position: relative;
	margin-right: 2%;
	z-index: 2;
	margin-bottom: 100px;	
}

.news-main .news-main-in a:nth-of-type(4n){
	margin-right: 0;
}
.news-main a.news-a:after {
    position: absolute;
    width: 102%;
    height: 100%;
    left: -1%;
    top: 6px;
    content: '';
    background-color: #dbdbdb;
    z-index: -1;
    display: block;
}
.news-main .first-news a:after{
    position: absolute;
	 width: 100.6%;
	 height: 100%;
	 left: -0.1%;
	 top: 6px;
    content: '';
    background-color: #dbdbdb;
    z-index: -1;
    display: block;
}
.news-main a img{
	display: block;
	width: 100%;
	height: auto;
}
.news-main a div{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 4%;
}
.news-main a div h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 10px;
}
.news-main a div p{
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #838182;
}

/* shangpin */

.shop-common h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	line-height: 120px;
	border-bottom: 2px dashed #8d8d8d;
	text-align: center;
	margin-bottom: 40px;
}
.shop-common-in{
	padding: 0 30px;
}

.shop-common a{
	display: block;
	float: left;
	width: 325px;
	margin-right: 82px;
}
.shop-common-in a:nth-of-type(3n){
	margin-right: 1px;
}

.shop-common a p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #8c8a8b;
	margin: 10px 0;
}
.shop-common a div{
	width: 325px;
	height: 425px;
	position: relative;
}
.shop-common a img{
	display: block;
	width: 325px;
	height: 425px;
	display: none;
}
.shop-common a div img.index2-show1{
	display: block;
}
.shop-common a:hover img.index2-show1{
	display: none;
}
.shop-common a:hover img.index2-show2{
	display: block;
}
.shop-other-in-1{
	padding: 0 25px;
}
.shop-common .shop-other-in-1 a{
	width: 320px;
	margin-right: 93px;
	float: left;
	display: block;
	margin-bottom: 30px;
}
.shop-common .shop-other-in-1 a img{
	width: 100%;
	height: auto;
	display: block;
}
.shop-common .shop-other-in-1 a:nth-of-type(1){
	width: 737px;
}
.shop-common .shop-other-in-1 a:nth-of-type(2),
.shop-common .shop-other-in-1 a:last-of-type{
	margin-right: 0;
}
.shop-common-in-2{
	padding: 0 25px;
}
.shop-common-in-2 a{
	display: block;
	width: 100%;
	margin-bottom: 63px;
	background-color:#d8d8d8 ;
	height: 490px;
	padding: 75px;
}
.shop-common-in-2 a div.float-tr{
	width: auto;
}
.shop-common-in-2 a .float-tl img{
	display: block;
	width: 233px;
		height: 233px;
		margin-bottom: 30px;
}
.shop-common-in-2 a .float-tl p{
	font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 29px;
		letter-spacing: 0px;
		color: #717070;
}
.shop-common-in-2 a .float-tr img{
	display: block;
	width: 623px;
		height: 338px;
}
.shop-dz11 {
	text-align:center;
}
.shop-dz11 h1{
	font-size: 38px;
	line-height: 90px;
	font-weight: normal;
	margin-top: 20px;
}
.shop-dz11 p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.shop-dz11-in span{
	display: inline-block;
	width: 214px;
	height: 214px;
	border-radius: 50%;
	background-color: #e3dac9;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 2px;
	color: #000000;
	padding-top: 65px;
	margin-right: 110px;
	margin:50px 110px 80px 0
}
.shop-dz11-in span:first-of-type{
	margin-left: 165px;
}
.shop-dz11-in span b{
	font-size: 38px;
	font-weight: normal;
}
.shop-dz12{
	border-bottom: 2px dashed #8d8d8d;
	border-top: 2px dashed #8d8d8d;
}
.shop-dz13{
	text-align: center;
}
.shop-dz13 h1{
	color: #000000;
	letter-spacing: 0px;
}
.shop-dz13 h2{
	color: #000000;
	line-height: 40px;
	margin-bottom: 20px;
}
.shop-dz13 p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	line-height: 70px;
}
.shop-dz21{
	border-bottom: 2px dashed #8d8d8d;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
.shop-dz22 h1,.shop-dz23 h1{
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	line-height: 120px;
}
.shop-dz22-in span{
	width: 171px;
	height: 171px;
	text-align: center;
	margin-right: 38px;
	line-height: 40px;
	margin-bottom: 40px;
}
.shop-dz22-in span h1{
	line-height: 46px;
}
.shop-dz22-in span:first-of-type{
	margin-left: 85px;
}
.shop-dz23-in{
	padding: 52px 0 0 55px;
	text-align: center;
	border-top: 2px dashed #8d8d8d;
}
.shop-dz23-in div{
	width: 226px;
	height: 226px;
	border-radius: 50%;
	margin-right: 60px;
	margin-bottom: 45px;
	background-color: #efefef;
	float: left;
}
.shop-dz23-in img{
	display: inline-block;
	width: 226px;
	height: 226px;
	border-radius: 50%;
	
}
.shop-dz23-in div:nth-of-type(4n){
	margin-right: 52px;
}


/* 产品详情 */

.shopxq1 h1,.newsxq1 h1{
	padding: 45px 0 30px 0;
	border-bottom: 2px dashed #8d8d8d;
}
.newsxq1 h1{
	border-bottom:none
}
.shopxq1 h1 a,.newsxq1 h1 a{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	height: 34px;
	letter-spacing: 0px;
	color: #000000;
	padding: 0 28px;
	border-right: 3px solid #000000;
}
.shopxq1 h1 a:last-of-type,.newsxq1 h1 a:last-of-type{
	border: none;
}
	
.shopxq2 .shopxq-left{
	width: 640px;
}
/* .shopxq2 .shopxq-left .xqimg-big{
	width: 600px;
	height: 600px;
	margin-bottom: 40px;
}
.shopxq2 .shopxq-left .xqimg-big img{
	width: 600px;
	height: 600px;
}
.shopxq2 .shopxq-left  .xqimg-small-img{
	float: left;
	margin-right: 25px;
	width: 130px;
	height: 130px;
}
.shopxq2 .shopxq-left  .xqimg-small img{
	width: 130px;
	height: 130px;
} */
.shopxq2 .shopxq-right{
	width: 480px;
}
.shopxq2 .shopxq-right .shopxq-content1 p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 62px;
	letter-spacing: 0px;
	color: #000000;
	border-bottom: 2px dashed #8d8d8d;
	padding-left: 40px;
}
.shopxq-content2{
	font-size: 17px;
	border-bottom: 2px dashed #8d8d8d;
	padding: 20px 0 20px 40px;
}
.shopxq-content2 p{
	font-size: 17px;
	line-height: 40px;
}
.shopxq-content2 .xqimg-check{
	float: left;
	width: 72px;
	height: 140px;
	text-align: center;
	margin-right: 20px;
}
.shopxq-content2 .xqimg-check img{
	width: 72px;
	
}
.shopxq-content3{
	padding: 0px 0 20px 40px;
	border-bottom: 2px dashed #8d8d8d;
}
.shopxq-content3 p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 62px;
}
.shopxq-content3-in {
	position: relative;
	width: 166px;
	height: 53px;
}
.shopxq-content3-in a{
	display: block;
	width: 166px;
	height: 53px;
	font-size: 17px;
	line-height: 53px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
.shopxq-content3-in  .item-nav{
	padding: 10px 0;
	position:absolute;
    top: 100%;
	width: 100%;
	text-align: center;
	z-index: 100;
	left: 0;
	display: none;
	background: rgba(0,0,0,.5);
	-webkit-transition: all 0.3s ease-out 0s; 
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.shopxq-content3-in  .item-nav a{
	background: rgba(0,0,0,0);
	line-height: 40px;
	width: 100%;
	height: 40px;
}
.shopxq-content3-in:hover .item-nav{
  
    display:block;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both
}
.shopxq-content4{
	padding: 10px 0 0 40px;
}
.shopxq-content4 h1,.shopxq-content4 p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #000000;
}
.newsxq1.common-1200{
	margin: 10px auto;
}
.newsxq2{
	text-align: center;
	padding: 0 0 30px 0;
}
.newsxq2 h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 30px;
}
.newsxq2 p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #171717;
}
.newsxq2 img{
	display: block;
	margin: 20px auto;
}
.newsxq3-out{
	width: 100%;
	height: 89px;
	background-color: #e3dac9;
}
.common-1200.newsxq3{
	margin: 0 auto;
}
.newsxq3 a{
	float: left;
	display: block;
	width: 150px;
	text-align: center;
	position: relative;
	font-size: 20px;
	line-height: 89px;
	color: #000000;
}
.newsxq3 a i {
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
}
.newsxq3 a:first-of-type i{
	position: absolute;
	top: 40px;
	left: 20px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.newsxq3 a:nth-of-type(2n){
	width: 900px;
}
.newsxq3 a:last-of-type i{
	position: absolute;
	top: 40px;
	right: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#shopxq{
	width: 600px;
	position: relative;
}
#shopxq .img_list{overflow: hidden; position: relative; height: 770px;}
/* 根据图片的张数来设定ul的宽度 */
#shopxq .img_list ul{ width: 3500px; position: absolute; height: 530px; left: 0px;}
#shopxq .img_list li{ float: left; width: 600px;}
#shopxq .img_list img{ margin: 1px; width: 344px;display: block;margin: 0 auto;}
#shopxq .img_list .big-img{position: absolute;width: 344px;top: 0;height: 530px;left: 128px;display: none;z-index: 3;}
#shopxq .img_list .big-img img{width: 344px;margin: 0 auto;} 
/* 图片对应的按钮样式 */
#shopxq .btn_list{width:100%; position: absolute;}
#shopxq .btn_list ul{width:100%; position: absolute; bottom: 35px;padding-left: 1px; }
#shopxq .btn_list li{ float: left; margin-right: 23px; color: #999; border: 1px solid #FFFFFF;width: 132px;
	height: 173px;box-sizing: border-box; }
#shopxq .btn_list li:last-of-type{margin-right: 0;}
#shopxq .btn_list li:hover,#shopxq .btn_list li.on{ cursor: pointer; border: 1px solid #E204A4;}
#shopxq .btn_list li img{ width: 100%;
	height: 171px; display: block;}
/* 左右点击的按钮样式 */
#shopxq  .toLeft,#shopxq  .toRight{
    display: none;
    position: absolute;
    width: 20px;
    height: 30px;    
    top: 250px;    
}

/* 图片对应的说明*/
#shopxq  .img_intro{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
#shopxq  .img_intro .img_intro_bg,.img_intro .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#shopxq  .img_intro .img_intro_bg{
    background: #000;    
    opacity: .3;
    z-index: 999;
}
#shopxq .img_intro .text{
    padding: 5px 10px;
    z-index: 1000;
    color: #999;
}
#shopxq  .toLeft{
	left: 23px;
    background: url(../images/arrleft.png) no-repeat center;
}
#shopxq  .toRight{
	right: 23px;
    background: url(../images/arrright.png) no-repeat center;
}