body {
    font-family: "Microsoft Yahei", "Arial", "sans-serif", "simsun";
	background: #f2f2f2 url(../images/bg.png) no-repeat center top;
}

a {
	color: #353535;
}

a:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.layui-container {
    width: 1200px\0;
    *width: 1200px;
    box-sizing: content-box;
}

.ie-2 {
	width: 16.66666667%\0;
	*width: 16.66666667%;
}

.ie-3 {
	width: 25%\0;
	*width: 25%;
}

.ie-4 {
	width: 33.33333333%\0;
	*width: 33.33333333%;
}

.ie-5 {
	width: 41.66666667%\0;
	*width: 41.66666667%;
}

.ie-6 {
	width: 50%\0;
	*width: 50%;
}

.ie-7 {
	width: 58.33333333%\0;
	*width: 58.33333333%;
}

.ie-8 {
	width: 66.66666667%\0;
	*width: 66.66666667%;
}

.ie-9 {
	width: 75%\0;
	*width: 75%;
}

.layui-card {
	box-shadow: none;
}

.layui-card-header, .layui-card-body {
	padding: 0;
}

/* index-head start */
.index-head {
	height: 412px;
}

.index-logo img {
	margin-left: 35px;
	margin-top: 140px;
}

.search-box {
    float: right;
    width: 427px;
    height: 50px;
    margin-top: 158px;
	margin-right: 30px;
	border: none;
}

.search-box .search-con {
    float: left;
    width: 325px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
	font-size: 16px;
    border: none;
	background: url(../images/search_left.png) no-repeat left;
}

.search-box button {
    float: right;
    width: 82px;
    height: 50px;
    line-height: 50px;
	font-size: 18px;
	cursor: pointer;
    border: none;
	background: url(../images/search_right.png) no-repeat;
    color: #fff;
}
/* index-head end */

/* nav start */
.navbar {
	width: 1200px;
	min-height: 56px;
	line-height: 56px;
	margin: 0 auto;
	background: #00547a;
}

.navbar ul li {
	float: left;
	width: 10.5%;
	text-align: center;
}

.navbar ul li.last {
	width: 16%;
}

.navbar ul li+li {
	background: url(../images/grey_hr.png) no-repeat left center;
}

.navbar ul li a {
	color: #fefefe;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* navbar end */

.grey-bg {
	background: url(../images/bg_bottom.png) no-repeat center bottom;
}

.grey-bg>.layui-container>.layui-row {
	background: #fff;
	padding-bottom: 50px;
}

/* headLine start */
.index-headLine {
    height: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	background: url(../images/headline.png) no-repeat 50px center;
}

.index-headLine h2 {
    height: 70px;
    overflow: hidden;
    text-align: center;
}

.index-headLine h2 li {
	height: 70px;
	line-height: 70px;
    margin: 0 auto;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.index-headLine h2 li a {
    display: block;
    width: 68%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    color: #004564;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* headLine end */

/* index-lead start */
.index-lead {
	width: 150px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	border: 2px solid #ccdce6;
}

.index-lead ul li+li {
	border-top: 2px solid #ccdce6;
}

.index-lead ul li i {
	display: inline-block;
	width: 100%;
	height: 48px;
}

.index-lead ul li:hover i {
	-webkit-animation: jump 1.5s ease-out backwards;
	-moz-animation: jump 1.5s ease-out backwards;
	-ms-animation: jump 1.5s ease-out backwards;
	animation: jump 1.5s ease-out backwards;
}

@keyframes jump {
	0% {-webkit-transform:translate(0);transform:translate(0)}
	10% {-webkit-transform:translateY(5px) scaleX(1.2) scaleY(.8);transform:translateY(5px) scaleX(1.2) scaleY(.8)}
	30% {-webkit-transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)}
	50% {-webkit-transform:translateY(0) scale(1) rotateZ(0);transform:translateY(0) scale(1) rotateZ(0)}
	55% {-webkit-transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)}
	70% {-webkit-transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)}
	80% {-webkit-transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0);transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0)}
	85% {-webkit-transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)}
	100% {-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}
}
@-webkit-keyframes jump {
	0% {-webkit-transform:translate(0);transform:translate(0)}
	10% {-webkit-transform:translateY(5px) scaleX(1.2) scaleY(.8);transform:translateY(5px) scaleX(1.2) scaleY(.8)}
	30% {-webkit-transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);transform:translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg)}
	50% {-webkit-transform:translateY(0) scale(1) rotateZ(0);transform:translateY(0) scale(1) rotateZ(0)}
	55% {-webkit-transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0);transform:translateY(0) scaleX(1.1) scaleY(.9) rotateZ(0)}
	70% {-webkit-transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);transform:translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg)}
	80% {-webkit-transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0);transform:translateY(0) scaleX(1) scaleY(1) rotateZ(0)}
	85% {-webkit-transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0);transform:translateY(0) scaleX(1.05) scaleY(.95) rotateZ(0)}
	100% {-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}
}

.index-lead ul li.lead1 i {
	background: url(../images/intro1.png) no-repeat bottom;
}

.index-lead ul li.lead2 i {
	background: url(../images/intro2.png) no-repeat bottom;
}

.index-lead ul li.lead3 i {
	background: url(../images/intro3.png) no-repeat bottom;
}

.index-lead ul li.lead4 i {
	background: url(../images/intro4.png) no-repeat bottom;
}

.index-lead ul li span {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	font-size: 18px;
	text-align: center;
	color: #181818;
}

.index-lead ul li:hover span {
	color: #00547a;
}
/* index-lead end */

/* index-image start */
.index-image {
	position: relative;
	width: 575px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.index-image .bd {
    height: 370px;
    position: relative;
    overflow: hidden;
}

.index-image .bd li {
    height: 370px;
    background-color: #fff;
    position: relative;
}

.index-image .bd li a {
    display: block;
}

.index-image .bd li img {
    width: 100%;
    height: 370px;
	object-fit: cover;
	object-position: center;
}

.index-image .bd li p {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    height: 50px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.index-image .bd li p i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
}

.index-image .bd li p a,
.index-image .bd li p a:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding-left: 12px;
}

.index-image .hd {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    right: 20px;
}

.index-image .hd li {
    cursor: pointer;
    width: 9px;
    height: 9px;
    display: block;
    overflow: hidden;
    text-indent: 20px;
    float: left;
    margin-left: 8px;
    background: url(../images/default_li.png);
}

.index-image .hd li.on {
    background: url(../images/active_li.png);
}

.index-image .prev,
.index-image .next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    display: none;
    background: url(../images/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;
}

.index-image .prev {
    left: 25px;
}

.index-image .next {
    background-position: 0 -40px;
    right: 25px;
}

.index-image .prev:hover,
.index-image .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}
/* index-image end */

/* index-notice start */
.index-notice {
	width: 375px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.index-notice .layui-card-header {
	margin-bottom: 14px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #eeeeee;
}

.index-notice .layui-card-header h4 {
	float: left;
	height: 42px;
	padding: 0 12px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background: #004564;
}

.index-notice .layui-card-header h4 a {
	color: #fff;
}

.index-notice .layui-card-header .more {
	float: right;
	font-size: 16px;
	line-height: 49px;
	margin-right: 2px;
	color: #292929;
}

.index-notice .layui-card-body {
	clear: both;
}

.index-notice .layui-card-body ul li {
	height: 39px;
	line-height: 39px;
	padding-left: 18px;
	font-size: 16px;
	background: url(../images/blue_arrow.png) no-repeat left center;
}

.index-notice .layui-card-body ul li a {
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #181818;
	font-size: 16px;
}

.index-notice .layui-card-body ul li:hover a {
	color: #00547a;
}

.index-notice .layui-card-body ul li span {
	float: right;
	margin-right: 2px;
	margin-left: 10px;
	color: #353535;
	font-size: 16px;
}
/* index-notice end */

/* report start */
.index-report {
	width: 100%;
	min-height: 100px;
	height: 100px\0;
	*height: 100px;
	margin-bottom: 25px;
}

.picScroll-left {
	width: 1146px;
	min-height: 100px;
	height: 100px\0;
	*height: 100px;
	overflow: hidden;
	position: relative;
	margin-left: 26px;
	margin-right: auto;
}

.picScroll-left .hd {
	display: none;
}

.picScroll-left:hover .hd {
	display: block;
 }
 
.picScroll-left .hd .prev {
	position: absolute;
	left: 0;
	top: 20px;
	width: 26px;
	height: 56px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
}
 
.picScroll-left .hd .next {
	position: absolute;
	right: 0;
	top: 20px;
	width: 26px;
	height: 56px;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.9;
}

.picScroll-left .hd img {
	float: left;
}
 
.picScroll-left .bd {
	width: 100%;
}

.picScroll-left .bd .tempWrap {
	width: 100%;
}

.picScroll-left .bd ul {
	min-height: 100px;
	height: 100px\0;
	*height: 100px;
	overflow: hidden;
}

.picScroll-left .bd ul li {
	width: 362px;
	min-height: 100px;
	height: 100px\0;
	*height: 100px;
	float: left;
	margin-right: 30px;
	margin-right: 20px\0;
	*margin-right: 20px;
	display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	display: inline-block;
	width: 362px;
	height: 100px;
}

.picScroll-left .bd ul li .pic img {
	display: block;
	width: 362px;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
/* report end */

/* index-info start */
.index-main {
	clear: both;
	display: inline-block\0;
	*display: inline-block;
}

.index-info {
	width: 350px;
	margin: 0 25px 25px;
	padding-bottom: 20px;
	background: #f6f6f6;
 }
 
.index-video .hd {
	height: 57px;
	line-height: 57px;
	padding-top: 2px;
	padding-left: 40px;
	background: url(../images/video.png) no-repeat 20px center;
}
 
.index-video .hd a {
	font-size: 20px;
	font-weight: bold;
	color: #015d87;
}

.index-video .bd {
	text-align: center;
	margin-bottom: 10px;
}

.index-video .bd img {
	width: 310px;
	height: 174px;
	margin: 0 auto;
}

.index-video .bd p {
	height: 55px;
	line-height: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index-video .bd p a {
	color: #000;
	font-size: 16px;
}

.index-video .bd p:hover a {
	color: #00547a;
}

.index-code {
	text-align: center;
	margin-bottom: 8px;
}

.index-code img {
	width: 140px;
	height: 140px;
}

.index-code p {
	line-height: 40px;
	color: #0e0e0e;
	font-size: 16px;
}

.index-12309 {
	width: 309px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/12309_bg.png) no-repeat center;
}

.index-12309 .hd {
	width: 100%;
	height: 74px;
	background: url(../images/12309_title.png) no-repeat center;
}

.index-12309 .bd {
	width: 100%;
	height: 53px;
}

.index-12309 .bd ul li {
	float: left;
	width: 25%;
	height: 53px;
	text-align: center;
	background: url(../images/12309_square.png) no-repeat center;
}

.index-12309 .bd ul li a {
	display: block;
	color: #fff;
	width: 62px;
	margin: 0 auto;
	font-size: 14px;
	padding-top: 8px;
	line-height: 18px;
}
/* index-info end */

/* index-message start */
.index-message {
	width: 375px;
	margin-right: 25px;
}

.index-text .par-hd {
	padding: 0;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #dbdbdb;
}

.par-hd li {
	float: left;
	height: 39px;
	padding: 0 12px;
	font-size: 20px;
	text-align: center;
}

.par-hd li+li {
	background: url(../images/black_hr.png) no-repeat left center;
}

.par-hd li.on {
	font-weight: bold;
}

.par-hd li a {
	color: #323232;
}

.index-para {
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dbdbdb;
}

.index-para h3 {
	line-height: 28px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
}

.index-para h3 a {
	color: #060606;
}

.index-para p {
	line-height: 28px;
	font-size: 16px;
	color: #717171;
}

.par-bd {
	padding-top: 8px;
}

.text1 .slideBox ul {
	padding-top: 8px;
}

.text2 .par-bd ul {
	padding-top: 11px;
}

.text3 .par-bd ul {
	padding-top: 11px;
}

.par-bd li {
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    font-size: 16px;
    background: url(../images/grey_spot.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.par-bd li a {
	color: #060606;
}

.par-bd li:hover a {
	color: #00547a;
}

.par-bd li span {
	display: none;
	float: right;
	margin-right: 2px;
	margin-left: 10px;
	color: #353535;
	font-size: 16px;
}
/* index-message end */

/* index-public start */
.index-public {
	width: 375px;
	margin-right: 25px;
}

.index-column .hd {
	padding: 0;
	margin-bottom: 20px;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #dbdbdb;
}

.index-column .hd h4 {
	float: left;
	height: 39px;
	padding: 0 12px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

.index-column .bd img {
	width: 375px;
	height: 100px;
	margin-bottom: 19px;
}

.index-column .bd li {
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    font-size: 16px;
    background: url(../images/grey_spot.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.index-column li span {
	display: none;
	float: right;
	margin-right: 2px;
	margin-left: 10px;
	color: #353535;
	font-size: 16px;
}

.index-column .bd li:hover a {
	color: #00547a;
}
/* index-public end */

/* site-bottom start */
.site-bottom {
}

.index-link {
	min-height: 52px;
	background: #004564;
}

.index-link h3 {
	float: left;
	width: 20%;
	line-height: 52px;
	color: #fff;
}

.index-link h3 p {
	padding-left: 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../images/link.png) no-repeat 18px center;
}

.index-link h4 {
	float: left;
	width: 20%;
	line-height: 52px;
}

.index-link h4 a {
	color: #fff;
	font-size: 16px;
}

.index-link select {
	float: left;
	margin-left: 4%;
	width: 16%;
	line-height: 52px;
	padding-top: 17px\0;
	*margin-top: 17px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: url(../images/select_bg.png) no-repeat 80% center;
	background: none\0;
	*background: none;
	box-sizing: content-box;
	outline: none;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.index-link select option {
	color: #515151;
}

.index-foot {
	min-height: 165px;
	background: #165876;
}

.bottom-left img {
	float: right;
	margin-top: 50px;
}

.bottom-middle {
	text-align: center;
	padding-top: 34px;
}

.bottom-middle p {
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

.bottom-middle p a {
	color: #fff;
}

.bottom-right img {
	float: left;
	margin-top: 55px;
}
/* site-bottom end */

/* 二级 start */
.second-list {
	padding-top: 30px;
	padding-bottom: 50px\0;
	*padding-bottom: 50px;
	background: #fff;
	padding: 20px 20px 0;
}

.secondary-body .layui-card {
    box-shadow: none;
    margin: 0 30px 0 20px;
}

.second-list {
	width: 1160px\0;
	*width: 1160px;
	display: inline-block\0;
	*display: inline-block;
}

.second-list .layui-card-header {
	height: 61px;
	line-height: 61px;
    font-size: 27px;
    letter-spacing: 2px;
	text-indent: 28px;
	padding: 0;
    color: #00547a;
    border: none;
    text-align: left;
}

.second-list .layui-card-body {
    padding: 0;
}

.second-list .list-left {
	float: left\0;
	*float: left;
}

.second-list .list-left .layui-card {
	margin-right: 20px;
}

.second-list .list-right {
	float: left\0;
	*float: left;
	border: 1px solid #e7e7e7;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.list-all {
	padding-bottom: 30px;
}

.secondary-nav {
	height: 57px;
    line-height: 57px;
	margin: 0 20px 15px;
    font-size: 16px;
    border-bottom: 3px solid #e7e7e7;
}

.secondary-nav .location {
	max-width: 50%;
	float: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-nav .nav-title {
    font-size: 16px;
}

.secondary-nav h4 {
	max-width: 50%;
	height: 57px;
	line-height: 57px;
	letter-spacing: 1px;
	font-size: 20px;
	border-bottom: 3px solid #00547a;
	font-weight: bold;
	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: #00547a;
}

.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: #00547a;
}

.sub h4.hear {
    border: 1px solid #00547a;
    background: #00547a;
}

.sub h4.hear a {
    color: #fff;
}

.secondary-breadcrumb {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 15px;
	margin: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-tit {
	font-size: 20px;
	background: #e5e5e5;
	line-height: 50px;
	margin: 0 20px 15px;
	padding-left: 20px;
}

.secondary-tit h4 a {
	font-weight: bold;
	color: #00547a;
}

.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 dashed #cccccc;
    font-size: 16px;
    color: #595757;
    padding: 0 10px 0 20px;
	background: url(../images/grey_spot.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: #00547a;
}

.contact p {
	padding-left: 30px;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
}

.map {
	margin: 20px auto;
	text-align: center;
}

.secondary-siblings li {
    text-align: center;
	height: 49px;
    line-height: 49px;
	border-bottom: #ccc 1px solid;
	background:  url(../images/grey_arrow.png) no-repeat 15px center;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}

.secondary-siblings li a {
    display: block;
    font-size: 18px;
    margin: 0;
	padding-left: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 25%;
}

.secondary-siblings li.this  {
	background: #00547a url(../images/white_arrow.png) no-repeat 15px center;
}

.secondary-siblings li:hover  {
	background: #00547a url(../images/white_arrow.png) no-repeat 15px center;
}

.secondary-siblings li:hover a {
    color: #fff;
}

.secondary-siblings li.this a {
    color: #fff;
}

.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 */
.content-white {
	background: #fff;
}

.detail-nav {
	background: #fff;
	width: 98%;
	padding-right: 2%;
	height: 42px;
    line-height: 42px;
	padding-top: 15px;
    font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail-nav .nav-title {
	padding-left: 80px;
    font-size: 16px;
	background: url(../images/location.png) no-repeat 45px center;
}

.detail-content {
    padding: 10px 40px 30px;
}

.detail-content h2 {
	line-height: 50px;
    font-size: 32px;
    color: #00547a;
    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;
}

.detail-attr2 {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}

.detail-attr2 label {
    color: #666666;
    margin-left: 40px;
}

.detail-attr2 label:last-child a {
    padding: 0 6px;
}

.detail-attr2 label.print {
	cursor: pointer;
}

.general_font span {
	cursor:pointer;
	margin-left: 5px;
}

.detail-content-center {
    padding: 0 15px;
    min-height: 400px;
	overflow: hidden;
}

.detail-content-html {
    color: #353535;
    font-size: 16px;
}

.detail-content-html p {
	margin: 5px 0;
	/* text-align: justify;
	text-justify:inter-ideograph; */
}

.detail-content-html p, .detail-content-html span {
    line-height: 38px;
    font-size: 18px;
	word-wrap: break-word;
}

.detail-content-html img {
	max-width: 100%;
}

.detail-content-html table {
	max-width: 100%;
}

.detail-content-html * {
    color: #353535;
    line-height: 38px;
    letter-spacing: .5px;
	font-family: "Microsoft YaHei","SimSun","Arial","sans-serif";
	text-align: justify;
	text-justify: inter-ideograph;
} 

.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 {
    margin-left: 80px;
}

.detail-content-file .file-list a {
	line-height: 40px;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1d4c73;
}

.detail-content-file .file-list a:hover {
    text-decoration: underline;
}

.ewm {
	display: block;
	margin: 0 auto;
	width: 154px;
	margin-bottom: 30px;
}

.ewm p {
	text-align: center;
	line-height: 35px;
	color: #6b6a6a;
}
/* 详情 end */

/* 汇总 start */
.secondary-sina-list {
	display: inline-block;
	width: 94%;
	padding: 20px 3% 0;
}

.secondary-sina-list li {
	line-height: 50px;
	text-align: center;
	margin-bottom: 25px;
	cursor: pointer;
}

.secondary-sina-list li a {
	display: inline-block;
	width: 85%;
    background: #f5f5f5;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.secondary-sina-list li:hover a {
	color: #00547a;
}

.secondary-sina-list li p {
	font-size: 16px;
	color: #1d4c73;
}
/* 汇总 end */

/* 内设机构 start */
.jg-hd {
    width: 96%;
    margin: 0 2%;
    height: 45px;
    background: #f0f0f0;
    margin-bottom: 15px;
    display: inline-block;
}

.jg-hd h4 {
    float: left;
    background: #00547a;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 20px;
    letter-spacing: 2px;
}

.jg-hd h4 a {
    font-weight: bold;
    color: #fff;
}

.secondary-jg-list {
    display: inline-block; width: 96%;
    padding: 20px 2% 0;
}

.secondary-jg-list li {
    height: 50px;
    margin-bottom: 28px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.secondary-jg-list li p {
    font-size: 16px;
    color: #1d4c73;
}

.secondary-jg-list li a {
    width: 85%;
    background: #f5f5f5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
/* 内设机构 end */

@media screen and (min-width: 1200px) {
	.layui-container {
	    width: 1200px;
	}
}

@media all and (max-width: 1200px) {
	.index-logo {
		text-align: center;
	}
	
	.index-logo img {
		margin-top: 100px;
		margin-left: 0;
	}
	
	.search {
		text-align: center;
	}
	
	.search .search-box {
		float: none;
		margin: 100px auto 0;
	}
	
	.navbar {
		width: 100%;
		clear: both;
	}
	
	.grey-bg>.layui-container>.layui-row {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.index-lead {
		width: 100%;
		height: 90px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.index-lead ul li {
		float: left;
		width: 25%;
	}
	
	.index-lead ul li+li {
		border-left: 2px solid #ccdce6;
		border-top: none;
	}
	
	.index-lead ul li.lead4 {
		width: 24%;
	}
	
	.picScroll-left {
		width: 100%;
		margin-left: 0;
	}
	
	.index-info {
		width: 100%;
		margin: 0 auto 25px;
	}
	
	.index-video {
		width: 100%;
		height: 515px;
	}
	
	.index-video .hd {
		margin-left: 2%;
	}
	
	.index-video .bd img {
		width: 92%;
		height: 400px;
	}
	
	.index-box {
		width: 100%;
		height: 180px;
	}
	
	.index-code {
		float: left;
		width: 50%;
	}
	
	.box-12309 {
		float: left;
		width: 50%;
	}
	
	.index-message {
		width: 100%;
		display: inline-block;
		margin-right: 0;
	}
	
	.text1 {
		float: left;
		width: 48%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	
	.text2 {
		float: left;
		width: 48%;
		margin-left: 2%;
		margin-bottom: 20px;
	}
	
	.par-bd li span {
		display: inline-block;
	}
	
	.index-public {
		width: 100%;
		display: inline-block;
	}
	
	.index-column {
		float: left;
		width: 48%;
		margin-right: 2%;
		text-align: center;
	}
	
	.index-column .bd img {
		margin: 0 auto 10px;
	}
	
	.index-column li span {
		display: inline-block;
	}
	
	.text3 {
		float: left;
		width: 48%;
		margin-left: 2%;
	}
	
	.detail-content-html img {
		height: auto!important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.index-image {
		width: 97%;
		margin-right: 3%;
	}
	
	.index-notice {
		width: 97%;
		margin-left: 3%;
	}
	
	.index-headLine h2 li a {
		width: 70%;
	}
	
	.picScroll-left .bd ul li {
		width: 48%;
	}
}

@media all and (max-width: 992px) {
	.navbar ul li a {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.index-headLine {
		background: none;
	}
	
	.index-image {
		width: 100%;
	}
	
	.picScroll-left .bd ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	
	.index-notice {
		width: 100%;
		margin-bottom: 25px!important;
	}
	
	.index-column .bd img {
		width: 100%;
	}
	
	.index-link h3 {
		display: none;
	}
	
	.index-link h4 {
		padding-left: 2%;
		width: 24%;
	}
	
	.bottom-middle {
		padding-top: 20px;
	}
	
	.second-list .list-left {
		margin-bottom: 25px;
	}
	
	.second-list .list-left .layui-card {
		margin: 0;
	}
	
	.secondary-nav {
		border: none;
		height: auto;
		margin: 0 15px 15px;
	}
	
	.secondary-nav .location {
		width: 100%;
		max-width: 100%;
		line-height: 45px;
	}
	
	.secondary-nav h4 {
		width: 100%;
		max-width: 100%;
		line-height: 46px;
		height: 46px;
	}
	
	.secondary-nav h4 a {
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.navbar {
		width: 100%;
		clear: both;
		height: 100px;
		padding-top: 20px;
		line-height: 40px;
	}
	
	.navbar ul li {
		width: 20%;
	}
	
	.navbar ul li.last {
		width: 30%;
	}
	
	.index-lead ul li.lead4 {
		width: 23%;
	}
	
	.index-code {
		width: 100%;
	}
	
	.box-12309 {
		width: 100%;
	}
	
	.index-box {
		height: 350px;
	}
	
	.text1 {
		width: 100%;
		margin-right: 0;
	}
	
	.text2 {
		width: 100%;
		margin-left: 0;
	}
	
	.index-column {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	
	.index-column .bd img {
		width: auto;
	}
	
	.text3 {
		width: 100%;
		margin-left: 0;
	}
	
	.index-link h4 {
		padding-left: 1%;
		width: 23%;
	}
	
	.index-link h4.long {
		width: 32%;
	}
	
	.index-link h4 a {
		font-size: 14px;
	}
	
	.index-link select {
		margin-left: 2%;
		width: 15%;
		font-size: 14px;
	}
	
	.bottom-middle p {
		font-size: 14px;
	}
	
	.second-list .list-left {
		margin-bottom: 25px;
	}
	
	.second-list .list-left .layui-card {
		margin: 0;
	}
	
	.second-list .layui-card-header {
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}
	
	.secondary-siblings li {
		height: 40px;
		line-height: 40px;
	}
	
	.secondary-siblings li a {
		font-size: 16px;
	}
	
	.secondary-nav {
		border: none;
		height: auto;
		margin: 0 15px 15px;
	}
	
	.secondary-nav .location {
		width: 100%;
		max-width: 100%;
		line-height: 45px;
	}
	
	.secondary-nav h4 {
		width: 100%;
		max-width: 100%;
		line-height: 36px;
		height: 36px;
		font-size: 18px;
	}
	
	.secondary-nav h4 a {
		padding: 0 0 0 10px;
	}
	
	.secondary-breadcrumb {
		margin: 0;
		padding-bottom: 10px;
	}
	
	.secondary-tit {
		line-height: 45px;
		margin: 0;
		font-size: 18px;
	}
	
	.secondary-news-list {
		margin: 0;
		padding: 0 10px;
	}
	
	.detail-nav .nav-title {
		padding-left: 60px;
		background-position-x: 25px
	}
	
	.detail-content {
		padding: 10px 20px 30px;
	}
	
	.detail-content h2 {
		font-size: 26px;
	}
	
	.detail-attr {
		margin: 12px auto;
	}
	
	.detail-content-center {
		padding: 0;
	}

	.secondary-wechat-list li img {
		width: 80%;
	}

	.secondary-wechat-list li p {
		font-size: 14px;
	}

	.secondary-sina-list {
		width: 100%;
	    padding: 20px 0 0;
	}
	
	.secondary-sina-list li a {
		width: 88%;
	}

	.secondary-sina-list li p {
		font-size: 14px;
	}
}

@media screen and (max-width: 600px) {
	.index-head {
		height: 280px;
	}
	
	.index-logo img {
		width: 100%;
		margin-top: 60px;
	}
	
	.search .search-box {
		width: 302px;
		margin: 50px auto 0;
	}
	
	.search-box .search-con {
		width: 200px;
	}
	
	.navbar ul li.last {
		width: 40%;
	}
	
	.index-headLine {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.index-headLine h2 li {
		font-size: 30px;
	}
	
	.index-headLine h2 li a {
		width: 96%;
	}
	
	.index-lead ul li.lead4 {
		width: 22%;
	}
	
	.index-lead ul li span {
		font-size: 16px;
	}
	
	.index-image .bd, .index-image .bd li, .index-image .bd li img {
		height: 270px;
	}
	
	.picScroll-left .bd ul li .pic, .picScroll-left .bd ul li .pic img {
		width: 100%;
		height: auto;
	}
	
	.index-video {
		height: 365px;
	}
	
	.index-video .bd img {
		height: 250px;
	}
	
	.index-column .bd img {
		width: 100%;
	}
	
	.index-link {
		height: 90px;
		padding-top: 15px;
	} 	
	
	.index-link h4 {
		width: 48%;
		text-align: center;
		line-height: 35px;
	}
	
	.index-link h4.long {
		width: 56%;
	}
	
	.index-link select {
		width: 31%;
		margin-left: 6%;
		line-height: 35px;
	}
	
	.bottom-middle p {
		font-size: 12px;
	}
	
	.bottom-right {
		display: none;
	}
}



.text2, .text3{margin-top:24px}
.detail-content-html p,.detail-content-html p font,.detail-content-html p span{font-size: 18px !important;text-indent: 2em;}