*{margin: 0px;padding: 0px;}
body{min-width:1280px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #eeeeee;
	overflow: hidden;
 
}
.top p{
	font-size: 13px;
	color:#666666;
	line-height: 30px;
	float: left;
}
.top p a{
	color:#666666;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 110px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	border-top: 2px solid #91673c;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#92683c;
	font-size: 16px;
}
.nav ul li:hover{
	background: #91673c;
}
.nav ul li:hover a{
	color:#fff;
}
.banner{ 
	max-width: 1920px;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.service{
	width: 100%;
	height: 240px;
	background: #faf4ef;
}
.service ul{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.service ul li{
	float: left;
	width: 256px;
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
 	border-right: 2px solid #fff;
 	box-sizing: border-box;
 	border-bottom:2px solid #fff;
}
.service ul li:nth-child(n+6){
	border-bottom: none;
}
.service ul li:nth-child(5n-4){
	border-left: 2px solid #fff;
}
.service ul li img{
	display: block;
	margin-right: 10px;
}
.service ul li img:nth-child(2){
	display: none;
}
.service ul li  div{
	width: 140px;
 	
}
.service ul li  .c p{
	font-size: 18px;
	color:#666;
	text-align: center;
}
.service ul li  .c  span{
	font-size: 16px;
	color:#666;
	display: block;
	text-align: center;
}
.service ul li  .h{
	display: none;
}
.service ul li:hover {
	background: rgb(216,156,106);
}
.service ul li:hover .h{
	display: block;
}
.service ul li:hover .c{
	display: none;
}
.service ul li:hover img:nth-child(1){
	display: none;
}
.service ul li:hover img:nth-child(2){
	display: block;
}
.service ul li  .h p{
	color:#fff;
 
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.service ul li:last-child{
	flex-direction: column;
	align-items: center;
}
.service ul li:last-child span{
	display: block;
	font-size: 18px;
	color:#666;
	text-align: center;
}
.service ul li:last-child a{
	display: block;
	width: 152px;
	height: 33px;
	border: 1px solid #e0b089;
	border-radius: 15px;
	line-height: 33px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color:#666;
}
.service ul li:last-child:hover a{
	background: #e0b089;
	color:#fff;
}
.service ul li:last-child:hover{
	background: #faf4ef;
}
.item{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.title{
	width: 261px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;

}
.title img{
	display: block;
	margin: 0 auto;

}
.title p{
	color:#222222;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	background: url(../images/bg01.png)no-repeat center  center;
}

.item ul {
	margin-top: 50px;
	margin-left: -5px;
}
.item ul li{
	float: left;
	width: 363px;
	height: auto;
	overflow: hidden;
	margin-left: 5px;
}
.item ul li img{
	display: block;
	width: 363px;
	height: 227px;
}
.item ul li .intro{
	width: 361px;
	border: 1px solid #d2d2d2;
	height: 261px;
}
.item ul li .intro h4{
	font-size: 16px;
	color:#91673c;
	text-align: center;
	margin-top: 25px;
	font-weight: normal;
}
.item ul li .intro .info{
	width: 220px;
	margin: 0 auto;
	height: auto;
	margin-top: 10px;
}
.item ul li .intro .info p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 22px;
}
.item ul li a{
	width: 65px;
	height: 65px;
	display: block;
	text-align: center;
	line-height: 65px;
	font-size: 12px;
	color:#666666;
	background: url(../images/more.png)no-repeat center;
	margin: 0 auto;
	margin-top: 20px;
}
.item ul li:hover .intro{
	background: #91673c;
}
.item ul li:hover h4{
	color:#fff;
}
.item ul li:hover  .info p{
	color:#fff;
}
.item ul li:hover  a{
	color:#fff;
}


.nursing{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.nursing .title {
	width: 390px;
}
.nursing .title p{
	font-size: 28px;
	background: url(../images/bg03.png)no-repeat center;
}
.nursing ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.nursing ul li{
	float: left;
	width: 360px;
	height: auto;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	margin-left: 7px;
}
.nursing ul li:nth-child(1){
	margin-left: 0;
}
.nursing ul li:hover p{
	text-decoration: underline;
}
.nursing ul li img{
	display: block;
	width: 350px;
	height: 280px;
	margin:  5px;
	margin-bottom: 0;
}
.nursing ul li p{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color:#333333;
}
.nursing .more{
	display: block;
	width: 198px;
	height: 38px;
	border: 1px solid #c9c9c9;
	margin: 0 auto;
	margin-top: 24px;
	text-align: center;
	line-height: 38px;
	color:#555555;
	font-size: 13px;
}
.nursing .more:hover{
	text-decoration: underline;
}
.section{
	width:1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	
	margin-top: 50px;
}
.section-1{
	background: #eeeeee;
	width: 100%;
	padding:40px 0;
}
.section .part{
	width: 362px;
	height: 330px;
	overflow: hidden;
	float: left;
	margin-left: 6px;
}
.section .part:nth-child(1){
	margin-left: 0;
}
.section .part .tit{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.section .part .tit:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #d7c7b7;
	position: absolute;
	left: 0;
	top: 50%;
}
.section .part .tit p{
	color:#91673c;
	font-size: 18px;
	position: relative;
	background: #eeeeee;
	display: inline-block;
	margin: 0 auto;
	padding:0 10px;
	z-index: 100;

}
.section .part .bd{
	width: 362px;
	height: 245px;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.section .part .bd ul li img{
	display: block;
	width: 362px;
	height: 245px;
}
.section .part .hd {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.section .part .hd ul li{
	float: left;
	width: 6px;
	height: 6px;
	border: 1px solid #91673c;
	margin-right: 10px;
	border-radius: 50%;
}
.section .part .hd ul .on{
	background: #91673c;
}
.section .part .box{
	width: 100%;
	height: 245px;
	margin-top: 10px;
	background: #eeeeee;
	overflow: hidden;
}
.section .part .box ul{
	width: 330px;
	margin:0 auto;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.section .part .box ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
 
}
.section .part .box ul li span{
	display: block;
	width: 80px;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
	height: 15px;
	background: #d2d2d2;
	color:#666666;
}
.section .part .box ul li:hover span{
	color:#fff;
	background: #91673c;
}
.section .part .box ul li p{
	width: 100%;
	height: 25px;
	color:#666666;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
.section .part .more{
	display: block;
	color:#91673c;
	font-size: 12px;
	margin-top:20px;
}
.team{
	width: 544px;
	border: 1px solid #d2d2d2;
	height: 632px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.team .title{
	margin-top: 35px;
}
.team .intro{
	width: 512px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	margin-top: 45px;
}
.team .intro .info p{
	color:#1a1a1a;
	font-size: 14px;
	line-height: 25px;
}
.team .intro  a{
	color:#91673c;
	font-size: 14px;
}
.team .pic{
	width: 506px;
	margin: 0 auto;
	margin-top: 50px;
}
.team .pic img{
	display: block;
	width: 506px;
	height: 228px;
}
.feat{
	width: 544px;
	border: 1px solid #d2d2d2;
	height: 632px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	background: url(../images/img05.png)no-repeat right bottom;
}
.feat .title{
	margin-top: 35px;
}
.feat .intro{
	width: 500px;
	margin: 0 auto;
}
.feat .intro h4{
	color:#91673c;
	font-size: 16px;
	font-weight: normal;
}
.feat .intro p{
	color: #666666;
	font-size: 14px;
	position: relative;
	line-height: 35px;
	margin-top: 5px;
	padding-left: 10px;
}
.feat .intro p:after{
	content: "▪ ";
	position: absolute;
	left: 0;
	top: 0;
	color:#666666;

}
.feat .op{
	width: 250px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 20px;
}
.feat .op ul{
	height: auto;
	overflow: hidden;
}
.feat .op ul li {
	line-height: 35px;
	height: auto;
	overflow: hidden;
}
.feat .op ul li a{
	color:#1a1a1a;
	font-size: 16px;

}
.feat .op .more{
	font-size: 14px;
	color:#91673c;
	margin-top:10px;
	display: block;
}


.activity{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	margin-top: 55px;
	overflow: hidden;
}
.activity .pic{
	width: 733px;
	height: 550px;
	position: relative;
	float: left;
}
.activity .pic img{
	display: block;
	width: 733px;
	height: 550px;
}
.activity .pic a{
	display: block;
	color:#000000;
	font-size: 20px;
	position: absolute;
	right: 50px;
	bottom: 45px;
}
.activity .pic a:hover{
	text-decoration: underline;
}
.activity ul{
	float: right;
	width: 360px;
	height: auto;
	overflow: hidden;
	float: right;
}
.activity ul li{
	width: 360px;
	height: 180px;
	position: relative;
	margin-bottom: 5px;
}
.activity ul li img{
	display: block;
	width: 360px;
	height: 180px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.activity ul li p{
	width: 280px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color:#fff;
	left: 50%;
	margin-left: -140px;
	position: absolute;
	bottom: 1px;
	font-size: 18px;
}
.activity ul li:nth-child(1) p{
	background: #c2782b;
}
.activity ul li:nth-child(2) p{
	background: #f43274;
}
.activity ul li:nth-child(3) p{
	background: #9446ec;
}
.menu{
	width: 100%;
	height: 85px;
	margin-top: 45px;

}
.menu .tit{
	width: 220px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/tit06.png)no-repeat center;
}
.menu .tit p{
	color:#fff;
	font-size: 20px;
	line-height: 20px;
	line-height: 36px;
	text-align: center;
}
.menu .bd{
	width: 100%;
	height: 50px;
	background: #ba7e41;
}
.menu .bd ul{
	width: 1100px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu .bd ul li{
	float: left;
	padding-right:15px;
	padding-left:15px;
	line-height: 50px;
	position: relative;
}
.menu .bd ul li a{
	color:#fff;
	font-size: 15px;
}
.menu .bd ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    height:14px;
    margin-top: -7px;
    width:1px;
    background:#fff;
}

.menu .bd ul li:last-child:after{
    height:0px;
    width:0px;
}
.footer{
	width: 100%;
	height: 400px;
	background: url(../images/bg02.png)no-repeat center;
	border-top: 4px solid #91673c;
 
	float:left;
}
.footer .box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.footer .info p{
	color:#fff;
	font-size: 15px;
	line-height: 30px;
}
.footer .ewm{
	float: left;
	width: 150px;
	height: auto;
	overflow: hidden;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	border: 5px solid #fff;
}
.footer .ewm p{
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 25px;
}
.footer .tel .tit{
	width: 100%;
	height: 32px;
	line-height: 32px;
}
.footer .tel .tit img{
	float: left;
	margin-right: 3px;
}
.footer .tel .tit  p{
	color:#fff;
	font-size: 26px;
	float: left;
}
.footer .tel .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer .tel .bd  span{
	color:#fff;
	font-size: 16px;
	line-height: 35px;
	margin-top:10px;
	display: block;
}
.footer .tel .bd b{
	font-size: 30px;
}
.footer .tel .bd   p{
	width: 100%;
	height: 30px;
	background: #fff;
	line-height: 30px;
	text-align: center;
	color:#000000;
	letter-spacing:2px;
	font-size: 14px;
	margin-top: 5px;
}
.footer .links{
	width: 100%;
	height:69px;
	overflow: hidden;
	margin-top: 35px;
	border-bottom: 1px solid #fff;
}
.footer .links p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.footer .links ul{
	float: right;
	width: 990px;
	height: 52px;
	overflow: hidden;
}
.footer .links ul li{
	float: left;
	padding-right:10px;
	padding-left: 10px;
	line-height:25px;
}
.footer .links ul li a{
	color:#ffffff;
	font-size: 13px;
}
.footer .cp{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.footer .cp p{
	color:#fff;
	font-size: 15px;
	line-height:60px;
	text-align: center;
}
.footer .cp  a{
	color:#fff;
}


.container{ width:1100px; margin:20px auto; }
.con_left{ width:210px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-20px;}
.con_right{ width:870px; float:left; margin:15px 0px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:200px; padding-left:10px; height:40px;line-height:40px; color:#91673c; font-size:16px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#91673c;}
.in_prokind span a:visited{ color:#91673c;}
.in_prokind span a:hover{ color:#333;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#91673c; text-align:left; position:relative; border-bottom:#91673c 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#91673c;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:195px; font-size:13px; height:32px;  line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon04.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#91673c 2px solid;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:285px; height:240px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:270px; height:200px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#91673c; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; color:#333; font-size:13px;  background:url(../images/icon04.jpg) no-repeat 5px; padding-left:15px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#91673c;}
.nav ul li.current {background: #91673c;}
.nav ul li.current a{ color:#FFF;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.product .listmenu .tit{
	width: 210px;
	height: 70px;
	background:#91673c;
}
.product .listmenu .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.product .listmenu{
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.product .listmenu ul li{
	width: 100%;
	height: 45px;
	background: #eeeeee;
	line-height: 45px;
	text-indent: 30px;
	margin-bottom: 2px;
	margin-top:10px;

}
.product .listmenu ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.product .listmenu ul li:hover{
	background: #91673c;
}
.product .listmenu ul li.m_hover{
	background: #91673c;
}
.product .listmenu ul li:hover a,.product .listmenu ul li.m_hover a{
	color:#fff;
}
.product .listmenu  .tel img{
	display: block;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#91673c; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#91673c; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#91673c;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}





   .yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
   .yb_bar ul li{width:175px;height:35px;font:16px/36px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
   .yb_bar .yb_top{background:#9f7945 url(../images/fixCont.png) no-repeat 0 0; height: 83px;line-height: 83px;}
   .yb_bar .yb_phone{background:#9f7945 url(../images/fixCont.png) no-repeat -2px -88px;}
   .yb_bar .yb_QQ{text-indent:0;background:#9f7945 url(../images/fixCont.png) no-repeat -2px -138px;}
   .yb_bar .yb_ercode{background:#9f7945 url(../images/fixCont.png) no-repeat -2px -179px;height: 45px;line-height: 45px;}
   .hd_qr{padding:0 29px 25px 29px;margin-top: 25px;}
   .yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
