﻿
  .bt h3{
    float: left;
    margin-top: 5px;
    /* width: 100%; */
    height: 25px;
    font-family: "Times New Roman";
    font-size: 25px;
    color: #a79e7c;
    font-weight: 100;
}

.tips_menu{
	position: fixed;
    left:0;
    top:0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.8) ;
	z-index: 99999;
	font-family: "Times New Roman";
}

.tips_menu_bao{
	position:absolute;
	width:40%;
	height: 100%;
	background-color: #58524b;
	overflow: hidden;
	right: 0;
  font-weight: 100;
  z-index:3;
}
.tips_menu_bao_btn{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
    left:0;
    z-index:2;
}


/*标题*/
.tips_menu_bt{
	position:absolute;
	left: 10%;
	top:55px;
	font-family: "Times New Roman";

}
.tips_menu_bt h1{
	text-align: left;
	font-family: "Times New Roman";
	color: #a29582;
	font-size: 45px;
      font-weight: 100;
}
.tips_menu_bt h3{
	text-align: left;
	color: #ffffff;
	font-size: 25px;
      font-weight: 100;
}


/*内容*/
.tips_menu_nr{
	position:absolute;
	text-align: left;
	color: #a29582;
	left: 10%;
	font-size: 22px;
	top:220px;
}

.tips_menu_nr a:hover{
	color: #fff;
	cursor: pointer;
}




.tips_li01 {
	width: 400px;
	padding-bottom: 40px;
	height: auto;
	border-bottom: 1px solid #a29582;
}

.tips_li02,.tips_li05{
	width: 400px;
	padding-top: 40px;
	padding-bottom:30px;
	height: auto;
	border-bottom: 1px solid #a29582;
}

.tips_li02 ul ,.tips_li05 ul  {
	float:left;
	width: 400px;
	padding-top: 15px;
	height: auto;
}
.tips_li02 ul li,.tips_li05 ul li {
	float:left;
	border-right: 1px dashed  #a29582;
	padding-top: 10px;
	margin-right:20px;
	font-size:22px;
	height: 15px;
	width:110px;
	line-height: 5px;
}
.en .tips_li02 ul li {
	height: 40px;
	line-height: 20px;
}


.tips_li02 ul li:hover,.tips_li05 ul li:hover {
	color: #fff;
	cursor: pointer;
}


.tips_li02 ul .cur,.tips_li05 ul .cur {
	border-right: 0;
}


.tips_li03,.tips_li04 {
	width: 400px;
	padding-bottom: 40px;
	margin-top:40px;
	height: auto;
	border-bottom: 1px solid #a29582;
}

.tips_menu_p_bt span{float: left; margin-right:10px;}
