.header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	background-color: #fff;
}

.header .hth {
	background: url(../images/hbg1.jpg) no-repeat center/cover;
}

.wrap {
	max-width: 67.70833333333334rem;
	margin: 0 auto;
}

.header .hth .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6.510416666666667rem;
}

.header .hth .logo a img {
	height: 3.3333333333333335rem;
	display: block;
}

.header .hth .logo {
	display: flex;
	align-items: center;
}

.header .hth h5 {
	font-size: 0.941667rem;
	line-height: 1.4;
	color: #066cce;
	margin-left: 1.4583333333333335rem;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.header .hth .rt {
	display: flex;
	align-items: center;
}

.header .hth .rt ul {
	display: flex;
	align-items: center;
}

.header .hth .rt li {
	margin-right: 0.2604166666666667rem;
}

.header .hth .rt li a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #232323;
	line-height: 1.6;
}

.header .hth .rt li img {
	width: 0.8854166666666667rem;
	margin-right: 0.2604166666666667rem;
	display: block;
}

.header .hth .search {
	display: flex;
	background: #fff;
	border-radius: 2.604166666666667rem;
	box-shadow: 0 0 0.5208333333333334rem 0 #e1f0ff;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.75rem;
}

.header .hth .search .txt {
	width: 11.197916666666668rem;
	height: 2.0833333333333335rem;
	border: none;
	background: #fff;
	font-size: 15px;
	color: #333;
}

.header .hth .search .btn {
	width: 2.0833333333333335rem;
	height: 2.0833333333333335rem;
	background: url(../images/uico4.png) no-repeat center;
	border: none;
	cursor: pointer;
}

.naver {
	background: #066cce;
}

.naver ul {
	display: flex;
	justify-content: space-between;
}

.naver ul li {
	/* flex: 1; */
}

.naver ul li a {
	text-align: center;
	display: block;
	font-size: 17px;
	color: #ffffff;
	line-height: 2.604166666666667rem;
	padding: 0 15px;
}

.naver ul li.on a,
.naver ul li a:hover {
	background: #0960b3;
}

.hbulanner {
	overflow: hidden;
	position: relative;
	height: 31.25rem;
}

.hbulanner .prev,
.hbulanner .next {
	position: absolute;
	left: 16.145833333333336rem;
	margin: -2.291666666666667rem -1.71875rem;
	top: 50%;
	width: 2.291666666666667rem;
	height: 3.4375rem;
	cursor: pointer;
	z-index: 11;
	background: url(../images/prev.png) no-repeat center/1.0416666666666667rem auto rgba(255, 255, 255, 0.14);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.hbulanner .prev:hover,
.hbulanner .next:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.hbulanner .next {
	left: auto;
	right: 16.145833333333336rem;
	transform: rotate(180deg);
}

.hbulanner .spans {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.1458333333333335rem;
	z-index: 11;
	text-align: center;
}

.hbulanner .spans span {
	width: 0.46875rem;
	height: 0.46875rem;
	border: 1px solid #fff;
	opacity: 0.43;
	border-radius: 50%;
	margin: 0 0.46875rem;
	background: none;
	z-index: 11;
}

.hbulanner .spans span.swiper-pagination-bullet-active {
	background: #066cce;
	border-color: #066cce;
	opacity: 1;
}

.mt55 {
	margin: 2.8645833333333335rem 0 0;
}

.hpage1 {
	display: flex;
	justify-content: space-between;
}

.thflex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.1458333333333335rem;
}

.tit h6 {
	font-size: 14px;
	color: #88c6ff;
	line-height: 1.4;
}

.tit h3 {
	font-size: 1.4583333333333335rem;
	color: #232323;
	line-height: 1.2;
	font-weight: bold;
}

.hmore {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	display: block;
}

.hpage1 .lt {
	width: 44.53125rem;
}

.hpage1 .lt .flex {
	display: flex;
	justify-content: space-between;
}

.hpage1 .lt .pics {
	width: 26.5625rem;
	height: 17.1875rem;
	overflow: hidden;
	position: relative;
	border-radius: 0.5208333333333334rem;
}

.hpage1 .lt .pics a {
	display: block;
	height: 100%;
	position: relative;
}

.hpage1 .lt .pics img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.hpage1 .lt .pics p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	padding: 2.604166666666667rem 1.25rem 0.625rem;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5.208333333333334rem;
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.hpage1 .lt .pics .spans {
	position: absolute;
	right: 0.78125rem;
	bottom: 1.0416666666666667rem;
	z-index: 22;
	left: auto;
	width: auto;
}

.hpage1 .lt .pics .spans span {
	width: 0.3125rem;
	height: 0.3125rem;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0.43;
	background: none;
}

.hpage1 .lt .pics .spans span.swiper-pagination-bullet-active {
	opacity: 1;
	background: #88c6ff;
	border-color: #88c6ff;
}

.hpage1 .lt .rnews {
	width: calc(100% - 28.125rem);
}

.rnews dt h5 {
	font-size: 16px;
	color: #232323;
	line-height: 1.6;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rnews dt p {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin: 0.3125rem 0;
}

.htime {
	font-size: 14px;
	color: #999999;
	line-height: 2;
	padding-left: 0.9375rem;
	background: url(../images/uico5.png) no-repeat left center;
}

.rnews dt {
	padding-bottom: 0.9375rem;
	border-bottom: 0.052083333333333336rem solid #eeeeee;
	margin-bottom: 0.78125rem;
}

.rnews dd a p {
	font-size: 16px;
	color: #232323;
	line-height: 1.6;
	padding: 0.5208333333333334rem 0 0.5208333333333334rem 0.5208333333333334rem;
	background: url(../images/uico6.png) no-repeat left center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hpage1 .rt {
	width: 21.354166666666668rem;
}

.tzlist li {
	margin-bottom: 0.7291666666666667rem;
}

.tzlist a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tzlist a .utime {
	width: 4.270833333333334rem;
	height: 3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 0.3125rem;
	background: #edf7ff;
}

.tzlist a .utime h6 {
	font-size: 1.4583333333333335rem;
	color: #7e92a1;
	line-height: 1.3;
}

.tzlist a .utime h6 i {
	font-size: 14px;
	display: block;
}

.tzlist a p {
	width: calc(100% - 5.208333333333334rem);
	font-size: 16px;
	color: #232323;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}

.tzlist a:hover .utime {
	background: #066cce;
}

.tzlist a:hover .utime h6 {
	color: #fff;
}

.tzlist a:hover p {
	color: #066cce;
}

.hpiclist ul {
	display: flex;
	flex-wrap: wrap;
}

.hpiclist li {
	width: calc((100% - 3.229166666666667rem)/4);
	margin: 0 1.0416666666666667rem 1.0416666666666667rem 0;
	border-radius: 0.4166666666666667rem;
	overflow: hidden;
}

.hpiclist li:nth-child(4n) {
	margin-right: 0;
}

.hpiclist li a {
	display: block;
	height: 100%;
}

.hpiclist li a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.hpage2 {
	display: flex;
	justify-content: space-between;
}

.hpage2 .lis {
	width: calc((100% - 3.6458333333333335rem)/3);
}

.keylist a {
	display: flex;
	justify-content: space-between;
}

.keylist li {
	margin-bottom: 1.3541666666666667rem;
}

.keylist a .pic {
	width: 7.03125rem;
	height: 4.791666666666667rem;
	border-radius: 0.3125rem;
	overflow: hidden;
}

.keylist a .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.keylist a .text {
	width: calc(100% - 8.072916666666668rem);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.keylist a .text p {
	font-size: 16px;
	color: #232323;
	line-height: 1.6;
	margin-top: 0.3125rem;
	height: 3.2em;
	overflow: hidden;
}

.mt35 {
	margin-top: 1.8229166666666667rem;
}

.djlist dt a {
	border-radius: 0.5208333333333334rem;
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 0.625rem;
}

.djlist dt a img {
	width: 100%;
	height: 9.635416666666668rem;
	display: block;
	object-fit: cover;
}

.djlist dt p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
	padding: 2.604166666666667rem 1.25rem 0.625rem;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5.208333333333334rem;
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
}

.djlist dd a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.7291666666666667rem 0;
}

.djlist dd a p {
	width: calc(100% - 3.125rem);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #232323;
	padding-left: 0.5208333333333334rem;
	background: url(../images/uico6.png) no-repeat left center;
	line-height: 1.6;
}

.djlist dd a i {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
}

.footer {
	background: url(../images/bg2.jpg) no-repeat center/cover;
	padding: 2.0833333333333335rem 0;
}

.footer .link {
	border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.1);
	margin-bottom: 1.8229166666666667rem;
}

.footer .link dl {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.0416666666666667rem 0;
}

.footer .link dt {
	font-size: 16px;
	color: #ffffff;
	padding-left: 1.25rem;
	background: url(../images/icon9.png) no-repeat left center/0.9rem auto;
	margin-right: 0.625rem;
}

.footer .link dd a {
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	display: block;
	margin-right: 1.1458333333333335rem;
}

.footer .fflex {
	display: flex;
	justify-content: space-between;
}

.footer .fflex .flogo {
	display: flex;
	align-items: center;
}

.footer .fflex .flogo img {
	height: 2.34375rem;
	display: block;
	margin-right: 1.0416666666666667rem;
}

.footer .fflex .flogo p {
	/*  text-align-last: justify;  */
	font-size: 15px;
	color: #ffffff;
	line-height: 1.4;
}

.footer .fflex .tx {
	margin-top: 1.4583333333333335rem;
}

.footer .fflex h6 {
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 0.4166666666666667rem;
}

.footer .weix {
	width: 5.416666666666667rem;
	text-align: center;
}

.footer .weix img {
	width: 100%;
	display: block;
	border-radius: 0.2604166666666667rem;
}

.footer .weix p {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	padding: 0.2604166666666667rem 0;
}

.footer .copyright {
	margin-top: 1.5625rem;
	border-top: 0.052083333333333336rem solid rgba(255, 255, 255, 0.1);
	padding-top: 1.25rem;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.6;
}

.footer .copyright a {
	color: #fff;
}

.layout {
	padding-top: 9.114583333333334rem;
	overflow: hidden;
}

.hsection {
	padding-bottom: 3.125rem;
}

.rnews dd a:hover p,
.rnews dt a:hover h5,
.hmore:hover,
.keylist a:hover .text p,
.djlist dd a:hover p {
	color: #066cce;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.hpage1 .lt .pics img,
.hpiclist li a img,
.keylist a .pic img,
.djlist dt a img {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.hpage1 .lt .pics a:hover img,
.hpiclist li a:hover img,
.keylist a:hover .pic img,
.djlist dt a:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari å’Œ Chrome*/
	-o-transform: scale(1.1);
}

.hpiclist li {
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.hpiclist li:hover {
	top: -0.3125rem;
	box-shadow: 0 0.3125rem 0.4166666666666667rem 0 rgba(80, 80, 80, 0.2);
}

.header .hth .rt li a {
	padding: 0.36458333333333337rem 0.5208333333333334rem;
	border-radius: 0.2604166666666667rem;
}

.header .hth .rt li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.hsection1 {
	display: flex;
	justify-content: space-between;
}

.hsection1 .lis {
	width: 19.270833333333336rem;
	height: 15.104166666666668rem;
	padding: 1.3020833333333335rem 1.3020833333333335rem 0.78125rem;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.hsection1 .lis.on {
	width: calc(100% - (19.270833333333336rem * 3));
}

.hsection1 .lis .fletb {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.hsection1 .lis .uitem .flecent img,
.hsection1 .lis .wico img {
	width: 2.604166666666667rem;
	height: 2.604166666666667rem;
	display: block;
	object-fit: contain;
}

.uti h5 {
	font-size: 1.0416666666666667rem;
	color: #ffffff;
	line-height: 1.3;
	font-weight: bold;
}

.uti h6 {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.3;
	opacity: 0.47;
}

.hsection1 .lis .uitem {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 1.3020833333333335rem;
	bottom: 0;
	opacity: 0;
}

.hsection1 .lis .uitem .flecent {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hsection1 .lis .uitem .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 0.78125rem;
}

.hsection1 .lis .unews {
	width: 30.208333333333336rem;
}

.hsection1 .lis .unews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.13);
}

.hsection1 .lis .unews a p {
	width: calc(100% - 5.208333333333334rem);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #ffffff;
	line-height: 2.1875rem;
}

.hsection1 .lis .unews a p span {
	display: inline-block;
	margin-right: 0.3125rem;
}

.hsection1 .lis .unews a i {
	color: #fff;
	font-size: 16px;
	opacity: 0.47;
	line-height: 1.6;
}

.hsection1 .icon {
	margin-top: 2.0833333333333335rem;
}

.hsection1 .icon img {
	width: 2.0833333333333335rem;
	display: block;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.hsection1 .icon a:hover img {
	transform: rotate(45deg);
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1.0416666666666667rem);
	}

	;
}

@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-1.0416666666666667rem);
	}

	;
}

.hsection1 .lis .uitem {
	pointer-events: none;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1.0416666666666667rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}

	;
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(1.0416666666666667rem);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}

	;
}

.hsection1 .lis.on .fletb {
	-webkit-animation: fadeOutUp 1s 0s ease both;
	-moz-animation: fadeOutUp 1s 0s ease both;
}

.hsection1 .lis.on .uitem {
	-webkit-animation: fadeInUp 1s .2s ease both;
	-moz-animation: fadeInUp 1s .2s ease both;
	pointer-events: auto;
}

.hsection1 .lis .unews a:hover {
	border-color: rgba(255, 255, 255, 0.8);
}

.hsection1 .lis .unews a:hover i {
	opacity: 1;
}

.hsection1 .lis .unews a i {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.footer .link dd a:hover {
	font-weight: bold;
}

.naver ul li {
	position: relative;
}

.naver ul li dl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #066cce;
	display: none;
}

.naver ul li dd a {
	font-size: 14px;
	padding: 0 1.3020833333333335rem;
	white-space: nowrap;
	display: block;
	line-height: 2.0833333333333335rem;
	border-bottom: 0.052083333333333336rem solid rgba(255, 255, 255, 0.1);
}

.naver ul li dd:last-child a {
	border: none;
}

.wrap {
	width: 67.70833333333334rem;
	margin: 0 auto;
}

.banner {
	height: 15.625rem;
	overflow: hidden;
	position: relative;
}

.banner .wrap {
	position: relative;
	height: 100%;
}

.banner .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 14.6875rem;
	background: rgba(6, 108, 206, 0.7);
	padding: 0.8333333333333334rem 1.0416666666666667rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.banner .txt .logo {
	width: 5.572916666666667rem;
	display: block;
	position: absolute;
	right: -0.5208333333333334rem;
	bottom: -1.0416666666666667rem;
	z-index: 1;
}

.banner .txt h3 {
	font-size: 1.3541666666666667rem;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
}

.banner .txt p {
	font-size: 14px;
	line-height: 1.6;
	color: #829bbc;
}

.yunsmain {
	margin-bottom: 2.604166666666667rem;
}

.yunsmain .wrap {
	display: flex;
	justify-content: space-between;
}

.yunsmain .lts {
	width: 14.6875rem;
	background: #f6fbff;
	position: relative;
	padding-top: 1.0416666666666667rem;
}

.yunsmain .rts {
	width: calc(100% - 16.145833333333336rem);
	min-height: 20.833333333333336rem;
}

.pages dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages dd a {
	min-width: 1.5625rem;
	line-height: 1.5625rem;
	display: block;
	font-size: 14px;
	color: #363636;
	text-align: center;
	margin: 0 0.4166666666666667rem;
	padding: 0 0.5208333333333334rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0.20833333333333334rem;
	transition: all 0s;
}

.pages dd a:hover,
.pages dd.on a {
	background: #066cce;
	color: #fff;
}

.pages dd:nth-child(1) a {
	margin-right: 1.5625rem;
}

.pages dd:last-child a {
	margin-left: 1.0416666666666667rem;
}

.tith2 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #066cce;
	font-weight: bold;
}

.crumbs {
	margin: 0.8854166666666667rem 0;
}

.crumbs dl {
	display: flex;
	flex-wrap: wrap;
}

.crumbs dt,
.crumbs dd span,
.crumbs dd a {
	font-size: 14px;
	line-height: 1.6;
	color: #999999;
	display: block;
}

.crumbs dd span {
	margin: 0 0.15625rem;
}

.crumbs dt {
	padding-left: 1.0416666666666667rem;
	background: url(../images/qe2.png) no-repeat left center;
	background-size: 0.8333333333333334rem auto;
}

.yunsmain .lts .logo {
	width: 15.625rem;
	display: block;
	position: absolute;
	left: 0rem;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.yunsmain .lts .logo img {
	width: 100%;
	display: block;
	margin-left: -2.604166666666667rem;
	margin-bottom: -3.125rem;
}

.yunsmain .lts li {
	position: relative;
	padding: 0 1.71875rem 0 1.3541666666666667rem;
	margin-bottom: 0.5208333333333334rem;
	z-index: 1;
}

.yunsmain .lts li::before {
	content: "";
	position: absolute;
	left: -0.625rem;
	top: 0;
	z-index: -1;
	background: url(../images/qe5.png) no-repeat center/cover;
	width: 14.895833333333334rem;
	height: 3.072916666666667rem;
	opacity: 0;
}

.yunsmain .lts li.on::before,
.yunsmain .lts li:hover::before {
	opacity: 1;
}

.yunsmain .lts li a {
	font-size: 0.9375rem;
	line-height: 2.604166666666667rem;
	color: #232323;
	display: block;
	transition: all 0s;
}

.yunsmain .lts li.on a,
.yunsmain .lts li a:hover {
	background: url(../images/qe4.png) no-repeat right center;
	background-size: 0.9895833333333334rem auto;
	color: #fff;
}

.yunsmain .news li {
	margin-bottom: 1.0416666666666667rem;
}

.yunsmain .news li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.yunsmain .news li p {
	font-size: 16px;
	line-height: 1.6;
	color: #232323;
	width: calc(100% - 100px);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.yunsmain .news li p i {
	color: #066cce;
	margin-right: 0.3125rem;
	display: inline-block;
}

.yunsmain .news li h6 {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
}

.yunsmain .newspic {
	margin-bottom: 2.604166666666667rem;
}

.yunsmain .news {
	margin: 1.0416666666666667rem 0 2.604166666666667rem;
}

.yunsmain .newspic li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.0416666666666667rem 0;
	border-bottom: 0.052083333333333336rem solid #f7f7f7;
}

.yunsmain .newspic li .pic {
	width: 10rem;
	height: 6.875rem;
	overflow: hidden;
	border-radius: 0.3125rem;
}

.yunsmain .newspic li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.yunsmain .newspic li .ts {
	width: calc(100% - 11.041666666666668rem);
}

.yunsmain .newspic li h3 {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #202020;
	font-weight: bold;
}

.yunsmain .newspic li p {
	font-size: 15px;
	line-height: 1.6;
	color: #999999;
	height: 3.2em;
	overflow: hidden;
	margin: 0.5208333333333334rem 0;
}

.yunsmain .newspic li h6 {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 1.1458333333333335rem;
	color: #b7b7b7;
	background: url(../images/qe6.png) no-repeat left center;
	background-size: 0.7291666666666667rem auto;
}

.xiaoyfg {
	margin: 1.0416666666666667rem 0 1.5625rem;
}

.xiaoyfg ul {
	display: flex;
	flex-wrap: wrap;
}

.xiaoyfg li {
	margin-right: 1.0416666666666667rem;
	width: calc((100% - 2.1875rem)/3);
	margin-bottom: 1.25rem;
}

.xiaoyfg li:nth-child(3n) {
	margin-right: 0;
}

.xiaoyfg li .pic {
	width: 10.833333333333334rem;
	overflow: hidden;
	width: 100%;
	border-radius: 0.3125rem;
}

.xiaoyfg li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.xiaoyfg li p {
	margin-top: 0.5208333333333334rem;
	font-size: 16px;
	line-height: 1.6;
	color: #232323;
	text-align: center;
}

.newsdel {
	margin: 1.0416666666666667rem 0 1.5625rem;
}

.newsdel .hds {
	text-align: center;
	padding-bottom: 0.5208333333333334rem;
	border-bottom: 0.052083333333333336rem solid #eeeeee;
}

.newsdel .hds h1 {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #232323;
	font-weight: bold;
}

.newsdel .hds h6 {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 1.1458333333333335rem;
	color: #b7b7b7;
	background: url(../images/qe6.png) no-repeat left center;
	background-size: 0.7291666666666667rem auto;
	margin-top: 0.4166666666666667rem;
	display: inline-block;
}

.newsdel .txt {
	margin-top: 1.0416666666666667rem;
	font-size: 16px;
	line-height: 1.7;
	color: #363636;
        text-align: justify;
}

.newsdel .fs {
	margin-top: 2.34375rem;
	border-top: 0.052083333333333336rem solid #eeeeee;
	padding-top: 1.5625rem;
}

.newsdel .fs h6 {
	font-size: 16px;
	line-height: 1.6;
	color: #363636;
	margin-bottom: 0.625rem;
}

.newsdel .fs h6 a {
	color: #363636;
}

.yunsmain.flax .wrap {
	display: block;
}

.yunsmain.flax .rts {
	width: auto;
	min-height: auto;
}

.yunsmain.flax .xiaoyfg li {
	margin-right: 0.73rem;
	width: calc((100% - 2.29rem)/4);
}

.yunsmain.flax .xiaoyfg li:nth-child(3n) {
	margin-right: 0.73rem;
}

.yunsmain.flax .xiaoyfg li:nth-child(4n) {
	margin-right: 0;
}

.yunsmain.flax .news li {
	padding: 0.83rem 0;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 0;
}

.yunsmain.flax .news {
	margin-top: 0.52rem;
}

.xiaoyfg li .pic img,
.yunsmain .newspic li .pic img {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9*/
	-moz-transition: all 0.3s;
	/* Firefox*/
	-webkit-transition: all 0.3s;
	/* Safari å’Œ Chrome*/
	-o-transition: all 0.3s;
}

.xiaoyfg li:hover .pic img,
.yunsmain .newspic li:hover .pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9*/
	-moz-transform: scale(1.1);
	/* Firefox*/
	-webkit-transform: scale(1.1);
	/* Safari å’Œ Chrome*/
	-o-transform: scale(1.1);
}

.newsdel .fs h6 a:hover,
.yunsmain .news li:hover p,
.xiaoyfg li:hover p,
.yunsmain .newspic li:hover h3 {
	color: #066cce;
}