@charset "UTF-8";

*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.swiper-button-prev.m-common-prev,
.swiper-button-next.m-common-next {
	background-image: none;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	font-size: 24px;
    line-height: normal;
	text-align: center;
}

.swiper-button-prev.m-common-prev span::before,
.swiper-button-next.m-common-next span::before {
	color: #333;
}

.swiper-button-prev.m-common-prev {
	left: 0;
}

.swiper-button-next.m-common-next {
	right: 0;
}

.swiper4-pagination {
	/*display: none;*/
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.swiper4-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 0 4px;
	background-color: #C9CACA;
	opacity: 1;
}

.swiper4-pagination .swiper-pagination-bullet-active {
	background-color: #004898;
}

.m-wrap {
    line-height: normal;
}

.part-title {
	font-size: 24px;
	text-align: center;
    line-height: normal;
	color: #000;
}

.part-subtitle {
	font-size: 20px;
	text-align: center;
}

.font-size18-m {
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.font-bold {
		font-family: "Noto Sans";
        font-weight: 700;
	}
}

@media only screen and (min-width: 451px) {
	.font-size18-m {
		font-size: 20px;
	}

	.part-title {
		font-size: 26px;
	}

	.part-subtitle {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1025px) {

	.swiper-button-prev.common-prev.swiper-button-disabled,
	.swiper-button-next.common-next.swiper-button-disabled {
		display: none;
	}

	.swiper-button-prev.common-prev,
	.swiper-button-next.common-next {
		display: block;
		background-color: transparent;
		box-shadow: none;
		width: 36px;
		height: 36px;
		background-size: cover;
		opacity: 0;
	}

	.swiper-button-prev.common-prev .icon---,
	.swiper-button-next.common-next .icon--8 {
		display: none;
	}

	.swiper-button-prev.common-prev {
		left: 0;
		background-image: url('http://surfmill.ru/images/common/left-arrow.svg');
	}

	.swiper-button-next.common-next {
		right: 0;
		background-image: url('http://surfmill.ru/images/common/right-arrow.svg');
	}

	.swiper4-pagination {
		display: block;
		bottom: -40px;
	}

	.swiper4-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 7px;
	}

	.m-wrap {
		display: none;
	}

	.font-size18-m {
		font-size: 22px;
	}

	.part-title {
		font-size: 32px;
        line-height: normal;
	}

	.part-subtitle {
		font-size: 28px;
	}
}

@media only screen and (min-width: 1300px) {
	.font-size18-m {
		font-size: 24px;
	}

	.part-title {
		font-size: 40px;
	}

	.part-subtitle {
		font-size: 32px;
	}
}

@media only screen and (min-width: 1400px) {

	.swiper-button-prev.common-prev,
	.swiper-button-next.common-next {
		width: 46px;
		height: 46px;
	}
}

@media only screen and (min-width: 1600px) {
	.font-size18-m {
		font-size: 26px;
	}

	.part-title {
		font-size: 50px;
	}

	.part-subtitle {
		font-size: 40px;
	}
}

@media only screen and (min-width: 1920px) {
	.font-size18-m {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1024px) {

	.slideInUpItem1,
	.slideInUpItem2,
	.slideInUpItem3 {
		animation: none;
		-webkit-animation: none;
	}
}

/*首页banner样式*/
/*--------------------------------------------------*/
.home-banner {
	position: relative;
	aspect-ratio: 1920/900;
	background-image: url('http://surfmill.ru/images/home/banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.home-banner.home-banner-1 {
	background-image: url('http://surfmill.ru/images/home/pc-1.png');
}

.home-banner .home-banner-info {
	position: absolute;
	width: 41%;
	left: 9%;
	right: auto;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.home-banner .home-banner-30th img {
	width: 100%;
}

.home-banner .home-banner-30th.pc {
	display: block;
}

.home-banner .home-banner-30th.mobile {
	display: none;
}

.home-banner .main-title {
	font-family: "Noto Sans";
	font-size: 42px;
	font-weight: 700;
    line-height: normal;
	text-align: left;
	color: #FFFFFF;
	text-shadow: 4px 8px 8px #2053DF;
	margin-left: 0;
	margin-bottom: 40px;
}

.home-banner .banner-subtitle {
	font-family: "Noto Sans";
	font-size: 42px;
	font-weight: 700;
    line-height: normal;
	text-shadow: 4px 8px 8px #2053DF;
	text-align: left;
	margin-bottom: 40px;
	color: #FFFFFF;
}

.home-banner .banner-desc {
	font-size: 24px;
	font-weight: 400;
    line-height: normal;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.home-banner .home-banner-30th-desc {
	padding-left: 20px;
}

.home-banner .banner-desc.with-before::before {
	content: '- ';
	position: absolute;
	left: 0;
}

.home-banner .banner-desc span {
	background-color: #A37E1C;
	border-radius: 30px;
	padding: 5px 10px;
}

.home-banner .btn-wrapper {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-top: 60px;
}

.home-banner .btn-item {
    padding: 8px 30px;
	position: relative;
	border: 1px solid #FFF;
	border-radius: 18px;
    line-height: normal;
	text-align: center;
	background-color: rgba(255, 255, 255, .2);
	color: #FFF;
	margin: 0;
	margin-right: 15px;
    line-height: normal;
	border-radius: 21px;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	top: 0;
}

.home-banner .btn-item:hover {
	top: -5px;
}

.home-banner .btn-item:last-child {
	margin-right: 0;
}

.home-banner .btn-item.active {
	background-color: #FFF;
	color: #004898;
}

.swiper-container-horizontal>.swiper-pagination-bullets.home-banner-pagination {
	bottom: 24px;
}

.home-banner-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 100px;
	height: 6px;
	border-radius: 10px;
	background: #FFFFFF66;
	margin: 0px 20px !important;
	opacity: 1;
}

.home-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFFE5;
}

@media only screen and (max-width: 1600px) {
	

	.home-banner .main-title {
		font-size: 36px;
        line-height: normal;
		margin-bottom: 32px;
	}

	.home-banner .banner-subtitle {
		font-size: 40px;
        line-height: normal;
		margin-bottom: 32px;
	}

	.home-banner .banner-desc {
		font-size: 18px;
        line-height: normal;
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 1441px) {

	.home-banner .banner-subtitle {
		font-size: 37px;
	}
}

@media only screen and (max-width: 1024px) {
	.home-banner {
		aspect-ratio: 750/1088;
		background-image: url('http://surfmill.ru/images/home/banner_m.jpg');
	}

	.home-banner.home-banner-1 {
		background-image: url('http://surfmill.ru/images/home/SJ-1.png');
	}

	.home-banner .home-banner-info {
		top: 24px;
		left: 0;
		right: 0;
		/* padding-top: 40px; */
		transform: translateY(0%);
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		width: 100%;
		max-width: 450px;
		margin: 0px auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.home-banner .main-title {
		font-size: 20px;
        line-height: normal;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 6px;
		text-shadow: 2px 4px 4px #2053DF;
	}

	.home-banner .home-banner-30th-desc {
		padding-left: 10px;
	}

	.home-banner .banner-subtitle {
		font-size: 30px;
        line-height: normal;
		text-align: center;
		margin-bottom: 24px;
		text-shadow: 2px 4px 4px #2053DF;
	}

	.home-banner .banner-desc {
		font-size: 14px;
        line-height: normal;
		margin-bottom: 12px;
	}

	.home-banner .banner-desc span {
		padding: 2px 8px;
	}

	.home-banner .btn-wrapper {
		display: block;
		margin-top: 14px;
	}

	.home-banner .btn-item {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.home-banner .btn-item:last-child {
		margin: 0 auto;
		margin-bottom: 0;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets.home-banner-pagination {
		bottom: 14px;
	}

	.home-banner-pagination .swiper-pagination-bullet {
		display: inline-block;
		width: 80px;
		height: 4px;
		border-radius: 10px;
		margin: 0px 12px !important;
	}
}

/*--------------------------------------------------*/

/*SurfMill9.0专业的五轴编程体验*/
/*--------------------------------------------------*/
.part2-swiper {
	padding: 8px 52px;
}

.part2-swiper .swiper-slide {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	padding-bottom: 20px;
    height: auto;
}

.part2-swiper .swiper-slide img {
	display: block;
	width: 100%;
}

.part2-swiper .swiper2-info {
	/* position: absolute; */
	/* left: 15px; */
	/* right: 15px; */
	/* bottom: 0; */
	text-align: center;
    margin-bottom: 0;
    margin-top: -30%;
}

.part2-swiper .slide-title {
    margin-bottom: 9px;
    line-height: 1.1;
	color: #004898;
    padding-left: 8px;
    padding-right: 8px;
}

.part2-swiper .slide-desc {
    margin-bottom: 0;
	color: #333;
    padding-left: 8px;
    padding-right: 8px;
}

.part2-desc {
	text-align: left;
}

.part2-more {
	display: block;
	font-size: 16px;
	color: #004898;
	text-align: center;
}

.part2-more:hover {
	color: #004898;
}

@media only screen and (max-width: 375px) {
	.part2-swiper .slide-title {
		font-size: 16px;
	}

	.part2-swiper .slide-desc {
		font-size: 12px;
        line-height: normal;
	}
}

@media only screen and (max-width: 350px) {
	.part2-swiper .swiper-slide {
		padding-bottom: 50px;
	}

	.part2-swiper .slide-title {
		font-size: 16px;
	}

	.part2-swiper .slide-desc {
        line-height: normal;
	}

	.part2-swiper .slide-more {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1025px) {

	.part2-swiper .swiper2-next,
	.part2-swiper .swiper2-prev {
		display: none;
	}

	.part2-swiper .slide-title {
		color: #000;
	}

	.part2-desc {
		text-align: center;
	}

	.part2-more {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	.part2-more {
		font-size: 24px;
	}
}

/*--------------------------------------------------*/


/*SurfMill9.0实践数字化生产*/
/*--------------------------------------------------*/
.part3-item1,
.part3-item2 {
	position: relative;
	text-align: center;
	padding-bottom: calc(1188 / 750 * 100%);
	background-repeat: no-repeat;
	background-size: cover;
}

.part3-item1 {
	background-image: url('http://surfmill.ru/images/home/bg3_m.jpg');
}

.part3-item2 {
	background-image: url('http://surfmill.ru/images/home/bg4_m.jpg');
}

.part3-item1 .part3-wrapper,
.part3-item2 .part3-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.part3-item1 .part-subtitle {
	color: #004898;
}

.part3-item1 .part3-more {
	color: #004898;
	font-size: 16px;
}

.part3-item2 .part-subtitle,
.part3-item2 .part3-item-desc,
.part3-item2 .part3-more .more-button,
.part3-item2 .part3-more .more-button .icon--6::before,
.part3-item2 .gicon-desc {
	color: #FFF;
}

.part3-item2 .part3-more {
	font-size: 16px;
}

.part3-item2 .gicon-desc {
    line-height: normal;
    font-size: 20px;
    text-align: center;
}

.part3-item1 .part3-item-desc,
.part3-item2 .part3-item-desc {
	text-align: left;
}

.part3-item1 .gicon-items,
.part3-item2 .gicon-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.part3-item1 .gicon-item {
	width: calc((100% - 30px) / 3);
	margin: 0;
	margin-right: 15px;
	margin-bottom: 18px;
}

.part3-item2 .gicon-item {
	width: calc((100% - 40px) / 3);
	margin: 0;
	margin-right: 20px;
	margin-bottom: 18px;
}

.part3-item1 .gicon-item .gicon {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-color: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 16px rgba(58, 150, 252, .15);
	/*#3a96fc*/
}
.part3-item1 .gicon-item .gicon-desc {
    font-size: 20px;
    text-align: center;
}

.part3-item2 .gicon-item .gicon {
	width: 100%;
	padding-bottom: 100%;
}

.part3-item2 .bg-line {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	width: 67%;
	padding-bottom: calc(378 / 500 * 51%);
	background-image: url('http://surfmill.ru/images/home/bg4-2_m.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.part3-item2 .bg-cursor {
	position: absolute;
	/*bottom: -15%;*/
	bottom: -10.5%;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	/*width: 15%;*/
	width: 38%;
	padding-bottom: 38%;
	background-color: rgba(255, 255, 255, .75);
	border-radius: 50%;
}

.part3-item2 .bg-cursor .bg-cursor-info {
	position: absolute;
	display: block;
	bottom: 50%;
	width: 100%;
}

.part3-item2 .bg-cursor .bg-cursor-desc {
	font-size: 20px!important;
	text-align: center;
	color: #004898;
}

.part3-item2 .bg-cursor img {
	display: block;
	/*width: 30%;*/
	width: 28%;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
}

.part3-item1 .gicon-item .gicon img,
.part3-item2 .gicon-item .gicon img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 55%;
}

@media only screen and (min-width: 370px) {
	.part3-item2 .bg-line {
		padding-bottom: calc(378 / 500 * 62%);
	}
}

@media only screen and (min-width: 451px) {
	.part3-item2 .bg-line {
		padding-bottom: calc(378 / 500 * 67%);
		bottom: 30px;
	}
}

@media only screen and (min-width: 550px) {
	.part3-item2 .bg-line {
		bottom: 60px;
	}

}

@media only screen and (max-width: 1024px) {

	.part3-item1 .gicon-item:nth-child(3n),
	.part3-item2 .gicon-item:nth-child(3n) {
		margin-right: 0;
	}

	.part3-item1 .gicon-item:last-child,
	.part3-item2 .gicon-item:last-child {
		margin-right: 0;
	}
}

@media only screen and (min-width: 550px) and (max-width: 600px) {
	.part3-item2 .gicon-items {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
	.part3-item2 .gicon-items {
		margin-top: 60px;
	}
}

@media only screen and (min-width: 1025px) {

	.part3-item1,
	.part3-item2 {
		padding-bottom: calc(900 / 1920 * 100%);
	}

	.part3-item1 .part3-item-desc,
	.part3-item2 .part3-item-desc {
		text-align: center;
	}

	.part3-item1 .part3-more,
	.part3-item2 .part3-more {
		font-size: 20px;
	}

	/*.part3-item1 .gicon-item:nth-child(3n),
	.part3-item2 .gicon-item:nth-child(3n) {
		margin-right: auto;
	}*/
	.part3-item1 {
		background-image: url('http://surfmill.ru/images/home/bg3.jpg');
	}

	.part3-item2 {
		background-image: url('http://surfmill.ru/images/home/bg4.jpg');
	}

	.part3-item2 .bg-line {
		width: 46.5%;
		bottom: 30px;
		padding-bottom: calc(207 / 946 * 46.5%);
		background-image: url('http://surfmill.ru/images/home/bg4-2.png');
	}

	.part3-item2 .bg-cursor {
		bottom: -15%;
		width: 15%;
		padding-bottom: 15%;
	}

	.part3-item2 .bg-cursor .bg-cursor-desc {
		transition: all .4s;
		font-size: 24px;
		opacity: 1;
	}

	.part3-item2 .bg-cursor img {
		position: relative;
		margin-bottom: 6px;
		transition: all .4s;
		-o-transition: all .4s;
		-ms-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
		top: 0;
	}

	.part3-item2 .bg-cursor:hover img {
		transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
		top: 15px;
	}

	.part3-item2 .bg-cursor:hover .bg-cursor-desc {
		opacity: 0;
	}

	.part3-item1 .gicon-item {
		width: 12%;
		margin: 0 2.5%;
	}

	.part3-item2 .gicon-item {
		width: 24%;
		margin-right: 0;
		text-align: center;
	}

	.part3-item1 .gicon-item .gicon {
		transition: all .4s;
		-o-transition: all .4s;
		-ms-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
	}

	.part3-item1 .gicon-item:hover .gicon {
		margin-top: -5px;
	}

	.part3-item2 .gicon-item img {
		width: 50%;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
	.part3-item2 .gicon-items {
		margin-top: 30px;
	}

	.part3-item2 .part-subtitle {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1200px) {
	.part3-item2 .bg-line {
		width: 45%;
		padding-bottom: calc(207 / 946 * 45%);
	}
}

@media only screen and (min-width: 1300px) {
	.part3-item2 .bg-cursor .bg-cursor-desc {
		font-size: 24px;
	}

	.part3-item2 .bg-line {
		bottom: 40px;
		width: 43%;
		padding-bottom: calc(207 / 946 * 43%);
	}
}

@media only screen and (min-width: 1600px) {
	.part3-item2 .bg-cursor .bg-cursor-desc {
		font-size: 24px;
	}

	.part3-item2 .bg-line {
		bottom: 60px;
		width: 44%;
		padding-bottom: calc(207 / 946 * 44%);
	}

	.part3-item1 .part3-more,
	.part3-item2 .part3-more {
		font-size: 24px;
	}
}

@media only screen and (max-width: 350px) {
	.part3-item2 .bg-line {
		display: none;
	}

	.part3-item1 .part-subtitle,
	.part3-item2 .part-subtitle {
        line-height: normal;
	}

	.part3-item1 .part3-item-desc,
	.part3-item2 .part3-item-desc {
		margin-bottom: 8px;
	}

	.part3-item1 .gicon-items,
	.part3-item2 .gicon-items {
		margin-top: 24px;
	}

	.part3-item1 .gicon-item {
		width: calc((100% - 90px) / 3);
		margin-right: 30px;
	}

	.part3-item .font-size18-m {
		font-size: 14px;
	}
}

/*--------------------------------------------------*/


/*SurfMill9.0软件典型Примеры внедрения*/
/*--------------------------------------------------*/
.home-part4 {
	position: relative;
}

.part4-swiper-wrapper {
	position: relative;
}

.home-part4 .swiper4-prev,
.home-part4 .swiper4-next {
	top: 39%;
}

.part4-swiper .swiper-slide {
	position: relative;
	/*margin-bottom: 16px;*/
}

.part4-swiper .part4-img-wrapper {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.part4-swiper .swiper-slide img {
	display: block;
	width: 100%;
}

.part4-swiper .swiper-slide .pc-img {
	display: none;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

.part4-swiper .swiper-slide:hover .pc-img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.part4-swiper .swiper-slide .img-mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.part4-swiper .swiper-slide .part4-info {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
}

.part4-swiper .swiper-slide .part4-img-tag {
	display: inline-block;
	margin-bottom: 9px;
    line-height: normal;
	padding: 0 6px;
	background-color: rgba(255, 255, 255, .8);
	font-size: 12px;
	color: #333;
}

.part4-swiper .swiper-slide .part4-img-title {
	color: #FFF;
	font-size: 16px;
}

.part4-swiper .swiper-slide .effect-group-container {
    width: fit-content;
    margin-left: auto;
    margin-top: 10px;
    border-radius: 17px;
    overflow: hidden;
}
.part4-swiper .swiper-slide .part4-btn {
	height: auto;
    line-height: normal;
	color: #FFF;
	text-align: center;
	/*border: 1px solid #004898;*/
	border-radius: 17px;
	background-color: #004898;
	margin-left: auto;
    width: fit-content;
	cursor: pointer;
}

.part4-swiper .swiper4-next,
.part4-swiper .swiper4-prev {
	margin-top: -45px;
}

@media only screen and (max-width: 1024px) {
	.home-part4 .swiper4-prev {
		left: 15px;
	}

	.home-part4 .swiper4-next {
		right: 15px;
	}

	.home-banner .home-banner-30th.pc {
		display: none;
	}

	.home-banner .home-banner-30th.mobile {
		display: block;
	}
}

@media only screen and (min-width: 400px) {

	.home-part4 .swiper4-prev,
	.home-part4 .swiper4-next {
		top: 41%;
	}
}

@media only screen and (min-width: 451px) {
	.part4-swiper .swiper-slide .part4-img-title {
		font-size: 18px;
	}

	.home-part4 .swiper4-prev,
	.home-part4 .swiper4-next {
		top: 45%;
	}
}

@media only screen and (min-width: 1025px) {

	.home-part4 .swiper4-prev,
	.home-part4 .swiper4-next {
		top: 50%;
	}

	.part4-swiper-wrapper .common-prev,
	.part4-swiper-wrapper .common-next {
		transition: all .4s;
		-o-transition: all .4s;
		-ms-transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
	}

	.part4-swiper-wrapper:hover .common-prev,
	.part4-swiper-wrapper:hover .common-next {
		opacity: 0.7;
	}

	.part4-swiper-wrapper .common-prev:hover,
	.part4-swiper-wrapper .common-next:hover {
		opacity: 0.9;
	}

	.part4-swiper-wrapper:hover .common-prev {
		left: 40px;
	}

	.part4-swiper-wrapper:hover .common-next {
		right: 40px;
	}

	.part4-swiper .swiper-slide .pc-img {
		display: block;
	}

	.part4-swiper .swiper-slide .m-img {
		display: none;
	}

	.part4-swiper .swiper-slide .part4-img-title {
		font-size: 20px;
	}

	.part4-swiper .swiper-slide .part4-img-tag {
		margin-bottom: 12px;
		padding: 0 10px;
		font-size: 16px;
        line-height: normal;
	}
}

@media only screen and (min-width: 1300px) {
	.part4-swiper-wrapper:hover .common-prev {
		left: 20px;
	}

	.part4-swiper-wrapper:hover .common-next {
		right: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	.part4-swiper .swiper-slide .part4-img-tag {
		margin-bottom: 18px;
		font-size: 18px;
        line-height: normal;
	}
}

/*--------------------------------------------------*/

/* 临时通知 */
.notation {
	width: 100%;
    line-height: normal;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 50px;
	color: #004898;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	align-items: center;
	background-color: #e9e9e9;
}
.notation_text {
	flex-grow: 1;
}