#nav_tem .w-nav>li:first-child {
	background: #484847;
}
/* 产品中心 start */
.product{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-color: #f8f8f8;
}
.product .w h1{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px;
}
.product .w ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product .w ul li{
	width: 32.5%;
	overflow: hidden;
	margin-bottom: 10px;
}
.product .w ul li img{
	width: 100%;
	transition: all 0.5s;
}
.product .w ul li:hover img{
	transform: scale(1.2);
}
.product .w ul li p{
	line-height: 48px;
	color: #fff;
	background-color: #FBB900;
	position: relative;
	transition: all 0.5s;
	text-align: center;
    font-size: 16px;
}
.product .w ul li:hover p{
	background-color: #484847;
}
.product .w>a{
	width: 175px;
	line-height: 48px;
	display: block;
	text-align: center;
	border: 1px solid #484847;
	color: #484847;
	margin: 30px auto 0;
	transition: all 0.5s;
}
.product .w>a:hover{
	background-color: #FBB900;
	border: 1px solid #FBB900;
	color: #fff;
}
/* 产品中心 end */
/* 公司介绍 start */
.about{
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
    background-image:url(/assets/image/about_bg.jpg);
	background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;		
}
.about::before {
	position: absolute;
	top: 0;
	left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .85;
    display: block;
}
.about .w{
	position: relative;
	z-index: 1;
}
.about .w h1{
	font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
	color: #fff;
}
.about .w p{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    width: 90%;
    margin: auto;
    text-align: center;
}
.about .w>a{
	width: 175px;
    line-height: 48px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 50px auto 0;
    transition: all 0.5s;
}
.about .w>a:hover{
	background-color: #FBB900;
	border: 1px solid #FBB900;
}
/* 公司介绍 end */

/* 行业应用 start*/
.appli{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background-color: #FBB900;
}
.appli .w>h1{
	font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px;
}
.appli .w ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.appli .w ul li{
	width: 32.5%;
	margin: 5px 0;
	background-color: #fff;
	overflow: hidden;
}
.appli .w ul li img{
	width: 100%;
	transition: all 0.5s;
}
.appli .w ul li:hover img{
	transform: scale(1.2);
}
.appli .w ul li a>div{
	padding: 20px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.appli .w ul li a>div h3{
	font-size: 18px;
	margin: 0 0 6px;
    font-weight: bold;
	transition: all 0.5s;
}
.appli .w ul li:hover a>div h3{
	color: #FBB900;
}
.appli .w ul li a>div p{
	font-size: 14px;
	line-height: 28px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*控制行数*/
	overflow: hidden;
	color: #666;
}
.appli .w ul li a{
	color: #333;
}
.appli .w ul li a>div span{
	display: block;
	margin-top: 10px;
	color: #FBB900;
}
.appli .w>a{
	width: 175px;
    line-height: 48px;
    display: block;
    text-align: center;
    border: 1px solid #484847;
    color: #484847;
    margin: 30px auto 0;
    transition: all 0.5s;
}
.appli .w>a:hover{
	background-color: #484847;
	color: #fff;
}
/* 行业应用 end */

/* 新闻资讯 start */
.news{
	width: 100%;
	overflow: hidden;
	margin: 60px 0 100px;
}
.news>h1{
	font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 25px;
}
.news .w{
	display: flex;
	justify-content: space-between;
}
.news .w .new_left{
	width: 47%;
    background: url(/assets/image/new_img.jpg) no-repeat center;
    background-size: 100%;
}
.news .w .new_right{
	width: 50%;
    overflow: hidden;
    margin: 0;
}
.news .w .new_right li{
    margin-bottom: 28px;
}
.news .w .new_right li:last-of-type{
	margin: 0;
}
.news .w .new_right li:nth-of-type(2){
	padding: 20px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.news .w .new_right li h3{
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}
.news .w .new_right li h3 a{
    max-width: 75%;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s;
}
.news .w .new_right li h3 a:hover{
    color: #FBB900;
}
.news .w .new_right li h3 span{
    font-size: 13px;
    color: #9d9b9b;
}
.news .w .new_right li p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}
.news .w .new_right li>a{
    width: 115px;
    line-height: 34px;
    display: block;
    text-align: center;
    border: 1px solid #cbcbcb;
    transition: all 0.5s;
    color: #999;
}
.news .w .new_right li>a:hover{
    background: #FBB900;
    border: 1px solid #FBB900;
    color: #fff;
}
/* 新闻资讯 end */

@media(max-width:768px){
    .product {
        padding: 30px 0;
    }
    .product .w h1 {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .product .w ul li {
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .about {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        position: relative;
        background-image: url(/assets/image/about_bg.jpg);
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: cover;
    }
    .about .w h1 {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px;
        color: #fff;
    }
    .about .w p {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        width: 100%;
        margin: 0 auto 10px;
        text-align: left;
    }
    .appli {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        background-color: #FBB900;
    }
    .appli .w>h1 {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px;
    }
    .appli .w ul li {
        width: 100%;
        margin: 5px 0;
        background-color: #fff;
        overflow: hidden;
    }
    .news {
        width: 100%;
        overflow: hidden;
        margin: 30px 0;
    }
    .news>h1 {
        font-size: 25px;
        text-align: center;
        font-weight: bold;
        margin: 0 0 15px;
    }    
    .news .w {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .news .w .new_left {
        width: 100%;
        background: url(/assets/image/new_img.jpg) no-repeat center;
        background-size: 100%;
        height: 220px;
    }
    .news .w .new_right {
        width: 100%;
        overflow: hidden;
        margin: 30px 0 0;
    }
}