*{
	padding: 0;
	margin: 0;
	/* font-size: 0px; */
	/* font-family: "微软雅黑"; */
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
.w{
	width: 1100px;
	margin: 0 auto;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
body{
	background-color: #efefef;
}


.login_bg{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.login{
	width: 816px;
	height: 427px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -408px;
	margin-top: -213px;
	background-color: white;
	border-radius: 20px;
}
.login_list td:hover .login_bg{
	display: block;
}
.login img{
	float: left;
}
.login_text{
	float: right;
	width: 408px;
	text-align: center;
	padding: 50px 0 34px 0;
}
.login_text h2{
	color: #2F7FE3;
	font-size: 24px;
}
.login_entry .login_text p{
	color: #000;
	font-size: 18px;
	margin: 8px 0 32px 0;
}
.login_text input{
	width: 262px;
	border-radius: 4px;
	margin-bottom: 14px;
}
.login_text button{
	font-size: 14px;
	height: 38px;
	width: 278px;
	line-height: 38px;
	border-radius: 19px;
	margin: 26px 0 34px 0;
	background-color: #2F7FE3;
	color: white;
	border: none;
}
.login_text a{
	font-size: 14px;
	color: #1A96FF;
}
.login_text img{
	position: absolute;
	top: 0;
	right: 18px;
}


/* 头部 */
header{
	width: 100%;
	height: 84px;
	background-color: white;
}
.h_content{
	width: 1100px;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 500px;
}
.logo img{
	float: left;
	margin: 12px 16px 12px 0;
	height: 60px;
}
.logo_title{
	font-size: 18px;
	color: #262626;
	padding: 20px 0 5px 0;
}
.logo_title1{
	font-size: 10px;
	color: #262626;
}
.header_nav{
	float: right;
}
.header_nav li{
	float: left;
}
.header_nav li a{
	display: block;
	/* padding: 0 30px; */
	width: 124px;
	height: 84px;
	text-align: center;
	line-height: 84px;
	font-size: 16px;
	color: #262626;
}
.fenge{
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #2F7FE3;
}
.header_nav li a:hover,.visible{
	background: #2F7FE3;
	color: white;
	text-decoration: none;
}

.visible:visited{
	color: white;
}

.banner_login{
	background: url(../img/banner1.png) no-repeat center top;
	width: 100%;
	height: 402px;
	display: flex;
	align-items: center;
}
/* .banner{
	background: url(../img/banner3.png) no-repeat center top;
	width: 100%;
	height: 320px;
	display: flex;
	align-items: center;
} */
.login_entry{
	float: right;
	width: 305px;
	height: 325px;
	background-color: white;
}
.login_entry h1{
	width: 100%;
	height: 78px;
	font-size: 20px;
	text-align: center;
	color: #262626;
	line-height: 78px;
}
.login_entry h1 span{
	display: inline-block;
	line-height: 40px;
	border-bottom: 3px solid #2F7FE3;
}
.login_list{
	display: inline-block;
	border-collapse: collapse;
	background: white;
}
.login_list td{
	width: 151px;
	height: 86px;
	line-height: 28px;
	text-align: center;
	color: #666;
	font-size: 14px;
	border: 1px solid #efeeee;
}
.login_list i{
	display: block;
	font-size: 24px;
	color: #2F7FE3;
}
.login_list td a{
	display: block;
}
.login_list td:hover{
	background-color: #DEF5FF;
	color: rgba(47,127,227,.77);
}
.login_entry .register{
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 14px;
}
.login_entry p a{
	color: #2F7FE3;
}



/* 主要内容 */
.main_content{
	background-color: white;
	margin-top: 22px;
}
.main_content ul li{
	padding: 30px 0 30px 30px;
	border-bottom: solid 1px #e6e6e6;
}
.search_box{
	overflow: hidden;
}
.search_box form{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
input{
	width: 465px;
	height: 40px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: solid 1px #e6e6e6;
	padding: 0px 16px;
}
input:focus{
	outline: none;
	border: solid 1px rgba(47,127,227,0.85);
}
input::-webkit-input-placeholder{
	color: #d7d7d7;
	font-size: 14px;
}
.search_box form button{
	width: 122px;
	height: 42px;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	color: white;
	background-color: #2F7FE3;
	cursor: pointer;
}
button:focus{
	outline: 0;
	background-color: #0062CC;
}
.p-select label{
	font-size: 14px;
}
.p-select select{
	border: 0;
	font-size: 14px;
	color: rgba(47,127,227,0.85);
	background-color: white;
}
.p-select select:focus{
	outline: none;
}

.items_list{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.items_p1{
	width: 555px;
	border-right: 1px solid #e6e6e6;
}
.items_p1 a{
	font-size: 20px;
	color: #262626;
	font-weight: normal;
}
.items_p1 a span{
	color: #EC851E;
	margin-right: 4px;
}
.items_p1 a:hover{
	color: #007AFF;
}
.items_info{
	font-size: 14px;
	margin: 10px 0;
	color: #8c8c8c;
}
.items_info p{
	display: inline-block;
}
.items_time{
	margin-left: 70px;
}
.items_tips{
	display: flex;
}
.items_tips i{
	display: block;
	font-size: 14px;
	color: #4E92E7;
	margin-right: 48px;
	cursor: pointer;
}
#input-login{
	width: 160px;
	margin:10px 0 0 0;
	color: white;
	font-size: 14px;
	background-color: #2F7FE3;
	border-radius: 4px;
	cursor: pointer;
}


.items_p2{
	display: flex;
	justify-content: space-between;
	width: 368px;
	border-right: 1px solid #e6e6e6;
	padding: 0 20px;
}
.p2_time{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 40px;
}
.p2_time p:first-child{
	font-size: 16px;
	color: #262626;
}
.p2_time p:last-child{
	font-size: 14px;
	font-weight: 500;
	color: #8C8C8C;
}

.items_p3{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 175px;
}
.items_p3 p{
	font-size: 14px;
	color: #FF5454;
}
.items_p3 .p1{
	line-height: 80px;
	color: #EC851E;
}
.items_p3 .p2{
	line-height: 80px;
	color: #8C8C8C;
}
.items_p3 button{
	color: white;
	font-size: 14px;
	width: 115px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-color: #2F7FE3;
	border: none;
}

.page_btn ul{
	padding-right: 32px;
}
.page_btn ul li{
	float: left;
	padding: 0;
	margin: 30px 8px;
	border-bottom: none;
}
.page_btn ul li a:hover{
	border-color: #4293F4;
	background-color: #4293F4;
	color: white;
}
.page_btn ul li a{
	display: block;
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: lighter;
	color: rgba(0,0,0,.65);
	text-align: center;
	line-height: 32px;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.15);
}

/* 项目详情页 */
.p_content{
	margin-bottom: 20px;
}

.p_nav{
	font-size: 12px;
	color: #262626;
	margin: 22px 0;
}
.p_content p a{
	color: #6DA5EB;
}
.project_all{
	display: flex;
	justify-content: space-between;
}
.p_text{
	width: 838px;
}
.p_text_bg{
	border: 1px dashed #ccc;
	padding: 20px;
	text-align: center;
}
.p_text_bg h3{
	font-size: 24px;
	font-weight: 500;
	color: #262626;
}
.p_text_bg .p_text_s{
	display: flex;
	justify-content: space-between;
	padding: 30px 60px;
	font-size: 14px;
	color: #8c8c8c;
	border-bottom: 1px solid #E6E6E6;
}
.p_text_t{
	line-height: 33px;
	font-size: 14px;
	color: #656565;
	text-align: left;
	padding: 20px 0;
}
.file-download{
	text-align: right;
	margin-top: 20px;
}
.file-download .icon-wenjian{
	color: #2F7FE3;
}

.p_tips{
	margin-left: 20px;
	width: 242px;
}
.p_tips ul .p_tips_1{
	text-align: center;
	padding: 24px;
	/* border: none; */
	font-size: 0;
}
.p_tips_1 h4{
	font-size: 18px;
	margin: 12px 0;
	font-weight: 500;
}
.p_tips ul li{
	padding: 16px;
	font-size: 14px;
	background-color: white;
	border-bottom: 1px solid #eee;
}
.p_tips ul li p{
	line-height: 24px;
	color: #888;
}
.p_tips ul .p_money{
	border: none;
	margin-bottom: 20px;
}
.p_money span{
	font-size: 18px;
	color: #DC3545;
}
.p_tips button{
	height: 42px;
	width: 100%;
	border-radius: 4px;
	background-color: #2F7FE3;
	color: #fff;
	border: 0;
}

.p_notice,.p_notice ul li a{
	width: 838px;
	color: #666;
	text-align: left;
}
.p_notice .p-n-head{
	font-size: 20px;
	padding: 40px 0 12px 0;
}
.p-n-list{
	background-color: #fff;
	border-top: 3px solid #E6E6E6;
	text-align: center;
}

.p_notice p span{
	border-left: 3px solid #2F7FE3;
	padding-left: 16px;
	color: #333;
}
.n-data{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 32px;
}
.n-data p{
	font-size: 14px;
	color: #8C8C8C;
}
.p-n-list li{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #8C8C8C;
	font-weight: 400;
	background-color: white;
	padding: 20px;
	border-top: 1px solid #E6E6E6;
}
.p-n-list li a:hover{
	color: #2F7FE3;
}


.main-info{
	margin-top: 20px;
}
.m-c-list{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	height: 727px;
}
.main-info .list-l{
	width: 200px;
	background-color: #f2f2f2;
}
.main-info .list-l li{
	padding: 0;
	height: 70px;
	border: 0;
	text-align: center;
	line-height: 70px;
}
.main-info .list-l li a{
	display: block;
	color: #888;
}
.main-info .list-l li .visible{
	color: #fff;
}
.list-l li a:hover{
	color: #fff;
	background-color: #2F7FE3;
}
.main-info .list-r{
	width: 870px;
	margin-left: 30px;
}
.main-info .list-r .search_box{
	display: flex;
	justify-content: space-between;
	padding: 8px 20px 0 0;
	border-bottom: 0;
}
.main-info .list-r .list-r-t{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border-bottom: 0;
}
.list-r-t table{
	border-collapse: collapse;
	width: 100%;
}
.list-r-t table .table-t{
	background-color: #E9F3FF;
	border: 0;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
}
.list-r-t table tr{
	border-bottom: 1px solid #eee;
	height: 60px;
	font-size: 14px;
	color: #333;
}
.list-r-t table tr:hover{
	color: #E5781C;
}
.list-r-t table .table-t:hover{
	color: #333;
}
.list-r-t table tr th{
	font-weight: 600;
}
.table-t th:first-child{
	width: 190px;
}
.table-t th:last-child{
	width: 130px;
}
.list-r-t table tr th,.list-r-t table tr td{
	padding-left: 20px;
}
.search_box .list-number{
	font-size: 14px;
	color: #888;
	padding-top: 10px;
}
.search_box .list-number span{
	color: #E5781C;
}


.resetBtn {
	color: #333 !important;
	background-color: #fff !important;
	border: 1px solid #d9d9d9 !important;
}
/*footer*/
.clear:after{
	content: "";
	display: block;
	clear: both;
}

.footer{
	position: relative;
	bottom: 0;
	width: 100%;
	display: flex;
	background-color: #3e3e3e;
	color: #ccc;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	padding: 26px 0;
	border-bottom: 1px solid #979797;
}
.footer-nav ul .f-n-head{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-nav ul li{
	line-height: 26px;
}
.footer-nav ul li a{
	font-size: 14px;
	color: #e4e4e4;
}
.footer-nav ul li a:hover{
	color: #bbb;
}
.footer-nav ul li p{
	padding-left: 1.5em;
}
.iconfont{
	margin-right: 8px;
}

.f-copyright{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	font-size: 14px;
}

.fx-form-view table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	border: 1px solid #cfe9ff;
	table-layout: fixed;
}

.fx-form-view th {
	padding: 14px 8px 14px 10px;
	border: 1px solid #bad7ef;
	font-weight: normal;
	width: 120px;
	color: #444;
	height: 38px;
	background-color: #f5f9ff;
}

.fx-form-view td {
	padding: 14px 8px 14px 10px;
	border: 1px solid #cfe9ff;
	color: #444;
	width: 100%;
}