@charset "utf-8";
.b_title{
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.b_title:after{
	position: absolute;
	bottom: -16px;
	width: 90px;
	height: 3px;
	background: #333333;
	left: 50%;
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

.jspt1_title{
	margin-top: 50px;
	margin-bottom: 85px;
}
.b1_box{
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
}
.b1_box .b1_nav{
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	width: 100%;
	color:#fff;
	border-radius: 15px;
}
.b1_box .b1_nav:nth-child(3n) .b1_img,
.b1_box .b1_nav:nth-child(1) .b1_img,
.b1_box .b1_nav .b1_nav_left .b1_img,
.b1_box .b1_nav .b1_nav_right .b1_img{
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.b1_box .b1_nav:nth-child(3n):hover .b1_img,
.b1_box .b1_nav:nth-child(1):hover .b1_img,
.b1_box .b1_nav .b1_nav_left:hover .b1_img,
.b1_box .b1_nav .b1_nav_right:hover .b1_img{
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.b1_box .b1_nav:last-child{
	margin-bottom: 0;
}
.b1_box .b1_nav .b1_nav_left{
	position: relative;
	width: 57%;
	overflow: hidden;
	border-radius: 15px;
}
.b1_box .b1_nav .b1_nav_right{
	position: relative;
	width: 40%;
	overflow: hidden;
	border-radius: 15px;
}
.b1_box .b1_nav .b1_img{
	width: 100%;
	border-radius: 15px;
}
.b1_box .b1_nav .b1_txt{
	position: absolute;
	bottom: 40px;
	left: 90px;
	z-index: 1;
	right: 90px;
}
.b1_box .b1_nav .b1_nav_title{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}

.jspt2_box{
	background-size: 100% auto;
	background-position-x: left;
	background-position-y: top;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/jspt2_bg.png);
	padding-top: 145px;
	position: relative;
	top: -145px;
}
.jspt2_title{
	margin-top: 95px;
	margin-bottom: 158px;
}
.jspt2_box .jspt2_nav{
	overflow: hidden;
}
.jspt2_box .jspt2_nav .img{
	width: 100%;
}
.jspt2_box .jspt2_nav:last-child{
	margin-top: 155px;
}
.jspt2_box .jspt2_nav .jspt2_nav_circle{
	width: 200px;
	height: 200px;
	border:5px solid #cfe6ff;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
}
.jspt2_box .jspt2_nav:nth-child(1) .jspt2_nav_img{
	width: 53%;
}
.jspt2_box .jspt2_nav:nth-child(1) .jspt2_nav_circle{
	margin-left: 170px;
	margin-top: 60px;
}
.jspt2_box .jspt2_nav:nth-child(2) .jspt2_nav_circle{
	margin-right: 150px;
	margin-top: 88px;
	margin-left: 240px;
}
.jspt2_box .jspt2_nav:nth-child(2) .jspt2_nav_img{
	width: 55%;
}


.jspt3_box{
	width: 100%;
	padding-bottom: 110px;
	position: relative;
	top: -40px;
}
.jspt3_title{
	margin-bottom: 80px;
}
.jspt3_box .jspt3_inner{
	width: 90%;
	margin: auto;
}
.jspt3_box .jspt3_nav{
	width: 29.333333%;
	margin-right: 6%;
  	border-radius: 10px;
  	box-shadow: 0px 5px 19.8px 0.2px rgba(174, 171, 171, 0.3);
  	background: #fff;
}
.jspt3_box .jspt3_nav:nth-child(3n){
	margin-right: 0%;
}
.jspt3_box .jspt3_subtitle{
	color: #10396c;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.jspt3_box .jspt3_content{
	font-size: 24px;
	line-height: 36px;
	width: 74%;
	margin: auto;
	text-align: center;
	margin-top: 20px;
}
.jspt3_box .jspt3_inner{
	margin-top: 66px;
}
.jspt3_box .jspt3_nav .jspt3_nav_txt{
	padding: 40px 20px;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}
.jspt3_box .jspt3_nav .jspt3_nav_img{
	width: 100%;
	overflow: hidden;
}
.jspt3_box .jspt3_nav .jspt3_nav_img .img{
	width: 100%;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.jspt3_box .jspt3_nav .jspt3_nav_img .img:hover{
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.jspt4_box{
	width: 100%;
	position: relative;
}
.jspt4_box .img{
	width: 100%;
}
.jspt4_box .jspt4_inner{
	position: absolute;
	left:0;
	top: 50%;
	width: 100%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}



.jspt5_box .jspt5_content{
	margin-top: 116px;
}
.jspt5_box .jspt5_content_left{
	width: 49%;
}
.jspt5_box .jspt5_content_left .jspt5_content_title{
	box-sizing: border-box;
	padding: 70px 30px 0 30px;
	font-size: 30px;
	line-height: 48px;
	color:#10396c;
	background:#f8f8f8 url(../img/jspt5_bg.png) no-repeat left bottom;
	background-size: 174px auto;
	height: 279px;
	font-weight: bold;
}
.jspt5_box .jspt5_content_left .jspt5_content_content{
	font-size: 18px;
	line-height: 36px;
	padding: 70px 96px 0 00px;
	text-indent: 36px;
}
.jspt5_box .jspt5_content_right{
	width: 51%;
}
.jspt5_box .jspt5_content_right a{
	display: block;
}
.jspt5_box .jspt5_content_right .img_box{
	overflow: hidden;
	display: block;
}
.jspt5_box .jspt5_content_right .img{
	width: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.swiper-button-img{
	width: 29px;
	height: 48px;
	background: transparent;
	padding: 0;
	margin: 0;
	display: block;
}
.swiper-button-img .swiper-button-left,
.swiper-button-img .swiper-button-right{
	width: 100%;
}
.swiper-button-img:after{
	content: "";
}
.swiper-prev1{
	left: 20px;
}
.swiper-next1{
	right: 20px;
}
.jspt5_box .jspt5_inner{
	margin-top: 125px;
}
.jspt5_box .jspt5_nav{
	margin-right: 5%;
	width: 21.25%;
}
.jspt5_box .jspt5_nav:nth-child(4n){
	margin-right: 0;
}
.jspt5_box .jspt5_nav .jspt5_nav_content{
	font-size: 24px;
	line-height: 36px;
	height: 176px;
	box-sizing: border-box;
	padding:10px 20px;
	overflow-y: auto;
}
.jspt5_box .jspt5_nav:nth-child(1) .jspt5_nav_content{
	border:1px dashed #1e74ad;
}
.jspt5_box .jspt5_nav:nth-child(2) .jspt5_nav_content{
	border:1px dashed #3498db;
}
.jspt5_box .jspt5_nav:nth-child(3) .jspt5_nav_content{
	border:1px dashed #1aa3aa;
}
.jspt5_box .jspt5_nav:nth-child(4) .jspt5_nav_content{
	border:1px dashed #11a956;
}
.jspt5_box .jspt5_nav .jspt5_nav_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.jspt5_box .jspt5_nav .jspt5_nav_line{
	height: 20px;
	margin-top: 10px;
}
.jspt5_box .jspt5_nav .jspt5_nav_line2{
	height: 30px;
}
.jspt5_box .jspt5_nav .jspt5_nav_triangle{
	height: 0px;
	width: 0px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	margin: auto;
}

.jspt5_box .jspt5_nav .img{
	margin: auto;
	margin-top: 30px;
}

.jspt5_box .jspt5_nav:nth-child(1) .jspt5_nav_triangle{
	border-top: 18px solid #1f74ad;
}
.jspt5_box .jspt5_nav:nth-child(2) .jspt5_nav_triangle{
	border-top: 18px solid #3498db;
}
.jspt5_box .jspt5_nav:nth-child(3) .jspt5_nav_triangle{
	border-top: 18px solid #1aa3aa;
}
.jspt5_box .jspt5_nav:nth-child(4) .jspt5_nav_triangle{
	border-top: 18px solid #11a956;
}


.jspt5_box .jspt5_nav:nth-child(1) .jspt5_nav_line{
	background:#175782;
}
.jspt5_box .jspt5_nav:nth-child(2) .jspt5_nav_line{
	background:#1f74ad;
}
.jspt5_box .jspt5_nav:nth-child(3) .jspt5_nav_line{
	background:#147a80;
}
.jspt5_box .jspt5_nav:nth-child(4) .jspt5_nav_line{
	background:#31989f;
}

.jspt5_box .jspt5_nav:nth-child(1) .jspt5_nav_line2{
	background:#1f74ad;
}
.jspt5_box .jspt5_nav:nth-child(2) .jspt5_nav_line2{
	background:#3498db;
}
.jspt5_box .jspt5_nav:nth-child(3) .jspt5_nav_line2{
	background:#1aa3aa;
}
.jspt5_box .jspt5_nav:nth-child(4) .jspt5_nav_line2{
	background:#11a956;
}

.jspt5_box .jspt5_nav:nth-child(1) .jspt5_nav_title{
	color: #1e74ad;
}
.jspt5_box .jspt5_nav:nth-child(2) .jspt5_nav_title{
	color: #3498db;
}
.jspt5_box .jspt5_nav:nth-child(3) .jspt5_nav_title{
	color: #1aa3aa;
}
.jspt5_box .jspt5_nav:nth-child(4) .jspt5_nav_title{
	color: #11a956;
}
.jspt5_box .jspt5_nav .jspt5_nav_img{
	height: 95px;
}

.jspt6_box{
	width: 100%;
}
.jspt6_title{
	margin-top: 120px;
	margin-bottom: 55px;
}
.jspt6_box .jspt6_nav{
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}
.jspt6_box .jspt6_nav:nth-child(3n){
	margin-right: 0;
}
.jspt6_box .jspt6_nav .img{
	width: 100%;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}
.jspt6_box .jspt6_nav .img:hover{
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.swiper-2{
    --swiper-theme-color: #dddddd;
    --swiper-pagination-color: #000;
    padding-bottom: 36px;
}
.pagination-2{
	bottom: 50px !important;
}
.pagination-2 .swiper-pagination-bullet{
	width: 50px !important;
	height: 2px !important;
	border-radius: 0 !important;
	margin: 0 10px 0 0 !important;
}
.pagination-2 .swiper-pagination-bullet:last-child{
	margin-right: 0 !important;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.jspt5_box .jspt5_nav .jspt5_nav_content{
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1450px) {
	.b1_box .b1_nav{
		margin-bottom: 40px;
	}
	.jspt2_box {
	    background-position-y: 260px;
	}
}
@media screen and (max-width: 1335px) {
	.b1_box .b1_nav{
		margin-bottom: 32px;
	}
	.jspt2_box {
	    background-position-y: 330px;
	}
	.jspt2_box .jspt2_nav:nth-child(2) .jspt2_nav_circle {
	    margin-right: 150px;
	    margin-top: 88px;
	    margin-left: 120px;
	}
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	.jspt2_box .jspt2_nav:nth-child(1) .jspt2_nav_circle {
	    margin-left: 60px;
	    margin-top: 60px;
	}
	.jspt2_box .jspt2_nav:nth-child(2) .jspt2_nav_circle {
	    margin-right: 50px;
	    margin-top: 88px;
	    margin-left: 30px;
	}
}
@media screen and (max-width: 768px) {
	.b_title {
	    line-height: 24px;
	    font-size: 24px;
		margin-top: 30px !important;
		margin-bottom: 40px !important;
	}
	.b_title:after {
	    bottom: -10px;
	    width: 60px;
	    height: 2px;
	}
	.b1_box{
		padding-bottom: 0;
	}
	.b1_box .b1_nav{
		margin-bottom: 10px;
		display: block;
		border-radius: 0;
	}
	.b1_box .b1_nav:first-child{
		margin-bottom: 10px;
	}
	.b1_box .b1_nav .b1_txt {
	    bottom: 20px;
	    left: 20px;
	    right: 20px;
	}
	.b1_box .b1_nav .b1_nav_title {
	    font-size: 16px;
	    line-height: 16px;
	    padding-top: 16px;
	}
	.b1_box .b1_nav .b1_nav_left{
		float: initial !important;
		width: 100% !important;
		margin-bottom: 10px;
		border-radius: 0;
	}
	.b1_box .b1_nav .b1_nav_right{
		float: initial !important;
		width: 100% !important;
		margin-bottom: 0px;
		border-radius: 0;
	}
	.jspt2_box{
		top: 0;
		padding-top: 0;
    	background-position-y: 180px;
		
	}
	.jspt2_box .jspt2_nav {
	    overflow: hidden;
	    display: block;
	    margin-top: 0 !important;
	}
	.jspt2_box .jspt2_nav:last-child{
		padding-top: 30px;
	}
	.jspt2_box .jspt2_nav .jspt2_nav_circle {
	    margin: auto !important;
	    width: 120px;
	    height: 120px;
	    font-size: 16px;
	    line-height: 24px;
	    border:2px solid #cfe6ff;
	}
	.jspt2_box .jspt2_nav .jspt2_nav_img {
	    width: 100% !important;
	}
	.jspt3_box {
	    padding-bottom: 30px;
	    top: 0;
	}
	.jspt3_box .jspt3_subtitle {
	    font-size: 20px;
	    line-height: 24px;
	}
	.jspt3_box .jspt3_content {
	    font-size: 14px;
	    line-height: 24px;
	    width: 100%;
	    margin-top: 20px;
	}
	.jspt3_box .jspt3_inner {
	    margin-top: 20px;
	    display: block;
	    width: 100%;
	}
	.jspt3_box .jspt3_nav {
	    width: 100%;
	    margin-right: 0%;
	    margin-bottom: 20px;
	}
	.jspt3_box .jspt3_nav:last-child{
		margin-bottom: 0;
	}
	.jspt3_box .jspt3_nav .jspt3_nav_txt {
	    padding: 10px 20px;
	    text-align: center;
	    font-size: 14px;
	    line-height: 24px;
	}
	.jspt4_box .jspt4_inner {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 20px;
	    box-sizing: border-box;
	}
	.jspt5_box .jspt5_inner {
	    margin-top: 30px;
	    display: block;
	}
	
	.jspt5_box .jspt5_nav {
	    margin-right: 0%;
	    width: 100%;
	    margin-bottom: 30px;
	}
	.jspt5_box .jspt5_nav .img {
	    margin: auto;
	    margin-top: 5px;
	    width: 50px;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_content {
	    font-size: 14px;
	    line-height: 20px;
	    min-height: initial;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_line {
	    height: 10px;
	    margin-top: 5px;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_line2 {
	    height: 15px;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_triangle {
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top-width: 10px !important;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_img {
	    height: auto;
	}
	.jspt5_box .jspt5_nav .jspt5_nav_title {
	    font-size: 18px;
	    margin-top: 0px;
	}	
	
	.jspt5_box .jspt5_content {
	    margin-top: 20px;
	    display: block;
	}
	.jspt5_box .jspt5_content_left {
	    width: 100%;
	}
	.jspt5_box .jspt5_content_right {
	    width: 100%;
	}
	.jspt5_box .jspt5_content_right .img {
	    width: 100%;
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.swiper-button-img {
	    width: 15px;
	    height: 25px;
	}
	.swiper-prev1{
		left: 20px;
	}
	.swiper-next1{
		right: 20px;
	}
	.jspt5_box .jspt5_content_left .jspt5_content_title {
	    padding: 30px 20px 0 20px;
	    font-size: 24px;
	    line-height: 36px;
	    background-size: 100px auto;
	    height: 150px;
	}
	.jspt5_box .jspt5_content_left .jspt5_content_content {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 20px 0;
	}
	
	.jspt6_box .jspt6_nav {
	    width: calc((100% - 10px) / 2);
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.jspt6_box .jspt6_nav:nth-child(3n){
		margin-right: 10px;
	}
	.jspt6_box .jspt6_nav:nth-child(2n){
		margin-right: 0;
	}
	.jspt6_title {
	    margin-top: 40px !important;
	}
	.pagination-2 {
	    bottom: 20px !important;
	}
}
@media screen and (max-width: 414px) {
	
}