body{min-width:1170px;padding-bottom:75px;padding-top:53px;}
.menuarea{top:0;border-bottom:#292929 1px solid;}
.part1{width:100%;}

.imgareaouter{width:100%;height:500px;text-align:center;position:relative;}
.imgarea{width:100%;height:500px;position:relative;overflow:hidden;margin:0 auto;}
.imgarea .imgitem{
	position:absolute;left:0;top:0;right:0;
	width:100%;height:100%;
	margin:0 auto;opacity:0;
	transition-duration: 0.8s;
}
.imgarea .imgitem.active{opacity:1;display:block;z-index:2;}
.imgarea .imgitem img{width:100%;}
.imgareaouter .pages{position:absolute;left:0;right:0;bottom:12px;text-align:center;height:50px;z-index:3;}
.imgareaouter .pages .inner{width:135px;margin:0 auto;}
.imgareaouter .pages .inner .pre,
.imgareaouter .pages .inner .next{
	float:left;cursor:pointer;
	width:40px;height:50px;line-height:50px;
	background-color: #FFFFFF;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	color: #999999;
	text-align: center;
	font-size: 20px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
.imgareaouter .pages .inner .next{margin-left:35px;}
.imgareaouter .pages .inner .pre:hover,
.imgareaouter .pages .inner .next:hover{opacity:1;}


.detailouter{width:100%;text-align:center;margin-top:100px;}
.detailarea{width:600px;margin:0 auto;text-align:left;}
.detailarea .title{
	min-height: 37px;
	color: #28292E;
	line-height: 31px;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	font-family: '__FZDaBiaoSong-B06_5';
	font-weight: 400;
}
.detailarea .row1{
	text-align:left;
	min-height: 37px;
	color: #7F7F7F;
	line-height: 20px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	margin-top: 10px;
}
.detailarea .con{
	min-height: 231px;
	color: #333333;
	line-height: 23px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
	margin-top: 40px;
}


.pageline{  width:100%;margin-top:40px;height:64px; }
.pageline .t-table{width:100%;height:100%;}
.pageline .t-cell{height:100%;vertical-align:middle;text-align:center;position:relative;}
.pageline .cell1{text-align:left;padding-left:29px;}
.pageline .cell3{text-align:right;padding-right:29px;}
.pageline .cell1,.pageline .cell3 {
	width:154px;
	min-height: 16px;
	color: #28292E;
	line-height: 22px;
	font-family: '__FZLanTingHeiS-EL-GB_5';
	font-weight: 400;
}
.pageline .cell1 .icon,.pageline .cell3 .icon{
	width: 24px;
	height: 12px;
	background-image:url("../images/arrow-right2.png");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
}
.pageline .cell1 .icon{
	position:absolute;left:-24px;top:14px;
	-webkit-transform: matrix(-1,0,0,-1,24,12);
	-ms-transform: matrix(-1,0,0,-1,24,12);
	transform: matrix(-1,0,0,-1,24,12);
}
.pageline .cell3 .icon{
	position:absolute;right:0;top:26px;
}
.pageline .cell1:hover .icon,
.pageline .cell3:hover .icon{
	background-image:url("../images/arrowgary.png");
}

.pageline .cell1:hover,.pageline .cell3:hover{
	color: #AAAAAA;
}
.pageline .cell2 .icon{
	width: 19px;height: 19px;margin:0 auto;cursor:pointer;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../images/services-fr.png');
	background-size: contain;
}
.pageline .cell2 .icon:hover{background-image:url('../images/services-fr-1.png');}