* {
	box-sizing: border-box;
	font-family: '微软雅黑';
}

.transition300 {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

.wrap {
	width: 14rem;
}

@media screen and (max-width: 1600px) {
	.wrap {
		width: 96%;
	}
}

.logo {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.logo img {
	max-width: 100%;
}

/* row1开始 */
.row1 {
	background: #eaeaea url("../images/jx-bg.jpg") no-repeat top left;
	background-size: 100% 100%;
	padding: 0.5rem 0;
}

.row1 .left {
	width: 55%;
}

.row1 .right {
	width: 45%;
}
.row1 .left .img img {
	width: 1.96rem;
	height: 3.2rem;
	object-fit: contain;
}

.row1 .left .con-txt {
	padding-left: 0.2rem;
}

.row1 .left .con-txt .title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	padding-bottom: 0.1rem;
}

.row1 .left .con-txt .text,
.row1 .left .con-txt .text p {
	font-size: 0.16rem !important;
	color: #333 !important;
	line-height: 0.24rem !important;
	text-indent: 2em;
	text-align: justify;
}

.row1 .left .con-txt .mark {
	text-align: right;
	padding-top: 0.2rem;
}

.row1 .left .con-txt .mark img {
	display: inline-block;
	width: 0.32rem;
	vertical-align: middle;
}

.row1 .left .con-txt .mark span {
	font-size: 0.17rem;
	color: #0656c7;
	line-height: 1;
	padding-left: 0.1rem;
	vertical-align: middle;
}
.row1 .right video, .row1 .right img {
    width: 100% !important;
    height: auto;
}
.row1 .right {
	padding-left: 4%;
}

.row1 .right .title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 750px) {
        .row1 {
	background-size: auto;

}
	.row1 .left .con-txt {
		width: 100%;
		flex: none;
		padding-left: 0;
		overflow: hidden;
	}

	.row1 .left .img {
		width: 100%;
		text-align: center;
	}

	.row1 .right .title {
		font-size: .3rem;
	}

	.row1 .left .con-txt .title {
		font-size: .3rem;
	}

	.row1 .left .con-txt .text,
	.row1 .left .con-txt .text p {
		font-size: 0.3rem !important;
		color: #333 !important;
		line-height: 1.4 !important;
		text-indent: 2em;
		text-align: justify;
	}

	.row1 .left {
		width: 100%;
	}

	.row1 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 0.3rem;
	}

	.row1 .left .con-txt .mark {
		display: none;
	}

	.row1 .left .con-txt .mark span {
		font-size: .3rem;
	}
}

/* row1结束 */
/* row2开始 */
.row2 {
	padding: 0.4rem 0;
}

.row2 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row2 .swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.row2 .swiper-button-next,
.swiper-button-prev {
	font-size: 0.4rem;
        color: rgba(6, 6, 6, 0.52);
}

.row2 .text {
	padding-top: 0.46rem;
}

.row2 .text p {
	font-size: 0.16rem;
	line-height: 1.4;
	color: #333;
	text-indent: 2em;
}

.row2 .list {
	padding: 0.2rem;
}



.row2 .list .swiper-slide:hover .title {
	background-color: #0656c7;
	color: #fff;
	transition: .4s;
	box-shadow: 0 0 0.15rem rgba(0, 0, 0, .4);
}
.row2 .list .swiper-slide:hover img {
	box-shadow: 0 0 0.15rem  rgba(0, 0, 0, .4);
}
.row2 .list img {
	width: 100%;
}

.row2 .list .title {
	width: 100%;
	text-align: center;
	font-size: 0.2rem;
	color: #333;
	background-color: #ededed;
	padding: 0.1rem;
}
.row2 .list .more {
    border: solid 1px #065ac7;
    background-color: #fff;
    width: 20%;
    color: #333;
    font-size: 0.20rem;
    text-align: center;
	margin: 0.2rem auto;
}
.row2 .list .more:hover {
    background-color: #0656c7;
    
    transition: .5s;
}
.row2 .list .more a{
	color: #333;
        padding: 0.1rem;
	display: block;
}
.row2 .list .more:hover a{
	color: #fff;
}
@media screen and (max-width: 750px) {
	.row2 .column-title {
		width: 60%;
                height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}
        .row2 .text {
                text-align: justify;
        }
	.row2 .text p {
		font-size: 0.26rem;
	}
        .row2 .list .more{
		width: 50%;
	}
}



/* row2结束 */
/* row3开始 */
.row3 {
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}

.row3 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row3 .info-box .left {
	width: 45%;
}

.row3 .info-box .right {
	width: 50%;
}

.row3 .info-box .left .h2,
.row3 .info-box .right .h2 {
	font-size: 0.24rem;
	text-align: center;
	color: #333;
	font-weight: bold;
	padding: 0.1rem 0.1rem 0.3rem 0.1rem;
}

.row3 .info-box {
	padding-top: 0.35rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row3 .info-box .left .list li {
	border-radius: 0.3rem;
	border: solid 3px #065ac7;
	margin-bottom: 0.15rem;

}

.row3 .info-box .left .list li a {
	align-items: center;
	font-size: 0.18rem;
	line-height: 1;
	padding: 0.2rem;
}

.row3 .info-box .left .list li a .icon {
	padding-right: 0.15rem;
	color: #019da6;
	line-height: 1;
	font-size: inherit;
}

.row3 .info-box .left .list li a .number {
	font-size: inherit;
	color: #e25a5a;
}

.row3 .info-box .left .list li a .title {
	color: #333;
	line-height: 1;
	font-size: inherit;
}

.row3 .info-box .right .list .item {
	padding-bottom: 0.2rem;
	padding-right: 0.1rem;
	width: 33.33%;
}

.row3 .info-box .right .list .item .radius1 {
	background-color: #e25a5a;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
	border-radius: 0.5rem 0 0 0;
}

.row3 .info-box .right .list .item .radius1 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #e25a5a;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .radius2 {
	background-color: #e58e59;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
}

.row3 .info-box .right .list .item .radius2 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #e58e59;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .radius3 {
	background-color: #5193ea;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
	border-radius: 0 0.5rem 0 0;
}

.row3 .info-box .right .list .item .radius3 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #5193ea;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .radius4 {
	background-color: #065ac7;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
	border-radius: 0 0 0 0.5rem;
}

.row3 .info-box .right .list .item .radius4 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #065ac7;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .radius5 {
	background-color: #25b386;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
}

.row3 .info-box .right .list .item .radius5 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #25b386;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .radius6 {
	background-color: #1baecf;
	padding: 0.1rem 0.1rem 0 0.1rem;
	height: 1.8rem;
	border-radius: 0 0 0.5rem 0;
}

.row3 .info-box .right .list .item .radius6 .number {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1.6;
	border-radius: 50%;
	width: 0.39rem;
	height: 0.39rem;
	background-color: #fff;
	color: #1baecf;
	margin: 0 auto;
}

.row3 .info-box .right .list .item .title {
	color: #fff;
	padding-top: 0.08rem;
        font-size:0.18rem;
}



.row3 .info-box .left .list li a:hover .title {
	color: #5193ea;
}


@media screen and (max-width: 750px) {
	.row3 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row3 .text p {
		font-size: .26rem;
	}

	.row3 .info-box .left .list li a {
		font-size: 0.26rem;
	}

	.row3 .info-box .left,
	.row3 .info-box .right {
		width: 100%;
	}

	.row3 .info-box .right .list {
		padding-top: 0.3rem;
	}

	.row3 .info-box .right .list .item .radius1 {
		padding: 0;
                height: 2rem;
	}

	.row3 .info-box .right .list .item .radius2 {
		padding: 0;
                height: 2rem;

	}

	.row3 .info-box .right .list .item .radius3 {
		padding: 0;
                height: 2rem;
	}

	.row3 .info-box .right .list .item .radius4 {
		padding: 0;
                height: 2rem;
	}

	.row3 .info-box .right .list .item .radius5 {
		padding: 0;
                height: 2rem;
	}

	.row3 .info-box .right .list .item .radius6 {
		padding: 0;
                height: 2rem;
	}
}

@media screen and (max-width: 1100px) {

	.row3 .info-box .left,
	.row3 .info-box .right {
		width: 100%;
	}

	.row3 .info-box .right .list {
		padding-top: 0.3rem;
	}

	.row3 .info-box .right .list .item {
		display: inline-block;
		padding: 0.1rem;
	}
}

/* row3结束 */
/* row4开始 */
.row4 {
	padding: 0.4rem 0;
	background: #eafaff;
	position: relative;
	background: #fafafa url(../images/jx-bg2.jpg) no-repeat top left;
}

.row4 .bg-box {
	z-index: 2;
}



.row4 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row4 .info-text {
	padding-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row4 .info-text .left-txt {
	width: 40%;
}

.row4 .info-text .right-list {
	width: 58%;
}

.row4 .info-text .left-txt p {
	font-size: 0.16rem;
	line-height: 1.4;
	color: #333;
	text-indent: 2em;
}

.row4 .info-text .right-list ul .txtcenter1 {
	width: 24%;
	background: url(../img/row4-bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.row4 .info-text .right-list ul .txtcenter2 {
	width: 24%;
	background: url(../img/row4-bg2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.row4 .info-text .right-list ul .txtcenter3 {
	width: 24%;
	background: url(../img/row4-bg3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.row4 .info-text .right-list ul .txtcenter4 {
	width: 24%;
	background: url(../img/row4-bg4.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.row4 .info-text .right-list ul li .number {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	padding: 0.1rem;
}

.row4 .info-text .right-list ul li .title {
	padding:0 0.2rem;
	font-size: 0.18rem;
	color: #fff;

}

.row4 .info-text .right-list ul li .radius {
	padding: 0.3rem 0.2rem;
	text-align: center;
        width: 2rem;
        margin: auto;
}


.row4 .item .text.count {
	column-count: 2;
	column-gap: 0.4rem;
}

.row4 .item {
	padding-top: 0.4rem;
}



.row4 .item .list {
	font-size: 0;
	padding: 0 0.2rem 0.2rem 0.2rem;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
}

.row4 .item .list .li-item {}

.row4 .item .list .li-item a {
	padding: 0 0.04rem;
	width: 100%;
}

.row4 .item .list .li-item .pic {
	overflow: hidden;
}

.row4 .item .list .li-item .pic img {
	display: block;
	margin: auto;
	height: 2.5rem;
	object-fit: contain;
}

.row4 .item .list .li-item:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.row4 .item .list .li-item .text-title {
	font-size: 0.16rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
	padding: 0.1rem 0.2rem;
}

.row4 .item .list .li-item a:hover .text-title {
	color: #0656c7;
}
.row4 .swiper-button-next:after,
	.row4 .swiper-button-prev:after {
		display: none;
	}
	.row4 .swiper-button-next, .row4 .swiper-button-prev{
		font-size: 0.4rem;
		    color: rgba(6, 6, 6, 0.52);
	}

@media screen and (max-width: 750px) {
	.row4 .info-text .left-txt {
		width: 100%;
                text-align: justify;
	}

	.row4 .info-text .right-list {
		width: 100%;
	}

	.row4 .item .title {
		font-size: 0.28rem;
	}

	.row4 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row4 .info-text .left-txt p {
		font-size: 0.26rem;
		line-height: 1.4;
		color: #333;
		text-indent: 2em;
	}

	.row4 .item .text.count {
		column-count: 1;
		column-gap: 0;
	}

	.row4 .item .text,
	.row4 .item .text div,
	.row4 .item .text p,
	.row4 .item .text span,
	.row4 .item .text a {
		font-size: 0.3rem !important;
		color: #333 !important;
		line-height: 1.6 !important;
	}

	.row4 .item .list .li-item {
		width: 49%;
	}

	.row4 .item .list .li-item {
		margin: 0.1rem 0;
	}

	.row4 .item .list .li-item .pic img {
		display: block;

		height: auto;
		object-fit: contain;
	}

	.row4 .item .list .li-item .text-title {
		font-size: 0.26rem;
		line-height: 1.4;
		color: #333;
		text-align: center;
		padding: 0.1rem 0.2rem;
	}

	.row4 .info-text .right-list ul .txtcenter1 {
		width: 48%;
		padding: 0.3rem;
	}

	.row4 .info-text .right-list ul .txtcenter2 {
		width: 48%;
		padding: 0.4rem;
	}

	.row4 .info-text .right-list ul .txtcenter3 {
		width: 48%;
		padding: 0.4rem;
	}

	.row4 .info-text .right-list ul .txtcenter4 {
		width: 48%;
		padding: 0.4rem;
	}

}


/* row4结束 */
/* row5开始 */
.row5 {
	padding: 0.3rem 0;
}

.row5 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row5 .list {
	padding-top: 0.2rem;
}

.row5 .list {
	padding-top: 0.4rem;
}

.row5 .list .ul-list {
	font-size: 0;
}

.row5 .list .item {
	width: 25%;
	padding: 0 0.07rem;
	margin-bottom: 0.2rem;
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.row5 .list .item a {
	height: 100%;
}

.row5 .list .item .pic {
	overflow: hidden;
}

.row5 .list .item:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.row5 .list .item .pic img {
	width: 100%;
}

.row5 .list .item .title {
	font-size: 0.18rem;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	padding: 0.1rem 0.1rem;
	background-color: #eeeeee;
}
.row5 .list .item a:hover{
	box-shadow: 0 0 0.15rem rgba(0, 0, 0, .4);
}
.row5 .list .item a:hover .title {
	color: #0656c7;
}

@media screen and (max-width: 750px) {
	.row5 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row5 .list .item {
		width: 50%;
	}

	.row5 .list .item .title {
		font-size: 0.28rem;
	}
}



/* row5结束 */
/* row6开始 */
.row6 {
	padding: 0.2rem 0;
}

.row6 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row6 .info-title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-align: center;
	padding: 0.2rem 0;
}

.row6 .con-text {
	font-size: 0;
}

.row6 .con-text .item {
	width: 32%;
}

.row6 .con-text .item .text-box {
	border: 0.01rem solid #065ac7;
	padding-bottom: 0.2rem;
}

.row6 .con-text .item .text-box .news-box {
	margin: 0 0.12rem;
	background-color: #fceeee;
	height: 19.5rem;
}

.row6 .con-text .item .text-box .news-box2 {
	margin: 0 0.12rem;
	background-color: #e6eef9;
	height: 19.5rem;
}

.row6 .con-text .item .text-box .news-box3 {
	margin: 0 0.12rem;
	background-color: #e9f7f3;
	height: 19.5rem;
}
/*
.row6 .con-text .item .text-box .news-con {
	padding: 0.2rem 0;

}*/

.row6 .con-text .item .text-box .more {
	border: solid 1px #065ac7;
	background-color: #fff;
	margin: auto;
	width: 80%;
	color: #333;
	font-size: 0.20rem;
	padding: 0.1rem;
	text-align: center;
}
.row6 .con-text .item .text-box .more a{
	color: #333;
	font-size: 0.20rem;
        width: 100%;
        display: block;
	text-align: center;
}
.row6 .con-text .item .text-box .more:hover {
	background-color: #0656c7;
	transition: .5s;
}
.row6
 .con-text .item .text-box .more:hover a {
	color: #fff;
	transition: .5s;
}
.row6 .con-text .item .text-box .news-title {
	font-weight: bold;
	font-size: 0.24rem;
	color: #333;
	line-height: 1.2;
	text-align: center;
	padding: 0.2rem;
}

.row6 .con-text .item .text-box .news-con .title {
	font-size: 0.2rem;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0.25rem;
}

.row6 .con-text .item .text-box .news-con .content-box {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.6;
	padding: 0.18rem;
}

.row6 .con-text .item .text-box .odd-box {
	background-color: #fff;
	border: 0.01rem dashed #00b1b5;
	border-radius: 0.1rem;
	text-align: center;
	width: 92%;
	margin: 0.2rem auto 0 auto;
}

.row6 .con-text .item .text-box .odd-box .odd-title {
	font-size: 0.2rem;
	color: #029da7;
	font-weight: bold;
	line-height: 1;
	padding: 0.3rem 0;
}

.row6 .con-text .item .text-box .odd-box .odd-title .t-item {
	position: relative;
	margin: 0 0.2rem;
}

.row6 .con-text .item .text-box .odd-box .odd-title .t-item::after {
	content: '';
	display: block;
	position: absolute;
	top: -0.07rem;
	left: -0.07rem;
	transform: rotate(45deg);
	width: 160%;
	height: 160%;
	border: 0.01rem solid #00b1b5;
}

.row6 .con-text .item .text-box .odd-box .odd-con-text {
	padding: 0.1rem 0.26rem 0.2rem 0.26rem;
	font-size: 0.16rem;
	color: #37abb4;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
}

.row6 .con-text .item .text-box .odd-box .odd-con-text p {
	text-indent: 2em;
}

.row6 .con-text .item .text-box {
	padding-bottom: 0.4rem;
}


@media screen and (max-width: 750px) {
	.row6 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row6 .con-text .item {
		margin-bottom: 0.4rem;
		margin-right: 0 !important;
	}

	.row6 .con-text .item .text-box .odd-box .odd-title .t-item::after {
		content: '';
		display: block;
		position: absolute;
		top: -0.1rem;
		left: -0.1rem;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		width: 160%;
		height: 160%;
		border: 0.01rem solid #00b1b5;
	}

	.row6 .con-text .item {
		width: 100%;
	}

	.row6 .info-title {
		font-size: 0.28rem;
	}
        .row6 .con-text .item .text-box .news-con {
		padding-bottom: 0.4rem;
	}
	.row6 .con-text .item .text-box .news-con .content-box {
		font-size: 0.3rem;
	}

	.row6 .con-text .item .text-box .news-con .title {
		font-size: 0.28rem;
	}

	.row6 .con-text .item .text-box .news-title {
		font-size: 0.3rem;
	}

	.row6 .con-text .item .text-box .odd-box .odd-con-text {
		font-size: .26rem;
	}

	.row6 .con-text .item .text-box .odd-box .odd-title {
		font-size: 0.26rem;
	}


}

@media screen and (max-width: 1900px) {
	.row6 .con-text .item .text-box .news-box {
		height: auto;
	}

	.row6 .con-text .item .text-box .news-box2 {
		height: auto;
	}

	.row6 .con-text .item .text-box .news-box3 {
		height: auto;
	}
}

/* row6结束 */
/* row7开始 */
.row7 {
	padding: 0.3rem 0;
}

.row7 .column-title {
	width: 2.65rem;
	height: 0.8rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row7 .text-box {
	padding: 0.3rem;
	border: 0.01rem solid #065ac7;
}

.row7 .text-box .title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-align: center;
}

.row7 .text-box .text {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.4;
}


@media screen and (max-width: 750px) {
	.row7 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
		background-position: top center;
	}

	.row7 .text-box .text {
		font-size: 0.26rem;
	}
}


/* row7结束 */
/* row8开始 */
.row8 {
	padding: 0.3rem 0;
	background: #f1f9fa url("../images/jx-bg7.jpg") no-repeat top center;
	background-size: 100% 100%;
}

.row8 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row8 .info-text {
	padding-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.row8 .info-text .left-txt {
	width: 47%;
}

.row8 .info-text .right-list {
	width: 52%;
}

.row8 .info-text .left-txt p {
	font-size: 0.16rem;
	line-height: 1.4;
	color: #333;
	text-indent: 2em;
}

.row8 .info-text .right-list ul li {
	width: 33%;
	padding-right: 0.1rem;
}

.row8 .info-text .right-list ul li .title {
	font-size: 0.16rem;
	color: #333;
	padding: 0.1rem 0;
}

.row8 .info-text .right-list ul li:hover .title {
	color: #0656c7;
}

.row8 .item .text.count {
	column-count: 2;
	column-gap: 0.4rem;
}

.row8 .item {
	padding-top: 0.4rem;
}

.row8 .swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.row8 .swiper-button-next, .swiper-button-prev{
	font-size: 0.4rem;
	    color: rgba(6, 6, 6, 0.52);
}

.row8 .item .list {
	font-size: 0;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
}

.row8 .item .list .li-item {}

.row8 .item .list .li-item a {
	padding: 0 0.02rem;
	width: 100%;
}

.row8 .item .list .li-item .pic {
	overflow: hidden;
}
.row8 .item .list .li-item .pic img{
display: block;
	margin: auto;
}
.row8 .info-text .right-list ul li .pic img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.row8 .item .list .li-item .text-title {
	font-size: 0.16rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
	padding: 0.1rem 0;

}

.row8 .item .list .li-item a:hover .text-title {
	color: #0656c7;
}

.row8 .info-text .right-list ul li .pic {
	overflow: hidden;
}

.row8 .info-text .right-list ul li:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.row8 .item .list .li-item .pic {
	overflow: hidden;
}

.row8 .item .list .li-item:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

@media screen and (max-width: 750px) {
	.row8 .info-text .left-txt {
		width: 100%;
                padding: 0 0.1rem;
                text-align: justify;
	}

	.row8 .info-text .right-list {
		width: 100%;
	}

	.row8 .info-text .right-list ul li {
		width: 100%;
		padding: 0.1rem;
	}

	.row8 .info-text .right-list ul li .title {
		font-size: 0.26rem;
		padding: 0.3rem 0;
	}

	.row8 .item .title {
		font-size: 0.28rem;
	}

	.row8 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row8 .info-text .left-txt p {
		font-size: 0.26rem;
		line-height: 1.4;
		color: #333;
		text-indent: 2em;
	}

	.row8 .item .text.count {
		column-count: 1;
		column-gap: 0;
	}

	.row8 .item .text,
	.row8 .item .text div,
	.row8 .item .text p,
	.row8 .item .text span,
	.row8 .item .text a {
		font-size: 0.3rem !important;
		color: #333 !important;
		line-height: 1.6 !important;
	}

	.row8 .item .list .li-item {
		width: 49%;
	}

	.row8 .item .list .li-item {
		margin: 0.1rem 0;
	}

	.row8 .item .list .li-item .pic img {
		display: block;
		object-fit: contain;
	}

	.row8 .item .list .li-item .text-title {
		font-size: 0.26rem;
		line-height: 1.4;
		color: #333;
		text-align: center;
		padding: 0.1rem 0.2rem;
		width: 100%;
	}
}


/* row8结束 */
/* ro9开始 */
.row9 {
	padding: 0.3rem 0;
}

.row9 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row9 .list {
	padding-top: 0.4rem;
}

.row9 .list .item {
	width: 24%;
	padding: 0 0.07rem;
	margin-bottom: 0.2rem;
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.row9 .list .item a {
	height: 100%;
}

.row9 .list .item a .title {
	font-size: 0.14rem;
	color: #333;
	line-height: 1.4;
	text-align: center;
	padding: 0.15rem 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);
}

.row9 .list .item:hover .title {
	color: #0656c7;
}

.row9 .list .item .pic {
	overflow: hidden;
}

.row9 .list .item .pic img {
	width: 100%;
}

.row9 .list .item:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.row9 .swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.row9 .swiper-button-next,
.swiper-button-prev {
	font-size: 0.4rem;
        color: rgba(6, 6, 6, 0.52);
}
@media screen and (max-width: 750px) {
	.row9 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
		background-position: top center;
	}

	.row9 .list .item {
		width: 49%;

	}

	.row9 .list .item a .title {
		font-size: 0.24rem;
	}

}


/* row9结束 */
/* row10开始 */
.row10 {
	padding: 0.3rem 0;

}

.row10 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row10 .list {
	padding-top: 0.4rem;
}

.row10 .list .item {
	width: 24%;
	padding: 0 0.07rem;
	margin-bottom: 0.2rem;
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.row10 .list .item a {
	height: 100%;
}

.row10 .list .item a .title {
	font-size: 0.14rem;
	color: #333;
	line-height: 1.4;
	padding: 0.2rem 0.2rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);
	position: relative;
	bottom: 0.3rem;
	width: 90%;
	margin: auto;
	background-color: #fff;
	border-radius: 0 0.2rem 0 0;
}

.row10 .list .item:hover a .title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0656c7;
    transition: width 1s cubic-bezier(0.22, 0.16, 0, 0.91);
    transition-delay: .5s;
    height: 0.03rem;
}
.row10 .list .item:hover .title {
	color: #0656c7;
}

.row10 .list .item .pic {
	overflow: hidden;
}

.row10 .list .item .pic img {
	width: 100%;
}

.row10 .list .item:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.row10 .swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.row10 .swiper-button-next,
.swiper-button-prev {
	font-size: 0.4rem;
        color: rgba(6, 6, 6, 0.52);
}
@media screen and (max-width: 750px) {
	.row10 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		font-size: 0.33rem;
		background-size: 100% 100%;
	}

	.row10 .list .item {
		width: 49%;

	}

	.row10 .list .item a .title {
		font-size: 0.20rem;
	}
}

/* row10结束 */
/* row10开始 */
.row11 {
	padding: 0.3rem 0;
	background: #f1f9fa url("../images/jx-bg9.jpg") no-repeat top center;
	background-size: 100% 100%;
}

.row11 .column-title {
	width: 2.65rem;
	height: 0.62rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	padding: 0.23rem;
	text-align: center;
	margin: auto;
	background: url(../images/jysx-li-bg.png) no-repeat top left;
	background-size: 100% auto;
}

.row11 .list {
	padding-top: 0.2rem;
}

.row11 .list .ul-list {
	font-size: 0;
	    display: flex;
    flex-wrap: wrap;
}

.row11 .list .item {
	width: 25%;
	height: 4rem;
	padding: 0 0.07rem;
	margin-bottom: 0.2rem;
	*display: inline;
	display: inline-block;
	zoom: 1;
}

.row11 .list .item a {
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
}

.row11 .list .item .title {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0.15rem 0;
	color: #0656c7;
	text-align: center;
}

.row11 .list .item .con-text {
	padding:0rem 0.25rem 0.25rem 0.25rem;
}

.row11 .list .item .con-text,
.row11 .list .item .con-text p,
.row11 .list .item .con-text div,
.row11 .list .item .con-text span,
.row11 .list .item .con-text a {
	font-size: 0.14rem !important;
	color: #333 !important;
	line-height: 1.6 !important;
}


@media screen and (max-width: 750px) {
	.row11 .column-title {
		width: 60%;
		height: 0.8rem;
                line-height: 1.8;
		background-size: 100% 100%;
		font-size: 0.33rem;
	}

	.row11 .list .item .title {
		font-size: 0.3rem;
		padding: 0.2rem 0;
	}

	.row11 .list .item {
		width: 100%;
		height: auto;
	}

	.row11 .list .item .con-text,
	.row11 .list .item .con-text p,
	.row11 .list .item .con-text div,
	.row11.list .item .con-text span,
	.row11 .list .item .con-text a {
		font-size: 0.3rem !important;
		color: #333 !important;
		line-height: 1.4 !important;
	}

}


/* row11结束 */





/* footer开始 */
.footer {
	background: #0057c0 url(../images/jx-bottom-bg.jpg) no-repeat top left;
}

.footer .cp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.2rem 0;
}

.footer .cp .left {
	width: 30%;
}

.footer .cp .right {
	width: 25%;
}

.footer .cp .left .copyright p {
	font-size: 0.14rem;
	padding-top: 0.1rem;
	color: #fff;
}

.footer .cp .right .pic ul {
	display: flex;
        justify-content: space-between;
}

.footer .cp .right .pic li {

        width: 32%;
}
.footer .cp .right .pic li img{
display: block;
    margin: auto;
}
.footer .cp .right .pic .title {
	font-size: 0.14rem;
	padding-top: 0.1rem;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 750px) {

	.footer .cp,
	.footer .cp p,
	.footer .cp a,
	.footer .cp span {
		font-size: 0.25rem
	}

	.footer .cp .left {
		width: 100%;
	}

	.footer .cp .right {
		padding-top: 0.3rem;
		width: 100%;
	}
        .footer .cp .right .pic .title{
                width:1.7rem;
                margin: auto;
        }
}

/* footer结束 */




@media screen and (max-width: 750px) {}