/*top*/
.top-area{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(../images/lixin/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-title{
		font-size: 24px;
	}
	.sub-title{
		font-size: 18px;
	}
	.top-desc{
		font-size: 14px;
	}
}
@media only screen and (max-width: 380px) {
	.top-area{
		padding-bottom: 145.07%;
		background: url(../images/lixin/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: 340px) {
	.top-container{
		padding-top: 30px;
	}
}

/*part23*/
.lixin-part3{
	background: #F6F6F6;
}
.subtitle{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 50px;
    line-height: normal;
	color: #000000;
	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: 24px;
    line-height: 100%;
	color: #004898;
	text-align: center;
}
@media only screen and (max-width: 1599px) {
	.subtitle{
		font-size: 40px;
	}
	.part-desc{
		font-size: 16px;
		margin-left: 16%;
		margin-right: 16%;
	}
}
@media only screen and (max-width: 1299px) {
	.subtitle{
		font-size: 36px;
	}
	.part-desc{
		font-size: 16px;
		margin-left: 14%;
		margin-right: 14%;
	}
	.img-name{
		font-size: 22px;
	}
}
.swiper-container1,
.swiper-container2{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.lixin-part2,
	.lixin-part3{
		padding-left: 3.8%;
		padding-right: 3.8%
	}
	.subtitle{
		font-size: 28px;
	}
	.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;
	}
	.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%;
	    top: 43%;
	}
	.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: 540px) {
	.swiper-button-prev, .swiper-button-next {
		top: 40%;
	}
}
@media only screen and (max-width: 450px) {
	.subtitle{
		font-size: 24px;
	}
	.part-desc{
		font-size: 14px;
	}
	.img-name{
		font-size: 18px;
	}
	.swiper-container {
    	padding-bottom: 22px;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 7px;
	    height: 7px;
	}
}

/*part4*/
.lixin-part4{
	position: relative;
}
.lixin-part4 figure{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(../images/lixin/part4.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.part4-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.lixin-part4 .subtitle,
.lixin-part4 .part-desc,
.lixin-part4 .img-name{
	color: #FFFFFF;
}
.lixin-part4 .part-desc{
	margin-left: 19.2%;
	margin-right: 19.2%;
}
.lixin-part4 .part-img{
	justify-content: center;
	-webkit-justify-content: center;
}
.part-arrow{
	width: 80px;
	height: 34px;
	margin-left: -26px;
	margin-right: -26px;
	margin-top: 93px;
}
.part-circle{
	width: 220px;
}
.part-circle-top{
	width: 220px;
	height: 220px;
	background: rgba(255,255,255,0.6);
	padding: 50px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.part-circle img{
	width: 120px;
	height: 120px;
}
@media only screen and (max-width: 1700px) {
	.part-arrow{
		width: 75px;
		height: 24px;
		margin-left: -25px;
		margin-right: -25px;
		margin-top: 78px;
	}
	.part-circle{
		width: 180px;
	}
	.part-circle-top{
		width: 180px;
		height: 180px;
		padding: 40px;
	}
	.part-circle img{
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width: 1400px) {
	.part-arrow{
		width: 65px;
		height: 16px;
		margin-left: -21px;
		margin-right: -21px;
		margin-top: 67px;
	}
	.part-circle{
		width: 160px;
	}
	.part-circle-top{
		width: 160px;
		height: 160px;
		padding: 37px;
	}
	.part-circle img{
		width: 86px;
		height: 86px;
	}
}
@media only screen and (max-width: 1299px) {
	.part-arrow{
		width: 60px;
		height: 14px;
		margin-left: -19px;
		margin-right: -19px;
		margin-top: 61px;
	}
	.part-circle{
		width: 140px;
	}
	.part-circle-top{
		width: 140px;
		height: 140px;
		padding: 32px;
	}
	.part-circle img{
		width: 76px;
		height: 76px;
	}
}
@media only screen and (max-width: 1100px) {
	.part-arrow{
		width: 55px;
		height: 11px;
		margin-left: -17px;
		margin-right: -17px;
		margin-top: 55px;
	}
	.part-circle{
		width: 130px;
	}
	.part-circle-top{
		width: 130px;
		height: 130px;
		padding: 30px;
	}
	.part-circle img{
		width: 70px;
		height: 70px;
	}
}
.div-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.div-pc{
		display: none;
	}
	.div-m{
		display: flex;
		display: -webkit-flex;
	}
	.lixin-part4 figure{
		padding-bottom: 158.4%;
		background: url(../images/lixin/part4-m.png);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.lixin-part4 .part-desc{
		margin-left: 3.8%;
		margin-right: 3.8%;
	}
	.part-arrow{
		width: 85px;
		height: 32px;
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 65px;
	}
	.part-circle{
		width: 160px;
	}
	.part-circle-top{
		width: 160px;
		height: 160px;
		padding: 40px;
	}
	.part-circle img{
		width: 80px;
		height: 80px;
	}
	.part-arrow-bottom{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		margin: 16px auto -10px auto;
	}
	.part-arrow img{
		width: 85px;
		height: 32px;
	}
	.part-arrow-left{
		transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-o-transform:rotate(180deg);
	}
}
@media only screen and (max-width: 600px) {
	.part-circle{
		width: 140px;
	}
	.part-circle-top{
		width: 140px;
		height: 140px;
		padding: 32px;
	}
	.part-circle img{
		width: 76px;
		height: 76px;
	}
	.part-arrow{
		width: 75px;
		height: 28px;
		margin-left: -25px;
		margin-right: -25px;
		margin-top: 56px;
	}
	.part-arrow-bottom{
		margin: 16px auto -5px auto;
	}
	.part-arrow img{
		width: 75px;
		height: 28px;
	}
}
@media only screen and (max-width: 500px) {
	.part-circle{
		width: 120px;
	}
	.part-circle-top{
		width: 120px;
		height: 120px;
		padding: 27px;
	}
	.part-circle img{
		width: 66px;
		height: 66px;
	}
	.part-arrow{
		width: 62px;
		height: 23px;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 48px;
	}
	.part-arrow-bottom{
		margin: 16px auto -5px auto;
	}
	.part-arrow img{
		width: 62px;
		height: 23px;
	}
}
@media only screen and (max-width: 440px) {
	.part-circle{
		width: 110px;
	}
	.part-circle-top{
		width: 110px;
		height: 110px;
		padding: 25px;
	}
	.part-circle img{
		width: 60px;
		height: 60px;
	}
	.part-arrow{
		width: 40px;
		height: 17px;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 45px;
	}
	.part-arrow-bottom{
		margin: 16px auto -5px auto;
	}
	.part-arrow img{
		width: 40px;
		height: 17px;
	}
}
@media only screen and (max-width: 373px) {
	.part4-content{
		padding-top: 30px;
	}
	.part4-content .subtitle{
		margin-bottom: 12px;
	}
	.part4-content .part-desc{
		margin-bottom: 24px;
	}
	.part4-content .img-name{
		font-size: 16px;
	}
	.part-circle{
		width: 100px;
	}
	.part-circle-top{
		width: 100px;
		height: 100px;
		padding: 23px;
	}
	.part-circle img{
		width: 54px;
		height: 54px;
	}
	.part-arrow{
		width: 35px;
		height: 14px;
		margin-left: -12px;
		margin-right: -12px;
		margin-top: 43px;
	}
	.part-arrow-bottom{
		margin: 16px auto -8px auto;
	}
	.part-arrow img{
		width: 35px;
		height: 14px;
	}
}
@media only screen and (max-width: 340px) {
	.part-circle{
		width: 90px;
	}
	.part-circle-top{
		width: 90px;
		height: 90px;
		padding: 21px;
	}
	.part-circle img{
		width: 48px;
		height: 48px;
	}
	.part-arrow{
		width: 30px;
		height: 13px;
		margin-left: -11px;
		margin-right: -11px;
		margin-top: 39px;
	}
	.part-arrow-bottom{
		margin: 12px auto -8px auto;
	}
	.part-arrow img{
		width: 30px;
		height: 13px;
	}
}