﻿* {
	word-wrap: break-word;
	outline: none;
}
* html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 24px;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Arial Narrow";
	color: #3c404b;
	background: #FFF;
	width: 100%;
}
form, ul, li, p, h1, h2, h3, h4, h5, h6, h9, dl, dt, dd {
	margin: 0;
	padding: 0;
}
input, select {
	line-height: 22px;
	border: none;
	_border: 0;
}
img {
	border: 0;
}
.imga {
	display: block;
}
#end {
	margin-right: 0;
}
ul, li {
	list-style-type: none;
}
cite, em, i {
	font-style: normal;
}
#noborder {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.flex{
    widh:10vw;
    float: right;
}
.fl {
	float: left;
	display: inline;
    position: relative;
    top: 0.1vw;
}
.fl img {
}
.fr {
	float: right;
    position: relative;
}
.cl {
	clear: both;
}

.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}

.dis {
	display: block;
}
.undis {
	display: none;
}

.fcf {
	color: #fff;
}
.fcf a:hover, a.fcf:hover {
	color: #fff;
}
.red {
	color: #FB4D4E;
}

.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.fyahei {
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Arial Narrow";
}
.fgeo {
	font-family: Georgia, "Times New Roman", Times, serif
}

.ml5 {
	margin-left: 5px;
}
.mr5 {
	margin-right: 5px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mb40 {
	margin-bottom: 40px;
}
.mt30 {
	margin-top: 30px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt80 {
	margin-top: 80px;
}
.mb80 {
	margin-bottom: 80px;
}
.pt80 {
	padding-top: 80px;
}

h1, h2, h3, h4 {
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font: 0/0 sans-serif;
	visibility: hidden;
}

.ease {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.boxflex {
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
.boxflex>* {
	display: block;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.w1200-1 {
	width: 1200px;
}
#header {
	background: rgba(0,0,0,0.7);
	padding: 0 0 1.5vw 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-width:1300px;
	position: fixed;
	z-index: 8;
}
#header .search-kuang {
	display: none;
	position: relative;
	width: 320px;
	padding-top: 18px;
	margin-left: 200px;
}
#header .search-kuang a {
	background: url(../image/icon-sousuo.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: 6px;
}
#header .search-kuang input {
	background: #efefef;
	border: #d7d7d7 1px solid;
	border-radius: 15px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20px;
	width: 320px;
}
#header .phonebox img {
	padding-top: 10px;
}
#nav {
	width: 100%;
	border-top: #dfdfdf 1px solid;
	height: 52px;
	line-height: 52px;
	min-width: 1300px;
}
#nav>div>ul>li {
    float: left;
    text-align: center;
    height: 2vw;
    line-height: 2vw;
    margin: 0 1.3vw;
}
#nav>div>ul>li>a {
	font-size:1vw;
    color: #eee;
	width:6vw;
	display: block;
}
#nav>div>ul>li:hover>a {
	color: #49bab0;
	line-height: 1.9vw;
	height: 2vw;
}
#nav>div>ul>li.current>a {
    color: #49bab0;
}

#nav{
	z-index: 9;
	position: fixed;
	top: 2.5vw;
	left: 0vw;
	border: 0;
}

 
#nav>div>ul>li>.menupro 
{
display:none; 
width:250px; 
position:absolute; 
margin-left:0px;
margin-top:0px;
padding:12px 6px 15px 6px;
height:auto;
background-color: rgba(0, 0, 0, 0.8);
} 

 
#nav>div>ul>li>.menupro>li{padding-left:10px;font-size:14px;text-align:left;width:240px;line-height:28px;height:28px;color:#ff9900;} 
#nav>div>ul>li>.menupro>li a{color:#fff;float:left;font-size:13px;line-height:28px;height:28px;padding:0px;text-decoration:none;width:100%;} 
#nav>div>ul>li>.menupro>li>a{color:#ff9900;margin-top:10px;} 

#nav>div>ul>li>.menuclass 
{
display:none; 
width:150px; 
position:absolute; 
margin-left:0px;
margin-top:0px;
padding:12px 6px;
height:auto;
background-color: rgba(0, 0, 0, 0.8);
} 
#nav>div>ul>li>.menuclass>li{padding-left:10px;font-size:14px;text-align:left;width:140px;line-height:28px;height:28px;} 
#nav>div>ul>li>.menuclass>li>a{color:#fff;text-align:left;} 

#banner {
	width: 100%;
	background-size: cover;
	display: block;
	height: 40vw;
	POSITION: relative;
	min-width:1300px;
}
#banner .banner-box {
	position: relative;
	Z-INDEX: 1;
}
.title_phone{
    font-size: 0.9vw;
    color: #49bab0;
    position: relative;
    height: 2vw;
}
.cloud_btn{
    font-size: 0.8vw;
    color: #fff;
    background-color: #49bab0;
    border-radius: 20px;
    position: relative;
    padding: 0.5vw 1vw;
}
.layer {
	width: 400px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 8vw;
	top: 170px;
	z-index:6;
}
.layer ul li {
	height: 4vw;
	padding: 0 0 0 2vw;
}
.layer ul li a {
	color: #fff;
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	display: block;
	position: relative;
	margin-left: 20px;
}
.layer ul li a:after {
	content: "";
	background: url(../image/arrow-1.png) no-repeat;
	display: block;
	height: 17px;
	width: 11px;
	position: absolute;
	right: 20px;
	top: 26px;
}
.layer ul li:hover {
	background-color: rgba(244, 97, 57, 0.8);
}
.layer ul li:hover a:after {
	background: url(../image/arrow-2.png) no-repeat;
}
.custo-story {
	width: 100%;
	background: #ededed;
	padding-bottom: 60px;
	min-width: 1300px;
}
.custo-story h1, .info-center h1 {
	padding: 45px 0;
	color: #131313;
	font-size: 24px;
}
.custo-story h1 em, .info-center h1 em {
	font-size: 16px;
	color: #999;
	font-family: Arial;
	font-weight: 600;
}
.custo-story ul {
	width: 2000px;
}
.custo-story ul li {
	background: #fff;
	float: left;
	width: 285px;
	position: relative;
	margin-right: 20px;
}
.custo-story ul li .img {
	text-align: center;
	background: #fff;
	border-bottom: #ebebeb 1px solid;
	height: 222px;
	padding-top: 10px;
}
.partner_img{
    width: 200px;
    height: 140px;
	position: relative;
	left: 35px;
	top:5px;
}
#still_scroll_container2 li{
    position: relative;
}
.custo-story ul li .text-box {
	text-align: center;
	padding: 20px;
}
.custo-story ul li .text-box p {
	font-size: 18px;
	color: #000;
}
.custo-story ul li .text-box span {
	text-align: left;
	font-size: 12px;
	color: #666;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	overflow : hidden;
	text-overflow: ellipsis;
	height: 50px;
}
.custo-story ul li .btn {
	position: absolute;
	bottom: 0;
	right: 115px;
	width: 60px;
	height: 20px;
	line-height: 20px;
}
.info-center ul li.info-box .btn2 {
	width: 60px;
	height: 20px;
	line-height: 20px;
}
.custo-story ul li .btn a, .info-center ul li.info-box .btn2 a {
	background: #b7b7b7;
	display: block;
	width: 60px;
	height: 20px;
	line-height: 20px;
}
.custo-story ul li .btn a span, .info-center ul li.info-box .btn2 a span {
	color: #fff;
	display: inline-block;
	padding-left: 8px;
	box-sizing: border-box;
	position: relative;
	width: 60px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}
.custo-story ul li .btn a span:after, .info-center ul li.info-box .btn2 a span:after {
	content: "";
	background: url(../image/icon-sj.png) no-repeat;
	display: block;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 8px;
	bottom: 6px;
}
.custo-story ul li .btn a:hover, .info-center ul li.info-box .btn2 a:hover {
	background: #fedd40;
}
.info-center {
	background: #fff;
	padding-bottom: 50px;
	width:100%;
	min-width:1300px;
}
.info-center ul li {
	float: left;
	width: 400px;
	height: 216px;
}
.info-center ul li.info-box {
	background: #434343;
	padding: 36px;
	box-sizing: border-box;
	color: #fff;
	font-weight: normal;
}
.info-center ul li.info-box .text {
}
.info-center ul li.info-box .text p {
	text-align: center;
	font-size: 16px;
}
.info-center ul li.info-box .underline-box {
	width: 100%;
	margin-top: 5px;
}
.info-center ul li.info-box .underline-box em {
	width: 45px;
	height: 1px;
	background: #fedd40;
	display: block;
	margin: 0 auto;
}
.info-center ul li.info-box .decribe {
	height: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: block;
	margin-top: 25px;
}
.info-center ul li.info-box .btn2 {
	margin: 30px auto;
}
.foot_left{
    display: flex;
    color:#fff;
    font-size: 1vw;
}
.foot_left_box{
    min-width: 14vw;
    margin: 0 0 0 4vw;
    text-align: left;
}
.foot_left_box div{
    font-size: 14px;
    margin: 0 0 1.5vw 0;
}
.foot_left_box li{
    font-size: 14px;
    margin: 8px 0;
}
.foot_left_box li ul li a{
	color:#fff;
}
.foot_left_box li a{
	color: #ff9900;
}
.foot_left_box p{
	margin: 1vw 0;
}
.foot_left_box p img{
	width: 1vw;
	position: relative;
	top: 2px;
}
.foot_left_box p a{
	font-size: 14px;
	color: #fff;
}
.foot_left_box li a:hover{
	border-bottom: 1px solid #ff9900;
}
.foot_left_box li ul li a:hover{
	border-bottom: 1px solid #fff;
}
.foot_right{
    display: flex;
}
#footer {
	width: 100%;
	background: #00140e;
	min-width: 1300px;
}
#footer .footer-box {
	width: 100%;
    padding: 4vw 0 2vw 0;
	text-align: center;
}
#footer .footer-box .nav2 a {
	font-size: 16px;
	color: #fff;
}
#footer .footer-box .nav2 a i {
	margin: 0 35px;
	font-size: 12px;
}
#footer .footer-box p {
	color: #fff;
	font-size: 14px;
}
#header .small-nav {
}
#header .small-nav ul li {
	float: left;
	margin: 0 20px;
}
#header .small-nav ul li a {
	font-size: 14px;
	color: #333;
}
#header .small-nav ul li a:hover {
	color: #f46139;
}
.banner2-box {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 30vw;
	min-width: 1300px;
}
.banner2 img {
	width: 100%;
}
.banner2-discript{
	font-size: 1.5vw;
	position: absolute;
	top: 12vw;
	left: 10vw;
	color: #a9dbff;
}
.banner2-discript p:first-child{
	font-size: 2vw;
	margin: 0 0 0.5vw 0 !important;
}
.banner2-box .banner2 {
	width: 1920px;
	position: absolute;
}
#nav3-box {
	background: #0061ae;
	width: 100%;
	height: 50px;
	line-height: 50px;
}
#nav3-box ul li {
	float: left;
	margin: 0 20px;
}
#nav3-box ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0 20px;
}
#nav3-box ul li a:hover {
	background: #f46139;
}
#nav3-box ul li.current {
	background: #f46139;
}
#nav3-box .w1200 {
	position: relative;
}
#nav3-box .more {
	position: absolute;
	right: 70px;
	top: 3px;
}
#nav3-box .more a {
	background: url(../image/khal-img3.jpg) no-repeat;
	width: 83px;
	height: 44px;
	display: block;
}
#nav3-box .more a:hover {
	background: url(../image/khal-img4.jpg) no-repeat;
}
.khal-box {
	width: 100%;
}
.khal-box ul li {
	padding: 30px 20px;
	height: 235px;
	box-sizing: content-box;
}
.khal-box ul li .img {
	width: 280px;
	border: #cacaca 1px solid;
	text-align: center;
	height: 235px;
	box-sizing: border-box;
	background: #fff;
}
.khal-box ul li .text-info {
	width: 835px;
	height: 235px;
	padding: 20px 0;
	box-sizing: border-box;
}
.khal-box ul li .text-info h2 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.khal-box ul li .text-info p {
	color: #555;
	line-height: 24px;
	overflow: hidden;
	height: 126px;
	margin-top: 55px;
}
.khal-box ul li.gray-bg {
	background: #f3f3f3;
}
.tit-nav {
	border-bottom: #d4d4d4 1px solid;
	height: 75px;
	line-height: 75px;
}
.your-position {
	font-size: 16px;
	position: relative;
	margin-left: 15px;
	color: #333;
}
.your-position a {
	color: #333;
}
.your-position:before {
	content: " ";
	background: url(../image/cpzx-img2.jpg) no-repeat center;
	display: block;
	position: absolute;
	left: -15px;
	top: 32px;
	width: 9px;
	height: 11px;
}
.your-position span {
	color: #f46139;
}
.cpzx-box ul li {
	float: left;
	width: 378px;
	border: #d4d4d4 1px solid;
	background: #c4c9cf;
	margin-right: 20px;
	margin-top: 40px;
	height: 464px;
	text-align: center;
	position: relative;
}
.cpzx-box {
	margin-bottom: 50px;
}
.cpzx-box ul {
	width: 100%;
}
.cpzx-box ul li img {
	
	width:100%;
	height:100%;
}
.cpzx-box ul li {
	display: block;
	background: #c4c9cf;
}

.cpzx-box ul li .mask-box {
	display: block;
	width: 378px;
	height: 240px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
}
.cpzx-box ul li .mask-box h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 30px;
}
.cpzx-box ul li .mask-box .text {
	padding-left: 45px;
	text-align: left;
}
.cpzx-box ul li .mask-box .text p {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.cpzx-box ul li .mask-box a {
	color: #fff;
}
.cpzx-box ul li .mask-box a:hover {
	color: #f46139;
}

.cpzx-box1 ul li {
	float: left;
	width: 280px;
	border: #d4d4d4 1px solid;
	background: #c4c9cf;
	margin-right: 20px;
	margin-top: 40px;
	height: 280px;
	text-align: center;
	position: relative;
}
.cpzx-box1 {
	margin-bottom: 50px;
}
.cpzx-box1 ul {
	width: 100%;
}
.cpzx-box1 ul li img {
	
	height:100%;
	width:100%;
}
.cpzx-box1 ul li {
	display: block;
	background: #c4c9cf;
}
.cpzx-box1 ul li .mask-box {
}
.cpzx-box1 ul li .mask-box {
	display: block;
	width: 280px;
	height: 140px;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}
.cpzx-box1 ul li .mask-box h2 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 30px;
}
.cpzx-box1 ul li .mask-box .text {
	padding-left: 45px;
	text-align: left;
}
.cpzx-box1 ul li .mask-box .text p {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.cpzx-box1 ul li .mask-box a {
	color: #fff;
}
.cpzx-box1 ul li .mask-box a:hover {
	color: #f46139;
}

#news_container {
	background: #ededed;
	padding-top: 20px;
	padding-bottom: 50px;
	min-width: 1300px;
}
#news_container .news_cont_l {
	width: 262px;
}
#news_container .news_cont_l .submenu .protitle {
	background: url(../image/zxzx-img2.jpg) no-repeat;
	width: 100%;
	height: 22px;
	display: block;
	margin-bottom: 20px;
}
#news_container .news_cont_l .submenu .protitle-1 {
	background: url(../image/gywm-img1.jpg) no-repeat;
	width: 100%;
	height: 23px;
	display: block;
	margin-bottom: 20px;
}
#news_container .news_cont_l .submenu .protitle-2 {
	background: url(../image/fwzc-img1.jpg) no-repeat;
	width: 100%;
	height: 23px;
	display: block;
	margin-bottom: 20px;
}
#news_container .news_cont_l .submenu .cpzx {
	background: url(../image/cpzx-img.jpg) no-repeat;
	width: 100%;
	height: 23px;
	display: block;
	margin-bottom: 20px;
}
#news_container .news_cont_l .submenu .jjfa {
	background: url(../image/jjfa-img.jpg) no-repeat;
	width: 100%;
	height: 23px;
	display: block;
	margin-bottom: 20px;
}
#news_container .news_cont_l .submenu .submenu_box {
	width: 262px;
	box-sizing: border-box;
	padding: 22px 20px 30px 20px;
	background: url(../image/line-img1.jpg) no-repeat top left #fff;
}
#news_container .news_cont_l .submenu .submenu_box>li {
	border-bottom: #e3e3e3 1px solid;
	line-height: 50px;
}
#news_container .news_cont_l .submenu .submenu_box>li a {
	font-size: 16px;
	position: relative;
	display: block;
}
#news_container .news_cont_l .submenu .submenu_box li>ul>li {
	line-height: 30px;
}
#news_container .news_cont_l .submenu .submenu_box li>ul>li a {
	font-size: 14px;
	position: relative;
	display: block;
}
#news_container .news_cont_l .submenu .submenu_box li>ul>li a:after {
	content: " ";
	background: url() no-repeat center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 9px;
}
#news_container .news_cont_l .submenu .submenu_box li>ul>li a:hover:after {
	content: " ";
	background: url() no-repeat center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 9px;
}
#news_container .news_cont_l .submenu .submenu_box li a:after {
	content: " ";
	background: url(../image/ico3.gif) no-repeat center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 9px;
}
#news_container .news_cont_l .submenu .submenu_box li .active {
	color: #5bbede;
}
#news_container .news_cont_l .submenu .submenu_box li .active:after {
	content: " ";
	background: url(../image/ico4.gif) no-repeat center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 9px;
}
#news_container .news_cont_l .submenu .submenu_box li a:hover {
	color: #5bbede;
}
#news_container .news_cont_l .submenu .submenu_box li a:hover:after {
	content: " ";
	background: url(../image/ico4.gif) no-repeat center;
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	width: 5px;
	height: 9px;
}
#news_container .news_cont_l .contact-boxs {
	background: #fff;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
}
#news_container .news_cont_l .contact-boxs .r-phone {
	border-left: #d8d8d8 1px solid;
	padding-left: 10px;
	margin-left: 20px;
}
#news_container .news_cont_l .contact-boxs .r-phone strong {
	color: #f46139;
	font-size: 18px;
	font-weight: 500;
}
#news_container .news_cont_l .contact-boxs .r-phone p {
	color: #666;
	font-size: 15px;
	margin-top: 5px;
}
#news_container .news_cont_r {
	width: 918px;
}
#news_container .news_cont_r .product-cont {
	background: url(../image/line-img2.jpg) no-repeat top left #fff;
	box-sizing: border-box;
	padding: 22px 20px 30px 20px;
	font-size:14px;
	color:#555;
	min-height:326px;
}
#news_container .news_cont_r .news-tips span {
	font-size: 22px;
	margin-bottom: 18px;
	display: block;
	color: #666;
}
#news_container .news_cont_r .product-cont ul li {
	border-bottom: #dadada 1px solid;
	padding-bottom: 35px;
	margin-top: 20px;
}
#news_container .news_cont_r .product-cont ul li p a {
	font-size: 16px;
	color: #333;
}
#news_container .news_cont_r .product-cont ul li span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 20px;
	line-height: 24px;
}
#news_container .news_cont_r .article_title {
	display: block;
	width: 100%;
	line-height: 32px;
	padding-top: 20px;
	color: #000000;
	font-size: 24px;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
}
#news_container .news_cont_r .article_editor {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #757575;
	padding: 10px 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}
.cpzx-box .cp-pic {
	border: #e1e1e1 2px solid;
	margin: 0 auto;
	width: 515px;
	text-align: center;
	height: 290px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cpzx-box .cp-pic img {
	margin-top: 40px;
	width: 328px;
	height: 200px;
}
.cpzx-box .cp-des p {
	font-size: 18px;
	line-height: 36px;
	color: #424242;
}

.custo-story BUTTON {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-SIZE: 0px; Z-INDEX: 100;  BORDER-LEFT: 0px; WIDTH: 26px; CURSOR: pointer; BORDER-BOTTOM: 0px;  HEIGHT: 50px;
	bottom:170px;
	POSITION: absolute;
}
.custo-story .prev {
	BACKGROUND: url(../image/left.png) no-repeat;
	LEFT: 0px;
}
.custo-story .next {
	BACKGROUND: url(../image/right.png) no-repeat; 
	RIGHT: 0px;
}
.custo-story .over {
	FILTER: alpha(opacity=40); CURSOR: default; opacity: .4
}

.leftMenu 
{
    margin-top:15px;
}
.leftMenu li {
    margin-top:5px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	font-size:16px;
	text-align:left;
	padding-left:20px;
}
.leftMenu li a 
{
    width:100%;
	height: 40px;
    float:left;
}
.leftMenu li:hover {
	background: #B7DEE8;
}