.banner-box {
  	position: relative;
  	padding-top:90px;
  	width:100%;
  	overflow: hidden;
}
.banner-box img{
	width:100%;
}
.banner-box .swiper-button-prev {
  	left:30px;
}
.banner-box .swiper-button-next {
  	right:30px;
}
.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
  	width:60px;
  	height:60px;
  	background: rgba(0, 0, 0, 0.1);
  	line-height:60px;
  	border-radius:6px;
  	transition: all .45s ease;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{

}
.banner-box .swiper-button-next:after,
.banner-box .swiper-button-prev:after {
  	font-size:16px;
  	color: #fff;
  	font-weight:700;
}
.banner-box .swiper-button-next:hover,
.banner-box .swiper-button-prev:hover {
  	background:#00518E;
}







.session_1{
	background:url('../images/img_1.png') center center no-repeat;
	background-size:cover;
	padding-top:57px;
	box-sizing:border-box;
}
.session_1 .all-box{
	margin-top:40px;
	padding-left:50px;
	display:flex;
	box-sizing:border-box;
}
.session_1 .all-box .left-box{
	width:44.445%;
	position:relative;
	z-index:2;
}
.session_1 .all-box .left-box:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-46px;
	background:#00518E;
	width:100%;
	height:100%;
	z-index:-1;
}
.session_1 .all-box .left-box .icon-box{
	position:absolute;
	width:80px;
	height:80px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.session_1 .all-box .left-box .icon-box img{
	width:100%;
	height:100%;
}
.session_1 .all-box .left-box .img-box{
	overflow:hidden;
}
.session_1 .all-box .left-box .img-box > img{
	width:100%;
	transition:all .5s;
}
.session_1 .all-box .left-box:hover .img-box > img{
	transform:scale(1.1);
}
.session_1 .all-box .right-box{
	width:55.555%;
	background:#fff;
	padding-left:80px;
	padding-right:50px;
	box-sizing:border-box;
	padding-top:45px;
	margin-right:-50px;
}
.session_1 .all-box .right-box .top-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:25px;
}
.session_1 .all-box .right-box .top-box h3{
	font-size:30px;
}
.session_1 .all-box .right-box .top-box a{
	width:120px;
	height:36px;
	line-height:32px;
	font-size:16px;
}
.session_1 .all-box .right-box .des-box p{
	font-size:16px;
	font-weight:400;
	line-height:30px;
	color:#666;
	text-indent:2em;
}
.session_1 .all-box .right-box .tags{
	margin-top:60px;
	display:flex;
	justify-content:space-between;
}
.session_1 .all-box .right-box .tags .item-box{
	text-align:center;
}
.session_1 .all-box .right-box .tags .item-box p{
	margin-top:20px;
}
.session_1 .all-box .right-box .tags .item-box:hover img,
.session_1 .all-box .right-box .tags img.active{
	display:none;
}
.session_1 .all-box .right-box .tags .item-box:hover img.active{
	display:inline-block;
}
.session_1 .all-box .right-box .tags p{
	font-size:16px;
	color:#999999;
}
.session_1 .all-box .right-box .tags .item-box:hover p{
	color:#00518E;
}













.session_2 {
	background:url('../images/img_2.png') center center no-repeat;
	background-size:cover;
	margin-top:130px;
	padding-bottom:87px;
	box-sizing:border-box;
}
.session_2 .all-box{
	display:flex;
	justify-content:space-between;
}
.session_2 .all-box .col-md-3{
	width:30%;
	box-sizing:border-box;
}
.session_2 .all-box .center.col-md-3{
	width:39%;
}
.session_2 .item-box .img-box{
	overflow:hidden;
}
.session_2 .item-box .img-box img{
	width:100%;
	height:265px;
	object-fit:cover;
	transition:all .5s;
}
.session_2 .item-box:hover img{
	transform:scale(1.1);
}
.session_2 .item-box{
	position:relative;
}
.session_2 .item-box p{
	position:absolute;
	height:50px;
	line-height:50px;
	background:rgba(255, 255, 255, 0.9);
	left:0;
	right:0;
	bottom:0;
	font-size:16px;
	text-align:center;
}
.session_2 .item-box:hover p{
	background:rgba(0, 81, 142, 0.9);
	color:#fff;
}
.session_2 .center .item-box .img-box img{
	height:812px;
	width:100%;
	object-fit:cover;
}
.session_2 .left-box{
	position:relative;
}
.session_2 .left-box .top-box .title{
	position:relative;
	padding-left:50px;
	padding-top:60px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.session_2 .left-box .top-box .title:before{
	position:absolute;
	content:'';
	left:0;
	top:11px;
	background:url('../images/icon_3.png') center center no-repeat;
	width:77px;
	height:69px;
}
.session_2 .left-box .top-box .title h3{
	font-size:36px;
	color:#00518E;
	margin-bottom:18px;
}
.session_2 .left-box .top-box .title p{
	font-size:18px;
}
.session_2 .left-box .top-box > p{
	font-size:16px;
	padding-left:50px;
	padding-right:25px;
	line-height:36px;
	color:#666;
	text-indent:2em;
}
.session_2 .left-box .more-box{
	text-align:center;
	margin-top:80px;
}
.session_2 .left-box .item-box{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.session_2 .right-box .item-box{
	margin-bottom:8px;
}
.session_2 .right-box .item-box:last-child{
	margin-bottom:0;
}





.session_3{
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
	padding-top:70px;
	padding-bottom:110px;
	box-sizing:border-box;
}
.session_3 .all-box{
	margin-top:75px;
	display:flex;
	justify-content:space-between;
}
.session_3 .all-box .item-box{
	width:305px;
	height:305px;
	padding-top:70px;
	text-align:center;
	border:5px solid rgba(0,0,0,0.1);
	/*border:5px solid #333;*/
	border-radius:50%;
	background:#fff;
	box-sizing:border-box;
}
.session_3 .all-box .item-box:hover{
	border-color:rgba(0, 0, 0, 0.3);
}
.session_3 .all-box .item-box .icon-box{
	margin-bottom:25px;
}
.session_3 .all-box .item-box .icon-box img{
	transition:all .5s;
}
.session_3 .all-box .item-box:hover .icon-box img{
	transform:rotateY(180deg);
}
.session_3 .all-box .item-box .txt-box h3{
	font-size:24px;
	color:#00518E;
	margin-bottom:12px;
}
.session_3 .all-box .item-box .txt-box p{
	font-size:18px;
	color:#666666;
}
.session_3 .all-box .item-box .nub{
	font-size:36px;
	color:#cccccc;
	margin-top:20px;
	font-family:'Arial Narrow';
}





.session_4{
	position:relative;
}
.session_4 .menu-box.block{
	width:1230px;
}
.session_4 .menu-box{
	position:absolute;
	bottom:100px;
	right:8.3%;
	display:flex;
	justify-content:space-between;
	background:rgba(255, 255, 255, 0.9);
	border:1px solid #E8E8E8;
	box-sizing:border-box;
	height:180px;
}
.session_4 .menu-box .item-box{
	width:16.6%;
	text-align:center;
	padding-top:32px;
	box-sizing:border-box;
}
.session_4 .menu-box .item-box .icon-box{
	width:72px;
	height:72px;
	border-radius:100%;
	border:2px solid #EEEEEE;
	box-sizing:border-box;
	margin:0 auto;
	overflow:hidden;
}
.session_4 .menu-box .item-box .icon-box img{
	width:100%;
	height:100%;
	transition:all .5s;
}
.session_4 .menu-box .item-box a > p{
	font-size:16px;
	margin-top:23px;
}
.session_4 .menu-box .item-box:hover .icon-box{
	border-color:#00518E;
}
.session_4 .menu-box .item-box:hover .icon-box img{
	transform:scale(1.1);
}
.session_4 .menu-box .item-box:hover > p{
	color:#00518E;
	font-weight:700;
}
.session_4 .all-box{
	display:flex;
}
.session_4 .all-box .right-box{
	background:url('../images/img_4.png') center center no-repeat;
	background-size:cover;
	width:36%;
	padding-top:185px;
	box-sizing:border-box;
	padding-right:8.3%;
	text-align:right;
}
.session_4 .all-box .right-box h3{
	font-size:60px;
	color:#cccccc;
	font-family:'Arial Narrow';
	margin-bottom:5px;
}
.session_4 .all-box .right-box > span{
	font-size:36px;
	color:#00518E;
	font-weight:700;
	display:inline-block;
	margin-bottom:40px;
}
.session_4 .all-box .right-box > p{
	font-size:16px;
}
.session_4 .all-box .right-box .more-box{
	margin-top:50px;
}
.session_4 .all-box .right-box .public_a:after{
	border-color:#cccccc;
}






.session_5{
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
	padding-top:77px;
	height:860px;
	box-sizing:border-box;
}
.session_5 .all-box{
	margin-top:75px;
	text-align:center;
}
.session_5 .swiper-pagination{
	position:static;
	margin-top:90px;
}





.session_6 {
   margin-top:75px;
   margin-bottom:75px;
}
.session_6 .all-box {
  margin-top:45px;
}
.session_6 .all-box .row {
  	margin-left:-32px;
  	margin-right:-32px;
}
.session_6 .all-box .row .col-md-4 {
  	float: left;
  	width: 33.33%;
  	padding-left:32px;
  	padding-right:32px;
  	box-sizing: border-box;
}
.session_6 .all-box .item-box .img-box {
  	position: relative;
  	overflow: hidden;
}
.session_6 .all-box .item-box .img-box img {
  	width: 100%;
  	height: 218px;
  	object-fit: cover;
  	transition: all .3s;
}
.session_6 .all-box .item-box .img-box span {
  	position: absolute;
  	bottom:-50px;
  	left: 0;
  	right: 0;
  	text-align: center;
  	height: 50px;
  	line-height:50px;
  	background:#00518E;
  	color: #fff;
  	transition: all .3s;
}
.session_6 .all-box .item-box .img-box span img {
  	width: auto;
  	height: auto;
}
.session_6 .all-box .item-box .txt-box {
  	height: 210px;
  	padding-top: 30px;
  	padding-left: 30px;
  	padding-right: 30px;
  	box-sizing: border-box;
  	text-align: center;
  	transition: all .3s;
}
.session_6 .all-box .item-box .txt-box h3 {
  	font-size: 18px;
  	color: #333333;
  	line-height: 1.1;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.session_6 .all-box .item-box .txt-box p {
  	font-size: 14px;
  	color: #999999;
  	line-height:24px;
  	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
 	max-height: 51px;
}
.session_6 .all-box .item-box .txt-box span {
  	font-size: 14px;
  	color: #999;
  	margin-top: 10px;
  	margin-bottom:10px;
  	display: block;
}
.session_6 .all-box .item-box:hover .img-box > img {
  	transform: scale(1.2);
}
.session_6 .all-box .item-box:hover .img-box span {
  	bottom: 0px;
}
.session_6 .all-box .item-box:hover .txt-box {
  	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.session_6 .more-box {
  	margin-top:48px;
  	text-align: center;
}











@media screen and (max-width:1680px) {

}
/*# sourceMappingURL=index.css.map */