.search {
	width:100%;
	background-color:#D96C56;
}

.search-main {
	width: 740px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
	border-radius: 30px;
	border: 1px solid #E8E8E8;
}

.top-search-left {
	width:119px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
	border-right:1px solid #F8F8F8;

}
.top-sl-select {
	display: block;
    width: 80px;
    height: 58px;
	margin-left:24px;
    font-size: 14px;
    color: #5B5B5B;
    background-image: none;
    border: 0;
	border-radius: 30px;
	outline:none;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../images/home_srrow.png") no-repeat scroll right center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 20px;
	background-color:#fff !important;
}
select::-ms-expand { display: none; }

.top-search-mid {
	width:530px;
	height:58px;
	line-height:58px;
	float:left;
}
.top-sm-input {
	width: 528px;
    height: 58px;
    font-weight: 400;
	color: #5B5B5B;
	font-size:14px;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0;
	outline:none;
	padding-left:16px;
	padding-right:16px;
}

.top-search-right {
	width:88px;
	height:58px;
	line-height:58px;
	float:left;
	text-align:center;
}
.top-sr-img {
	width:30px;
	height:auto;
	cursor:pointer;
}


.main {
	width:100%;
	background-color:#F4F4F4;
}

.mc {
	width:1080px;
}

.mc-left {
	width: 256px;
	float:left;
	background-color:#fff;
}
.mcl-ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.mcl-ul-li {
	width:100%;
	height:34px;
	line-height:34px;
	border-left:6px solid #fff;
	text-align:left;
	margin-top:21px;
}
.mcl-ul-li a {
	font-size: 20px;
	font-weight: 400;
	color: #222222;
	line-height: 34px;
	padding-left:24px;
}
.mcl-li-active {
	border-left:6px solid #D7534A;
}
.mcl-li-active a{
    color: #D7534A;
}

.mc-right {
	width: 746px;
	float:right;
	background-color:#fff;
}

.mcr {
	width:666px;
	margin-left:auto;
	margin-right:auto;
}
.mcr-title {
	font-size: 25px;
	font-weight: 600;
	color: #222222;
}
.mcr-banner {
	width:100%;
	margin-top:20px;
}
.mcr-banner-img {
	width:100%;
	height:auto;
}
.mcr-content {
	width:100%;
	margin-top:40px;
}
.mcrc-title-p {
	font-size: 20px;
	font-weight: 600;
	color: #D7534A;
}

.mcrc-content-p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 35px;
	margin-top:10px;
}






















/* 提交成功样式 end */
.top-sm-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 /* WebKit browsers */
color: #C1C1C1;
}
.top-sm-input:-moz-placeholder, textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #C1C1C1;
}
.top-sm-input::-moz-placeholder, textarea::-moz-placeholder {
 /* Mozilla Firefox 19+ */
color: #C1C1C1;
}
.top-sm-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 /* Internet Explorer 10+ */
color: #C1C1C1;
}



.nav>li {
    position: relative;
    display: inline-block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
}

.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:transparent;}

.nav>.active>a {
	color:#D96C56;
}
