body {
	overflow-x: hidden;
}
.news_list .container > div{
	justify-content: space-around !important;
}
.news_list .container > div{
	-webkit-tap-highlight-color:transparent;

}

.banner {
	width: 100%;
	position: relative;
	/* min-height: calc(100% - 100px); */
}

.banner>img {
	width: 100%;
	min-height: 50vh;
	object-fit: cover;
}

.banner .title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.banner .title a{
	/* width: 150px;
	height: 50px;
	line-height: 50px;
	background:#0A0D69;
	color: #fff;
	border-radius: 25px;
	border: 4px solid #FFFFFF;
	font-size: 16px; */
	margin-top: 40px;
	/* display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer; */
	
}
.banner .title a h3{
	width: 70%;
	font-size: 16px;
}

.banner .title a .triangle-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
}

.banner .title h2 {
	width: 90%;
	text-align: center;
	font-size: 46px;
	color: rgba(255, 255, 255, 1);
	line-height: 58px;
	margin-bottom: 20px;
}

.banner .title p {
	width: 90%;
	text-align: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.banner .title h2 {
		font-size: 45px;
		margin-bottom: 10px;
	}
	.banner .title p {
		font-size: 20px;
	}

	.banner .title a{
		width: 100px;
		height: 40px;
		line-height: 40px;
		background:#0A0D69;
		color: #fff;
		border-radius: 25px;
		border: 4px solid #FFFFFF;
		font-size: 12px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.banner .title h2 {
		font-size: 30px;
		margin-bottom: 0px;
	}
	.banner .title p {
		font-size: 15px;
		line-height: 25px;
	}
}

.breadcrumb{
	width: 100%;
	height: 72px;
	line-height: 72px;
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 3px rgba(0, 22, 72, 0.08);
	position: relative;
}
.breadcrumb_title{
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.breadcrumb_title .breadcrumb_inner{
	/* margin-left: 10px; */
	color: #333333;
}
.arrow{
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	transform: rotate(410deg);
	position: absolute;
	top: 34px;
  }

.news_page {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 132px 0px 155px;
	display: flex;
}
.news_page_left{
	width: 750px;
}
.news_page_right{
	margin-left: 50px;
	width: 300px;
}
.news_page .news_page_right h3 {
	font-size: 24px;
	color: #001648;
	line-height: 29px;
	
}
.news_page_right ul li{
	border-bottom: 1px solid #f0f0f0;
}
.news_page .news_page_right .news_time{
	margin-bottom: 20px;
	color: #001648;
}
.news_page .news_page_right .news_item{
	margin: 20px 0;
	color: #001648;
}

.news_page h2 {
	font-size: 24px;
	color: #001648;
	line-height: 29px;
	margin-bottom: 32px;
	text-align: center;
}

.news_page p.date {
	text-align: center;
	font-size: 14px;
	color: #444;
	line-height: 20px;
	margin-bottom: 55px;
}

.news_page .content p {
	font-size: 16px;
	color: #001648;
	line-height: 30px;
	margin-bottom: 22px;
}

.news_page .content p img {
	width: 100%;
	margin: 18px 0;
}

.news_page .page {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news_page .page a {
	font-size: 16px;
	color: #001648;
	line-height: 19px;
	margin-top: 55px;
}

.news_page .page a:hover {
	opacity: 0.5;
}

@media screen and (max-width:767px) {
	.news_page .content p {
		font-size: 15px;
		line-height: 25px;
	}
	.news_page h2 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.news_page p.date {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.news_page {
		padding: 40px 0px;
	}
	.news_page .page a {
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
	}
}

.news_list {
	width: 100%;
	box-shadow: 0px 4px 8px 0px rgba(0, 22, 72, 0.19);
}

.news_list .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	height: 75px;
	display: flex;
}

.news_list .items {
	margin-left: 135px;
	cursor: pointer;
}

.news_list .items:nth-of-type(1) {
	margin-left: 0px;
}

.news_list .items p {
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	color: rgba(186, 198, 211, 1);
	transition: all 0.36s;
}

.news_list .items.active p,
.news_list .items:hover p {
	font-weight: 500;
	color: #001648;
	position: relative;
}

.news_list .items.active p:before,
.news_list .items:hover p:before {
	background: #001648;
	position: absolute;
	bottom: 0px;
	height: 5px;
	width: 100%;
	left: 0px;
	content: "";
	display: inline-block;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.news_list .items p {
		font-size: 20px;
	}
	.news_list .items {
		margin-left: 80px;
	}
	.news_list .items:nth-of-type(1) {
		margin-left: 0px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.news_list .items p {
		font-size: 18px;
	}
	.news_list .items {
		margin-left: 30px;
	}
	.news_list .items:nth-of-type(1) {
		margin-left: 0px;
	}
}

@media screen and (max-width:400px) {
	.news_list .items p {
		font-size: 18px;
	}
	.news_list .items {
		margin-left: 10px;
	}
	.news_list .items:nth-of-type(1) {
		margin-left: 0px;
	}
}

.news_list_content {
	width: 100%;
	box-shadow: 0px 4px 8px 0px rgba(0, 22, 72, 0.19);
	padding: 110px 0px;
}

.news_list_content .container {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
}

.news_items_content {
	width: 100%;
	display: none;
}

.news_items_content:nth-of-type(1) {
	display: block;
}

.news_items_content .news_items {
	display: flex;
	margin-bottom: 33px;
	transition: all 0.36s;
	padding: 17px 30px;
	width: 100%;
	box-sizing: border-box;
}

.news_items_content .news_items:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 43px 3px rgba(0, 0, 0, 0.13);
}

.news_items_content .news_items a {
	display: flex;
	align-items: center;
	width: 100%
}
.news_items_content .news_items .left_img{
	max-width: 490px;
	width: 30%;
	margin-right: 30px

}
.news_items_content .news_items .left_img .inner{
	width: 100%;
	padding-top: 67%;
	position: relative;
}
.news_items_content .news_items .left_img .inner img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	object-fit: cover;
}

.news_items_content .news_items .rights {
	/*padding: 50px 0px;*/
	flex: 1
}

.news_items_content .news_items .rights h2 {
	font-size: 20px;
	color: #001648;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	/* width: 100%; */
	display: block;
	font-weight: bold;
	width: 100%;
	height: 24px;
	white-space:nowrap;
}

.news_items_content .news_items .rights h2 a:hover {
	opacity: 0.5;
}

.news_items_content .news_items .rights h2 {
	margin-bottom: 30px;
}

.news_items_content .news_items .rights p.date {
	font-size: 14px;
	color: #001648;
	line-height: 17px;
	margin-bottom: 30px;
}

.news_items_content .news_items .rights p {
	font-size: 16px;
	color: #001648;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*lg*/

@media screen and (max-width:1350px) {
	.news_items_content .news_items .rights h2 {
		margin-bottom: 20px;
	}
	.news_items_content .news_items .rights p.date {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1120px) {
	.news_items_content .news_items .rights p {
		-webkit-line-clamp: 2;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.news_items_content .news_items .rights {
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.news_items_content .news_items .rights h2 a {
		font-size: 20px;
	}
	.news_items_content .news_items .rights p.date {
		font-size: 15px;
	}
	.news_items_content .news_items .rights p {
		font-size: 18px;
		line-height: 25px;
	}
	.news_items_content .news_items {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.news_items_content .news_items{
		padding: 5px;
	}
	.news_items_content .news_items a{
		flex-wrap: wrap;
	}
	.news_items_content .news_items a .left_img,
	.news_items_content .news_items .right{
		width: 100%;
		max-width: 100%
	}
	.news_items_content .news_items a .left_img{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news_items_content .news_items .rights {
		padding: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.news_items_content .news_items {
		margin-bottom: 0px;
	}
	.news_list_content {
		padding: 40px 0px;
	}
	.news_items_content .news_items .rights h2 a {
		font-size: 18px;
	}
	.news_items_content .news_items .rights p.date {
		font-size: 14px;
	}
	.news_items_content .news_items .rights p {
		font-size: 15px;
		line-height: 25px;
	}
	.news_items_content .news_items .rights h2 {
		margin-bottom: 10px;
	}
	.news_items_content .news_items .rights p.date {
		margin-bottom: 5px;
	}
	.news_items_content .news_items .rights,
	.news_items_content .news_items img {
		width: 100%;
	}
}

@media screen and (max-width:450px) {
	.news_items_content .news_items {
		display: block;
		margin-bottom: 20px;
	}
	.news_items_content .news_items img {
		margin-bottom: 20px;
	}
}

.news_items_content .pages {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.news_items_content .pages a {
	width: 100%;
	text-align: center;
	width: 45px;
	height: 45px;
	text-align: center;
	display: flex;
	border-radius: 50%;
	background: none;
	color: #000;
	font-size: 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.36s;
}

.news_items_content .pages a:hover {
	opacity: 0.5;
}

.news_items_content .pages a.active {
	color: #fff;
	/*  background:#000;*/
	background: linear-gradient(-23deg, #001648, rgba(22, 74, 158, 1));
}

@media screen and (max-width:767px) {
	.news_items_content .pages a {
		width: 40px;
		height: 40px;
	}
}

.sec_2 {
	width: 100%;
	padding: 115px 0px 86px;
}

.sec_2 .container {
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

.sec_2 .container h2 {
	font-size: 36px;
	color: #001648;
	line-height: 43px;
	text-align: center;
	margin-bottom: 72px;
}

.sec_2 .container .item_list {
	display: flex;
	justify-content: space-between;
}

.sec_2 .container .item_list .item {
	width: 30%;
	max-width: 450px;
}

.sec_2 .container .item_list .item .tops {
	width: 80px;
	margin: 0 auto;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}

.sec_2 .container .item_list .item .tops:before {
	width: 100%;
	height: 100%;
	background: #FADA5C;
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	display: inline-block;
	z-index: -1;
}

.sec_2 .container .item_list .item:nth-of-type(2) .tops:before {
	background: #70AAFD;
}

.sec_2 .container .item_list .item:nth-of-type(3) .tops:before {
	background: #F9C48F;
}

.sec_2 .container .item_list .item .tops img {
	width: 100%;
	height: auto;
}

.sec_2 .container .item_list .item h2 {
	font-size: 20px;
	color: #001648;
	line-height: 36px;
	margin-bottom: 25px;
	text-align: center;
}

@media only screen and (min-width: 100px) and (max-width: 1360px) {
	.sec_2 .container .item_list .item h2 {
		font-size: 18px;
	}
}

.sec_2 .container .item_list .item .detail p {
	font-size: 16px;
	color: #001648;
	line-height: 30px;
	text-align: center;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.sec_2 .container .item_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec_2 .container .item_list .item {
		width: calc(50% - 2%);
		margin-bottom: 40px;
	}
	.sec_2 .container .item_list .item:first-child {
		margin-right: 2%;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.sec_2 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 65px;
	}
	.sec_2 .container .item_list .item .tops {
		width: 50px;
		margin-bottom: 36px;
	}
	.sec_2 .container .item_list .item h2 {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.sec_2 .container .item_list .item .detail p {
		font-size: 15px;
		line-height: 25px;
	}
	.sec_2 {
		padding: 72px 0px;
	}
	.banner.jlhb .title p {
		margin-bottom: 34px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.banner.jlhb .title p {
		margin-bottom: 15px;
	}
	.more {
		font-size: 12px;
		border: 2px solid #fff;
		/*padding: 8px 20px;*/
	}
	.sec_2 .container .item_list .item {
		width: 100%;
		margin-right: 0 !important;
	}
	.sec_2 .container .item_list .item:nth-last-of-type(1) {
		margin-bottom: 0px;
	}
	.sec_2 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.sec_2 .container .item_list .item .tops {
		width: 50px;
		margin-bottom: 36px;
	}
	.sec_2 .container .item_list .item h2 {
		font-size: 18px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.sec_2 .container .item_list .item .detail p {
		font-size: 15px;
		line-height: 25px;
	}
	.sec_2 {
		padding: 50px 0px !important;
	}
}

@media screen and (max-width:500px) {
	.banner .title h2 {
		font-size: 25px;
		line-height: 40px;
	}
	.banner.jlhb .title p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 30px !important;
	}
	.banner .title p {
		line-height: 20px;
	}
}

.sec_3 {
	width: 100%;
	padding: 139px 0px 100px;
}

.sec_3 .container {
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

.sec_3 .container h2 {
	font-size: 36px;
	color: #001648;
	line-height: 43px;
	text-align: center;
	margin-bottom: 20px;
}

.swiper_2 {
	/* height:400px; */
	width: 100%;
}

.swiper_2 .swiper-wrapper {
	width: 100%;
	max-width: 1700px;
	padding: 20px 0px 40px;
}

.swiper_2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* height:158px; */
	/* width:314px; */
	width: calc( (100% - 150px) / 5);
	margin: 0px 15px;
	margin-bottom: 32px;
}

.swiper_2 .swiper-slide .cos_1,
.swiper_2 .swiper-slide .cos_2 {
	/*height: 158px;*/
	width: 100%;
	box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	margin-bottom: 65px;
}

.swiper_2 .swiper-slide .cos_2 {
	margin-bottom: 0;
}

.swiper_2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper_2 .swiper-pagination-bullet-active {
	background: #001648;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.sec_3 {
		padding: 72px 0px;
	}
	.sec_3 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 65px;
	}
}


/*xs*/

@media screen and (max-width:1560px) {
	.swiper_2 .swiper-slide {
		width: calc( (100% - 120px) / 4);
	}
}

@media screen and (max-width:1170px) {
	.swiper_2 .swiper-slide {
		width: calc( (100% - 90px) / 3);
	}
}

@media screen and (max-width:900px) {
	.swiper_2 .swiper-slide {
		width: calc( (100% - 60px) / 2);
	}
}

@media screen and (max-width:620px) {
	.swiper_2 .swiper-slide {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:767px) {
	.sec_3 {
		padding: 30px 0px;
	}
	.sec_3 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.sec_3 {
		padding: 50px 0px;
	}
}

.sec_4 {
	width: 100%;
	padding: 137px 0px 197px;
	background-image: url(../img/join_sec4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.sec_4 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.sec_4 .container h2 {
	font-size: 36px;
	color: #001648;
	line-height: 43px;
	text-align: center;
	margin-bottom: 74px;
}

.sec_4 .con {
	width: 100%;
	display: flex;
	justify-content: center;
}

.sec_4 .con .lefts,
.sec_4 .con .rights {
	width: 50%;
}

.sec_4 .con .lefts {
	max-width: 500px;
}

.sec_4 .con .lefts .iit {
	display: flex;
	margin-bottom: 30px;
}

.sec_4 .con .lefts .iit img {
	margin-right: 28px;
	width: 22px;
	object-fit: contain;
}

.sec_4 .con .lefts .iit p {
	font-size: 16px;
	color: #001648;
	line-height: 36px;
}

.sec_4 .con .lefts .iit:nth-last-of-type(1) img {
	width: 127px;
	margin-left: 61px;
}

.sec_4 .con .rights {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 500px;
}

.sec_4 .con .rights .lg_input {
	font-size: 16px;
	color: #001648;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid rgba(195, 195, 195, 1);
	width: 48%;
	margin-bottom: 10px;
	padding: 0px;
	margin-bottom: 45px;
	background: none;
	/* height:36px; */
}

.sec_4 .con .rights textarea.lg_input {
	height: auto;
	width: 100%;
	margin-bottom: 45px;
}


.btn_tk {
  color: #0421BD;
  display: inline-block;
  width:144px;
  height:48px;
  border-radius: 24px;
  box-sizing: border-box;
  background:url(../img/jb.jpg) no-repeat center center;
  background-size:100% 100%;  
  margin-right: 38px;
  margin-bottom: 20px;
  padding:4px;
  
}
.btn_tk span{
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	border-radius: 22px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	color:#003D88;
	box-sizing: border-box;
}
input.input-bor::-webkit-input-placeholder,
textarea.input-bor::-webkit-input-placeholder {
	color: red !important;
}

input.input-bor:-moz-placeholder,
textarea.input-bor:-moz-placeholder {
	color: red !important;
}

input.input-bor::-moz-placeholder,
textarea.input-bor::-moz-placeholder {
	color: red !important;
}

input.input-bor:-ms-input-placeholder,
textarea.input-bor:-ms-input-placeholder {
	color: red !important;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.sec_4 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 65px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.sec_4 .con,
	.sec_4 .con .rights {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sec_4 .con .lefts,
	.sec_4 .con .rights {
		width: 100%;
	}
	.sec_4 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 65px;
	}
	.sec_4 .con .lefts .iit p {
		line-height: 25px;
		font-size: 15px;
	}
	.sec_4 .con .lefts .iit {
		margin-bottom: 10px;
	}
	.sec_4 .con .rights .lg_input {
		width: 100%;
		font-size: 15px;
		margin-bottom: 20px;
	}
	.btn_tk {
		font-size: 15px;
	}
	.sec_4 {
		width: 100%;
		padding: 72px 0px 52px;
	}
	.sec_4 .con .lefts .iit img {
		width: 15px;
		margin-right: 20px;
	}
	.sec_4 .con .lefts .iit:nth-last-of-type(1) img {
		margin-left: 35px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.sec_4 {
		padding: 50px 0;
	}
	.sec_4 .container h2 {
		margin-bottom: 30px;
	}
}

.rmx_sec2 {
	width: 100%;
	background: #E9F0FA;
}

.rmx_items {
	display: flex;
	justify-content: space-between;
	padding: 60px 0px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.rmx_items {
		padding: 30px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.rmx_items {
		padding: 0;
	}
}

.rmx_items:nth-child(2n+1) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 52px 0px;
}

.rmx_items .lefts {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.rmx_items .lefts .content_box {
	max-width: 720px;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (min-width: 100px) and (max-width: 767px){
	.rmx_items .lefts .content_box{
		width: 100%
	}
}
.rmx_items:nth-child(2n) .lefts {
	justify-content: center;
}

.rmx_items .lefts h2 {
	font-size: 33px;
	color: rgba(0, 24, 77, 1);
	margin-bottom: 40px;
}
@media only screen and (min-width: 100px) and (max-width: 1500px){
	.rmx_items .lefts h2{
		font-size: 30px
	}
}
.rmx_items .lefts h3 {
	font-size: 20px;
	color: rgba(249, 164, 81, 1);
	line-height: 24px;
	margin-bottom: 40px;
}

.rmx_items .lefts .pro {
	display: flex;
	margin-bottom: 15px;
}

.rmx_items .lefts .pro img {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	object-fit: contain;
}

.rmx_items .lefts .pro p {
	font-size: 18px;
	color: rgba(0, 24, 77, 1);
	line-height: 36px;
}

.rmx_items .rights {
	width: 50%;
	text-align: right;
}

.rmx_items .rights img {
	width: 100%;
}

.rmx_items:nth-child(2n) .rights {
	text-align: left;
}

@media screen and (max-width:1400px) {
	.rmx_items .rights {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.rmx_items .rights img {
		width: calc(100% - 80px);
		margin: 0 auto;
		object-fit: contain;
	}
}

@media screen and (max-width:1200px) {
	.rmx_items:nth-child(2n+1) .lefts {
		width: calc(50% - 65px);
		/*margin-left: 65px;*/
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.rmx_items .lefts h2 {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.rmx_items .lefts h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.rmx_items .lefts .pro {
		margin-bottom: 20px;
	}
	.rmx_items .lefts .pro p {
		font-size: 14px;
		line-height: 26px;
	}
	.rmx_items .lefts .pro img {
		width: 26px;
		height: 26px;
	}
	.rmx_items .rights img {
		width: 100%;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.rmx_items {
		flex-wrap: wrap;
	}
	.rmx_items .rights,
	.rmx_items .lefts,
	.rmx_items:nth-child(2n+1) .lefts {
		width: 90%;
		margin: 0 auto;
	}
	.rmx_items .rights {
		margin-bottom: 20px;
	}
	.rmx_items .lefts h2 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.rmx_items .lefts h3 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.rmx_items .lefts .pro {
		margin-bottom: 20px;
	}
	.rmx_items .lefts .pro p {
		font-size: 15px;
		line-height: 26px;
	}
	.rmx_items .lefts .pro img {
		width: 22px;
		height: 22px;
	}
	.rmx_items .rights img {
		width: 100%;
	}
	.rmx_items:nth-child(2n+1) {
		padding: 20px 0;
	}
}

.rmx_sec_3 {
	width: 100%;
	background: #E9F0FA;
	padding-bottom: 100px;
	position: relative;
	border-bottom: 1px solid rgba(22, 74, 158, 0.26);
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.rmx_sec_3 {
		padding-bottom: 70px;
		padding-top: 50px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.rmx_sec_3 {
		padding-bottom: 40px;
		padding-top: 30px;
	}
}

.rmx_sec_3:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 23px);
	bottom: -23px;
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
}

.rmx_sec_3:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 7px);
	bottom: -7px;
	width: 14px;
	height: 14px;
	background: #00184E;
	border-radius: 50%;
}

section.rmx_sec_3.hzy:nth-of-type(5):before,
section.rmx_sec_3.hzy:nth-of-type(5):after {
	display: none;
}

section.rmx_sec_3.hzy:nth-of-type(5) {
	border: none;
}

.list_se {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-bottom: 135px;
}

.list_se p {
	font-size: 16px;
	color: #001648;
	border: 4px solid transparent;
	padding: 10px 40px;
	border-radius: 40px;
	margin-left: 20px;
	cursor: pointer;
	transition: all 0.36s;
}

.list_se p:nth-of-type(1) {
	margin-left: 0px;
}

.list_se p.active,
.list_se p:hover {
	border: 4px solid #113E89;
}

.rmx_sec_3 .list_items {
	justify-content: space-between;
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: none;
}

.rmx_sec_3 .list_items:nth-of-type(1) {
	display: flex;
}

.rmx_sec_3 .list_items .items {
	width: 30%;
	max-width: 412px;
	padding: 0 !important;
	position: relative;
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.rmx_sec_3 .list_items {
		flex-wrap: wrap;
		justify-content: center;
	}
	.rmx_sec_3 .list_items .items {
		width: calc(50% - 2%);
		margin-bottom: 20px;
	}
	.rmx_sec_3 .list_items .items:first-child {
		margin-right: 2%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 550px) {
	.rmx_sec_3 .list_items .items {
		width: 100%;
	}
	.rmx_sec_3 .list_items .items:first-child {
		margin-right: 0;
	}
}

.rmx_sec_3 .list_items .items .inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.rmx_sec_3 .list_items .items .inner .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rmx_sec_3 .list_items .items img {
	width: 68px;
	margin-bottom: 10px;
}

.rmx_sec_3 .list_items .items p {
	width: 90%;
	font-size: 16px;
	color: #001648;
	line-height: 30px;
	text-align: center;
	height: 90px;
}

@media screen and (max-width:1440px) {
	.rmx_sec_3 .list_items .items {
		padding: 70px 0px;
	}
}

@media screen and (max-width:1240px) {
	.rmx_sec_3 .list_items .items img {
		margin-bottom: 20px;
	}
	.rmx_sec_3 .list_items {
		width: calc(100% - 126px);
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.list_se p {
		padding: 10px 40px;
		font-size: 16px;
	}
	.list_se {
		margin-bottom: 50px;
	}
	.rmx_sec_3 .list_items .items p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:767px) {
	.list_se p {
		padding: 8px 32px;
		font-size: 12px;
	}
	.list_se {
		margin-bottom: 30px;
	}
	.rmx_sec_3 .list_items .items img {
		width: 60px;
	}
	.rmx_sec_3 .list_items .items p {
		font-size: 15px;
		line-height: 25px;
	}
	.rmx_sec_3 .list_items {
		width: calc(100% - 60px);
	}
	.rmx_sec_3 .list_items .items {
		padding: 40px 0px;
	}
}

@media screen and (max-width:600px) {
	.rmx_sec_3 .list_items {
		flex-wrap: wrap;
		justify-content: center;
	}
	.rmx_sec_3 .list_items .items {
		width: 100%;
		margin-bottom: 20px;
	}
}

.rml_sec_5 {
	width: 100%;
	padding: 100px 0px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.rml_sec_5 {
		padding: 100px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.rml_sec_5 {
		padding: 70px 0;
	}
}

.rml_sec_5 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.rml_sec_5 .container h2 {
	font-size: 36px;
	color: #001648;
	margin-bottom: 50px;
	text-align: center;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.rml_sec_5 .container h2 {
		margin-bottom: 60px;
	}
}

.rml_sec_5 .rml_x {
	display: flex;
	justify-content: space-between;
	padding: 0 2px;
}

.rml_sec_5 .rml_x .lefts,
.rml_sec_5 .rml_x .rights {
	width: 50%;
}
.rml_sec_5 .rml_x .lefts{
	padding-right: 5%;
}
.rml_sec_5 .rml_x .rights{
	padding-right: 0 !important;
}


.rml_sec_5 .rml_x .rights {
	text-align: center;
}
.rml_sec_5 .rml_x .rights .inner{
	position: relative;
	width: 100%;
	padding-top: 56.3%;
}
.rml_sec_5 .rml_x .rights img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:-3px;
}

.rml_sec_5 .rml_x .lefts {
	position: relative;
	padding-right: 0;
}
.rml_sec_5 .rml_x .lefts .inner{
	width:100%;
	padding-top: 56.3%;
	position: relative;
	box-sizing: border-box;
}
.rml_sec_5 .rml_x .lefts .inner .content_box{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	padding-right: 5%;
	box-sizing: border-box;
	overflow: auto;
}
.rml_sec_5 .rml_x .lefts .inner .content_box::-webkit-scrollbar {
	width: 4px;
}

.rml_sec_5 .rml_x .lefts .inner .content_box::-webkit-scrollbar-track {
	background-color:rgba(50, 90, 163, 0.42);
	border-radius: 2em;
}

.rml_sec_5 .rml_x .lefts .inner .content_box::-webkit-scrollbar-thumb {
	background: rgba(50, 90, 163, 0.42);
	border-radius: 2em;
}
.rml_sec_5 .rml_x .lefts:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -23px;
	bottom: calc(50% - 23px);
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	z-index:20;

}
@media screen and (max-width: 991px){
	.rml_sec_5 .rml_x .lefts .inner{
		width:100%;
		padding-top:0;
		height: auto;
	}
	.rml_sec_5 .rml_x .lefts .inner .content_box{
		position: static;
		height: auto;
	}
}
.rml_sec_5 .rml_x .lefts:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -7px;
	bottom: calc(50% - 7px);
	width: 14px;
	height: 14px;
	background: #00184E;
	border-radius: 50%;
	z-index:21;
}

.rml_sec_5 .rml_x .lefts .tops {
	border-left: 4px solid #325AA3;
	/*margin-bottom: 30px;*/
	margin: 20px 0 24px;
	padding: 10px 15px;
}

.rml_sec_5 .rml_x .lefts .tops h2 {
	font-size: 24px;
	color: #001648;
	line-height: 36px;
	text-align: left;
	margin-bottom: 10px;
}

.rml_sec_5 .rml_x .lefts .tops h3 {
	font-size: 18px;
	color: #F8CA00;
	line-height: 30px;
	font-weight: bold;
}

.rml_sec_5 .rml_x .lefts .bottoms {
	padding-right: 40px;
}

.rml_sec_5 .rml_x .lefts .bottoms p {
	font-size: 17px;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	height: auto;
	max-width: 725px;
	text-align:justify;
	/*margin-bottom: 14px;*/
}

@media screen and (max-width:1450px) {
	.rml_sec_5 .rml_x .lefts .tops {
		padding: 10px 15px;
	}
	.rml_sec_5 .rml_x .lefts .tops h2 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 5px;
	}
	.rml_sec_5 .rml_x .lefts .tops h3 {
		font-size: 18px;
	}
	.rml_sec_5 .rml_x .lefts .bottoms p {
		font-size: 17px;
		line-height: 30px;
	}
}

.rml_sec_5 .swiper-container {
	padding-bottom: 40px;
}

.rml_sec_5 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 0px;
	outline: none;
	opacity: 0.3;
	background: rgb(0, 22, 72);
	box-sizing: border-box;
	border-radius: 50%;
}

.rml_sec_5 .swiper-pagination-bullet-active {
	opacity: 1;
}

.rml_sec_5 .swiper-pagination-bullet {
	margin: 0px 12px;
}

.rml_sec_5 .swiper-pagination-bullets {
	left: 50% !important;
	max-width: 720px;
	width: 50%;
	text-align: center;
	bottom: 0 !important;
}

@media screen and (max-width:1180px) {
	.rml_sec_5 .rml_x .lefts .tops {
		margin-bottom: 10px;
		padding: 10px 10px;
	}
	.rml_sec_5 .rml_x .lefts .tops h2 {
		font-size: 20px;
	}
	.rml_sec_5 .rml_x .lefts .tops h3 {
		font-size: 16px;
	}
	.rml_sec_5 .rml_x .lefts .bottoms p {
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width:991px) {
	.rml_sec_5 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.rml_sec_5 .rml_x {
		display: block;
	}
	.rml_sec_5 .rml_x .lefts,
	.rml_sec_5 .rml_x .rights {
		width: 100%;
		padding-right: 0px;
	}
	.rml_sec_5 .rml_x .lefts {
		padding-bottom: 40px;
	}
	.rml_sec_5 .rml_x .lefts .bottoms {
		padding: 0px;
		margin-bottom: 20px;
	}
	.rml_sec_5 .container {
		/*width: calc(100% - 126px);*/
	}
	.rml_sec_5 .rml_x .lefts:before {
		bottom: -23px;
		left: 50%;
		transform: translateX(-50%);
	}
	.rml_sec_5 .rml_x .lefts:after {
		bottom: -7px;
		left: 50%;
		transform: translateX(-50%);
	}
	.rml_sec_5 .swiper-pagination-bullets {
		width: 100%;
		max-width: 100%;
		left: 0 !important;
		/*bottom:-40px !important;*/
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.rml_sec_5 .container h2 {
		font-size: 20px;
	}
}

.banner .swiper_1.hzy .swiper-slide .titles_content .titles img {
	width: auto;
	height: 58px;
	margin-bottom: 30px;
	object-fit: contain;
}

.banner .swiper_1.hzy .swiper-slide .titles_content .titles h2 {
	font-size: 46px;
	color: #fff;
	line-height: 70px;
	margin-bottom: 25px;
}

.banner .swiper_1.hzy .swiper-slide .titles_content .titles>p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 25px;
}

.banner .swiper_1.hzy .swiper-slide .titles_content .titles ul.de {
	margin-left: 20px;
	/* list-style-type: circle; */
	display: none;
}

.banner .swiper_1.hzy .swiper-slide .titles_content .titles ul.de li {
	list-style-type: disc;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 34px;
}

@media screen and (max-width:1375px) {
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles img {
		margin-bottom: 5px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles h2 {
		margin-bottom: 5px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1180px) {
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles img {
		margin-bottom: 5px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles h2 {
		font-size: 35px;
		line-height: 60px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles p,
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles ul.de li {
		font-size: 16px;
		line-height: 25px;
	}
	.banner .swiper_1.rmx .swiper-slide .titles_content .show_img {
		width: 40%;
	}
}

@media screen and (max-width:991px) {
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles h2 {
		font-size: 25px;
		line-height: 50px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles img {
		/*width: 115px;*/
	}
}

@media screen and (max-width:767px) {
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 0px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles ul.de {
		display: none;
	}
}

@media screen and (max-width:400px) {
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles img {
		width: 80px;
	}
	.banner .swiper_1.hzy .swiper-slide .titles_content .titles h2 {
		font-size: 20px;
		line-height: 35px;
	}
}


/*好专业 教育管理平台 左图右文*/

.hzy_sec2 {
	width: 100%;
	background: #E9F0FA;
	padding: 80px 0px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.hzy_sec2 {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.hzy_sec2 {
		padding: 40px 0;
	}
}

.hzy_sec2 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.hzy_sec2 .container .sec2_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hzy_sec2:nth-of-type(4) .container .sec2_list {
	flex-direction: row-reverse;
}

.hzy_sec2 .container .sec2_list .lefts {
	width: 40%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
}

.hzy_sec2 .container .sec2_list .lefts img {
	width: 156px;
	margin-bottom: 30px;
}

.hzy_sec2 .container .sec2_list .lefts h2 {
	font-size: 33px;
	color: rgba(0, 24, 77, 1);
	line-height: 50px;
	margin-bottom: 30px;
}

.hzy_sec2 .container .sec2_list .lefts p {
	font-size: 16px;
	color: rgba(0, 24, 77, 1);
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
	max-width: 550px;
}

.hzy_sec2 .container .sec2_list .rights {
	width: 60%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 15px;
	box-sizing: border-box;
	position: relative;
	left: 40px;
	padding: 20px;
	border: 1px solid #ddd;
}

.hzy_sec2:nth-of-type(4) .container .sec2_list .rights {
	left: -50px;
}

.hzy_sec2 .container .sec2_list .rights img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	border:1px solid #ddd;
}


/*好专业 教育管理平台 左图右文*/


/*lg*/

@media screen and (max-width:1202px) {
	.hzy_sec2 .container .sec2_list .lefts {
		/*width: calc(40% - 40px);*/
	}
	.hzy_sec2 .container .sec2_list .lefts img {
		margin-bottom: 20px;
	}
	.hzy_sec2 .container .sec2_list .lefts h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.hzy_sec2 .container .sec2_list .lefts p {
		line-height: 30px;
	}
}

@media screen and (max-width:991px) {
	.hzy_sec2 .container .sec2_list .lefts {
		/*width: calc(40% - 40px);*/
	}
	.hzy_sec2 .container .sec2_list .lefts img {
		margin-bottom: 10px;
		width: 120px;
	}
	.hzy_sec2 .container .sec2_list .lefts h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 36px;
	}
	.hzy_sec2 .container .sec2_list .lefts p {
		line-height: 25px;
		font-size: 16px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.hzy_sec2 .container .sec2_list .lefts {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.hzy_sec2 .container .sec2_list .rights,
	.hzy_sec2:nth-of-type(4) .container .sec2_list .rights {
		width: 100% !important;
		left: 0;
	}
}

.rmx_sec_3.hzy .list_items .items {
	background: linear-gradient(-23deg, #001648, rgba(19, 98, 219, 1));
	padding: 65px 0px;
	background: url(../img/gk_bg.jpg) no-repeat center center;
	background-size: cover;
}

.rmx_sec_3.hzy .list_items .items img {
	height: 49%;
	width: auto;
	margin-bottom: 35px;
}

@media only screen and (min-width: 100px) and (max-width: 1602px) {
	.rmx_sec_3.hzy .list_items .items {
		padding: 40px 0;
	}
	.rmx_sec_3.hzy .list_items .items img {
		margin-bottom: 20px;
	}
}

.rmx_sec_3 .list_items .items p {
	color: #fff;
}

@media screen and (max-width:991px) {
	.rmx_sec_3.hzy .list_items {
		width: 90%;
	}
	.rmx_sec_3.hzy .list_items .items img {
		height: 150px;
	}
	.rmx_sec_3.hzy .list_items .items {
		padding: 15px 0px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.list_se {
		width: 100%;
	}
	.rmx_sec_3.hzy .list_items {
		flex-wrap: wrap
	}
	.rmx_sec_3.hzy .list_items .items {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.rml_sec_5.hzy .rml_x .lefts .tops h2 {
	font-size: 20px;
	color: rgba(104, 104, 104, 1);
}

.rml_sec_5.hzy .rml_x .lefts .tops h3 {
	font-size: 25px;
	color: #001648;
}

@media screen and (max-width:1200px) {
	.rml_sec_5.hzy .rml_x .lefts .tops h3 {
		font-size: 24px;
	}
	.rml_sec_5.hzy .rml_x .lefts .tops h2 {
		font-size: 20px;
	}
}

.rml_sec_5.hzy .rml_x .lefts .tops h4 {
	font-size: 20px;
	color: rgba(248, 202, 0, 1);
	margin-top: 15px;
}

.rml_sec_5.hzy.xhx .rml_x .lefts .tops h2 {
	margin-bottom: 15px;
}

.rml_sec_5 .rml_x .lefts .pros {
	padding-right: 40px;
	margin-top:24px;
}

.rml_sec_5 .rml_x .lefts .pros h4 {
	font-size: 20px;
	color: #001648;
	line-height: 29px;
	margin-bottom: 15px;
	position: relative;
	margin-left: 30px;
}

.rml_sec_5 .rml_x .lefts .pros h4:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	left: -23px;
	background: none;
	background-image: url(../img/top_img.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	transform: rotate(45deg);
}

.rml_sec_5 .rml_x .lefts .pros ul {
	/* margin-left: 20px; */
}

.rml_sec_5 .rml_x .lefts .pros ul li {
	font-size: 17px;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
	margin-bottom: 10px;
	/* list-style-type: disc; */
}


/*lg*/

@media screen and (max-width:1450px) {
	/* .rml_sec_5 .rml_x .lefts .pros ul li {
		font-size: 17px;
		line-height: 25px;
	} */
}

@media screen and (max-width:1180px) {
	.rml_sec_5 .rml_x .lefts .pros {
		margin-top: 10px;
	}
	.rml_sec_5 .rml_x .lefts .pros ul li {
		font-size: 15px;
		line-height: 25px;
	}
}

.hzy_sec2 .container .sec2_list .rights img {
	box-sizing: border-box;
}

.swipers_1 {
	width: 100%;
}

.swipers_1 .swiper-slide {
	text-align: right;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
	border:1px solid #ddd;
}

.swipers_1.swiper-container-horizontal>.swiper-pagination-bullets {
	top: 6%;
	left: 0px;
	width: 100%;
	text-align: left;
	text-indent: 6.5%;
}

.swipers_1 .swiper-pagination-bullet {
	background: #001648;
}

.swipers_1 .swiper-pagination-bullet-active {
	background: #001648;
	opacity: 1;
}

.swipers_2 {
	width: 100%;
}

.swipers_2 .swiper-slide {
	text-align: left;
	box-sizing: border-box;
}

.swipers_2.swiper-container-horizontal>.swiper-pagination-bullets {
	top: 5%;
	left: 0px;
	width: 100%;
	text-align: left;
	text-indent: 2%;
}

.swipers_2 .swiper-pagination-bullet {
	background: #fff;
}

.swipers_2 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.cc_sec2 {
	padding: 100px 0px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.cc_sec2 .container {
	max-width: 90%;
	/*max-width: 1440px;*/
	margin: 0 auto;
}

.cc_sec2.jtjs {
	padding: 100px 0px 50px;
	 background-image: url(../img/jtjs_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
}


/* .cc_sec2 .container{
  width:90%;
  max-width:970px;
  margin:0 auto;
} */

.cc_sec2 .container h2 {
	font-size: 34px;
	color: #001648;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}

.cc_sec2 .container .detail {
	width: 100%;
}

.cc_sec2 .container .detail ul {
	margin-left: 30px;
	width: 700px
}
@media screen and (max-width: 700px){
	.cc_sec2 .container .detail ul{
		max-width: 700px;
		width: auto;
	}
}
.cc_sec2 .container .detail li {
	list-style-type: none;
	position: relative;
}

.cc_sec2 .container .detail li:before {
	border: 2px solid rgba(255, 169, 71, 1);
	width: 10px;
	height: 10px;
	background: none;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: -30px;
	content: "";
	display: inline-block;
}

.cc_sec2 .container .detail p,
.cc_sec2 .container .detail li {
	font-size: 16px;
	color: #001648;
	line-height: 36px;
}


/*lg*/

@media screen and (max-width:1202px) {
	.cc_sec2 .container h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cc_sec2 .container .detail p,
	.cc_sec2 .container .detail li {
		font-size: 20px;
	}
	.cc_sec2 .container .detail li:before {
		top: 11px;
	}
}


/*sm*/

@media screen and (max-width:991px) {
	.cc_sec2 {
		padding: 72px 0px;
	}
	.cc_sec2 .container h2 {
		font-size: 25px;
		line-height: 36px;
	}
	.cc_sec2 .container .detail p,
	.cc_sec2 .container .detail li {
		font-size: 18px;
		line-height: 30px;
	}
	.cc_sec2 .container .detail li:before {
		top: 6px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.cc_sec2 .container .detail li:before {
		top: 7px;
		width: 6px;
		height: 6px;
	}
	.cc_sec2 {
		padding: 40px 0px;
	}
	.cc_sec2 .container .detail p,
	.cc_sec2 .container .detail li {
		font-size: 16px;
		line-height: 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.cc_sec2 .container h2 {
		font-size: 22px;
	}
}

.banner .swiper_1.rmx.cc .swiper-slide .titles_content .titles {
	max-width: 685px;
}

.cc_sec2 .pro_list {
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
/*	justify-content:space-between;*/
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 120px;
}

.cc_sec2 .pro_list .items {
	/*height: 312px;*/
	width: calc((100% - 210px)/4);
	display: flex;
	margin-right: 70px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgba(255, 255, 255, 1);
	
	position: relative;
}
.cc_sec2 .pro_list .items:last-of-type {
	margin-right:0px;
}
.cc_sec2 .pro_list .items .inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
	box-shadow: 3px 1px 25px 0px rgba(0, 0, 0, 0.19);
}

.cc_sec2 .pro_list .items .inner .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cc_sec2 .pro_list .items:before {
	content: "";
	display: inline-block;
	width: 70px;
	height: 100%;
	right: -70px;
	top: 0px;
	background-image: url("../img/sec_zj.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
}

.cc_sec2 .pro_list .items:nth-child(2n):before {
	background-image: url("../img/sec_zj_l.png");
}

.cc_sec2 .pro_list .items:nth-last-of-type(1):before {
	display: none;
}

.cc_sec2 .pro_list .items img {
	height: 38px;
	width: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.cc_sec2 .pro_list .items h2 {
	font-size: 20px;
	color: rgba(236, 163, 58, 1);
	line-height: 1.8em;
	margin-bottom: 10px;
}

.cc_sec2 .pro_list .items:nth-child(2n) h2 {
	color: rgba(23, 165, 182, 1);
}

.cc_sec2 .pro_list .items p {
	font-size: 16px;
	color: rgba(102, 103, 103, 1);
	line-height: 1.8em;
	text-align: center;
	height: 120px;
}


/*lg*/

@media screen and (max-width:1260px) {
	.cc_sec2 .pro_list .items {
		width: calc((100% - 120px)/4);
		margin-right:40px;
	}
	.cc_sec2 .pro_list .items h2{
		font-size: 18px
	}
	.cc_sec2 .pro_list .items p {
		/*font-size: 20px;*/
		font-size: 14px;
	}
	.cc_sec2 .pro_list .items:before {
		width: 40px;
		right: -40px;
	}
}

@media screen and (max-width:991px) {
	.cc_sec2 .pro_list .items p {
		font-size: 16px;
		line-height: 25px;
	}
	.cc_sec2 .pro_list .items h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1050px) {
	.cc_sec2 .pro_list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.cc_sec2 .pro_list .items {
		width: calc((100% - 140px)/2);
		margin-bottom: 40px;
		margin-right:70px;
		/*margin-left: 70px;*/
	}
	.cc_sec2 .pro_list .items:nth-child(2n+1) {
		margin-left: 0px;
	}
	.cc_sec2 .pro_list .items:before {
		width: 70px;
		right: -70px;
	}
}
@media screen and (max-width:900px) {
	.cc_sec2 .pro_list .items:before {
		width: 40px;
		right: -40px;
	}
	.cc_sec2 .pro_list .items {
		margin-right:40px;
		/*margin-left: 70px;*/
	}
}

/*xs*/

@media screen and (max-width:560px) {
	.cc_sec2 .pro_list .items {
		width: 100%;
		margin-left: 0px;
		margin-right:0px;
		margin-bottom: 90px;
	}
	.cc_sec2 .pro_list .items:last-child {
		margin-bottom: 0;
	}
	.cc_sec2 .pro_list .items:before {
		display: block;
		position: absolute;
		top: auto;
		bottom: -80px;
		height: 70px;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
	.cc_sec2 .pro_list {
		margin-bottom: 70px;
	}
}

.sec_2.fw .container .item_list .item {
	background: rgba(255, 255, 255, 1);
	box-shadow: 3px 1px 25px 0px rgba(0, 0, 0, 0.19);
	/*padding: 80px 0px 60px;*/
}

@media only screen and (min-width: 100px) and (max-width: 1100px) {
	.sec_2.fw .container .item_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sec_2.fw .container .item_list .item {
		width: calc(50% - 2%);
		margin-bottom: 20px;
	}
	.sec_2.fw .container .item_list .item:first-child {
		margin-right: 2%;
	}
}

@media only screen and (min-width: 100px) and (max-width: 550px) {
	.sec_2.fw .container .item_list .item {
		width: 100%;
	}
	.sec_2.fw .container .item_list .item:first-child {
		margin-right: 0;
	}
}

.sec_2.fw .container .item_list .item .inner {
	width: 100%;
	padding-top: 93%;
	position: relative;
}

.sec_2.fw .container .item_list .item .inner .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sec_2.fw .container .item_list .item .tops {
	margin-bottom: 25px;
	margin-top: 20px;
}

.sec_2.fw .container .item_list .item .detail {
	height: 120px;
}

.sec_2.fw .container .item_list .item:nth-of-type(1) .tops:before {
	background: #FACF93;
}

.sec_2.fw .container .item_list .item:nth-of-type(3) .tops:before {
	background: #81CED7;
}

.sec_2.fw .container .item_list .item h2 {
	font-size: 22px;
	color: rgba(245, 167, 55, 1);
	margin-bottom: 34px;
	margin-bottom: 20px;
}

.cc_sec4 {
	padding: 100px 0px 200px;
	width: 100%;
	background: #E9F0FA;
}

.cc_sec4 .container {
	width: 90%;
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.cc_sec4 h2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1680px;
	font-size: 36px;
	color: #001648;
	line-height: 60px;
	margin-bottom: 80px;
	text-align: center;
}

.cc_sec4 ul {
	margin-left: 20px;
	text-align: center;
}

.cc_sec4 li {
	list-style-type: none;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 60px;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-left: 32px;
}

.cc_sec4 li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(235, 163, 58, 1);
	;
	position: absolute;
	top: 7px;
	left: -32px;
}

.cc_sec4 .swipers_co {
	width: calc(100% - 100px);
	margin: 0 auto;
}
.swipers_co .swipers_2 .swiper-slide{
	margin: 0 !important;
}
.swipers_co .swipers_2 .swiper-slide .img_box{
	/*width: calc(100% / 3 - 60px);
	margin: 0 30px;*/
	display: flex;
	justify-content: space-between;
}
.swipers_co .swipers_2 .swiper-slide .content_box{
	width:31%;
	/*margin:0 30px;*/

}
.swipers_co .swipers_2 .swiper-slide .content_box .ratio{
	width:100%;
	padding-top: 68%;
	position: relative;
}
.swipers_co .swipers_2 .swiper-slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	object-fit: cover;
}

.cc_sec4 .button-next,
.cc_sec4 .button-prev {
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
	border: 6px solid #15499E;
	top: calc(50% - 17px);
	/* background: linear-gradient(-23deg,rgba(0,22,72,1),rgba(21,73,158,1)); */
	border-radius: 50%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	right: 0px;
	cursor: pointer;
	outline: none;
	transform: translateY(100%);
}

.cc_sec4 .button-prev {
	left: 0px;
}

.cc_sec4 .button-prev img,
.cc_sec4 .button-next img {
	width: 30px;
	height: auto;
}

.cc_sec4 .button-prev img {
	transform: rotate(180deg);
}


/*lg*/

@media screen and (max-width:1202px) {
	.cc_sec4 .button-next,
	.cc_sec4 .button-prev {
		width: 25px;
		height: 25px;
		border: 4px solid #15499E;
		top: calc(50% - 13px);
	}
	.cc_sec4 .button-prev img,
	.cc_sec4 .button-next img {
		width: 20px;
	}
	.cc_sec4 .swipers_co {
		width: 90%;
	}
}

@media screen and (max-width:991px) {
	.cc_sec4 {
		padding: 72px 0px;
	}
	.cc_sec4 h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 65px;
	}
	.swipers_co .swipers_2 .swiper-slide {
		width: calc(100% / 3 - 30px);
		margin: 0 15px;
	}
	.cc_sec4 li {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.cc_sec4 .button-next,
	.cc_sec4 .button-prev{
		display: none;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.swipers_co .swipers_2 .swiper-slide {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.cc_sec4 h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.cc_sec4 li {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.swipers_co .swipers_2 .swiper-slide .img_box{
		flex-direction: column;
	}
	.swipers_co .swipers_2 .swiper-slide .content_box{
		width: 100%;
		margin-bottom: 20px;
	}
}

.cc_sec_3 {
	width: 100%;
	padding: 185px 0px 143px;
	background: #E9F0FA;
}

.cc_sec_3 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.cc_sec_3 .container .sec3_item {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.16);
	border-radius: 167px;
	/*padding: 100px 0px;*/
	height: 334px;
	display: flex;
	margin-top: 160px;
	/* position:relative;
  justify-content: flex-end; */
}

@media only screen and (min-width: 100px) and (max-width: 1410px) {
	.cc_sec_3 .container .sec3_item {
		height: 300px;
		border-radius: 150px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.cc_sec_3 .container .sec3_item {
		flex-direction: column;
	}
}

.cc_sec_3 .container .sec3_item:nth-of-type(1) {
	margin-top: 0px;
}

.cc_sec_3 .container .sec3_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.cc_sec_3 .container .sec3_item .lefts {
	width: 50%;
	position: relative;
	/* position:absolute;
  top:0px;
  left:0px; */
}

.cc_sec_3 .container .sec3_item .lefts .lefts_cont {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: none;
	padding: 0px;
}

.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons {
	width: 70%;
	margin: 0 auto;
}

.cc_sec_3 .container .sec3_item .lefts .lefts_cont img {
	width: 100%;
	max-width: 500px;
}

.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons img {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons p {
	font-size: 19px;
	color: rgba(0, 23, 77, 1);
	text-align: center;
	margin-bottom: 50px;
}

.cc_sec_3 .container .sec3_item .rights {
	width: 50%;
	max-width: 400px;
	margin-left: 100px;
	margin-right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cc_sec_3 .container .sec3_item:nth-child(2n) .rights {
	margin-right: 100px;
	margin-left: 0px;
}

.cc_sec_3 .container .sec3_item .rights h2 {
	font-size: 36px;
	color: rgba(0, 24, 77, 1);
	line-height: 50px;
	margin-bottom: 25px;
	position: relative;
}

.cc_sec_3 .container .sec3_item .rights h2:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -48px;
	top: 12px;
	width: 18px;
	height: 18px;
	background: #F5A838;
	border-radius: 50%;
}

.cc_sec_3 .container .sec3_item .rights h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -44px;
	top: 16px;
	width: 18px;
	height: 18px;
	background: #F5A838;
	border-radius: 50%;
	opacity: 0.35;
}

.cc_sec_3 .container .sec3_item .rights p {
	font-size: 16px;
	color: rgba(0, 24, 77, 1);
	line-height: 30px;
	text-align: justify;
}

.cc_sec_3 .lefts_cont.cc_sec4 .button-next,
.cc_sec_3 .lefts_cont.cc_sec4 .button-prev {
	top: calc(50% - -8px);
}

.cc_sec_3 .lefts_cont.cc_sec4 .button-next {
	right: 10%;
}

.cc_sec_3 .lefts_cont.cc_sec4 .button-prev {
	left: 10%;
}

@media screen and (max-width:1240px) {
	.cc_sec_3 .container .sec3_item {
		height: auto;
		background: none;
		box-shadow: none;
		margin-top: 30px;
	}
	.cc_sec_3 .container .sec3_item .rights h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}
	.cc_sec_3 .container .sec3_item .rights p,
	.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons p {
		font-size: 18px;
	}
	.cc_sec_3 .container .sec3_item .rights {
		width: 100%;
		max-width: 100%;
		background: #fff;
		box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.16);
		padding: 40px 60px;
		border-radius: 150px;
		box-sizing: border-box;
		margin: 0;
	}
	.cc_sec_3 .container .sec3_item .lefts {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.cc_sec_3 .container .sec3_item .lefts .lefts_cont {
		position: relative;
	}
	.cc_sec_3 .container .sec3_item:nth-child(2n) .rights {
		margin-right: 30px;
		margin-left: 20px;
	}
	.cc_sec_3 .container .sec3_item:nth-child(2n) {
		flex-direction: column;
	}
}

@media screen and (max-width:991px) {
	.cc_sec_3 {
		padding: 72px 0px;
	}
	.cc_sec_3 .container .sec3_item .rights h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.cc_sec_3 .container .sec3_item .rights p,
	.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons p {
		font-size: 16px;
		line-height: 30px;
	}
	.cc_sec_3 .container .sec3_item .lefts {
		/*width: 40%;*/
	}
}

@media screen and (max-width:767px) {
	.cc_sec_3 {
		padding: 40px 0px;
	}
	.cc_sec_3 .container .sec3_item .lefts {
		/*display: none;*/
	}
	.cc_sec_3 .container .sec3_item .rights {
		width: 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		border-radius: 30px;
		padding: 30px;
	}
	.cc_sec_3 .container .sec3_item:nth-child(2n) .rights {
		margin-right: 0px;
		margin-left: 0px;
	}
	.cc_sec_3 .container .sec3_item {
		justify-content: center;
		/*padding: 40px 0px;*/
		margin-top: 40px;
	}
	.cc_sec_3 .container .sec3_item .rights h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.cc_sec_3 .container .sec3_item .rights p,
	.cc_sec_3 .container .sec3_item .lefts .lefts_cont .swiper_cons p {
		font-size: 14px;
		line-height: 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.cc_sec_3 .container .sec3_item {
		border-radius: 30px;
	}
	.cc_sec_3 .container .sec3_item .rights h2:before {
		display: none;
	}
	.cc_sec_3 .container .sec3_item .rights h2:after {
		display: none;
	}
}

.jlxs_sec_4 {
	width: 100%;
	padding-bottom: 134px;
	position: relative;
}

.jlxs_sec_4:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 23px);
	bottom: -23px;
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	z-index: 21;
}

.jlxs_sec_4:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 7px);
	bottom: -7px;
	width: 14px;
	height: 14px;
	background: #00184E;
	border-radius: 50%;
	z-index: 22;
}

.jlxs_sec_4 h2 {
	font-size: 36px;
	color: #001648;
	margin-bottom: 70px;
	text-align: center;
}

.jlxs_sec_4 .container {
	/* justify-content: space-between; */
	width: 87%;
	margin: 0 auto;
}

.jlxs_sec_4 .container .swiper_4 .swiper-wrapper {
	padding-bottom: 80px;
	justify-content: center;
}

.jlxs_sec_4 .container .swiper_4 .swiper-slide {
	border: 1px solid rgba(187, 41, 39, 1);
	width: calc(100% / 5 - 20px);
	margin: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: auto;
	position: relative;
	cursor: default;
}

.jlxs_sec_4 .container .swiper_4 .swiper-slide .inner {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.jlxs_sec_4 .container .swiper_4 .swiper-slide .inner .content_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jlxs_sec_4 .container .swiper_4 img {
	height: 61px;
	margin-bottom: 30px;
}

.jlxs_sec_4 .container .swiper_4 p {
	font-size: 20px;
	color: rgba(187, 41, 39, 1);
	line-height: 35px;
}

.jlxs_sec_4 .swiper_4.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
}

.jlxs_sec_4 .swiper_4 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #001648;
}

.jlxs_sec_4 .swiper_4 .swiper-pagination-bullet-active {
	background: #001648;
}

.jlxs_sec_4 .swiper_4 .swiper-slide .des {
	width: 100%;
	height: 100%;
	background: rgba(187, 41, 39, 1);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
	transition: all 0.36s;
}


/*.jlxs_sec_4 .swiper_4 .swiper-slide-active .des,*/

.jlxs_sec_4 .swiper_4 .swiper-slide:hover .des {
	opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {

	.jlxs_sec_4 .swiper_4 .swiper-slide-active .des {
		opacity: 0;
	}
}

.jlxs_sec_4 .swiper_4 .swiper-slide .des .tits {
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.jlxs_sec_4 .swiper_4 .swiper-slide .des .dts {
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
}
@media only screen and (min-width: 100px) and (max-width: 1450px){
	.jlxs_sec_4 .container .swiper_4 .swiper-slide .inner{
		padding-top: 120%;
	}
.jlxs_sec_4 .swiper_4 .swiper-slide .des .dts{
	font-size: 15px
}
}
.rmx_sec_3.jlxs {
	border: none;
}

.rmx_sec_3.jlxs:before,
.rmx_sec_3.jlxs:after {
	display: none;
}

@media screen and (max-width:991px) {
	.jlxs_sec_4 h2,
	.rmx_sec_3.jlxs h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
}


/*xs*/

@media screen and (max-width:1200px) {
	.jlxs_sec_4 .container .swiper_4 .swiper-slide {
		width: calc(100% / 3 - 20px);
	}
}

@media screen and (max-width:900px) {
	.jlxs_sec_4 .container .swiper_4 .swiper-slide {
		width: calc(100% / 2 - 20px);
	}
}

@media screen and (max-width:650px) {
	.jlxs_sec_4 .container .swiper_4 .swiper-slide {
		width: calc(100% / 1 - 20px);
	}
}

@media screen and (max-width:767px) {
	.jlxs_sec_4 h2,
	.rmx_sec_3.jlxs h2 {
		font-size: 20px;
	}
}

.banner.join {
	position: relative;
}

.banner.join .title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.banner.join .title h2 {
	font-size: 46px;
	color: rgba(255, 255, 255, 1);
	line-height: 60px;
	margin-bottom: 20px;
}

.banner.join .title p {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 36px;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.banner.join .title h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.banner.join .title p {
		font-size: 18px;
		line-height: 36px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.banner.join .title h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.banner.join .title p {
		font-size: 15px;
		line-height: 25px;
	}
}

@media screen and (max-width:450px) {
	.banner.join .title p {
		display: none;
	}
}

.sec_2.fw,
.cc_sec_3 {
	position: relative;
}

.sec_2.fw:before,
.cc_sec_3:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 23px);
	bottom: -23px;
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
}

.sec_2.fw:after,
.cc_sec_3:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: calc(50% - 7px);
	bottom: -7px;
	width: 14px;
	height: 14px;
	background: #00184E;
	border-radius: 50%;
}

.sec_2.fw.join .container .item_list .item .tops {
	width: 100px;
	height: 100px;
	box-shadow: 5px -1px 10px 0px rgba(0, 0, 0, 0.26);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec_2.join:before,
.sec_2.join:after {
	display: none;
}

.sec_2.join .container .item_list .item .tops:before {
	display: none;
}

.sec_2.join .container .item_list .item .tops img {
	width: 35px;
	height: auto;
}

.join_sec_3 {
	max-width: 1440px;
	width: 90%;
	margin: 0 auto;
}

.join_sec_3.join {
	padding-bottom: 100px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.join_sec_3.join {
		padding-bottom: 50px;
	}
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide .left {
	width: calc(50% - 15px);
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide .left img {
	width: 100%;
	height: 100%;
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights {
	width: calc(50% - 15px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img {
	margin-top: 15px;
	margin-bottom: 0px;
	width: calc(50% - 15px);
	height: calc(50% - 15px);
}

.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img:nth-of-type(1),
.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img:nth-of-type(2) {
	margin-bottom: 15px;
	margin-top: 0px;
}

.join_sec_3 .swipers_5 {
	padding-bottom: 80px;
}

.join_sec_3 .swipers_5.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}

.join_sec_3 .swipers_5 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #001648;
}

@media screen and (max-width:991px) {
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide {
		flex-wrap: wrap;
	}
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide .left {
		/*width:calc(50% - 5px);*/
		width: 100%;
		margin-bottom: 20px;
	}
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights {
		/*width:calc(50% - 5px);*/
		width: 100%;
	}
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img {
		margin-top: 5px;
		margin-bottom: 0px;
		width: calc(50% - 5px);
		height: calc(50% - 5px);
	}
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img:nth-of-type(1),
	.join_sec_3 .swiper-container.swipers_5 .swiper-slide .rights img:nth-of-type(2) {
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.join_sec_3 .swipers_5 .swiper-wrapper {
		padding-bottom: 60px;
	}
}

.join_sec4 {
	width: 100%;
	padding: 100px 0px;
	background-image: url(../img/join_sec4_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.join_sec4 .container {
	max-width: 1460px;
	width: 90%;
	margin: 0 auto;
}

.join_sec4 .container h2 {
	font-size: 36px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	text-align: center;
}

.join_sec4 .container .zw_detail {
	width: 100%;
	margin-top: 60px;
}
.join_sec4 .container .zw_detail:before{
	content: "";
	width: 25px;
	height: 22px;
	display: block;
	background: url(../img/zws.png);
	position: relative;
	bottom:6px;
}
.join_sec4 .container .zw_detail p {
	font-size: 16px;
	color: rgba(0, 21, 71, 1);
	line-height: 35px;
	padding:0 50px;
}

.join_sec4 .container .content {
	width: 100%;
	margin-top: 40px;
	position: relative;
	background: none;
	padding: 0px;
}

.join_sec4 .container .content .swiper_scon {
	width: 80%;
	margin: 0 auto;
}

.join_sec4 .swiper_scon .swiper-slide {
	text-align: center;
	width: calc(100% / 5 - 30px);
	margin: 0px 15px;
	box-sizing: border-box;
	transition: 300ms;
	transform: scale(0.8);
}

.join_sec4 .swiper_scon .swiper-slide-active {
	transform: scale(1);
}

.join_sec4 .swiper_scon .swiper-slide .img_content {
	width: 182px;
	height: 182px;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(253, 201, 1, 1);
	box-shadow: 14px 10px 15px 0px rgba(0, 0, 0, 0.21);
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.join_sec4 .swiper_scon .swiper-slide p {
	font-size: 24px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	display: none;
}

.join_sec4 .swiper_scon .swiper-slide-active p {
	display: block;
}

.join_sec4 .swiper_scon .swiper-slide .img_content img {
	width: 154px;
	height: 154px;
	margin: 0 auto;
	border-radius: 50%;
}

.join_sec4 .content.cc_sec4 .button-next,
.join_sec4 .content.cc_sec4 .button-prev {
	top: calc(50% - 45px);
}


/*lg*/

@media screen and (max-width:1400px) {
	.join_sec4 .swiper_scon .swiper-slide {
		width: calc(100% / 3 - 30px);
	}
}

@media screen and (max-width:830px) {
	.join_sec4 .swiper_scon .swiper-slide {
		width: calc(100% / 1 - 30px);
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.join_sec4 {
		padding: 72px 0px;
	}
	.join_sec4 .container h2 {
		font-size: 25px;
		line-height: 36px;
	}
	.join_sec4 .container .zw_detail p {
		font-size: 18px;
		line-height: 30px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.join_sec4 {
		padding: 40px 0px;
	}
	.join_sec4 .container .zw_detail {
		margin-top: 20px;
	}
	.join_sec4 .container h2 {
		font-size: 20px;
		line-height: 36px;
	}
	.join_sec4 .container .zw_detail p {
		font-size: 15px;
		line-height: 25px;
		padding:0;

	}
}

.join_sec5 {
	width: 100%;
	background: none;
	padding: 120px 0px;
}

.join_sec5 .container {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.join_sec5 .container h2 {
	font-size: 36px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	text-align: center;
	margin-bottom: 90px;
}

.join_sec5 .container .cont_lists {
	width: 0px;
	margin: 0px;
	width: 100%;
}

.join_sec5 .container .cont_lists li {
	list-style: none;
	margin-bottom: 20px;
	background: rgba(248, 248, 248, 1);
	width: 100%;
	border: 1px solid #fff;
	cursor: default;
}

.join_sec5 .container .cont_lists li .tops {
	padding: 10px 0px;
	width: 100%;
	justify-content: space-between;
	display: flex;
}

.join_sec5 .container .cont_lists li .tops .lefts {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.join_sec5 .container .cont_lists li .tops .lefts img {
	height: 18px;
	width: auto;
}

.join_sec5 .container .cont_lists li .lefts p.jobs_title {
	font-size: 18px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	margin-left: 21px;
}

.join_sec5 .container .cont_lists li p.date {
	font-size: 16px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	margin-right: 20px;
}

.join_sec5 .container .cont_lists li.active {
	border: 1px solid rgba(215, 215, 215, 1);
}

.join_sec5 .container .cont_lists li.active .tops {
	background: #001547;
}

.join_sec5 .container .cont_lists li.active .tops .lefts img {
	display: none;
}

.join_sec5 .container .cont_lists li.active .lefts p.jobs_title,
.join_sec5 .container .cont_lists li.active p.date {
	color: #fff;
}

.join_sec5 .container .cont_lists li .bottoms {
	padding: 20px 40px 40px;
	background: #fff;
	display: none;
}
.join_sec5 .container .cont_lists li:nth-child(1)  .bottoms{
	display: block;

}
.join_sec5 .container .cont_lists li .bottoms p {
	font-size: 14px;
	color: rgba(1, 25, 80, 1);
	line-height: 32px;
}

.join_sec5 .container .cont_lists li .bottoms p.its {
	font-size: 16px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	margin-bottom: 5px;
}

.join_sec5 .container .cont_lists li .bottoms ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.join_sec5 .container .cont_lists li .bottoms ul li {
	list-style-type: decimal;
	background: none;
	margin-bottom: 0px;
}

/*.join_sec5 .container .cont_lists li .bottoms a {
	padding: 10px 25px;
	font-size: 16px;
	color: rgba(0, 21, 71, 1);
	border: 4px solid rgba(0, 21, 71, 1);
	border-radius: 50px;
	margin-top: 10px;
	display: inline-block;
}*/
.join_sec5 .container .cont_lists li .bottoms a {
  color: #0421BD;
  display: inline-block;
  width:122px;
  height:48px;
  border-radius: 24px;
  box-sizing: border-box;
  background:url(../img/jb.jpg) no-repeat center center;
  background-size:100% 100%;  
  margin-right: 38px;
  margin-bottom: 20px;
  padding:4px;

}
.join_sec5 .container .cont_lists li .bottoms a span{
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	border-radius: 22px;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color:#003D88;
	padding-left: 26px;
	box-sizing: border-box;
}

.join_sec5 .container .tz {
	width: 100%;
	text-align: center;
	margin-top: 65px;
}


.join_sec5 .container a.jzgd {
  color: #0421BD;
  display: inline-block;
  width:144px;
  height:48px;
  border-radius: 24px;
  box-sizing: border-box;
  background:url(../img/jb.jpg) no-repeat center center;
  background-size:100% 100%;  
  margin-right: 38px;
  margin-bottom: 20px;
  padding:4px;
  
}
.join_sec5 .container a.jzgd span{
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	border-radius: 22px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	color:#003D88;
	box-sizing: border-box;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.join_sec5 .container h2 {
		font-size: 25px;
		line-height: 36px;
	}
	.join_sec5 .container .cont_lists li .tops .lefts img {
		height: 16px;
	}
	.join_sec5 .container .cont_lists li .lefts p.jobs_title,
	.join_sec5 .container .cont_lists li p.date,
	.join_sec5 .container .cont_lists li .bottoms p.its {
		font-size: 16px;
	}
	.join_sec5 .container .cont_lists li .bottoms p {
		font-size: 14px;
		line-height: 25px;
	}
	.join_sec5 .container .cont_lists li .bottoms a {
		font-size: 16px;
		padding: 5px 25px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.join_sec5 {
		padding: 50px 0;
	}
	.join_sec5 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.join_sec5 .container .cont_lists li {
		margin-bottom: 5px;
	}
	.join_sec5 .container .cont_lists li .tops {
		padding: 0px 0px;
	}
	.join_sec5 .container .cont_lists li .tops .lefts {
		max-width: 400px;
		width: 50%;
		justify-content: flex-start;
	}
	.join_sec5 .container .cont_lists li .tops .lefts img {
		height: 12px;
	}
	.join_sec5 .container .cont_lists li .lefts p.jobs_title {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-left: 15px;
		font-size: 15px;
	}
	.join_sec5 .container .cont_lists li p.date,
	.join_sec5 .container .cont_lists li .bottoms p.its {
		font-size: 15px;
	}
	.join_sec5 .container .cont_lists li .bottoms p {
		font-size: 14px;
		line-height: 25px;
	}
	.join_sec5 .container .cont_lists li .bottoms a {
	/*	font-size: 14px;
		padding: 5px 25px;*/
	}
	.join_sec5 .container .cont_lists li .bottoms {
		padding: 5px 15px 20px;
	}
}

.jtjs_sec_3 {
	width: 100%;
	/*padding: 134px 0px;*/
	background-image: url("../img/jtjs_sec3_1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.jtjs_sec_3 .container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.jtjs_sec_3 .container p {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	line-height: 50px;
	text-align: center;
}

.jtjs_sec_3 .container p span.num {
	font-size: 46px;
	color: rgba(255, 255, 255, 1);
	line-height: 57px;
}

@media screen and (max-width:991px) {
	.jtjs_sec_3 {
		padding: 72px 0px;
	}
	.jtjs_sec_3 .container p {
		font-size: 16px;
		line-height: 36px;
	}
	.jtjs_sec_3 .container p span.num {
		font-size: 40px
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.jtjs_sec_3 {
		padding: 40px 0px;
	}
	.jtjs_sec_3 .container {
		flex-wrap: wrap;
	}
	.jtjs_sec_3 .container .items {
		width: 50%;
		margin-bottom: 20px;
	}
	.jtjs_sec_3 .container .items:nth-last-of-type(1),
	.jtjs_sec_3 .container .items:nth-last-of-type(2) {
		margin-bottom: 0px;
	}
	.jtjs_sec_3 .container p {
		font-size: 14px;
		line-height: 25px;
	}
	.jtjs_sec_3 .container p span.num {
		font-size: 25px;
		line-height: 25px;
	}
}

.jtjs_sec_4 {
	width: 100%;
	padding: 110px 0px;
	background-image: url(../img/jtjs_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	/* background-color:#EAF1FC; */
}

.jtjs_sec_4 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.jtjs_sec_4 .container h2 {
	font-size: 34px;
	color: rgba(0, 21, 71, 1);
	margin-bottom: 60px;
	text-align: center;
}

.jtjs_sec_4 .container img {
	width: 100%;
}

@media screen and (max-width:991px) {
	.jtjs_sec_4 {
		padding: 72px 0px;
	}
	.jtjs_sec_4 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px) {
	.jtjs_sec_4 {
		padding: 40px 0px;
	}
	.jtjs_sec_4 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 15px;
	}
}

.jtjs_sec_5 {
	width: 100%;
	/* padding:134px 0px; */
	padding: 117px 0px 0;
}

.jtjs_sec_5 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	background-image: url("../img/jtjs_sec_5_banner.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jtjs_sec_5 .container .lists {
	background: none;
}

.jtjs_sec_5 .container .lists .tops {
	width: 100%;
	padding: 60px 0px;
}

.jtjs_sec_5 .container .lists .tops p {
	text-align: center;
	font-size: 22px;
	color: rgba(255, 255, 255, 1);
	line-height: 43px;
}

.jtjs_sec_5 .container .lists .tops p:nth-child(1) {
	font-size: 18px;
}

.jtjs_sec_5 .container .lists .bottoms {
	width: 100%;
	height: 30px;
	background: #fff;
}

.jtjs_sec_5 .container .lists:last-child .bottoms {
	display: none;
}

@media screen and (min-width:768px) and (max-width:991px) {
	.jtjs_sec_5 {
		padding: 172px 0px;
	}
	.jtjs_sec_5 .container .lists .tops p {
		font-size: 18px;
		line-height: 36px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.jtjs_sec_5 {
		padding: 40px 0px;
	}
	.jtjs_sec_5 .container .lists .tops {
		padding: 30px 0px;
	}
	.jtjs_sec_5 .container .lists .tops p {
		width: 90%;
		margin: 0 auto;
		font-size: 15px;
		line-height: 25px;
	}
}

.jtjs_sec_6 {
	width: 100%;
	padding: 100px 0px 134px;
	background-image: url(../img/jtjs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.jtjs_sec_6 .container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}

.jtjs_sec_6 .container h2 {
	font-size: 34px;
	color: rgba(0, 21, 71, 1);
	margin-bottom: 60px;
	text-align: center;
}

.jtjs_sec_6 .container .content {
	width: 100%;
	display: flex;
}

.jtjs_sec_6 .container .content .lefts {
	width: 50%;
}

.jtjs_sec_6 .container .content .lefts img {
	width: 100%;
}

.jtjs_sec_6 .container .content .rights {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.jtjs_sec_6 .container .content .rights p {
	width: 80%;
	max-width: 480px;
	font-size: 18px;
	color: rgba(0, 21, 71, 1);
	line-height: 35px;
	margin-bottom: 20px;
}

@media screen and (max-width:991px) {
	.jtjs_sec_6 {
		padding: 72px 0px;
	}
	.jtjs_sec_6 .container h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:767px) {
	.jtjs_sec_6 {
		padding: 40px 0px;
	}
	.jtjs_sec_6 .container h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 15px;
	}
}


/*lg*/

@media screen and (max-width:1120px) {
	.jtjs_sec_6 .container .content .rights p {
		width: 90%;
		line-height: 26px;
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	.jtjs_sec_6 .container .content .rights p {
		font-size: 16px;
		margin-bottom: 10px;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.jtjs_sec_6 .container .content {
		display: block;
	}
	.jtjs_sec_6 .container .content .lefts {
		margin-bottom: 20px;
	}
	.jtjs_sec_6 .container .content .lefts,
	.jtjs_sec_6 .container .content .rights,
	.jtjs_sec_6 .container .content .rights p {
		width: 100%;
		max-width: 100%;
	}
}

.jtjs_sec_7 {
	width: 100%;
	padding: 104px 0px;
	background: rgba(0, 21, 71, 1);
	background: url(../img/gd_bg.png) no-repeat center center;
	background-size: cover;
	/* background-image:url("../img/banner.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat; */
}

.jtjs_sec_7 h2 {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	font-size: 34px;
	color: #fff;
	margin-bottom: 60px;
	text-align: center;
}

.jtjs_sec_7 .swipes {
	width: 100%;
	position: relative;
	background: none;
	padding: 0px;
}

.jtjs_sec_7 .swipes .swipers_2 {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide {
	padding: 10px;
	background: #fff;
	width: calc(100% / 3 - 60px);
	margin: 0 30px;
	transition: 300ms;
	transform: scale(0.8);
	position: relative;
	min-width: 300px;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide-active {
	transform: scale(1);
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .cons {
	border: 1px solid rgba(0, 21, 71, 0.21);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 315px;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .cons img {
	margin-bottom: 30px;
	max-width: 100%;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .cons p {
	width: 90%;
	margin: 0 auto;
	font-size: 21px;
	color: rgba(0, 21, 71, 1);
	line-height: 28px;
	text-align: center;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .conts_de {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(0, 21, 71, 0.21);
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .conts_de img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-wrapper {
	padding: 50px 0px;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide-active .conts_de {
	display: flex;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide-active:before {
	width: 90%;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.75;
	position: absolute;
	bottom: -10px;
	left: 5%;
	content: "";
	display: inline-block;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide-active:after {
	width: 80%;
	height: 10px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.16;
	position: absolute;
	bottom: -20px;
	left: 10%;
	content: "";
	display: inline-block;
}

.jtjs_sec_7 .swipes .swipers_2 .swiper-slide-active .conts_de:before {
	width: 145px;
	height: 145px;
	position: absolute;
	top: -50px;
	left: calc(50% - 72px);
	background: rgba(255, 255, 255, 1);
	content: "";
	display: inline-block;
	border-radius: 50%;
	/*z-index: -1;*/
}

.jtjs_sec_7 .swiper-slide .conts_de img {
	/*max-height: 65px;*/
	width: auto;
	position: relative;
	z-index:3;
}

.jtjs_sec_7 .swiper-slide .conts_de h3 {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	color: rgba(0, 21, 71, 1);
	line-height: 28px;
	background: url(../img/yh.png) no-repeat center center;
	background-size: auto 100%;
	position: relative;
	z-index:3;
}

.jtjs_sec_7 .swiper-slide .conts_de p {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: rgba(0, 21, 71, 1);
	line-height: 22px;
	overflow: hidden;
	/*max-height: 90px;*/
	position: relative;
	z-index:3;


/*	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;*/
	text-align: justify;
}

.jtjs_sec_7 .cc_sec4 .button-next,
.jtjs_sec_7 .cc_sec4 .button-prev {
	border: 6px solid #fff;
}

@media screen and (max-width:1440px) {
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide {
		width: calc(100% / 3 - 30px);
		margin: 0 15px;
	}
}

@media screen and (max-width:1100px) {
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide {
		min-height: 280px;
		width: calc(100% / 3 - 20px);
		margin: 0 10px;
	}
	.jtjs_sec_7 .swiper-slide .conts_de h3 {
		font-size: 18px;
		margin: 15px auto;
	}
	.jtjs_sec_7 .swiper-slide .conts_de p {
		font-size: 14px;
		line-height: 25px;
	}
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .cons p {
		font-size: 18px;
	}
}

@media screen and (max-width:991px) {
	.jtjs_sec_7 {
		padding: 72px 0px;
	}
	.jtjs_sec_7 h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide {
		min-height: 280px;
		width: calc(100% / 3 - 10px);
		margin: 0 5px;
	}
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide .cons p {
		font-size: 18px;
		line-height: 25px;
	}
	.jtjs_sec_7 .swiper-slide .conts_de h3 {
		font-size: 16px;
		margin: 5px auto;
	}
}

@media screen and (max-width:767px) {
	.jtjs_sec_7 {
		padding: 40px 0px;
	}
	.jtjs_sec_7 h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.jtjs_sec_7 .swipes .swipers_2 .swiper-slide {
		min-height: 280px;
		width: calc(90% / 1 - 10px);
		margin: 0 5px;
	}
}

.jtjs_sec_8 {
	width: 100%;
	padding: 110px 0px;
	background: #FAFAFC;
}

.jtjs_sec_8 .container {
	width: 90%;
	max-width: 1420px;
	margin: 0 auto;
}

.jtjs_sec_8 h2 {
	font-size: 43px;
	color: rgba(0, 21, 71, 1);
	margin-bottom: 60px;
	text-align: center;
}

.jtjs_sec_8 .swiper_2 .swiper-slide {
	width: calc( (100% - 30px) / 4);
	margin: 0px 5px;
	background: none;
	box-sizing: border-box;
}

.jtjs_sec_8 .swiper_2 .swiper-wrapper {
	padding: 20px 0px 80px;
}

.jtjs_sec_8 .swiper_2 .swiper-slide .cos_1,
.jtjs_sec_8 .swiper_2 .swiper-slide .cos_2 {
	/*height: 260px;*/
	margin-bottom: 0px;
	background: none;
	box-shadow: none;
	box-sizing: border-box;
	display: block;
	padding-bottom: 20px;
}

.jtjs_sec_8 .swiper_2 .swiper-slide .cos_1 .img_content,
.jtjs_sec_8 .swiper_2 .swiper-slide .cos_2 .img_content {
	width: 100%;
	padding-top: 74%;
	background: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.jtjs_sec_8 .swiper_2 .swiper-slide .cos_1 img,
.jtjs_sec_8 .swiper_2 .swiper-slide .cos_2 img {
	/*box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.1);*/
	object-fit: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.jtjs_sec_8 .swiper_2 .swiper-slide  p {
	font-size: 14px;
	color: rgba(0, 21, 71, 1);
	line-height: 20px;
}

@media screen and (max-width:1330px) {
	.jtjs_sec_8 .swiper_2 .swiper-slide {
		width: calc( (100% - 20px) / 3);
		margin: 0px 5px;
		background: none;
		box-sizing: border-box;
	}
}

@media screen and (max-width:991px) {
	.jtjs_sec_8 .swiper_2 .swiper-slide {
		width: calc( (100% - 10px) / 2);
		margin: 0px 5px;
		background: none;
		box-sizing: border-box;
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.jtjs_sec_8 .swiper_2 .swiper-slide .cos_1,
	.jtjs_sec_8 .swiper_2 .swiper-slide .cos_2 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:640px) {
	.jtjs_sec_8 .swiper_2 .swiper-slide {
		width: calc( (100% - 10px) / 1);
		margin: 0px 5px;
		background: none;
		box-sizing: border-box;
	}
}

.jtjs_sec_9 {
	width: 100%;
	background: #fff;
	padding: 110px 0px;
}

.jtjs_sec_9 .container {
	width: 90%;
	max-width: 1420px;
	margin: 0 auto;
}

.jtjs_sec_9 h2 {
	font-size: 34px;
	color: rgba(0, 21, 71, 1);
	margin-bottom: 60px;
	text-align: center;
}

.jtjs_sec_9 .dh_se {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    z-index: 50;
}

.jtjs_sec_9 .dh_se div {
	width: 5px;
	height: 5px;
	background: #001648;
	border-radius: 50%;
	/*display:block */
	margin: 0px 15px;
}

/*.jtjs_sec_9 .dh_se div.ts_list {*/
/*	width: 10px;*/
/*	height: 10px;*/
/*	position: relative;*/
/*	margin: 0px 30px;*/
/*	cursor: pointer;*/
/*}*/

.jtjs_sec_9 .dh_se div.ts_list {
	width: 15px;
	height: 15px;
	position: relative;
	margin: 0px 30px;
	cursor: pointer;
}

.jtjs_sec_9 .dh_se div.ts_list p {
	font-size: 14px;
	color: rgba(179, 191, 203, 1);
	line-height: 43px;
	line-height: 43px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%,0);
	white-space: nowrap;
}

/*.jtjs_sec_9 .dh_se div.ts_list:before {*/
/*	content: "";*/
/*	display: inline-block;*/
/*	width: 44px;*/
/*	border: 1px solid rgba(0, 21, 71, 0.08);*/
/*	height: 44px;*/
/*	border-radius: 50%;*/
/*	position: absolute;*/
/*	top: -18px;*/
/*	left: -18px;*/
/*}*/

.jtjs_sec_9 .dh_se div.ts_list:before {
	content: "";
	display: inline-block;
	width: 44px;
	border: 1px solid rgba(0, 21, 71, 0.08);
	height: 44px;
	border-radius: 50%;
	position: absolute;
	top: -16px;
	left: -16px;
}

.jtjs_sec_9 .dh_se div.ts_list.active:before {
	background: rgba(0, 21, 71, 0.08);
	border-color: transparent;
}

.jtjs_sec_9 .dh_se div.ts_list.active p {
	color: rgba(0, 21, 71, 1);
}

.jtjs_sec_9 .seswiper_s {
	background: none;
	position: relative;
	padding: 134px 0px 0px;
}

@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.jtjs_sec_9 .seswiper_s {
		padding: 100px 0 0;
	}
}

@media only screen and (min-width: 100px) and (max-width: 750px) {
	.jtjs_sec_9 .seswiper_s {
		padding: 80px 0 0;
	}
}

.jtjs_sec_9 .seswiper_s .swipers_4 {
	width: 90%;
	margin: 0 auto;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide {
	display: flex;
	box-sizing: border-box;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .lefts,
.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .rights {
	width: 56%;

}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .lefts {
	width: 44%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding:0 1%;
	padding-bottom: 80px;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide h2 {
	width: 90%;
	max-width: 415px;
	font-size: 24px;
	color: rgba(0, 21, 71, 1);
	line-height: 43px;
	text-align: left;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	margin-left: 0;
	font-weight: bold;

}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide h2 img {
	transform: rotate(30deg);
	margin-right: 10px;
	width: 16px;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide p {
	width: 90%;
	max-width: 415px;
	font-size: 16px;
	color: rgba(0, 21, 71, 1);
	line-height: 35px;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .rights .swiper-wrapper {
	padding-bottom: 80px;
}

.sec_3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.cc_sec4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.jlxs_sec_4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}

.jtjs_sec_9 .seswiper_s .swipers_4 .rights .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.jtjs_sec_9 .seswiper_s .swipers_4 .rights .swiper-wrapper .swiper-slide .ratio_box{
	width: 100%;
	padding-top: 58%;
	position: relative;
}
.jtjs_sec_9 .swiper-pagination-bullet-active {
	background: #001648;
}

.jtjs_sec_9 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.jtjs_sec_9 .cc_sec4 .button-next,
.jtjs_sec_9 .cc_sec4 .button-prev {
	top: calc(50% - 0px);
}

.jtjs_sec_9 .cc_sec4 .button-next.swiper-button-disabled,
.jtjs_sec_9 .cc_sec4 .button-prev.swiper-button-disabled{
	opacity: 0.5;
}

@media screen and (max-width:1100px) {
	.jtjs_sec_9 .dh_se div {
		margin: 0px 8px
	}
}

@media screen and (max-width:991px) {
	.jtjs_sec_9 h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.jtjs_sec_9 .dh_se div.ts_list {
		width: 8px;
		height: 8px;
		margin: 0px 20px;
	}
	.jtjs_sec_9 .dh_se div.ts_list:before {
		width: 34px;
		height: 34px;
		top: -14px;
		left: -14px;
	}
	.jtjs_sec_9 .dh_se div.ts_list p {
		font-size: 15px;
		line-height: 25px;
		top: 30px;
		left: -22px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide h2 {
		font-size: 24px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide p {
		font-size: 16px;
		line-height: 25px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .rights .swiper-wrapper {
		padding-bottom: 50px;
	}
	.jtjs_sec_9 .cc_sec4 .button-next,
	.jtjs_sec_9 .cc_sec4 .button-prev {
		top: calc(50% - 38px);
	}
}


/*xs*/

@media screen and (max-width:767px) {
	.jtjs_sec_9 h2 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide h2 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide p {
		font-size: 14px;
		line-height: 20px;
	}
	.jtjs_sec_9 .dh_se div:nth-child(12n+2),
	.jtjs_sec_9 .dh_se div:nth-child(12n+3),
	.jtjs_sec_9 .dh_se div:nth-child(12n+4),
	.jtjs_sec_9 .dh_se div:nth-child(12n+5),
	.jtjs_sec_9 .dh_se div:nth-child(12n+6),
	.jtjs_sec_9 .dh_se div:nth-child(12n+7),
	.jtjs_sec_9 .dh_se div:nth-child(12n+8),
	.jtjs_sec_9 .dh_se div:nth-child(12n+9),
	.jtjs_sec_9 .dh_se div:nth-child(12n+10) {
		display: none;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide {
		display: block;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .lefts,
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .rights {
		width: 80%;
		max-width: 80%;
		margin: 0 auto;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide .lefts {
		margin-bottom: 30px;
	}
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide h2,
	.jtjs_sec_9 .seswiper_s .swipers_4 .swiper-slide p {
		width: 100%;
	}
	.sec_3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.cc_sec4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.jlxs_sec_4 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}
}


/**********产品优势1**********/

.advance_list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.advance_list li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	width: calc(100% / 4);
	padding: 0px 0 60px;
}
.advance_list3 li{
	width: calc(100% / 4);
}
.advance_list li img{
	width:100px
}
.advance_list4 li{
	width: calc(100% / 3);
}
@media only screen and (min-width: 100px) and (max-width: 1450px) {
	.advance_list3 li{
		width: calc(100% / 4);
	}
}
@media only screen and (min-width: 100px) and (max-width: 1250px) {

	.advance_list4 li{
		width: calc(100% / 2);
	}
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
	.advance_list li {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.advance_list li {
		width: 100%;
	}
}

.advance_list li img {
	margin-bottom: 34px;
}

.advance_list li h3 {
	color: #F1C11E;
	font-size: 18px;
	font-weight: bold;
}

.advance_list li p {
	font-size: 16px;
	color: #001648;
	line-height: 30px;
}


/**********产品优势1**********/
/**********产品优势2**********/
.advance_list2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.advance_list2 li {
	width: calc(100% / 2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0px 0 80px;
}

.advance_list2 li:nth-child(3),
.advance_list2 li:nth-child(4) {
	margin-bottom: 40px;
}

.advance_list2 li .img_box {
	width: 98px;
	margin-right: 30px;
}

.advance_list2 li .img_box img {
	width: 100%;
}

.advance_list2 li .text_box {
	width: 260px;
}

.advance_list2 li .text_box h3 {
	color: #F1C11E;
	font-size: 18px;
	font-weight: bold;
}

.advance_list2 li .text_box p {
	font-size: 16px;
	color: #001648;
	line-height: 30px;
}
/**********产品优势2**********/


/* 3.0 */
.swipers_1 .swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
}
.style-swipers{
	padding-bottom: 30px;
}
.style-swipers .swiper-pagination-bullet-active{
	  background: #001648;
    opacity: 1;
}
.style-swipers .swiper-pagination-bullet {
	background: #001648;
	width: 10px;
	height: 10px;
	
}


@media screen and (max-width:1200px) {
	header .list_menu{
		padding: 30px 10px 103px 10px;
	}
	header .list_menu li .list_menus li a{
		font-size: 13px;
	}
	.list_menus li:nth-child(1) a{
		font-size: 14px !important;
	}
	header .list_menu > li:after{
		top: 4px;
	}
	header .list_menu > li:after{
		right: -12px;
	}
}

