﻿/*-----------------[初始化]--------------*/
body {
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	font-family: "微软雅黑", "Microsoft Yahei";
}
a {
	color: #000;
}
a:hover {
	color: #666;
}
img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input, textarea, select {
	font-size: 12px;
	color: #444;
	font-family: "微软雅黑", "Microsoft Yahei";
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
button, input, select, textarea {
	/*取消苹果手机方法效果*/
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type='submit'], input[type='reset'], input[type='button'], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'], input[type='reset'], input[type='button'] {
	cursor: pointer;
}
::-webkit-input-placeholder {
color: #999;
}
::-moz-placeholder {
color: #999;
}
::-ms-input-placeholder {
color: #999;
}
.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
@font-face {
	font-family: "GOTHIC";
	src: url("../font/GOTHIC.woff2") format("woff2"),  url("../font/GOTHIC.woff") format("woff"),  url("../font/GOTHIC.ttf") format("truetype"),  url("../font/GOTHIC.eot") format("embedded-opentype"),  url("../font/GOTHIC.svg") format("svg");
}
/*布局*/
.wp {
	width: 80%;/*max-width: 1200px;*/
	margin: 0 auto;
}
.h50 {
	height: 50px;
	clear: both;
	overflow: hidden;
}
.h100 {
	height: 100px;
	clear: both;
	overflow: hidden;
}
.pic {
	overflow: hidden;
}
.pic img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*******************************
  -------[=头部]-------
********************************/
.hd {
	position: relative;
	background: #fff;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.hd-con {
	position: relative;
	z-index: 100;
}
.hd .logo {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 200;
	padding: 30px 25px;
	width: 30%;
	margin-left: -40%;
	transition: all .3s ease-out .3s;
	-ms-transition: all .3s ease-out .3s;
	-moz-transition: all .3s ease-out .3s;
	-webkit-transition: all .3s ease-out .3s;
	-o-transition: all .3s ease-out .3s;
}
.hd .logo img {
	display: block;
}
#hd.hd-down {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	height: 65px;
}
#hd.hd-down .logo {
	padding: 0px;
	height: 100%;
	line-height: 65px;
	overflow: hidden;
	background: url(../images/logo2.png) no-repeat left center;
	background-size: 90% auto;
}
#hd.hd-down .lag {
	max-width: 125px;
	height: 40px;
	color: #fff;
}
#hd.hd-down .logo img, #hd.hd-down .lag img {
	display: none;
}
#fix-hd {
	display: none;
	height: 65px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.hd-bg {
	position: absolute;
	height: 0px;
	background: rgba(0,0,0,1);
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	z-index: 1;
}
#hd.hd-down .hd-bg {
	height: 65px;
}
#hd.hd-down .nav li .v1 a {
	height: 62px;
	line-height: 65px;
	color: #fff;
}
#hd.hd-down .nav li.on .v1 a, #hd.hd-down .nav li .v1 a {
	margin-top: 0;
	border-top: 0;
	margin-bottom: 0;
}
#hd.hd-down .hd-r .lag {
	margin-top: 10px;
}
#hd.hd-down .hd-r .lag a {
	background: #fff;
	color: #000;
}
#hd.hd-down .sub-nav {
	top: 65px;
}
/*******************************
    -------[=导航]-------
********************************/
.sub-nav {
	display: none;
}
.hd-r {
	float: right;
	width: 50%;
}
.hd-r .nav {
	float: left;
	width: 75%;
}
.hd-r .nav ul li {
	float: left;
	font-size: 14px;
	width: 33%;
}
.nav li .v1 {
}
.nav li .v1 a {
	display: block;
	line-height: 100px;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.nav li.on .v1 a, .nav li .v1 a:hover, .nav li .v1.on a {
	border-top: 10px solid #000;
	color: #000;
	margin-top: 0;
}
.hd-r .lag {
	float: right;
	margin-top: 40px;
	width: 25%;
	text-align: right;
	font-family: GOTHIC;
}
.sub-nav {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #333333;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 385px;
	border-bottom: 3px solid #FFA500;
}
.sub-nav ul {
	float: right;
	padding-right: 43px;
	padding-top: 87px;
}
.sub-nav ul li:first-child {
	border-top: 5px solid #FFA500;
}
.sub-nav ul li {
	float: none !important;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #fff;
	width: 260px;
}
.sub-nav ul li a {
	color: #fff;
	display: block;
}
.sub-nav ul li a:hover {
	border-bottom: 1px solid #FFA500;
	color: #FFA500;
}
#m-hd {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	display: none;
	background: #fff;
	border-bottom: 1px solid #eee;
}
#m-hd .logo {
	float: left;
	line-height: 40px;
	margin-left: 10px;
	margin-top: 10px;
}
#m-hd .logo img {
	vertical-align: middle;
	height: 30px !important;
}
#m-hd .menu-btn {
	float: right;
	line-height: 60px;
	padding-right: 10px;
}
#m-hd .menu-btn>a {
	display: inline-block;
	width: 35px;
	height: 25px;
	vertical-align: middle;
	background: url(../images/ico-menu.png) no-repeat left top;
	background-size: auto 25px;
}
#m-hd .menu-btn > ul {
	position: absolute;
	top: 60px;
	width: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	background-color: #000;
}
#m-hd .menu-btn > ul li {
	width: 100%;
	line-height: 60px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #9C9D9D;
}
#m-hd .menu-btn > ul li .par {
	color: #fff;
	padding: 0 30px;
	line-height: 60px;
	height: 60px;
	display1: inline-block;
}
#m-hd .menu-btn > ul li a.on {
	background-color: rgba(0,0,0,.5);
}
#m-hd .menu-btn > ul li a {
	display: block;
}
.m-nav div {
	display: none;
	width: 100%;
	background: #4B4B4B;
	padding: 0 30px;
}
.m-nav div a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.m-nav .v1 {
	background: url(../images/jia.jpg) no-repeat 95% center;
	background-size: 16px 16px;
}
.m-nav .v1.on {
	background: url(../images/jian.jpg) no-repeat 95% center;
	background-size: 16px 16px;
}
#m-hd .lag {
	position: absolute;
	right: 65px;
	top: 50%;
	margin-top: -15px;
}
#m-hd .lag a {
	height: 30px;
	width: 30px;
	display: block;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
/*******************************
  -------[=banner]-------
*******************************/
#banner {
	height: 700px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.slider.slick-slider, .slider .slick-list, .slider .slick-track, .slider .slick-slide {
	height: 100%;
}
.slider a {
	display: block;
	height: 100%;
}
.slider .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*#banner .slick-next,#banner .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 45px;height: 50px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
}
#banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}
#banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}
*/
.slider .slick-dots {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 99;
	background: #eee;
	border-radius: 5px;
	width: 300px;
	height: 10px;
}
.slider .slick-dots li {
	display: inline-block;
	margin: 0px;
	height: 10px;
	float: left;
}
.slider .slick-dots li a {
	display: block;
	height: 10px;
	text-indent: 999px;
	background-color: #eee;
	border-radius: 5px;
	margin: 0px;
	width: 75px;
	font-size: 0;
}
.slider .slick-dots li.slick-active a {
	background-color: #999;
}
.slider .wp {
	position: relative;
	height: 100%;
}
.slider .wp .txt {
	position: absolute;
	right: 195px;
	bottom: 100px;
	z-index: 100;
	min-width: 220px;
	height: 100px;
}
.slider .wp1 .txt {
	position: absolute;
	right: 195px;
	bottom: 60px;
	z-index: 100;
	min-width: 220px;
	height: 100px;
}
.slider .wp2 .txt {
	position: absolute;
	right: 0px;
	bottom: 160px;
	z-index: 100;
	min-width: 220px;
	height: 100px;
}
.slider .wp3 .txt {
	position: absolute;
	right: 0px;
	bottom: 160px;
	z-index: 100;
	min-width: 220px;
	height: 100px;
}
.slider .wp .txt h3 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
}
.slider .wp .txt p {
	color: #ffa500;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: bold;
}
.slider .wp1 .txt h3 {
	color: #fff;
	font-size: 40px;
	font-weight: normal;
	line-height: 48px;
	float: left;
}
.slider .wp1 .txt p {
	color: #ffa500;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: bold;
	float: right;
}
/*******************************
  -------[=底部]-------
********************************/
#fd {
	padding-top: 78px;
	background: #2c2c2c;
}
.fd-top {
	padding: 0 25px 60px;
}
.fd-l {
	float: left;
}
.fd-l span {
	color: #fff;
	font-size: 18px;
	display: block;
}
.fd-l strong {
	color: #ffa500 !important;
	font-size: 35px;
	display: block;
}
.fd-nav {
	padding-top: 100px;
}
.fd-nav li {
	float: left;
	margin-right: 85px;
}
.fd-nav li dt a {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.fd-nav li dd a {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 31px;
}
.fd-nav li dd a:hover {
	text-decoration: underline;
}
.fd-r {
	float: right;
}
.fd-cop {
	border-top: 1px solid #666;
	height: 76px;
	line-height: 30px;
	color: #999;
	text-align: right;
}
/*******************************
    -------[=正文]-------
********************************/
.tagline {
	margin: 30px auto;
}
.caselist {
	overflow: auto;
}
.caselist li {
	width: 33.333333333333333%;
	float: left;
}
.caselist li img {
	display: block;
	width: 100%;
}
.about {
	overflow: auto;
	padding: 80px 0;
}
.about .left {
	float: left;
	width: 40%;
}
.about .right {
	float: right;
	width: 70%;
}
.about .right h1 {
	font-size: 40px;
	margin-top: 3%;
}
.about .right span {
	font-size: 18px;
	display: block;
	margin: 5% auto
}
.about .right p {
	font-size: 18px;
	display: block;
	margin: 8% auto;
	color: #666;
}
.index-con3 {
	background: url("../images/index1.jpg") no-repeat center center;
	padding: 7% 0;
	background-size: auto 100%;
}
.index-con3 h1, .index-con3 h2 {
	color: #fff;
	font-size: 40px;
}
.index-con3 h1 {
	margin-top: 10%;
}
.service {
	overflow: hidden;
	padding: 100px 0;
}
.service .circle {
	width: 33%;
	border-radius: 50%;
	float: left;
}
.service .circle:before {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	content: '';
	border: 2px dashed;
	animation: namemf 20s linear infinite;
}
.service .circle .con {
	width: 94%;
	height: 94%;
	margin: -98% auto 0;
	border-radius: 50%;
	color: #fff;
	overflow: auto
}
.service .circle .con img {
	display: block;
	margin: 28% auto 10px;
	width: 30%;
}
.service .circle .con h2 {
	font-weight: normal;
	font-size: 24px;
	text-align: center;
}
.service .circle .con p {
	text-align: center;
	font-size: 16px;
}
.service .left .con {
	background: #ff8a00;
}
.service .right .con {
	background: #4d4d4d;
}
.service .left:before {
	border-color: #ff8a00;
}
.service .right:before {
	border-color: #4d4d4d;
}
 @keyframes namemf {
 from {
 transform:rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @-webkit-keyframes namemf {
 from {
 transform:rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
 @-ms-keyframes namemf {
 from {
 transform:rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}
.service .middle {
	width: 34%;
	height: auto;
	float: left;
	position: relative;
}
.service .middle .arrowl {
	position: absolute;
	right: -4%;
	width: 90%;
	top: 24%;
}
.service .middle .arrowr {
	position: absolute;
	left: -4%;
	width: 90%;
	bottom: 24%;
}
.service .middle .con {
	text-align: center;
	padding: 25% 0;
}
.service .middle .con span {
	display: block;
	margin-top: 14%;
}
.service .middle .con p {
	font-size: 24px;
}
.index-con5 {
	background: url("../images/footbg.jpg") no-repeat center center;
	background-size: 100% 100%;
	color: #fff;
	overflow: auto;
	width: 100%;
	padding: 120px 0;
}
.index-con5 .left {
	width: 35%;
	float: left;
}
.index-con5 .right {
	width: 50%;
	float: right;
}
.index-con5 .left h1, .index-con5 .right h1 {
	font-size: 40px;
	font-weight: normal;
}
.index-con5 .left span {
	font-size: 18px;
	line-height: 200%;
	display: block;
	margin: 10% auto;
}
.index-con5 .right ul {
	overflow: auto;
}
.index-con5 .right ul li {
	border-right: 1px solid #fff;
	float: left;
	padding-right: 4%;
	margin-right: 4%;
	font-size: 18px;
	line-height: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.index-con5 .right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.index-con5 .left img {
	margin-top: 70px;
}
.index-con5 .right img {
	margin-top: 100px;
}
.index-con5 .right dl {
	overflow: auto;
	border-top: 1px dashed #9fa0a0;
	padding: 5% 0;
}
.index-con5 .right dl:last-child {
	border-bottom: 1px dashed #9fa0a0;
}
.index-con5 .right dl dt {
	font-size: 20px;
	float: left;
	width: 20%;
	line-height: 250%;
}
.index-con5 .right dl dd {
	float: left;
	width: 80%;
}
.index-con5 .right dl dd span {
	display: block;
	float: left;
	width: 23%;
	color: #b2b2b2;
	font-size: 18px;
	padding-left: 10%;
	line-height: 250%;
}
.foot {
	background: #373737;
	position: relative;
}
.foot .top {
	position: absolute;
	top: -40px;
	width: 80px;
	height: 80px;
	background: #b2b2b2;
	border-radius: 10px;
	text-align: center;
}
.foot .top img {
	margin-top: 15px;
}
.foot .logo3 {
	margin: 100px auto;
	float: left;
}
.foot .copyright {
	float: right;
	margin: 170px auto 100px;
	color: #ccc;
	font-size: 20px;
	font-family: GOTHIC;
	text-align: right;
}
/*.b-bge{background: #f4f4f4;}
.b-bgc{background: #2c2c2c;}
.index-con1{padding-top: 80px;overflow: hidden;padding-bottom: 120px;}
.h-tit{padding: 0 25px;margin-bottom: 50px;overflow: hidden;}
.h-tit h3{font-weight: normal;font-size: 30px;line-height: 36px;}
.h-tit span{font-size: 40px;color: #000;line-height: 48px;}
.h-tit .h-more{
    width: 170px;height: 46px;text-align: center;
    line-height: 46px;background: #ffa500;
    display: block;border-radius: 25px;
    font-size: 14px;color: #000;margin-top: 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.h-tit .h-more:hover{
    background: #6e6e6e;color: #fff;
}
.h-ul-list li{float: left;width: 33.33%;}
.h-ul-list .li-con{
    margin: 0 24px;
}
.h-ul-list .li-con .pic{
    height: 0;overflow: hidden;position: relative;padding-top: 56%;
}
.h-ul-list .li-con .pic img{
    position: absolute;width: 100%;height: 100%;
    top:0;left:0;
}
.h-ul-list .li-con .pic img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.h-ul-list .li-con .txt{
    background: #fff;padding: 20px 58px;
}
.h-ul-list .li-con .txt h3{margin-bottom: 5px;}
.h-ul-list .li-con .txt p{color: #666666;height: 36px;overflow: hidden; text-indent:-2em;}
.h-ul-list .li-con .a-more{
    display: inline-block;
    color: #ffa500;line-height: 26px;font-weight: bold;padding-top: 5px;
}
.h-ul-list .li-con .a-more em{
    display: inline-block;margin-left: 8px;
    width: 0;height: 0;border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;border-left: 6px solid #ffa500;
}
.h-ul-list .li-con .a-more:hover{color: #666;}
.h-ul-list .li-con .a-more:hover em{border-left: 6px solid #666666;}

.index-con2{
    padding: 50px 0 100px 0;overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    background-image: url(../images/h-bg1.jpg);
}
.index-con2 .h-tit h3{color: #fff;}
.index-con2 .h-tit span{color: #ffa500;}
.index-con2 ul{padding-top:30px;overflow: hidden;}
.index-con2 li{width: 20%;float: left;}
.index-con2 li .li-con{margin: 0 40px;position: relative;cursor: pointer;}
.index-con2 li .pic{
    height: 0;overflow: hidden;position: relative;padding-top: 160%;
}
.index-con2 li .pic img{
    position: absolute;width: 100%;height: 100%;
    top:0;left:0;
}
.index-con2 li .li-con .txt{margin-top: 5px;}
.index-con2 li .li-con .txt strong{
    display: block;color: #fff;font-size: 24px;text-align: center;
}
.index-con2 li .li-con .txt span{
    color: #fff;text-align: center;display:block;
    font-size: 14px;margin-bottom: 30px;
}
.index-con2 li .li-con .txt .s1{float: left;margin-left: 5px; width:20%;}
.index-con2 li .li-con .txt .s2{margin:0 auto;}
.index-con2 li .li-con .txt .s2 img{ margin:0 auto;}
.index-con2 li .a-more{
    position: absolute;width: 100%;left:0;
    top:35%;height: 47px;line-height: 47px;
    font-size: 14px;font-weight: bold;
    background: #ffa500;border-radius: 25px;
    text-align: center;opacity: 0;
    filter: alpha(opacity=0);color: #000;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.index-con2 li .a-more:hover{
    background: #6e6e6e;color: #fff;
}
.index-con2 li .li-con:hover .a-more{
    opacity: 1;
    filter: alpha(opacity=100);
}
.h-slider{
    position: relative;
}
.h-slider{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;height: 408px;
}
.h-slider .wp{position: relative;height: 100%;}
.h-slider .txt{
    height: 80px;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -40px;
}
.h-slider h3{font-size: 35px;color: #000;font-weight: normal;}
.h-slider p{font-size: 18px;}

.index-con3{overflow: hidden;}
.index-con3 .tit{height: 70px;line-height: 70px;background: #ffa500;}
.index-con3 .tit span{padding-left: 25px;font-size: 28px;}
.index-con3 .tit em{font-size:26px;color: #333;font-weight: bold;padding-left: 18px;}
.index-con3 ul{padding: 100px 0 110px;overflow: hidden;}*/

.index-links {
	padding: 50px 0;
	overflow: hidden;
}
.index-links li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.index-links li a {
	/*margin: 0 60px;*/display: block;
	padding-top: 30%;
	overflow: hidden;
	height: 0;
	position: relative;
}
.index-links li a img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
	opacity: .45;
	filter: alpha(opacity=45);
}
.index-links li a.f-img img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.index-links li a:hover img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
 filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
	-webkit-filter: grayscale(0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.gs {
	display: block;
	float: left;
	margin-top: 10px;
}
.bigimg {
	width: auto !important;
	max-width: 60% !important;
	height: auto !important;
	max-height: 80% !important;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}
.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}
.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.bigbox>.imgbox {
	width: 400px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}
.bigbox>.imgbox>img {
	width: 100%;
}
.imgbox:hover {
	cursor: zoom-in
}
.mask:hover {
	cursor: zoom-out
}
.bigimg:hover {
	cursor: move
}
.mask>img {
	position: fixed;
	right: 10px;
	top: 70px;
	width: 60px;
	z-index: 100000;
}
.mask>img:hover {
	cursor: pointer
}
