html,
body {
	background: #141414;
	font-family: 微软雅黑;
	color: #fff;
	height: 100%;
	overflow: hidden;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	overflow: hidden;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}

.line-clamp-1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 24px;
}

.header {
	display: flex;
	height:11.1111%;
	max-height: 120px;
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
}

.header div.content {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 45px;
}

.header-left {
	position: relative;
	float: left;
}

.header-tab-list {
	padding-right: 10px;
}

.header-right li {
	text-align: left;
	border-bottom: 1px solid transparent;
	position: relative;
}

.header-right li:after {
	border: 6px solid transparent;
	border-left: 6px solid #fff;
	content: "";
	right: -20px;
	position: absolute;
	top: 5px;
}

.header-right li.active:after {
	border: none;
}

.header-right li.active {
	border-bottom: 1px solid #fff;
}

.header-tab-line {
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #fff;
}

.header-right li.active .header-tab-line {
	display: none;
}

.content {
	width: 100%;
	box-sizing: border-box;
	/*padding: 0 170px;*/
}

.news-container {
	padding-top: 90px;
	padding-left: 12.5%;
	height: 100%;
}

.global-side {
	width: 12.5%;
	height: 100%;
	position: fixed;
	top: 90px;
	left: 0;
	background: #000;
}

.global-side-list>li a,
.global-side-second-level li {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	padding: 13px 20px;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
}

.global-side-list>li:last-of-type a {
	border-bottom: none;
}

.global-side-list>li.active a {
	background: rgba(255, 255, 255, .5);
}

.global-side-list>li a:hover {
	/*background: -prefix-linear-zgradient(right, rgba(0,0,0,.3), rgba(255,255,255,.2)); 
	background: linear-gradient(to right, rgba(0,0,0,.3), rgba(255,255,255,.2));*/
	background: #6d6d6d;
}

.global-side-list>li.up:after {
	border: 6px solid transparent;
	border-left: 6px solid #fff;
	content: "";
	right: 0;
	position: absolute;
	top: 52px;
}

.global-side-list>li.up.active:after {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	content: "";
	right: 5px;
	position: absolute;
	top: 55px;
}

.global-side-list>li.up.active .global-side-second-level {
	display: block;
}
.index-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:50px!important;
}

.news-container .container-right {
	background: url(../image/new_bg1.jpg) center center;
	background-size: 100% 100%;
	position: relative;
}

.container-right {
	height: 100%;
}

.container-right {
	padding-left: 0;
}

.service-container-list {
	width: 77%;
	margin: 0 auto;
	padding-left: 15px;
	padding-top: 40px;
	z-index: 200;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}


/***************************************************************更新代码************************************/

.swiper-slide .picbox {
	position: relative;
	float: left;
}

.swiper-slide .picbox:hover {
	animation: brightness 0.5s ease-in-out 0s 1 alternate forwards;
	-webkit-animation: brightness 0.5s ease-in-out 0s 1 alternate forwards;
	/* Safari and Chrome */
}

.swiper-slide .picbox:hover div {
	width: 100%;
	height: 100%;
	position: absolute;
	border: 0px solid rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	animation: mymove 0.5s ease-in-out 0s 1 alternate forwards;
	-webkit-animation: mymove 0.5s ease-in-out 0s 1 alternate forwards;
	/* Safari and Chrome */
}

@keyframes brightness {
	from {
		-webkit-filter: brightness(2);
		filter: brightness(2);
	}
	to {
		-webkit-filter: brightness(2);
		filter: brightness(2);
	}
	from {
		-webkit-filter: brightness(2);
		filter: brightness(2);
	}
	to {
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}
}

@-webkit-keyframes brightness {
	from {
		-webkit-filter: brightness(2.3);
		filter: brightness(2.3);
	}
	to {
		-webkit-filter: brightness(2.3);
		filter: brightness(2.3);
	}
	from {
		-webkit-filter: brightness(2.3);
		filter: brightness(2.3);
	}
	to {
		-webkit-filter: brightness(1);
		filter: brightness(1);
	}
}

@keyframes mymove {
	from {
		border: 0px solid rgba(0, 0, 0, 0.3);
	}
	to {
		border: 7px solid rgba(0, 0, 0, 0.7);
	}
	from {
		border: 7px solid rgba(0, 0, 0, 0.3);
	}
	to {
		border: 4px solid rgba(0, 0, 0, 0.5);
	}
}

@-webkit-keyframes mymove {
	from {
		border: 0px solid rgba(0, 0, 0, 0.3);
	}
	to {
		border: 7px solid rgba(0, 0, 0, 0.7);
	}
	from {
		border: 7px solid rgba(0, 0, 0, 0.3);
	}
	to {
		border: 4px solid rgba(0, 0, 0, 0.5);
	}
}


/*****************************************************************更新代码************************************/

.area-one {
	width: 98%;
	height: 14%;
	margin: 0 auto;
}

.area-two {
	width: 98%;
	height: 14%;
	margin: 0 auto;
}

.area-three {
	width: 98%;
	height: 14%;
	margin: 0 auto;
}

.area-four {
	width: 98%;
	height:14%;
	margin: 0 auto;
}

.area-five {
	width: 98%;
	height: 14%;
	margin: 0 auto;
}


/*@media only screen and (max-width: 1920px) {
	.content{width:1680px;margin:auto;padding: 0 20px;}
}*/


/*@media only screen and (max-width: 1366px) {
	.content{width:1280px;margin:auto;padding: 0 20px;}
	*/


/*----------------------------begin---------------------------------*/

.container {
	margin-top: 90px;
	padding-bottom: 64px;
}
.swiper-container{
	height:100%;
}
.swiper-wrapper {
	left: 10%;
}

.area-name {
	position: absolute;
	display: block;
	top:50%;
	left:20px;
	margin-left: 1px;
	margin-top: -6px;
	font-size: 12px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	text-align: center;
	width: 70px;
}

.point-area {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 65px;
	display: block;
}

.point-area5 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 60px;
	display: block;
}

.picbox {
	display: inline-block;
	width: 10.5%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
}

.picbox img {
	margin:0 auto;
	display: block;
}

.picbox img: hover {
	border: 50px solid #000;
}

.pic-box {
	position: absolute;
	width:576px;
	height:445px;
	top:50%; margin-top:-222px;
	left: 50%; margin-left:-288px;
	z-index: 500;
	background: transparent;
}
.pic-box-container{
	 width:576px; margin:0 auto;
	overflow: hidden;
	position: relative; height:420px;
}
.pic-box .pic-box-container img{ height:auto;}
.pic-box-btn{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding:0 20px;
	box-sizing: border-box; font-family:Arial, Helvetica, sans-serif;
	height:8%;
	background: #fff;
}
.pic-box img {
	width: 100%;
	height: 100%;
}

.pic-box-bg {
	width: 100%;
	height: 100%;
	z-index: 300;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
}

.about {
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	color: #000;
	color:#666;
	font-size: 13px;font-family:Arial, Helvetica, sans-serif;
}

.pic-box-close {
	position: absolute;
	bottom: 10px;
	right:20px;
	cursor: pointer;
	color: #666;
	font-size: 13px;font-family:Arial, Helvetica, sans-serif;
}

.pic-box-about {
	position: absolute;
	display: none;
	top: 190px;
	left: 274px;
	width: 1050px;
	height: 540px;
	background: #333333;
	z-index: 1000;
}

.pic-box-about-title {
	position: absolute;
	top: 14px;
	left: 26px;
	color: #ffffff;
	font-size: 14px;
}

.pic-box-about-close {
	position: absolute;
	top: 13px;
	right: 24px;
	cursor: pointer;
}

.pic-box-about-close button {
	background: #333333;
	border: none;
}

.pic-box-about-show {
	position: absolute;
	width: 1050px;
	height: 500px;
	top: 40px;
	background: #181818;
}

.pic-box-about-text {
	position: absolute;
	width: 360px;
	height: 455px;
	left: 30px;
	top: 20px;
	background: #181818;
}

.pic-box-about-text p {
	color: #ffffff;
	font-size: 12px;
	line-height: 170%;
}

.pic-box-about-pic1 {
	position: absolute;
	width: 350px;
	height: 200px;
	top: 40px;
	right: 25px;
}

.pic-box-about-pic2 {
	position: absolute;
	width: 350px;
	height: 200px;
	bottom: 40px;
	right: 25px;
}

.bodyer {
	position: absolute;
	height: 100%;
	width: 100%;
}

.bodyer-left {
	position: absolute;
	background: #38c298;
	width: 10%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: #fff;
}

.bodyer-tab-list {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 100%;
}

.bodyer-tab-list li.active {
	border-bottom: 1px;
	width: 170px;
	height: 40px;
}

.bodyer-right {
	background: #868D9C;
	padding: 1px 10%;
	width: 80%;
	height: 100%;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 100%;
	height: 100%;
}

.flex-item {
	width: 200px;
	height: 200px;
	margin-left: 110px;
	margin: 30px 0px 30px 80px;
}

.flex-item img {
	width: 200px;
	height: 200px;
}

.pageChange {
	float: right;
	margin-right: 5%;
}

.pageChange ul.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pageChange li {
	display: inline-block;
}

.pageChange div.back {
	text-align: left;
	cursor: pointer;
}

.pageChange div.next {
	text-align: right;
	cursor: pointer;
}

.pageChange input.page-number-input {
	width: 31px;
	height: 31px;
	margin: 0 3px;
	border: 1px solid #c19a36;
	text-align: center;
	line-height: 30px;
}

.pageChange div.confirm {
	display: inline-block;
	cursor: pointer;
	top: 100px;
	left: 100px;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}
.swiper-slide{
	width:100%; overflow:hidden;
}
.swiper-slide img {
	cursor: pointer;
}

.index-content-mobiel {
	display: none;
}

.swiper-button-prev,
.swiper-button-next {
	width: 15px;
	height: 20px;
	top:50%;
	margin-top:-10px;
}

.swiper-button-prev {
	background: url(../image/left.png)no-repeat;
	background-size: 100% 100%;
}

.swiper-button-next {
	background: url(../image/right.png)no-repeat;
	background-size: 100% 100%;
}

.index-container {
	height: 100%;
	box-sizing: border-box;
}

.index-container .content {
	width: 100%;
	height:100%;
	padding:0 45px;
	box-sizing: border-box;
	margin: 0 auto;
}
.index-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:55px!important;
}
.index-container-bottom,.index-container-top{
	background: transparent;
	width:100%;	
}

/*------------------------------end---------------------------------*/


/*}*/

@media only screen and (max-width: 1024px) {
	.content {
		width: 980px;
		margin: auto;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 640px) {
	.content {
		padding: 0 20px;
	}
	.header {
		height: 60px;
	}
	.header div.content {
		padding: 0 20px;
	}
	.header-left {
		width: 120px;
	}
	.header-right {
		width: 30px;
	}
	.header-mobile-tab {
		width: 100%;
		margin-top: 22px;
		cursor: pointer;
	}
	.header-mobile-list {
		width: 100%;
		height: 2px;
		background: #fff;
		margin: 5px 0;
	}
	.header-tab-list {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, .9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5000000, endColorstr=#E5000000);
		overflow: hidden;
		height: 0;
		z-index: 2000;
	}
	.header-right li.active {
		border-bottom: 1px solid #868d9c;
	}
	.header-right li {
		border-bottom: 1px solid #868d9c;
		text-align: center;
	}
	.header-right li a {
		display: block;
		padding: 15px 0;
	}
	.header-right li:last-child {
		border-bottom: none;
	}
	.index-container {
		margin-top: 60px;
	}
	.index-container .content {
		display: none;
	}
	.index-content-mobiel {
		display: block;
		height:100%;
	}
	.index-mobiel-tab {
		display: flex;
		justify-content: space-around;
		background: #000;
	}
	.index-mobiel-tab li {
		padding: 13px 0;
		width:100%;
		text-align: center;
		font-size: 12px;
	}
	.index-mobiel-tab li.active {
		background: rgba(255, 255, 255, .1);
	}
	.index-mobiel-content {
		padding: 0 20px;
		padding-top: 20px;
		height: 80%;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	.index-mobiel-content.active{
		display:block;
	}
	.index-mobiel-content li {
		width: 46%;
		float: right;
		max-height: 20%;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.index-mobiel-content li:nth-of-type(2n+1) {
		float: left;
	}
	.index-mobiel-content li img {
		width: 100%;
	}
	.index-container-bottom,.index-container-top{
		display:none;
	}
}
.area-one{ position:relative;}
.index-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left:50px!important;}	
@media screen and (min-width:1000px) and (max-width:1024px) {
	.area-one{ width:900px; height:80px;}
	.swiper-slide{ width:800px;}
	.picbox{width:100px; height:80px;}
	.picbox img{ width:100%; height:100%;}
	.area-one .swiper-container{ margin:0 auto; width:800px;}
	.swiper-wrapper{  width:800px; left:0;}
	.area-name{ left:0; margin-left:0px;}	
}
@media screen and (min-width:1200px) and (max-width:1440px) {
	.area-one{ width:1200px; height:100px;}
	.swiper-slide{ width:1000px;}
	.picbox{width:125px; height:100px;}
	.picbox img{ width:100%; height:100%;}
	.area-one .swiper-container{ margin:0 auto; width:1000px;}
	.swiper-wrapper{  width:1000px; left:0;}
	.area-name{ left:0; margin-left:0px;}
	
}

@media screen and (min-width:1440px) and (max-width:1920px) {
	.area-one{ width:1480px; height:124px;}
	.swiper-slide{ width:1280px;}
	.picbox{width:160px; height:124px;}
	.picbox img{ width:100%; height:100%;}
	.area-one .swiper-container{ margin:0 auto; width:1280px;}
	.swiper-wrapper{  width:1280px; left:0;}
	.area-name{ left:0; margin-left:0px;}
	
}