/*top*/
.top-area{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(../images/gongyi/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: 640px) {
	.top-area{
		margin-top: 160px;
	}
	.top-container{
		margin-top: -160px;
	}
}
@media only screen and (max-width: 535px) {
	.top-area{
		margin-top: 200px;
	}
	.top-container{
		margin-top: -200px;
	}
}
@media only screen and (max-width: 450px) {
	.top-area{
		padding-bottom: 144.53%;
		background: url(../images/gongyi/top-m.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 0;
	}
	.top-container{
		margin-top: 0;
	}
	.top-title{
		font-size: 24px;
	}
	.sub-title{
		font-size: 18px;
	}
	.top-desc{
		font-size: 14px;
	}
}
@media only screen and (max-width: 350px) {
	.top-container{
		padding-top: 30px;
	}
	.top-area{
		margin-top: 40px;
	}
	.top-container{
		margin-top: -40px;
	}
}

/*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% - 32px) / 3);
	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;
}
@media only screen and (max-width: 1599px) {
	.subtitle{
		font-size: 40px;
	}
	.third-title{
		font-size: 30px;
	}
	.part-desc{
		font-size: 16px;
		margin-left: 15%;
		margin-right: 15%;
	}
	.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-name{
		font-size: 22px;
	}
}
.swiper-container,
.div-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.gy-part2{
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.subtitle{
		font-size: 28px;
	}
	.third-title{
		font-size: 22px;
        line-height: normal;
	}
	.part-desc{
		font-size: 16px;
        line-height: normal;
		color: #333333;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
	}
	.part-img,
	.div-pc{
		display: none;
	}
	.swiper-container,
	.div-m{
		display: block;
	}
	.img-name{
		font-size: 20px;
	}
	.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-container4 > .swiper-pagination-bullets {
    	bottom: 85px;
	}*/
	.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%;
	    top: 44%;
	}
	.swiper-button-prev{
		left: 0;
	}
	.swiper-button-next{
		right: 0;
	}
	.swiper-button-prev .icon---::before,
	.swiper-button-next .icon--8::before {
   		color: #000000;
	}
}
@media only screen and (max-width: 715px) {
	.gy-part2 .subtitle{
        line-height: normal;
	}
}
@media only screen and (max-width: 650px) {
	.swiper-button-prev, .swiper-button-next {
		top: 42%;
	}
}
@media only screen and (max-width: 500px) {
	.swiper-button-prev, .swiper-button-next {
		top: 39%;
	}
}
@media only screen and (max-width: 450px) {
	.subtitle{
		font-size: 24px;
	}
	.third-title{
		font-size: 20px;
	}
	.part-desc{
		font-size: 14px;
	}
	.img-name{
		font-size: 18px;
	}
	/*.swiper-container > .swiper-pagination-bullets{
		bottom: 42px;
	}
	.swiper-container4 > .swiper-pagination-bullets {
    	bottom: 70px;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 7px;
	    height: 7px;
	}*/
	.swiper-container {
    	padding-bottom: 22px;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 7px;
	    height: 7px;
	}
	.swiper-button-prev, .swiper-button-next {
		top: 41%;
	}
}
@media only screen and (max-width: 366px) {
	/*.swiper-container4 > .swiper-pagination-bullets {
    	bottom: 90px;
	}*/
}
@media only screen and (max-width: 345px) {
	.long-title{
		font-size: 18px;
	}
}

/*part3*/
.gy-part3{
	background: #F6F6F6;
}
.part-img-item1{
	width: calc((100% - 48px) / 4);
	margin-right: 16px;
}
.part-img-item1:last-child{
	margin-right: 0;
}
.part-img-item2{
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
}
.part-img-item2:last-child{
	margin-right: 0;
}
.long-part .img-name{
	font-size: 24px;
    line-height: normal;
}
.img-name-bottom{
	margin-right: 5%;
}
@media only screen and (max-width: 1599px) {
	.long-part .img-name{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1299px) {
	.long-part .img-name{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1075px) {
	.long-part .img-name{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1024px) {
	.gy-part3 {
    	padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.gy-part3 .subtitle{
        line-height: normal;
	}
	.gy-part3 .part-desc{
		text-align: center;
	}
	.swiper-container4{
		width: 107.6%;
		margin-left: -3.8%;
	}
	.swiper-container4 .swiper-slide img{
		width: 100%;
	}
	.swiper-button-prev4, .swiper-button-next4 {
		top: 45%;
	}
	.long-part .img-name{
		font-size: 18px;
        line-height: normal;
	}
	.img-name-bottom{
		margin-right: 2.5%;
	}
	.swiper-button-prev5, .swiper-button-next5 {
		top: 45%;
	}
}
@media only screen and (max-width: 700px) {
	.swiper-button-prev4, .swiper-button-next4 {
		top: 42%;
	}
}
@media only screen and (max-width: 650px) {
	.img-name-bottom{
		margin-right: 3%;
	}
}
@media only screen and (max-width: 500px) {
	.swiper-button-prev4, .swiper-button-next4 {
		top: 40%;
	}
	.swiper-button-prev5, .swiper-button-next5 {
		top: 42%;
	}
	.img-name-bottom{
		margin-right: 3.5%;
	}
}
@media only screen and (max-width: 450px) {
	.long-part .img-name{
		font-size: 16px;
	}
	.img-name-bottom{
		margin-right: 4%;
	}
}
@media only screen and (max-width: 370px) {
	.swiper-button-prev4, .swiper-button-next4 {
		top: 38%;
	}
	.swiper-button-prev5, .swiper-button-next5 {
		top: 40%;
	}
	.img-name-bottom{
		margin-right: 4.5%;
	}
}
@media only screen and (max-width: 340px) {
	.long-part .img-name{
		font-size: 15px;
	}
}
@media only screen and (max-width: 330px) {
	.gy-part3 .subtitle{
	}
}
@media only screen and (max-width: 325px) {
	.long-part .img-name {
    	font-size: 14px;
	}
}

/*part4*/
.get-soft {
    background-color: #FFFFFF;
}
.ruanjian-items .ruanjian-item {
    background-color: #F6F6F6;
}
@media only screen and (max-width: 1024px) {
	.get-soft .subtitle{
		margin-left: 0;
		margin-right: 0;
	}
}