.img-outline p {
font-size:16px !important;}

/** index begin**/
/** big banner **/
.body-bg {
	background: url(/2022-6-8Index/img/body-bg.png) bottom center no-repeat;
}

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	/* max-height: 438px; */
	border-radius: 0 0 3px 3px;
	margin-bottom: 10px;
}

.banner-pagination {
	position: absolute;
	z-index: 999;
	bottom: 15%;
	right: 47%;
}

.banner-pagination ul>li {
	float: left;
	width: 1em;
	margin-left: 2em;
	height: 1em;
	font-size: 10px;
	background-color: #a0a0a0;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	cursor: pointer
}

.banner-pagination ul>.on {
	background-color: #0068b7;
}


.banner-switcher {
	width: 60px;
	bottom: 52%;
	position: absolute;
	z-index: 99;
}

.next {
	right: 0px;
	margin-right: 0.5%;
}

.prev {
	left: 0px;
	margin-left: 0.5%;
}

.banner .banner-switcher {
	display: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	bottom: 172px;
	background-color: #999999;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.2);
    top: 50%;
    transform: translateY(-50%);
}

.banner:hover .next,
.banner:hover .prev {
	display: block;
}

.banner .banner-switcher img {
	width: 8px;
	height: 24px;
	margin: 9px 16px;
}

.banner-main-content {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.banner-main-content ul li a img {
	width: 100%;
	position: relative;
	display: block;
}

.banner_pagination {
    position: absolute;
    width: 100px;
    height: 20px;
    z-index: 1;
    bottom: 66px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_pagination .swiper-pagination-bullet {
    display: block !important;
    width: 13px;
    height: 13px;
    margin: 0 10px !important;
    background-color: white;
    opacity: 1;
}

.banner_pagination .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    transition: all .5s;
    border-radius: 0;
    border-radius: 100%;
    background-color: #e61919;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner_swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_swiper .swiper-slide {
    overflow: hidden;
}

.banner_swiper:hover .banner_prev,
.banner_swiper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.banner_prev {
    background: url("/2022-6-8Index/img/banner_prev.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner_next {
    background: url("/2022-6-8Index/img/banner_next.png") no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.banner a {
    /* transform: scale(1.2); */
    transition: 5s linear;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.banner .swiper-slide-active {
    position: relative;
    z-index: 500 !important;
}

 
/** section header **/
.section-head {
	height: 2.1em;
	font-size: 22px;
	/* border-bottom: #DDDDDD solid 1px; */
	width: 100%;
	margin-bottom: 16px;
	position: relative;
}

.section-head a {
	cursor: pointer
}

.section-head-title {
	line-height: 2.1em;
	float: left;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	color: black;
	margin-right: 0.5em;
}

.section-head-title div {
	margin-right: 0.5em;
	line-height: 2.1em;
	float: left;
	font-weight: bold;
	margin-top: 0.35em;
	/* padding-left: .3em; */
	/* padding-top: 1.2em; */
}

.section-head-subtitle {
	position: relative;
	bottom: -0.6em;
	float: left;
	text-align: center;
	font-size: 18px;
	white-space: nowrap;
	color: #888888;
	font-style: oblique;
	font-family: 'Times New Roman', Times, serif;
}

.section-head-subtitle span {
	font-size: 24px;
}

.section-head-more {
	line-height: 2.8em;
	float: right;
	color: #545454;
	font-size: 14px;
	cursor: pointer;
}

.section-head-more:hover {
	color: #0068b7;
}

/** news section **/
.newsbanner {
	overflow: hidden;
	position: absolute;
	float: left;
	max-height: 300px;
}

.newsbanner-pagination {
	position: absolute;
	z-index: 999;
	bottom: 1.3em;
	right: 5%;
}

.newsbanner-pagination ul>li {
	float: left;
	width: 1em;
	margin-left: 2em;
	height: 1em;
	font-size: 10px;
	background-color: #a0a0a0;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	cursor: pointer
}

.newsbanner-pagination ul>.on {
	background-color: #0068b7;
}

.newsbanner-main-content ul>li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.newsbanner-main-content>ul>li>a>img {
	width: 425px;
	height: 300px;
	/*67.6%;*/
	cursor: pointer;
	display: block;
}

.newsbanner-main-content ul>li>.description {
	position: absolute;
	line-height: 3em;
	z-index: 99;
	bottom: 0;
	width: 100%;
	background-color: #333333;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.6);
}

.newsbanner .newsbanner-main-content ul>li>.description>a {
	margin-left: 1em;
	vertical-align: middle;
	position: relative;
	font-size: 11px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 62%;
	white-space: nowrap;
	cursor: pointer;

}

.articles1-container {
	vertical-align: middle;
	max-width: 100%;
}

.articles1-container .headlines {
	border-bottom: 1px #d2d2d2 solid;

}

.articles1-container .headline {
	width: 100%;
}

.articles1-container .headline {
	width: 100%;
	/* margin: 0 0 1em 0; */
	cursor: pointer;
	position: relative;
}

.articles1-container .headline-img {
	font-size: 12px;
	vertical-align: middle;
	position: relative;
	float: left;
	overflow: hidden;
	color: black;
	width: 301px;
	height: 190px;
}

.articles1-container .headline-article {
	max-width: 100%;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	margin-left: 315px;
	height: 190px;
}

.articles1-container .headline-article-title {
	line-height: 1.7em;
	max-height: 54px;
	font-size: 16px;
	color: black;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
	color: #076bce;
}

.articles1-container .headline-article-content {
	line-height: 22px;
	font-size: 14px;
	color: #a0a0a0;
	overflow: hidden;
	margin-top: 14px;
	xheight: 89px;
	width: 100%;
	word-wrap: break-word;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	x-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.articles1-container .headline .headline-datetime {
	width: 100%;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 23px;
	right: 0;
	font-size: 15px;
	color: #a0a0a0;
}

.articles1-container .headline:hover .headline-article-title {
	/* font-weight: bold; */
}

.articles1-list {
	width: 100%;
	position: relative;
	height: 200px;
}

.article1-listdec {
	padding-right: 0.4em;
	font-size: 12px;
	line-height: 1.5em;
	float: left;
	color: #076bce;
	/* // IE10 */
	transition: color .3s;
	-moz-transition: color .3s;
	/* Firefox 4 */
	-webkit-transition: color .3s;
	/* Safari and Chrome */
	-o-transition: color .3s;
}

.articles1-list li:hover .article1-listdec {
	padding-right: 0.4em;
	float: left;
}

.articles1-list li {
	margin: 1.1em 0;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.articles1-list li.on {
	font-weight: bold;
	color: #076bce;
}

.article1-title,
li:hover .article1-titler {
	height: 2em;
	line-height: 1.4em;
	width: 80%;
	color: black;
	font-size: 16px;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 4em;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

li:hover .article1-title {
	/* color: #076bce; */
}

.article1-datetime {
	vertical-align: middle;
	position: relative;
	font-size: 14px;
	line-height: 2em;
	color: #999999;
	float: right;
	max-width: 8em;
}

.article2-blocks {
	width: 100%;
	float: right;
}

.article2-block {
	width: 100%;
	float: left;
	position: relative;
	margin: 0.58em 0;
	cursor:
		pointer;
	padding-bottom: 17.5px;
	border-bottom: 1px #eeeeee solid;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.article2-blocks .article2-block:first-child {
	margin-top: 0;
}

.article2-blocks .article2-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}


.article2-block-datetime {
	width: 60px;
	font-size: 12px;
	position: absolute;
	top: -4.8px;
	background: url(/2022-6-8Index/img/notice-calendar1.png) no-repeat center center;
	height: 40px;
	text-align: center;
	color: wheat;
}


.article2-block-datetime-WD {
	line-height: 38px;
	font-size: 14px;
	color: white;
	text-align: center;
	position: absolute;
	top: 5px;
	width: 60px;
	/* left: 9px; */
	/* background-color: #0068c3; */
}

.article2-block-datetime-MMDD {
	line-height: 30px;
	font-size: 26px;
	color: black;
	text-align: center;
	position: absolute;
	bottom: 11px;
	width: 55px;
	height: 30px;
	/* left: 13px; */
	/* background-color: white; */
}

.article2-block-title {
	font-size: 16px;
	position: relative;
	line-height: 25px;
	height: 25px;
	max-width: 100%;
	margin-left: 70px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.article2-block:hover {
	transform: translateY(-4px);
	box-shadow: 3px 3px 7px 4px rgb(128 128 128 / 10%);
}

.article2-block-title:hover {
	font-weight: bold;
}

.article2-block:hover .article2-block-datetime {
	background: url(/2022-6-8Index/img/notice-calendar11.png) no-repeat center center;
}

/** article4-contentblocks */


/** todo: a article5type-blocks */
.article5type-blocks {
	width: 100%;
	margin-top: 1.4em;
}

.article5type-block {
	position: relative;
	font-size: 0;
	margin: 0 0 10px 0;
	cursor: pointer;
	width: 100%;
}

.article5triangle,
.article5triangle-hov {
	width: 31%;
}

.article5triangle-hov {
	display: none;
}

.article5type-block:hover .article5triangle {
	display: none;
}

.article5type-block:hover .article5triangle-hov {
	display: block;
}

.article5type-title {
	position: absolute;
	top: 25%;
	left: 1%;
}

.article5type-title p {
	color: white;
	font-size: 9px;
	text-align: center;
	width: 6em;
}

.article5type-dec {
	position: relative;
	font-size: 9px;
	left: 1.25em;
	width: 28px;
	height: 28px;
}

/**stuffbanner **/
.stuffbanner {
	width: 100%;
	position: relative;
	margin-bottom: 16px;
}

.stuffbanner .banner-switcher {
	width: 19px;
	height: 33px;
	background-color: #999999;
	/*ie8*/
	background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.stuffbanner .banner-switcher.next:hover, .stuffbanner .banner-switcher.prev:hover{
	background-color: rgba(0, 0, 0, 0.4);
}

.stuffbanner .banner-switcher img {
	width: 7px;
	height: 16px;
	margin: 8px 5px;
	/* // IE10 */
	transition: background-color .3s;
	-moz-transition: background-color .3s;
	/* Firefox 4 */
	-webkit-transition: background-color .3s;
	/* Safari and Chrome */
	-o-transition: background-color .3s;
}

.stuffbanner-main-content {
	margin: 0 auto;
	width: 93.5%;
	overflow: hidden;
	/* height: 180px; */
}

.stuffbanner-main-content ul li {
	width: 20%;
	/* height: 180px; */
}

.stuffbanner-main-content ul li .img-outline {
	display: block;
	box-shadow: 1px 5px 10px 2px rgba(128, 128, 128, 0.3);
	width: 85%;
	/* height: 150px; */
	text-align: center;
	padding:8px 8px 4px;
	margin: 0 auto 15px;
	overflow: hidden;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.stuffbanner-main-content ul li .img-outline img {
	height: 150px; 
	width: 100%;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.stuffbanner-main-content ul li .img-outline .img-constrain {
	min-height: 150px;
	width: 100%;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
}

.stuffbanner-main-content ul li .img-outline:hover img {
	transform: scale(1.1);
}


.stuffbanner-main-content ul li .img-outline:hover {
	transform: translateY(-5px);
}

.stuffbanner-main-content ul li .img-desc {
	color: black;
	font-size: 16px;
	text-align: center;
	margin: 0.5em 0;
}


/**toolkit-slider **/
.toolkit-slider {
	width: 100%;
	position: relative;
	bottom: 10px;
	/* height: 191px; */
	background: url(/2022-6-8Index/img/fun-bg.png);
	/* margin-bottom: -52px; */
}

.toolkit-slider .toolkit-slider-title {
	color: #0071bd;
	text-align: center;
	width: 100%;
	font-size: 22px;
	line-height: 47px;
	background: url(/2022-6-8Index/img/fun-title-bg.png) center no-repeat;
	/* font-style: oblique; */
	font-weight: bold;
	/* text-shadow: 1px 2px 3px rgb(0 0 0 / 30%); */
}


.toolkit-slider .banner-switcher {
	width: 19px;
	height: 32px;
	background-color: #b3d465;
	/*ie8*/
	background-color: rgba(197, 212, 101, 0.6);
}

.toolkit-slider .banner-switcher.next:hover, .toolkit-slider .banner-switcher.prev:hover{
	background-color: rgba(197, 212, 101, 1);
}

.toolkit-slider .banner-switcher img {
	width: 7px;
	height: 16px;
	margin: 8px 5px;
}

.toolkit-slider-main-content {
	margin: 0 auto;
	width: 93.5%;
	overflow: hidden;
	height: 180px;
	position: relative;
	bottom: 9px;
}

.toolkit-slider-main-content .tempWrap {
	/* bottom: 9px; */
	height: 180px;
}


.toolkit-slider-main-content ul {
	width: 100%;
	height: 180px;
}

.toolkit-slider-main-content ul li {
	width: 12.5%;
	/* height: 180px; */
	position: relative;
	bottom: -9px;
}

.toolkit-slider-main-content ul li .img-outline {
	display: block;
	width: 75%;
	height: 108px;
	text-align: center;
	padding: 8px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
	background-color: white;
	box-shadow: 1px 4px 5px 1px rgb(0 0 0 / 20%);
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.toolkit-slider-main-content ul li .img-outline img {
	/* width: 56%; */
	height: 50px;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 20px;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari and Chrome */
	-o-transition: all .3s;
}

.toolkit-slider-main-content ul li .img-outline:hover {
	transform: translateY(-6px);
}


.toolkit-slider-main-content ul li .img-outline:hover img {
	transform: scale(1.18);
}

.toolkit-slider-main-content ul li .img-desc {
	color: black;
	font-size: 16px;
	text-align: center;
	margin: 0.8em 0;
	white-space: nowrap;
}


.relative-links {
	margin-bottom: 15px;
}

.relative-links li {
	float: left;
	margin-right: 3%;
	line-height: 20px;
	cursor:
		pointer
}

.relative-links li a {
	color: black;
	/* // IE10 */
	height: 34px;
	transition: color .3s;
	-moz-transition: color .3s;
	/* Firefox 4 */
	-webkit-transition: color .3s;
	/* Safari and Chrome */
	-o-transition: color .3s;
}

.relative-links li a div {
	float: left;
	background-color: #f39800;
	background-color: rgba(245, 152, 0, 0.5);
	color: white;
	margin-right: 5px;
	width: 20px;
	text-align: center;
	border-radius: 10px;
	/* // IE10 */
	transition: background-color .4s;
	-moz-transition: background-color .4s;
	/* Firefox 4 */
	-webkit-transition: background-color .4s;
	/* Safari and Chrome */
	-o-transition: background-color .4s;
}

.relative-links li:hover a div {
	background-color: #f39800;
}
.nav-btn {
	display:none;
}
/* 2022-10-17 Ìí¼Ó */
.banner-main-content ul li a img{
  height: 420px;
}
.banner .banner-switcher{
    cursor: pointer;
}
.toolkit-slider .banner-switcher{
cursor: pointer;
}
.img-outline p{
height: 31px;
}
.section-head-more i {
    color: #f39800;
    font-style: normal;
}
.relative-links li a div {
    background: url(/2022-6-8Index/img/right-arrow.png) no-repeat center center;
    background-size: 11px;
    background-color: #f39800;
    background-color: rgba(245, 152, 0, 0.5);
width: 20px;
    height: 20px;
}
.article1-listdec {
    width: 7px;
    height: 7px;
    margin: 7px 7px 0 0;
    xbackground: linear-gradient(to right, #076bce, #076bce);
    background: #076bce;
}