* {
	margin: 0;
	padding: 0;
	list-style: none;
	/* Çå³ýÁÐ±í±êÇ©Ä¬ÈÏÑùÊ½ */
}
body {
    margin: 0;
    background-color: #efefef;
    font-family: "Î¢ÈíÑÅºÚ";
}
a {
	color: #333;
	/* Çå³ýÎÄ×ÖÏÂ»®Ïß */
	text-decoration: none;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.logo-bg {
	width: 1200px;
	height: 223px;
	background-image: url(/jnjdygcxlzx/images/logo_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
.logo{
	width: 870px;
	height: 175px;
	background: url(/jnjdygcxlzx/images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 24px;
}


.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  height:50px;
  line-height: 1;
  background: #1179c2;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #1179c2;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  padding: 0 41px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.nav_menu3 > ul > li:hover > a {
  color: #fff;
  background: #1492ea;
}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 41px;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #1179c2;
  border-right: 1px solid #1179c2;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #fff;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 1px solid #FFF;
  z-index: 999;
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 100%;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 20px;
  width: 154px;
  background: #1179c2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top: 1px solid #1179c2;
}
.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #fff;
  background: #1492ea;
  border-top: 1px solid #FFF;
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #033E7C;
}


.main-banner{
           background-color:#fff;
	width: 1180px;
	margin: 0 auto;
	padding: 10px 10px 15px 10px;
}
.slideBox {
	width: 1180px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 20px;
    overflow: hidden;
    position: absolute;
    right: 46%;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
    border: 2px solid #fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	color: #fff;
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
          background-color: #e5e5e5;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 1180px;
	height: 300px;
	display: block;
}
.slideBox .bd li b{
	width: 100%;
    height: 40px;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    bottom: 0px;
}
   
.slideBox .bd li span{
	font-size: 16px;
    line-height: 40px;
    padding: 0 16px;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    text-overflow: ellipsis;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
}
.main{
	background: #fff;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
}
.row{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
      
}



.slideBox2 {
	width: 420px;
	height: 300px;
	overflow: hidden;
	position: relative;
	float: left;
}

.slideBox2 .hd {
	height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5%;
    bottom: 0px;
    z-index: 1;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	color: #ef8802;
	background: #ef8802 ;
	z-index: 100;
}

.slideBox2 .bd2 {
	position: relative;
	height: 100%;
	z-index: 0;
           background-color: #e5e5e5;
}

.slideBox2 .bd2 li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox2 .bd2 img {
	width: 420px;
	height: 300px;
	display: block;
}
.slideBox2 .bd2 li b{
	width: 100%;
    height: 32px;
    background: #033E7C;
    opacity: 0.6;
    position: absolute;
    bottom: 0px;
}
   
.slideBox2 .bd2 li span{
	font-size: 14px;
    line-height: 32px;
    padding: 0 16px;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    text-overflow: ellipsis;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
}

.gzdt{
	width: 420px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.gzdt-top{
	margin-bottom: 8px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
i{
	width: 6px;
	height: 20px;
	background: #0883db;
	float: left;
	margin-right: 12px;
	margin-top: 8px;
}
.tit{
	font-size: 24px;
	font-weight: 400;
	color: #1179c2;
	float: left;	
}
.more{
	float: right;
	margin-top: 9px;
	margin-right: 5px;
}
.more a{
	font-size: 14px;
	font-weight: 400;
	color: #444444;
}
.more a:hover{
	color: #C70000;
	text-decoration: underline;
}
.gzdt-list{
	color:#000;
	width: 420px;
}
.gzdt-list li a{
	display: block;
    zoom: 1;
    color: #333;
    padding: 7px 0 7px 15px;
    background: url(/jnjdygcxlzx/images/dot020.png) left 15px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gzdt-list li a span:hover{
	color: #C70000;
	text-decoration: underline;
}
.gzdt-list li span{
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 300px;
}
.gzdt-list .date{
	font-size: 14px;
	margin-top: 2px;
	float: right;
}

.tzgg{
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.tzgg-top{
	margin-bottom: 8px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
.tzgg-list{
	color:#000;
	width: 300px;
}

.tzgg-list li a{
	display: block;
    zoom: 1;
    color: #333;
    padding: 7px 0 7px 15px;
    background: url(/jnjdygcxlzx/images/dot020.png) left 15px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tzgg-list li a span:hover{
	color: #C70000;
	text-decoration: underline;
}
.tzgg-list li span{
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 300px;
}

.gzzd{
	width: 420px;
	height: 370px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.gzzd-top{
	margin-bottom: 8px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
.gzzd-list{
	color:#000;
	width: 420px;
}
.gzzd-list li a{
	display: block;
    zoom: 1;
    color: #333;
    padding: 7px 0 7px 15px;
    background: url(/jnjdygcxlzx/images/dot020.png) left 15px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gzzd-list li a span:hover{
	color: #C70000;
	text-decoration: underline;
}
.gzzd-list li span{
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 300px;
}
.gzzd-list .date{
	font-size: 14px;
	margin-top: 2px;
	float: right;
}

.jnjd{
	width: 420px;
	height: 370px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.jnjd-top{
	margin-bottom: 8px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
.jnjd-list{
	color:#000;
	width: 420px;
}
.jnjd-list li a{
	display: block;
    zoom: 1;
    color: #333;
    padding: 7px 0 7px 15px;
    background: url(/jnjdygcxlzx/images/dot020.png) left 15px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jnjd-list li a span:hover{
	color: #C70000;
	text-decoration: underline;
}
.jnjd-list li span{
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 300px;
}
.jnjd-list .date{
	font-size: 14px;
	margin-top: 2px;
	float: right;
}
.t-c{
	width: 300px;
	height: 390px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.tskc{
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.tskc-top{
	margin-bottom: 8px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
.tskc-list{
	color:#000;
	width: 300px;
}

.tskc-list li a{
	display: block;
    zoom: 1;
    color: #333;
    padding: 7px 0 7px 15px;
    background: url(/jnjdygcxlzx/images/dot020.png) left 15px no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tskc-list li a span:hover{
	color: #C70000;
	text-decoration: underline;
}
.tskc-list li span{
	float: left;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width: 300px;
}

.cxpt{
	width: 300px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}
.cxpt-top{
	margin-bottom: 10px;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 0;
	height: 45px;
}
.cxpt-bottom{
	width: 300px;
	height: 100px;
}
.cxpt-bottom img{
	width: 300px;
	height: 100px;
	display: block;
}

.footer {
    margin: 0 auto;
    background: url(/jnjdygcxlzx/images/footer.png);
    padding: 30px 0 30px 0;
}	
.copyright p{
	color: #333;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}



/*ÁÐ±íÒ³*/
.tup{
	width: 1200px;
	height: 300px;
	background-color: #fff;
}
.tup img{
	width: 1200px;
	height: 300px;
}
.list{
	background: #fff;
	overflow: hidden;
}
.list-title{
	margin: 0 auto;
	border-bottom: 3px solid #C0C0C0;
	height: 45px;
	width: 1160px;
	line-height: 45px;
	color: #333333;
	padding-top: 20px;
}
.list-title .lmmc{
	float: left;
    line-height: 45px;
    font-size: 24px;
    padding: 0 20px;
    border-bottom: 4px solid #1179c2;
}
.list-title .lmmc a{
	color: #1179c2;
}
.list-title .dqwz{
	float: right;
    height: 45px;
    line-height: 45px;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    color: #444444;
}
.list-title .dqwz a:hover{
	color:#c70000;
	text-decoration: underline;
}
.list-content{
	background: #ffffff;
    width: 1160px;
    font-family: "Î¢ÈíÑÅºÚ";
    overflow: hidden;
    min-height: 400px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.list-content-left{
	width: 250px;
	float: left;
	overflow: hidden;
}
.menulist{
    width: 250px;
    height: auto;
    clear: both;
}
.menulist h5{  
	line-height:55px;  
	display:block;  
	background:#ffffff;
	color:#333333; 
	font-weight:normal;
	cursor:pointer;
}
.menulist h5:hover{ 
	float:left; 
	line-height:55px; 
	display:block;  
	background:#f0f0f0;
	color:#333333; 
	border-bottom:none;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
.menulist h5:hover a{ 
	width:250px;  
	float:left; 
	line-height:55px;  
	display:block;  
	background:#f0f0f0;
	color: #c70000;
	font-weight:normal;
	cursor:pointer;
}

.menulist h5 a{
	line-height:55px; 
	font-size: 18px;
	float:left; 
	display:block; 
	border-bottom:1px solid #e4e4e4; 
	height:55px;color:#333333;
	width:250px;
	text-align: center;
}
.menulist h5.active{  
	line-height:55px;  
	display:block; 
	border-bottom:1px solid #eeeeee; 
	background:#f0f0f0; 
	color:#002147;
	font-weight:normal; 
	height:55px;
}
.menulist h5.active a{
	line-height:55px;
	float:left; 
	display:block; 
	height:55px;
	color:#333333;
	width:250px;
}

.list-content-right{
	margin: 0 auto;
    font-family: "Î¢ÈíÑÅºÚ";
    overflow: hidden;
    min-height: 500px;
    float: right;
    width: 880px;
    margin-left: 20px;
}

.list-content-right ul li{
	line-height: 45px;
    cursor: pointer;
    height: 45px;
    border-bottom: 1px dashed #ccc;
    background: url(/jnjdygcxlzx/images/dot020.png)    left 20px   no-repeat;
    padding-left: 15px;
}
.list-content-right ul li a{
	font-size: 16px;
	width: 710px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.list-content-right ul li a:hover{
	color: #C70000;
	text-decoration: underline;
}
.list-content-right ul span{
	line-height: 45px;
	font-size: 14px;
    float: right;
    color: #444444;
    cursor: pointer;
}
    


/*ÄÚÈÝÒ³*/
.list-content .title{
	line-height:200%;
	font-family:Î¢ÈíÑÅºÚ;
	font-size:24px;
	color:#1270d2;
	font-weight:normal;
	width: 1080px;
	margin: auto;
}
.list-content .con-date {
	line-height:400%;
	color:#444444;
	font-size:14px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	width: 1080px;
	margin: auto;
}
.list-content .con-des{
    padding: 10px 0px;
    margin-top: 20px;
    padding: 0 40px;
    min-height: 200px;
}
.list-content .con-des div p{
	line-height: 35px;
    color: #444444;
    font-size: 14px;
    text-indent: 2em;
}
.list-content .con-des span{
	line-height: 35px;
    color: #444444;
    font-size: 14px;
    text-indent: 2em;

}


/*¼ò½éÒ³*/
.jjy{
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 35px;
	color: #444444;
	text-indent: 2em;
	padding: 0 5px;
}
.jjy div p{
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 35px;
	color: #444444;
	text-indent: 2em;
	display: block;
}
.jjy span{
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	line-height: 35px;
	color: #444444;
	text-indent: 2em;
}