body{
    width:100%;
    height:100%;
	margin:0 auto;
	background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

*{
	font-family:Tahoma, Arial, Microsoft yahei, sans-serif !important;
}
img{
	border:0;
	max-width: 100%; 
}
.displaynone{
	display:none;
}
.displayblock{
	display:block;
}
.prelative; {
	position: relative;
}
#body{
	margin:0 auto;
	position:relative;
	overflow:hidden
}
.iframe{display:none;}
.contentDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}


/* 
-------------  菜单  -------------
*/
.navbarB{
    position: fixed; top: 16px; left:20px; z-index: 999;
    border: 1px solid rgba(255,255,255,.2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    padding: 0px 10px;
}
.navbarBleft{
    float: left;
    margin-right: 10px;
}
.navbarBleft select{
    padding: 0px 10px;
    background: none;
    border: 0;
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.second_select{display:none;}


/* 
-------------  公用按钮  -------------
*/
.inforBtnnav{
	width:auto;
	min-height: 1px;
	overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    margin-right: 20px;
}
.rightinfo_icon {
    width: 40px;
    min-height: 40px;
    padding: 16px 10px 0px 10px;
    float: right;
}
#menumobile a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_leftmobile.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;

}
#menumobile a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_leftmobile_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
.Hicon a{
    width:40px;
    height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_home.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;

}
.Hicon a:hover{
    width:40px;
    height:40px;
    background:url(../images/icon_home_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
#fullicon2 a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_full.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;

}
#fullicon2 a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_full_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
#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;
}
#welcomeicon a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_welcome.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;

}
#welcomeicon a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_welcome_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
#menuicon a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_menu.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;
}
#menuicon a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_menu_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}

#againicon a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_again.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;

}
#againicon a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_again_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}

#Backicon a{
	width:40px;
	height:40px;
    display: block;
    padding: 0px 0px 0px 0px;
    background:url(../images/icon_back.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;

}
#Backicon a:hover{
	width:40px;
	height:40px;
    background:url(../images/icon_back_hover.png) center center no-repeat;
    background-size: 100%;

    text-decoration: none;
    cursor: pointer;
}
.btntexthome {
    color: rgba(255,255,255,.45);
    font-size: 12px;
    text-align: center;
    padding: 6px 0px 6px 0px;
    width: 40px;
}


/* 
-------------  首页面  -------------
*/

.welcomebg{
    width: 100%;
    height: 100%;
    background: #eaeaea;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999999;

    background: url(../images/bg.jpg) center bottom no-repeat;
    background-size: 100% 100%;
}

.hBox{
	width:100%;
	height:100%;
}

.hleft{
	width:24%;
	height:100%;
	overflow: hidden;
	background-color: #fff;
	float: left;
	position: relative;
}
.hright{
	width:100%;
    /*width:76%;*/
	height:100%;
	overflow: hidden;
	float: left;
	position: relative;
}

.logo{
	width:100%;
	min-height: 1px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top:60px;
	left:0;
	z-index: 1;
}
.hguide{
	width:100%;
	min-height: 1px;
	overflow: hidden;
	text-align: center;
	padding-top: 100px;
}
.hright_Title{
	width:100%;
	min-height: 1px;
	overflow: hidden;
	text-align: center;
	padding-top: 140px;
}
.hright_Title_t1{
	font-size: 48px;
	line-height: 16px;
	color:#ffffff;
}
.hright_Title_t2{
	font-size: 16px;
	line-height: 48px;
	color: rgba(255,255,255,.65);
}

.hright_menuBox{
	width:64%;
	min-height: 1px;
	overflow: hidden;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -65px;
	margin-left: -32%;
}

.hright_BoxSpace{
	width:5%;
	min-height: 1px;
	overflow: hidden;
	float: left;
}
.hright_BoxB{
	width:30%;
	min-height: 1px;
	overflow: hidden;
	float: left;
	margin-bottom: 25px;
}
.hright_BoxB a{
	width:90%;
	min-height: 1px;
	overflow: hidden;
	display:block;
    line-height: 24px;
    padding: 18px 0px 18px 0px;
	/*line-height: 60px;*/
	border:2px solid rgba(255,255,255,.15);
	text-decoration: none;
	color:#fff;
	font-size: 14px;
	text-align: center;
	margin:0 auto;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	-webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hright_BoxB a:hover{
	text-decoration: none;
	background-color: #fff;
	color:#000;
}




/* 
-------------  移动首页  -------------
*/

.Mcontainer{
    padding: 0px 15px;
    overflow: hidden;
}
.Mleftmain{
    width: 44%;
    min-height: 1px;
    overflow: hidden;
    float: left;
}
.Mrightmain{
    width: 44%;
    min-height: 1px;
    overflow: hidden;
    float: right;
}
.Mbtn_home{
    width: 60%;
    min-height: 1px;
    overflow: hidden;
    position: fixed;
    bottom: 5%;
    left: 20%;
}

.Mbtn{
    width:100%;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 20px;
}
.Mbtn a{
    width:100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    color:#fff;
    background-color: rgba(255,255,255,.1);

    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius:60px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.Mbtn a:hover{
    color:#000;
    text-decoration: none;
    background-color: rgba(255,255,255,1);
}
.Mbtn a:active{
    color:#000;
    text-decoration: none;
    background-color: rgba(255,255,255,1);
}
.Mtitle{
    width:100%;
    min-height: 1px;
    overflow: hidden;
    padding:60px 0px 40px 0px;
    text-align: center;
    
}
.Mtitle_T1{
    font-size: 2em;
    color:#fff;
}
.Mtitle_T2{
    color: rgba(255,255,255,.8);
    font-size: 12px;
    line-height: 24px;
}

@media (min-width: 320px) and (max-width:767px) {

.hright_Title_t2{
    font-size: 12px;
    line-height: 48px;
    color: rgba(255,255,255,.65);
}

}

@media (max-width: 1399px) {
	.hright_Title_t1{
	font-size: 40px;
}	
}

@media (min-width: 1400px) and (max-width:1599px){
	.hright_Title_t1{
	font-size: 44px;
}	
}

@media (min-width: 1600px){
	.hright_Title_t1{
	font-size: 48px;
}	
}


































