.banner{
	background: #fff;
}
.banner .banner-box{
	width: 1200px;
	margin: 0 auto;
}
.banner .i-banner{
	width: 1025px;
	height: 385px;
	overflow: hidden;
	position: relative;
}
.banner .i-banner .banner-item{
	position: relative;
}
.banner .i-banner .banner-item li{
	width: 100%;
	height: 385px;
	display: none;
	/* position: absolute;
	top: 0;
	left: 0; */
}
.banner .i-banner .banner-item li a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .i-banner img{
	width: 100%;
	height: 100%;
}
.banner .i-banner .banner-slider{
	position: absolute;
	width: 985px;
	right: 0;
	height: 36px;
	margin: 0 auto;
	bottom: 0;
	left: 0;
}
.banner .i-banner .banner-slider li{
	background: rgba(144,154,164,.5);
	width: 155px;
	height: 100%;
	position: relative;
	margin-right: 11px;
}
.banner .i-banner .banner-slider li:last-child{
	margin-right:0 ;
}
.banner .i-banner .banner-slider li span{
	color: #fff;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	text-align: center;
	position: relative;
}
.banner .i-banner .banner-slider li em{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ff6000;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	bottom: 1px;
	left: 0;
	
}

.banner .i-banner .banner-slider li.cur em{
	height: 35px;
}
/* banner end */



/* 分类 */
.sm-fenlei{
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
}
.h2-title>p{
	font-size: 22px;
	color: #333333;
}
.h2-title>ul li{
	padding: 0 14px;
}
.h2-title>ul li p{
    font-size: 14px;
    color: #333333;
    display: block;
    height: 29px;
    position: relative;
    line-height: 29px;
}
.h2-title>ul li.sm-active p {
    color: #ff6000;
}
.h2-title>ul li.sm-active p::after {
    color: #ff6000;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ff6000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
}
.sm-fenlei>div{
	margin-top: 15px;
}

.sm-fenlei .sm-fl{
	width: 228px;
}
.sm-fenlei .sm-fl>a img{
	width: 228px;
	height: 310px;
}
.sm-fenlei .sm-fl>ul li{
	width: 109px;
	height: 54px;
	margin-top: 10px;
	margin-right: 10px;
	background: #fff;
}
.sm-fenlei .sm-fl>ul li:nth-child(2n){
	margin-right: 0;
}
.sm-fenlei .sm-fl>ul li a{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 54px;
	padding:0 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.sm-fenlei .sm-fr{
	width: 957px;
}
.sm-fenlei .sm-fl>ul li:hover{
	background: #ff6000;
}
.sm-fenlei .sm-fl>ul li:hover a{
	color: #fff;
}
.sm-fenlei .sm-fr ul{
	display: none;
}
.sm-fenlei .sm-fr ul:nth-child(1){
	display: block;
}
.sm-fenlei .sm-fr ul li{
	/* margin-right: 10px; */
/* 	height: 310px; */
    width: 228px;
    background: #fff;
    padding: 0 0 10px;
    box-sizing: border-box;
    margin-right: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    z-index: 1;
}
.sm-fenlei .sm-fr ul li:nth-child(4n){
	margin-right: 0;
}
.sm-fenlei .sm-fr ul li:nth-child(1),
.sm-fenlei .sm-fr ul li:nth-child(2),
.sm-fenlei .sm-fr ul li:nth-child(3),
.sm-fenlei .sm-fr ul li:nth-child(4){
	margin-bottom: 10px;
}
.sm-fenlei .sm-fr ul li:hover{
	box-shadow: 0 15px 30px rgba(0,0,0,0.2);
	z-index: 2;
}
.sm-fenlei .sm-fr ul li img{
	display: block;
	width: 100%;
	height: 228px;
	margin: 0 auto;
}
.sm-fenlei .sm-fr ul li .intro{
	margin-top: 10px;
    width: 100%;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding: 0 20px;
    height: 38px;
}
.sm-fenlei .sm-fr ul li .price{
	font-size: 16px;
    margin-top: 5px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #ff6000;
    font-weight: bold;
}
.sm-fenlei .sm-fr ul li .price span{
	font-size: 12px;
    color: #ff6000;
}




/* 右侧悬浮 */
.right-fiexd{
	width: 50px;
	background: #3b3b3b;
	position: fixed;
	right: 290px;
    top: 8%;
	padding-bottom: 15px;
	z-index: 111;
	display: none;
}
.right-fiexd ul li{
	height: 43px;
	padding: 5px 10px;
	box-sizing: border-box;
}
.right-fiexd ul li:hover{
	cursor: pointer;
}
.right-fiexd ul li span{
	display: block;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}
.right-fiexd ul li.cur{
	background: #ff6000;
}
.right-fiexd>ul>a img{
	width: 15px;
	height: 9px;
	display: block;
	margin: 9px auto 5px;
}
.right-fiexd>ul>a p{
	text-align: center;
	font-size: 12px;
	color: #ff6000;
}


.our-server{
	margin-top: 100px;
}










@media screen and (max-width: 1780px){
	.right-fiexd{
		right: 340px;
	}
}

@media screen and (max-width: 1780px){
	.right-fiexd{
		right: 165px;
	}
}

@media screen and (max-width: 1680px){
	.right-fiexd{
		right: 156px;
	}
}

@media screen and (max-width: 1560px){
	.right-fiexd{
		right: 90px;
	}
}

@media screen and (max-width: 1440px){
	.right-fiexd{
		right: 13px;
	}
}


@media screen and (max-width: 1366px){
	.right-fiexd{
		right: 0;
	}
}

@media screen and (max-width: 1280px){
	.right-fiexd{
		right: 0;
	}
}