@charset "gb2312";
/* CSS Document */
.li1 {
	width:126px;
}
.li2 {
	width:102px;
}
.li3 {
	width:150px;
}
.container {
	width:100%;
	height:auto;
	overflow:hidden;
	background:#f5ead6;
}
.container-in {
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.assessment-title {
	width:100%;
	height:75px;
	background:url(img/assessment-title-bj.png) left bottom repeat-x;
}
.assessment-title h2 {
	width:189px;
	height:34px;
	background:url(img/assessment-title-img.png) no-repeat left top;
	text-indent:-9999px;
	padding:0;
	margin:20px 0 0;
	cursor:pointer;
}
.assessment-first ,.assessment-first2 {
	width:100%;
	height:outo;
	overflow:hidden;
}
.assessment-first .title ,.assessment-first2 .title {
	width:100%;
	height:62px;
	overflow:hidden;
}
.assessment-first .title span ,.assessment-first .title p ,.assessment-first2 .title span ,.assessment-first2 .title p {
	display:block;
	float:left;
	height:62px;
	line-height:62px;
	font-size:16px;
}
.assessment-first .title p ,.assessment-first2 .title p {
	padding:0;
	margin:0 0 0 5px;
	color:#281d1b;
}
.assessment-first .title span ,.assessment-first2 .title span {
	padding:0;
	color:#6e0200;
}

.assessment-first ul ,.assessment-first2 ul {
	width:100%;
	height:auto;
	overflow:hidden;
}
.assessment-first ul li ,.assessment-first2 ul li {
	text-align:center;
	height:48px;
	line-height:48px;
	color:#212025;
	background:#be9d67;
	float:left;
	font-size:14px;
	margin:0 20px 15px 0;
	cursor:pointer;
}
.assessment-first ul li:hover, .assessment-first2 ul li:hover {
	background:#725533;
	color:#fff;
}
.assessment-first ul .li-current ,.assessment-first2 ul .li-current1 {
	border:4px solid #725533;
	color:#980000;
	background:#f5ead6 url(img/li-current-bj.jpg) right top no-repeat;
	line-height:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.prompt {
	width:100%;
	height:48px;
	line-height:48px;
	font-size:14px;
	color:#be9e65;
	padding:0;
	margin:0;
}


.menu , form{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.menu-ul {
	width:100%;
	height:900px;
}
.menu-ul .menu-ul-li {
	width:100%;
	height:40px;
	margin:26px 0;
}
.menu-ul-li .title {
	width:300px;
	float:left;
	height:40px;
} 
.menu-ul-li .title span , .menu-ul-li .title p {
	display:block;
	float:right;
	height:40px;
	line-height:40px;
	font-size:16px;
}
.menu-ul-li .title span {
	padding:0;
	color:#6e0200;
}
.menu-ul-li .title p {
	padding:0;
	margin:0 0 0 5px;
	color:#281d1b;
}
.menu-ul-right {
	float:left;
	margin-left:10px;
	
}
.menu-ul-right-li {
	width:300px;
	height:auto;
	padding:0;
	border:none;
	position:relative;
}

.menu-ul-right-li span {
	display:block;
	width:300px;
	height:40px;
	border:2px solid #be9d68;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px #d9d1be inset;
	-moz-box-shadow: 0px 0px 5px #d9d1be inset;
	-ms-box-shadow: 0px 0px 5px #d9d1be inset;
	-o-box-shadow: 0px 0px 5px #d9d1be inset;
	box-shadow: 0px 0px 5px #d9d1be inset;
	background:url(img/icon-down.png) no-repeat 270px center;
	font-size:14px;
	text-align:center;
	line-height:36px;
	color:#666;
	cursor:pointer;
}
.menu-ul-right-li .menu-ul-right-ul {
 	width:100%;
	height:auto;
	background:#f0f0f0;
	text-align:center;
	position:absolute;
	top:40px;
	left:0;
	z-index:2;
	display:none;
}
.menu-ul-right-li .menu-ul-right-ul li {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
	border-bottom:1px solid #ddd;
	 cursor: pointer;
}
.menu-ul-right-li .menu-ul-right-ul li:hover {
	background:#725533;
	color:#fff;
}
.menu-ul-right-li .menu-ul-right-ul .li-current2 {
	color:#980000;
	background:#ccc;
}
.menu-ul .relation {
	width:1000px;
	height:auto;
	position:relative;
}
.menu .menu-ul .relation .menu-ul-right {
	width:690px;
	height:auto;
}
.relation .menu-ul-right .menu-ul-right-relation {
	width:200px;
	height:auto;
	margin:0 10px 20px 0;
	float:left;
	
}
.menu-ul-right .menu-ul-right-relation .tit {
	width:112px;
	height:40px;
	line-height:40px;
	float:left;
}
.menu-ul-right .menu-ul-right-relation .tit .not-choose {
	display:block;
	width:17px;
	height:19px;
	background:url(img/not-choose.png) left center no-repeat;
	float:left;
	margin:10px 10px 0 0;
}
.menu-ul-right .menu-ul-right-relation .tit .not-choose-current {
	display:block;
	width:17px;
	height:19px;
	background:url(img/not-choose-current.png) left center no-repeat;
	float:left;
	margin:10px 10px 0 0;
}
.menu-ul-right .menu-ul-right-relation .tit p {
	float:left;
	padding:0;
	margin:0;
	line-height:40px;
	color:#666;
}
.relation-right  {
	float:left;
	width:88px;
	height:40px;
}
.relation-right .relation-right-li  {
	width:88px;
	height:40px;
	position:relative;
}
.relation-right .relation-right-li span {
	display:block;
	width:88px;
	height:40px;
	border:2px solid #be9d68;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 5px #d9d1be inset;
	-moz-box-shadow: 0px 0px 5px #d9d1be inset;
	-ms-box-shadow: 0px 0px 5px #d9d1be inset;
	-o-box-shadow: 0px 0px 5px #d9d1be inset;
	box-shadow: 0px 0px 5px #d9d1be inset;
	background:url(img/icon-down.png) no-repeat 66px center;
	font-size:12px;
	text-align:center;
	background-size:12px;
	line-height:36px;
	color:#666;
	cursor:pointer;
}
.relation-right .relation-right-li ul {
	width:100%;
	height:auto;
	position:absolute;
	top:40px;
	left:0;
	background:#f0f0f0;
	z-index:2;
	display:none;
}
.relation-right .relation-right-li ul li {
	width:100%;
	height:40px;
	line-height:40px;
	color:#666;
	border-bottom:1px solid #ddd;
	text-align:center;
}
.relation-right .relation-right-li ul li:hover {
	background:#725533;
	color:#fff;
}
.relation-right .relation-right-li ul .li-current3 {
	color:#980000;
	background:#ccc;
}
.menu-ul .relation .btnB {
	width:52px;
	height:40px;
	position:absolute;
	right:0;
	top:0;
}
.menu-ul .relation .btnB li {
	width:21px;
	height:40px;
	float:left;
	margin-left:10px;
	cursor:pointer;
}
.menu-ul .relation .btnB li:first-child {
	margin-left:0;display:none;
	background:url(img/tj-icon.png) no-repeat left center;
}
.menu-ul .relation .btnB li:last-child {
	background:url(img/sc-icon.png) no-repeat left center;
	display:none;
}
.present {
	width:254px;
	height:50px;
	line-height:48px;
	font-size:16px;
	text-align:center;
	border-radius:3px;
	border:1px solid #B8A489;
	background:#725533;	
	margin:0 auto;
	display:block;
	position:absolute;
	bottom:50px;
	left:50%;
	color:#fff;
	margin-left:-128px;
	outline:none;
	cursor:pointer;
}
.modal {
    width: 100%;
    height: 100%;
    background: #000; 
    opacity: 0.5; 
	filter: alpha(opacity=50);
    position:fixed; 
    z-index: 1000000000000000000000; 
    display: none; 
	top:0;
 }
.box-container {
	 width:580px;
	 height:450px;
     position: fixed;
     left: 41%;
     margin: -195px 0 0 -180px;
     top: 50%;
     background:#fff;
     display: none;
     z-index: 1000000000000000000001; 
 
}
.box-container .top {
	width:470px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#676767;
	background:#E7D6B8 url(img/logo-icon.png) no-repeat 10px center;
	padding:0 0 0 110px;
	
}
.box-container .center {
	width:540px;
	margin:10px 20px 0 20px;
	color:#980000;
}
.box-container .center p{margin:0;font-size:14px;line-height:42px;font-weight:bold;color:#373636;}
.box-container .center p span{color:#980000;}
.box-container .bottom {
	width:540px;
	height:270px;
	margin:0 20px;
}
.box-container .bottom1 {
	width:352px;
	height:270px;
	padding:0 19px;
}
.biaodanyi  {
	width:100%;
	height:150px;
	position:relative;
}
.biaodaner {
	width:100%;
	height:250px;
	position:relative;
}
.wechat{background:url(img/gjdb_02.jpg);width:560px;margin-left:-20px;height:134px;padding:10px;}
.wechat img{float:left;margin-left:100px;}
.wechat p img{margin-left:10px;float:none;}
.wechat p{margin:0;width:320px;margin-left:240px;color:#980000;font-size:18px;font-weight:bold;line-height:28px;}
.phone,.tel ,.ver,.username {
	width:156px;
	height:38px;
	line-height:38px;
	border:1px solid #ddd;
	font-size:14px;
	padding-left:30px;
	margin-bottom:14px;
	outline:none;
	margin-right:30px;
	background:none;
}
.username {
	background:url(img/bb_03.jpg) 8px center no-repeat;
}
.phone ,.tel{
	background:url(img/icon-phone.png) 8px center no-repeat;
}
.icon-sp {
	width:20px;
	height:20px;
	display:block;
	background:url(img/icon-sp.png) no-repeat center center;
	cursor:pointer;
}
.icon-sp4 {
	position:absolute;
	right:10px;
	top:10px;
}
.icon-sp1 {
	position:absolute;
	left:208px;
	top:10px;
}
.icon-sp2 {
	position:absolute;
	right:42px;
	top:10px;
}
.icon-sp3 {
	position:absolute;
	left:208px;
	top:64px;
}
.xbox {
	width:100%;
	height:24px;
}
.xbox p {
	float:left;
	padding:0 0 0 22px;
	background:url(img/not-choose.png) no-repeat 3px center;
	margin:0;
	line-height:24px;
	font-size:14px;
}
.xbox .p-current {
	float:left;
	padding:0 0 0 22px;
	background:url(img/not-choose-current.png) no-repeat 3px center;
	margin:0;
	line-height:24px;
	font-size:14px;
}
.xbox a {
	float:right;
	line-height:24px;
	color:#725631;
	font-size:14px;
}
.biaodanyi p{text-align:center;margin-top:-2px;}
.btn-sub {
	width:245px;
	background:#725533;
	height:38px;
	border:1px solid #A28E76;
	border-radius:3px;
	font-size:16px;
	color:#fff;
	outline:none;
	font-weight:bold;
}

.phone1 {
	width:320px;
	height:42px;
	line-height:42px;
	padding:0 0 0 30px;
	border:1px solid #ddd;
	font-size:14px;
	margin-bottom:26px;
	outline:none;
	background:url(img/icon-phone.png) 8px center no-repeat;
}
.pasd1 {
	width:120px;
	height:42px;
	line-height:42px;
	padding:0 0 0 30px;
	border:1px solid #ddd;
	font-size:14px;
	margin-bottom:26px;
	outline:none;
	background:url(img/icon-pasd.png) 8px center no-repeat;
	margin-right:24px;
	float:left;
}
.btn-register1 {
	width:175px;
	height:44px;
	background:#E7D6B8;
	border-radius:3px;
	outline:none;
	border:none;
	float:left;
	font-size:14px;
	color:#fff;
}
.btn-register {
	width:350px;
	height:47px;
	background:#725533;
	border:1px solid #A28E76;
	border-radius:3px;
	font-size:16px;
	color:#fff;
}





