body {
    font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun";
	background: #ebeff1 url(../images/hy_bg.png) no-repeat center top;
}
a:hover {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none;
}
.layui-container {
	width: 1200px\0;
	*width: 1200px;
	box-sizing: content-box;
	padding:0;
}
.index-body .layui-card {
    box-shadow: none;
}

.site-title {
	height: 312px;
	position: relative;
}
.site-title ul {
	position: absolute;
	top: 10px;
	right: 2%;
	z-index: 100;
}
.site-title ul li {
	float: left;
	padding: 0 10px;
	height: 33px;
	line-height: 32px;
}
.site-title ul li+li {
	background: url(../images/hy_hr.png) no-repeat left center;
}
.site-title ul li a {
	color: #eee;
}
.site-logo {
	width: 800px\0;
	*width: 800px;
}
.site-logo img {
	margin-top: 100px;
}
.site-search {
	width: 400px\0;
	*width: 400px;
}
.date{width: 50%;}
.search{width: 50%;}
/* nav start */
.site-nav {
	background: #0069a9;
} 
.nav-head {
	display: none;
	width: 100%;
	height: 34px;
}
.navbar-toggle {
	float: right;
	right: 15px;
	display: none;
	position: relative;
	width: 22px;
	height: 14px;
	padding: 9px 10px;
	cursor: pointer;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-color: #888;
	border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background-color: #888;
}
.icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar {
	display: flex;
	display: block\0;
	*display: block;
	width: 1200px;
	height: 62px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.nav-menu {
	width: 100%;
	display: flex;
	display: block\0;
	*display: block;
	list-style-type: none;
	flex-direction: row;
	justify-content: flex-end;
}
.nav-menu li {
	float: left;
	float: left\0;
	*float: left;
	width: 14%;
	height: 62px;
	text-align: center;
	cursor: pointer;
	/* background: url(../images/hr.png) no-repeat right center; */
}
.nav-menu li.last {
	width: 16%;
	/* background: none; */
}
.nav-menu li:hover {
	background: #0c75b5;
}
.nav-menu li a {
	font-family: "SimHei", "Microsoft Yahei", "Arial", "sans-serif", "simsun";
	display: inline-block;
	width: auto;
	padding: 0 12px;
	height: 62px;
	line-height: 62px;
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.active {
	display: block;
}	
.search-box {
	float: right;
	width: 272px;
	height: 28px;
}
.search-box input {
	float: left;
	width: 200px;
	height: 26px;
	line-height: 82px;
	padding-left: 10px;
	border: none;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ccc;
	border-top-left-radius: 2em;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 2em;
}
.search-box button {
	float: right;
	width: 60px;
	height: 28px;
	line-height: 28px;
	border: none;
	font-size: 14px;
	background: #bc1f1b;
	color: #fff;
	border-radius: 5px;
	border-top-left-radius: 0em;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 0em;
	cursor: pointer;
}
.div-box{  width: 180px; background-color: #FFFFFF;
padding: 0 8px;
}
.div-box li{ height: 71px; line-height: 71px; }
.div-box li+li {border-top: 1px dashed #dadada;}
.div-box li a{display: block;}
.div-box li i{font-style: normal; padding: 0px 22px; float: left;*margin-top: 22px;}
.div-box li b{text-align: center;float: left; color: #0069a9;font-size: 16px;
    font-weight: normal;}

.index-image {
	width: 507px;
	margin-left: 20px;
}
.image-news {
	width: 507px;
	float: right;
    position: relative;
}
.image-news .bd {
    height: 360px;
    position: relative;
    overflow: hidden;
}
.image-news .bd li {
    height: 360px;
    background-color: #fff;
    position: relative;
}
.image-news .bd li a {
    display: block;
}
.image-news .bd li img {
    width: 100%;
    height: 360px;
	object-fit: cover;
	object-position: center;
}
.image-news .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 44px;
    height: 44px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.image-news .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
}
.image-news .bd li p a,
.image-news .bd li p a:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding-left: 12px;
}
.image-news .hd {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 10px;
}
.image-news .hd li {
    cursor: pointer;
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    float: left;
    margin-left: 8px;
	background: url(../images/hy_default_li.png);
}
.image-news .hd li.on {
	background: url(../images/hy_active_li.png);
}
.image-news .prev,
.image-news .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/hy_ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.image-news .prev {
    left: 16px;
}
.image-news .next {
    background-position: 0 -40px;
    right: 16px;
}
.image-news .prev:hover,
.image-news .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}


.index-text {
	width: 460px;
	float:right;
	
}
.index-text .index-news-card{padding: 0px 10px;}
.index-text .index-news-card .layui-card-body {min-height: 308px;}
.index-news{ min-height: 360px;}
.index-lead{width: 196px;}
.index-text .layui-card-header {
	padding: 0;
	margin-bottom: 5px;
	height: 42px;
	line-height: 42px;
	border: none;
	border-bottom: 4px solid #dbdbdb;
}
.index-text .layui-card-header h4 {
	float: left;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 22px;
	border-bottom: 4px solid #ca0700;
}
.index-text .layui-card-header h4 a {
	color: #bc1f1b;
}
.index-text .layui-card-header .more {
	float: right;
	line-height: 42px;
	font-size: 14px;
}
.index-text .layui-card-body {
	padding: 0;
}

.index-news-list li {
	height: 37px;
	margin-left: 17px;
	margin-right: 26px;
	line-height: 37px;
	padding-left: 15px;
	font-size: 14px;
	background: url(../images/hy_spot_grey.png) no-repeat left center;
}
.index-news-list li span {
	float: right;
}
.index-news-list li a {
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-news-list li:hover a {
	color: #ca0700;
}

.site-time{line-height:27px; padding: 6px 0px;margin-bottom: 6px\0;*margin-bottom: 6px;}
/* nav end */

/* site-date start */
/* site-date end */

/* headLine start */
/* headLine end */

/* news start */
/* news end */

/* column start */
.index-column {
	width: 100%;
	padding: 24px 0px;
	overflow: hidden;
}
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.picScroll-left .hd {
	display: none;
 }
.picScroll-left .bd {
	width: 100%;
}
.picScroll-left .bd .tempWrap {
	width: 100%;
}
.picScroll-left .bd ul {
	overflow: hidden;
	height: 78px;
}
.picScroll-left .bd ul li {

	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	padding: 0px 6px;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	display: inline-block;
}
.picScroll-left .bd ul li .pic img {
	display: block;
}
/* column end */

/* work start */
.index-para {
	height: 758px\0;
	*height: 758px;
}
.index-para .layui-col-lg5 {
	float: left\0;
	*float: left;
	width: 500px\0;
	*width: 500px;
}
.index-para .layui-col-lg2 {
	float: left\0;
	*float: left;
	width: 200px\0;
	*width: 200px;
}
.layui-card.index-work-card {
	float: left\0;
	*float: left;
	width: 475px\0;
	*width: 475px;
	background: #fff;
	margin-right: 18px;
	margin-bottom: 24px;
}
.index-work-card .layui-card-header {
	height: 42px;
	padding: 0;
	border-bottom: 3px solid #ebebeb;
}
.index-work-card .layui-card-header h4 {
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #0069a9;
}
.index-work-card .layui-card-header h4 a {
	display: block;
	padding: 0 19px;
	color: #FFFFFF;
}
.index-work-card .layui-card-header .more {
	float: right;
	width: 56px;
	height: 40px;
	line-height: 40px;
}
.index-work-card .layui-card-body {
	padding: 6px 8px 0 4px;
	min-height: 235px;
}
.index-work-list li {
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	margin-left: 17px;
	font-size: 14px;
	background: url(../images/hy_spot_grey.png) no-repeat left center;
}
.index-work-list li span {
	float: right;
}
.index-work-list li a {
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index-work-list li:hover a {
	color: #0069a9;
}
.div-box2 {border: 1px solid #77a7cd;}
.div-box2 li{height: 52px; line-height: 52px; background: #90b7d6;}
.div-box2 li i{ font-style: normal; padding: 0px 15px;color: #FFFFFF;}
.div-box2 li a{font-size: 14px; color: #FFFFFF;}

.div-box3{margin-top: 24px;background: #FFFFFF;}
.div-box3 h4{ font-size: 20px; color: #0069a9; font-weight: bold; text-align: center; border-top: 4px solid #0069a9;  line-height: 46px;}
.div-box3_media{width: 100%; margin-bottom: 12px;}
.div-box3_media img{ display: block; margin: auto;}
.div-box3_media p{text-align: center;}
.site-bottom{ background: #FFFFFF; padding: 16px 0px;min-height: 25px;}
.site-bottom-b{ width: 16%;}
.site-bottom-b1{width: 12%;}
.bottom-friendlink{ text-align: center; font-size: 16px; border-right: 1px solid #515151;}
.bottom-friendlink a {color: #515151;}
.bottom-friendlink a:hover {color: #0069a9;}
.bottom-friendlink1{font-size: 18px; font-weight: bold; color: #0069a9; border: none;}
.bottom-friendlink5{border: none;}
.stie-copyright{background: #0069a9; padding: 30px 0px;min-height: 60px;}
.stie-copyright .bottom-left img{float: right; }
.bottom-left {width: 500px\0;*width: 500px;box-sizing: content-box\0;*box-sizing: content-box;}
.bottom-right{padding: 20px 15px; color: #FFFFFF;width: 600px\0;*width: 600px;box-sizing: content-box\0;*box-sizing: content-box;}

/* work end */

/* link start */
/* link end */


/* bottom start */
/* bottom end */


/* 二级 start */
.second-list {
	width: 1200px\0;
	*width: 1200px;
	padding-bottom: 50px\0;
	*padding-bottom: 50px;
	background: #fff;
}
.secondary-body .layui-card {
    box-shadow: none;
    margin-right: 30px;
}
.secondary-body .layui-card-header {
    text-align: center;
	height: 45px;
	line-height: 45px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    border: none;
    background: #0069a9;
}
.secondary-body .layui-card-body {
    padding: 0;
}
.secondary-body .layui-card-body ul {
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
.secondary-body .list-left {
	width: 300px\0;
	*width: 300px;
	float: left\0;
	*float: left;
}
.secondary-body .list-right {
	width: 880px\0;
	*width: 880px;
	float: left\0;
	*float: left;
	border: 1px solid #e7e7e7;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.list-all {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border: 1px solid #e7e7e7;
}
.secondary-nav {
	height: 46px;
    line-height: 46px;
	margin: 0 20px 15px;
    font-size: 16px;
    border-bottom: 3px solid #e7e7e7;
}
.secondary-nav .location {
	max-width: 60%;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.secondary-nav .nav-title {
    font-size: 16px;
}
.secondary-nav h4 {
	max-width: 40%;
	height: 46px;
	line-height: 46px;
	letter-spacing: 1px;
	font-size: 17px;
	border-bottom: 3px solid #0069a9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-all .secondary-nav h4 {
	font-size: 20px;
	font-weight: bold;
}
.secondary-nav h4 a {
	display: inline-block;
	padding: 0 20px;
	color: #0069a9;
}
.sub {
	display: block;
	width: 100%;
}
.sub h4 {
	float: left;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin-left: 20px;
	font-size: 16px;
	border: 1px solid #eee;
	background: #fff;
}
.sub h4 a {
	color: #0069a9;
}
.sub h4.hear {
	border: 1px solid #0069a9;
	background: #0069a9;
}
.sub h4.hear a {
	color: #fff;
}
.secondary-news-list {
    min-height: 400px;
	margin: 0 20px;
}
.secondary-news-list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    line-height: 44px;
    border-bottom: 1px dotted #cccccc;
    font-size: 16px;
    color: #595757;
    padding: 0 10px 0 20px;
	background: url(../images/hy_spot_grey.png) no-repeat left center;
}
.secondary-news-list li span {
    float: right;
    color: #b6b6b6;
    padding-left: 10px;
}
.secondary-news-list li a {
    letter-spacing: .5px;
}
.secondary-news-list li a:hover {
    color: #0069a9;
    text-decoration: underline;
}
.secondary-siblings {
	padding-top: 8px;
}
.secondary-siblings li {
    color: #2b2b2b;
    text-align: center;
	height: 49px;
    line-height: 49px;
	background: url(../images/hy_list_icon.png) no-repeat 15px center;
}
.secondary-siblings li+li {
	border-top: 1px solid #e7e7e7;
}
.secondary-siblings li a {
    display: block;
    font-size: 17px;
    margin: 0;
    color: #454545;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.secondary-siblings li a:hover {
    color: #0069a9;
}
.secondary-siblings li.this a {
    color: #0069a9;
}
.secondary-siblings li b {
	float: left;
	margin-left: 30px;
}
.secondary-siblings li span {
	float: left;
	margin-left: 30px;
}
#page-box {
    text-align: center;
    margin-top: 20px;
}
/* 二级 end */


/* 详情 start */
.contain-box {
	margin-bottom: 40px;
	border: 1px solid #e7e7e7;
	background: #ffffff;
}
.detail-nav {
	padding-top: 20px;
	background: #fff;
	width: 100%;
	height: 42px;
    line-height: 42px;
	margin-right: 20px;
    font-size: 16px;
}
.detail-nav .nav-title {
	padding-left: 80px;
    font-size: 16px;
	background: url(../images/hy_location.png) no-repeat 45px center;
}
.detail-content {
    padding: 30px 40px;
	margin: 0 0 50px;
}
.detail-content h2 {
    font-size: 32px;
    color: #0069a9;
    text-align: center;
    font-weight: bold;
}
.detail-attr {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}
.detail-attr label {
    color: #666666;
    margin-right: 40px;
}
.detail-attr label:last-child a {
    padding: 0 6px;
}
.general_font span {
	cursor:pointer;
	margin-left: 5px;
}
.detail-content-center {
    padding: 0 15px;
    min-height: 400px;
}
.detail-content-html {
    color: #353535;
    font-size: 16px;
}
.detail-content-html img {max-width: 100%;margin: 0 auto;}
.detail-content-html p {
	/* text-indent: 2em; */
}
.detail-content-html * {
    color: #353535;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: .5px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif!important;
} 
.detail-content-file {
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
    font-size: 16px;
}
.detail-content-file span {
    color: #000000;
    font-size: 16px;
    float: left;
}
.detail-content-file .file-list {
	line-height: 30px;
    margin-left: 80px;
}
.detail-content-file .file-list a {
    display: block;
    margin-bottom: 15px;
    color: #0f409e;
}
.detail-content-file .file-list a:hover {
    text-decoration: underline;
}
/* 详情 end */

@media screen and (max-width: 1199px){
.navbar {width: 100%;}
.index-image{margin-left:0px;}
.site-bottom-b1 {
	    border-top: 4px solid #0069a9;
}
.div-box {
	width: 100%;
}
.div-box li{width: 45%; float: left;     border: 2px solid #0069a9!important;
    margin: 1% 2%;
    text-align: center;}
.div-box li i {float: none;}
.div-box li b {float: none;}
.div-box li+li {border:none;}
.div-box2 {
	border: none;
	width: 100%;
}
.layui-card.index-work-card {
	margin: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body{background-color: #FFFFFF;}
	.div-box{ width: 100%;}
	.index-lead{width: 100%;}
	.index-image{width: 100%;}
	.image-news{width: 100%;}
	.div-box2 li{width: 45%; float:left; margin: 1% 2%;}
	.div-box3_media{width: 48%; float: left;}
	.index-text{
				width: 100%;
	}
	.site-bottom-b{width: 48%;}
	.site-bottom-b1{width: 100%;}
	.bottom-friendlink{border: none;padding: 10px 0px;}
	
}
@media screen and (max-width: 992px){
	.bottom-pd .layui-container {padding: 0;}
	.layui-container {padding: 0 15px;}
	body{background-color: #FFFFFF;}
	.date{width: 100%;}
	.search {display: none;}
	.site-nav {
		width: 100%;
		border: none;
		background: none;
	}
	.nav-menu li {
		width: 100%
	}
	.nav-menu li.last {
		width: 100%;
	}
	.nav-menu li a {
		line-height: 60px;
		color: #fff;
	}
	.site-logo img {
		width: 100%;
		margin-left: 0;
	}
	.search-box {
		margin-top: 40px;
	}
	.nav-head {
		display: block;
		margin-bottom: 10px;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar {
		width: 92%;
		margin: 0 4%;
		background: none;
		border: none;
		height: auto;
		background: #0069a9;
		border-radius: 20px;
	}
	.nav-menu {
		display: none;
	}
	.nav-menu.active {
		margin: 10px auto;
		display: block;
		width: 100%;
	}
	.nav-menu li {
		display: flex;
	}
	.nav-menu li a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		font-weight: bold;
	}
	.nav-menu li.on a {
		background: none;
	}
	.index-lead{width: 100%;}
	.index-image{width: 100%;}
	.image-news{width: 100%;}
	.div-box3_media{width: 48%; float: left;}
	.index-text{
				width: 100%;
	}
	.site-bottom-b{width: 48%;}
	.site-bottom-b1{width: 100%;}
	.bottom-friendlink{border: none; padding: 10px 0px;}
	.secondary-body .layui-card {
			margin: 0 0 20px;
		}
}

/* 移动端 */
@media screen and (max-width: 768px){
	.detail-nav .nav-title {
		    padding-left: 10px;
			background: none;
	}
	.detail-content {
		padding: 30px 20px;
	}
	.detail-content-html img {
		height: auto!important;
	}
	.secondary-nav h4 {    max-width: 100%;}
	.secondary-nav .location {display: none;}
	body{background-color: #FFFFFF;}
	.site-date{display: none;}
	.date,.search{width: 100%;}
	.site-logo img {
		width: 100%;
	}
	.index-text{
				width: 100%;
	}
	.index-lead,.div-box{background-color: #FFFFFF;}
	.search-box{float: none;margin: 20px auto 10px;}
	.div-box{ width: 100%;}
	.index-image{width: 100%;}
	.image-news{width: 100%;}
	.picScroll-left .bd ul li{width: 50%;}
	.div-box3_media{width: 48%; float: left;}
	 .site-bottom-b{width: 48%;}
	.site-bottom-b1{width: 100%;}
	.bottom-friendlink{border: none; padding: 10px 0px;}
}
@media all and (max-width: 550px) {
	.picScroll-left .bd ul li{width: 100%;}
	.picScroll-left .bd {background: #ebebeb54;}
}
@media all and (max-width: 430px) {
	.div-box {width: auto;}
	.div-box li {width: 100%;    margin: 2% 0;    height: 50px;
    line-height: 50px;}
	.bottom-friendlink a {font-size: 12px;}
}




@media screen and (min-width: 1199px){
		.picScroll-left .bd ul li {
			width: 291px !important;
		}
}