/*Css Reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family:Microsoft YaHei;
    font-size: 14px;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*Base*/
ul,li{
    list-style:none;
}
a{
    text-decoration:none;
}
.clearfix:after{
    content:"\200B";
    display:block;
    height:0;
    clear:both;
}
.clearfix{*zoom:1;}/*IE 7/6 */
.wrap{width:1000px;height:100%;margin:0 auto;}
/*layout*/
.logo-top{
    height: 55px;
    background: #181818;
    line-height: 55px;
}
.logo-top img{
    padding-top: 12px;
}
nav{
    background: #69c264;
    height: 66px;
}
#logo02{
    padding-top: 26px;
    display: block;
    float: left;
}
nav ul {
    width: 590px;
    margin-left: 265px;
    float: left;
    1013
}
nav ul li{
    width: 116px;
    height: 62px;
    line-height: 66px;
    margin-right: 42px;
    float: left;
    text-align: center;
}
nav .current{
    border-bottom:4px solid #3f783c;
}
.last{
    margin-right: 0;
}
nav ul li a{
    display: block;
    color: #fff;
    font-size: 18px;
}
nav ul li:hover{
    border-bottom:4px solid #3f783c;
}
nav ul li:hover a{
    color: #3f783c;
}
.section01{height: 586px;background: #111;background: url(../images/banner.png) no-repeat 50% 0;position: relative;}
.section02{height: 718px;height:560px;background: #f6f6f6;padding-top: 55px;position: relative;}
.section03{height: 567px;background: #69c264;position: relative;}
.section04{height: 836px;background: #fff;position: relative;}
.section05{height: 758px;background: #1d1d1d;position: relative;}
.section06{height: 589px;background: #f6f6f6;position: relative;}
.slideBox{
    width: 954px;
    /*height: 587px;*/
    margin: 0 auto;
    padding: 8px;
    box-shadow: 0 0 10px #e9e9e9;
}
.slider .main{
    position: relative;
    width: 955px;
    height: 485px;
    overflow: hidden;
}
.slider .main div{
    float: left;
}
.slider .main .prev{
    position: absolute;
    display: block;
    top:160px;
    left:20px;
    width: 47px;
    height: 120px;
    background: url(../images/arrow.png);
    cursor:pointer;
    z-index: 9999;
}
.slider .main .next{
    position: absolute;
    display: block;
    top:160px;
    right:20px;
    width: 47px;
    height: 120px;
    background: url(../images/arrow.png) -47px 0;
    cursor:pointer;
    z-index: 9999;
}
.slider .bar{
    position: relative;
    margin-top: 20px;
    height: 65px;
    padding-left: 52px;
    overflow: hidden;
}
.slider .bar .prev{
    position: absolute;
    display: block;
    left:0;
    width: 20px;
    height: 65px;
    background: url(../images/prev.jpg);
    z-index: 9999;
    cursor:pointer;
}
.slider .bar .next{
    position: absolute;
    display: block;
    right:0;
    width: 20px;
    height: 65px;
    background: url(../images/next.jpg);
    z-index: 9999;
    cursor:pointer;
}
.slider .bar ul{
    width:9999px;
    overflow: hidden;
}
.slider .bar ul a{
    display: block;
}
.slider .bar ul li{
    float: left;
    margin-right:35px;
}
/* newsbox */
.newsbox ul{
    overflow: hidden;
}
.newsbox ul li{
    margin-top: 33px;
    padding: 7px;
    overflow: hidden;
    background: #fff;
}
.newsbox img{
    float: left;
    margin-right: 55px;

}
.newsbox .tit a{
    font-size: 24px;
    color: #191919;
    display: block;
    padding-top: 25px;
    padding-bottom: 22px;
}
.newsbox .tit a:hover{
    color: #8d8d8d;
}
.newsbox .des span{
    line-height: 27px;
    color: #8d8d8d;
}
.newsbox .des{
    width: 550px;
    float: left;
}
.more{
    width: 34px;
    height: 15px;
    background: url(../images/gt.png);
    float: right;
    margin-top: 33px;
    cursor:pointer;
}
.section06 .more{
    position: absolute;
    right:10px;
    bottom:15px;
}

.section04 h2,.section05 h2,.section06 h2{
    font-size: 36px;
    color: #69c264;
    text-align: center;
    position: relative;
    z-index:101;
}
.section04 h2{
    padding-top: 60px;
}
.section05 h2{
    padding-top: 78px;
}
.section06 h2{
    padding-top: 91px;
}
.cycle01,.cycle02,.cycle03{
    width: 126px;
    height: 126px;
    margin: 0 auto;
    position: absolute;
    top:-32px;
    left:50%;
    margin-left: -63px;
    z-index: 100;
}
.cycle01{
    background: url(../images/cycle01.png);
}
.cycle02{
    background: url(../images/cycle02.png);
}
.cycle03{
    background: url(../images/cycle03.png);
}
.videoBox{
    width: 860px;
    height: 585px;
    margin:62px auto 0;
    background: #000;
}
.videotit{
    background: #8d8d8d;
     height: 53px;
     line-height: 53px;
     color: #fff;
     padding-left: 20px;
}
.cycle-pager{
    padding-top: 25px;
    display: inline-block;
}
.cycle-pager span{
    display: inline-block;
    background: #c3c3c3;
    color: #c3c3c3;
    margin: 0 15px;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.cycle-pager-active{
    border:2px solid #69c264;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
#slider02{
    margin-top: 23px;
    text-align: center;
}
.section06 p{
    color: #666;
}
.section06 ul{
    padding-top: 25px;
}
.section06 ul li{
    float: left;
    width: 313px;
    height: 146px;
    background: #fff;
    margin: 1px;
    padding: 20px 10px 20px 0;
    line-height: 25px;
    position: relative;
}
.section06 ul img{
    float: left;
    padding-left: 18px;
    padding-right: 12px;
}
.section06 .flag i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #69c264;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-style:normal;
    color:#fff;
    border-radius:5px;
    margin-left: 18px;
    margin-right:10px;
    margin-bottom: 15px;
}
.flag a{
    color:#333;
    font-size: 18px;
}

#r7-logo,#r7-logo img{
    padding: 0;
}