﻿*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
 html, body {
        position: relative;
        height: 100%;
    }
body {
    font-family:"Microsoft YaHei","微软雅黑";
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f3f3f3;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
a{  
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#cc3333;
	text-decoration: none;
}
a:link{
	text-decoration: none;	
}
.head_top{
	height:60px;
	background:#eee;
	padding-left:100px;
	overflow:hidden;
}
.head_top img{
	float:left;
	width:155px;
	height:60px;
	display:block;
}
.head_top ul{
	float:right;
	width:80%;
	padding:10px 0;
}
.head_top ul li{
	width:33.33%;
	line-height:20px;
	float:left;
	font-size:13px;
	overflow:hidden;
}
.head_top ul li a{
	color:#666;
}
.head_top ul li a:hover{
	color:#999;
	text-decoration:underline;
}
.container{
    width:90%;
    margin:0 auto;
}
.other{
	height:50px;
	line-height:50px;
	color:#333;
	font-size:13px;
	overflow:hidden;
}
@media screen and (min-width: 320px) and (max-width:480px){
header ul li{
	height:60px!important;
	line-height:60px!important;
	overflow: hidden!important;
}
header a{
	height:60px!important;
	outline:none;
   -moz-outline-style:none;
   display:block;
}
.container{
	width:96%;
	overflow:hidden;
}
.head_top,.other,.hcdj_img,.linkurl,.v_title,.hancheng,.hcshare,.dprint,.ewm_group,.ntitle span,.pas,.clist ul li p,.part_list span{
	display:none!important;
}
.part_list li{
	border-bottom:1px dashed #f3f3f3!important;
}
.cl{
	clear: both;
	content: '';
}
.hot{
	width:100%;
	height:60px!important;
	line-height:60px!important;
	font-size:22px!important;
	text-align:center;
	display:inline-block;
}
header{
	width:100%;
	display: inline-block;
}
.w48,.djwork,.w40,.part_img,.w60,.rcwork,.n_list_right,.slist{
	width:100%!important;
	display: inline-block;
	overflow: hidden;
}
.talk_icon{
	width:30%!important;
    font-size:14px!important;
}
.talk_list{
	width:70%!important;
}
.talk_list ul li{
	height:30px!important;
	line-height:30px!important;
	overflow:hidden;
}
.talk_img{
	width:50%!important;
	float:left!important;
	margin:12px 0!important;
}
.talk_img img{
	width:100%!important;
}
.talk .fr{
	float:left!important;
}
.hotnav ul li{
	background-image:none!important;
}
.hotlist ul li span{
	display:none!important;
}
.banner{
	width:100%!important;
	height:auto!important;
	display:inline-block;
}
.video,.video ul,.newspaper{
	width:100%!important;
	overflow:hidden;
}
.newspaper{
	margin-top:20px;
}
.ncontent{
	width:100%!important;
}
.ncontent img{
	width:100%!important;
}
.snav{
	width:100%!important;
}
.videolist ul li{
	width:48%!important;
	float:left!important;
	margin:0 1% 2% !important;
}
.videolist ul li img{
	width:100%!important;
	height:auto!important;
	max-height:104px!important;
}
iframe{
	width:100%!important;
	height:auto!important;
	margin-bottom:30px!important;
	overflow: hidden;
}



}
@media screen and (min-width:1280px) and (max-width:1365px) {
.hancheng{
	width:100%;
	height:178px;
	z-index:3;
	position:relative;
    overflow:hidden;
}
.hcdj_img{
    position: absolute;
    right:10px;
    width:440px;
	height:178px;
    top:0;
}	
.hcdj_img ul li img{
	width:100%;
}
}
@media screen and (min-width:1366px) and (max-width: 1439px) {
.hancheng{
	width:100%;
	height:190px;
	z-index:3;
	position:relative;
    overflow:hidden;
}
.hcdj_img{
    position: absolute;
    right:10px;
    width:470px;
	height:190px;
    top:0;
}	
.hcdj_img ul li img{
	width:100%;
}
}
@media screen and (min-width:1440px) and (max-width:1919px) {
.hancheng{
	width:100%;
	height:200px;
	z-index:3;
	position:relative;
    overflow:hidden;
}
.hcdj_img{
    position: absolute;
    right:10px;
    width:495px;
	height:200px;
    top:0;
}	
.hcdj_img ul li img{
	width:100%;
}
}
@media screen and (min-width:1920px) {
.hancheng{
	width:100%;
	height:268px;
	z-index:3;
	position:relative;
    overflow:hidden;
}
.hcdj_img{
    position: absolute;
    right:10px;
    width:668px;
	height:268px;
    top:0;
}	
.hcdj_img ul li img{
	width:100%;
}
}
.logo{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:3;
}
.logo img{
	width:100%;
}
.fl{
   float:left;
}
.fr{
   float:right;
}
.cl{
	clear:both;
	content: '';
}
.w30{
   width:33.33%;
}
.w40{
   width:40%;
}
.w60{
   width:58%;
}
.w48{
   width:48%;
   height:410px;
   overflow:hidden;
}
.w50{
   width:50%;
   background-color:#f3f3f3;
}
.tcenter{
   text-align:center;
}
.tright{
   text-align:right;
}
.cl{
	clear: both;
}
header{
	background:#cc3333;
	height:60px;
	box-shadow:1px 3px 6px #999;
	overflow: hidden;
}
header ul li{
	width:11.11%;
	float:left;
	font-size:18px;
	line-height:60px;
	text-align:center;
	font-weight:600;
}
header ul li:hover{
	background:#fff;
}
header ul li.active{
	background:#fff;
}
header ul li:hover a,header ul li.active a{
    color: #cc3333;
}
header ul li a{
	display:block;
	color:#fff;
}
span{
	color:#999;
}
.hot{
	height:110px;
	line-height:110px;
	text-align:center;
	font-size:30px;
	font-weight:700;
	overflow:hidden;
}
.hot a{
	color:#e60000;
}
.banner{
	width:50%;
	height:410px;
	overflow:hidden;
}
.hotnav{
	width:100%;
    height:50px;
    line-height:50px;
    background:#eee;
    overflow:hidden;
}
.hotnav ul li{
	float:left;
	width:33.33%;
	display:block;
	font-size:16px;
	text-align:center;
	cursor:pointer;
}
.hotnav ul li:nth-child(1){
    background:url(../image/news01.png) 30px  12px no-repeat;
    background-size:24px;
}
.hotnav ul li:nth-child(2){
	background:url(../image/move01.png) 30px  12px no-repeat;
	background-size:24px;
}
.hotnav ul li:nth-child(3){
	background:url(../image/zugong01.png) 30px  12px no-repeat;
	background-size:24px;
}
.hotnav ul li.on:nth-child(1){
	background:#cc3333 url(../image/news02.png) 30px  12px no-repeat;
	background-size:24px;
}
.hotnav ul li.on:nth-child(2){
	background:#cc3333 url(../image/move02.png) 30px  12px no-repeat;
	background-size:24px;
}
.hotnav ul li.on:nth-child(3){
	background:#cc3333 url(../image/zugong02.png) 30px  12px no-repeat;
	background-size:24px;
}
.hotnav ul li.on a{
	background:#cc3333;
	color:#fff;
}
.hotlist{
    margin-top:10px;
    overflow:hidden;
}
.hotlist ul{
	width:100%;
	display:none;
	float:left;
}
.hotlist ul li{
	width:100%;
	background:url(../image/listicon.png) 0 15px no-repeat;
	padding-left:14px;
	display:inline-block;
    height:36px;
    line-height:36px;
    border-bottom:1px dashed #f3f3f3;
    overflow:hidden;
}
.ads{
	width:100%;
    padding:20px 0;
    overflow:hidden;
}
.ads img{
	width:100%;
	display:block;
}
.djwork{
	width:65%;
	margin-bottom:12px;
}
.part_line{
	width:100%;
	height:36px;
	background: url(../image/b31.jpg) 0 16px repeat-x;
	margin-bottom:12px;
}
.part_title{
	width:150px;
	height:36px;
	line-height:36px;
	margin:0 auto;
	font-size:18px;
	font-weight:700;
	color:#d40000;
	text-align:center;
	background:#fff url(../image/partyico.jpg) 6px 4px no-repeat;
	background-size:24px;
}
.part_img{
	width:100%;
	height:220px;
	margin-bottom:20px;
	position:relative;
}
.part_img img{
	width:100%;
	height:100%;
}
.img_title{
	width:100%;
	height:30px;
	line-height:30px;
	padding:0 12px;
	background:rgba(0,0,0,.5);
	display:block;
	position:absolute;
	color:#fff;
	left: 0;
	bottom:0;
}
.part_list li{
	width:100%;
	background:url(../image/listicon.png) 0 15px no-repeat;
	padding-left:14px;
	display:inline-block;
	height:38px;
	line-height:38px;
	padding:0 10px;
	overflow:hidden;
}
.rcwork{
	width:33%;
	margin-bottom:12px;
}
.m33{
	margin-left:0.33%;
}
.talk{
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.talk_icon{
	width: 11%;
    height:60px;
    line-height:60px;
    font-size:18px;
    font-weight:700;
    color:#fff;
	background:#cc3333 url(../image/talkbg.png) 10px 18px no-repeat;
	background-size:24px;
	padding-left:36px;
	border-radius:8px 0 0 8px;
}
.talk_icon a{
	color:#fff;
}
.talk_list{
	width:47%;
	padding:0 8px;
	line-height:30px;
	border-left:none;
	height:60px;
	border:1px solid #eee;
	border-radius:0 8px 8px 0;
	overflow:hidden;
}
.talk_list ul li{
	padding-left:24px;
	background:url(../image/talkicon.png) 0 7px no-repeat;
	background-size:16px;
}
.talk_list ul li:nth-child(1){
	border-bottom:1px dashed #eee;
}
.talk_list a{
	color:#333;
}
.talk_img{
	width:20%;
	margin-left:1%;
}
.gbwork{
	width:65%;
	margin-bottom:20px;
	overflow:hidden;
}
.gb_list li{
	width:48%;
	float:left;
	background:url(../image/listicon.png) 0 15px no-repeat;
	padding-left:14px;
	display:block;
	height:38px;
	line-height:38px;
}
.gb_list li:nth-child(even){
	margin-left:2%;
}
.gov_ads{
	width:33.33%;
	padding:6px;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}
.video{
    width:65%;
}
.video .v_title{
	float:left;
	width:10%;
	height:210px;
	display:block;
	background:url(../image/video_l.jpg) 0 0 no-repeat;
}
.v_title i{
	width:40px;
	height:2px;
	background:#003366;
	display:block;
	transform: rotate(90deg);
	margin-left:-10px;
	margin-top:30px;
}
.video ul{
	float:left;
	width:90%;
}
.video ul li{
	float:left;
	width:50%;
	padding:0 5px;
}
.video ul li img{
	border-radius:8px 8px 0 0;
	display:block;
}
.video ul li .v_t_name{
    height:30px;
    line-height:30px;
    background-color:#eee;
    border-radius:0 0 8px 8px;
    color:#333;
    padding:0 12px;
}
.ewm_group{
	width:100%;
	background:#f3f3f3;
	padding:10px;
	overflow:hidden;
}
.ewm_group img{
	width:48%;
	margin:1%;
	border-radius:4px;
	display:block;
	float:left;
}
.newspaper{
    width:33.33%;
}
.newspaper .n_title{
	width:100%;
	height:36px;
    text-align:center;
    font-size:18px;
    color:#d40000;
    font-weight:700;
}
.n_title i{
	width:100%;
	height:2px;
	background:#003366;
	display:block;
	margin-top:-13px;
}
.n_title b{
	background:#fff;
	padding:0 20px;
}
.newspaper ul li{
	float:left;
	width:48%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin-bottom:2%;
	border:1px solid #fbdaa7;
	font-weight:500;
	background-image: linear-gradient(#fefaee,#ffe79d);
	display: block;
}
.newspaper ul li:nth-child(even){
	margin-left:4%;
}
.linkurl{
	width:100%;
	border-top:2px solid #003366;
	margin:20px 0 0;
	background:#f3f3f3;
}
.link_title{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	font-weight:700;
	color:#fff;
	font-size:18px;
	margin-bottom:30px;
}
.link_title b{
	width:160px;
	height:36px;
	margin:0 auto;
	background:#003366 url(../image/linkbg3.png) 20px 9px no-repeat;
	background-size:18px;
	display:block;
	border-radius:0 0 8px 8px;
	box-shadow:1px 3px 12px #222;
}
.link_group{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#f3f3f3;
}
.link_group a{
	margin-right:20px;
}
.f_links{
	width:100%;
	line-height:40px;
	text-align:center;
	padding-bottom:10px;
}
.f_links select{
	padding:3px 5px;
	line-height:40px;
	border-radius:3px;
	color:#888;
}
footer{
	width:100%;
	background:#bb1010;
	padding:20px 0 10px;
	text-align:center;
	color:#fff;
	line-height:40px;
}
footer a{
	color:#fff;
}
.pas{
	width:100%;
	border-bottom:1px solid #eee;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:hidden;
}
.point{
	width:60%;
	overflow:hidden;
}
.point ul li{
	float:left;
	margin-right:12px;
}
.point ul li a{
    color:#787878;
}
.newslist{
	padding:20px 0 0;
	border-top:1px dashed #ddd;
}
.newslist ul li{
	width:100%;
	display:inline-block;
	border-bottom:1px solid #eee;
	margin-bottom:12px;
	padding-bottom:12px;
	overflow:hidden;
}
.ntitle{
	width:100%;
}
.ntitle h4{
	font-size:18px;
	font-weight:500;
	height:40px;
	line-height:40px;
}
.ntitle span{
	font-size:16px;
	font-weight:normal;
	color:#999;
}
.pagenum{
	width:100%;
	margin:12px 0;
	height:30px;
	margin-bottom:20px;
	overflow:hidden;
}
.pagenum ul li{
    float:left;
    display:block;
    height:30px;
    line-height:30px;
    border:1px solid #eee;
    border-radius:4px;
    margin-right:10px;
    cursor:pointer;
}
.pagenum ul li:nth-child(1){
	display:none;
}
.pagenum ul li a{
	width:100%;
    padding:0 6px;
	display:block;
}
.pagenum ul li.active{
	background-color:#cc3333;
}
.pagenum ul li.active a{
	color:#fff;
}
.videolist{
    overflow:hidden;
}
.videolist ul li{
	float:left;
	width:280px;
	border:5px solid #fff;
	background-color:#f3f3f3;
	border-radius:4px;
	overflow:hidden;
}
.videolist img{
	height:169px;
}
.videolist p{
	padding-left:24px;
	line-height:24px;
	height:48px;
	background:url(../image/video.png) 2px 6px no-repeat;
	background-size:18px;
	overflow:hidden;
}
.newspage{
	overflow:hidden;
    margin-bottom:20px;
}
.newspage h3{
	font-size:32px;
	text-align:center;
	line-height:50px;
	font-weight:bold;
}
.newspage h4{
	font-weight:normal;
	line-height:46px;
	text-align:center;
	margin-bottom: 20px;
}
.newspage h4 span{
	margin-right:20px;
	color:#141414;
}
.pageud{
	width:100%;
	border:2px solid #eee;
	border-radius:4px;
	padding:10px 20px;
	line-height:30px;
}
.hcshare{
	width:40%;
	overflow:hidden;
}
.dprint{
	width:100%;
	padding:8px 0;
	overflow:hidden;
}
.dprint button{
	padding:5px 12px;
	border-radius:4px;
	background-color:#f3f3f3;
	border:none;
}
.snav{
	width:23%;
	margin-bottom:20px;
	overflow:hidden;
}
.snav h4{
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#cc3333;
	color:#fff;
	font-size:24px;
}
.snav ul{
	padding-bottom:20px;
	background-color:#f3f3f3;
}
.snav ul li{
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:16px;
	display:block;
	background:url(../image/specialbtn.jpg) 95% 27px no-repeat;
}
.snav ul li:hover{
	background-color:#fff;
	border-left:3px solid #cc3333;
}
.snav ul li.active{
	background-color:#fff;
	border-left:3px solid #cc3333;
}
.snav ul li a{
	width:100%;
	height:60px;
	display:block;
}
.slist{
	width:75%;
}
.slist .clist{
    margin-top:-20px;
}
.clist ul li{
    padding:12px 0 12px 20px;
    background:url(../image/list1.jpg) 0 24px no-repeat;
    border-bottom:1px solid #eee;
}
.clist ul li h4{
	font-size:16px;
	line-height:40px;
}
.clist ul li p{
	color:#777;
	line-height:30px;
}
.videobox{
	width:60%;
	margin:0 auto;
	overflow:hidden;
}
.ncontent{
	padding:0 3%;
	color:#333;
	font-size:18px;
	line-height:32px;
}
.n_list_group{
   width:100%;
   margin-bottom: 20px;
   overflow:hidden;
}
.n_list_right{
    width:75%;
}
.mt30{
	margin-top:30px;
}
.c_content{
    
}
.c_content h3{
    border:1px solid #ddd;
    background:#f3f3f3;
    height:40px;
    line-height:40px;
    padding:0 20px;
    margin-bottom:20px;
    overflow: hidden;
}
.j_td{
    width:50%;
    margin-bottom:12px;
    float:left;
}
.j_td label{
    width:20%;
    line-height:34px;
    padding-right:10px;
    text-align:right;
    float:left;
}
.ipt_h{
    width:80%;
    height:34px;
    line-height:34px;
    padding:0 12px;
    float:left;
    outline:none;
}
.ipt_c{
    width:30%;
    height:34px;
    line-height:34px;
    padding:0 12px;
    float:left;
    outline:none;
}
.j_tds{
    width:100%;
    margin-bottom:12px; 
}
.j_tds label{
    width:10%;
    line-height:34px;
    padding-right:10px;
    text-align:right;
    float:left;
}
.ipt_f{
    width:90%;
    height:34px;
    line-height:34px;
    padding:0 12px;
    margin-bottom:12px;
    outline:none;
    overflow:hidden;
}
.ipt_t{
    width:90%;
    height:220px;
    padding:10px 12px;
    line-height:20px;
    margin-bottom:12px;
    outline:none;
    overflow:hidden;
}
.i_btn{
    width:120px;
    height:40px;
    margin:12px auto;
    display:block;
    background:#cc3333;
    border:1px solid #cc0000;
    color:#fff;
    border-radius:4px;
}
