.top-nav{
	padding: 10px 0;
}
.head-title{
	padding-left: 15px;
	border-left: 2px solid #c0c0c0;
}
.head-title .title-big{
	color: #656565;
	font-size: 20px;
	font-weight: bold;
}
.head-title .title-info{
	color: #c0c0c0;
	font-size: 14px;
}
.swiper-section{
	position: relative;
}
.swiper-section .swiper{
	width: 100%;
	/*	height: 600px;*/
}
.swiper-section .swiper .swiper-slide img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cell-box-5{
	background-repeat: no-repeat;
	background-size: 100% 57%;
}
.cell-box-5 .big-title{
	font-size: 26px;
}
.cell-box-5 .cell-box-cont{
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}


.cell-box-6{
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.cell-box-6 .card-img img{
	width: 100%;
}
.card-img-box{
	overflow: hidden;
}
.card-img-box .card-img{
	position: relative;
	cursor: pointer;
}
.card-img-box:hover .card-img img{
	transform: scale(1.2);
	transition-duration: 1s;
}
.card-img-box .card-img-txt{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 80, 206, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
}
.card-img-box .card-box:hover .card-img-txt{
	opacity: 1;
	transition: 0.5s;
}
.card-img-box .card-img-txt div{
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 3px;
	max-width: 80%;
	text-align: center;
}
.card-img-box .card-img-txt .line{
	width: 40%;
	height: 1px;
	background-color: #fff;
	margin-top: 5px;
}

.card-cell{

}
.card-cell .card-box{
	border-bottom: 1px solid #d7d7d7;
	height: 132px;
	overflow: auto;
}
.card-cell .card-box .info{
	font-size: 14px;
	color: #323232;
}
.card-cell .card-box .info:hover{
	color: #999;
}
.card-cell .card-box .title img{
	vertical-align: bottom;
}
.card-cell .card-box .title .name{
	display: inline-block;
	color: #0e93e8;
	font-size: 22px;
	margin-left: 5px;
	font-weight: bold;
}
.container7-bg{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-bottom: 60px;
	background-position: top center;
	min-height: 625px;
}
.container7-box{
	margin: 40px 40px 40px 0;
	border: 1px solid #fff;
	position: absolute;
	left: 10%;
	top:0;
	padding: 20px 20px 30px 30px;
	height: 500px;
}
.container7-bg .container7-left{
	color: #fff;
}
.container7-bg .container7-left .txt-en{
	font-weight: bold;
	text-align: right;
	margin-top: 30px;
}
.container7-bg .container7-left .txt-cn{
	text-align: right;
	font-size: 30px;
	margin-top: 50px;
	font-weight: bold;
	letter-spacing: 3px;
}
.container7-bg .container7-left .txt-hr{
	text-align: right;
	position: relative;
	display: block;
}
.container7-bg .container7-left .txt-hr span{
	width: 50%;
	height: 4px;
	background-color: #fff;
	display: block;
	position: absolute;
	right: 0;
	margin-top: 80px;
}
.container7-bg .container7-right{
	padding-top: 40px;
	padding-bottom: 40px;
}
.container7-bg .container7-right .desc{
	color: #fff;
	padding-top: 30px;
	padding-left: 30px;
}
.container7-bg .container7-right .desc .title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.container7-bg .container7-right .desc .title .xian{
	position: absolute;
	z-index: -1;
	width: 60%;
	height: 11px;
	left: 50%;
	background-color: #f7d517;
	bottom: 12px;
	margin-left: -30%;
}
.container7-bg .container7-right .desc p{
	font-size: 16px;
}
.container7-bg .container7-right .desc:hover p{
	/*color: #f7d517;*/
	color:#def2ff;
}

.container7-right img{
	margin-left: 20px;
	margin-top: 40px;
}
.cell-box-7-top{
	position: relative;
}
.cell-box-7-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.cell-box-8 .card2{
	background-color: #ececec;
	border: 1px solid #d0d0d0;
}
.cell-box-8 .card2 .card-body{

}
.card2 .card-body .p-img{
	overflow: hidden;
	cursor: pointer;
}
.card2 .card-body:hover img{
	transform: scale(1.2);
	transition-duration: 1s;
}
.cell-box-8 .card2 .text-btn{
	border: 1px solid #d0d0d0;
	display: inline-block;
	padding: 0 24px;
	color: #333;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.card2 .card-body:hover .text-btn{
	background-color: #2a81b7;
	color: #fff;
	border: 1px solid #2a81b7;
}


.cell-box-9-bg{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.cell-box-9{
	background-color: #2a81b7;
	/*	padding: 5rem 0 6rem 0;*/
}
.cell-box-9 .container .row{
	justify-content: space-between;
}
.cell-box-9 .col-2-4{
	width: 19%;
}

.slice-cell{
	background-color: #f5f5f5;
}
.cell-cate{
	background-color: #fff;
	padding: 3rem 0;
}
.nav-cell-1 .cell-cate{

}
.cell-cate .cate-step .active{
	color: #2a81b6;
}
.cell-cate .cate-box .cate-item{
	display: inline-block;
	padding: 0 1rem;
	border-left: 1px solid #eee;
	height: 20px;
	line-height: 20px;
	color: #000;
}
.cell-cate .cate-box .cate-item:first-child{
	border-left: none;
}
.cell-cate .cate-box .cate-item.active{
	color: #3a8aba;
}
.slice-cell .list-box{
	padding: 4rem 0;
}
.slice-cell .list-box .container{
	background-color: #fff;
}
.nav-cell-1 .list-box .container{
	padding:4rem 30px 0 30px;
}
.nav-cell-2 .list-box .container{
	padding:0 30px 0 30px;
}
.nav-cell-2 .list-box .container .card2{
	border: 1px solid #ededed;
}
.nav-cell-2 .list-box .container .card2:hover{
	border: 1px solid #2a81b7;
}
.nav-cell-2 .list-box .container .card2 .card-body{
	padding: 0;
}
.nav-cell-2 .list-box .container .card2 .text-center{
	background-color: #d9d9d9;
	height: 50px;
	line-height: 50px;
	color: #000;
}
.nav-cell-2 .list-box .container .card2:hover .text-center{
	background-color: #2a81b7;
	color: #fff;
	border: none;
}
.nav-cell-3 .list-box .container .card3{
	cursor: pointer;
}
.nav-cell-3 .list-box .container .card3:hover .card-info{
	color: #2a81b6;
	font-weight: bold;
}
.nav-cell-3 .list-box .container .card3:hover img{
	transform: scale(1.2);
	transition-duration: 1s;
}
.nav-cell-3 .list-box .container .card3 .card-body{
	overflow: hidden;
	border: 1px solid #ededed;
	background-color: #f6f6f6;
}
.nav-cell-3 .list-box .container .card3 .card-body .p-img{
	padding: 10px;
	border: 1px solid #ededed;
	background-color: #fff;
}
.nav-cell-3 .list-box .container .card3 .card-info{
	margin-top: 30px;
	color: #656565;
}

.slice-cell .list-box .card-img-box{
	border: 1px solid #ededed;
	margin-bottom: 3rem;
	cursor: pointer;
}
.slice-cell .list-box .card-img-box .card-img{
	overflow: hidden;
	border-radius: 0;
}
.slice-cell .list-box .card-img-box .card-img .card-img-txt{
	background-color: rgba(0, 0, 0, 0.6);
}
.slice-cell .list-box .card-img-box .card-info{
	padding: 20px 10px 15px 10px;
}
.line1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slice-cell .list-box .card-img-box .card-info .title{
	color: #1f1f1f;
	font-weight: 500;
}
.slice-cell .list-box .card-img-box .card-info .desc{
	color: #999999;
	font-size: 14px;
}
.slice-cell .list-box .card-img-box .card-foot{
	padding: 15px 0;
	margin: 0 10px;
	border-top: 1px solid #ededed;
	color: #999999;
	font-size: 14px;
	position: relative;
}
.slice-cell .list-box .card-img-box .card-foot .icon{
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.nav-cell-4 .list-box .container{
	padding: 60px 40px 60px 30px;
}
.nav-cell-4 .list-box .leftBox{
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.nav-cell-4 .list-box .leftBox .title{
	background-color: #2a81b7;
	padding: 0 15px;
	color: #fff;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
}
.nav-cell-4 .list-box .leftBox .title2{
	background-color: #2a81b7;
	padding: 20px 0 20px 15px;
	color: #fff;
}
.nav-cell-4 .list-box .leftBox .title2 .bt{
	font-size: 28px;
	white-space: nowrap;
}
.nav-cell-4 .list-box .leftBox .title2 .bt span{
	font-size: 12px;
	margin-left: 10px;
}
.nav-cell-4 .list-box .leftBox .title2 .line{
	height: 3px;
	background-color: #fff;
	width: 40%;
	display: block;
}
.nav-cell-4 .list-box .leftBox .info{
	padding: 20px 15px;
	font-size: 14px;
	color: #666666;
}
.nav-cell-4 .list-box .leftBox .info .item-li{
	word-break: break-all;
}
.nav-cell-4 .list-box .leftBox .info .item-btn{
	background-color: #eeeeee;
	height: 40px;
	line-height: 20px;
	padding:10px 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
	color: #666666;
	width: 100%;
	display: block;
	font-size: 16px;
}
.nav-cell-4 .list-box .leftBox .info .item-btn:hover{
	background-color: #2a81b7;
	color: #fff;
}
.nav-cell-4 .list-box .leftBox .info .img{
	text-align: center;
	margin-top: 20px;
}
.nav-cell-4 .list-box .rightBox .title{
	text-align: center;
	font-size: 20px;
	color: #666;
	margin-bottom: 20px;
}
.nav-cell-4 .list-box .rightBox img{
	max-width: 100%;
	margin: 0 auto;
}
.nav-cell-4 .list-box .rightBox .contentBox table{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
}
.nav-cell-4 .list-box .rightBox .contentBox table tr{
	border-bottom: 1px solid #e4e4e4;
}
.nav-cell-4 .list-box .rightBox .contentBox table tr:last-child{
	border-bottom: none;
}
.nav-cell-4 .list-box .rightBox .contentBox table td{
	padding: 10px 10px;
	border-right: 1px solid #e4e4e4;
}
.nav-cell-4 .list-box .rightBox .contentBox table td:last-child{
	border-right: none;
}
.nav-cell-4 .list-box .rightBox .next-and-prev{
	margin-top: 30px;
	border-top: 1px solid #f5f5f5;
	padding-top: 20px;
}
.nav-cell-4 .list-box .rightBox .next-and-prev .item{
	margin-top: 10px;
	text-align: right;
	color: #333333;
}
.nav-cell-4 .list-box .rightBox .next-and-prev .item a{
	color: #333333;
}
.nav-cell-4 .list-box .rightBox .next-and-prev .item a:hover{
	color: #2a81b7;
}

.nav-cell-5 .list-box .container{
	padding: 40px 40px 100px 40px;
}
.nav-cell-5 .item5-cell{
	position: relative;
	border: 1px solid #ededed;
	margin-top: 80px;
}
.nav-cell-5 .item5-cell:hover{
	/*transform: translateY(-30px);*/
}
.nav-cell-5 .item5-cell .item5-img{
	position: absolute;
	margin-top: -75px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.nav-cell-5 .item5-cell .item5-box{
	background-color: #f6f6f6;
	position: relative;
	height: 460px;
	text-align: center;
}
.nav-cell-5 .item5-cell .item5-box .title{
	padding-top: 100px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.nav-cell-5 .item5-cell .item5-box .desc{
	color: #9a9a9a;
	margin-top: 10px;
}
.nav-cell-5 .item5-cell .item5-box .phone{
	margin-top: 10px;
}
.nav-cell-5 .item5-cell .item5-box .phone span{
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	padding: 5px 15px;
}
.nav-cell-5 .item5-cell .item5-box .line span{
	width: 25%;
	height: 3px;
	background-color: #cccccc;
	display: inline-block;
	margin-top: 130px;
}
.nav-cell-5 .map{
	margin-top: 50px;
	width: 100%;
}
.page-box{
	text-align: center;
	padding-bottom: 50px;
}
.page-box a{
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
}
.page-box a:hover{
	background-color: #008aff;
	color: #fff;
}
.page-box .now-page{
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #008aff;
	color: #fff;
}

.footer{
	background-color: #3f3f3f !important;
}
.footer .foot-nav{
	border-bottom: 2px solid #444444;
}
.footer .foot-nav .container{

}
.footer .foot-nav ul{

}
.footer .foot-nav .foot-nav-item{
	color: #868686;
	margin-right: 30px;
	padding-bottom: 0.8rem;
	font-size: 1rem;
}
.footer .foot-nav .foot-nav-item a{
	color: #868686;
}
.footer .foot-nav .foot-nav-item a:hover{
	color: #fff;
}
.footer .copyright{
	color: #868686;
}
.footer .copyright a{
	color: #868686;
}
.footer .footer-text{
	color: #868686;
}
.footer .footer-title{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 10px;
}
.footer .foot-bottom{
	background-color: #333333;
}

.black2{
	color: #323232 !important;
}
@media (max-width: 991.98px)
{
	.swiper-section .swiper{
		width: 100%;
		height: 200px;
	}
	.container7-right .img-box{
		text-align: center;
	}
	.container7-right img{
		margin-left: 0;
		margin-top: 0;
	}
	.container7-bg{
		background-image: none !important;
		background-color: #2a81b7;
	}
	.footer .logo{
		text-align: center;
	}
}
@media (min-width: 992px)
{

}