/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: "Century Gothic" Helvetica, sans-serif;
	background: url(../images/bg-4.jpg) 0 0 repeat #eaece6;
}
.wrap{
	width: 1060px; /*--1060px;--*/
	margin:0px auto;
}
/*---header----*/
.top-header{
	background: url(../images/bg-2.jpg);
	padding: 6px 0px;
	border-bottom: #fff 1px ridge;
}
.top-header-left{
	float:left;
}
.top-header-left ul li{
	display:inline-block;
}
.top-header-left ul li h2{
	color: #a0a0a0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Average Sans', sans-serif;
}
.top-header-left ul li span{
	color: #a0a0a0;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Average Sans', sans-serif;
}
.top-header-right{
	float:right;
}
.top-header-right ul li{
	display:inline-block;
}
.top-header-right ul li a{
	font-size: 0.8em;
	text-transform: uppercase;
	color:#a0a0a0;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	font-family: 'Average Sans', sans-serif;
}
.top-header-right ul li a:hover{
	color:#eee;
}
/*---search---*/
.main-header{
	background: url(../images/bg-4.jpg) 0 0 repeat #eaece6;
	border-top: 1px ridge rgb(255, 255, 255);
	-webkit-box-shadow: 0 8px 6px -6px rgb(231, 230, 227);
	-moz-box-shadow: 0 8px 6px -6px rgb(231, 230, 227);
	box-shadow: 0 8px 6px -6px rgb(231, 230, 227);
}
.logo{
	padding: 15px 0px;
	float:left;
}
.top-nav{
	float:right;
	padding-top: 33px;
	z-index:99999;
	position: relative;
}
.top-nav ul{

  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  
	
}
.top-nav ul li{
	       list-style-type: none;
            float: left;
            height: 25px;
            width: 120px;
            line-height: 25px;
            text-align:center;
           
           
           
	
          
}
.top-nav ul li ul
        {
		   display: list-item;
            margin: 0;
            position: relative;
            right: 0px;
            font-size: 12px;
            display: none;
			text-align:center;
		    
		
           
        }
.top-nav ul li ul li  /*下拉菜单背景颜色*/
        {
		   background-color:#ffffff;
		   
		
           
        }
.top-nav ul li ul li:hover /*下拉菜单鼠标位置背景颜色*/
        {
		   background-color:#FF0000;
		   
		
           
        }
.top-nav ul li a
        {
     font-family: 'Average Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	color:#a0a0a0;
	margin: 0px 0px 0px 0px;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
	font-weight: 500;
        }
 .top-nav  ul li:hover
        {
            
           background: #686868;
            color:#FF8400;
            cursor: pointer;
        }
.top-nav  ul li:hover ul
        {
            display: list-item;
       }
	

/*---content----*/
.grid{
	float:left;
	text-align: center;
}
.box:first-child {
	margin-left: 0px;
}
.box{
	/*width: 23.6%;*/
	/*float:left;*/
	width:900px;
	height:20px;
	padding-bottom: 8px;/*元素的下内边距,底部留白*/
	
}
.box2{
	/*width: 23.6%;*/
	/*float:left;*/
	width:800px;
	height:20px;
	padding-bottom: 8px;/*元素的下内边距,底部留白*/
	
}
.grid{
	display: block; /*显示*/
	float: inherit; /*向左浮动*/
	margin: 1% 0 1% 1.8%; /*外边距*/
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	padding-bottom: 36px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	background:#fff;
	
}

.grid2{
    
	text-align: center;
	display: block; /*显示*/
	float: inherit;  /*向左浮动*/
	margin: 1% 4% 1% 1.8%; /*外边距*/
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	padding-bottom: 36px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	background:#fff;
	
}



.grid h3 {
	font-family: 'Average Sans', sans-serif;
	margin: 0;
	padding: 32px 10px 32px 10px;
	display: block;
	background-color: #d7d7d7;
	background-image: -moz-linear-gradient(top, #e0e0e0, #cacaca);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#cacaca));
	background-image: -webkit-linear-gradient(top, #e0e0e0, #cacaca);
	background-image: -o-linear-gradient(top, #e0e0e0, #cacaca);
	background-image: linear-gradient(to bottom, #e0e0e0, #cacaca);
	background-repeat: repeat-x;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	color: rgb(105, 105, 105);
	font-size: 1.5em;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid p{
	font-family: Arial, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin: 0px 0px 37px 0px;
	padding: 0px 20px;
}
.grid span{
	font-family: Arial, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	
	/*white-space:nowrap;*/
	
	
}
.grid2 span{
	font-family: Arial, sans-serif;
	color:#000000;
	font-size:0.8em;
	line-height: 1.5em;
	/*color: rgb(150, 150, 150);*/
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	
	/*white-space:nowrap;*/
	
	
}
.grid span1{
	
	
	
}
.wwz{
    font-family: Arial, sans-serif;
	font-size:0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin: 0px 0px 0px 0px;
	/*padding: 0px 20px;*/
	/*padding-left:-2%;*/
	white-space:nowrap;
	width:700px;
	height:10px;
	float:left;
	
	
	
	
}
.grid img{
	padding: 25px 0px 10px 0px;
	width:51px;
	height:51px;
	float:right; /*控制图片位置*/
	vertical-align: bottom;
	margin-right:-52px; /*控制图片位置*/
	display:inline;
    margin-top:-44px; /*控制图片位置*/
	
}
.grid2 img{
	padding: 25px 0px 10px 0px;
	width:51px;
	height:51px;
	float:right; /*控制图片位置*/
	vertical-align: bottom;
	margin-right:-52px; /*控制图片位置*/
	display:inline;
    margin-top:-44px; /*控制图片位置*/
	
}

.block,.block1 {
	display: block;
	zoom: 1;
	margin-top: 15px;
}

.grid:hover {
	background: rgb(223, 223, 223);
}
.grid2:hover {
	background: rgb(223, 223, 223);
}

.box1 h3{
	color: #ff8400;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;

}
.box1 img{
	background:#ffffff;
	box-shadow: 0px 0px 5px rgb(173, 170, 170);
	border: 4px solid #fff;
	width: 95%;
	cursor: pointer;
}
.box1 p{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin-bottom: 31px;
}
.box1 h4{
	color: #ff8400;
	font-family: 'Average Sans', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	margin: 10px 0px;
}
.grid1 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.8%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.box1{
	float:left;
}
.grid1:first-child {
	margin-left: 0px;
}
.grid1{
	width: 32.11%;
	padding-bottom: 8px;
}
.content {
	padding-bottom: 61px;
}
/*------middle-game------*/

.middle-game{

background: url(../images/m-b2.jpg)   no-repeat;/*加入背景图片*/
 
 margin:auto; /*层居中*/
 
 position:relative;
background-color:transparent; /*透明*/
 clear:both /*清除浮动*/

}


.middle-game1{

background: url(../images/m-b3-1.jpg)   no-repeat;/*加入背景图片*/
 
 margin:auto; /*层居中*/
 
 position:relative;
background-color:transparent; /*透明*/
 clear:both /*清除浮动*/

}

.lb{   /*图片背景下的游戏轮播*/
	padding: 15px 0px 10px 0px;
	width:800px;
	height:400px;
	float:left; /*控制层*/
	margin-left:225px; /*控制层置*/
	display:inline;
    margin-top:55px; /*控制层位置*/

	
}

.middle{
    padding: 15px 0px 10px 0px;
    float:left; /*控制层*/
    margin-left:-80px; /*控制层置*/
	display:inline;
    margin-top:-35px; /*控制层位置*/
    color:#FFFFFF;

}

.zx{   /*图片背景下的游戏介绍*/
    padding: 15px 0px 10px 0px;
	width:250px;
	height:80px;
	float:left; /*控制层*/
	
	
}


.middle-log img{

 padding: 18px 0px 10px 0px;
 float:left; /*控制层*/
 margin-left:3px; /*控制层置*/
 margin-top:55px; /*控制层位置*/
 width:90px;
 height:90px;
 clear:both /*清除浮动*/

}

.middle-xq img{

 padding: 10px 0px 10px 0px;
 float:left; /*控制层*/
 margin-left:3px; /*控制层置*/
 margin-top:-5px; /*控制层位置*/
 width:160px;
 height:40px;
 clear:both /*清除浮动*/

}
.middle-pic img{

 padding: 10px 0px 10px 0px;
  float:left; /*控制层*/
  margin-left:300px; /*控制层置*/
 margin-top:-380px; /*控制层位置*/
/* width:200px;
 height:360px; */
 clear:both /*清除浮动*/

 
}
.middle-pic1 img{

 padding: 10px 0px 10px 0px;
  float:left; /*控制层*/
  margin-left:550px; /*控制层置*/
 margin-top:-380px; /*控制层位置*/
 /*width:200px;
 height:360px;*/
 clear:both /*清除浮动*/

}

/*---footer----*/
.foot-pic{
    width:1000px;

  }

.foot-pic img{
	padding: 42px 0px 0px 0px;
	width:80px;
	height:95px;
	float:left;
	vertical-align: bottom;
	margin-left:180px;
	display:inline;
    margin-top:-55px;
	

	
}
.foot-pic p{
    float:none;
    margin-left:330px;
	line-height:1.5em;
	color:#FFFFFF;
    font-size: 0.8em;

}

.footer{
	background: url(../images/bg-3.jpg) 0 0 repeat #eaece6;
	overflow:hidden;

	
	
}
.footer-grid h4{
	color:#5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 15px 0px 10px 0px;	
}
.footer-grid p{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin-bottom: 11px;
	width:95%;
}
.footer-grid p a{
	color:#ff8400;
}
.footer-grid p a:hover{
	color:#5b5b5b;
}
.footer-grid{
	float:left;
}
.footer-box:first-child {
	margin-left: 0px;
}
.footer-box{
	width: 33.33%;
	padding-bottom: 8px;
}
.footer-grid span{
	font-size: 1.5em;
	line-height: 1em;
	color: #646464;
	display: block;
	font-family: 'Average Sans', sans-serif;
	letter-spacing: -1px;
}
.footer-grid ul li a{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height:2em;
	color: rgb(150, 150, 150);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-grid ul li img{
	padding-right:1px;
}
.footer-grid ul li a:hover{
	color:#ff8400;
}
/*----sub-footer---*/
.left-part{
	float:left;
	height:60px;
}
.left-part a{
	color:#5b5b5b;
	font-family: 'Average Sans', sans-serif;
}
.right-part{
	float:right;
	margin-top: 9px;
}
.right-part a{
	color:#ff8400;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-part a:hover{
	color:#5b5b5b;
	
}
.right-part a,.right-part p{
	font-family: 'Average Sans', sans-serif;
	font-size:1em;
}
.right-part p{
	color: rgb(150, 150, 150);
	font-size: 0.9em;
}
.sub-footer{
	padding: 13px 0px 0px 0px;
	background: rgba(0, 0, 0, 0.89);
		
}
/*---about----*/
.about-left{
	float:left;
	width:70%;
	margin-right:1%;
}
.about-left p{
	margin-top:10px;
}
.about-left p,.about-right p{
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	color: rgb(150, 150, 150);
}
.about-left h4,.about-right h4{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
}
.about-left img,.about-right img{
	background:#fff;
	box-shadow: 0px 0px 3px rgba(85, 85, 85, 0.52);
}
.about-right{
	width: 28%;
	float: right;
}
.about-right p {
	margin:7px 0px;
}
/*---services----*/
.services h4{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	padding:25px 0px 0px 0px;
}
.services p {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	padding-top: 10px;
	float:left;
	margin-left: 410px;
}
/*---contact----*/
/*----contact----*/
.contact{
	
	
	margin-bottom: 33px;	
}
.contact-form{
	float:left;
	padding-right:20px;
}
.contact-sidebar{
	float: right;
	width: 336px;
	
	
}
.map{
	padding-top: 35px;
	float: right;
}
.contact h3{
	color: #2C9BB6;
	font-size: 25px;
	text-transform: uppercase;
	padding: 0 0 12px 0;
}

.contact-form form span{
	display:block;
}
form span{
	font-size: 1.2em;
	padding-bottom:5px;
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
}
.contact-form form textarea,
.contact-form form input[type=submit],
.contact-form form input[type=text]{
	border:1px solid #ddd;
	padding: 7px;
	width: 594px;
	outline:none;
	color:#666;
	font-size:0.9em;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.map iframe{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
}	
.contact-form form input[type=submit]{
		 -moz-border-radius:3px;
		  -webkit-border-radius:3px; 
		  border-radius:3px; 
		  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  box-shadow:0 1px 3px rgba(0, 0, 0, 0.50); 
		  background:#0160A4 url(../images/button-overlay.png) repeat-x; 
		  
		  color:#FFFFFF !important; 
		  cursor:pointer; 
		  display:inline-block; 
		  font-size:13px; 
		  font-weight:bold; 
		  line-height:1; 
		  overflow:visible; 
		  padding:10px 25px;
		  position:relative; 
		  text-decoration:none; 
		  text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25); 
		  width:auto; 
		  text-align:center; 
}
.contact-form form input[type=submit] {
	background: #ff8400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff8400 0%, #ff8400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ff8400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8400 0%,#ff8400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff8400 0%,#ff8400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff8400 0%,#ff8400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8400 0%,#ff8400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff8400',GradientType=0 ); /* IE6-9 */

	 -webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}


.contact-form form input[type=submit]:hover{
	background: #5b5b5b;
	color:#FF8400;
}

form textarea{
	height: 201px;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contact h4{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0px;
}
.contact p {
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(150, 150, 150);
	margin-bottom: 17px;
}
/*---error----*/
.error-page h3{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 5em;
	text-transform: uppercase;
}
.error-page h5{
	color: #5b5b5b;
	font-family: 'Average Sans', sans-serif;
	font-size: 10em;
	text-transform: uppercase;
}
.error-page{
	text-align: center;
	min-height: 448px;
	max-height: 100%;
	margin-top: 118px;
}
/*------responive-design--------*/
@media screen and (max-width: 1366px) {
	.error-page {
		min-height: 325px;
	}
}
@media screen and (max-width: 1280px) {
	.error-page {
		min-height: 448px;
	}
}
@media screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}
	.error-page {
		min-height: 325px;
	}
	.contact-form {
		width:50%;
	}
	.contact-form form textarea, .contact-form form input[type=text] {
		width: 97%;
	}
	.map {
		width: 47.6%;
	}
}
@media screen and (max-width:800px) {
	.wrap{
		width:90%;
	}
	.grid h3,.box1 h3 {
		font-size:1.2em;
	}
	.grid a, .box1 a {
		padding: 10px 17px 10px 17px;
		font-size: 0.9em;
	}
	.error-page h3 {
		font-size:4em;
	}
	.map {
		display:none;
	}
	.contact-form {
		width: 100%;
	}
	.rslides img {
		height: 386px;
	}
}
@media screen and (max-width:640px) {
	.wrap{
		width:90%;
	}
	.grid h3, .box1 h3 {
		font-size: 1em;
	}
	.footer-grid ul li:last-child,.footer-grid ul li:first-child{
		display:none;
	}
}
#adWrap{
	overflow: hidden;
}
.i_top {
    position: fixed;
    top:200px;
   
   
    
}
.image-slider ul{
	overflow: hidden;
	/*width: 400% !important;*/
}
.image-slider li{
	float: left;
	width: 25%;
	position:relative;
}
.image-slider img{
	display: block;
	width: 100%;
}

.ad_btn_wrap{
	position: absolute;
	top: 38%;
	left:4%;
	width: 100%;
	
}
.ad_btn_wrap a{
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background:rgba(255, 255, 255, 1.0);
}
.ad_btn_wrap a:nth-child(1){
	background: #ff7b23;
	margin-left: 45%;
}
#out {
    overflow: hidden;
    width: 100%;
}

#in {
    overflow: hidden;
}

    #in img {
        display: block;
        width: 100%;
        float: left;
    }
    
.article{

	margin-top: 50px;
	width: 100%;
	height: auto;
}
.ad_btn_wrap li.cur{
	background:#f60;
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*-----job----*/

.pic_job{

width:1076px;
height:222px
overflow: hidden;
padding:0px 0px 20px 0px;

bottom::20px;
 
}

.pic_job job-c{

text-align:center;
margin:0 auto;
}


.job-1{
 width:200px;
 float:left;
 overflow: hidden;
 margin-left:420px;
 margin-top:-10px;
 padding:0px 0px 5px 0px
}
.job-2{
 padding:20px;
 float:left;
 overflow: hidden;
 margin-left:400px;
 padding-top:32px;
 width:800px;
    /*设置字体*/	
	font-size: 1.5em;
	color: #646464;
	display: block;
	font-family: 'Average Sans', sans-serif;
	letter-spacing: -0.5px;
	
}
.job-3{
 margin:0px 0px 0px 0px;
 float:left;
 overflow: hidden;
 
 width:320px;
 
 
     /*设置字体*/	
   
	font-size:12px;
	color: #646464;
	display: block;
	font-family: 'Average Sans', sans-serif;
	letter-spacing: 0.5px;
	
}

.job-3 p{

padding:5px 0px 5px 0px;


}
.fy{
padding:5px 0px 5px 0px;
width:100%;
height:30px;
margin-left: auto;
margin-right: auto;
float: left;
margin-left:-50px;
margin-top:-40px;
text-align: center;



}

.rev{



}
.next{



}

.div-img{
width:100%;
height:100%;

}
.div-img img{
   width:400px;
	height:267px;
    padding:10px 0px 10px 0px;
   
	float:right; 
	margin-right:340px; 

}

.div-img #img04{

     width:200px;
	  height:125px;
   
	float:left; /*控制图片位置*/
	margin-left:-185px; /*控制图片位置*/
	display:inline;
    margin-top:190px; /*控制图片位置*/

}

.div-img #img05{
      width:400px;
	  height:180px;
	   padding:10px 0px 10px 0px;
	  float:left; /*控制图片位置*/
	margin-left:350px; /*控制图片位置*/
	display:inline;
    margin-top:-345px; /*控制图片位置*/

}
.div-img #img06{

   width:400px;
    height:180px;
     padding:10px 0px 10px 0px;
	float:left; /*控制图片位置*/
	margin-left:350px; /*控制图片位置*/
	display:inline;
    margin-top:-150px; /*控制图片位置*/

}
.div-img #img07{

    width:396px;
    height:253px;
     padding:10px 0px 10px 0px;
	float:right; /*控制图片位置*/
	margin-right:350px; /*控制图片位置*/
	display:inline;
    margin-top:-20px; /*控制图片位置*/


}

.dashed{

float:left;
border:1px dashed #0000fff;
overflow: hidden;
margin-left:420px;
margin-top:20px;
width:800px;



}
