﻿@charset "utf-8";

img { border: 0px; }
#banner { width: 1200px; height: 730px; }
.slides { margin: 0px auto; width: 1200px; height: 730px; overflow: hidden; position: relative; }
.slide-pic { margin: 0px; padding: 0px; width: 1200px; overflow: hidden; list-style: none; }
    .slide-pic img { width: 1200px; height: 730px; }
    .slide-pic li { display: none; }
    .slide-pic li.cur { display: block; }
    .slide-pic a { cursor: pointer;}
    .slide-pic a i { width: 70px; height: 70px; background: url("../images/play.png"); position: absolute; left: 50%; top:50%; margin-left: -35px; margin-top: -35px;
	display: none;
}
    .slide-pic a:hover i { display: block;}
    .slide-pic a i:hover { background-position: 0px -68px; }
.slide-li { margin: 0px; padding: 0px; right: 20px; top: 20px; position: absolute; }
    .slide-li li { margin: 0px; padding: 0px; width: 4px; height: 18px;  overflow: hidden; list-style: none; margin-bottom: 5px; }
    .slide-li a { width: 4px; height: 18px; color: #000; font-size: 12px; display: block; }
        .slide-li a:hover { color: #F00; text-decoration: none; }
.op li { background: #fff; filter: alpha(opacity=60); opacity: 0.6; }
    .op li.cur { background: #289d48; }
.slide-txt span { display: none; }

.body-left .movie{ width: 1200px; height: 730px; position: absolute; top:0; left:0 ; z-index: 100;background-color:#000; }
.movie .close{  width: 32px; height: 32px; background:url("../images/close1.png"); position: absolute; right: 10px; top:10px; z-index: 99; cursor: pointer
}
.movie.disable{ display: none;}

.body-right-img li{ height: 181px;width:277px; overflow: hidden;}
.body-right-img li p img{ height: 181px; width:278px; border:0;}

.block-body{    }
.body-service{
    width: 1220px;
    overflow: auto;
    padding-top: 50px;
    min-height: 250px;
	border-top:solid 1px #A8AEAA;
    border-bottom:solid 1px #A8AEAA;
	
}
.body-service:after { clear: both; content: " "; display: block; height: 1px;}
.body-service li { width: 305px;float: left; margin-bottom: 50px;}
.body-service li span{float: left; width:72px; height:72px; background:#5A5657; cursor:pointer; text-align:center; }
.body-service li span:hover{background:#76AD83;}
.body-service li span img { width:72px; height:72px; }
.body-service li  p { line-height: 72px; margin-left: 100px;}
