/*top*/
.top-area{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(../images/3-axis-machining/top.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.top-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 62%;
	margin: 0 auto;
}
.top-title{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 72px;
    line-height: 100%;
   letter-spacing: -2px;
	color: #004898;
	text-align: center;
}
.sub-title{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 28px;
    line-height: normal;
	color: #000000;
	text-align: center;
}
.top-desc{
	font-size: 18px;
    line-height: normal;
	color: #333333;
    text-align: center;
}
@media only screen and (max-width: 1599px) {
	.top-container{
		width: 68%;
	}
	.top-title{
		font-size: 60px;
	}
	.sub-title{
		font-size: 24px;
	}
	.top-desc{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1480px) {
	.top-area{
		margin-top: 60px;
	}
	.top-container{
		margin-top: -60px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-container{
		width: 72%;
	}
	.top-title{
		font-size: 50px;
	}
	.sub-title{
		font-size: 22px;
	}
	.top-desc{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.top-area{
		margin-top: 120px;
	}
	.top-container{
		width: 92.4%;
		margin-top: -120px;
	}
	.top-title{
		font-size: 28px;
	}
	.sub-title{
		font-size: 20px;
	}
	.top-desc{
		font-size: 16px;
        line-height: normal;
	}
}
@media only screen and (max-width: 710px) {
	.top-area{
		margin-top: 150px;
	}
	.top-container{
		margin-top: -150px;
	}
}
@media only screen and (max-width: 640px) {
	.top-area{
		margin-top: 180px;
	}
	.top-container{
		margin-top: -180px;
	}
}
@media only screen and (max-width: 565px) {
	.top-area{
		margin-top: 210px;
	}
	.top-container{
		margin-top: -210px;
	}
}
@media only screen and (max-width: 510px) {
	.top-area{
		margin-top: 240px;
	}
	.top-container{
		margin-top: -240px;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 24px;
	}
	.sub-title{
		font-size: 18px;
	}
	.top-desc{
		font-size: 14px;
	}
	.top-area{
		padding-bottom: 145.07%;
		background: url(../images/3-axis-machining/top-m.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 0;
	}
	.top-container{
		margin-top: 0;
	}
}
@media only screen and (max-width: 370px) {
	.top-area{
		margin-top: 50px;
	}
	.top-container{
		margin-top: -50px;
	}
}
@media only screen and (max-width: 330px) {
	.top-container{
		padding-top: 30px;
	}
}

/*part2*/
.subtitle{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 50px;
    line-height: normal;
	color: #000000;
	text-align: center;
}
.third-title{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 40px;
    line-height: normal;
	color: #004898;
	text-align: center;
}
.part-desc{
	font-size: 18px;
    line-height: normal;
	color: #000000;
	text-align: center;
	margin-left: 20.8%;
	margin-right: 20.8%;
}
.part-img{
	display: flex;
	display: -webkit-flex;
}
.part-img-item{
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
}
.part-img-item:last-child{
	margin-right: 0;
}
.img-name{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 28px;
    line-height: normal;
	color: #000000;
	text-align: center;
}
.img-desc{
	font-size: 18px;
    line-height: normal;
	color: #333333;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
}
@media only screen and (max-width: 1599px) {
	.subtitle{
		font-size: 40px;
	}
	.third-title{
		font-size: 30px;
	}
	.part-desc{
		font-size: 16px;
		margin-left: 16%;
		margin-right: 16%;
	}
	.img-desc{
		font-size: 16px;
	}
	.img-name{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1299px) {
	.subtitle{
		font-size: 36px;
	}
	.third-title{
		font-size: 28px;
	}
	.part-desc{
		font-size: 16px;
		margin-left: 14%;
		margin-right: 14%;
	}
	.img-desc{
		font-size: 16px;
	}
	.img-name{
		font-size: 22px;
	}
}
.swiper-container1,
.swiper-container2{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.three-part2{
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.subtitle{
		font-size: 28px;
	}
	.third-title{
		font-size: 22px;
	}
	.part-desc{
		font-size: 16px;
        line-height: normal;
		color: #333333;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	.part-img{
		display: none;
	}
	.swiper-container1,
	.swiper-container2{
		display: block;
	}
	.part-img-item{
		width: 100%;
		margin-right: 0;
	}
	.img-name{
		font-size: 20px;
	}
	.img-desc{
		font-size: 16px;
        line-height: normal;
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.swiper-container{
		padding-bottom: 30px;
	}
	.swiper-pagination {
	    position: absolute;
	    left: 50% !important;
	    transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.swiper-container > .swiper-pagination-bullets{
		bottom: 0;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
		margin: 0 4px;
	    background-color: #C9CACA;
	    opacity: 1;
	    -moz-opacity: 1;
	    -webkit-opacity: 1;
	    filter: alpha(opacity=100);
	}
	.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background-color: #004898;
	}
	.swiper-button-prev, .swiper-button-next {
	    width: 40px;
	    height: 40px;
	    margin-top: 0;
	    transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    background-color: rgba(255,255,255,0.7);
	    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	    font-size: 26px;
	    text-align: center;
        line-height: normal;
	    outline: none;
	    background-image: none;
	    background-size: 100%;
	}
	.swiper-button-prev{
		left: 0;
	}
	.swiper-button-next{
		right: 0;
	}
	.swiper-button-prev .icon---::before,
	.swiper-button-next .icon--8::before {
   		color: #000000;
	}
	.swiper-button-prev1, 
	.swiper-button-next1 {
		top: 34%;
	}
}
@media only screen and (max-width: 571px) {
	.swiper-button-prev1, 
	.swiper-button-next1 {
		top: 30%;
	}
}
@media only screen and (max-width: 480px) {
	.swiper-button-prev1, 
	.swiper-button-next1 {
		top: 28%;
	}
}
@media only screen and (max-width: 450px) {
	.subtitle{
		font-size: 24px;
	}
	.third-title{
		font-size: 20px;
	}
	.part-desc{
		font-size: 14px;
	}
	.img-desc{
		font-size: 14px;
	}
	.img-name{
		font-size: 18px;
	}
	.swiper-container {
    	padding-bottom: 22px;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 7px;
	    height: 7px;
	}
}
@media only screen and (max-width: 350px) {
	.swiper-button-prev1, 
	.swiper-button-next1 {
		top: 26%;
	}
}
@media only screen and (max-width: 330px) {
	.swiper-button-prev1, 
	.swiper-button-next1 {
		top: 23%;
	}
}

/*part3*/
.three-part3{
	background: #F6F6F6;
}
.part3-img1{
	width: 100%;
	padding-bottom: 28.4%;
	background: url(../images/3-axis-machining/part301.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.part3-img2{
	width: 100%;
	padding-bottom: 28.4%;
	background: url(../images/3-axis-machining/part304.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.three-part3{
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.part3-img1{
		padding-bottom: 115.94%;
		background: url(../images/3-axis-machining/part301-m.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.part3-img2{
		padding-bottom: 115.94%;
		background: url(../images/3-axis-machining/part304-m.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-button-prev2, 
	.swiper-button-next2 {
		top: 41%;
	}
}
@media only screen and (max-width: 540px) {
	.swiper-button-prev2, 
	.swiper-button-next2 {
		top: 39%;
	}
}
@media only screen and (max-width: 470px) {
	.swiper-button-prev2, 
	.swiper-button-next2 {
		top: 37%;
	}
}

/*part4*/
.get-soft {
    background-color: #FFFFFF;
}
.ruanjian-items .ruanjian-item {
    background-color: #F6F6F6;
}