@charset "utf-8";
* {
    margin: 0;
    padding: 0
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.header {
    width: 100%;
    height: auto;
    background: #000;
    opacity: 0.7;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0 10px 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.header.scrolled {
    padding: 0
}

.header .logo img {
    width: 100%;
    padding-top: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.header.scrolled .logo img {
    width: 75%;
    padding-top: 5px
}

.htmlcenter {
    width: 1170px;
    height: 45px;
    margin: 0 auto;
    padding-top: 5px
}

.header .mainnav {
    height: auto;
    margin-top: -6px;
    padding: 0px 0 0 0;
    margin-right: -23px
}

.header .mainnav p {
    color: #00b447;
    text-align: right;
    margin-right: 20px;
    line-height: 25px;
    font-size: 13px;
    margin-top: -5px;
    margin-bottom: 4px;
}

.header .mainnav p strong {
    font-size: 16px;
    letter-spacing: 1px;
    padding-top: -18px;
    display: block;
    float: right;
    margin-left: 8px;
}

.header .mainnav .box {
    padding-left: 2px
}

.header .mainnav p img {
    margin-top: -5px;
}

.header .mainnav .box a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    height: 27px;
    line-height: 27px;
    padding: 0 23px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.header .mainnav .box a:hover {
    color: #00b447
}

.indexFlash {
    height: 770px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.indexFlash li {
    height: 770px;
    position: relative;
    overflow: hidden
}

.indexFlash .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/indexFlashBg.png)
}

.indexFlash .img2 {
    display: none
}

.indexFlash .img {
    position: absolute;
    left: 50%;
    top: 0;
    height: 770px;
    width: 1920px;
    margin-left: -960px;
    text-align: center
}

.indexFlash .box {
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 925px;
    height: 395px;
    margin-left: -462px;
    margin-top: -160px
}

.indexFlash .name {
    font-size: 56px;
    font-weight: 700;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: -50px;
    transition: All 1s ease .5s;
    -webkit-transition: All 1s ease .5s;
    -moz-transition: All 1s ease .5s;
    -o-transition: All 1s ease .5s
}

.indexFlash .name span {
    color: #00b447;
    padding-right: 10px
}

.indexFlash .line {
    height: 30px;
    width: 0;
    position: relative;
    top: 15px;
    border-top: #FFF solid 1px;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease
}

.indexFlash .name2 {
    font-size: 41px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 50px;
    transition: All 1s ease .5s;
    -webkit-transition: All 1s ease .5s;
    -moz-transition: All 1s ease .5s;
    -o-transition: All 1s ease .5s
}

.indexFlash .name2 div {
    font-size: 51px
}

.indexFlash .content {
    line-height: 28px;
    padding-top: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    top: 50px;
    transition: All 1s ease 1s;
    -webkit-transition: All 1s ease 1s;
    -moz-transition: All 1s ease 1s;
    -o-transition: All 1s ease 1s
}

.indexFlash .btn {
    position: absolute;
    right: 0;
    bottom: -50px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: All 1s ease 1.2s;
    -webkit-transition: All 1s ease 1.2s;
    -moz-transition: All 1s ease 1.2s;
    -o-transition: All 1s ease 1.2s
}

.indexFlash .btn a {
    display: block;
    float: left;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    margin-left: 40px;
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: #FFF solid 2px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.indexFlash .btn a:hover {
    border: #004ea1 solid 2px;
    background: #004ea1;
    color: #FFF
}

.indexFlash .btnDiv {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 50%;
    margin-top: -135px;
    margin-right: -470px
}

.indexFlash .btnDiv span {
    display: block;
    float: left;
    background: url(../images/ico1on.png) center no-repeat;
    width: 22px;
    height: 22px
}

.indexFlash .btnDiv .on {
    background: url(../images/ico1.png) center no-repeat
}

.indexFlash li.liNow .line {
    width: 100%
}

.indexFlash li.liNow .content,
.indexFlash li.liNow .name,
.indexFlash li.liNow .name2 {
    opacity: 1;
    filter: alpha(opacity=1);
    top: 0
}

.indexFlash li.liNow .btn {
    opacity: 1;
    filter: alpha(opacity=1);
    bottom: 0
}

.playbox {
    width: auto;
    margin: 0px auto;
    overflow: hidden;
}

.playbox a {
    width: 19.76%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 0.3%;
    margin-bottom: 0.3%;
    position: relative;
    text-decoration: none;
}

.playbox a:nth-child(5n+1) {
    margin-left: 0;
}

.playbox a img {
    max-width: 100%;
    /*使ie6支持max-width*/
    border: none;
    width: 100%;
}

.txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.txt h3 {
    font-weight: normal;
    margin: 0px
}

.txt p {
    font-size: 14px;
    display: block;
    line-height: 20px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
}