@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F5F5;
	color: #666;
}

body,
button,
input,
select,
textarea,
pre {
	font-family: Titillium, "Microsoft YaHei", Arial, simsun;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

html,
body {
	height: 100%;
}

b,
strong {
	font-weight: bold;
}

em,
i {
	font-style: normal;
}

input {
	vertical-align: middle;
}

img {
	vertical-align: middle;
	border: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
samp {
	font-family: courier new, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol,
li {
	list-style: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #1abc9e;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
	display: block;
}

/*font*/
@font-face {
	font-family: "din";
	src: url("../fonts/din-medium.woff") format("woff"),
		url("../fonts/din-medium.ttf") format("truetype"),
		url("../fonts/din-medium.eot") format("embedded-opentype"),
		url("../fonts/din-medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "quicksand";
	src: url("../fonts/quicksand.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "iconfont"; /* Project id 3656880 */
  src: url('../fonts/iconfont.woff2?t=1683273578383') format('woff2'),
       url('../fonts/iconfont.woff?t=1683273578383') format('woff'),
       url('../fonts/iconfont.ttf?t=1683273578383') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-huidaodingbu:before {
  content: "\e88d";
}

.icon-dianhua:before {
  content: "\e66f";
}

.icon-qq:before {
  content: "\e6a5";
}

.icon-weizhi:before {
  content: "\e628";
}

.icon-openleftbigicon:before {
  content: "\e637";
}

.icon-openrightbigicon:before {
  content: "\e639";
}

.icon-dianhua1:before {
  content: "\e629";
}

.icon-shouji:before {
  content: "\e72f";
}

.icon-weixin:before {
  content: "\e62e";
}

.icon-qrcode:before {
  content: "\e609";
}

.icon-shouji1:before {
  content: "\e615";
}

.icon-weixin1:before {
  content: "\e64f";
}

.icon-yuyuefuwu:before {
  content: "\e646";
}

.icon-weibo2:before {
  content: "\e608";
}

.icon-xinxi:before {
  content: "\e602";
}

.icon-youxiang:before {
  content: "\e631";
}

.icon-shijian:before {
  content: "\e64d";
}

.icon-youxiang1:before {
  content: "\e63e";
}

.icon-shoucang:before {
  content: "\e627";
}

.icon-jiantou_liebiaoxiangyou_o:before {
  content: "\eb8a";
}

.icon-jiantou_liebiaoxiangzuo_o:before {
  content: "\eb8e";
}

.icon-24gl-telephone2:before {
  content: "\e953";
}

.icon-shoucang1:before {
  content: "\e8b9";
}


.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mt5 {
	margin-top: 5px;
}

.mt8 {
	margin-top: 8px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb3 {
	margin-bottom: 3px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb8 {
	margin-bottom: 8px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.pad-10 {
	padding: 10px;
}

.pad-tb-10 {
	padding: 10px 0;
}

.pad-lr-10 {
	padding: 0 10px;
}

.pad-tlr-10 {
	padding: 10px 10px 0;
}

.pad-lrb-10 {
	padding: 0 10px 10px;
}

.tra3 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tra5 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.tra8 {
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.tra10 {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.islink,
[data-islink] {
	cursor: pointer;
}

img.lazy {
	background-color: #f9f9f9;
}

/*公共*/
.pr {
	position: relative
}

.pa {
	position: absolute
}

.text-control {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.hide {
	display: none;
}

.hidden {
	overflow: hidden;
}

/*当前位置crumbs*/
.crumbs {
	clear: both;
	width: 1198px;
	margin: 20px auto;
	padding-left: 2px;
	overflow: hidden;
}

.crumbs,
.crumbs a {
	font-size: 14px;
	color: #777;
}

.crumbs a:hover {
	color: #48c859;
}

.crumbs h1 {
	display: inline-block;
	font-weight: 550;
}

.crumbs span {
	padding: 0 6px;
	color: #aaa;
	font-size: 14px;
	font-family: "\5b8b\4f53", arial, sans-serif;
}

.crumbs .key {
	font-size: 14px;
	font-weight: 550;
	color: #48c859;
}

/*分页*/
#pages {
	clear: both;
	text-align: center;
	overflow: hidden;
}

#pages a,
#pages span {
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	color: #555;
	font-family: Arial;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#pages .cur {
	color: #fff;
	background-color: #1abc9e;
	border: 1px solid #1abc9e;
	position: relative;
}

#pages .empty {
	display: none;
	color: #ccc;
}

#pages a:hover {
	background-color: #1abc9e;
	border: 1px solid #1abc9e;
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#pages .first,
#pages .last,
#pages .np,
#pages .total {
	display: none;
}


/*头部********************/
.header {
	background: #fff url(../images/head_bg.png) center center no-repeat;
}

.header-main {
	width: 100%;
	min-width: 1200px;
}

.header-top {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #f1f2f6;
	position: relative;
}

.header-top .line {
	padding: 0 10px;
	color: #ddd;
}

.header-top a {
	color: #666;
}

.header-top .a {
	color: #666;
	cursor: pointer;
}

.header-top .a:hover {
	color: #38c34b;
}

.header-mid {
	height: 110px;
	position: relative;
}

.header .logo,
.header .inter,
.header .slogan {
	position: absolute;
	z-index: 1;
}

.header .logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index: 2;
	height: 110px;
}

.header .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.header .slogan {
	top: 30px;
	left: 200px;
	width: 172px;
	height: 30px;
	background: url(../images/weiba.png) no-repeat;
	text-indent: -999px;
	font-size: 0;
	overflow: hidden;
}

.header .inter {
	top: 10px;
	right: 0px;
	width: 180px;
	height: 90px;
	padding-left: 60px;
	overflow: hidden;
}


.header .inter .iconfont,
.header .inter .title,
.header .inter .number {
	position: absolute;
}

.header .inter .iconfont {
	top: 20px;
	left: 0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 50px;
	color: #3AC4AA;
}

.header .inter .iconfont:hover {
	animation: zy 2.5s .15s linear infinite;
	-moz-animation: zy 2.5s .15s linear infinite;
	-webkit-animation: zy 2.5s .15s linear infinite;
	-o-animation: zy 2.5s .15s linear infinite;
}

@keyframes zy {
	10% {
		transform: rotate(15deg)
	}

	20% {
		transform: rotate(-10deg)
	}

	30% {
		transform: rotate(5deg)
	}

	40% {
		transform: rotate(-5deg)
	}

	100%,
	50% {
		transform: rotate(0)
	}
}

.header .inter .title {
	top: 20px;
	left: 60px;
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	color: #333;
}

.header .inter .number {
	top: 44px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	font-family: "quicksand", Arial, Helvetica, sans-serif;
	color: #1abc9e
}

.header-nav {
	background-color: #f4f4f4;
}

.header-nav .wrapper {
	width: 1040px;
	padding-left: 160px;
}

.header-nav li {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.header-nav li.cur {
	background-color: #F29CA7;
}

.header-nav li:hover {
	background-color: rgba(242, 156, 167, 0.7)
}

.header-nav li:hover a {
	color: #fff;
}

.header-nav li a {
	display: block;
	font-size: 16px;
	color: #666;
}

.header-nav li.cur a {
	color: #fff;
}

.header .subnav {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.header .subnav li {
	float: left;
	padding: 0 15px;
	text-align: center;
}

.header .subnav .cur a {
	padding: 4px 10px;
	background-color: #f90;
	border-radius: 3px;
	color: #fff;
}

/*底部********************/
.footer {
	-background-color: #2E2D2D;
	background: url(../images/foot_bg.jpg) no-repeat center top #363636;
	-height: 180px;
}

.footer-link {
	padding: 15px 0;
	background-color: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.footer-link-list {
	overflow: hidden;
}

.footer-link-list li {
	float: left;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
}

.footer-link-list a {
	color: #bbb;
}

.footer-boot {
	color: #fff;
}

.footer-boot {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #444;
}

.footer-tel {
	position: absolute;
	top: 20px;
	left: 260px;
	z-index: 1;
	width: 280px;
	height: 70px;
	border: 0px solid #f90;
}

.footer-tel i,
.footer-tel .number,
.footer-tel .tips {
	position: absolute;
	display: block;
}

.footer-tel i {
	top: 6px;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 40px;
	color: #888;
}

.footer-tel .number {
	top: 0px;
	left: 55px;
	line-height: 1;
	font-size: 28px;
	font-family: 'Courier New', Courier, monospace;
	font-weight: 600;
}

.footer-tel .tips {
	top: 35px;
	left: 55px;
	line-height: 1;
	font-size: 14px;
}

.footer-lia {
	position: absolute;
	top: 20px;
	left: 670px;
	z-index: 1;
	width: 360px;
	height: 70px;
	border: 0px solid #f90;
}

.footer-conInfo li {
	line-height: 22px;
}

.footer-lia .iconfont {
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	line-height: 14px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

.footer-splitLine {
	position: absolute;
	top: 20px;
	left: 600px;
	width: 1px;
	height: 60px;
	background-color: #343434;
}

.footer-pos {
	margin-top: 5px;
	line-height: 1;
}

.foot-copy {
	padding: 12px 0;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.foot-copy a {
	color: #9f9f9f;
}

.foot-copy p {
	line-height: 22px;
}

.foot-copy .stat_code {
	display: inline-block;
	*display: inline;
	margin-left: 10px;
}

.foot-copy .stat_code span,
.foot-copy .stat_code div {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/*goTop*/
.goTop {
	display: none;
	display: block;
	width: 50px;
	position: fixed;
	left: 50%;
	bottom: 100px;
	z-index: 99;
	margin-left: 620px;
}
@media screen and (min-width: 1600px) {
	#home-page .goTop {
		margin-left: 820px;
	}
}

.goTop li {
	width: 50px;
	height: 50px;
	background-color: #1abc9e;
	cursor: pointer;
}

.goTop li i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 54px;
	text-align: center;
	font-size: 32px;
	color: #fff;
}

.goTop li.qr {
	margin-top: 5px;
	position: relative;
}

.goTop li .qrcode {
	display: none;
	position: absolute;
	top: -89px;
	left: -136px;
	z-index: 6;
	width: 126px;
	height: 138px;
	background-color: #fff;
	border: 1px solid #1abc9e;
	border-radius: 2px;
}

.goTop li .qrcode:before,
.goTop li .qrcode:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
}

.goTop li .qrcode:before {
	bottom: 22px;
	right: -4px;
	z-index: 2;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
	border-bottom: 5px solid transparent;
}

.goTop li .qrcode:after {
	bottom: 22px;
	right: -6px;
	border-top: 5px solid transparent;
	border-left: 5px solid #1abc9e;
	border-bottom: 5px solid transparent;
}

.goTop li .qrcode .qrimg {
	margin: 15px auto 0;
	display: block;
	width: 90px;
	height: 90px;
}

.goTop li .qrcode .txt {
	margin-top: 8px;
	line-height: 1;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.goTop li.qr:hover .qrcode {
	display: block;
}

/*公共幻灯片*/
#home-slidePic {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.base-slidePic {
	height: 500px;
	overflow: hidden;
	position: relative;
}

.base-slidePic .bd {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
	text-align: center;
}

.base-slidePic .bd li {
	height: 100%;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.base-slidePic .bd a {
	display: block;
}

.base-slidePic .bd img {
	display: block;
	width: 100%;
	height: 500px;
}

.base-slidePic .hd {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	z-index: 1;
	text-align: center;
}

.base-slidePic .hd li {
	display: inline-block;
	margin: 0 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
	font-size: 0;
	overflow: hidden;
}

.base-slidePic .hd li:first-child {
	margin-left: 0;
}

.base-slidePic .hd li.on {
	background-color: #F29CA7;
	color: #fff;
}

.base-slidePic .prev,
.base-slidePic .next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.base-slidePic .prev {
	left: -50px;
}

.base-slidePic .next {
	left: inherit;
	right: -50px;
}

.base-slidePic .prev i,
.base-slidePic .next i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	color: #fff;
}

.base-slidePic .prev:hover,
.base-slidePic .next:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.base-slidePic:hover .prev {
	left: 60px;
}

.base-slidePic:hover .next {
	right: 60px;
}

.base-slidePic .prevStop {
	display: none;
}

.base-slidePic .nextStop {
	display: none;
}

.home-main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#home-page {
	background-color: #F5F5F5;
}

.home-title {
	position: relative;
	padding: 0 0 15px 0;
	line-height: 48px;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 400;
	color: #282f42;
	letter-spacing: 0px;
	text-align: center;
}

.home-title .zh {
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
}

.home-title .en {
	margin-top: 10px;
	line-height: 18px;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
	color: #999;
}

.home-title:before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 30px;
	height: 1px;
	background: #1abc9e;
	opacity: 1;
	margin-left: -15px;
}

.home-product {
	padding-top: 50px;
	background-color: #f2f2f2;
	overflow: hidden;
}

.home-product .moreLink {
	clear: both;
	margin: 50px 0;
}

.home-product .moreLink a {
	display: block;
	margin: auto;
	width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 48px;
}

.home-product .moreLink a:hover {
	background-color: #1abc9e;
	border-color: #1abc9e;
	color: #fff;
}


.home-product-subnav {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.home-product-subnav li {
	display: inline-block;
}

.home-product-subnav li a {
	display: block;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	padding: 0 18px;
	margin: 0 10px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}

.home-product-subnav li a:hover {
	background-color: #1abc9e;
	border-color: #1abc9e;
	color: #fff;
}

.home-product-list {
	overflow: ;
}

.home-product-list li {
	float: left;
	margin-top: 30px;
	width: 285px;
	margin-right: 20px;
}

.home-product-list li.last {
	margin-right: 0;
}

.home-product-list li a {
	display: block;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

.home-product-list li .pic {
	width: 100%;
	height: 285px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.home-product-list li .pic img {
	width: 100%;
	background: url(../images/loading2.gif) no-repeat center center #eee;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.home-product-list li .title {
	display: block;
	height: 64px;
	line-height: 64px;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 16px;
	color: #222;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.home-product-list li .more {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #222;
}

.home-product-list li a:hover {
	box-shadow: 0px 0px 20px #aaa;
}

.home-product-list li a:hover img {
	transform: scale(1.1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.home-product-list li a:hover .more {
	color: #1abc9e;
}

.home-about {
	width: 100%;
	max-width: 1920px;
	height: 660px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/about_bg.jpg) center no-repeat;
	background-size: cover;
}

.home-about .inbox {
	width: 700px;
	padding-left: 2px;
}

.home-about-title {
	padding: 120px 0 45px;
}

.home-about-title h3 {
	color: #1abc9e;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}

.home-about-title p {
	display: block;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 15px;
}

.home-about-title span {
	font-style: normal;
	text-transform: uppercase;
	display: block;
	color: #888;
}

.home-about .txt {
	text-align: justify;
	height: 210px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	text-align: justify;
}

.home-about .more-list {
	margin-top: 50px;
}

.home-about .more-list li {
	float: left;
	margin-right: 1px;
}

.home-about .more-list li a {
	display: block;
	width: 160px;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	background: #fff;
}

.home-about .more-list li.cur a,
.home-about .more-list li a:hover {
	background-color: #1abc9e;
	color: #fff;
}

.home-case {
	padding: 50px 0;
	background-color: #fff;
}

.home-case .title-box {
	margin-top: 0px;
	text-align: center;
}

.home-case .title-box .title {
	line-height: 48px;
	font-size: 32px;
	font-weight: normal;
	color: #333;
}

.home-case .title-box .txt {
	margin-top: 5px;
	line-height: 24px;
	font-size: 14px;
}

.home-case-list {
	margin-top: 30px;
	overflow: hidden;
}

.home-case-list li {
	float: left;
	width: 239px;
	margin-top: 1px;
	margin-right: 1px;
	overflow: hidden;
}

.home-case-list li.last {
	margin-right: 0;
}

.home-case-list li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.home-case-list li .pic {
	width: 100%;
	height: 179px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.home-case-list li .pic img {
	width: 100%;
	height: 100%;
	background: url(../images/loading2.gif) no-repeat center center #eee;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.home-case-list li .title {
	display: block;
	position: relative;
	padding: 0 10px;
	height: 50px;
	background-color: #ddd;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #222;
	font-weight: normal;
}

.home-case-list li:hover img {
	transform: scale(1.1);
	opacity: 1;
	filter: alpha(opacity=100);
}

.home-case-list li:hover .title {
	background-color: #1abc9e;
	color: #fff;
}

.home-news {
	padding: 50px 0;
	background: url(../images/bg_news.png) no-repeat center top #f2f2f2;
	overflow: hidden;
}

.home-news .title-box {}

.home-news .title-box .title {
	line-height: 40px;
	text-align: center;
}

.home-news .title-box .title h4,
.home-news .title-box .title span {
	display: inline-block;
}

.home-news .title-box .title h4 {
	color: #444;
	font-size: 36px;
	font-weight: normal;
}

.home-news .title-box .title .spot {
	font-size: 24px;
	color: #ccc;
	font-family: SimSun;
}

.home-news .title-box .title .en {
	font-size: 36px;
	color: #1abc9e;
	font-family: "quicksand";
}

.home-news .title-box .txt {
	margin-top: 10px;
	color: #878B99;
	font-size: 14px;
	text-align: center;
}

.home-news .moreLink {
	margin-top: 50px;
}

.home-news .moreLink a {
	display: block;
	margin: 0 auto;
	width: 250px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 48px;
}

.home-news .moreLink a:hover {
	background-color: #1abc9e;
	border-color: #1abc9e;
	color: #fff;
}

.home-news-list {
	margin-top: 30px;
	overflow: hidden;
}

.home-news-list li {
	float: left;
	width: 285px;
	margin-right: 20px;
}

.home-news-list li.last {
	margin-right: 0;
}

.home-news-list .pic {
	width: 100%;
	height: 214px;
	overflow: hidden;
}

.home-news-list .pic img {
	width: 100%;
	height: 100%;
}

.home-news-list .info {
	padding: 15px;
	background-color: #fff;
}

.home-news-list .title {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
}

.home-news-list .desc {
	margin: 10px 0;
	height: 44px;
	line-height: 22px;
	color: #878B99;
	font-size: 13px;
}

.home-news-list .attr {
	position: relative;
	padding-top: 10px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #e8edf2;
}

.home-news-list .attr i {
	position: relative;
	top: 0px;
	display: inline-block;
	margin-right: 2px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 14px;
	color: #aaa;
}

.home-news-list .attr .date {
	font-size: 13px;
	color: #999;
}

.home-news-list .attr .more {
	display: block;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 20px;
	height: 10px;
	background: url(../images/icon_1.png) no-repeat center;
}

.home-news-list li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

@media screen and (min-width: 1600px) {
	.home-main {
		width: 1600px;
	}

	.home-product-list li {
		width: 385px;
	}

	.home-product-list li .pic {
		height: 385px;
	}

	.home-case-list li {
		width: 319px;
	}

	.home-case-list li .pic {
		height: 239px;
	}

	.home-news-list li {
		width: 385px;
	}

	.home-news-list .pic {
		height: 288px;
	}
}

.page-banner {
	height: 500px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/page-banner.jpg) center center no-repeat;
}

.page-crumbs {
	position: relative;
	top: -50px;
	z-index: 1;
	margin: 0 auto -50px;
	width: 1170px;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .35);
	color: #fff;
}

.page-crumbs a {
	color: #fff;
}

.page-side {
	float: left;
	width: 300px;
	overflow: hidden;
}

.page-main {
	float: right;
	width: 875px;
}

.page-sidebar {
	overflow: hidden;
	background-color: #fff;
}

.page-sidebar .title {
	color: #fff;
	font-size: 26px;
	height: 70px;
	line-height: 70px;
	text-indent: 22px;
	border: 1px solid #1abc9e;
	background: url(../images/prolt.png) no-repeat center right 16px;
	background-color: #1abc9e;
}

.page-sidebar .title span {
	margin-left: 3px;
	font-size: 12px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

.page-sidebar .nav-list {
	background-color: #fff;
	padding: 20px;
	padding-bottom: 1px;
	overflow: hidden;
}

.page-sidebar .nav-list li {
	position: relative;
}

.page-sidebar .nav-list li a {
	display: block;
	position: relative;
	color: #333;
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 45px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #eaeaea;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .2s;
}

.page-sidebar .nav-list li.cur a {
	background-color: #1abc9e;
	color: #fff;
}

.page-sidebar .nav-list li a:hover {
	background-color: #1abc9e;
	color: #fff;
}

.page-sidebar .nav-list li .iconfont {
	display: block;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	line-height: 24px;
	text-align: center;
	font-size: 24px;
	color: #ccc;
}

.page-inter {
	margin-top: 20px;
	background-color: #fff;
}

.page-inter .tbox {
	position: relative;
	padding: 20px 20px 20px 80px;
	border-bottom: 1px solid #eaeaea;
}

.page-inter .tbox .tit,
.page-inter .tbox .txt {
	line-height: 1;
}

.page-inter .tbox .tit {
	color: #555;
}

.page-inter .tbox .txt {
	margin-top: 10px;
	font-size: 24px;
	color: #1abc9e;
	font-family: "quicksand", Arial, Helvetica, sans-serif;
}

.page-inter .tbox .iconfont {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #1abc9e;
	border-radius: 50%;
	text-align: center;
	font-size: 34px;
	color: #fff;
}

.page-contlist {
	margin-top: 0px;
	padding: 15px 20px;
}

.page-contlist p {
	line-height: 24px;
}

.proChannel-main {
	margin-top: -20px;
}

.proChannel-area {
	padding: 0 20px;
	background-color: #fff;
}

.proChannel-at {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
}

.proChannel-at .title {
	display: inline-block;
	padding: 0 5px;
	border-bottom: 1px solid #1abc9e;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.proChannel-at .title a {
	display: block;
	color: #333;
}

.proChannel-at .more {
	float: right;
	padding-right: 20px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHBAMAAADzDtBxAAAAG1BMVEVHcEyjo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6Ojo6OnpRAAAAAACHRSTlMAMd9P659mGFfC8KYAAAAlSURBVAjXY2AAgnAGKEgqgDKYFWFCRgJQBqMjTEjEgMGjAwwaAGHfBg7A9SUrAAAAAElFTkSuQmCC") right 18px no-repeat;
	color: #A3A3A3;
}

.proChannel-list {
	padding: 20px 0 0;
	overflow: hidden;
}

.proChannel-list li {
	float: left;
	margin-right: 20px;
	width: 265px;
	height: 246px;
}

.proChannel-list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.proChannel-list li.last {
	margin-right: 0;
}

.proChannel-list .pic {
	width: 100%;
	height: 200px;
	background-color: #f9f9f9;
	border-radius: 5px;
	overflow: hidden;
}

.proChannel-list .pic img {
	width: 100%;
	height: 100%;
}

.proChannel-list .title {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.proChannel-list .btn {
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 82px;
	width: 120px;
	height: 36px;
	margin-left: -60px;
	line-height: 36px;
	-background-color: #f85802;
	background-color: rgba(26, 188, 158, 0.7);
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transition: all 0.3s;
}

.proChannel-list li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.proChannel-list li a:hover .btn {
	opacity: 1;
	transition: all 0.3s;
}

.v-bc {
	background-color: #fff;
}

.proList-main {
	margin-top: 20px;
}

.proList-list {
	margin-bottom: -20px;
}

.proList-list li {
	float: left;
	width: 278px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

.proList-list li.last {
	margin-right: 0;
}

.proList-list li a {
	display: block;
	position: relative;
	padding: 0px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.proList-list li .pic {
	display: block;
	width: 100%;
	height: 278px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.proList-list li .pic img {
	width: 100%;
	height: 100%;
	background: url(../images/loading2.gif) no-repeat center center #eee;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.proList-list .title {
	display: block;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	background-color: #fdfdfd;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proList-list li a:hover {
	color: #333;
	box-shadow: 0px 0px 10px #aaa;
}

.proList-list li a:hover img {
	transform: scale(1.08);
	opacity: 1;
	filter: alpha(opacity=100);
}

.proList-list li a:hover .title {
	background-color: #1abc9e;
	background-color: rgba(26, 188, 158, 0.7);
	color: #fff;
}

.pro-detail {
	padding: 0 20px;
	overflow: hidden;
	background-color: #fff;
}

.pro-crumbs {
	position: relative;
	margin-top: 8px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #1abc9e;
}

.pro-crumbs i {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 20px;
	height: 20px;
	background-color: #f90;
	border-radius: 5px;
}

.pro-crumbs h5 {
	float: left;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	color: #1abc9e;
	font-weight: normal;
}

.pro-crumbs .loc {
	float: right;
	height: 22px;
	line-height: 22px;
	color: #1abc9e;
	font-size: 14px;
}

.pro-crumbs .loc a {
	color: #1abc9e;
}

.pro-crumbs .loc span {
	padding: 0 5px;
	color: #bbb;
	font-family: "\5b8b\4f53", arial, sans-serif;
}

.pro-info {
	margin-top: 20px;
	overflow: hidden;
}

.pro-album {
	float: left;
	position: relative;
	width: 360px;
	height: 320px;
	overflow: hidden;
}

.pro-album .bigImg {
	height: 280px;
	position: relative;
}

.pro-album .bigImg li img {
	vertical-align: middle;
	width: 360px;
	height: 260px;
}

.pro-album .smallScroll {
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 50px;
}

.pro-album .sPrev,
.pro-album .sNext {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 25px;
	height: 50px;
	background-color: #DDDDDD;
	cursor: pointer;
}

.pro-album .sPrev {
	left: 0px;
}

.pro-album .sNext {
	right: 0px;
}

.pro-album .sPrev i,
.pro-album .sNext i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.pro-album .sPrev:hover,
.pro-album .sNext:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.pro-album .smallImg {
	width: 300px;
	padding: 0 30px;
	overflow: hidden;
}

.pro-album .smallImg ul {
	height: 50px;
	width: 9999px;
	overflow: hidden;
}

.pro-album .smallImg li {
	float: left;
	width: 65px;
	padding: 0 5px;
	cursor: pointer;
}

.pro-album .smallImg img {
	display: block;
	width: 100%;
	height: 50px;
}

.pro-album .smallImg .on img {
	border: 1px solid #1abc9e;
	width: 63px;
	height: 48px;
}


.pro-baseinfo {
	float: right;
	position: relative;
	width: 445px;
	height: 320px;
}

.pro-baseinfo .title {
	padding: 0 0 10px;
	font-size: 22px;
	color: #1abc9e;
	border-bottom: 1px dashed #DCDCDC;
}

.pro-desc {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}

.pro-contact {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 415px;
	height: 70px;
	padding: 0 15px;
	line-height: 70px;
	background-color: #f3f3f3;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}

.pro-for {
	margin-top: 20px;
}

.pro-for .hd {
	height: 66px;
	background-color: #f3f3f3;
}

.pro-for .hd span {
	display: block;
	width: 110px;
	height: 63px;
	background-color: #fff;
	line-height: 64px;
	border-top: 3px solid #f90;
	text-align: center;
	font-size: 16px;
}

.pro-content {
	margin-top: 15px;
}

.page-detail {
	padding: 10px 20px;
	overflow: hidden;
	background-color: #fff;
}

/*文章频道页*/
.artChannel-main {
	margin-top: -20px;
}

.artColumn-box {
	overflow: hidden;
	background-color: #fff;
}

.artColumn-box .hd {
	padding-right: 10px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #eee;
}

.artColumn-box .hd .title {
	float: left;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	border-bottom: 2px solid #48c859;
}

.artColumn-box .hd .more {
	float: right;
	font-size: 12px;
	color: #888;
}

.artColumn-box .hd .more:hover {
	color: #48c859;
}

.artColumn-box .chd {
	padding: 20px 15px 0px;
	height: 24px;
	line-height: 24px;
}

.artColumn-box .chd .title {
	float: left;
	font-size: 20px;
	color: #111;
	font-weight: normal;
}

.artColumn-box .chd .more {
	float: right;
	font-size: 13px;
	color: #999;
}

.artColumn-box .chd .more:hover {
	color: #48c859;
}

.artColumn-box .inner {
	padding: 0 20px 20px;
	overflow: hidden;
}

.area-picText-list {
	margin-top: 20px;
	overflow: hidden;
}

.area-picText-list li {
	float: left;
	width: 193.5px;
	height: 140px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.area-picText-list li.last {
	margin-right: 0;
}

.area-picText-list li img,
.area-picText-list li .title {
	display: block;
	position: absolute;
	left: 0px;
	z-index: 1;
}

.area-picText-list li img {
	width: 100%;
	height: 100%;
	background-color: #fcfcfc;
}

.area-picText-list li .title {
	bottom: 0px;
	z-index: 2;
	padding: 0 10px;
	width: 175px;
	height: 28px;
	line-height: 28px;
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.area-picText-list li a:hover img {
	transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
}

.area-text-list {
	margin-top: 15px;
	overflow: hidden;
}

.area-text-list li {
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	width: 395px;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.area-text-list li.last {
	margin-right: 0;
}

.area-text-list li a {
	display: inline-block;
	max-width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.area-text-list li .fr {
	display: block;
	font-size: 12px;
	color: #999;
}

.area-text-list li:before,
.area-text-list li:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}

.area-text-list li:before {
	width: 1px;
	height: 28px;
	background-color: #eee;
	top: 0px;
	left: 3px;
}

.area-text-list li:after {
	width: 5px;
	height: 5px;
	background-color: #aaa;
	top: 13px;
	left: 1px;
	border-radius: 2px;
}

.area-text-list li:hover:after {
	width: 3px;
	height: 3px;
	background-color: #fff;
	top: 12px;
	left: 0px;
	border: 2px solid #48c859;
	border-radius: 50%;
}

/*文章列表页*/
.artPP-main {
	padding: 10px 20px;
	overflow: hidden;
	background-color: #fff;
}

.artPP-list {
	overflow: hidden;
}

.artPP-list li {
	padding: 20px 0;
	border: 1px solid transparent;
	border-bottom: 1px solid #eee;
	position: relative;
}

.artPP-list li.ispic {
	min-height: 120px;
	padding-left: 220px;
}

.artPP-list li .pic {
	display: block;
	width: 200px;
	height: 120px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 1;
	background-color: #eee;
	border-radius: 2px;
	overflow: hidden;
}

.artPP-list li .pic img {
	width: 100%;
	height: 100%;
}

.artPP-list li .title {
	line-height: 30px;
	font-size: 18px;
	color: #394a58;
	font-weight: bold;
}

.artPP-list li .title a {
	color: #333;
}

.artPP-list li .title a:hover {
	color: #48c859;
}

.artPP-list li .desc {
	margin-top: 10px;
	line-height: 1.6;
	font-size: 14px;
	color: #999;
}

.artPP-list li .attr {
	margin-top: 12px;
	line-height: 1;
	font-size: 12px;
	color: #888;
}

.artPP-list li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.artshow-main {
	padding: 10px 20px;
	overflow: hidden;
	background-color: #fff;
}

.artshow-main .title {
	display: block;
	margin: 15px 0 10px 0;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.artshow-main .att {
	margin-bottom: 30px;
	padding: 15px 0 20px 0;
	border-bottom: 1px solid #EEE;
	text-align: center;
	position: relative;
}

.artshow-main .att span {
	padding: 0 12px;
	color: #888;
	font-size: 13px;
}

.art-prevNext {
	clear: both;
	margin: 25px 0 5px;
	padding: 0 10px;
	height: 36px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.art-prevNext li {
	width: 390px;
	height: 36px;
	line-height: 36px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art-prevNext li a {
	color: #444;
}

.art-prevNext li a:hover {
	color: #48c859;
}

.art-content {
	line-height: 1.8;
	font-size: 15px;
	-margin-bottom: 0px;
	color: #454545;
	position: relative;
}

.art-content div,
.art-content p {
	margin: 12px 0;
}

.art-content h1,
.art-content h2,
.art-content h3,
.art-content h4,
.art-content h5,
.art-content h6 {
	position: relative;
	margin: 15px 0;
	padding: 0 0 0 40px;
	height: 40px;
	line-height: 40px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAMFBMVEVHcEz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRz2bRw1wYKVAAAAD3RSTlMAtGqFGSvazQ2ol09eQOTdH/OvAAAAi0lEQVQI12NgYNhZNpsBCBz///8vwsDA8V66Y+M3BwbGz0AxewGG8wVAmv0Pg/wBIM3zkSE/AEizfmOovwCkeb8zrF8ApLl+McR/BdJAgulbAwNDvQIDw/wFDFw/gWJ8Xxn8HwBpps8d9kBhBhagPQ4gCy0FJ4MohmBjUzCt//8TVtr9fwmYZhAEYgDDyixyBx4msQAAAABJRU5ErkJggg==") no-repeat 15px 9px #f6f6f6;
	color: #333;
	font-weight: 700;
	font-size: 18px;
}

.art-content img {
	display: inline-block;
	max-width: 100%;
}

.art-content p img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eee;
	text-align: center;
}

.art-content a {
	color: #08f;
}

.art-content a:hover {
	color: #d13510;
	text-decoration: underline;
}

.art-content .keylink {
	padding-bottom: 1px;
	color: #005af0;
	border-bottom: 1px dashed #005af0;
}

.art-content .keylink:hover {
	color: #d13510;
	text-decoration: none;
	border-bottom-color: #d13510;
}

.art-content table {
	margin: 15px auto;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
}

.art-content table tr:first-child {
	background-color: #06C;
	color: #222;
	font-weight: 700;
}

.art-content table td {
	padding: 5px 10px;
	text-align: center;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7
}

.art-content table tr:nth-of-type(odd) {
	background-color: #F5FAFA
}

.art-content tabletr:hover {
	background-color: #E0F0F0
}

.art-content blockquote {
	position: relative;
	margin: 15px 0;
	padding: 20px 60px;
	background-color: #f7f7f7;
	color: #777;
	font-style: italic;
}

.art-content blockquote p {
	margin: 10px 0;
}

.art-content blockquote:before,
.art-content blockquote:after {
	position: absolute;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-family: iconfont;
	color: #ccc;
}

.art-content blockquote:before {
	left: 10px;
	top: 8px;
	content: "\e63c";
}

.art-content blockquote:after {
	right: 10px;
	bottom: 8px;
	content: "\e63a";
}

.art-content .video {
	clear: both;
	margin: 10px auto;
	padding: 0;
	width: 640px;
	height: 480px;
	background-color: #000;
	text-indent: inherit;
}

.art-content .video video {
	width: 100%;
	height: 100%;
}

/* fancyBox */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background-color: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(../js/fancyBox/fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../js/fancyBox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../js/fancyBox/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
	overflow-x: hidden !important;
}

.fancybox-lock body {
	-overflow: hidden !important
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../js/fancyBox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background-color: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
	background-color: rgba(0, 0, 0, .8)
}

/*特效*/
.effect-white {
	position: relative;
	overflow: hidden;
}

.effect-white:after {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
}

.effect-white:hover:after {
	left: 100%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}