.shj_srj_left_block {
	width: 880px;
}

.shj_lzs_item {
	width: 880px;
}

.shj_lzs_item>ul>li {
	width: 880px;
	height: 230px;
	box-sizing: border-box;
}

.shj_srj_right_block {
	margin: 20px 0 0 20px;
	width: 300px;
	
}

.shj_srj_tbm {
	padding: 20px;
	width: 300px;
	height: 450px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0px 2px 9px #ecebeb;
}
.quote-title {
	width: 100%;
	height: 60px;
	background: #373737;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
}

.quote-type {
	width: 100%;
	height: 54px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.quote-type li {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	cursor: pointer;
}

.quote-type li.active {
	background: #b90000;
	color: #fff;
	border-color: #b90000;
}

.quote-type li i {
    display: inline-block;
    vertical-align: middle;
	background: url(../images/icon_zhishi.png);
	margin-right: 10px;
	cursor: pointer;
}

.quote-type li:nth-child(1) i {
	background-position: 0 -124px;
	width: 26px;
	height: 26px;
}
.quote-type li.active:nth-child(1) i{
	background-position: 0px -155px;
}
.quote-type li:nth-child(2) i {
	background-position: 0 -188px;
	width: 30px;
	height: 32px;
}
.quote-type li.active:nth-child(2) i{
	background-position: 0px -226px;
}
.quote-input {
	width: 100%;
	height: auto;
}

.quote-input select,
.quote-input input {
	width: 100%;
	height: 47px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-indent: 10px;
	font-size: 14px;
	margin-top: 12px;
	outline: none;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.quote-input select:focus,
.quote-input input:focus {
	border-color: #00ae66 !important;
}

.quote-input .area-input {
	position: relative;
}

.quote-input .area-input i {
	position: absolute;
	top: 25px;
	right: 20px;
	color: #adadad;
}

.quote-input .quote-btn {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 8px 0 16px;
}

.quote-input .quote-btn input {
	width: 270px;
	color: #fff;
	text-indent: 0;
	cursor: pointer;
	background: #c79e68;
}

.quote-input .quote-btn a {
	display: inline-block;
	width: 129px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	text-indent: 0;
	cursor: pointer;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 12px;
	background: #919191;
}


.quote-input h6 {
	color: #686868;
}

.shj_srj_recommend{
	width: 278px;
	box-shadow: 0px 2px 9px #ecebeb;
}
.shj_srj_recommend>ul>li{
	width: 278px;
}
.shj_srj_recommend_title{
	width: 168px;
}


.shj_sgd_left_block{
	width: 838px;
	padding: 20px;
}
