@charset "utf-8";

/*.header .banner {
	width: 100%;
	height: 635px;
	background: url("../img/news/banner.png") no-repeat center top;
	background-size: cover;
	min-width: 1200px;
}*/

.header .banner {
	width: 100%;
	height: 635px;
	min-width: 1200px;
	text-align: center;
	overflow: hidden;
}

.header .banner img {
	width: auto;
	height: 100%;
}

.header {
	position: relative;
}

.header .menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 102px;
	background-color: rgba(0,0,0,0.56);
}

.header .menu .menu-content {
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	background-color: black;
}

.header .menu .menu-content .menu-item {
	float: left;
	width: 400px;
	height: 100%;
	text-align: center;
}

.header .menu .menu-content .menu-item-active {
	float: left;
	width: 400px;
	height: 100%;
	text-align: center;
	background-color: #40A9FF;
}

.header .menu .menu-content .menu-item-pic {
	margin-top: 12px;
	width: 100%;
	height: 48px;
	text-align: center;
}

.header .menu .menu-content img {
	width: 48px;
	height: 48px;
}

.header .menu .menu-content .menu-item .menu-item-img1 {
	/* content: url("../img/news/icon-company.svg"); */
}

.header .menu .menu-content .menu-item .menu-item-img2 {
	/* content: url("../img/news/icon-trade.svg"); */
}

.header .menu .menu-content .menu-item .menu-item-img3 {
	/* content: url("../img/news/icon-newproduct.svg"); */
}

.header .menu .menu-content .menu-item-active .menu-item-img1 {
	content: url("../img/news/icon-company-active.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img2 {
	content: url("../img/news/icon-trade-active.svg");
}

.header .menu .menu-content .menu-item-active .menu-item-img3 {
	content: url("../img/news/icon-newproduct-active.svg");
}

.header .menu .menu-content .menu-item-txt {
	font-size: 14px;
	line-height: 42px;
	color: #FFFFFF;
}

.floor .container {
	padding-bottom: 20px;
}

.floor .content {
	/* background-color: #fafafa; */
	padding-top: 20px;
	padding-bottom: 50px;
}

.floor .content .item {
	height: 240px;
	margin-bottom: 20px;
	background-color: white;
	/* border: 1px solid #EEEEEE; */
}

.floor .content .item:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.20);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='rgba(0,0,0,0.20)', Direction=135, Strength=12);/*for ie6,7,8*/ 
	-moz-box-shadow:0 4px 12px rgba(0,0,0,0.20);/*firefox*/ 
	-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.20);/*webkit*/ 
	box-shadow:0 4px 12px rgba(0,0,0,0.20);/*opera或ie9*/
}

.floor .content .item img {
	height: 100%;
	width: 400px;
	float: left;
}

.floor .content .item .rgt {
	height: 100%;
	width: 100%-400px;
	margin-left: 400px;
	margin-right: 20px;
	padding-top: 24px;
	padding-left: 16px;
}

.floor .content .item .rgt .tit {
	/*margin-left: 10px;*/
	/*margin-top: 15px;*/
	/* padding-left: 12px; */
	/* padding-right: 12px; */
	/* padding-top: 20px; */
	height: 108px;
	/* border: 1px solid #e9e9e9; */
}
.floor .content .item .rgt .tit .main_tit {
	font-size: 20px;
	line-height: 35px;
	color: #096dd9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.floor .content .item .rgt .tit .sub_tit {
	padding-top: 5px;
	/* columns: #333333; */
	/* text-overflow: ellipsis; */
	overflow: hidden;
	line-height: 18px;
	/* display: -webkit-box; */
	height: 56px;
	/* -webkit-box-orient: vertical;
	-webkit-line-clamp: 3; */
}

.floor .content .item .rgt .btn {
	margin-top: 24px;
	/*width: 138px;*/
	/*height: 40px;*/
}

.floor .content .item .rgt .btn a div {
	width: 128px;
	height: 40px;
	background-color: #096dd9;
	text-align: center;
	line-height: 40px;
	color: white;
}

.floor .content .item .rgt .btn a img {
	width: 16px;
	height: 12px;
	margin-top: 14px;
	margin-left: 25px;
	margin-right: -25px;
}

.floor .content .page {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.floor .content .page .page_wrap {
	float: right;
}
.floor .content .page .page_nav a {
	border: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
	background-color: #FFFFFF;
}

.floor .content .page .page_nav a.pre {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -2px;
}

.floor .content .page .page_nav a.next {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -2.5px;
}

.floor .content .page .page_nav .page_btn {
	width: 100px;
}

.floor .content .page .page_nav span.total {
	color: #096dd9;
}

.floor .content .page .page_nav input {
	width: 35px;
	height: 26px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	text-align: center;
}


