﻿@charset "utf-8";

/* CSS Document */


/*2025.11.10*/

.box1 { 
	        overflow: hidden;
}

body {}

.container {
	max-width: 1430px;
	width: 90%;
	/*padding: 0 120px;*/
	margin: 0 auto;
	position: relative;
}
.container1{
	max-width: 1630px;	
}

/*顶部弹出搜索样式*/


/*header-top*/

.header-top {
	color: #fff;
	position: absolute;
	top: -6px;
	right: 15px;
	text-align: right;
}

.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}

.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	top: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 30px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
	color: #b71c22;
	opacity: 1;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
	border-radius: 0;
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #00b0ce;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #00b0ce;
	color: #fff;
}


/*顶部弹出样式 end*/

.top {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 3;
}

.top-tit {}

.top-tit .home a {
	
	display: inline-block;
	line-height: 48px;
}

.home-right {
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
}

.home-right a {
	padding-left: 4px;
}

.home-right a img {
	opacity: 1;
}

.topm {
	
		   border-top: 1px solid rgba(255,255,255,0.45);
    /* border-bottom: 1px solid rgba(255,255,255,0.45);*/					
							/*filter: blur(2px);*/
							
							width: 100%;
							transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.logo{
							padding: 11px 0;
						}
.logo1{
							    padding: 1px 0 10px;
						}

						.fixed{
							top: 0;
							
							position: fixed;background: rgba(255,255,255,0.8);
							border-bottom:1px solid #eee;
							backdrop-filter: blur(10px);
							-webkit-backdrop-filter:blur(10px);
							-webkit-backdrop-filter:blur(10px);transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
						}
.fixed1{transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
							top: 0;
						
							position: fixed;
							border-bottom:1px solid #eee;
							background: #fff;
						}

.home-right a:nth-child(1),.home-right a:nth-child(2){
						 	 			vertical-align: -2px;
						 	 			color: #fff;    text-decoration: none;
padding:0 6px;
						 	 		}
						 	 		
.img2{
		display: none;
	}
	.img11{
		display: none;
	}
	.img12{
		display: block;
	}

.wc-menu {}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 20px;*/
	/*margin: 0px ;*/
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 0px;
	line-height: 30px;
	text-decoration: none;
	padding-bottom: 15px;
}

.wc-menu ul li>a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 2px;
	background-color: #2dcfcc;
	transform: scaleX(0) scaleY(1);
	transition: all .5s ease-in-out;
	border-radius: 2px;
}

.wc-menu ul li a.active>a:after,
.wc-menu ul li>a:hover:after {
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}

.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}
.maa{
color:#333 !important;
padding-bottom:0px !important;
}
.roww{
align-items: center !important;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	color: #fff;
}

.wc-menu ul li .ernav {
	position: absolute;	
	    left: -60%;
    top: 100%;
    width: 220%;
	z-index: 111 !important;
	display: none;
	opacity: 1;	
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
	/* 修改为支持淡入淡出效果 */
	transition: opacity 0.3s ease;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-name: layui-upbit1;
	animation-name: layui-upbit1;
	      background: rgba(255,255,255,0.8);
backdrop-filter: blur(6px);
-webkit-backdrop-filter:blur(6px);
-webkit-backdrop-filter:blur(6px);
    border-radius: 8px;
padding-bottom:10px;
}
.wc-menu {
    margin-top: 5px;
}
@keyframes layui-upbit1 {
	0% {
		transform: translate3d(0%, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0%, 0, 0);
		opacity: 1;
	}
}


.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
	border-radius: 0;
	padding: 0;
	/*background: rgba(182,31,31,0.76);*/

}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}



.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 5px 11px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #369ff2 !important;
}

.wc-menu ul li .ernav ul li>a:after {
	content: none;
}


/*menu End*/

.banner {
	position: relative;
	text-align: center;
}

.banner::after {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 61%;
	background: #fff;
	height: 203px;
	z-index: 1;
}

.banner .swiper-slide {
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
}

.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	
}

.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .swiper-container .swiper-slide a .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.banner .ban-text {
	bottom: 35px;
	position: absolute;
	left: 0px;
	z-index: 11;
	text-align: left;
	width: 100%;
	/*border-top: 1px solid #88dbdc;*/
}

.banner .ban-text p {
	font-size: 72px;
	padding-top: 25px;
	color: #fff;
	width: 50%;
	line-height: 1.3;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
font-weight: bold;
}

.banner .ban-text i {
	width: 52px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: -3px;
	z-index: 1;
}

.banner .ban-text .xian {
	border-bottom: 3px solid #fff;
	height: 3px;
	width: 50%;
	margin-top: 18px;
	margin-bottom: 28px;
	position: relative;
}

.banner .ban-text .xian::after {
	position: absolute;
	right: 0px;
	bottom: -6px;
	content: "";
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
}

.banner .ban-text span {
	display: inline-block;
	padding-left: 30px;
	background: #e92c2b;
	color: #fff;
	transition: all 0.4s ease-out;
}

.banner .ban-text span:hover {
	opacity: 0.8;
	transition: all 0.4s ease-out;
	transform: translateY(-2px);
}

.banner .ban-text span i {
	font-style: normal;
	background: #b61f1f;
	display: inline-block;
	line-height: 50px;
	padding: 0 16px;
	font-size: 24px;
	margin-left: 30px;
}

.banner .swiper-pagination {
	width: 100%;
	bottom: 33px;
	display: inline-block;
	z-index: 1;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 15px !important;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .bpage {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	
	text-align: right;
	min-height: 10px;
	/*background: #f00;*/
}

.banner .bpage .container .bp2 {
    position: relative;
    z-index: 1;
}

/*图片轮播上的线*/
.banner .ban-yuan {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	/*border: 2px solid #fff;*/
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 100px;
	float: right;
}
.banner .ban-yuan:before,
.banner .ban-yuan:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0.5vw;
    top:0vw;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .25);
    box-sizing: border-box;
}
.banner .ban-yuan:after {
    border-style: solid;
    border-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 75%);
    -webkit-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.banner .ban-yuan ul {
	padding: 0;    margin-left: -16px;
}

.banner .ban-yuan ul li {
	display: inline-block;
}


/*banner end*/

.break {
	margin-top: 50px;
}

.break-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding-bottom: 10px;
	background: url(../images/ntopbg.png) no-repeat left bottom;
}

.break-top .br-tit {}

.break-top .br-tit span {
	display: block;
	font-size: 18px;
	background-image: linear-gradient(to right, #01e9bd, #42abda, #007cde, #007cde, #007cde, #007cde);
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.break-top .br-tit p {
	font-size: 52px;
	font-weight: bold;
	color: #333;
}

.break-top2 .br-tit span {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	background-image: none;
}

.break-top2 .br-tit p {
	color: #fff;
}

.break-top .br-more a {
	display: inline-block;
	color: #888;
	font-size: 16px;
	font-weight: normal;
}

img {
	max-width: 100%;
}

.break-con {
	margin-top: 40px;
}

.break-li1 {
	transition: all 0.4s ease-out;
	overflow: hidden;
}

.break-li1 .b-img img {
	/*transform: scale(1.0);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;*/
	border-radius: 10px;
}

.break-li1:hover .b-img img {
	/*transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 0.2s linear;	*/
}

.break-li1 .b-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));

	border-radius: 10px;
	padding: 25px 30px 15px;
	transition: all 0.4s ease-out;
}

.break-li1 .b-text span {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 31px;
	margin-bottom: 10px;transition: all 0.4s ease-out;
}

.break-li1 .b-text h4 {
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;transition: all 0.4s ease-out;
}

.break-li1:hover .b-text span,.break-li1:hover .b-text h4 {
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
}

.break-li:first-child{
   display:none !important;
}

.break-li {
	margin-bottom: 23px;
	transition: all 0.4s ease-out;
	background: #eff0f4;
	padding: 14px 20px 15px;
	border-radius: 10px;
	align-items: center;
}

.break-li:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
}

.break-li .b-img {
	width: 150px;
}

.break-li .b-img img {
	border-radius: 10px;
}

.break-li .b-text {
	width: calc(100% - 170px);
	padding-left: 30px;
}

.break-li .b-text span {
	display: inline-block;
	font-size: 18px;
	color: #00b2d3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 30px;
}

.break-li .b-text p {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	margin-top: 10px;
}


/**/

.eventbg {
	margin-top: 35px;
}

.event-con {
	margin-top: 35px;
}

.event-con .event-li {
	background: #eff0f4;
	border-radius: 10px;
	padding: 15px;
	transition: all 0.4s ease-out;
}
.event-con .event-li .event-text {
	padding: 30px;
	background: #01e9bd;
	border-radius: 10px;
	margin-bottom: 28px;
}
.event-con .event-li:first-child .event-text {
	background: #01e9bd;

}

.event-con div:nth-child(2) .event-li .event-text {
	background: #00bdcf;
}

.event-con div:nth-child(3) .event-li .event-text {
	background: #51a4e6;
}

.event-con .event-li .event-text h4 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}

.event-con .event-li .event-text p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
min-height: 54px;
	-webkit-box-orient: vertical;
}

.event-con .event-li .ev-pp {
	padding: 0 25px;
}

.event-con .event-li .ev-pp p {
	font-size: 18px;
	color: #7782ab;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}

.event-con .event-li .ev-pp p img {
	padding-right: 10px;
	vertical-align: -6px;
}


.event-con .event-li:hover {
							transition: all 0.4s ease-out;
							/*transform: translateY(-5px);*/
							-webkit-transform: scale(1.05);
						}

.imbg {

	padding: 80px 0 60px;
	
	background: url(../images/imbg.jpg) no-repeat center center;
	background-size: cover;
}

.im-con {
	margin-top: 62px;
}

.im-con .im-li {
	padding: 40px 0 30px;
	text-align: center;
	border-radius: 10px;
	transition: all 0.4s ease-out;
	background: linear-gradient(145deg, #01e9bd, #007cde);
}

.im-con .im-li img {
	z-index: 1;
	position: relative;
}

.im-con .im-li span {
	font-size: 32px;
	color: #fff;
	display: block;
	margin-top: 12px;
	z-index: 1;
	position: relative;
}

.im-con .im-li::after {
	content: "";
	position: absolute;
	right: -13px;
	top: 12px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(145deg, #01e9bd, #007cde);
	opacity: 0.35;
}

.im-con .row {
	justify-content: space-between;
}

.im-con .im-li:hover {
	transition: all 0.4s ease-out;
-webkit-transform: scale(1.05);
}

.century {
	padding: 10px 0 8px;
}

.cent-title {}

.cent-title h4 {
	font-size: 52px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}

.cent-title p {
	margin-bottom: 0;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}

.cent-con {
	margin-top: 50px;
}

.cen-left {
	background: #00b2d3;
	padding: 25px 40px;
	border-radius: 12px;
	min-height: 362px;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	transition: all 0.4s ease-out;
}

.cen-left h4 {
	font-size: 130px;
	font-weight: bold;
	color: #fff;
}

.cen-left span {
	display: block;
	font-size: 32px;
	color: #fff;
}

.cen-left:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
}

.cen-right .cen-li:first-child{
  display:none;
}

.cen-right .cen-li {
	background: #00e6bf;
	margin-bottom: 30px;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	padding: 19px 40px;
	align-items: baseline;
	transition: all 0.4s ease-out;
}

.cen-right div:nth-child(2).cen-li {
	background: #007cde;
}

.cen-right h4 {
	color: #fff;
	font-size: 100px;
	font-weight: bold;
}

.cen-right span {
	color: #fff;
	font-size: 32px;
}

.cen-right .cen-li:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-5px);
}
	:root {
					    --xjtlu-cyan-gradient: radial-gradient(100% 62.18% at 100% 75.94%, #28f8f8 0%, #25c5f9 100%);
					    --xjtlu-cyan-gradient-radial: radial-gradient(100% 62.18% at 100% 75.94%, #25c5f9 0%, #28f8f8 100%);
					    --xjtlu-aqua-gradient-radial:  radial-gradient(100% 100% at 100% 74.06%, #22bdad 0%, #77fbed 100%);
					    --xjtlu-aquaa-gradient-radial:  radial-gradient(100% 100% at 100% 74.06%, #7cbef3 0%, #369ff2 100%);
					}
					.cen-left::before {
						        content: '';
						        position: absolute;
						        left: 0;
						        top: 0;
						        right: 0;
						        bottom: 0;
						        background: var(--xjtlu-cyan-gradient-radial);
						        opacity: 0;
						        transition: opacity .5s;
						        z-index: -1;
						        border-radius: 10px;
						    }
 
						.cen-left:hover::before{
							 opacity: 0;
							
						}
						.cen-left:hover{
							
						}
						
						.cen-right .cen-li::before{
						    	content: '';
						        position: absolute;
						        left: 0;
						        top: 0;
						        right: 0;
						        bottom: 0;
						        background:var(--xjtlu-aqua-gradient-radial);
						        opacity: 0;
						        transition: opacity .5s;
						        z-index: -1;
						        border-radius: 10px;
						    }
				
				.cen-right .cen-li:last-child::before{
					          content: '';
						        position: absolute;
						        left: 0;
						        top: 0;
						        right: 0;
						        bottom: 0;
						        background: var(--xjtlu-aquaa-gradient-radial);
						        opacity: 0;
						        transition: opacity .5s;
						        z-index: -1;
						        border-radius: 10px;
				}
				.cen-right .cen-li:hover::before{
					opacity: 0;
				}
.partner {
	background: #f5f5f5;
	padding: 25px 0;
}

.part-ul {
	margin-top: 40px;
}

.part-ul .part-li {
	margin-bottom: 30px;
}

.part-ul .part-li a {
	text-decoration: none;
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	transition: all 0.4s ease-out;
}

.part-ul .part-li a:hover {
	opacity: 0.8;
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
}

.footer {
	background: linear-gradient(to right, #34e1ce, #34c9d5, #33a4e1);
	padding: 25px 0 20px;
}

.fnav {}

.fnav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	padding-top: 10px;
}

.fnav ul li {
	width: 24%;
	display: inline-block;
	margin-bottom: 15px;
}

.fnav ul li a {
	color: #fff;
	font-size: 18px;
	color: #fff;
}
.f-link{


}
.f-link ul {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.f-link ul li {
	text-align: center;
	display: inline-block;
	/*width: 20%;*/transition: all 0.4s ease-out;
}

.f-link ul li a {
	text-decoration: none;
	display: block;
}


.f-link ul li a img {
	margin-bottom: 10px;
	display: inline-block;
	
}

.f-link ul li:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-8px);
}


.f-link ul li a span {
	display: block;
	font-size: 16px;
	color: #333;
}

.ul-two li {
    position: relative;
}
.ul-two li a{
    position: relative;
}

.ul-two li a .weixin {
									    position: absolute;
									      left: 50%;
    width: 320%;
    text-align: center;
    top: -235%;								
text-align: center;

    transform: translateX(-50%)translateY(1rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    
    background: #fff;

    padding: 0;
    border-radius: .06rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
									}
.ul-two li a .weixin img{
 width: 150px;
}
									.ul-two li:hover a .weixin{
										visibility: visible; transition: .5s;
 transform: translateX(-50%)translateY(.15rem);

    opacity: 1;
    visibility: visible;
    padding: .06rem
										}

.footer .row {
	align-items: center;
}

.footer h4 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}


/*.footerEnd*/

.footer-copy {
	background: #fff;
	padding: 10px 0;
}

.f-copy {
	text-align: right;
}

.f-copy p {
	font-size: 14px;
	color: #bbb;
}

/*foot*/
.footer{

	background-size: cover;
	/*padding-top: 35px;*/
	position: relative;
}
.footer .container{
 z-index:1;
}
.footer::after{
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background:url(../images/fbg1.png) no-repeat center center;
	background-size: cover;
	
}


.border-1 {
    border: none !important;
    border-top: 1px solid rgba(255,255,255,0.6) !important;
    margin-top: 10px;
}
.f-copy{
	padding-top: 22px;
	
}
.f-copy p{
	text-align: left;
	color: #fff;
	margin-bottom: 0;
}

.f-link{
	
}
.f-link ul{
	
}
.f-link ul li{
	max-width: 16.6%;
	display: inline-block;
	position: relative;
}
.f-link ul li::after{
	position: absolute;
	content: none;
	right: 0px;
	top: 20%;
	height: 60%;
	width: 1px;
	background: rgba(255,255,255,0.6);
	
}
.f-link ul li:after{
								/*content: "";*/
								position: absolute;
								left: 0px;
								top: 10%;
								width: 1px;
								height: 80%;
								background: #dadada;
							}

.f-link ul li:last-child::before{
								/*content: "";*/
								/*position: absolute;*/
								/*right: 0px;*/
								/*top: 10%;*/
								/*width: 1px;*/
								/*height: 80%;*/
								/*background: #dadada;*/
							}


.f-midd{
	padding: 90px 0 70px;
}
.footer h4{
	


}
.footer h4 span{
font-size: 20px;
     display: block;font-weight: lighter;
    font-weight: normal;
    margin-bottom: 16px;font-family: 'HarmonyOS_Sans_SC_Regular';
}

.f-midd ul{
	padding: 0;
	
	margin: 0;
}
.f-midd ul li{


	color: #fff;

	margin-bottom: 5px;
}
.f-midd ul li p{
	margin-bottom: 0;
}



.f-midright{
	padding-bottom: 10px;
}
.f-midright ul li{

    width: auto;
    display: inline-block;
    padding-right: 30px;
}
.f-midright ul li a{
	    padding-left: 21px;
	color: #fff;
background:url(../images/tt.png) no-repeat left center;

}

.flinkbg{
padding:50px 0;
}

.f-link {
    display: none;
}




.f-midleft ul li img{
							display: none;
						}
						
.f-midleft{
							  			
							  		}
							  		.f-midleft h5{
							  			font-size: 18px;
							  			color: #fff;
							  			
							  			margin-bottom: 10px;
							  		}

	ul.ul-two{
					 		padding: 0;
					 		margin: 0;text-align: right;
					 	}
					 	ul.ul-two li{
					 		       display: inline-block;
									width: 50px;
									height: 50px;
									line-height: 50px;
										border: 1px solid rgba(255,255,255,0.5);
									border-radius: 100%;
									display: inline-block;
									text-align: center;margin-left: 15px;
					 	}
					 	
					 	ul.ul-two li a{
					 		display: inline-block;
					 		width: 31px;
					 		height: 100%;
					 		line-height: 100%;
					 	}
					 	ul.ul-two li:hover{
					 		background: #fff;
					 	}
					 	ul.ul-two li a.a1{
					 		background:url(../images/a1.png) no-repeat center center;
					 	}
					 	
					 	ul.ul-two li:hover a.a1{
					 		background:url(../images/a1h.png) no-repeat center center;
					 	}
					 	ul.ul-two li a.a2{
					 		background:url(../images/a2.png) no-repeat center center;
					 	}
					 	
					 	ul.ul-two li:hover a.a2{
					 		background:url(../images/a2h.png) no-repeat center center;
					 	}
					 	
					 	ul.ul-two li a.a3{
					 		background:url(../images/a3.png) no-repeat center center;
					 	}
					 	ul.ul-two li:hover a.a3{
					 		background:url(../images/a3h.png) no-repeat center center;
					 	}
					 	ul.ul-two li a.a4{
					 		background:url(../images/a4.png) no-repeat center center;
					 	}
					 	ul.ul-two li:hover a.a4{
					 		background:url(../images/a4h.png) no-repeat center center;
					 	}				

/*首页样式拿过来*/
.user_box{
		overflow: hidden;
		padding: 5px 0;
	}
	.user_ul{
		width: 100%;
		display: flex;
		margin-bottom: 32px;
		/* overflow-x: auto; */
		}
		.user_ul li{
				width: 335px;
				background: #FFFFFF;
				border-radius: 20px;
				padding: 2px;
				float: left;
				text-align: center;
				margin-right: 30px;
				box-shadow: 0 0px 10px rgba(0,0,0,0.2);
						}

#marquee2 ul li:nth-child(even){
                        	display: none;
                        }
                         #marquee1 ul li:nth-child(odd){
                        	display: none;
                        }

.banner{
		    width: 100%;
    position: relative;
    height: 100vh;
  
	}
	.banner .swiper-container{
		height: 100%;
	}
	.banner .swiper-slide{
		    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
	}
	.banner .banner-item-slider{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;

    /*overflow: hidden;
    position: relative;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}
	.banner video{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index:10;
    object-fit: cover;
    position: absolute;
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    display: block;
		
		
	}
.banner .bg img{
		position: absolute;
		left: 0;
		z-index: 11;   
		-o-object-fit: cover;
		 object-fit: cover;
		 width: 100%;
         height: 100%;
	}
	.banner .swiper-slide .swiper-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.cent-title {
    max-width: 44%;
}
	.cent-title p{
		
		
	}
	
	.century .container{
    padding-top: 235px;
    padding-bottom: 40px;
    position: relative;


background: url(/_upload/tpl/07/40/1856/template1856/images/cdhaw.png) no-repeat left bottom;
	}
	.cent-ul{
		position: absolute;
		right: 0px;
		top: 0px;
		max-width: 50%;
	}
	.cent-ul ul{
		padding: 0;
		margin: 0;
		overflow: hidden;
		padding-top: 10px;
	}
	.cent-ul ul li{
		min-height: 200px;
		border-radius:5px;
		margin-bottom: 2px;
		margin-right: 2px;
		display: inline-block;
		width: 28%;
	    padding: 20px;
		transition: all 0.4s ease-out;
	}
	.cent-ul ul li:hover{
		transition: all 0.4s ease-out;
	transform: translateY(-8px);
		
	}
	
	
	.cent-ul ul li:nth-child(1),.cent-ul ul li:nth-child(4){
		width: 40%;
	}
	
	.cent-ul ul li:nth-child(odd){
		    background: linear-gradient(to right, #01e8bd, #00b0ce, #007cde);
	}
	.cent-ul ul li:nth-child(even){
		background: none;
	}
	.cent-ul ul li h4{
		color: #fff;
		text-align: right;
		font-size: 72px;
		font-weight: bold;font-family: 'HarmonyOS_Sans_SC_Bold';
	}
	.cent-ul ul li span{
		display: block;
		color: #fff;
		font-size: 26px;
		margin-top:30px;
	}
	.cent-ul ul li:nth-child(even) h4{
		    background-image: linear-gradient(to right, #01d6c3, #00b1ce, #0087db);
		    color: transparent;
		        -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	}
	.cent-ul ul li:nth-child(even) span{
		background-image: linear-gradient(to right, #01d6c3, #00b1ce, #0087db);
		    color: transparent;
		        -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	}
	.cent-ul ul li:nth-child(4) span{
		color: transparent;
		background-image: none;
	}
	.cent-ul ul li:nth-child(4) h4{
		color: transparent ;
		background-image: none;
	}

							.cent-imgul{
								
							}

							.cent-imgul ul{
								padding: 0;
								margin: 0;
								margin-top: 30px;
							}
							.cent-imgul ul li{
								display: inline-block;
    padding-right: 15px;
    max-width: 35%;
							}
							.cent-imgul ul li a{
								text-decoration: none;
						
								
							}


.im-con1{
								margin-top: 40px;
							}
.im-con1 .w23{
								background: url(../images/wimg1.jpg) no-repeat center top;
								background-size: cover;
								min-height:633px;
								border-radius: 5px;
							}
							.im-con1 .w23:nth-child(2){
								background: url(../images/wimg2.jpg) no-repeat center top;background-size: cover;
							}
							.im-con1 .w23:nth-child(3){
								background: url(../images/wimg3.jpg) no-repeat center top;background-size: cover;
							}
							.im-con1 .w23:nth-child(4){
								background: url(../images/wimg4.jpg) no-repeat center top;background-size: cover;
							}
							.im-con1 .w23::after{
								content: "";
								position: absolute;
								left: 0px;
								bottom: 0px;
								width: 100%;
								height:100%;
								 background-image: linear-gradient(rgba(27,159,164,0), rgba(27,159,164,1));
									border-radius: 5px;
                                   z-index: 1;
							}
							.im-con1 .w23:nth-child(2)::after{
								border-radius: 5px;
								background-image: linear-gradient(rgba(218,132,155,0), rgba(218,132,155,1));
							}
							.im-con1 .w23:nth-child(3)::after{
								border-radius: 5px;
								background-image: linear-gradient(rgba(227,182,95,0), rgba(227,182,95,1));
							
							}
							.im-con1 .w23:nth-child(4)::after{
								border-radius: 5px;
								background-image: linear-gradient(rgba(73,120,169,0), rgba(73,120,169,1));
							}
							.im-con1 .w23 .im-li{
								position: absolute;
								left: 0px;
								bottom: 35px;
								width: 100%;
								z-index: 2;
								padding-left: 35px;transition: all 0.4s ease-out;
							}
							.im-con1 .w23 .im-li span{
								display: block;
								font-size: 32px;
								color: #fff;
								
							}
							.im-con1 .w23 .im-li .q-pp{
								
								opacity: 0;
								position: absolute;
								left: 0px;
								width: 100%;
								bottom: 0;
								padding: 1rem;
								transform: translate3d(0, 10px, 0);
								transition: all 0.4s ease-out;
							}
							.im-con1 .w23 .im-li .q-pp p{
								color: #fff;
								font-size: 18px;
								line-height: 30px;
							}
							.im-con1 .w23:hover .q-pp{
							
								opacity: 1;
								 -webkit-transform: translate3d(0, 0px, 0);
                                   transform: translate3d(0, 0px, 0);
								transition: all 0.4s ease-out;
							}
							.im-con1 .w23:hover::after{
								 /*background-image: linear-gradient(rgba(27,159,164,0), rgba(27,159,164,1));*/
								
								height: 100%;
								transition: all 0.4s ease-out;
							}
						
							.im-con1 .w23:nth-child(2):hover::after{
								opacity: 0.75;
								/*background-image: linear-gradient(rgba(218,132,155,1), rgba(218,132,155,1));*/
							}
							.im-con1 .w23:nth-child(3):hover::after{
								opacity: 0.75;
								/*background-image: linear-gradient(rgba(227,182,95,1), rgba(227,182,95,1));*/
							
							}
							.im-con1 .w23:nth-child(4):hover::after{
								opacity: 0.75;
								/*background-image: linear-gradient(rgba(73,120,169,1), rgba(73,120,169,1));*/
							}
							
							.im-con1 .w23:hover .im-li{
									   -webkit-transform: translate3d(0,-20%,0) translate3d(0,-10px,0);
										transform: translate3d(0,-20%,0) translate3d(0,-10px,0);
										transition: all 0.4s ease-out;

								}

/*光标样式:*/
	 	.banner .swiper-container{
	cursor: none !important;

}
.banner .swiper-container .swiper-slide a .bg{
 cursor: none !important;
}

/* custom-cursor */
.custom-cursor {
    position: fixed;
    pointer-events: none;
    top: 0;
    /* mix-blend-mode: difference;  */
    opacity: 0;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.custom-cursor .icon {
    width: 0;
    height: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.custom-cursor .icon span{
    padding-right: 20px;
    padding-bottom: 18px;
}

.custom-cursor .text {
    margin-left: 2.1vw;
}

.custom-cursor .icon:before,
.custom-cursor .icon:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 2.125vw;
    height: 2.125vw;
    left: -1.5625vw;
    top: -1.5625vw;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .25);
    box-sizing: border-box;
}

.custom-cursor .icon:after {
    border-style: solid;
    border-color: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 75%);
    -webkit-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}
@media screen and (max-width: 1199px) {

    .custom-cursor .icon:before,
    .custom-cursor .icon:after {
        width: 37.5px;
        height: 37.5px;
        left: -18.75px;
        top: -18.75px;
    }

    .custom-cursor .text {
        margin-left: 28px;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.banner  .swiper-container:hover .custom-cursor {
    opacity: 1;
}
/* custom-cursor END */




@media (min-width: 1400px) {}

@media (min-width: 1200px) {
	.w22 {
		flex: 0 0 22%;
		max-width: 22%;
	}
}
@media (max-width: 1600px) {

.cent-imgul ul li {
    padding-right: 1px;
}


}	

@media (max-width: 1610px) {

.cent-imgul ul li img{
    max-width:66%;
}


}
@media (max-width: 1500px) {

.cent-imgul ul{
    display: flex;
}


}

@media (max-width: 1530px) {
	.break-li .b-text {
		padding-left: 20px;
	}
	.break-li {
		margin-bottom: 20px;
	}
}

@media (max-width: 1460px) {
	.banner .ban-text p {
		font-size: 50px;
	}
	.banner .ban-yuan {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
.break-li {
		margin-bottom: 10px;
	}



}

@media (max-width: 1400px) {

.logo{
	    flex: 0 0 32%;
        max-width: 32%;
}

.qlink{
	 flex: 0 0 67%;
        max-width: 67%;
}

.logo .img1 , .logo .img2{
       width: 93%;
} 


	.banner .ban-text p {
		font-size: 40px;
	}
	.banner .bpage {
		bottom: 30px;
		display: inline;
		width: 20%;
		float: right;
		right: 0;
		left: auto;
	}
	.break-top .br-tit p {
		font-size: 42px;
		margin-bottom: 5px;
	}
	.break-li .b-img {
		width: 180px;
	}
	.break-li .b-text {
		width: calc(100% - 180px);
	}
	.im-con .im-li span {
		font-size: 28px;
	}
	.cent-title h4 {
		font-size: 42px;
	}
	.cen-left h4 {
		font-size: 110px;
	}
}

@media (max-width: 1366px) {}

@media (max-width: 1330px) {
	.qlink {
		padding: 0;
	}
.wc-menu ul li a {
	
		font-size: 16px;
	}


	.event-con .event-li .ev-pp {
		padding: 0 5px;
	}
	.event-con .event-li .event-text h4 {
		font-size: 36px;
	}
	.break-top .br-tit p {
		font-size: 36px;
	}
	.im-con .im-li span {
		font-size: 24px;
	}
	.cen-right h4 {
		font-size: 80px;
	}
	.cen-left h4 {
		font-size: 100px;
	}
	.cen-left {
		min-height: 308px;
	}
	.cen-right span {
		font-size: 28px;
	}
	.wc-menu ul li a {
		padding: 0;
		padding-bottom: 15px;
	}
	.break-li {
		margin-bottom: 10px;
		padding: 10px 15px;
	}
	.break-li1 .b-text h4 {
		font-size: 28px;
	}

.banner .ban-yuan:before, .banner .ban-yuan:after{
		right: 1.5vw;
		height: 80px;
		width: 80px;
	}
	.banner .ban-yuan{
		height: 80px;
		width: 80px;
		line-height: 80px;
	}
	.banner .bpage{
		bottom: 10px;
	}

.f-midd {
    padding: 50px 0 50px;
}

ul.ul-two  li{
    margin-left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;


}
.im-con1 .w23 .im-li span{
								font-size: 22px;
			  }
			  .im-con1 .w23 .im-li .q-pp p{
							   	font-size: 16px;
							   	margin-bottom: 0;
			  }
				




}

@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
	.logo {
		flex: 0 0 36%;
		max-width: 36%;
	}
.logo1 {
    padding: 5px 0;
}
	.qlink {
		flex: 0 0 64%;
		max-width: 64%;
	}

.wc-menu ul li a{
 font-size: 16px;
}

.banner .ban-yuan{
		font-size: 22px;
		
	}
	.banner .ban-text p {
		font-size: 34px;
	}
	.break-li1 .b-text span {
		font-size: 20px;
	}
	.break-li1 .b-text h4 {
		font-size: 26px;
	}
	.event-con .event-li .ev-pp {
		padding: 0;
	}
	.event-con .event-li .ev-pp p img {
		padding-right: 1px;
	}
	.im-con .im-li img {
		width: 50%;
	}
	.break-li .b-img {
		width: 150px;
	}
	.break-li .b-text {
		width: calc(100% - 150px);
	}
	.event-con .event-li .ev-pp p {
		font-size: 16px;
	}
	.cen-left h4 {
		font-size: 80px;
	}
	.cen-left {
		min-height: 266px;
	}
	.cen-right h4 {
		font-size: 60px;
	}
	.break-top .br-tit p {
		font-size: 30px;
	}
	.fnav ul li a {
		font-size: 16px;
	}
	.im-con .im-li span {
		font-size: 22px;
	}



.f-midd h4{
	font-size: 20px;
	
}	



.f-midd {
    padding: 30px 0 20px;
}
 .f-link ul li a img {
        max-width: 50%;
    }

.footer h4 span{
    font-size: 16px;
    margin-bottom: 10px;
}

.flinkbg {
    padding: 50px 0;
}

ul.ul-two  li{
    margin-left: 0px;

}
.cent-ul ul li h4{
			font-size: 56px;
			
		}
		.cent-ul ul li{
			min-height: 150px;
		}
		.cent-ul ul li span{
			margin-top: 26px;
			font-size: 16px;
		}

}

@media (max-width: 1100px) {
	.wc-menu ul li a {
		font-size: 14px;
	}
	.event-con .event-li .event-text h4 {
		font-size: 32px;
	}
	.event-con .event-li:first-child .event-text {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
	.en{
		
	}
	.en a{
		padding:10px;
		
		
	}
.banner{
	margin-top: 80px;
}
    .banner .ban-text p {
        font-size: 24px;
    }
  /*  .banner .ban-yuan {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }*/
.break {
    margin-top:20px;
}
.break-top .br-tit p {
        font-size: 20px;
    }
.break-con {
    margin-top: 20px;
}
.break-li1 .b-text{
	padding: 15px;
}
.break-li1 .b-text h4 {
        font-size: 20px;
    }
    .break-li1 .b-text span {
        font-size:16px;
         margin-bottom: 10px;
    }
.break-right{
	margin-top: 30px;
	
	
}
.break-li{
	padding: 15px;
	margin-bottom: 25px;
}
.eventbg {
    margin-top: 15px;
}
    .event-con .event-li .event-text h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
.event-con .event-li .event-text p{
	font-size: 16px;
}
.imbg{
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.im-con {
    margin-top: 32px;
}
.century {
    padding: 40px 0 20px;
}
    .cent-title h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .cen-left h4 {
        font-size: 50px;
        
    }
     .cen-right h4 {
        font-size: 40px;
    }   
 .cen-left {
        min-height: 217px;
    }   
    
 .fnav ul li{
 	text-align: center;
 }   
 .fnav{
 	margin-bottom: 10px;
 	
 }   
    .im-con .im-li span {
        font-size: 20px;
    }
.cen-left span,.cen-right span{
	font-size: 24px;
	
}
	.f-midright {
		margin-top: 20px;
}
.f-midd h4 {
        margin-bottom: 10px;
    }
.f-midd ul li{
	margin-bottom: 5px;
}


.f-link a .weixin{
top:-120%;

}
.f-link ul li:first-child:after{
								content: none;
							}

.f-link ul li:last-child::before {
   content: none;
}

.banner{
			 height: calc(100vh - 80px);
		}
.cent-ul{
			max-width: 66%;
		}
		

.im-con1 .w23{
									margin: 20px;
									flex: 0 0 calc(50% - 40px);
                                    max-width:calc(50% - 40px) ;
								}
								    .im-con1 .w23 .im-li span {
								        font-size: 18px;
								    }
								    .im-con1 .w23 .im-li{
								    	bottom: 20px;
								    	padding-left: 20px;
								    }
								    .im-con1 .w23{
									min-height: 430px;
								}

.f-di{
float:none;
width:100%;
}
	
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		max-width: 70%;
	}
	.container {
		width: 100%;
	}
.banner{
	margin-top: 60px;
	
}	
    .banner .ban-text p {
        font-size: 18px;
    }	
.banner .ban-yuan{
	font-size: 18px;
}	
	
.event-con .event-li{
	margin-bottom: 30px;
	padding: 15px 15px 10px;
}	
.event-con .event-li .event-text{
	margin-bottom: 20px;
	
}	
.event-con .event-li .ev-pp p img {
        padding-right: 5px;
    }	
.event-con {
    margin-top: 25px;
}	
    .imbg {
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }	
.break-li1 .b-text h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0;
    }	
.banner .ban-text{
	bottom: 16px;
	
}	
.break-li .b-text{
	padding-left: 10px;
}
.break-li .b-text span{
	font-size: 16px;
}
.break-li .b-text p{
	font-size: 16px;
	margin-top: 3px;
}
    .eventbg {
        margin-top: 5px;
    }
.break-top .br-tit span{
	font-size: 16px;	
}	
    .im-con .im-li span {
        font-size: 18px;
    }
.im-con .im-li{
	padding: 20px;
	margin-bottom: 25px;
	
}

    .century {
        padding: 5px 0 10px;
    }
    .cent-title h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
.cent-title p{
	font-size: 16px;
	line-height: 28px;
	
}
.cen-left{
	min-height: 150px;
	margin-bottom: 30px;
	
}
.cent-con {
    margin-top: 30px;
}
    .cen-left h4,.cen-right h4 {
        font-size: 30px;
    }
.cen-left span,.cen-right span{
	font-size: 20px;
	
}
.partner{
	padding: 30px 0 11px;
}
.f-link ul li{
	width: 33.33%;
	margin-bottom: 10px;
}
.part-ul {
    margin-top: 20px;
}

.f-copy{
	text-align: center;
	padding-top:15px;
}

.banner .bpage{
	bottom: 10px;
}


.f-logo{
	text-align: center;
}
.f-logo img{
	max-width: 90%;
}
.f-link ul li a img {

	max-width:30%;
}
	
	 .banner .ban-yuan {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
	.banner .ban-yuan:before, .banner .ban-yuan:after{
		 width: 50px;
        height: 50px;
        right: 3.5vw;
	}
	
	.f-copy p {
		font-size: 14px;
		margin-bottom: 0;
	}
.flinkbg {
    padding: 30px 0;
}
.f-link ul li{
	    max-width: 33.33%;
	    padding: 0;        margin-bottom: 20px;
}
.f-link ul li:nth-child(4)::after{
	content: none;
}
  

.f-link ul{
	justify-content: flex-start;
}
.f-link {
    padding-bottom: 0px;
}	
	    .f-midd ul li {

    }
    .footer  h4 {
        font-size: 18px;
    }	
	.f-copy p{
		text-align: center;
		
	}
.f-link a .weixin{
top:-70%;

}
.flinkbg {
    padding: 30px 0;
}
.f-midd {
        padding: 0px 0 10px;
    }
ul.ul-two {
margin-top: 15px;
    text-align: center;
}
    ul.ul-two li {
        margin-left: 5px;
    }
.f-mid22 img{
 max-width:80%;
}
.user_ul li{
		width: 200px;
	}
.user_ul li img{
		border-radius: 20px;
	}
	.banner{
		height: 100vw;
	}

.cent-ul{
		position: relative;
		right: auto;
		top: auto;
	}
	.century .container {
    padding-top: 17px;
    position: relative;
}
.cent-title {
    max-width:100%;
}
    .cent-title p {
        max-width: 100%;
    }	
	.cent-ul{
		margin-top: 20px;
		padding-bottom:30px;
			max-width:100%;
		}
	
	.cent-ul ul li{
		width: 48% !important;
	}
	    .cent-ul ul li h4 {
        font-size: 46px;
    }
    
    .cent-ul ul li:nth-child(1),.cent-ul ul li:nth-child(4),.cent-ul ul li:nth-child(5){
		 background: linear-gradient(to right, #01e8bd, #00b0ce, #007cde);
	}
    .cent-ul ul li:nth-child(2),.cent-ul ul li:nth-child(3),.cent-ul ul li:nth-child(6){
		 background:#fff;
	}
    .cent-ul ul li:nth-child(3) span{
    	color: #333;
    }
    .cent-ul ul li:nth-child(3) h4{
    	    background-image: linear-gradient(to right, #01d6c3, #00b1ce, #0087db);
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    }
    .cent-imgul ul {
        display: block;    max-width: 100%;
    }

.cent-imgul ul li:nth-child(1) img,.cent-imgul ul li:nth-child(3) img{
								
							}


.cent-imgul ul li:nth-child(2) img{
								width: 200px;
							}

.im-con1 .w23{
									min-height: 330px;
									margin: 10px;
									flex: 0 0 calc(100% - 20px);
                                    max-width:calc(100% - 20px);
								}
								.im-con1 .w23 .im-li img{
									width: 50px;
								}
	.cent-imgul ul li{
								
								max-width: 25%;
							}
    .cent-imgul ul li img {
        max-width: 88%;
    }
	.f-di{
margin:20px 0;
}							
    .f-midright {
        margin-top: 0px;
    }



}

@media (max-width: 600px) {}