/* 首页样式表 */

.carousel-indicators li {
	*display: inline;
	_zoom: 1;
	width: 16px;
	height: 16px;
	background: url("../images/bg-guia-transparente.png") no-repeat center;
	border: 0;
	margin: 0 7px;
	-webkit-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-ms-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 2000ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
}
.carousel-indicators .active[data-slide-to="0"] {
	background: transparent url("../images/bolinha-azul-luz.png");
	box-shadow: 0 0 15px 5px #6FF1F3
}

.wrap .w-1200-list {
	padding: 70px 0 0;
	position: relative;
}
.wrap .w-1200-list .header-bg {
	width: 360px;
	height: 74px;
	background: url("../images/title-bg.png") repeat-x;
	position: absolute;
	top: 70px
}
.wrap .w-1200-list .page-header {
	width: 778px;
	height: 74px;
	border: 0;
	margin: 0;
}
.wrap .w-1200-list .page-header h3 {
	width: 386px;
	line-height: 74px;
	font-size: 36px;
	color: white;
	background: url("../images/title-bg.png") repeat-x;
}
.wrap .w-1200-list.operate .header-bg {
	left: 0
}
.wrap .w-1200-list.operate  .page-header span {
	display: inline-block;
	width: 378px;
	height: 74px;
	background: url("../images/title1.png") no-repeat center;
}
.wrap .operate,
.wrap .news {
	background-color: #f0f0f0;
	padding-bottom: 90px
}
.wrap .operate .page-header {
	margin-bottom: 100px
}
.wrap .operate li {
	float: left;
	width: 217px;
	border: 1px solid #E2E2E2;
	background: #F6F6F6;
	border-radius: 5px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	position: relative;		margin: 5px;
}
.wrap .operate li:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.wrap .operate li .list-box {
	text-align: center;
	padding: 60px 0px 85px;
}
.wrap .operate li + li {
	margin-left: 21px
}
.wrap .operate li .img,
.wrap .operate li .img .btn-span {
	display: block;
	width: 165px;
	height: 140px;
	background-image: url("../images/out_btn.jpg?v=3");
	margin: 0 auto
}
.wrap .operate li .img .btn-span {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	position: absolute;
	top: 64px;
	z-index: 10
}
.wrap .operate li .btn1 {background-position: 0px 0px}
.wrap .operate li .btn2 {background-position: -165px 0px}
.wrap .operate li .btn3 {background-position: -330px 0px}
.wrap .operate li .btn4 {background-position: -495px 0px}
.wrap .operate li .btn5 {background-position: 0px -140px}
.wrap .operate li .btn6 {background-position: -165px -140px}
.wrap .operate li .btn7 {background-position: -330px -140px}
.wrap .operate li .btn8 {background-position: -495px -140px}
.wrap .operate li .btn9 {background-position: -660px 0px}
.wrap .operate li .btn10 {background-position: -660px -140px}
.wrap .operate li .btn1 .btn-span {background-position: 0px 0px}
.wrap .operate li .btn2 .btn-span {background-position: -165px 0px}
.wrap .operate li .btn3 .btn-span {background-position: -330px 0px}
.wrap .operate li .btn4 .btn-span {background-position: -495px 0px}
.wrap .operate li .btn5 .btn-span {background-position: 0px -140px}
.wrap .operate li .btn6 .btn-span {background-position: -165px -140px}
.wrap .operate li .btn7 .btn-span {background-position: -330px -140px}
.wrap .operate li .btn8 .btn-span {background-position: -495px -140px}
.wrap .operate li .btn9 .btn-span {background-position: -660px 0px}
.wrap .operate li .btn10 .btn-span {background-position: -660px -140px}
.wrap .operate a:hover .btn-span {
	opacity: 100;
	filter: alpha(opacity=100);
}
.wrap .operate li h3 {
	font-size: 32px;		font-weight:600;
	color: #333;
	margin: 10px 0 20px
}
.wrap .operate li p {
	font-size: 14px;
	color: #666;
	line-height: 24px
}
.wrap .operate li .list-shadow {
	width: 227px;
	height: 30px;
	background: url("../images/oper-list-bg.png") no-repeat 0 -20px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -113px
}

.wrap .works {
	width: 100%;
	height: 690px;
	text-align: center;
	background: url("../images/bg1.jpg") no-repeat center;
	padding-top: 60px
}
.wrap .works h1 {
	font-size: 36px;
	color: #333;
	font-weight: bold
}
.wrap .works h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 10px
}
.wrap .works .work-nav {
	text-align: center;
	margin-top: 20px;	
}
.wrap .works .work-nav .nav-tabs {
	border: 0
}
.wrap .works .work-nav li {
	float: none;
	display: inline-block;
	*display: inline;
	_zoom: 1;
}
.wrap .works .work-nav a {
	display: inline;
	border: 0;
	color: #333;
	font-weight: bold;
	border-radius: 0;	
	padding: 6px 25px;
}
.wrap .works .work-nav a:focus,
.wrap .works .work-nav a:hover {
	background: transparent;
}
.wrap .works .work-nav li.active a,
.wrap .works .work-nav li.focus a,
.wrap .works .work-nav li.hover a {
	border: 1px solid #333;
	background: transparent;
}
.wrap .works .tab-content {
	margin-top: 20px;
	overflow: hidden
}
.wrap .works .tab-content li {
	float: left;
	width: 25%;
	position: relative;
	padding:3px
}
.wrap .works .tab-content li img {
	width: 100%;
	height: 190px
}
.wrap .works .tab-content li .workHover {
	width: 100%;
	height: 100%;
	*width: 270px;
	*height: 165px;
	color: white;
	text-align: left;
	background: rgba(0, 0, 0, .8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
 	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 25px 0 0 30px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 10
}
.wrap .works .tab-content h3 {
	color: white;
	font-size: 28px;
	font-family: "Microsoft Yahei"
}
.wrap .works .tab-content h4 {
	font-size: 14px;
	font-family: Arial;
	margin: 5px 0 0
}
.wrap .works .tab-content a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url("../images/icon.png") no-repeat;
	margin: 10px 2px 0 0
}
.wrap .works .tab-content .gwlink {background-position: -4px -70px}
.wrap .works .tab-content .sclink {background-position: -40px -70px}
.wrap .works .tab-content .wxlink {background-position: -76px -70px}
.wrap .works .tab-content .gwlink:hover {background-position: -4px -110px}
.wrap .works .tab-content .sclink:hover {background-position: -40px -110px}
.wrap .works .tab-content .wxlink:hover {background-position: -76px -110px}
.wrap .works .tab-content li:hover .workHover {
	opacity: 100;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
}

.wrap .ment .header-bg {
	right: 0
}
.wrap .ment .page-header,
.wrap .ment .page-header h3 {
	float: right;
}
.wrap .ment .page-header {
	width: 926px;
	margin-bottom: 80px
}
.wrap .ment .page-header span {
	float: left;
	width: 540px;
	height: 73px;
	background-image: url("../images/title2.png");
}
.wrap .ment .ment-content {
	min-height: 500px;
	text-align: center;
	position: relative;
}
.wrap .ment .ment-content li {
	width: 400px;
	position: absolute;
	bottom: 0
}
.wrap .ment .ment-content .pc {
	left: 0
}
.wrap .ment .ment-content .phone {
	left: 400px
}
.wrap .ment .ment-content .weixin {
	left: 800px
}
.wrap .ment .ment-content h3 {
	font-size: 20px;
	color: #333;
	margin: 30px 0 25px
}
.wrap .ment .ment-tree {
	position: relative;
	bottom: 0
}
.wrap .ment .ment-tree .tree {
	width: 2px;
	height: 40px;
	background: #f15c0f;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	margin: 0 auto;
	position: relative;
}
.wrap .ment .ment-tree .tree .tree-bt {
	display: block;
	width: 8px;
	height: 8px;
	background-color: #f15c0f;
	border-radius: 50%;
	position: absolute;
	bottom: -4px;
	left: -3px
}
.wrap .ment .ment-bt {
	width: 100%;
	height: 178px;
	background: #f15c0f url("../images/p4.png") no-repeat center 25px
}
.wrap .ment .ment-tree a {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	position: absolute;
	left: 50%;
}
.wrap .ment .ment-tree a span {
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #f15c0f;
	position: relative;
	top: 8px
}
.wrap .ment .ment-tree .top-right {
	top: 20px;
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	transition-delay: .8s;
}
.wrap .ment .ment-tree .cen-left {
	top: 50px;
	margin-left: -146px;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	transition-delay: .5s;
}
.wrap .ment .ment-tree .bot-right {
	top: 80px;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.wrap .ment .ment-tree .right span {
	float: left;
	margin-right: 10px
}
.wrap .ment .ment-tree .left span {
	float: right;
	margin-left: 10px
}
.wrap .ment .ment-content li:hover .tree {
	height: 126px;
}
.wrap .ment .ment-content li:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}


.wrap .news h3{
	font-size: 30px;
	color: #333;
	text-align: center;
}
.wrap .news .news-list {
	margin-top: 70px;
	position: relative;
}
.wrap .news .new-title {
	float: right;
	width: 610px;
	height: 72px;
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	clear: both;
	*zoom: 1;
}
.wrap .news .new-title h3 {
	float: left;
	width: 62px;
	height: 72px;
	*height: 62px;
	background: white;
	text-align: center;
	position: relative;
	margin-right: 35px;
	padding-top: 10px
}
.wrap .news .new-title strong {
	font-size: 34px;
	color: #333;
}
.wrap .news .new-title small {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: white;
	background: #3f3e3a;
	position: absolute;
	bottom: 0;
	left: 0
}
.wrap .news .new-title a {
	display: block;
	widows: 100%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.wrap .news .new-title p {
	margin-top: 8px
}
.wrap .news .new-img {
	width: 566px;
	height: 390px;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.wrap .news .new-img .new-img-info {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
	text-align: left;
	text-indent: 20px;
	font-size: 14px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0
}
.wrap .news .new-title:first-child .new-img {
	visibility: visible;
}
.wrap .news .new-title:hover small,
.wrap .news .new-title:focus small {
	background: #f15c0f
}
.wrap .news .new-title:hover a,
.wrap .news .new-title:focus a {
	color: #f15c0f
}
.wrap .news .new-title:hover .new-img,
.wrap .news .new-title:focus .new-img {
	visibility: visible;
}