@charset "utf-8";
.swiper-1 {
	width: 100%;
}

.swiper-1 .i1_img {
	width: 100%;
}

.swiper-1 .i1_bottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1000;
}

.swiper-1 .i1_bottom .img {
	width: 100%;
}

.swiper-1 .i1_box {
	position: absolute;
	bottom: 130px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
}

.swiper-1 .i1_box .i1_txt {
	padding-left: 8%;
}

.swiper-1 .i1_img2 {
	width: 12.2%;
	position: absolute;
	top: 22%;
	right: 24%;
	z-index: 10;
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-o-transition: all 1.6s;
	-ms-transition: all 1.6s;
	-moz-transition: all 1.6s;
	-webkit-transition: all 1.6s;
	transition: all 1.6s;
}

.swiper-1 .i1_img2.on {
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.i_box {
	background: url(../img/i_box_bg.png) no-repeat top center;
	background-size: 100% auto;
}

.i2_box {
	width: 79%;
	margin: auto;
	padding-top: 30px;
}

.i2_box .i2_left {
	width: 30%;
}
.i2_box .i2_content {
	font-size: 16px;
	line-height: 32px;
	margin-top: 60px;
	text-align: justify;
}
.i2_box .i2_content p{
	text-indent: 2em;
}
.i2_more {
	margin-top: 70px;
}
.i2_box .i2_right {
	width: 49%;
}
.video_box,
.video_box .video {
	width: 100%;
	position: relative;
}

.video_box {
	margin-top: 10px;
	cursor: pointer;
}

.video_box .video {
	object-fit: cover;
	border-radius: 10px 5px 5px 5px;
}

.video_box .video_icon {
	width: 95px;
	height: 95px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -47px;
	margin-left: -47px;
	z-index: 10;
}

.i3_box {
	margin-top: 150px;
}

.i3_title {
	text-align: center;
	margin-bottom: 45px;
}

.i3_box .i3_inner {
	width: 100%;
	overflow: hidden;
}


.i3_box .i3_circle1 {
	width: 742px;
	height: 742px;
	border-radius: 50%;
	position: relative;
	border: 2px solid #fff;
	background: #8bc34a;
	box-sizing: border-box;
}

.i3_box .i3_circle1 > svg{
	position: absolute;
	top: 56px;
	left: 56px;
  	display: block;
  	overflow: visible;
  	width: 630px;
  	height: 630px;
}
.i3_box .i3_circle1 > svg path {
	fill: none;
}
.i3_box .i3_circle1 > svg text{
	fill:white;
	letter-spacing: 3px;
	font-size: 16px;
}
.i3_box .i3_circle1 > svg textPath{
	display: none;
}
.i3_box .i3_circle1 > svg textPath:nth-child(1){
	display: block;
}


.i3_box .i3_circle2 {
	width: 560px;
	height: 560px;
	border-radius: 50%;
	position: absolute;
	border: 4px solid #fff;
	background: #2196f3;
	box-sizing: border-box;
	margin-top: 91px;
	margin-left: 91px;
	z-index: 1;
	overflow: hidden;
}
.i3_box .i3_circle2:after{
	width: 4px;
	height: 100%;
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -2px;
	top: 0;
	background: #fff;
	z-index: 1;
}
.i3_box .i3_circle2:before{
	height: 4px;
	width: 100%;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -2px;
	left: 0;
	background: #fff;
	z-index: 1;
}

.i3_box .i3_circle2 .i3_c{
	cursor: pointer;
	width: 560px;
	height: 560px;
	border: 4px solid #2196f3;
	box-sizing: border-box;
	background-color: #2196f3;
	border-radius: 50%;
	position: absolute;
	left: -4px;
	top: -4px;
}
.i3_box .i3_circle2 .i3_c1 {
	clip: rect(0px, 280px, 280px, 0px);
}

.i3_box .i3_circle2 .i3_c2 {
	clip: rect(0px, 560px, 280px, 280px);
}
.i3_box .i3_circle2 .i3_c3 {
	clip: rect(280px, 560px, 560px, 280px);
}
.i3_box .i3_circle2 .i3_c4 {
	clip: rect(280px, 280px, 560px, 0px);
}
.i3_box .i3_circle2 .i3_c:hover,
.i3_box .i3_circle2 .i3_c.on{
	background-color: #b1d4ef;
}


.i3_box .i3_circle2 .i3_c1_img{
	position: absolute;
	width: 125px;
	z-index: 1;
	left: 70px;
	top: 55px;
}
.i3_box .i3_circle2 .i3_c2_img{
	position: absolute;
	width: 83px;
	z-index: 1;
	right: 70px;
	top: 70px;
}
.i3_box .i3_circle2 .i3_c3_img{
	position: absolute;
	width: 94px;
	z-index: 1;
	right: 67px;
	bottom: 67px;
}
.i3_box .i3_circle2 .i3_c4_img{
	position: absolute;
	width: 112px;
	z-index: 1;
	left: 50px;
	bottom: 70px;
}


.i3_box .i3_circle3 {
	width: 386px;
	height: 386px;
	border-radius: 50%;
	position: absolute;
	border: 4px solid #fff;
	background: #999;
	box-sizing: border-box;
	margin-top: 178px;
	margin-left: 178px;
	z-index: 2;
}
.i3_box .i3_circle3 > svg{
	position: absolute;
	top: 53px;
	left: 53px;
  	display: block;
  	overflow: visible;
  	width: 280px;
  	height: 280px;
}
.i3_box .i3_circle3 > svg path {
	fill: none;
}
.i3_box .i3_circle3 > svg text{
	fill:white;
	letter-spacing: 1.2px;
	font-size: 16px;
}

.i3_box .i3_circle4 {
	width: 188px;
	height: 188px;
	border-radius: 50%;
	position: absolute;
	background: #eeeeee;
	box-sizing: border-box;
	margin-top: 277px;
	margin-left: 277px;
	z-index: 3;
	line-height: 188px;
	text-align: center;
	color:#1a6397;
	font-weight: bold;
}

.i4_box {
	margin-top: 150px;
	padding: 0 50px;
}

.i4_box .i4_inner {}

.i4_title {
	text-align: center;
	margin-bottom: 70px;
}

.i4_box .i4_nav {
	width: 25%;
	height: 447px;
	position: relative;
	padding: 0 75px;
	box-sizing: border-box;
}

.i4_box .i4_nav:nth-child(1) {
	background: url(../img/i4_bg1.png) no-repeat left top;
	background-size: 100% 100%;
}

.i4_box .i4_nav:nth-child(2) {
	background: url(../img/i4_bg2.png) no-repeat left top;
	background-size: 100% 100%;
}

.i4_box .i4_nav:nth-child(3) {
	background: url(../img/i4_bg3.png) no-repeat left top;
	background-size: 100% 100%;
}

.i4_box .i4_nav:nth-child(4) {
	background: url(../img/i4_bg4.png) no-repeat left top;
	background-size: 100% 100%;
}

.i4_box .i4_nav .i4_nav_img {
	height: 90px;
	margin-top: 56px;
}

.i4_box .i4_nav .i4_nav_img .img {
	margin: auto;
}

.i4_box .i4_nav .i4_nav_title {
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.i4_box .i4_nav .i4_nav_content {
	font-size: 16px;
	line-height: 32px;
	margin-top: 12px;
	text-align: justify;
}

.i56_box {
	background: url(../img/i_box_bg2.png) no-repeat left 42%;
	background-size: 100% auto;
}

.i5_box {
	width: 79%;
	margin: auto;
	margin-top: 205px;
	background: url(../img/i5_bg.jpg) no-repeat left center;
	background-size: cover;
	height: 922px;
}

.i5_box .i5_inner {
	width: 83%;
	margin: auto;
	height: 100%;
}

.i5_box .i5_left {
	width: 49%;
}

.i5_box .i5_content {
	font-size: 18px;
	line-height: 36px;
	margin-top: 80px;
	text-align: justify;
	text-indent: 2em;
}

.i5_more {
	margin-top: 160px;
}

.i5_box .i5_right {
	width: 43%;
	height: 785px;
	position: relative;
	left: 20px;
}

.swiper-button-img {
	width: 106px;
	height: 51px;
	background: transparent;
	position: initial;
	padding: 0;
	margin: 0 auto;
	display: block;
}

.swiper-button-img:after {
	content: "";
}

.swiper-img:focus {
	outline: none;
	border: none;
}

.swiper-2 {
	height: 580px;
	margin: 45px 0;
}

.i5_con .i5_nav {
	height: 120px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 19.8px 0.2px rgba(153, 153, 153, 0.15);
	margin: 0 20px 20px 20px;
}

.i5_con .i5_nav:first-child {
	margin-top: 20px;
}

.i5_con .i5_nav:last-child {
	margin-bottom: 0;
}

.i5_con .i5_nav .i5_logo {
	max-width: 60%;
	max-height: 60%;
}

.i5_con .i5_nav .i5_nav_txt {
	background: #00a6ff;
	color: #fff;
	height: 120px;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 16px 11%;
	font-size: 16px;
	line-height: 26px;
	top: -120px;
	border-radius: 5px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.i5_con .i5_nav .i5_nav_txt .txt {
	height: 78px;
}

.i5_con .i5_nav:hover .i5_nav_txt {
	top: 0px;
}

.i6_box {
	margin-top: 275px;
	padding-bottom: 160px;
}

.i6_title {
	text-align: center;
	margin-bottom: 100px;
}

.i6_box .i6_content_nav .i6_content_img {
	width: 100%;
}

.i6_box .i6_content_nav:nth-child(1) {
	width: 42%;
}

.i6_box .i6_content_nav:nth-child(2) {
	width: 29%;
	margin-left: 5.5%;
}

.i6_box .i6_content_nav:nth-child(3) {
	width: 22%;
}

.i6_box .i6_content_title {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	max-height: 72px;
}

.i6_box .i6_content_line {
	height: 2px;
	background: #88b143;
	width: 42px;
	margin-top: 16px;
}

.i6_box .i6_content_txt {
	font-size: 18px;
	line-height: 30px;
	max-height: 90px;
	margin-top: 30px;
}

.i6_box .i6_content_time {
	margin-top: 48px;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	border-top: 1px solid #999999;
	box-sizing: border-box;
}

.i6_box .i6_inner {
	margin-top: 108px;
}

.i6_box .i6_inner_nav {
	width: 27%;
	margin-right: 9.5%;
	box-shadow: 0px 0px 19.8px 0.2px rgba(153, 153, 153, 0.15);
	border: 1px solid transparent;
	box-sizing: border-box;
	display: block;
	color: #333;
}

.i6_box .i6_inner_img .img {
	width: 100%;
}

.i6_box .i6_inner_nav:nth-child(3n) {
	margin-right: 0%;
}

.i6_box .i6_inner_nav:hover {
	border: 1px solid #2196f3;
	box-shadow: 0px 0px 19.8px 0.2px rgba(4, 4, 4, 0.3);
}

.i6_box .i6_inner_content {
	padding: 20px 27px;
}

.i6_box .i6_inner_left {
	width: 75%;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	height: 84px;
}

.i6_box .i6_inner_right {
	text-align: right;
}

.i6_box .i6_inner_right .txt {
	font-weight: bold;
	color: #011935;
	font-size: 30px;
	line-height: 30px;
}

.i6_box .i6_inner_right .txt2 {
	color: #999999;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
}

.i6_box .i6_inner_msg {
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
	margin-top: 8px;
}

.i6_box .icon {
	margin-left: 15px;
}

.i6_box .i6_inner_line {
	width: 20px;
	height: 3px;
	background: #00343f;
}


/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {
	.i5_box,
	.i2_box {
		width: 80%;
	}
	.i4_box .i4_nav {
		padding: 0 40px;
	}
}

@media screen and (max-width: 1450px) {
	.i5_box,
	.i2_box {
		width: 85%;
	}
	.i4_box .i4_nav {
		padding: 0 30px;
	}
	.i4_box .i4_nav .i4_nav_img {
		height: 80px;
		margin-top: 40px;
	}
	.i5_box .i5_inner {
		width: 90%;
	}
	.i5_box .i5_right {
		width: 45%;
	}
	.i5_con .i5_nav .i5_nav_txt {
		padding-left: 6%;
		padding-right: 6%;
	}
	.swiper-1 .i1_img2{
		top: 28%;
	}
	
}

@media screen and (max-width: 1335px) {
	.i5_box,
	.i2_box {
		width: 90%;
	}
	.i2_box .i2_left{
		width: 35%;    
	}
	.i2_box .i2_right{
		width: 55%;
	}
	.swiper-1 .i1_img2{
		top: 30%;
	}
	.i5_box .i5_right {
		width: 47%;
	}
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
	
	.swiper-1 .i1_img2 {
		width: 12%;
		top: 18%;
	}
	.swiper-1 .i1_box {
		bottom: 36px;
		font-size: 14px;
		line-height: 30px;
	}
	.swiper-1 .i1_box .i1_txt {
		padding-left: 9%;
	}
	.i2_box {
		width: auto;
		padding: 0 20px;
		margin: auto;
		padding-top: 20px;
		display: block;
	}
	.i2_box .i2_left {
		width: 100%;
	}
	.i2_box .i2_right {
		width: 100%;
	}
	.i2_box .i2_content {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
	.i2_more {
		margin-top: 20px;
	}
	.video_box {
		margin-top: 20px;
	}
	.video_box .video_icon {
		width: 50px;
		height: 50px;
		margin-top: -25px;
		margin-left: -25px;
	}
	.i3_box {
		margin-top: 30px;
	}
	.i3_box .i3_inner{
		height: 400px;
	}
	.i3_box .i3_circle1{
		-o-transform-origin:50% 0%;
		-ms-transform-origin:50% 0%;
		-moz-transform-origin:50% 0%;
		-webkit-transform-origin:50% 0%;
	  	transform-origin:50% 0%;
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
	  	transform: scale(0.5);
	}
	
	.i3_box .i3_circle3 > svg text{
	    font-size: 19px;
	    letter-spacing: 0px;
	}
	.i3_box .i3_circle1 > svg text{
	    font-size: 19px;
	    letter-spacing: 3px;
	}
	.i3_box .i3_circle4{
		font-size: 19px;
	}
/*	.i3_box img{
	    -o-transform-origin:50% 50%;
		-ms-transform-origin:50% 50%;
		-moz-transform-origin:50% 50%;
		-webkit-transform-origin:50% 50%;
	  	transform-origin:50% 50%;
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-webkit-transform: scale(1.3);
	  	transform: scale(1.3);
	}*/
	
	.i3_title {
	    margin-bottom: 30px;
	}
	.i4_box {
		margin-top: 0px;
		padding: 0;
	}
	.i4_title{
		margin-bottom: 20px;
	}
	.i4_box .i4_inner {
		display: block;
	}
	.i4_box .i4_nav {
		padding: 40px 40px 80px 40px;
		width: 100%;
		height: auto;
	}
	.i4_box .i4_nav .i4_nav_img {
		margin: auto;
		height: auto;
		margin-top: 0px;
		width: 30px;
		margin-bottom: 20px;
	}
	.i4_box .i4_nav .i4_nav_img .img {
		width: 100%;
	}
	.i4_box .i4_nav .i4_nav_content {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px;
	}
	.i5_box {
		width: auto;
		margin: 0 20px;
		margin-top: 30px;
		height: auto;
	}
	.i5_box .i5_inner {
		display: block;
	}
	.i5_box .i5_left {
		width: 100%;
	}
	.i5_box .i5_right {
		width: 100%;
	}
	.i5_box .i5_content {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
	.i5_title {
		padding-top: 20px;
	}
	.i5_more {
		margin-top: 20px;
	}
	.i5_box .i5_right {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		padding: 20px 0 30px 0;
	}
	.swiper-button-img {
		width: 60px;
		height: 29px;
	}
	.swiper-button-img .swiper-img {
		width: 100%;
	}
	.i5_con .i5_nav {
		height: 100px;
		margin: 0 20px 20px 20px;
	}
	.swiper-2 {
		height: 500px;
		margin: 0;
	}
	.i5_con .i5_nav .i5_nav_txt {
		height: 100px;
		width: 100%;
		padding: 13px 5%;
		font-size: 14px;
		line-height: 24px;
		top: -100px;
	}
	.i5_con .i5_nav .i5_nav_txt .txt {
		height: 72px;
	}
	.i6_box {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.i6_title {
		margin-bottom: 20px;
	}
	.i6_content {
		display: block;
	}
	.i6_box .i6_content_nav {
		width: 100% !important;
		margin-left: 0 !important;
		display: block;
	}
	
	
	.i6_box .i6_content_title {
		font-size: 16px;
		line-height: 24px;
		max-height: initial;
		padding-top: 10px;
    	-webkit-line-clamp: 10;
	}
	.i6_box .i6_content_txt {
		font-size: 14px;
		line-height: 24px;
		max-height: initial;
		margin-top: 10px;
		-webkit-line-clamp: 10;
	}
	.i6_box .i6_content_time {
		margin-top: 20px;
		font-size: 12px;
		height: initial;
		line-height: 12px;
		border-top: 1px solid #999999;
		padding-top: 20px;
	}
	.i6_box .i6_inner {
		margin-top: 30px;
		display: block;
	}
	.i6_box .i6_inner_nav {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.i6_box .i6_inner_content {
		padding: 10px;
	}
	.i6_box .i6_inner_left {
		font-size: 14px;
		line-height: 24px;
		height: auto;
	}
	.i6_box .i6_inner_right .txt {
		font-size: 24px;
		line-height: 24px;
	}
	.i6_box .i6_inner_right .txt2 {
		font-size: 12px;
		line-height: 12px;
		margin-top: 6px;
	}
	.i6_box .i6_inner_de {
		font-size: 14px;
	}
	.i6_box .icon {
		margin-left: 10px;
	}
	.i56_box {
		background: url(../img/i_box_bg2.png) no-repeat left 36.5%;
		background-size: 100% auto;
	}
}

@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 380px) {
	.i3_box .i3_circle1{
		-o-transform: scale(0.47);
		-ms-transform: scale(0.47);
		-moz-transform: scale(0.47);
		-webkit-transform: scale(0.47);
	  	transform: scale(0.47);
	}
	.i3_box .i3_inner{
		height: 380px;
	}
}
@media screen and (max-width: 330px) {
	.i3_box .i3_circle1{
		-o-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-moz-transform: scale(0.4);
		-webkit-transform: scale(0.4);
	  	transform: scale(0.4);
	}
	.i3_box .i3_inner{
		height: 320px;
	}
}
