/*页头Banner*/

body {
	position: relative;
}
#page_header {
	background: url(../img/banner_bg.jpg) no-repeat center center #101533;
	height: 300px;
	text-align: center;
	color: #fff;
}
#page_header h1 {
	padding-top: 35px;
	display: block;
	font-size: 36px;
	font-weight: 100;
}
#page_header h1 sub {
	display: block;
	color: #999999;
	font-size: 14px;
}
.banner_text {
	display: block;
	width: 650px;
	margin: 25px auto;
	text-align: left;
	font-size: 12px;
}
.banner_order_btn {
	display: block;
	border: 2px solid #ddd;
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.banner_order_btn + sub {
	display: block;
	margin-top: 15px;
}
#order_form {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	text-align: left;
	filter: progid: DXImageTransform.Microsoft.Gradient(startColorstr=#88000000, endColorstr=#88000000);
	background: rgba(0, 0, 0, .3);
}
.order_form_content {
	position: fixed;
	width: 370px;
	height: 170px;
	background: #FFFFFF;
	padding: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 3px #999;
}
#order_form p {
	color: #666;
	font-size: 14px;
	word-break: break-word;
	line-height: 25px;
	display: block;
}
.order_form_content big {
	display: block;
	margin-bottom: 15px;
}
.order_form_content .btn_group {
	display: block;
	margin: 20px 0 10px 0;
}
.order_form_content input {
	border: 1px solid #dedede;
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	padding: 5px 10px;
	margin-right: auto;
	/*position: relative;*/
	width: 240px
}
.order_form_content .order_btn {
	display: block;
	width: 105px;
	height: 37px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	background: #D22222;
}
.order_form_content .order_btn:hover{
	background: #BC1E1E;
}
.order_form_content .order_btn[disabled]{

	-moz-opacity: .8;
	opacity: .8;

}
.order_form_content .close_btn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #999;
}
.order_form_content .close_btn:hover {
	color: #D22222;
}

/*主导航*/

#main_nav {
	background: #D22222;
	margin-bottom: 35px;
}
#main_nav li {
	float: left;
	width: 11%;
}
#main_nav a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
#main_nav a:hover {
	background: #BC1E1E;
}

/*左边列表*/

.left_module {
	width: 635px;
	float: left;
}

/*模块*/

.main_module {
	margin-bottom: 35px;
}
.module_title {
	border-left: 5px solid #D22222;
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-indent: 10px;
	line-height: 20px;
	margin-bottom: 20px;
}
.module_title .color_gray {
	float: right;
	font-size: 12px;
}
.module_title a.color_gray:hover {
	color: #004284;
}
.module_title:after {
	content: "";
	display: block;
	border-bottom: 1px solid #ddd;
	position: relative;
	bottom: -10px;
	margin-left: -5px;
}
.first_list dt {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.first_list dt a:hover {
	color: #D22222;
}
.first_list img {
	margin-right: 20px;
}
.first_list p {
	color: #999;
	line-height: 22px;
}
.first_list mark {
	display: block;
	padding: 10px 0 0 0;
}
.first_list mark:before {
	content: "";
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../img/mark_ico.png) no-repeat center center;
}
.first_list mark a {
	color: #d22;
	margin-right: 20px;
}
.first_list mark a:hover {
	text-decoration: underline;
}
.content_list {
	display: block;
	margin: 20px 0 0 0;
}
.content_list li {
	line-height: 30px;
}
.content_list a {
	color: #004284;
}
.content_list li:before {
	content: "·";
	padding-right: 10px;
}
.content_list a:hover {
	color: #D22222;
	text-decoration: underline;
}

/*汽车电子方案*/

.scheme_type {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.scheme_type dt {
	display: inline;
}
.scheme_type dd {
	display: inline;
	padding-right: 10px;
}
.scheme_type dd.more {
	float: right;
}
.scheme_type a:hover {
	font-weight: bold;
}
.scheme_type .more a:hover {
	color: #004284;
	font-weight: normal;
}
.scheme_sponsor dt {
	margin: 20px 0 15px 0;
}
.scheme_sponsor dd {
	display: block;
	padding: 20px 30px;
	border: 1px solid #ddd;
	background: #F9F9F9;
	color: #666;
}
.scheme_sponsor a:hover big, .scheme_sponsor a:hover strong {
	text-decoration: underline;
	color: #d22;
}
.scheme_sponsor .font_blod, .scheme_sponsor strong {
	display: block;
	color: #000;
}
.scheme_sponsor p {
	display: block;
	margin-top: 20px;
}
.scheme_sponsor strong {
	margin-bottom: 5px;
}

/*右侧边列表*/

.right_aside {
	float: right;
	width: 335px;
}
.right_aside .module_title {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 30px;
}

/*下载*/

#download {
	border: 1px solid #ddd;
	padding: 20px;
	background: #F9F9F9;
	margin-bottom: 35px;
}
#download a.font_blod:hover {
	color: #d22;
	text-decoration: underline;
}
#download img {
	margin-right: 15px;
}
#download p {
	display: block;
	margin: 15px 0;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.down_btn {
	border: none;
	background: #D22222;
	padding: 5px 15px;
	color: #fff;
	line-height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	width: 70px;
	text-align: center;
}
.down_btn:before {
	content: "";
	background: url(../img/download_icon.png) no-repeat top center;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.down_btn:hover {
	background: #BC1E1E;
}

/*高端访谈*/

#interview {
	border-bottom: 1px solid #ddd;
}
#interview li {
	display: block;
	margin: 20px 0;
}
#interview img {
	float: left;
	margin-right: 20px;
}
#interview b {
	display: block;
	margin-bottom: 10px;
}
#interview b:hover {
	text-decoration: underline;
	color: #d22;
}

/*大咖直播分享*/

#share li {
	display: block;
	margin: 20px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
#share img {
	float: left;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#share img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
#share a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#share a:hover {
	text-decoration: underline;
	color: #d22;
}
#share small {
	display: block;
	margin: 5px 20px;
}

/*技术研讨会*/

.seminar_title {
	display: block;
	color: #666;
	margin-bottom: 10px;
}
.seminar_title:hover {
	text-decoration: underline;
	color: #d22;
}
.seminar_time {
	background: #F0E6E6;
	width: 60px;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;
}
.seminar_time sub, .seminar_time sup {
	color: #fff;
	background: #E86F6F;
	display: block;
	line-height: 20px;
}
#seminar p {
	display: block;
	margin-bottom: 10px;
	line-height: 18px;
}
.apply_btn {
	background: #D22222;
	color: #fff;
	border-radius: 3px;
	padding: 3px 15px;
}
.apply_btn:hover {
	background: #BC1E1E;
}

/*社区活动*/

#activity li {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
#activity a {
	color: #004284;
}
#activity a:hover {
	color: #D22222;
	text-decoration: underline;
}
#activity .qr_code {
	border: 1px solid #ddd;
	margin-top: 40px;
	padding: 20px;
}
#activity .qr_code img {
	width: 115px;
	margin-right: 15px;
}
#activity .qr_code b {
	display: block;
	margin: 35px 0 10px 0;
}

/*厂商*/

#facturer li {
	float: left;
	margin: 10px;
	padding: 4px 0;
	overflow: hidden;
}
#facturer img {
	width: 90px;
	height: 30px;
}

/*搞产品*/

#products ul {
	margin-right: -10px;
	padding: 10px 0;
}
#products li {
	float: left;
	margin: 10px 10px 0 0;
}
#products li img {
	width: 192px;
	height: 159px;
	display: block;
}
#products li:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
#servies .module_title {
	margin-bottom: 10px;
}
#servies .module_title:after {
	display: none;
}