body{
	background: #f4f4f4;
}
.x-nav {
	width: 100%;
	position: relative;
	height: 425px;
	overflow: hidden;
	background: #ccc
}

.x-nav .x-nav-musk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .58;
	z-index: 9
}

.x-nav .x-nav-content {
	width: 1200px;
	position: relative;
	height: 425px;
	margin: 0 auto;
	z-index: 19
}

.x-nav .x-nav-content .x-nav-content-mk {
	padding-top: 150px;
    text-align: center;
}

.x-nav .x-nav-content .x-nav-content-mk h2 {
	display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
}

.x-nav .x-nav-content .x-nav-content-mk span {
	display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 58px;
    line-height: 1.3;
    font-weight: 400;
}

.x-nav video {
	position: absolute;
    width: 1920px;
    left: 50%;
    top: -260px;
    margin-left: -960px;
}
.slideTxtBox{
	margin: 70px auto 40px;
 	width:1200px;  
 	text-align:left;  
}
.slideTxtBox .hd{
	display: flex;
	justify-content: left;
	height:40px; 
	line-height:30px;
}
.slideTxtBox .hd li a{ 
	display: block;
	background: #fff;
    color: #8c8c8c;
	text-align: center;
	font-size: 14px;
    font-weight: 400;
    border-radius: 40px;
	line-height: 40px;
	width: 117px;
    height: 40px;
    background: #fff;  
    cursor: pointer;
	margin-right: 30px;
}
.bd_nei{
	zoom:1;  
}
.bd_nei li{ 
    margin-right: 10px;
	width: 390px;
    height: 486px;
    background-color: #fff;
    margin-top: 45px; 
	line-height:24px;  
	position: relative;
	overflow: hidden; 
    transition: all 0.3s linear 0s;
}
.bd_nei li:hover{
	box-shadow: 0px 5px 30px #999;
    margin-top: 34px;
    transform: translate3d(0,-6px,0);
}
.bd_nei{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.bd_nei li span{
	position: absolute;
    width: 110px;
    height: 110px;
    left: -60px;
    top: -60px;
    background: #fe3509;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: my_font;
    text-transform: uppercase;
    z-index: 5;
    line-height: 187px;
    text-align: center;
    transform: rotate(-45deg);
}
.bd_nei li a img{
	width: 100%;
    transition: .2s linear !important;
}
.bd_nei li:hover img{
	transform: scale(1.05) translateZ(0);
}
.bd_text{
	padding: 0 20px;
    height: 215px;
    position: relative;
}
.text_nei{
	/* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 32px;
}
.text_nei h1{
	font-size: 18px;
    font-weight: 600;
    color: #333333;
	margin-bottom: 15px;
}
.text_nei p b{
	display: inline-block;
    padding: 0px 9px;
    border-radius: 5px;
    font-size: 12px;
	margin-bottom: 15px;
}
.nnz{
	color: #ff0000;
    background-color: rgba(255,229,229.7);
}
.jnzs{
	color: #0066ff;
    background-color: rgba(216,240,252,.7);
}
.bkxl{
	color: #248c00;
    background-color: rgba(217,237,210,.7);
}
.jy{
	color: #7053E3;
    background-color: rgba(229,225,245,.7);
}
.js_nei{
	font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 25px;
    transition: .3s linear;
}
.bd_nei li:hover .js_nei{
	margin-top: 0;
    color: #999;
}
.btn{
	display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    padding: 0 34px;
}
.btn a{
	display: none;
    width: 127px;
    height: 38px;
    background-image: linear-gradient( #ee7600, #ee7600), linear-gradient( #3b3b3b, #3b3b3b);
    background-blend-mode: normal, normal;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
@keyframes al{
    0%{
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
    }
    100%{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    }
}
.btn a:nth-child(2) {
    background: none;
    border: solid 1px #d0cfcf;
    color: #3b3b3b;
}
.bd_nei li:hover .btn a{
	display: flex;
}
.animated{
    animation-duration: 1s;
    animation-fill-mode: both;
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInLeft{
    0% {
    transform: translate3d(-100%,0,0);
    visibility: visible;
    }
    100% {
    transform: translateZ(0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInRight{
    0% {
    transform: translate3d(100%,0,0);
    visibility: visible;
    }
    100% {
    transform: translateZ(0);
    }
}