﻿.col-sm-6{
	width: 50%;
	float: left;
	padding:0 15px;
}
.zoomy{
	position: absolute;
    display: none;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    border: 0;
    cursor: url(blank.gif), move;
    line-height: 100px;
    text-align: center;
    background-image: url(loading.gif);
    background-position: center;
    background-color: #fff;
    z-index: 1000;
}
.tiane_about_new {
    padding-bottom: 60px;
    overflow: hidden;
}
.tiane_about_new_b{
	/*margin-top: 40px;*/
    position: relative;
}
.tiane_about_new_zi{
	width: 60%;
    position: absolute;
    top: 20%;
    left: 25%;
}
.tiane_about_new_zi span{
	font-size: 20px;
	color: #ed6c00;
	font-weight: 700;
}
.tiane_about_new_zi a{
	display: block;
    font-size: 14px;
    font-weight: 700;
    color: #5c5c5c;
    margin-top: 15px;
}
.tiane_about_new_zi a:hover{
	text-decoration: underline;
}
.tiane_about_new_zi p {
    font-size: 16px;
    line-height: 23px;
    color: #666;
    margin: 0;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

.goodsNav{
			width: 100%;
			height: 130px;
			background-color: #ed6c00;
			font-weight: 700;;
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
		.goodsNav ul{
			display: flex;
			align-items: center;
			justify-content: flex-start;
		}
		.goodsNav ul li{
			cursor: pointer;
			margin-right: 4vw;
			font-size: 24px;
			color: #fff;
			letter-spacing: 1px;
		}
		.goodsNav ul li.under{
			    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
		}
		.goodsContent{
			margin-bottom: 80px;
		}
		.goodsBox{
			margin-top: 40px;
		}
		.goodsBox:nth-child(n+2){
			display: none;
		}
		.goodsBox>h6{
			font-size: 32px;
			color: #ed6c00;
			letter-spacing: 1px;
		}
		.goodsBox_con{
			margin-top: 40px;
		}
.goodsBox_con img{
    width: 100%;
}
		.goodsBox_con>*{
			max-width: 100%;
		}
		.goodsBox_con{
			font-size: 16px;
			line-height: 30px;
			color: #666;
			overflow: hidden;
		}
		.goodsList{
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			justify-content: flex-start;
		}
		.goodsList li{
			width: 30%;
			margin-right: 5%;
		}
		.goodsList li:nth-child(3n){
			margin-right: 0
		}
		.goodsList li:nth-child(n+4){
			margin-top: 40px;
		}
		.goodsList li a{
			padding: 20px;
			border-radius: 10px;
			border: 1px solid #d2d2d2;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.goodsList p{
			margin: 0;
			font-size: 20px;
			color: #4c4c4c;
		}







