﻿@charset "utf-8";
div.hgroup{
	background: #fff;
	padding: 20px;
}
div.navLeft{
	float: left;
	width: 202px;
}
div.navLeft > p.title{
	background: #181818;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
div.navLeft > ul{
	border:1px solid #e0e0e0;
	border-top: 0;
	padding: 0 10px;
	font-size:14px;
}
div.navLeft > ul > li{
	line-height: 50px;
	border-bottom: 1px dashed #e0e0e0;
	padding: 0 10px;
}
div.navLeft > ul > li > a,
div.navLeft > ul > li > ul > li > a{
	color: #2b2b2b;
}
div.navLeft > ul > li > a > span,
div.navLeft > ul > li > ul > li > a > span{
	padding-left: 10px;
}
div.navLeft > ul > li > a:hover,
div.navLeft > ul > li > ul > li > a:hover{
	color: #da271f;
}
div.navLeft > ul > li.last{
	border-bottom: 0px;
}
div.navLeft > ul > li > ul{
	padding-left: 20px;
	/*display: none;*/
} 
div.sectionList{
	margin-left: 222px;
	overflow: hidden;
}
div.sectionList > div.banner{
	margin:20px 0;
	height: 320px;
	background-image: url(../images/enterprisebanner.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.sectionList > div.banner img{
	width: 100%;
}
div.sectionList > p.bread-crumb{
	font-size: 14px;
}
div.sectionList > p.bread-crumb > a{
	color: #343434;
}
div.sectionList > p.title{
	font-size: 18px; 
	font-weight: 600;
	color: #da271f;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
div.sectionList > div.section_new,div.sectionList > div.section_customService{
	padding: 30px 0;
	border-bottom: 1px dashed #da271f;
}
div.sectionList > div.section_new > div.content,div.sectionList > div.section_customService > div.content{
	float: left;
	width: 558px;
}
div.sectionList > div.section_new > div.content > h2,div.sectionList > div.section_customService > div.content > h2{
	font-size: 16px;
	color: #000002;
	font-weight: 600;
	padding: 20px 0; 
}
div.sectionList > div.section_new > div.content > p,div.sectionList > div.section_customService > div.content > p{
	line-height: 30px;
}
div.sectionList > div.section_new > div.img,div.sectionList > div.section_customService > div.img{
	float: right;
	width: 360px;
	height: 215px;
	overflow: hidden;
}
div.sectionList > div.paging{
	text-align: center;
	margin:20px;
}
div.sectionList > div.paging > span{
	padding:0 10px;
	cursor: pointer;
}
div.sectionList > div.paging > span.on{
	color: #da271f;
}
.red{
	color: #da271f;
	font-weight: 600;
}

.page_div ul{
	/*width: 50%;*/
	height: 30px;
	/*margin:0 auto;*/
	margin-top: 30px;
	text-align: center;
}
.page_div li{
	width: 30px;
	height: 30px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 30px;
	margin:0 10px;
	float: left;
}


video.video{
	width: 360px;
	height: 217.5px;
	max-height: 320px;
	display: none;
}


div.navLeft > ul > li > a.active, div.navLeft > ul > li > ul > li > a.active{
	color: #da271f;
}