.divide-panel{
	background: #f5f5f5;
	height: 20px;
}
.search-list{
	color: #666666;
	font-size:12px;
}
.search-list ol{
	float: left;
	line-height: 50px;
    list-style: none;
    width: 888px;
}
.search-list ol img{
	margin: 0 10px;
}
.search-list li{
	display: inline-block;
}
.brmenu .sub-menu,.thirdbrmenu .sub-third-menu{
    border: 1px solid #F92B20;
    padding: 1px 8px;
    color:#f92b20;
}
.total-pro{
	float: left;
	line-height: 50px;
	width: 120px;
}
.search-list .input-group{
	width: 180px;
	line-height: 50px;
	margin-top: -10px;
}
.search-list .form-control{
	border-radius: 0px;
	border: 1px solid #f92b20;
	font-size: 12px;
	height: 26.7px;
}
.search-list .form-control:focus{
	border-color: #f92b20;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0px #f92b20;;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0px #f92b20;
	
}
.search-list .input-group-addon{
	background-color: #f92b20;
    border: 1px solid #f92b20;
    color: #ffffff;
    border-radius: 0px;
    font-size: 12px;
    padding: 4px 8px;
    cursor: pointer;
	height: 27px;
}

.content-panel{
	background: #ffffff;
	min-width: 1200px;
}
.info-wid{
	width: 1200px;
    margin: auto;
}

.product-list{
	font-size: 16px;
	height: 36px;
    line-height: 36px;
    color: #fff;
    background: #f92b20;
    position: relative;
}
.sub-list{
	position: absolute;
    width: 1200px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: center;
    background: #ffffff;
    z-index: 1000;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    color: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.sub-list span{
	display: inline-block;
	padding: 0 20px;
    cursor: pointer;
}
.sub-list span.active{
	color: #f92b20;
}
.sub-panel{
	display: inline-block;
	padding: 10px;
}

.sub-list ul{
    float: left;
	width:150px;
	text-align: left;
    padding-left: 30px;
}
.sub-list ul li{
	line-height: 28px;
	font-size: 14px;
	cursor: pointer;
	color: #777272;
}
.sub-list ul li.sub-second{
	color: #f92b20;
	font-size: 16px;
}
.sub-list ul h2{
	color: #f92b20;
}

.product-list li{
	float: left;
	width: 115px;
    text-align: center;
    position: relative;
}
.product-list li.canclick{
	cursor: pointer;
}
.product-list li:first-child{
	margin-right: 25px;
    width: 200px;
    background-color: #e6180e;
}
.product-list li.active:after{
    content:"";
	display:block;
	width:0;
	height:0;
	border:5px solid #f92b20;
	border-bottom-color:#ffffff;
	position:absolute;
	bottom:0px;
	left:45%;
}
.sort-panel{
	margin-top: 20px;
}

.sort-list{
	border:1px solid #e3e3e3;
	width: 182px;
	margin-right: 15px;
	margin-top: -10px;
}
.sort-list li{
	color: #695959;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
	padding: 7px 0;
    font-size: 12px;
	float: left;
	width: 60px;
    text-align: center;
}
.sort-list li:last-child{
	border-right:none;
}
.sort-list li.active{
	color: #f92b20;
	background: #F7CCCC;
}
.server-area{
	line-height: 29px;
	margin-top: -10px;
}
.server-area select{
	width: 80px;
	height: 24px;
}
/*产品陈列开始*/
.product-img{
	width: 320px;
    height: 195px;
    padding: 20px;
    border: 1px solid #e3e3e3;
    border-right: none;
}
.droduct-list-pan{
	width: 880px;
	height: 195px;
	border: 1px solid #e3e3e3;
	border-left: none;
	padding: 20px 280px 20px 20px;
	position: relative;
}
.pro-list li{
	margin-top: 20px;
}
.pro-list .title:hover{
	color: #fb4545;
}
.droduct-list-pan .title{
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 15px;
}
.sub-detail{
	color: #695959;
	margin-bottom: 15px;
}
.sub-detail img{
	margin-right: 8px;
}
.pro-content{
	line-height: 23px;
}
.comment-sum{
	display: none;
	font-size: 12px;
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.comment-sum .red-sum{
	color: #e6180e;
	margin: 0 40px 0 8px;
	font-weight: bold;
}
.comment-sum .blue-sum{
	color: #225dbc;
	margin-left: 8px;
	font-weight: bold;
}
.droduct-list-right{
	position: absolute;
    width: 280px;
    height: 125px;
    right: 0;
    top: 60px;
    text-align: center;
}
.det-price{
	color: #222222;
	font-size: 12px;
	font-weight: bold;
}
.detail-btn-panel{
	margin-top: 20px;
}
.btn-detail-primary{
	border-radius: 0;
	background-color: #f92b20;
	color: #ffffff !important;
	outline: none !important;
	border-color: transparent;
	width:100px;
	height:32px;
	font-size: 16px;
}
.btn-detail-primary:hover{
	background-color: #fb4545;
}
.btn-detail-primary[disabled]{
	background-color: #BBB4B4;
}


/*产品陈列结束*/
/*modal开始*/
.ths-modal .close{
	display: block;
}

.close:hover, .close:focus{
	opacity: 1;
    filter: alpha(opacity=100);
}
.close{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-content{
	border-radius: 0px;
}
.ths-modal .modal-content{
	width: 602px;
}
.ths-modal .modal-title{
	font-size: 18px;
    color: #000000;
}

.form-panel{
	padding: 15px 87px;
}
.inp-list{
	padding: 10px 0;
}
.inp-list input{
	width: 300px; 
	height: 40px;
	padding: 0 10px;
}
.inp-list span{
	width: 93px;
    display: inline-block;
    font-size: 16px;
    color: #000000;
}
.btn-sub-panel{
	padding: 20px 0;
	text-align: center;
}
.modal-xq{
	width: 93px;
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
}
.btn-zj-primary{
	border-radius: 0;
	background-color: #f92b20;
	color: #ffffff !important;
	outline: none !important;
	border-color: transparent;
	width:300px;
	height:40px;
	font-size: 14px;
}
.btn-zj-primary:hover{
	background-color: #fb4545;
}
.btn-default-primary{
    background-color: #fff;
    color: #f92a20;
    width: 100px;
    border: 1px solid #f92a20;
}
.btn-default-primary:hover{
    color: #fb4545;
}
/*modal结束*/

/*新版服务商城*/
.service-mall{
	background: #f5f5f5;
	padding-bottom: 90px;
}
.service-mall .container{
	width: 1160px !important;
	padding: 0px !important;
}
.col-total-product{
	font-weight: bold;
}
.page-row{
	padding: 30px 0px 15px;
}
.service-menu{
	background: #d6d6d6;
	width: 75px;
}
.service-menu li{
	padding: 0px 10px;
	width: 75px;
	height: 75px;
	font-size: 16px;
	color: #787878;
	text-align: center;
	line-height: 1.3;
	position: relative;
	cursor: pointer;
}
.service-menu li span{
	display: block;
	padding: 17px 10px 0px 10px;
	border-top: 1px solid #c5c5c5;
	position: relative;
	-webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
	-moz-transition: .5s cubic-bezier(.3,0,0,1.3);
	-ms-transition: .5s cubic-bezier(.3,0,0,1.3);
	-o-transition: .5s cubic-bezier(.3,0,0,1.3);
	transition: .5s cubic-bezier(.3,0,0,1.3);
}
.service-menu li:first-child span{
	border-top: 1px solid transparent;
	padding: 27px 0px 0px 22px;
}
.service-menu li:first-child:after{
	content: "\f009";
	font: normal normal normal 18px/1 FontAwesome;
	position: absolute;
	left: 8px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 20px;
	height: 12px;
	color: #4b4b4b;
}
.service-menu li:first-child:hover:after,.service-menu li:first-child.active:after{
	color: #ffffff;
}
.service-menu li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 75px;
	height: 75px;
	opacity: 0;
	top: 0px;
	left: 0px;
	-webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
	-moz-transition: .5s cubic-bezier(.3,0,0,1.3);
	-ms-transition: .5s cubic-bezier(.3,0,0,1.3);
	-o-transition: .5s cubic-bezier(.3,0,0,1.3);
	transition: .5s cubic-bezier(.3,0,0,1.3);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
}
.service-menu li:hover span,.service-menu li.active span{
	color: #ffffff;
	border-top: 1px solid transparent;
}
.service-menu li:hover + li>span{
	border-top: 1px solid transparent;
}
.service-menu li:hover:before,.service-menu li.active:before{
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	background-color: #4b4b4b;
}
.service-content{
	background: #ffffff;
	padding: 25px;
	height: 675px;
}
.col-service{
	padding-left: 10px;
}
.sec-level-menu{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 6.8px;
}
.sec-level-menu>li{
	display: inline-block;
	padding: 0px 20px 10px;
	text-align: center;
	color: #979696;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	margin-right: 20px;
}
.sec-level-menu>li:hover{
	color: #454444;
}
.sec-level-menu>li.active{
	color: #454444;
	border-bottom: 2px solid #464444;
}
.sec-level-menu>li>ul{
	position: absolute;
	z-index: 9999;
	border: 1px solid #e1e1e1;
	top: 27px;
	width: 105px;
	box-sizing: border-box;
	display: none;
}
.sec-level-menu>li>ul>li {
	padding: 5px;
	color: #979696;
	font-size: 14px;
}
.sec-level-menu>li>ul>li:first-child{
	padding: 15px 5px 5px 5px;
}
.sec-level-menu>li>ul>li:last-child{
	padding: 5px 5px 15px 5px;
}
.sec-level-menu>li>ul>li:hover{
	color: #454444;
}
.sec-level-menu>li:hover>ul {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation: 0.3s animationSubMenu;
	-o-animation: 0.3s animationSubMenu;
	animation: 0.3s animationSubMenu;
	display: block;
	background: #ffffff;
	border: 1px solid #f8f8f8;
}
@keyframes animationSubMenu {
	from {
		opacity: 0;
		-webkit-transform: translateY(10%) scale(0.8);
		-moz-transform: translateY(10%) scale(0.8);
		-ms-transform: translateY(10%) scale(0.8);
		-o-transform: translateY(10%) scale(0.8);
		transform: translateY(10%) scale(0.8);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0) scale(1);
		-moz-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		-o-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
	}
}
.filter-menu{
	height: 35px;
	border-bottom: 1px solid #e8e8e8;
}
.service-row{
	padding: 30px;
}
.col-service-list{
	width: 215px;
	height: 255px;
	margin: 0px 15px 30px;
	-webkit-box-shadow: 0px 0px 20px rgba(174, 174, 174, .5);
	-moz-box-shadow: 0px 0px 20px rgba(174, 174, 174, .5);
	box-shadow: 0px 0px 20px rgba(174, 174, 174, .5);
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.col-service-list:hover{
	-webkit-box-shadow: 0px 0px 20px rgba(174, 174, 174, .9);
	-moz-box-shadow: 0px 0px 20px rgba(174, 174, 174, .9);
	box-shadow: 0px 0px 20px rgba(174, 174, 174, .9);
}
.service-item{
	display: block;
	height: 100%;
	width: 100%;
}
.service-item .pic{
	width: 215px;
	height: 150px;
}
.service-item .pic img{
	width: 100%;
	height: 100%;
}
.service-item .info{
	padding: 18px;
	position: relative;
}
.service-item .info h1{
	font-size: 16px;
	color: #454444;
	padding-bottom: 8px;
	white-space: nowrap;
	display: block;
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-item .info p{
	font-size: 14px;
	color: #bdbdbd;
	padding-bottom: 20px;
	white-space: nowrap;
	display: block;
	width: 185px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-item .info i{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top:-23px;
	left:155px;
	font-style: normal;
	color: #ffffff;
	-webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
	-moz-transition: .5s cubic-bezier(.3,0,0,1.3);
	-ms-transition: .5s cubic-bezier(.3,0,0,1.3);
	-o-transition: .5s cubic-bezier(.3,0,0,1.3);
	transition: .5s cubic-bezier(.3,0,0,1.3);
}
.service-item .info i.available{
	background: rgba(14,74,173,.9);
}
.service-item .info i.available:hover{
	background: rgb(14,74,173);
}
.service-item .info i.unavailable{
	background: rgba(75,75,75,.9);
}
.service-item .info i.unavailable:hover{
	background: rgb(75,75,75);
}
.service-item .info span{
	font-size: 14px;
	color: #bdbdbd;
	margin-right: 15px;
	display: inline-block;
	max-width: 90px;
	vertical-align: text-top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service-item .info img{
	vertical-align: text-top;
	margin-right: 5px;
}
