/*top*/
.top-area{
	width: 100%;
	padding-bottom: 46.875%;
	background: url(../images/anli/anli3/top.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.top-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 52%;
}
.top-title{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 72px;
    line-height: 100%;
   letter-spacing: -2px;
	color: #004898;
}
.sub-title{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 40px;
    line-height: normal;
	color: #000000;
}
.top-desc{
	font-size: 18px;
    line-height: normal;
	color: #333333;
}
.yaoqiu{
	font-family: "Noto Sans";
    font-weight: 700;
	font-size: 28px;
    line-height: normal;
	color: #000000;
}
.part1-table-pc {
	width: 70%;
}
.part1-table .part1-table-item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.part1-table .part1-table-item .part1-table-title, 
.part1-table .part1-table-item .part1-table-desc {
    background-color: #f6f6f6;
}
.part1-table .part1-table-item:nth-child(2n+1) .part1-table-title, 
.part1-table .part1-table-item:nth-child(2n+1) .part1-table-desc {
    background-color: #eee;
}
.part1-table .part1-table-title {
    width: 130px;
    margin-right: 8px;
    text-align: center;
    padding: 5px 0;
}
.part1-table .part1-table-desc {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    padding: 5px 24px;
}
.part1-table ul.part1-table-desc {
    padding-bottom: 17px;
}
.spot-li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.spot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-top: 14px;
    margin-right: 8px;
}
.spot-li span:last-child {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}
@media only screen and (max-width: 1725px) {
	.top-area{
		margin-top: 60px;
	}
	.top-container{
		margin-top: -60px;
	}
	.part1-table-pc {
    	width: 76%;
	}
}
/*@media only screen and (max-width: 1630px) {
	.top-area{
		margin-top: 100px;
	}
	.top-container{
		margin-top: -100px;
	}
}*/
@media only screen and (max-width: 1599px) {
	.top-area{
		margin-top: 0;
	}
	.top-container{
		margin-top: 0;
	}
	.top-title{
		font-size: 60px;
	}
	.sub-title{
		font-size: 32px;
	}
	.top-desc{
		font-size: 16px;
	}
	.yaoqiu{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1540px) {
	.top-area{
		margin-top: 60px;
	}
	.top-container{
		margin-top: -60px;
	}
}
@media only screen and (max-width: 1465px) {
	.top-area{
		margin-top: 100px;
	}
	.top-container{
		margin-top: -100px;
	}
}
@media only screen and (max-width: 1395px) {
	.top-area{
		margin-top: 130px;
	}
	.top-container{
		margin-top: -130px;
	}
}
@media only screen and (max-width: 1365px) {
	.top-area{
		margin-top: 160px;
	}
	.top-container{
		margin-top: -160px;
	}
}
@media only screen and (max-width: 1299px) {
	.top-container{
		width: 55%;
	}
	.top-title{
		font-size: 50px;
	}
	.sub-title{
		font-size: 30px;
	}
	.top-desc{
		font-size: 16px;
	}
	.yaoqiu{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1280px) {
	.top-area{
		margin-top: 190px;
	}
	.top-container{
		margin-top: -190px;
	}
}
@media only screen and (max-width: 1125px) {
	.top-container{
		width: 62%;
	}
}
@media only screen and (max-width: 1070px) {
	.top-area{
		margin-top: 210px;
	}
	.top-container{
		margin-top: -210px;
	}
}
.div-m{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.top-area{
		padding-bottom: 145.07%;
		background: url(../images/anli/anli3/top-m.jpg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
		margin-top: 0;
	}
	.top-container{
		margin: 0;
		width: 92.4%;
		left: 3.8%;
		right: 3.8%;
	}
	.top-title{
		font-size: 28px;
		text-align: center;
	}
	.sub-title{
		font-size: 20px;
		text-align: center;
	}
	.top-desc{
		font-size: 16px;
        line-height: normal;
	}
	.div-pc{
		display: none;
	}
	.div-m{
		display: block;
	}
	.yaoqiu{
		font-size: 28px;
		text-align: center;
	}
	.part1-table{
		width: 92.4%;
		margin: 0 auto;
	}
	.part1-table .part1-table-title {
	    width: 98px;
	    margin-right: 8px;
	    text-align: center;
	    padding: 5px 0;
	}
	.part1-table .part1-table-desc {
	    flex: 1;
	    -ms-flex: 1;
	    -webkit-flex: 1;
	    padding: 5px 8px;
	}
	.part1-table ul.part1-table-desc {
	    padding-bottom: 5px;
	}
	.spot {
	    display: inline-block;
	    width: 6px;
	    height: 6px;
	    background-color: #000;
	    border-radius: 50%;
	    margin-top: 10px;
	    margin-right: 8px;
	}
}
@media only screen and (max-width: 450px) {
	.top-title{
		font-size: 24px;
	}
	.sub-title{
		font-size: 18px;
	}
	.top-desc{
		font-size: 14px;
	}
	.yaoqiu{
		font-size: 24px;
	}
}
@media only screen and (max-width: 405px) {
	.sub-title {
        line-height: normal;
	}
}
@media only screen and (max-width: 385px) {
	.top-area{
		margin-top: 50px;
	}
	.top-container{
		margin-top: -50px;
	}
}

/*part2*/
.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;
}
.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%;
}
@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%;
	}
}
@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%;
	}
}
.swiper-container{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.article-content img.div-pc,
	.part-img{
		display: none;
	}
	.swiper-container{
		display: block;
	}
	.jq-part2,
	.jq-part3,
	.jq-part4{
		padding-left: 3.8%;
		padding-right: 3.8%;
	}
	.subtitle{
		font-size: 28px;
	}
	.third-title{
		font-size: 20px;
	}
	.part-desc{
		font-size: 16px;
        line-height: normal;
		color: #333333;
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.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;
	}
}
@media only screen and (max-width: 450px) {
	.subtitle{
		font-size: 24px;
	}
	.third-title{
		font-size: 18px;
	}
	.part-desc{
		font-size: 14px;
	}
	.swiper-container {
    	padding-bottom: 22px;
	}
	.swiper-pagination .swiper-pagination-bullet {
	    width: 7px;
	    height: 7px;
	}
}
@media only screen and (max-width: 380px) {
	.jq-part2 .subtitle {
	}
}
@media only screen and (max-width: 360px) {
	.jq-part2 .subtitle {
        line-height: normal;
	}
}
@media only screen and (max-width: 340px) {
	.jq-part2 .third-title {
        line-height: normal;
	}
}

/*part3*/
.jq-part3{
	background: #F6F6F6;
}

/*part5*/
.jq-part5{
	width: 100%;
	padding-bottom: 26.04%;
	background: url(../images/anli/anli3/part5.jpg);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.part5-content{
	position: absolute;
	top: 0;
	left: 11.5%;
	width: 40%;
}
.part5-content .subtitle,
.part5-content li{
	color: #FFFFFF;
	text-align: left;
}
.part5-content li{
	font-size: 18px;
    line-height: normal;
	list-style: initial;
	margin-left: 17px;
}
@media only screen and (max-width: 1599px) {
	.part5-content li{
		font-size: 16px;
		margin-left: 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.jq-part5{
		padding-bottom: 158.4%;
		background: url(../images/anli/anli3/part5-m.jpg);
		background-size: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.part5-content{
		left: 3.8%;
		right: 3.8%;
		width: 92.4%;
	}
	.part5-content .subtitle{
		text-align: center;
	}
}
@media only screen and (max-width: 450px) {
	.part5-content li {
	    font-size: 14px;
	}
}