@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url("https://mdn.github.io/web-fonts/LatoReg.ttf");
}

body {
  font-family: Lato;
}

#menu { padding: 0 20px; list-style-type: none;}
#menu li { width:100%; height:auto; float:left; margin-top:10px;}
#menu li a {     display: block;
    float: left;
    width: 100%;
    height: 40px;
    COLOR: #6c93b0;
    font-size: 20px;
    margin: 20px auto;}
#menu li.active a,#menu li a:hover {
	color: #fff;
	cursor: pointer;
}

*{
	padding:0;
	margin:0;
	list-style: none;
	font-family: "宋体";
	color: #333;
	text-decoration: none;
}
a:hover{
	cursor: pointer;
}
input{
	outline: none;
}
.l,.l1,.l2{float:left;}
.r,.r1,.r2{float:right;}
foot{
	height: 30px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background: #333;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.page_1{
	background: url(../img/unite_1.jpg) no-repeat center;
	background-size: cover;
}
.page_2{
	background: url(../img/unite_2.jpg) no-repeat center;
	background-size: cover;
}
.page_3{
	background: url(../img/unite_3.jpg) no-repeat center;
	background-size: cover;
}
.page_4{
	background: url(../img/unite_4.jpg) no-repeat center;
	background-size: cover;
}
#nav{
	height:50px;
	width:100%;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
/*	border-bottom:1px solid gray;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
/*	_top:expression(eval(document.documentElement.scrollTop));*/
	background: rgba(0,0,0,0.7)
}
.logo{
	width:98px;
	height: auto;
	margin: 10px 0 0 10px;
}
.serch{
	display:block;
	width: 25px;
	height: 25px;
	background: url(../img/serch.png);
	background-size: cover;
	margin-right: 10px;
	margin-top: 10px;
}
.ask{
	display:block;
	width: 25px;
	height: 25px;
	background: url(../img/ask.png) no-repeat;
	background-size: auto 100%;
	margin-right: 10px;
	margin-top: 10px;
}
.navBtn{
	display:block;
	width: 25px;
	height: 20px;
	background: url(../img/nav_icon.png);
	background-size: cover;
	margin-right: 15px;
	margin-top: 12px;
}
.unite1_btn{
	width:99px;
	height: 29px;
	background: url(../img/unite_1_btn.jpg);
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 30%;
	margin: auto;
	left: 0;
	right: 0;
}
.unite1_btn:hover{
	background:url(../img/unite_1_btn_hover.jpg);
	background-size: cover;
	cursor:pointer;
	opacity: 0.7;
	transition: background 0.3s;
-moz-transition: background 0.3s; /* Firefox 4 */
-webkit-transition: background 0.3s; /* Safari 和 Chrome */
-o-transition: background 0.3s; /* Opera */
}
.unite1_dialogBox,.dialogAddressBox,.unite1_dialogNav{
	width:100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 9999;
}
.unite1_dialogNav .dialogMain a{
	float:right;
}
.dialogBg{
	background:rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.dialogMain{
	width:35%;
	height: 100%;
	background: #0b4067;
	right: -35%;
	top: 0;
	position: absolute;
	padding: 0 20px;
	
}
.unite1_dialogBox.active .dialogMain,.unite1_dialogNav.active .dialogMain{
	right:0%;
	transition: right 0.5s;
-moz-transition: right 0.5s; /* Firefox 4 */
-webkit-transition: right 0.5s; /* Safari 和 Chrome */
-o-transition: right 0.5s; /* Opera */
}
.boxTop img{
	float:right;
	margin-right: 20px;
	margin-top: 20px;
	width: 20px;
	height: 20px;
}
.unite1_dialogBox.active .boxTop,.unite1_dialogNav.active .boxTop{
	height:50px;
	width:100%;
}
.unite1_dialogBox.active .boxTop img,.unite1_dialogNav.active .boxTop img{
	transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transition: transform 1s;
-moz-transition: transform 1s; /* Firefox 4 */
-webkit-transition: transform 1s; /* Safari 和 Chrome */
-o-transition: transform 1s; /* Opera */
}
.boxTop a:hover img{
	cursor: pointer;
	opacity: 0.5;
}
.dialogMain h5{
	font-size: 24px;
    padding: 50px 0 20px;
	color: #fff;
}
.dialogMain p{
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.unite2_main,.unite3_main{
	width:700px;
	height: 600px;
	margin: 15% auto 0;
}
.unite2_main{
	background: rgba(255,255,255,0.6);
    padding: 50px 70px;
    height: 50%;
    margin-top: 2%;
    width: 60%;
}
.unite2_main h2{
	font-size: 36px;
	padding-bottom:10px;
}
.unite2_main h3{
	font-size: 24px;
	padding-bottom:40px;
}
.unite2_main .box{
	width: 100%;
	
}
.unite2_main .box>div{
	width: 33%;
}
.unite2_main .box>div b{
	display: block;
	width: 70%;
	height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	
}
.bg1{
	background: #945153;
}
.bg2{
	background: #cabfd3;
}
.bg3{
	background: #7b886f;
}
.unite2_main .box>div p{
	width: 70%;
	font-size: 12px;
}
.unite3_main{
	margin: 10% auto 0;
}
.unite3_main *{
	text-align: center;
	color: #fff;
}
.unite3_main h2{
	font-size: 124px;
}
.unite3_main h3{
	font-size: 28px;
	padding-bottom: 30px;
}
.unite3_main p{
	font-size: 14px;
	line-height: 30px;
}
.unite4_main{
	width: 660px;
	height: 600px;
	margin: 10% auto 0;
}
.unite4_main *{
	text-align: center;
}
.unite4_main h2{
	font-size: 34px;
	color: #0b4067; 
}
.unite4_main h3{
	font-size: 20px;
	padding-bottom: 80px;
}
.unite4_main .box{

}
.unite4Href *{
	text-align: left;
	font-size: 14px;
}
.unite4Href{
	width: 170px;
	height: 240px;
	margin:0 24px;
}
.unite4Href img{
	width: 100%;
	height: auto;
}
.unite4Href p{
	color:#945153;
	margin-left: 5px;
	padding-top: 20px;
	line-height: 20px;
}
.unite4Href a{
	display: block;
	margin-left: 10px;
	color:#7b886f;
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
	cursor: pointer;
	text-decoration: none;
}
.u4_main{
	width: 600px;
	margin:0 auto ;
	padding: 20px;
	background: rgba(255,255,255,0)
}
.u4_main h2{
	font-size: 24px;
	padding-top: 150px;
	padding-bottom: 30px;
}
.u4_main p{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 80px;
}
.u4_main p b{
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
}
.u4_main p img{
	width: 90%;
	height: auto;
	margin: 10px 0 ;
	display: block;
}
.searchLogin{
	background: url(../img/searchLogin.png) no-repeat;
	background-size: 100% 100%;
	width: 375px;
	height: 220px;
	position: absolute;
	margin: auto;
	top: -10%;
	bottom: 0;
	left: 0;
	right: 0;
}
.searchLogin p{
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color:#6a5256;
	line-height: 40px;
	font-weight: 600;
	float: left;
	width: 100%;
}
.dialogMain p{
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	float: left;
	width: 100%;
}
.searchLogin input,.dialogMain input,.dialogMain textarea{
	display: block;
	width: 210px;
	height: 35px;
	border: none;
	border-radius: 20px;
	background: #fff;
	margin: 40px 62px 30px;
	float: left;
	padding: 0 20px;
}
.searchLogin.ask p{
	padding-bottom:20px;
}
.searchLogin.ask input{
	margin: 5px 62px 15px;
}
.searchLogin a,.resultMain a,.dialogMain a{
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
	display: block;
	float: left;	
}
.dialogMain a{
	float:right;
}
.backIndex{
	background: #ebece9;
	color: #333;
	margin-left: 60px;
	margin-right: 50px;
}
.resultMain{
	padding-top:80px;
}
.resultMain>ul{
	width: 85%;
	margin: 0 auto;
}
.resultMain>ul>li{
	width:50%;
	float: left;
    display: block;
	height: 450px;
}
.resultMain>ul>li a,.resultMain>ul>li a img{
	width:94%;
	margin: 0 auto;
}
.resultMain>ul>li a img{}
.resultPage{
	background: #9c5557;
	color:#fff;
}
.dialogAddressBox .dialogMain{
	width: 300px;
	height: 400px;
	background: #f7f5f8 url(../img/searchLogin.png) no-repeat top;
	background-size: 100% auto;
	margin: auto;
	position: absolute;
	left: 0;
	top: -10%;
	right: 0;
	bottom: 0;
	border-radius: 10px;
}
.dialogAddressBox{
	display: none;
}
.resultMain img{
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.resultBtn{
	width: 50%;
	height: 40px;
	margin: 30px auto 80px;
}
.resultMain a{
	float: right;
}
.resultMain .backIndex{
	background: #a39b85;
	color:#fff;
}
.dialogAddressBox .dialogMain input,.dialogMain textarea{
	margin: 20px 25px 0px;
}
.dialogAddressBox .dialogMain textarea{
	height: 120px;
    border-radius: 10px;
    padding: 10px 20px;
}
.dialogAddressBox .dialogMain a{
	margin: 20px 25px 0 25px;
}
.unite1_dialogNav.active .dialogMain{
	padding: 0;
}
.unite1_dialogNav{
	position: fixed;
	z-index: 999;
}
.testPageMain{
	width: 700px;
	height: 500px;
	background: #fff;
	border-radius: 15px;
	position: absolute;
	top: -10%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
}
.numLast,.footBtn{
	height: 50px;
	background: #eeeae7;
}
.footBtn{
	height: 70px;
}
.testPageBox{
	height: 380px;
	width: 100%;
	overflow-x: hidden;
	padding: 20px;
	box-sizing:border-box;
}
.time-item {
	margin-right:20px;
	color:#78896e;
    line-height:49px;
    font-size:14px;
}
.time-item strong {
	color:#78896e;
    line-height:49px;
    font-size:14px;
    margin-right:5px;
}
.testPageBox *{
	font-size: 16px;
    float: left;
    font-weight: 600;
	line-height: 28px;
}
.testPageBox dt{
	padding-bottom:20px;
	width: 100%;
}
.testPageBox dd{
	width: 50%;
	height: 50px;
	padding: 10px 0 0;
	box-sizing:border-box;
}
.testPageBox dd a{
	width: 10px;
	height: 10px;
	border: 1px solid #9c5557;
	margin-right: 10px;
	margin-top: 7px;
}
.testPageBox dd .danxuan{
	border-radius: 50%;
}
.testPageBox dd .duoxuan{
	border-radius: 3px;
}
.testPageBox dd a.active{
	position: relative;
}
.testPageBox dd a.active:after{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #9c5557;
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
}
.testPageBox textarea{
	width: 660px;
    height: 80px;
    border: 1px solid #ddd;
    display: block;
	resize:none;
	padding:15px;
	box-sizing: border-box;
}
.btnNext{
	background: #9c5557;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 100px;
    height: 30px;
    margin-right: 20px;
    border-radius: 15px;
    margin-top: 20px;
}
.testResultMain{
	width: 500px;
	height: 550px;
	border-radius: 15px;
	margin: auto;
	background: url(../img/testResultBg22.jpg) no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -10%;
	bottom: 0;
	left: 0;
	right: 0;
}
.testResultMain h2{
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color:#fff;
}
.testResultMain h4{
	font-size: 70px;
    text-align: center;
    line-height: 230px;
}
.testResultMain h5{
	height: 50px;
    padding-bottom: 3px;
}
.testResultMain h5 input{
	width: 200px;
    display: block;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 30px auto;
    padding: 0 10px;
}
#dh{
	 margin: 0px auto 30px;
}
.testResultMain h5 b{
	margin-left: 70px;
	line-height: 50px;
	font-size: 14px;
}
.testResultMain h5 i{
	font-size: 12px;
	font-style: normal;
	margin-left: 20px;
}
.testResultMain p{
	text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 75px 0;
    min-height: 90px;
    font-weight: 400;
    font-family: "微软雅黑";
}
.testResultMain a{
	background: #9c5557;
    color: #fff;
    text-align: center;
    line-height: 30px;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    border-radius: 15px;
    display: block;
}