i {
	font-style: normal;
}

.headImg {
	height: 270px;
	overflow: hidden;
}

.headImg img {
	width: 100%;
	height: 270px;
}

.nav {
	position: relative;
	height: 270px;
	width: 100%;
}

.asideRight {
	top: 410px !important;
}

.navBottom {
	position: relative;
}

.navImg img {
	height: 270px !important;
}

.navBottomCon {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 5px 5px 0 5px;
	height: 35px;
	color: #fff;
	position: absolute;
	background: rgba(0, 0, 0, .4);
	bottom: 4px;
}

.navBottomCon>p a {
	color: #fff;
	vertical-align: middle;
}

.navBottomCon>p a:hover {
	text-decoration: underline;
	color: #009251;
}

.navBottomCon .oneList img,
.navBottomCon .oneList a,
.navBottomCon .oneList span,
.navBottomCon span {
	vertical-align: middle;
}

.navBottomCon .oneList {
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	display: inline-block;
	background: rgba(0, 0, 0, .5);
}

.navBottomCon .twoList {
	display: inline-block;
	margin-top: -5px;
	padding: 0 5px;
	margin-left: -5px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
}

/* ä¸»ä½“éƒ¨åˆ†*/
.main {
	padding-top: 45px;
}

.page {
	overflow: hidden;
}

/* å·¦ä¾§å¯¼èˆªèœå•å¼€å§‹ */
.navigator {
	width: 168px;
	overflow: hidden;
	float: left;
	background-color: #fff;
}

.main:after,
.navigator:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navigator .title {
	margin-top: 8px;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 105px;
	line-height: 115px;
	background-image: url(../images/new/new_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	background-size: 100%;
	font-size: 22px;
	font-weight: 500;
	background-color: #f7f8fa;
}

.AllList {
	box-sizing: border-box;
	padding: 10px 0px 15px 0px;
	width: 180px;
	z-index: 9;
	background-color: #f7f8fa;
}

.AllList .ItemList:first-child>p {
	border-top: none;
}

#list_wrap[data-fixed="fixed"] {
	position: fixed;
	top: 100px !important;
}

.ItemList>p {
	font-size: 18px;
	cursor: pointer;
	color: #837970;
	box-sizing: border-box;
	border-top: 1px solid #a3a3a3;
	height: 46px;
	line-height: 46px;
}

.ItemList>p a {
	text-indent: 8px;
	color: #837970;
}

.ItemList>p:hover {
	border: none;
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* æ ‡å‡†çš„è¯­æ³• */
}

.ItemList>p:hover a {
	color: #fff;
}

.ItemList>p.active {
	
	background: -webkit-linear-gradient(left, #004078, #0071cd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004078, #0071cd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004078, #0071cd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004078, #0071cd);
	/* æ ‡å‡†çš„è¯­æ³• */
}

.ItemList>p.active a {
	color: #fff;
}

.ItemList>p.active i {
	color: #fff;
}

.ItemList>ul li {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	font-size: 17px;
	box-sizing: border-box;
	height: 46px;
	line-height: 46px;
	border-top: 1px dotted #a3a3a3;
}

.ItemList ul li i {
	font-size: 16px;
	margin-left: 11%;
}

.ItemList>ul li:hover {
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #4e6b8d, #84ade3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #4e6b8d, #84ade3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #4e6b8d, #84ade3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #4e6b8d, #84ade3);
	/* æ ‡å‡†çš„è¯­æ³• */
}

.ItemList>ul li:hover a {
	color: #fff;
}

.ItemList .show {
	border-bottom: 1px solid #a3a3a3;
}

.ItemList a {
	color: #837970;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 81%;
}

.ItemList i {
	float: left;
	display: inline-block;
	width: 10%;
	line-height: 45px;
	margin-left: 5%;
	font-size: 18px;
}

.ItemList>p:hover i {
	border-left: 6px solid #fff;
}

.ItemList p i {
	margin-top: 19px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0372c3;
}

.ItemList:last-child>ul li:last-child {
	border-bottom: 1px dotted #a3a3a3;
}

.ItemList>ul li i {
	color: #0372c3;
}

.ItemList>ul li:hover i {
	color: #fff;
}

.ItemList>ul li.active a {
	color: #fff;
}

.ItemList>ul li.active i {
	color: #fff;
}

.ItemList>ul li.active {
	color: #fff;
	background: -webkit-linear-gradient(left, #004078, #0071cd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #004078, #0071cd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #004078, #0071cd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #004078, #0071cd);
	/* æ ‡å‡†çš„è¯­æ³• */
}

.ItemList>ul {
	overflow: hidden;
	max-height: 0;
}

.ItemList>ul.active {
	transition: 0.8s ease;
	max-height: 600px;
}

/* å·¦ä¾§å¯¼èˆªæ å®Œæˆ */
/* åˆ†é¡µæ¨¡å—å¼€å§‹ */
.paginationBox {
	margin-left: 40px;
	float: left;
	width: 825px;
	overflow: hidden;
}

.pageArea {
	min-height: 450px;
}

.paginationBox:after,
.pageArea:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.paginationBox>.title {
	margin-bottom: 5px;
	font-size: 28px;
}

/* äº§å“åˆ—è¡¨ */
.product_item_box:nth-of-type(n+2) {
	margin-top: 10px;
}

.product_item_top {
	position: relative;
	width: 100%;
	height: 175px;
}
.product_item_top:hover{
	opacity: 0.8;
}
.product_item_top>img {
	position: absolute;
	left: 0;
	top: 0;
}

.product_info {
	box-sizing: border-box;
	padding-left: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.product_info>p:first-child {
	font-size: 26px;
	color: #fff;
	line-height: 110px;
}

.product_info>p:last-child {
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #fff;
}

.product_item_bottom {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	position: relative;
}

.product_item_bottom.active {
	max-height: 470px;
	transition: 1s;
}

/* .p_tab_nav {
	width: 400px;
} */

.p_tab_nav p span {
        cursor: default;
	padding: 3px 10px;
}

.p_tab_nav p span.active {
	background-color: #005bac;
	transition: 1s;
}

.product_item_bottom>div.active {
	opacity: 1;
	transition: 2s;
}

/* åˆ†é¡µæ¨¡å—ç»“æŸ */
/* å°¾éƒ¨ */
#footerBox {
	margin-top: 60px;
}
