/*亮色:		#6F9C17		*/
/*本色:		#1982C2		*/
/*暗色:		#00395C		*/
/*灰暗:		#656761		*/
/*灰亮:		#9C9B9B		*/
/*系统*********/
body,
td{
	font-family:微软雅黑,宋体,Arial;
	color:#333333;
}
p{
	margin:0px;
}
.noactive{
	display:none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1982C2;
}
.boxvalue{
	margin-left:8px;
	margin-right:8px;
}
.boxvaluef{
	margin-left:-8px;
	margin-right:-8px;
}
.box-value{
	margin-left:-7px;
	margin-right:-7px;
}
.box-valuef{
	margin-left:7px;
	margin-right:7px;
}
.boxvalue:before,
.boxvalue:after,
.box-value:before,
.box-value:after{
	display:table;
	content:" ";
}
.boxvalue:after,
.box-value:after{
	clear:both;
}
.item-top{
	padding-top:15px;
}
.item-bottom{
	padding-bottom:15px;
}
.item-top-min{
	padding-top:5px;
}
.item-bottom-min{
	padding-bottom:5px;
}
.width_all{
	width:100%;
}
@media (max-width:767px) {
	.left-xs{ text-align:left; }
	.center-xs{ text-align:center; }
	.right-xs{ text-align:right; }
}
@media (min-width:768px) and (max-width:991px) {
	.left-sm{ text-align:left; }
	.center-sm{ text-align:center; }
	.right-sm{ text-align:right; }
}
@media (min-width:992px) and (max-width:1199px) {
	.left-md{ text-align:left; }
	.center-md{ text-align:center; }
	.right-md{ text-align:right; }
}
@media (min-width:1200px) {
	.left-lg{ text-align:left; }
	.center-lg{ text-align:center; }
	.right-lg{ text-align:right; }
}
.texttitle{
	width:100%;
	height:30px;
	line-height:30px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.title{
	font-weight:700;
	font-size:19px;
}
.iteminfo{
	width:100%;
	float: left;
}
.iteminfo > div{
	width:100%;
	position:relative;
	float: left;
}
.iteminfo > div a{
	width:100%;
	float: left;
}
.iteminfo > div img{
	width:100%;
	border:solid 1px #D0D0D0;
	padding:1px;
}
.iteminfo > div > .texttitle{
	height:26px;
	font-size:14px;
	line-height:26px;
	position:absolute;
	left:0px;
	bottom:0px;
	font-weight:100;
	text-align:center;
	border-bottom:0px;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.5);
}
.red{
	color:#FF0000;
}
.nowsite{
	padding:10px;
	text-align:right;
	border-bottom:solid 1px #D0D0D0;
}
#content p,
.content p{
	text-indent:2em;
}

/*翻页*********/
.pages{
	text-align:center;
}
.pages input[type="color"],
.pages input[type="email"],
.pages input[type="number"],
.pages input[type="password"],
.pages input[type="tel"],
.pages input[type="url"],
.pages input[type="text"],
.pages textarea,
.pages select{
	margin-bottom:0px;
}
.pages .pages_inp,
.pages input[type="button"]{
	height:28px;
	-webkit-border-radius:3px !important;
	-moz-border-radius:3px !important;
	border-radius:3px !important;
}
.pages .pages_inp{
	border:solid 1px #D0D0D0;
	width:40px;
	text-align:center;
}
.pages input[type="button"]{
	padding:0px 5px;
	border:0px;
	background-color:#1982C2;
	color:#FFFFFF;
}

/*头部01*********/
.header01 p{
	width:100%;
	color:#C90000;
	font-size:36px;
	padding-top:10px;
	text-align:right;
	float:right;
}
.header01 p a{
	font-weight:700;
	color:#C90000;
	text-decoration:none !important;
}
.header01 span{
	color:#FFFFFF;
	background-color:#1982C2;
	font-size:15px;
	margin-top:2px;
	padding:3px 25px;
	text-align:center;
	float:right;
	clear:both;
}

/*头部02*********/
.header02 .butgroup a{
	width:85px;
	height:85px;
	font-weight:700;
	color:#FFFFFF;
	font-size:14px;
	padding-top:10px;
	border:solid 3px #D0D0D0;
	background-color:#1982C2;
	margin:5px 0px 0px 15px;
	text-decoration:none !important;
	float:right;
	text-align:center;
	-webkit-border-radius:50% 50% !important;
	-moz-border-radius:50% 50% !important;
	border-radius:50% 50% !important;
}
.header02 .butgroup a:hover{
	background-color:#6F9C17;
}
.header02 .butgroup a i{
	font-size:30px;
}

/*头部03+导航*********/
.header03 p{
	width:100%;
	color:#C90000;
	font-size:36px;
	text-align:right;
	float:right;
}
.header03 p a{
	font-weight:700;
	color:#C90000;
	text-decoration:none !important;
}
.header03box{
	background-color:rgba(255,255,255,0.8);
	width:100%;
	top:0px;
	left:0px;
	z-index:20000;
	position:fixed;/* for ie6 */ _width:100%; _top:0px; _left:0px; _position:absolute; _top:expression(documentElement.scrollTop);
}
.header03 .space{
	padding-top:15px;
}
.header03 .menu{
	height:39px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
.header03 .menu table{
	width:100%;
	border-left:solid 1px rgba(0,0,0,0.1);
}
.header03 .menu table td{
	text-align:center;
}
.header03 .menu a{
	width:100%;
	color:#1982C2;
	text-decoration:none !important;
	font-weight:100;
	white-space:nowrap;
	font-size:15px;
	padding:10px 3px;
	color:#000000;
	display:block;
}
.header03 .menu a:hover,
.header03 .menu a.menuon{
	color:#006EBB;
}
@media (max-width:991px) {
	.header03 p {
		font-size: 20px;
	}
	.header03 .menu{
		height:31px;
		padding:0px;
		background-color:#006EBB;
	}
	.header03 .menu table{
		border-left:0px;
	}
	.header03 .menu table td{
		border-right:0px;
	}
	.header03 .menu a{
		color:#FFFFFF;
		line-height:31px;
		padding:0px 3px;
	}
	.header03 .menu a:hover,
	.header03 .menu a.menuon{
		background-color:#D0D0D0;
	}
}
@media (min-width:992px) {
	.boxvaluef .row{
		margin:0px;
	}
}

/*头部04*********/
.header04 p{
	width:100%;
	color:#C90000;
	font-size:36px;
	padding-top:2px;
	text-align:right;
	float:right;
}
.header04 p a{
	font-weight:700;
	color:#C90000;
	text-decoration:none !important;
}
.header04 .search{
	width:100%;
	background-color:#FFFFFF;
	float:right;
	clear:both;
    border:1px solid #D0D0D0;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.header04 .search table{
	width:100%;
}
.header04 .search td{
	width:30px;
	padding:5px;
}
.header04 .search table .width_all{
	width:100%;
}
.header04 .search td i{
	font-size:18px;
	line-height:22px;
	padding-left:5px;
}
.header04 .search td input[type="text"]{
	width:100%;
	height:22px;
	line-height:20px;
	border:0px;
}
.header04.search td select{
	height:22px;
	line-height:20px;
	border:solid 1px #D0D0D0;
}
.header04 .search .button{
	padding:0px;
	
}
.header04 .search .button input[type="submit"]{
	height:33px;
	font-size:16px;
	line-height:30px;
	color:#FFFFFF;
	background-color:#1982C2;
	padding:0px 20px;
    border:0px;
	float:right;
    -moz-border-radius:0px 7px 7px 0px;
    -webkit-border-radius:0px 7px 7px 0px;
    border-radius:0px 7px 7px 0px;
}

/*导航01*********/
.menu01box{
	background-color:#1982C2;
}
.menu01 > div{
	height:30px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
.menu01 > div table td{
	line-height:30px;
	color:#FFFFFF;
}
.menu01 > div a{
	color:#FFFFFF;
	font-weight:700;
	white-space:nowrap;
	padding:0px 10px;
}
.menu01 > div a:hover,
.menu01 > div a.menuon{
	color:#D0D0D0;
}

/*导航02*********/
.menu02box{
	background-color:#1982C2;
}
.menu02 > div{
	height:42px;
	width:100%;
	padding-top:8px;
	white-space:nowrap;
	overflow:hidden;
}
.menu02 > div table{
	width:100%;
}
.menu02 > div table td{
	line-height:34px;
	color:#FFFFFF;
}
.menu02 > div a{
	width:100%;
	text-decoration:none !important;
	font-weight:700;
	display:block;
	color:#FFFFFF;
	margin:1px;
	padding:0px 5px;
	text-align:center;
}
.menu02 > div a:hover,
.menu02 > div a.menuon{
    color:#FFFFFF;
    background-image:-webkit-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:-moz-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:linear-gradient(top,#656761 10%,#9C9B9B 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#656761', StartColorStr='#9C9B9B');
	margin:0px;
    border:1px solid #999A98;
    text-shadow:0px -1px 1px rgba(0,0,0,0.7);
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}

/*导航03*********/
.menu03box{
    background-image:-webkit-linear-gradient(top,#1982C2 10%,#00395C 100%);
    background-image:-moz-linear-gradient(top,#1982C2 10%,#00395C 100%);
    background-image:linear-gradient(top,#1982C2 10%,#00395C 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#1982C2', StartColorStr='#00395C');
}
.menu03 > div{
	height:44px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
.menu03 > div table{
	width:100%;
}
.menu03 > div table td{
	line-height:44px;
	color:#FFFFFF;
}
.menu03 > div a{
	width:100%;
	text-decoration:none !important;
	font-weight:700;
	display:block;
	color:#FFFFFF;
	padding:0px 5px;
	text-align:center;
}
.menu03 > div a:hover,
.menu03 > div a.menuon{
    color:#FFFFFF;
    background-image:-webkit-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:-moz-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:linear-gradient(top,#656761 10%,#9C9B9B 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#656761', StartColorStr='#9C9B9B');
}

/*导航04*********/
.menu04box{
	background-color:#1982C2;
}
.menu04 a{
	width:100%;
	text-decoration:none !important;
	font-weight:700;
	display:block;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
}
.menu04 a:hover,
.menu04 a.menuon{
    color:#FFFFFF;
	background-color:#6F9C17;
}
@media (max-width:991px) {
	.menu04 a{
		padding:2px;
	}
}

/*导航05*********/
.menu05box{
	background-color:#1982C2;
	padding:2px 0px;
}
.menu05{
	padding:0px 2px;
}
.menu05 .menubox{
	padding:2px;
}
.menu05 a{
	width:100%;
	text-decoration:none !important;
	font-weight:700;
	display:block;
	color:#FFFFFF;
	margin:1px;
	padding:3px 9px;
	text-align:center;
}
.menu05 a:hover,
.menu05 a.menuon{
    color:#FFFFFF;
    background-image:-webkit-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:-moz-linear-gradient(top,#656761 10%,#9C9B9B 100%);
    background-image:linear-gradient(top,#656761 10%,#9C9B9B 100%);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#656761', StartColorStr='#9C9B9B');
	margin:0px;
    border:1px solid #999A98;
    text-shadow:0px -1px 1px rgba(0,0,0,0.7);
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

/*信息大块01*********/
.infomax01 p,
.infomax01 .box1{
	width:100%;
	height:88px;
	overflow:hidden;
	font-size:13px;
	line-height:22px;
	margin:0px;
	margin-bottom:10px;
	position:relative;
	float:left;
}
.infomax01 p img,
.infomax01 .box1 img{
	width:88px;
	height:88px;
	margin-right:10px;
	border:solid 3px #D0D0D0;
	-webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	border-radius:100% !important;
}
.infomax01 p a{
	font-weight:700;
	height:20px;
	line-height:20px;
	position:absolute;
	left:0px;
	top:0px;
	padding-left:98px;
}
.infomax01 span{
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	padding:3px 20px;
	background-color:#1982C2;
	float:left;
}
.infomax01 span a{
	height:20px;
	line-height:20px;
	color:#FFFFFF;
}
.infomax01 .box1 > div{
	width:100%;
	height:88px;
	left:0px;
	top:0px;
	padding-left:98px;
	position:absolute;
}
.infomax01 .box1 > div a{
	font-weight:700;
	text-align:center;
}
.infomax01 .box1 > div > div > dl{
	width:100%;
	margin:0px;
	float:left;
}
.infomax01 .box1 > div > div > dl > dt,
.infomax01 .box1 > div > div > dl > dd{
	width:50%;
	height:30px;
	float:left;
}
.infomax01 .box1 > div > div > dl > dt > a{
	font-weight:100;
	padding-right:10px;
	text-align:right;
	border-right:solid 1px #D0D0D0;
}
.infomax01 .box1 > div > div > dl > dd > a{
	font-weight:100;
	padding-left:10px;
	text-align:left;
}

/*信息大块02*********/
.infomax02 .boxtitle span{
	width:100%;
	font-weight:700;
	font-size:18px;
	border-bottom:solid 2px #1982C2;
	padding-bottom:5px;
	float:left;
}
.infomax02 font{
	width:20px;
	height:20px;
	line-height:18px;
	border:solid 1px #0972B2;
	background-color:#1982C2;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	float:left;
}
.infomax02 .texttitle{
	position:absolute;
	left:0px;
	top:0px;
	padding-left:40px;
}

/*信息大块03*********/
.infomax03 span{
	width:100%;
	font-weight:700;
	font-size:18px;
	border-bottom:solid 2px #1982C2;
	padding-bottom:5px;
	float:left;
}
.infomax03 font{
	width:20px;
	height:20px;
	line-height:18px;
	border:solid 1px #0972B2;
	background-color:#1982C2;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	float:left;
}

/*信息大块04*********/
.infomax04 .hr{
	border-bottom:solid 2px #D0D0D0;
}
.infomax04 .box1{
	margin-bottom:-2px;
}
.infomax04 .box2{
	border:solid 2px #D0D0D0;
	border-top:0px;
}
.infomax04 .scrollbox{
	padding-bottom:18px;
}
.infomax04 .scrolljt{
	background:url(../images/jt.png) no-repeat center bottom;
}
.infomax04 .itemunit{
	position:relative;
}
.infomax04 .itemunit  > div{
	cursor:default;
}
.infomax04 .itemunit .info{
	display:block;
	border:solid 3px #D0D0D0;
	background-color:#1982C2;
	-webkit-border-radius:50% 50% !important;
	-moz-border-radius:50% 50% !important;
	border-radius:50% 50% !important;
}
.infomax04 .itemunit a:hover,
.infomax04 .active{
	background-color:#6F9C17 !important;
}
.infomax04 .itemunit .info img{
	width:100%;
}
.infomax04 .itemunit .info p{
	position:absolute;
	width:100%;
	left:0px;
	top:40%;
	font-size:60px;
	line-height:35px;
	margin-top:-10px;
	text-align:center;
	color:#FFFFFF;
}
.infomax04 .itemunit .info p span{
	font-size:16px;
}

/*信息小块01*********/
.infomin01 .boxtitle{
}
.infomin01 .menu{
	height:28px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
}
.infomin01 .menu > div{
	height:28px;
	width:100%;
	white-space:nowrap;
	border-bottom:solid 1px #D0D0D0;
}
.infomin01 .menu table{
}
.infomin01 .menu font,
.infomin01 .menu span{
	line-height:28px;
	font-weight:700;
	display:block;
	padding:0px 10px;
	text-align:center;
	cursor:default;
	float:left;
	width:100%;
	background-color:#D0D0D0;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
	border-left:solid 1px #D0D0D0;
	border-top:solid 1px #D0D0D0;
	border-right:solid 1px #D0D0D0;
}
.infomin01 .menu .active{
	color:#1982C2;
	background-color:#FFFFFF;
}
.infomin01 .boxborder{
	border:solid 1px #D0D0D0;
	border-top:0px;
	padding:15px;
	min-height:361px;
}
.infomin01 .box01 > div > div{
	width:100%;
	height:210px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.infomin01 .box01 > div > div > img{
	width:250px;
	height:160px;
	margin-right:10px;
	border:solid 1px #D0D0D0;
	padding:1px;
}
.infomin01 .box01 > div > p{
	width:100%;
	height:60px;
	overflow:hidden;
	line-height:20px;
	margin:0px;
	border-bottom:dashed 1px #D0D0D0;
	float:left;
}
.infomin01 .box01 > div > dl{
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
}
.infomin01 .box01 > div > dl > dt{
	line-height:30px;
	font-weight:100;
	float:left;
}
.infomin01 .box01 > div > dl > dd{
	line-height:30px;
	float:right;
}
.infomin01 .box01 > div > p > font,
.infomin01 .box01 > div > dl > dd > font{
	color:#FF0000;
}
.infomin01 .box01 .btn{
	width:100%;
	height:30px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	border:0px;
	padding:0px 10px;
	background-color:#1982C2;
}
.infomin01 .box01 .btn:hover{
	background-color:#6F9C17;
}

/*信息小块02*********/
.infomin02 .boxtitle span{
	width:100%;
	font-weight:700;
	font-size:18px;
	border-bottom:solid 2px #1982C2;
	padding-bottom:5px;
	float:left;
}
.infomin02 .box01 > div{
	position:relative;
	width:100%;
	height:231px;
	line-height:29px;
	overflow:hidden;
	float:left;
}
.infomin02 .box01 > div img{
	width:275px;
	padding-right:15px;
	padding-bottom:5px;
}
.infomin02 .box01 > div > div{
	padding:0px 5px 0px 44px;
	background-color:#FFFFFF;
	position:absolute;
	right:0px;
	bottom:0px;
	float:right;
}
.infomin02 .box01 .btn{
	height:30px;
	text-align:center;
	font-size:14px;
	border:0px;
	background-color:#1982C2;
}
.infomin02 .box01 .btn:hover{
	background-color:#6F9C17;
}

/*信息小块03*********/
.infomin03 .boxtitle span{
	width:100%;
	font-weight:700;
	font-size:18px;
	border-bottom:solid 2px #1982C2;
	padding-bottom:5px;
	float:left;
}
.infomin03 font{
	width:20px;
	height:20px;
	line-height:18px;
	border:solid 1px #0972B2;
	background-color:#1982C2;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	float:left;
}

/*友情链接01*********/
.line01 .boxtitle span{
	width:100%;
	font-weight:700;
	font-size:18px;
	border-bottom:solid 2px #1982C2;
	padding-bottom:5px;
	float:left;
}
.line01 .boxtitle .menu{
	height:28px;
	width:100%;
	border-bottom:solid 2px #1982C2;
	white-space:nowrap;
	overflow:hidden;
}
.line01 .boxtitle .menu table{
	width:100%;
}
.line01 .boxtitle .menu table td{
	line-height:28px;
	padding-left:1px;
	padding-right:1px;
	color:#FFFFFF;
}
.line01 .boxtitle .menu font{
	width:100%;
	font-weight:700;
	display:block;
	color:#1982C2;
	background-color:#E0E0E0;
	padding:0px 10px;
	text-align:center;
	cursor:default;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
.line01 .boxtitle .menu .active{
	color:#FFFFFF;
	background-color:#1982C2;
}
.line01 .iteminfo > div .texttitle{
	position:relative;
}

/*内页小块01*********/
.onmin01 .boxtitle{
	background-color:#1982C2;
	padding:6px 6px 0px 6px;
}
.onmin01 .boxtitle span{
	font-weight:700;
	display:block;
	color:#1982C2;
	background-color:#FFFFFF;
	padding:2px 12px;
	text-align:center;
	cursor:default;
	font-size:16px;
	float:left;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
.onmin01 .box01{
	border:solid 1px #D0D0D0;
	border-top:0px;
}
.onmin01 .box01 .btn{
	width:100%;
	height:30px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	border:0px;
	padding:0px 10px;
	background-color:#1982C2;
}
.onmin01 .box01 .btn:hover{
	background-color:#6F9C17;
}
.onmin01 .box02{
	border:solid 1px #D0D0D0;
	border-top:0px;
}
.onmin01 .box02 img{
	width:100%;
	border:solid 1px #D0D0D0;
	padding:1px;
}
.onmin01 .box03 > div > div{
	width:100%;
	height:90px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.onmin01 .box03 > div > div img{
	width:120px;
	height:90px;
	margin-right:10px;
	border:solid 1px #D0D0D0;
	padding:1px;
}
.onmin01 .box04 > div{
	width:100%;
	float:left;
	position:relative;
}
.onmin01 .box04 > div font{
	width:20px;
	height:20px;
	line-height:18px;
	border:solid 1px #0972B2;
	background-color:#1982C2;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	color:#FFFFFF;
	float:left;
}
.onmin01 .box04 > div .texttitle{
	position:absolute;
	left:0px;
	top:0px;
	padding-left:30px;
}

/*内页大块01*********/
.onmax01 .boxtitle{
	background-color:#1982C2;
	padding:6px 6px 0px 6px;
}
.onmax01 .boxtitle span{
	font-weight:700;
	display:block;
	color:#1982C2;
	background-color:#FFFFFF;
	padding:2px 12px;
	text-align:center;
	cursor:default;
	font-size:16px;
	float:left;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
.onmax01 .box01 > div > div{
	padding-bottom:6px;
	border-bottom:dashed 1px #D0D0D0;
}
.onmax01 .box01 > div > div > div{
	width:100%;
	height:45px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}

/*内页大块02*********/
.onmax02 .boxtitle{
	background-color:#1982C2;
	padding:6px 6px 0px 6px;
}
.onmax02 .boxtitle span{
	font-weight:700;
	display:block;
	color:#1982C2;
	background-color:#FFFFFF;
	padding:2px 12px;
	text-align:center;
	cursor:default;
	font-size:16px;
	float:left;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-radius:10px 10px 0px 0px;
    border-radius:10px 10px 0px 0px;
}
.onmax02 .boxtitle a{
	float:right;
	color:#FFFFFF;
	display:block;
	padding:2px 12px;
}
.onmax02 .box > div{
	position:relative;
	padding-bottom:6px;
	border-bottom:dashed 1px #D0D0D0;
}
.onmax02 .box01 > .texttitle{
	padding-right:110px;
}
.onmax02 .box01 > font{
	line-height:30px;
	position:absolute;
	right:0px;
	top:0px;
}
.onmax02 .box02 > div{
	width:100%;
	height:45px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.onmax02 .box03 > div{
	width:100%;
	height:90px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.onmax02 .box03 > div img{
	width:120px;
	height:90px;
	margin-right:10px;
	border:solid 1px #D0D0D0;
	padding:1px;
}

/*内页大块03*********/
.onmax03 .box > div{
	position:relative;
	padding-bottom:6px;
	border-bottom:dashed 1px #D0D0D0;
}
.onmax03 .box01 > .texttitle{
	padding-right:150px;
}
@media (max-width:767px) {
	.onmax03 .box01 > .texttitle{
		padding-right:0px;
	}
}
.onmax03 .box01 > font{
	line-height:30px;
	position:absolute;
	right:0px;
	top:0px;
}
.onmax03 .box02 > div{
	width:100%;
	height:45px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.onmax03 .box03 > div{
	width:100%;
	height:90px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	margin:0px;
	position:relative;
	float:left;
}
.onmax03 .box03 > div img{
	width:120px;
	height:90px;
	margin-right:10px;
	border:solid 1px #D0D0D0;
	padding:1px;
}
.onmax03 .box04{
	border-bottom:dashed 1px #D0D0D0;
}

/*内页大块04*********/
.onmax04 .title{
	font-size:23px;
	text-align:center;
}
.onmax04 .info{
	text-align:center;
}
.onmax04 .info span{
	color:#FF0000;
}
.onmax04 .introduce{
	border:solid 1px #F0F0F0;
	padding:10px 15px;
	background-color:#FAFAFA;
}
.onmax04 .hr{
	border-top:dashed 1px #D0D0D0;
}
.onmax04 ul{
	margin:0px;
}

/*内页大块05*********/
.onmax05 .hr{
	border-bottom:dashed 1px #D0D0D0;
}
.onmax05 .searchform div{
	position:relative;
}
.onmax05 .searchform div > span{
	height:23px;
	line-height:24px;
	display:block;
}
.onmax05 .searchform div > p{
	width:100%;
	left:0px;
	top:0px;
	position:absolute;
	padding-left:75px;
}
.onmax05 .searchform div > .fd{
	padding-left:0px;
}
.onmax05 .searchform div > p input[type="radio"],
.onmax05 .searchform div > p label{
	line-height:24px;
	height:20px;
	float:left;
}
.onmax05 .searchform div > p input[type="color"],
.onmax05 .searchform div > p input[type="email"],
.onmax05 .searchform div > p input[type="number"],
.onmax05 .searchform div > p input[type="password"],
.onmax05 .searchform div > p input[type="tel"],
.onmax05 .searchform div > p input[type="url"],
.onmax05 .searchform div > p input[type="text"],
.onmax05 .searchform div > p textarea,
.onmax05 .searchform div > p select{
	margin-bottom:0px;
	max-width:100%;
}
.onmax05 .searchform div > p .btn{
	height:30px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	border:0px;
	padding:0px 10px;
	background-color:#1982C2;
}
.onmax05 .searchform div > p .btn:hover{
	background-color:#6F9C17;
}
.onmax05 .box > div{
	position:relative;
	padding-bottom:6px;
	border-bottom:dashed 1px #D0D0D0;
}
.onmax05 .box01 > .texttitle{
	padding-right:150px;
}
@media (max-width:767px) {
	.onmax05 .box01 > .texttitle{
		padding-right:0px;
	}
}
.onmax05 .box01 > font{
	line-height:30px;
	position:absolute;
	right:0px;
	top:0px;
}
.onmax05 .noinfo span{
	color:#FF0000;
}

/*底部02*********/
.footer02box{
	background-color:#006DB9;
}
.footer02box > div{
	color:#FFFFFF;
	background:url(../images/downbg.jpg) no-repeat center top;
	padding-top:80px;
}
.footer02box a{
	color:#FFFFFF;
}
.footer02box a:hover{
	color:#E0E0E0;
}
.footer02 span{
	width:100%;
	display:block;
	border-bottom:solid 1px #3F3F3F;
}
.footer02 span > div{
	padding:0px 10px;
	border-bottom:solid 1px #1A1A1A;
}
.footer02 span > div font{
	font-size:15px;
	line-height:25px;
	font-weight:700;
	display:block;
	margin-bottom:3px;
}
.footer02 span > div a{
	margin:3px 0px;
}
.footer02 .boxlight{
	background-color:#252525;
}
.footer02 p {
	padding-bottom:10px;
}