/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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; }
body{ height:100%}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
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 */

.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*/
@font-face {
    font-family: 'ambleregular';
    src:url(/fonts/Amble-Regular-webfont.ttf) format('truetype');
}
 body{
	font-family:Microsoft YaHei;
 }
  .wrap{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
 }
 .header_top{
 	 background:#323232;
 }
 .logo{
	float:left;
	font-family: 'Baumans', cursive;}
  .logo h1{
	font-size:35px;
	color:#FFF;
 }
  .logo h1 span{
	  padding:20px;
	  float:left;
 }
 .logo h1 span.black{
 	background:#323232;
 }
  .logo{ width:20%}
 .logo h1 span.red{
 	background:#F95355;
 }
  .menu{
	 float:right;
	 margin:2% 0; width:80%
 }
  .menu li{
	 float:left;
 }
  .menu li a{
	 font-size:1em;
	 padding:20px 20px;
	 color:#FFF;
	
	 transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease; text-decoration:none	
 }
  .menu li a:hover,.menu li.active a{
	 background:#d32b28;
 }
 
 .headers{z-index:999; position:fixed; top:0; left:0; width:100%; _position:absolute;
 _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); overflow:visible; height:80px;}
  .wraps{
	width:80%;
	margin:0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
 }
 .header_tops{
 	 background:#323232;
 }
 .logos{
	float:left;
	font-family: 'Baumans', cursive;}
  .logos h1{
	font-size:35px;
	color:#FFF;
 }
  .logos h1 span{
	  padding:20px;
	  float:left;
 }
 .logos h1 span.black{
 	background:#323232;
 }
 .logos h1 span.red{
 	background:#F95355;
 }
  .menus{
	 float:right;
	 margin:31px 0;
 }
  .menus li{
	 float:left;
 }
  .menus li a{
	 font-size:1em;
	 padding:30px 25px;
	 color:#FFF;
	 font-family: 'Baumans', cursive;
	 transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;	
 }
  .menus li a:hover,.menu li.active a{
	 background:#d32b28;
 }

/******************** Main ***********/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 5% 0 5% 1.6%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width:29%;
	padding:1.5%;
	text-align: center;
	border:1px solid #EEE;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.grid_icon{
	border-radius:4em;
	-webkit-border-radius:4em;
	-moz-border-radius:4em;
	-o-border-radius:4em;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	display: inline-block;
	padding: 15px;
	background: #9B9999;
	cursor:pointer;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.grid_icon:hover{
   background:#d32b28;
}
.images_1_of_3  h3{
	font-family: 'Baumans', cursive;
	color:#FB5642;
	font-size: 1.5em;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
}
.images_1_of_3  p{
	font-size: 0.85em;
	color:#9F9F9C;
	line-height: 1.6em;
	font-family: 'ambleregular';
	padding: 10px 0px;
}
 .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
 .col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 5% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_1_of_3  h3{
	color:#F95355;
	margin-bottom:10px;;
	font-size:1.8em;
	font-family: 'ambleregular';
	text-transform:uppercase;
}
.span_1_of_3  p{
	font-size:0.85em;
	color:#7E7E7E;
	line-height: 1.8em;
	font-family :Arial, Helvetica, sans-serif;
	padding:5px 0; 	
}
.span_1_of_3  p span{
	font-family: 'ambleregular';
}
.span_1_of_3  li{
	font-size:0.85em;
	color:#8A8A8A;
	display:block;
	padding:10px 15px;
	background:url(/images/list-img.png) no-repeat 0px;
	cursor:pointer;
	border-bottom:1px dashed #E7E7E7;
}
.span_1_of_3 li:hover{
    color:#4E4E4E;
}
.span_1_of_3 img{
	padding:3px;
	background:#FFF;
	border:1px solid #EBEBEB;
	display:block;
	width:98%;
}
.button{
	margin-top:15px;;
}
.button a{
		background:#d32b28;
		padding:12px 30px;
		font-family: 'ambleregular';
		color: #FFF;
		display:inline-block;
		font-size: 0.875em;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;
}
.button a:hover{
	    background:#222;
	    color:#FFF;
}
/****  New Products ******/
.new-products p{
	display: inline-block;
	width:49%;
	list-style:none;
	padding-top:0;
}
.new-products p img{ width:100px; height:140px}
.new-products p a{
	 text-align:center
	background: #FFF;
	display: block;
    margin:0 5px;
 }
/********** Footer **********/
.copy-right{
	padding:20px 0;
	background:#323232;
 }
 .copy-right p{
	font-size:0.85em;
	color:#A5A5A5;
	font-family: 'ambleregular';
 }
 .copy-right p.copy{
 	float:left;
 }
 .copy-right p.design{
 	float:right;
 }
 .copy-right p a{
	text-decoration:underline;
	color:#F95355;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
 }
 .copy-right p a:hover{
 	color:#FFF;
	text-decoration:none;
 } 
 /********** About **********/
.about_desc{
	padding:30px 0;
}
.about_desc h2{
	color:#F95355;
	font-family: 'ambleregular';
	font-size:1.5em;
	text-transform: uppercase;
	padding-bottom:10px;
}
.col_1_of_3{
	display: block;
	float:left;
	margin:3% 0 5% 1.6%;
}
.col_1_of_3 ul li a{ color:#7E7E7E}
.col_1_of_3 ul li a:hover{ color:#000}
.col_1_of_3:first-child { margin-left: 0; }

.grid_1_of_3 {
	width: 29%;
	padding:1.5%; 
}
.grid_1_of_3 img{
	max-width:100%;
	display:block;	
}
.grid_1_of_3  p  {
	font-size: 0.85em;
	padding: 5px 0;
	color:#7E7E7E;
	line-height: 1.8em;
}
.history-desc{
	padding-bottom:15px;
}
.year{
	float:left;
}
.year p{
	color:#222;
	font-family: 'ambleregular';
	font-size:1.2em;
}
.grid_1_of_3  p.history{
	float:left;
	width:80%;
	margin-left:4%;
	font-size: 0.85em;
	color: #6A6A6A;
	line-height: 1.8em;
} 
.grid_1_of_3 .list li a{
	color:#7E7E7E;
	font-size:0.815em;
	padding:8px 20px;
	background:url(/images/list-img.png) no-repeat 0;
	cursor:pointer;
	display:block;
	font-family: 'ambleregular';
}
.grid_1_of_3 .list li a:hover{	
	color:#444;
}
/*  GRID OF Four   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 0% 0 5% 1.6%;
	position:relative;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	border:1px solid #EEE;
}
.images_1_of_4  h3{
	color:#F95355;
	font-family: 'ambleregular';
	font-size:1.2em;
	text-transform: uppercase;
	padding:10px 0 5px 0;
}
.images_1_of_4  p {
	font-size: 0.85em;
	padding: 5px 0;
	color:#7E7E7E;
	line-height: 1.8em;	 	
}
/***** Gallery *****/
.gallery{
	padding:50px 0;
}
.gallery_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	box-shadow: 0px 0px 5px #999;
}
.gallery_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 20.8%;
	padding:1.5%;
	position:relative; 
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
	outline:none;
}
.images_1_of_4 a{
	outline:none;
}
.images_1_of_4  h3{
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-weight : normal;
	color:#F95355;
	font-size:1.2em;
}
.images_1_of_4  p{
	font-size:0.8125em;
	color:#7E7E7E;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif; 	
}
.images_1_of_4  span a{
	color:#F95355;
	font-size: 1em;
	cursor: pointer;
}
.images_1_of_4 a span{
	position: absolute;
	top:80px;
	left:135px;
	width:36px;
	height:36px;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.images_1_of_4 a img:hover{
	opacity:0.6;
}
.images_1_of_4 a:hover span{
	opacity:1;
	background:url(/images/zoom.png) no-repeat;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 25px;
}
.projects-bottom-paination li{
	display:inline-block;
}
.projects-bottom-paination li a{
	font-size:0.85em;
	font-family: 'ambleregular';
	color:#F95355;
	padding:10px 18px;
	background: #fff;
	text-decoration: none;
	display:block;
	border:none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: 1px solid #EEE;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background:#F95355;
	color:#fff;
}
/* Services  ============================================================================= */
.services{
	padding:50px 0;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46.2%;
	padding:1.5%; 
}
.listimg_2_of_1 {
	width:18.2%;
}
.list_2_of_1 {
	width: 78.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	color:#222;
	margin-top:0.4em;
	margin-bottom:0.2em;
	font-size:1.5em;
	font-family: 'ambleregular';
	text-transform:uppercase;
}
.list_2_of_1  p{
	font-size:0.8125em;	
	color:#7E7E7E;
	line-height: 1.8em;
	font-family : verdana, arial, helvetica, helve, sans-serif;
	padding:0; 	
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin:5% 0 5% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'ambleregular';
	color:#F95355;
	font-size: 1.5em;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #7B7C7E;
	padding-bottom:5px;
	font-family: 'ambleregular';
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#444;
			font-size:1.2em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.31);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
   border:1px solid rgba(192, 192, 192, 0.72)
 }
.mybutton{
	background:#F95355;
	padding: 12px 32px;
	font-family: 'ambleregular';
	color: #fff;
	font-size: 1em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform: uppercase;
	border:none;
	outline: none;
	cursor: pointer;
	-webkit-appearance:none;
}
.mybutton:hover{
	background-color:#202020;
}
.mybutton:active{
	background-color:#202020;  
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size: 0.8125em;
	color: #7B7C7E;
	font-family: 'ambleregular';
	line-height: 1.8em;
}
.company_address p a{
	text-decoration:underline;
	color:#555;
	cursor:pointer;
}
.company_address p a:hover{
  text-decoration:none;
  color:#444;	
}
.map{
	margin-bottom:5px;
}

/*----responsive-design-----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1024px)  {
	.wrap{
		width:90%;
	}
	.logo h1 span{
		padding:20px 10px;
	}
	.menu li a{
		padding:30px 20px;
	}
	.grid_1_of_3 p.history{
		width:74%;
	}
}
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
	.logo h1{
		font-size:2em;
	}
	.logo h1 span{
		padding:22px 10px;
	}
	.menu li a{
		padding:30px 10px;
	}
	.year p{
		font-size:1em;
	}
}
@media only screen and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.logo h1{
		font-size:1.5em;
	}
	.logo h1 span{
		padding:26px 10px;
	}
	.menu li a{
		font-size:0.85em;
		padding:32px 10px;
	}
	.grid_1_of_3{
		margin:0 0 10px 0;
	}
	.images_1_of_3{
		width:94%;
		padding:3%;
	}
	.col_1_of_3{
		margin: 0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
	.grid_1_of_3{
		width:94%;
		padding:3%;
	}
	.year p{
		font-size:1.2em;
	}
	.grid_1_of_4{
		margin:0;
	}
	.images_1_of_4{
		width:94%;
		padding:3%;
	}
	.span_2_of_3{
		width:94%;
		padding:3%;
	}
	.col{
		margin: 0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:95%;
	}
}
@media only screen and (max-width:480px) {
	.wrap{
		width:95%;
	}
	.logo h1{
		font-size:2.5em;
	}
	.logo h1 span{
		padding:10px 25px;
	}
	.menu li a{
		padding:32px 20px;
	}
	.listview_1_of_2{
		margin:0;
	}
	.images_1_of_2{
		width:94%;
		padding:3%;
	}
}
@media only screen and (max-width:320px) {
	.wrap{
		width:95%;
	}
	.logo h1{
		font-size:2em;
	}
	.logo h1 span{
		padding:10px 8px;
	}
	.menu li a{
		padding:32px 7px;
	}
	.services{
		padding:30px 0;
	}
	.list_2_of_1 h3{
		font-size:1.2em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
}


.main { width:70%; margin:0px auto;  margin-top:30px;  height:850px}
.main .case1{ width:100%;   }
.main .case1 img{ width:70%; float:left}
.main .case1  ul{ float:right; width:25%; margin-top:2%;  height:75%;  background:url(/images/logo3.png) no-repeat right}
.main .case1  ul li{ margin-top:2% }
.main .case1  ul li a{ color:#999}
.main .case1  ul li a:hover{ font-size:200%; color:#d52828}
.main .comp{ width:100%;  height:100%}
.main .comp img{ width:100%; margin:0px auto}
.main .comp .team{ margin-top:40px}
.main .comp .news { margin-top:40px}
.case img{ width:100%}

.main .comp .news li{ list-style:none; float:left; width:50%; height:296px; overflow:hidden}
.main .comp .news li img{ float:left; width:90%; margin-right:2%; border:#CCC 3px solid; z-index:-100px}
.main .comp .news li .titss h3{ color:#666; margin-left:-100px; z-index:1px ; }
.main .comp .news li p{ color:#999}
.main .comp .news .morenews{ margin-left:100px; width:100px; height:60px; background:#F00; margin-top:20px;}
.main .comp .news




.toppic .aboutcont{ width:40%; float:right; height:800px; overflow:scroll; margin-top:50px; margin-right:3%}
.toppic .aboutcont p{ color:#666; font-size:14px; line-height:30px} 


.case{ width:100%; height:500px; overflow:hidden}
.case2{ width:100%; margin:0px auto; margin-top:1%}
.case2 .tabs li{ margin-left:25px}
.case2 .tabs{ width:500px; margin:0px auto}
.center {
width:100%;
margin:20px auto 0 auto;
}

.marginbot {
margin-bottom:15px;
}

ul.list li {
list-style-type:none;
margin-left:20px;
}

ul.tabs {
width:100%;
overflow:hidden;
}

ul.tabs li {
list-style-type:none;
display:block;
float:left;
color:#736e6d;
padding:8px;
margin-right:2px;


-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
cursor:pointer; font-size:20px}

ul.tabs li:hover {
background-color:#454141; color:#fff}

ul.tabs li.current {

background-color:#454141; color:#fff
padding:8px;
}

.tabscontent {

padding:8px 0 0 0;
display:none;
width:100%;
text-align:justify;
}
.tabscontent li{ width:100%; height:100px; border-bottom:#f3ecec 1px  solid; list-style:none; margin-top:10px}
.tabscontent li p{ color:#999; font-size:14px}
.tabscontent  li .all{ margin:0px auto; width:600px}
.tabscontent  li .all h3 a{ color:#000; font-weight:bolder; font-size:20px}
.tabscontent  li .all .intro{color:#999; font-size:16px }
.tabscontent li:hover{  background:#eae9e9}

.conts { width:100%; height:350px; background:#e3e5e5 url(/images/as.jpg) no-repeat left}

.conts .title { width:width:50%; margin:0px auto; padding-top:100px}
.conts .title h3{ font-size:40px; text-align:center}
.conts .title  p{ text-align:center; margin-top:20px; color:#666}
.contss{ padding-top:30px; width:980px; margin:0px auto; height:100%; }
.contss h3{ text-align:center}
.contss p{ float:left; color:#333 ; font-size:13px; margin-right:25px; line-height:25px}
.contss p a{ color:#666;font-size:13px;}
.contss .conttt{ color:#666; font-size:12px; line-height:30px}
.contss h2{ text-align:right; font-size:13px; color:#999;}
 h2 { color:#666l; font-size:13px}

.teams{ width:100%; height:350px; overflow:hidden;}
.teamm02{ width:60%; margin:2%  auto}
.teamm02 li{ float:left; width:20%; list-style:none;border:#fff 1px solid;box-shadow:3px 3px 4px #ccc; margin-left:2%; height:350px ; background:#FFF; margin-top:2%}
.teamm02 li img{ width:100%; height:300px }
.teamm02 li .tit02{ line-height:30px; text-align:center;  display:block; width:150px; color:#666}
.teamm02 li .tit02 a{ text-align:center;}


.picnr{ width:900px; height:500px;  margin:100px auto; }
.picnr .imglist img{ box-shadow:5px 5px 5px #ccc;  }
.picnr img{ width:250px;  float:left}
.picnr span{  visibility:hidden; }
.picnr .right{ float:right; width:500px; height:600px; overflow:scroll}
.picnr .right h3{ text-align:center; color:#000; font-size:30px; }
.picnr .right p{ padding-top:20px; color:#333; font-size:12px; line-height:25px;}
.jions{ width:800px; height:100%; margin:0px auto;}
.jions h3{ font-size:24px}
.jions .textcon{ width:800px;}
.jions .textcon li{ float:left;  margin-top:30px; width:400px; height:150px}
.jions  p{ line-height:30px; color:#999; font-size:15px; text-align:left}
.jions .textcon .geg p{ line-height:30px}

.jions .ditu{ float:right;}
.picnr  a{ color:#666;font-size:13px;}
.picnr strong{ color:#666; font-size:13px;}
.syareas{ width:60%;margin:0px auto;}
.syareas ul li{ width:31%;border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc; height:300px; float:left; background:#fff}
.syareas .li2{ margin-left:3%}
.syareas .li3{  margin-left:3%}
.syareas ul li:hover{ background:#dcdddf}
.syareas ul li h3 a{ text-decoration:none; color:#666; font-size:1em; line-height:1.5em; border-bottom:#000 2px solid; margin-left:1.5em}
.syareas ul li p{ color:#000; font-size:14px; line-height:2em; width:80%; margin:0px auto}
.syareas ul li span a{ color:#999}
.syareas ul li span a:hover{ text-decoration:none; color:#333}


.sycase{width:60%;margin:0px auto; }
.syother{width:60%;margin:0px auto; margin-top:3em;}
.syother h3{color:#666; font-size:1.5em; line-height:2em; border-bottom:#000 2px solid; margin-left:1.5em; width:120px}
.syother p{color:#000; font-size:14px; line-height:2em; width:80%; margin:0px auto; margin-top:2em}
.sycaseleft{ width:30%; background:#eceaea;border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc; float:left}
.sycaseleft:hover,.sycaseright:hover{background:#e6e6e6}
.sycaseright{ float:right; width:65.5%;background:#eceaea;border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc;}
.sycaseright a{color:#999}
.sycaseright a:hover{ text-decoration:none; color:#333}
.syteam{width:60%;margin:0px auto; margin-top:50px;}
.syteam img{border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc;}
.syteam a{ color:#666; z-index:1}
.syteam a:hover{ color:#000; text-decoration:none} 

.synews{width:60%;margin:0px auto; }
.synews li{ float:left; width:50%;background:#fff;}
.synews li div{ height:280px; width:90%; overflow:hidden}
.synews a{color:#666;}
.synews  a:hover{ color:#000; text-decoration:none} 
.synews li p{ color:#999; font-size:12px; line-height:3%}

.synews .more{ background:#5b5757; width:20%; margin:1% auto; height:50px }
.synews .more a{ color:#FFF; text-align:center; font-size:20px; display:block; padding-top:13px}
.synews li{ list-style:none}
ul{ list-style:none}


.allmid{margin:0px auto;}

#foot{ width:100%; background:url(/images/fancybox_overlay.png); height:300px; padding-top:30px; left:0px; bottom:0px ; margin-top:30px}
#foot .foot{ width:680px; margin:0px auto; height:200px;}
#foot .foot ul{ float:left; width:510px; margin-left:-200px;}
#foot .foot ul li{ list-style:none; width:169px; float:left;}
#foot .foot ul li p{color:#736f6f; font-size:13px}
#foot .foot .img{ float:left; width:130px;}
#foot .foot .img p{ color:#736f6f; font-size:13px}
#foot .foot .right{ float:right; width:350px; margin-top:-200px;}
#foot .foot .right img{ float:right;}
#foot .foot .right p{ color:#736f6f; font-size:13px; text-align:right; line-height:30px;}
#foot .foot .right p a{ color:#736f6f; font-size:13px; text-align:right; line-height:30px;}
#foot .cop{ width:680px; margin:0px auto; margin-top:-150px; float:right;}
#foot .cop p{ float:right;color:#736f6f; font-size:14px; margin-top:-30px }


.ab img{ width:100%}
.abone{ width:60%; margin:40px auto}
.abone h3{ text-align:center; font-size:2em}
.abone p{ width:70%; margin:20px auto; line-height:30px; color:#333; font-weight:lighter; font-size:13px}background-size:30% 60%;
.abb{background-size:100%;}
.abb img{ width:100%}

.helpmain{ width:70%; margin:50px auto}
.helpmain .leftbox{ width:20%; float:left}
.helpmain .leftbox li{ float:left; width:80%; line-height:40px;border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc; margin-top:20px }
.helpmain .leftbox li a{ color:#666; text-decoration:none; margin-left:10%}
.helpmain .leftbox li a:hover{ text-decoration:underline}
.helpmain .right{ float:right; width:75%;-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;border:#dee9fc 1px solid;box-shadow:3px 3px 4px #ccc; padding:1%}