@charset "utf-8";
.idx_hover:hover{
	color: #4c76ff;
}
.hd1{
	line-height: 40px;
	color: #666;
	font-size: 12px;
}
.hd1 a{
	color: #666;
}
.hd1 a:hover{
	color: #4C76FF;
}
.hd2{
	height: 90px;
	background: #252525;
}
.logo{
	display: inline-block;
	height: 40px;
	margin-top: 25px;
	margin-right: 80px;
}
.logo img{
	display: block;
	height: 100%;
}
.nav span{
	display: block;
	position: relative;
	line-height: 90px;
	float: left;
	font-size: 16px;
	margin-left: 35px;
}
.nav span a.nava{
	color: #b4b4b4;
}
.nav span:hover a.nava{
	color: #4C76FF;
}
.navhide{
	width: 150px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	top: 75%;
	padding: 5px 0;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	z-index: 999;
}
.nav span:hover .navhide{
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	display: block;
	line-height: 40px;
	color: #666;
	font-size: 15px;
}
.navhide a:hover{
	color: #4C76FF;
}
.navhide i{
	background: #fff;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: -4px;
	transform:rotate(45deg);
}
.search{
	width: 260px;
	display: flex;
	margin-top: 25px;
}
.search .ipt1{
	flex: 0;
	flex-grow: 1;
	background: #343434;
	color: #b0b0b0;
	padding: 0 10px;
}
.search .ipt2{
	width: 40px;
	height: 40px;
	background: url(../images/search.png) no-repeat center #343434;
	cursor: pointer;
	background-size: 40%;
}
.bnbg{
	background: url(../images/bnbg.jpg) no-repeat center;
	height: 700px;
	padding: 70px 0;
}
.bnbox_show{
	box-shadow: 0 0 50px rgba(0,0,0,.4);
}
.swiper-pagination-bn{
	width: 100%;
	text-align: center;
	left: 0;
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.swiper-pagination-bn .swiper-pagination-bullet{
	width: 4px;
	height: 4px;
	background: #909fcd;
	border-radius: 4px;
	display: inline-block;
	margin: 0 4px;
	opacity: 1;
	transition: .25s;
}
.swiper-pagination-bn .swiper-pagination-bullet-active{
	width: 84px;
    height: 2px;
    background: #fff;
}
.swiper-button-prev-bn{
	display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 108px;
    background: url(../images/banner_btn.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 0;
    margin-left: -130px;
    z-index: 99;
    transition: top .5s;
    -webkit-transition: top .5s;
}
.swiper-button-next-bn{
	display: inline-block;
    vertical-align: top;
    width: 72px;
    height: 108px;
    background: url(../images/banner_btn.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    right: 0;
    margin-right: -130px;
    z-index: 99;
    transition: top .5s;
    -webkit-transition: top .5s;
    transform:rotate(180deg);
}
.bntxt{
	width: 100%;
	padding: 30px 50px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
	transition: .5s;
}
.bntxt h3{
	font-size: 20px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.bntxt p{
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.bnimg:hover .bntxt{
	bottom: 50px;
}
.bni{
	font-size: 12px;
	background: #4C76FF;
	color: #fff;
	padding: 5px 15px;
	margin: 10px;
}
.md{
	padding: 65px 0;
}
.mdl{
	width: 65%;
}
.mdr{
	width: 30%;
}
.md_title{
	display: flex;
	align-items: center;
}
.mttl h3{
	font-size: 24px;
    color: #474747;
    line-height: 30px;
}
.mttl i{
	margin-top: 10px;
	display: block;
    width: 35px;
    height: 2px;
    background: #474747;
}
.mttr{
	flex: 0;
	flex-grow: 1;
	text-align: right;
}
.mttr a{
    font-size: 12px;
	display: inline-block;
}
.mttr a span{
	display: inline-block;
	width: auto;
	padding: 0 10px;
    height: 22px;
    border: 1px solid #ebebeb;
    border-right: none;
    color: #949493;
    line-height: 18px;
    transition: .25s;
}
.mttr a i{
	display: inline-block;
    font-style: normal;
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #fff;
    background: #474747;
    text-align: center;
    transition: .25s;
}
.mttr a:hover{
	color: #4C76FF;
}
.mttr a:hover span{
	border: 1px solid #4C76FF;
	border-right: 0;
	color: #4C76FF;
}
.mttr a:hover i{
	background: #4C76FF;
}
.mdla{
	padding: 25px 0;
	border-bottom: 1px solid #EBEBEB;
	display: flex;
	color: #474747;
}
.mdla:hover{
	color: #4C76FF;
}
.mdla:last-child{
	border-bottom: 0;
}
.mdla .img{
	width: 205px;
	height: 125px;
	overflow: hidden;
	margin-right: 20px;
}
.mdla .txt{
	flex: 0;
	flex-grow: 1;
}
.mdla .txt h3{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mdla .txt p{
	color: #aeaead;
}
.mdla .txt p.active{
	color: #666565;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0;
}
.morea a{
	display: block;
	font-size: 15px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    height: 58px;
    line-height: 58px;
    border: 1px solid #ebebeb;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #999999;
}
.morea a:hover{
	background: #F8F8F8;
	box-shadow: 0 0 32px rgba(0,0,0,.05);
}
.mdr1a{
	display: flex;
	margin-bottom: 20px;
}
.mdr1a .img{
	width: 115px;
	height: 90px;
	overflow: hidden;
	margin-right: 15px;
}
.mdr1a .txt{
	flex: 0;
	flex-grow: 1;
}
.mdr1a .txt h3{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: normal;
}
.mdr1a .txt h3 i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 4px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mdr1a .txt p{
	font-size: 14px;
    color: #838383;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mdr1a .txt p,.mdr1a .img{
	display: none;
}
.mdr1a_active .txt h3{
	height: auto;
	max-height: 46px;
	line-height: 23px;
	font-size: 15px;
	font-weight: bold;
	-webkit-line-clamp: 2;
}
.mdr1a_active .txt h3 i{
	display: none;
}
.mdr1a_active .txt p,.mdr1a_active .img{
	display: block;
}
.mdr1a:hover{
	color: #4C76FF;
}
.mdr2a{
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}
.mdr2a:last-child{
	border-bottom: 0;
}
.mdr2a h3{
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mdr2a h3 i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #ccc;
	border-radius: 4px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.mdr2a p{
	color: #999;
	font-size: 13px;
	margin-top: 5px;
}
.mdr2a:hover{
	color: #4C76FF;
}
.foot{
	background: #2b2b33;
	color: #ccc;
}
.ft1{
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 25px 0;
}
.ft1_title h3{
	font-size: 16px;
	display: inline-block;
}
.ft1_title i{
	width: 32px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	margin-top: -3px;
}
.ft1a a{
	color: #ccc;
	font-size: 12px;
}
.ft1a a:hover{
	color: #4C76FF;
}
.ft1a i{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #999;
	margin: 0 10px;
	vertical-align: middle;
	margin-top: -2px;
}
.ft1a i:last-child{
	display: none;
}
.ft2{
	padding: 10px 0;
	line-height: 30px;
	font-size: 12px;
}
.ft2 a{
	color: #4C76FF;
	margin-left: 5px;
}
.ft2 a:hover{
	text-decoration: underline;
}







@media only screen and (min-width:768px) and (max-width:1199px) {
	
}
@media only screen and (max-width:950px) {
	.search{
		width: 100%;
	}
	.swiper-button-next-bn,.swiper-button-prev-bn{
		display: none;
	}
	.ft1a i{
		display: none;
	}
	.ft1a a{
		display: inline-block;
		margin: 0 7px;
		line-height: 25px;
	}
	.ft1a{
		margin-top: 10px;
	}
	.ft1_title h3{
		font-size: 15px;
	}
	.ft1{
		padding: 15px 0;
	}
	.ft2{
		line-height: 22px;
	}
	.bnbg{
		height: auto;
		padding: 15px 0;
		padding-bottom: 30px;
		background-size: cover;
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet-active{
		width: 45px;
	}
	.bni{
		padding: 3px 5px;
	}
	.bntxt{
		padding: 20px;
		bottom: 0 !important;
	}
	.bntxt h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.bntxt p{
		font-size: 12px;
	}
	.md{
		padding: 20px 0;
	}
	.mdl,.mdr{
		width: 100%;
	}
	.mttl h3{
		font-size: 16px;
	}
	.mttl i{
		width: 30px;
		margin-top: 5px;
	}
	.mdla{
		padding: 15px 0;
	}
	.mdla .img{
		width: 95px;
		height: 65px;
		margin-right: 15px;
	}
	.mdla .txt p.active{
		display: none;
	}
	.mdla .txt h3{
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 20px;
		max-height: 40px;
		margin-bottom: 5px;
		-webkit-line-clamp: 2;
	}
	.morea{
		margin-top: 0;
	}
	.morea a{
		line-height: 38px;
		height: 40px;
	}
	.mdr{
		margin-top: 20px;
	}
	.mdr1a_active .txt h3{
		font-size: 14px;
	}
}