html,
body {
	color: #282828;
	font-size: 14px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	background: #fff;
	line-height: 1.5;
	font-family: "微软雅黑";
}

* {
	padding: 0;
	margin: 0;
}


.wrap {
	width: 1400px;
	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 {
	position: absolute;
	top: 2vw;
	left: 5vw;
	max-height: 30px;
	max-width: 314px;
	z-index: 99;
}

.xrDiv1 {
	background: url(../img/sc1_bg.png) no-repeat 8% 100%;
	background-size: 32% auto;
}



.xrDiv1 .content {
	display: flex;
	justify-content: space-between;
}

.xrDiv1 .wenzi {
	width: calc(100% - 320px);
	max-width: 768px;
}



.xrDiv1 .wenzi .txt {
	color: #28282D;
	line-height: 1.8;
}

.shuju .num sup {
	/* position: absolute;
	top: 0;
	right: -20px; */
	line-height: 1;
}


.shuju ul li {
	position: relative;
}

.shuju ul li p.relative {
	display: inline-block;
}

.xrLeft {
	width: 13.4vw;
	position: absolute;
	bottom: -1.8vw;
	left: 0;
	z-index: 99;
}

.xrRight {
	width: 21.7vw;
	position: absolute;
	top: -7.5vw;
	right: 0;
	z-index: 99;
}

/* .shuju ul li::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	content: "";
	width: 1px;
	background: #E6E6E6;
}

.shuju ul li:first-child::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	content: "";
	width: 1px;
	background: #E6E6E6;
} */

.xrDiv2 {
	background: #FAFAFA;
	background-size: cover;
}

.xrDiv2 .bg_wz {
	position: absolute;
	right: 40px;
	bottom: 40px;
	height: 11vw;
}




.xrDiv2 .flDiv {
	width: 35%;
	padding-top: 5vw;
	padding-bottom: 13vw;
	position: relative;
}

.xrDiv2 .frDiv:before {
	width: 1px;
	height: 95%;
	background: #E6E6E6;
	left: 12px;
	top: 0;
	content: "";
	position: absolute;
}

.xrDiv2 .flDiv .swiper-container {
	height: 180px;
}

.bYear {
	font-size: 100px;
	line-height: 1;
	margin-bottom: 10px;
}

.xrDiv2 .flDiv .title .line {
	margin-top: 15px;
}

.xrDiv2 .flDiv .line {
	width: 58px;
	height: 4px;
	background: #0091CE;
	margin-top: 25px;
}

.xrDiv2 .wrap {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
}

.xrDiv2 .frDiv {
	width: 55%;
	position: relative;
	display: flex;
	align-items: center;
}

.xrDiv2 .frDiv .swiper-container {
	margin-left: 0;
}

.xrDiv2 .frDiv .swiper-slide-active .txt {
	font-size: 24px;
}

.xrDiv2 .frDiv .textDiv {
	padding: 35px 0;
	padding-left: 30px;
	position: relative;
	margin-left: 15px;
}

.xrDiv2 .frDiv .textDiv .dian {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 50%;
	z-index: 9;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}

.xrDiv2 .frDiv .swiper-slide-active .textDiv .dian {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 1px solid #0091CE;
	border-radius: 50%;
	z-index: 9;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}

.xrDiv2 .frDiv .textDiv .dian:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #E6E6E6;
	border-radius: 50%;
}

.xrDiv2 .frDiv .swiper-slide-active .textDiv .dian:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #0091CE;
	border-radius: 50%;
}

.xrDiv2 .frDiv .swiper-slide .wenzi {
	opacity: 0.2;
}

.xrDiv2 .frDiv .swiper-slide-active .wenzi {
	opacity: 1;
	font-weight: bold;
}

.xrDiv2 .swiper-button-next {
	position: absolute;
	left: 3px;
	top: auto;
	bottom: 0;
	background: none;
}

/* .xrDiv2 .frDiv .swiper-slide-active .textDiv .dian{
	background: #0091CE;
} */

.xrDiv2 .frDiv .swiper-container {
	height: 360px;
}

.xrDiv3 {
	background: url(../img/xr_bg2.jpg) no-repeat center center;
	background-size: cover;
}

.xrDiv3 .swiper-button-prev {
	left: -10%;
}

.xrDiv3 .swiper-button-next {
	right: -10%;
}

.xrDiv3 .swiper-button-black {
	width: 55px;
	height: 55px;
	background-color: #FFFFFF;
	border-radius: 50%;
	background-size: 18%;
	top: 37%;
}

.xrDiv3 .swiper-button-black:hover {
	background-color: #0091CE;
}

.xrDiv3 .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.xrDiv3 .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.xrDiv3 .imgDiv img {
	width: 100%;
	height: 100%;
}

.xrDiv3 .imgDiv {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.xrDiv3 .swiper-container {
	padding-bottom: 98px;
}

.xrDiv3 .swiper-pagination {
	width: 480px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: 0;
	background: rgba(255, 255, 255, .16);
}

.xrDiv3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}

.xrDiv4 .content {
	background: #FAFAFA;
	padding: 60px 0 100px 0;
}

.xrDiv4 .content ul li a {
	display: flex;
	align-items: center;
	/* max-width: 350px; */
	padding: 30px 0;
	border-bottom: 1px #E6E6E6 solid;
	position: relative;
	z-index: 9;
}

.xrDiv4 .content ul li .num {
	margin-right: 18px;
}

.xrDiv4 .content ul li {
	position: relative;
}

.xrDiv4 .content ul li .jt {
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	z-index: 9;
	opacity: 0;
	transition: all 0.8s;
	width: 2.5vw;
}

.xrDiv4 .content ul li.active .jt {
	right: 12px;
}

.xrDiv4 .content ul li:before {
	content: "";
	width: 0%;
	height: 100%;
	background: linear-gradient(270deg, #00C4E9 0%, #0091CE 100%);
	/* background: url(../img/proTabBg.png) no-repeat center right;
			background-size:  auto 100%; */
	top: 0%;
	left: -100%;
	position: absolute;
	z-index: 1;
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;

}

.xrDiv4 .content ul li.active:before {
	width: 150%;
	left: -50%;

}

.xrDiv4 .content ul li.active .jt {
	opacity: 1;
}

.xrDiv4 .content ul li.active a {
	border: 0;
	color: #fff;
}

.xrDiv4 .content .wrap {
	display: flex;
	justify-content: space-between;
}

.xrDiv4 .content ul {
	width: 37%;
	margin-top: 15px;
}

.xrDiv4 .content .swDiv {
	width: 63%;
}
.xrDiv4 .content .swDiv img{
	border-radius: 2vw;
	max-height: 23.95vw;
	object-fit: cover;
}

.xrDiv5 {
	padding: 95px 0 160px 0;
	min-height: 30vw;
}

.xrDiv5 .swiper-pagination-bullet-active{
	background: #0091CE;
}

.xrDiv5 .flImg {
	position: absolute;
	left: 0;
	bottom: -6vw;
	width: 13.5vw;
	z-index: 999;
}

.xrDiv5 .frImg {
	position: absolute;
	right: 0;
	top: -6vw;
	width: 13.5vw;
	z-index: 200;
}

.xrDiv5 .content {
	display: flex;
	justify-content: space-between;
}

.xrDiv5 .content .flDiv {
	width: 44.28%;
}

.xrDiv5 .content .frDiv {
	width: 50%;
}

.xrDiv5 .content .frDiv .topDiv {
	height: 100%;
	padding-top: 20px;
}

.xrDiv5 .content .frDiv .swiper-container {
	height: 90%;
	padding-bottom: 20px;
}

.xrDiv5 .content .frDiv .swiper-container .swiper-pagination {
	text-align: left;
	bottom: 1.5vw;
	top: auto;
	height: 2px;
	background: #F2F2F2;
	width: 19vw;
}

.xrDiv5 .content .frDiv .swiper-container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #0091CE;
}

.xrDiv5 .content .frDiv .swiper-pagination-bullet {
	width: 4vw;
	height: 2px;
	border-radius: 0;
	margin: 0;
}


.xrDiv5 .content .frDiv .swiper-button-black {
    width: 2.86vw;
    height:  2.86vw;
    background-color: #FFFFFF;
    border-radius: 50%;
    background-size: 18%;
    top: auto;
	bottom: 0;
	border: 1px #ccc solid;
	/* opacity: 0.8; */
}
.xrDiv5 .swiper-button-prev {
    left: 20vw;
}
.xrDiv5 .swiper-button-next {
    left: 23.8vw;
	right: auto;
}
.xrDiv5 .content .frDiv .swiper-button-black:hover {
	background-color: #0091CE;
}

.xrDiv5 .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.xrDiv5 .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.xrDiv5 .content .frDiv .topDiv .swiper-slide {
	width: 80%;
}

.xrDiv5 .content .frDiv .topDiv .swiper-slide:last-child {
	width: 100%;
}

.xrDiv5 .content .frDiv .topDiv .swiper-slide .txt {
	display: none;
}

.xrDiv5 .content .frDiv .topDiv .swiper-slide-active .txt {
	display: block;
}

.xrDiv5 .content .frDiv .topDiv .swiper-slide-next {
	opacity: 0.35;
}

.xrDiv5 .content .frDiv .bottDiv ul {
	display: flex;
}

.xrDiv5 .content .frDiv .bottDiv ul li {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: relative;
	margin-right: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.xrDiv5 .content .frDiv .bottDiv ul li.active {
	background: #0091CE;
	color: #fff;
}

.xrDiv5 .content .frDiv .bottDiv ul li::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 48%;
	height: 2px;
	background: #E6E6E6;
	width: 50px;
}

.xrDiv5 .content .frDiv .bottDiv ul li:last-child::after {
	display: none;
}


.xrDiv6 {
	position: relative;
	z-index: 99;
}

.xrDiv6 .wenzi {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xrDiv6 .wzSvg {
	height: 44px;
}

.xrDiv6 .wenzi .font48 {
	letter-spacing: 10px;
}


.xrDiv4 {
	margin-top: 40px;
}

.xrDiv4 .content .swDiv {
	background: #fafafa;
	position: relative;
	z-index: 99;

}



.contactBott {
	background: #F2F5F7;
	padding-top: 80px;
	padding-bottom: 100px;
}
.xrDiv6 .font18{
	margin-top: 20px!important;
}

.contactBott .content ul li{
	border-right: 1px #ccc solid;
}
.contactBott .content ul li:last-child{
	border-right: 0;
}

/*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;
	}

	

	.xrDiv1 .content {
		display: block;
	}

	.xrDiv1 .content .wenzi {
		width: 100%;
		margin-top: 30px;
	}

	.par100 {
		padding: 45px 0;
	}

	.font16,
	.font18,
	.font24 {
		font-size: 14px;
	}

	.shuju ul li::after {
		display: none;
	}

	.xrDiv2 .wrap {
		display: block;
	}

	.xrDiv2 .flDiv,
	.xrDiv2 .frDiv {
		width: 100%;
		max-width: 100%;
	}

	

	.xrDiv2 .frDiv .textDiv {
		padding: 25px 0;
		padding-left: 0;
		border: 0;
		border-top: 1px #ccc solid;
		position: relative;
		margin-left: 0;
		margin-top: 10px;
		padding-right: 10px;
	}

	.xrDiv2 .frDiv .textDiv .font36 {
		font-size: 24px;
	}

	.xrDiv2 .frDiv .swiper-container {
		height: auto;
	}

	.xrDiv2 .frDiv .swiper-slide {
		min-height: 120px;
	}

	.xrDiv2 .frDiv {
		margin-top: 30px;
	}

	.xrDiv2 .frDiv .textDiv .dian {
		position: absolute;
		width: 12px;
		height: 12px;
		background: #FFFFFF;
		z-index: 9;
		top: 0px;
		left: 0;
	}

	.xrDiv2 .frDiv .swiper-slide-active .textDiv .dian {
		top: 0;
		left: 0;
	}

	.xrDiv2 .swiper-button-next {
		position: absolute;
		left: auto;
		top: 7px;
		bottom: 0;
		background: none;
		right: -12px;
		transform: rotate(-90deg);
	}

	.xrDiv3 {
		padding: 50px 0 35px 0;
	}

	/* .xrDiv3 .imgDiv {
	    height: 55px;
	} */
	.xrDiv3 .swiper-container {
		padding-bottom: 35px;
		width: 80%;
		margin: 0 auto;
	}

	.xrDiv3 .swiper-pagination {
		width: 100%;
	}

	.xrDiv4 .content .wrap {
		display: block;
	}

	.xrDiv4 .content ul {
		width: 100%;
	}

	.xrDiv3 .swiper-button-black {
		width: 35px;
		height: 35px;
		top: 45%;
	}

	.xrDiv3 .swiper-button-prev {
		left: -10px;
	}

	.xrDiv3 .swiper-button-next {
		right: -10px;
	}

	.xrDiv4 .content ul li a {
		max-width: 100%;
		padding: 15px 0;
	}

	.xrDiv4 .content ul li .jt {
		width: 25px;
		right: 0;
	}

	.xrDiv4 .content {
		padding: 45px 0;
		padding-top: 10px;
	}
	.xrDiv4 .content ul{
		width: 100%;
	}
	.xrDiv4 .content .wrap{
		display: flex;
	}

	.xrDiv4 .content .swDiv {
		width: 100%;
		margin-top: 20px;
	}
	.xrDiv4 .content ul li a {
	    max-width: 100%;
	    padding: 10px 0;
	}
	.xrDiv4 .content{
		padding-top: 40px;
	}

	.xrDiv5 .frImg,
	.xrDiv5 .flImg {
		width: 50px;
	}

	.xrDiv5 .flImg {
		top: auto;
		bottom: 0;
	}

	.xrDiv5 .content {
		display: block;
	}

	.xrDiv5 .content .flDiv,
	.xrDiv5 .content .frDiv {
		width: 100%;
	}

	.xrDiv5 .content .frDiv .topDiv {
		height: 180px;
	}

	.xrDiv6>img {
		height: 200px;
	}

	.xrDiv6 .wenzi .font72 {
		font-size: 24px;
		letter-spacing: 0;
	}

	.xrDiv6 .wenzi .font36 {
		letter-spacing: 0;
		font-size: 18px;
	}

	.par80 {
		padding: 40px 0;
	}

	

	.xrDiv1 .wrap {
		width: 92%;
	}

	/* .font48 {
		font-size: 28px;
	} */

	

	.xrDiv5 {
		padding: 60px 0;
	}

	.xrDiv5 .title {
		padding-left: 6%;
	}

	.xrDiv5 .content .flDiv,
	.xrDiv5 .content .frDiv {
		padding-left: 6%;
		width: 90%;
	}

	.xrDiv6 .wenzi .font48 {
		font-size: 24px;
		letter-spacing: 3px;
	}

	.xrDiv6 .wenzi .mt15 {
		margin-top: 0;
	}

	.shuju ul li:first-child::before {
		display: none;
	}

	.bYear {
		font-size: 36px;
	}

	.xrDiv2 .flDiv {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.xrDiv2 .frDiv:before {
		display: none;
	}

	.xrDiv2 .flDiv .swiper-container {
		height: 100px;
	}

	.xrDiv2 .flDiv .line {
		width: 40px;
		height: 2px;
		background: #0091CE;
		margin-top: 15px;
	}

	.xrDiv2 {
		padding-bottom: 60px;
	}

	
	

	.xrDiv1 {
		background: none;
	}

	.xrDiv2 .bg_wz {
		bottom: 15px;
	}

	.shuju .num .counter {
		font-size: 30px;
	}

	
	.xrDiv2 .flDiv .line{
		width: 35px;
		margin-top: 5px !important;
	}
	.xrDiv6 .wzSvg{
		height: 25px;
	}
	.xrDiv6 .font18{
		letter-spacing: 0;
		font-size: 12px;
		margin-top: 10px!important;
	}
	
	
	.xrDiv2 .frDiv .swiper-slide-active .txt {
	    font-size: 16px;
	}
	.xrDiv4 .content .wrap{
		display: block;
	}
	.xrDiv5 .content .frDiv .swiper-container .swiper-pagination{
		width: 200px;
		bottom: 25px;
	}
	.xrDiv5 .content .frDiv .swiper-button-black{
		width: 30px;
		height: 30px;
		bottom: 10px;
	}
	.xrDiv5 .swiper-button-next{
		left: auto;
		right: 0;
	}
	.xrDiv5 .swiper-button-prev{
		left: auto;
		right: 40px;
	}
	.bn_logo {
		max-height: 20px;
		top: 25px;
		right: 15px;
	}
	.xrDiv4 .content .swDiv img{
		max-height: initial;
	}
	.contactBott .content ul li{
		border-right: 1px #ccc solid;
	}
}


/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:992px) {

	
	.xrDiv6>img {
		height: 260px;
	}

	.xrDiv6 .wenzi .font72 {
		font-size: 36px;
		letter-spacing: 3px;
	}

	.xrDiv1 .wrap {
		width: 92%;
	}

	.xrDiv2 .wrap {
		display: flex;
	}

	.xrDiv2 .flDiv {
		width: 30%;
	}

	.xrDiv2 .frDiv {
		width: 55%;
		padding-bottom: 60px;
	}

	.xrDiv2 .frDiv .swiper-container {
		width: 100%;
	}

	.xrDiv2 .frDiv .textDiv {
		border: 0;
	}

	.xrDiv2 .frDiv .swiper-container {
		height: 210px;
	}

	.xrDiv2 .frDiv .textDiv {
		display: flex;
		align-items: center;
	}

	.xrDiv2 .frDiv .textDiv {
		padding: 35px 0;
		padding-left: 30px;
		position: relative;
		margin-left: 15px;
	}

	.xrDiv2 .frDiv .textDiv .dian {
		position: absolute;
		width: 16px;
		height: 16px;
		background: #FFFFFF;
		border-radius: 50%;
		z-index: 9;
		top: 50%;
		left: -12px;
		transform: translateY(-50%);
	}

	.xrDiv2 .frDiv .swiper-slide-active .textDiv .dian {
		top: 50%;
		left: -12px;
	}

	.xrDiv2 .swiper-button-next {
		position: absolute;
		left: 2px;
		top: auto;
		bottom: 0;
		background: none;
		right: auto;
		transform: rotate(0);
	}

	.xrDiv2 .frDiv .swiper-slide {
		min-height: auto;
	}

	.xrDiv2 .frDiv:before {
		display: block;
	}

	.xrDiv2 .frDiv {
		padding-bottom: 100px;
	}
	.xrDiv4 .content ul{
		width: 40%;
	}
	.xrDiv4 .content .swDiv{
		width: 60%;
		margin-top: 0;
	}
	.xrDiv4 .content .wrap{
		display: flex;
	}

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap {
		width: 94%;
		padding: 0 3%;
		min-width: initial;
	}

	.wrap2 {
		width: 94%;
		margin: 0 auto;
		min-width: initial;
	}

	.xrDiv2 .frDiv {
		width: 48%;
		max-width: 500px;
	}

	.xrDiv3 .swiper-container {
		width: 80%;
	}

	.xrDiv3 .swiper-button-prev {
		left: 3%;
	}

	.xrDiv3 .swiper-button-next {
		right: 2%;
	}

	.xrDiv4 .content .wrap {
		display: block;
	}


	.xrDiv4 .content ul {
		width: 100%;
	}

	.xrDiv4 .content .swDiv {
		width: 100%;
		margin-top: 20px;
	}

	.xrDiv5 .content {
		display: block;
	}

	.xrDiv5 .content .flDiv {
		width: 100%;
	}

	.xrDiv5 .content .frDiv {
		width: 100%;
	}

	.xrDiv6>img {
		height: 350px;
	}

	.xrDiv5 .wrap {
		padding-left: 20%;
	}

	.xrDiv1 .wrap {
		width: 92%;
	}

	.bYear {
		font-size: 60px;
	}
	.xrDiv5{
		padding-bottom: 50px;
	}
	.xrDiv5 .content .frDiv .swiper-container{
		padding-bottom: 50px;
	}
}


@media screen and (min-width:1025px)and (max-width:1500px) {

	body,
	html {
		font-size: 12px;
	}

	.wrap {
		width: 75%;
	}

	.wrap2 {
		margin: 0 auto;
		min-width: 75%;
		width: 75%;
	}
	.bn_logo {
		max-height: 25px;
	}

	.xrDiv4 .content ul li.active .jt {
		width: 30px;
	}

	

	.xrDiv4 .content ul li a {
		padding: 20px 0;
	}

	.bYear {
		font-size: 80px;
	}

	.xrDiv1 .wrap {
		width: 75%;
	}

	

	.xrDiv1 {
		background: url(../img/sc1_bg.png) no-repeat 8% 100%;
		background-size: 28% auto;
	}


	.xrDiv2 .frDiv .swiper-container {
		height: 300px;
	}

	.xrDiv2 .frDiv .swiper-slide-active .txt {
		font-size: 20px;
	}

	
	.xrDiv6 .wzSvg {
		height: 38px;
	}


}

@media screen and (min-width:1501px)and (max-width:1800px) {


	.wrap {
		width: 75%;
	}

	

	.xrDiv1 .wrap {
		width: 75%;
	}

	

	.xrDiv1 {
		background: url(../img/sc1_bg.png) no-repeat 5% 100%;
		background-size: 33% auto;
	}

	.xrDiv6 .wzSvg {
		height: 38px;
	}
	.xrDiv4 .content ul li a{
		padding: 25px 0;
	}

}
