.banner .swiper-pagination-bullet{
	width: 57px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 0;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 16px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction{
	bottom: 18px;
}
input,button,select,textarea{outline:none;}
.box1{
	border-radius: 1px solid rgba(237, 237, 237, 1);
	height: 61px;
	line-height: 61px;
}
.box1  .content1260{
	height: 100%;
}
.box1 .swiper-container{
	height: 100%;
}
.box1 .btn{
	position: absolute;
	z-index: 2;
	right: 0;
	cursor: pointer;
	outline:none;
}
.box1 .btn .iconfont{
	display: block;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
	outline:none;
}
.box1 .btn.buttom-prev{
	top: 15px;
	outline:none;
}
.box1 .btn.buttom-next{
	bottom: 15px;
	outline:none;
}
.box1 .btn.buttom-prev .iconfont{
	transform: rotate(180deg);
	outline:none;
}
.box1 .swiper-slide{
	display: flex;
	align-items: center;

}
.box1 .swiper-slide .iconfont{
	font-size: 22px;
	color: #0F1D96;
}
.box1 .swiper-slide .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-left: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 24px;

}
.box1 .swiper-slide .text a{
	color: #666;
}
.box2{
	margin-top: 57px;
	text-align: center;
}
.box2 .title{
	font-family: Microsoft YaHei;
	font-size: 45px;
	color: #6A6A6A;
}
.box2 .title .b1{
	color: rgba(15, 29, 150, 1);
}
.box2 .title .b2{
	font-size: 20px;
	color: #333;
}
.box4 .title{
	font-size: 36px;
	color: rgba(15, 29, 150, 1);
	line-height: 1;
}
.box2 .line,
.box4 .line{
	width: 60px;
	height: 3px;
	background-color: rgba(15, 29, 150, 1);
	margin: 19px auto 0;
}
.box2 .des,
.box4 .des{
	line-height: 1;
	font-size: 15px;
	color: rgba(102, 102, 102, 1);
	margin-top: 23px;
}
.box2 .box-c{
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}
.box2 .box-c .box-c-l,
.box2 .box-c .box-c-r{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 24%;

}
.box2 .box-c .box-c-c{
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-top: 10px;
}
.box2 .box-c .box{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.box2 .box-c .box a{
	display: block;
	height: 100%;
}
.box2 .box-c .box-c-l .box,
.box2 .box-c .box-c-c .box,
.box2 .box-c .box-c-r .box{
	height: 40%;
}
.box2 #protab{
	width: 100%;
}
.box2 #protab ul{
	list-style: none;
	height: 80px;
	line-height: 80px;
	margin-bottom: 20px;
}
.box2 #protab ul li {
	cursor: pointer;
	float: left;
	list-style: none;
	width: 32.3%;
	height:80px;
	line-height: 80px;
	margin: 1% 1% 1% 0;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #ccc;
}
.box2 #protab ul li.on{
	border: 1px solid #666666;
	background: #666666;
	color: #fff;
}
.box2 #protab .hide{
	display: none;
}
.box2 .box-c .box{
	border: 1px solid #ccc;
	padding: 3%;
}
.box2 .box-c .box .pic{
	height: 100%;
}
.box2 .box-c .box .pic img{
	width: 80%;
}
.box2 .box-c .box .pic .pic-box{
	width: 100%;
	height: 55px;
	line-height: 55px;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #666;
}
.box2 .box-c .box  .box-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: rgba(140, 202, 0, 1);
	padding: 34px 17px;
	text-align: left;
	transition: transform 0.6s;
	transform: translateY(-100%);
}
.box2 .box-c .box:hover .box-text{
	transform: translateY(0);
}
.box2 .box-c .box  .box-text .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.box2 .box-c .box  .box-text .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	margin-top: 18px;
	word-break: break-all;
}
.box2 .box-c .box  .box-text .more{
	display: block;
	margin-top: 57px;
	font-size: 16px;
	color: #fff;
}
.box3{
	background-image: url(../img/index-box3-bg.png);
	background-size: cover;
	padding: 32px 0 34px;
	margin-top: 30px;
	text-align: center;
}
.box3 .img {
	position: relative;
	display: inline-block;
}
.box3 .img>img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.box3 .img  ul{
	position: absolute;
	z-index: 2;
	top: 22.4%;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.box3 .img  ul li {
	/* flex: 1; */
	width: 33.3%;
	position: relative;
}
.box3 .img  ul li:nth-child(2){
	left: 4%;
}
.box3 .img  ul li:nth-child(3){
	left: 6%;
}
.box3 .img  ul li img{
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.box3 .img  ul li img:hover{
	transform: scale(1.5)translateY(50px);
}
.box4{
	padding: 61px 0 59px;
	text-align: center;
	background-color: rgba(244, 246, 249, 1);
}
.box4 .box4-title{
	position:relative;
}
.box4 .box4-title .more,
.box5 .div-title .more{
	position: absolute;
	top: 0;
	right: 0;
	width: 176px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: rgba(15, 29, 150, 0);
	border: 1px solid #8CCA00;
}
.box4 .box4-title .more a,
.box5 .div-title .more a{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #8CCA00
}
.box4 .box-c{
	position: relative;
	padding: 0 40px;
	margin-top: 48px;
}
.box4 .swiper-slide{
	padding: 11px 11px 21px;
	background-color: #fff;
	min-height: 438px;
}
.box4 .swiper-slide .icon{
	position: relative;
	width: 56px;
	height: 56px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgba(237, 240, 245, 1);
	border: 6px solid #fff;
	margin: -28px auto 0;
	z-index: 2;
	color: rgba(15, 29, 150, 1);
}
.box4 .swiper-slide:hover .icon{
	background-color: #ccc;
}
.box4 .swiper-slide:hover .icon .iconfont{
	color: #fff;
}
.box4 .swiper-slide .pic{
	position: relative;
}
.box4 .swiper-slide .pic .pic-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	opacity: 0;
}
.box4 .swiper-slide:hover .pic .pic-box{
	opacity: 0.4;

}
.box4 .swiper-slide .pic .pic-box .iconfont{
	font-size: 46px;
	color: #fff;
}
.box4 .swiper-slide .icon .iconfont{
	font-size: 26px;
}
.box4 .swiper-slide .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 22px;
}
.box4 .swiper-slide .text-des{
	padding: 0 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	margin-top: 24px;
}
.box4 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}
.box4 .box-c .btn .iconfont{
	display: block;
	font-size: 40px;
	color: rgba(102, 102, 102, 1);
}
.box4 .box-c .btn.buttom-prev{
	left: 0;
	outline:none;
}
.box4 .box-c .btn.buttom-next{
	right: 0;
	outline:none;
}
.box4 .box-c .btn.buttom-next .iconfont{
	transform: rotate(180deg);
}
.box7{
	padding: 0;
	text-align: center;
}
.box7 img{
	width: 100%;
}
.box5{
	padding: 45px 0 0;
}
.box5  .div-title{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box5 .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0F1D96;
	line-height: 1;
}
.box5  .div-title .more{
	position: static;
}
.box5 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}
.box5 .box-c .l{
	width: 43.9%;
}
.box5 .box-c .l .pic{
	position: relative;
}
.box5 .box-c .l  .pic-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 14px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box5 .box-c .l .pic-box p{
	width: 65%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box5 .swiper-pagination{
	text-align: right;
}
.box5 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
}
.box5 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(140, 202, 0, 1);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.box5 .swiper-container-horizontal>.swiper-pagination-bullets,
.box5 .swiper-pagination-custom,
.box5 .swiper-pagination-fraction{
	left: auto;
	right: 10px;
}
.box5 .r{
	width: 51.9%;
}
.box5 .r li{
	line-height: 34px;
}
.box5 .r li a{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);

}
.box5 .r li a .li-l{
	flex: 1;
	padding-right: 15px;
	display: flex;
}
.box5 .r li a .text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box5 .r li a .dot{
	color: #8CCA00;
}
.box6{
	background-color: rgba(244, 246, 249, 1);
	padding: 65px 0 70px;
}
.box6 ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.box6 ul .icon{
	width: 150px;
	height: 174px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/index-box6-1.png);
	background-size: cover;
}
.box6 ul .icon .iconfont{
	font-size: 52px;
	color: rgba(15, 29, 150, 1);
	transition: all 0.6s;
}
.box6 ul li:hover .icon .iconfont{
	transform: rotateY(180deg);
}
.box6 ul li .text{
	margin-top: 30px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
@media (max-width:1300px) {
	.box2 .box-c .box .box-text .more{
		margin-top: 10px;
	}
}

@media (max-width:900px) {
	.box5 .box-c{
		flex-wrap: wrap;
	}
	.box5 .box-c .r,
	.box5 .box-c .l{
		width: 100%;
	}
	.box5 .box-c .r{
		margin-top: 25px;
	}
	.box5 .box-c .l .pic-box{
		font-size: 16px;
	}
	.box3 .img ul li img{
		width: 180px;
	}
	.box2 .box-c{
		flex-wrap: wrap;
	}
	.box2 .box-c .box-c-l, .box2 .box-c .box-c-r{
		width: 100%;
	}
	.box2 .box-c .box-c-l, .box2 .box-c .box-c-r{
		flex-direction: row;
		height: 220px;
	}

	.box2 .box-c .box-c-l .box, .box2 .box-c .box-c-r .box{
		height: 100%;
		width: 48%;
	}
	.box2 .box-c .box{
	}
	.box2 .box-c .box-c-c{
		width: 100%;
	}
	.box2 .box-c .box-c-c .pic img{
		max-width: 100%;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	.box2 .box-c{
		padding: 0;
	}
	.box2 .title, .box4 .title{
		font-size: 30px;
	}
	.box1 .swiper-slide .text{
		font-size: 14px;
		margin-left: 10px;
		padding-right: 15px;
	}
	.box1 .swiper-slide .iconfont{
		font-size: 18px;
	}
	.box1{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width:700px) {
	.box3 .img ul li img{
		width: 130px;
	}
	.box3 .img ul li img:hover {
	    transform: scale(1.2)translateY(20px);
	}
	.box4 .box4-title .more{
		margin-bottom: 20px;
	}
	.box4 .box4-title .more, .box5 .div-title .more{
		position: relative;
		margin-right: 0;
		margin-left: auto;

	}
	.box6 ul .icon{
		width: 100px;
		height: 116px;
	}
	.box6 ul .icon .iconfont{
		font-size: 40px;
	}
	/* .box6 ul .icon{

	} */
}
@media (max-width:500px) {
	.box3 .img ul li img{
		width: 90px;
	}
	.box2{
		margin-top: 30px;
	}
	.box2 .title, .box4 .title{
		font-size: 22px;
	}
	.box2 .des, .box4 .des{
		line-height: 1.5;
	}
	.box2 .box-c .box .pic .pic-box{
		font-size: 16px;
		padding: 0 8px;
		height: 36px;
		line-height: 36px;
	}
	.box2 .box-c .box .box-text .text-title{
		font-size: 16px;
	}
	.box2 .box-c .box .box-text{
		padding: 15px 10px;
	}
	.box2 .box-c .box .box-text .text-des{
		margin-top: 10px;
	}
	.box2 .box-c .box-c-l .box, .box2 .box-c .box-c-r .box{
		width: 100%;
	}
	.box2 .box-c .box-c-l, .box2 .box-c .box-c-r{
		flex-wrap: wrap;
		height: 445px;
	}
	.box2 .box-c .box-c-l .box, .box2 .box-c .box-c-r .box{
		height: 48%;
	}
	.box2 .box-c .box{
		height: 96%;
	}
	.box2 .box-c{
		margin-top: 40px;
	}
	.box1{
		height: 40px;
		line-height: 40px;
	}
	.box3{
		margin-top: 40px;
	}
	.box6 ul .icon{
		width: 68px;
		height: 78.8px;
	}
	.box6 ul .icon .iconfont{
		font-size: 22px;
	}
	.box6 ul li .text{
		margin-top: 15px;
		font-size: 16px;
	}
	.box6{
		margin-top: 60px;
		padding: 40px 0;
	}
}