#header{
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 150;
    left: 0px;
    margin-top: 0px;
    padding: 0px;
    background: #fff;
    height:70px;
}
.logo{
	padding:8px 0 !important;
}
.logo img{
	width: calc(100% - 16px);
	height: 100%;
}

.head-item{
	height:70px;
	line-height: 70px;
	cursor:pointer;
	font-weight:600;
	position: relative;
	text-align:center;
}

.head-item:hover{
	color:#65a3ff;
}

.head-item::after {
	content: "";
	position: absolute;
	left: 20%;
	bottom: 15px;
	height: 2px;
	width:60%;
	background-color: #65a3ff;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out;
}

.head-item:not(:last-child):hover::after {
	visibility: visible;
	transform: scaleX(1);
}

#carouselExampleIndicators{
	margin-top: 70px;
}
.carousel-item img{
	width:100%;
	height:250px;
}

.nex_mov_intel_txt {
    height: 42px;
}

.nex_mov_intel_txt h5 {
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    color: #333;
    font-weight: 500;
    padding-left: 0px;
}
.nex_mov_intel_txt h5 span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-left: 15px;
    line-height: 45px;
}
.nex_mov_intel_roll {
    float: left;
    margin-left: 30px;
}
.nex_mov_intel_roll ul {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
}
.nex_mov_intel_roll ul li {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-top: 15px;
    list-style: none;
}
.nex_mov_intel_roll ul li a {
    font-size: 14px;
    color: #666;
}
.nex_mov_intel_roll ul li.nex_speline {
    display: block;
    float: left;
    width: 1px;
    height: 12px;
    background: #eee;
    margin: 22px 10px 0 10px;
}
.nex_mov_intel_more {
    float: right;
}
.nex_mov_intel_more a {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 16px;
    font-size: 14px;
    color: #666;
    padding-right: 12px;
    background: url(../../img/right.png) right center no-repeat;
}

.center-2-item{
	width:calc(20% - 12px);
	height: 130px;
	margin-right:12px;
	background-size: contain;
	position: relative;
	border-radius:4px;
}
.center-2-item .text-overlay {
	position: absolute;
	top: 60%; /* 定位到图片的中间 */
	left: 50%;
	transform: translate(-50%, -50%); /* 精确居中 */
	color: white;
}

.center-3-item{
	width: calc(15.7% - 8px);
	margin-left: 8px;
	height: 130px;
}

.center-4-item{
	width: calc(20% - 8px);
	margin-right: 8px;
	height: 370px;
}
.center-4-item img{
	height: calc(100% - 50px);
}

.center-5-item{
	height:280px;
}

.center-5-item .title{
	height:30px;
	line-height:30px;
	color:#fff;
}

.center-5-item .item{
	height:25px;
	line-height:25px;
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的内容 */
	text-overflow: ellipsis; /* 溢出内容显示为省略号 */
	cursor: pointer;
}

.center-6-item .title{
	height:35px;
	line-height:35px;
	font-size:24px;
}



/* .#009688; */

.center-7-item{
	width: calc(20% - 8px);
	margin-right: 8px;
	height: 370px;
}
.center-7-item img{
	height: calc(100% - 50px);
}

.center-8-item{
	width: calc(20% - 8px);
	margin-right: 8px;
	height: 370px;
}
.center-8-item img{
	height: calc(100% - 50px);
}

/* 公共样式 */
.flex{
	display: flex;
}
.border-1{
	border:1px solid #cecece;
	border-radius:4px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.text-right{
	text-align: right;
}
.pr-12{
	padding-right: 12px;
}
.none{
/* 	display: none; */
}
.w-full{
	width: 100%;
}
.w-50{
	width: 50%;
}
.h-full{
	height: 100%;
}
a{
	text-decoration: none !important;
}
.mt-12{
	margin-top: 4px;
}
.mt-24{
	margin-top: 24px !important;
}
.mt-36{
	margin-top: 36px !important;
}
.mt-48{
	margin-top: 48px !important;
}
.p-12{
	padding:12px;
}
.p-24{
	padding:24px;
}
.pl-0{
	padding-left:0px !important;
}
.pl-12{
	padding-left:12px !important;
}
.pr-24{
	padding-right: 24px  !important;
}
.pr-16{
	padding-right: 16px  !important;
}
.pr-12{
	padding-right: 12px  !important;
}
.pr-8{
	padding-right: 8px  !important;
}

.b-radiu{
	border-radius: 5px;
}
.b-radiu-2{
	border-radius: 2px;
}