body{
    width:100%;
    height:100%;
    margin:0 auto;
    /*background: url(../images/bg.jpg) no-repeat;*/
    background-color: #fff;
    background-size: 100% 100%;
}

*{
    font-family:Tahoma, Arial, Microsoft yahei, sans-serif !important;
}
img{
    border:0;
    max-width: 100%; 
}
a{
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover{
  text-decoration: none;
}
a:active{
  text-decoration: none;
}

/* 
-------------  首页面  -------------
*/
.logoWhite {
    width: 88px;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 9999;
}
.inforBtnnav {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    margin-right: 20px;
}
.rightinfo_icon {
    width: 40px;
    min-height: 40px;
    padding: 16px 10px 0px 10px;
    float: right;
}
#fullicon a{
    width:40px;
    height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_full2.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
#fullicon a:hover{
    width:40px;
    height:40px;
    background:url(../images/icon_full2_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
.pageleft{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    float: left;
    position: relative;
}
.logo2 {
    position: absolute;
    top:0px; 
    left: 20px; 
    z-index: 1;
}
.hguide {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
/*    padding-top: 100px;*/
}
.pageright{
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.maintitle{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    position: absolute; 
    top: 16%;
}
.maintitle span{
    display: block;
}
.maint1{
    font-size: 36px;
    color: #eae13e;
    font-weight: bold;
}
.maint2{
    font-size: 16px;
    color:rgba(255,255,255,.8); 
    color:#000000\9; 
    padding-top: 36px;
}
.maint3{
    font-size: 16px;
    color:rgba(255,255,255,.4); 
    color:#000000\9; 
    line-height: 40px;
}
.mainbtnBox{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: absolute; 
    top: 50%;
    margin-top: -40px;
}
.mainbtnBox2{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: absolute; 
    top: 50%;
    margin-top: -50px;
    display: none;
}
.mainbtn{
    width: 30%;
    max-width: 280px;
    min-height: 1px;
    overflow: hidden;
    margin: 0 auto;
}
.mainbtn a{
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color:#ffffff;
    margin-bottom: 30px;

    border: 2px solid rgba(255, 255, 255, 0.4);
    border: 2px solid #ffffff\9;
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius:120px;
}
.mainbtn a:hover{
    border: 2px solid #868686;
    background-color: #868686;
    color:#ffffff;
}
.menu_first_bg{
    width: 140px;
    min-height: 1px;
    overflow: hidden;
    position: fixed;
    right:100px;
    top: 0;
    z-index: 9;
}
.menu_first_Box{
    width: auto;
    min-height: 1px;
    overflow: hidden;
    padding: 16px 0px;
    background-color: #ffffff;
    margin-top: 64px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
}
.menu_first_Box ul{
    padding: 0px;
    margin: 0px;
}
.menu_first_Box ul li{
    list-style: none;
}
.menu_first_Box ul li a{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color:#000000;
}
.menu_first_Box ul li a:hover{
    background-color: #aeaeae;
}
.menu_first_Btn{
    width: auto;
    min-height: 40px;
    line-height: 40px;
    padding: 16px 10px 0px 10px;
    float: right;
}
.menu_first_Btn a{
    width: auto;
    min-height: 40px;
    line-height: 40px;
    float: right;
    border-top: 1px solid rgba(255,255,255,.01);
    border-top: 1px solid #ffffff\9;
    font-size: 12px;
    color:#ffffff;
}
.menu_first_Btn a:hover{
    border-top: 1px solid #ffffff;
}
.menu_first_Btn a span{
    display: block;
    float: left;
    
}
.menu_first_Btndown{
    padding-top: 2px;
    margin-left: 10px;
}

.Mheight{
    display: none;
}



















