@media screen and (min-width: 320px) and (max-width: 1024px) {
.upload-container{
	transform: translate(-50%, -50%) scale(0.7) !important;
	transform-origin: center;
}
.yw-floor .wrap .ywcon-right .normalxq-content p {
	font-size:0.28rem;
	}
	.search-floor {
		display: none;
	}

	.phoneheader {
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0;
		height: 1.4rem;
		transition: 0.3s;
		background-color: #fff;
		padding: 0 0.3rem;
	}

	.phoneheader.active {
		background-color: rgba(0, 0, 0, 0.6);
	}

	.phoneheader .logo-box {
		width: 2rem;
	}

	.phoneheader .logo-box img {
		width: 100%;
		display: block;
	}

	.phoneheader .btn-box {
		display: flex;
		align-items: center;
		position: relative;
	}

	.phoneheader .btn-box .yuyan-menu {
		display: none;
		position: absolute;
		left: 0;
		transform: translateX(-30%);
		width: max-content;
		min-width: 100%;
		top: 100%;
		background-color: #fff;
	}

	.phoneheader .btn-box .yuyan-menu a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.28rem;
		padding: 0.2rem 0.3rem;
		color: #000;
		transition: 0.3s;
	}

	.phoneheader .btn-box .yuyan-menu a:hover {
		box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	}

	.phoneheader .btn-box .btn {
		width: 0.8rem;
		height: 0.8rem;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, 0.15);
	}

	.phoneheader .btn-box .btn:hover+.yuyan-menu {
		display: block;
	}

	.phoneheader .btn-box .btn a {
		color: #fff;
	}

	.phoneheader .btn-box .btn:not(:last-child) {
		margin-right: 0.3rem;
		font-size: 0.3rem;
		color: #fff;
	}

	.phoneheader .btn-box .btn img {
		width: 40%;
		display: block;
	}

	.phoneheader .btn-box .search-btn {
		margin-right: 0.2rem;
	}

	.search-box {
		position: fixed;
		top: 1.4rem;
		left: 0;
		width: 100%;
		z-index: 9999;
		background-color: #15578d;
		height: 1rem;
		padding: 0.1rem;
		display: none;
	}

	.search-box input {
		width: 100%;
		height: 100%;
		border: none;
		background-color: rgba(255, 255, 255, 0.15);
		border-radius: 0.4rem;
		color: #fff;
		font-size: 0.32rem;
		padding-right: 0.8rem;
		padding-left: 0.4rem;
	}

	.search-box input::placeholder {
		color: #fff;
	}

	.search-box .seach-btn {
		position: absolute;
		right: 0.1rem;
		top: 0.1rem;
	}

	.search-box .seach-btn a {
		width: 0.8rem;
		height: 0.8rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.search-box .seach-btn a img {
		width: 30%;
		display: block;
	}

	.mobile-container {
		position: fixed;
		z-index: 9999999;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #15578d;
		transition: 0.3s;
		transform: translateX(100%);
		display: block;
	}

	.mobile-container.active {
		transform: translateX(0);
	}

	.mobile-container .phoneheader {
		position: static;
		background: none !important;
	}

	.mobile-container .footer-list {
		color: #fdfdfd;
	}

	.mobile-container .footer-list a {
		color: #fdfdfd;
	}

	.mobile-container .footer-list li {
		position: relative;
	}

	.mobile-container .footer-list li.nosec .top a {
		flex: 1;
	}

	.mobile-container .footer-list li.nosec .top span {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotateZ(-90deg);
	}

	.mobile-container .footer-list .top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.2rem 0;
		border-bottom: 1px solid #fefefe;
	}

	.mobile-container .footer-list .top a {
		font-size: 0.36rem;
	}

	.mobile-container .footer-list .top span {
		transition: 0.3s;
		font-size: 0.2rem;
	}

	.mobile-container .footer-list .top span.active {
		transform: rotateZ(180deg);
	}

	.mobile-container .footer-list .second {
		display: none;
		padding-top: 0.15rem;
	}

	.mobile-container .footer-list .second a {
		display: block;
		font-size: 0.32rem;
		color: #fdfdfd;
		line-height: 2em;
	}

	.banner {
		position: relative;
		height: 5rem;
	}

	.banner .swiper {
		height: 100%;
	}

	.banner .swiper .swiper-slide {
		padding-top: 0rem;
	}

	.banner .swiper .swiper-slide .banbg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
		display: block;
	}

	.banner .swiper .swiper-slide .wrap {
		position: relative;
		z-index: 2;
		color: #fff;
height:100%;
	}

	.banner .swiper .swiper-slide .wrap .ban-textbox h1 {
		font-size: 0.48rem;
		margin-bottom: 0.2rem;
	}

	.banner .swiper .swiper-slide .wrap .ban-textbox p {
		font-size: 0.3rem;
		font-weight: bold;
	}

	.floor .title-box {
		font-weight: bold;
	}

	.floor .title-box h2 {
		font-size: 0.42rem;
		color: #15578d;
		margin-bottom: 0.15rem;
	}

	.floor .title-box .en-title {
		font-size: 0.28rem;
		color: #939393;
	}

	.intro-floor {
		padding: 1rem 0;
	}

	.intro-floor .wrap {
		display: block;
		align-items: center;
	}

	.intro-floor .wrap .video-box {
		position: relative;
		width: 100%;
		height: 6rem;
		margin-left: 0;
	}

	.intro-floor .wrap .video-box video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.intro-floor .wrap .video-box .bf-mc {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.intro-floor .wrap .video-box .bf-mc img {
		width: 0.8rem;
	}

	.intro-floor .wrap .intro-box {
		margin-bottom: 0.5rem;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.intro-floor .wrap .intro-box .intro {
		font-size: 0.28rem;
		color: #666666;
		line-height: 1.8em;
		text-align: justify;
		margin: 0.75rem 0;
	}

	.intro-floor .wrap .intro-iconlist {
		display: flex;
		align-items: center;
	}

	.intro-floor .wrap .intro-iconlist .ii-item:not(:last-child) {
		margin-right: 0.6rem;
	}

	.intro-floor .wrap .intro-iconlist .ii-item:hover .img-box::after {
		height: 100%;
	}

	.intro-floor .wrap .intro-iconlist .ii-item:hover .img-box img {
		filter: brightness(0) invert(1);
	}

	.intro-floor .wrap .intro-iconlist .ii-item .img-box {
		position: relative;
		width: 1.2rem;
		height: 1.2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		border-radius: 50%;
		border: 1px solid #ededed;
		margin-bottom: 0.13rem;
		overflow: hidden;
	}

	.intro-floor .wrap .intro-iconlist .ii-item .img-box::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background-color: #15578d;
		transition: 0.3s;
	}

	.intro-floor .wrap .intro-iconlist .ii-item .img-box img {
		width: 50%;
		position: relative;
		z-index: 2;
		transition: 0.3s;
	}

	.intro-floor .wrap .intro-iconlist .ii-item p {
		text-align: center;
		font-size: 0.28rem;
		color: #666666;
	}

	.num-floor {
		padding: 0.5rem 0;
		height: auto;
		position: relative;
	}

	.num-floor .wrap {
		position: relative;
		z-index: 2;
		height: 100%;
	}

	.num-floor .wrap .num-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
		height: 100%;
		justify-content: space-between;
		gap: 0.3rem;
	}

	.num-floor .wrap .num-list .num-item {
		color: #fff;
	}

	.num-floor .wrap .num-list .num-item .num {
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
	}

	.num-floor .wrap .num-list .num-item .num span {
		font-size: 0.6rem;
		font-weight: bold;
	}

	.num-floor .wrap .num-list .num-item p {
		font-size: 0.28rem;
	}

	.news-floor {
		padding: 0.7rem 0;
		background-color: #f8f8f8;
	}

	.news-floor .wrap .floor-top {
		display: block;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0.6rem;
	}

	.news-floor .wrap .floor-top .news-change {
		margin-top: 0.5rem;
		display: flex;
	}

	.news-floor .wrap .floor-top .news-change .cha-item {
		width: 1.8rem;
		height: 0.8rem;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.28rem;
		color: #333333;
		transition: 0.3s;
		cursor: pointer;
	}

	.news-floor .wrap .floor-top .news-change .cha-item.active {
		background-color: #15578d;
		color: #fff;
	}

	.news-floor .wrap .floor-top .news-change .cha-item:hover {
		background-color: #15578d;
		color: #fff;
	}

	.news-floor .wrap .floor-top .news-change .cha-item:not(:last-child) {
		margin-right: 0.15rem;
	}

	.news-floor .wrap .news-content {
		position: relative;
		height: auto;
		margin-bottom: 0.65rem;
	}

	.news-floor .wrap .nc-box {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
		transform: translateY(0);
		opacity: 1;
		transition: 0.5s;
		z-index: 1;
		display: none;
	}

	.news-floor .wrap .nc-box.active {
		transform: translateY(0);
		opacity: 1;
		display: block;
	}

	.news-floor .wrap .news-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.3rem;
	}

	.news-floor .wrap .news-list .news-item {
		background-color: #fff;
		box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.06);
		transition: 0.3s;
	}

	.news-floor .wrap .news-list .news-item:hover {
		background-color: #15578d;
	}

	.news-floor .wrap .news-list .news-item:hover .img-box img {
		transform: scale(1.1);
	}

	.news-floor .wrap .news-list .news-item:hover .text-box .news-title,
	.news-floor .wrap .news-list .news-item:hover .text-box p,
	.news-floor .wrap .news-list .news-item:hover .text-box .date {
		color: #fff;
	}

	.news-floor .wrap .news-list .news-item .img-box {
		height: 5rem;
		overflow: hidden;
	}

	.news-floor .wrap .news-list .news-item .img-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s;
	}

	.news-floor .wrap .news-list .news-item .text-box {
		padding: 0.5rem 0.3rem;
	}

	.news-floor .wrap .news-list .news-item .text-box .news-title {
		font-size: 0.32rem;
		color: #333333;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom: 0.2rem;
	}

	.news-floor .wrap .news-list .news-item .text-box p {
		font-size: 0.28rem;
		line-height: 1.8em;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		min-height: unset;
		margin-bottom: 0.3rem;
	}

	.news-floor .wrap .news-list .news-item .text-box .date {
		font-size: 0.28rem;
		line-height: 1.8em;
		color: #999999;
	}

	.more-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.more-btn a {
		width: 2.2rem;
		height: 0.8rem;
		background-color: #15578d;
		color: #fff;
		font-size: 0.28rem;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: 0.3s;
	}

	.more-btn a:hover {
		box-shadow: rgba(50, 50, 93, 0.5) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
	}

	.more-btn button {
		border-radius: 0.4rem;
		width: 2.2rem;
		height: 0.8rem;
		background-color: #15578d;
		color: #fff;
		font-size: 0.28rem;
	}

	.fenbu-floor {
		position: relative;
		padding: 0.8rem 0;
	}

	.fenbu-floor .wrap {
		position: relative;
		z-index: 2;
	}

	.fenbu-floor .wrap .title-box {
		margin-bottom: 0.7rem;
	}

	.fenbu-floor .wrap .title-box h2 {
		color: #fff;
	}

	.fenbu-floor .wrap .title-box .en-title {
		color: #fff;
	}

	.fenbu-floor .wrap .fb-list .fb-item:not(:last-child) {
		margin-bottom: 0.4rem;
	}

	.fenbu-floor .wrap .fb-list .fb-item .gs-name {
		padding-left: 0.3rem;
		position: relative;
		color: #fff;
		margin-bottom: 0.1rem;
		font-weight: bold;
	}

	.fenbu-floor .wrap .fb-list .fb-item .gs-name::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 0.08rem;
		height: 0.18rem;
		background-color: #fff;
		left: 0;
	}

	.fenbu-floor .wrap .fb-list .fb-item .text-box {
		padding-left: 0.3rem;
	}

	.fenbu-floor .wrap .fb-list .fb-item .text-box p {
		line-height: 1.8em;
		font-size: 0.28rem;
		color: rgba(255, 255, 255, 0.6);
	}
.contact-boxfixed .img-box p {
	font-size:0.12rem;
}
	.cp-floor .wrap .floor-top .cp-change {
		margin-top: 0.5rem;
		display: flex;
		flex-wrap: wrap;
		/*display: grid;
		grid-template-columns: repeat(2, 1fr);*/
	}

	.cp-floor .wrap .floor-top .cp-change .cha-item:last-child {
		grid-column: 1 / 3;
	}

	.cp-floor .wrap .floor-top .cp-change .cha-item {
		min-width: 1.8rem;
		padding: 0 0.3rem;
		height: 0.8rem;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0.28rem;
		color: #333333;
		transition: 0.3s;
		cursor: pointer;
		margin-bottom: 0.14rem;
	}

	.cp-floor .wrap .floor-top .cp-change .cha-item.active {
		background-color: #15578d;
		color: #fff;
	}

	.cp-floor .wrap .floor-top .cp-change .cha-item:hover {
		background-color: #15578d;
		color: #fff;
	}

	.cp-floor .wrap .floor-top .cp-change .cha-item:not(:last-child) {
		margin-right: 0.14rem;
	}

	.cp-floor .wrap .cp-content {
		position: relative;
		height: auto;
		margin-bottom: 0.65rem;
	}

	.cp-floor .wrap .cc-box {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
		transform: translateY(0);
		opacity: 1;
		transition: 0.5s;
		z-index: 1;
		display: none;
	}

	.cp-floor .wrap .cc-box.active {
		transform: translateY(0);
		opacity: 1;
		z-index: 1;
		display: block;
	}

	.cp-floor .wrap .cp-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.3rem;
	}

	.cp-floor .wrap .cp-list .cp-item {
		background-color: #fff;
		box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.06);
		transition: 0.3s;
	}

	.cp-floor .wrap .cp-list .cp-item:hover {
		background-color: #15578d;
	}

	.cp-floor .wrap .cp-list .cp-item:hover .img-box img {
		transform: scale(1.1);
	}

	.cp-floor .wrap .cp-list .cp-item:hover .text-box {
		color: #fff;
	}

	.cp-floor .wrap .cp-list .cp-item .img-box {
		height: 5rem;
		overflow: hidden;
	}

	.cp-floor .wrap .cp-list .cp-item .img-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		transition: 0.3s;
	}

	.cp-floor .wrap .cp-list .cp-item .text-box {
		height: 1.2rem;
		font-size: 0.32rem;
		color: #333333;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.friend-floor {
		padding: 1rem 0;
		position: relative;
	}

	.friend-floor .wrap {
		position: relative;
		z-index: 2;
	}

	.friend-floor .wrap .title-box {
		margin-bottom: 0.55rem;
	}

	.friend-floor .wrap .title-box h2 {
		color: #fff;
	}

	.friend-floor .wrap .title-box .en-title {
		color: #fff;
	}

	.friend-floor .wrap .friends-box {

		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.friend-floor .wrap .friends-box .friend-item {
		height: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.friend-floor .wrap .friends-box .friend-item img {
		width: 70%;
	}

	footer {
		position: relative;
		padding: 0.7rem 0 0.4rem;
	}

	footer .wrap {
		position: relative;
		z-index: 2;
	}

	footer .wrap .footer-top {
		display: block;
		margin-bottom: 1rem;
	}

	footer .wrap .footer-top .logo-codebox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	footer .wrap .footer-top .logo-codebox .logo {
		width: 2.25rem;
		margin-bottom: 0.45rem;
	}

	footer .wrap .footer-top .logo-codebox .logo img {
		width: 100%;
	}

	footer .wrap .footer-top .logo-codebox .code-box {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	footer .wrap .footer-top .logo-codebox .code-box img {
		width: 2rem;
		margin-bottom: 0.1rem;
	}

	footer .wrap .footer-top .logo-codebox .code-box p {
		color: #b1b2b3;
		font-size: 0.28rem;
		text-align: center;
	}

	footer .wrap .footer-top .info-box {
		margin-left: auto;
		display: flex;
		padding-top: 0.2rem;
		display: none;
	}

	footer .wrap .footer-top .info-box .info-item {
		width: 3rem;
	}

	footer .wrap .footer-top .info-box .info-item:not(:last-child) {
		margin-right: 0.65rem;
	}

	footer .wrap .footer-top .info-box .info-item .com-name {
		font-size: 0.16rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	footer .wrap .footer-top .info-box .info-item p {
		font-size: 0.14rem;
		line-height: 1.8em;
		color: #8d8b8c;
	}

	footer .wrap .support {
		font-size: 0.28rem;
		line-height: 1.8em;
		color: #b1b2b3;
		text-align: center;
	}

	footer .wrap .support a {
		color: #b1b2b3;
	}

	.banner2 {
		position: relative;
		height: 5rem;
	}

	.banner2 .wrap {
		position: relative;
		height: 100%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banner2 .wrap .ban-textbox {
		color: #fff;
	}

	.banner2 .wrap .ban-textbox h1 {
		font-size: 0.48rem;
		margin-bottom: 0.2rem;
		text-align: center;
	}

	.banner2 .wrap .ban-textbox .text {
		display: flex;
		align-items: center;
	}

	.banner2 .wrap .ban-textbox .text .line {
		width: 0.8rem;
		height: 1px;
		background-color: #fff;
	}

	.banner2 .wrap .ban-textbox .text p {
		font-size: 0.3rem;
		margin: 0 0.3rem;
	}

	.yw-floor {
		position: relative;
		z-index: 2;
		padding-bottom: 1rem;
		padding-top: 0.5rem;
	}

	.yw-floor .wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.yw-floor .wrap .ywcon-left {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}

	.yw-floor .wrap .ywcon-left .navs-item {
		width: 100%;
		background-color: #f6f9fe;
	}

	.yw-floor .wrap .ywcon-left .navs-item:not(:last-child) {
		margin-bottom: 0.2rem;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-title {
		height: 1.8rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0.25rem;
		background: linear-gradient(to bottom, #1a86ea, #15578d);
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-title h2 {
		color: #fff;
		font-size: 0.36rem;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-title p {
		font-size: 0.32rem;
		color: rgba(255, 255, 255, 0.6);
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox {
		padding: 0.5rem 0;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li {
		transition: 0.3s;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li:not(:last-child) {
		margin-bottom: 0.4rem;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li.active a {
		color: #15578d;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li:hover {
		transform: translateX(0.1rem);
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li:hover a {
		color: #15578d;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li a {
		display: flex;
		align-items: center;
		font-size: 0.28rem;
		color: #666;
		padding: 0 0.3rem;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li a img {
		width: 0.26rem;
		margin-right: 0.16rem;
	}

	.yw-floor .wrap .ywcon-left .navs-item .navs-libox ul li a p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.yw-floor .wrap .ywcon-left .video-box {
		width: 100%;
		height: 7rem;
	}

	.yw-floor .wrap .ywcon-left .video-box .bf-mc img {
		width: 0.8rem;
	}

	.yw-floor .wrap .ywcon-right {
		width: 100%;
		flex: auto;
	}

	.yw-floor .wrap .ywcon-right .title-breadnavs {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 1.2rem;
		border-bottom: 1px solid #dcdcdc;
	}

	.yw-floor .wrap .ywcon-right .title-breadnavs .title {
		font-size: 0.36rem;
		height: 100%;
		display: flex;
		align-items: center;
		font-weight: bold;
		color: #444444;
		border-bottom: 1px solid #15578d;
	}

	.yw-floor .wrap .ywcon-right .cp-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.2rem;
		padding: 0.4rem 0;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item {
		background-color: #fff;
		transition: 0.3s;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item:hover {
		box-shadow: 0px 2px 10px 0px rgba(21, 87, 141, 0.16);
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item:hover .text-box .news-title {
		color: #15578d;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item:hover .text-box .jiantou {
		transform: translateX(0.1rem);
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .text-left {
		margin-right: 0;
		flex: 1;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .img-box {
		height: 3.6rem;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .img-box img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .text-box {
		display: flex;
		padding: 0.15rem 0.2rem;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .text-box .news-title {
		font-size: 0.3rem;
		font-weight: bold;
		margin-bottom: 0.1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .text-box p {
		color: #666;
		font-size: 0.28rem;
	}

	.yw-floor .wrap .ywcon-right .cp-list .cp-item .jiantou {
		width: 0.24rem;
		height: max-content;
		margin-top: 0.1rem;
		display: block;
		transition: 0.3s;
		display: none;
	}

	.right-navs {
		display: flex;
		align-items: center;
		font-size: 0.28rem;
		color: #aaaaaa;
		margin-left: auto;
	}

	.right-navs ul {
		display: flex;
		align-items: center;
	}

	.right-navs ul li {
		font-size: 0.28rem;
		color: #aaaaaa;
	}

	.right-navs ul li:last-child {
		color: #15578d;
	}

	.right-navs ul li a {
		font-size: 0.28rem;
		color: #aaaaaa;
	}

	.breadnavs {
		position: relative;
		z-index: 2;
		background-color: #f3f1f1;
	}

	.breadnavs .wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 100%;
		position: relative;
		padding: 0.2rem 0;
	}

	.breadnavs .wrap .page-title {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 3rem;
		padding: 0.3rem;
		background: linear-gradient(to bottom, #00a0e9, #1889ec);
		color: #fff;
	}

	.breadnavs .wrap .page-title h2 {
		font-size: 0.36rem;
		margin-bottom: 0.05rem;
	}

	.breadnavs .wrap .page-title p {
		font-size: 0.28rem;
		color: rgba(0, 0, 0, 0.6);
		color: #fff;
	}

	.breadnavs .wrap .tab-change {
		display: none;
	}

	.right-navs {
		display: flex;
		align-items: center;
		font-size: 0.14rem;
		color: #aaaaaa;
	}

	.right-navs ul {
		display: flex;
		align-items: center;
	}

	.right-navs ul li {
		font-size: 0.14rem;
		color: #aaaaaa;
	}

	.right-navs ul li:last-child {
		color: #00a0e9;
	}

	.right-navs ul li a {
		font-size: 0.14rem;
		color: #aaaaaa;
	}

	.fw-container {
		padding: 0.6rem 0 1rem;
	}

	.fw-container p {
		font-size: 0.28rem;
		color: #333;
		line-height: 1.8em;
	}

	.fw-container img {
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	.fw-container .sml-title {
		height: 0.88rem;
		width: auto;
		margin: 0;
		margin-bottom: 0.45rem;
	}

	.fw-container .sml-box {
		padding-left: 0rem;
	}

	.fw-container .sml-titlee {
		font-size: 0.32rem;
		color: #15578d;
		font-weight: bold;
		margin-bottom: 0.15rem;
	}

	.lc-content {
		padding: 0.3rem 0 1rem;
	}

	.lc-content .lc-item {
		position: relative;
		display: flex;
	}

	.lc-content .lc-item:not(:last-child) {
		padding-bottom: 0.3rem;
	}

	.lc-content .lc-item:not(:last-child)::after {
		content: "";
		position: absolute;
		width: 0.01rem;
		height: 100%;
		background-color: #8dadc9;
		left: 0.1rem;
		top: 0;
	}

	.lc-content .lc-item .circle {
		position: relative;
		width: 0.2rem;
		height: 0.2rem;
		margin-right: 0.2rem;
		z-index: 2;
	}

	.lc-content .lc-item .circle .dotted {
		height: 0.2rem;
		width: 0.2rem;
		background-color: #15578d;
		border-radius: 50%;
	}

	.lc-content .lc-item .circle .pulse {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 0.15rem;
		height: 0.15rem;
		background-color: rgba(21, 87, 141, 0.4);
		border-radius: 50%;
		animation: pulse 2s linear infinite;
	}

	.lc-content .lc-item .text-box .date {
		font-size: 0.32rem;
		font-weight: bold;
		color: #15578d;
		margin-bottom: 0.1rem;
	}

	.lc-content .lc-item .text-box p {
		font-size: 0.28rem;
		color: #333333;
		display: flex;
		line-height: 1.8em;
	}

	.lc-content .lc-item .text-box p span {
		color: #15578d;
		margin-right: 0.1rem;
		font-weight: bold;
	}

	.lc-content .lc-item .text-box p img {
		width: 0.16rem;
		margin-right: 0.1rem;
		height: max-content;
		margin-top: 0.12rem;
	}

	.yj-container {
		padding: 0.85rem 0;
	}

	.yj-container .wrap .yj-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.3rem 0.5rem;
	}

	.yj-container .wrap .yj-list .yj-item {
		transition: 0.3s;
	}

	.yj-container .wrap .yj-list .yj-item:not(:last-child) {
		border-bottom: 1px solid #ececec;
	}

	.yj-container .wrap .yj-list .yj-item:hover {
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.yj-container .wrap .yj-list .yj-item a {
		display: flex;
		flex-wrap: wrap;
		cursor: pointer;
	}

	.yj-container .wrap .yj-list .yj-item a .img-box {
		width: 100%;
		height: 4rem;
		margin-right: 0.25rem;
	}

	.yj-container .wrap .yj-list .yj-item a .img-box img {
		width: 100%;
		height: 100%;
	
		display: block;
	}

	.yj-container .wrap .yj-list .yj-item a .text-box {
		padding: 0.3rem 0;
		flex: 1;
	}

	.yj-container .wrap .yj-list .yj-item a .text-box .yj-tit {
		font-size: 0.36rem;
		font-weight: bold;
		color: #15578d;
		margin-bottom: 0.25rem;
	}

	.yj-container .wrap .yj-list .yj-item a .text-box .yj-infors .infor {
		display: flex;
		flex-wrap: wrap;
		font-size: 0.28rem;
		line-height: 1.8em;
	}

	.yj-container .wrap .yj-list .yj-item a .text-box .yj-infors .infor .label {
		color: #15578d;
	}

	.yj-container .wrap .yj-list .yj-item a .text-box .fa-infors p {
		font-size: 0.28rem;
		color: #333;
		line-height: 1.8em;
	}

	.rc-content {
		padding: 0.4rem 0;
	}
.rc-content img {
	max-width:100%;
	height:auto !important;
}
	.rc-content .rc-title {
		font-size: 0.36rem;
		font-weight: bold;
		margin-bottom: 0.25rem;
	}

	.rc-content p {
		font-size: 0.28rem;
		color: #333;
		line-height: 1.8em;
	}

	.rc-content .more-btn {
		justify-content: flex-end;
		margin-top: 0.4rem;
	}

	.rc-content .more-btn a {
		border-radius: 0.4rem;
	}

	.newscon-top {
		padding: 1.4rem 0;
	}

	.newscon-top .wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.newscon-top .wrap .img-box {
		width: 100%;
		height: 5rem;
	}

	.newscon-top .wrap .img-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.newscon-top .wrap .newstop-list {
		flex: 1;
	}

	.newscon-top .wrap .newstop-list .news-item {
		padding-left: 0;
		height: auto;
		transition: 0.3s;
	}

	.newscon-top .wrap .newstop-list .news-item:not(:last-child) a {
		border-bottom: 1px solid #eeeeee;
	}

	.newscon-top .wrap .newstop-list .news-item:hover {
		background-color: #f8f8f8;
	}

	.newscon-top .wrap .newstop-list .news-item:hover a .news-title {
		color: #15578d;
	}

	.newscon-top .wrap .newstop-list .news-item a {
		height: 100%;
		display: block;
		padding: 0.4rem 0.1rem;
	}

	.newscon-top .wrap .newstop-list .news-item a .news-title {
		font-size: 0.32rem;
		font-weight: bold;
		color: #333;
	}

	.newscon-top .wrap .newstop-list .news-item a .news-date {
		font-size: 0.24rem;
		color: #999999;
		margin: 0.1rem 0;
	}

	.newscon-top .wrap .newstop-list .news-item a p {
		font-size: 0.28rem;
		color: #999;
		line-height: 1.8em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.news-container {
		padding: 1.4rem 0;
		background-color: #f8f8f8;
	}

	.news-container .wrap .news-list2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.4rem 0.25rem;
	}

	.news-container .wrap .news-list2 .news-item {
		background-color: #fff;
		transition: 0.3s;
	}

	.news-container .wrap .news-list2 .news-item:hover {
		background-color: #15578d;
	}

	.news-container .wrap .news-list2 .news-item:hover .img-box img {
		transform: scale(1.1);
	}

	.news-container .wrap .news-list2 .news-item:hover .text-box .news-title,
	.news-container .wrap .news-list2 .news-item:hover .text-box p,
	.news-container .wrap .news-list2 .news-item:hover .text-box .date {
		color: #fff;
	}

	.news-container .wrap .news-list2 .news-item .img-box {
		height: 5rem;
		overflow: hidden;
	}

	.news-container .wrap .news-list2 .news-item .img-box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s;
	}

	.news-container .wrap .news-list2 .news-item .text-box {
		padding: 0.2rem 0.3rem 0.5rem;
	}

	.news-container .wrap .news-list2 .news-item .text-box .news-title {
		font-size: 0.32rem;
		color: #333333;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-bottom: 0.25rem;
	}

	.news-container .wrap .news-list2 .news-item .text-box p {
		font-size: 0.28rem;
		line-height: 1.8em;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		min-height: 0.43rem;
	}

	.news-container .wrap .news-list2 .news-item .text-box .date {
		font-size: 0.28rem;
		line-height: 1.8em;
		color: #15578d;
		margin-bottom: 0.25rem;
	}

	.container {
		padding: 0.64rem 0;
	}

	.container .wrap .newspaper-list p {
		font-size: 0.16rem;
		color: #333;
		line-height: 1.8em;
		text-align: justify;
		margin-bottom: 0.4rem;
	}

	.container .wrap .newspaper-list .top .title {
		font-size: 0.36rem;
		color: #000;
	}

	.container .wrap .newspaper-list .top .introduce {
		display: flex;
		align-items: center;
		font-size: 0.14rem;
		margin: 0.22rem 0;
		color: #666666;
	}

	.container .wrap .newspaper-list .content {
		padding: 0.55rem 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #999;
		margin-bottom: 0.3rem;
	}

	.container .wrap .newspaper-list .content img {
		max-width: 100%;
		height: auto !important;
		display: block;
		margin: 0 auto;
	}

	.container .wrap .newspaper-list .gobtn {
		display: block;
		justify-content: space-between;
		font-size: 0.28rem;
		color: #333;
	}

	.container .wrap .newspaper-list .gobtn div {
		cursor: pointer;
	}

	.container .wrap .newspaper-list .gobtn div:hover {
		color: #1296db;
	}

	.contact-box {
		display: flex;
		flex-wrap: wrap;
		height: auto;
	}

	.contact-box .con-left {
		position: relative;
		width: 100%;
		height: 5rem;
	}

	.contact-box .con-left .bg {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.contact-box .con-left .text-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contact-box .con-left .text-box .nr-box {
		color: #fff;
	}

	.contact-box .con-left .text-box .nr-box h2 {
		font-size: 0.36rem;
		font-weight: bold;
		margin-bottom: 0.25rem;
	}

	.contact-box .con-left .text-box .nr-box .lxfs-item {
		display: flex;
		align-items: center;
		font-size: 0.28rem;
	}

	.contact-box .con-left .text-box .nr-box .lxfs-item:not(:last-child) {
		margin-bottom: 0.24rem;
	}

	.contact-box .con-right {
		width: 100%;
		height: 5rem;
	}

	.contact-box .con-right .map {
		width: 100%;
		height: 100%;
	}

	.bj-floor {
		padding: 1.2rem 0;
	}

	.bj-floor .wrap .title-box {
		margin-bottom: 0.4rem;
	}

	.bj-floor .wrap .title-box h2 {
		color: #000;
	}

	.bj-floor .wrap .title-box .en-title {
		font-weight: normal;
		font-size: 0.28rem;
	}

	.bj-floor .wrap .form-box {
		display: flex;
		flex-wrap: wrap;
	}

	.bj-floor .wrap .input-item {
		width: 100%;
		position: relative;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}

	.bj-floor .wrap .input-item:last-child {
		width: 100%;
		margin-right: 0;
	}

	.bj-floor .wrap .input-item:last-child input {
		width: 100%;
	}

	.bj-floor .wrap .input-item.active .label {
		top: 0;
		font-size: 0.26rem;
	}

	.bj-floor .wrap .input-item .label {
		font-size: 0.3rem;
		color: #999999;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		transition: 0.3s;
	}

	.bj-floor .wrap .input-item input {
		width: 100%;
		height: 1rem;
		border: none;
		outline: none;
		border-bottom: 0.02rem solid #bfbfbf;
		transition: 0.3s;
	}

	.bj-floor .wrap .input-item input:focus {
		border-bottom: 0.02rem solid #15578d;
	}

	.bj-floor .wrap .more-btn {
		justify-content: flex-end;
	}

	.sh-container {
		padding: 0.8rem 0;
	}

	.sh-container .wrap .ditu-box {
		position: relative;
	}

	.sh-container .wrap .ditu-box .img-box {
		width: 100%;
	}

	.sh-container .wrap .ditu-box .img-box img {
		width: 100%;
		object-fit: cover;
	}

	.sh-container .wrap .ditu-box .position-item {
		position: absolute;
		width: 0.27rem;
		animation: upDown 2s infinite linear;
	}

	.sh-container .wrap .ditu-box .position-item:nth-child(1) {
		top: 0.9rem;
		left: 1.9rem;
	}

	.sh-container .wrap .ditu-box .position-item:nth-child(2) {
		top: 1rem;
		left: 1.15rem;
		animation: upDown 2s 0.3s infinite linear;
	}

	.sh-container .wrap .ditu-box .position-item:nth-child(3) {
		top: 1.8rem;
		left: 1.6rem;
		animation: upDown 2s 0.2s infinite linear;
	}

	.sh-container .wrap .ditu-box .position-item:nth-child(4) {
		top: 1.8rem;
		left: 1.7rem;
		animation: upDown 2s 0.3s infinite linear;
	}

	.sh-container .wrap .ditu-box .position-item img {
		width: 100%;
	}

	.shdd-container {
		background-color: #eee;
	}

	.shdd-container .wrap .shdd-box {
		padding: 1rem 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0.8rem;
	}

	.shdd-container .wrap .shdd-box .shdd-item .position {
		font-size: 0.32rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

	.shdd-container .wrap .shdd-box .shdd-item .en {
		font-size: 0.28rem;
		line-height: 1.8em;
	}

	.shdd-container .wrap .shdd-box .shdd-item p {
		font-size: 0.28rem;
		color: #999999;
		line-height: 1.8em;
	}

	.cpxq-container .cpxq-top {
		padding: 0.35rem 0;
		display: flex;
		flex-wrap: wrap;
	}

	.cpxq-container .cpxq-top .top-left {
		width: 100%;
		position: relative;
		margin-right: 0%;
		margin-bottom: 0.4rem;
	}

	.cpxq-container .cpxq-top .top-left .big {
		position: absolute;
		right: 50%;
    transform: translateX(50%);
		bottom: -5.5rem;
		width: 6rem;
		height: 5rem;
		background-color: #fff;
		border: 1px solid #eee;
		overflow: hidden;
		display: none;
	}

	.cpxq-container .cpxq-top .top-left .big img {
		position: absolute;
		top: 0;
		left: 0;
		width: 12rem;
		height: 10rem;
		object-fit: fill;
	}

	.cpxq-container .cpxq-top .top-left .big-img {
		position: relative;
		width: 6rem;
		/*height: 5rem;*/
		border: 1px solid #eee;
		margin: 0 auto;
	}

	.cpxq-container .cpxq-top .top-left .big-img img {
		width: 100%;
		/*height: 100%;*/
		object-fit: fill;
	}

	.cpxq-container .cpxq-top .top-left .big-img .shadow {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1rem;
		height: 1rem;
		background-color: rgba(0, 0, 0, 0.404);
		visibility: hidden;
	}

	.cpxq-container .cpxq-top .top-right {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.cpxq-container .cpxq-top .top-right .cp-name {
		font-size: 0.32rem;
		font-weight: bold;
		margin-bottom: 0.5rem;
	}

	.cpxq-container .cpxq-top .top-right .intro {
		line-height: 1.8em;
		font-size: 0.28rem;
		color: #333;
		margin-bottom: 0.5rem;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .jiantou {
		width: 0.15rem;
		cursor: pointer;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .jiantou.yjt {
		transform: rotateZ(180deg);
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .cha-list {
		display: flex;
		margin: 0 0.3rem;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .cha-list .cha-item {
		width: 1.8rem;
		height: 1.5rem;
		border: 1px solid #eee;
		cursor: pointer;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .cha-list .cha-item.active {
		border: 1px solid #1296db;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .cha-list .cha-item:not(:last-child) {
		margin-right: 0.2rem;
	}

	.cpxq-container .cpxq-top .top-right .bottom-sml .cha-list .cha-item img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.cpnr-content {
		padding: 0.3rem 0;
	}

	.cpnr-content img {
		max-width: 100%;
    height: auto !important;
	}
.mengceng .video-box{
	    width: 100%;
}
.mengceng .video-box video {
	width: 100%;
}
.mengceng .video-box .bfclose {
	right: 50%;
    transform: translateX(50%);
    bottom: -1rem;
top:auto;
}
.contact-boxfixed {
    position: fixed;
    bottom: 10%;
    right: 0.5rem;
    bottom: 5%;
    z-index: 999;
  }
  .contact-boxfixed .img-box {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
  }
  .contact-boxfixed .form-box2 {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0.4rem;
    border-radius: 0.2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    padding-top: 0.6rem;
  }
  .contact-boxfixed .form-box2 h2 {
    text-align: center;
    font-size: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .contact-boxfixed .form-box2 .en-title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .contact-boxfixed .input-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .contact-boxfixed .input-item input {
    width: 100%;
    font-size: 0.32rem;
    padding: 0.25rem 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
  }
  .contact-boxfixed .input-item textarea {
    width: 100%;
    height: 300px;
    resize: none;
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
  }
   .contact-boxfixed .form-box2 .form-del {
    position: absolute;
    right: 0.5rem;
    width: 0.4rem;
    display: block;
  }
}