@charset "utf-8";

html {
	font-family: "微软雅黑","Helvetica Neue", Helvetica, STHeiTi,  Arial, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	min-width: 1200px;
	margin: 0;
	font-size: 14px;
	color: #666;
	-webkit-overflow-scrolling: touch;
	text-align: center;
	background-color: #ffffff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,legend, button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

fieldset, img {
	border:none;
}

:focus {
	outline:0;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus{
	border-color: #6FADF2;
}

input[type=text].error:focus,
input[type=password].error:focus,
textarea.error:focus{
	border-color: red;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;font-weight:normal;
}

input, button, textarea, select {
	font-size: 100%;
	outline:none;
	-webkit-appearance:none;
}



ol, ul, li {
	list-style: none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	word-wrap:break-word;
}

input{
	background: transparent;
	border: 1px solid #b3b3b3;
}

img{
	vertical-align: middle;
	width:100%;
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #BFBFBF;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #BFBFBF;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #BFBFBF;
}

.iframebody {
	min-width: 1000px;
}

.bor1{
	border: solid 1px red;
}

.bor2{
	border: solid 1px orange;
}

.clearfix:after{
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

.clearfix{
	zoom:1;
	
}

.clearfix>li,.fl{
	float: left;
}

.clearfix>li.fr,.fr{
	float: right;
}

.f{
	display: flex;
	justify-content: center;
	align-items: center;
}

.f.fs{
	justify-content: flex-start;
}

.f.fe{
	justify-content: flex-end;
}

.f.fsa{
	justify-content: space-around;
}

.f.fb{
	justify-content: space-between;
}

.f.fn{
	flex-direction: column;
}

.f.fp{
	flex-wrap: wrap;
}

.flex{
	flex: 1;
}

.fw{
	width: 1200px;
	margin: 0 auto;
}

.wp50{width: 50% !important;}
.wp100{width: 100% !important;}
.wp60{width: 60% !important;}
.wp40{width: 40% !important;}
.w250{width: 250px;}
.w560{width: 560px;}
.w900{width: 900px;}
.w60{width: 57px;}
.col2{color: #B92828;}
.col3{color: #004C92;}
.mtb,.mt20{margin: 20px 0;}
.mt{margin-top: 20px;}
.pad20{padding: 20px;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}

.nodata{
	line-height: 100px;
	text-align: center;
	color: red;
}

.el{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.txtbox{
	position: relative;
	width: 300px;
	height: 30px;
	padding: 0px 6px;
	margin: 0 10px;
	line-height: 28px;
	background: #FCFCFC;
	border: solid 1px #CACACA;
	border-radius: 5px;
}

.mask{
	position: fixed;
	z-index:100000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0,0,0,.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

/* 自定义下拉框 */
.combox{
	position: relative;
	z-index: 9999;
	width: auto;
	padding: 0 5px;
	text-align: left;
	cursor: pointer;
}

.stationBox .combox:before{
	content: '[';
	position: absolute;
	top: 0;
	left: 0;
}

.stationBox .combox:after{
	content: ']';
	position: absolute;
	top: 0;
	right: 0;
}

.comlist{
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	display: none;
	min-width: 100%;
	max-height: 300px;
	background: #fff;
	border: solid 1px #3A9FD3;
	overflow: auto;
}

.combox .slimScrollDiv{
	position: absolute !important;
	left: 0 !important;
	display: none;
	width: 100% !important;
}


.combox .slimScrollDiv .comlist{
	top: 0 !important;
	width: 100% !important;
}

.comtext{
	display: block;
	padding: 0 20px 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: url(/img/images/arrow3.png) no-repeat right center;
}

.comlist>li{
	height: 30px;
	padding: 0 5px;
	line-height: 30px;
	color: #3A9FD3;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.comlist>li:hover,
.comlist>li.active{
	color: #fff;
	background: #008DFF;
}
/* 自定义下拉框 */

/* path start */
.path{
	height: 45px;
	padding-right: 5px;
	line-height: 45px;
}

.CurPage{
    font-weight: bolder;
    color: #004C92;
}
/* path end */

/* titbox start */
.titbox{
	position: relative;
	padding: 0 10px;
	border: solid 1px #D2D2D2;
	border-width: 1px 1px 0 1px;
}

.titbox.bd{
	border-width: 1px 1px;
}

.More{
	position: absolute;
	top: 12px;
	right: 10px;
	font-weight: bolder;
	color: #004C92;
}

.titbox>h2{
	line-height: 40px;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #004C92;
	background: url(/img/images/titlebg.png) no-repeat left bottom;
}
/* titbox end */

/* 分页 */
.pagebox{
	height: 80px;
	padding: 27px 0;
	font-size: 13px;
	text-align: center;
	color: #727272;
}

.p-wrap{
	display: inline-block;
}

.p-num a{
	float: left;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 2px;
	line-height: 25px;
	text-align: center;
	color: #000;
	background: url(/img/images/page.png) no-repeat;
	cursor: pointer;
}


.p-num a:hover,
.p-num a.curr{
	color: #fff;
	background: url(/img/images/page-hover.png) no-repeat;
}

.p-num a.ptn[disabled]:hover{
	color: #000;
	background: url(/img/images/page.png) no-repeat;
}

.p-ellip{
	float: left;
	display: inline-block;
	width: 25px;
	margin: 0 2px;
	line-height: 25px;
}

.p-skip{
	line-height: 25px;
}

.p-currentpage{
	width:40px;
	height:25px;
	margin: 0 3px;
	text-align: center;
	border:1px solid #dadada;
	border-radius:6px;
}

.p-jump{
	padding: 3px 8px;
	margin-left: 8px;
	color: #B92828;
	border: solid 1px;
	border-radius: 5px;
	cursor: pointer;
}

.p-jump:hover{
	color: #fff;
	background: #B92828;
}
/* 分页 */