.modeEndDiv {
   	width: 70%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    /*margin-left: -42%;
    margin-top: -22%;*/
    background: #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(80, 118, 194, 0.1);
}

html,body,.mainDiv{
	height: 100%;
}
.btnDiv{
	position: absolute;
	z-index: 899;
	background: #fff;
	cursor: pointer;
}
.rbtn1{
	width:50px;
	height: 30px;
	line-height: 30px;
}
.rbtn2{
	width:50px;
	height: 30px;
	line-height: 30px;
}
.jsonOut{
	position: absolute;
	top:30px;
	width: 80%;
	left:10%;
	height: 500px;
	overflow: auto;
	background: #fff;
	z-index: 1001;
	display: none;
}

/**主页面样式**/
.contentDiv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/*.contentDiv {
    position: absolute;
    top: 15%;
    width: 100%;
    height: 85%;
    z-index: 3;
}*/
.iframe{
	display: none;
}
.iActive{
	display: block;
}
div.menu {
    height: 70%;
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    position: absolute;
}
.menu ul {
    /*float: left; */*/
    /* border-bottom: 1px solid #aeaeae; */
    margin-bottom: 5px;
    padding-bottom: 26px;
    /* margin-left: -40px; */
    margin: 0 auto;
    margin-right: 30px;
}
div.menu ul li{
	margin-top: 0;
    line-height: 40px;
    margin-bottom: 20px;
}
.animate a:hover {
    color: #f00;
}
.modeCoverDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    /*background: rgba(43, 142, 205, 0.95);*/
    background: url(../images/bg.jpg) center bottom no-repeat;
    background-size: 100% 100%;

    top: 0;
    z-index: 999;
    display: none;
}
/*.modeCoverDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(247, 247, 247, 0.95);
    top: 0;
    z-index: 999;
    display: none;
}*/


#modeEndDiv a{
	width:auto;
	min-height: 1px;
	overflow: hidden;
	display:block;
	text-align: center;
	padding:14px 20px 14px 20px;
	border: 2px solid #2a89c5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;

	text-decoration: none;
	color:#2a89c5;
}
#modeEndDiv a:hover{
	border: 2px solid #2a89c5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px;

	text-decoration: none;
	background:#2a89c5;
	color:#fff;
	
}
.btnbox{
	margin:0 auto; 
}
.btnfloat{
    max-width: 220px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.nextMode{
	margin-left: 70px;
}


.modeEndDivtext{
	width:100%;
	min-height: 1px;
	overflow:hidden;
	border-bottom: 1px solid #f2f2f2;
}

.btntexthome{
	color:rgba(255,255,255,.45);
    font-size: .6em;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 40px;

}
.btntexthome2{
	color:rgba(255,255,255,.45);
    font-size: .6em;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 40px;

}
.btntexthome3{
    color:rgba(0,0,0,.35);
    font-size: .6em;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 40px;

}

.endcontentbox{
	padding-top: 0px;
}
/*.endcontentbox p{
	height: 32px;
}*/
    
.endcontentbox ul{
    list-style: none;
    border: 0;
    margin: 0;
    padding-bottom: 6px;
    margin-left: -40px;
    line-height: 24px;
    width: 100%;
    min-width: 1px;
    overflow: hidden;
}
.endcontentbox ul li{
    width: auto;
    min-height: 1px;
    overflow: hidden;
    font-size: 1em;
    color: #999;
    line-height: 26px;
    float: left;
}

.endt1{
	font-size: 2.4em;
	color:#000;
	/*margin-top: 80px;*/
}
.endt2{
	font-size: 1em;
	color:#333;
}
.endt3{
	font-size: 1em;
    color: #333;
    line-height: 26px;
}

.modeEndbox{
	width: 60%;
    min-height: 1px;
    overflow: hidden;
    padding: 12%;
    margin: 0 auto;
}
.modeEndboxleft{
	float: left;
    width: 30%;
    min-height: 1px;
    overflow: hidden;
}
.modeEndboxright{
	float: left;
    width: 60%;
    min-height: 1px;
    overflow: hidden;
    margin-left: 10%;
}
.modeEndboxleftimg{
	padding: 10px;
}

.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%;

    /*background: url(../images/bggif.gif) #fff;*/
    /*background: url(../images/bgimg.png) #fff;*/
    /*background-size: 34%;*/
    /* display: none; */
    /*background-position: -1% 0%;
    background-repeat: no-repeat;*/

    /*display: none;*/
}

.hlogo{
    width: 100px;
    /* height: 100px; */
    position: fixed;
    top: 0;
    left: 4%;
    border: 1px solid #fff;
    padding: 20px;
    background: #f7f8fa;
    z-index: 2;
    /* margin-left: -60px; */
}
.hgif{
    width: 26%;
    /* width: auto; */
    height: 100%;
    /* max-height: 100%; */
    /* min-width: 1px; */
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
}
.Htitlebox{
    width: 36%;
    min-height: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 14%;
    margin-top: -230px;
}
.Hphonebox{
    width: 20%;
    min-height: 100px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 7%;
}
.Htitleboxt1{
    font-size: 3em;
    line-height: 68px;
}
.Htitleboxt2{
    font-size: .6em; 
    color:#aeaeae;
}
.hbtnbox {
    width: 64%;
    min-height: 200px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    margin-left: -32%;
    margin-top: -50px;
}

.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);
}

.hbtnboxup{
    width: 100%;
    min-width: 1px;
    overflow: hidden;
    margin-bottom: 4%;
}
.hbtnboxdown{
    width:100%; min-width: 1px; overflow:hidden;
}
.hbtn{
    width:18%; 
    min-width: 1px; 
    overflow:hidden; 
    float: left;
}
.hbtnJG{
    width: 2.5%;
    min-height: 1px;
    overflow: hidden;
    float: left;
}
.hbtn a{
    display: block;
    min-width: 1px;
    overflow: hidden;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.45);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    font-size: 1em;

}
.hbtn a:hover{
    border:2px solid rgba(255,255,255,1);
    background:#fff;
    color:#26252a;
    text-decoration: none;
}

.bggif{
    margin-top: 6%;
}


@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;
}	
}








