html,
body {
	color: #282828;
	font-size: 14px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	background: #fff;
	line-height: 1.5;
	font-family: arial, "微软雅黑";
}

* {
	padding: 0;
	margin: 0;
}




.wrap {
	width: 1240px;
	margin: 0 auto;
}


.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #282828;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #0091CE;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}


.bn_logo {
	max-width: 314px;
	display:block;
	width:200px;
	z-index: 99;
	margin:0 auto 20px auto;
	position:relative;top:-18px;
}

.circle_bn {
	position: absolute;
	width: 100px;
	bottom: 3vw;
	left: 5vw;
	z-index: 9;
}

.jt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	height: 25px;
}

.shuju .num .counter {
	line-height: 1;
}

.shuju .num {
	display: flex;
	align-items: flex-end;
	display: inline-block;
}

.shuju .num sup {
	/* position: absolute;
	top: 0;
	right: -20px; */
	display: inline-block;
	transform: translateY(-10%);
	line-height: 1;
}

.scDiv1 {
	background: url(../img/sc1_bg.png) no-repeat 8% 100%;
	background-size: 34% auto;
}

.scDiv1 .wrap {
	display: flex;
	justify-content: space-between;
}

.scDiv1 .wrap .wenzi {
	width: calc(100% - 320px);
	max-width: 768px;
	margin-right: 2%;
	margin-top: 25px;
	line-height: 1.8;
}





.scDiv2 {
	background: #FAFAFA;
}

.scLeft {
	width: 13.4vw;
	position: absolute;
	top: -8.5vw;
	left: 0;
	z-index: 99;
}

.scRight {
	width: 13.4vw;
	position: absolute;
	bottom: -7vw;
	right: 0;
	z-index: 99;
}

.circle_con {
	position: absolute;
	top: -45px;
	right: 0;
	width: 100px;
}

.scDiv2 .content>img {
	max-width: 75%;
}

.conDiv>ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.conDiv>ul>li {
	width: 48.5%;
}

.conDiv>ul>li:last-child {
	width: 100%;
}

.conDiv .textDiv {
	width: calc(100% - 100px);
	padding: 34px 50px;
	background: #F2F5F7;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
	max-height: 210px;
	height: calc(100% - 68px);
}

.conDiv .textDiv2 {

	background: #F2F5F7;
	border-radius: 40px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.conDiv .textDiv .imgDiv {
	width: 12vw;
}

.conDiv .textDiv .wenzi {
	max-width: 280px;
	margin-top: 10px;
}

.conDiv .textDiv2 .wenzi {
	margin-top: 10px;
	position: absolute;
	z-index: 999;
	top: 20px;
	left: 50px;
	right: 50px;
}

.conDiv .textDiv .wenzi ul {
	display: flex;
	margin-left: -10px;
	flex-wrap: wrap;
	margin-top: 15px;
}

.conDiv .textDiv .wenzi ul li {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px 25px;
	background: #D9D9D9;
	border-radius: 15px;
}

.more {
	width: 150px;
	height: 50px;
	background: #D9D9D9;
	border-radius: 25px;
	color: #808080;
}

.conDiv>ul>li .more {
	width: auto;
	height: auto;
	border-radius: 0;
	color: #0091CE;
	background: none;
	display: inline-block;
	margin-left: 5px;
}

.conDiv .imgDiv .imgOver {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
	transition: all 0.5s;
}

.conDiv>ul>li:hover .imgDiv .imgOver {
	opacity: 1;
}

.conDiv>ul>li:hover .imgDiv .imgR {
	opacity: 0;
}

.conDiv>ul>li:hover .textDiv {
	background: linear-gradient(360deg, #7FF0FD 0%, #0187D0 100%);

}

.conDiv>ul>li:hover .textDiv2 {
	/* background: linear-gradient(360deg, #7FF0FD 0%, #0187D0 100%); */
	background: #0187D0;
}

.conDiv>ul>li:hover .f8 {
	color: #fff;
}

.conDiv>ul>li:hover .wenzi ul li {
	background: rgba(255, 255, 255, .5);
}

.conDiv>ul>li:hover #more p {
	color: #fff;
}

.conDiv>ul>li #more p span {
	transition: all 0.5s;
}

.conDiv>ul>li:hover #more p span {
	margin-left: 10px;
}

#more {
	position: relative;

}

#more p {
	position: relative;
	z-index: 9;
}

#more:hover:before {
	opacity: 1;
}

#more:hover p {
	color: #0091CE;
}

/* #more:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	border-radius: 25px;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
} */

.scDiv3 {
	background: #F2F5F7;

}

.scDiv3 .content .topDiv {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.scDiv3 .content .topDiv .flDiv {
	max-width: 45%;
	margin-top: 30px;
}

.scDiv3 .content .topDiv .frDiv {
	max-width: 45%;
	margin-top: -70px;
}

.scDiv3 .content .topDiv .frDiv .enTxt {
	max-height: 125px;
}

.scDiv3 .content .swYear {
	font-size: 115px;
	/* margin-right: -40px; */
	width: 290px;
	line-height: 1;
	margin-bottom: 7px;
}

.scDiv3 .swiper-container .textDiv {
	padding-top: 30px;
	border-top: 1px solid #CCCEE6;
}

.scDiv3 .swiper-container .textDiv .txt {
	color: #808080;
}

.scDiv3 #sw2 {
	position: relative;
	left: 0;
	margin-top: 50px;
	width: 82%;
	margin-right: 0;
	/* margin-right: 10vw; */
}

.scDiv3 .content .btnDiv .swiper-button-black {
	background: none;
	width: 55px;
	height: auto;
	display: flex;
	align-items: center;
	border-radius: 50%;
}

.scDiv3 .swiper-slide-active .textDiv {
	border-top: 2px solid #0091CE;
	padding-top: 20px;
}

.scDiv3 .swiper-slide-active .txt {
	font-weight: bold;
	font-size: 20px;
}

.scDiv3 .swiper-slide-active .textDiv .txt {
	color: #282828;
}

.scDiv3 .swiper-slide-active .textDiv .font14 {
	font-size: 30px;
	color: #282828;
	font-weight: bold;
	margin-top: 0;
}

.scDiv3 .content .btnDiv {
	height: 55px;
	border-radius: 28px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.scDiv3 .content .btnDiv .swiper-button-prev {
	/* top: 48%; */
	left: auto;
	right: 75px;
	transform: translateY(-50%);
	margin-top: 0;
}

.scDiv3 .content .btnDiv .swiper-button-prev img,
.scDiv3 .content .btnDiv .swiper-button-next img {
	filter: grayscale(100);
}

.scDiv3 .content .btnDiv .swiper-button-prev:hover img,
.scDiv3 .content .btnDiv .swiper-button-next:hover img {
	filter: initial;
}

.scDiv3 .content .btnDiv .swiper-button-next {
	/* top: 48%; */
	right: 0;
	transform: translateY(-50%);
	margin-top: 0;
}


.his_p {
	font-size: 180px;
	text-transform: uppercase;
	opacity: 0.8;
	line-height: 1;
	font-weight: bold;
}

.yearP {
	position: absolute;
	z-index: -1;
	opacity: 0;
}



.scDiv4 .flDiv {
	width: 42%;
}

.scDiv4 .flDiv ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
}

.scDiv4 .flDiv ul li {
	margin-left: 8px;
	margin-bottom: 8px;
	width: calc(25% - 8px);
}

.scDiv4 .flDiv ul li .imgDiv {
	border-radius: 20px;
	border: 1px #f3f3f3 solid;
	overflow: hidden;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scDiv4 .flDiv ul li:hover .imgDiv {
	box-shadow: 2px 5px 10px #e3e7e8;
}

.scDiv4 .wrap {
	width: 1240px;

}

.scDiv4 .content {
	display: flex;
	justify-content: space-between;
}

.scDiv4 .frDiv {
	width: 41%;
	margin-right: 6%;
}
.scDiv4 .frDiv .textDiv p span{
	position: absolute;
	top: 0vw;
	right: -15px;
}

.hzNews {
	padding-top: 25px;
	border-top: 1px solid #E6E6E6;
}
.numB{
	display: inline-block;
}


.scDiv5 .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	/* min-width: 1280px; */
	height: 100%;
}

.scDiv5 .content .textDiv {
	width: 40%;
	padding: 0 5%;
}

.scDiv5 .content .textDiv .line {
	background: #fff !important;
}

.scDiv5 .content:before {
	content: "";
	position: absolute;
	top: 15%;
	height: 70%;
	width: 1px;
	background: #fff;
	z-index: 99;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.5;
}

.scDiv5>img {
	max-height: 350px;
	width: 90%;
	margin: 0 auto;
	object-fit: cover;
	display: block;
	border-radius: 30px;
	min-width: 1280px;
}



.gfDiv1 ul {
	display: flex;
	align-items: center;
}

.gfDiv1 ul li {
	margin-right: 70px;
	padding-right: 70px;
	position: relative;
	display: flex;
	align-items: center;
}

.gfDiv1 ul li::after {
	position: absolute;
	content: "";
	left: 40%;
	width: 120%;
	height: 1px;
	border-top: 1px #ccc dashed;
	top: 33%;
	z-index: 1;
}

.gfDiv1 ul li:first-child::after {
	top: 37%;
}

.gfDiv1 ul li img {
	position: relative;
	z-index: 9;
}

.gfDiv1 ul li img:first-child {
	max-height: 60px;
}

.gfDiv1 ul li:first-child img:first-child {
	max-height: 75px;
}

.gfDiv1 ul li img.gf_jt {
	margin-left: 60px;
	position: absolute;
	right: 0;
	z-index: 9;
	top: 33%;
	transform: translateY(-50%);
}

.gfDiv1 ul li:first-child img.gf_jt {
	top: 36.5%;
}

.gfDiv1 ul li:last-child img.gf_jt {
	display: none;
}

.gfDiv1 ul li:last-child::after {
	width: 50%;
	display: none;
}
.contactBott .content ul li{
	border-right: 1px #ccc solid;
}
.contactBott .content ul li:last-child{
	border-right: 0;
}
.contactBott {
    background: #F2F5F7;
    padding-top: 80px;
    padding-bottom: 100px;
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {


	.wrap,
	.wrap2,
	.wrap3 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
		padding: 0;
		min-width: initial;
		line-height: 1.8;
	}

	body,
	html {
		line-height: 1.25;
	}

	

	.circle_bn {
		width: 100px;
		height: 100px;
		bottom: 25px;
		left: 15px;
	}

	.bn_logo {
	}

	.scDiv1 .wrap {
		display: block;
	}

	.scDiv1 .wrap .wenzi {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

	.par100 {
		padding: 45px 0;
	}

	.font16 {
		font-size: 12px;
	}

	.shuju .num .counter {
		font-size: 26px;
	}

	.shuju .num sup {
		font-size: 20px;
	}

	.shuju .font18 {
		font-size: 12px;
	}

	.scDiv3 .swiper-slide-thumb-active .textDiv .font14 {
		font-size: 24px;
	}

	.font36 {
		font-size: 18px;
	}

	.shuju .num {
		display: inline-block;
	}

	

	.scDiv3 .swiper-slide-thumb-active .txt {
		font-size: 15px;
	}

	.circle_con {
		display: none;
	}

	.scLeft {
		width: 70px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}

	.scLeft {
		width: 60px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99;
	}

	.scDiv2 {
		padding-top: 100px;
	}

	.conDiv>ul>li {
		width: 100%;
		margin-bottom: 20px;
	}

	.conDiv .textDiv {
		padding: 20px;
		width: calc(100% - 40px);
		border-radius: 10px;
		/* max-height: calc(); */
	}

	.conDiv .textDiv .wenzi ul li {
		margin-bottom: 5px;
		padding: 5px 15px;
		background: #D9D9D9;
		border-radius: 8px;
	}

	.more {
		height: 36px;
		width: 130px
	}

	.conDiv .textDiv .imgDiv {
		width: 120px;
		height: 180px;
	}

	.conDiv .textDiv .wenzi {
		width: calc(100% - 150px);
		margin-top: 0
	}

	.his_p {
		font-size: 32px;
	}

	.scDiv3 .content .topDiv {
		margin-top: 25px;
	}

	.scDiv3 .content .swYear {
		font-size: 32px;
		margin-right: 0;
		width: 120px;
	}



	.scDiv3 .content .btnDiv .swiper-button-next {
		/* top: 12px; */
		right: 0;
	}

	.scDiv3 .content .btnDiv .swiper-button-prev {
		/* top: 12px; */
		right: 45px;
	}

	.scDiv3 .content .btnDiv .swiper-button-black {
		width: 32px;
	}

	.scDiv2 .content>img {
		max-width: 100%;
	}

	.scDiv3 .content .btnDiv .swiper-button-black img {
		height: 32px;
	}

	.scDiv3 #sw2 {
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
	}

	.scDiv3 {
		background: #F2F5F7;
		padding: 50px 0;
		padding-bottom: 70px;
		min-height: 300px;
	}

	.scDiv4 .content {
		display: block;
	}

	.scDiv4 .wrap,
	.contactBott .wrap {
		width: 92%;
		display: block;
	}

	.scDiv4 .flDiv {
		width: 100%;
		margin-bottom: 20px;
	}

	.scDiv4 .flDiv ul li .imgDiv {
		border-radius: 10px;
	}

	.gfDiv1 {
		margin-top: 30px;
	}

	.scDiv4 {
		padding: 45px 0;
	}

	.scDiv4 .frDiv {
		width: 100%;
	}

	.scDiv5 .content {
		display: block;
	}

	.scDiv5>img,
	.scDiv5 .content {
		min-width: auto;
		height: 320px;
	}

	.font42 {
		font-size: 24px;
	}


	.scDiv5 .content .textDiv {
		width: 90%;
		padding: 0;
		margin: 0 auto;
		margin-top: 20px;
	}

	.scDiv5 .content:before {
		display: none;
	}

	.font24 {
		font-size: 14px;
	}

	

	.contactBott {
		background: #F2F5F7;
		border-radius: 40px 40px 0px 0px;
		margin-top: -85px;
		padding-top: 140px!important;
		padding-bottom: 60px;
	}

	

	.scRight {
		width: 70px;
	}

	.scDiv3 .content .swYear {
		margin-bottom: 0;
	}

	.scDiv1 {
		background: none;
	}

	

	.gfDiv1 ul li img:first-child {
		max-height: 40px;
	}

	.gfDiv1 ul li:first-child img:first-child {
		max-height: 55px;
	}

	.gfDiv1 ul li {
		margin-right: 15px;
		padding-right: 15px;
	}

	.gfDiv1 ul li img.gf_jt {
		margin-left: 10px;
		height: 15px;
		right: -10px;
		top: 31%;
	}

	.gfDiv1 ul li::after {
		top: 31%;
	}

	.gfDiv1 ul li .font18 {
		font-size: 12px;
	}

	

	.conDiv .textDiv {
		height: auto;
		max-height: 100%;
	}

	.gfDiv1 ul li:first-child::after {
		top: 34%;
	}

	.gfDiv1 ul li:first-child img.gf_jt {
		top: 34%;
	}

	.conDiv .textDiv2 {
		padding-top: 50px;
		border-radius: 15px;
	}

	.conDiv .textDiv2 .wenzi {
		left: 20px;
		right: 20px;
		top: 0;
	}

	.scDiv3 .swiper-slide-active .txt {
		font-size: 15px;
		margin-top: 10px;
	}
	.scDiv4 .frDiv .textDiv p span{
		right: -10px;
	}
	

}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	

	.scDiv2 .content>img {
		max-width: 75%;
	}

	.gfDiv1 ul li {
		margin-right: 48px;
		padding-right: 48px;
	}

	.scRight,
	.scLeft {
		width: 90px;
	}

	.scDiv5 .content {
		display: flex;
	}

	.scDiv5 .content .textDiv {
		width: 40%;
		padding: 0 5%;
	}

	.scDiv5>img,
	.scDiv5 .content {
		height: 260px;
	}

	

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

	body,
	html {
		font-size: 12px;
	}

	.wrap {
		width: 94%;
		padding: 0 3%;
		min-width: initial;
	}

	.wrap2 {
		width: 94%;
		margin: 0 auto;
		min-width: initial;
	}

	.font48 {
		font-size: 40px;
	}

	.circle_con {
		right: 10%;
	}

	.his_p {
		font-size: 120px;
	}

	.scDiv3 .content .swYear {
		font-size: 80px;
	}

	.scDiv4 .wrap {
		width: 92%;
	}


	.scDiv5>img,
	.scDiv5 .content,
	.contactBott .wrap {
		min-width: 90%;
		width: 90%;
	}

	.scDiv2 {
		padding-top: 100px;
	}

	.font36 {
		font-size: 30px;
	}

	

	.scDiv3 #sw2 {
		width: 96%;
	}


}


@media screen and (min-width:1025px)and (max-width:1500px) {
	.wrap {
		width: 75% !important;
	}

	.scDiv3 #sw2 {
		width: 87%;
	}

	.wrap2 {
		margin: 0 auto;
		min-width: 75%;
		width: 75%;
	}

	.his_p {
		font-size: 120px;
	}

	.scDiv3 .content .swYear {
		font-size: 90px;
	}

	.font36 {
		font-size: 30px;
	}

	.font72 {
		font-size: 62px;
	}


	

	.scDiv1 .wrap {
		width: 75%;
	}


	/* .gfDiv1 ul li .font */

	.scDiv5>img {
		min-width: 1100px;
		/* max-height: 300px; */
	}

	.gfDiv1 ul li:first-child img:first-child {
		max-height: 60px;
	}

	.gfDiv1 ul li img:first-child {
		max-height: 40px;
	}

	.conDiv .textDiv {
		width: calc(100% - 70px);
		padding: 34px 35px;
		background: #F2F5F7;
		border-radius: 20px;
	}

	.conDiv .textDiv .wenzi ul li {
		padding: 5px 20px;
	}



	.conDiv .textDiv .wenzi .font30 {
		font-size: 20px;
	}

	.scDiv3 .content .btnDiv {
		height: 45px;
	}

	.scDiv1 .wrap .wenzi {
		margin-top: 22px;
	}

	.scDiv3 .swiper-container .textDiv .font18 {
		font-size: 12px;
	}

	.scDiv3 .content .btnDiv .swiper-button-black {
		width: 45px;
	}

	.scDiv3 .content .btnDiv .swiper-button-prev {
		right: 65px;
	}

	

	.scDiv1 {
		background: url(../img/sc1_bg.png) no-repeat 8% 100%;
		background-size: 28% auto;
	}

	.hzNews .font18 {
		font-size: 15.5px;
	}

	.scDiv4 .frDiv {
		width: 46%;
		margin-right: 4%;
	}

	.scDiv3 {
		padding-bottom: 80px;
	}

	.conDiv .textDiv .wenzi ul {
		font-size: 13px;
	}

	.gfDiv1 ul li .font16 {
		font-size: 12px;
	}

	.scDiv3 .swiper-slide-thumb-active .txt {
		font-size: 13px !important;
	}

	.gfDiv1 ul li img.gf_jt{
		height: 16px;
	}
}

@media screen and (min-width:1501px)and (max-width:1680px) {
	.wrap {
		width: 75%;
	}


	.font36 {
		font-size: 32px;
	}

	.his_p {
		font-size: 120px;
	}

	.scDiv3 .content .swYear {
		font-size: 100px;
	}

	.contactBott .wrap {
		width: 90%;
	}

	.conDiv .textDiv {
		width: calc(100% - 80px);
		padding: 34px 40px;
		background: #F2F5F7;
		border-radius: 20px;
	}

	.scDiv3 .swiper-slide-thumb-active .txt {
		font-size: 18px;
	}

	.scDiv3 #sw2 {
		width: 87%;
	}

	.conDiv .textDiv .wenzi ul li {
		padding: 5px 25px;
	}

	.conDiv .textDiv2 {
		/* width: calc(100% - 80px); */
		/* padding: 25px 40px; */
		background: #F2F5F7;
		border-radius: 40px;
		transition: all 0.5s;
	}

	.scDiv4 .frDiv .font18,
	.hzNews .font18 {
		font-size: 18px;
	}

	.scDiv4 .frDiv {
		width: 44%;
	}

	.conDiv .textDiv .wenzi .font30 {
		font-size: 20px;
	}

	.scDiv4 .wrap {
		width: 75%;
	}

	

	.scDiv1 {
		background: url(../img/sc1_bg.png) no-repeat 5% 100%;
		background-size: 33% auto;
	}

	.gfDiv1 ul li:first-child img:first-child {
		max-height: 70px;
	}

	.gfDiv1 ul li img:first-child {
		max-height: 45px;
	}

}

@media screen and (min-width:1681px)and (max-width:1800px) {
	.scDiv3 #sw2 {
		width: 86%;
	}
}
