*{
	text-decoration: none;
	border:0;
	padding:0;
	margin:0;
}

ul, li{list-style: none;}

a,a:hover{text-decoration:none;font-family:microsoft yahei,Arial, Verdana, Helvetica, sans-serif;}

a:focus{outline:none; -moz-outline:none;}

body{
	font-family:microsoft yahei,Arial, Verdana, Helvetica, sans-serif;
}

#bai{
	width:100%;
	height:110px;
	margin:0 auto;
	display:block;
	font-size:0;
}

#header{
	width:100%;
	min-width:1300px;
	z-index:11;
	background:#fff;
	position:absolute;
	top:0;left:0;
	padding-bottom:0px;
	font-size:0;
}

#head{
	width:80%;
	margin:0 auto 0;
}

#logo{
	float:left;
	width:200px;
	/* height:50px; */
	/* line-height:50px; */
	margin-top:20px;
}

#nav{
	/* height:90px; */
	background:#fff;
	font-weight:bold;
	float:right;
	margin-top:30px;
}

.first-menu li {
	float:left;
}

.first-menu>li{
	position:relative;
	overflow:visible;
	margin-left:20px;
}

.second-menu>li{
	position:relative;
	z-index:11;
}

.third-menu li{
	z-index:12;
}

.first-menu li a {
	display:block;
	float:left;
	color:#555555;
	font-size:18px;
	padding-bottom:3px;
	text-align:center;	
	line-height:1.5em;
}

.first-menu>li.nav_cur>a{
	color:#46c7e3;
}

.first-menu li.nav_select{
	
}

.first-menu li.nav_select>a{
	color:#3595aa;
	border-bottom: 3px solid #3595aa;
}

.first-menu a:hover {
	color:#46c7e3;
}

.second-menu,.third-menu{
	width:175px;
	position:absolute;
	display:none;
	top:25px;
	left:-1px;
	background:#fff;
	box-shadow: 0 3px 5px rgba(0,0,0,.26);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.26);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.26);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,.26);
	-ms-box-shadow: 0 3px 5px rgba(0,0,0,.26);
	
}

.second-menu>li,.third-menu>li{
	height:45px;
}

.second-menu li a{
	width:175px;
	height:45px;
	display:block;
	line-height:36px;
	font-size:14px;
	text-indent:20px;
	border-left:1px solid #ebeaea;
	border-top:1px solid #ebeaea;
	border-right:1px solid #ebeaea;
	float:none;
	font-weight:normal;
	color:#666666;
	text-align:left;
	background:#fff;
}

.second-menu li a.borderTopNone{
	border-top:0;
}

.second-menu li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}

.third-menu{
	z-index:12;
	top:14px;
	left:170px;
}

#index_banner,#index_banner .bannerPic{
	position: relative; 
	margin:0 auto;
	min-width:1300px;
	width:100%;
	height:585px;
	overflow:hidden;
}

#index_banner .bannerPic{
	height:585px;
}

#index_banner .BanPic{
	position:absolute;
	left:0;
	top:0;
	min-width:1300px;
	width: 100%;
	float:left;
	height:585px;
}

/* #index_banner .BanPic a{
	position: relative;
	display: block;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	background:#fff;
} */
#index_banner .BanPic>img{
	position: absolute;
	height:590px;
	display: block;
	border: 0;
}
#index_banner .bannerNum{
	z-index:9; 
	position:absolute; 
	text-align:center; 
	width:100px; 
	bottom:5%;
	left:50%;
	margin-left:-50px;
	height:35px; 
	padding-top:15px;
	line-height:35px;
	cursor: pointer;
}

#index_banner .bannerNum a{
	width:25px;
	height:25px;
	display:block;
	float: left;
	margin:2px;
	background:url("../img/change2.png") no-repeat;
}

#index_banner .bannerNum a:hover{
	background:url("../img/change1.png") no-repeat;
}

#index_banner .bannerNum a.banNumCur{
	background:url("../img/change1.png") no-repeat;
}

.who,.doing,.project,.help,.three_skill,.four_skill,.cases,.people,.estateClients,.footer{
	clear:both;
}

.who{
    width:100%;
    min-width:1300px;
    height:442px;
    background:#46c6e2;
    position:relative;
}

.who_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:50%;
    bottom:80px;
    color:#0b8fac;
    position:absolute;
	clear:both;
}

.who_cont_title h1{
	font-size:28px;
}

.who_cont_left {
	clear:both;
	position:absolute;
	right:50%;
	top:15%;
    width:35%;
    float:right;
	height:350px;
}

.who h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

/* .who p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	background-color: rgba(0, 0, 0, 0.05);
	other browsers
	opacity: 0.4;
	this works in IE6, IE7, and IE8
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
	this works in IE8 only
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    width:100%;
    letter-spacing: 1px;
    font-size:14px;
    color:#ffffff;
    line-height:24px;
    padding: 10px;
    margin-top:46px;
} */
#who_nifty{ 
 background: #3ebcd8; /* 文字区域背景色 */
}
b.who_rtop, b.who_rbottom{ 
 display:block; 
 background: #46c6e2;/* 边角背景颜色  */
} 
b.who_rtop b, b.who_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #3ebcd8;/* 上下圆角背景颜色 */
}
#do_nifty{ 
 background: #12a479; /* 文字区域背景色 */
}
b.do_rtop, b.do_rbottom{ 
 display:block; 
 background: #14ad80;/* 边角背景颜色  */
} 
b.do_rtop b, b.do_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #12a479;/* 上下圆角背景颜色 */
}
b.r1{ 
 margin: 0 5px; 
 background-color: #FF0000; 
} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.r1,b.r2,b.r3,b.r4 
{ 
 border-right-width: 0px; 
 border-left-width: 0px; 
 border-right-style: solid; 
 border-left-style: solid; 
/*  border-right-color: #FF0000; 
 border-left-color: #FF0000;  */
 } 
/* b.rtop b.r4, b.rbottom b.r4{ 
 margin: 0 1px; 
 height: 2px; 
} 
b.rtop b.r1,b.rtop b.r1{ 
 border-top-width: 0px; 
 border-top-style: solid; 
 border-top-color: #FF0000; 
} 
b.rbottom b.r1,b.rbottom b.r1{ 
 border-bottom-width: 0px; 
 border-bottom-style: solid; 
 border-bottom-color: #FF0000; 
}  */
.main { 
 width: 100%; 
 border-right-width: 0px; 
 border-left-width: 0px; 
 border-right-style: solid; 
 border-left-style: solid; 
/*  border-right-color: #FF0000; 
 border-left-color: #FF0000;  */
}
.main p {
	font-size:14px;
    color:#ffffff;
    line-height:24px;
    padding: 10px;
}

.main p a{
	color:#fff;
}

.main p a:hover{
	color:#fff993;
}

.who_cont_right{
	float:right; 
	width:50%;
    height:442px;
}

.who_cont_right_pic{
	position: relative;
}

.who_cont_right_pic img{
	position:absolute;
	right:30%;
	top: 52px;
}

.doing{
	width:100%;
	min-width:1300px;
	height:556px;
	background:#14ad80;
	position:relative;
}

.doing_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:15%;
    bottom:25%;
    color:#078761;
    position:absolute;
}

.doing_cont_title h1{
	font-size:28px;
}

.doing_cont_text {
	clear:both;
	position:absolute;
	right:15%;
	top:23%;
    width:35%;
    float:left;
	height:350px;
}

.doing h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

/* .doing p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, 0.05);
    width:100%;
    font-size:14px;
    color:#ffffff;
    line-height:24px;
    padding: 10px;
    margin-top:46px;
} */

.doing_cont_pic{
	float:left;
	width:50%;
	height:556px;
	position: relative;
}

.doing_cont_pic img{
	position:absolute;
	left:30%;
	top: 20%;
}

.project{
	width:100%;
	min-width:1300px;
	min-height:556px;
	background:#339499;
	position:relative;
}

.project_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:50%;
    bottom:10%;
    color:#05757b;
    position:absolute;
}

.project_cont_title h1{
	font-size:28px;
}

.project_cont_text {
	clear:both;
	position:absolute;
	left:15%;
	top:10%;
    width:35%;
    float:left;
	height:350px;
}

.project h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

#pro_nifty{ 
 background: #2d8c90; /* 文字区域背景色 */
}
b.pro_rtop, b.pro_rbottom{ 
 display:block; 
 background: #339499;/* 边角背景颜色  */
} 
b.pro_rtop b, b.pro_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #2d8c90;/* 上下圆角背景颜色 */
}
/* .project p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	background-color: rgba(0, 0, 0, 0.05);
    width:100%;
    font-size:14px;
    color:#ffffff;
    line-height:20px;
    padding: 10px;
    padding-left:30px;
    margin-top:25px;
} */

.project p a{
	color:#ffffff;
	font-size: 24px;
	line-height: 24px;
}

.project p a:hover{
	color:#fff993;
}

.project p span{
	margin-top:0px;
	margin-bottom:12px;
	display:block;
	letter-spacing: 1px;
	line-height: 18px;
}

.project_cont_pic{
	float:right;
	width:720px;
	height:556px;
	position: relative;
	/* background:url(../img/lines.png) no-repeat; */
}

.project_cont_pic img{
	position:absolute;
	left:20%;
	top: 20%;
}

.project_cont_pic .gov{
	background:url(../img/gov.png) no-repeat;z-index:14;width:124px;height:124px;display:block;top:15%;left:34%;position:absolute;
}

.project_cont_pic .gov:hover{
	background:url("../img/gov2.png") no-repeat;
}

.project_cont_pic .serv{
	background:url(../img/serv.png) no-repeat;z-index:14;width:124px;height:124px;display:block;top:38%;left:55%;position:absolute;
}

.project_cont_pic .serv:hover{
	background:url(../img/serv2.png) no-repeat;
}

.project_cont_pic .indu{
	background:url(../img/indu.png) no-repeat;z-index:14;width:124px;height:124px;display:block;top:38%;left:15%;position:absolute;
}

.project_cont_pic .indu:hover{
	background:url(../img/indu2.png) no-repeat;
}

.project_cont_pic .city{
	background:url(../img/city.png) no-repeat;z-index:14;width:124px;height:124px;display:block;top:63%;left:34%;position:absolute;
}

.project_cont_pic .city:hover{
	background:url(../img/city2.png) no-repeat;
}

.help{
	width:100%;
	min-width:1300px;
	min-height:556px;
	background:#dc6957;
	position:relative;
}

.help_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:15%;
    bottom:15%;
    color:#c14b38;
    position:absolute;
}

.help_cont_title h1{
	font-size:28px;
}

.help_cont_text {
	clear:both;
	position:absolute;
	right:15%;
	top:13%;
    width:35%;
    float:right;
	height:350px;
}

.help h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

#help_nifty{ 
 background: #d1604e; /* 文字区域背景色 */
}
b.help_rtop, b.help_rbottom{ 
 display:block; 
 background: #dc6957;/* 边角背景颜色  */
} 
b.help_rtop b, b.help_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #d1604e;/* 上下圆角背景颜色 */
}
/* .help p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	background-color: rgba(0, 0, 0, 0.05);
    width:100%;
    font-size:14px;
    color:#ffffff;
    line-height:20px;
    padding: 20px 30px;
    margin-top:25px;
} */

.help p a{
	color:#ffffff;
	font-size: 24px;
	line-height: 24px;
}

.help p a:hover{
	color:#fff993;
}

.help p span{
	margin-top:6px;
	margin-bottom:12px;
	display:block;
	letter-spacing: 1px;
	line-height:18px;
}

.help_cont_pic{
	float:left;
	width:50%;
	height:556px;
	position: relative;
}

.help_cont_pic img{
	position:absolute;
	left:30%;
	top: 8%;
}

.skills{
	width:100%;
	min-width:1300px;
	height:556px;
	background:#f79655;
	position:relative;
}

.skills_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:50%;
    bottom:25%;
    color:#d67534;
    position:absolute;
}

.skills_cont_title h1{
	font-size:28px;
}

.skills_cont_text {
	clear:both;
	position:absolute;
	right:50%;
	top:17%;
    width:35%;
    float:right;
	height:350px;
}

.skills h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

#skill_nifty{ 
 background: #e98a4a; /* 文字区域背景色 */
}
b.skill_rtop, b.skill_rbottom{ 
 display:block; 
 background: #f79655;/* 边角背景颜色  */
} 
b.skill_rtop b, b.skill_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #e98a4a;/* 上下圆角背景颜色 */
}
/* .skills p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	background-color: rgba(0, 0, 0, 0.05);
    width:100%;
    font-size:14px;
    color:#ffffff;
    line-height:24px;
    padding:40px 30px;
    margin-top:25px;
} */

.skills p a{
	padding:40px 15px;
	color:#ffffff;
	font-size: 24px;
	line-height: 20px;
}

.skills p a:hover{
	color:#fff993;
}

.skills p span{
	padding:15px;
	display:block;
	letter-spacing: 1px;
	line-height:18px;
}

.skills_cont_pic{
	float:right;
	width:50%;
	height:556px;
	position: relative;
}

.skills_cont_pic img{
	position:absolute;
	right:25%;
	top: 8%;
}

.data{
	width:100%;
	min-width:1300px;
	min-height:640px;
	background:#8473bc;
	position:relative;
}

.data_cont_title {
    width:100%;
    text-align:right;
    font-size:14px;
    right:15%;
    bottom:10%;
    color:#6250a1;
    position:absolute;
}

.data_cont_title h1{
	font-size:28px;
}

.data_cont_text {
	clear:both;
	position:absolute;
	right:15%;
	top:10%;
    width:35%;
    float:right;
	height:350px;
}

.data h2 {
    font-size:36px;
    color:#ffffff;
    font-weight:bold;
}

#data_nifty{ 
 background: #7b69b7; /* 文字区域背景色 */
}
b.data_rtop, b.data_rbottom{ 
 display:block; 
 background: #8473bc;/* 边角背景颜色  */
} 
b.data_rtop b, b.data_rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #7b69b7;/* 上下圆角背景颜色 */
}

/* .data p{
	border:1px;
	border-radius:5px;
	 这里是左上角的圆角设置
	-moz-border-radius-topleft: 5px;
　　-moz-border-radius-topright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-top-rightright-radius: 5px;
　　-webkit-border-top-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
  这里是右上角的圆角设置
    -moz-border-radius-topright: 5px;
　　-moz-border-radius-topleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-top-leftleft-radius: 5px;
　　-webkit-border-top-right-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
     这里是左下角的圆角设置
    -moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-left-radius: 5px;
　　-webkit-border-bottom-rightright-radius: 5px;
      这里是右下角的圆角设置
    -moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-moz-border-radius-bottomright: 5px;
　　-moz-border-radius-bottomleft: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-right-radius: 5px;
　　-webkit-border-bottom-leftleft-radius: 5px;
	background:#ffffff;
	background-color: rgba(0, 0, 0, 0.05);
    width:100%;
    font-size:14px;
    color:#ffffff;
    line-height:20px;
    padding: 20px 30px;
    margin-top:25px;
} */

.data p a{
	color:#ffffff;
	font-size: 24px;
	line-height: 24px;
}

.data p a:hover{
	color:#fff993;
}
.data p span{
	margin-top:6px;
	margin-bottom:12px;
	display:block;
	letter-spacing: 1px;
	line-height: 18px;
}

.data_cont_pic{
	float:left;
	width:50%;
	height:640px;
	position: relative;
}

.data_cont_pic img{
	position:absolute;
	left:25%;
	top: 20%;
}

.cases{
	width:100%;
	min-width:1300px;
	height:507px;
	background:#dddddd;
	position:relative;
}

#prev{
	width:37px;
	height:66px;
	position: absolute; bottom: 35%; left:5%; z-index:4;
	background:url(../img/ligbigback.png) no-repeat;
}

#prev:hover{
	background:url(../img/bigback.png) no-repeat;
}

#next{
	width:37px;
	height:66px;
	position: absolute; bottom: 35%; right:5%; z-index:4;
	background:url(../img/ligbignext.png) no-repeat;
}

#next:hover{
	background:url(../img/bignext.png) no-repeat;
}

.cases_cont{
	width:80%;
	margin:auto;
	position:relative;
}

.cases_cont_title {
    width:100%;
    text-align:center;
    font-size:14px;
    left:0;
    top:30%;
    color:#7b7b7b;
    position:absolute;
}

.cases_cont_title h1{
	font-size:36px;
	color:#545454;
}

.cases_cont_title h2{
	font-size:28px;
}

/* .cases_content_list{
	position:absolute;
	width:80%;
	top:50%;
	left:15%;
}

.cases_content_list li{
	float:left;
	margin-right:50px;
	border-right: 1px solid #aaaaaa;
}

.cases_content_list li img{
	border:10px solid #ffffff;
}

.cases_content_list li img:hover{
	border:10px solid #6fb62b;
}

.cases_content_list h3{
	padding-top:5px;
	font-size: 16px;
	color: #545454;
	margin-left:20px;
}

.cases_content_list li p{
	font-size: 12px;
	color:#7b7b7b;
	width:200px;
	margin-left:20px;
	margin-right:50px;
} */

#changebox{
	width:1000px;
	height:150px;
	overflow:hidden; 
	position:relative;
	top:220px;
	margin:auto;
}

#changebox #changeaction{
	width:200%;
	height:150px;
	position:absolute;
	left:0px;
}

#content{
	width:50%;
	float:left;
	overflow: hidden;
}

.case_cont_left{
	float:left;
	width:49%;
	border-right:1px solid #aaaaaa;
}

.case_cont_left .left{
	float:left;
	width:55%;
}

.case_cont_left a img{
	border:10px solid #efefef;
	float:right;
}

.case_cont_left a img:hover{
	border:10px solid #6fb62b;
}

.case_cont_left .right{
	width:45%;
	float:right;
	font-size: 12px;
	color:#7b7b7b;
}

.case_cont_left .right h3{
	padding-top:5px;
	font-size: 16px;
	color:#545454;
	padding-left:15%;
}

.case_cont_left p{
	width:75%;
	line-height:1.5em;
	padding-left:15%;
}

.case_cont_right{
	float:left;
	width:50%;
	margin-left:-1px;
}

.case_cont_right .left{
	float:left;
	width:55%;
}

.case_cont_right a img{
	border:10px solid #efefef;
	float:right;
}

.case_cont_right a img:hover{
	border:10px solid #6fb62b;
}

.case_cont_right .right{
	width:45%;
	float:right;
	font-size: 12px;
	color:#7b7b7b;
}

.case_cont_right .right h3{
	padding-top:5px;
	font-size: 16px;
	color: #545454;
	padding-left:15%;
}

.case_cont_right p{
	width:85%;
	line-height: 1.5em;
	padding-left:15%; 
}
/* .case_cont_left{
	float:left;
	width:24%;
	border-right: 1px solid #aaaaaa;
}

.case_cont_left .left{
	float:left;
	width:50%;
}

.case_cont_left a img{
	border:10px solid #ffffff;
}

.case_cont_left a img:hover{
	border:10px solid #6fb62b;
}

.case_cont_left .right{
	width:50%;
	float:right;
	font-size: 12px;
	color:#7b7b7b;
}

.case_cont_left .right h3{
	padding-top:5px;
	font-size: 16px;
	color: #545454;
}

.case_cont_left p{
	width:75%;
	line-height: 1.5em; 
}

.case_cont_right{
	float:left;
	width:24%;
	padding-left:3%;
}

.case_cont_right .left{
	float:left;
	width:50%;
}

.case_cont_right a img{
	border:10px solid #ffffff;
}

.case_cont_right a img:hover{
	border:10px solid #6fb62b;
}

.case_cont_right .right{
	width:50%;
	float:right;
	font-size: 12px;
	color:#7b7b7b;
}

.case_cont_right .right h3{
	padding-top:5px;
	font-size: 16px;
	color: #545454;
}

.case_cont_right p{
	width:75%;
	line-height: 1.5em; 
} */

.footer{
	width:100%;
	min-width:1300px;
	height:200px;
	background:#444444;
	position:relative;
}

.footer_cont_title {
    width:20%;
    bottom:10%;
    text-align:left;
    left:15%;
    color:#505050;
    position:absolute;
}

.footer .left{
	width:55%;
	float:left;
	position:absolute;
	top:35%;
	left:15%;
}

.footer .left .foward{
	border-right:1px solid #ffffff;
}

.footer .left a{
	font-size:14px;
	color:#ffffff;
	padding-right:10px;
	padding-left:10px;
}

.footer .left a:hover{
	text-decoration: underline;
}

.footer .left p{
	color:#ffffff;
	font-size:14px;
	margin-top:15px;
}

.footer .right{
	width:40%;
	color:#ffffff;
	font-size:24px;
	position:absolute;
	top:35%;
	right:5%;
}

.footer .right img{
	float:left;
}

.footer .right p{
	margin-top:15px;
	padding-left:70px;
}

#returnTop{
	display:none;
	position:fixed;
	right:10px;
	bottom:15px;
	cursor:pointer;
	width:40px;
	height:100px;
	z-index:100;
	background:url(../img/top.png) no-repeat;
}

