﻿/* 公用 */
* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "微软雅黑" !important;
	color:#333333;
}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
a{color: #333333;}
a:hover{color:#4c67a7;}
*:focus{outline:none;}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

table {
	max-width: 100% !important;
	border-spacing: 0;
}
.bt-left {
	float: left;
}

.bt-right {
	float: right;
}

.bt-clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
}

/* 头部 */
.jn_top {
	height: 30px;
	line-height: 30px;
	background: #4c67a7;
	color: #FFFFFF;
	width: 100%;
	font-size: 14px;
}

.top_header {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.top_header a {
	color: #FFFFFF;
}

.top_header li.bt-right {
	float: right;
}

.top_header li {
	float: left;
}

.top_header li ul li span {
	margin: 0 15px;
}

.jn_banner {
	height: 115px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	background: #ffffff;
}

.jn_banner .logo {
	width: 400px;
	margin-top: 30px;
}

.jn_banner .qh {
	width: 200px;
	font-size: 16px;
	margin-top: 60px;
}

.jn_banner .qh img {
	float: left;
}

.jn_banner .qh span {
	float: left;
	margin-top: -2px;
}
/* 用户登录 */
.jn_banner .name_loain {
	font-size: 16px;
	margin-top: 55px;
	margin-left:30px;
	color:#4c67a7;
}

.jn_banner .name_loain a {
	color:#4c67a7;
}

.jn_banner .name_loain span {
	padding:0 5px;
}

.jn_banner .tanchu {
	float: right;
	width: 100px;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
	font-size: 14px;
	margin-top: -1px;
	color: #333333;
	background: url(shouqi_m.png) no-repeat;
}
.jn_banner .bt-left .qie{
	background: url(shouqi.png) no-repeat;
}

.jn_banner .search {
	width: 290px;
	height: 40px;
	margin-top: 45px;
	background: url(searchr_03.png) no-repeat;
}

.jn_banner .ipt_txt1 {
	padding: 0px 5px 0px 45px;
	border: 0px;
	outline: none;
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	width: 200px;
	display: block;
	float: left;
	background: transparent;
}

.jn_banner .ipt_sear {
	width: 90px;
	border: 0px;
	outline: none;
	background: #d71619;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	float: left;
}

.jn_nav {
	height: 50px;
	line-height: 50px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.jn_nav ul li {
	width: 14%;
	float: left;
	height: 50px;
	text-align: center;
}

.jn_nav ul li a {
	font-size: 20px;
	color: #333333;
	display: inline-block;
}

.jn_nav ul li:hover a {
	color: #4c67a7;
	font-weight: bold;
	line-height: 47px;
	border-bottom: 3px solid #4c67a7;
}

.jn_nav ul span {
	display: inline-block;
	height: 50px;
	width: 3px;
	background: url(line1_03.png) no-repeat center center;
	float: left;
}

/* 尾部 */
.jn_footer{
    width: 100%;
    height: 205px;
    border-top: 10px solid #4c67a7;
    background: #FFFFFF;
}
.jn_footer .footer_top{
    height: 72px;
    width: 100%;
    border-bottom: 1px solid #c1cae0;
    line-height: 72px;
}
.jn_footer .bottom-top-top{
    width: 1200px;
    margin: 0 auto;
}
.bottom-top-top-left img{
    margin-right: 17px;
}

.bottom-top-top-right ul{
    float: right;
}
.bottom-top-top-right ul li{
    float:left;
    padding: 0px 10px ;
    margin-left: 15px;
    padding-right: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
	border: solid 1px #c1cae0;
	margin-top:20px;
    font-size: 14px;
}
.bottom-top-top-right ul li:hover{
	margin-top:0px;
	padding-top:30px;
    height: 50px;
    line-height: 10px;
	background:#f9f9f9;
	border: solid 1px #c1cae0;
}
.c:hover{
	background:#fff !important;
}
.e:hover{
	background:#fff !important;
}
.bottom-top-top-right ul li i{
    width: 10px;
    height: 44px;
    display: inline-block;
    background: url("lk_arrow.png") no-repeat right center;
    position: absolute;
    top: -8px;
    right: 10px;
}
.bottom-top-top-right ul li:hover i{
    width: 10px;
    height: 44px;
    display: inline-block;
    background: url("lk_arrow.png") no-repeat right center;
    position: absolute;
    top: 12px;
    right: 10px;
}
.yqlj1,.yqlj2,.yqlj3,.yqlj4,.yqlj5,.yqlj6 {
    width: 1200px;
	background:#f9f9f9;
    position: absolute;
    display: none;
    padding:20px 30px 30px;
	border-top:10px solid #4c67a7;	

}
.yqlj1{
	height: 210px;
    top: -210px;
    left: -329px;
	overflow-y: scroll;
}
.yqlj1 ul{
    float:left;
}
.yqlj1 ul li{
	width:16%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj1 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
}
.yqlj1 ul li a{
	color:#333;
	}

.yqlj1 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.yqlj2{
	height: 210px;
    top: -210px;
    left: -470px;
}
.yqlj2 ul{
    float:left;
}
.yqlj2 ul li{
	width:14.1%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj2 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
}
.yqlj2 ul li a{
	color:#333;
	}

.yqlj2 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.yqlj3{
	height: 170px;
    top: -170px;
    left: -611px;
	padding:0 0;
}
.yqlj3 ul{
    float:left;
	width:1200px;
}
.yqlj3 ul li{
	width:9%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj3 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
	background:transparent;
}
.yqlj3 ul li a{
	color:#333;
	}

.yqlj3 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.yqlj4{
	height: 121px;
    top: -121px;
    left: -766px;
}
.yqlj4 ul{
    float:left;
}
.yqlj4 ul li{
	width:12%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj4 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
}
.yqlj4 ul li a{
	color:#333;
	}

.yqlj4 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.yqlj5{
	height: 210px;
    top: -210px;
    left: -921px;
	overflow-y: scroll;
	padding:0 0;
}
.yqlj5 ul{
    float:left;
	width:1183px;
}
.yqlj5 ul li{
	width:20%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj5 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
	background: transparent;
}
.yqlj5 ul li a{
	color:#333;
	}

.yqlj5 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.yqlj6{
	height: 210px;
    top: -210px;
    left: -1062px;
	overflow-y: scroll;
}
.yqlj6 ul{
    float:left;
}
.yqlj6 ul li{
	width:20%; 
	float:left; 
	border:none;
	line-height:30px;
	height:30px;
	margin-top:0px;
	margin-left:0px;
}
.yqlj6 ul li:hover{
	margin-top:0px;
	padding-top:0px;
    height: 30px;
    line-height: 30px;
	border: none;
}
.yqlj6 ul li a{
	color:#333;
	}

.yqlj6 ul li a:hover{
	color:#4c67a7;
	text-decoration:none;
}
.bottom-top-top-right ul li.a:hover .yqlj1{
    display: block;
}
.bottom-top-top-right ul li.b:hover .yqlj2{
    display: block;
}
.bottom-top-top-right ul li.c:hover .yqlj3{
    display: block;
}
.bottom-top-top-right ul li.d:hover .yqlj4{
    display: block;
}
.bottom-top-top-right ul li.e:hover .yqlj5{
    display: block;
}
.bottom-top-top-right ul li.f:hover .yqlj6{
    display: block;
}
.ll{
    margin-top: 100% !important; opacity: 0
}

.footer_bottom{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.bottom-bottom-left i{
    display: inline-block;
    width: 1px;
    height: 65px;
    background: #c1cae0;
    margin: 0 15px;
}
.bottom-bottom-middle{
	margin-right:130px;
}
.bottom-bottom-middle p{
    line-height: 200%;
    font-size: 14px;
    margin-left: 30px;
}
.bottom-bottom-middle p a{
    font-size: 14px;
}
.bottom-bottom-right ul{
    width: 320px;
    height: 70px;
    border-left:1px solid #c1cae0;
    padding-left: 40px;
    line-height: 200%;
}
.bottom-bottom-right ul li{
    float: left;
    width: 80px;
    text-align: left;
}
.bottom-bottom-right ul span{
    float: left;
    margin-right: 15px;
}
@media all and (min-width: 960px) and (max-width: 1199px) {
	/* 头部 */
	.jn_top,.jn_banner .qh{
		display:none;
	}
	
	.jn_banner {
		width: 100%;
		padding:0 15px;
	}
	
	.jn_nav {
		width: 100%;
	}
	
	/* 尾部 */
	.jn_footer{
		height:auto;
	}
	.jn_footer .footer_top,.bottom-bottom-left{
		display:none;
	}
	.footer_bottom{
		width:100%;
		padding-bottom:30px;
	}
	.bottom-bottom-right{
		width:100%;
	}
	.bottom-bottom-right ul {
	    width: 100%;
	    border: 0px;
		padding:0;
		height:auto;
		font-size:14px;
		text-align: center;
	}
	.bottom-bottom-right ul li{
		width:auto;
		float:none;
		display: inline-block;
	}
	.bottom-bottom-right ul li a{
		padding: 0 10px;
		border-right: 1px solid #333333;
	}
	.bottom-bottom-right ul li:last-of-type a{
		border-right: 0;
	}
	.bottom-bottom-right ul span {
	    display:none;
	}
	.bottom-bottom-middle{
		margin:0;
		width:100%;
	}
	.bottom-bottom-middle p {
	    margin-left: 0;
		text-align: center;
	}
}
@media all and (min-width: 768px) and (max-width: 959px) {
	/* 头部 */
	.jn_top,.jn_banner .qh{
		display:none;
	}
	.jn_banner {
		height: auto;
		width: 100%;
		max-width: 1200px;
	}
	
	.jn_banner .logo {
		width: 100%;
		margin-top: 30px;
		float:none;
		text-align: center;
	}
	.jn_banner .search {
		width: 290px;
		height: 40px;
		margin:0 auto;
		float:none;
		margin-top: 25px;
		background: url(searchr_03.png) no-repeat;
		margin-bottom: 20px;
	}
	
	.jn_banner .ipt_txt1 {
		padding: 0px 5px 0px 45px;
		border: 0px;
		outline: none;
		height: 40px;
		line-height: 40px;
		color: #999999;
		font-size: 16px;
		width: 200px;
		display: block;
		float: left;
		background: transparent;
	}
	
	.jn_banner .ipt_sear {
		width: 90px;
		border: 0px;
		outline: none;
		background: #d71619;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	.jn_nav {
		height: auto;
		line-height: 50px;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	
	.jn_nav ul li {
		width: 33.3%;
		float: left;
		height: 50px;
		text-align: center;
	}
	
	.jn_nav ul li a {
		font-size: 20px;
		color: #333333;
		display: inline-block;
	}
	
	.jn_nav ul li:hover a {
		color: #4c67a7;
		font-weight: bold;
		line-height: 47px;
		border-bottom: 3px solid #4c67a7;
	}
	
	.jn_nav ul span {
		display:none;
	}
	
	/* 尾部 */
	.jn_footer{
		height:auto;
	}
	.jn_footer .footer_top,.bottom-bottom-left{
		display:none;
	}
	.footer_bottom{
		width:100%;
		padding-bottom:30px;
	}
	.bottom-bottom-right{
		width:100%;
	}
	.bottom-bottom-right ul {
	    width: 100%;
	    border: 0px;
		padding:0;
		height:auto;
		font-size:14px;
		text-align: center;
	}
	.bottom-bottom-right ul li{
		width:auto;
		float:none;
		display: inline-block;
	}
	.bottom-bottom-right ul li a{
		padding: 0 10px;
		border-right: 1px solid #333333;
	}
	.bottom-bottom-right ul li:last-of-type a{
		border-right: 0;
	}
	.bottom-bottom-right ul span {
	    display:none;
	}
	.bottom-bottom-middle{
		margin:0;
		width:100%;
	}
	.bottom-bottom-middle p {
	    margin-left: 0;
		text-align: center;
	}
}
@media all and (min-width: 480px) and (max-width: 767px){
	/* 头部 */
	.jn_top {
		display:none;
	}
	.jn_banner {
		height: auto;
		width: 100%;
		max-width: 1200px;
		margin: auto;
		background: #ffffff;
	}
	
	.jn_banner .logo {
		width: 100%;
		margin-top: 30px;
		float:none;
		text-align: center;
	}
	

	.jn_banner .search {
		width: 290px;
		height: 40px;
		margin:0 auto;
		float:none;
		margin-top: 25px;
		background: url(searchr_03.png) no-repeat;
		margin-bottom: 20px;
	}
	
	.jn_banner .ipt_txt1 {
		padding: 0px 5px 0px 45px;
		border: 0px;
		outline: none;
		height: 40px;
		line-height: 40px;
		color: #999999;
		font-size: 16px;
		width: 200px;
		display: block;
		float: left;
		background: transparent;
	}
	
	.jn_banner .ipt_sear {
		width: 90px;
		border: 0px;
		outline: none;
		background: #d71619;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	.jn_nav {
		height: auto;
		line-height: 50px;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	
	.jn_nav ul li {
		width: 33.3%;
		float: left;
		height: 50px;
		text-align: center;
	}
	
	.jn_nav ul li a {
		font-size: 20px;
		color: #333333;
		display: inline-block;
	}
	
	.jn_nav ul li:hover a {
		color: #4c67a7;
		font-weight: bold;
		line-height: 47px;
		border-bottom: 3px solid #4c67a7;
	}
	
	.jn_nav ul span {
		display:none;
	}
	
	/* 尾部 */
	.jn_footer{
		height:auto;
	}
	.jn_footer .footer_top,.bottom-bottom-left{
		display:none;
	}
	.footer_bottom{
		width:100%;
		padding-bottom:30px;
	}
	.bottom-bottom-right{
		width:100%;
	}
	.bottom-bottom-right ul {
	    width: 100%;
	    border: 0px;
		padding:0;
		height:auto;
		font-size:14px;
		text-align: center;
	}
	.bottom-bottom-right ul li{
		width:auto;
		float:none;
		display: inline-block;
	}
	.bottom-bottom-right ul li a{
		padding: 0 10px;
		border-right: 1px solid #333333;
	}
	.bottom-bottom-right ul li:last-of-type a{
		border-right: 0;
	}
	.bottom-bottom-right ul span {
	    display:none;
	}
	.bottom-bottom-middle{
		margin:0;
		width:100%;
	}
	.bottom-bottom-middle p {
	    margin-left: 0;
		text-align: center;
	}
}
@media all and (max-width: 479px) {
	/* 头部 */
	.jn_top {
		display:none;
	}
	.jn_banner {
		height: auto;
		width: 100%;
		max-width: 1200px;
		margin: auto;
		background: #ffffff;
	}
	
	.jn_banner .logo {
		width: 100%;
		margin-top: 30px;
		float:none;
		text-align: center;
	}
	
	
	.jn_banner .search {
		width: 290px;
		height: 40px;
		margin:0 auto;
		float:none;
		margin-top: 25px;
		background: url(searchr_03.png) no-repeat;
		margin-bottom: 20px;
	}
	
	.jn_banner .ipt_txt1 {
		padding: 0px 5px 0px 45px;
		border: 0px;
		outline: none;
		height: 40px;
		line-height: 40px;
		color: #999999;
		font-size: 16px;
		width: 200px;
		display: block;
		float: left;
		background: transparent;
	}
	
	.jn_banner .ipt_sear {
		width: 90px;
		border: 0px;
		outline: none;
		background: #d71619;
		height: 40px;
		line-height: 40px;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	.jn_nav {
		height: auto;
		line-height: 50px;
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	
	.jn_nav ul li {
		width: 33.3%;
		float: left;
		height: 50px;
		text-align: center;
	}
	
	.jn_nav ul li a {
		font-size: 20px;
		color: #333333;
		display: inline-block;
	}
	
	.jn_nav ul li:hover a {
		color: #4c67a7;
		font-weight: bold;
		line-height: 47px;
		border-bottom: 3px solid #4c67a7;
	}
	
	.jn_nav ul span {
		display:none;
	}
	
	/* 尾部 */
	.jn_footer{
		height:auto;
	}
	.jn_footer .footer_top,.bottom-bottom-left{
		display:none;
	}
	.footer_bottom{
		width:100%;
		padding-bottom:30px;
	}
	.bottom-bottom-right{
		width:100%;
	}
	.bottom-bottom-right ul {
	    width: 100%;
	    border: 0px;
		padding:0;
		height:auto;
		font-size:14px;
		text-align: center;
	}
	.bottom-bottom-right ul li{
		width:auto;
		float:none;
		display: inline-block;
	}
	.bottom-bottom-right ul li a{
		padding: 0 10px;
		border-right: 1px solid #333333;
	}
	.bottom-bottom-right ul li:last-of-type a{
		border-right: 0;
	}
	.bottom-bottom-right ul span {
	    display:none;
	}
	.bottom-bottom-middle{
		margin:0;
		width:100%;
	}
	.bottom-bottom-middle p {
	    margin-left: 0;
		text-align: center;
	}
}