/*common css*/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a, fieldset, input, th, td{margin: 0; padding: 0; border: 0; outline: none;}
ul, ol{list-style: none;}
a{color: #333333;text-decoration: none;}
a:hover {text-decoration: none; color:red;}
html{font-size: 14px;font-family: "Microsoft YaHei",Arial; color: #333333;}
.clear{ clear:both}

/*@media screen and (max-width: 1023px) {
	body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,li, dl, dt, dd, form, a, fieldset, input, th, td{margin: 0; padding: 0; border: 0; outline: none;}
	ul, ol{list-style: none;}
	a{color: #333333;text-decoration: none;}
	a:hover {text-decoration: none; color: #ffffff;}
	html{font-size: 12px;font-family: "Microsoft YaHei",Arial; color: #333333;}
	.clear{ clear:both}
}*/


@media screen and (max-width: 1920px) {
	/*头部*/
	.header {
		margin: 0 auto;
		width: 100%;
		/*height: 148px;*/
		/*position: relative;*/
	}

	.top {
		background: url(../Images/top_bg.jpg) no-repeat;
		width: 100%;
		padding: 10px 0;
		/*height: 97px;*/
		/*min-height: 97px; */
		/*background-size: 100% 100%;
		position: relative;
		top: 0;
		left: 0;*/
		border-bottom: 1px solid #397dd8;
		display: inline-block;
	}

	.logo {
		float: left;
		width: 58%;
		margin-left: 1%;
		/*margin-top: 1%;*/
	}

	.logo img {
		width: 80%;
	}

	.top_right {
		float: right;
		width: 38%;
		/*position: absolute;
		top: 15%;
		right: 1%;
		line-height: 24px;*/
		text-align: right;
		margin-right: 1%;
	}

	.top_right text {
		margin-right: 3%;
	}

	.top_right p a:hover {
		color: #c30000;
	}

	.quit {
		width: 20px;
		/*position: absolute;
		top: 55%;
		right: 6%;*/
	}

	.nav {
		background-color: #f6f6f6;
		width: 100%;
		height: 50px;
		/*min-height: 50px; 
		position: absolute;
		top: 98px;*/
	}

	.nav ul {
		margin-left: 14%;
	}

	.nav li {
		float: left;
		/*width: 10%;*/
		line-height: 50px;
	}

	.nav li a {
		font-size: 16px;
		font-weight: bold;
		padding: 14px 30px 14px 60px;
	}

	.nav li a:hover {
		background: #c30000;
		color: #fff;
	}

	.nav li a .pic_01 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 0;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a:hover .pic_01 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -33px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a .pic_02 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a:hover .pic_02 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -95px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a .pic_03 {
		background: url(../Images/icon_01.png) no-repeat scroll -33px -2px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a:hover .pic_03 {
		background: url(../Images/icon_01.png) no-repeat scroll -33px -32px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a .pic_04 {
		background: url(../Images/icon_01.png) no-repeat scroll -33px -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a:hover .pic_04 {
		background: url(../Images/icon_01.png) no-repeat scroll -33px -93px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a .pic_index {
		background: url(../Images/icon_01.png) no-repeat scroll 0px -227px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	.nav li a:hover .pic_index {
		background: url(../Images/icon_01.png) no-repeat scroll -33px -227px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	/*内容*/
	.content {
		width: 100%;
		height: 100%;
		display: inline-table;
		/*min-height: 100px; */
		/*position: relative;*/
		/*background: url(../Images/bottom.jpg) no-repeat left bottom;
		background-position: 0 100%;
		background-size: 100% 25%;*/
	}

	.left {
		float: left;
		width: 10%;
		height: 100%;
		background-color: #4a97d4;
		border-right: 1px solid #1c7ab6;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}

	.middle {
		/*float: left;*/
		width: auto;
		height: 100%;
		margin-left: 0%;
		/*position: absolute;
		top: 0;
		left: 10%;*/

	}

	.middle2 {
		width: 99.9%;
		height: 100%;
	}

	.right {
		float: left;
		width: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*底部*/
	.footer {
		width: 100%;
		/*height: 80px; */
		/*min-height: 50px; */
		padding: 5px 0;
		background-color: #1481c5;
		/*position: relative;*/
		/*bottom: 0;*/
		/*margin-top: 10%;*/
	}

	.footer p {
		color: #fff;
		line-height: 24px;
		text-align: center;
		/*margin-top: 10px;*/
	}

	/*左边导航栏*/
	.left_meum {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.left_meum h1 {
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		/*padding: 1px 0 3px 10px;*/
		font-weight: normal;
		text-align: center;
		background-color: #de9a20;
		height: 45px;
		line-height: 45px;
		width: 100%;
	}

	.left_meum h2 {
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 15px auto 0;
		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: 35px;
		line-height: 35px;
		font-weight: normal;
		text-align: center;
	}

	.left_meum ul {
		border-top: none;
		/*overflow: auto;*/
		width: 80%;
		margin: 5px auto;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding-bottom: 8px;
		box-shadow: inset 0px 0px 3px 1px #999;
		-webkit-box-shadow: inset 0px 0px 3px 1px #999;
		-moz-box-shadow: inset 0px 0px 3px 1px #999;
	}

	.left_meum ul li {
		margin: 0 auto;
		font-size: 14px;
		/*background-image: url(../Images/left_03.png);
		background-size: 100% 100%;*/
		width: 92%;
		padding: 8px 0;
		/*line-height: 35px;*/
		text-align: center;
		border-bottom: 1px dashed #bbb;
	}

	.left_meum ul li a:hover {
		color: #c30000;
	}

	.no {
		display: none;
	}

	/*右边导航*/
	.right_meun {
		width: 45px;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		right: 0;
		top: 0;
		/*float: left;*/
	}

	.right_meun ul {
		margin: 0 auto;
	}

	.right_meun li {
		/*height: 74px;*/
		/*padding: 0 10px;*/
		border-bottom: 1px solid #dddfe3;
		text-align: center;
	}

	.right_meun li a {
		/*line-height: 24px;*/
	}

	.right_meun li a:hover {
		/*background-color: #fff;*/
		color: #c30000;
	}

	.right_meun ul li a .right_01 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -124px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}

	.right_meun li a:hover .right_01 {
		background: url(../Images/icon_01.png) no-repeat scroll -31px -124px;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}

	.right_meun ul li a .right_02 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -158px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}

	.right_meun li a:hover .right_02 {
		background: url(../Images/icon_01.png) no-repeat scroll -31px -158px;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}

	.right_meun ul li a .right_03 {
		background: url(../Images/icon_01.png) no-repeat scroll 0 -194px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}

	.right_meun li a:hover .right_03 {
		background: url(../Images/icon_01.png) no-repeat scroll -32px -194px;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}

	.right_tips {
		width: 83%;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		top: 0;
		right: 0;
	}

	.right_bg {
		width: 98%;
		background-color: #fff;
		height: 75%;
		margin: 2% 0;
	}

	.right_title {
		width: 100%;
	}

	.right_title p {
		color: #1b7ab6;
		float: left;
		width: 70%;
		line-height: 33px;
		padding-left: 10px;
	}

	.right_title img {
		float: right;
		padding: 10px 10px 0 0;
	}

	.right_con {
		width: 86%;
		height: 69%;
		border: 1px solid #b8b8b8;
		position: absolute;
		top: 5%;
		left: 4%;
		padding: 2%;
	}

	.checkbox {
		background-color: #5196c5;
	}
}

/***************************************************************************************************/
@media screen and (max-width: 1680px) and (min-width: 1440px){
	.header{
		margin: 0 auto;
		width: 100%;
		/*height: 135px;*/
		/*position: relative;*/
	}
	.top{
		background: url(../Images/top_bg.jpg) no-repeat;
		width:100%;
		padding: 10px 0;
		/*height:84px;
		background-size:100% 100%;
		position:relative;
		top: 0;
		left: 0;*/
		border-bottom: 1px solid #397dd8;
		display: inline-block;
	}
	.logo{
		float: left;
		width: 58%;
		margin-left: 1%;
		/*margin-top: 1%;*/
	}
	.logo img{width: 80%;}
	.top_right{
		float: right;
		width: 38%;
		/*position: absolute;
		top: 22%;
		right: 1%;
		line-height: 24px;*/
		text-align: right;
		margin-right: 1%;
	}
	.top_right text{margin-right: 3%;}
	.top_right p a:hover{
		color: #c30000;
	}
	.quit{
		width: 20px;
		/*position: absolute;
		top: 55%;
		right: 6%;*/
	}
	.nav{
		background-color: #f6f6f6;
		width: 100%;
		height: 50px;
		/*min-height: 50px;
		position: relative;
		top: 0;*/
	}
	.nav ul{margin-left: 14%;}
	.nav li{
		float:left;
		/*width: 10%;*/
		line-height: 50px;
	}
	.nav li a{
		font-size: 16px;
		font-weight: bold;
		padding: 14px 30px 14px 60px;
	}
	.nav li a:hover{
		background: #c30000;
		color: #fff;
	}
	.nav li a .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 0;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -33px ;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -95px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -2px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -32px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -93px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	/*内容*/
	.content{
		width: 100%;
		height: 100%;
		display: inline-table;
		/*	min-height: 100px; */
		/*position: relative;*/
		/*background: url(../Images/bottom.jpg) no-repeat left bottom;
		background-position: 0 100%;
		background-size: 100% 25%;*/
	}
	.left{
		float:left;
		width: 10%;
		height: 100%;
		background-color: #4a97d4;
		border-right: 1px solid #1c7ab6;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	.middle{
		/*float: left;*/
		width: auto;
		height: 100%;
		margin-left: 0%;
		/*position: absolute;
		top: 0;
		left: 10%;*/

	}

	.middle2 {
		width: 99.9%;
		height: 100%;
	}

	.right{
		float: left;
		width: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*底部*/
	.footer{
		width: 100%;
		/*height: 80px; */
		/*min-height: 50px; */
		padding: 5px 0;
		background-color: #1481c5;
		/*position: relative;*/
		/*bottom: 0;*/
		/*margin-top: 10%;*/
	}
	.footer p{
		color: #fff;
		line-height: 24px;
		text-align: center;
		/*margin-top: 10px;*/
	}


	/*左边导航栏*/
	.left_meum{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left_meum h1 {
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		/*padding: 1px 0 3px 10px;*/
		font-weight: normal;
		text-align: center;
		background-color: #de9a20;
		height: 45px;
		line-height: 45px;
		width: 100%;
	}

	.left_meum h2 {
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 15px auto 0;
		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: 35px;
		line-height: 35px;
		font-weight: normal;
		text-align: center;
	}

	.left_meum ul {
		border-top: none;
		/*overflow: auto;*/
		width: 80%;
		margin: 5px auto;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		padding-bottom: 8px;
		box-shadow: inset 0px 0px 3px 1px #999;
		-webkit-box-shadow: inset 0px 0px 3px 1px #999;
		-moz-box-shadow: inset 0px 0px 3px 1px #999;
	}

	.left_meum ul li {
		margin: 0 auto;
		font-size: 14px;
		/*background-image: url(../Images/left_03.png);
		background-size: 100% 100%;*/
		width: 92%;
		padding: 8px 0;
		/*line-height: 35px;*/
		text-align: center;
		border-bottom: 1px dashed #bbb;
	}
	.left_meum ul li a:hover{
		color: #c30000;
	}
	.no {
		display: none;
	}

	/*右边导航*/
	.right_meun{
		width: 45px;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		right: 0;
		top: 0;
		/*float: left;*/
	}
	.right_meun ul{
		margin: 0 auto;
	}
	.right_meun li{
		/*height: 74px;*/
		/*padding: 0 10px;*/
		border-bottom: 1px solid #dddfe3;
		text-align: center;
	}
	.right_meun li a{
		/*line-height: 24px;*/
	}
	.right_meun li a:hover{
		/*background-color: #fff;*/
		color: #c30000;
	}
	.right_meun ul li a .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -124px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -124px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -158px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -158px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -194px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll -32px -194px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_tips{
		width: 83%;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		top:0;
		right: 0;
	}
	.right_bg{
		width: 98%;
		background-color: #fff;
		height: 75%;
		margin: 2% 0;
	}
	.right_title{
		width: 100%;
	}
	.right_title p{
		color: #1b7ab6;
		float: left;
		width: 70%;
		line-height: 33px;
		padding-left: 10px;
	}
	.right_title img{
		float: right;
		padding: 10px 10px 0 0;
	}
	.right_con{
		width: 86%;
		height: 69%;
		border: 1px solid #b8b8b8;
		position: absolute;
		top: 5%;
		left: 4%;
		padding: 2%;
	}

	.checkbox{
		background-color: #5196c5;
	}
}



/***************************************************************************************************/
@media screen and (max-width: 1439px) and (min-width: 1280px){
	.header{
		margin: 0 auto;
		width: 100%;
		/*height: 125px;*/
		/*position: relative;*/
	}
	.top{
		background: url(../Images/top_bg.jpg) no-repeat;
		width:100%;
		padding: 10px 0;
		/*height:74px;
		background-size:100% 100%;
		position:relative;
		top: 0;
		left: 0;*/
		border-bottom: 1px solid #397dd8;
		display: inline-block;
	}
	.logo{
		float: left;
		width: 58%;
		margin-left: 1%;
		/*margin-top: 1%;*/
	}
	.logo img{width: 80%;}
	.top_right{
		float: left;
		width: 38%;
		/*position: absolute;
		top: 15%;
		right: 1%;
		line-height: 24px;*/
		text-align: right;
		margin-right: 1%;
	}
	.top_right text{margin-right: 3%;}
	.top_right p a:hover{
		color: #c30000;
	}
	.quit{
		width: 20px;
		/*position: absolute;
		top: 55%;
		right: 6%;*/
	}
	.nav{
		background-color: #f6f6f6;
		width: 100%;
		height: 50px;
		/*min-height: 50px; 
		position: relative;
		top: 0;*/
	}
	.nav ul{margin-left: 14%;}
	.nav li{
		float:left;
		/*width: 10%;*/
		line-height: 50px;
	}
	.nav li a{
		font-size: 16px;
		font-weight: bold;
		padding: 14px 30px 14px 60px;
	}
	.nav li a:hover{
		background: #c30000;
		color: #fff;
	}
	.nav li a .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 0;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -33px ;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -95px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -2px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -32px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -93px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	/*内容*/
	.content{
		width: 100%;
		height: 100%;
		display: inline-table;
		/*	min-height: 100px; */
		/*position: relative;*/
		/*background: url(../Images/bottom.jpg) no-repeat left bottom;
		background-position: 0 100%;
		background-size: 100% 25%;*/
	}
	.left{
		float:left;
		width: 10%;
		height: 100%;
		background-color: #4a97d4;
		border-right: 1px solid #1c7ab6;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	.middle{
		/*float: left;*/
		width: auto;
		height: 100%;
		margin-left: 0%;
		/*position: absolute;
		top: 0;
		left: 10%;*/

	}

	.middle2 {
		width: 99.9%;
		height: 100%;
	}

	.right{
		float: left;
		width: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*底部*/
	.footer{
		width: 100%;
		/*height: 80px; */
		/*min-height: 50px; */
		padding: 5px 0;
		background-color: #1481c5;
		/*position: relative;*/
		/*bottom: 0;*/
		/*margin-top: 10%;*/
	}
	.footer p{
		color: #fff;
		line-height: 24px;
		text-align: center;
		/*margin-top: 10px;*/
	}


	/*左边导航栏*/
	.left_meum{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left_meum h1 {
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		/*padding: 1px 0 3px 10px;*/
		font-weight: normal;
		text-align: center;
		background-color: #de9a20;
		height: 45px;
		line-height: 45px;
		width: 100%;
	}

	.left_meum h2 {
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 15px auto 0;
		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: 35px;
		line-height: 35px;
		font-weight: normal;
		text-align: center;
	}

	.left_meum ul {
		border-top: none;
		/*overflow: auto;*/
		width: 80%;
		margin: 5px auto;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding-bottom: 8px;
		box-shadow: inset 0px 0px 3px 1px #999;
		-webkit-box-shadow: inset 0px 0px 3px 1px #999;
		-moz-box-shadow: inset 0px 0px 3px 1px #999;
	}

	.left_meum ul li {
		margin: 0 auto;
		font-size: 14px;
		/*background-image: url(../Images/left_03.png);
		background-size: 100% 100%;*/
		width: 92%;
		padding: 8px 0;
		/*line-height: 35px;*/
		text-align: center;
		border-bottom: 1px dashed #bbb;
	}
	.left_meum ul li a:hover{
		color: #c30000;
	}
	.no {
		display: none;
	}

	/*右边导航*/
	.right_meun{
		width: 45px;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		right: 0;
		top: 0;
		/*float: left;*/
	}
	.right_meun ul{
		margin: 0 auto;
	}
	.right_meun li{
		/*height: 74px;*/
		/*padding: 0 10px;*/
		border-bottom: 1px solid #dddfe3;
		text-align: center;
	}
	.right_meun li a{
		/*line-height: 24px;*/
	}
	.right_meun li a:hover{
		/*background-color: #fff;*/
		color: #c30000;
	}
	.right_meun ul li a .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -124px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -124px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -158px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -158px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -194px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll -32px -194px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_tips{
		width: 83%;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		top:0;
		right: 0;
	}
	.right_bg{
		width: 98%;
		background-color: #fff;
		height: 75%;
		margin: 2% 0;
	}
	.right_title{
		width: 100%;
	}
	.right_title p{
		color: #1b7ab6;
		float: left;
		width: 70%;
		line-height: 33px;
		padding-left: 10px;
	}
	.right_title img{
		float: right;
		padding: 10px 10px 0 0;
	}
	.right_con{
		width: 86%;
		height: 69%;
		border: 1px solid #b8b8b8;
		position: absolute;
		top: 5%;
		left: 4%;
		padding: 2%;
	}

	.checkbox{
		background-color: #5196c5;
	}
}



/***************************************************************************************************/
@media screen and (max-width: 1279px) and (min-width: 1024px){
	.header{
		margin: 0 auto;
		width: 100%;
		/*height: 125px;*/
		/*position: relative;*/
	}
	.top{
		background: url(../Images/top_bg.jpg) no-repeat;
		width:100%;
		padding: 10px 0;
		/*height:74px;
		background-size:100% 100%;
		position:relative;
		top: 0;
		left: 0;*/
		border-bottom: 1px solid #397dd8;
		display: inline-block;
	}
	.logo{
		float: left;
		width: 58%;
		margin-left: 1%;
		/*margin-top: 18px;*/
	}
	.logo img{width: 80%;}
	.top_right{
		float: left;
		width: 38%;
		/*position: absolute;
		top: 15%;
		right: 1%;
		line-height: 24px;*/
		text-align: right;
		margin-right: 1%;
	}
	.top_right text{margin-right: 3%;}
	.top_right p a:hover{
		color: #c30000;
	}
	.quit{
		width: 20px;
		/*position: absolute;
		top: 55%;
		right: 6%;*/
	}
	.nav{
		background-color: #f6f6f6;
		width: 100%;
		height: 50px;
		/*min-height: 50px; 
		position: relative;
		top: 0;*/
	}
	.nav ul{margin-left: 14%;}
	.nav li{
		float:left;
		/*width: 10%;*/
		line-height: 50px;
	}
	.nav li a{
		font-size: 16px;
		font-weight: bold;
		padding: 14px 30px 14px 60px;
	}
	.nav li a:hover{
		background: #c30000;
		color: #fff;
	}
	.nav li a .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 0;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -33px ;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -95px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -2px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -32px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -93px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	/*内容*/
	.content{
		width: 100%;
		height: 100%;
		display: inline-table;
		/*	min-height: 100px; */
		/*position: relative;*/
		/*background: url(../Images/bottom.jpg) no-repeat left bottom;
		background-position: 0 100%;
		background-size: 100% 25%;*/
	}
	.left{
		float:left;
		width: 10%;
		height: 100%;
		background-color: #4a97d4;
		border-right: 1px solid #1c7ab6;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	.middle{
		/*float: left;*/
		width: auto;
		height: 100%;
		margin-left: 0%;
		/*position: absolute;
		top: 0;
		left: 10%;*/

	}

	.middle2 {
		width: 99.9%;
		height: 100%;
	}

	.right{
		float: left;
		width: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*底部*/
	.footer{
		width: 100%;
		/*height: 80px; */
		/*min-height: 50px; */
		padding: 5px 0;
		background-color: #1481c5;
		/*position: relative;*/
		/*bottom: 0;*/
		/*margin-top: 10%;*/
	}
	.footer p{
		color: #fff;
		line-height: 24px;
		text-align: center;
		/*margin-top: 10px;*/
	}


	/*左边导航栏*/
	.left_meum{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left_meum h1 {
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		/*padding: 1px 0 3px 10px;*/
		font-weight: normal;
		text-align: center;
		background-color: #de9a20;
		height: 45px;
		line-height: 45px;
		width: 100%;
	}

	.left_meum h2 {
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 15px auto 0;
		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: 35px;
		line-height: 35px;
		font-weight: normal;
		text-align: center;
	}

	.left_meum ul {
		border-top: none;
		/*overflow: auto;*/
		width: 80%;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding-bottom: 8px;
		box-shadow: inset 0px 0px 3px 1px #999;
		-webkit-box-shadow: inset 0px 0px 3px 1px #999;
		-moz-box-shadow: inset 0px 0px 3px 1px #999;
	}

	.left_meum ul li {
		margin: 0 auto;
		font-size: 14px;
		/*background-image: url(../Images/left_03.png);
		background-size: 100% 100%;*/
		width: 92%;
		padding: 8px 0;
		/*line-height: 35px;*/
		text-align: center;
		border-bottom: 1px dashed #bbb;
	}
	.left_meum ul li a:hover{
		color: #c30000;
	}
	.no {
		display: none;
	}

	/*右边导航*/
	.right_meun{
		width: 45px;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		right: 0;
		top: 0;
		/*float: left;*/
	}
	.right_meun ul{
		margin: 0 auto;
	}
	.right_meun li{
		/*height: 74px;*/
		/*padding: 0 10px;*/
		border-bottom: 1px solid #dddfe3;
		text-align: center;
	}
	.right_meun li a{
		/*line-height: 24px;*/
	}
	.right_meun li a:hover{
		/*background-color: #fff;*/
		color: #c30000;
	}
	.right_meun ul li a .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -124px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -124px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -158px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -158px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -194px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll -32px -194px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_tips{
		width: 83%;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		top:0;
		right: 0;
	}
	.right_bg{
		width: 98%;
		background-color: #fff;
		height: 75%;
		margin: 2% 0;
	}
	.right_title{
		width: 100%;
	}
	.right_title p{
		color: #1b7ab6;
		float: left;
		width: 70%;
		line-height: 33px;
		padding-left: 10px;
	}
	.right_title img{
		float: right;
		padding: 10px 10px 0 0;
	}
	.right_con{
		width: 86%;
		height: 69%;
		border: 1px solid #b8b8b8;
		position: absolute;
		top: 5%;
		left: 4%;
		padding: 2%;
	}

	.checkbox{
		background-color: #5196c5;
	}
}



/***************************************************************************************************/
@media screen and (max-width: 600px) {
	.header{
		margin: 0 auto;
		width: 100%;
		/*height: 125px;*/
		/*position: relative;*/
	}
	.top{
		background: url(../Images/top_bg.jpg) no-repeat;
		width:100%;
		padding: 10px 0;
		/*height:74px;
		background-size:100% 100%;
		position:relative;
		top: 0;
		left: 0;*/
		border-bottom: 1px solid #397dd8;
		display: inline-block;
	}
	.logo{
		float: left;
		width: 58%;
		margin-left: 1%;
		/*margin-top: 18px;*/
	}
	.logo img{width: 80%;}
	.top_right{
		float: left;
		width: 38%;
		/*position: absolute;
		top: 15%;
		right: 1%;
		line-height: 24px;*/
		text-align: right;
		margin-right: 1%;
	}
	.top_right text{margin-right: 3%;}
	.top_right p a:hover{
		color: #c30000;
	}
	.quit{
		width: 20px;
		/*position: absolute;
		top: 55%;
		right: 6%;*/
	}
	.nav{
		background-color: #f6f6f6;
		width: 100%;
		height: 50px;
		/*min-height: 50px; 
		position: relative;
		top: 0;*/
	}
	.nav ul{margin-left: 14%;}
	.nav li{
		float:left;
		/*width: 10%;*/
		line-height: 50px;
	}
	.nav li a{
		font-size: 14px;
		font-weight: bold;
		padding: 14px 30px 14px 60px;
	}
	.nav li a:hover{
		background: #c30000;
		color: #fff;
	}
	.nav li a .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 0;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -33px ;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -95px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -2px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_03{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -32px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -64px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}
	.nav li a:hover .pic_04{
		background: url(../Images/icon_01.png) no-repeat scroll -33px -93px;
		width: 30px;
		height: 30px;
		position: absolute;
		margin-top: 10px;
		margin-left: -40px;
	}

	/*内容*/
	.content{
		width: 100%;
		height: 100;
		display: inline-table;
		/*	min-height: 100px; */
		/*position: relative;*/
		/*background: url(../Images/bottom.jpg) no-repeat left bottom;
		background-position: 0 100%;
		background-size: 100% 25%;*/
	}
	.left{
		float:left;
		width: 10%;
		height: 100%;
		background-color: #4a97d4;
		border-right: 1px solid #1c7ab6;
		/*position: absolute;
		top: 0;
		left: 0;*/
	}
	.middle{
		/*float: left;*/
		width: auto;
		height: 100%;
		margin-left: 0%;
		/*position: absolute;
		top: 0;
		left: 10%;*/

	}

	.middle2 {
		width: 99.9%;
		height: 100%;
	}
	
	.right{
		float: left;
		width: 45px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*底部*/
	.footer{
		width: 100%;
		/*height: 80px; */
		/*min-height: 50px; */
		padding: 5px 0;
		background-color: #1481c5;
		/*position: relative;*/
		/*bottom: 0;*/
		/*margin-top: 10%;*/
	}
	.footer p{
		color: #fff;
		line-height: 24px;
		text-align: center;
		/*margin-top: 10px;*/
	}


	/*左边导航栏*/
	.left_meum{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.left_meum h1 {
		cursor: pointer;
		color: #FFF;
		font-size: 16px;
		/*padding: 1px 0 3px 10px;*/
		font-weight: normal;
		text-align: center;
		background-color: #de9a20;
		height: 45px;
		line-height: 45px;
		width: 100%;
	}

	.left_meum h2 {
		cursor: pointer;
		color: #fff;
		font-size: 14px;
		width: 80%;
		margin: 15px auto 0;
		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: 35px;
		line-height: 35px;
		font-weight: normal;
		text-align: center;
	}

	.left_meum ul {
		border-top: none;
		/*overflow: auto;*/
		width: 80%;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding-bottom: 8px;
		box-shadow: inset 0px 0px 3px 1px #999;
		-webkit-box-shadow: inset 0px 0px 3px 1px #999;
		-moz-box-shadow: inset 0px 0px 3px 1px #999;
	}

	.left_meum ul li {
		font-size: 14px;
		/*background-image: url(../Images/left_03.png);
		background-size: 100% 100%;*/
		width: 92%;
		padding: 8px 0;
		/*line-height: 35px;*/
		text-align: center;
		border-bottom: 1px dashed #bbb;
	}
	.left_meum ul li a:hover{
		color: #c30000;
	}
	.no {
		display: none;
	}

	/*右边导航*/
	.right_meun{
		width: 45px;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		right: 0;
		top: 0;
		/*float: left;*/
	}
	.right_meun ul{
		margin: 0 auto;
	}
	.right_meun li{
		/*height: 74px;*/
		/*padding: 0 10px;*/
		border-bottom: 1px solid #dddfe3;
		text-align: center;
	}
	.right_meun li a{
		/*line-height: 24px;*/
	}
	.right_meun li a:hover{
		/*background-color: #fff;*/
		color: #c30000;
	}
	.right_meun ul li a .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -124px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_01{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -124px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -158px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_02{
		background: url(../Images/icon_01.png) no-repeat scroll -31px -158px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_meun ul li a .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll 0 -194px;
		width: 30px;
		height: 30px;
		position: relative;
		margin: 10px 0 0 8px;
	}
	.right_meun li a:hover .right_03{
		background: url(../Images/icon_01.png) no-repeat scroll -32px -194px ;
		width: 30px;
		height: 30px;
		/*background-color: #fff;*/
	}
	.right_tips{
		width: 83%;
		height: 100%;
		background-color: #edeef0;
		position: absolute;
		top:0;
		right: 0;
	}
	.right_bg{
		width: 98%;
		background-color: #fff;
		height: 75%;
		margin: 2% 0;
	}
	.right_title{
		width: 100%;
	}
	.right_title p{
		color: #1b7ab6;
		float: left;
		width: 70%;
		line-height: 33px;
		padding-left: 10px;
	}
	.right_title img{
		float: right;
		padding: 10px 10px 0 0;
	}
	.right_con{
		width: 86%;
		height: 69%;
		border: 1px solid #b8b8b8;
		position: absolute;
		top: 5%;
		left: 4%;
		padding: 2%;
	}

	.checkbox{
		background-color: #5196c5;
	}
}
