[v-cloak] {
	display: none
}
a{
	color: #fff;
    cursor: pointer;
}
a:hover{
	color: #fff;
	text-decoration: none;
}
.headerA{
	margin-left:20px;
}
.sup-header {
	height: 38px;
	width: 100%;
	background: #f8f8f8;
	border-bottom: 1px solid #DDD
}

.sup-header .box {
	margin: 0 auto;
	width: 1200px;
}

.sup-header .box .col-sm-3 {
	padding: 0
}

.sup-header .box .col-sm-3 img {
	margin-top: 8px;
	height: 22px;
	display: inline-block
}

.sup-header .box .col-sm-9 {
	padding: 0;
	line-height: 37px
}

.sup-header .box .col-sm-9 .pull-right {
	margin-left: 20px;
	color: #666;
	font-size: 12px
}

.sup-header .box .col-sm-9 a {
	text-decoration: none;
	color: #666;
	font-size: 12px
}

.substation {
	background: white;
	position: relative;
}
#main{
	background: #f9f9f9;
}
.substation .sub-box {
	position: relative;
	width: 1200px;
	height: 120px;
	padding:15px 0;
	margin: 0 auto;
	background: url('../img/news/tu.png') no-repeat bottom right;
	-webkit-background-size: contain;
	background-size: contain;
}
.search{
	width:460px;
	height:36px;
	margin:28px 0 0 60px;
	border:2px solid #ff5928;
	border-radius: 5px;
}
.search input, .search select{
	border:none;
	outline:none;
	float: left;
	height:100%;
	outline:none;
	text-indent:10px;
}
.search input{
	width:280px;
	background: none;
}
.search select{
	height:22px;
	border-right:1px solid #ddd;
	color: #666;
	margin:5px 0;
	width:90px;
	background: none;
}
.search button{
	float: right;
	outline:none;
	border:none;
	background: #ff5928;
	width:70px;
	height:100%;
	font-size:14px;
	color: #fff;
}
.navs{
	width:100%;
	height:40px;
	background: #ff5928;
	color: #fff;
}
.navs ul{
	width:1200px;
	margin:0 auto;
	height:100%;
	padding:0;
}
.navs ul li{
	text-align: center;
	width:120px;
	height:100%;
	float: left;
	list-style: none;
	line-height:40px;
	color: #fff;
	cursor: pointer;
	font-size:16px;
}
.navs ul .active{
	background: #ff9477;
}
.navs a{
	display: block;
	height:100%;
	width:100%;
}
.banner{
	width:100%;
	height:460px;
	background: #eee;
}
.content {
	width:1200px;
	margin:0 auto;
	display: inline-block;
	min-height:500px;
}
.content .title{
	height:110px;
	padding:55px 0 15px;
	line-height:40px;
	font-size:24px;
	color: #333;
}
.title .textOne{
	font-weight:bold;
	color: #ff5926;
}
.title .textTwo{
	font-size:14px;
	color: #666;
}
.content .advertisement{
	height:200px;
	width:100%;
	background: #ddd;
}
.content .products{
	background-color: white;
	margin:0;
	padding: 25px;
	border-top: 2px solid #ff5928;
	padding-bottom: 10px;
}
.content .advLink{
	display: block;
	height:100%;
	width:100%;
}
.content .col-md-3{
	padding:0;
	width:260px;
	height:462px;
	margin-right:20px;
	-webkit-box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
	box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
}
.content .col-md-9{
	padding:0;
	width:870px;
}
.content .col-md-4{
	padding:0;
	width:276px;
	height:230px;
	margin-right:20px;
}
.content .col-md-4:nth-of-type(3n){
	margin-right:0;
}
.content .col-md-4 .product{
	background: #fff;
	height:100%;
	-webkit-box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
	box-shadow:  0 0 25px 2px rgba(0,0,0,0.1);
	cursor: pointer;
}
.content .col-md-4 .image{
	height:160px;
	width:100%;
	background:#ddd;
}
.content .col-md-4 .name{
	height:38px;
	line-height:38px;
	font-size:14px;
	color: #333;
	font-weight:bold;
	width:100%;
	padding:0 10px;
	white-space:nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.content .col-md-4 .price{
	font-size:14px;
	color: #ff5926;
	font-weight:bold;
	text-align: right;
	padding-right:10px;
}
.col-md-4:nth-of-type(1),.col-md-4:nth-of-type(2),.col-md-4:nth-of-type(3){
	margin-bottom:20px;
}
.content .product:last-child{
	margin:0;
}
.content .goods{
	height:230px;
	padding:70px 30px;
	background: #fff;
}
.content .goods{
	margin:0;
	display: -webkit-flex; /* Safari */
	display: flex;
	overflow: auto;
}
.content .good{
	flex:1.0;
	-webkit-flex: 1.0;
	-moz-flex: 1.0;
}
.good .img{
	display: block;
	height:60px;
	width:110px;
	margin:0 auto;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}
.good p{
	padding:10px 10px 0;
	text-align: center;
	margin:0;
	line-height:26px;
	height:62px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bottom{
	height:50px;
	line-height:50px;
	background: #3a3c3c;
	color: #fff;
	padding:0 38px;
	font-size: 12px;
	margin-top:40px;
}
.bottom .pull-left{
	margin-right:50px;
}
