@CHARSET "UTF-8";
html,body { min-width: 1250px;}
body {
	font-family: "SimSun","Helvetica";
	font-size: 14px;
	color: #394043;
}

a {
	border: none;
	outline: none;
}
a:hover {
	text-decoration:none;
}

.container { 
	max-width: 1230px;
	width: 1230px;
}
/*导航栏*/
.sub-nav {
	border: none;
	border-radius: 0;
	height: 61px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	margin-bottom: 0;
}
.sub-nav .navbar-brand {
	padding: 0;
	padding-left: 15px;
	margin-top: 10px;
}
.sub-nav .navbar-toggle { margin-top: 13px;}
.sub-nav .icon-bar { background-color: #dadada;}
.sub-nav .dropdown { background-color: #fff;}
.sub-nav .dropdown .btn {
	height: 32px;
	border: none;
	border-left: 1px solid #dadada;
	border-radius: 0;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 14px;
	outline: none;
	box-shadow: none;
	color: #777777;
	background-color: transparent;
}
.sub-nav .dropdown .btn .caret {
	margin-left: 6px;
	border-top-color: #999;
}
.sub-nav .navbar-nav>li>a {
	padding-top: 23px;
	padding-left: 22px;
	padding-right: 22px;
	color: #777;
}
.sub-nav .navbar-nav>li:last-child>a { padding-right: 0;}
.sub-nav .navbar-nav>li>a,
.sub-nav .navbar-nav>li>a:hover {
	background-color: #fff;
}
.navbar-collapse {
    border-top: 0 none;
}
.navbar-collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}
.navbar-toggle {
    display: none;
}
.container>.navbar-header {
    margin-right: 0;
    float: left;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav.navbar-right {
    float: right;
}
.navbar-nav > li {
    float: left;
}

.sub-search {
	height: 74px;
	background-color: #f3f2f7;
}
.sub-search .input-group { 
	margin-top: 15px;
	position: relative;
}
.sub-search .input-group .form-control,
.sub-search .input-group .btn {
	height: 44px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.sub-search .input-group .form-control {
	border-color: #dadada;
	line-height: 30px;
}
.sub-search .input-group .form-control:focus { border-color: #ea5513;}
.sub-search .input-group .btn {
	border: none;
	background-color: #ea5513;
	font-family: "Microsoft Yahei","Helvetica";
	color: #fff;
	font-size: 18px;
	padding-left: 36px;
	padding-right: 36px;
}
.sub-search .input-group .input-placeholder {
	position: absolute;
	z-index: 10;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 44px;
	left: 13px;
	cursor: text;
}
.sub-search .input-group .icon-search { 
	margin-right: 6px;
	position: relative;
	top: -2px;
}
.sub-search .hot-search {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #333;
	margin-bottom: 0;
	line-height: 74px;
}
.sub-search .hot-search>li>a { 
	color: #333;
	text-decoration: none;
}
.sub-search .hot-search>li>a:hover { color: #ea5513;}
/*导航栏结束*/

.textover {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
span.red {
	color: #ff6215;
}
span.gray {
	color: #888888;
}
span.bgs {
	display: inline-block;
	line-height: 24px;
	padding: 0 7px;
	border-radius: 7px;
	margin-right: 7px;
}
span.purple-bg {
	color: #fff;
	background-color: #9f6fcf;
}
span.green-bg {
	color: #fff;
	background-color: #31bd80;
}
span.blue-bg {
	color: #fff;
	background-color: #3985dd;
}

em.len1 {
	display: inline-block;
	width: 1em;
}

.transition {
	transition: all .5s;
	-ms-transition: all .2s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari 和 Chrome */
	-o-transition: all .5s; /* Opera */
}
.transition-all {
	transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s; /* Firefox 4 */
	-webkit-transition: all .2s; /* Safari 和 Chrome */
	-o-transition: all .2s; /* Opera */
}

.footer {
	font-family: "SimSun","Helvetica";
	background-color: #394043;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	padding: 37px 0;
}
.footer p,
.footer ul {
	margin-bottom: 0;
}
.footer a {
	color: #fff;
}