@charset "utf-8";
/* CSS Document */
@font-face { 
  font-family: 'Ek Mukta';
  src: url("../fonts/2F599D_0_0.woff"/*tpa=http://www.fetty.cc/fonts/2F599D_0_0.woff*/); 
} 

@font-face { 
  font-family: 'Ek Mukta2';
  src: url("../fonts/2F599D_1_0.woff"/*tpa=http://www.fetty.cc/fonts/2F599D_1_0.woff*/); 
} 
@font-face { 
  font-family: 'Ek Mukta3';
  src: url("../fonts/LKf8nhXsWg5ybwEGXk8UBQ.woff"/*tpa=http://www.fetty.cc/fonts/LKf8nhXsWg5ybwEGXk8UBQ.woff*/); 
} 




@font-face { 
  font-family:"方正兰亭超细黑简体"; /*这里是说明调用来的字体名字*/ 
  src: url("../fonts/方正兰亭超细黑简体.ttf"/*tpa=http://www.fetty.cc/fonts/方正兰亭超细黑简体.ttf*/); 
} 
@font-face {
    font-family: 'bryantregular';
    src: url("../fonts/bryant-regular-alt-1361505473_0-webfont.eot"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.eot*/);
    src: url("../fonts/bryant-regular-alt-1361505473_0-webfont.eot-#iefix"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.eot?#iefix*/) format('embedded-opentype'),
         url("../fonts/bryant-regular-alt-1361505473_0-webfont.woff2"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.woff2*/) format('woff2'),
         url("../fonts/bryant-regular-alt-1361505473_0-webfont.woff"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.woff*/) format('woff'),
         url("../fonts/bryant-regular-alt-1361505473_0-webfont.ttf"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.ttf*/) format('truetype'),
         url("../fonts/bryant-regular-alt-1361505473_0-webfont.svg#bryantregular"/*tpa=http://www.fetty.cc/fonts/bryant-regular-alt-1361505473_0-webfont.svg#bryantregular*/) format('svg');
    font-weight: normal;
    font-style: normal;

}

a{cursor:pointer;}


.ing{
	text-align:center;
	font-family:'微软雅黑';
	font-size:12px;
	color:#f00;
}



body,html{
	overflow-x:hidden;
	}
	

.wap{
	width:100%;
	position:relative;
	}
	
.section{
	width:100%;
	position:relative;
	overflow:hidden;
	}	
	
	
.heard_top{
	width:100%;
	height:140px;
	position:absolute; top:0; left:0;
	z-index:10;
	background:rgba(18,18,18,0.8);
	background:#121212;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	}
	
.heard_top_con{
	width:1200px;
	margin:0 auto;
	}	
	
		
.logo{
	width:200px;
	float:left;
	margin:50px;
	margin-top:10px;
	}


.heard_nav{
	padding:0;
	margin:0;
	float:right;
	margin-right:88px;
	}
	
	
.heard_nav>li{
	float:left;
	padding:0 40px;
	line-height:180px;
	font-family: 'Ek Mukta';
	}
	
.heard_nav>li>a{
	font-family:"微软雅黑";
	font-size:20px;
	text-decoration:none !important;
	color:#eee;
	letter-spacing:2px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.heard_nav>li:hover >a{
	color:#FFF;
/*	background:#000;
	padding:0 40px;*/
	}	
.heard_nav>li>ul{
	padding:0;
	margin:0;
	width:100%;
	position:absolute; top:140px; right:0;
	height:70px;
	background:#121212;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
	display:none;
	}
.heard_nav>li>ul>li{
	line-height:70px;
	float:right;
	padding:0 15px;
	
	}
.heard_nav>li>ul>li>a{
	line-height:20px;
	margin:25px 0;
	font-size:16px;
	
	text-decoration:none !important;
	color:#999;
	font-family:"微软雅黑";
/*	font-family: 'Ek Mukta', sans-serif;*/
	-webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
    -ms-transform: rotate3d(1,0,0,180deg);
    -o-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
	-webkit-transform: rotate3d(1,0,0,0deg)\0;
    -moz-transform: rotate3d(1,0,0,0deg)\0;
    -ms-transform: rotate3d(1,0,0,0deg)\0;
    -o-transform: rotate3d(1,0,0,0deg)\0;
    transform: rotate3d(1,0,0,0deg)\0;
	-webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	
	}
.heard_nav>li>ul>li:nth-child(1) >a{
	-webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
	}
.heard_nav>li>ul>li:nth-child(2) >a{
	-webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
	}
.heard_nav>li>ul>li:nth-child(3) >a{
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
	}
.heard_nav>li>ul>li:nth-child(4) >a{
	-webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s;
	}
.heard_nav>li>ul>li:nth-child(5) >a{
	-webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
	}
.heard_nav>li>ul>li:nth-child(6) >a{
	-webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s;
	}					
.erji_on>a{
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	-webkit-transform: rotate3d(1,0,0,0deg) !important;
    -moz-transform: rotate3d(1,0,0,0deg) !important;
    -ms-transform: rotate3d(1,0,0,0deg) !important;
    -o-transform: rotate3d(1,0,0,0deg) !important;
    transform: rotate3d(1,0,0,0deg) !important;
	}	
.heard_nav>li>ul>li:hover >a{
	color:#FFF !important;
	}

.heard_icon{
	position:absolute; 
	top:0; 
	right:47%;
	margin-right:-500px;
	}
@media (min-width: 992px) and (max-width: 1199px) {
    .heard_top_con{
		width:100%;
		}
	.heard_nav{
		margin-right:40px;
		}	
	.heard_icon{
		right:80px;
	    margin-right:0;
		}		
	}		
.weixinxs{
	position:absolute;
	top:38px;
	width:100px;
	height:100px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	}
.weixinxs img{
	width:100px;
	height:100px;
	}		
.weixin{
	width:42px;
	height:38px;
	background:#c8a438;
	float:left;
	line-height:38px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	}
.lang{
	width:42px;
	height:38px;
	background:#c40d23;
	float:left;
	line-height:38px;
	color:#FFF;
	text-align:center;
	cursor:pointer;
	}	


	
	
	
.banner{
	width:100%;
	height:100%;
	overflow:hidden;
	}
	
	
.banner>ul{
	height:100%;
	padding:0;
	margin:0;
	position:relative;
	}
	
			
.banner>ul>li{
	height:100%;
	float:left;
	position:relative;
	}
	
	
.banner_zi{
	width:100%;
	position:absolute; top:50%; left:0;
	text-align:center;
	margin-top:-59px;
	
	}	
	
	
.banner_zi>h2{
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:43px;
	position:relative; top:-60px; opacity:0;
	
	}
	
		
.banner_zi>p{
	font-family:"方正兰亭超细黑简体";
	color:#eee;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:22px;
	font-weight:bold;
	position:relative; top:60px; opacity:0;
	}	
	
		
.banner>ul>li>img{
	position:relative; top:50%;
	}	
.banner_prev{
	width:40px;
	height:40px;
	position:absolute; left:0px; top:50%;
	margin-top:-20px;
	cursor:pointer;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	/*opacity:0;
	display:none;*/
	}
.banner_next{
	width:40px;
	height:40px;
	position:absolute; right:0px; top:50%;
	margin-top:-20px;
	cursor:pointer;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	/*opacity:0;*/
	}		
.banner_change1{
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	left:20px;
	}
.banner_change2{
	-webkit-transform:scale(2);
	-moz-transform:scale(2);
	-ms-transform:scale(2);
	-o-transform:scale(2);
	transform:scale(2);
	right:20px;
	}		

.foot_nav_box{
	width:100%;
	height:60px;
	position:absolute; 
	left:0; 
	bottom:0;
	}	
	
	
.foot_nav{
	width:100%;
	height:60px;
	background:#000;
	position:absolute; bottom:0;
	display:none;
	}	
.foot_nav_con{
	max-width:980px;
	margin:0 auto;
	}	
.foot_nav_con_list{
	width:24.5%;
	float:left;
	margin-right:0.5%;
	border-left:1px solid #333;
	cursor:pointer;
	position:relative; z-index:100;
	-webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
    -ms-transform: rotate3d(1,0,0,180deg);
    -o-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
 	}
.foot_nav_con_list:nth-child(1){
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
	}
.foot_nav_con_list:nth-child(2){
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
	}
.foot_nav_con_list:nth-child(3){
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
	}
.foot_nav_con_list:nth-child(4){
	-webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
	}			

.foot_nav_con_list_show{
	-webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
	}
					
.foot_nav_con_list h5{
	margin:0;
	line-height:60px;
	font-style:30px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FFF;
	
	font-family:"Times New Roman", Times, serif;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	font-family:'微软雅黑';
	font-weight:200;
	letter-spacing:2px;
	}	
.foot_nav_con_list h5>span{
	color:#666;
	padding-right:10px;
	}	
.foot_nav_con_listbg{
	padding:0 15px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.foot_nav_con_list:hover .foot_nav_con_listbg{
	background:#FFF;
	}	
.foot_nav_con_list:hover h5{
	color:#000;
	
	}	
	
.bottom_nav_img{
	width:250px;
	padding:10px;
	background:#FFF;
	position:absolute; bottom:90px; left:20%;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
	opacity:0;
	}	

.sanjiao{	
    width:0; 
    height:0; 
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:15px solid #fff;
	position:absolute; bottom:-15px; left:50%; margin-left:-4px;	
}
		
	
.bottom_nav_img_show{
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
    animation-name: pulse;
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	-ms-animation-duration: 400ms;
	-o-animation-duration: 400ms;
    animation-duration: 400ms;
	}	
	
	
@keyframes pulse
{
0% {transform:scale(1);}
50% {transform:scale(0.85);}
100% {transform:scale(1);}
}

@-webkit-keyframes pulse
{
0% {-webkit-transform:scale(1);}
50% {-webkit-transform:scale(0.85);}
100% {-webkit-transform:scale(1);}
}	

.foot_nav_icon{
	 height:60px;
	 padding-left:10px;
	 padding-right:10px;
	background:#000;
	position:absolute; right:20px; bottom:0;
	z-index:10;
	cursor:pointer;
	}	
.foot_nav_icon>h5{
	text-align:center;
	line-height:60px;
	color:#ddd;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:2px;
	margin:0;
	text-transform:uppercase;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
.foot_nav_icon>h5:hover{
	color:#FFF;
	}	
	
	
.to_bottom{
	position:absolute; bottom:10%;
	left:50%;
	z-index:100;
	margin-left:-62px;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-ms-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 3000ms;
	-moz-animation-duration: 3000ms;
	-ms-animation-duration: 3000ms;
	-o-animation-duration: 3000ms;
	animation-duration: 3000ms;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	}	
	


@keyframes pulse
{
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes pulse
{
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}	

@-moz-keyframes pulse
{
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes pulse
{
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes pulse
{
0% {opacity:1;}
50% {opacity:0;}
100% {opacity:1;}
}	




.section2{
	width:100%;
	position:relative;
	overflow:hidden;
	}
.sec2_1{
	width:16%;
	position:absolute; top:-5%;
	left:24%;
	opacity:0;
	}
.sec2_2{
	width:21%;
	position:absolute; right:22.2%;
	top:46%;
	opacity:0;
	}	

	
	
.section3{
	width:100%;
	}
.sec3_top{
	width:100%;
	background:#4d3f32;
	text-align:center;
	overflow:hidden;
	}
.sec3_top>img{
	position:relative; top:80px; opacity:0;
	}	


.pro_box{
	width:100%;
	overflow:hidden;
	}
	
	
.cover_wrap{ width:150%;height:100%; position:relative;}
.cover_pro{ width:640px;overflow:hidden;position: relative;top: -800px;cursor:pointer; text-align: center;
            background:url("../images/sec3_list1.jpg"/*tpa=http://www.fetty.cc/images/sec3_list1.jpg*/) left no-repeat; background-size:cover; overflow:hidden;}
			
.cover_activity{width:640px;overflow:hidden;position:relative;top:-800px;cursor:pointer;text-align: center; background:url("../images/sec3_list3.jpg"/*tpa=http://www.fetty.cc/images/sec3_list3.jpg*/) right no-repeat;
               background-size:cover; overflow:hidden;}
			   
 
			   
			   			   
.cover_wait{ cursor: pointer;overflow: hidden;position: relative;top:800px;width: 640px;text-align: center; background:url("../images/sec3_list2.jpg"/*tpa=http://www.fetty.cc/images/sec3_list2.jpg*/) center no-repeat;
              background-size:cover; overflow:hidden;}
			  
.divimg{ float:left; position:relative;}
.divimg_bg{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5; 
    -khtml-opacity:0.5;
	}
.divimg_zi{
	position:absolute; top:30%;
	left:25%;
	font-family:"微软雅黑";
	}
.divimg_zi>h5{
	text-align:left;
	color:#FFF;
	font-size:23px;
	font-family:"微软雅黑";	
	}
.divimg_zi> .line{
	width:20px;
	height:1px;
	background:#FFF;
	margin-top:15px;
	margin-bottom:15px;
	
	}	
.divimg_zi>p{
	text-align:left;
	color:#FFF;
	font-size:16px;
	line-height:27px;
	}	
	
.section4{
	width:100%;
	background:#f2f1ee;
	}
	
.sec4_top{
	width:100%;
	background:#454444;
	text-align:center;
	overflow:hidden;
	}
	
.sec4_top>img{
	position:relative; top:80px; opacity:0;
	}

	
.sec4_con{
	width:100%;
	padding:60px 0;
	text-align:center;
	}	
	
	
.sec4_con>img{
	margin-top:20px;
	}	
.news_list{
	width:100%;
	position:relative;
	top:80px;
	opacity:0;
	}	
.news_list_zi{
	background:#FFF;
	text-align:center;
	padding:20px 0 30px 0;
	font-family:"微软雅黑";
	border:1px solid #d4d4d4;
	border-right:none;
	}	
.news_list_zi>h5{
	font-size:16px;
	color:#000;
	}
.news_list_zi>p{
	font-size:14px;
	color:#666;
	}	
.news_list_zi>a{
	display:block;
	color:#000;
	width:100px;
	margin:0 auto;
	text-align:center;
	line-height:30px; 
	border:1px solid #000;
	margin-top:25px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.news_list_zi>a:hover{
	background:#000;
	color:#FFF;
	text-decoration:none;
	}		
.news_bg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	background:#000;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}
.news_more{
	display:block;
	position:absolute; left:50%; top:40%;
	margin-left:-30px;
	margin-top:-50px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
	}
	
.section5{
	width:100%;
	position:relative;
	background:#797671;
	}
	
	
.sec5_1{
	width:290px;
	position:absolute; top:7%; margin-left:-120px; opacity:0;
	}
.sec5_1>p{
	text-align:center;
	font-size:16px;
	font-family:"微软雅黑";
	color:#c2c2c2;
	letter-spacing:1px;
	margin:5px 0;
	}	
.sec5_2{
	width:360px;
	padding-left:50px;
	border-left:1px solid #9a9b96;
	font-family:"微软雅黑";
	position:absolute; top:12%; margin-right:-120px; opacity:0;
	}
.sec5_2>h5{
	color:#c2c2c2;
	font-size:16px;
	}
.sec5_2>p{
	color:#c2c2c2;
	margin-bottom:5px;
	}	
			
@media (min-width: 768px) {
    .sec5_1{
		left:10%;
		}
	.sec5_2{
		right:15%;
		}
	}
@media (min-width: 992px) {
	.sec5_1{
		left:15%;
		}
	.sec5_2{
		right:20%;
		}
	}
@media (min-width: 1200px) {
	.sec5_1{
		left:20%;
		}
	.sec5_2{
		right:25%;
		}
	}
@media (min-width: 1300px) {
	.sec5_1{
		left:25%;
		}
	.sec5_2{
		right:30%;
		}	
	}	

.foot{
	width:100%;
	}		
	

.clm{
	margin-left:0 !important;
	margin-right:0 !important;
	}
.clp{
	padding-left:0 !important;
	padding-right:0 !important;
	}			
	
	
.clp2{
	padding-left:5px !important;
	padding-right:0 !important;
}	
	
	







/**    footer    **/
.footer{
	width:100%;
	margin:0 auto;
	background:#282828;
	color:#71706e;
}

.footer_inner{
	width:54%;
	margin:0 auto;
}

.footer_text{
	float:right;
	font-family:'微软雅黑';
	margin-top:45px;
	}
	
	
	
.footer_text h4{
	color:#71706e;
	font-size:15px;
	padding-bottom:15px;
	text-align:right;
	}
	
	
	
.footer_text h4 a{
	color:#71706e;
	text-decoration:none;
	padding-left:60px;
	text-align:right;
	}
	
	
.footer_text span{
	font-family:Arial, Helvetica, sans-serif;
	line-height:36px;
}


.flogo{
	width:120px;
	float:right;
}	


.to_top{
	float:right;
	margin-top:38px;
}

.footer_phone{
	text-align:center;
	background:#282828;
}
.footer_phone li{
	float:left;
	width:33%;
	text-align:center;
	line-height:20px;
	padding-top:20px;
	padding-bottom:10px;
	
}
.border_line{
	height:1px;
	background:#71706e;
	width:100%;
	margin:15px auto;
}
.footer_phone li a{
	color:#71706e;
	font-family:"微软雅黑";
}
.footer_phone p{
	color:#71706e;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
/**  / footer   **/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/************************************************************    inner page     *******************************************************/


.banner_inner{
	width:100%;
	margin:0 auto;
	padding-bottom:40px;
}

.title_inner{
	text-align:center;
	padding-bottom:50px;
	font-family:'微软雅黑';
}
.title_inner h2{
	font-family:'微软雅黑';
}
.title_inner h4{
}
.title_inner p{
	color:#999;
	font-size:13px;
	letter-spacing:2px;
}


.title_inner2{
	text-align:center;
	padding-bottom:50px;
	font-family:'微软雅黑';
}
.title_inner2 h2{
	color:#FFF;
}
.title_inner2 h4{
}
.title_inner2 p{
	color:#ccc;
	font-size:13px;
	letter-spacing:2px;
}



/**   content_about  **/

.content_about{
	width:100%;
	margin:0 auto;
}
.content_about_inner{
	width:80%;
	margin:0 auto;
}
.content_about_inner p{
	text-align:center;
	line-height:25px;
	font-family:'微软雅黑';
	line-height:25px;
	margin:0;
}


.content_culture{
	width:100%;
	margin:0 auto;
}

/**  up and down  **/
.about_inner4{
	margin-top:100px;
	position:relative;
	}
.about_inner4_con{
	width:100%;
	}
.ab4_title{
	background:#f2f1ed;
	margin-top:20px;
	
	}
.ab4_title p{
	color:#FFF;
	margin-bottom:0;
	padding-left:15px;
	line-height:50px;
	
	}
	
.ab4_list{
	background:#f2f1ed;
	margin-top:2px;
	}

.ab4_list p{
	margin-bottom:0;
	padding-left:15px;
	line-height:20px;
	padding-bottom:25px;
	color:#cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	}
.caoz{
	cursor:pointer;
	font-size:22px !important;
	font-family:'微软雅黑';
	text-align:center;
	padding-top:25px;
	color:#686867;
    }
.caoz h5{
		color:#cdcdcd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.ab4_list_on{
	background:#b2aa99;
	}
.ab4_list_on p{
	color:#FFF !important;
	}

.ab4_list_show{
	width:100%;
	position:relative;
	display:none;
	}
.ab4_list_show>h5{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
	}
.ab4_list_show>h5>span{
	font-size:12px;
	color:#999;
	font-weight:normal;
	padding-left:15px;
    }
.ab4_list_show>p{
	width:70%;
	color:#000;
	font-size:15px;
	margin-bottom:5px;
	}
.ab4_list_show>span{
	display:block;
	margin-top:20px;
	color:#be011f;
	}
/**    /  up and down  **/







.content_know{
	width:100%;
	position:relative;
	background:url("../images/banner_spbg.jpg"/*tpa=http://www.fetty.cc/images/banner_spbg.jpg*/) center no-repeat;
	background-size:cover;
}
.brand_top{
	position:absolute;
	z-index:999;
	top:-98px;
	left:16%;
}
.brand_bottom{
	position:absolute;
	z-index:999;
	bottom:0px;
	right:16%;
}
.content_guodu{
	width:100%;
	margin:0 auto;
	background:#f2f1ee;
}
.content_guodu_inner{
	width:80%;
	margin:0 auto;
	font-family:'微软雅黑';
	padding-top:140px;
	padding-bottom:140px;
	

}

.about_video{
	width:100%;
	padding-top:10%;
	
	}
.about_video h2{
	color:#FFF;
	font-family:'微软雅黑';
	font-size:23px;
	padding-bottom:15px;
}

.about_video_btn{
	width:62px;	
	border:1px solid #a19b9d;
	margin-left:20px;
	margin-bottom:20px;
}
.about_video_btn>a{
	display:block;
	width:30px;
	height:30px;
	float:left;
	text-align:center;
	color:#b58219 !important;
	text-decoration:none !important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.about_video_btn>a>i{
	line-height:30px;
	}		
.about_video_btn>a:hover{
	background:#FFF;
	}

	
.about_video_box{
	width:100%;
	overflow:hidden;
	padding-bottom:60px;
	}
.about_video_box>ul{
	padding:0;
	margin:0;
	position:relative;
	}
.about_video_box>ul>li{
	float:left;
	position:relative;
	}
.about_video_img{
	padding:0 20px;
	width:100%;
	position:absolute; bottom:0; left:0;
	}
.about_video_box>ul>li>h5{
	width:100%;
	position:absolute; left:0;
	bottom:-50px;
	color:#a57d25;
	font-family:'微软雅黑';
	text-align:center;
    }






.content_honor{
	width:100%;
	position:relative;
}
.honor{
		position:absolute; bottom:10%; left:50%;
		margin-left:-100px;
	}
.honor h2{
	font-size:60px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#dab879;
	
	}


.content_honor>a{
	width:200px;
	line-height:50px;
	position:absolute; bottom:10%; left:50%;
	margin-left:-100px;
	text-decoration:none !important;
	color:#FFF !important;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	background: #dab879;
    background: -webkit-linear-gradient(top left, #876526 0%, #dab879 100%);
    background: linear-gradient(to bottom right, #876526 0%, #dab879 100%);
	}

.content_honor>a:hover{
	background: #876526;
    background: -webkit-linear-gradient(top left, #dab879 0%, #876526 100%);
    background: linear-gradient(to bottom right, #dab879 0%, #876526 100%);
	}

   


.content_honor_list{
	width:30%;
	position:absolute;
	top:44%;
	left:50%;
	margin-left:-15%;
	
}
.content_honor_list_box{
	width:100%;
	overflow:hidden;
	}
.content_honor_list_box>ul{
	padding:0;
	margin:0;
	position:relative;
	}
.content_honor_list_box>ul>li{
	float:left;
	}
.content_honor_list_box>ul>li>img{
	width:50%;
	}			

.honnr_next{
	width:40px;
	height:40px;
	position:absolute; top:50%; right:-60px; 
	margin-top:-20px;
	background:#fff;
	color:#000;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	border-radius:40px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.honnr_prev{
	width:40px;
	height:40px;
	position:absolute; top:50%; left:-60px; 
	margin-top:-20px;
	background:#fff;
	color:#000;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	border-radius:40px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}	
	
.honnr_next>i , .honnr_prev>i{
	line-height:40px;
	}
.honnr_prev:hover , .honnr_next:hover{
	background:#dab879;
	}
















	
	
.content_cooper{
	width:100%;
	background:#e9e9e9;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:80px;
}
.content_cooper_inner{
	width:80%;
	margin:0 auto;
}
.cooper_list{
	width:50%;
	margin:0 auto;
}
.cooper_list_img{
	padding-top:40px;
	padding-bottom:30px;
}


.brand_donnot{
	width:100%;
	margin:0 auto;
}
.brand_donnot_inner{
	width:80%;
	margin:0 auto;
}

.brand_donnot_list{
	color:#999;
	font-size:14px;
	font-family:'微软雅黑';
	padding-bottom:120px;
}
.brand_donnot_list h2{
	color:#666;
	font-size:16px;
}
/***  /   about   ***/






/**     history    **/

.history_content{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.title_inner2>p{
	width:60%;
	padding-bottom:5%;
	color:#9fa0a3;
	margin:0 auto;
	text-align:center;
	font-family:'微软雅黑';
	font-size:13px;
	letter-spacing:2px;
	line-height:25px;
}
.history_list{
	position:absolute;
	top:10%;
}
.history_list_zicon>p{
	width:60%;
	padding-bottom:5%;
	color:#9fa0a3;
	margin:0 auto;
	text-align:center;
	font-family:'微软雅黑';
	font-size:13px;
	letter-spacing:2px;
	line-height:25px;
	}
.history_list_zicon>h5{
	font-size:50px;
	letter-spacing:2px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#FFF;
	}

.history_list_zicon{
	display:none;
	}




.history_listimg{
	width:100%;
	margin:0 auto;
}
.show_list3_con{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;	
	}
.show3_next{
	width:30px; height:30px;
	background:url("../images/jt.png"/*tpa=http://www.fetty.cc/images/jt.png*/) no-repeat;
	cursor:pointer;
	position:absolute; top:50%; right:41.25%;
	margin-top:-15px;
	z-index:99999;
	}
.show3_prev{
	width:30px; height:30px;
	background:url("../images/jt_left.png"/*tpa=http://www.fetty.cc/images/jt_left.png*/) no-repeat;
	cursor:pointer;
	position:absolute; top:50%; left:41.25%;
	margin-top:-15px;
	z-index:9999;
	}

.pic_bg{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	height:100%;
	z-index:9;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
   -webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;	
	}
.pic_bgon{
	opacity:0 !important;
	filter:alpha(opacity=0) !important;
	-moz-opacity:0 !important;
	-khtml-opacity:0 !important;
	}
		
.show_list3{
	width:12.5%;
	float:left;
	position:relative;}	
.show_list3_box{
	width:100%;
	margin:0 auto;
	position:relative;	
	}				


/**    /  history  **/ 










/**    news     **/


.news_content_inner{
	width:80%;
	margin:0 auto;
	position:relative;
	margin-bottom:50px;
}

.news_content_text{
	position:absolute;
	top:40%;
	right:0;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	padding-left:50px;
	line-height:35px;
	font-family:'微软雅黑';
	
}
.news_content_text h2{
	font-size:18px;
	padding-right:30p;
}
.news_content_text p{
	text-align:right;
	font-size:18px;
}

.news_list_text{
	background:#FFF;
	font-family:'微软雅黑';
	line-height:25px;
	padding:10px 50px;
}
.news_list_text  a{text-decoration:none;}
.news_list_text  p  span{
	font-size:13px;
	color:#dab879;
	}
.news_more_box>.news_more>h2{
	font-size:18px;
	font-family:'微软雅黑';
	
	}
.news_list_text h2{
	font-size:18px;
	text-align:center;
	padding-bottom:13px;
}
.news_list_text h5{
	font-size:14px;
	text-align:center;
	color:#999;
}

.news_list_text p{
	font-size:13px;
	color:#777;
	padding-left:40px;
	padding-right:40px;

}
.news_line{
	width:75px;
	height:5px;
	background:#555555;
	margin:20px auto;
}
.news_content_list{
	margin-top:50px;
	position:relative;
}
.news_button{
	position:absolute;
	left:50%;
	margin-left:-30px;

	width:60px;
	z-index:99999;
	top:46%;
}


.news_xiangqing{
	width:100%;
	margin:0 auto;
	font-family:'微软雅黑';
}
.fanhui2{
	width:150px;
	line-height:35px;
	text-align:center;
	border:1px solid #333;
}
.fanhui2 a{
	color:#333;
}
.news_xiangqing p{
	
	font-size:12px;
	letter-spacing:2px;
	line-height:25px;
}
.news_content_inner h2{
	text-align:center;
}
.news_content_inner h5{
	text-align:center;
}
.news_button_left{
	position:absolute;
	left:41.5%;
	margin-left:-30px;
	width:60px;
	z-index:99999;
	top:30%;
}
.news_button_right{
	position:absolute;
	left:41.5%;
	width:60px;
	z-index:99999;
	top:30%;
}
.news_list_img_box{width:600px !important;margin-left:30px !important;}
.news_list_img{width:600px;height:453px;overflow:hidden;}
.news_list_img_qh{width:1200px;}
.news_list_img_qh  .news_list_img_qh1{float:left;}
.news_list_img_qh  .news_list_img_qh2{float:left;}




.news_button_leftb{
	position:absolute;
	left:41.5%;
	margin-left:-30px;
	width:60px;
	z-index:99999;
	top:30%;
}
.news_button_rightb{
	position:absolute;
	left:41.5%;
	width:60px;
	z-index:99999;
	top:30%;
}

.news_list_img_boxb{width:600px !important;margin-left:30px !important;}
.news_list_imgb{width:600px;height:453px;overflow:hidden;}
.news_list_img_qhb{width:1200px;}
.news_list_img_qhb  .news_list_img_qh1b{float:left;}
.news_list_img_qhb  .news_list_img_qh2b{float:left;}




.news_button_leftc{
	position:absolute;
	left:41.5%;
	margin-left:-30px;
	width:60px;
	z-index:99999;
	top:30%;
}
.news_button_rightc{
	position:absolute;
	left:41.5%;
	width:60px;
	z-index:99999;
	top:30%;
}

.news_list_img_boxc{width:600px !important;margin-left:30px !important;}
.news_list_imgc{width:600px;height:453px;overflow:hidden;}
.news_list_img_qhc{width:1200px;}
.news_list_img_qhc  .news_list_img_qh1c{float:left;}
.news_list_img_qhc  .news_list_img_qh2c{float:left;}

/**   /news     **/








/***join***/



.join_content{
	width:100%;
	margin:0 auto;
	background:#eaeaea;
	padding-top:150px;
	padding-bottom:220px;
}
.join_content_inner{
	width:100%;
	margin:0 auto;
	position:relative;
}
.join_condition_img{
}
.join_condition_text{
	font-family:'微软雅黑';
	padding-top:70%;
}
.join_condition_text p{
	font-size:13px;
	line-height:25px;
	letter-spacing:2px;
}
.join_condition_top{
	position:absolute;
	z-index:9999;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	width:40%;
	top:10%;
	left:45%;
	color:#333;
	font-size:30px;
	font-weight:600;
	line-height:45px;
	
}
.join_line{
	width:100%;
	margin:50px auto;
}

.join_process{
	width:100%;
	margin:0 auto;
	background:#f0f0f0;
}
.join_process_inner{
	width:80%;
	margin:0 auto;
	padding-bottom:150px;
}
.join_process_list{
	border:1px solid #a0a0a0;
	padding:40px;
	text-align:center;
	color:#a0a0a0;
	margin-top:30px;
}
.join_process_list h2{
	text-align:center;
}

.join_online{
	width:100%;
	margin:0 auto;
	/*background:#f2f1ed;
	padding-bottom:100px;*/
	font-family:'微软雅黑';
	
}
.join_online_inner{
	width:80%;
	margin:0 auto;
}

.join_ada {
	margin-top:30px;
	text-align:center;
	border:1px solid #eee;
	padding-top:20px;
	padding-bottom:20px;
}
.con-sec1 {
	padding:50px 0;
	overflow:hidden;
}
.con-sec1>h5 {
	font-size:20px;
	text-align:center;
	padding-bottom:30px;
}
.liuyan p {
	width:100%;
	font-size:16px;
	margin-bottom:12px;
	letter-spacing:2px;
	font-size:13px;
}
.liuyan span {
	color:#666;
	font-size:12px;
	letter-spacing:2px;
}
.liuyan p input {
	width:100%;
	height:30px;
	border:1px solid #999;
}
.liuyan p textarea {
	width:100%;
	height:100px;
	border:1px solid #999;
}
.liuyan-l {
}
.liuyan-r {
}
.cot-bt {
	display:block;
	width:60px;
	margin:15px 0;
	line-height:30px;
	color:#FFF;
	font-size:16px;
	text-align:center;
	background:#7dba24;
}
.cot-bt1 {
}
.con-sec2 {
	padding:50px 0;
	overflow:hidden;
}
.con-sec2-t>h5 {
	text-align:center;
}
.con-sec2-tl {
}
.con-sec2-tr {
}
.con_left_img {
	width:100%;
}
.con_left_img img {
	width:160px;
}
.con_left_main p {
	width:100%;
	margin-top:15px;
	font-size:14px !important;
}
.html_tijiao {
	width:180px;
	line-height:35px;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:80px;
}
.html_tijiao a {
	color:#333;
	border:1px solid #333;
	display:block;
}
.html_tijiao a:hover {
	color:#fff;
	border:1px solid #333;
	display:block;
	background:#b79857;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}







/*******  加盟流程pad  ******/
.join_liuc_pad{
	width:100%;
	background:url("../images/bg_join.jpg"/*tpa=http://www.fetty.cc/images/bg_join.jpg*/) center center no-repeat;
	background-size:cover;
	padding:60px 0;
	text-align:center;
	}
.join_liuc_pad>h5{
	font-size:30px;
	letter-spacing:2px;
	color:#FFF;
	margin-bottom:40px;
	font-family:"微软雅黑";
	
	}
.join_liuc_pad>p{
	font-size:16px !important;
	font-family:"微软雅黑";
	width:55%;
	margin:0 auto;
	line-height:25px;
	color:#c8a957 !important;
	}	
.liuc_cont_pad_1{width:500px;margin:20px auto;}	
.join_liuc_pad  .liuc_cont_pad_1  img{float:left;width:10%;height:10%;}
.join_liuc_pad  .liuc_cont_pad_1  h2{
	float:left;
	margin-left:50px;
	font-size:14px;
	color:#f2f2f2;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:1px;
	padding-top:35px;
	}







/*******  加盟流程  ******/
.join_liuc{
	position:relative;
	width:100%;
	background:url("../images/bg_join.jpg"/*tpa=http://www.fetty.cc/images/bg_join.jpg*/) center center no-repeat;
	background-size:cover;
	padding-bottom:60px;
	text-align:center;
	}
.join_liuc>h5{
	font-size:30px;
	letter-spacing:2px;
	color:#FFF;
	margin-bottom:40px;
	font-family:"微软雅黑";
	
	}
.join_liuc>p{
	font-size:13px !important;
	font-family:"微软雅黑";
	width:55%;
	margin:0 auto;
	line-height:25px;
	color:#c8a957 !important;
	padding-top:170px;
	}	

.liuc_con_l{
	width:100%;
	border-right:1px solid #7f6020;
	}
.liuc_con_l>ul{
	padding:0;
	margin:0;
	margin:30px 0;
	padding:50px 0;
	}	
.liuc_con_l_img{
	float:right;
	}
.liuc_con_l_zi{
	float:right;
	padding:60px 15px;	
    }
.liuc_con_l_zi>h5{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:1px;
	}	
.liuc_con_l_zi>h2{
	font-size:16px;
	color:#f2f2f2;
	text-transform:uppercase;
	text-align:right;
	letter-spacing:1px;
	}

.liuc_con_r{
	width:100%;
	}		
.liuc_con_r>ul{
	padding:0;
	margin:0;
	margin:30px 0;
	padding:50px 0;
	padding-top:150px;
	}	
.liuc_con_r_img{
	float:left;
	}
.liuc_con_r_zi{
	float:left;
	padding:60px 15px;
	max-width:450px;	
    }
.liuc_con_r_zi>h5{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:1px;
	}	
.liuc_con_r_zi>h2{
	font-size:16px;
	color:#f2f2f2;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.liuc1{
	position:relative; top:-80px; opacity:0;
	}
.liuc2{
	position:relative; top:80px; opacity:0;
	}
.liuc3{
	position:relative; top:80px; opacity:0;
	}
.liuc4{
	position:relative; top:-80px; opacity:0;
	}
.liuc5{
	position:relative; top:80px; opacity:0;
	}		


/**  bf   **/
.join_jm{
	margin-top:5%;
	}
.jm_left{
	width:45%;
	float:left;
	position:relative;
	}
.jm_left_text{
	width:60%;
	margin:0 auto;
	position:absolute;
	top:23%; left:15%;
	font-size:28px;
	text-align:left;}

.jm_left_text p{
	font-size:12px;
	line-height:24px;
	}
.jm_right{
	width:55%;
	float:left;
	}
.jm_right_top{
	position:relative;
	}
.jm_rig01{
	width:50%;
	position:relative;
	float:left;}
	
.text02{
	position:absolute;
	top:90%;
	left:35%;}
.text02 p{
	font-size:14px;
	color:#666;
	}
.jm_rig02{
	width:50%;
	float:left;
	position:relative;
	}
.jm_right_bottom{
	width:100%;}
.join_lc{
	float:left;
	text-align:center;}
.sec4-xian{
	width:15%;
	margin-left:15%;
	height:3px;
	background:#FFF;
	margin:50px 0; 
	}
.join_lc p{
	font-size:20px;
	color:#6d6d6d;}
.join_bz{
	width:200px;
	text-align:center;
	float:left;
	margin-top:20px;
	height:50px;
	border:1px solid #000;
	}
.join_bz p{
	line-height:50px;
	color:#373737;
	font-size:16px;}	
	
.join_lc img{
	width:5%;}	



.join_youshi{
	background:url("../images/bg_join2.jpg"/*tpa=http://www.fetty.cc/images/bg_join2.jpg*/) center center no-repeat;
	background-size:cover;
	padding:70px 0 90px 0;
	}
.youshi_con_l{
	width:100%;
	position:relative;
    }
.youshi_con_r{
	width:100%;
	position:relative;
    }	
.youshi_con_img{
	width:100%;
	position:absolute; top:0; left:0;
	display:none;
	}
.youshi_con_zi{
	width:100%;
	height:100%;
	padding:40px 10px;
	position:absolute; top:0; left:0;
	display:none;
	}
.youshi_con_zi>h5{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:2px;
	font-family:Arial, Helvetica, sans-serif;
	}
.youshi_con_zi>h2{
	color:#FFF;
	letter-spacing:2px;
	}
.youshi_con_zi>h3{
	font-size:30px;
	font-family:"微软雅黑";
	letter-spacing:2px;
	color:#ae7e2c;
    }
.youshi_con_zi>p{
	width:90%;
	font-size:13px;
	color:#666;
	font-family:"微软雅黑";
	margin-top:30px;
	line-height:25px;
	}	

.youshi_num{
	border-bottom:1px dotted #6f6f6f;
	padding:50px 0;
	margin:0 auto;
	position:relative;
	}
.youshi_numbg{
	width:30px;
	height:2px;
	background:#0c0c0c;
	position:absolute; bottom:-1px; right:0;
    }	
.youshi_num>ul{
	padding:0;
	margin:0;
	float:left;
	position:relative; top:30px; left:-15px;
	}
.youshi_num>ul>li{
	width:42px;
	height:40px;
	float:left;
	border-radius:40px;
	border:1px solid #6f6f6f;
	background:#0c0c0c;
	font-size:15px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	color:#6a6a6a;
	margin:0 15px;
	cursor:pointer;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
 	}
.youshi_num>ul>li:hover{
	background:#aa822a;
	color:#FFF;
	border:1px solid #aa822a;
	}	
.num_on{
	width:100px !important;
	background:#aa822a !important;
	color:#FFF !important;
	border:1px solid #aa822a !important;
	}
	

/***********************  products-inner   *************************/

/***   /   join   ***/





/**   img    hover   **/
.sec1_r{
	position:relative; top:0px; opacity:1;
	}
.sec1_r_img{
	width:100%;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}		
.sec1_r:hover .sec1_r_img{
	-webkit-transform: scale(0.91,0.95);
    -moz-transform: scale(0.91,0.95);
	-ms-transform: scale(0.91,0.95);
    -o-transform: scale(0.91,0.95);
    transform: scale(0.91,0.95);
	}
.sec1_r_bg{
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	background:#333;	
    opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6; 
    -khtml-opacity:0.6;
    -webkit-opacity:0.6;
	}	
.sec1_r_bg>h5{
	text-align:center;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	letter-spacing:5px;
	line-height:22px;
	position:relative; top:50%;
	margin-top:-22px;
	text-transform:uppercase;
	}		
.sec1_r_bg>h5>span{
	font-size:13px;
	font-weight:lighter;
	position:relative;
	color:#FFF;
	}
.sec1_r_bg>h5>span:before{
	position: absolute;
    top: -33px;
    left: 50%;
    height: 10px;
    width: 10px;
    display: block;
    content: '';
    border: 2px solid #c8a438;
    border-radius: 100%;
    z-index: 2;
    -webkit-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
	}	
.sec1_r_bg>h5:before{
	position: absolute;
    top: -130px;
    left: 50%;
    height: 100px;
    width: 2px;
    display: block;
    content: '';
    background: #c8a438;
    z-index: 2;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); 
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
	}
.sec1_r_bg>h5:after{
    position: absolute;
    bottom: -123px;
    left: 50%;
    height: 100px;
    width: 2px;
    display: block;
    content: '';
    background: #c8a438;
    z-index: 2;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}

.sec1_r:hover:hover .sec1_r_bg>h5:before{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
	-webkit-transition: 0.3s linear 0.3s;
	-moz-transition: 0.3s linear 0.3s;
	-ms-transition: 0.3s linear 0.3s; 
	-o-transition: 0.3s linear 0.3s;	
	transition: 0.3s linear 0.3s;
	}
.sec1_r:hover:hover .sec1_r_bg>h5:after{
	-webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
	-webkit-transition: 0.3s linear 0.3s;
	-moz-transition: 0.3s linear 0.3s;
	-ms-transition: 0.3s linear 0.3s;
	-o-transition: 0.3s linear 0.3s;	
	transition: 0.3s linear 0.3s;
	}
/**   /img    hover   **/	
	
	
	

.news-list {
	width:100%;
	background:#fafafa;
}
.news-list-left {
	width:50%;
	float:left;
	overflow:hidden;
	
}
.news-list-left>img {
	position:relative;/*top:100px;
	opacity:0;*/
	
}
.news-list-left h5 {
	width:60%;
	
	margin-left:50px;
	margin-top:60px;
	font-size:24px;
	margin-bottom:50px;
	color:#4b4c4e;
	line-height:35px;
	position:relative;
	opacity:1;
	top:0;
	font-family:"微软雅黑";
}
.news-list-left>span {
	width:60%;
	font-family:"微软雅黑";
	color:#666;
	font-size:15px;
	line-height:25px;
	position:relative;
	opacity:1;
	top:0px;
}
.news-list-left>p {
	width:70%;
	margin-left:50px;
	font-family:"微软雅黑";
	color:#666;
	font-size:15px;
	line-height:25px;
	position:relative;
	opacity:1;
	top:0px;
}
.news-list-right h5 {
	width:60%;
		margin-left:50px;
	margin-top:60px;
	font-size:24px;
	margin-bottom:50px;
	color:#4b4c4e;
	line-height:35px;
	position:relative;
	top:30%;
    opacity:1;
		font-family:"微软雅黑";
}
.news-list-right>p {
	width:70%;
	margin-left:50px;
	color:#666;
	font-size:15px;
	line-height:25px;
	position:relative;
	opacity:1;
	top:0px;
	font-family:"微软雅黑";
}
.pro-con1-text {
	margin-left:50px;
	margin-top:60px;
	position:relative;
	z-index:10;
	opacity:1;
	top:0px;
}
.shousuo_btn {
	text-align:left;
	font-size:14px;
	color:#8d8c4c;
	float:left;
	
}
.pro-con1-text p {
	text-align:left;
	font-size:14px;
	color:#ae7e2c;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
.showimg {
	width:40px;
	height:25px;
	float:left;
	margin-left:5px;
	margin-top:0px;
	position:relative;
	overflow:hidden;
}
.showimg img {
	margin-top:3px;
	position:absolute;
	left:-20px;
}
.news-list-right {
	width:50%;
	float:left;
	overflow:hidden;
}
.news-list-right>img {
	position:relative;
	top:100px;
}
/********************** / products-inner  ****************************/





/********************** / products-inner3  ****************************/
.pro_inner {
	padding: 50px 0 200px 0;
}
.pro_xx {
	width: 100%;
}
.pro_xximg {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
.pro_xximg>li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: -webkit-transform 0s linear;
 -moz-transition: -moz-transform: 0s linear;
	-ms-transition: -ms-transform 0s linear;
	-o-transition: -o-transform 0s linear;
	transition: transform 0s linear;
	opacity: 0;
	z-index: 5;
}
.pro_xximg_z {
	z-index: 10 !important;
}
.pro_xximg_show {
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
	-webkit-transition: -webkit-transform 0.3s linear !important;
	-moz-transition: -moz-transform 0.3s linear !important;
	-ms-transition: -ms-transform 0.3s linear !important;
	-o-transition: -o-transform 0.3s linear !important;
	transition: transform 0.3s linear !important;
	opacity: 1 !important;
}
.pro_xx_box {
	width: 50%;
	margin: 0 auto;
	margin-top:1%;
	position: relative;
}
.pro_xx_s_box {
	width: 100%;
	overflow: hidden;
	padding: 1px 0;
}
.pro_xx_s {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}
.pro_xx_s>li {
	float: left;
	margin: 0 6px;
	cursor: pointer;
	position: relative;
}
.pro_xx_son {
	border: 1px solid #c59d5f !important;
}
.line_t {
	width: 0;
	height: 1px;
	background: #c59d5f;
	position: absolute;
	left: 0;
	top: -1px;
}
.line_r {
	width: 1px;
	height: 0;
	background: #c59d5f;
	position: absolute;
	right: -1px;
	top: 0px;
}
.line_b {
	width: 0;
	height: 1px;
	background: #c59d5f;
	position: absolute;
	right: 0;
	bottom: -1px;
}
.line_l {
	width: 1px;
	height: 0;
	background: #c59d5f;
	position: absolute;
	left: -1px;
	bottom: 0px;
}
.pro_xx_next {
	width: 20px;
	height: 20px;
	border: 10px solid;
	border-color: transparent transparent transparent #000;
	position: absolute;
	right: -50px;
	top: 30%;
	cursor: pointer;
}
.pro_xx_prev {
	width: 20px;
	height: 20px;
	border: 10px solid;
	border-color: transparent #000 transparent transparent;
	position: absolute;
	left: -50px;
	top: 30%;
	cursor: pointer;
}
.pro_inner_r {
	
	font-family: "微软雅黑";
}
.pro_inner_r h5 {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	margin-bottom: 25px;
}
.pro_inner_r h2 {
	font-size: 36px;
	font-family: "微软雅黑";
}
.pro_inner_r span {
	font-size: 13px;
	line-height:25px; 
	color:#000;
}
.pro_inner_r p {
	margin-top: 10px;
	font-size: 13px;
	line-height:25px;
}
.fanhui {
	height: 64px;
	line-height: 64px;
	font-size: 10px;
	width: 50%;
	margin-top: 12%;
	width: 229px;
	
}
.fanhui a {
	display: block;
	background: url("../images/fanhui_btn.png"/*tpa=http://www.fetty.cc/images/fanhui_btn.png*/) no-repeat 210px center #000;
	background-size: 7px 12px;
	padding: 0 19px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.fanhui a:hover {
	background: url("../images/menu-line.png"/*tpa=http://www.fetty.cc/images/menu-line.png*/) no-repeat 10px bottom #fff;
	color: #000;
	text-decoration: none;
	
}
/********************** / products-inner3  ****************************/






/**********   contact     **********/

.main_contact_inner {
	width:400px;
	margin:0 auto;
	padding-top:10%;
	color:#333;
}
.main_contact_text {
	background:#FFF;
	padding-top:10%;
	margin-top:10%;
	padding-bottom:15%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	text-align:center;
}
.main_logo2 {
	width:161px;
	margin:0 auto;
}

/**********  / contact     **********/






/***    main case    ***/
.main_case_content{
	width:100%;
	/*padding-left:10px;
	padding-right:10px;*/
	margin:0px auto;
}
.main_case_inner{
	
}
.main_case_inner2{
	
}

.index_anli_left_top{
	position:relative;
}
.index_anli_zhezhao{
	width:50%;
	position:absolute;
	right:0;
	top:0;
	
	height:100%;
	color:#FFF;
	z-index:9999;
	text-align:center;
}
.anli_zhezhaobg{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background:#baac87 !important;
	opacity:0.7;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
	-khtml-opacity:0.7;
	z-index:99;	
	}

.index_anli_zhezhao h2{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:35%;
	font-weight:400;
	font-size:18px;
	text-transform:capitalize;
	position:relative;
	z-index:99999;	
	
}
.index_anli_zhezhao2{
	width:50%;
	position:absolute;
	left:0;
	top:0;
	
	height:100%;
	color:#FFF;
	z-index:9999;
	text-align:center;
}
.index_anli_zhezhao2 h2{
	font-family:Arial, Helvetica, sans-serif;
	padding-top:35%;
	font-weight:400;
	font-size:18px;
	text-transform:capitalize;
	position:relative;
	z-index:99999;
	
}


/**   hover   **/
.thumbnail-img{
	width:100%;
	position:relative;
	overflow:hidden;
	}

.bianan{
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=50);
	-moz-opacity:50;
	-khtml-opacity:50;
	opacity:0.5;
	z-index:100;
	}
.wenzi_linian{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:100;
	color:#FFF;
	text-align:center;
	font-size:16px;
	letter-spacing:2px;
		position:absolute;
		width:64%;
		left:50%;
		margin-left:-32%;
		top:35%;
		font-family:'华文细黑';
	}
.bianan2{
	width:100%;
	height:100%;
	background:#000;
	position:absolute;
	left:0;
	top:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:100;
	}
.bianan2_img{
	width:24%;
	left:50%;
	text-align:center;
	font-size:22px;
	letter-spacing:1px;
	color:#fff;
	margin-left:-12%;
	z-index:999999;
	position: absolute;
	padding-top:200px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	opacity:0;
	top:55%;
}
.shimg{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;
	}	
.fd{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;	
	transition: 0.5s linear;
	}
	
.overlay_more{
	position: absolute;
bottom: 30px;
font-family:'华文细黑';
left: 16%;
color:#FFF;
font-size:12px;
opacity:0;
z-index:99999;
text-transform:uppercase;
letter-spacing:2px;
	
	}
.overlay_more a{
	color:#FFF;
	text-decoration:none;
}	
	
.ind_sec3_line{
	width:0px;
	left:43%;
	bottom:30%;
	height:1px;
	background:#fff;
	position:absolute;
	z-index:9999999;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.thumbnail-img:hover .ind_sec3_line{
	width:80px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}

/***/

/***  /  main case    ***/






/**   case  inner    **/
.tract2_main {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999;
}
.tract2_main_tit {
	width: 100%;
}
.tract2_main_tit {
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 60px;
	padding: 50px 0 0px;
}
.tract2_main_tog {
	width: 100%;
}
.tract2_tog {
	width: 100%;
	margin: 0px 0 80px 0;
	position: relative;
}
.tract2_tog ul {
	padding: 0;
	margin: 0;
	position: relative;
	left: 0;
}
.ulbg{
	height:100%;
	background:#000;
	position:absolute;
	z-index:9;
	opacity:0.6;
	}
.tract2_tog ul li {
	float: left;
	margin: 0 50px;
	cursor: pointer;
	position: relative;
}
.tract2_tog ul li:first-child {
	margin: 0;
}
.tract2_tog ul li img {
	width: 100%;
}
.tract2_tog1_area {
	
	margin: 45% 20px 0px 0;
	float: right;
	text-align:center;
}
.tract2_main_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
}
.tract2_tog1_num {
	width: 100%;
	font-size: 40px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;

}
.tract2_tog1_line {
	width: 80%;
	margin:0  auto;
	height: 2px;
	background: #333;
}
.tract2_tog1_zg {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #aaa;
	font-size: 17px;
	padding-top: 5px;
}
.tract2_but_left {
	float: left;
	font-size: 40px;
	width: 25%;
	cursor: pointer;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
.tract2_but_mid {
	width: 50%;
	margin: 0 50px;
	cursor: pointer;
	height: 100%;
	position: absolute;
	top: 0;
	left: 25%;
	margin-left: 50px;
	z-index: 999;
	cursor: pointer;
}
.tract2_but_right {
	font-size: 50px;
	height: 100%;
	width: 25%;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 0;
	color: #000;
	right: 0;
}
.tract2_but_ico1 {
	font-size: 35px;
	position: absolute;
	top: 45%;
	z-index: 99999999;
	left: 25%;
}
.tract2_but_ico2 {
	font-size: 35px;
	position: absolute;
	top: 45%;
	right: 25%;
	z-index: 99999999;
}

/**  / case inner    **/






/**   rec       **/

.neiye_neirongqu {
	width:1010px;
	margin:0 auto;
}
.rec_zp{
	width:100%;
	margin:50px auto;
	
	
}
.rec_tit{
	position:relative;
	top:15px;
	left:280px;
	z-index:9999999;
	width:650px;
}
.rec_tit_left{
	width:341px;
	font-family:'微软雅黑';
	font-size:15px;
	text-align:center;
	line-height:40px;
	float:left;
	height:41px;
	color:#FFF;
	font-weight:500;
	background:url("../images/rec_tit1.png"/*tpa=http://www.fetty.cc/images/rec_tit1.png*/) center no-repeat;
}
.rec_tit_right{
	width:35px;
	float:right;
}
.rec_zp_img{
	float:left;
	width:254px;
}
.rec_zp_text{
	padding:22px;
	color:#333;
	float:left;
	border-bottom:1px solid #717171;
	border-top:1px solid #717171;
	border-right:1px solid #717171;
	width:640px;
	font-family:'微软雅黑';
	font-size:14px;
	line-height:25px;
}


/**   hover   **/

/**   / rec    **/


/*contact us*/	
.con_nr {
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../images/con_bg.jpg"/*tpa=http://www.fetty.cc/images/con_bg.jpg*/) no-repeat center center fixed;
	background-size: cover;
}
.con_nr1 {
	text-align: center;
	padding: 12% 0;
	color: #fff;
	position:relative; top:80px; opacity:0;
}
.con_nr1 h1 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
	margin: 0px;
}
.con_nr1 p {
	margin-top: 15px;
	margin-bottom: 0px;
}
.tel {
	width: 40%;
	margin: 0 auto;
	margin-top: 3%
}
.tel span {
	float: left;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-right: 4%;
	padding-top: 6%;
}
.tel p {
	
	color: #fff;
	font-size: 14px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 8%;
	line-height: 35px
}
.con_nr2 {
	color: #fff;
	text-align: center;
	position:relative; top:40px; opacity:0;
	font-family:Arial, Helvetica, sans-serif;
}
.contact-bottom {
	margin: 1% 0 10%;
	text-align: center;
}
.contact-bottom input[type="text"]:nth-child(2) {
	margin: 0px 8px;
}
.contact-bottom input[type="text"] {
	width: 32.627%;
	margin: 0px;
	color: #D6D4D4;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #BEBEBE;
}
.contact-bottom textarea {
	width: 100%;
	color: #D6D4D4;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #BEBEBE;
	margin-top: 1.4%;
}
.submit-btn input[type=submit] {
	color: #fff;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	font-weight: 700;
	margin: 20px 0 0 0px;
	outline: none;
	width: 100%;
	background: rgba(197, 157, 95, 1);
	border: 1px solid rgba(197, 157, 95, 1);
}
.submit-btn input[type=submit]:hover {
	color: #fff;
	border: 1px solid #BEBEBE;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

/***/






/**      pro_cengji_inner    **/
.pro_cengji_list{
	margin-top:10px;
}
/**    / pro_cengji_inner    **/



/**    map   **/
.mapbox{ position:relative;width:100%;height:850px; margin:0px auto;padding-bottom:80px;background:#f0f0f0 url("../images/mapbg4.jpg"/*tpa=http://www.fetty.cc/images/mapbg4.jpg*/) center no-repeat;}
.map{ position:absolute;width:50%;left:28%;top:20%;}

.map a{ color:#666; font-size:14px; text-decoration:none;}
.map a:hover{ color:#fff;}
.map .city a{
	font-family:"微软雅黑";
	cursor:pointer;
	}
.guanbi a{
	cursor:pointer;
	}		
.citybg{ position:absolute; display:none; z-index:3;
cursor:pointer;
}
.city a.active .citybg{ display:block; z-index:3;}
.city a:focus {
  color: #666;
  text-decoration:none;
}

.zmdbox{position:absolute;top:23%;left:-13%;width:100%;border:#dab879 2px solid;height:400px;z-index:999;
}
.zmdboxbg{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	z-index:99;
	}
.guanbi{position:absolute;top:-25px;right:-25px;width:50px;height:50px;background:#dab879;border-radius:50px;text-align:center;line-height:50px;color:white;z-index:9999;}
.map .guanbi a{cursor:pointer; text-decoration:none;color:white;}
.map .guanbi img{position:absolute;top:15px;left:15px;}
.map .guanbi img:hover{
	transform:rotate(30deg);
-ms-transform:rotate(30deg); 	
-moz-transform:rotate(30deg); 	
-webkit-transform:rotate(30deg); 
-o-transform:rotate(30deg); 
 }
.zmdnr{width:90%;margin:5% 5%;position:relative;z-index:999999;}
.zmdnr .cs{font-size:18px;color:#dab879;font-family:"微软雅黑";line-height:40px;border-bottom:1px solid #dab879;}
.zmdnr  .zmdname{border-bottom:1px dotted #ccc;}

.zmdnr  .zmdname  h2{float:left;
font-family:"微软雅黑";font-size:14px;
 color:#dab879;}
.zmdname .dianming{margin-right:5%;width:15%;}
.zmdname .dizhi{margin-right:5%;width:45%;}
.zmdname .lianxi{margin-right:5%;width:25%;}


.zmdnr  .zmddz{border-bottom:1px dotted #ccc;}

.zmdnr  .zmddz  h2{float:left;
font-family:"微软雅黑";font-size:14px;color:white;
}
.zmddz .dianminga{margin-right:5%;width:15%;}
.zmddz .dizhia{margin-right:5%;width:45%;}
.zmddz .lianxia{margin-right:5%;width:25%;}





/**    store   **/
.store_main {
	width:100%;
}
.store_main ul {
	margin-bottom:0;
}
.store_main ul li {
	width:100%;
}
.store_main ul li:nth-child(even) .store_li_show {
 background:#eee;
 color:#333;
}
.store_li_show:hover {
	background:#ccc !important;
	color:#fff !important;
}
.store_li_show {
	width:100%;
	position:relative;
	background:#ddd;
	cursor:pointer;
	transition:all 0.3s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.store_li_show p {
	margin:0 !important;
	font-family: 'Didot', serif;
}
.store_li_show p:first-child {
	width:100%;
	text-align:center;
	line-height:130px;
	line-height:130px;
	font-size:17px;
}
.store_li_show p:nth-child(2) {
 position:absolute;
 top:0;
 font-size:18px;
 height:130px;
 line-height:130px;
 right:80px;
}
.store_li_hidden {
	width:100%;
	display:none;
}
.store_li_hidden dl {
	margin-bottom:0;
}
.store_li_hidden dl dd {
	width:100%;
	float:left;
}
.store_dd_left {
	width:50%;
	float:left;
	position:relative;
}
.store_dd_ico {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-40px;
	z-index:9999999;
}
.store_dd_ico2 {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-40px;
	z-index:9999999;
}
.store_dd_right {
	width:50%;
	float:left;
	padding:0 5%;
}
.store_dd_r1 {
	width:100%;
	box-sizing:border-box;
	padding:10% 0% 3% 0%;
	font-size:20px;
	font-weight:bold;
	font-family: 'Didot', serif;
}
.store_dd_r2 {
	width:100%;
	font-size:14px;
	color:#777;
	line-height:25px;
}
.store_dd_r3 {
	width:100%;
}
.store_dd_r3 p {
	width:120px;
	padding:10px 0;
	text-align:center;
	border:1px #ddd solid;
	cursor:pointer;
	margin:20px 0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.store_dd_r3 p:hover {
	background:#eeb379;
	color:#fff;
}
/****/
.store_search {
	width:80%;
	margin:0 auto;
	margin-top:20%;
	margin-bottom:5%;
	height:700px;
	float:none;
}
.store_search2 {
	width:80%;
	margin:50px auto;
	float:none;
}
.xialakuang{padding:0 15px !important;}
#province {
	background:none;
	border:none;
	height:40px;
	border-bottom:2px solid #000;
	font-size:14px;
	color:#333;
	width:100%;
	padding-left:10px;
	font-family:"微软雅黑";
}
#province option {
	color:#333;
}
#city {
	background:none;
	border:none;
	height:40px;
	border-bottom:2px solid #000;
	font-size:14px;
	color:#333;
	width:100%;
	padding-left:10px;
	font-family:"微软雅黑";
}
#city option {
	color:#333;
}
#county {
	background:none;
	border:none;
	height:40px;
	border-bottom:2px solid #000;
	font-size:14px;
	color:#333;
	width:100%;
	padding-left:10px;
	font-family:"微软雅黑";	
}
#county option {
	color:#999;
}
.t1 {
}
.ind_cont_if {
	border:0;
	height:780px;
	width:100%;
	margin-top:150px;
	overflow:hidden;
	position:relative;
	z-index:99;
}
.store_map_text {
	width:330px;
	/* height:520px;*/
	 position: absolute;
	z-index:999;
	right:8%;
	top:750px;
	/* background:url(../images/bg_bg.png) left top repeat;*/
	 color:#FFF;
}
.store_map_text_inner {
	padding:25px;
}
.store_map_text_inner h2 {
	font-size:15px;
}
.store_map_text_top {
	width:100%;
	background:#645d56;
	border-bottom:1px solid #8f8b87;
}
.store_map_text_top2 {
	padding:20px;
	background:#645d56;
}
.store_map_text_top2 p {
	font-size:13px;
	letter-spacing:2px;
}
.store_map_text_top2 span {
	color:#a19d99;
	line-height:45px;
}
.store_map_text_top2_button {
	width:180px;
	height:45px;
	line-height:45px;
	background:#FFF;
	text-align:center;
	color:#645d56;
}
.store_content_text {
	position: relative;
	z-index:999999;
	top:-133px;
	width:86%;
	left:50%;
	margin-left:-43%;
	height:500px;
	background:#fff;
	box-shadow:2px 2px 3px #eee;
}
.store_content_top {
	border-bottom:1px solid #eff1f3;
	height:133px;
	line-height:130px;
}
.store_content_top p {
	color:#333;
	padding-left:40px;
	font-size:20px;
	letter-spacing:2px;
}
.store_content_bottom {
	margin-top:35px;
}
.store_content_bottom h2 {
	font-size:18px;
}
.store_content_bottom p {
}
.store_content_bottom span {
	color:#8f8b87;
}
/****/

.page{ margin-top:80px; text-align:center;}
.page a{-moz-border-radius: 2px; display:inline-block;
-webkit-border-radius: 2px;
border-radius: 2px; width:25px; height:25px; background:#ccc; line-height:25px; color:#333;}
.page a:hover{background:#333; color:#fff;}
.page .cur{ background:#333;color:#fff;}

/*****zhuanmaidianphone******/

.zmdboxph{width:100%;background:rgba(0,0,0,0.8);border:#dab879 2px solid;height:260px;z-index:999;
}

.zmdnrph{width:90%;margin:5% 5%;}
.zmdnrph .csph{font-size:16px;color:#dab879;font-family:"微软雅黑";line-height:40px;border-bottom:1px solid #dab879;}
.zmdnrph  .zmdnameph{border-bottom:1px dotted #ccc;}

.zmdnrph  .zmdnameph  h2{float:left;
font-family:"微软雅黑";font-size:14px;
 color:#999;}
.zmdnameph .dianmingph{margin-right:5%;width:20%;}
.zmdnameph .dizhiph{width:70%;}


.zmdnrph  .zmddzph{border-bottom:1px dotted #ccc;}

.zmdnrph  .zmddzph  h2{float:left;
font-family:"微软雅黑";font-size:14px;color:#999;
}




.index_anli{
	background:#454444;
	}




@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .container1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container1 {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container1 {
    width:1270px;
  }
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

