@charset "utf-8";
/* CSS Document */
@import url(head.css);
*{
	padding:0;
	margin:0;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	font-family:'宋体';
	outline: none;
}
.clear{
	clear:both;
	zoom:1;
}
.clear:after{
	display: block;
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
}
#main {
	width:100%;
	height:auto;
	/* overflow:hidden; */
}
.header {
	width:1080px;
	height:auto;
	overflow:hidden;
	margin:0 auto
}
.waiheader {
	width:100%;
}
.header-left {
	width:200px;
	height:100px;
	overflow:hidden;
	float:left
}
.header-left img {
	width:200px;
	height:100px;
	overflow:hidden
}
.header_right {
	width:auto;
	height:100px;
	line-height: 100px;
	overflow:hidden;
	float:right;
	margin-top: 10px;
}
.header_right span {
	color: #787878;
	font-size: 20px;
	font-weight: bolder;
}





/* 横向导航 */
.nav{width:100%;height:42px; background:#f1f1f1; border-top:2px solid #01628C;}
.nav ul{width:1080px; text-align:left;margin:0 auto;border-bottom:1px solid #eee;} 
.nav ul li{ float:left;text-align:left;line-height:42px;}
.nav ul li a{ padding:0 20px; display:block; text-align:center; font-family:"微软雅黑"; font-size:16px; color:#085988; font-weight:bold;}
.nav ul li a:hover{ background:#016596; color:#fff}


.mainbaody{width:1080px; text-align:left;margin:0 auto;height:auto; /* overflow:hidden; */ margin-top:20px;}

.mainbaody_left{width:230px;height:auto; background:#F3F3F3; border:1px solid #DEDEDe; float:left;}
.mainlef_neirong{ background:#fff;width:220px; margin:0px auto 15px;border:1px solid #DEDEDE} 
.mainbaody_left>div{background-color: #fff;width: 95%;margin: 10px auto;border: 1px solid #ccc;box-shadow: 0 0 10px #666;}

.nav_a{ margin:5px 0; width:150px; height:30px; line-height:30px; display:block; font-family:"微软雅黑";font-weight:bold;}
.nav_a>span{width: 20px;height: 20px;display: inline-block;float: left;margin-right: 10px;margin-top:5px;}
.mainlef_neirong>ul>li{border-bottom:1px solid #eee; font-family:"微软雅黑"; padding-left:10px; width:210px;line-height:32px;}
.mainlef_neirong>ul>li>a {font-size:15px; line-height:32px;}
.mainlef_neirong>ul>li>a>img{ margin-right:10px; vertical-align:middle}
.mainlef_neirong>ul>li>span{ float:right;margin-top:10px;}
.mainlef_neirong>ul>li>span>img{ margin-right:10px; vertical-align:middle; cursor:pointer}

.mainlef_neirong>ul>li>ul{ border-top:1px solid #e9e9e9; line-height:30px; }
.mainlef_neirong>ul>li>ul>li{width:190px; border-bottom:1px solid #e9e9e9;line-height: 40px;}
.mainlef_neirong>ul>li>ul>li>a{font-size:14px; font-family:"微软雅黑"; color:#049;background:url(../images/dian.jpg) no-repeat 15px center;padding-left:30px;}
.mainlef_neirong>ul>li>ul>li>a:hover{font-size:14px; font-family:"微软雅黑"; color:#ff6501;background:url(../images/dianh.jpg) no-repeat 15px center;padding-left:30px;}
.mainlef_neirong>ul>li>ul>li:last-child{ border-bottom:none;}
/* 三级导航 */
.mainlef_neirong>ul>li>ul>li:first-child>a{
	font-size: 14px;
	color: #049;
}
.mainlef_neirong>ul>li>ul>li:first-child>a:hover{
	color: #ff6501;
}
.mainlef_neirong>ul>li>ul>li:first-child>img{
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.mainlef_neirong>ul>li>ul>ul{
	width: 180px;
	display: none;
}
.mainlef_neirong>ul>li>ul>ul>li{
	padding-left: 40px;
	border-bottom:1px dashed #DEDEDE ;
}
.mainlef_neirong>ul>li>ul>ul>li>a{
	color: #787878;
}
/* 用户资料 */
.yonghu_xin{
	width: 100%;
	padding-left: 10px;
	margin-top: 20px;
	box-sizing:border-box;
}
.yonghu_xin>ul{
	float: left;
	color: #787878;
}

.yonghu_xin>ul:nth-of-type(1)>li>img{
	border-radius:100px;
	width: 50px;
	height: 50px;
}
.yonghu_xin>ul:nth-of-type(2){
	margin-left: 10px;
}
.yonghu_xin>ul:nth-of-type(2)>li{
	line-height: 25px;

	font-size: 16px;
}
.yonghu_xin>ul:nth-of-type(2)>li:nth-of-type(1){
	font-weight: bolder;
	font-size: 16px;
}
.yonghu_xin>ul:nth-of-type(2)>li:nth-of-type(2){
	font-size: 14px;
}
.yonghu_xin>ul>li:nth-of-type(1)>span{
	font-weight: bolder;
	color: #444;
	font-size: 16px;
}
.yonghu_bd{
	width: 99%;
	margin: 10px auto;
}
.yonghu_bd>ul>li{
	float: left;
	width: 33%;
	text-align: center;
}
.yonghu_bd>ul>li>ul>li{
	line-height: 20px;
	font-size: 12px;
}
/* 登录提示 */
#denglu{
	display: none;
	position: fixed;
	left: 0;
	top:0;
	background-color: #000;
	background: rgba(10, 10, 10, 0.8);
	width: 100%;
	height: 100%;
	z-index:100000000000000000000;
	text-align: center;
	line-height: 100%;
}
#denglu>img{
	margin-top: 10%;
	cursor: pointer;
}
/* 头部 */
.header_top{
	background-color: #035D90;
	height: 65px;
	line-height: 65px;
	border-bottom: 6px solid #ff6501;
}

.header_top>ul{
  height: 57px;
  line-height: 57px;
  margin-top: -9px;
}
.header_top>ul>li{
  	float: left;
  	width: 33%;
  	height: 65px;
	line-height: 70px;
}
/* 左 */
.header_top_left{
  text-align: left;
}
.header_top_left>ul>li{
  position: relative;
  float: left;
  margin-left: 20px;
  width: 140px;
}
.header_top_left>ul>li>a{
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
  display: block;
}
.header_top_left>ul>li>a>span{
  display: inline-block;
  border: 5px solid #005E92;
  border-top: 5px solid #fff;
  float: right;
  margin-top: 24px;
}
.header_top_left>ul>li>a:hover{
  color: #ff6501;
}
.header_nav_nav{
  top:50px;
  position: absolute;
  width: 200px;
  background-color: #fff;
  display: none;
}
.header_nav_nav>li>ul>li{
  float: left;
  width: 60px;
  text-align: center;
}
.header_nav_nav>li>ul>li>a{
  color: #787878;
}
.header_nav_nav>li>ul>li>a:hover{
  color: #58AAE9;
}
/* 中 */
.header_top_middle{
  width: 34%;
  text-align: center;
}
.header_top_middle>ul>li{
  float: left;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  width: 100%;
}
.header_top_middle>ul>li>a{
	font-size: 18px;
  font-weight: bolder;
  color: #fff;
}
.header_top_middle>ul>li>img{
  width: 30px;
  height: 30px;
}
/* 右 */
.header_top_right>ul{
  float: right;
  margin-right: 10px;
}
.header_top_right>ul>li{
  float: left;
  color: #fff;
  font-size: 14px;
  padding: 0 9px;
  position: relative;
}
.header_top_right>ul>li>div>a{
  color: #fff;
  font-size: 14px;
  font-weight: bolder;
  display: block;
}
.header_top_right>ul>li>div>a:hover{
  color: #049;
}
.header_top_right>ul>li>a{
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  display: block;
  position: relative;
}
.header_top_right>ul>li>a:hover{
  color: #ff6501;
}
.header_top_right>ul>li>a>div{
  display: inline;
  position: absolute;
  top:15px;
  right: 12px;
  background-color: #ff6501;
  width: 25px;
  text-align: center;
  line-height: 25px;
  height: 25px;
  border-radius: 7px;
}
.header_top_right>ul>li>a>span{
  display: inline-block;
  border: 5px solid #005E92;
  border-top: 5px solid #fff;
  float: right;
  margin-top: 24px;
  margin-left: 30px;
}
/* 合同 */
.hetong_sc{
	width: 80%;
	height: 400px;
	background-color: #ccc;
	position: fixed;
	top:100px;
	left: 10%;
	z-index: 9;
	box-shadow: 0 0 10px #666;
	display: none;
}
.hetong_sc_t{
	background-color: #005E92;
}
.hetong_sc_t>li{
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
}
.hetong_sc_t>li>span{
	margin-left: 20px;
	color: #ff6501;
	font-size: 16px;
}
.hetong_sc_t>li:nth-of-type(1){
	float: left;
}
.hetong_sc_t>li:nth-of-type(2){
	float: right;
	font-size: 16px;
	cursor: pointer;
}
.hetong_sc_c{
	height: 300px;
	border:1px solid #787878;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 20px;
	box-sizing:border-box;
}
.hetong_sc_c>li{
	margin-top: 10px;
}
.hetong_sc_c>li>input{
	border:none;
}
.hetong_sc_c>li>input:nth-of-type(2){
	width: 40px;
	text-align: center;
	margin-left: 20px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #ff6501;
}
.hetong_sc_c>li>img{
	height: 40px;
}

.hetong_sc_n{
	text-align: center;
	line-height: 50px;
}
.hetong_sc_n>input{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	color: #fff;
	background-color: #ff6501;
}




