﻿@charset "utf-8";
/* 全局 */
html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#1f5094;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 33px;
	padding-bottom: 1px;
}
.pglist a:hover {
	display: inline-block;
	border-color: #1f5094;
}
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1f5094;
	border-color: #1f5094;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #1f5094;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #1f5094;
	border-color: #1f5094;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #FFF;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #1f5094;
	-webkit-box-shadow: 0 10px 20px 0 #CCC;
	-moz-box-shadow: 0 10px 20px 0 #CCC;
	-ms-box-shadow: 0 10px 20px 0 #CCC;
	-o-box-shadow: 0 10px 20px 0 #CCC;
	box-shadow: 0 10px 20px 0 #CCC;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #1f5094;
	color: #FFF;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #1f5094;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #1f5094;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #FAFAFA;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6C6C6C;
	padding: 12px;
	border: 1px solid #EEE;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #1f5094;
	box-shadow: 0 0 10px 0 #1f5094
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #FAFAFA;
	border-radius: 0 0 5px 5px;
	border: 1px solid #EEE;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #AAA;
	color: #FFF;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #1f5094;
	color: #FFF;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(../images/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #1f5094;
	border-color: #1f5094;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	padding: 5px;
	background-color: #000;
}

/*产品*/
.pro {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.pros {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 230px;
}
.pro .leftpro h3 {
	background: url(../img/pro01.png) no-repeat center;
	width: 100%;
	height: 105px;
	background:#1f5094;
}
.pro .leftpro h3 b {
	font-size: 28px;
	color: #fff;
	font-family: Impact;
	display: block;
	padding-left: 25px;
	padding-top: 30px;
	font-weight: normal
}
.pro .leftpro h3 em {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 226px;
	border: 2px solid #005aa1;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
*padding-bottom:20px;
	height: 306px;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 204px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.pro .leftpro .menu li >a {
	display: block;
	width: 190x;
	height: 35px;
	background: url(../images/pro02-1.png) no-repeat 170px center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #1f5094;
	border-radius: 5px;
	padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../img/pro02.png) no-repeat 170px center;
	background-color: #005aa1;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 20px 0;
/*	padding-left: 65px;
	width: 165px;*/
	background: url(../img/pro_phone.png) no-repeat 15px center;
	background-color: #363636;
}
.pro .leftpro .phone p {
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.pro .leftpro .phone em {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.pro .rightpro {
	overflow: hidden;
	width: 940px;
	float: right;
}
.pro .rightpro .list {
	overflow: hidden;
	width: 100%;
}
.pro .rightpro li {
	overflow: hidden;
	float: left;
	width: 300px;
	height: 245px;
	margin-right: 9px;
	margin-bottom: 25px;
    border: 2px solid #eee;
}
.pro .rightpro li img {
	display: block;
	margin-bottom: 15px;
	max-width:280px;
	height:200px;
	margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pro .rightpro li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
    height: 45px;
    border-top: 1px solid #eee;
	font-weight: bold;
}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}
.pro .rightpro li:hover {
	background-color: #fff;
}
.pro .rightpro li:hover span {
	color: #fff;
	background-color: #1f5094;
}

.pros .cpro {
	overflow: hidden;
	width: 90%;
	margin:0 auto;
}
.pros .cpro .list {
	overflow: hidden;
	width: 100%;
}
.pros .cpro li {
	overflow: hidden;
	float: left;
	width: 32.3%;
	max-height: 500px;
	margin-right: 9px;
	margin-bottom: 25px;
    border: 1px solid #eee;
}
.pros .cpro li img {
	display: block;
	margin-bottom: 15px;
	max-width:100%;
	max-height:500px;
	margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pros .cpro li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
    height: 45px;
    border-top: 1px solid #eee;
	font-weight: bold;
}
.pros .cpro li a {
	display: block;
	text-decoration: none
}
.pros .cpro li:hover {
	background-color: #fff;
}
.pros .cpro li:hover span {
	color: #fff;
	background-color: #1f5094;
}

/*优势*/
.callys{height: 235px;text-align: center;background:#006e6e;color: #fefdfd;}
.callys p {font-size: 40px;margin-top: 5px;font-weight: bold;}
.youshi{width:100%;overflow: auto;padding-top: 50px;background: #222;padding-bottom: 25px;}
.youshi li .icon img{border-radius: 50px;}
.youshi .container {width: 1200px;margin: 0 auto;overflow: auto;}
.youshi p {font-size: 40px;margin-top: 5px;font-weight: bold;}
.youshitit {text-align: center;height: 60px;color:#fff;}
.youshi li{width:49%;float:left;padding-top: 50px;padding-left: 6px;padding-right: 6px;}
.youshi li .icon {float: left;background:#222;}
.youshi li .title{float:right;width: 78%;}
.youshi li .title h5{font-size:24px;font-weight:bold;text-align: left;color:#fff;}
.youshi li .title p{width:92%;font-size:14px;text-align: left;color:#fff;}
.youshi .tell{font-size: 28px;text-align:center;color:#333;background: #fff;width: 420px;border: 10px solid #fff;border-radius: 10px;margin: 25px auto;font-weight: bold;}

.altit {text-align: center;height: 60px;color:#333;}
.altit p {font-size: 40px;margin-top: 5px;font-weight: bold;}
.alinfo {
    font-size: 16px;
    width: 1070px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border: 1px dashed #333;
    margin: 0 auto;
    margin-top: 32px;
	margin-top: 10px;
    margin-bottom: 30px;
}

/*关于我们*/
.floor_6_main{margin-top:10px;height: 550px;padding-top: 60px;background:url(/skin/images/yhbj.jpg) center top no-repeat;}
.floor_6_main .iabout {
    width: 100%;
    background: #fff;
    padding: 0px;
}
.floor_6_main .iabout .lefnav {
	width: 200px;
}
.floor_6_main .iabout .lefnav li {
	width: 40px;
	height: 180px;
	overflow: hidden;
	float: left;
	display: block;
	position: relative;
	padding-right: 15px;
}
.floor_6_main .iabout .lefnav li a {
	display: block;
	padding-top: 60px;
	text-align: center;
	background: #1d773a;
	color: #fff;
}
.floor_6_main .iabout .lefnav li em {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 30px;
}
.floor_6_main .iabout .lefnav li h3 {
	width: 20px;
	height: 108px;
	line-height: 16px;
	margin: 0 auto;
}
.floor_6_main .iabout .lefnav li.li1 a {
	background: #186b33;
}
.floor_6_main .iabout .lefnav li.li2 a {
	background: #1d773a;
}
.floor_6_main .iabout .lefnav li.li3 a {
	background: #217f40;
}
.floor_6_main .iabout .lefnav li.li4 a {
	background: #258845;
}
.floor_6_main .iabout .lefnav li.li5 a {
	background: #29944b;
}
.floor_6_main .iabout .lefnav li a:hover {
	background: #ed8e06;
}
.floor_6_main .iabout .lefnav .more1 {
	width: 150px;
	height: 125px;
	background: url(../images/fuhao1.jpg) no-repeat left top;
	position: relative;
	display: block;
}
.floor_6_main .iabout .lefnav .more1 p {
	width: 23px;
	height: 60px;
	line-height: 14px;
	background: #009b4c;
	color: #fff;
	position: absolute;
	right: -12px;
	bottom: -10px;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_6_main .iabout .lefnav .more1:hover p {
	background: #ed8e06;
}
.floor_6_main .iabout .img {
	width: 510px;
	height: 330px;
	overflow: hidden;
}
.floor_6_main .iabout .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.floor_6_main .iabout .img:hover img {
	transform: scale(1.06, 1.06);
}
.floor_6_main .iabout .txt {
	width: 456px;
	position: relative;
	height: auto;
	display: block; 
	background: #fff; 
	padding: 0px; 
}
.floor_6_main .iabout .txt .yh {
	width: 90px;
	height: 50px;
	display: block;
	background: url(../images/fuhao2.jpg) no-repeat;
}
.floor_6_main .iabout .txt a {
	position: relative;
	z-index: 2;
	width: 424px;
	height: 264px;
	display: block;
	background: #fff;
}
.floor_6_main .iabout .txt a h2 {
	font-size: 24px;
	padding: 10px 0;
}
.floor_6_main .iabout .txt a .desc {
	overflow: hidden;
	color: #333;
}
.floor_6_main .iabout .txt a .cha {
	margin-top: 36px;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #009b4c;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_6_main .iabout .txt a:hover .cha {
	background: #ed8e06;
}
.floor_6_main .iabout .txt .bk {
	width: 364px;
	height: 330px;
	border: 1px solid #dfdfdf;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}


.floor_6_main .ihonor {
	padding-top: 52px;
	position: relative;
}
.floor_6_main .ihonor .bd {
	overflow: hidden;
	padding-bottom: 25px;
}
.floor_6_main .ihonor .list {
	width: 118%;
}
.floor_6_main .ihonor .item {
	float: left;
	width: 280px;
	height: 215px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-right: 24px;
	border: 1px solid #eee;
}
.floor_6_main .ihonor .item img {
	width: 100%;
	max-width:100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.floor_6_main .ihonor .item .bg {
	background: url(../images/bghover.png) no-repeat left top;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	text-align: center;
	color: #fff;
	opacity: 0;
}
.floor_6_main .ihonor .item .bg h3 {
	font-size: 18px;
	padding: 30% 3% 0;
}
.floor_6_main .ihonor .item .bg span {
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	border: 1px solid #85c0a2;
	text-align: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.floor_6_main .ihonor .item:hover .bg {
	opacity: 1;
}
.floor_6_main .ihonor .item:hover img {
	transform: scale(1.06, 1.06);
}
.floor_6_main .ihonor .btn {
	width: 42px;
	height: 72px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.floor_6_main .ihonor .prev {
	background-position: -110px -210px;
	left: -5%;
}
.floor_6_main .ihonor .prev:hover {
	background-position: -216px -210px;
}
.floor_6_main .ihonor .next {
	background-position: -164px -210px;
	right: -5%;
}
.floor_6_main .ihonor .next:hover {
	background-position: -270px -210px;
}

.iconv {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}


.call {
	height: 235px;
/*	background: url(../images/ysbj.jpg) no-repeat center/cover fixed;*/
	background:#006e6e;
	text-align: center;
	color: #fefdfd;
}
.calltit {
	padding-top: 30px;
}
.call p {
	font-size: 40px;
    margin-top: 5px;
    font-weight: bold;
}
.callinfo {
	font-size: 16px;
	width: 680px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: 1px dashed #fefdfd;
	margin: 0 auto;
	margin-top: 32px;
}
.calltell {
	font-size: 20px;
	margin-top: 25px;
}
.calltell span {
	font-weight: bold;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  padding-top: 98px;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }


  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 5%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 5%;
  }