#con_left_count {
	border: 1px solid #cc0001;
	margin-top: 15px;
}

#count_tit {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #cc0001;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.count_list {
	margin: 11px auto 0;
	line-height: 35px;
	height: 35px;
}

.count_list span {
	color: #cc0001;
}

#con_right {
	padding: 0;
}

.con_right_tab{
	position: relative;
}

#con_right_tab3{
	display: none;
}

#con_right_tab3 table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	color:#444444;
}

#con_right_tab3 td {
	width: 250px;
	height: 50px;
	text-align: left;
	border: 1px solid #dcdcdc;
	text-indent: 20px;
	padding: 0;
	line-height: 30px;
	box-sizing: border-box;
}

#con_right_tab3 td.tit {
	width: 118px;
	background: #f7f7f7;
	text-indent: 0;
	text-align: center;
}

#con_right_tab3 td input.input_block {
	height: 30px;
	width: 240px;
	box-sizing: border-box;
}

#con_right_tab3 td input.input_tit {
	width: 680px;
}

.select_block {
	height: 30px;
	width: 240px;
	box-sizing: border-box;
}

#con_right_tab3 td textarea {
	width: 680px;
	height: 300px;
	margin: 10px auto;
	box-sizing: border-box;
	resize: none;
}

#con_right_tab3 tr.last {
	height: 200px;
}

.file_text {
	width: 380px;
	height: 31px;
	border: 1px solid #dcdcdc;

}

.file_btn {
	width: 95px;
	height: 28px;
	background: #cc0001;
	border-radius: 6px;
	overflow: hidden;
	border: none;
	color: #fff;
}

#con_right_tab3 #send_clear {
	width: 100%;
	height: 55px;
	margin-top: 20px;
}

#con_right_tab3 #send_clear img {
	width: 14px;
	height: 14px;
	position: relative;
	top: 2px;
}

#send {
	width: 120px;
	height: 35px;
	background: #cc0001;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	float: left;
	margin-left: 280px;
	border: none;
	outline: none;
}

#clear {
	width: 120px;
	height: 35px;
	background: #aaaaaa;
	border-radius: 10px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	float: left;
	margin-left: 50px;
	border: none;
	outline: none;
}

#con_right_tab3 #zysx {
	width: 100%;
	border-top: 1px solid #dcdcdc;
	padding: 10px 30px 0 30px;
	box-sizing: border-box;
}

#con_right_tab3 .p1 {
	font-size: 18px;
	color: #c82323;
	line-height: 34px;
}

#con_right_tab3 .p2 {
	padding-left: 16px;
	font-size: 16px;
	color: #464646;
	line-height: 34px;
	text-indent: -16px;
}

.red:after {
	content: "*";
	color: red;
	position: relative;
	top: 2px;
	margin-right:  5px;
}

#search_block_wrap {
	width: 1920px;
	height: 1580px;
	background: rgba(112, 112, 112, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	display: none;
}

#search_block {
	width: 776px;
	height: 285px;
	background: #fff;
	box-shadow: 0px 0px 0px rgba(82, 82, 82, 0.25);
	border: 5px solid #333 \0;
	border-radius: 37px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin-left: -388px;
	margin-top: -142px;
	overflow: hidden;
}

#search_block_tit {
	width: 776px;
	height: 56px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 56px;
	background: #cc0001;
	border-radius: 37px 37px 0px 0px;
	text-align: center;
}

#search_block_input {
	width: 100%;
	height: 115px;
	line-height: 115px;
	font-size: 18px;
	color: #3B3B3B;
	text-align: center;
}

#search_block_input input {
	border: 1px solid #cc0001;
	height: 25px;
}

#search_block_btn {
	width: 100%;
}

#search_block_btn li {
	float: left;
	width: 133px;
	height: 32px;
	background: #cc0001;
	border-radius: 5px;
	line-height: 32px;
	text-align: center;
}

#search_block_btn li img {
	position: relative;
	top: 2px;
}

#search_block_btn #search_block_btn_left {
	margin: 0 106px 0 198px;
	color: #fff;
	cursor: pointer;
}

#search_block_btn #search_block_btn_right {
	background: #B5B5B5;
	cursor: pointer;
}

#slfw{
	/* width: 100%; */
	min-height: 650px;
	background: #ffffff;
	/* overflow: auto; */
	border-bottom: none;
	/* box-sizing: border-box; */
	border-collapse: collapse;
}

#slfw h4{
	text-align: center;
	margin: 0;
	padding: 25px 0;
	border: 1px solid #d2d2d2;
	background: #F5F5F5;
	border-bottom: none;
	color: red;
	font-size: 22px;
}

#slfw_content{
	/* width: 100%; */
	padding: 20px;
	line-height: 30px;
	/* box-sizing: border-box; */
	border: 1px solid #d2d2d2;
	border-bottom: none;
}

#slfw_content p {
	line-height: 34px;
}


#slfw_content .p1 {
	color: red;
	font-size: 18px;
}

#slfw_content .p2 {
	color: #3C3C3C;
	text-indent: 32px;
	font-size: 16px;
}

#slfw_close{
	/* width: 100%; */
	/* height: 70px; */
	padding: 20px 0;
	background: #F5F5F5;
	/* box-sizing: border-box; */
	border: 1px solid #d2d2d2;
}

#slfw_close button{
	display: block;
	width: 100px;
	height: 30px;
	margin: 0 auto;
	border: none;
	background: #cc0001;
	color: #ffffff;
	border-radius: 9px;
	outline: none;
	cursor: pointer;
}