@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}	
.classification{
	width:100%;
	overflow:hidden;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	}
.classification a{
	font-family:Arial, "微软雅黑";
	font-size:16px;
	display: block;
	float:left;
	padding:24px 0;
	width:12.4%;
	border-top:1px solid transparent;
	transition:0.5s;
	position:relative;
	color:#333;
	text-align:center;
	border-right:1px solid #fafafa;
	transition:all 1.2s;
	}
.classification a:hover{
	color:#fff;
  background: #fec107;
  background: -webkit-linear-gradient(right, #fec107 0%, #fec107 50%, #fff 50%, #fff 100%);
  background: -moz-linear-gradient(right, #fec107 0%, #fec107 50%, #fff 50%, #fff 100%);
  background: -o-linear-gradient(right, #fec107 0%, #fec107 50%, #fff 50%, #fff 100%);
  background: -ms-linear-gradient(right, #fec107 0%, #fec107 50%, #fff 50%, #fff 100%);
  background: linear-gradient(right, #fec107 0%, #fec107 50%, #fff 50%, #fff 100%);
  background-size: 200% 200%;
  -webkit-animation: AnimationName 1s ease-in;
  animation-fill-mode: forwards;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.classification a.active{
	color:#fff;
	background:#fec107;
	}
.classification a span{
	display:block;
	width:0;
	height:2px;
	background-color:#fec107;
	position:absolute;
	top:68px;
	left:0;
	z-index:1;
	transition: all ease-out 1s;
	}
.classification a:hover span,.classification a.active span{
	width:100%;
	}
.fobg{
	width:100%;
	overflow:hidden;
	background:url(../images/bg.jpg);
	/*background:#151414;*/
	}
.footer{
	width:1200px;
	margin:0 auto;
	padding:50px 0px;
	overflow:hidden;
	}
.fotop{
	padding-bottom:40px;
	border-bottom:1px solid #373636;
	}
.fotop ul{
	overflow:hidden;
	}
.fotop ul li{
	float:left;
	width:360px;
	}
.fotop ul li+li{
	margin-left:60px;
	}
.fotop ul li:nth-of-type(1){
	background:url(../images/add.png) top left no-repeat;
	}
.fotop ul li:nth-of-type(2){
	background:url(../images/tell.png) top left no-repeat;
	}
.fotop ul li:nth-of-type(3){
	background:url(../images/e-mail.png) top left no-repeat;
	}
.fotop ul li p{
	padding-left:45px;
	}
.fotop ul li p:nth-of-type(1){
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px;
	}
.fotop ul li p:nth-of-type(2){
	font-size:14px;
	color:#757575;
	line-height:30px;
	}
.fobootom{
	overflow:hidden;
	background:url(../images/bg.png) 50px no-repeat;
	/*height:324px;*/
	margin-top:30px;
	}
.fobootom .boone{
	width:250px;
	float:left;
	}
.fobootom .boone p{
	font-size:16px;
	color:#757575;
	line-height:25px;
	margin-top:15px;
	}
.fobootom .boone ul{
	}
.fobootom .boone ul li{
	}
.fobootom .boone ul li+li{
	width:40px;
	height:40px;
	float:left;
	}
.fobootom .boone ul li+li+li{
	margin-left:11px;
	}
.fobootom .boone ul li:nth-of-type(1){
	margin:80px 0px 20px 0px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	}
.fobootom .botwo{
	width:360px;
	float:left;
	margin-left:150px;
	}
.fobootom .botwo p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.fobootom .botwo span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#fec107;
	}
.fobootom .botwo ul{
	margin-top: 30px;
	}
.fobootom .botwo ul li{
	width:180px;
	float:left;
	margin-top:30px;
	}
.fobootom .botwo ul li a{
	font-size:16px;
	color:#757575;
	}
.fobootom .botwo ul li a:hover{
	color:#fec107;
	}
.fobootom .bothree{
	width:360px;
	float:right;
	}
.fobootom .bothree p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.fobootom .bothree span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#fec107;
	}
.fobootom .bothree .input{
	width:360px;
	margin-top:56px;
	}
.fobootom .bothree .input input[type="text"]{
	width:300px;
	height:60px;
	border:none;
	text-indent:1em;
	background:#2e2e2e;
	outline:none;
	color:#fff;
	}
.fobootom .bothree .input input[type="submit"]{
	width:60px;
	height:60px;
	background:url(../images/search.png) 17.5px no-repeat;
	background-color:#fec107;
	border:none;
	float:right;
	outline:none;
	cursor:pointer;
	}
.banq{
	width:1200px;
	margin:0 auto;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:45px;
	/*background:#201e1e;*/
	border-top:1px solid #373636;
	}
.banq a{
	color:#fff;
	}
/**************************弹出窗口**************************/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	/*margin-left: -300px;*/
	/*width: 520px;*/
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.code{
	top: 250px;
	left: calc(50% - 179px);
	}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	/*line-height: .5;*/
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	/*text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);*/
	font-weight: bold;
	cursor: pointer;
}
.reveal-modal .ewm{
	width:278px;
	height:278px;
	}
.reveal-modal .ewm img{
	max-width:278px;
	max-height:278px;
	}