﻿@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: '兰亭黑';
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, fieldset, lengend, button, input, textarea, th, td {
	font-size:12px;
	margin: 0;
	padding: 0;
	font-family:Tahoma,'兰亭黑',sans-serif;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline:none;
	color:#6B6B6B;
}
a:hover {
	text-decoration: underline;
}
fieldset, img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
button, input, select, textarea {
	font-size: 12px;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
}
q:before, q:after {
	content: '';
}
:focus {
	outline:none;
}
body {
	font:12px/1.5 Tahoma,'兰亭黑', sans-serif;
    font-family: Tahoma,'兰亭黑', sans-serif;
}

button {
    outline: none !important;
	margin: 0;
	padding: 0;
}
.clear{clear:both;}
input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0px 1000px #fff inset; 
}
/*-------------------------------------------------*/
/* =  content - home sections
/*-------------------------------------------------*/

/*slider*/

 

/*引导页*/

html{height:100%;width:100%;}
header{width:100%;height: 95px;position: relative;z-index: 1000;}
.indexlogo{
	position:absolute;
	z-index:1000;
	left: 60px;
    top: 15px;
	}
.index-nav{width:100%;height:40px; background:#363434;}
.top_nav{/*width:990px;*/height:40px;line-height:40px;margin:0 auto;    margin-right: 6%;}
.top_nav span{float:left;color:#fff;position: absolute;left: 5%;}
.top_nav ul{float:right;padding-right: 18px;}
.top_nav ul li{float: left;}
.top_nav1{/*width:990px;*/height:40px;line-height:40px;margin:0 auto;    margin-right: 6%;}
.top_nav1 span{float:left;color:#fff;position: absolute;left: 5%;}
.top_nav1 ul{float:right;padding-right: 18px;}
.top_nav1 ul li{float: left;}


.top_nav ul .first{
    color: #fff;
    width: 57px;
    background: url('../images/6.png') no-repeat;
    background-position: 50px 10px;
    padding-right: 20px;
}
.top_nav1 ul .first{
    color: #fff;
    width: 57px;
    background: url('../images/6.png') no-repeat;
    background-position: 50px 10px;
    padding-right: 20px;
}

.top_nav ul .last1{
    background: url('../images/6-1.png') no-repeat;
    color: #DADADA;
    width: 90px;
	text-align:right;
    padding-left: 22px;
    background-position: 10px 10px;
}
.top_nav1 ul .last1{
    background: url('../images/6-1.png') no-repeat;
    color: #DADADA;
    width: 90px;
	text-align:right;
    padding-left: 22px;
    background-position: 10px 10px;
}

.top_nav ul .first a{
	border:none;
}
.top_nav ul li .last{
	border:none;
    padding: 0px;
    padding-left: 20px;
    color: #DADADA;
}
.top_nav1 ul li .last{
	border:none;
    padding: 0px;
    padding-left: 20px;
    color: #DADADA;
}
.top_nav1 ul .second a{
	border:none;
}
.top_nav1 ul .second{
    color: #fff;
    width: 57px;
    background-position: 50px 10px;
    padding-right: 20px;
}


.top_nav ul li a{padding:0px 15px;border-right: 1px solid #fff;color:#DADADA;}
.top_nav1 ul li a{padding:0px 15px;color:#DADADA;}

.top_logo{height:55px;/*width:990px;*/margin:0 auto;    padding-right: 7%;    background: #fff;}
.logo{width:215px;height:38px; float: left;margin-top:10px;position: absolute;left: 5%;}
.logo img{width:100%;}
.logo_tupian{width:145px;height:55px;background:url('../images/5.png') no-repeat;float:right; margin-top: 20px;text-align: center;}

.nav_title{position: fixed;top:10px;right:13%;}
.nav_title li{float:left;    padding: 0px 0px 0 0;}
.nav_title li img:hover{
	/*transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);*/
}
#yingcang{
	position:absolute;
	right:10px;
	top:40px;
	width:35px;
	height:30px;
	padding-top: 8px;
	cursor:pointer;
}
#yingcang p{
	width:35px;
	height:3px;
	background-color:#fff;
	margin:7px 0px;
}

/*引导页文字动画*/
@keyframes myfirst
{
0%{bottom: 500px;}
100%{bottom: 0px;}
}
@keyframes myfirstIT
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}
@keyframes myfirstXNY
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}
@keyframes myfirstZB
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}

@-webkit-keyframes myfirst
{
0%{bottom: 500px;}
100%{bottom: 0px;}
}
@-webkit-keyframes myfirstIT
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}
@-webkit-keyframes myfirstXNY
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}
@-webkit-keyframes myfirstZB
{
0%{bottom: 500px;}
100%{bottom: 30px;}
}

.index
{	position:relative;
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;	/* Firefox */
	-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
	animation-timing-function: linear;	/* Safari 和 Chrome */
	-webkit-animation-timing-function: linear;	/* Safari 和 Chrome */
	-o-animation: myfirst 3s;	/* Opera */
	background:url('../images/zi.png') no-repeat;
	height:140px;
	font-size:50px;text-align:center;display: block;
    cursor: pointer;
}
.indexIT
{	position:relative;
	animation: myfirstIT 1s;
	-moz-animation: myfirstIT 1s;	/* Firefox */
	-webkit-animation: myfirstIT 1s;	/* Safari 和 Chrome */
	animation-timing-function: linear;	/* Safari 和 Chrome */
	-webkit-animation-timing-function: linear;	/* Safari 和 Chrome */
	-o-animation: myfirstIT 1s;	/* Opera */
	/*background:url('../images/ZNIT11.png') no-repeat;*/
	height:140px;
	font-size:50px;text-align:center;
	background-position:center top;
}
.indexXNY
{	position:relative;
	animation: myfirstIT 1s;
	-moz-animation: myfirstIT 1s;	/* Firefox */
	-webkit-animation: myfirstIT 1s;	/* Safari 和 Chrome */
	animation-timing-function: linear;	/* Safari 和 Chrome */
	-webkit-animation-timing-function: linear;	/* Safari 和 Chrome */
	-o-animation: myfirstIT 1s;	/* Opera */
	/*background:url('../images/XNY11.png') no-repeat;*/
	height:140px;
	font-size:50px;text-align:center;
	background-position:center top;
}
.indexZB
{	position:relative;
	animation: myfirstIT 1s;
	-moz-animation: myfirstIT 1s;	/* Firefox */
	-webkit-animation: myfirstIT 1s;	/* Safari 和 Chrome */
	animation-timing-function: linear;	/* Safari 和 Chrome */
	-webkit-animation-timing-function: linear;	/* Safari 和 Chrome */
	-o-animation: myfirstIT 1s;	/* Opera */
	/*background:url('../images/ZNZB11.png') no-repeat;*/
	height:140px;
	font-size:50px;text-align:center;
	background-position:center top;
}

/*引导页方框文字动画*/
@keyframes myfirst1
{
from {top: 300px;opacity:1;}
to {top: 0px;opacity:1;}
}
@-webkit-keyframes myfirst1
{
from {top: 300px;opacity:1;}
to {top: 0px;opacity:1;}
}

.index1
{	
	top:300px;
	position:relative;
	animation: myfirst1 2s;
	-moz-animation: myfirst1 2s;	/* Firefox */
	-webkit-animation: myfirst1 2s;	/* Safari 和 Chrome */
	-o-animation: myfirst1 2s;	/* Opera */
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
	animation-timing-function: linear;	/* Safari 和 Chrome */
	-webkit-animation-timing-function: linear;	/* Safari 和 Chrome */
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes myfirst2
{
from {top: 500px;}
to {top: -20px;}
}


/*引导页引线动画*/
@keyframes myfirst11
{
from {transform:scale(0,0);opacity:0;}
to {transform:scale(1,1);opacity:1;}
}
@keyframes myfirst12
{
from {transform:scale(0,0);opacity:0;}
to {transform:scale(1,1);opacity:1;}
}
@keyframes myfirst13
{
from {transform:scale(0,0);opacity:0;}
to {transform:scale(1,1);opacity:1;}
}
@keyframes myfirst14
{
from {transform:scale(0,0);opacity:0;}
to {transform:scale(1,1);opacity:1;}
}
@keyframes myfirst15
{
from {transform:scale(0,0);opacity:0;}
to {transform:scale(1,1);opacity:1;}
}

.index2 img{
	position:absolute;
}
.index2
{	height:127px;
	position: relative;
	top: -20px;left: 0px;
}
.index2 img:nth-child(1){
	top:-5px;
	left:60px;
	animation: myfirst11 1.1s;
	-webkit-animation: myfirst11 1.1s;
	transform-origin:right top;
	animation-delay:2s;
	-webkit-animation-delay:2s;
	opacity:0;
	opacity:1\9;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index2 img:nth-child(2){
	top:-5px;
	left:170px;
	animation: myfirst12 1.1s;
	-webkit-animation: myfirst12 1.1s;
	transform-origin:right top;
	animation-delay:2.2s;
	-webkit-animation-delay:2.2s;
	opacity:0;
	opacity:1\9;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index2 img:nth-child(3){
	top:-5px;
	left:285px;
	animation: myfirst13 1.1s;
	-webkit-animation: myfirst13 1.1s;
	transform-origin:center top;
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
	opacity:0;
	opacity:1\9;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index2 img:nth-child(4){
	top:-5px;
	left:290px;
	animation: myfirst14 1.1s;
	-webkit-animation: myfirst14 1.1s;
	transform-origin:left top;
	animation-delay:2.6s;
	-webkit-animation-delay:2.6s;
	opacity:0;
	opacity:1\9;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index2 img:nth-child(5){
	top:-5px;
	left:290px;
	animation: myfirst15 1.1s;
	-webkit-animation: myfirst15 1.1s;
	transform-origin:left top;
	animation-delay:2.8s;
	-webkit-animation-delay:2.8s;
	opacity:0;
	opacity:1\9;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}


@-webkit-keyframes myfirst21
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;	}
}
@-webkit-keyframes myfirst22
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}
@-webkit-keyframes myfirst23
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;	}
}
@-webkit-keyframes myfirst24
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;	}
}
@-webkit-keyframes myfirst25
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}
@keyframes myfirst21
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;	}
}
@keyframes myfirst22
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}
@keyframes myfirst23
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}
@keyframes myfirst24
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}
@keyframes myfirst25
{
from {top: 0px;opacity:0;transform:rotateZ(0deg);-webkit-transform:rotateZ(0deg);}
to {top: 0px;opacity:1;}
}

/*引导页五块选项动画*/
.index3 li
{	
	position:relative;
	width:60px;
    height:60px;
    overflow: hidden;
}

.index3 li:nth-child(1){
	opacity:0;
	opacity:1\9;
	animation: myfirst21 1.1s;
	-webkit-animation: myfirst21 1.1s;
	animation-delay:2s;
	-webkit-animation-delay:2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	
}
.index3 li:nth-child(1):hover{
	background-image: url('../images/minit.png');
}
.index3 li:nth-child(1):hover .cb-slideshow li:nth-child(1) span{
	background-image: url('../images/4.png');
	background-color: #000;
	}
.index3 li:nth-child(2){
	opacity:0;
	opacity:1\9;
	animation: myfirst22 1.1s;
	-webkit-animation: myfirst22 1.1s;
	animation-delay:2.2s;
	-webkit-animation-delay:2.2s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index3 li:nth-child(3){
	opacity:0;
	opacity:1\9;
	animation: myfirst23 1.1s;
	-webkit-animation: myfirst23 1.1s;
	animation-delay:2.4s;
	-webkit-animation-delay:2.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index3 li:nth-child(4){
	opacity:0;
	opacity:1\9;
	animation: myfirst24 1.1s;
	-webkit-animation: myfirst24 1.1s;
	animation-delay:2.6s;
	-webkit-animation-delay:2.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index3 li:nth-child(5){
	opacity:0;
	opacity:1\9;
	animation: myfirst25 1.1s;
	-webkit-animation: myfirst25 1.1s;
	animation-delay:2.8s;
	-webkit-animation-delay:2.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index3 a{
	display: block;
    height: 100px;
    width: 100px;
}

.nav_product{float: right;padding: 48px 0 0 0;}
.nav_product ul li{padding:0 30px;border-right:solid #868789 1px;float:left;}
.nav_product ul li a{color:#868789;}
.nav_product ul li a:hover{color:#ff5800;text-decoration:none;}

.tupianbox{width:100%;background:#fff;}
.tupianplay{
	width:1000px;
	height:250px;
	margin:0 auto;
}
.tupianplay_left{
	width: 30px;
    float: left;
    height: 100%;
	display:block;
	background:url('../images/left.png') no-repeat;
	background-position:50%;
	cursor:pointer;
	top:20%;
}
.tupianplay_right{
	float: right;
    width: 30px;
    height: 100%;
	display:block;
	background:url('../images/right.png') no-repeat;
	background-position:50%;
	cursor:pointer;
	top:20%;
}
.tupianplay_content{width:935px;float:left;margin-top: 43px;overflow: hidden; margin-bottom:30px;}
.tupianplay_content li{padding: 0 7px;width: 220px;float:left;}
.tupianplay_content li p{padding: 10px 0;text-align: center;font-size: 12px;}
.tupianplay_content li p a{color:#57595c;}

.ibout-child li p a:visited{
	color:#CECECE;
}


/*产品详细*/
#container{position:relative;min-height:600px;}
.chuxian{
	width:30px;
	height:30px;
	background-color:#EAE5E5;
	position: absolute;
    top: 60px;
    right: 10px;
	border-radius:5px;
	cursor:pointer;
}
.chuxian p{
	height:3px;
	width:90%;
	margin:5px auto;
	background-color:#fff;
}
.container{margin-bottom:20px;}
.content{width:1000px;margin:0 auto;min-height:600px;}
.left_nav{
	width:20%;
	float:left;
	margin-top: 48px;
}
.left_nav .accord-elem{
	float:left;
	width: 100%;
}
.left_nav .accordion-widget{
	/*overflow:hidden;*/
}
.left_nav_name{
	position: relative;
    left: -230px;
	overflow: hidden;
	width:480px;
}
.left_nav_name_left_box{
	width: 170px;
    height: 30px;
    top: 0px;
	left:-8px;
    position: absolute;
    background: rgba(255, 255, 255, 0.78);
	z-index:10001;
}
.left_nav_name_box i{
	width: 167px;
	text-align:center;
	color:#ff5800;
	font-size:21px;
    font-family: Tahoma,'兰亭黑', sans-serif;
    font-weight: 600;
	float:left;
	text-align:left;
}
.left_nav_name_box i:first-child{
	margin-left:178px;
	text-align:left;
}
.img-list .typename li{
	width: 167px;
	text-align:center;
	color:#ff5800;
	font-size:18px;
    font-family: Tahoma,'兰亭黑', sans-serif;
    font-weight: 600;
	float:left;
	text-align:left;
}
.left_nav_name_right_box{
	width: 145px;
    height: 30px;
    top: 0px;
    right: -10px;
    position: absolute;
    background: rgba(255, 255, 255, 0.78);;
}
.left_nav_name_box{
	height: 30px;
    line-height: 30px;
	width: 2000px;
	position: relative;
}
    
.left_nav .accordion-box{
	/*width:2000px;*/
	position: relative;
    left: 0px;
}
.accordion-box li{
	height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-top: 1px #ddd solid;
	padding-left:50px;
	width:150px;
	text-align: left;
}
.accordion-box li:hover{
	background-color:#ddd;
}
.accordion-box li:last-child{
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}
.accordion-box li a{
	color:#4d4f53;
	text-decoration:none;
	margin-left: 5px;
}
.accordion-box li a:hover{
	color:#ff5800;
	text-decoration:none;
}
.left_nav #left_nav_left{
	cursor:pointer;
	background:url('../images/left.png') no-repeat;
	display: inline-block;
	height:20px;
	width:20px;
	position:absolute;
	top:8px;
	left:-70px;
	z-index:100000;
}
.left_nav #left_nav_right{
	cursor:pointer;
	background:url('../images/bottom.png') no-repeat;
	display: inline-block;
	height:20px;
	width:20px;
	position:absolute;
	top: 8px;
    left: 150px;
}
.accord-title{
	position:relative;
}
.accord-title span{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    /* border-bottom: 5px solid transparent; */
    /* border-top: 5px solid transparent; */
    /* border-left: 5px solid #ff5800; */
    display: inline-block;
    background: #000;
}



.right_info{
	width:74%;
	float:left;
	margin-top: 36px;
}
.right_info .page{
	width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.right_info .page a{
	margin-right:20px;
}
.right_info .page a:hover{
	color:#ff5800;
}
.right_info .page a:visited{
	color:#CECECE;
}
.address_nav{
	height:50px;
	width:100%;
	line-height:50px;
	color:#d4d4d5;
}
.address_nav li{
	color:#d4d4d5;
	text-align: left;
}

.address_nav a{
	color:#d4d4d5;
}
.right_info .nav3{
	width:100%;
	margin-bottom: 10px;
}
.address_nav a:last-child{
	color:#000;
}
.right_info .nav3 li{
	float: left;
    padding: 0 10px;
    cursor: pointer;
    width: 140px;
    text-align: center;
    margin: 0 23px 8px 0;
    background: #ECECEC;
}
.right_info .nav3 .cur{
	background-color:#ff5800;
	color: #fff;
}
.chanpin{
	width:100%;
}
.chanpin .page{
	width: 100%;
    margin: 20px 0px;
    text-align: center;
}
.chanpin .page a{
	margin-right:20px;
}
    
.chanpin .chanpin1{
	width:50%;
	float:left;
}
.chanpin .chanpin1 h3{
	font-size:12px;
	padding: 10px 0px;
}
.chanpin1 .update{
	display: inline-block;
    margin-right: 20px;
    padding: 1px 7px;
    background-color: #ff5800;
    color: #fff;
}
.chanpin .chanpin2{
	width:50%;
	float:right;
}
.chanpin2 .chanpin1R{
	width:70%;
	float:right;
}
.chanpin2 .chanpin1R .chanpin1Ti{
	height: 60px;
    padding-top: 20px;
    margin-bottom: 10px;
	border-bottom:1px dashed #ff5800;
}
.chanpin2 .chanpin1R p{
	color: #ff5800;
}
.chanpin2 .chanpin1R .download{
	color: #000;
    height: 20px;
    line-height: 20px;
    padding-right: 22px;
    background-position: center right;
    background-repeat: no-repeat;
    text-align: right;
    background-image: url('/Templates/cn2014/images/download.png');
}

.chanpin2 .chanpin1R p span{
	display:inline-block;
	width: 100px;
    padding: 0px 10px 0 5px;
	text-align: right;
}
.chanpin2 .chanpin1R .chanpin2Ti{
	margin-top:10px;
}
.chanpin2 .chanpin1R .chanpin2Ti a{
	width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5800;
    color: #ff5800;
}
.chanpin2 .chanpin1R .chanpin2Ti a:hover{
	text-decoration:none;
	background:#ff5800;
	color:#fff;
}
#page{
	width:100%;
	height:30px;
	text-align:center;
}
#page a{
	padding: 7px 10px;
    border: 1px solid #ddd;
    margin: 0px 5px;
}
#page span{
    border: 1px solid #ddd;
    margin: 0px 5px;
}
#page span:first-child{
	padding: 7px 10px;
}
#page span:last-child{
	padding: 7px 10px;
}
#page span font{
	background:#ff5800;
	color: #fff;
	padding: 7px 10px;
}

/*联系我们*/
.contact_left{
	width:50%;
	float:left;
}
.contact_right{
	width:46%;
	float:right;
}
.contact_right input{
	border:1px solid #ff5800;width:330px;height:30px;margin-bottom:15px;
	padding-left:10px;
}
.contact_right textarea{
	border:1px solid #ff5800;padding:5px 0 0 10px;margin: 0px;width: 330px;height: 125px;font-size: 12px;
}
.contact_right .submit{
	width: 80px;
    padding: 0px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
	background:#ff5800;
	color:#fff;
	margin-right: 40px;
	cursor:pointer;
}
.contact_right .reset{
	width: 80px;
    padding: 0px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
	background:#ff5800;
	color:#fff;
	cursor:pointer;
}

/*网站地图*/
.map_box{
	width:100%;
	height:auto;
	border:1px solid #ff5800;
}
.map_left div{
	margin:5px 0px;
}
.map_right div{
	margin:20px 0px;
}
.map_center div{
	margin:20px 0px;
}
.map_box p{
	border-bottom:#9A9A9A solid 1px;
	font-weight:bold;
	font-size: 12px;
	width: 90%;
}
.map_box li a{
	color:#ff5800;
}
.map_left{
	float:left;
	width:97%;
	padding:0px 0px 0px 20px;
}
.map_left div a{
	color:#ff5800;
}
.map_left .lrf{
	float:left;
	width:100%;
}
.map_center{
	float:left;
	width:94%;
	border-right:1px dashed #ff5800;
	padding:0 20px;
}
.map_right{
	float:left;
	width:27%;
	padding:0 20px;
}



.footer{height:235px;background:#363434;width:100%;text-align:center;padding-top: 15px;}
.footer a{text-decoration:none;}
.footer h1{
	width: 100px;
    height: 30px;
    font-size: 16px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center; 
	font-weight:bold;
	/*-moz-box-shadow: -1px -1px 1px #68696d inset;
	box-shadow: -1px -1px 1px #68696d inset;
	-webkit-box-shadow: -1px -1px 1px #68696d inset;*/
	background-color:#363434;
	margin-bottom: 10px;
}
.footer h1 a{color:#9e9e9e;font-weight: bold;}
.footer1{height:56px;background:#000;width:100%;text-align:center;}
.footer .footer_left{width:50%;float:left;}
.footer .footer_left ul li{text-align:left;padding-left: 30px;height: 25px;line-height: 25px;color:#fff;font-size: 14px;}
.footer .footer_left ul li span{color:#fff;font-size: 14px;}
.footer .footer_left ul li a{
	font-size: 14px;
	color:#fff;
}
.footer .footer_right{width: 32%;float: right;}