﻿.box1 {
    text-align:center;
    padding:65px 0 55px 0;
}
.box2 {
    background:#f2f6ff;
    padding:60px 0 50px 0;
}

.box2 .cont {
    width: 460px;
    padding: 30px 80px;
    background: #fff;
    margin: 30px auto 0 auto;
    color: #404040;
    font-size: 14px;
    line-height: 14px;
}
.title{
    text-align:center;
}
.title .t1{
    color:#404040;
    font-weight:600;
    font-size:18px;
    margin-bottom:10px;
}
.title .t2{
    width:1000px;
    margin:0 auto;
}
.title .t2 .line{
    display:inline-block;
    position:relative;
    height:1px;
    width:400px;
    background:#e2e2e2;
    top:-5px;
}
.title .t2 .txt{
     color:#808080;
     display:inline-block;
     width:200px;
     font-size:16px;
     font-family:sample;
     letter-spacing:1px;
}
.title .t3{
    margin:10px auto 0 auto;
    width:32px;
    height:3px;
    background:#3982d7;
}

.box3 {
    background:#f2f6ff;
}
.imgbox {
    text-align:center;
    margin-top:50px;
}
.split {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    background-color: #ec9c91;
}
.split li{
    height: 7px;
    float: left;
}
.split .l1{
    background-color: #f2e499;
    width:6%;
}
.split .l2{
    background-color: #eed2ab;
    width:20%;
}
.split .l3{
    background-color: #b7eec7;
    width:20%;
}
.split .l4{
    background-color: #b5d8ec;
    width:20%;
}
.split .l5{
    background-color: #b7baed;
    width:20%;
}
.split .l6{
    background-color: #ec9c91;
    width:14%;
}
.arrowbox {
    text-align:center;
}
.arrow {
    position:relative;
    top:22px;
    text-align:center;
}
.box4,.box6  {
    padding:45px 0;
}
.box7 {
    background-color: #efefef;
    padding: 60px 0 0;
    margin-top: 30px;
}
.line_box {
    width: 100%;
    height: 343px;
    overflow: hidden;
    zoom: 1;
}
.line_box .b{
    width: 1000px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.line_box .b .img1,
.line_box .b .img{
    position: absolute;
    top: 0;
    right: 500px;
}
.line_box .b .img1{
    top: 30px;
}
.line_box .b .i1,
.line_box .b .i{
    position: absolute;
    top: 30px;
    left: 565px;
}
.line_box .b .i1{
    top: 0;
}
.box8 {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
.box8 .l,
.box8 .r{
    width: 50%;
    height: 310px;
    overflow: hidden;
    zoom: 1;
    float: left;
}
.box8 .l{
    background-color: #f2f6ff;
    text-align: right;
}
.box8 .r{
    background-color: #dbe5f2;
}
.box8 .l .img{
    margin: 50px 180px 0 0;
}
.box8 .r .img{
    text-align: left;
}
.box9 .title{
    padding: 60px 0;
}
.box9 .b {
    width: 1000px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
}
.box9 .b .flag1,
.box9 .b .flag2,
.box9 .b .flag3,
.box9 .b .flag4{
    position: absolute;
    cursor: pointer;
}
.box9 .b .flag1 .qr,
.box9 .b .flag2 .qr,
.box9 .b .flag3 .qr,
.box9 .b .flag4 .qr{
    width: 120px;
    height: 120px;
    position: absolute;
    left: -40px;
    top: 0;
    display: none;
    z-index: 1;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #efefef;
}
.box9 .b .flag1:hover .qr,
.box9 .b .flag2:hover .qr,
.box9 .b .flag3:hover .qr,
.box9 .b .flag4:hover .qr{
    display: block;
}
.box9 .b .flag1{
    left: 520px;
    top: 280px;
}
.box9 .b .flag2{
    left: 610px;
    top: 180px;
}
.box9 .b .flag3{
    left: 670px;
    top: 210px;
}
.box9 .b .flag4{
    left: 630px;
    top: 360px;
}
.speech {
    position: relative;
}
.speech .bg{
    height: 533px;
    width: 100%;
    display: block;
}
.speech .cont{
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
}
.speech .t_box{
    list-style: none;
    padding: 0;
    margin: 60px 0 0 152px;
    height: 135px;
}
.speech .t_box li{
    float: left;
    position: relative;
    margin-left: 50px;
}
.speech .t_box li:first-child{
    margin-left: 0;
}
.speech .t_box .t{
    display: block;
    cursor: pointer;
    width: 100px;
}
.speech .t_box .m{
    position: absolute;
    left: 3px;
    top: 2px;
    width: 90px;
}
.speech .t_box .l{
    position: absolute;
    left: 44px;
    top: 90px;
    z-index: 1;
    display: none;
}
.speech .t_box .cur .m{
    display: none;
}
.speech .t_box .cur .l{
    display: block;
}
.speech .t1_box{
    width: 710px;
    background-color: #fff;
    margin: 25px 0 0 140px;
    padding: 23px 0;
    display: none;
}
.speech .t1_box .t1{
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    padding: 0 65px;
    position: relative;
}
.speech .t1_box .q2,
.speech .t1_box .q1 {
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    background: url('../../../images/default/course/quotes.png') no-repeat;
}
.speech .t1_box .q1{
    left: 30px;
    top: 3px;
}
.speech .t1_box .q2{
    background-position: -27px 0;
    bottom: 0px;
    right: 40px;
}
.speech .t1_box .t1 .i{
    width: 208px;
    height: 1px;
    background-color: #3982d7;
    display: block;
}
.speech .t1_box .t2{
    color: #404040;
    font-size: 14px;
    margin: 20px 0 25px;
    line-height: 20px;
    padding: 0 65px;
    position: relative;
}
.speech .t1_box .t3{
    text-align: right;
    color: #404040;
    font-size: 14px;
    font-weight: bold;
    padding: 0 65px;
}
.links {
    width: 420px;
    margin: 0 auto 120px;
    list-style: none;
    padding: 0;
}
.links li{
    margin-top: 20px;
    background: url('../../../images/default/course/tag.png') no-repeat 0 center;
    padding-left: 30px;
}
.links .a{
    color: #404040;
    font-size: 14px;
}
.links .a:hover{
    color: #3982d7;
}
.p_box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.p_box .list_box{
    width: 819px;
    height: 274px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}
.p_box .list_box .list{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1665px;
    height: 274px;
}
.p_box .list li{
    float: left;
}
.p_box .list .img{
    display: block;
}
.p_box .after_btn,
.p_box .before_btn {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    cursor: pointer;
    background: url('../../../images/default/aboutus/mien_btn.png') no-repeat;
}
.p_box .before_btn {
    left: 0;
}
.p_box .after_btn {
    right: 0;
    background-position: -41px 0;
}
.p_box .before_btn.dis {
    cursor: default;
    background-position: -82px 0;
}
.p_box .after_btn.dis {
    cursor: default;
    background-position: -122px 0;
}