.container {
	width: 100%;
	background-color: #FFFFFF;
	min-width: 1600px;
	overflow: hidden;
}

#owl-demo {
	width: 70%;
	margin:auto;
	background-color: #FFFFFF;
}

#owl-demo .owl-controls .owl-buttons div:first-child{
	background: url(../img/news/left.png) center center no-repeat;
}

#owl-demo .owl-controls .owl-buttons div:last-child{
	background: url(../img/news/right.png) center center no-repeat;
}

.owl-theme .owl-controls .owl-buttons div {
	top: 35%;
}

.owl-theme .owl-controls .owl-page {
	margin-bottom: 20px;
}

#owl-demo>div:first-child {
	position: relative;
}

.owl_word {
	position: absolute;
	left: 20%;
	top: 35%;
}

.owl_word>.title {
	font-size: 50px;
	color: #FFFFFF;
	margin-bottom: 34px;
}

.owl_word>.list {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}

.owl_word>.list>span {
	width: 14px;
	height: 14px;
	background-color: #ED3516;
	border-radius: 7px;
	display: inline-block;
	margin-left: 50px;
}

.showNew {
	width: 70%;
	margin: auto;
	background-color: #FFFFFF;
	padding: 0px 0px 50px 0px;
}

.showNew_left{
	margin-right: 10px;
	float: left;
	width: 40%;
}


.showNew_right{
	float: right;
	width: 50%;
}

.showNew_right img{
	width: 100%;
}

.showNew_right video{
	width: 100%;
}

.showNew_right iframe{
	width: 100%;
}

.headTitle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.headTitle>button {
	border-radius: 3px;
	outline: none;
	flex: auto;
}

.headTitle>button:hover {
	background-color: #032A3F;
	color: #FFFFFF;
}

.headTitle>button.active {
	background-color: #032A3F;
	color: #FFFFFF;
}

.headTitle>button:last-child {
	margin-right: 0px;
}

.btTitle {
	width: 160px;
	height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #ED3516;
	border: none;
}

.pageBtn {
	width: 80px;
	height: 40px;
	border: 1px solid #bfbfbf;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 14px;
	margin: 0px 30px;
}

.number {
	width: 40px;
	height: 40px;
	border: 1px solid #bfbfbf;
	font-size: 14px;
	background-color: #FFFFFF;
}

.number+.number {
	margin-left: 15px;
}

.bodyList {
	width: 100%;
	font-size: 14px;
	color: #4D4D4D;
	line-height: 40px;
	margin-top: 30px;
	position: relative;
}

.bodyList>table {
	width: 100%;
}

.bodyList tr.active {
	background-color: #d6d6d6 !important;
	color: #4D4D4D;
}

.bodyList tr:hover {
	background-color: #D6D6D6 !important;
	color: #4D4D4D;
}

.bodyList tr>td {
	padding-left: 40px;
}

.bodyList tr>td:last-child {
	text-align: right;
	padding-right: 40px;
}

.bodyList tr:nth-child(odd) {
	background-color: #fafafa;
}

.bodyList tr:nth-child(even) {
	background-color: #F5F5F5;
}

.worldNew {
	margin-top: 50px;
}

.showNew_right>div{
	display: none;
	position: relative;
}
.showNew_right>div>a{
	width: 23%;
	height: 40px;
	background-color: #ED3516;
	color: white;
	display: block;
	text-align: center;
	line-height: 40px;
	position: absolute;
	font-size: 14px;
	right: 36%;
	bottom: 6%;
}
.trangle {
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-left: 10px solid #D6D6D6;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -9px;
	display: none;
}

.company_1 {
	top: 10px;
	display: block;
}

.company_2 {
	top: 50px;
}

.company_3 {
	top: 90px;
}

.company_4 {
	top: 130px;
}

.company_5 {
	top: 170px;
}

.world_1 {
	top: 10px;
}

.world_2 {
	top: 50px;
}

.world_3 {
	top: 90px;
}

.world_4 {
	top: 130px;
}

.world_5 {
	top: 170px;
}


.page_2{
	display: none;
}
.page_3{
	display: none;
}
