/*业务设置css*/
@media screen and (max-width: 1920px) {
    .location {
		margin: 1% auto;
		position: relative;
		width: 95%;
		border-bottom: 2px solid #167aee;
	}

	.location h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		padding-left: 10px;
	}

	.list {
		width: 95%;
		margin: 20px auto 0;
	}

	.list ul {
		width: 100%;
		display: table;
		/*float: left;*/
	}
	}

	.list ul li {
		float: left;
		height: 38px;
		line-height: 38px;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.list_bule {
		background-color: #ecf6fc;
		border: 1px solid #3d85ca;
	}

	.list_bule li {
		border-right: 1px solid #3d85ca;
	}

	.list_white {
		background-color: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
	}

	.list_white li {
		border-right: 1px solid #cdcdcd;
	}

	.list_gray {
		background-color: #f1f1f1;
		border: 1px solid #cdcdcd;
		border-top: none;
	}

	.list_gray li {
		border-right: 1px solid #cdcdcd;
	}

	/*按钮button*/
	.edit {
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}

	.del {
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}

	.sure {
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 float: left;
		height: 30px;
		/*width: 55px;*/
		padding: 0 10px;
		color: #fff;
	}

	/*页码*/
	.page {
		margin: 5px auto;
		/*position: relative;*/
		width: 95%;
		height: 38px;
		border: 1px solid #cdcdcd;
		background: #fff;
	}

	ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	ul.pagination li {
		display: inline;
		color: #b1b1b1;
	}

	ul.pagination li span {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	ul.pagination li a {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;

	}

	ul.pagination li span.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li a.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li span:hover:not(.active) {
		background-color: #ddd;
	}

	ul.pagination li a:hover:not(.active) {
		background-color: #ddd;
	}

	.pageinput {
		margin: 4px 3px;
		width: 50px;
		border: 1px solid #b1b1b1;
		height: 28px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;

	}

	/**********************************************************************/
	/*新增主体*/
	.listform {
		width: 95%;
		margin: 5px auto 0;
	}

	.listform ul {
		width: 100%;
		display: table;
		/*float: left;*/
	}

	.listform ul li {
		float: left;
		/*height: 38px;*/
		line-height: 38px;
		text-align: center;
	}

	.noborder_right {
		border-right: none;
	}

	.explain {
		background-color: #ecf6fc;
		width: 98%;
		padding: 5px 1%;
		line-height: 24px;
	}

	.subject_title {
		margin: 10px 0;
		font-size: 18px;
		color: #1576b4;
	}

	.select {
		border: 0;
		width: 95%;
		height: 36px;
		background: none;
	}

	.inputbox {
		border: 0;
		width: 93%;
		height: 36px;
	}

	.row {
		width: 100%;
		line-height: 38px;
		border-bottom: 1px solid #cdcdcd;
	}

	.row li {
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.button {
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}

	.reset {
		margin-right: 30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 border: 0;
		outline: none;
		border-style: none;
	}

	.reset img {
		width: 23px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}

	.submit {
		margin-left: 30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #1b7ab6;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 border: 0;
		outline: none;
		border-style: none;
	}

	.submit img {
		width: 30px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}

	/*分级页面lever1-4*/
	.pic_btn {
		width: 100%;
		/*display: inline-block;*/
	}

	.pic_btn li {
		float: left;
		text-align: center;
	}

	.pic_btn li a {
		font-size: 36px;
		color: #fff;
		line-height: 152px;
	}

	.pic_btn li a img {
		position: relative;
		top: 30px;
		right: 10px;
	}

	.org_btn {
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	.blue_btn {
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #1481c5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

.red_btn {
	margin: 5% 0 0 15%;
	width: 316px;
	height: 152px;
	background: red;
	border-radius: 5px;
	-webkit-border-radius: 5px;
/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
/ / 适配firefox浏览器 -ms-border-radius: 5 px;
/ / 适配IE浏览器 -o-border-radius: 5 px;
/ / 适配opera浏览器
}

	/*新增备案record_list*/
	.record {
		margin: 10px auto 0;
		width: 95%;
	}

	.record a:hover {
		color: #fff;
	}

	.add {
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器 float: left;
		height: 30px;
		padding: 0 10px;
		color: #fff;
	}

	/*信息及图片导入pic_add,information_add*/
	.information {
		margin: 3% auto 5%;
		width: 95%;
	}

	.inputfile {
		border: 1px solid #cdcdcd;
		width: 80%;
		height: 36px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	.browse {
		/*width:70px;*/
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		border: 1px solid #4995c5;
		background: #cfe7f7;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	.preview {
		width: 80%;
		height: 100%;
		min-height: 100px;
		border: 1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	/*黑色透明框*/
	.tanchuang_wrap {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 100;
		display: none;
	}

	.lightbox {
		width: 100%;
		z-index: 101;
		height: 100%;
		background-color: black;
		filter: alpha(Opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.tanchuang_neirong {
		width: 40%;
		height: auto;
		background-color: #FFF;
		position: absolute;
		z-index: 105;
		left: 30%;
		top: 10%;
	}

	.tanchuang_bg {
		width: 100%;
		height: 42px;
		line-height: 42px;
		background-color: #ecf6fc;
		border-bottom: 1px solid #488ccd;
	}

	.tanchuang_title {
		width: 50%;
		margin-left: 10px;
		color: #488ccd;
	}

	.tanchuang_close {
		width: 47%;
		margin-right: 10px;
		cursor: pointer;
		text-align: right;
		position: absolute;
		right: 0;
	}

	.tanchuang_num {
		width: 96%;
		height: 36px;
		line-height: 36px;
		border: 1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	/ / 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	/ / 适配firefox浏览器 -ms-border-radius: 5 px;
	/ / 适配IE浏览器 -o-border-radius: 5 px;
	/ / 适配opera浏览器
	}

	/*申报列表-查看进度*/
	.declare_list {
		margin: 2% auto;
		width: 95%;
		border: 1px solid #488ccd;
	}

	.declare_title {
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #488ccd;
		color: #488ccd;
	}

	.declare_con {
		width: 95%;
		margin: 2% auto 3%;
		line-height: 25px;
	}

	.declare_btn {
		text-align: right;
		position: relative;
		right: 10px;
		bottom: 10px;
	}

	.downrow {
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}

	.export {
		float: right;
		line-height: 30px;
		position: relative;
		right: 8px;
		top: 4px;
		padding: 0 10px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius: 5px;
	// 适配以webkit为核心的浏览器(chrome、safari等) -moz-border-radius: 5 px;
	// 适配firefox浏览器 -ms-border-radius: 5 px;
	// 适配IE浏览器 -o-border-radius: 5 px;
	// 适配opera浏览器
	}

	.export a {
		color: #fff;
	}

	.export a:hover {
		color: #fff;
	}

	.logistics {
		margin: 10px auto;
		width: 100%;
	}
	.email{
		width: 45%; 
		border-right: 1px solid #cdcdcd;
	}
	.mc_input{
		width: 20%;
		border-right: 1px solid #cdcdcd;
	}
	.mail_code{
		width: 30%; 
		background: #969696; 
		border-radius: 3px; 
		padding: 2px 5px;
		color: #fff;
		font-size: 12px;
	}


/********************************************************************************************************************/
@media screen and (max-width: 1680px) and (min-width: 1440px){
	.location{
		margin: 1% auto;
		position: relative;
		width: 95%;
		border-bottom: 2px solid #167aee;
	}
	.location h3{
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		padding-left: 10px;
	}
	.list{
		width: 95%;
		margin: 20px auto 0;
	}
	.list ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.list ul li{
		float: left;
		height: 38px;
		line-height: 38px;
		text-align: center;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.list_bule{
		background-color: #ecf6fc;
		border:1px solid #3d85ca;
	}
	.list_bule li{
		border-right: 1px solid #3d85ca;
	}
	.list_white{
		background-color: #fff;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_white li{
		border-right: 1px solid #cdcdcd;
	}
	.list_gray{
		background-color: #f1f1f1;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_gray li{
		border-right: 1px solid #cdcdcd;
	}

	/*按钮button*/
	.edit{
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}
	.del{
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		/*width: 65px;*/
		padding: 0 20px;
		color: #fff;
		display: inline-block;
	}
	.sure{
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		/*width: 55px;*/
		padding: 0 10px;
		color: #fff;
	}




	/*页码*/
	.page{
		margin: 5px auto;
		/*position: relative;*/
		width: 95%;
		height: 38px;
		border: 1px solid #cdcdcd;
		background: #fff;
	}
	ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	ul.pagination li {display: inline; color: #b1b1b1;}

	ul.pagination li span {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	ul.pagination li a {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	ul.pagination li span.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li a.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li span:hover:not(.active) {background-color: #ddd;}
	ul.pagination li a:hover:not(.active) {background-color: #ddd;}
	.pageinput{
		margin: 4px 3px;
		width: 50px;
		border: 1px solid #b1b1b1;
		height: 28px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}


	/**********************************************************************/

	/*新增主体*/
	.listform{
		width: 95%;
		margin: 5px auto 0;
	}
	.listform ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.listform ul li{
		float: left;
		/*height: 38px;*/
		line-height: 38px;
		text-align: center;
	}
	.noborder_right{
		border-right: none;
	}
	.explain{
		background-color: #ecf6fc;
		width: 98%;
		padding: 5px 1%;
		line-height: 24px;
	}
	.subject_title{
		margin: 10px 0;
		font-size: 18px;
		color: #1576b4;
	}
	.select{
		border: 0;
		width: 95%;
		height: 36px;
		background: none;
	}
	.inputbox{
		border: 0;
		width: 93%;
		height: 36px;
	}
	.row{
		width: 100%;
		line-height: 38px;
		border-bottom: 1px solid #cdcdcd;
	}
	.row li{
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.button{
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}
	.reset{
		margin-right:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.reset img{
		width: 23px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}
	.submit{
		margin-left:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #1b7ab6;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.submit img{
		width: 30px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}




	/*分级页面lever1-4*/
	.pic_btn{
		width: 100%;
		/*display: inline-block;*/
	}
	.pic_btn li{
		float: left;
		text-align: center;
	}
	.pic_btn li a{
		font-size: 36px;
		color: #fff;
		line-height: 152px;
	}
	.pic_btn li a img{
		position: relative;
		top: 30px;
		right: 10px;
	}
	.org_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.blue_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*新增备案record_list*/
	.record{
		margin: 10px auto 0;
		width: 95%;
	}
	.record a:hover{
		color: #fff;
	}
	.add{
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		padding: 0 10px;
		color: #fff;
	}
	/*信息及图片导入pic_add,information_add*/
	.information{
		margin: 3% auto 5%;
		width: 95%;
	}
	.inputfile{
		border:1px solid #cdcdcd;
		width: 80%;
		height: 36px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.browse{
		/*width:70px;*/
		padding: 0 15px;
		height:36px;
		line-height: 36px;
		font-size:14px;
		border:1px solid #4995c5;
		background:#cfe7f7;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.preview{
		width: 80%;
		height: 100%;
		min-height: 100px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*黑色透明框*/
	.tanchuang_wrap{
		width:100%;
		height:100%;
		position:absolute;
		left: 0px;
		top: 0px;
		z-index:100;
		display:none;
	}
	.lightbox{
		width:100%;
		z-index:101;
		height:100%;
		background-color:black;
		filter:alpha(Opacity=30);
		-moz-opacity:0.3;
		opacity: 0.3;
		position:absolute;
		top:0px;
		left:0px;
	}
	.tanchuang_neirong{
		width:40%;
		height:auto;
		padding-bottom: 30px;
		background-color:#FFF;
		position:absolute;
		z-index:105;
		left: 30%;
		top: 20%;
	}
	.tanchuang_bg{
		width: 100%;
		height: 42px;
		line-height: 42px;
		background-color: #ecf6fc;
		border-bottom: 1px solid #488ccd;
	}
	.tanchuang_title{
		width: 50%;
		margin-left: 10px;
		color: #488ccd;
	}
	.tanchuang_close{
		width: 47%;
		margin-right: 10px;
		cursor: pointer;
		text-align: right;
		position: absolute;
		right: 0;
	}
	.tanchuang_num{
		width: 96%;
		height: 36px;
		line-height: 36px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*申报列表-查看进度*/
	.declare_list{
		margin: 2% auto;
		width: 95%;
		border: 1px solid #488ccd;
	}
	.declare_title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #488ccd;
		color: #488ccd;
	}
	.declare_con{
		width: 95%;
		margin: 2% auto 3%;
		line-height: 25px;
	}
	.declare_btn{
		text-align: right;
		position: relative;
		right: 10px;
		bottom: 10px;
	}
	.downrow{
		width: 95%;
		margin:0 auto;
		text-align: center;
	}
	.export{
		float: right;
		line-height: 30px;
		position: relative;
		right: 8px;
		top: 4px;
		padding: 0 10px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.export a{
		color: #fff;
	}
	.export a:hover{
		color: #fff;
	}

	.logistics{
		margin: 10px auto;
		width: 100%;
	}
	.email{
		width: 45%; 
		border-right: 1px solid #cdcdcd;
	}
	.mc_input{
		width: 20%;
		border-right: 1px solid #cdcdcd;
	}
	.mail_code{
		width: 30%; 
		background: #969696; 
		border-radius: 3px; 
		padding: 2px 5px;
		color: #fff;
		font-size: 12px;
	}

}




/********************************************************************************************************************/
@media screen and (max-width: 1439px) and (min-width: 1280px){
	.location{
		margin: 1% auto;
		position: relative;
		width: 95%;
		border-bottom: 2px solid #167aee;
	}
	.location h3{
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		padding-left: 10px;
	}
	.list{
		width: 95%;
		margin: 20px auto 0;
	}
	.list ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.list ul li{
		float: left;
		height: 38px;
		line-height: 38px;
		text-align: center;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.list_bule{
		background-color: #ecf6fc;
		border:1px solid #3d85ca;
	}
	.list_bule li{
		border-right: 1px solid #3d85ca;
	}
	.list_white{
		background-color: #fff;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_white li{
		border-right: 1px solid #cdcdcd;
	}
	.list_gray{
		background-color: #f1f1f1;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_gray li{
		border-right: 1px solid #cdcdcd;
	}

	/*按钮button*/
	.edit{
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}
	.del{
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		/*width: 65px;*/
		padding: 0 6px;
		color: #fff;
		display: inline-block;
	}
	.sure{
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		/*width: 55px;*/
		padding: 0 10px;
		color: #fff;
	}




	/*页码*/
	.page{
		margin: 5px auto;
		/*position: relative;*/
		width: 95%;
		height: 38px;
		border: 1px solid #cdcdcd;
		background: #fff
	}
	ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	ul.pagination li {display: inline; color: #b1b1b1;}

	ul.pagination li span {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	ul.pagination li a {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 10px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	ul.pagination li span.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li a.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li span:hover:not(.active) {background-color: #ddd;}
	ul.pagination li a:hover:not(.active) {background-color: #ddd;}
	.pageinput{
		margin: 4px 3px;
		width: 50px;
		border: 1px solid #b1b1b1;
		height: 28px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}


	/**********************************************************************/

	/*新增主体*/
	.listform{
		width: 95%;
		margin: 5px auto 0;
	}
	.listform ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.listform ul li{
		float: left;
		/*height: 38px;*/
		line-height: 38px;
		text-align: center;
	}
	.noborder_right{
		border-right: none;
	}
	.explain{
		background-color: #ecf6fc;
		width: 98%;
		padding: 5px 1%;
		line-height: 24px;
	}
	.subject_title{
		margin: 10px 0;
		font-size: 18px;
		color: #1576b4;
	}
	.select{
		border: 0;
		width: 95%;
		height: 36px;
		background: none;
	}
	.inputbox{
		border: 0;
		width: 93%;
		height: 36px;
	}
	.row{
		width: 100%;
		line-height: 38px;
		border-bottom: 1px solid #cdcdcd;
	}
	.row li{
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.button{
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}
	.reset{
		margin-right:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.reset img{
		width: 23px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}
	.submit{
		margin-left:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #1b7ab6;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.submit img{
		width: 30px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}




	/*分级页面lever1-4*/
	.pic_btn{
		width: 100%;
		/*display: inline-block;*/
	}
	.pic_btn li{
		float: left;
		text-align: center;
	}
	.pic_btn li a{
		font-size: 36px;
		color: #fff;
		line-height: 152px;
	}
	.pic_btn li a img{
		position: relative;
		top: 30px;
		right: 10px;
	}
	.org_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.blue_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*新增备案record_list*/
	.record{
		margin: 10px auto 0;
		width: 95%;
	}
	.record a:hover{
		color: #fff;
	}
	.add{
		margin: 0 1px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		padding: 0 6px;
		color: #fff;
	}
	/*信息及图片导入pic_add,information_add*/
	.information{
		margin: 3% auto 5%;
		width: 95%;
	}
	.inputfile{
		border:1px solid #cdcdcd;
		width: 80%;
		height: 36px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.browse{
		/*width:70px;*/
		padding: 0 15px;
		height:36px;
		line-height: 36px;
		font-size:14px;
		border:1px solid #4995c5;
		background:#cfe7f7;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.preview{
		width: 80%;
		height: 100%;
		min-height: 100px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*黑色透明框*/
	.tanchuang_wrap{
		width:100%;
		height:100%;
		position:absolute;
		left: 0px;
		top: 0px;
		z-index:100;
		display:none;
	}
	.lightbox{
		width:100%;
		z-index:101;
		height:100%;
		background-color:black;
		filter:alpha(Opacity=30);
		-moz-opacity:0.3;
		opacity: 0.3;
		position:absolute;
		top:0px;
		left:0px;
	}
	.tanchuang_neirong{
		width:40%;
		height:auto;
		padding-bottom: 30px;
		background-color:#FFF;
		position:absolute;
		z-index:105;
		left: 30%;
		top: 10%;
	}
	.tanchuang_bg{
		width: 100%;
		height: 42px;
		line-height: 42px;
		background-color: #ecf6fc;
		border-bottom: 1px solid #488ccd;
	}
	.tanchuang_title{
		width: 50%;
		margin-left: 10px;
		color: #488ccd;
	}
	.tanchuang_close{
		width: 47%;
		margin-right: 10px;
		cursor: pointer;
		text-align: right;
		position: absolute;
		right: 0;
	}
	.tanchuang_num{
		width: 96%;
		height: 36px;
		line-height: 36px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*申报列表-查看进度*/
	.declare_list{
		margin: 2% auto;
		width: 95%;
		border: 1px solid #488ccd;
	}
	.declare_title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #488ccd;
		color: #488ccd;
	}
	.declare_con{
		width: 95%;
		margin: 2% auto 3%;
		line-height: 25px;
	}
	.declare_btn{
		text-align: right;
		position: relative;
		right: 10px;
		bottom: 10px;
	}
	.downrow{
		width: 95%;
		margin:0 auto;
		text-align: center;
	}
	.export{
		float: right;
		line-height: 30px;
		position: relative;
		right: 8px;
		top: 4px;
		padding: 0 10px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.export a{
		color: #fff;
	}
	.export a:hover{
		color: #fff;
	}

	.logistics{
		margin: 10px auto;
		width: 100%;
	}
	.email{
		width: 45%; 
		border-right: 1px solid #cdcdcd;
	}
	.mc_input{
		width: 20%;
		border-right: 1px solid #cdcdcd;
	}
	.mail_code{
		width: 30%; 
		background: #969696; 
		border-radius: 3px; 
		padding: 2px 5px;
		color: #fff;
		font-size: 12px;
	}

}




/********************************************************************************************************************/
@media screen and (max-width: 1279px) and (min-width: 1024px){
	.location{
		margin: 1% auto;
		position: relative;
		width: 95%;
		border-bottom: 2px solid #167aee;
	}
	.location h3{
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		padding-left: 10px;
	}
	.list{
		width: 95%;
		margin: 20px auto 0;
	}
	.list ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.list ul li{
		float: left;
		height: 38px;
		line-height: 38px;
		text-align: center;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.list_bule{
		background-color: #ecf6fc;
		border:1px solid #3d85ca;
	}
	.list_bule li{
		border-right: 1px solid #3d85ca;
	}
	.list_white{
		background-color: #fff;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_white li{
		border-right: 1px solid #cdcdcd;
	}
	.list_gray{
		background-color: #f1f1f1;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_gray li{
		border-right: 1px solid #cdcdcd;
	}

	/*按钮button*/
	.edit{
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}
	.del{
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		/*width: 65px;*/
		padding: 0 5px;
		color: #fff;
		display: inline-block;
	}
	.sure{
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		/*width: 55px;*/
		padding: 0 10px;
		color: #fff;
	}




	/*页码*/
	.page{
		margin: 5px auto;
		/*position: relative;*/
		width: 95%;
		height: 38px;
		border: 1px solid #cdcdcd;
		background: #fff
	}
	ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	ul.pagination li {display: inline; color: #b1b1b1;}

	ul.pagination li span {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	ul.pagination li a {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 9px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	ul.pagination li span.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li a.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li span:hover:not(.active) {background-color: #ddd;}
	ul.pagination li a:hover:not(.active) {background-color: #ddd;}
	.pageinput{
		margin: 4px 3px;
		width: 50px;
		border: 1px solid #b1b1b1;
		height: 28px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}


	/**********************************************************************/

	/*新增主体*/
	.listform{
		width: 95%;
		margin: 5px auto 0;
	}
	.listform ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.listform ul li{
		float: left;
		/*height: 38px;*/
		line-height: 38px;
		text-align: center;
	}
	.noborder_right{
		border-right: none;
	}
	.explain{
		background-color: #ecf6fc;
		width: 98%;
		padding: 5px 1%;
		line-height: 24px;
	}
	.subject_title{
		margin: 10px 0;
		font-size: 18px;
		color: #1576b4;
	}
	.select{
		border: 0;
		width: 95%;
		height: 36px;
		background: none;
	}
	.inputbox{
		border: 0;
		width: 93%;
		height: 36px;
	}
	.row{
		width: 100%;
		line-height: 38px;
		border-bottom: 1px solid #cdcdcd;
	}
	.row li{
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.button{
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}
	.reset{
		margin-right:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.reset img{
		width: 23px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}
	.submit{
		margin-left:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #1b7ab6;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.submit img{
		width: 30px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}




	/*分级页面lever1-4*/
	.pic_btn{
		width: 100%;
		/*display: inline-block;*/
	}
	.pic_btn li{
		float: left;
		text-align: center;
	}
	.pic_btn li a{
		font-size: 36px;
		color: #fff;
		line-height: 152px;
	}
	.pic_btn li a img{
		position: relative;
		top: 30px;
		right: 10px;
	}
	.org_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.blue_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*新增备案record_list*/
	.record{
		margin: 10px auto 0;
		width: 95%;
	}
	.record a:hover{
		color: #fff;
	}
	.add{
		margin: 0 1px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		padding: 0 6px;
		color: #fff;
	}
	/*信息及图片导入pic_add,information_add*/
	.information{
		margin: 3% auto 5%;
		width: 95%;
	}
	.inputfile{
		border:1px solid #cdcdcd;
		width: 76%;
		height: 36px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.browse{
		/*width:70px;*/
		padding: 0 15px;
		height:36px;
		line-height: 36px;
		font-size:14px;
		border:1px solid #4995c5;
		background:#cfe7f7;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.preview{
		width: 80%;
		height: 100%;
		min-height: 100px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*黑色透明框*/
	.tanchuang_wrap{
		width:100%;
		height:100%;
		position:absolute;
		left: 0px;
		top: 0px;
		z-index:100;
		display:none;
	}
	.lightbox{
		width:100%;
		z-index:101;
		height:100%;
		background-color:black;
		filter:alpha(Opacity=30);
		-moz-opacity:0.3;
		opacity: 0.3;
		position:absolute;
		top:0px;
		left:0px;
	}
	.tanchuang_neirong{
		width:40%;
		height:auto;
		padding-bottom: 30px;
		background-color:#FFF;
		position:absolute;
		z-index:105;
		left: 30%;
		top: 20%;
	}
	.tanchuang_bg{
		width: 100%;
		height: 42px;
		line-height: 42px;
		background-color: #ecf6fc;
		border-bottom: 1px solid #488ccd;
	}
	.tanchuang_title{
		width: 50%;
		margin-left: 10px;
		color: #488ccd;
	}
	.tanchuang_close{
		width: 47%;
		margin-right: 10px;
		cursor: pointer;
		text-align: right;
		position: absolute;
		right: 0;
	}
	.tanchuang_num{
		width: 96%;
		height: 36px;
		line-height: 36px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*申报列表-查看进度*/
	.declare_list{
		margin: 2% auto;
		width: 95%;
		border: 1px solid #488ccd;
	}
	.declare_title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #488ccd;
		color: #488ccd;
	}
	.declare_con{
		width: 95%;
		margin: 2% auto 3%;
		line-height: 25px;
	}
	.declare_btn{
		text-align: right;
		position: relative;
		right: 10px;
		bottom: 10px;
	}
	.downrow{
		width: 95%;
		margin:0 auto;
		text-align: center;
	}
	.export{
		float: right;
		line-height: 30px;
		position: relative;
		right: 8px;
		top: 4px;
		padding: 0 10px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.export a{
		color: #fff;
	}
	.export a:hover{
		color: #fff;
	}

	.logistics{
		margin: 10px auto;
		width: 100%;
	}
	.email{
		width: 45%; 
		border-right: 1px solid #cdcdcd;
	}
	.mc_input{
		width: 17%;
		border-right: 1px solid #cdcdcd;
	}
	.mail_code{
		width: 30%; 
		background: #969696; 
		border-radius: 3px; 
		padding: 2px 3px;
		color: #fff;
		font-size: 12px;
	}

}





/********************************************************************************************************************/
@media screen and (max-width: 1023px){
	.location{
		margin: 1% auto;
		position: relative;
		width: 95%;
		border-bottom: 2px solid #167aee;
	}
	.location h3{
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		padding-left: 10px;
	}
	.list{
		width: 95%;
		margin: 20px auto 0;
	}
	.list ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.list ul li{
		float: left;
		height: 38px;
		line-height: 38px;
		text-align: center;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
	.list_bule{
		background-color: #ecf6fc;
		border:1px solid #3d85ca;
	}
	.list_bule li{
		border-right: 1px solid #3d85ca;
	}
	.list_white{
		background-color: #fff;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_white li{
		border-right: 1px solid #cdcdcd;
	}
	.list_gray{
		background-color: #f1f1f1;
		border:1px solid #cdcdcd;
		border-top: none;
	}
	.list_gray li{
		border-right: 1px solid #cdcdcd;
	}

	/*按钮button*/
	.edit{
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		width: 65px;
		color: #fff;
		display: inline-block;
	}
	.del{
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		line-height: 30px;
		/*width: 65px;*/
		padding: 0 3px;
		color: #fff;
		display: inline-block;
	}
	.sure{
		margin: 0 5px;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		/*width: 55px;*/
		padding: 0 7px;
		color: #fff;
	}




	/*页码*/
	.page{
		margin: 5px auto;
		/*position: relative;*/
		width: 95%;
		height: 38px;
		border: 1px solid #cdcdcd;
		background: #fff
	}
	ul.pagination {
		display: inline-block;
		padding: 0;
		margin: 0;
	}

	ul.pagination li {display: inline; color: #b1b1b1;}

	ul.pagination li span {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 12px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	ul.pagination li a {
		color: #4a97d4;
		float: left;
		margin-top: 3px;
		padding: 6px 6px;
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	ul.pagination li span.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li a.active {
		background-color: #4a97d4;
		color: white;
	}

	ul.pagination li span:hover:not(.active) {background-color: #ddd;}
	ul.pagination li a:hover:not(.active) {background-color: #ddd;}
	.pageinput{
		margin: 4px 3px;
		width: 50px;
		border: 1px solid #b1b1b1;
		height: 28px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}


	/**********************************************************************/

	/*新增主体*/
	.listform{
		width: 95%;
		margin: 5px auto 0;
	}
	.listform ul{
		width: 100%;
		display: table;
		/*float: left;*/
	}
	.listform ul li{
		float: left;
		/*height: 38px;*/
		line-height: 38px;
		text-align: center;
	}
	.noborder_right{
		border-right: none;
	}
	.explain{
		background-color: #ecf6fc;
		width: 98%;
		padding: 5px 1%;
		line-height: 24px;
	}
	.subject_title{
		margin: 10px 0;
		font-size: 18px;
		color: #1576b4;
	}
	.select{
		border: 0;
		width: 95%;
		height: 36px;
		background: none;
	}
	.inputbox{
		border: 0;
		width: 93%;
		height: 36px;
	}
	.row{
		width: 100%;
		line-height: 38px;
		border-bottom: 1px solid #cdcdcd;
	}
	.row li{
		width: 100%;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	.button{
		width: 95%;
		margin: 30px auto;
		text-align: center;
	}
	.reset{
		margin-right:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.reset img{
		width: 23px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}
	.submit{
		margin-left:30px;
		width: 100px;
		height: 42px;
		line-height: 42px;
		background-color: #1b7ab6;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	border: 0;
		outline: none;
		border-style:none;
	}
	.submit img{
		width: 30px;
		height: 23px;
		position: relative;
		top: 5px;
		right: 5px;
	}




	/*分级页面lever1-4*/
	.pic_btn{
		width: 100%;
		/*display: inline-block;*/
	}
	.pic_btn li{
		float: left;
		text-align: center;
	}
	.pic_btn li a{
		font-size: 36px;
		color: #fff;
		line-height: 152px;
	}
	.pic_btn li a img{
		position: relative;
		top: 30px;
		right: 10px;
	}
	.org_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.blue_btn{
		margin: 15% 0 0 15%;
		width: 316px;
		height: 152px;
		background: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*新增备案record_list*/
	.record{
		margin: 10px auto 0;
		width: 95%;
	}
	.record a:hover{
		color: #fff;
	}
	.add{
		margin: 0 0;
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	float: left;
		height: 30px;
		padding: 0 3px;
		color: #fff;
	}
	/*信息及图片导入pic_add,information_add*/
	.information{
		margin: 3% auto 5%;
		width: 95%;
	}
	.inputfile{
		border:1px solid #cdcdcd;
		width: 72%;
		height: 36px;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.browse{
		/*width:70px;*/
		padding: 0 15px;
		height:36px;
		line-height: 36px;
		font-size:14px;
		border:1px solid #4995c5;
		background:#cfe7f7;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.preview{
		width: 80%;
		height: 100%;
		min-height: 100px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*黑色透明框*/
	.tanchuang_wrap{
		width:100%;
		height:100%;
		position:absolute;
		left: 0px;
		top: 0px;
		z-index:100;
		display:none;
	}
	.lightbox{
		width:100%;
		z-index:101;
		height:100%;
		background-color:black;
		filter:alpha(Opacity=30);
		-moz-opacity:0.3;
		opacity: 0.3;
		position:absolute;
		top:0px;
		left:0px;
	}
	.tanchuang_neirong{
		width:40%;
		height:auto;
		padding-bottom: 30px;
		background-color:#FFF;
		position:absolute;
		z-index:105;
		left: 30%;
		top: 10%;
	}
	.tanchuang_bg{
		width: 100%;
		height: 42px;
		line-height: 42px;
		background-color: #ecf6fc;
		border-bottom: 1px solid #488ccd;
	}
	.tanchuang_title{
		width: 50%;
		margin-left: 10px;
		color: #488ccd;
	}
	.tanchuang_close{
		width: 47%;
		margin-right: 10px;
		cursor: pointer;
		text-align: right;
		position: absolute;
		right: 0;
	}
	.tanchuang_num{
		width: 96%;
		height: 36px;
		line-height: 36px;
		border:1px solid #cdcdcd;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}

	/*申报列表-查看进度*/
	.declare_list{
		margin: 2% auto;
		width: 95%;
		border: 1px solid #488ccd;
	}
	.declare_title{
		width: 100%;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #488ccd;
		color: #488ccd;
	}
	.declare_con{
		width: 95%;
		margin: 2% auto 3%;
		line-height: 25px;
	}
	.declare_btn{
		text-align: right;
		position: relative;
		right: 10px;
		bottom: 10px;
	}
	.downrow{
		width: 95%;
		margin:0 auto;
		text-align: center;
	}
	.export{
		float: right;
		line-height: 30px;
		position: relative;
		right: 8px;
		top: 4px;
		padding: 0 7px;
		background: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	}
	.export a{
		color: #fff;
	}
	.export a:hover{
		color: #fff;
	}

	.logistics{
		margin: 10px auto;
		width: 100%;
	}
	.email{
		width: 42%; 
		border-right: 1px solid #cdcdcd;
	}
	.mc_input{
		width: 16%;
		border-right: 1px solid #cdcdcd;
	}
	.mail_code{
		width: 30%; 
		background: #969696; 
		border-radius: 3px; 
		padding: 2px 2px;
		color: #fff;
		font-size: 12px;
	}

}





/*账务 accounting.css*/
@media screen and (max-width: 1920px){
	.accounting{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.accounting_left{
		margin: 0 auto;
		width: 30%;
		float: left;
		margin-left:2%;
	}
	.accounting_right{
		margin: 24px auto 0;
		width: 65%;
		float: left;
	}
	.accounting_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #1481c5;
	}
	.check{
		margin: 4px auto 0;
		background-color: #1481c5;
		border-radius: 5px;

		display: inline;
		padding: 4px 6px;
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.account{
		margin: 4px auto 0;
		/*width: 33%;*/
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
		/*padding: 0px 6px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
		padding: 4px 6px;
		display: inline;
	}
	.mistake{
		margin: 4px auto 0;
		width: 33%;
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	height: 30px;
		line-height: 30px;
		/*padding: 6px 20px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.bill_explain{
		width: 95%;
		margin: 0 2.5%;
		background: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
		padding: 10px 0;
		display: inline-block;
	}
	.explain_left{
		width: 73%;
		margin-left:1%;
		float: left;
	}
	.explain_left p{
		line-height: 24px;
	}
	.blue{
		color: #1481c5;
	}
	.grey{
		color: #ccc;
	}
	.red{
		color:#c30000;
	}
	.explain_right{
		width: 25%;
		float: left;
		text-align: right;
	}
}


/********************************************************************************************/
@media screen and (max-width: 1680px) and (min-width: 1440px){
	.accounting{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.accounting_left{
		margin: 0 auto;
		width: 30%;
		float: left;
		margin-left:2%;
	}
	.accounting_right{
		margin: 24px auto 0;
		width: 65%;
		float: left;
	}
	.accounting_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #1481c5;
	}
	.check{
		margin: 4px auto 0;
		/*width: 33%;*/
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
		/*height: 30px;*/
		/*line-height: 30px;*/
		display: inline;
		padding: 4px 6px;
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.account{
		margin: 4px auto 0;
		/*width: 33%;*/
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
	/*height: 30px;*/
		/*line-height: 30px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
		padding: 4px 6px;
		display: inline;
	}
	.mistake{
		margin: 4px auto 0;
		width: 33%;
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-o-border-radius:5px;
		height: 30px;
		line-height: 30px;
		/*padding: 6px 15px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.bill_explain{
		width: 95%;
		margin: 0 2.5%;
		background: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
		padding: 10px 0;
		display: inline-block;
	}
	.explain_left{
		width: 70%;
		margin-left:1%;
		float: left;
	}
	.explain_left p{
		line-height: 24px;
	}
	.blue{
		color: #1481c5;
	}
	.grey{
		color: #ccc;
	}
	.red{
		color:#c30000;
	}
	.explain_right{
		width: 28%;
		float: left;
		text-align: right;
	}
}



/********************************************************************************************/
@media screen and (max-width: 1439px) and (min-width: 1280px){
	.accounting{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.accounting_left{
		margin: 0 auto;
		width: 30%;
		float: left;
		margin-left:2%;
	}
	.accounting_right{
		margin: 24px auto 0;
		width: 65%;
		float: left;
	}
	.accounting_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #1481c5;
	}
	.check{
		margin: 4px auto 0;
		/*width: 33%;*/
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
	display: inline;
		padding: 4px 6px;
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.account{
		margin: 4px auto 0;
		/*width: 33%;*/
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
		/*padding: 0px 6px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
		padding: 4px 6px;
		display: inline;
	}
	.mistake{
		margin: 4px auto 0;
		width: 33%;
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	height: 30px;
		line-height: 30px;
		/*padding: 6px 6px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.bill_explain{
		width: 95%;
		margin: 0 2.5%;
		background: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
		padding: 10px 0;
		display: inline-block;
	}
	.explain_left{
		width: 70%;
		margin-left:1%;
		float: left;
	}
	.explain_left p{
		line-height: 24px;
	}
	.blue{
		color: #1481c5;
	}
	.grey{
		color: #ccc;
	}
	.red{
		color:#c30000;
	}
	.explain_right{
		width: 28%;
		float: left;
		text-align: right;
	}
}



/********************************************************************************************/
@media screen and (max-width: 1279px) and (min-width: 1024px){
	.accounting{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.accounting_left{
		margin: 0 auto;
		width: 30%;
		float: left;
		margin-left:2%;
	}
	.accounting_right{
		margin: 24px auto 0;
		width: 65%;
		float: left;
	}
	.accounting_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #1481c5;
	}
	.check{
		margin: 4px auto 0;
		/*width: 50%;*/
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
	display: inline;
		padding: 4px 6px;
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.account{
		margin: 4px auto 0;
		/*width: 50%;*/
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
		/*padding: 0px 6px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
		padding: 4px 6px;
		display: inline;
	}
	.mistake{
		margin: 4px auto 0;
		width: 50%;
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	height: 30px;
		line-height: 30px;
		/*padding: 6px 20px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.bill_explain{
		width: 95%;
		margin: 0 2.5%;
		background: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
		padding: 10px 0;
		display: inline-block;
	}
	.explain_left{
		width: 73%;
		margin-left:1%;
		float: left;
	}
	.explain_left p{
		line-height: 24px;
	}
	.blue{
		color: #1481c5;
	}
	.grey{
		color: #ccc;
	}
	.red{
		color:#c30000;
	}
	.explain_right{
		width: 25%;
		float: left;
		text-align: right;
	}
}



/********************************************************************************************/
@media screen and (max-width: 1023px){
	.accounting{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.accounting_left{
		margin: 0 auto;
		width: 30%;
		float: left;
		margin-left:2%;
	}
	.accounting_right{
		margin: 24px auto 0;
		width: 65%;
		float: left;
	}
	.accounting_title{
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #1481c5;
	}
	.check{
		margin: 4px auto 0;
		/*width: 53%;*/
		background-color: #1481c5;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
	display: inline;
		padding: 4px 6px;
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.account{
		margin: 4px auto 0;
		/*width: 53%;*/
		background-color: #de9a20;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	/*height: 30px;*/
		/*line-height: 30px;*/
		/*padding: 0px 6px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
		padding: 4px 6px;
		display: inline;
	}
	.mistake{
		margin: 4px auto 0;
		width: 53%;
		background-color: #c30000;
		border-radius: 5px;
		-webkit-border-radius:5px; //适配以webkit为核心的浏览器(chrome、safari等)
	-moz-border-radius:5px; //适配firefox浏览器
	-ms-border-radius:5px; //适配IE浏览器
	-o-border-radius:5px; //适配opera浏览器
	height: 30px;
		line-height: 30px;
		/*padding: 6px 20px;*/
		color: #fff;
		text-align:center;
		cursor: pointer;
	}
	.bill_explain{
		width: 95%;
		margin: 0 2.5%;
		background: #fff;
		border: 1px solid #cdcdcd;
		border-top: none;
		padding: 10px 0;
		display: inline-block;
	}
	.explain_left{
		width: 73%;
		margin-left:1%;
		float: left;
	}
	.explain_left p{
		line-height: 24px;
	}
	.blue{
		color: #1481c5;
	}
	.grey{
		color: #ccc;
	}
	.red{
		color:#c30000;
	}
	.explain_right{
		width: 25%;
		float: left;
		text-align: right;
	}
}