<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{PADDING-RIGHT
:0px;PADDING-LEFT:0px;FONT-SIZE:14px;PADDING-BOTTOM:0px;MARGIN:0px;
PADDING-TOP:0px;FONT-FAMILY:  "寰蒋闆呴粦","榛戜綋","瀹嬩綋",Verdana, Arial, Helvetica, sans-serif;
line-height:20px;  color:#3b3b3b; background:#fff;}
table{ margin:0 auto;border-spacing:0;border-collapse:collapse; }
img{border:0;}
ol,ul,li{padding:0px;margin:0px;list-style-type:none;}
caption,th {text-align:left;}
form,ul,li,h1,h2,h3,h4,h5,h6,div,p,dl,dd,dt.input{margin:0px;padding:0px;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;} 
a:link,a:visited{TEXT-DECORATION:none;}
a:hover { 
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
	}
.fl{float:left;}
.fr{
	float:right;
}
/*********娓呮诞鍔�**********/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
/*********top*********/

html { overflow-x: hidden; overflow-y: auto;}
.body_jz{
	max-width:100%;
	/* min-width:1200px; */
	margin:0 auto;
	}
.top{
	height:280px;
        width:100%;
	background:url(top_nav_1.png) repeat-x;
	position:fixed;
	z-index:100;
/* 	border-top:3px solid #4d4d4d; */
	}
.nav_l{
	font-size:13px;
	color:white;
}
.on11{
	height:115px;
	width:100%;
	background:url(top_nav_1.png) repeat-x;
	position:fixed;
	z-index:100;
	top:0px;
	}
.d1{
	display: flex;
    justify-content: center;
	background: #165aad;
    color: #d39797;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    transition: all 0.2s ease-out 0s;
    overflow: hidden;
}
.d1 .nav_r {
	color:white;
	display:flex;
}
.d1 .nav_r i {
    margin: 0 18px;
    font-size: 12px;
	font-style: normal;
    font-weight: normal;
}
.d1 .nav_r a{
	color:white;
}
.searchbox {
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 16px;
    padding: 2px 0;
    border: #d4d4d4 solid 1px;
}
.searchbox input[type="text"] {
    margin: 0px 0;
    padding: 0 0.9em;
    outline: none;
    color: #8b8b8b;
    background: none;
    border: none;
    width: 89.33333%;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    -webkit-appearance: none;
}
.searchbox input[type="submit"] {
    background: url(guide2019-searchbtnbg.png) no-repeat 0px 1px;
    border: none;
    cursor: pointer;
    width: 24px;
    outline: none;
    position: absolute;
    top: 4px;
    right: 2px;
}
.top_bar{
width: 1500px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
	}		
.top_logo{
	/* width:1200px; */
	height:115px;
	/* margin:0 auto; */
	display: flex;
    justify-content: space-between;
	}
.logo{
	height:85px;
	margin-top:25px;
	}
.logo img{
	height:49px;
	}
.top_r{
	width:565px;
	height:30px;
	margin-top:15px;
	text-align:right;
	position:relative;
	}
.top_lj{
	font-size:14px;
	text-align:right;
	line-height:30px;
	}	
.top_lj a{
	color:#f5f5f5;
	padding:0 15px;
	}	
.top_lj a img{
	 width:14px;
	}
.search{
	width:185px;
	height:26px;
	line-height:26px;
	background:url(../images/rq_bj.png) no-repeat right center;
	display:none;
	position:absolute;
	right:8px;
	bottom:-22px;
	z-index:1000;
	}
.search .text_01{
	height:24px;
	line-height:24px;
	outline:none;
	width:140px;
	color:#fff;
	font-size:12px;
	background-color:transparent;
	border:none;
	padding-left:10px;
	float:left;
	}
.search .images_02{
	float:right;
	width:15px;
	height:15px;
	margin-right:10px;
	margin-top:5px;
	outline:none;
	}
.nav {
    width: 55%;
    margin-left: 5%;
    float: left;
    margin-top: 10px;
}
.nav .daohang {
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.nav ul li {
    float: left;
    line-height: 63px;
    text-align: center;
    position: relative;
    padding: 0 2%;
}	
.nav ul li .nav-top-title {
    top: -20px;
    font-size: 11px;
    position: absolute;
    height: 30px;
}
.nav ul li a {
    color: white;
    height: 48px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    position: relative;
}
.nav ul li:hover a {
    color: white;
    font-weight: bold;
}
.nav ul li a::after {
    -webkit-transition: all .4s;
    transition: all .4s;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.nav ul li:hover a::after {
    -webkit-transition: width .4s;
    transition: width .4s;
    left: 0;
    width: 100%;
}

.nav ul li a::after {
    -webkit-transition: all .4s;
    transition: all .4s;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: white;
    z-index: 10;
}
.banner_pic{  clear:both; width:100%;margin:0 auto;z-index:10px;}
.navbar-toggle {
    display: none;
    position: relative;
    top: 17px;
    right: 0;
    width: 24px;
    height: 22px;
    background: url(anniu.png) no-repeat;
    margin-top: 10px;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}

/*banner*/
.banner{ 
	width:100%; 
/* 	height:655px;  */
	overflow:hidden; position:relative;font-size:0; z-index:1;}
.b-img{ 
	/* height:655px; */  
/* 	position:absolute;  */
	left:0; 
	top:0;
	}
.b-img img{width:100%;height:655px;}
.b-img a{ 
	display:block; 
	width:100%;
/* 	height:655px; */ 
	float:left;
	}
.b-list{ height:20px; bottom:-580px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:10px; height:10px; border-radius:50%; background-color:#fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background-color:#c50000;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:50px; left:17%; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:50px; right:17%; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:150px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:150px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}


/******************nav*******************/
.logo {
    width: 40%;
    float: left;
    display: block;
}
.nav_top{
	width:100%;
	height:50px;
	line-height:50px;
	float: right;
	/* margin-top:20px; */
	}
.nav{
/* 	width:765px; */
	height:50px;
/* 	margin:0 auto; */
}
.nav&gt;li{
	float:left;
	height:50px;
}

.nav li a{
	height:50px;
	line-height: 50px;
/* 	padding:10px 25px; */
	font-size: 16px;
	color:#fff;
}
.nav li ul{
	display:block;
}

#nav li { float: left; display: block; position: relative; z-index: 999; }
#nav li a { 
	display: block; 
	padding: 0; 
	font-size:16px; 
	height:50px; 
	line-height: 50px; 
	text-decoration: none; 
	zoom: 1; 
	width:95px; 
	text-align:center;
}
#nav li ul li a{color:#fff;}
#nav li a:hover, #nav li a.hov { background:#165aad;  color: #fff; }
#nav .on{background:#165aad; color: #fff; }
#nav .on a{color: #fff; }
#nav ul { position: absolute; display: none; margin: 0; padding:0; list-style: none;;background:url(nav_bj_1.png);padding-bottom:10px; }
#nav ul li { float: left; text-align: left; text-indent:3px;}
#nav ul li a{border-right:0; font-size:15px; height:45px; line-height:45px;width:115px;}
#nav ul li a:hover { color: #fff; }
/***************************************/

/***************閾炬帴*****************/		
.top_content{
	width:100%;
	/* height:106px; */
	background-color:#f0f5fa;
	margin-bottom:40px;
	}
.top_content .top_content_list{
 	/* width:1200px;  */
	margin:0 auto;
	/* height:106px; */
	line-height:106px;
	display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: row; */
    /* padding: 0px 50px; */
	}
.top_content .top_content_list li{
	float:left;
	/* width:130px; */
	/* height:106px; */
	line-height:106px;
	/* padding-left:110px; */
	position:relative;
	z-index:10000;
	flex:1;
	background:url(line.jpg) no-repeat right center;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.top_content .top_content_list li:nth-last-of-type(1){
    background:none;
}

.top_content .top_content_list li img{
	padding-right:10px;	
}
.top_content .top_content_list li:hover{
	background-color:#fff;
	background-image:none;
	top:-10px;
	box-shadow: 3px 3px 2px #e1e1e1;
	}
.top_content .top_content_list li a{
	/* width:140px; */
	font-size:18px;
	color:#333;
	display:inline-block;
	/* background:url(line.jpg) no-repeat right center; */
	}
.top_content .top_content_list li:hover a{
	background:none;
	}
.top_content .top_content_list li .last{
	background:none;
	}
/* .top_content .top_content_list .list_001{
	background:url(list_001.png) no-repeat 45px center;
	}
.top_content .top_content_list .list_002{
	background:url(list_002.png) no-repeat 45px center;
	}
.top_content .top_content_list .list_003{
	background:url(list_003.png) no-repeat 45px center;
	}
.top_content .top_content_list .list_004{
	background:url(list_004.png) no-repeat 45px center;
	}
.top_content .top_content_list .list_005{
	background:url(list_005.png) no-repeat 45px center;
	} */
/******************footer*****************/
.footer_db{
	/* height:530px; */
	width:100%;
	overflow:hidden;
	background:#2e3137;
	}
.footer{
	max-width:1200px;
	margin:0 auto;
	padding:36px 0;
	}	
.Common_Links{
	padding:0 14px;
	/* height:320px; */
	}
.Links_tittle{
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	}
.links_lisn{
	margin-top:20px;
	/* height:210px; */
	}
.links_lisn&gt;li{
	float:left;
	padding: 20px 0px;
	/* height:210px; */
	}	
.links_lisn .one{
/* 	width:468px;
	border-right:1px solid #fff; */
	}
.links_lisn .two{
/* 	width:350px;
	border-right:1px solid #fff; */
	}
.links_lisn .two a{
	font-size:15px;
	display:block;
	text-align:center;
	padding:11px 20px;
	color:#fff;
	}
.links_lisn .two a:hover{
	font-size:15.5px;
	}
.links_lisn .three{
/* 	width:320px; */
	}
.links_lisn .three a{
	font-size:15px;
	display:block;
	text-align:center;
	padding:11px 20px;
	color:#fff;
	}
.links_lisn .three a:hover{
	font-size:15.5px;
	}	
.l_links{
	padding-right:15px;
	}
.l_links li{
	float:left;
	width:190px;
	height:40px;
	line-height:40px;
	border:1px solid #fff;
	text-align:center;
	margin-bottom:40px;
	}	
.l_links li:nth-child(odd){
	margin-right:27px;
	}
.l_links li a{
	color:#fff;
	padding:10px 5px;
	font-size:15px;
	}
.l_links li:hover{
	background-color:#fff;
	}
.l_links li:hover a{
	color:#c50000;
	}
.code_copyright{
	margin-top:30px;
	}
.copyright{
	width:650px;
	height:auto;
	padding-top:10px;
    }
.copyright p{
	font-size:14px;
	color:#fff;
	line-height:40px;
	}	
.copyright .add .a_001{
	padding-left:20px;
	background:url(../images/add_001.png) no-repeat left center;
	}
.copyright .add .a_002{
	padding-left:25px;
	background:url(../images/add_002.png) no-repeat left center;
	margin:0 20px;
	}	
.code{
	width:215px;
	height:auto;
	}	
.code li{
	float:left;
	width:100px;
	margin-right:15px;
	text-align:center;
	}	
.code .last{
	margin-right:0px;
	}	
	
.code li p{
	font-size:12px;
	color:#fff;
	line-height:30px;
	}	
/************* 涓棿閮ㄥ垎****************/	
.conter_bottom{
	height:auto;
	background-color:#fff;
	width:100%;
	overflow:hidden;
	/* margin-bottom:48px; */
	padding: 0px 10px;
	}
.conter_bottom .news_Notice{
	max-width:1200px;
	/* height:630px; */
	margin:0 auto;
	overflow:hidden;
	}
	
.conter_bottom .intro{
	max-width:1200px;
/* 	height:630px; */
	margin:0 auto;
	overflow:hidden;
    margin-bottom: 50px;
/* 	padding: 0px 10px; */
	}
	
/***********瀹為獙瀹や粙缁�*************/
.conter_bottom .intro .home-introd-title{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
	line-height: 60px;
}
.conter_bottom .intro .home-introd-content {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.home-introd-content .home-introd-content-right {
    flex: 1;
    text-align: right;
}
@media screen and (min-width: 1000px) {
    .intro .home-introd-content .home-introd-content-left {
        width:50%;
        padding-right: 50px;
        box-sizing: border-box
    }
}

@media screen and (max-width: 1000px) {
    .intro .home-introd-content .home-introd-content-right {
        margin-top:30px
    }

    .intro .home-introd-content .home-introd-content-right img {
        width: 100%
    }
}
.intro .home-introd-content .home-introd-content-left .home-introd-content__subTitle {
    margin: 30px 0 70px;
    font-size: 16px;
	line-height:32px;
    color: #333;
}
.intro .home-introd-content .home-introd-content-left .home-introd-content__bottom .home-introd-content__bottom_btn {
    margin-right: 15px;
    font-size: 14px;
    height: 36px;
}


.m-button {
    display: inline-block;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    color: #c7000b;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-color: #d9d9d9;
    border: 1px solid #d9d9d9;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 2px;
    background: #fff;
    padding: 0 8px;
    transition: border .3s ease 0s, color .3s ease 0s, background .3s ease 0s;
    outline: 0;
}
.m-primary {
    background-color: #ff8400;
    color: #fff;
    border: 1px solid #ff8400;
}

.conter_bottom .article{
	max-width:1400px;
/* 	height:630px; */
	margin:0 auto;
	overflow:hidden;
	margin-top: 60px;
    margin-bottom: 50px;
/* 	padding: 0px 10px; */
	}
.conter_bottom .article .home-introd-title{
    font-size: 30px;
    text-align: left;
	font-weight: normal;
	line-height: 60px;
	position: relative;
}
.conter_bottom .article .home-introd-content {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
	font-size: 19px;
    line-height: 45px;
}

.conter_bottom .article .home-introd-title::after {
    content: " ";
    height: 0px;
    width: 40px;
    border-bottom: 4px solid #f09621;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/*******************鏂伴椈******************/	
		
.news{
/* 	width:800px;
	height:630px; */
	overflow:hidden;
	}	
.news_bt{
	height:40px;
	width:100%;
	}
.news_bt .bt{
	width:115px;
	height:40px;
/* 	background:url(../images/bj_more.png) no-repeat right center; */
	float:left;
	}	
.news_bt .bt .b1{
	font-size:24px;
	color:#221815;
	font-weight:bold;
	line-height:25px;
	}
.news_bt .bt .b2{
	font-size:12px;
	color:#999999;
	line-height:20px;
	font-style:italic;
	}
.news_bt .more_sy{
	float:left;
	margin-left:10px;
	font-style:italic;
	line-height:40px;
	font-size:14px;
	color:#ff8400;
	}
.news_list{
	margin-top:30px;
	height:560px;
	}
.l_lsit{
	/* width:100%; */
	height:560px;
	}
.l_lsit li{
	height:114px;
	border-bottom:1px solid #eaeaea;
        float:left;
        /* width:388px; */
	}
.l_lsit .first{
	height:440px;
	/* width:388px; */
	border-bottom:1px solid #eaeaea;

	}	
.l_lsit .first a{
          display:block;
          overflow:hidden;
}
.first img{
	width:388px;
	height:270px;
	}
	
.first img{
  width:388px;
  height:270px;
  cursor: pointer;
  transition: all 0.6s;
}
.first img:hover{
  transform: scale(1.1);
}	
	
	
.time{
	height:68px;
	line-height:68px;
	padding-left:16px;
	}
.time .a1{
	font-size:26px;
	color:#999999;
	
	}
.time .a2{
	font-size:12px;
	color:#999999;
	}	
.l_lsit .tittle_bj{
	font-size:16px;
	padding:0 16px;
	line-height:28px;
	font-weight:bold;
	}
.tittle_bj a{
	color:#333;
	}	
.more_bj{
	padding-left:30px;
	background:url(more_rist1.png) no-repeat left center;
	line-height:25px;
	display:inline-block;
	float:right;
	color:#999;
	margin-top:10px;
	padding-right:16px;
	}	
	
.time1{
	/* width:120px; */
	margin-top:20px;
	}	
.l_lsit  .tittle_bj1{
	width:230px;
	font-weight:normal;
	padding:0px 16px 0 0;
/* 	margin-top:34px; */
	height: 100%;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	flex: 1;
	}	
	
.l_lsit li:hover{
	background-color:#6fa1d4;
	}	
.l_lsit li:hover .tittle_bj1 a{
	color:#fff;
	}	
.l_lsit li:hover .time1 span{
	color:#caa3a7;
	}	
.l_lsit .first:hover{
	background-color:#fff;
	}	
.l_lsit .first:hover .time .a1{
	color:#133eba;
	}	
.l_lsit .first:hover .time .a2{
	color:#133eba;
	}	
.l_lsit .first:hover .more_bj{
	color:#133eba;
	background:url(more_rist.png) no-repeat left center;
	}
	
	
	
	
	
	
	
/*******************閫氱煡*******************/	
.Notice{
	/* width:373px; */
	/* height:630px; */
	padding-top: 30px;
	}
.Notice_list{
	margin-top:20px;
	}	
.Notice_list li{
	/* width:333px; */
	height:90px;
	padding:20px 15px;
	margin-bottom:26px;
	box-shadow: 0px 0px 3px #efefef;
	display: flex;
	}	
	
.Notice_list li .date{
	/* width:100px; */
	border-right:1px solid #d2d2d2;
	text-align:right;
	padding-right:15px;
	}	
.Notice_list li .date .c1{
	font-size:24px;
	color:#133eba;
	line-height:36px;
	}	
.Notice_list li .date .c2{
	line-height:14px;
	font-size:12px;
	color:#133eba;
	}	
.Notice_list li a{
	width:380px;
	display:inline-block;
	float:left;
	font-size:16px;
	color:#333;
	line-height:28px;
	padding-left: 20px;
	}	
.Notice_list li .jasid a{
       color:#999;
}
.Notice_list li:hover .jasid a{
       color:#fff;
}
.Notice_list li:hover{
	background-color:#6fa1d4;
	}	
.Notice_list li:hover .date{
	border-right:1px solid #fff;
	}
.Notice_list li:hover .date .c1{
	color:#fff;
	}
.Notice_list li:hover .date .c2{
	color:#fff;
	}	
.Notice_list li:hover a{
	color:#fff;
	}	
	
/******************绉戞妧鎴愭灉******************/	
.down_conent{
	width:100%;
	background:url(down_bj.png) no-repeat center;
	/* height:800px; */
	  background-size: cover;
	  background-repeat: no-repeat;
	background-position: center;
	  display: flex;
	}
.bjsid{
	width: 1600px;
    margin: 50px auto;
    /* height: 800px; */
/*     padding: 20px 100px 20px 100px; */
    background: rgba(255,255,255,0.5);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
	}
.tittle_bt{
	text-align:center;
	padding-top:30px;
	margin-bottom:30px;
	}	
.tittle_bt .lm_bt{
	font-size:24px;
	color:#8b0012;
	font-weight:normal;
	margin-bottom:24px;
	}
.tittle_bt .lm_zswz{
	font-size:24px;
	color:#999;
	line-height:32px;
	font-style:italic;
	}	
.th_list_sy{
	/* width:800px; */
	margin:0 auto;
	height:40px;
	line-height:40px;
	margin-top:30px;
	margin-bottom:60px;
	display: flex;
    justify-content: center;
	}	
.th_list_sy li{
	float:left;
	text-align:center;
	font-size:24px;
	}	
.th_list_sy li a{
	color:#333;
        display:block;
	padding:8px 25px;
	}
.th_list_sy .curr a{
	border-bottom:2px solid #ff8400;
	color:#221815;
	font-weight:bold;
	}	
.pic_sy_list{
	margin-top:35px;
	}	
.pic_sy_list ul li{
	float:left;
	/* width:367px; */
	width:100%;
	background:#f7f8fa;
/* 	height:285px; */
	overflow:hidden;
	position:relative;
	margin-right:33px;
	margin-bottom:33px;
          *margin-right:33px;
		    box-shadow:-5px 5px 5px rgba(0, 0, 0, 0.2);
	padding:18px 30px 18px 24px;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
	}
.pic_sy_list ul li:nth-child(3n){
	margin-right:0px;
	}
.pic_sy_list ul li img{
  width:100%;
  height:250px;	
  cursor: pointer;
  transition: all 0.6s;
  border: 1px solid #000000;
}
.pic_sy_list ul li img:hover{
  transform: scale(1.1);
}	
	
.pic_sy_list ul li p{
	width:367px;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:0px;
	bottom:0px;
	height:55px;
	line-height:55px;
	background:url(../images/down_bt_bj.png) repeat-x left bottom;
	}	
.pic_sy_list ul li:hover p{
	font-size:17px;
	}
.more_th{
	width:120px;
	height:36px;
	line-height:36px;
	text-align:center;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	/* font-style:italic; */
	background-color:#ff8400;
	display:block;
           *margin-top:30px;
	}
	
/***************jjy****************/
.rj_top{
	height:120px;
	background:url(../images/tm_top_bj.png) no-repeat center;
	}
	

.bjdX_jjy{
	padding:20px 0px;
	font-size:16px;
	line-height:28px;
	color:#494949;
	}

.bjdX_jjy p{
	text-indent:2em;
	margin:15px 0px;
	}
.bjdX_jjy table p{
	text-indent:0em;
	}
.bjdX_jjy table{
	margin:0 auto;
	max-width:100% !important;
	}
.bjdX_jjy img{
	max-width:100% !important;
	}
.bjdX_jjy a{
	color:#494949;
	}		
.ej_jjy_foorer{
	height:175px;
	}	
.ej_jjy_copyright{
	margin-top:0px;
	}	
	
/**********************zy_list**********************/	
.bj_top_t{
	width:100%;
	height:120px;
	border-top:3px solid #4d4d4d;
	background:url(ej_top_bj.jpg) no-repeat center;
	}
.w_banner{
	padding-top:60px;
	background:url(../images/ej_up_bj.png) repeat-x left top;
	height:auto;
	width:100%;
	}
.rj_banner_pic{
	width:1380px;
	height:460px;
	margin:0 auto;
	top:-30px;
	}
.rj_banner_pic img{
	width:1380px;
	height:480px;
	}	
.ej_list_content{
	padding:10px 0px;
	
	min-height:800px;
	}	
.list_content{
	width:1200px;
	margin:0 auto;
	position:relative;
	}
.ej_nav_l{
	width:280px;
	height:auto;
	position:relative;
	top:-70px;
	left:0px;
	}
.lmmc{
	width:280px;
	height:120px;
	text-align:center;
	color:#fff;
	font-size:24px;
	background:url(../images/gywm/gywm_ej_top_bj.jpg) no-repeat center;
	}
.lmmc img{
	margin-top:15px;
	}
.lmmc p span{
	line-height:40px;
	}
	
/******************浜岀骇瀵艰埅*********************/	
	
.rj_nav{
	padding-bottom:50px;
	background-color:#fcfbfb;
	}
.rj_nav li{
	position:relative;
	 
	}
.rj_nav li a{
	width:205px;
	height:63px;
	display:block;
	line-height:63px;
	padding-left:75px;
	font-size:18px;
	color:#494949;
	border-bottom:1px solid #eaeaea;
	}
.rj_nav .on a{
        border-bottom:1px solid #8d0e0e;
	color:#8d0e0e;
}
.rj_nav li .nav_001{
	background:url(../images/gywm/gywm_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .nav_001:hover{
	background:url(../images/gywm/gywm_nav_001_r.png) no-repeat 28px center;
	}	
.rj_nav .on .nav_001{
	background:url(../images/gywm/gywm_nav_001_r.png) no-repeat 28px center;
	}	

.rj_nav li .nav_002{
	background:url(../images/gywm/gywm_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .nav_002:hover{
	background:url(../images/gywm/gywm_nav_002_r.png) no-repeat 28px center;
	}
.rj_nav .on .nav_002{
	background:url(../images/gywm/gywm_nav_002_r.png) no-repeat 28px center;
	} 

.rj_nav li .nav_003{
	background:url(../images/gywm/gywm_nav_003.png) no-repeat 28px center;
	}
.rj_nav li .nav_003:hover{
	background:url(../images/gywm/gywm_nav_003_r.png) no-repeat 28px center;
	}	
.rj_nav .on .nav_003{
	background:url(../images/gywm/gywm_nav_003_r.png) no-repeat 28px center;
	}	
	
.rj_nav li a:hover{
	border-bottom:1px solid #8d0e0e;
	color:#8d0e0e;
	}
.rj_nav li .cup{
	background-color:#b86262;
	color:#fff;
	}

.nav_lsl{
	width:240px;
	display:none;
	position:absolute;
	right:-240px;
	top:0px;
	background-color:#f1eeee;
	z-index:100;
	}
.rj_nav li:hover .nav_lsl{
	display:block;
	}
.nav_lsl li a{
	width:230px;
	height:50px;
	line-height:50px;
	padding-left:10px;
	font-size:16px;
	}	
.nav_lsl li a:hover{
	background-color:#8d0e0e;
	color:#fff;
	}
.nav_lsl li .on{
	width:230px;
	padding-left:10px;
	background-color:#8d0e0e;
	color:#fff;
	}	
	





.content_r{
	width:890px;
	height:auto;
	}
.content_r_top{
	height:60px;
	line-height:60px;
	background:url(../images/dqwz_bj.png) no-repeat center;
	padding:0 25px;
	}
.content_r_top .name{
	font-size:18px;
	color:#8d0e0e;
	float:left;
	font-weight:bold;
	}
.content_r_top .dqwz{
	float:right;
	padding-left:20px;
	background:url(dqwz.png) no-repeat left center;
	font-size:14px;
	color:#9e9e9e;
	}
.content_r_top .dqwz a{
	font-size:14px;
	color:#9e9e9e;
	}
.content_r_top .dqwz .last{
	color:#8d0e0e;
	}
	
	
	
	
.fyt{
	padding:40px 0 20px;
	text-align:center;
	}
	
	
	
	

/****************list*******************/
.list_lmmc{
	background:url(../images/list/list_ej_top_bj.jpg) no-repeat center;
	}
	
.rj_nav li .list_nav_001{
	background:url(../images/list/list_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_001:hover{
	background:url(../images/list/list_nav_001_r.png) no-repeat 28px center;
	}
.rj_nav .on .list_nav_001{
	background:url(../images/list/list_nav_001_r.png) no-repeat 28px center;
	}
	
.rj_nav li .list_nav_002{
	background:url(../images/list/list_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_002:hover{
	background:url(../images/list/list_nav_002_r.png) no-repeat 28px center;
	}	

.rj_nav .on .list_nav_002{
	background:url(../images/list/list_nav_002_r.png) no-repeat 28px center;
	}
	
.rj_nav li .list_nav_003{
	background:url(../images/list/list_nav_003.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_003:hover{
	background:url(../images/list/list_nav_003_r.png) no-repeat 28px center;
	}

.rj_nav .on .list_nav_003{
	background:url(../images/list/list_nav_003_r.png) no-repeat 28px center;
	}


.rj_nav li .list_nav_004{
	background:url(../images/list/list_nav_004.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_004:hover{
	background:url(../images/list/list_nav_004_r.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_005{
	background:url(../images/kjcg/kjcg_nav_005.png) no-repeat 28px center;
	}
.rj_nav li .list_nav_005:hover{
	background:url(../images/kjcg/kjcg_nav_005_r.png) no-repeat 28px center;
	}

.rj_nav .on .list_nav_004{
	background:url(../images/list/list_nav_004_r.png) no-repeat 28px center;
	}
	
	
.list_zy{
	margin-top:20px;
	}
	
.list_zy ul li{
	 padding:15px 0;
	 height:90px;
	 border-bottom:1px solid #e3e3e3;
	}	

.list_zy ul li .date{
	float:left;
	border-left:4px solid #8d0e0e;
	color:#8d0e0e;
	width:95px;
	text-align:center;
	height:50px;
	margin-top:20px;
	}
.list_zy ul li:hover .date{
	
	
	}
.list_zy ul li .date .up_time{
	font-size:24px;
	color:#8d0e0e;
	height:30px;
	line-height:30px;
	}
.list_zy ul li:hover .date .up_time{
	color:#fff;
	}
.list_zy ul li .date .down_time{
	font-size:12px;
	color:#8d0e0e;
	height:20px;
	line-height:20px;
	}
.list_zy ul li:hover .date .down_time{
	color:#fff;
	}
.list_zy ul li .bt_zy_lsit{
	width:785px;
           heihgt:50px;
           margin-top:10px;
	}
.list_zy ul li .bt_zy_lsit .tittle{
	font-size:16px;
	color:#494949;
	line-height:25px;
	}
.list_zy ul li .bt_zy_lsit .zy a{
	font-size:14px;
	color:#979797;
	}

.list_zy ul li:hover{
	min-height:66px;
	background-color:#8d0e0e;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	transition: all 0.3s ease-in-out;
	}
.list_zy ul li:hover .bt_zy_lsit .tittle{
	color:#fff;
	}

.list_zy ul li:hover .bt_zy_lsit .zy a{
	color:#fff;
	}
.list_list{
	width:630px;
	float:left;
	}
.list_pic{
	float:right;
	width:140px;
	height:90px;
	overflow:hidden;
	margin-right:5px;
	}



	

	
/****************鍐呭椤�****************/	
.content_ty{
	width:100%;
	}
.content_bj_dd{
	    background: url(../images/content_dqwz_bj.png) no-repeat center;
	}	
.wx_xb_xx_dy{
	padding:15px 5px;
	text-align:right;
        height:30px;
	}	
.wx_xb_xx_dy .wx,.wb,.xx,.dy{
	width:34px;
	height:27px;
	display:inline-block;
	margin-right:15px;
	}	
.wx_xb_xx_dy .wx{
	background:url(../images/wx_001.png) no-repeat center;
	}
.wx_xb_xx_dy .wx:hover{
	background:url(../images/wx_001_r.png) no-repeat center;
	}	
.wx_xb_xx_dy .wb{
	background:url(../images/wb_001.png) no-repeat center;
	}
.wx_xb_xx_dy .wb:hover{
	background:url(../images/wb_001_r.png) no-repeat center;
	}	
.wx_xb_xx_dy .xx{
	background:url(../images/xx_001.png) no-repeat center;
	}
.wx_xb_xx_dy .xx:hover{
	background:url(../images/xx_001_r.png) no-repeat center;
	}	
.wx_xb_xx_dy .dy{
	background:url(../images/dy_001.png) no-repeat center;
	}
.wx_xb_xx_dy .dy:hover{
	background:url(../images/dy_001_r.png) no-repeat center;
	}	
	
	
	
	
	
.xzzq_lmmc{
	background:url(../images/xzzq/xzzq_ej_top_bj.jpg) no-repeat center;
	}
	
.rj_nav li .xzzq_nav_001{
	background:url(../images/xzzq/xzzq_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .xzzq_nav_001:hover{
	background:url(../images/xzzq/xzzq_nav_001_r.png) no-repeat 28px center;
	}
.rj_nav .on .xzzq_nav_001{
	background:url(../images/xzzq/xzzq_nav_001_r.png) no-repeat 28px center;
	}
	
.rj_nav li .xzzq_nav_002{
	background:url(../images/xzzq/xzzq_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .xzzq_nav_002:hover{
	background:url(../images/xzzq/xzzq_nav_002_r.png) no-repeat 28px center;
	}

.rj_nav .on .xzzq_nav_002{
	background:url(../images/xzzq/xzzq_nav_002_r.png) no-repeat 28px center;
	}
		
.rj_nav li .xzzq_nav_003{
	background:url(../images/xzzq/xzzq_nav_003.png) no-repeat 28px center;
	}
.rj_nav li .xzzq_nav_003:hover{
	background:url(../images/xzzq/xzzq_nav_003_r.png) no-repeat 28px center;
	}

.rj_nav .on .xzzq_nav_003{
	background:url(../images/xzzq/xzzq_nav_003_r.png) no-repeat 28px center;
	}

.rj_nav li .xzzq_nav_004{
	background:url(../images/xzzq/xzzq_nav_004.png) no-repeat 28px center;
	}
.rj_nav li .xzzq_nav_004:hover{
	background:url(../images/xzzq/xzzq_nav_004_r.png) no-repeat 28px center;
	}

.rj_nav .on .xzzq_nav_004{
	background:url(../images/xzzq/xzzq_nav_004_r.png) no-repeat 28px center;
	}	

.bjdX_jjy{
	padding:20px 0px;
	font-size:16px;
	line-height:28px;
	color:#494949;
	}
.bjdX_jjy .bt_tittle{
	margin:20px 0;
	text-align:center;
	font-size:18px;
	color:3b3b3b;
	}
.bjdX_jjy .content_bjdx a{
	color:#0374d4;
	}
.bjdX_jjy .content_bjdx a:hover{
	color:#0374d4;
	}
.bjdX_jjy .content_sid{
	height:32px;
	line-height:32px;
	background-color:#f8f6f6;
	margin:10px 0 20px;
	text-align:center;
	}
.bjdX_jjy .content_sid&gt;span{
	font-size:12px;
	color:#9a9a9a;
	margin:0 10px;
	}
.content_bjdx{
	font-size:16px;
	color:#494949;
	line-height:28px;
	padding-bottom:40px;
	border-bottom:1px solid #e3e3e3;
	}
.content_bjdx p{
	text-indent:2em;
	margin:0px;
	}
.content_bjdx table p{
	text-indent:0em;
	}
.content_bjdx table{
	margin:0 auto;
	max-width:100% !important;
	}
.content_bjdx img{
	max-width:100% !important;
	}
.content_bjdx a{
	color:#494949;
	}	
.up_down{
	margin-top:20px;
	}	
.up_down p{
	text-indent:0em;
	margin:5px 0;
	}

/**************************涓嬭浇涓撳尯鍒楄〃椤�**************************/

.xzzq_list li{
	height:60px;
	line-height:60px;
	padding-left:20px;
	background:url(xzzq_qdf.jpg) no-repeat left center;
	border-bottom:1px solid #e3e3e3;
	}
.xzzq_list li a{
	display:block;
	font-size:16px;
	color:#494949;
        padding-right:10px;
          float:left;
          width:85%;
	}
.xzzq_list li:hover{
	background-color:#efefef;
	}
.xzzq_list li:hover a{
	color:#333;
	}

/************************鏀跨瓥娉曡*************************/

	
.zcfg_lmmc{
	background:url(../images/zcfg/zcfg_ej_top_bj.jpg) no-repeat center;
	}
	
.rj_nav li .zcfg_nav_001{
	background:url(../images/zcfg/zcfg_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .zcfg_nav_001:hover{
	background:url(../images/zcfg/zcfg_nav_001_r.png) no-repeat 28px center;
	}

.rj_nav .on .zcfg_nav_001{
	background:url(../images/zcfg/zcfg_nav_001_r.png) no-repeat 28px center;
	}
	
.rj_nav li .zcfg_nav_002{
	background:url(../images/zcfg/zcfg_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .zcfg_nav_002:hover{
	background:url(../images/zcfg/zcfg_nav_002_r.png) no-repeat 28px center;
	}

.rj_nav .on .zcfg_nav_002{
	background:url(../images/zcfg/zcfg_nav_002_r.png) no-repeat 28px center;
	}	
		
.rj_nav li .zcfg_nav_003{
	background:url(../images/zcfg/zcfg_nav_003.png) no-repeat 28px center;
	}
.rj_nav li .zcfg_nav_003:hover{
	background:url(../images/zcfg/zcfg_nav_003_r.png) no-repeat 28px center;
	}

.rj_nav .on .zcfg_nav_003{
	background:url(../images/zcfg/zcfg_nav_003_r.png) no-repeat 28px center;
	}

.rj_nav li .zcfg_nav_004{
	background:url(../images/zcfg/zcfg_nav_004.png) no-repeat 28px center;
	}
.rj_nav li .zcfg_nav_004:hover{
	background:url(../images/zcfg/zcfg_nav_004_r.png) no-repeat 28px center;
	}	

.rj_nav .on .zcfg_nav_004{
	background:url(../images/zcfg/zcfg_nav_004_r.png) no-repeat 28px center;
	}



/******************鍗忓悓鍒涙柊*******************/

.xtcx_lmmc{
	background:url(../images/xtcx/xtcx_ej_top_bj.jpg) no-repeat center;
	}

/******************鍗忓悓鍒涙柊 浜岀骇瀵艰埅*********************/
.leftsidebar_box{
	background-color:#fcfbfb;
	padding-bottom:20px;
	}	
.leftsidebar_box dt{
	height:68px;
	line-height:68px;
	padding-left:30px;
	border-bottom:1px solid #eaeaea;
	}
.leftsidebar_box dt img{
	float:right;
	width:20px;
	margin:21px 20px 0 0;
	}
.leftsidebar_box dt a{
	font-size:16px;
	color:#646464;
	display:block;
           width:80%;
           float:left;
	}
.leftsidebar_box dd{
	/*height:45px;*/
	line-height:45px;
	padding-left:60px;
	background:#fff url(../images/xtcx/sj_nav.jpg) no-repeat 30px 20px;
	display:none;
	}
.leftsidebar_box dd a{
	font-size:15px;
	color:#7e7e7e;
	display:block;
	}


.leftsidebar_box dd:hover .djon{
	color:#8d0e0e;
	}


.leftsidebar_box .on .djon{
	color:#8d0e0e;
	}
.leftsidebar_box .active{
	border-bottom:1px solid #8d0e0e;
	}	
.leftsidebar_box dt:hover{
	border-bottom:1px solid #8d0e0e;
	}	
.leftsidebar_box dt:hover a{
	color:#8d0e0e;
	font-weight:bold;
	}
.leftsidebar_box .active a{
	color:#8d0e0e;
	font-weight:bold;
	}	

.leftsidebar_box dd:first-child{
	border-top:1px solid #8d0e0e;
	}
.leftsidebar_box dd:last-child{
	border-bottom:1px solid #8d0e0e;
	}



/******************鏂伴椈缁煎悎椤�*********************/
.news_zyh{
	margin-top:30px;
	margin-bottom:50px;
	}
.news_news11{
	width:780px;
	height:auto;
	}
.news_news_bh{
	width:100%;
	height:280px;
	overflow:hidden;
	margin-top:20px;
	}

/*************************灏廱anner******************************/

.fonus{ width:100%; height:280px; position:relative;}
.fonus .hd{ height:12px; overflow:hidden; position:absolute; right:0px; bottom:15px; z-index:1; }
.fonus .hd ul{ overflow:hidden; zoom:1; float:left;  }
.fonus .hd ul li{ float:left; margin-right:6px;  width:10px; height:10px;  cursor:pointer; background: #bbb;border-radius: 50px;}
.fonus .hd ul li.on{ background:#9c1e22; }
.fonus .bd{ position:relative; height:100%; z-index:0;   }
.fonus .bd li{ zoom:1; vertical-align:middle; }
.fonus .bd img{ width:450px; height:280px; display:block;  }

.fonus .bd img{
  cursor: pointer;
  transition: all 0.6s;
}
.fonus .bd img:hover{
  transform: scale(1.1);
}	


.fonus .bd li div{width:310px;height:280px;position: absolute;top:0;right:0px;font-size: 14px;color: #fff;}
.fonus .bd li div h3{font-weight: normal;font-size: 16px;line-height:25px;}
.fonus .bd li div h3 a{color:#282727; }
.fonus .bd li div h3 a:hover{color:#0D59A7; }
.first_pic{
	width:450px;
	height:280px;
	overflow:hidden;
	}
.xs_tittle .tittle{
	font-size:16px;
	color:#666666;
	font-weight:bold;
	line-height:30px;
	}
.xs_tittle .zy{
	margin-top:20px;
	font-size:14px;
	color:#999999;
	text-indent:2em;
	}
.xs_tittle .more{
	width:130px;
	height:40px;
	background-color:#bf2f2c;
	margin-top:20px;
	line-height:40px;
	text-align:center;
	}

.xs_tittle .more a{
	display:block;
	font-size:15px;
	color:#fff;
	}
.list_zy ul li .list_news{
	width:660px;
	}
.news_zhy_list ul li{
	padding:22px 0;
	}

/***************閫氱煡鍏憡**************/
.news_Notice11{
	width:380px;
	height:auto;
	}
.Notice_newsd{
	width:100%;
	height:320px;
	
	}
/****************淇℃伅鍏ず****************/

.xwzh_publicity{
	width:100%;
	height:320px;
	}
.Notice_list li .date .c1 .small{
	font-size:14px;
	}
.Notice_list li .date .big{
	font-size:20px;
	}

/*************娣卞害鎶ラ亾*****************/
.In-depth_coverage{
	width:100%;
	height:auto;
	margin-top:10px;
	}
.coverage_list{
	margin-top:30px;
	}
.coverage_list li{
	float:left;
	width:175px;
	height:200px;
	margin-bottom:30px;
	overflow:hidden;
	}
.coverage_list li:nth-child(odd){
	margin-right:30px;
	}
.coverage_list li a{
	display:block;
	}
.coverage_list li:hover{
	background-color:#efefef;
	}
.coverage_list li a img{
  width:175px;
  height:138px;
  cursor: pointer;
  transition: all 0.6s;
}
.coverage_list li a img:hover{
  transform: scale(1.1);
}	
	
	

.coverage_list li a p{
	margin-top:15px;
	height:40px;
	line-height:20px;
	font-size:14px;
	color:#666666;
	padding:0 5px;
	}
.coverage_list li:hover a p{
	color:#333;
	}
.zh_sdjfi_xew li{
	width:350px;
	}

.zh_sdjfi_xew li a{
	width:230px;
	}

/****************绉戞妧鎴愭灉*****************/
.kjcg_lmmc{
	background:url(../images/kjcg/kjcg_ej_top_bj.jpg) no-repeat center;
	}
	
.rj_nav li .kjcg_nav_001{
	background:url(../images/kjcg/kjcg_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_001:hover{
	background:url(../images/kjcg/kjcg_nav_001_r.png) no-repeat 28px center;
	}	

.rj_nav .on .kjcg_nav_001{
	background:url(../images/kjcg/kjcg_nav_001_r.png) no-repeat 28px center;
	}

.rj_nav li .kjcg_nav_002{
	background:url(../images/kjcg/kjcg_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_002:hover{
	background:url(../images/kjcg/kjcg_nav_002_r.png) no-repeat 28px center;
	}	


.rj_nav .on .kjcg_nav_002{
	background:url(../images/kjcg/kjcg_nav_002_r.png) no-repeat 28px center;
	}
	
.rj_nav li .kjcg_nav_003{
	background:url(../images/kjcg/kjcg_nav_003.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_003:hover{
	background:url(../images/kjcg/kjcg_nav_003_r.png) no-repeat 28px center;
	}
.rj_nav .on .kjcg_nav_003{
	background:url(../images/kjcg/kjcg_nav_003_r.png) no-repeat 28px center;
	}


.rj_nav li .kjcg_nav_004{
	background:url(../images/kjcg/kjcg_nav_004.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_004:hover{
	background:url(../images/kjcg/kjcg_nav_004_r.png) no-repeat 28px center;
	}

.rj_nav .on .kjcg_nav_004{
	background:url(../images/kjcg/kjcg_nav_004_r.png) no-repeat 28px center;
	}

.rj_nav li .kjcg_nav_005{
	background:url(../images/kjcg/kjcg_nav_005.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_005:hover{
	background:url(../images/kjcg/kjcg_nav_005_r.png) no-repeat 28px center;
	}

.rj_nav .on .kjcg_nav_005{
	background:url(../images/kjcg/kjcg_nav_005_r.png) no-repeat 28px center;
	}


.rj_nav li .kjcg_nav_006{
	background:url(../images/kjcg/kjcg_nav_006.png) no-repeat 28px center;
	}
.rj_nav li .kjcg_nav_006:hover{
	background:url(../images/kjcg/kjcg_nav_006_r.png) no-repeat 28px center;
	}

.rj_nav .on .kjcg_nav_006{
	background:url(../images/kjcg/kjcg_nav_006_r.png) no-repeat 28px center;
	}


.kjcg_list_01{
	padding:0 5px;
	}
.kjcg_list_01 li{
	width:280px;
	height:193px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-bottom:36px;
	margin-right:20px;
          *margin-right:25px;
	}
	
.kjcg_list_01 li a img{
  width:280px;
  height:193px;
  cursor: pointer;
  transition: all 0.6s;
}
.kjcg_list_01 li a img:hover{
  transform: scale(1.1);
}		
.kjcg_list_01 li .tille{
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:0px;
	text-indent:0em;
        background:url(nav_bj_1.png);
	}		
.kjcg_list_01 li:hover .tille{
	font-size:17px;
	}	
	
.kjcg_list_02{
	padding:0 5px;
	}
.kjcg_list_02 li{
	border-radius:6px;
	width:277px;
	height:258px;
	overflow:hidden;
	float:left;
	margin-bottom:36px;
	margin-right:20px;
	border:1px solid #e9e9e9;
	}

	
.kjcg_list_02 li a img{
  width:277px;
  height:200px;
  cursor: pointer;
  transition: all 0.6s;
}
.kjcg_list_02 li a img:hover{
  transform: scale(1.1);
}		
.kjcg_list_02 li .tille{
	height:55px;
	line-height:55px;
	font-size:15px;
	color:#646464;
	margin:0px;
	padding:0 10px;
	text-indent:1em;
	}		
.kjcg_list_02 li:hover .tille{
	font-size:17px;
	}		
	
	
/*****************涓夌骇瀵艰埅-鎴愭灉灞曠ず*****************/	
.rj_nav .rj_nav_sj{
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	}
.rj_nav .rj_nav_sj li a{
	border-bottom:0px;
	height:45px;
	line-height:45px;
	padding-left:65px;
	background: #fff url(../images/xtcx/sj_nav.jpg) no-repeat 35px center;
	font-size:15px;
        color: #494949;
	}
.rj_nav .rj_nav_sj li .on{
	color:#8d0e0e;
	}
	
	
	

.rj_nav li .list1_nav_001{
	background:url(../images/list/list_nav_001.png) no-repeat 28px center;
	}
.rj_nav li .list1_nav_001:hover{
	background:url(../images/list/list_nav_001_r.png) no-repeat 28px center;
	}
.rj_nav .on .list1_nav_001{
	background:url(../images/list/list_nav_001_r.png) no-repeat 28px center;
	}
	
.rj_nav li .list1_nav_002{
	background:url(../images/list/list_nav_002.png) no-repeat 28px center;
	}
.rj_nav li .list1_nav_002:hover{
	background:url(../images/list/list_nav_002_r.png) no-repeat 28px center;
	}	

.rj_nav .on .list1_nav_002{
	background:url(../images/list/list_nav_002_r.png) no-repeat 28px center;
	}
	
.rj_nav li .list1_nav_003{
	background:url(../images/list/list_nav_005.png) no-repeat 28px center;
	}
.rj_nav li .list1_nav_003:hover{
	background:url(../images/list/list_nav_005_r.png) no-repeat 28px center;
	}

.rj_nav .on .list1_nav_003{
	background:url(../images/list/list_nav_005_r.png) no-repeat 28px center;
	}


.rj_nav li .list1_nav_004{
	background:url(../images/list/list_nav_004.png) no-repeat 28px center;
	}
.rj_nav li .list1_nav_004:hover{
	background:url(../images/list/list_nav_004_r.png) no-repeat 28px center;
	}

.rj_nav .on .list1_nav_004{
	background:url(../images/list/list_nav_004_r.png) no-repeat 28px center;
	}
	
	
	
	
	
	
	
	
	
.bd_weixin_popup_bg{
      position:absolute;
      left:0px;
      top:0px;
      width:260px;
      height:320px;
      border:0;
      padding:0;
      margin:0;
      opacity:0;
      filter:alpha(opacity=0);z-index:11000;
}
.bd_weixin_popup{position:absolute;left:0px;top:0px;padding:10px;width:280px !important;height:340px !important;background:#fff;border:solid 1px #d8d8d8;z-index:10;font-size:12px}
.bd_weixin_popup .bd_weixin_popup_head{font-size:12px;font-weight:bold;text-align:left;line-height:16px;height:16px;position:relative;color:#000}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close{width:16px;height:16px;position:absolute;right:0;top:0;color:#999;text-decoration:none;font-size:16px}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover{text-decoration:none}
.bd_weixin_popup .bd_weixin_popup_main{padding:15px 10px;min-height:150px;_height:150px;text-align:center;}
.bd_weixin_popup .bd_weixin_popup_foot{font-size:12px;text-align:left;line-height:22px;color:#666}
	
.bd_weixin_popup_main .outputu11{
    width:240px;
    height:235px;
    text-align:center;
    margin:0 auto;
}	
	
  padding-left: 10px;
  background: url(hgsys-pepbg.png) bottom center;
  display: block;
}
.people .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #fff;
}
.people .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
/*   height: 100%; */
  height:190px;
  transition: all 0.2s;
}
.people .img-box::before {
  content: "";
  position: absolute;
  width: 74%;
  height: 100%;
  background: #ffab1f;
  left: -10px;
  top: 10px;
}
.people p {
  height: 54px;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 24px;
  text-align: center;
  color: #234770;
  font-size: 16px;
  font-weight: bold;
}
.people:hover .img-box img {
  top: -10px;
}
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*涓轰簡鐓ч【ie鍥剧墖缂╂斁澶辩湡*/
  border: none;
}
.new-left {
  width: 410px;
  margin-right: 30px;
}
.new-left .img-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
  display: block;
  background: #fff;
}
.new-left .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.new-left .new-tit {
  background: #fff;
  padding: 15px 18px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: -22px 16px 0;
  display: block;
  position: relative;
  z-index: 1;
}
.new-left .new-tit p {
  font-size: 16px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-left:hover .img-box img {
  transform: scale(1.1);
}	
.index-box {
  padding-top: 60px;
  padding-bottom: 60px;
}	
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}	
.row-s {
    margin-left: -22px;
    margin-right: -22px;
}
	
	
	
	
	</pre></body></html>