@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #3074cf;
	text-decoration: none;
}
a:focus{
	outline:none;
}
.cl{
	clear: both;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* index*/
/* header*/
.header{
	width:100%;
	height: 156px;
	border-top: solid 3px #355e92;
	background: url(../img/hnyczx_header-bg.jpg) bottom center no-repeat;
}
.top-l a, .top-r a{
	font: 15px/24px "微软雅黑";
	color: #666;
	display: inline-block;
	padding-right: 2px;
}
.top-r a{font-size: 14px;}
.top-r span:last-child{margin-left: 10px;}
.top-r span i{
	display: inline-block;
	width: 21px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}
.top-r span:first-child i{
	background: url(../img/hnyczx_icon-wza.png) center no-repeat;
}
.top-r span:last-child i{
	background: url(../img/hnyczx_icon-yxdl.png) center no-repeat;
}
.logo img:first-child{
	padding-top: 18px;
}
.logo img:last-child{
	padding-top: 12px;
}
.nav{
	width: 100%;
	height: 60px;
	background:#355e92;
}
.nav li{
	float: left;
	width: 200px;
}
.nav li a{
	font:bold 20px/60px "微软雅黑";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background:#234e84;
}
.search{
	height: 34px;
	margin-top: 13px;
	position: relative;
}
.search input {
	width: 300px;
	font: 12px/34px "microsoft yahei";
	color: #333;
	padding: 0 40px 0 0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc;
}
.search .go {
	width: 20px;
	height: 20px;
	background: url(../img/hnyczx_icon_search.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 7px;
}
/* /header*/
/* banner*/
.fullslide{
	width:100%;
	position:relative;
	height:380px;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
.fullslide .bd{
	width: 1200px;
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow: hidden;
}
.fullslide .bd ul{
	width:100% !important;
	overflow: hidden;
}
.fullslide .bd li{
	width:100% !important;
	height:380px;
	overflow:hidden;
	text-align:center;
	}
.fullslide .bd li a{
	display:block;
	height:380px;
}
.fullslide .hd{
	width:100%;
	position:absolute;
	bottom:5px;
	left:0;
	z-index:1;
}
.fullslide .hd ul{
	text-align:center;
}
.fullslide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:10px;
	height:10px;
	border-radius: 50%;
	margin:5px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
	transition: all .2s;
}
.fullslide .hd ul li:hover{
	background: #fff;
	opacity: 1;
}
.fullslide .hd ul .on{
	background:#fff;
	opacity: 1;
	width: 30px;
	border-radius: 6px;
}
.fullslide .prev, .fullslide .next {
    position: absolute;
    top:50%;
    margin-top:-20px;
    left:10%;
    z-index:1;
    width: 40px;
    height: 40px;
    background: url(../img/slider-arrow.png) no-repeat;
    display: none;
    filter:alpha(opacity=100) !important;
    opacity:1 !important;
}
.fullslide .prev {
    background-position: 0 -40px;
    cursor: pointer;
}
.fullslide .next {
    background-position: -40px -40px;
    cursor: pointer;
    left:auto;
    right:10%;
}
.fullslide .prev:hover {
    background-position: 0 0;
}
.fullslide .next:hover {
    background-position: -40px 0;
}
/* /banner*/
/* banner*/
.banner {
	width: 100%;
	text-align: center;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33%;
	min-height: 400px;
}
@media screen and (min-width:1600px){
	.banner ul li {
		height: 450px;
	}
}
@media screen and (min-width:1920px){
	.banner ul li {
		height: 550px;
	}
}
.banner ul li a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner .dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	filter:alpha(opacity=30);-moz-opacity: .3;-khtml-opacity: .3;opacity: .3;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	-ms-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
.banner .arrow {
	color: transparent;
	cursor: pointer;
}
.banner .prev, .banner .next{
	width: 26px;
    height: 47px;
    background: url(../img/hnyczx_slider_arrow.png) no-repeat;
    margin-top: -24px;
	position: absolute;
	top: 50%;
}
.banner .prev{
	background-position: 0 -47px;
	left: 8%;
}
.banner .next{
	background-position: -26px -47px;
    right:8%;
}
.banner .prev:hover{
	background-position: 0 0;
}
.banner .next:hover{
	background-position: -26px 0;
}
/* /banner*/
/* headlines*/
.headlines{
	height: 46px;
	margin: 15px auto;
	font-size: 0;
}
.headlines i{
	float: left;
	font:bold 22px/46px "microsoft yahei";
	color: #fff;
	width: 79px;
	height: 46px;
	padding-left: 14px;
	background: url(../img/hnyczx_icon_news.png) left center no-repeat;
}
.headlines p{
	width: 940px;
	float: left;
	font: 30px/46px "microsoft yahei";
	color: #e50c03;
	margin-left: 50px;
}
.headlines p, .focus .shadow a, .newslist dd a.newstit, .notice .bd li a, .nsjg li a{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.headlines span{
	padding-left: 20px;
	border-left:solid 1px #e5e5e5;
}
.headlines span a{
	font: 22px/46px "microsoft yahei";
	color: #999;
}
/* news*/
.mtb50{
	margin: 50px 0;
}
.hd{
	width: 100%;
	padding-bottom: 20px;
}
.hd h3{
	font:bold 24px/24px "microsoft yahei";
	color: #333;
	float: left;
}
.hd span{
	font: 14px/24px "arial";
	color: #bbb;
	padding-left: 5px;
}
.hd .more{
	font: 14px/24px "microsoft yahei";
	color: #999;
	padding-right: 20px;
	background: url(../img/hnyczx_icon_more.png) right center no-repeat;
}
.hd .more:hover{
	color: #355e92;
	background: url(../img/hnyczx_icon_more_h.png) right center no-repeat;
}
.focus {
    position: relative;
    width: 585px;
    height: 390px;
}
.focus img {
    width: 585px;
    height: 390px;
}
.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}
.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}
.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
    display: block;
    text-align: left;
}
.focus .shadow a {
	width: 75%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    position: relative;
    height: 21px;
    text-align: center;
    z-index: 200;
}
.focus .fbg div {
    overflow: hidden;
    zoom: 1;
    height: 12px;
    position: absolute;
    right: 10px;
    bottom: -356px;
}
.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius:50%;
    margin: 0 3px;
    color: #fff;
    outline: 0;
    float: left;
    background: #d9d9d9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #355e92;
}
.focus .D1fBt img {
    dislay: none
}
.focus .D1fBt i {
    display: none;
}
.focus .prev, .focus .next {
    position: absolute;
    width: 35px;
    height: 60px;
    background: url(../img/hnyczx_icon-arrow.png) no-repeat;
}
.focus .prev {
    top: 140px;
    left: 0px;
    background-position: 0 -60px;
    cursor: pointer;
}
.focus .next {
    top: 140px;
    right: 0px;
    background-position: -35px -60px;
    cursor: pointer;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -35px 0;
}
.newslist{
	width: 785px;
}
.newslist dl{
	overflow: hidden;
}
.newslist dl+dl{
	margin: 20px 0;
	padding-top: 20px;
	border-top: solid 1px #eee;
}
.newslist dt{
	width: 66px;
	height: 66px;
	float: left;
	background: #f5f5f5;
}
.newslist dt span{
	display: block;
	text-align: center;
}
.newslist dt .day{
	font:bold 16px/33px "Arial";
	color: #fff;
	background: #355e92;
}
.newslist dt .year{
	font: 14px/33px "Arial";
	color: #999;
}
.newslist dd{
	float: right;
	width: 690px;
}
.newslist dd a.newstit{
	font: 16px/18px "microsoft yahei";
	color: #333;
	display: block;
	padding-bottom: 10px;
}
.newslist dd p{
	font: 13px/20px "microsoft yahei";
	color: #999;
}
.newslist dd a.newstit:hover{
	font-weight: bold;
	color: #27578f;
}
/* /news*/
/* mechanism*/
.ptb50{
	padding: 50px 0;
	background: #f5f5f5;
}
.mechanism{
	width: 585px;
}
.mechanism .tag{
	float: right;
}
.mechanism .hd li{
	width: 80px;
	font: 14px/32px "微软雅黑";
	color: #333;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
.mechanism ul li.on, .mechanism ul li:hover {
    color: #fff;
    background: #355e92;
    cursor: pointer;
}
.mechanism .byjj .imgbox{
	float: left;
	width: 230px;
	height: 268px;
	background: #fff;
	padding: 5px;
}
.mechanism .byjj .text{
	width: 330px;
	float: right;
}
.mechanism .byjj .text h3{
	font: 18px/18px "microsoft yahei";
	color: #355e92;
	padding: 20px 0;
}
.mechanism .byjj .text p{
	font: 14px/26px "microsoft yahei";
	color: #666;
}
.mechanism .byjj .more{
	display: inline-block;
	font: 14px/36px "microsoft yahei";
	color: #999;
	margin-top: 25px;
	padding: 0 20px;
	border-radius: 20px;
	border: solid 1px #ddd;
}
.mechanism .byjj .more:hover{
	color: #fff;
	background: #355e92;
	border-color: #355e92;
}

.nsjg li{
	width: 187px;
    float: left;
    margin: 0 12px 12px 0;
    border: solid 1px #e9e9e9;
    background: #fff;
}
.nsjg li:nth-of-type(3n){
	margin-right: 0;
}
.nsjg li.mb0{
	margin-bottom: 0;
}
.nsjg li a {
    font: 14px/44px "微软雅黑";
    text-align: center;
    color: #333;
    display: block;
    padding: 0 10px;
}
.nsjg li:hover a{
    color: #fff;
}
/* /Notice*/
/**/
.notice{
	width: 585px;
}
.notice ul{
	margin-top: -6px;
}
.notice .bd li{
	height: 36px;
}
.notice .bd li a{
	font: 16px/36px "微软雅黑";
	color: #333;
    width: 90%;
    display: inline-block;
}
.notice .bd li i{
	display: inline-block;
	width:4px;
	height:4px;
	background:#d4d4d4;
	margin:16px 8px 0 0;
	vertical-align: middle;
	float: left;
}
.notice .bd li span{
	float: right;
	display: block;
	font:16px/36px 'arial';
	color: #999;
}
.notice .bd li a:hover{
	font-weight: bold;
	color: #355e92;
}
.notice .bd li:hover i{
	background: #355e92;
}
/* /Notice*/
/* topic*/
.topic ul{
	margin: 0 -10px;
}
.topic li{
	float: left;
	width: 285px;
	height: 90px;
	margin: 0 10px;
	border: solid 1px #ddd;
	overflow: hidden;
}
/* /topic*/

/* /headlines*/

/* footer*/
.footer{
	padding: 50px 0;
	width: 100%;
	background: #355e92;
}
.dz{
	padding:10px 20px 0 0;
}
.dz img:last-child{
	float: right;
	margin: 5px 0 0 15px ;
}
.contact {
	width: 690px;
	padding:0px 20px;
	border-left: solid 1px #4a6e9d;
	border-right: solid 1px #4a6e9d;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "微软雅黑";
	color: #fff;
}
.quick{
	width: 220px;
}
.quick h3{
	font: 16px/16px "microsoft yahei";
	color: #fff;
	padding-bottom: 12px;
}
.quick select {
	width: 220px;
	height: 35px;
    font: 12px/35px "微软雅黑";
    color: #6894cc;
    text-align: center;
    text-align-last: center;
    border: solid 1px #5280bb;
    background: #355e92;
    outline: none;
}
.quick select+select{
	margin-top: 10px;
}
/* /footer*/
.topic li{
			width: 590px;
		}
		.topic li img{
			width: 100%;
			height: 100%;
			transition: all .8s;
		}
		.topic li:hover img{
			cursor: pointer;
		    -webkit-transform: scale(1.1);
		    transform: scale(1.1);
		}
.byld dl{
    		width: 282px;
			margin-bottom: 30px;
			overflow: hidden;
                        float: left;
		}
		.byld dt{
			float: left;
			font-size: 0;
		}
		.byld dd{
			width: 132px;
			float: right;
		}
		.byld dd a.name{
			font: 18px/28px "microsoft yahei";
			color: #355e92;
			display: block;
		}
		.byld dd span{
			font-size: 12px;
			color: #999;
			display: block;
			padding: 5px 0 10px;
		}
		.byld dd p{
			font: 14px/24px "microsoft yahei";
			color: #666;
		}
		.byld ul{
			background: #eaeaea;
		}
		.byld li{
			width: 25%;
			float: left;
			text-align: center;
		}
		.byld li i{
		    display: inline-block;
		    width: 4px;
		    height: 4px;
		    background: #d4d4d4;
		    margin: -4px 10px 0 0;
		    vertical-align: middle;
		}
		.byld li a{
			font: 18px/60px "microsoft yahei";
			color: #355e92;
			display: inline-block;
		}
.byld ul li:hover {
    background: #eaeaea;;
    cursor: pointer;
    color: #355e92;
}


.wscx-r{
	width: 360px;
}
.wscx-tit h3{
    height: 50px;
    padding: 0 25px;
    font: bold 20px/50px "微软雅黑";
    color: #333;
    display: inline-block;
	border-left: solid 1px #ddd;
}
.wscx-tit a.more-news{
	font: 12px/50px "arial";
	color: #999;
	padding-right: 25px;
}
.wscx-bd{
	border: solid 1px #ddd;
	border-top: none;
}
.wscx-bd dl, .wscx-bd dt, .wscx-bd dt i, .wscx-bd dd, .jytlinks li a:hover{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.wscx-bd dl{
	padding: 5px 0 5px;
	border-bottom: solid 1px #f0f0f0;
}
.wscx-bd dl:last-child{
	border-bottom:none;
}
.wscx-bd dt{
	width: 70px;
	height: 70px;
	background: #f6f6f6;
	border-radius: 50%;
	float: left;
	margin: 0 20px 0 50px;
}
.wscx-bd dt i{
	width: 40px;
	height: 40px;
	display: block;
	margin: 15px auto;
	background: url(../img/icon-cxfw.png) no-repeat;
}
.wscx-bd dt i.wscx-icon1{
	background-position: 0 0;
}
.wscx-bd dt i.wscx-icon2{
	background-position: 0 -40px;
}
.wscx-bd dt i.wscx-icon3{
	background-position: 0 -80px;
}
.wscx-bd dt i.wscx-icon4{
	background-position: 0 -120px;
}
.wscx-bd dd{
	font: 20px/70px "microsoft yahei";
	color: #333;
}
.wscx-bd dl:hover{
	background: #355e92;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.wscx-bd dl:hover dt{
	background: #fff;
}
.wscx-bd dl:hover dt i.wscx-icon1{
	background-position: -40px 0;
}
.wscx-bd dl:hover dt i.wscx-icon2{
	background-position: -40px -40px;
}
.wscx-bd dl:hover dt i.wscx-icon3{
	background-position: -40px -80px;
}
.wscx-bd dl:hover dt i.wscx-icon4{
	background-position: -40px -120px;
}
.wscx-bd dl:hover dd{
	color: #fff;
}

.wscx-tit{
	height: 50px;
	background: url(../img/line-tab-tit.png) repeat-x;
	border-right: solid 1px #ddd;
}

.zxfw li{
	width: 235px;
	height: 390px;
	padding-top: 50px;
	text-align: center;
	float: left;
}
.zxfw li, .zxfw li i, .zxfw li .line{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.zxfw li+li{
	border-left: solid 1px #e0e0e0;
}
.zxfw li:nth-child(6){
	border: none;
}
.zxfw li:nth-child(1), .zxfw li:nth-child(2), .zxfw li:nth-child(3), .zxfw li:nth-child(4), .zxfw li:nth-child(5){
	border-bottom: solid 1px #e0e0e0;
}
.zxfw li .icon, .zxfw li .line, .zxfw li a {
	display: block;
	margin: 0 auto;
}
.zxfw li .icon{
	width: 66px;
	height: 56px;
	background: url(../img/ksy_icon_zxfw_group.png) no-repeat;
}
.zxfw li:nth-of-type(1) .icon{
	background-position: 0 0;
}
.zxfw li:nth-of-type(2) .icon{
	background-position: -66px 0;
}
.zxfw li:nth-of-type(3) .icon{
	background-position: -132px 0;
}
.zxfw li:nth-of-type(4) .icon{
	background-position: -198px 0;
}
.zxfw li:nth-of-type(5) .icon{
	background-position: -264px 0;
}
.zxfw li:nth-of-type(6) .icon{
	background-position: -330px 0;
}
.zxfw li:nth-of-type(7) .icon{
	background-position: -396px 0;
}
.zxfw li:nth-of-type(8) .icon{
	background-position: -462px 0;
}
.zxfw li h3{
	font: bold 18px/24px "microsoft yahei";
	color: #333;
	padding: 25px 0 15px;
}
.zxfw li .line{
	width: 20px;
	height: 3px;
	background: #355e92;
	margin-bottom: 25px;
}
.zxfw li p+p{
	padding-top: 7px;
}
.zxfw li p i{
	width: 5px;
	height: 5px;
	float: left;
	border-radius: 50%;
	background: #d4d4d4;
	margin: 9px 6px 0 30px;
}
.zxfw li a{
	font: 14px/22px "microsoft yahei";
	color: #666;
	padding: 0 40px;
}
.zxfw li:hover{
	background: #fff;
	border-bottom: solid 4px #355e92;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.zxfw li:nth-of-type(1):hover .icon{
	background-position: 0 -56px;
}
.zxfw li:nth-of-type(2):hover .icon{
	background-position: -66px -56px;
}
.zxfw li:nth-of-type(3):hover .icon{
	background-position: -132px -56px;
}
.zxfw li:nth-of-type(4):hover .icon{
	background-position: -198px -56px;
}
.zxfw li:nth-of-type(5):hover .icon{
	background-position: -264px -56px;
}
.zxfw li:nth-of-type(6):hover .icon{
	background-position: -330px -56px;
}
.zxfw li:nth-of-type(7):hover .icon{
	background-position: -396px -56px;
}
.zxfw li:nth-of-type(8):hover .icon{
	background-position: -462px -56px;
}
.zxfw li:hover h3{
	color: #355e92;
}
.zxfw li:hover .line{
	background: #e5e5e5;
}
.zxfw li p:hover i{
	background: #355e92;
}
.zxfw li a:hover{
	color: #355e92;
}


.phone{
	margin-top: 75px;
	padding-top: 50px;
}
.phone li{
	width: 25%;
	float: left;
}
.phone li span{
	width: 46px;
	height: 40px;
	float: left;
	margin: 6px 14px 0 0;
	background: url(../img/ksy_icon_service.png) no-repeat;
}
.phone li:nth-of-type(1n+1) span{
	background-position: -40px 0;
}
.phone li:nth-of-type(3) span{
	background-position: -40px -80px;
}
.phone li:nth-of-type(4) span{
	background-position: -40px -160px;
}
.phone li p{
	font: 24px/26px "arial";
	color: #333;
}
.phone li em{
	font: 14px/20px "microsoft yahei";
	color: #999;
}
.phone li:nth-of-type(1n+1):hover span{
	background-position: -40px -40px;
}
.phone li:nth-of-type(3):hover span{
	background-position: -40px -120px;
}
.phone li:nth-of-type(4):hover span{
	background-position: -40px -200px;
}
.phone li:hover p{
	color: #355e92;
	font-weight: bold;
}

