@charset "utf-8";

/* ^1 --------------------------- global constants -------------------------*/
html, body, div, section, article, aside, header, footer, nav, h1, h2,
h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul,
li,dl,dt,dd, figure, canvas, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 12px "Microsoft YaHei", "宋体";
    list-style: none;
    text-align: center;
}

a:link, a:visited {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

.clearBoth15 {
    clear: both;
    height: 15px;
}

.clearBoth12 {
    clear: both;
    height: 12px;
}

.clearBoth20 {
    clear: both;
    height: 20px;
}

.clearBoth30 {
    clear: both;
    height: 30px;
}

.clearBoth10 {
    clear: both;
    height: 10px;
}

.clearBoth5 {
    clear: both;
    height: 5px;
}

.clearBoth2 {
    clear: both;
    height: 2px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*------------------------------------------------*/

.top-nav {
    height: 62px;
    background: #7b8d99;
}

.top-nav-main {
    width: 1024px;
    margin: 0 auto;
}

.top-nav-main img {
    margin: 10px 0 0 0;
}

.banner {
    width: 100%;
    height: 616px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 616px;
}

.main {
    overflow: hidden;
    background: #c41d22;
}

.about {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.about-main {
    overflow: hidden;
    background: #e84726;
}

.about-main dl {
    margin: 20px;
}

.about-main dt {
    width: 480px;
    height: 285px;
    float: left;
}

.about-main dt img {
    width: 480px;
    height: 285px;
}

.about-main dd {
    width: 504px;
    height: 285px;
    background: #FFF;
    float: right;
}

.about-main dd p {
    font-size: 16px;
    color: #111;
    line-height: 28px;
    margin: 20px;
	text-align: left;
}

.about-main ul {
    margin: 0 20px;
}

.about-main li {
    margin: 0 0 0 65px;
    float: left;
}

.video {
    width: 1024px;
    margin: 0 auto;
}

.video-main {
    overflow: hidden;
    background: #e84726;
}

.video-play {
    width: 985px;
    height: 480px;
    margin: 20px;
}

.course {
    width: 1024px;
    margin: 0 auto;
}

.course-main {
    overflow: hidden;
    background: #e84726;
}

.course-main ul {
    margin: 20px 10px;
}

.course-main li {
    float: left;
    margin: 10px 0 0 10px;
}

.activity {
    width: 1024px;
    margin: 0 auto;
}

.caption-list {
    overflow: hidden;
    position: relative;
    visibility: visible;
    width: 1024px;
    z-index: 2;
}

.caption-list li {
    width:1024px;
    position:relative;
}

.p6_bt .b_left1 {
    position:absolute;
    left:0;
    top:290px;
    z-index:100;
    cursor: pointer;
}

.p6_bt .b_right1 {
    position:absolute;
    right:0;
    top:290px;
    z-index:100;
    cursor: pointer;
}

.contact {
    height: 571px;
    width: 100%;
    text-align: center;
    position: relative;
}

.contact-img {
    width: 100%;
    height: 571px;
}

.contact-img img {
    width: 100%;
    height: 571px;
}

.contact-main {
    width: 1000px;
    height: 370px;
    margin: 0 auto;
    border-radius: 5px;
    background: #FFF;
    position: absolute;
    top: 100px;
    left: 23.5%;
    z-index: 2;
}

.contact-main h2 {
    padding: 60px 0 0;
    text-align: center;
    overflow: hidden;
}

.contact-main p {
    width: 340px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}

.contact-main p img {
	width: 100%;
}

.copyright {
    height: 150px;
    background: #c41d22;
}

.copyright dl {
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.copyright dt {
    width: 900px;
    text-align: center;
    margin: 35px 0 0 0;
}

.copyright dt p {
    font-size: 14px;
    color: #FFF;
    line-height: 28px;
}

.copyright dd {
    width: 102px;
}

.copyright dd p {
    color: #FFF;
    text-align: center;
}
